.contacts-box {
	width: 100%;
}

.contacts-box .banner {
	width: 100%;
	height: 4rem;
}

.contacts-box .banner img{
	width: 100%;
	height: 4rem;
}
.contacts-box h1{
	text-align: center;
	padding: 0.6rem 0;
	font-size: 0.36rem;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
}
.contacts-box1{
	width: 100%;
	height: 4.8rem;
	background: rgba(248, 248, 248, 1);
	margin-bottom: 0.6rem;
	display: flex;
	flex-direction: row;
}
.contacts-box1 .left{
	padding-left: 2.1rem;
	padding-top: 0.83rem;
	padding-right: 0.98rem;
}
.contacts-box1 .left h6{
	font-size: 0.24rem;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
	padding-bottom: 0.15rem;
}
.contacts-box1 .left ul{
	padding-top: 0.15rem;
}
.contacts-box1 .left ul li{
	font-size: 0.18rem;
	font-family: Arial;
	font-weight: 400;
	line-height: 0.36rem;
	color: #666666;
	
}
.contacts-box1 .right{
	width: 9.6rem;
	height: 4.8rem;
}
.contacts-box1 .right img{
	width: 9.6rem;
	height: 4.8rem;
}
.contacts-box2{
	width: 100%;
	height: 6.4rem;
	background: url(../images/47.png)no-repeat;
	background-size: 100% 100%;
	margin-bottom: 0.5rem;
}
.contacts-box2 .information{
	width: 15rem;
	height: auto;
	margin: 0 auto;
	padding-top: 0.75rem;
}
.contacts-box2 .information ul{
	display: flex;
	flex-direction: row;
}
.contacts-box2 .information ul li{
	width: 3.53rem;
	height: 0.74rem;
	background: rgba(255, 255, 255, 1);
	margin-right: 0.29rem;
}

.contacts-box2 .information ul li input{
	box-sizing: border-box;
	display: inline-block;
	border: none;
	width: 100%;
	height: 100%;
	outline: none;
	padding-left: 0.3rem;
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	
}


.contacts-box2 .information ul li:last-child{
	margin-right: 0rem;
}
.contacts-box2 .information textarea{
	outline: none;
	border: none;
	margin-top: 0.3rem;
	width: 15rem;
	height: 2.6rem;
	background: rgba(255, 255, 255, 1);
	padding: 0.3rem 0 0 0.3rem ;
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 0.3rem;
	color: #000000;
}
.sub_btn{
	margin-top: 0.6rem;
	text-align: center;
	height: 0.66rem;
}
.sub_btn input{
	outline: none;
	border: none;
	margin: 0 auto;
	width: 2.61rem;
	height: 0.66rem;
	background: rgba(255, 255, 255, 1);
	border-radius: 0.33rem;
	cursor: pointer;
	font-size: 0.16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 0.66rem;
}