@charset "utf-8";


.fl{
	float: left;
}
.fr{
	float: right;
}
.wrapper{
	width: 1400px;
	margin: 0 auto;
}
.wrapper1{
	width: 1200px;
	margin: 0 auto;
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: #f7f7f7;
	width: 100%;
	height: 74px;
	
}
.header .logo-box{
	float: left;
	width: 30%;
	background:url(../images/logo.jpg) no-repeat;
	height: 74px;
}

/*nav*/
.header .nav-box{
	position: relative;
	float: right;
	width: 65%;
}
.header .nav-box .item{
	float: left;
	width: 16%;
	text-align: center;
	position: relative;
}

.header .nav-box .item>a{
	display: block;
	height: 8px;
	line-height: 74px;
	color: #777;
	font-size: 14px;
	
}


.header .nav-box .item a:hover,
.header .nav-box .item a.active,
.header .nav-box .item.this a {
	color: #fad000;
}

.header .lang{ right: 70px; position: absolute; top: 0; width: 100px; height: 74px; text-align: center;}
.header .lang a{display: block; line-height: 74px; font-size: 14px;}
.header .lang a:hover{color: #fad000;}




/*foot*/
.foot-box{height: 230px; color: #979797; background:#f6f6f6;}
.foot-box1{height: 230px; color: #979797;}
.foot-box .ab{ margin-top:60px; width: 120px; float: left; margin-right: 130px;}
.foot-box .ab .head{ font-size: 18px; color: #202020;}
.foot-box .ab .line{ border-bottom: solid 1px #818181; width: 100px; margin: 10px 0;}
.foot-box .ab  .item{ line-height: 20px;}
.foot-box .ab  .item a{ line-height: 20px;}

.foot-box .pro{ margin-top:60px; width: 120px; float: left; margin-right: 130px;}
.foot-box .pro .head{ font-size: 18px; color: #202020;}
.foot-box .pro .line{ border-bottom: solid 1px #818181; width: 100px;margin: 10px 0;}
.foot-box .pro  .item{ line-height: 20px;}
.foot-box .pro  .item a{ line-height: 20px;}

.foot-box .new{ margin-top:60px; width: 120px; float: left; margin-right: 130px;}
.foot-box .new .head{ font-size: 18px; color: #202020;}
.foot-box .new .line{ border-bottom: solid 1px #818181; width: 100px;margin: 10px 0;}
.foot-box .new .item{ line-height: 20px;}
.foot-box .new .item a{ line-height: 20px;}

.foot-box .con{ margin-top:60px; width: 120px; float: left;}
.foot-box .con .head{ font-size: 18px; color: #202020;}
.foot-box .con .line{ border-bottom: solid 1px #818181; width: 100px;margin: 10px 0;}
.foot-box .con .item{ line-height: 20px;}
.foot-box .con .item a{ line-height: 20px;}
.foot-box .ewm{ background:url(../images/ewm.jpg) no-repeat; height: 164px; width: 164px; float: left; margin-top: 30px; margin-left: 100px;}
