/* CSS Document */

*{text-overflow: ellipsis;word-break:break-all;}
html{ width:100%; text-align:center}
body{
	margin: auto;
	position:relative;
	font-size: 14px;
	line-height: 2;
	color: #000000;
	min-width:1200px;
	max-width:100%;
	text-align:left;
	overflow-x:hidden;/* background-color:#eeeeee;*/
	font-family: "微软雅黑"; background-color:#FFFFFF;
}
body>div{ max-width:100%; overflow:hidden;}
div,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,input,button,textarea,p,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{ margin-left:auto; margin-right:auto; margin-top:5px; margin-bottom:5px;}

table{
border-collapse: collapse;
}
a{
color: #000000;
text-decoration: none;	text-decoration: none;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;
}

a:hover{
	color: #0066cc;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img[align="left"]{ margin-right:10px;}
img[align="right"]{ margin-left:10px;}
ul,li,p,dl,dt{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div,span{text-overflow: ellipsis;}
@-webkit-keyframes mycolor{
		0%{
				
				}
				30%{
		
					transform: rotate(90deg);
					
				}
				
				60%{
		
					transform: rotate(270deg);
					
				}
				
				100%{
			
					transform: rotate(360deg);
				
				}
	}

.clear{ clear:both}
/*垂直居中*/
.center{ display: flex;
    justify-content:center;
    align-items:center;}
/*图片放大*/
.fd img{    transition: all 0.3s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;}
.fd:hover img{    transform: scale(1.2);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);}

.fl{ float:left}
.fr{ float:right}
.box{
	width:1250px;
	margin:auto;
	min-width:1250px;

}





.app_header{ display:none;border-top-style: solid;
border-top-color: rgba(0,0,0,0.3);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.3);}


.app_top{width:100%;height:112px; float:left; display:none}

.app_top2{width:100%;height:112px; float:left;}
.app_top3{width:100%;height:80px; float:left;}
#menu{ z-index:22;}

#top{
/*	background-color:#019879;*/
	color: #ffffff; font-size:12px; line-height:30px;
}
#ttop{
	background-image: url(top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#header{

	/*background-color: #FFFFFF;*/ float:left; width:100%; z-index:2; height:110px;

}
#header .logo{ padding-left:0px; padding-top:20px;}

#header .tel{
	line-height:1.2;
	padding-left: 75px;
	margin-top:20px;
	color:#FFFFFF;
	background-image: url(tel2.jpg);
	background-repeat: no-repeat;
	background-position: left center; width:250px; 
}

#header .tel span{
	display:block;
	font-size: 22px;
	font-style: italic;
}
#header .tel b{
	display:block;

	font-family: Impact;
	font-size: 32px;
	font-style: italic;
	font-weight: lighter;text-shadow: 0px 5px 5px rgba(0,0,0,0.5);
}

 #nav{
	float:left;
	width:100%;
	font-size:18px;

	line-height:55px;

	font-weight:200;
/*	background-image: url(navbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;*/
}
 #nav ul{ float:left; z-index:2; width:100%;}

 #nav ul li{
	
	position: relative;
}
#nav .box> ul> li{ float:left; width:12.5%;text-align:center;}
#nav .box> ul> li>a{ font-weight:bold;}
#nav .box> ul> li.select>a,#nav .box> ul> li:hover>a{ background-color:#0066cc; color:#ffffff; }
#nav .box> ul> li:after{
	content:'';
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	height: 20px;
	margin-top: -10px;
	position: absolute;
	left: 0px;
	top: 50%;
}
#nav .box> ul> li:nth-child(1):after{ display:none}
 #nav ul li a{ display:block; padding-left:10px; padding-right:10px; color:#000000;}



 #nav ul li ul{ display:none;
	position: absolute;
	width: 110%; float:left;
	left: 0px;
	top: 55px;
	background-color:#FFFFFF; background-color:rgba(255,255,255,0.9);
/*	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0066cc; */font-size:14px; line-height:1.2;padding:0px; 
}
 #nav ul li ul li ul{	left:100%;
	top: 0px; padding-top:0px;}

 #nav ul li ul li{
	float:left;
	width:100%;
	padding:0px;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
 #nav ul li ul li:last-child{ border:none}
 #nav ul li ul li:hover:before{ display:none}
 #nav ul li ul li a{ display:block; padding-top:10px; padding-bottom:10px;/* text-align:left;*/}
 #nav ul li:hover> ul{display:block;}
  #nav ul li li> ul{max-width:130px;}
  #nav ul li ul li ul li a{ text-align:center;}
 #nav ul li ul li a:hover{ background-color:#0066cc; color:#FFFFFF;}







#footnav{
	position: fixed; z-index:2;
	left: 0px;
	bottom: 0px; float:left; width:100%; background-color:rgba(0,0,0,0.6); display:none;
}
#footnav a{
	float:left;
	width:33.3333%;
	text-align:center;
	position: relative; line-height:35px; color:#FFFFFF;
}
#footnav a i{ margin-right:5px;}
#footnav a:after{ content:'';
	position: absolute;
	height: 100%;
	left: 0px;
	top: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color:rgba(0,0,0,0.8);
}
#footnav a:before{content:'';	border-left-width: 1px;
	border-left-style: solid;
	border-left-color:rgba(255,255,255,0.1);
	position: absolute;
	height: 100%;
	right: 0px;
	top: 0px;
}
#footnav a:nth-child(1):after{ display:none}

/*内页底部*/
.pagination{ clear:both; text-align:center}
.pagination li{
	display:inline-block;
	border: 1px solid #dddddd;
	padding-left:12px;
	padding-right:10px;
	margin: 0px; overflow:hidden;
}

.pagination li+li{
	border-left-style: none;
}
.pagination li:first-child+li{border: 1px solid #dddddd;border-radius:3px 0 0 3px;}
.pagination li:last-child,.pagination li:first-child{border: 1px solid #dddddd;border-radius:3px;}
.pagination li:nth-last-child(2){border-radius:0 3px 3px 0;}
.pagination li.disabled{}
.pagination li.active{ background-color:#0066cc; color:#FFFFFF}

.pagination li a{ color:#333333}



#footer{ background-color:#333333; padding-top:55px; padding-bottom:20px; clear:both; margin-top:30px; clear:both;}
#footer,#footer a{ color:#999999}
#footer .fnav{
	border: 1px solid #555555; text-align:center; margin-bottom:50px; width:100%; text-align:center;
}
#footer .fnav ul{width:100%; display:table;}
#footer .fnav ul li{ display:table-cell;}
#footer .fnav ul li a{ display:block; padding-left:20px; padding-right:20px;}
#footer .fnav ul ul{ display:none}
#footer  .flx{ float:left; clear:both;}
#footer  .flx i{ margin-right:5px;}
#footer .qrcode{ float:right}
.copy{ text-align:center; background-color:#2C2C2C; clear:both  padding-top:10px; padding-bottom:10px;}
.copy .logo+.fl{ padding-left:20px;}
.copy,.copy a{ color:#999999}
.copy .box{ padding-top:10px;
}
.qrcode{
	width:300px;
	float:left;
	margin-left:20px;
	min-height:135px;
	background-image: url(qrcode.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
/*	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;*/
}

.hot{
	line-height: 56px;
	background-image: url(hotbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.hot .fl{}
.hot .fl .title{
	float:left;
	background-image: url(hot.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-weight: bold; color:#E04300;
}
.hot .fl .title+.hc{
	margin-left:100px;
	max-width:680px;
	white-space: nowrap;
	overflow: hidden;
}
/*.hot .fl .hc .ntitle{	white-space: nowrap;
	overflow: hidden; width:100%;}*/
.hot .fl .hc a{
	color:#666666;
	position: relative;
}
/*.hot .fl .hc a:after{
	content:'';
	background-color: #666666;

	width:3px;
	height:3px;
	position: absolute;
	left: -5px;
	top: 50%; margin-top:-1.5px;
}
.hot .fl .hc a:hover:after{background-color: #CC0000;}*/
.hot .fl .hc a:hover{ color:#CC0000}


.hot .search form{ float:left; padding-top:10px; }
.hot .search input{
	border: 1px solid #cccccc;
	height: 26px; float:left; margin-top:1px; padding-left:10px; padding-right:10px; width:250px;
}
.hot .search button{ float:left;
	background-image: url(searchbtn.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.etitle{
	background-image: url(etitle.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 11px; color:#000000; text-align:center; font-size:33px; margin-bottom:10px; font-weight:bold;
}
 .more{ clear:both; padding-top:20px; text-align:center; line-height:40px;}
 .more a{
	display:inline-block;
	background-image: url(more.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 75px;
	border: 1px solid #EB9C1D; padding-left:30px;border-radius:30px;
}
 .more a:hover{ background-color:#EB9C1D; color:#ffffff;	background-image: url(morehover.png);}
 
/*关于我们*/
.about{ font-size:16px; color:#585858;}
.about .econtent{ clear:both; padding-top:30px;}
.about .left{ float:left; width:630px;}
.about .left .title{ color:#0066cc; font-size:29px; font-weight:bold;}
.about .left .hc h1{ font-size:30px;}
.about .left .hc h2{ font-size:20px;}
.about .left .hc h3{ color:#000000;}
.about .left .img{ display:none}
.about .box .img{ float:right; overflow:hidden; width:585px;}
.about .box .img *{ max-width:100%;}
.about .box{ padding-top:30px; padding-bottom:50px;}

.about *{ max-width:100%;}

.about .more{ text-align:left;}

/*产品展示*/
.pro{
	background-color:#F0F0F0;
	padding-top:30px;
	padding-bottom:50px;
	background-image: url(probg.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.pro .hc{ font-size:14px; color:#666666; text-align:center; margin-top:20px;}



.sorts{  float:left; width:100%; text-align:center;line-height:50px; font-size:24px; padding-top:20px; padding-bottom:20px;}
.sorts ul li{ display:inline-block; padding-left:5px; padding-right:5px; margin-bottom:5px;}
.sorts ul li a{
	display:block;
	padding-left:30px;
	padding-right:30px;
	border-radius:50px;
	color:#ffffff; background-color:#0066cc;
}
.sorts ul li a.hover,.prosort ul li a:hover{ 
background: #F1A72C; 
}




.pro .econtent{margin-bottom:20px; clear:both; padding-top:35px;}
.pro .econtent .left{ float:left; width:48%; overflow:hidden;}
.pro .econtent .right{ float:right; width:50%; position:relative; }
 .proli{ text-align:center; float:left;   margin-bottom:10px; position:relative;border: 1px solid #dddddd;box-sizing:border-box}

.proli .img img{ width:100%; background-color:#FFFFFF;}
.proli .img{

	overflow:hidden; max-height:220px;
}
.proli .img>div{ overflow:hidden;}
/*.proli:hover{border: 1px solid #F1A62C;}*/

.proli  .title{
	color:#ffffff;
	font-size:16px;
	margin-top:10px;
	white-space: nowrap;
	overflow: hidden;
	background-color:#999999;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px; background-color:rgba(100,100,100,0.8);
}

.pro .econtent .tab{ position:relative; padding-left:50px; padding-right:50px; margin-left:-50px; margin-right:-50px;}

.pro .econtent  .proli .img{ background-color:#FFFFFF;}
.pro .econtent .right .proli{  width:49%;margin-left:1%; margin-bottom:10px;}

.pro .econtent .right .proli:nth-child(2n+1){ clear:both;}
.pro .econtent .left .proli{width:100%;}
.pro .econtent .left .proli .img{
	width:100%; max-height:460px; min-height:460px;
}
.pro .econtent .left .proli .img img{ width:100%;}
.pro .econtent .right .proli .img{
	width:100%; max-height:225px; min-height:225px;
}

/*案例展示*/
.case{
	background-color:#ffffff;
	padding-top:30px;
	padding-bottom:50px;

}

.case .hc{ font-size:14px; color:#666666; text-align:center; margin-top:20px;}





.case .econtent{margin-bottom:20px; clear:both; padding-top:35px;}

.case .econtent .picli{ text-align:center; width:31.3333%; margin-left:1%; margin-right:1%; float:left;   margin-bottom:10px; position:relative;border: 1px solid #dddddd;box-sizing:border-box;}
.case .econtent .picli:nth-child(3n+1){ clear:both;}
.case .econtent .picli .img img{ width:100%;}
.case .econtent .picli .img{ padding:2px;

	overflow:hidden; 
}

.case .econtent .picli .img>div{ overflow:hidden;}
/*.caseli:hover{border: 1px solid #F1A62C;}*/

.case .econtent .picli  .title{
	font-size:16px;
	margin-right:10px;
	margin-left:10px;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(jt.jpg);
	background-repeat: no-repeat;
	background-position: right center; padding-right:20px; line-height:50px; color:#333333;
}
.case .econtent .picli a:hover  .title{ color:#0066cc;}
.case .econtent .tab{ position:relative; padding-left:50px; padding-right:50px; margin-left:-50px; margin-right:-50px;}

.sales{
	background-image: url(sale.png);
	background-repeat: no-repeat;
	background-position: center top; clear:both; padding-top:50px; padding-bottom:50px; float:left; width:100%; clear:both;
}
.sales .econtent{  max-width:100%;  margin:auto; clear:both;margin-left:0px; padding-top:50px;}
.sales .econtent .picli{ float:left;width:23%; margin-left:1%; margin-right:1%;}
.sales .econtent .picli .img{border-radius:10px 10px 0 0; overflow:hidden;}
.sales .econtent .picli .img img{ width:100%;}
.sales .econtent .picli .right{
	background-image: url(salebg.jpg);
	background-repeat: repeat-x;
	background-position: center bottom; padding:20px; padding-top:10px;
}

.sales .econtent .picli .right .title{ text-align:center; font-size:22px;}
.sales .econtent .picli .right .dp{ color:#666666; line-height:1.5;}

.news{ background-color:#F5F5F5; float:left; width:100%; padding-top:50px; padding-bottom:50px;}
.news .econtent{ float:left; width:100%; clear:both; padding-top:30px; padding-bottom:20px;}
.news .econtent .picli{ float:left;width:49%; margin-left:2%; margin-top:10px; margin-bottom:10px; background-color:#FFFFFF;}
.news .econtent .picli:nth-child(2n+1){ clear:both; margin-left:0px;}
.news .econtent .picli:nth-child(2n){ float:right}
.news .econtent .picli .img{
	float:left;
	border: 1px solid #dddddd; width:150px; overflow:hidden; min-height:135px;max-height:135px;
}
.news .econtent .picli .img img{ min-height:135px;max-height:135px;}
.news .econtent .picli .img *{ max-width:100%;}
.news .econtent .picli .right{ margin-left:170px; line-height:1.5; padding-top:10px; padding-right:10px;}
.news .econtent .picli .right .title{
	font-size:18px;
	white-space: nowrap;
	overflow: hidden;
}
.news .econtent .picli .right .dp{ font-size:14px; color:#666666; margin-top:10px; max-height:3em; overflow:hidden;}


.kuai{
	background-image: url(bg2.jpg);
	background-repeat: repeat-y;
	background-position: center top; background-size:100% 100%; padding-top:50px; padding-bottom:150px; position:relative; margin-bottom:50px;
}


.kuai .picli{ float:left; width:50%; font-size:16px; line-height:2;}
.kuai:after{
	content:'';
	background-image: url(pro.png);
	background-repeat: no-repeat;
	background-position: center top;
	width:508px;
	height:331px;
	position: absolute;
	left: 50%;
	bottom: -50px; margin-left:-254px; z-index:-1;
}
.kuai .picli:nth-child(1){ color:#ffffff;}

.kuai .picli:nth-child(1) .more a{ color:#ffffff; background-image:url(morehover.png)}
.kuai .picli:nth-child(2) .more { text-align:right}
.kuai .picli:nth-child(2) .more a{ border-color:#000000;}
.kuai .picli:nth-child(2) .title{ text-align:center;}
.kuai .picli:nth-child(2) .title span{ display:inline-block;}

.kuai .picli .more a:hover{ border-color:#ffffff;color:#333333; background-image:url(more.png); background-color:#ffffff;}
/*.kuai .picli>div{ padding-left:50px; padding-right:50px;}*/
.kuai .picli:nth-child(1)>div{ padding-right:20px;} 
.kuai .picli:nth-child(2)>div{ padding-left:180px; color:#000000} 
.kuai .picli .title{ font-size:39px; line-height:34px;}
.kuai .picli .title .img{ float:left;}
.kuai .picli .title .img+div{
	margin-left:60px;
	white-space: nowrap;
}
.kuai .picli .dp{ padding-top:20px; min-height:300px; line-height:2;}
.kuai .picli p{ padding-top:3px; padding-bottom:3px;}
.kuai .picli .more{ text-align:left;}
.kuai .picli .dp ul{ line-height:1.5; padding-top:20px; clear:both; padding-bottom:20px;}
.kuai .picli .dp ul li{
	
	padding-left:20px;
	padding-right:20px;
	background-color:#FFFFFF;
	border-radius:20px;
	color:#000000;
	font-size:18px;
	margin-left:5px;
	margin-right:5px;
	font-weight: lighter; float:left;margin-top:5px; margin-bottom:5px; padding-top:3px; padding-bottom:3px;box-sizing:border-box;border: 1px solid #CCCCCC; cursor:pointer;
}
.kuai .picli .dp ul li:nth-child(2n+1){  clear:both;}


.kuai .picli .dp ul li:hover{ background-color:#F1A72C; color:#FFFFFF}
.kuai .picli:nth-child(2) .dp ul li:hover{ background-color:#0066cc; color:#FFFFFF}
.kuai .picli:nth-child(2) .dp ul li:hover a{ color:#FFFFFF}


.flash .swiper-slide{ overflow:hidden;}
.flash .swiper-slide img{ width:1920px; margin-left:-360px;}
.flash .swiper-slide a{ display:block; width:1200px; max-width:100%; margin:auto; }



.tjpro{ padding-top:50px; padding-bottom:70px; float:left; width:100%; clear:both;}
.tjpro .box{ position:relative; padding-left:50px; padding-right:50px;box-sizing:border-box;}
.tjpro .swiper-slide>div{ padding:2px; text-align:center; float:left; width:100%;box-sizing:border-box;	border: 1px solid #dddddd; background-color:#FFFFFF;}
.tjpro .swiper-slide a img{ width:100%;}
.tjpro .swiper-slide a{
	display:block;
 overflow:hidden;display: flex; overflow:hidden;
    justify-content:center;
    align-items:center; float:left; width:100%; min-height:195px; max-height:195px;
}
.tjpro  .swiper-button-prev,.tjpro  .swiper-button-next{position: absolute;
top: 50%;
width: 27px;
height: 44px;
margin-top: -22px;
z-index: 10;
cursor: pointer;
background-size: 27px 44px;
background-position: center;
background-repeat: no-repeat; float:left; }

.tjpro  .swiper-button-next{ background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23dddddd'%2F%3E%3C%2Fsvg%3E"); left:0px;

}
.tjpro  .swiper-button-prev{  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23dddddd'%2F%3E%3C%2Fsvg%3E"); right:0;

}






/*内页*/


#left{
	float:left;
	 width:270px; overflow:hidden;
}
#left .leftnav{background-color: #0066cc; border-radius:5px 5px 0 0; overflow:hidden;border-radius:10px;min-height:1020px; float:left; width:100%;}
.ny #left .leftnav{ min-height:0px;}
#right{ float:right; width:970px; margin-bottom:30px;}
#left .etitle{
	background-image: url(protitle.jpg);
	background-repeat: no-repeat;
	background-position: center top; font-size:28px; color:#FFFFFF; line-height:75px; text-align:center; padding-left:20px;
}
#left .sort{ background-color:#FFFFFF; margin:10px; padding:5px;border-radius:5px 5px 0 0;}
#left .sort ul li a{  display:block; padding:5px; padding-right:5px; padding-left:15px; margin-bottom:5px; position:relative;}
#left .sort ul li a:before{  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;   content: "\eb03"; }
#left .sort>ul>li>a{ background-color:#F58108;  color:#FFFFFF;/*text-shadow: 0px 0px 3px #000000;*/border-radius:3px; font-size:16px;}
#left .sort>ul>li>ul{ padding-bottom:5px; }
#left .sort>ul>li>ul>li>a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd; display:block;	background-repeat: no-repeat;
	background-position: 210px center; padding-left:40px;
}
#left .sort>ul>li>ul>li>a:hover{
	background-image: url(sortli.jpg);

	background-color: #E5E5E5;
}

#left .more{ margin:10px; background-color:#0066cc; font-size:30px; color:#FFFFFF; text-align:center; margin-top:-10px;border-radius:0 0 5px 5px;}
#left .more a{color:#FFFFFF;}



body.in{ background-color:#f5f5f5;}
.ny{ padding-top:30px;}
body.in #right{ background-color:#FFFFFF;}

#postion{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd; margin:20px; margin-bottom:0px; padding-bottom:10px; line-height:50px; margin-top:10px;
}
#postion b{ float:left; color:#F25B0C; font-size:24px;}
#postion .postion,#postion .postion a{ font-size:12px; color:#444444;}
#postion .postion{ float:right}
#postion .postion a:last-child{ color:#0066cc;}

#cms,#cms1{padding:20px; clear:both;
	float: left;
	width: 100%;
	overflow: hidden;
	min-height:550px; box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */
padding-bottom:50px;
}
#cms *{ max-width:100%;}
#cms1 h1.h1{ line-height:1.5; padding-top:10px; padding-bottom:10px;}
#cms1 .content{ width:100%; margin:auto;

	overflow-x:auto;
	margin-top: 10px;
	padding-bottom: 10px; color:#000000; line-height:1.5; font-size:16px;
}



.back a{
	background-color: #666666;

	padding-right: 15px;

	padding-left: 15px; color:#fff; clear:both; font-size:12px; display:inline-block;
}
.back a:hover{ background-color:#D63403; color:#FFFFFF}

.back { text-align:right; clear:both; line-height:32px; padding-top:20px;
	
}

#info{
	font-size: 12px;
	color: #999999;
	text-align: center;
}
#cms1 *{ max-width:100%;}
#cms img,#cms1 img{ margin-bottom:5px; margin-top:5px;}
#cms1 h1.h1{ color:#000000;}




#cms .li{
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-bottom: 15px;
	line-height: 32px;
	font-size: 14px; padding-top:10px;
	
}
#cms .li .img{ width:180px; height:120px; overflow:hidden; float:left;}
#cms .li .img img{ width:100%; height:100%;}
#cms .li .img+.right{ margin-left:200px; clear:none; float:none;}

#cms .li .ntitle{
	float: left;
	width: 80%;
	text-align: left;
	white-space: nowrap; font-size:18px;
	overflow: hidden;

	text-overflow: ellipsis;
	position: relative; padding-left:10px;box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */ 
}
#cms .li .title{font-size:18px;}
/*#cms .li .ntitle:after{
	height: 4px;
	width: 4px;
	margin-top: -2px;
	position: absolute;
	left: 0px;
	top: 50%;
	background-color: #999999;content:'';
}*/
#cms .li .ntitle a,#cms .li .title a{
	color:#888888;
	font-weight: bold;
}
#cms .li i{ margin-right:5px;}
#cms .li .time{
	float: right;

	color: #999999;
	font-size: 14px;
}
#cms .li .img+.right .btn{

	color: #999999;
	font-size: 14px;
}


#cms .li .time i{ margin-right:5px; color:#999999}
#cms .li .time a{ color:#999999}
#cms .li .time a:hover{ color:#0066cc}
#cms .li .img+.right .btn{ padding-top:10px;}
#cms .li .img+.right .btn a{ background-color:#15529d; color:#FFFFFF; display:inline-block; padding-left:20px; padding-right:20px;}
#cms .li .img+.right .btn a:hover{color:#FFFFFF; background-color:#0066cc }
#cms .li .img+.right .btn a i,#cms .li .img+.right .btn a{ color:#FFFFFF}
#cms .li .img+.right .btn a i{ margin-right:5px;}

#cms .list{ width:31.3333%; margin-left:1%; margin-right:1%;
overflow:hidden; float:left; margin-top:10px; margin-bottom:10px;
}

#cms .list .right{ padding: 20px; /*padding-bottom:30px; padding-top:20px;*/ clear:both;}
#cms .list .right .dp{ font-size:14px; line-height:1.5; color:#666666; height:3em; overflow:hidden; }
#cms .list.appli .right .dp{ display:none}

#cms .list:hover .right{ background-color:#0066cc;}

#cms .list:nth-child(3n+1){ clear:both}
#cms .list  .ntitle{
	white-space: nowrap;
	overflow: hidden;
}

#cms .list a:hover  .ntitle{color:#0066cc}

#cms .list .right .more{ text-align:center; padding-top:5px;}
#cms .list .right .more a{
	font-family: "新宋体";
	font-size: 12px;
	color: #606060;
}
#cms .list:hover .right .more a{ color:#FFFFFF}
/*#cms .list .item1{ color:#666666}
#cms .list .item2{ color:#666666}*/
#cms .list .img{ padding:5px;/*border-radius:3px;*/
	 
	border: 1px solid #dddddd; min-height:200px; max-height:200px; _height:200px; overflow:hidden; background-color:#FFFFFF; text-align:center; 
}
#cms .list .img img{max-width:100%;  max-height:100%;}
#cms .list.appli .img{min-height:225px; max-height:225px; _height:225px;}

/*#cms .list.appli .img img{width:100%;min-height:290px; max-height:290px; _height:290px;}*/
#cms .list .img{ /*background-color:#e8e9eb*/
	position: relative;
}
/*#cms .list .img img{height:230px; width: 100%;}*/

#cms .list .img a:hover img,#cms .list:hover .img  img{opacity:1; }
#cms .list .ntitle{
	font-size:18px;
/*	padding-top:5px;*/
	padding-bottom:5px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;	 color:#000000;
}

#cms .list:hover .title{ color:#0066cc}
#cms .list:hover .title,#cms .list:hover .dp{color:#ffffff;}


#cms .picli{
	float: left;
	width: 98%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
	padding-left:1%;
	padding-right:1%;

}
#cms .picli:nth-child(2n+1){ clear:both}

/*#cms .picli:hover a{color: #0099FF;}*/
#cms .picli .img{

	overflow:hidden;
	padding: 2px;box-sizing:border-box;
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box; 
	border: 1px solid #dddddd; border-radius:3px; overflow:hidden; float:left; background-color:#FFFFFF;
}
#cms .picli .img img{ width:150px; height:135px;}


#cms .picli .img+.right{ margin-left:170px; margin-right:10px;}

#cms .picli.newsli .img img{ width:160px; }
#cms .picli.newsli .img+.right{ margin-left:190px;}

#cms .picli .right .dp{ float:left; width:100%; 
/*	font-family: "宋体";*/
	font-size: 14px;
	color: #999999; line-height:1.5; height:3em; overflow:hidden;
}
#cms .picli .img+ .right> .dp{ max-height:6em;}
#cms .picli .date+ .right> .dp{ height:3em;}
#cms .picli .right .ntitle{
	font-size: 18px;
	white-space: nowrap;
	float: left;
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
}
#cms .picli .right .ntitle a{	font-size: 18px;}
#cms .picli .date{
	float:left;
	overflow:hidden; background-color:#999999;
	background-color:rgba(0,0,0,0.6);

	width:90px;
	height:90px;
	text-align: center;border-radius:5px; font-size:12px;
}
#cms .picli .date+.right{ margin-left:100px;}	
#cms .picli .date>span{display:block; font-size:32px;background-color:rgba(255,255,255,0.2); color:#FFFFFF; line-height:60px;}
#cms .picli .date>i{
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	color: #ffffff; display:block;
}

#cms .picli:hover{background-color:#0066cc;

-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;}
#cms .picli img{    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;}
#cms .picli:hover img{    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);}


#cms .picli .right .ntitle{
	float: left;
	width: 80%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;

text-overflow: ellipsis;
}
#cms .picli .ntitle a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#cms .picli .time{
	float: right;
	width: 12%;
	color: #999999;
	font-size: 12px;
}
#cms .picli .title,#cms .picli .dp{ float:left; width:100%;}
#cms .picli .dp{ font-size:12px; color:#999999; line-height:1.5;  }
#cms .picli:hover a,#cms .picli:hover .dp,#cms .picli:hover .time{ color:#FFFFFF}
#cms .picli:hover{ margin-left:-5px;}

.hezuoin{}


#cms .hzli{
	box-sizing:border-box;
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box; 
	float: left;
	width: 10%;

	text-align:center;
	font-size:14px;
	
	margin-left:-1px;
	margin-top:-1px;
	position: relative;height:100px; 

}

#cms .hzli>div{	box-sizing:border-box;
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box; 
	width:100%;
	height:100px;
	float:left;
	position: absolute;
	left: 0px;
	top: 0px; background-color:#FFFFFF;	overflow:hidden;padding:5px;display: flex;font-size:16px;
    justify-content:center;
    align-items:center;border: 1px solid #dddddd;

}


#cms .hzli>div.img img{ max-width:100%; max-height:100%;}	
#cms .hzli:nth-child(10n+1){  clear:both;}

#cms .hzli  a{ color:#ffffff;}


/*翻转*/
#cms .hzli{	position:relative;text-align:center;transform-style:preserve-3d;transition:1s;}
#cms .hzli>div.ntitle{ background-color:#cccccc}
#cms .hzli,#cms .hzli>div{

	backface-visibility:hidden;
-webkit-backface-visibility:hidden;
-moz-backface-visibility:hidden; 
-ms-backface-visibility:hidden; 
}
#cms .hzli>div.ntitle,#cms .hzli:hover{
transform:rotateY(180deg);
-webkit-transform:rotateY(180deg);
-moz-transform:rotateY(180deg);
-ms-transform:rotateY(180deg);

}













#cms1.proin h1.h1{ display:none;}

.nextpage{
	clear:both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dddddd;
	border-bottom-color: #dddddd; float:left; width:100%; padding-bottom:10px; margin-top:20px; float:left; 
}
.nextpage>div{
	width:48%;
	white-space: nowrap;
	overflow: hidden; margin-top:10px;
}
.nextpage>div a{color:#0066cc;}
.nextpage>div.fl{ text-align:left; float:left}
.nextpage>div.fr{ text-align:right; float:right;}

/*推荐新闻 推荐产品*/

.newstj,.protj{ float:left; width:100%; padding-top:20px; padding-bottom:20px;}
.newstj .title,.protj .title{
	float:left;
	width:100%;
	color:#0066cc; background-color:#f5f5f5; padding:10px;box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box; line-height:30px; 
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;*/
}
.newstj .title b,.protj .title b{ float:left; font-size:16px;}
.newstj .title a,.protj .title a{ float:right; font-size:12px; color:#666666}
.newstj .econtent,.protj .econtent{ padding-top:10px; float:left; width:100%;box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box; }
.newstj .econtent .li{
	float:left;
	width:48%;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px; color:#999999;
} 
.newstj .econtent .li .ntitle{
	margin-right:90px;
	overflow:hidden;
	white-space: nowrap;
	padding-left: 15px;
	list-style-type: disc;
	background-image: url(ysli.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
.newstj .econtent .li .ntitle a{ color:#666666}
.newstj .econtent .li .ntitle a:hover{ color:#0066cc;}
.newstj .econtent .li .date{ width:80px; float:right; position:absolute; top:10px; right:0px;}
.newstj .econtent .li:nth-child(2n+1){ clear:both;}
.newstj .econtent .li:nth-child(2n){ float:right}

.protj .econtent .picli{
	width:18%;
	float:left;
	overflow:hidden;
	margin-left:1%;
	margin-right:1%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.protj .econtent .picli .img{
	overflow:hidden;
	padding: 2px;
	border: 1px solid #0066cc; background-color:#FFFFFF;;box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
.protj .econtent .picli .ntitle{
	text-align: center;
	white-space: nowrap;
	overflow: hidden; margin-top:5px;
}
.protj .econtent .picli .ntitle a{ color: #0066cc;}
.newstj *,.protj *{ max-width:100%;}

/*左侧新闻产品推荐*/
#left .protj .econtent .picli{ margin-left:0px; margin-right:0px; width:100%;}

#left .protj .title,#left .newstj .title{background-color: #0066cc;}
#left .protj .title b,#left .protj .title  a,#left .newstj .title b,#left .newstj .title  a{ color:#FFFFFF}
#left .protj,#left .newstj{background-color: #ffffff;border-radius:0px; float:left; width:100%; margin-top:20px; padding-top:0px;}
#left .protj .econtent,#left .newstj .econtent{ padding:10px;}

#left .newstj .econtent .li .ntitle{
	margin-right:0px;
}
#left .newstj .econtent .li .date{ display:none}

#left .newstj .econtent .li{ float:left; width:100%;}
#left .tel{ background-color:#0066cc; margin-top:20px; padding:20px; padding-left:0px; padding-right:0; text-align:center; font-size:28px; color:#ffffff; line-height:1.2; float:left; width:100%; clear:both;box-sizing:border-box;
-moz-box-sizing:border-box; border-radius:10px;
-webkit-box-sizing:border-box;}
#left .tel i{ font-size:28px; margin-right:3px;}



/*新闻动态*/
#cms .newsli{ text-align:left; position:relative; float:left; width:100%; padding-top:50px;}
#cms .newsli .date{
	width:100px;
	float:left;
	text-align:center;
	color:#0066cc;
	line-height:1.5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd; font-size:12px; margin-top:20px;
}
#cms .newsli .date b{ display:block; font-size:36px}
#cms .newsli .date span{ display:block; color:#999999}
#cms .newsli .right{
	margin-left:120px;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-bottom: 30px; 
}
#cms .newsli .right .time{ display:none}
#cms .newsli .right .share a{
	display:inline-block;
	color:#999;
	background-image: url(share.png);
	background-repeat: no-repeat;
	background-position: left center; padding-left:18px;
}
#cms .newsli .right .ntitle{ font-size:22px; line-height:1.2; padding-bottom:10px;}
#cms .newsli .right .dp{ color:#999999; line-height:1.5; min-height:4.5em;}
#cms .newsli .right .hc{ margin-right:280px;}
#cms .newsli div.img{  position:absolute; top:-30px; right:0px; width:240px; overflow:hidden; min-height:140px; max-height:140px; background-color:#f5f5f5;}
#cms .newsli div.img img{ width:100%;max-height:140px;}

#cms .newsli:hover{ background-color:#f5f5f5;}



