.wrap{
	width: 1500px;margin: 0 auto;
}
.layout{
	position: relative;
}
.header{
	position: fixed;top: 0;left: 0;right: 0;background: rgba(0,0,0,0.4);z-index: 111;
}
.header ul{
	text-align: center;font-size: 0;
}
.header li{
	display: inline-block;margin: 0 39px;
	position: relative;
}
.header li a{
	display: block;font-size:24px ;
	line-height: 76px;
	color: #fff;text-transform: uppercase;
}
.header li dl{
	position: absolute;
	left: -20px;right: -20px;top: 100%;
	background: rgba(0,0,0,0.8);padding: 10px 0;
	display: none;
}
.header li dd a{
	font-size: 20px;line-height: 2;
}
.h_banner{
	height: 452px;position: relative;
}
.h_banner .wrap{
	position: absolute;
	left: 0;right: 0;
	top: 65%;z-index: 1;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);  /* IE 9 */
	-moz-transform:translateY(-50%);     /* Firefox */
	-webkit-transform:translateY(-50%); /* Safari 和 Chrome */
	-o-transform:translateY(-50%); 
}
.h_banner .logo img{
	display: block;height: 200px;margin: 0 auto;
}
.h_banner .form{
	background: #fff;width: 766px;margin: 60px auto 0;
}
.h_banner .form .t1{
	width: calc(100% - 70px);height: 64px;border: none;background: none;font-size: 22px;
	color: #696969;padding: 0 16px;-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;float: left;
}
.h_banner .form .sub{
	background: url(../images/qm1.png) no-repeat center right 20px;width: 66px;height: 64px;border:  none;float: right;
	cursor: pointer;
}
.h_page1{
	padding: 42px 0 82px;
}
.h_page1 .img{
	float: left;width: 745px;
}
.h_page1 .img img{
	width: 100%;display: block;
}
.h_page1 .txt{
	float: right;width: calc(100% - 770px);margin-top: 34px;
}
.h_page1 .txt h3{
	font-size:30px ;
	line-height: 1.7;
	color: #414141;margin-bottom: 20px;
}
.h_page1 .txt .del{
	font-size:14px ;
	line-height: 30px;
	color: #4b4b4b;
}

.footer{
	background: #313131;font-size:14px ;
	line-height: 54px;
	color: #fff;text-align: center;
}
.h_page2 .nav{
	background: #3793f5;
}
.h_page2 .nav ul{
	font-size: 0;text-align: center;
}
.h_page2 .nav li{
	display: inline-block;margin: 0 14px;
}
.h_page2 .nav li a{
	display: block;font-size:16px ;
	line-height: 56px;
	color: #fff;
}
.h_page2 .nav li:last-child{
	margin: 0;
}
.h_page2 .h_txt{
	margin-top: 45px;
}
.h_page2 .h_txt dl{
	float: left;width: 55%;
}
.h_page2 .h_txt dl:nth-child(2){
	width: 45%;
}
.h_page2 .h_txt dd{
	overflow: hidden;margin-bottom: 26px;
}
.h_page2 .h_txt dd h3{
	font-size:18px ;
	line-height: 28px;
	color: #4b4b4b;font-weight: bold;float: left;
}
.h_page2 .h_txt dd p{
	font-size:14px ;
	line-height: 30px;
	color: #4b4b4b;float: left;margin-left: 5px;
}
.h_page2 .h_txt dd.d1 p{
	float: right;width: calc(100% - 170px);margin-left: 0;
}
.h_page2 .h_txt dd.d1 h3{
	width: 170px;
}

.header li a:hover{
	color: #FFF;
}