/*幻灯片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;
  	display: inline-block;
  	margin: 0 5px;
  	cursor: pointer;
  	border: 2px solid #dddddd;
  	border-radius: 100%;
}
#banner .hd .on {
  	border: 2px solid #feffff;
  	background: #feffff;
}
#banner .bd a {
  	display: block;
  	width: 100%;
  	height: 600px;
    background-repeat: no-repeat;
    background-position: center;
}
#banner .btn {
  	width: 47px;
 	height: 120px;
  	position: absolute;
  	opacity: .5;
  	filter:Alpha(opacity=50)
  	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
#banner .btn:hover{
	opacity: 1;
	filter:Alpha(opacity=100)
}
#banner .prev {
	top: 50%;
  	background: url("../images/prev.png") no-repeat center;
  	left: 3%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
#banner .next {
  	background: url("../images/next.png") no-repeat center;
  	right: 3%;
  	top: 50%;
  	transform: translate(0,-50%);
  	-ms-transform: translate(0,-50%);
  	-webkit-transform: translate(0,-50%);
  	-moz-transform: translate(0,-50%);
  	-o-transform: translate(0,-50%);
}
/*幻灯片CSS*/

/*热词搜索*/
.sousuo{
	padding: 30px 0;
}
.gjc{
	font-size: 0;
	padding-left: 55px;
	background: url(../images/hot.png) no-repeat left center;
	height: 40px;
	line-height: 40px;
}
.gjc span{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.gjc a{
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-right: 8px;
	transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
}
.gjc a:hover{
	color: #24367a;
}
.ss{
	display: block;
	font-size: 0;
}
.ss input{
	display: inline-block;
	vertical-align: top;
}
.ss input[type=text]{
	width: 240px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #666666;
	padding-left: 12px;
	border: 2px solid #0064aa;
}
.ss input[type=submit]{
	width: 80px;
	text-align: center;
	height: 40px;
	line-height: 36px;
	font-size: 12px;
	color: #ffffff;
	background: #0064aa;
	border: 2px solid #0064aa;
	cursor: pointer;
}
/*热词搜索*/

/*产品展示*/
.product{
	
}
.product .left{
	width: 270px;
}
.product .left .product-a{
	background: #24367a;
	padding: 0 10px 10px 10px;
}
.product .left .product-a .title{
	text-align: center;
	font-size: 0;
	padding: 16px 0;
}
.product .left .product-a .title h2{
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 5px;
}
.product .left .product-a .title p{
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
}
.product .left .product-a .list{
	background: #ffffff;
}
.product .left .product-a .list ul{
	
}
.product .left .product-a .list li{
	padding: 18px 20px;
	border-bottom: 1px solid #cccccc;
}
.product .left .product-a .list li:last-child{
	border-bottom: none;
}
.product .left .product-a .list a{
	display:block;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	padding-left: 28px;
	background: url(../images/jiantou.png) no-repeat left center;
}
.product .left .product-b{
	margin-top: 20px;
}
.product .left .product-b a{
	display: block;
	background: url(../images/pro.jpg) no-repeat left top;
	height: 120px;
}
.product .right{
	width: 900px;
}
.product .right .title{
	border: 1px solid #cccccc;
	padding: 19px 25px;
	margin-bottom: 10px;
}
.product .right .title h2{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	padding-left: 14px;
	position: relative;
	height: 18px;
	line-height: 18px;
}
.product .right .title h2:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 2px;
	height: 17px;
	background: #333333;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.product .right .title a{
	display: inline-block;
	padding: 0 5px;
	font-size: 12px;
	color: #333333;
	border: 1px solid #d8d8d8;
	border-radius: 3px;
	height: 18px;
	line-height: 16px;
}
.product .right .list ul{
	font-size: 0;
}
.product .right .list ul li{
	display: inline-block;
	vertical-align: top;
	width: 210px;
	margin-right: 20px;
	margin-top: 14.5px;
}
.product .right .list ul li:nth-child(4n){
	margin-right: 0;
}
.product .right .list ul a{
	display: block;
}
.product .right .list ul p{
	border: 1px solid #d8d8d8;
	height: 155px;
	overflow: hidden;
	position: relative;
}
.product .right .list ul img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	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%);
}
.product .right .list ul span{
	font-size: 14px;
	color: #333333;
	display:block;
	text-align: center;
	padding: 9px 0;
	
}
/*产品展示*/

/*公司简介*/
.about-index {
	margin-top: 60px;
	background: #ffffff url(../images/about.jpg) no-repeat top center;
}

.about-index>div {
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 65px;
	font-size: 0;
}
.company-main {
	text-align: center;	
}
.company-main>h2 {
	font-size: 30px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 10px;
}

.company-main span{
	font-size: 16px;
	color: #333333;
	text-transform: uppercase;
}

.company-main p {
	margin: 20px auto 25px auto;
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	max-width: 1000px;
}

.company-img {
	text-align: center;
}

.company-img img {
	cursor: pointer;
}

.bei{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.8);
	display: none;
	z-index: 33;
}
.tanchu{
	display: none;
	position: fixed;
	max-width: 900px;
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	background: #ffffff;
	border-radius: 6px;
	padding:15px;
	z-index: 33;
}
.tanchu video{
	display: block;
	width: 100%;
}
/*公司简介*/

/*技术与设备*/
.zhengshu-index{
	padding-top: 20px;
	padding-bottom: 60px;
	border-bottom: 1px solid #e5e5e5;
}
.zhengshu-index .knjs {
	margin-bottom: 35px;
}

.zhengshu-index .knjs>section {
	text-align: center;
}

.zhengshu-index .knjs>section>p {
	font-size: 14px;
	color: #333333;
	text-transform: uppercase;
}

.zhengshu-index .knjs>section>span {
	font-size: 24px;
	color: #333333;
	margin-top: 0px;
	display: inline-block;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 20px;
	position: relative;
}
.zhengshu-index .knjs>section>span:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 100px;
	height: 2px;
	background: #333333;
	left: -100px;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.zhengshu-index .knjs>section>span:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 100px;
	height: 2px;
	background: #333333;
	right: -100px;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.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:14px; 
	height:24px;
	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:40px; 
	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: 200px;
	overflow: hidden;
}
.picScroll-left .bd ul li .pic a{
	display: none;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5) url(../images/view.png) no-repeat center;
}
.picScroll-left .bd ul li .pic img{ 
	width:100%;
	max-width: 270px;
	max-height: 200px;
	display:block;  
}
.picScroll-left .bd ul li .pic a:hover img{ 
	
}
.picScroll-left .bd ul li .title{
	line-height:50px;
	border-bottom: 1px solid #dedede;
	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: #666666;
}
.picScroll-left .bd ul li:hover .title{
	border-bottom: 1px solid #3a4152;
}
/*技术与设备*/


/*新闻中心*/
.gongyong{
	text-align: center;
	margin-bottom: 40px;
}
.gongyong span{
	display: inline-block;
	font-size:14px;
	color: #333333;
	text-transform: uppercase;
}
.gongyong p{
	font-size: 24px;
	color: #333333;
	background: url(../images/2.png) no-repeat center;
}
.section4{
	padding-top: 50px;
	background: #e7f1fb;
	padding-bottom: 20px;
}
.section4 .news{
	
}
.section4 .news li{
	padding: 20px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
	width: 370px;
	margin-right: 45px;
}
.section4 .news li:nth-child(3n){
	margin-right: 0;
}
.section4 .news li div.time{
	text-align: center;
	background: #178ede;
	width: 80px;
	margin-right:20px;
	padding: 7px 0;
}
.section4 .news li div.time strong{
	color: #ffffff;
	font-weight: normal;
	font-size: 48px;
	line-height: 48px;
}
.section4 .news li div.time p{
	font-size: 14px;
	color: #ffffff;
}
.section4 .news li div.content{
	width: 270px;
	padding: 4px 0;
}
.section4 .news li div.content a{
	font-size: 16px;
	color: #333333;
	display:block;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 12px;
}
.section4 .news li div.content span{
	font-size: 12px;
	color: #999;
}
.section4 .news li div.content p{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}
/*新闻中心*/