*{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;}
li{list-style-type:none;}
img{border:0px;display: block;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
.clear{clear:both;}
.main{
	width: 1200px;
	margin:0 auto;
}
.head{
	width: 100%;
	height: 140px;
}
.head .main{
	display: flex;
	justify-content:space-between;
	align-items: center;
	height: 140px;
}
.head .name{
	float:left;
 
}
.head  .tel{
	float: right;
 
}
.nav{
	width: 100%;
	height:56px;
	border-top: 2px solid #ff7112;
	border-bottom: 2px solid #ff7112;

}
.nav ul{
	width: 1200px;
	height: 56px;
	margin:0 auto;
}
.nav ul li{
	float: left;
	width: 133px;
	height: 56px;
	line-height: 56px;
	text-align: center;
}
.nav ul li a{
	color:#1a1a1a;
	font-size: 16px;
}
.nav ul li:hover{
	background: #ff7112;
}
.nav ul li:hover a{
	color:#fff;
}
.banner{ 
	width:100%;
	margin:0 auto; 
	overflow:hidden; 
	position:relative; 
 
}

.banner .hd{
 height:15px; 
 overflow:hidden; 
 position:absolute; 
 left:45%; 
 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:#ff7112; 
 
}
.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;  
}
.product{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.title{
	width: 100%;
	height:96px;
	overflow: hidden;
	background:url(../images/bg01.png)no-repeat center;
}
.title div{
	width: 530px;
	margin:0 auto;
	height: 60px;
	position: relative;
	 
}
.title div:before{
	width: 200px;
	height: 2px;
	background: #ff7112;
	position: absolute;
	content:"";
	left: 0;
	top: 50%;
}
.title div:after{
	width: 200px;
	height:2px;
	background: #ff7112;
	position: absolute;
	content:"";
	right: 0;
	top: 50%;
}
.title div span{
	font-size: 14px;
	color:#666666;
	display: block;
	text-align: center;
	margin-top: 20px;
	 
}
.title div p{
	text-align: center;
	font-size: 24px;
	color:#ff7112;
	font-weight: bold;
}
.product .tab{
	width:100%;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.product .tab ul{
	margin-left: -9px;
}
.product .tab ul li {
	width: 192px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #666666;
	float: left;
	margin-left: 9px;
	margin-top: 10px;
}
.product .tab ul li a{
	color:#fff;
	font-size: 16px;

}
.product .pic ul{
	margin-left: -10px;
}
.product .tab ul li:hover{
	background: #ff7112;
}
.product .pic ul li{
	width: 292px;
	height: 240px;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	 
}
.product ul li img{
	width: 292px;
	height: 200px;
}
.product ul li p{
	width: 292px;
	height: 40px;
	transition: .5s;
	line-height: 40px;
	text-align: center;
	color:#1a1a1a;
	background: #eeeeee;
	font-size: 15px;
}
.product ul li:hover p{
	background: #ff7112;
	color:#fff;
}
.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:50px;
}
.cases .tab{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cases .tab ul{
	margin-left: -5px;
}
.cases .tab ul li{
	float: left;
	width: 296px;
	height: 38px;
	background: #dcdcdc;
	line-height: 38px;
	text-align: center;
	margin-left: 5px;
}
.cases .tab ul li a{
	color:#000000;
	font-size: 14px;
}
.cases .tab ul li:hover{
	background: #ff7112;
}
.cases .tab ul li:hover a{
	color:#fff;
}
.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.cases .show .box{
	width: 800%;
}
.cases .show ul li{
	float: left;
	width: 300px;
	height: 200px;
	position: relative;
	margin-left: 15px;
}
.cases .show ul li img{
	width: 300px;
	height: 200px;
}
.cases .show ul li p {
	width: 300px;
	height: 30px;
	position: absolute;
	bottom: 0;
	background: rgba(25,25,25,0.5);
	line-height: 30px;
	font-size: 15px;
	text-align: center;
	color:#fff;
}
.cases .more{
	display: block;
	width:200px;
	height: 40px;
	line-height: 40px;
 	text-align: center;
	color:#fff;
	font-size: 16px;
	background: #ff7112 ;
	margin:0 auto;
	margin-top: 35px;
}
.gg{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.gg img{
	width: 100%;
}
.about{
	width: 100%;
	height: 415px;
	background:#eee;
	overflow:hidden;
	margin-top: 50px;
}
.about .main{
	position: relative;
}
.about .pic{
	float: left;
}
.about .pic img{
	width: 400px;
	height: 300px;
}
.about .bg{
	width: 860px;
	height: 280px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	right: 0;
	top: 10px;
}
.about  .info{
	width: 745px;
	height: 160px;
	float: right;
	margin-right:15px;
	margin-top: 35px;
	position: relative;
 
}
 
.about .info .tit p{
	font-size: 22px;
	color:#1a1a1a;
}
.about .info .tit span{
	color:#009966;
}
.about .info .text{
	width: 745px;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.about .info .text h3{
	font-size: 16px;
	color:#1a1a1a;
}
.about .info .text p{
	font-size: 16px;
	color:#1a1a1a;
	text-indent:1em;
}
.about  .more{
	display: block;
	width:200px;
	height: 40px;
	line-height: 40px;
 	text-align: center;
	color:#fff;
	font-size: 16px;
	background: #ff7112;
	position: absolute;
	bottom:10px;
	right: 10px;
}
.workshop{
	width: 1200px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.workshop .tit{
	width: 100%;
	height: 55px;
	border-bottom: 5px solid #ff7112;
	background: #eeeeee;
}
.workshop .tit p{
	color:#000000;
	font-size: 24px;
	float: left;
	margin-left: 10px;
	font-weight: bold;
	line-height: 55px;
}
.workshop .tit span{
	display: block;
	color:#666666;
	font-size: 12px;
	float: left;
	margin-top: 25px;
	margin-left: 10px;
}
.workshop .tit a{
	display: block;
	float: right;
	color:#666666;
	font-size: 12px;
	margin-right: 10px;
	line-height: 55px;
}
.workshop  ul{
	margin-left: -20px;
	margin-top: 20px;
}
.workshop  ul li{
	float: left;
	width: 285px;
	height: auto;
	overflow: hidden;
	background: #eeeeee;
	margin-left: 20px;
}
.workshop  ul li img{
	display: block;
	width: 275px;
	height: 220px;
	margin:5px;
	margin-bottom: 0;
}
.workshop  ul li p {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color:#666666;
	font-size: 14px;
	text-align: center;
}
.workshop  ul li:hover p{
	color:#ff7112;
}
.news{
	width: 1200px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 34px;
}
.news .tit{
	width: 100%;
	height: 55px;
	border-bottom: 5px solid #ff7112;
	background: #eeeeee;
}
.news .tit p{
	color:#000000;
	font-size: 24px;
	float: left;
	margin-left: 10px;
	font-weight: bold;
	line-height: 55px;
}
.news .tit span{
	display: block;
	color:#666666;
	font-size: 12px;
	float: left;
	margin-top: 25px;
	margin-left: 10px;
}
.news .tit a{
	display: block;
	float: right;
	color:#666666;
	font-size: 12px;
	margin-right: 10px;
	line-height: 55px;
}
.news ul {
	margin-top: 20px;
}
.news ul li{
	width: 590px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
}
.news ul li:nth-child(2n){
	float: right;
}
.news .time{
	width: 80px;
	height: 65px;
	float: left;
}
.news .time p{
	width: 100%;
	height: 32px;
	background: #ff7112;
	text-align: center;
	color:#fff;
	line-height: 32px;
	font-size: 20px;
}
.news .time span{
	display: block;
	width: 100%;
	height: 33px;
	background: #dbdbdb;
	line-height: 33px;
	text-align: center;
	color:#666666;
	font-size: 12px;
}
.news  .info{
	float: right;
	width: 498px;
	height: 64px;
	border-bottom: 1px solid #dcdcdc;
}
.news  .info p{
	color:#666666;
	font-size: 18px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 10px;
}
.news  .info span{
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	color:#666666;
	font-size: 13px;
	margin-top: 3px;
	text-overflow: ellipsis;

}
.section{
	width: 100%;
	height:451px;
	background: #eeeeee;
	margin-top: 98px;
}
.record{
	width: 444px;
	height: 485px;
	background: url(../images/bg02.png)no-repeat center;
	float: left;
	margin-top: -34px;
}
.record .tit{
	width: 380px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #707070;
	margin:0 auto;
	margin-top: 60px;
}
.record .tit p{
	color:#ffffff;
	font-size: 16px;
	float: left;
	line-height: 30px;
}
.record .tit span{
	display: block;
	float: left;
	margin-left:5px;
	color:#999999;
	font-size: 12px;
	margin-top: 8px;
}
.record .show{
	width: 380px;
	height: 380px;
	overflow: hidden;
	margin:0 auto;
	margin-top: 10px;
}
.record .box{
	width: 100%;
	height: 400%;
}
.record .pic{
	width: 100%;
}
.record ul {
	width: 380px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
}
.record ul li{
	height: 50px;
	line-height: 27px;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 13px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.record ul li a{
	color:#fff;
}
.record ul li span{
	display: block;
	width: 85px;
	height: 25px;
	margin-right: 10px;
	background: #f56175;
	float: left;
	text-align: center;
	line-height: 25px;
	color:#fff;

}
.honor{
	width: 400px;
	height: 402px;
	background: #525252;
	margin-top: 24px;
	float: left;
}
.honor .tit{
	width: 364px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #707070;
	margin:0 auto;
	margin-top: 20px;
}
.honor .tit p{
	color:#ffffff;
	font-size: 16px;
	float: left;
	line-height: 30px;
}
.honor .tit span{
	display: block;
	float: left;
	margin-left:5px;
	color:#999999;
	font-size: 12px;
	margin-top: 8px;
}
.honor  .focus{
	width: 364px;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
 
}
.honor  .focus .bd{
	width: 364px;
	margin:0 auto;
 
}
.honor  .focus .bd ul li{
	width: 100%;
	height:290px;
	background: #fff;
	overflow: hidden;
}
.honor  .focus .bd ul li a{
	display: block;
	width: 364px;
	height: 290px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.honor  .focus .bd ul li img{
	display: block;
	width: 313px;
	height: 222px;
}
.honor  .focus .hd ul li{
	float: left;
	width: 40px;
	height: 5px;
	background: #fff;
	margin-left: 3px;
	margin-right: 3px;
}
.honor  .focus .hd ul{
	margin-top: 20px;
	display: flex;
	justify-content:center;
}
.honor  .focus .hd ul .on{
	background: #ff7112;
}
.mssg{
	float: right;
	width: 330px;
	height: 402px;
	background: #525252;
	margin-top: 24px;
}
.mssg .tit{
	width: 293px;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #707070;
	margin:0 auto;
	margin-top: 20px;
}
.mssg .tit p{
	color:#ffffff;
	font-size: 16px;
	float: left;
	line-height: 30px;
}
.mssg .tit span{
	display: block;
	float: left;
	margin-left:5px;
	color:#999999;
	font-size: 12px;
	margin-top: 8px;
}
.mssg form{
	width: 293px;
	margin:0 auto;
	height: auto;
	margin-top: 15px;
	overflow: hidden;
}
.mssg form ul li {
	width: 100%;
	margin-bottom: 12px;
}
.mssg form ul li input{
	width: 100%;
	height: 40px;
	background: #fff;
	text-indent: 1em;
	border-radius: 5px;
	border: 1px solid #707070;
	outline: none;
	font-family: "微软雅黑";
}
.mssg form ul li textarea{
	width: 100%;
	height:78px;
	background: #fff;
	text-indent: 1em;
	border-radius: 5px;
	border: 1px solid #707070;
	outline: none;
	resize: none;
	padding-top: 10px;
	font-family: "微软雅黑";
}
.mssg  .btn{
	width: 100%;
	height: 53px;
	background: #ffa263;
	box-shadow: 0px -5px 0px #e16f23 inset;
	border: none;
	border-radius: 5px;
	font-size: 18px;
	color:#fff;
	font-family: "微软雅黑";
}
.links{
	width: 100%;
	height: 80px;
	background: #ff7112;
}
.links p{
	float: left;
	width: 140px;
	height: 50px;
	background: #ff9853;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	color:#fff;
	font-weight: bold;
}
.links ul{
	float: right;
	width: 1050px;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
}
.links ul li{
	float: left;
	padding-right: 10px;
	padding-left:10px;
	height: 20px;
	line-height: 20px;
	position: relative;
}
.links ul li a{
	color:#fff;
	font-size: 13px;
}
.links ul li:after{
	content: "";
	width: 1px;
	height: 14px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	background: #fff;
}
.links ul li:last-child:after{
	width: 0;
	height: 0;
}
.footer{
	width: 100%;
	height:280px;
	background: #333333;
	float: left;
}
 
.footer .info{
	width: 1200px;
	margin:0 auto;
	background: #fff;
	height: 200px;
	margin-top: 30px;

}
.footer  .name{
	margin-top: 55px;
	margin-left: 22px;
	float: left;
	width: 320px;
}
.footer  .name p{
	font-size: 16px;
	color:#1a1a1a;
	font-weight: bold;
	text-align: center;
}
.footer  .name img{
	margin:0 auto;
	margin-top: 10px;
}
.footer .text{
	width: 490px;
	height: 160px;
	border-left: 1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	float: left;
	margin-left: 40px;
	margin-top: 19px;
}
.footer .text p{
	margin-left: 70px;
	color:#1a1a1a;
	line-height: 20px;
	font-size: 13px;
	margin-top: 30px;

}
.footer .text a{
	color:#1a1a1a;
}

.footer  .seo{
	margin-top: 55px;
	
	float: left;
	width: 320px;
}
.footer  .seo p{
	font-size: 16px;
	color:#1a1a1a;
	
	
}
.footer  .ewm{
	width: 200px;
	height: auto;
	overflow: hidden;
	float:left;
	margin-left:70px;
	margin-top:20px;
}
.footer  .ewm span{
	display:flex;
	width: 30px;
	height: 164px;
	align-items: center;
	background: #b3b3b3;
	float: left;
}
.footer  .ewm p{
	font-size: 15px;
	color:#1a1a1a;
	width: 15px;
	margin:0 auto;
	line-height:17px;
	
}
.footer  .ewm img{
	width: 164px;
	height:164px;
	float: right;
}
.keywords{
	width: 100%;
	height: 40px;
}
.keywords p{
	font-size: 16px;
	color:#333333;
	font-weight: bold;
	line-height: 40px;
	float: left;
}
.keywords ul{
	float: left;

}
.keywords ul li{
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	line-height:40px;
	color:#555555;
}
.keywords ul li a{
	color:#555555;
}

.index_newscont h5,.product h5{text-align:center; line-height:40px; font-size:18px;}
.productimg{ text-align:center; margin:0px auto;}
.productimg img{ max-width:100%; margin:0px auto;}
.dede_pages,.fy{width:1100px; height:24px; margin:0px auto; line-height:24px; font-size:12px; margin-top:10px; margin-bottom:10px; text-align:center;}
.dede_pages ul{ width:1100px; margin:0px auto; height:24px;text-align:right;}
.pagelist li{  text-decoration:none; margin-right:1px;display:inline-block; border:#CCC 1px solid; padding:0px 8px;}
.thisclass{ background:#e63939; 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:#e63939; text-decoration:none;}
/*留言*/
 .messagely{width:1100px; height:600px; /*background:#eee;*/ float:left; margin-left:100px;}
   .messagely  span{ width:100%; height:60px; line-height:60px;float:left; color:#000; text-align:center; font-size:30px;}
   .messagely p{font-size:15px; color:#999; text-align:center;}
   
   .message_left{float:left;width:260px;height:34px;line-height:34px;font-size:14px;color:#777777;text-align:left;border-color:#333333;border-style:none;clear:both; margin-top:8px; }
   .message_right{float:left;width:940px;height:24px;line-height:24px;background-color:#eeeeee;font-size:14px;color:#777777;text-align:left;padding:4px;border:1px;border-color:#aaa;border-style:dashed;}
   
   .area_message{float:left;width:940px;height:122px;line-height:24px;background-color:#eeeeee;background-image:none;font-size:14px;color:#777777;text-align:left;padding:4px;font-family:Microsoft YaHei;border:1px;border-color:#aaa;border-style:dashed;}
   
   .sub_message{float:left; width:960px;height:40px;line-height:40px;background-color:#333333; border-radius:5px;color:#FFFFFF;text-align:center;border:1px;border-color:transparent;margin-top:20px;}