﻿@charset "utf-8";
.idtitle{
	position:relative;
	color:#707070;
	font-size:20px;
	margin-bottom:25px;
	text-align:center;
}
.idtitle .titen{
	text-transform:uppercase;
	font-family:"Helvetica Condensed Bold_0";
}
.slideBox{ position:relative;}
.swiper-pagination-bullet{ background:rgba(0,0,0,0.2); border:1px solid #fff; opacity:1;}
.pagination{position: absolute;left: 0;bottom:20px; z-index: 99;width: 100%;text-align: center;}
.swiper-pagination-bullet{ margin-right:6px;}
.swiper-pagination-bullet-active{ background:#bc9882;}
.slideBox img{ display:block;}
/*iconBox*/
.iconBox{ overflow:hidden; width:100%; background:#4D4948; margin:0px auto; float:left}
.iconBox li{ float:left; width:25%;position:relative;}
.iconBox li u{ width:6px; height:6px;border-radius:10px; background:#c80917; position:absolute; right:12px; top:12px; display:block;}
.iconBox li i{ background-position:center center; background-size:40px; display:inline-block; background-repeat:no-repeat; width:50px; height:50px;}
.iconBox li>a{ position:relative; padding:0px; text-align:center; font-size:12px; padding:20px 0; display:block; color:#938F8E;}
.iconBox li.bBor:after{background:#d6d6d6;}
.iconBox li>a.rBor:after{background:#d6d6d6;}
.iconBox li.i4 a.rBor:after,.iconBox li.i8 a.rBor:after{ background:none}

.proItem{ overflow:hidden; width:100%;}
.proItem li{ float:left;width:-moz-calc((100% - 15px) / 2);width:-webkit-calc((100% - 15px) / 2);width: calc((100% - 15px) / 2);}
.proItem li:not(:last-child){ margin-right:15px;}
.proItem li img{width:100%; display:block}
.pic_2{
	clear:both;
	float:left;
	width:100%;
	padding:20px 15px;
	background:#AEAEAE;
}
.pic_2 ul .left{
	float:left;
	width:34.59%;
	position:relative;
	overflow:hidden;
}
.pic_2 .blackbg{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.3);
	-webkit-transition-property: background-color;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
}
.pic_2 ul .right{
	float:right;
	width:-moz-calc(64.62%);
	width:-webkit-calc(64.62%);
	width: calc(64.62%);
	position:relative;
	overflow:hidden;
}
.pic_2 li img{
	width:100%;
	display:block;
}
.pic_2 .proname{
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-50px;
	margin-top:-20px;
	width:100px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:14px;
	color:rgba(255,255,255,0.8);
	font-weight:300;
	border:rgba(255,255,255,0.5) 1px solid;
}
header{ position: absolute; background:none;}
header.showMenu{ position:relative;}
.banner{float:left; width:100%;} 
.banner img{ float:left; margin-bottom:0px;}
.proItem{ float:left;margin-bottom:2px;}
.main{ overflow:hidden;}
/******关于我们************/
.index-about{
	width:100%;
	float:left;
	clear:both;
	padding:40px 15px 0px 15px;
	position:relative;
	background:#F5F5F5;
}
.index-about .l{
	width:100%;
	padding-top:0px;
	position:relative;
	color:#747474;
	font-weight:lighter;
}
.index-about .l img{
	width:100%;
	display:block;
	margin-bottom:20px;
}
.index-about .l p{
	margin-bottom:15px;
	text-indent:2em;
	line-height:180%;
	font-size:15px;
}
.index-about .l strong{
	color:#02747E;
	font-size:15px;
}
.index-about .r{
	width:100%;
	clear:both;
}
.index-about .l a.leranmore{
	width:120px; 
	height:35px; 
	border:#666 2px solid;
	border-radius:19px; 
	display:block; 
	text-align:center; 
	line-height:31px;  
	font-size:14px;
	margin:40px auto;
	overflow:hidden;
	clear:both;
}
.index-about .l a.leranmore:hover{
	background:none; 
	color:#3BB3C3;
	border-radius:19px;
}
.index-about .r p{
	font-size:15px;
	line-height:180%;
	color:#666;
}
.index-about .r img{
	margin-top:15px
}
.icon-box1 {
	width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin:0;
	margin-top:10px;
	margin-bottom:20px;
    /*padding: 40px 15px;
    border-top: 1px solid rgb(229,229,229);
    border-bottom: 1px solid rgb(229,229,229);*/
}
.icon-box1 .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .7s;
}
.icon-box1 .icon:hover {
    transform: scale(1.1,1.1);
}
.icon-box1 .img {
    width: 52px;
    height: 40px;
}
/*.icon-box1 .img img {
    width: 100%;
    height: 100%;
}*/
.icon-box1 .name {
    font-size: 16px;
    font-family: "MicrosoftYaHeiSemibold";
    color: rgb(103, 103, 103);
    text-align: center;
    font-weight: 500;
    margin-top: 20px;
	display:none
}
.icon-box1 .img .on{
	display:none;
}
.icon-box1 .icon:hover .img .on{
	display:block;
}
.icon-box1 .icon:hover .img .off{
	display:none;
}
/*******数据**********************/
.about_list{
	width:100%;
	float:left;
	background:url(../../../images/font.png) no-repeat center center #f3f3f3;
	background-size:contain;
	font-size:0;
	text-align:center;
	padding:50px 5% 80px 5%;
	background-size:90%;
}
.about_list li{
	display:inline-block;
	color:#000;
	width:100%;
	position:relative;
	text-align:left;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:rgba(255,255,255,.1) 1px solid;
}
.about_list li:last-child{
	padding-bottom:0px;
	border-bottom:0;
}
.about_list li .l{
	float:left;
	width:20%;
	padding-top:1%
}
.about_list li .l img{
	width:100%;
}
.about_list li .r{
	width:80%;
	float:left;
	text-align:left;
	padding-left:5%;
	padding-top:0%;
}
.about_list li h3{
	font-size:16px;
	color:#808080;
}
.about_list li p{
	font-size:14px;
	margin-top:1px;
	padding:0 0px;
	line-height:160%;
	color:#909090;
}
#slider{
	width:100%;
	min-height:210px;
	/*height:424px;*/
	margin:0 auto;
	position:relative;
}
.slider_list li{
	position:absolute;
	display:none;
	width:100%;
}
.slider_list li img{
	width:100%;
}
.slider_list li:first-child{
	display:block;
}
.slider_icon{
	width:100%;
	text-align:center;
	position:absolute;
	z-index:1;
	left:0;
	bottom:-30px;
	font-size:0;
	/*padding:4px 8px 4px 8px;*/
	height:12px;
	border-radius:12px;
	/*background-color:hsla(0,0%,100%,.3);*/
}
.slider_icon i{
	display:inline-block;
	width:12px;
	height:12px;
	border-radius:50%;
	margin:0 5px;
	cursor:pointer;
}
.btn{
	background:#c0c0c0;
}
.arrow{
	display:none;
	width:30px;
	height:60px;
	background-color:rgba(0,0,0,.2);
	position:absolute;
	top:50%;
	margin-top:-20px;
}
.prve{
	left:0;
}
.next{
	right:0;
}
.arrow span{
	display:block;
	width:10px;
	height:10px;
	border-bottom:2px solid #fff;
	border-left:2px solid #fff;
}
.slider_left{
	margin:25px 0 0 10px;
	transform:rotate(45deg);
}
.slider_right{
	margin:25px 0 0 5px;
	transform:rotate(-135deg);
}
.arrow:hover{
	background:#444;
}
#slider:hover .arrow{
	display:block;
}
.btn_act{
	background:#0046B6;
}
.jumbo{
	/*display:block;*/
	font-family:"Helvetica Condensed Bold_0";
	font-size:20px;
}
.about_list li .r i{
	font-style:normal;
	font-size:14px;
	margin-right:5px;
	position:relative;
	top:-5px;
	margin-left:2px;
	font-weight:normal;
}
/*******产品应用********************/
.honor {
	width:100%;
	float:left;
	clear:both;
	/*background:url(../images/yingyongbg.jpg) no-repeat bottom center #17376A;*/
	padding:0px 15px;
	position:relative;
	top:-50px;
}
.honor .index-title{
	margin:0 4%;
	text-align:center;
	color:#000;
	font-size:20px;
	font-weight:bold;
}
.honor .index-title span{
	color:#1D79B6;
}
.honor .con { 
	margin:0px auto 0 auto;
	position:relative;
	/*width:-moz-calc(90% + 100px);
	width:-webkit-calc(90% + 100px);
	width: calc(90% + 100px);
	max-width: calc(1360px + 100px);
	min-width: calc(1200px + 100px);*/
	width:100%;
}
.honor .tempWrap{
	overflow:hidden;
	position:relative;
	width:-moz-calc(100% - 0px);
	width:-webkit-calc(100% - 0px);
	width: calc(100% - px);
	margin:0 auto;
}
.honor .con ul{
    font-size:0;
    padding:0;
    margin:0 0 0 -0;
}
.honor .con li { 
   display:inline-block;
   width:100%;
   /*padding-right:15px;*/
   position:relative;
}
.honor .con li.last{
	padding-right:0;
}
.honor .con li a { 
   display:block; 
   position:relative; 
   font-size:18px;
   /*padding:10px;*/
}
.honor .con li .s-img {
	/*height:250px; */
	text-align:center;
	vertical-align: middle;
	/*display: table-cell;*/
	width:100%;
	position:relative;
	overflow:hidden;
	/*border-radius:50%;*/
}
.honor .con li .s-img img {
	display:inline-block; 
	vertical-align:middle; 
	width:100%; 
	max-height:100%;
	transition: all linear 0.3s
}
.honor .con li:hover img{
	-moz-transform:scale(1.2);
    -webkit-transform: scale(1.2);
    transform:scale(1.2);
}
.honor .con li .s-text{
	width:100%;
	/*height:120px;
	padding:10px 20px;*/
	overflow:hidden;
	line-height:180%;
	font-size:14px;
	text-align:center;
	display:none
}
.honor .con li .s-text h3{
	color:#FFF;
	font-size:16px;
	margin-top:20px;
}
.honor .con li .s-text p{
	color:rgba(255,255,255,0.6);
	line-height:160%;
	margin-top:10px;
}
.honor .con li:hover .s-text h3{
	color:#0047BA;
	font-size:1
}
.honor .con li:hover .s-text p{
	color:#777;
}
.honor .con a.prev {
	outline:none;
    position:absolute; 
	left:15px; 
	top:50%; 
	width:20px; 
	height:30px; 
	/*margin-top:-25px;*/ 
	background:url(../../../images/arr-pro-big-left.png) no-repeat left center;
	transition: all linear 0.3s;
	z-index:99;
}
.honor .con a.prev:hover {
	background:url(../../../images/arr-pro-big-left.png) no-repeat left center;
}
.honor .con a.next {
	outline:none;
	position:absolute; 
	right:15px; 
	top:50%; 
	width:20px; 
	height:30px; 
	/*margin-top:-25px;*/
	background:url(../../../images/arr-pro-big-right.png) no-repeat right center;
	transition: all linear 0.3s;
	z-index:99;
}
.honor .con a.next:hover {
	background:url(../../../images/arr-pro-big-right.png) no-repeat right center;
}

/****************产品*********************/
.index-product{
	width:100%;
	float:left;
	background:#F6F6F6;
	clear:both;
	padding:0 15px
}
.index-product ul{
	padding-top:10px;
}
.index-product h3{
	color:#03757E;
	font-size:20px;
}
.index-product ul li{
	float:left;
	width:-moz-calc((100% - 20px) / 2);
	width:-webkit-calc((100% - 20px) / 2);
	width: calc((100% - 20px) / 2);
	margin-right:20px;
	margin-bottom:20px;
	text-align:center;
}
.index-product ul li:nth-child(2n){
	margin-right:0;
}
.index-product ul li .pro-img{
	width:100%;
	margin-bottom:10px;
	box-shadow:0 10px 15px rgba(0,0,0,.2);
	overflow:hidden;
}
.index-product ul li .pro-img img{
	width:100%;
	display:block;
	transition: all linear 0.3s;
}
.index-product ul li:hover img{
	-moz-transform:scale(1.1);
    -webkit-transform: scale(1.1);
    transform:scale(1.1);
}
/**********产业链******************/
.chanyelian{
	width:100%;
	float:left;
	clear:both;
	background:#EBEBEB;
	padding:30px 15px;
}
.chanyelian h2{
	font-size:20px;
	color:#008D8F;
}
.xiapic{
	margin-top:10px
}
.xiapic .p2 li{
	float:left;
	width:-moz-calc((100% - 15px) / 2);
	width:-webkit-calc((100% - 15px) / 2);
	width: calc((100% - 15px) / 2);
	margin-right:15px;
	margin-bottom:15px;
	position:relative;
	overflow:hidden;
}
.xiapic .p2 li:nth-child(2n){
	margin-right:0;
}
.xiapic .p2 li:nth-child(2){
	padding-bottom:2px
}
.xiapic li img{
	width:100%;
	display:block;
	transition: all linear 0.3s
}
.xiapic li:hover img{
	-moz-transform:scale(1.1);
    -webkit-transform: scale(1.1);
    transform:scale(1.1);
}
.xiapic .p1{
	width:100%;
	background:#008D8F;
	float:left;
	margin-bottom:10px;
}
.xiapic .p2{
	width:100%;
}
.xiapic .p1 li.l3{
	float:left;
	color:#FFF;
	width:100%;
	padding:25px 15px;
	background:#008D8F;
}
.xiapic .p1 li.l3 h3{
	float:left;
	font-size:20px;
	width:100%;
}
.xiapic .p1 li.l3 div{
	float:left;
	width:100%;
	line-height:180%;
}
.xiapic .p1 li.l3 p{
	margin-top:15px
}
/******首页新闻***********/
.indexnews{
	width:100%;
	clear:both;
	background:#FFF;
	float:left;
	padding:40px 15px;
}

.indexnews li{
	width:100%;
	float:left;
	position:relative;
	margin-bottom:20px;
	border-bottom:#e0e0e0 1px solid;
	padding-bottom:20px;
}
.newsdate{
	float:left;
	width:100%;
	font-size:13px;
	color:#606060;
	display:none
}
.newsdate span{
	font-size:18px;
	color:#000;
}
.newstitle{
	float:left;
	width:100%;
}
.newstitle span{
	font-size:15px;
	color:#424242;
	line-height:160%;
	font-weight:bold;
}
.newstitle p{
	font-size:14px;
	margin-top:5px;
	color:#676767;
	line-height:160%;
	height:65px;
	overflow:hidden;
}
.newsimg{
	float:right;
	width:-moz-calc(100% - 0px);
	width:-webkit-calc(100% - 0px);
	width: calc(100% - 0px);
	margin-bottom:10px;
	height:160px;
	display: table-cell;
    vertical-align: middle;
	position:relative;
	overflow:hidden;
}
.newsimg img{
	width:100%;
	display:block;
}
.hzkehu_b{
	width:100%;
	margin:0px auto;
	position: relative; 
	padding:0px 15px 20px 15px;
	clear:both;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.hzkehu_b ul{ overflow: hidden;}
.hzkehu_b ul li{
	float:left; 
	text-align: center;
	padding:0px 0;
	width:-moz-calc((100% - 15px) / 2);
    width:-webkit-calc((100% - 15px) / 2);
    width: calc((100% - 15px) / 2);
	margin-right:15px;
	margin-bottom:20px;
	
}
.hzkehu_b ul li i{
	display: block;
	margin:0 auto;
	width:100%;
	/*height: 160px;*/
	text-align: center;
	background-image: url(../../../images/ico_1.png);
	background-position: center 0px;
	background-repeat: no-repeat;
	transition:400ms ease-in-out;
	-o-transition:400ms ease-in-out;
	-ms-transition:400ms ease-in-out;
	-moz-transition:400ms ease-in-out;
	-webkit-transition:400ms ease-in-out;
	border:#f0f0f0 1px solid;
}
.hzkehu_b ul li i img{
	width:100%;
	/*padding-top:10px;*/
	transition:400ms ease-in-out;
	-o-transition:400ms ease-in-out;
	-ms-transition:400ms ease-in-out;
	-moz-transition:400ms ease-in-out;
	-webkit-transition:400ms ease-in-out;
	/*height:160px;*/
}
.hzkehu_b ul li strong{
	font-size: 15px;
	line-height: 23px;
	/*padding:10px 0;*/
	display:block;
}
.hzkehu_b ul li a{ text-decoration: none;}
.hzkehu_b ul li a:hover{ color:#66c2bf;}
.hzkehu_b ul li:hover i{ background: url(../images/ico_2.png) center 10px no-repeat;}
.hzkehu_b ul li:hover img{ padding-top:4px;}
.hzkehu_b ul li p{
	display:block;
	margin:0 auto;
	max-width:200px;
	font-size:13px;
	line-height:160%;
	font-weight:lighter;
	padding:0 10px
}