*{margin: 0px;padding: 0px;}
body{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; color:#333;}
li{list-style-type:none;}
img{border:0px;display: block;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
.clear{clear:both;}


.top{
	width: 100%;
	height: 40px;
	background: #ffffff;
}
.main{
	width: 1200px;
	margin:0 auto;
}
.top span{
	display: block;
	float: left;
	color:#333;
	line-height: 40px;
}
.top .main div{
	float: right;
	color:#333;
	line-height: 40px;
}
.top .main div ul li{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 40px;
	position: relative;
}
.top .main div ul li:after{
	content:"";
	width: 1px;
	height: 14px;
	top: 13px;
	background: #333;
	position: absolute;
	right: 0;
}
.top .main div ul li:last-child:after{
	width: 0;
	height: 0;
}
.head{
	width: 100%;
	height: 143px;
	background: url(../images/bg01.png) center;
	 
}
.head .logo{
	float: left;
	margin-top:48px;
}
.head .tel{
	float: right;
	margin-top:40px;
}
.nav {
	width:100%;
	height: 60px;
	background:url(../images/nav.png);
}
.nav ul{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.nav ul li{
	float: left;
	width:100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 17px;
}
.nav ul li a{
	color:#fff;
	display: block;
	height: 60px;
}
.nav ul li a:hover{
	background: url(../images/hover.png)no-repeat;
	background-position: 20px 47px;
}
.slideBox{ 
	width:100%;  
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
 
}
.slideBox .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:45%; 
 bottom:10px; 
 z-index:1; 
}
.slideBox .hd ul{
 overflow:hidden; 
 zoom:1; 
 float:left; 

}
.slideBox .hd ul li{
 float:left; 
 margin-right:25px;  
 width:50px; 
 height:15px; 
 line-height:14px; 
 text-align:center; 
 background:#ccc; 
 cursor:pointer; 
 
}
.slideBox .hd ul li.on{
 background:#007fd7; 
 color:#007fd7; 
}
.slideBox .bd{
 position:relative; 
 height:100%;
  z-index:0; 
  width: 100%; 
}
.slideBox .bd li{
 zoom:1; 
 vertical-align:middle; 
}
.slideBox .bd img{
	width:100%;   
	display:block; 
}
.slideBox .prev,
.slideBox .next{
 position:absolute; 
 left:3%; 
 top:50%;
 margin-top:-3%;
 display:block; 
 width:32px;
 height:40px;  
 filter:alpha(opacity=50);opacity:0.5;   
}
.slideBox .next{
 left:auto; right:3%; 
 background-position:8px 5px; 
}
.slideBox .next {
	font-size: 
	58px;color:#fff;
}
.slideBox .prev{
	font-size: 
	58px;color:#fff;
}
.slideBox .prev:hover,
.slideBox .next:hover{
	filter:alpha(opacity=100);opacity:1;  
}
.slideBox .prevStop{ 
	display:none;  
}
.slideBox .nextStop{ display:none;  
}
.cont1{
	width: 100%;
	height: 600px;
	overflow: hidden;
	background: #cccccc;
	padding-top: 30px;
}
.pro-list{
	width: 258px;
	float: left;
	height: auto;
	overflow: hidden;
}
.pro-list .pro-title{
	width: 258px;
	height: 81px;
	background:url(../images/bg02.png)no-repeat;
	overflow: hidden;
}
.pro-list .pro-title span{
	display: block;
	font-size: 24px;
	color:#fff;
	text-align: center;
	margin-top: 15px;
	font-weight: bold;
}
.pro-list .pro-title  p{
	color:#fff;
	font-size: 13px;
	margin-top: 3px;
 	text-align: center;
}
.pro-list ul {
	width: 233px;
	height: 215px;
	margin: 0 auto;
	margin-top:8px;
}
.pro-list ul li{
	width: 233px;
	height:37px;
	border-bottom: 1px dashed #a0a0a0;
	line-height: 35px;
	margin-top:4px;
}
.pro-list ul li p{
	float: left;
	padding-left:25px;
	padding-right: 10px;
}
.pro-list ul li a{
	display: block;
	float:left;
	height: 34px;
	width: 233px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
	color:#333333;
}
.pro-list ul li a:hover{
	 background: url(../images/hover02.png)no-repeat center top;
	 color:#fff;
}
.pro-list .border{
	width: 258px;
	height:490px;
	background: #ffffff;
	float:left;

}
.pro-list img{
	margin: 0 auto;
}
.equipment{
	width:920px;
	height: 490px;
	float: right;
}
.title{
	width:100%;
	height:30px;
	border-bottom: 1px solid #908d89;
}
.title h3{
	color:#282828;
	font-size: 20px;
	font-weight: normal;
	line-height:30px;
	float:left;

}
.title span{
	color:#0076f1;
}
.title p{
	color:#282828;
	margin-top:10px;
	float: left;
	margin-left:5px;
}
.title a{
	display: block;
	float: right;
	width:90px;
	height:25px;
	 color:#fff;
	margin-right:10px;
	text-align:center;
	line-height:25px;
	background: #0064ea;
}
.title a:hover{
	color:#ccc;
}
.equipment ul {
	margin-left: -10px;
	margin-top: 17px;
}
.equipment ul li{
	float: left;
	margin-left: 10px;
	width: 300px;
	height: auto;
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
	padding-bottom: 0;
	margin-bottom:15px;
	 
}
.equipment ul li img{
	width:100%;
	height: 214px;
	 
}
.equipment ul li span{
	display: block;
	bottom: 0;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color:#333;
	font-size: 14px;
}
.cont2{
	width: 100%;
	height: 460px;
	background:#0072ed;
	float: left;
}
.about{
	width:810px;
	height: 424px;
	margin-top:20px;
	float: left;
	background:#fff;
}
.about .img{
	float: left;
	margin-top:30px;
	margin-left: 15px;
	width: 245px;
	height: 356px;
}
.about .right{
	width: 490px;
	height:356px;
	float:left;
	margin-top:30px;
	margin-left: 20px;
	position: relative;
}
.about .a-tit{
	width: 490px;
	height: 45px;
	border-bottom: 1px solid #720100;
}
.about .a-tit img{
	margin-top:10px;
	margin-left: 0;
	float: left;
}
.about .a-tit span{
	font-size: 20px;
	color:#0072ed;
	margin-left: 10px;
	line-height: 45px;
	font-weight: bold;
}
.about .text{
	margin-top:15px;
}
.about .text b{
	color:#0072ed;
	font-size: 14px;
	margin-top: 10px;
	display: block;
	width:190px;
	float:left;
}
.about p{
	color:#333333;
	text-indent: 2em;
	font-size: 14px;
	line-height: 22px;

}
.about a{
	color:#fff;
	display: block;
	background: #464646;
	width: 130px;
	height: 30px;
	padding-left:20px;
	line-height: 30px;
	position: absolute;
	bottom: 0;
}
.honor{
	margin-top:20px;
	float:left;
	width:390px;
	background: #fff;
	height: 423px;
	background:#ffffff url(../images/bg03.jpg)no-repeat;
	background-position: 0 0px;
}
.honor .h-tit{
	margin-left:70px;
	margin-top:45px;
	width: 303px;
	border-bottom: 1px solid #720100;
	height: 30px;
}
.honor .h-tit img{
	float: left;
}
.honor .h-tit span{
	display: block;
	float: left;
	margin-left: 10px;
	color:#0072ed;
	font-size: 20px;
	font-weight: bold;
}
.focus{ 
	width:303px; 
	height:280px; 
	overflow:hidden;
	 position:relative;  
	 margin-left:70px;
	 margin-top:30px;
	}
.focus .hd{ 
	height:15px; 
	overflow:hidden; 
	position:absolute; 
	right:5px; 
	bottom:5px; 
	z-index:1; 
}
.focus .hd ul{ 
	overflow:hidden; 
	zoom:1; 
	float:left;  
}
.focus .hd ul li{ 
	float:left; 
	margin-right:2px;  
	width:15px; 
	height:15px; 
	line-height:14px; 
	text-align:center; 
	background:#fff; 
	cursor:pointer; 
}
.focus .hd ul li.on{ 
	background:#f00; 
	color:#fff; 
}
.focus .bd{ 
	position:relative; 
	height:100%; 
	z-index:0;   
}
.focus .bd li{ 
	zoom:1; 
	vertical-align:middle; 
}
.focus .bd img{ 
	width:292px; 
	height:232px; 
	display:block;  
}
.focus .next{
	width: 31px;
	height: 31px;
	background: url(../images/next.png)no-repeat;
	position: absolute;
	bottom: 0;
	left: 120px;
}
.focus .prev{
	position: absolute;
	height: 31px;
	width: 31px;
	background: url(../images/prev.png)no-repeat;
	bottom: 0;
	left: 160px;
}
.focus ul{
	border: 4px solid #5e5e5e;
}
.cont3{
	width: 100%;
	float: left;
}
.case{
	width: 1200px;
	height: 635px;
	border-bottom:2px solid #980100;
	margin-top:30px;
}
.case .show{
	width: 1200px;
	height: 568px;
	overflow:hidden;
	margin-top:10px;
}
.case .box{
	width: 200%;
}
.case .pic{
	width: 1100px;
	height: 568px;
	float: left;
}
.case .pic ul li{
	float: left;
	width: 260px;
	height: 260px;
	margin-left: 15px;
	margin-top:10px;
}
.case .pic ul li div{
	width: 260px;
	height: 240px;
	background: #9c9c9c;
}
.case .pic ul li div:hover{
	background: #0072ed;
}
.case .pic ul li img{
	width: 250px;
	height: 230px;
	margin: 5px;
	float: left;
}
.case .pic ul li span{
	display: block;
	height: 20px;
	line-height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 15px;
}
.case .pic ul li a{
	color:#333;
}
.news{
	width: 580px;
	height: 280px;
	float: left;
	margin-top:50px;
}
.boxes .tit{
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #ccc;	
}
.boxes .tit span{
	display: block;
	float: left;
	color:#0072ed;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
}
.boxes .tit  p{
	color:#5e5e5e;
	font-size: 18px;
	font-weight: bold;
	float: left;
	margin-left: 5px;
	margin-top:5px;
}
.boxes .tit a{
	display: block;
	float: right;
	color:#fff;
	background: #464646;
	width:80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.boxes .tit a:hover{
	color:#ccc;
}
.news ul {
	margin-top:20px;
}
.news ul li{
	width: 100%;
	height: 30px;
	border-bottom: 1px dashed #ccc;
	line-height: 30px;
	background: url(../images/list.png)no-repeat;
	background-position: 20px 8px;
	margin-top:10px;
}
.news ul li a{
	color:#333;
	font-size: 13px;
	display: block;
	margin-left:40px;
	width: 300px;
	float: left;
}
.news ul li span{
	display: block;
	float: right;
	margin-right: 10px;
}
.news ul li a:hover{
	color:#0072ed;
}
.contact{
	width: 580px;
	float: right;
	margin-top:50px;
}
.contact .pic{
	width: 240px;
	height: 210px;
	float: left;
	margin-top:25px;
}
.contact .text{
	float: right;
	width:320px;
	margin-top:40px;
}
.contact .text span{
	color:#0064ea;
	font-size: 16px;
	font-weight: bold;
}
.contact .text p{
	color:#5e5e5e;
	font-size: 14px;
	margin-top:10px;
	line-height: 22px;
}
.links{
	width: 1200px;
	height: 80px;
	float: left;
	margin-top:30px;

}
.links .link-tit{
	width: 155px;
	height: 80px;
	background: #0072ed;
	float: left;
}
.links .link-tit h3{
	font-size: 41px;
	height:50px;
	color:#fff;
	text-align: center;
}
.links .link-tit span{
	color:#fff;
	font-size: 20px;
	margin-left: 20px;
	display: block;
	float: left;
}
.links ul{
	float: left;
	width:1040px;
	height: 78px;
	border: 1px solid #a0a0a0;
	overflow: hidden;
}
.links ul li{
	float: left;
	margin-left: 15px;
	margin-top:13px;
	position: relative;
	padding-right: 10px;
}
.links ul li a{
	color:#333;
	font-size: 15px;
}
.links ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:3px;
    height:15px;
    width:1px;
    background:#333;
}

.links ul li:last-child:after{
    height:0px;
    width:0px;
}
.footer{
	width: 100%;
	height:270px;
	overflow: hidden;
	background: #363636;
	float: left;
	margin-top:30px;
}
.footer p{
	text-align: center;
	margin-top:40px;
	height: auto;
	line-height: 22px;
	color:#fff;
	font-size: 13px;
}
.footer p a{
	color:#fff;
}

.container{ width:1200px; margin:10px auto; background:#09C;}
.con_left{ width:265px; float:left; margin-right:15px; }
.con_right{ width:920px; float:left;}
.in_prokind{ width:88%; height:40px; font-size:16px; color:#FFF; line-height:40px; background:#0072ed; padding-left:10%; border-bottom:#0041a1 1px solid;}
.tit_chinese1{  margin:0 0 0 20px; line-height:30px; color:#006ede; font-size:15px; }
.tit_en1{ margin:0 0 0 5px;line-height:30px; color:#282828; font-size:15px; }
.in_contact{width:100%; margin-top:10px; float:left;}
.in_contact h3{ line-height:40px; font-size:16px;}
.in_contact p{ width:100%; font-size:14px; line-height:24px;}
.in_contactmid{ width:98%;}
.in_contactmid img{ margin-top:10px; margin-bottom:10px; width:100%;}
.current{background: url(../images/hover.png)no-repeat;background-position: 20px 47px;}
.in_casetit{font-weight:bold; border-bottom:#CCC 1px solid;}
.in_newstit,.in_casetit{ width:98%; padding-left:2%; height:39px; line-height:39px;font-size:18px; color:#333; text-align:left; position:relative; f}
.in_news ul li{ height:26px; width:96%; padding-left:2%;  line-height:26px; font-size:12px; border-bottom:#999 1px dashed; position:relative;}
.in_news ul li .more{ position:absolute; right:0px; top:0px; font-size:12px;}
.more{ position:absolute; right:5px; top:0px; font-size:14px; font-weight:100;}
.more a:link{ color:#000;}
.more a:visited{ color:#000;}
.more a:hover{ color:#f00;}

.position a:link{ color:#000; font-size:12px;}
.position a:visited{ color:#000;font-size:12px;}
.position a:hover{ color:#f00;font-size:12px;}

.ul_news{ width:243px; margin:0px auto;}
.ul_news li{ width:98%; border-bottom:#ccc 1px dashed; padding-left:2%; font-size:13px; height:32px; line-height:32px;  color:#1d1d1d;	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;}



.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 h2{ text-align:center; line-height:40px; font-size:20px; margin-top:30px;}
.main_right_product ul{ margin:0px; padding:0px; width:100%;}
.main_right_product ul li{ list-style:none; width:294px; height:auto; float:left; margin-top:10px; margin-right:18px; background:#eee;}
.main_right_product ul li:nth-child(3n){
	margin-right: 0;
}
.p_name{ text-align:center; line-height:30px; font-size:14px;}
.main_right_product ul li img{ width:100%; height:220px; padding:5px; border:#ccc 1px solid;box-sizing: border-box;}
.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:#ca010b; text-decoration:none;}
.main_right_product .productimg{margin-top:20px;}
.index_newscont h3{text-align:center; line-height:40px; font-size:20px; margin-top:30px;}
.productimg{ text-align:center; margin:0px auto;}
.productimg img{ max-width:100%; margin:0px auto;}


.index_newscont{ width:96%; margin:0px auto;}
.index_newscont ul li{ height:32px; line-height:32px; border-bottom:#CCC 1px dashed; font-size:13px;  background:url(../images/list.png) no-repeat 5px; padding-left:25px; position:relative;}
.news_time{ position:absolute; right:0px; top:0px;}
.index_newscont ul a li { color:#3e3e3e;}
.index_newscont ul li a:link{ color:#3e3e3e;;}
.index_newscont ul li a:visited{ color:#3e3e3e;}
.index_newscont ul li a:hover{ color:#f00;}
.index_newscont .newscontent{margin-top:20px;}
.index_newscont .newscontent p{font-size:16px; line-height:30px; text-align:justify;color:#333;}
.index_newscont .newscontent p a{color:#333;}
.index_newscont .newscontent p a:hover{ color:#333;}

.laiyuan{width:100%; height:30px; line-height:30px; text-align:center; background:#eee; color:#666; font-size:13px;}

/*分页*/
.xlr_pages,.fy{width:100%; height:24px; line-height:24px; font-size:12px;text-align:center; float:left; margin-top:40px; 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;}
.thisclass{ background:#363636; 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:#da251c; text-decoration:none;}

/*留言*/
td{ font-size:14px;}
.coolbg{ width:60px; height:30px; line-height:30px; color:#FFF; background:#0191f3; border:none;}
.intxt{ height:28px; margin-top:10px;}
.index_newscont textarea{}


