

/*banner*/
.banner{
	position: relative;
	top: 120px;
	width: 100%;
	padding-top: 26%;
	background-image: url('../img/contact-01.jpg');
	background-size: contain;
	margin-bottom: 66px;
}
@media screen and (max-width: 1300px) {
	.banner{
		top: 120px;
	}
}
@media screen and (max-width: 767px){
	.banner{
		top: 80px;
		margin-bottom: 0;
	}
}
@media screen and (max-width: 414px){
	.banner{
		top: 44px;
		margin-bottom: 0;
	}
}

/*专业团队*/

.prof-team{
	position: relative;
	top: 54px;
	width: 1200px;
	margin: 0 auto;
	padding: 54px 0;
	display: flex;
	justify-content:space-between;
}
.prof-team .title{
	margin-bottom: 30px;
}

.title{
	position: relative;
	color: #333;
}
.title .h2{
	font-size: 26px;
	
}
.title p:nth-of-type(2){
	width: 110px;
	height: 2px;
	background-color: #baf3f8;
}
.title p:nth-of-type(3){
	position: absolute;
	top: 12px;
	left: 110px;
	color: #b8b8b8;
	font-size: 12px;
}
.prof-team .contact-us{
	width: 65%;
}
.prof-team .contact-us .contact .tele{
	width: 100%;
	display: flex;
	justify-content:space-between;
}

.prof-team .contact-us .contact .tele div{
	width: 32%; 
	color: #666;
	font-size: 14px;
	height: 100%;
}
.prof-team .contact-us .contact .tele div p{
	margin-bottom: 20px;
}
.prof-team .contact-us .contact .tele div input{
	width: 100%;
	height: 44px;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	outline: none;
	text-indent: 10px;
}
.prof-team .address{
	width: 30%;
	margin-bottom: 30px;
}
.prof-team .contact-us .contact .message{
	width: 100%;
	margin-top: 20px;
	color: #666;
	font-size: 14px;
}
.prof-team .contact-us .contact .message p{
	margin-bottom: 20px;
}
.prof-team .contact-us .contact .message textarea{
	width: 100%;
	border-radius: 3px;
	border: 1px solid #e6e6e6;
	outline: none;
	text-indent: 10px;
	padding: 10px;
}
.prof-team .contact-us .contact button{
	width: 174px;
	height: 44px;
	border:1px solid #e6e6e6; 
	background-color: #22b7c2;
	color: #fff;
	border-radius: 22px;
	margin: 30px 0;
}
.prof-team .address div{
	width: 100%;
	color: #666;
	font-size: 16px;
}
.prof-team .address div p:nth-of-type(1){
	border-bottom: 1px solid #e6e6e6;
	line-height: 36px;
	font-weight: bold;

}
.prof-team .address div p:nth-of-type(1) span{
	width: 18px;
	height: 24px;
	display: inline-block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 14px;
}
.prof-team .address div.addre p span{
	background-image: url('../img/contact-03.png');
}
.prof-team .address div.phone p span{
	background-image: url('../img/contact-02.png');
}
.prof-team .address div.code p span{
	background-image: url('../img/contact-04.png');
}
.prof-team .address div.phone,
.prof-team .address div.code{
	margin-top: 20px;
}
.prof-team .address div.code img{
	width: 158px;
	height: 158px;
}

@media screen and (max-width: 1300px){
	.prof-team{
		width: 80%;
	}
}
@media screen and (max-width: 1140px){
	.prof-team{
		flex-wrap:wrap;
	}
	.prof-team .contact-us,
	.prof-team .address{
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	.prof-team{
		width: 90%;
	}
	.prof-team .contact-us .contact .tele{
		flex-wrap:wrap;
	}
	.prof-team .contact-us .contact .tele div{
		width: 100%;
		margin-top: 20px;
	}
}
@media screen and (max-width: 414px){
	.prof-team{
		top: 20px;
		padding-bottom: 20px;
	}
	.prof-team .content-area{
		margin-top: 0px;
	}
}
.ycode{
	/* display: flex; */
}
.ycode input{
	height: 44px;
    border-radius: 3px;
    border: 1px solid #e6e6e6;
    outline: none;
    text-indent: 10px;
}
.ycode img{
	width: auto;
	height: 44px;
	margin-left: 10px;
}