/*联系我们样式表*/
*{margin:0;padding:0;font-size:15px;}
.container .bannerBox{
	width:100%;
	height: 264px;
	background:#fff url("../image/c_banner_02.jpg") no-repeat top center;
}

.container .main1{
	width:100%;
	height: 232px;
	background-color: #E6E6E6;
	overflow: hidden;

}
.container .main1 .content{
	width:960px;
	margin:0 auto;
	height: auto;
	margin-top:;
	text-align: center;
}

.main1 .content h1{
	margin-top:60px;
	font-size:36px;
	line-height: 36px;
	font-family: "Microsoft Yahei";
	color:#666;
	font-weight: 400;
	margin-bottom: 35px;
}
.main1 .content p{
	font-size:15px;
	line-height: 26px;
	font-family: "Microsoft Yahei";
	color:#666;
}
/*main2*/
.container .main2{
	width: 100%;
	height: 608px;
	background-color: #D7D7D7;

}
.clearfix:after{
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.main2 .left{
	float:left;
	width: 50%;
	position: relative;
	height: 100%;
	overflow: hidden;
}
.main2 .left > div{
	width: 475px;
	position: absolute;
	right:0;
	top:0;
	text-indent: left;
}
.main2 .left h2{
	font-size: 36px;
	color: #333;
	line-height: 48px;
	font-weight: 400;
	margin-bottom: 28px;

}
.main2 .left p{
	font-size:15px;
	color:#666;
	line-height: 26px;

}

.main2 .left > div div:nth-of-type(1){
	margin-top: 120px;
}
.main2 .left > div div:nth-of-type(2){
	margin-top: 40px;
}

.main2 .left > div div:nth-of-type(3){
	margin-top: 40px;
}

.main2 .right{
	float:right;
	width: 50%;
	height: 100%;
	background:url(../image/c_img_05.jpg) no-repeat;
}

/*main3的样式表*/
.container .main3{
	width: 100%;
	height: 470px;
	background-color: #E6E6E6;
}
.main3 div.left{
	width: 50%;
	height:100%;
	float:left;
}
.main3 div.right{
	width: 50%;
	height: 100%;
	float:right;
	padding-left:35px;
	box-sizing:border-box;
}
.main3 div.right >div{
	width:475px;
}
.main3 div.right h2{
	font-size:36px;
	line-height: 36px;
	font-family: "Microsoft Yahei";
	font-weight: 400;
	margin-bottom: 20px;
	color:#333;
}
.main3 div.right p{
	font-size:15px;
	color:#666;
}
.main3 div.right > div div:nth-of-type(1){
	margin-top:100px;
}
.main3 div.right > div div:nth-of-type(2){
	margin-top:48px;
}

/*main4的样式表*/
.container .main4{
	width: 100%;
	height: 900px;
	background-color:#333333;
	overflow: hidden;
}

.main4 .content{
	width:960px;
	height: 100%;
	margin: 0 auto;
}

.main4 .content h1{
	font-size:36px;
	line-height: 48px;
	color:#fff;
	text-align: center;
	font-weight: 400;
	margin-top:98px;
	margin-bottom: 60px;
}
.main4 .content >div{
	font-size:0;
}
.main4 .content >div > div{
	width:320px;
	height: 326px;
	display: inline-block;
	vertical-align: top;
	padding-right:40px;
	box-sizing:border-box;
}
.main4 .content >div > div:nth-of-type(3n){
	padding-right:0;
}
.main4 .content h2{
	font-size:24px;
	line-height: 26px;
	color:#fff;
	margin:12px 0;
}
.main4 .content span{
	display: block;
	width:24px;
	height: 30px;
	background:url(../image/bg_icon_adr.png) no-repeat;
}
.main4 .content span.s_on{
	background:url(../image/bg_icon_adr2.png) no-repeat;
}
.main4 .content p{
	font-size:15px;
	line-height: 26px;
	color: #999;
}

/* .main4 .content >div > div:last-child{ */
	/* display: block; */
	/* width:100%; */
/* } */

/*main5的样式表*/
.container .main5{
	width:100%;
	height: 295px;
	overflow: hidden;
	background-color: #E6E6E6;
}

.main5 .content{
	width: 960px;
	margin:0 auto;
	height: auto;
}

.main5 h2{
	font-size:36px;
	line-height: 36px;
	font-weight: 400;
	text-align:center;
	color: #333;
	margin-top:52px;
	margin-bottom:32px;

}
.main5 p{
	font-size:15px;
	line-height: 26px;
	color:#999;
	text-align:center;
	margin-bottom: 35px;
}

.main5 input{
	border:0;
	padding:14px 15px;
	width:235px;
	box-sizing:border-box;
	border-radius:5px;
	font-size:15px;
	line-height: 15px;
	height: 47px;
}

.main5 .btn_submit{
	background-color: #369936;
	color:#fff;
	font-size:24px;
	height: 47px;
	vertical-align: bottom;
}