@charset "utf-8";
body, button, input, select, textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga","kern";
    font-family: "Microsoft Yahei",PingFangSC-Regular,"Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}

/*联系我们*/
.contact_us{
	margin:70px auto 100px;
}
.contact_us .tit{
  margin-bottom: 39px;
}
.contact_us .tit h4{
	text-align: center;
	font-size: 30px;
	font-weight: 800;
	color: #585462;
	margin-bottom: 20px;	
}
.contact_us .tit p{
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 24px;	
}
.contact_us .con{
	display: flex;
	background: #FFFFFF;
	box-shadow: 0px 1px 16px 0px rgba(0,0,0,0.16);
	border-radius: 8px;
	margin-bottom: 40px;
}
.contact_us .con .box1,.contact_us .con .box2{
	width: 40%;
}
.contact_us .con .box1{
 padding:25px 70px 29px 63px;
}
.contact_us .con .box1 .bt{

margin-bottom: 15px;
}
.contact_us .con .box1 .bt h4{
	font-size: 26px;
	font-weight: 500;
	color: #333333;
	display: flex;
	align-items: center;
}
.contact_us .con .box1 .bt h4 img{
	width: 24px;
	height: 24px;
	display: block;
	margin-right: 8px;
}
.contact_us .con .box1 .bt p{
	font-size: 16px;
	line-height: 35px;
	font-weight: 400;
	color: #707070;
}
.contact_us .con .box1 .main1{

}
.contact_us .con .box1 .main1 .row-1{
	width: 92.5%;
	height: 50px;
	background: #fff;
	border: 1px solid #eee;
	margin-bottom: 10px;
	padding: 0 18px;
}
.contact_us .con .box1 .main1 .row-1 input{
	width: 100%;
	border:none;
	line-height: 50px;
	font-size: 16px;
	color: #707070;
	outline: medium;
}
.contact_us .con .box1 .main1 .row-2{
    width: 92.5%;
    height: 48px;
    background: #fff;
    border: 1px solid #eee;
    padding: 10px 18px;
    margin-bottom: 10px;
}
.contact_us .con .box1 .main1 .row-2 textarea{
	width: 100%;
	height: 100%;
	border:none;
	font-size: 16px;
	color: #707070;
	outline: medium;
}
.contact_us .con .box1 .main1 .row-3{

}
.contact_us .con .box1 .main1 .row-3 input{
	width: 101%;
	height: 50px;
	line-height: 50px;
	background: #02afad;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	cursor: pointer;
	outline: medium;
	margin-top: 6px;
	border: none;
}
.contact_us .con .box1 .main1 .row-3 input:hover{
	background: #343434;
}
.contact_us .con .box2{
	padding:35px 64px 25px 49px;
	overflow:hidden;
	background: #F0F1F4;
}
.contact_us .con .box2 h4{
	font-size: 30px;
	font-weight: 500;
	color: #333333;
	margin-bottom: 30px;
}
.contact_us .con .box2 .nr{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
}
.contact_us .con .box2 .nr p{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
}

.contact_us .map{

}

































