@charset "utf-8";

.nav-contact { border-bottom:3px solid #B51E27 !important;}
	
.contacts-wrap{
    width: 100%;
    float: left;
    padding: 60px 0;
}
.contact-show-title{
    width: 100%;
    float: left;
    font-size: 30px;
    text-align: center;
}
.contact-show-box{
	width: 100%;
    margin: 0 auto;
    padding: 50px 25px;
    box-sizing: border-box;
	align-items: flex-start;
}
.contact-show-box .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33.33%;
}
.contact-show-box .icon {
    width: 84px;
    height: 84px;
    background: #1972B1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.contact-show-box .icon img {
    max-height: 44px;
    transition: all .4s;
}
.contact-show-box .text{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.contact-show-box .tit {
    font-weight: bold;
    color: #111111;
    font-size: 16px;
}
.contact-show-box .line {
    width: 27px;
    height: 2px;
    background: #666666;
    margin: 8px 0 10px;
}
.contact-show-box .con {
    color: #555555;
	font-size: 16px;
	line-height: 30px;
    text-align: center;
}


/*在线地图*/
.contacts-map-wrap{
    width: 100%;
    float: left;
}
.contant-map {
    height: 531px;
}
.contant-map img{
    max-width: inherit;
}


/*在线留言*/
.messages-wrap{
    width: 100%;
    float: left;
    padding: 60px 0;
}
.messages-wrap .con {
    font-size: 14px;
    color: #555555;
    text-align: center;
    margin: 14px 0 50px;
}
.messages-wrap .link {
    width: 48.5%;
    height: 65px;
    line-height: 65px;
    background: #F4F4FA;
    font-size: 16px;
    color: #555555;
    border: none;
    outline: none;
    padding: 0 25px;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-right: 3%;
}
.messages-wrap .link:nth-child(2n) {
    margin-right: 0;
}
.messages-wrap textarea {
    width: 100%;
    height: 228px;
    padding: 40px 25px;
    box-sizing: border-box;
    border: none;
    outline: none;
    background: #F4F4FA;
    font-size: 16px;
    color: #555555;
}
.messages-wrap .sub-text {
    width: 265px;
    height: 53px;
    line-height: 53px;
    border: 1px solid #B5B5B5;
    padding: 0 20px;
    box-sizing: border-box;
    outline: none;
    margin-right: 30px;
}
.messages-wrap .sub-sh {
    display: inline-block;
    cursor: pointer;
    margin: 0 15px;
}
.messages-wrap .btndiv {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
.messages-wrap .sub-btn {
    width: 200px;
    height: 53px;
    background: #1972B1;
    border: none;
    outline: none;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}
