@charset "utf-8";

/* CSS Document */



::selection {color: #fff; background-color: #df242a;}

::-moz-selection {color: #fff;background-color: #df242a;}

::-webkit-selection {color: #fff;background-color: #df242a;}

::-webkit-scrollbar {width: 8px;height: 8px;background-color: #F5F5F5}

::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2}

::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);background-color: #555}



.clearfix{clear:both;}

.between{

	width:1180px;

	margin:0 auto;

	overflow: hidden;

}

.clear{

	clear: both;

}

.float_l{

	float:left;

}

.float_r{

	float:right;

}

.clear_fl{

	height:0px;

	clear: both;

	overflow: hidden;

}









/**top_bgk**/

.top_bgk{

	width:100%;

	height:120px;

	background: #262626;

	overflow: hidden;

}

.top_bgk .top_header{

	width: 1180px;

	margin:0 auto;

}

.top_header .logo{

	width: 289px;

	height:64px;

	margin-top:28px;

	float:left;

	display:inline;



}

.logo h1{

	width: 289px;

	height:64px;

	overflow: hidden;

}

.logo h1 a{

	width: 289px;

	height:64px;

	overflow: hidden;

	display: block;

}

.logo h1 a img{

	width: 289px;

	height:64px;

	overflow: hidden;

}

.language{

	float: left;

	width: 360px;

	height: 49px;

	border-top: 1px solid #ccc;

	border-bottom: 1px solid #ccc;

	margin: 35px 100px 0 160px;

}

.language p{

	font-size: 22px;

	color: #e5e5e5;

	text-align: center;

	line-height: 49px;

}

.top_header .header_tel{

	float: right;

	width: 250px;

	margin-top: 55px;

	overflow: hidden;

}

.top_header .header_tel h4{

	overflow: hidden;

	font-size: 16px;

	color: #e5e5e5;

}

.top_header .header_tel h4 span{

	font-size: 22px;

	font-weight: bold;

	color: #e5e5e5;

	line-height: 30px;

}



/**nav开始**/

.nav{

	width: 100%;

	height: 50px;

	background: #262626;

}



.nav .nav_box{

	width: 1180px;

	margin: 0 auto;

}

.nav_all{

	display:inline-table;

	position:relative;

	height:50px;

	line-height:50px;

	z-index: 999;

}

.nav_all li{

	float:left;

	padding: 0 26px;

	text-align:center;

	-webkit-transition:all 0.5s;

	transition:all .5s;

}

.nav_all li a{

	display:block;

	color:#fff;

	font-size:14px;

	overflow: hidden;

	text-overflow: ellipsis;

    white-space: nowrap;

    width: 100%;

    height: 50px;

}

.nav_all li a span{

	width: 20px;

	height: 2px;

	background: #df242a;

	display: block;

	margin: -12px auto;

	display: block;

	-webkit-transition:all 1s;

	transition:all 1s;

	opacity: 0;

}

.nav_all .another > a{

	color: #df242a;

}

.nav_all .another a span{

	opacity: 1;

}

.nav_all > li:hover > a{

	color: #df242a;

}

.nav_all > li:hover a span{

	opacity: 1;

}

.nav_all .erji_xiala{

	display:none;

	background:rgba(0,0,0,0.8);

	position:absolute;

	top:100%;

}

.nav_all .erji_xiala i{

	font-weight:bold;

}

.nav_all li:hover .erji_xiala{

	display:block;

}

.nav_all li:hover .erji_xiala .daohang_xiala{

	float:left;

	width:118px;

}

.nav_all li:hover .erji_xiala .daohang_xiala a:hover{

	background:#df242a;

}



.fixedNav{

	position:fixed;

	top:0px;

	left:0px;

	width:100%;

	z-index:100000;

	_position:absolute;

	_top:expression(eval(document.documentElement.scrollTop));

}











/*footer start*/

.footer{

	width: 100%;

	height: 300px;

	background: url(../images/footer_bg.jpg) no-repeat center;

}

.foot_box ul{

	width: 1180px;

	height: 49px;

	border-bottom: 1px solid #f5f5f5;

}

.foot_box ul li{

	float: left;

	padding:0 26px;

}

.foot_box ul li a{

	font-size: 14px;

	color: #ffffff;

	text-align: center;

	line-height: 49px;

	display: block;

}

.foot_box ul li a:hover{

	text-decoration: underline;

	color: #fff;

}

 .foot_w{

	width: 1180px;

	font-size: 14px;

	color: #fafafa;

	line-height: 30px;

	margin-top:40px;

	text-align: center;

}

.foot_w a{

	color: #fafafa;

	font-size: 14px;

	padding: 0 2px;

}

.foot_w a:hover{

	text-decoration: underline;

}

/*footer end*/

