@charset "utf-8";
/* CSS Document */
/*头部*/
#header{
	height:101px;	
	width:100%;
	min-width:1200px;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.4);
	position: relative;
	z-index: 10;
}
.header_content{
	height:101px;
	position:relative;
}
.logo{
	position:absolute;
	left:0px;
	top:21px;	
}
.nav{
	position: absolute;
	left: 250px;
	top: 36px;
}
.nav li{
	float: left;
	height: 45px;
	line-height: 45px;
	padding:0px 16px;
}
.nav li a{
	font-size: 14px;
	color:#333;
}
.nav li a:hover{
	color:#d61108;
}
.nav li.current a{
	color:#d61108;
}
.language{
	position: absolute;
	right: 0px;
	top: 36px;
	line-height: 45px;
	padding-left: 17px;
	background: url(../images/lan_icon.png) no-repeat left center;
}
.language a{
	margin-left: 13px;
}
.sou{
	background:url(../images/sou.png) no-repeat;
	height:33px;
	width:151px;
	position:absolute;
	right:108px;
	top:40px;
	overflow:hidden;	
}
.search{
	background: none;
	border: none;
	line-height:23px;
	height: 23px;
	width: 86px;
	padding:5px 15px;
	color:#656565;
}
.tijiao{
	background: none;
	border: none;
	height: 33px;
	width: 35px;
	cursor: pointer;	
}

#banner{
	height:637px;	
	position:relative;
	z-index:1;
	overflow:hidden;
	border-bottom:5px solid #D61108;
}

.banner_ul li{
	position:absolute;
	left:50%;
	margin-left:-960px;
	top:0px;
	width:1920px;
	height:637px;
	z-index:2;
	opacity:0;	
}
.icon_ul{
	position:absolute;
	overflow:hidden;	
	height:13px;
	left:50%;
	bottom:34px;
	z-index:20;
}
.icon_ul li{
	float:left;
	cursor:pointer;
	height:13px;
	width:13px;
	margin:0px 9px;
	background:url(../images/dian.png) no-repeat right center;	
}
.li_on{
	background:url(../images/dian.png) no-repeat left center !important;	
}

/*主体内容*/
.content{
	margin:0 auto;
}
.honor{
	position: relative;
	margin-bottom: 60px;
}
.honor_title{
	height: 89px;
	line-height: 89px;
	text-align: center;
	font-size: 24px;
	color: #333;
}
.honor .bd{
	height: 141px;
	overflow: hidden;
}
.honor .bd ul li{
	float: left;
	margin-right: 45px;
}
.honor .bd ul li a{
	display: block;
	width: 204px;
	height: 141px;
}
.honor .bd ul li a img{
	width: 204px;
	height: 141px;	
}
.honor .prev{
	display: block;
	background: url(../images/jt_img.png) no-repeat left center;
	height: 33px;
	width: 20px;
	position: absolute;
	left: -42px;
	top: 144px;
}
.honor .next{
	display: block;
	background: url(../images/jt_img.png) no-repeat right center;
	height: 33px;
	width: 20px;
	position: absolute;
	right: -42px;
	top: 144px;
}
.box_img{
	float: left;
	overflow: hidden;
	width: 600px;
	height: 503px;
}
.box_content{
	overflow: hidden;
	width: 600px;
	height: 503px;
	position: relative;
	float: left;
}
.box_nr{
	position: absolute;
	left:42px;
	top:100px;
	overflow: hidden;
	width: 505px;
}
.box_nr h3{
	line-height: 80px;
	font-size: 24px;
	color: #333;
}
.box_nr .box_ms{
	line-height: 36px;
	max-height: 108px;
	overflow: hidden;
}
.box_nr .box_more{
	display: block;
	margin-top: 15px;
	height: 39px;
	width: 158px;
	line-height: 39px;
	text-align: center;
	font-size: 14px;
	background: #D61108;
	color: #fff !important;
	letter-spacing: 3px;
}
.pro_wrap{
	width: 100%;
	min-width: 1200px;
	background:#F2F2F2;
	padding: 45px 0px 50px;
}
.products{
	
}
.products .bd{
	height: 519px;
	overflow: hidden;
}
.products .bd ul li{
	float: left;
	margin-right: 15px;
}
.products .bd ul li img{
	display: block;
	width: 390px;
	height: 269px;
}
.products .bd ul li:hover .show_box{
	background: #DCD8D8;
}
.products .bd ul li:hover .show_box h3 a{
	color: #d61108;
}
.show_box{
	height: 230px;
	background: #fff;
	padding: 20px 30px 0px;
}
.show_box h3{
	height: 62px;
	line-height: 62px;
}
.show_box h3 a{
	font-size: 18px;
	color:#333;
}
.show_ms{
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}
.show_more{
	display: block;
	width: 113px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #D61108;
	color: #fff;
	letter-spacing: 3px;
	margin-top: 22px;
}
.show_more:hover{
	background: #980D07;
	color: #fff;
}
.products .hd{
	height: 13px;
	margin-top: 38px;
	text-align: center;
}
.products .hd li{
	display: inline-block;
	margin:0px 9px;
	height: 13px;
	width: 13px;
	cursor: pointer;
	background: url(../images/dian1.png) no-repeat right center;
	text-indent: -9999px;
}
.products .hd li.on{
	background: url(../images/dian1.png) no-repeat left center;
}
.contact{
	margin: 30px auto;
	height: 139px;
	overflow: hidden;
}
.contact_left{
	height: 129px;
	width: 199px;
	float: left;
	background: #D61108;
	text-align: center;
	padding-top: 10px;
}
.contact_left h3{
	line-height: 65px;
	color:#fff;
	font-size: 24px;
	letter-spacing: 3px;
}
.contact_left a{
	display: block;
	margin:0 auto;
	height: 33px;
	line-height: 33px;
	width: 111px;
	border:2px solid #fff;
	color:#fff;
	font-size: 14px;
	letter-spacing: 2px;
}
.contact_right{
	float: left;
	padding-left:50px;
	width: 930px;
	color:#333;
	line-height: 36px;
	padding-top:15px;
	height: 124px;
	overflow: hidden;
}

#footer{
	height: 165px;
	min-width: 1200px;
	width: 100%;
	border-top: 1px solid #CACACA;
}
.footer_content{
	height: 145px;
	position: relative;
	padding-top: 20px;
	line-height: 56px;
}
.footer_logo{
	position: absolute;
	right: 0px;
	top:49px;
}

/*内页样式*/
.inside_banner{
	width:100%;
	min-width:1200px;
	height:316px;
	overflow:hidden;
	position:relative;	
	border-bottom:5px solid #D61108;
}
.inside_banner img{
	display:block;
	height:316px;
	width:1920px;	
	position:absolute;
	left:50%;
	margin-left:-960px;
}
#main{
	margin:0px auto 70px;	
	overflow:hidden;
}
.main_title{
	height:105px;
	line-height:105px;
	position:relative;	
}
.main_title span{
	font-size:24px;
	color:#333;	
}
.weizhi{
	position:absolute;
	right:0px;
	top:0px;
	font-size:14px;	
}
.main_left{
	width:262px;
}
.left_title{
	height:51px;
	line-height:51px;
	overflow:hidden;
	color:#fff;
	font-size:18px;
	text-indent:25px;
	background:#D61108;
}
.left_ul{
	border-bottom: 2px solid #D61108;
	background: #DCDCDC;
}
.left_ul li{
	height:44px;
	border-bottom: 1px solid #fff;	
}
.left_ul li:last-child{
	border: none;
}
.left_ul li a{
	display:block;
	height:44px;
	line-height:44px;
	padding-left:25px;
	background:url(../images/li_bg1.png) no-repeat 237px center;
	overflow:hidden;
	font-size:14px;
	color:#333;	
}
.left_ul li a:hover{
	color:#D61108;	
}
.left_ul li.producttype1sel a{
	background:url(../images/li_bg2.png) no-repeat 235px center;	
}
.left_ul li.producttype2,.left_ul li.producttype2sel{
	height:44px;
	line-height:44px;	
	border:none;
}
.left_ul li.producttype2 a{
	display:block;	
	height:44px;
	line-height:44px;
	background:url(../images/li_bg3.png) no-repeat 25px center #F0EEEE;
	font-size:14px;
	color:#333;
	padding-left:37px;
}
.left_ul li.producttype2 a:hover{
	color:#D61108;
}
.left_ul li.producttype2sel a{
	color:#D61108;
	display:block;	
	height:44px;
	line-height:44px;
	background:url(../images/li_bg3.png) no-repeat 25px center #F0EEEE;
	font-size:14px;
	padding-left:37px;
}


.main_right{
	width:899px;	
}

.right_box{	
	min-height:400px;
}
.right_box .pro_ul{
	width:933px;
	overflow:hidden;
}
.pro_ul li{
	float:left;
	width:277px;
	margin:0px 34px 20px 0px;
}
.pro_a{
	display:block;
}
.pro_a img{
	display:block;
	border: 1px solid #ddd;
}
.pro_a p{
	height:50px;
	line-height:50px;
	text-align:center;
	overflow:hidden;
	font-size:16px;
	color:#333;	
}
.pro_a:hover p{
	color:#D61108;	
}

