﻿@charset "utf-8";
.idtitle{
	position:relative;
	color:#333333;
	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;
}
.index-about .l p{
	margin-bottom:15px;
	text-indent:2em;
}
.index-about .l strong{
	color:#02747E;
	font-size:15px;
}
.index-about .r{
	width:100%;
	clear:both;
}
.index-about .r a.leranmore{
	width:120px; 
	height:35px; 
	border:#0093DD 1px solid;
	background:url(../../../images/case_jt.png) no-repeat 90% 9px #FFF;
	border-radius:19px; 
	display:block; 
	text-align:left;
	padding-left:15px;
	line-height:33px;  
	font-size:14px;
	margin:30px auto;
	overflow:hidden;
	clear:both;
}
.index-about .r a.leranmore:hover{
	background:none; 
	color:#3BB3C3;
	border-radius:19px;
}
.index-about .r p{
	font-size:15px;
	line-height:180%;
	color:#333;
	margin-top:15px;
}
.index-about .r img{
	margin-top:15px
}
.index-about .idtitle{
	text-align:left;
	margin-bottom:10px;
	margin-top:10px;
	font-weight:normal;
	color:#000
}
.index-about .idtitle .titen{
	font-weight:bold;
	display:block;
	color:#000;
	margin-top:5px;
}
/*******数据**********************/
.index-youshi{
	/*background: #f0f4ff;
	height: 120px;*/
}
.index-youshi ul{
	/*display: flex;*/
	justify-content: center;
	border-left: 0px solid #dae4fd;
	/*height:120px;*/
}
.index-youshi ul li{
	/*flex: 1;*/
	float:left;
	width:50%;
	border-right: 1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	text-align: center;
	padding-top:20px;
	padding-bottom:20px;
	cursor:pointer;
}
.index-youshi ul li:nth-child(2n){
	border-right:0;
}
.index-youshi ul li img{
	width:60px;
	display:block;
	margin:0 auto;
	transition: 1s;
  	-webkit-transition: 1s;
}
.index-youshi ul li img.mon,.index-youshi ul li:hover img.moff{
	opacity:0;
	display:none;
}
.index-youshi ul li:hover img.mon{
	opacity:1;
	display:block;
}
.index-youshi ul li div.npc{
	margin:0 auto 0 auto;
	width:80px;
	overflow:hidden;
	border-radius:50%;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.index-youshi ul li:hover .npc{
	transform:translateY(-5px);
	box-shadow: rgba(0,0,0,0.2) 0 8px 20px;
}
.index-youshi ul li h2{
	font-size: 20px;
	font-weight: 800;
	margin-top: 0px;
	color: #333;
}
.index-youshi ul li:hover h2{
	color:#da251d;
}
.index-youshi ul li h2 sup{
	font-weight:normal;
	font-size:15px;
	position:relative;
	top:2px;
	margin-left:4px;
	height:20px;
	line-height:20px;
	overflow:hidden;
}
.index-youshi ul li:nth-child(2) h2 sup,.index-youshi ul li:nth-child(4) h2 sup{
	font-size:16px;
}
.index-youshi ul li h2 i{
	font-style:normal;
	font-family:'Helvetica Condensed Bold_0'
}
.index-youshi ul li h2 span{
	font-size: 16px;
	color: #666;
	font-weight:normal;
	padding-left:5px;
}
.title:after,.title:before{
	/* width: 43%; */
}
#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:#FFF;
	padding:30px 0 0 0;
}
.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% - 30px);
	width:-webkit-calc(100% - 30px);
	width: calc(100% - 30px);
	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:0px;
}
.honor .con li .s-img {
	/*height:250px; */
	text-align:center;
	vertical-align: middle;
	/*display: table-cell;*/
	width:100%;
	position:relative;
	overflow:hidden;
	border-radius:0;
}
.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:15px;
	text-align:center;
	background:#f0f0f0;
	padding:0 15px 15px 15px;
}
.honor .con li .s-text h3{
	color:#000;
	font-size:16px;
	margin-top:20px;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	white-space:nowrap;
}
.honor .con li .s-text p{
	color:#707070;
	line-height:160%;
	margin-top:10px;
	text-align:left;
	height:50px;
	overflow:hidden;
}
.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:2px; 
	top:30%; 
	width:13px; 
	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:2px; 
	top:30%; 
	width:13px; 
	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:30px 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:16px;
	color:#333;
	line-height:160%;
	font-weight:bold;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	overflow: hidden;
	width:100%;
	display:block;
}
.newstitle span i{
	font-style:normal;
	margin-left:-10px;
	color:#333
}
.newstitle p{
	font-size:14px;
	margin-top:5px;
	color:#707070;
	line-height:160%;
	height:42px;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.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:40px 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:15px;
}
.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
}
.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
}
/*************党建工作************************/
.index-dangjian{
	clear:both;
	overflow:hidden;
	margin-bottom:0px
}
.index-dangjian .idangjianlist{
	clear:both;
	width:100%;
	overflow:hidden;
	margin-top:1px;
	padding-top:80px;
	padding-bottom:20px;
	padding-left:15px;
	padding-right:15px;
	/*height:588px;*/
	background:url(../../../up_pic/mdangjian.jpg?v=2.2) no-repeat top left;
	background-size: 100% 100%;
	/*box-shadow: rgba(0, 82, 147, 0.2) 0px 0.125rem 1.125rem 0px;
	border-radius: 0.5rem;*/
}
.index-dangjian .idangjianlist ul{
	/*background:rgba(255,255,255,0.8);*/
	overflow:hidden;
	padding:15px 0;
	border-radius:5px;
}
.index-dangjian .idangjianlist li{
	float:left;
	background:rgba(255,255,255,0.5);
	width:calc((100% - 0px) / 1); 
	margin-right:50px; 
	border:rgba(0,0,0,0.08) 1px solid;
	border-radius:5px;
	margin-bottom:20px;
	padding:15px 15px 15px 15px;
	color:#424242;
	overflow:hidden;
	font-size:15px;
	line-height:180%;
	text-align:center;
}
.index-dangjian .idangjianlist li:nth-child(3n){
	margin-right:0;
}
.index-dangjian .idangjianlist li img{
	display:block;
	width:60px;
	margin:10px auto 10px auto;
}
.dangjiantitle{
	font-size:32px;
	font-weight:bold;
	color:#EA2316;
	margin-bottom:30px;
	text-align:center;
}
.dangjiantitle img{
	display:inline-block;
	width:35px;
	vertical-align:middle;
	margin-right:10px;
	position:relative;
	top:-4px;
}
/*************会员服务***********************/
.index-service{
	clear:both;
	overflow:hidden;
	background:#f2f2f2;
	width:100%;
	background-size:cover;
	padding:40px 15px;
	margin-top:0px;
}
.mod-2 ul{
}
.mod-2 ul li{
	float:left;
	width:calc((100% - 15px) / 2);
	margin-right: 15px;
	background: #FFF;
	margin-top: 10px;
	transition: all linear 0.3s;
}
.mod-2 ul li:nth-child(2n){
	margin-right: 0px;
}
.mod-2 ul li:nth-child(5){
	margin-right: 0px;
	width:100%;
}
.icon-list{
	flex: 1;
	text-align: center;
	color: #333;
	padding-top: 2%;
	cursor: pointer;
	/*height: 287px;*/
	background: #ccc;
	padding-bottom:15px;
	margin-right: 20px;
	border-radius:3px;
	box-shadow: rgba(0,0,0,0.1) 0 8px 20px;
}
.icon-list h2{
	font-size: 18px;
	margin: 10px 0px;
}
.icon-list p{
	line-height: 25px;
}
.icon-list:hover{
	padding-top: 2%;
	transition: 1s;
  	-webkit-transition: 1s;
	background: #FFF;
	box-shadow: rgba(0,0,0,0.3) 0 8px 20px;
	transform:translateY(-10px);
}

.icon-list img{
	height: 50px;
	transition: width 1s;
  	-webkit-transition: width 1s;
	margin-top:15px;
}
.icon-list a{
	display: block;
	margin: 10px auto;
	color: #707070;
	border: #707070 1px solid;
	width: 100px;
	padding: 5px 0px;	
	transition: 1s;
  	-webkit-transition: 1s;
  	margin-top: 20px;
	text-align:center;
	border-radius:40px;
}
.icon-list a:hover{
	background: rgba(229,233,252,.7);
	color: #08437d;
}
.icon-list .show{
	height: 100%;
	display: block;
	transition: 1s;
  	-webkit-transition: 1s;
}
.icon-list:hover .show{
	height: 100%;
	display: block;
	transition: 1s;
  	-webkit-transition: 1s;
}
.icon-list:hover img{
	height: 60px;
}