@charset "utf-8";
/* CSS Document */
/*头部*/
#header{
	height:75px;	
	padding-top:43px;
	background:url(../images/header_bg.png) repeat-x center bottom;
	overflow:hidden;
	position:relative;
	z-index:10;
}
.logo{
	position:absolute;
	left:42px;
	top:54px;	
}

#nav{
	height:75px;
	background:url(../images/nav_border.png) repeat-x center bottom;
	position:absolute;
	right:23px;
	bottom:0px;
	padding:0px 8px;
}
#nav li{
	height:75px;
	width:86px;
	float:left;
	line-height:75px;
	padding:0px 3px;
}
#nav li a{
	display:block;
	height:72px;
	width:86px;
	color:#fff;
	border-bottom:3px solid #fff;
	line-height:72px;
	text-align:center;
	font-size:14px;
	color:#000;
}
#nav li a:hover{
	
	border-bottom:3px solid #000;
}

.current a{
	border-bottom:3px solid #000 !important;
}

#banner{
	width:100%;
	min-width:1205px;
	height:1028px;	
	position:relative;
	z-index:1;
	margin-top:-118px;
	color:#5f5a5a;
}

.banner_ul li{
	position:absolute;
	left:50%;
	margin-left:-960px;
	top:0px;
	width:1920px;
	height:1028px;
	z-index:2;
	opacity:0;	
}
.icon_ul{
	position:absolute;
	overflow:hidden;	
	height:5px;
	left:50%;
	bottom:48px;
	z-index:20;
}
.icon_ul li{
	float:left;
	cursor:pointer;
	height:5px;
	width:46px;
	margin:0px 11px;
	background:url(../images/dian.png) no-repeat right center;	
}
.li_on{
	background:url(../images/dian.png) no-repeat left center !important;	
}





/*底部*/
#footer{
	width:100%;
	min-width:1205px;
	background:#000000;
	color:#5f5a5a;
	height:52px;
	line-height:52px;
}
.footer_content{
	height:50px;
}
#footer a{
	color:#5f5a5a;	
}
#footer a:hover{
	color:#fff;	
}
/*内页样式*/
.inside_banner{
	height:480px;
	width:100%;
	min-width:1205px;
	overflow:hidden;
	position:relative;
	margin-top:-118px;
}
.inside_banner img{
	height:480px;
	width:1920px;
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-960px;	
}
.main_title{
	height:40px;
	background:#D6DBD6;	
	margin:22px auto;
	line-height:40px;
	text-indent:17px;
}
#main{
	margin:43px auto 30px;
	overflow:hidden;	
}
.sub_nav{
	height:81px;
	border:1px solid #E7E7E7;
	margin:22px auto 45px;	
	overflow:hidden;
}

.main_box{
	min-height:400px;	
}
.left_ul{
	width:100%;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #E7E7E7;
}
.left_ul li{
	margin:0px 25px;
	height:40px;
	line-height:40px;	
	float:left;
	position:relative;
}
.left_ul li>a{
	color:#474c4b;	
	font-size:14px;
}
.left_ul li>a:hover{
	color:#000000;	
}
.li_hover>a{
	color:#000000 !important;		
}
.sub_dl{
	position:absolute;
	left:-25px;
	top:40px;
	padding:8px 0px 0px;
	width:800px;
	display:none;	
}
.left_ul li:hover .sub_dl{
	display:block;	
}
.sub_dl dd{
	float:left;
	margin:0px 16px;	
}
.sub_dl dd a{
	display:block;
	height:24px;
	line-height:24px;
	padding:0px 13px;	
	color:#474c4b;
}
.sub_dl dd a:hover{
	background:#000000;
	color:#ffffff;	
}


.pro_ul{
	overflow:hidden;
	width:1245px;
	margin-left:-21px;	
}
.pro_ul li{
	float:left;
	margin:0px 21px 20px;	
}
.pro_ul li a{
	display:block;	
}
.pro_ul li a img{
	display:block;	
}
.pro_ul li a p{
	display:block;
	text-align:center;
	height:60px;
	line-height:60px;
	width:373px;
	overflow:hidden;
}