*{margin: 0px;padding: 0px;}
body{min-width:1080px;background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
 

.main{
	width: 1080px;
	margin:0 auto;
}
.head{
	width: 100%;
	height:150px;
	overflow: hidden;
}
.head .top{
	width: 100%;
	height: 40px;
	background: #f4f4f4;
 
}
.head .top p{
	font-size: 13px;
	color:#000000;
	line-height: 40px;
	float: left;
}
.head .top p a{

	color:#000000;

}
.head ul{
	float: right;
}
.head ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 40px;
	position: relative;
}
.head ul li a{
	font-size: 13px;
	color:#333333;
}
.head ul li:after{
	content: "";
	width: 1px;
	height: 13px;
	position: absolute;
	top:14px;
	right: 0;
	background: #333333;
}
.head ul li:last-child:after{
	width: 0;
}
.head .name{
	float: left;
	margin-top: 25px;
}
.head  .tel{
	float: right;
	margin-top: 35px;
}
.nav{
	width: 100%;
	height: 50px;
	background: #cf3232;
}
.nav ul{
	width: 1100px;
	margin:0 auto;
	height: 50px;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 183px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	line-height: 50px;
}
.nav ul li a{
	color:#fff;
	font-size: 16px;
}
.nav ul li:hover{
	background:#b32b2b;
}
.banner{ 
	width:100%;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}
.banner .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:50%;
 margin-left: -102px;
 bottom:10px; 
 z-index:1; 
}
.banner .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.banner .hd ul li{
 float:left; 
 margin-right:25px;  
 width:50px; 
 height:10px; 
 line-height:14px; 
 text-align:center; 
 cursor:pointer;
 background: #fff;
 
 
}
.banner .hd ul li.on{
 background:#cf3232;
 
}
.banner .bd{
 position:relative; 
 height:100%;
  z-index:0; 
  width: 100%; 
}
.banner .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.banner .bd img{
	width:100%; 
	display:block; 
}
.banner .prev,
.banner .next{
 position:absolute; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.banner .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.banner .next {
	font-size: 
	58px;color:#fff;
}
.banner .prev{
	font-size: 
	58px;color:#fff;
}
.banner .prev:hover,
.banner .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.banner .prevStop{ 
	display:none;  
}
.banner .nextStop{ display:none;  
}
.keywords{
	width: 100%;
	height: 60px;
	background: #eeeeee;
}
.keywords p{
	font-size: 16px;
	color:#333333;
	font-weight: bold;
	line-height: 60px;
	float: left;
}
.keywords ul{
	float: left;

}
.keywords ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	line-height:60px;
	color:#666666;
}
.keywords ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:24px;
    height:14px;
    width:1px;
    background:#666666;
}

.keywords ul li:last-child:after{
    height:0px;
    width:0px;
}
.title{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #cf3232;
	margin-top: 40px;
}
.title img{
	display: block;
	margin:0 auto;
	height: auto;
	overflow: hidden;
}
.title p {
	color:#000000;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	width: 100px;
	height: 39px;
	margin:0 auto;
	margin-top: 5px;
	border-bottom: 3px solid #cf3232;
}
.product{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.product .list{
	width: 1080px;
	margin:0 auto;
	height: auto;
	margin-top: 30px;
	overflow: hidden;
}
.product .list ul {
	display: flex;
	justify-content: center;
}
.product .list ul li{
	width: 300px;
	height: 40px;
	background: #cf3232;
	line-height: 40px;
	border-radius: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.product .list ul li a{
	color:#fff;
	font-size: 16px;
}
.product .pic{
	width: 1080px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.product .pic ul {
	margin-left: -13px;
}
.product .pic ul li{
	float: left;
	width: 260px;
	height: auto;
	margin-bottom: 5px;
	margin-left: 13px;
}
.product .pic ul li img {
	display: block;
	width: 100%;
	height: 310px;
}
.product .pic ul li p {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color:#000000;
	font-size: 15px;
}
.about{
	width: 100%;
	height: 480px;
	overflow:hidden;
	background: url(../images/bg01.png)no-repeat center;
	margin-top: 30px;

}
.about .title {
	border-bottom: 1px solid #fff;
}
.about .title p{
	border-bottom: 3px solid #fff;
	color:#fff;
}
.about .left{
	width: 520px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 40px;
}
.about  .info{
	width: 100%;
	height: 200px;
}
.about  .info p{
	color:#fff;
	font-size: 16px;
	text-indent: 1em;
	line-height: 26px;
}
.about  a{
	display: block;
	width: 200px;
	height: 40px;
	background: #fff;
	line-height: 40px;
	text-align: center;
	color:#cf3232;
	font-size: 15px;
	margin-top: 40px;
}
.about  .pic{
	float: right;
	width: 528px;
	height: 308px;
	border: 1px solid #fff;
	margin-top: 20px;
}
.about  .pic img{
	display: block;
	width: 520px;
	height: 300px;
	margin:4px;
}
.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cases .box{
	width: 400%;
}
.cases .pic{
	float: left;
}
.cases .pic ul li{
	float: left;
	width: 318px;
	height: auto;
	overflow: hidden;
	border: 1px solid #eeeeee;
	margin-left: 10px;
}
.cases .pic ul li img{
	display: block;
	width: 310px;
	height: 360px;
	margin:4px;
}
.cases .pic ul li p{
	width: 100%;
	text-align: center;
	color:#000000;
	font-size: 15px;
	line-height: 30px;
}
.cases .pic ul li:hover{
	border: 1px solid #cf3232;
}
.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.news .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news .tit p{
	color:#000000;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin:0 auto;
	width:100px;
	line-height: 40px;
	border-bottom: 3px solid #cf3232;
}
.news .pic{
	float: left;
	width: 530px;
	height: 350px;
	position: relative;
	margin-top: 30px;
}
.news .pic img{
	display: block;
	width: 530px;
	height: 350px;
}
.news .pic div{
	width: 100%;
	height: 80px;
	background:rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
 

}
.news .pic p{
	color:#fff;
	font-size: 16px;
	margin-left: 10px;
	width: 510px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 20px;
}
.news .pic span{
	display: block;
	width: 510px;
	color:#fff;
	font-size: 14px;
	margin-left: 10px;
	overflow: hidden;
	white-space: nowrap;
	margin-top: 5px;
	text-overflow: ellipsis;
}
.news  ul{
	width: 530px;
	height: auto;
	overflow: hidden;
	float: right;
	margin-top: 30px;
}
.news  ul li{
	width: 100%;
	height: 80px;
	margin-bottom: 10px;
	background: #eeeeee;
	overflow: hidden;

}
.news  ul li span{
	display: block;
	color:#666666;
	position: relative;
	font-size: 12px;
	margin-top: 20px;
	height: 20px;
	margin-left: 10px;
}
.news  ul li span:after{
	content: "";
	width: 20px;
	height: 2px;
	background: #cf3232;
	position: absolute;
	left:0;
	bottom: 0;
}
.news  ul li  p{
	width: 100%;
	color:#1a1a1a;
	font-size: 16px;
	margin-left:10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 5px;
}
.news  ul li:hover span{
	color:#fff;
}
.news  ul li:hover span:after{
	color:#fff;
}
.news  ul li:hover {
	background: #cf3232;
}
.news  ul li:hover p{
	color:#fff;
}
.footer{
	width: 100%;
	height: 335px;
	background: #b32b2b;
	margin-top:100px;
	float: left;
}
.footer .ewm{
	width: 148px;
	height: 148px;
	border: 1px dashed #666666;
	margin:0 auto;
	margin-top: -70px;
}
.footer .ewm img{
	display: block;
	width: 140px;
	height: 140px;
	margin:5px;
}
.footer .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.footer .info p{
	color:#fff;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
}
.footer .info a{
	color:#fff;
}
.links{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 1px solid #fff;
	margin-top: 20px;
}
.links p{
	color:#fff;
	font-size: 15px;
	text-align: center;
	margin-top: 15px;
}
.links ul{
	width: 1000px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
	height: 50px;
	overflow: hidden;
}
.links ul li{
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 25px;
}
.links ul a{
	color:#fff;
	font-size: 13px;
}

.container{ width:1100px; margin:20px auto; }
.con_left{ width:210px; float:left; margin-right:20px; margin-bottom:50px; margin-top:-20px;}
.con_right{ width:870px; float:left; margin-bottom:30px;}
.l_about{ width:100%; float:left;}
.in_prokind{ width:200px; padding-left:10px; height:40px;line-height:40px; color:#333; font-size:18px; background:#e9e9e9; font-weight:bold; border-bottom:1px solid #ccc;  position:relative;}
.in_prokind span{ position:absolute; right:12px; top:0px; font-size:13px;}
.in_prokind span a:link{ color:#333;}
.in_prokind span a:visited{ color:#333;}
.in_prokind span a:hover{ color:#000;}
.in_casetit{ width:98%; padding-left:2%; height:57px;  line-height:57px;font-size:21px; font-weight:bold; color:#333; text-align:left; position:relative; border-bottom:#cf3232 1px solid;}
.position{ position:absolute; right:5px; top:10px; font-size:14px; font-weight:normal;}
.position a:link{ color:#333;}
.position a:visited{ color:#333;}
.position a:hover{ color:#135ba2;}
.ul_news{ width:100%; margin:0px auto; background:#f0f0f0; padding-bottom:10px; border-bottom:#e9e9e9 2px solid; }
.ul_news li{ width:90%; padding-left:2%; font-size:13px; height:32px; line-height:32px; border-bottom:#bfbfbf 1px dotted; color:#1d1d1d; background:url(../images/icon04.jpg) no-repeat 5px; padding-left:15px;}
.in_contact{width:100%; margin-top:10px; float:left; color:#333; border-top:#cf3232 2px solid;}
.in_contact p{ width:200px; font-size:14px; line-height:24px; padding-left:5px; padding-right:5px;}
.in_contactmid{ background:#f0f0f0;padding-bottom:10px;border-bottom:#e9e9e9 2px solid;  }
.in_contactmid h3{line-height:28px; font-size:16px;padding-left:5px;color:#1b242d;}
.in_contactmid img{ margin-top:10px; width:100%;}
.clear{ clear:both;}
.index_aboutimg{ width:193px; margin:10px; float:left;}
.index_aboutcont{ width:422px;float:left; margin-top:10px; line-height:24px; }
.index_aboutcont p{ text-indent:2em; font-size:13px; color:#3e3e3e; font-weight:bold;}
.main_right_product{ width:100%; margin:0px auto;}
.main_right_product ul{ margin:0px; padding:0px; width:110%; }
.main_right_product ul li{ list-style:none; width:272px; height:345px;  float:left; margin-top:10px; margin-right:23px; }
.p_name{ text-align:center; line-height:30px; font-size:14px;}
.main_right_product ul li img{width:265px; height:315px; padding:5px;border:#eee 1px solid;}
.main_right_product ul li a:link{ color:#444; text-decoration:none;}
.main_right_product ul li a:visited{ color:#444; text-decoration:none;}
.main_right_product ul li a:hover{ color:#cf3232; text-decoration:none;}
.product_con{ width:100%;} 
.product_con img,.productimg img{ text-align:center; margin:0px auto;}
.index_newscont{ width:100%; margin:10px auto;}
.index_newscont ul li{ height:42px; line-height:42px; border-bottom:#CCC 1px dotted; font-size:13px;  background:url(../images/icon04.jpg) no-repeat 5px; padding-left:15px; position:relative;}
.news_time{ position:absolute; right:0px; top:0px;}
.index_newscont ul li a:link,.ul_news li a:link{ color:#3e3e3e;;}
.index_newscont ul li a:visited,.ul_news li a:visited{ color:#3e3e3e;}
.index_newscont ul li a:hover,.ul_news li a:hover{ color:#cf3232;}
.nav ul li.current { background:#b32b2b;}
.index_newscont h4,.main_right_product h4{ font-size:16px; text-align:center; line-height:50px;}
.con_left .list .tit{
	width: 210px;
	height: 60px;
	background:#cf3232;
}
.con_left .list .tit p{
	color:#fff;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	font-weight: bold;
}
.con_left .list{
	float: left;
	width: 210px;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.con_left .list ul li{
	width: 100%;
	height: 38px;
	background: #eeeeee;
	line-height: 38px;
	text-indent: 38px;
	margin-bottom: 2px;
	border-radius: 3px;
	margin-top:10px;

}
.con_left .list ul li a{
	color:#1a1a1a;
	font-size: 15px;
}
.con_left .list ul li:hover{
	background: #cf3232;
}
.con_left .list ul li.m_hover{
	background: #cf3232;
}
.con_left .list ul li:hover a,.con_left .list ul li.m_hover a{
	color:#fff;
}
.con_left .list  .tel img{
	display: block;
}

/*分页*/
.xlr_pages,.fy{width:100%; height:24px; line-height:24px; font-size:12px;text-align:center; float:left; margin-top:10px; margin-bottom:10px;}
.xlr_pages ul{ width:100%; margin:0px auto; height:24px;text-align:center;}
.pagelist li{  text-decoration:none; margin-right:1px;display:inline-block; border:#CCC 1px solid; padding:0px 8px; border-radius:3px;}
.thisclass{ background:#cf3232; color:#FFF;}
.pagelist li select{ margin:3px;}
.pagelist li a:link,.fy a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited,.fy a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,.fy a:hover{ color:#cf3232; text-decoration:none;}
.footer .right .info a{ color:#FFF;}

   