@charset "UTF-8";
/*栏目banner*/
.ad {
	height:200px;
	background-position:center center;
}
.map{width:100%;height:400px;}
@media (max-width:1199px) and (min-width: 992px) {
	.ad {
		height: 350px;
	}
}
@media (max-width:991px) and (min-width: 768px) {
	.ad {
		height: 300px;
	}
}
@media (max-width:767px) and (min-width: 425px) {
	.ad {
		height: 260px;
	}
}
@media screen and (max-width:424px) {
	.ad {
		height: 200px;
	}
}
/*栏目banner*/

/*面包屑*/
.mbx{
	background: #f4f4f4;
	padding: 10px 0;
}
.mbx p{
	text-align: right;
}
.mbx a{
	font-size: 14px;
	color: #333333;
}
/*面包屑*/

/*左侧框架*/
.main .left{
	position: relative;
	top: -90px;
}
.main .left-a{
	margin-bottom:20px;
}
.main .left-a h2{
	background:#00e68c;
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding: 31px 0;
}
.main .left-a ul{
	
}
.main .left-a li{
	
}
.main .left-a a{
	display: block;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
	color: #1c4587;
	background: #F1F1F1;
	border-bottom: 1px solid #d0d0d0;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.main .left-a a:hover,
.main .left-a a.cur{
	background: #d7ffef;
	border-bottom: 1px solid #d0d0d0;
}
.main .left-b{
	border:2px solid #00e68c;
	padding: 20px 0 20px 80px;
	background:url(../images/tel.png) no-repeat 20px center;
	background-size:50px;
}
.main .left-b p{
	font-size: 14px;
}
.main .left-b strong{
	font-size: 23px;
	font-weight: bold;
}
.main .left-c{
	
}
.main .left-c>ul{
	border: 1px solid #efefef;
	border-top: none;
	margin-bottom: 20px;
}
.main .left-c>ul>h2{
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #ffffff;
	background: #00e68c;
	padding-left: 20px;
	font-weight: bold;
}
.main .left-c>ul>li{
	
}
.main .left-c>ul>li>a{
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #1c4587;
	background: #F1F1F1;
	border-bottom: 1px solid #d0d0d0;
	padding-left: 30px;
	transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.main .left-c>ul>li>a.cur,
.main .left-c>ul>li>a:hover{
	background: #D4E4F5;
    border-bottom: 1px solid #ffffff;
}

.main .left-c>ul>div{
	padding: 15px;
    border: 1px solid #cccccc;
    border-top: none;
}
.main .left-c>ul>div>p{
	font-size: 14px;
    color:#333;
    line-height: 30px;
}
@media (max-width:1199px) and (min-width: 992px) {
	.main .left{
		top: -74px;
	}
	.main .left-a h2{
		font-size: 24px;
		padding: 25px 0;
	}
	.main .left-a a{
		line-height: 45px;
	}
	.main .left-b{
		background: #00e68c;
		padding: 25px 0 25px 15px;
	}
}
@media (max-width:991px) and (min-width: 768px) {
	.main .left{
		top: -74px;
	}
	.main .left-a h2{
		font-size: 24px;
		padding: 25px 0;
	}
	.main .left-a a{
		line-height: 45px;
	}
	.main .left-b{
		background: #00e68c;
		padding: 25px 0 25px 15px;
	}
}

@media (max-width:767px) and (min-width: 425px) {
	.mbx p{
		text-align: left;
	}
}
@media screen and (max-width:424px) {
	.mbx p{
		text-align: left;
	}
}
/*左侧框架*/

/*右侧框架*/

/*单页*/
.page {
	min-height: 600px;
	padding: 15px 0px;
	line-height: 180%;
	color: #5A5A5A;
	font-size: 16px;
}
/*单页*/

/*产品列表*/
.product-list{
	padding-top: 20px;
}
.product{
	font-size: 0;
}
.product li{
	display: inline-block;
	vertical-align: top;
    margin-bottom: 30px;
}
.product a{
	display: block;
	padding: 15px 20px;
	border: 1px solid #eeeeee;
	transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
}
.product a:hover{
	border: 1px solid #00e68c;
}
.product p{
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	position: relative;
}
.product img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	width: 100%;
}
.product h3{
	font-size: 14px;
	color: #5a5a5a;
	margin-top: 10px;
	text-align: center;
}
@media screen and (min-width: 768px){
	.product li{
		width: 31%;
	    margin-right: 3.5%;
	}
	.product li:nth-child(3n){
		margin-right: 0;
	}
}
@media (max-width:767px) and (min-width: 425px) {
	.product li{
		width: 48%;
	    margin-right: 4%;
	}
	.product li:nth-child(2n){
		margin-right: 0;
	}
}
@media screen and (max-width:424px) {
	.product li{
		width: 49%;
	    margin-right: 2%;
	}
	.product li:nth-child(2n){
		margin-right: 0;
	}
}
/*产品列表*/

/*新闻列表页*/
.news-list{padding-top:40px;}
.news-list>ul>li{
	padding-bottom: 12px;
	border-bottom: 1px dashed #cccccc;
	display: flex;
	margin-bottom: 6px;
	align-items: center;
}
.news-list>ul>li:last-child{
	margin-bottom: 0;
}
.news-list>ul>li>div{
	display: inline-block;
	vertical-align: top;
}
.news-list>ul>li>div:nth-child(1){
	width: 85px;
	margin-right: 15px;
	text-align: center;
}
.news-list>ul>li>div:nth-child(1)>p{
	display: inline-block;
	border-bottom: 1px solid #cccccc;
	font-size: 48px;
	color: #cccccc;
	margin-bottom: 9px;
	line-height: 60px;
}
.news-list>ul>li>div:nth-child(1)>span{
	font-size: 14px;
	color: #666666;
}
.news-list>ul>li>div:nth-child(2){
	width: 90%;
}
.news-list>ul>li>div:nth-child(2)>h3{
	margin-top: 7px;
	margin-bottom: 10px;
}
.news-list>ul>li>div:nth-child(2)>span{
	display: none;
	font-size: 14px;
	color: #999999;
}
.news-list>ul>li>div:nth-child(2)>h3>a{
	display: inline-block;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.news-list>ul>li>div:nth-child(2)>h3>a:hover{
	color: #00e68c;
}
.news-list>ul>li>div:nth-child(2)>p{
	font-size: 14px;
	color: #666;
	line-height: 23px;
	overflow: hidden;
}
@media screen and (max-width:767px) {
	.news-list>ul>li>div:nth-child(1){
		display: none;
	}
	.news-list>ul>li>div:nth-child(2)>span{
		display: block;
	}
}
/*新闻列表页*/



/*内容详情页*/
.product-info {
	padding-bottom: 20px;
	padding-top: 20px;
}

.product-info .hd h1 {
	font-size: 24px;
	line-height: 36px;
	word-wrap: break-word;
	word-break: normal;
	margin-bottom: 5px;
	text-align: center;
}

.product-info .hd p {
	font-size: 14px;
	line-height: 1.6;
	color: #cccccc;
	text-align: center;
}
.product-info .page{
	min-height: 600px;
    padding: 30px 0px;
    line-height: 2;
    color: #5A5A5A;
    font-size: 14px;
}
.product-info .page table{border-collapse:collapse;border-color:#ccc;}
.product-info .page table th{font-size:12px;padding:5px 10px;text-align:center;background:#d7ffef;white-space:nowrap;border-color:#ccc;}
.product-info .page table td{font-size:12px;padding:5px 10px;text-align:center;white-space:nowrap;border-color:#ccc;}

.product-info .hd p span{
	margin-right: 10px;
}
/*内容详情页*/

/*上一页/下一页*/
.turn {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 5px 10px;
}

.turn p {
	font-size: 12px;
	line-height: 30px;
	color: #333333;
	overflow: hidden;
}

.turn p span{
	display: inline-block;
	vertical-align: middle;
}
.turn p a {
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	vertical-align: middle;
	max-width: 80%;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.turn p a:hover {
	color: #39424b;
	text-decoration: none;
}
/*上一页/下一页*/


/*分页*/
.pagination-wrapper{ 
  	margin: 20px 0 40px 0;
  	text-align: center;
} 
.pagination{  
  	font-size: 0;
} 
.pagination li{
	display: inline-block;
	vertical-align: top;
}
.pagination li a{ 
  	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	margin-right: 8px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #dfdfdf; 
  	color: #999; 
  	text-decoration: none; 
  	border-radius: 4px;
  	box-sizing: border-box;
  	transition: all .3s;
  	background: #f7f7f7;
} 
.pagination li:last-child{
	margin-right: 0;
}
.pagination li a:hover{ 
  	background:#00e68c; 
  	color:#fff; 
  	border-color: #00e68c;
} 
.pagination li.active a { 
  	background: #00e68c; 
  	color: #fff;
  	border-color: #00e68c;
} 
.pagination .pageinfo{
	display: inline-block;
  	height: 32px; 
  	line-height: 32px; 
  	padding: 0 12px; 
  	font-size: 14px; 
  	border: 1px solid #555555; 
  	color: #555555; 
  	box-sizing: border-box;
}
/*分页*/

.sltable{margin-bottom:40px;overflow-x: scroll;width:100%;}
.sltable h3{font-size:16px;font-weight:bold;}
.sltable table{border-collapse:collapse;}
.sltable table th{padding:5px 10px;text-align:center;background:#d7ffef;white-space:nowrap;}
.sltable table td{padding:5px 10px;text-align:center;white-space:nowrap;}

/*右侧框架*/