@charset "utf-8";
/* CSS Document */

::selection {color: #fff; background-color: #0d7de4;}
::-moz-selection {color: #fff;background-color: #0d7de4;}
::-webkit-selection {color: #fff;background-color: #0d7de4;}
::-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_A*/
#top_A{
	width:100%; 
	height:34px; 
	overflow: hidden; 
	border-bottom: 1px solid #f0f0f0;
}
.top{
	width:1180px; 
	height:34px;
	margin:auto;
}
 .top_left{ 
	width:380px; 
	height:34px; 
	float:left;  
	line-height:34px; 
	color:#808080; 
	font-size:12px;
}
.top_right{ 
	height: 34px; 
	float: right;
}
.top_right ul li{
	float: left;
	color:#808080; 
	font-size:12px;
	line-height:34px; 
	padding:0px 0px 0px 15px;
}
.top_right ul li a{
	color: #808080; 
	font-size:12px;
}
.top_right ul li a:hover{
	color: #0d7de4;
}

/**top_bgk**/
.top_bgk{ 
	width:100%;
	height:140px; 
	overflow: hidden;
}
.top_bgk .top_header{
	width: 1180px;
	margin:0 auto;
}
.top_header .logo{  
	width: 900px;
	height:59px; 
	float:left; 
	display:inline;

}
.logo h1{
	width: 274px;
	height:59px;
	margin-top:40px; 
	float: left;  
	overflow: hidden;
}
.logo h1 a{
	width: 274px;
	height:59px;
	overflow: hidden;
	display: block;
}
.logo h1 a img{
	width: 274px;
	height:59px;
	overflow: hidden;
}
.logo .language{
	float: left;
	width: 465px;
	height: 75px;
	margin-left: 30px;
	margin-top: 32px;
	padding-left: 20px;
	border-left: 1px solid #ccc;
}

.language p{
	font-size: 20px;
	color: #0d7de4;
	font-weight: bold;
}
.language span{
	font-size: 18px;
	color: #595959;
	display: block;
	line-height: 40px;
}

.top_header .header_tel{
	float: right;
	width: 180px;
	height: 90px;
	margin-top: 35px;
	overflow: hidden;
	padding-left: 37px;
	background: url(../images/logo_dh.jpg) no-repeat left 22px;
	line-height: 30px;
	font-size: 18px;
	color: #4c4c4c;
}
.header_tel span{
	font-size: 24px;
	font-weight: bold;
	display: block;
	color: #0d7de4;
}

/**nav开始**/
.nav{
	width: 100%;
	height: 50px;
	background: #0d7de4;
}

.nav .nav_box{
	width: 1180px;
	margin: 0 auto;
}
.nav_all{
	width: 1180px;
	height: 50px;
	overflow: hidden;
}

.nav_all > li {
	float:left; 
	padding: 0 27px;
	height: 50px;
	text-align:center;
	-webkit-transition:all 0.5s;
	transition:all .5s;
}

.nav_all > li > a {
	display:block; 
	font-size:14px;  
	text-align: center; 
	line-height:50px; 
	color:#fff; 
	width: 100%;
}
.nav_all .another{
	background: #ff0000;
}
.nav_all > li:hover{
	background: #ff0000;
}


.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: 260px;
	overflow: hidden;
	background: url(../images/footer_bg.jpg) no-repeat center;
}
.foot_box ul{
	width: 1180px;
	height: 49px;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}
.foot_box ul li{
	float: left;
	padding:0 27px;
}
.foot_box ul li a{
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	display: block;
}
.foot_box ul li a:hover{
	text-decoration: underline;
}
.foot_box .ewm{
	width: 130px;
	height: 130px;
	float: left;
	margin-left: 36px;
	margin-top: 36px;
	margin-right: 70px;
}
.ewm img{
	width: 108px;
	height: 108px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.ewm h5{
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.foot_box .foot_w{
	width: 940px;
	height: 150px;
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	margin-top: 35px;
}
.foot_w h2{
	margin-bottom: -20px;
	font-size: 14px;
	color: #fff;
	display: inline;
}
.foot_w a{
	color: #fff;
}
.foot_w a:hover{
	text-decoration: underline;
}
.foot_w img{
	margin-left: 5px;
}

/*footer end*/
