

/*联系我们样式*/
.in_banner{
	width: 7.5rem;
	height: 3rem;
	float: left;
}
.in_banner img{width: 7.5rem;height: 3rem;float: left;}
.contact_con{
	width: 100%;
	padding: 0.44rem 0.36rem;
	float: left;
}
.contact_con_desc{
	width: 100%;
	float: left;
	background: #0091FF;
	padding: 0.24rem 0.4rem;
}
.contact_con_desc h1{
	display: inline-block;
	width: 100%;
	float: left;
	height: 0.52rem;
	line-height: 0.52rem;
	font-size: 0.4rem;
	color: #FFFFFF;
}
.contact_con_desc span{
	display: inline-block;
	width: 100%;
	height: 0.26rem;
	float: left;
	line-height: 0.26rem;
	font-size: 0.2rem;
	color: #fff;
	margin-top:0.04rem;
}
.contact_con_desc b{
	display: inline-block;
	width: 0.44rem;
	height: 0.01rem;
	background: #fff;
	margin: 0.16rem 0;
}
.contact_con_desc p{
	display: inline-block;
	width: 100%;
	float: left;
	line-height: 0.3rem;
	font-size: 0.2rem;
	color: #fff;
}
.contact_main{
	width:100%;
	float:left;
	padding:0.2rem;
	margin-top:0.2rem;
}
.contact_main p{
	display:inline-block;
	width:100%;
	float:left;
	line-height:1.5em;
	font-size:0.24rem;
}
.contact_con_form{
	width: 100%;
	float: left;
	padding: 0 0.83rem;
	margin: 0.44rem 0;
}
.contact_con_form h1{
	display: inline-block;
	width: 100%;
	height: 0.76rem;
	float: left;
	line-height: 0.76rem;
	text-align: center;
	font-size: 0.53rem;
	color: #222222;
	font-weight: bold;
}
.contact_con_form span{
	display: inline-block;
	width: 100%;
	height: 0.32rem;
	line-height: 0.32rem;
	float: left;
	font-size: 0.24rem;
	color: #333333;
	text-align: center;
	margin-top: 0.15rem;
}
.contact_con_form label{
	width: 100%;
	float: left;
	padding: 0.56rem 0;
	border-bottom: 0.01rem solid #333333;
	margin-bottom:0.2rem;
}
.contact_con_form label input{
	width: 100%;
	height: 0.42rem;
	line-height: 0.42rem;
	float: left;
	font-size: 0.32rem;
	color: #333333;
	border:0;
	border-radius: 0;
	margin:0;
	padding: 0;
}
.contact_con_form label input::-webkit-input-placeholder{font-size: 0.32rem;color: #333333;}
.contact_con_form label textarea{
	width: 100%;
    height: 1.8rem;
    float: left;
    border: 0px;
    outline: none;
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.32rem;
    resize: none;
    color: #333333;
}
.contact_con_form label textarea::-webkit-input-placeholder{font-size: 0.32rem;color: #333333;}
.contact_con_form a{
	display: inline-block;
	width: 100%;
	height: 0.84rem;
	float: left;
	background: #0091FF;
	line-height: 0.84rem;
	font-size: 0.36rem;
	color: #fff;
	text-align: center;
	margin-top: 0.25rem;
}