/*初始化样式*/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0;font-family:微软雅黑;}
body, button, input, select, textarea { font:12px/1.5tahoma, arial, \5b8b\4f53; }
h1, h2, h3, h4, h5, h6{ font-size:100%; }
address, cite, dfn, em, var { font-style:normal; }
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
small{ font-size:12px; }
ul, ol { list-style:none; }
a { text-decoration:none; }
a:hover { text-decoration:none; }
sup { vertical-align:text-top; }
sub{ vertical-align:text-bottom; }
legend { color:#000; }
fieldset, img { border:0; }
button, input, select, textarea { font-size:100%; }
table { border-collapse:collapse; border-spacing:0; }
/*初始化样式*/
/* 首页头部开始 */
.container{
	width:100%;
	overflow:hidden;
	padding-bottom:150px;
	position:relative;
}
.iHB{
	width:100%;
	overflow:hidden;
	position:relative;
}
.iHB .headB{
	height:600px;
	display:block;
}
@media(min-width:1920px){
	.iHB .headB{width:100%;}
}
.iHB .bannerimgBox{
	width:100%;
	position:relative;
	min-height:600px;
}
.iHB .bannerimgBox ul{
	position: absolute;
}
.iHB .bannerimgBox ul li{
	float:left;
}
.iHB .bannerBox{
	width:100%;
	position: absolute;
	bottom:20px; left:0;
	text-align:center;
}
.iHB .bannerBox li{
	width:14px; height:14px;
	border-radius:50%;
	background:rgba(255,255,255,.6);
	display:inline-block;
	line-height:26px;
	text-align:center;
	color:#fff;
	cursor: pointer;
	margin:0 10px;
}
.iHB .bannerBox .li{
	background:rgba(0,0,0,.6);
	color:#007bd1;
}




.iHB .header{
	width:100%;
	margin:0 auto;
	height:80px;
	position:fixed;
	z-index:999;
}
.iHB .header .head{
	width:1200px;
	padding:10px 0;
	margin:0 auto;
}
.iHB .header .head ul{
	float:right;
}
.iHB .header .head ul li{
	display:inline-block;
	width:100px;
	margin-left:35px;
	font-size: 16px;
	text-align:center;
	line-height:60px;
	position:relative;
}
.iHB .header .head ul li a{
	color:#fff;
}
.iHB .header .head ul li.active>a,.iHB .header .head ul li>a:hover{
	color:#42b8f5;
}
.iHB .header .head ul li .zNav{
	position: absolute;
	top:70px; left:-15PX;
	text-align:center;
	overflow:hidden;
	height:0;
}
.head ul li .zNav a{
	display:block;
	width:130px;
	background:rgba(0,123,209,1);
	line-height:40px;
	border-bottom:1px solid #1286d6;
}
.head ul li .zNav a:last-of-type{
	border-bottom:none;
}
.head ul li .zNav a:hover{
	color:#42b8f5;
}
/* 首页头部结束 */
/* 首页页脚开始 */
.ifooter{
	width:100%;
	height:150px;
	overflow:hidden;
	background:#f3f3f3;
	position:absolute;
	bottom:0;left:0;
}
.ifooter .foot{
	width:1200px;
	margin:0 auto;
}
.ifooter .foot .left,.ifooter .foot .center{
	float:left;
}
.ifooter .foot .left{
	width:210px;
	padding-top:20px;
	margin-right:70px;
}
.ifooter .foot .left img{
	width:100px;
	padding:4px;
	border:1px solid #ccc;
	float:left;
}
.ifooter .foot .left p{
	text-align:center;
	margin-top:35px;
	font-size:16px;
	color:#6e6e6e;
}
.ifooter .foot .center{
	padding-top:20px;
	width:560px;
}
.ifooter .foot .center p{
	font-size:14px;
	color:#747b81;
	line-height:32px;
}
.ifooter .foot .right{
	float:right;
	padding-top:40px;
}
.ifooter .foot .right img{
	width:200px;
}
/* 首页页脚结束 */

.prodCenter .img{
	overflow:hidden;
}
.prodCenter .img .ul{
	width:1500px;
}
.prodCenter .img .ul .li{
	float:left;
}
