/*幻灯片CSS*/
#banner {
  	width: 100%;
  	position: relative;
}
#banner .hd {
  	position: absolute;
  	bottom: 20px;
  	left: 50%;
  	z-index: 100;
  	font-size: 0;
  	transform: translate(-50%,0);
  	-ms-transform: translate(-50%,0);
  	-webkit-transform: translate(-50%,0);
  	-moz-transform: translate(-50%,0);
  	-o-transform: translate(-50%,0);
}
#banner .hd li {
  	width: 15px;
  	height: 15px;
  	background-color: transparent;
  	border: 2px solid #dddddd;
  	border-radius: 100%;
  	display: inline-block;
  	margin: 0 5px;
  	cursor: pointer;
}
#banner .hd .on {
	border: 2px solid #feffff;
  	background-color: #feffff;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	height: 580px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}
@media (max-width:1199px) and (min-width: 992px) {
	#banner .bd a {
		height: 480px;
	}
}
@media (max-width:991px) and (min-width: 768px) {
	#banner .bd a {
		height: 380px;
	}
}
@media (max-width:767px) and (min-width: 425px) {
	#banner{
		margin-top: 50px;
	}
	#banner .bd a {
		height: 300px;
	}
	#banner .hd li{
		width: 12px;
		height: 12px;
		border: 1px solid #dddddd;
	}
	#banner .hd .on {
		border: 1px solid #feffff;
	  	background-color: #feffff;
	}
}
@media screen and (max-width:424px) {
	#banner{
		margin-top: 50px;
	}
	#banner .bd a {
		height: 260px;
	}
	#banner .hd li{
		width: 12px;
		height: 12px;
		border: 1px solid #dddddd;
	}
	#banner .hd .on {
		border: 1px solid #feffff;
	  	background-color: #feffff;
	}
}
/*幻灯片CSS*/

/*热门关键词搜索*/
.searcha{
	background: #e0e0e0;
}
.search{
	
}
.search p{
	white-space: nowrap;
	overflow: hidden;
	margin: 15px 0;
}
.search p span{
	color: #b20909;
	font-size: 13px;
}
.search p a{
	color: #818181;
	margin-right: 10px;
	font-size: 13px;
	transition: all .3s;
}
.search p a:hover{
	color: #00e68c;
}
.search form {
	text-align: right;
	margin: 10px 0;
}

.search form label{
	display: block;
	font-size: 0;
}
.search form label input{
	line-height: 30px;
	font-size: 13px;
}
.search form label input[type=text]{
	width: 60%;
	border:none;
	outline: none;
	border-right: none;
	padding-left: 15px;
	font-weight: normal;
	height: 30px;
	color: #333333;
}
.search form label input[type=submit]{
	background: #fff url(../images/search.png) no-repeat right 5px center;
	text-indent: 400em;
	border:none;
	width: 40px;
	border-left: none;
	background-size:25px 25px;
}
@media screen and (max-width: 679px) {
	.search{
		
	}
	.search form {
		text-align: left;
	}
	.re,.so{
		width: 100%;
	}
	.search p{
		margin-bottom: 0;
	}
	.search form label input[type=text]{
		width: 85%;
	}
	.search form label input[type=submit]{
		width: 15%;
	}
}
/*热门关键词搜索*/

/*公司简介*/
.about-index {
	background: #ffffff;
}

.about-index>div {
	margin: 0 auto;
	padding: 60px 0 45px 0;
	font-size: 0;
}

.company-img {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}


.company-main {
	margin-top: 15px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

.company-main>h2 {
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	margin-bottom: 25px;
}

.company-main .company-con {
	height: 60px;
	overflow: hidden;
}

.company-main .company-con p {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
#about {
  	position: relative;
}
#about .hd {
  	position: absolute;
  	width: 93%;
  	height: 92%;
  	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%);
  	/*border: 1px solid #ffffff;*/
  	z-index: 100;
  	font-size: 0;
}
#about .hd ul{
	position: absolute;
	right: 0;
	bottom: 0;
}
#about .hd li{
  	width: 20px;
  	height: 20px;
  	background-color:rgba(0,0,0,.8);
  	display: inline-block;
  	margin-left: 1px;
  	cursor: pointer;
  	font-size: 12px;
  	color: #ffffff;
  	text-align: center;
  	line-height: 20px;
}
#about .hd li:first-child{
	margin-left: 0;
}
#about .hd .on {
  	background-color:rgba(0,107,162,.5);
}
#about .bd a {
  	display: inline-block;
}
.list{
	margin-top: 45px;
	text-align: center;
}
.list li{
	display: inline-block;
	vertical-align: top;
	margin-right: 75px;
}
.list li:last-child{
	margin-right: 0;
}
.list a{
	display: block;
	text-align: center;
}
.list img{
	
}
.list p{
	margin-top: 15px;
	font-size: 14px;
	color: #666666;
}
@media (max-width:991px) and (min-width: 768px) {
	.about-index>div{
		padding: 30px 0 15px 0;
	}
	#about .hd{
		display: none;
	}
	.company-main{
		margin-top: 20px;
	}
}
@media (max-width:767px) and (min-width: 425px) {
	.about-index>div{
		padding: 20px 0 25px 0;
	}
	#about{
		margin-top: 10px;
	}
	.list{
		margin-top: 25px;
	}
	.list li{
		margin-right: 15px;
	}
	.list img{
		width: 100px;
	}
}
@media screen and (max-width:424px) {
	.about-index>div{
		padding: 20px 0 25px 0;
	}
	#about{
		margin-top: 10px;
	}
	.list{
		margin-top: 20px;
	}
	.list li{
		margin-right: 10px;
	}
	.list img{
		width: 80px;
	}
}
@media screen and (max-width:767px) {
	.company-main>h2{
		font-size: 16px;
		margin-bottom: 15px;
	}
}
/*公司简介*/

/*产品中心*/
.zhengshu-index{
	padding-top: 60px;
	padding-bottom: 20px;
	background: #ecf0f3;
}
.zhengshu-index .knjs {
	margin-bottom: 25px;
}

.zhengshu-index .knjs>section {
	text-align: center;
	margin-bottom: 20px;
}

.zhengshu-index .knjs>section>p {
	font-size: 24px;
	color: #333333;
	padding-bottom: 13px;
	position: relative;
}
.zhengshu-index .knjs>section>p:before{
	content: '';
	position: absolute;
	width: 95px;
	height: 3px;
	background: #00e68c;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
}
.zhengshu-index .knjs>ul{
	text-align: center;
	font-size: 0;
}
.zhengshu-index .knjs>ul li{
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	margin-bottom: 15px;
}
.zhengshu-index .knjs>ul li:first-child{
	margin-left: 0;
}
.zhengshu-index .knjs>ul a{
	display: inline-block;
	font-size: 16px;
	color: #333333;
	background: #ffffff;
	border-radius: 50px;
	padding: 7px 20px;
	border: 1px solid #333333;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.zhengshu-index .knjs>ul a:hover,
.zhengshu-index .knjs>ul a.active{
	background: #00e68c;
	color: #ffffff;
	border: 1px solid #00e68c;
}
.picScroll-left{
	position:relative;
}
.picScroll-left .hd{
	width: 110%;
	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%);
	overflow:hidden;
}
.picScroll-left .hd a{
	display: inline-block;
	width:38px; 
	height:38px;
	overflow:hidden;
	cursor:pointer; 
	background-repeat: no-repeat;
	opacity: .6;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.picScroll-left .hd a:hover{
	opacity: 1;
}
.picScroll-left .hd .prev{
	float: left;
	background-image: url(../images/left.png);
}
.picScroll-left .hd .next{ 
	float: right;
	background-image: url(../images/right.png);
}
.picScroll-left .bd{
	overflow: hidden;
}
.picScroll-left .bd ul{
	overflow:hidden; 
	zoom:1; 
}
.picScroll-left .bd ul li{ 
	margin-right:39px; 
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center;  
}
.picScroll-left .bd ul li .pic{ 
	text-align:center;
	position: relative;
}
.picScroll-left .bd ul li .pic span{
	display: block;
	width: 270px;
	height: 270px;
	overflow: hidden;
	background: #fcfcfc;
	border: 1px solid #d0d0d0;
}
@media (max-width:1199px) and (min-width: 992px) {
	.picScroll-left .bd ul li{
		margin-right: 25px;
	}
	.picScroll-left .bd ul li .pic span{
		width: 220px;
		height: 220px;
	}
}
@media (max-width:991px) and (min-width: 768px) {
	.picScroll-left .bd ul li{
		margin-right: 17px;
	}
	.picScroll-left .bd ul li .pic span{
		width: 170px;
		height: 170px;
	}
}

@media (max-width:767px) and (min-width: 425px) {
	.picScroll-left .bd ul li{
		margin-right: 12px;
	}
	.picScroll-left .bd ul li .pic span{
		width: 120px;
		height: 120px;
	}
}
@media screen and (max-width:424px) {
	.picScroll-left .bd ul li{
		margin-right: 10px;
	}
	.picScroll-left .bd ul li .pic span{
		width: 100px;
		height: 100px;
	}
}
.picScroll-left .bd ul li .pic a{
	display: none;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(15,96,187,.7) url(../images/view.png) no-repeat center;
}
.picScroll-left .bd ul li .pic img{ 
	max-width: 268px;
	width:100%;
	display:block;
}
.picScroll-left .bd ul li .pic a:hover img{ 
	
}
.picScroll-left .bd ul li .title{
	line-height:50px;
	border-bottom: 1px solid #e3e3e3;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.picScroll-left .bd ul li .title a{
	font-size: 14px;
	color: #5c5c5c;
}
.more{
	text-align: center;
	margin-top: 80px;
}
.more a{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: #00e68c;
	border-radius: 10px;
}
@media screen and (max-width:1360px) {
	.picScroll-left .hd{
		display: none;
	}
}
@media screen and (max-width:600px) {
	.zhengshu-index .knjs>ul{
		display: none;
	}
	.more{
		display: block;
		margin-top: 30px;
	}
	.picScroll-left .bd ul li{
		margin: 0 10px;
	}
	.picScroll-left .bd ul li .pic img{
		max-width: 150px;
	}
}
/*产品中心*/

/*新闻动态*/
.new{
	background: #fff;
	padding: 60px 0 45px 0;
}
.newa{
	text-align: center;
	margin-bottom: 50px;
}
.newa h2{
	font-size: 24px;
	color: #333333;
	padding-bottom: 13px;
    position: relative;
    margin-bottom: 15px;
}
.newa h2:before {
    content: '';
    position: absolute;
    width: 95px;
    height: 3px;
    background: #00e68c;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}
.newa .new-list{
	
}
.newa .new-list li{
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}
.newa .new-list li:last-child{
	margin-right: 0;
}
.newa .new-list a{
	font-size: 14px;
	color: #333333;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.newa .new-list a:hover,
.newa .new-list a.cur{
	color: #00e68c;
}
.newb{
	font-size: 0;
}
.newb>div{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}
.newb1{
	
}
.newb1>a{
	display: block;
	position: relative;
}
.newb1>a>img{
	width: 100%;
}
.newb1>a>div{
	position: absolute;
	width: 100%;
	height: 70px;
	background: rgba(51,51,51,.8);
	bottom: 0;
	left: 0;
	text-align: center;
}
.newb1>a>div>div{
	position: absolute;
	bottom: 0;
	left: 40px;
	width: 75px;
	height: 100px;
	background: #00e68c;
	padding-top: 5px;
}
.newb1>a>div>div>span{
	font-size: 40px;
	color: #fff;
	border-bottom: 1px solid #fff;
	margin-bottom: 8px;
	display: inline-block;
	padding-bottom: 3px;
}
.newb1>a>div>div>p{
	font-size:12px;
	color: #fff;
}
.newb1>a>div>p{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
	line-height: 70px;
	width: 70%;
	float: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px 0 20px;
	text-align: left;
}
.newb2{
	
}
.newb2>ul{
	
}
.newb2>ul>li{
	padding-bottom: 12px;
	border-bottom: 1px dashed #cccccc;
	display: flex;
	margin-bottom: 6px;
	align-items: center;
}
.newb2>ul>li:last-child{
	margin-bottom: 0;
}
.newb2>ul>li>div{
	display: inline-block;
	vertical-align: top;
}
.newb2>ul>li>div:nth-child(1){
	width: 85px;
	margin-right: 20px;
	text-align: center;
}
.newb2>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;
}
.newb2>ul>li>div:nth-child(1)>span{
	font-size: 14px;
	color: #666666;
}
.newb2>ul>li>div:nth-child(2){
	width: 90%;
}
.newb2>ul>li>div:nth-child(2)>h3{
	margin-top: 7px;
	margin-bottom: 10px;
}
.newb2>ul>li>div:nth-child(2)>h3>a{
	display: inline-block;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.newb2>ul>li>div:nth-child(2)>h3>a:hover{
	color: #00e68c;
}
.newb2>ul>li>div:nth-child(2)>p{
	font-size: 14px;
	color: #666;
	line-height: 23px;
	height: 46px;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.new{
		padding: 40px 0 25px 0;
	}
	.newa{
		margin-bottom: 25px;
	}
}
/*新闻动态*/