@charset "utf-8";
.clear{
	clear: both;
}
html,body {height:100%;}
body {margin:0;font-size:16px;font-family:'微软雅黑', Arial , "Arial black";}
li {list-style-type:none;}
a {color:#333;text-decoration:none; font-family: "微软雅黑";}
* {padding:0px;margin:0px;box-sizing:border-box;-moz-box-sizing:border-box;/* Firefox */-webkit-box-sizing:border-box;/* Safari */}
a:link {text-decoration:none !important;}
a:visited {text-decoration:none !important;}
a:hover {text-decoration:none !important;}
a:active {text-decoration:none !important;}
h1,h2,h3,h4,h5,h6 {padding:0px;margin:0px;}

.pc-nav{width: 100%; height: 120px; z-index: 9999; position: fixed; top: 0;left: 0;background: #FFFFFF;box-shadow: 1px 0 10px rgba(0,0,0,0.1);}
.pc-nav .tm {width: 100%; height: 40px; position: absolute;top: 0;left: 0;}
.pc-nav .tm .tm-bk{width:75%; float: right; height: 40px; background: #012f87;border-bottom-left-radius: 39px; position: absolute; top: 0; right: 0;z-index: -8;}
.pc-nav .tm .tm-c{width: 90%; max-width: 1380px; margin: 0 auto; height: auto; overflow: hidden;}
.pc-nav .tm .tm-c ul{float: right; color: #ffffff; overflow: hidden;}
.pc-nav .tm .tm-c li{float: left;  margin: 0 7px; color: #ffffff; line-height: 40px;font-size: 14px;}
.pc-nav .tm .tm-c li span{float: left;}
.pc-nav .tm .tm-c li img{float: left; margin-right: 10px; margin-top: 10px;}
.pc-nav .header{clear: both; width: 90%;max-width: 1380px;margin: 0 auto;padding-right: 90px;  position: relative;}
.pc-nav .logo{display: block; width: 240px;float: left; margin-top: 31px;}
.pc-nav .logo img{display: block;width: 100%;height: auto;}
.pc-nav  .lang{font-weight: bolder; font-size: 16px; transition: all 0.5s ease; width: 90px;position: absolute;right: 3%;top: 60px;line-height:60px;text-align: right;}
.pc-nav  .lang i{width: 20px;height: auto;display: inline-block;vertical-align: middle;margin-right: 10px;}
.pc-nav .lang i img{display: block;width: 100%;height: auto;}
.pc-nav .lang .lang-show{display: none; width: 100px; position: absolute;right: 0;top: 100%;background: #012f87;}
.pc-nav .lang .lang-show a{font-size: 18px; color: #fff;line-height: 35px;text-align: center;display: block;border-bottom: 1px solid rgba(255,255,255,0.1);}
.pc-nav .lang .lang-show a:hover{background: rgba(0,0,0,0.1);}

.pc-nav .lang:hover .lang-show{display: block;}


.venus-menu{ width:calc(100% - 280px); margin:0; padding:0; position:relative; float:left;list-style:none; height: 120px; padding-left: 2%;text-align: right;font-size: 0;}
.venus-menu li{

  height: 30px; 
 line-height: 60px;
  margin-top:60px;
  padding:0;
  padding:0px 1%;
  display: inline-block;
  vertical-align: top;
  position:relative;
  text-align: left;
}
.venus-menu > li > a{
  height: 60px; 
  font-size:16px;
  color:#333333;

  text-decoration:none;
  display:block;
  -webkit-transition:color 0.2s linear, background 0.2s linear;
  -moz-transition:color 0.2s linear, background 0.2s linear;
  -o-transition:color 0.2s linear, background 0.2s linear;
  transition:color 0.2s linear, background 0.2s linear;
}
.venus-menu li:hover > a{
	border-bottom:  2px #012F87  solid;
	color: #012F87;
}
.venus-menu ul, .venus-menu .nav-2 li ul{
  list-style:none;
  margin:0;
  padding:0;
  display:none;
  position:absolute;
  z-index:99;
  width: 200px;
}

.venus-menu ul{
  top:60px;
  left:0;
  padding:20px 3px 10px 3px; 
  height: auto;
   overflow: hidden;
}

.venus-menu  .nav-2{
  height: auto;
  border-radius: 5px;  background: rgba(255,255,255,0.8);box-shadow:0 1px 3px rgba(0,0,0,0.2);
  padding:10px 0 10px 0;  overflow: hidden;
}

.venus-menu > li  > .nav-2 > li{ margin: 0;  height: 36px; line-height: 36px !important; }
.venus-menu ul li ul{
  top:0;
  left:100%;
  padding-left:10px;
}
.venus-menu ul li{
  clear:both;
  width:100%;
  border:none;
}
.venus-menu ul li a{
  padding:0px 20px;
  width:100%;
  color:#333;
  font-size:16px;
  text-decoration:none;
  display:inline-block;
  float:left;
  clear:both;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -webkit-transition:background 0.2s linear;
  -moz-transition:background 0.2s linear;
  -o-transition:background 0.2s linear;
  transition:background 0.2s linear;
}
.venus-menu ul li:hover > a{ background-color: transparent; color: #012F87; border:none;}
.venus-menu > li > ul > li:first-child:hover a:before{
  border-bottom-color:#0E560D;
}
.venus-menu > li > ul > li ul li:first-child:hover a:before{
  border-right-color:#012f87;
}
.venus-menu > li .indicator{ display: none;
}
.venus-menu > li:hover > .indicator{
  color:#fff;
}
.venus-menu ul > li .indicator{
  top:14px;
  right:8px;
  color:#fff;
}

.zoom-out{
  -webkit-animation:zoomOut 600ms ease both;
  -moz-animation:zoomOut 600ms ease both;
  -o-animation:zoomOut 600ms ease both;
  animation:zoomOut 600ms ease both;
}

@-webkit-keyframes zoomOut{
  0%{
    -webkit-transform:scale(.6);
  }
  100%{
    -webkit-transform:scale(1);
  }
}
@-moz-keyframes zoomOut{
  0%{
    -moz-transform:scale(.6);
  }
  100%{
    -moz-transform:scale(1);
  }
}
@-o-keyframes zoomOut{
  0%{
    -o-transform:scale(.6);
  }
  100%{
    -o-transform:scale(1);
  }
}
@keyframes zoomOut{
  0%{
    transform:scale(.6);
  }
  100%{
    transform:scale(1);
  }
}


@media screen and (max-width:1260px ) and (min-width:1080px) {

	.venus-menu > li > a{}
}
.phone-nav{
	display: none;
}



.header .search{
	width: 40px;
	height: 40px;
	float: right;
	margin-top: 70px;
}
.header  .search-c{
	width: calc(100% - 280px );
	display: none;
	padding: 0  0 0 4% ;
	height: 80px;
	position: absolute;
	top: 40px;
	left:266px;
	background: #FFFFFF;
}
.header  .search-c .search-k{
	width: calc(100% - 100px);
	margin-left:50px;
	margin-top: 25px;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	padding-left: 30px;
	outline: none;
	border: none;
	border-bottom: 1px #bbbbbb solid;
}
.header .search-c img{
	display: block;
		display: block;
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
}
.header .search-c  .img1{
		position: absolute;
	top: 30px;
left: 6%;
}
.header .search-c .ss{
width: 40px;
height: 40px;
background: url(../img/a003.png) center no-repeat;
position: absolute;
top: 30px;
right: 0;
border: none;
}





@media only screen and (max-width:1440px) {
	.pc-nav .header{padding-left: 60px;}
	.venus-menu > li > a{font-size: 15px;}
}
@media only screen and (max-width:1280px) {
	.pc-nav .header{padding-left: 40px;}
	.venus-menu > li > a{font-size: 12px;}
}




@media (max-width:1080px) {
	.pc-nav{
		display: none;
		transition: all 0.3s ease;
	}
	.phone-nav{
		width: 100%;
		display: inherit;
		height: 80px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		background: #FFFFFF;
		box-shadow: 1px 0 10px rgba(0,0,0,0.15);
	}
	.phone-nav .logo{ display: block; width: 180px ;height: auto; margin-top: 20px;margin-left: 20px;}
	.phone-nav .logo img{display: block; width: 100%;height: 100%;}
	.phone-nav .menu{ width: 80px; height: 80px; position: absolute; top: 0; right: 0;}
		.phone-nav .menu img{ display: block; width: 100%;height: 100%;}
	}
	
.banner{
	width: 100%;
	margin-top: 120px;
}
.banner .s1{
	width: 100%;
	height: auto;
	z-index: 99;
	}
.banner .s1 img{
	display: block;
	width: 100%;
	height: 100%;
	}
	
	
	.banner .s1	.swiper-button-prev{
    background-image: url(../img/a008.png);
    left: 10px;
    right: auto;
    opacity: 0.8;
}	
.banner .s1	.swiper-button-next{
    background-image: url(../img/a007.png);
    right: 10px;
    left: auto;
     opacity: 0.8;
}
	
.banner .s1	.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #FFFFFF;
    opacity: 0.8;
}
	
	
	
.banner .s1	.swiper-pagination-bullet-active {
    opacity: 1;
    background: #012F87;
}
	
	
.banner .s1	.swiper-button-prev, .banner .s1 .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    background-size: 25px 40px;
    background-position: center;
    background-repeat: no-repeat;
}

	
@media (max-width:1080px) {
		.banner{
	width: 100%;
	margin-top: 80px;
}
	}
	
	.h70{width: 100%;height: 70px;overflow: hidden;	}
	

.rc1{
	width: 100%;
}
.rc1 .rc1-top{width: 90%;max-width: 1200px; height: auto; margin: 0 auto;}
.rc1 .rc1-top h5{width: 100%; text-align: center;font-size: 34px;color: #333333; font-weight: 500;}
.rc1 .rc1-top .text{width: 100%; margin-top: 25px; text-align: center;font-size: 14px;color: #333333; }
.rc1 .rc1-c{ width: 90%;max-width: 1200px; margin: 0 auto;height: auto; margin-top: 45px;}
.rc1 .rc1-c .rc1-c-l{ padding:60px;float: left;width: 40%; height: 480px; background: url(../img/b001.jpg)center no-repeat;background-size: cover; transition: background 0.3s;}
.rc1 .rc1-c .rc1-c-l:hover{ background-position-x: -1px;}
.rc1 .rc1-c .rc1-c-l h6{font-size: 30px;color: #333333;font-weight: 500;}
.rc1 .rc1-c .rc1-c-l .text{font-size: 14px;color: #333333;margin-top: 30px; height:84px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;  word-break: break-all;  }
.rc1 .rc1-c .rc1-c-l .text p{font-size: 14px;color: #333333; line-height:2;}
.rc1 .rc1-c .rc1-c-l .btn{display: block; width: 170px; height:40px; border: 1px #333333 solid; font-size: 14px; color: #333333; text-align: center; line-height: 40px; margin-top: 30px; }
.rc1 .rc1-c .rc1-c-l .btn:hover{ color: #FFFFFF; border: #012F87; background: #012F87; transition: all 0.3s ease;}
.rc1 .rc1-c .rc1-c-r{width: 60%; height: 480px; float: left;}
.rc1 .rc1-c .rc1-c-r .rc1-c-r1{ padding:50px 0 0 0; width: 100%;height: 240px; background: #f3f3f3;}
.rc1 .rc1-c .rc1-c-r .rc1-c-r1 li{width: 33.3%; padding: 0 1%; float: left; text-align: center;}
.rc1 .rc1-c .rc1-c-r .rc1-c-r1 li .num{ color: #012F87; font-size: 14px;}
.rc1 .rc1-c .rc1-c-r .rc1-c-r1 li .num span{ color: #012F87; font-size: 56px;}
.rc1 .rc1-c .rc1-c-r .rc1-c-r1 li .text{width: 100%;font-size: 14px; color: #333333;margin-top: 25px;}
.rc1 .rc1-c .rc1-c-r .rc1-c-r2{width: 100%;height: 240px;  overflow: hidden;}
.rc1 .rc1-c .rc1-c-r .rc1-c-r2 .cul{text-align: center; padding: 60px 0 0 0 ; width: 45%; height: 240px; float: left; background: url(../img/b002.jpg)center no-repeat; color:#FFFFFF;}
.rc1 .rc1-c .rc1-c-r .rc1-c-r2 .cul .ico{width: 100%; width: 51px; height: 51px; margin: 0 auto;}
.rc1 .rc1-c .rc1-c-r .rc1-c-r2 .cul h6{font-size: 24px; color: #FFFFFF; text-align: center; font-weight: 500; margin-top: 30px;} 
.rc1 .rc1-c .rc1-c-r .rc1-c-r2 .tv{ width: 55%; height: 240px; float: left;  overflow: hidden; position: relative;}
.rc1 .rc1-c .rc1-c-r .rc1-c-r2 .tv img{ display: block; width: 100%; height: 100%;}
.rc1 .rc1-c .rc1-c-r .rc1-c-r2 .tv:hover img{transform: scale(1.1); transition: all 0.3s ease;}
.rc1 .rc1-c .rc1-c-r .rc1-c-r2 .tv .play{ display: block; width: 80px; height: 80px; position: absolute; top: 50%; left: 50%; margin-top: -40px; margin-left: -40px; cursor:pointer;}

.video{ position:fixed; top:50%; left: 50%; height: 600px; width: 800px; margin-left: -400px;margin-top: -300px; z-index: 999; display: none;}
.video .na-video{width: 100%; height: 100%; display: block;}
.video .close{position: absolute;top: 3px; right: 10px; color:#012F87; font-size: 24px; cursor:pointer;}



@media (max-width:1270px ) {
	.rc1 .rc1-c .rc1-c-r .rc1-c-r1 li .num span{ font-size: 50px;}
}
@media (max-width:1070px ) {
	.rc1 .rc1-c .rc1-c-r .rc1-c-r1 li .num span{  font-size: 39px;}
	.rc1 .rc1-c .rc1-c-r .rc1-c-r1{ padding:60px 0 0 0; }
}
@media (max-width:915px ) {
	.rc1 .rc1-c .rc1-c-r .rc1-c-r1 li .num span{  font-size: 35px;}
}
@media (max-width:850px ) {
		.rc1 .rc1-c .rc1-c-r .rc1-c-r1 li .num span{  font-size: 22px;}
 .video{  height: 450px; width: 600px; margin-left: -300px;margin-top: -225px; }

}

@media (max-width:650px ) {
 .video{  height: 330px; width: 440px; margin-left: -220px;margin-top: -165px; }

}

@media (max-width:440px ) {
 .video{  height: auto; width: 100%; margin-left:0;margin-top: 0; position:fixed; top:35%; left: 0; }

}

@media (max-width:760px ) {
	.rc1 .rc1-c .rc1-c-r .rc1-c-r1 li .num span{ font-size: 22px;}
}
@media (max-width:700px) {
	.rc1 .rc1-c .rc1-c-l{ padding:30px;float: left;width: 100%; height: 280px;}
	.rc1 .rc1-c .rc1-c-r{width: 100%; height:480px; float: left;}
	.rc1 .rc1-c .rc1-c-r .rc1-c-r1{ padding:60px 0 0 0; width: 100%;height:240px;}
}
@media (max-width:430px) {
		.rc1 .rc1-c .rc1-c-r .rc1-c-r1 li .num span{ font-size: 22px;}
	.rc1 .rc1-c .rc1-c-l{ padding:30px;float: left;width: 100%; height: 280px;}
	.rc1 .rc1-c .rc1-c-r{width: 100%; height:480px; float: left;}
	.rc1 .rc1-c .rc1-c-r .rc1-c-r1{ padding:60px 0 0 0; width: 100%;height:240px;}
	
}





/*产品中心*/

.rc2{
	width: 100%;
	height: auto;
	
}
.rc2 .rc2-c1{
	width:100%;

	height: auto;
}
.rc2 .rc2-c1 .title{
	width: 90%;
	max-width: 1200px;
		margin: 0 auto;
	height: auto;
	}
.rc2  .rc2-c1 .title span{
	display: block;
	width: 40px;
	height:3px;
	background: #012F87;
	}
	.rc2  .rc2-c1 .title h5{
		width: 100%;
		margin-top: 25px;
		font-size: 34px;
		font-weight: 500;
	}
.rc2  .rc2-c1 .rc2-c1-bk{
			width: 100%;
			padding-top: 20px;
			margin-top: 20px;
			height: auto;
			background: #012F87;
		}
.rc2  .rc2-c1 .rc2-c1-bk .rc2-c1-content{
					width: 90%;
					max-width: 1200px;
					padding-bottom: 30px;
					margin:  0 auto;		
					position: relative;		
}
.rc2  .rc2-c1 .rc2-c1-bk .rc2-c1-content p{
	width: calc(100% - 231px);
	font-size: 14px;
	color:#FFFFFF;
	margin-bottom: 20px;		
}
.rc2  .rc2-c1 .rc2-c1-bk .rc2-c1-content .sk{ width: calc(100% - 231px); height: auto; overflow: hidden;}
.rc2  .rc2-c1 .rc2-c1-bk .rc2-c1-content .spr1{
	width: calc(70% - 185px);
	height: 40px;
	line-height: 40px;
	color: #999999;
	font-size: 16px;
	padding-left: 30px;
	background: #FFFFFF;
	outline: none;
	float: left;
}


-webkit-input-placeholder {
	color: #666666;
	font-family: "微软雅黑";
}

-moz-placeholder {
		color: #666666;
		font-family: "微软雅黑";
}
-ms-input-placeholder {
	color: #666666;
	font-family: "微软雅黑";
}


.rc2  .rc2-c1 .rc2-c1-bk .rc2-c1-content .spr2{
	width: 168px;
	height: 40px;
	font-family: "微软雅黑";
	border: 1px rgba(255,255,255,0.5) solid;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	outline: none;
	background: none;
	float: left;
	margin-left: 15px;
	cursor: pointer;
}
	.rc2  .rc2-c1 .rc2-c1-bk .rc2-c1-content .lt{ position: absolute; top: -123px; right: 0; width: 231px; height: 232px; }
		.rc2  .rc2-c1 .rc2-c1-bk .rc2-c1-content .lt img{ display: block; width: 100%; height: 100%;}
@media  (max-width:900px ) {
	.rc2  .rc2-c1 .rc2-c1-bk .rc2-c1-content .spr1{width: calc(100% - 135px); padding-left: 20px;}
	.rc2  .rc2-c1 .rc2-c1-bk .rc2-c1-content .spr2{	width: 120px;height: 40px;}
}

@media (max-width: 600px) {
		.rc2  .rc2-c1 .rc2-c1-bk .rc2-c1-content .lt{ display: none;}
		.rc2  .rc2-c1 .rc2-c1-bk .rc2-c1-content p{width: 100%;}
		.rc2  .rc2-c1 .rc2-c1-bk .rc2-c1-content .sk{width: 100%;}
		.rc2  .rc2-c1 .rc2-c1-bk .rc2-c1-content .spr1{width: calc(100% - 115px); padding-left: 15px;}
		.rc2  .rc2-c1 .rc2-c1-bk .rc2-c1-content .spr2{	width: 100px;}
}

.rc2 .rc2-c2{width: 90%; max-width: 1248px; margin: 0 auto; margin-top: 70px; height: auto; overflow: hidden; position: relative;}
.rc2 .rc2-c2 .s2{ width: calc(100% - 48px); margin: 0 auto;}
.rc2 .rc2-c2 .s2-c{ width: 100%; height: auto; position: relative; overflow: hidden; border: 1px solid #a0a0a0; height: 280px;}
.rc2 .rc2-c2 .s2-c h4{ width: 100%; font-size: 32px; font-family:"Arial black","微软雅黑"; color: #012F87; margin-top: 70px; text-align: center; font-weight: 500;}
.rc2 .rc2-c2 .s2-c h6{width: 100%; font-size: 16px; margin-top: 26px; text-align: center; font-weight: 500; color#333333;}
.rc2 .rc2-c2 .s2-c .s2-pic{ display:block;width: 100%; height: 100%; position: absolute; bottom: -65%; left: 0; transition: all 0.5s ease;}
.rc2 .rc2-c2 .s2-c:hover .s2-pic{  position: absolute;  bottom: 0; left: 0;}
.rc2 .rc2-c2  .swiper-button-next {
    background-image: url(../img/b005.jpg);
    right: 0px;
    left: auto;
}
.rc2 .rc2-c2   .swiper-button-prev{
    background-image: url(../img/b004.jpg);
    left: 0px;
    right: auto;
}

.rc2 .rc2-c2  .swiper-button-prev, .rc2 .rc2-c2  .swiper-button-next {
    position: absolute;
    top: 40%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    z-index: 10;
    cursor: pointer;
    background-size: 48px 48px;
    background-position: center;
    background-repeat: no-repeat;
}
.rc2 .rc2-c2 .btn{
	display: block;
	margin: 0 auto;
	margin-top: 46px;
	width:170px ;
	height: 40px;
	line-height: 40px;
	color: #FFFFFF;
text-align: center;
background: #012F87;
}



/*先进技术*/
.rc3{
	width: 100%;
}
.rc3 .rc3-top{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.rc3 .rc3-top h5{
	width: 100%;
	color: #333333;
	font-size: 34px;
	text-align: center;
	font-weight: 500;
}
.rc3 .rc3-top .text{
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-top:25px;
}
.rc3 .rc3-c{
	width: 100%;
	margin-top: 45px;
	height: 480px;
	background:url(../img/b006.jpg)center no-repeat ;
	background-size: cover;
}

.rc3 .rc3-c    .swiper-slide{width:25%;height: 480px;	border-left:  0.5px rgba(153,153,153,0.4) solid;
		border-right:0.5px rgba(153,153,153,0.4) solid;  }
.rc3 .rc3-c  .swiper-wrapper{margin-left: -12.5%; }  
.rc3 .rc3-c  .swiper-slide-active {  width:50%; }
.rc3  .rc3-c .s3-c{
	width: 100%;
	height: 480px;
	background: rgba(0,0,0,0.6);

}
.rc3 .rc3-c .s3-c .s3-c1{ padding:78px 100px 0 100px;}
.rc3 .rc3-c .s3-c .s3-c1 h5{color: #FFFFFF; font-size: 30px; font-weight: 500;}
.rc3 .rc3-c .s3-c .s3-c1 h6{color: #FFFFFF; font-size: 16px; font-weight: 500; margin-top: 50px;}
.rc3 .rc3-c .s3-c .s3-c2{ padding:78px 100px 0 100px; 	display: none;}
.rc3 .rc3-c .s3-c .s3-c2 h5{color: #FFFFFF; font-size: 30px; font-weight: 500;}
.rc3 .rc3-c .s3-c .s3-c2 .text{ margin-top: 50px; overflow: hidden;height: 84px; text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;  word-break: break-all; }
.rc3 .rc3-c .s3-c .s3-c2 p{color: #FFFFFF; font-size: 14px; line-height: 2;}
.rc3 .rc3-c .s3-c .s3-c2 .btn{display: block; color: #FFFFFF; border: 1px #FFFFFF solid; text-align: center; font-size: 14px; width: 170px; height: 40px;line-height: 40px;margin-top: 50px;}
.rc3 .rc3-c .s3 .swiper-slide-active .s3-c2 {
    display: inherit;
}
.rc3 .rc3-c .s3 .swiper-slide-active .s3-c1 {
    display: none;
}

.rc3 .rc3-c .s3 .swiper-button-next {
    background-image: url(../img/next.png);
    right: 10px;
    left: auto;
    opacity: 0.4;
}
.rc3 .rc3-c .s3 .swiper-button-prev {
    background-image: url(../img/prev.png);
    right:auto;
    left: 10px;
    opacity: 0.4;
}

@media  (max-width:1310px ) {
	.rc3 .rc3-c    .swiper-slide{width:30%;height: 480px;	}
.rc3 .rc3-c  .swiper-wrapper{margin-left: -15%; }  
.rc3 .rc3-c  .swiper-slide-active {  width:60%; }
	.rc3 .rc3-c .s3-c .s3-c2 h5{ font-size: 30px;}
	.rc3 .rc3-c .s3-c .s3-c1 h5{ font-size: 30px; }
.rc3 .rc3-c .s3-c .s3-c1 h6{ font-size: 16px;margin-top: 50px;}
}
@media  (max-width:1190px ) {
	.rc3 .rc3-c{height: 400px;}
	.rc3 .rc3-c    .swiper-slide{width:30%;height: 400px;	}
.rc3 .rc3-c  .swiper-wrapper{margin-left: -15%; }  
.rc3 .rc3-c .s3-c .s3-c1{ padding:60px 80px 0 80px;}
.rc3 .rc3-c .s3-c .s3-c2{ padding:60px 80px 0 80px;}
.rc3 .rc3-c  .swiper-slide-active {  width:60%; }
	.rc3 .rc3-c .s3-c .s3-c2 h5{ font-size: 28px; }
	.rc3 .rc3-c .s3-c .s3-c1 h5{ font-size: 28px; }
.rc3 .rc3-c .s3-c .s3-c1 h6{ font-size: 14px; margin-top: 50px;}
}
@media  (max-width:1010px ) {
	.rc3 .rc3-c{height: 400px;}
	.rc3 .rc3-c    .swiper-slide{width:35%;height: 400px;	}
.rc3 .rc3-c  .swiper-wrapper{margin-left: -12.5%; }  
.rc3 .rc3-c  .swiper-slide-active {  width:60%; }
.rc3 .rc3-c .s3-c .s3-c1{ padding:60px 60px 0 60px;}
.rc3 .rc3-c .s3-c .s3-c2{ padding:60px 60px 0 60px;}
	.rc3 .rc3-c .s3-c .s3-c2 h5{ font-size: 24px; }
	.rc3 .rc3-c .s3-c .s3-c1 h5{ font-size: 24px; }
.rc3 .rc3-c .s3-c .s3-c1 h6{ font-size: 14px; margin-top: 50px;}
}
@media  (max-width:850px ) {
	.rc3 .rc3-c{height: 400px;}
	.rc3 .rc3-c    .swiper-slide{width:35%;height: 400px;	}
.rc3 .rc3-c  .swiper-wrapper{margin-left: -12.5%; }  
.rc3 .rc3-c  .swiper-slide-active {  width:60%; }
.rc3 .rc3-c .s3-c .s3-c1{ padding:60px 60px 0 60px;}
.rc3 .rc3-c .s3-c .s3-c2{ padding:60px 60px 0 60px;}
	.rc3 .rc3-c .s3-c .s3-c2 h5{ font-size: 20px; }
	.rc3 .rc3-c .s3-c .s3-c1 h5{ font-size: 20px; }
.rc3 .rc3-c .s3-c .s3-c1 h6{ font-size: 14px; margin-top: 50px;}
}
@media  (max-width:600px ) {
	.rc3 .rc3-c{height: 400px;}
	.rc3 .rc3-c    .swiper-slide{width:100%;height: 400px;	}
.rc3 .rc3-c  .swiper-wrapper{margin-left: -0%; }  
.rc3 .rc3-c  .swiper-slide-active {  width:100%; }
.rc3 .rc3-c .s3-c .s3-c1{ padding:60px 60px 0 60px;}
.rc3 .rc3-c .s3-c .s3-c2{ padding:60px 60px 0 60px;}
	.rc3 .rc3-c .s3-c .s3-c2 h5{ font-size: 20px; }
	.rc3 .rc3-c .s3-c .s3-c1 h5{ font-size: 20px; }
.rc3 .rc3-c .s3-c .s3-c1 h6{ font-size: 14px; margin-top: 50px;}
}


/*首页-新闻中心*/
.rc4{width: 100%;}
.rc4 .title{width: 90%;max-width: 1200px;margin: 0 auto;height: auto;}
.rc4 .title h5{width: 100%;text-align: center; font-weight: 500; font-size: 34px; color: #333333;}
.rc4 .title .text{width: 100%; font-size: 14px; color: #333333; text-align: center; margin-top: 25px;}
.rc4 .rc4-c1{ width: 90%; max-width: 1340px; margin: 0 auto; height: auto; margin-top: 50px; overflow: hidden;}
.rc4 .rc4-c1 li{width: calc(50% - 160px); float: left; margin: 0 70px; height:auto; position: relative;}
.rc4 .rc4-c1 li img{ display: block; width: 100%; height: 100%;}
.rc4 .rc4-c1 li .rc4-c1-t{ position: absolute; top: 10%; right: -20%;width: 70%;height: auto; background: #FFFFFF; padding: 40px 30px;box-shadow: 1px 0px 10px rgba(0,0,0,0.15);}
.rc4 .rc4-c1 li .rc4-c1-t h5{width: 100%;height:52px;color: #333333; font-weight: 500;font-size: 20px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  word-break: break-all;}
.rc4 .rc4-c1 li .rc4-c1-t span{display: block; width: 30px;height: 2px; background: #012F87;margin-top: 20px;}
.rc4 .rc4-c1 li .rc4-c1-t .text{ width: 100%;height: 63px; margin-top: 20px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;  word-break: break-all;}
.rc4 .rc4-c1 li .rc4-c1-t .text p{font-size: 14px; color: #333333; line-height: 1.5;}
.rc4 .rc4-c1 li .rc4-c1-t .btn {  display:block;color: #333333;  font-size: 14px; margin-top: 30px;}
.rc4 .rc4-c1 li .rc4-c1-t:hover { background: #012F87;}
.rc4 .rc4-c1 li .rc4-c1-t:hover h5,.rc4 .rc4-c1 li .rc4-c1-t:hover  p, .rc4 .rc4-c1 li .rc4-c1-t:hover .btn{ color: #FFFFFF;}
.rc4 .rc4-c1 li .rc4-c1-t:hover span{background: #FFFFFF;}

.rc4 .rc4-c2 { width: 100%; margin-top: 40px;}
.rc4 .rc4-c2  a{ display: block; width: 100%; color: #333333;overflow: hidden; margin: 13px 0;}
.rc4 .rc4-c2  a:hover span,.rc4 .rc4-c2  a:hover h5{ color: #012F87;}
.rc4 .rc4-c2   span{ float: left;font-size: 16px; }
.rc4 .rc4-c2   h5{ float: left;font-size: 16px; width: calc(100% - 110px); margin-left: 20px;font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
@media (max-width:1420px ) {
	.rc4 .rc4-c1 li .rc4-c1-t{ position: absolute; top: 5%; right: -20%;}
}
@media (max-width:1340px ) {
	.rc4 .rc4-c1 li .rc4-c1-t{ position: absolute; top: 8%; right: -20%; padding: 30px 30px}
	.rc4 .rc4-c1 li .rc4-c1-t h5{ height:26px;font-size: 20px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;  word-break: break-all;}
.rc4 .rc4-c1 li .rc4-c1-t span{margin-top:15px;}
.rc4 .rc4-c1 li .rc4-c1-t .text{margin-top: 15px;}
.rc4 .rc4-c1 li .rc4-c1-t .text p{font-size: 14px; line-height: 1.5;}
.rc4 .rc4-c1 li .rc4-c1-t .btn {  margin-top: 20px;}
}
@media (max-width:1200px ) {
	.rc4 .rc4-c1 li .rc4-c1-t{ position: absolute; top: 6%; right: -20%; padding: 30px 30px}
	.rc4 .rc4-c1 li .rc4-c1-t h5{ height:26px;font-size: 20px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;  word-break: break-all;}
.rc4 .rc4-c1 li .rc4-c1-t span{margin-top:15px;}
.rc4 .rc4-c1 li .rc4-c1-t .text{margin-top: 15px; height: 41px; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  word-break: break-all; }
.rc4 .rc4-c1 li .rc4-c1-t .text p{font-size: 14px; line-height: 1.5;}
.rc4 .rc4-c1 li .rc4-c1-t .btn { margin-top: 20px;}
}
@media (max-width:1140px ) {
	.rc4 .rc4-c1 li .rc4-c1-t{ position: absolute; top: 6%; right: -20%; padding: 25px 25px}
	.rc4 .rc4-c1 li .rc4-c1-t h5{ height:26px;font-size: 20px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;  word-break: break-all;}
.rc4 .rc4-c1 li .rc4-c1-t span{margin-top:10px; }
.rc4 .rc4-c1 li .rc4-c1-t .text{margin-top: 10px; height: 41px; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  word-break: break-all;}
.rc4 .rc4-c1 li .rc4-c1-t .text p{font-size: 14px; line-height: 1.5;}
.rc4 .rc4-c1 li .rc4-c1-t .btn {   margin-top: 15px;}
}
@media (max-width:1000px ) {
	.rc4 .rc4-c1 li .rc4-c1-t{ position: absolute; top: 5%; right: -20%; padding: 15px 20px}
	.rc4 .rc4-c1 li .rc4-c1-t h5{ height:22px;font-size: 18px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;  word-break: break-all;}
.rc4 .rc4-c1 li .rc4-c1-t span{margin-top:10px; }
.rc4 .rc4-c1 li .rc4-c1-t .text{margin-top: 10px; height: 41px; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  word-break: break-all;}
.rc4 .rc4-c1 li .rc4-c1-t .text p{font-size: 14px; line-height: 1.5;}
.rc4 .rc4-c1 li .rc4-c1-t .btn {   margin-top: 10px;}
}
@media (max-width:900px ) {
	.rc4 .rc4-c1 li .rc4-c1-t{ position: absolute; top: 3%; right: -20%; padding: 10px 10px}
	.rc4 .rc4-c1 li .rc4-c1-t h5{ height:22px;font-size: 18px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;  word-break: break-all;}
.rc4 .rc4-c1 li .rc4-c1-t span{margin-top:10px; }
.rc4 .rc4-c1 li .rc4-c1-t .text{margin-top: 10px; height: 41px; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  word-break: break-all;}
.rc4 .rc4-c1 li .rc4-c1-t .text p{font-size: 14px; line-height: 1.5;}
.rc4 .rc4-c1 li .rc4-c1-t .btn {   margin-top: 10px;}
}
@media (max-width:850px ) {
	.rc4 .rc4-c1 li{width: calc(100% - 130px); float: left; margin:0; height:auto; position: relative;}
	.rc4 .rc4-c1 li:last-child{display: none;}
		.rc4 .rc4-c1 li .rc4-c1-t{ position: absolute; top:15%; right: -20%; padding: 40px 30px;}
	.rc4 .rc4-c1 li .rc4-c1-t h5{ height:52px;font-size: 20px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  word-break: break-all;}
.rc4 .rc4-c1 li .rc4-c1-t span{margin-top:20px;}
.rc4 .rc4-c1 li .rc4-c1-t .text{margin-top: 20px;height: 63px; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;  word-break: break-all;  }
.rc4 .rc4-c1 li .rc4-c1-t .text p{font-size: 14px; line-height: 1.5;}
.rc4 .rc4-c1 li .rc4-c1-t .btn {  margin-top: 25px;}
}
@media (max-width:730px ) {
	.rc4 .rc4-c1 li{width: calc(100% - 130px); float: left; margin:0; height:auto; position: relative;}
	.rc4 .rc4-c1 li:last-child{display: none;}
		.rc4 .rc4-c1 li .rc4-c1-t{ position: absolute; top:10%; right: -20%; padding: 30px 30px;}
	.rc4 .rc4-c1 li .rc4-c1-t h5{ height:52px;font-size: 20px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  word-break: break-all;}
.rc4 .rc4-c1 li .rc4-c1-t span{margin-top:20px;}
.rc4 .rc4-c1 li .rc4-c1-t .text{margin-top: 20px;height: 63px; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;  word-break: break-all;  }
.rc4 .rc4-c1 li .rc4-c1-t .text p{font-size: 14px; line-height: 1.5;}
.rc4 .rc4-c1 li .rc4-c1-t .btn {  margin-top: 25px;}
}
@media (max-width:650px ) {
	.rc4 .rc4-c1 li{width: calc(100% - 130px); float: left; margin:0; height:auto; position: relative;}
	.rc4 .rc4-c1 li:last-child{display: none;}
		.rc4 .rc4-c1 li .rc4-c1-t{ position: absolute; top:6%; right: -20%; padding: 30px 30px;}
	.rc4 .rc4-c1 li .rc4-c1-t h5{ height:26px;font-size: 20px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;  word-break: break-all;}
.rc4 .rc4-c1 li .rc4-c1-t span{margin-top:15px;}
.rc4 .rc4-c1 li .rc4-c1-t .text{margin-top: 15px;height: 63px; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;  word-break: break-all;  }
.rc4 .rc4-c1 li .rc4-c1-t .text p{font-size: 14px; line-height: 1.5;}
.rc4 .rc4-c1 li .rc4-c1-t .btn {  margin-top: 20px;}
.rc4 .rc4-c2   span{ float: left;font-size: 14px; }
.rc4 .rc4-c2   h5{ float: left;font-size: 14px;}

}
@media (max-width:540px ) {
	.rc4 .rc4-c1 li{width: calc(100% - 100px); float: left; margin:0; height:auto; position: relative;}
	.rc4 .rc4-c1 li:last-child{display: none;}
		.rc4 .rc4-c1 li .rc4-c1-t{ position: absolute; top:6%; right: -20%; padding: 20px 20px; width: 75%;}
	.rc4 .rc4-c1 li .rc4-c1-t h5{ height:22px;font-size: 18px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;  word-break: break-all;}
.rc4 .rc4-c1 li .rc4-c1-t span{margin-top:15px;}
.rc4 .rc4-c1 li .rc4-c1-t .text{margin-top: 15px;height: 41px; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;  word-break: break-all;  }
.rc4 .rc4-c1 li .rc4-c1-t .text p{font-size: 14px; line-height: 1.5;}
.rc4 .rc4-c1 li .rc4-c1-t .btn {  margin-top: 20px;}
}
@media (max-width:440px ) {
	.rc4 .rc4-c1 li{width: calc(100% - 80px); float: left; margin:0; height:auto; position: relative;}
	.rc4 .rc4-c1 li:last-child{display: none;}
		.rc4 .rc4-c1 li .rc4-c1-t{ position: absolute; top:5%; right: -20%; padding: 20px 20px; width: 75%;}
	.rc4 .rc4-c1 li .rc4-c1-t h5{ height:22px;font-size: 18px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;  word-break: break-all;}
.rc4 .rc4-c1 li .rc4-c1-t span{margin-top:10px;}
.rc4 .rc4-c1 li .rc4-c1-t .text{margin-top: 10px;height: 18px; overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;  word-break: break-all;  }
.rc4 .rc4-c1 li .rc4-c1-t .text p{font-size: 14px; line-height: 1.5;}
.rc4 .rc4-c1 li .rc4-c1-t .btn {  margin-top: 10px;}
}







/*底部*/






.footer{ width: 100%;background: #222222;padding: 50px 0; height:auto;}
.footer-c{width: 90%; max-width: 1200px; margin: 0 auto; height: auto;}
.footer  .foot1{width: 100%; height: auto; text-align: center;  padding-bottom: 35px; border-bottom: 1px rgba(255,255,255,0.25)  solid;}
.footer  .foot1  a{ color: #FFFFFF; display: inline; padding:0 20px; font-size: 14px; }
.footer  .yl{ display:block;width: 100%; color:rgba(255,255,255,0.6); text-align: center;height: auto;  font-size: 14px;padding-top: 40px;}
.footer  .yl a{display: inline; color:rgba(255,255,255,0.6); font-size: 14px; padding: 0 15px;  }
.footer .foot2{width: 100%;  text-align: center; overflow: hidden; margin-top: 40px;}
.footer .foot2 li{ display: inline; margin: 0 20px; text-align: center;}
.footer .foot2 li img{width: 18px;height: 18px;}
.footer .foot2 li span{ font-size: 14px; color: rgba(255,255,255,0.6); padding-left:10px;}
.footer .foot3{width: 100%; margin-top: 35px; text-align: center;}
.footer .foot3 span{ font-size: 14px; color: rgba(255,255,255,0.6); padding:0 5px}  
.footer .foot3 span a{ font-size: 14px; color: rgba(255,255,255,0.6);}  

@media (max-width:900px ) {
	
	.footer .foot2{display: none;}
	.footer  .foot1  a{padding:0 10px; font-size: 14px; }
}
@media (max-width:700px ) {
	
	.footer .foot2{display: none;}
	.footer  .foot1  {display: none; }
	.footer .yl{display:block; padding-top: 0px;padding-bottom: 30px;border-bottom: 1px rgba(255,255,255,0.25) solid;}
	.footer .foot3{width: 100%; margin-top: 30px; text-align: center;}
	.footer{ width: 100%;background: #222222;padding: 40px 0; height:auto;}
}

















/*about页面*/
.banners{
	width: 100%;
	height: 450px;
	/*background: url(../img/b009.jpg) center center;*/
	background-size: cover;
	margin-top: 120px;
}
.banners .banners-bk{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.15);
}
.banners .banners-c{
	width: 90%;
	max-width: 1200px;
	padding: 130px 0 0 0;
	margin: 0 auto;
}
.banners .banners-c h4{
	width: 100%;
	font-size: 48px;
	color: #FFFFFF;
	font-weight: 500;
	text-shadow: 1px 0 10px rgba(0,0,0,0.2);
}
.banners .banners-c p{
	width: 100%;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 55px;
		text-shadow: 1px 0 10px rgba(0,0,0,0.2);
}
.banners .banners-c .banners-pic{
	display: block;
	width: 32px;
	height:45px;
	margin-top:45px;
}



@media (max-width: 1080px){
	.banners{	margin-top: 80px;}
}
@media (max-width: 700px){
	.banners{	height: 300px;}
	.banners .banners-c{	padding: 60px 0 0 0;}
	.banners .banners-c p{margin-top: 25px;}
	.banners .banners-c .banners-pic{	margin-top:25px;}
}


.ab1{width: 100%; height: auto; background: url(../img/b010.jpg) center no-repeat; background-size: cover;}
.ab1 .ab1-c{width: 90%; max-width: 1200px;margin: 0 auto;height: auto;}
.rc-title{width: 100%;text-align: center;color:rgba(0,0,0,0.05); font-size: 80px; position: relative;font-family:"Arial black","微软雅黑";}
.rc-title h5{width: 100%;color: #012F87;font-size: 34px; position: absolute; bottom: -1%;left: 0;}
.ab1 .ab1-c .text{width: 100%; margin-top: 60px; color: #333333;}
.ab1 .ab1-c .text p{font-size: 16px;line-height: 2; color: #333333; }


.ab1 .rc1-c-r1{ padding:50px 0 0 0; width: 90%; max-width:1200px; margin:0 auto;height: 240px;}
.ab1 .rc1-c-r1 li{width: 33.3%; padding: 0 3%; float: left; text-align: center;}
.ab1 .rc1-c-r1 li .num{ color: #012F87; font-size: 14px;}
.ab1 .rc1-c-r1 li .num span{ color: #012F87; font-size: 72px;}
.ab1 .rc1-c-r1 li .text{width: 100%;font-size: 14px; color: #333333;margin-top: 25px;}
@media (max-width:1080px) {
	.rc-title{ font-size: 70px; }
	
}
@media (max-width:1010px) {
	.rc-title{ font-size: 65px; }
	
}
@media (max-width:900px) {
	.rc-title{ font-size: 58px; }
	.rc-title h5{width: 100%;font-size: 30px; position: absolute; bottom: -6%;left: 0;}
}
@media (max-width:800px) {
  .rc-title{ font-size: 54px; }
  .rc-title h5{width: 100%;font-size: 28px; position: absolute; bottom: -8%;left: 0;}
	.ab1 .rc1-c-r1 li .num span{ color: #012F87; font-size: 60px;}
}
@media (max-width:730px) {
.rc-title{ font-size: 38px; }
	.rc-title h5{width: 100%;font-size: 26px; position: absolute; bottom: -10%;left: 0;}
	.ab1 .rc1-c-r1 li{width: 33.3%; padding: 0 2%; float: left; text-align: center;}
	.ab1 .rc1-c-r1 li .num span{ color: #012F87; font-size:48px;}
}
@media (max-width:520px) {
	.rc-title{ font-size:30px; }
	.rc-title h5{width: 100%;font-size: 24px; position: absolute; bottom: -12%;left: 0;}
	.ab1 .rc1-c-r1 li{width: 33.3%; padding: 0 2%; float: left; text-align: center;}
	.ab1 .rc1-c-r1 li .num span{ color: #012F87; font-size:36px;}
}
@media (max-width:420px) {
.rc-title{ font-size: 24px; }
.rc-title h5{width: 100%;font-size: 20px; position: absolute; bottom: -14%;left: 0;}
	.ab1 .rc1-c-r1 li{width: 33.3%; padding: 0 2%; float: left; text-align: center;}
	.ab1 .rc1-c-r1 li .num span{ color: #012F87; font-size:30px;}
}

.ab2{
	width: 100%;
	height: auto;
	background:url(../img/b011.jpg) center no-repeat;
	background-size: cover;
}
.ab2 .rc-title{
	color: rgba(255,255,255,0.1);
}
.ab2 .rc-title h5{
	color: #FFFFFF;
}
.ab2-bk{
	width: 100%;
	height: 100%;
	background:rgba(1,47,135,0.6);
}
.ab2-c{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
	padding-bottom: 70px;
}

.ab2 .text{
	width: 100%;
	height: auto;
	margin-top: 60px;
}
.ab2 .text p{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 2;
}

.ab3{
	width: 100%;
	height: auto;
	background: url(../img/b012.jpg) center no-repeat;
	background-size: cover;
}
.ab3-c{
	width:90%;
	max-width: 1400px;
	margin: 0 auto;
}
.ab3 .ab3-t{
	width: 100%;
	height: auto;
	padding-bottom: 70px;
	margin-top: 60px;
	position: relative;
}

.ab3 .ab3-t .ab3-t-content{
	width: 100%;
	padding: 0 25px;
	height: auto;
}

.ab3 .ab3-t .ab3-t-content  .text{
	width: 100%;
	height: auto;
}
.ab3 .ab3-t .ab3-t-content  .text p{
	color: #333333;
	font-size: 16px;
	line-height: 1.5;
}
.ab3 .ab3-t .ab3-t-content b{
	display: block;
	width: 1px;
	height: 40px;
	margin-left: 6px;
	background: #333333;
	margin-top: 40px;
}
.ab3 .ab3-t .ab3-t-content h2{
	font-weight: 500;
	font-family: "Arial black","微软雅黑";
	color: #012F87;
	font-size: 20px;
	margin-top: 40px;
}

.ab3 .ab3-t .s4{
	width: 90%;
	max-width: 1250px;
	margin: 0 auto;
}
.ab3 .ab3-t .swiper-button-next{
    background-image: url(../img/a017.png);
    right: 0px;
    left: auto;
}


.ab3 .ab3-t .swiper-button-prev{
    background-image: url(../img/a018.png);
    left: 0px;
    right: auto;
}

.ab3 .ab3-t .swiper-button-prev, .ab3 .ab3-t .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -50px;
    z-index: 10;
    cursor: pointer;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width:900px ) {
	.ab3 .ab3-t .swiper-button-prev, .ab3 .ab3-t .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    margin-top: -50px;

    background-size: 36px 36px;

}
}

@media (max-width:600px ) {
	.ab3 .ab3-t .swiper-button-prev, .ab3 .ab3-t .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -50px;
    background-size: 30px 30px;
}

.ab3 .ab3-t .ab3-t-content{
	width: 100%;
	padding: 0 30px;
	height: auto;
}
}





















/*新闻中心*/
.news-nav{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}
.news-nav ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news-nav ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0;
}
.news-nav ul li {
    display: block;
    float: left;
    margin-right: 36px;
    height: auto;
    overflow: hidden;
}
.news-nav ul li span {
    display: block;
    float: left;
    width: 0px;
    height: 1px;
    background: #012F87;
    margin-top: 10px;
    transition: all 0.5s ease;
}
.news-nav  ul li a {
    display: block;
    float: left;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    color: #333;
    text-decoration: none;
    padding-left: 0px;
    transition: all 0.5s ease;
}
.news-nav ul li.cut span {
    width: 60px;
    background: #012F87;
}
.news-nav ul li:hover span {
    width: 60px;
    background: #012F87;
}
.news-nav ul li.cut a {
    padding-left: 10px;
    color: #012F87;
}
.news-nav ul li:hover a {
    padding-left: 10px;
    color: #012F87;
}
@media (max-width:520px ) {
	.news-nav ul li {margin-right: 30px;}
	.news-nav ul li.cut span {width: 20px;}
.news-nav ul li:hover span { width: 20px;}
.news-nav ul li.cut a { padding-left: 5px;}
.news-nav ul li:hover a { padding-left: 5px;}
}
@media (max-width:390px ) {
	.news-nav ul li {margin-right: 30px;}
	.news-nav ul li.cut span {display: none;}
.news-nav ul li:hover span {display: none;}
.news-nav ul li.cut a { padding-left: 5px;}
.news-nav ul li:hover a { padding-left: 5px;}
}
.news-g{
	width: 100%;
	height: auto;
}

.news-g1{
	width: 90%;
	height: auto;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.news-g .pic{
	width: 50%;
	height: auto;
	float: left;
}
.news-g .pic img{
	display: block;
	width: 100%;
  height: 100%;
}
.news-g .news-g-c{
	width: 50%;
	position: absolute;
	right: 0;
	height: 100%;
	background: #012F87;
	padding: 2% 6% 2%  4%;
}
.news-g .news-g-c .date{
	width: 100%;
	font-size: 32px;
	color: #FFFFFF;
}
.news-g .news-g-c span{
	display: block;
	width: 75px;
	height: 1px;
	background: #FFFFFF;
	margin-top: 30px;
}
.news-g .news-g-c h5{
	width: 100%;
	color: #FFFFFF;
	font-size: 20px;
	margin-top: 30px;
	overflow: hidden;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-g .news-g-c .text{
	width: 100%;
	height:72px;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;  word-break: break-all;}
.news-g .news-g-c .text p{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 1.5;
}
.news-g .news-g-c .more{
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 45px;
}
@media  (max-width:1024px ) {
	.news-g .news-g-c{ width:50%;padding: 2% 6% 2%  4%;}
	.news-g .news-g-c .date{font-size: 30px;}
.news-g .news-g-c span{width: 70px;margin-top: 25px;}
.news-g .news-g-c h5{font-size: 18px;	margin-top: 25px;}
.news-g .news-g-c .text{margin-top: 25px;}
.news-g .news-g-c .more{margin-top: 35px;}
}
@media  (max-width:920px ) {
	.news-g .news-g-c{ width:50%;padding: 2% 6% 2%  4%;}
	.news-g .news-g-c .date{font-size: 26px;}
.news-g .news-g-c span{width: 60px;margin-top: 15px;}
.news-g .news-g-c h5{font-size: 16px;	margin-top: 15px;}
.news-g .news-g-c .text{margin-top: 15px;}
.news-g .news-g-c .more{margin-top: 20px;}
}
@media  (max-width:720px ) {
	.news-g .news-g-c{ width:50%;padding: 2% 6% 2%  4%;}
	.news-g .news-g-c .date{font-size: 22px;}
.news-g .news-g-c span{width: 50px;margin-top: 10px;}
.news-g .news-g-c h5{font-size: 16px;	margin-top: 10px;}
.news-g .news-g-c .text{margin-top: 10px;}
.news-g .news-g-c .more{margin-top: 15px;}
}
@media  (max-width:650px ) {
	.news-g .news-g1{width: 100%;padding: 0 20px;	}
	.news-g .pic{ width: 100%;}
	.news-g .news-g-c{ width:100%;padding: 4% 8% 4%  6%; float: left;position: inherit;}
	.news-g .news-g-c .date{font-size: 22px;}
.news-g .news-g-c span{width: 50px;margin-top: 20px;}
.news-g .news-g-c h5{font-size: 16px;	margin-top: 20px;}
.news-g .news-g-c .text{margin-top: 20px;}
.news-g .news-g-c .more{margin-top: 25px;}
}
.news-l{
	width: 100%;
	height: auto;
	background: url(../img/b014.jpg)center no-repeat;
	background-size: cover;
}
.news-l-c{
	width: 90%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
}
.news-l-c li{
	width: 100%;
	padding: 35px 20px;
	border-bottom: 1px dashed #787878;
	overflow: hidden;
}
.news-l-c li .date{
	width: 95px;
	height: 95px;
	float: left;
	border: 1px #aaaaaa solid;
}
.news-l-c li .date b{
	display: block;
	width: 100%;
	font-size: 55px;
	text-align: center;
	color: #999;
}
.news-l-c li .date span{
	display: block;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #999;
}
.news-l-c li .news-l-c-t{
	float: left;
	width: calc(100% - 325px);
	margin-left: 40px;
}
.news-l-c li .news-l-c-t h5{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #333333;
}
.news-l-c li .news-l-c-t .text{
width: 100%;
height:48px ;
margin-top: 20px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient:vertical;
word-break: break-all;
}
.news-l-c li .news-l-c-t .text p{
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}
.news-l-c li .more{
float: right;
display: block;
width: 136px;
height: 32px;
background: #a0a0a0;
color: #FFFFFF;
font-size: 16px;
line-height: 32px;
text-align: center;
margin-top: 33px;
}
.news-l-c li .more:hover{
background: #012F87;
}
.news-l-c li:hover h5 {
	color: #012F87;
}
@media(max-width:900px) {
	.news-l-c li .more{display: none;}
	.news-l-c li .news-l-c-t{
	float: left;
	width: calc(100% - 135px);
	margin-left: 40px;
}
}
@media(max-width:600px) {
	.news-l-c{
		width: 100%;
		padding: 0 20px;
	}
	.news-l-c li {
    padding: 25px 10px;

}
	.news-l-c li .more{display: none;}
	.news-l-c li .news-l-c-t{
	float: left;
	width: calc(100% - 125px);
	margin-left: 30px;
}

}
@media(max-width:480px) {
	.news-l-c{
		width: 100%;
		padding: 0 20px;
	}
	.news-l-c li .more{display: none;}
	.news-l-c li .news-l-c-t{
	float: left;
	width: calc(100% - 95px);
	margin-left: 20px;
}

.news-l-c li .date{
	width: 75px;
	height:75px;
}
.news-l-c li .date b{font-size: 38px;
}
.news-l-c li .date span{	font-size: 14px;}
.news-l-c li .news-l-c-t h5{font-size: 17px;}
.news-l-c li .news-l-c-t .text p{font-size: 14px;line-height: 20px;}
.news-l-c li .news-l-c-t .text{
height:40px ;
margin-top: 15px;
}
}

.page {margin-top:50px;text-align:center;width:100%;height:auto;overflow:hidden;}
.page a {display:inline-block;padding:0 12px;height:36px; color:#999999;border-radius:3px;line-height:36px;text-align:center;margin:0 10px;border:1px solid #999;}
.page a:hover {color:#012F87;}
.page a.cut {background:#012F87;border:1px solid #012F87;color:#fff;}
@media (max-width:600px) {
.page a{ margin:0 2px;}
}
/*新闻详情*/
.news-d{
	width: 100%;
	height: auto;
	padding-bottom: 70px;
	background: url(../img/b015.jpg) center no-repeat;
	background-size: cover;
}
.news-d .title{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.news-d .title h5{
	width: 100%;
	text-align: center;
	color: #012F87;
	font-size: 34px;
}
.news-d .title .date{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	margin-top: 30px;
}
.news-d .text{
	width: 90%;
	margin: 0 auto;
	margin-top: 50px;
	padding-bottom: 65px;
}
.news-d .text p{
	color: #333333;
	font-size: 16px;
	line-height: 1.5;
}
.news-d .return{
	display: block;
	width: 120px;
	height: 40px;
	border-radius:5px ;
	border: 1px solid #EEEEEE;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
}
.news-d .return:hover{

	border: 1px solid #012F87;
	color: #FFFFFF;
	background: #012F87;

}
@media (max-width: 900px) {
	.news-d .title h5{
	font-size: 28px;
}
}
@media (max-width: 600px) {
	.news-d .title {
		width: 100%;
		padding: 0 20px;
}
	.news-d .title h5{
	font-size: 24px;
}
}





/*技术介绍*/

.tech-nav{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}
.tech-nav ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.tech-nav ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0;
}
.tech-nav ul li {
    display: block;
    float: left;
    margin-right: 36px;
    height: auto;
    overflow: hidden;
}
.tech-nav ul li span {
    display: block;
    float: left;
    width: 0px;
    height: 1px;
    background: #012F87;
    margin-top: 10px;
    transition: all 0.5s ease;
}
.tech-nav  ul li a {
    display: block;
    float: left;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    color: #333;
    text-decoration: none;
    padding-left: 0px;
    transition: all 0.5s ease;
}
.tech-nav ul li.cut span {
    width: 60px;
    background: #012F87;
}
.tech-nav ul li:hover span {
    width: 60px;
    background: #012F87;
}
.tech-nav ul li.cut a {
    padding-left: 10px;
    color: #012F87;
}
.tech-nav ul li:hover a {
    padding-left: 10px;
    color: #012F87;
}
@media (max-width:520px ) {
.tech-nav ul li {margin-right: 30px;}
.tech-nav ul li.cut span {width: 20px;}
.tech-nav ul li:hover span { width: 20px;}
.tech-nav ul li.cut a { padding-left: 5px;}
.tech-nav ul li:hover a { padding-left: 5px;}
}
@media (max-width:390px ) {
.tech-nav ul li {margin-right: 30px;}
.tech-nav ul li.cut span {display: none;}
.tech-nav ul li:hover span {display: none;}
.tech-nav ul li.cut a { padding-left: 5px;}
.tech-nav ul li:hover a { padding-left: 5px;}
}

.tech-con{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
}
.tech-con p{
	color: #333333;
	font-size: 16px;
}
.tech-con img{
	width: 100%;
	height: auto;
}
@media  (max-width:600px ) {
	.tech-con{
	width: 100%;
	padding: 0 20px;
}
}



/*常见问题*/
.ques-l{
	width: 100%;
	height: auto;
	background: url(../img/b015.jpg) center no-repeat;
	background-size: cover;
}
.ques-l ul{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
}
.ques-l ul li{
	width: 100%;
	padding: 15px 20px;
	overflow: hidden;
	border-bottom:1px #EEEEEE dashed;
}
.ques-l ul li .pic{
	width: 40px;
	height: 40px;
	float: left;
}
.ques-l ul li .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.ques-l ul li h5{
	width: calc(100% - 240px);
	margin-left: 60px;
	font-size: 18px;
	float: left;
	line-height: 40px;
	color: #666666;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ques-l ul li h5:hover{
	color: #012F87;
}
.ques-l ul li .more{
	display: block;
	width: 136px;
	text-align: center;
	line-height: 32px;
	height: 32px;
	color: #FFFFFF;
	background: #a0a0a0;
	float: right;
}
.ques-l ul li .more:hover{
	background: #012F87;
}
@media (max-width:720px ) {
	.ques-l ul li{
	width: 100%;
	padding: 15px 15px;
	overflow: hidden;
	border-bottom:1px #EEEEEE dashed;
}
	.ques-l ul li .more{
		display: none;
	}
	.ques-l ul li h5{
	width: calc(100% - 80px);	
	margin-left: 40px;
	}
}

@media (max-width:600px) {
		.ques-l ul{
			width: 100%;
			padding: 0 20px;
		}
	
}
@media (max-width:480px ) {
	.ques-l ul li{
	width: 100%;
	padding: 15px 10px;
	overflow: hidden;
	border-bottom:1px #EEEEEE dashed;
}
	.ques-l ul li .more{
		display: none;
	}
	.ques-l ul li h5{
	width: calc(100% - 60px);	
	margin-left: 20px;
	}
}









/*产品中心*/
.pro-sort{
	width: 100%;
	height: auto;
}
.pro-nav{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.pro-sort .pro-nav li{
	width:16.6%;
	height: auto;
	float: left;
	position: relative;
}
.pro-sort .pro-nav li img{
	display: block;
	width: 100%;
	height: 100%;
}
.pro-sort .pro-nav li .pic-bk{
	position: absolute;
	top: 0;
	left: 0;
	  display: flex;
	  padding-left: 20px;
	  padding-right: 20px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	transition: all 0.3s ease;
}
.pro-sort .pro-nav li.cut .pic-bk{
	background: rgba(0,0,0,0);
}
.pro-sort .pro-nav li:hover .pic-bk{
	background: rgba(0,0,0,0);
}
.pro-sort .pro-nav li .pic-bk h5{
	margin: auto;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
		color: #FFFFFF;
}

@media (max-width: 820px) {
.pro-sort .pro-nav li .pic-bk{
	  padding-left: 15px;
	  padding-right: 15px;
}
.pro-sort .pro-nav li .pic-bk h5{
	font-size: 16px;
}
}

@media (max-width: 660px) {
.pro-sort .pro-nav li{
	width:33.3%;
}
}
@media (max-width: 600px) {
.pro-nav{
	width: 100%;
	padding: 0 20px;
}
.pro-sort .pro-nav li .pic-bk{
	  padding-left: 12px;
	  padding-right: 12px;
}
	.pro-sort .pro-nav li{
	width:33.3%;
}
.pro-sort .pro-nav li .pic-bk h5{
	font-size: 15px;
}
}


.pro-l{
	width: 100%;
	height: auto;
	margin-top: 25px;
}
.pro-l ul{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.pro-l ul li{
	width: 50%;
	float: left;
	transition: all 0.3s ease;
	position:relative;
}
.pro-l ul li .pic{
	width: 50%;
	float: left;
	height: auto;
}
.pro-l ul li .pic {
	width: 50%;
	height: auto;
	padding: 20px 5px;
}
.pro-l ul li .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.pro-l ul li  .pro-con{
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	padding: 9%  5%;
}
.pro-l ul li  .pro-con h4{
	font-size: 24px;
	color: #012F87;
}
.pro-l ul li  .pro-con h5{
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro-l ul li  .pro-con h6{
	font-size: 16px;
	color: #333333;
	font-weight: 500;
	margin-top: 15px;
		overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro-l ul li:hover{
	background: #FFFFFF;
	box-shadow: 1px 0 10px rgba(0,0,0,0.15);

}
.pro-l ul li  .pro-con .more{
	display: block;
	width: 100px;
	height: 40px;
	text-align: center;
	margin-top: 25px;
	line-height: 40px;
	border:1px  #012F87 solid;
	font-size: 16px;
	color: #012F87;
	transition: all 0.3s ease;
}
.pro-l ul li:hover  .pro-con .more{
		color: #FFFFFF;
	background: #012F87;
}

@media (max-width:1150px) {
	
	.pro-l ul li  .pro-con{	padding: 5%  3%;}
}
@media (max-width:950px) {
	 .pro-l ul li  .pro-con{	padding: 5%  3%;}
	.pro-l ul li  .pro-con  h5{	font-size: 20px;margin-top: 15px;}
.pro-l ul li  .pro-con  h6{font-size: 16px;margin-top: 10px;}
	.pro-l ul li  .pro-con  .more{margin-top: 15px;}
}
@media (max-width:890px) {
	 .pro-l ul li  .pro-con{	padding: 4%  3%;}
	 .pro-l ul li  .pro-con h4{font-size: 20px;}
	.pro-l ul li  .pro-con  h5{	font-size: 18px;margin-top: 10px;}
.pro-l ul li  .pro-con  h6{font-size: 16px;margin-top: 10px;}
	.pro-l ul li  .pro-con  .more{	width: 100px;height: 36px; 	line-height: 36px;  margin-top: 10px;}
}
@media (max-width:740px) {
	 .pro-l ul li  .pro-con{	padding: 2%  3%;}
	 	 .pro-l ul li  .pro-con h4{font-size: 18px;}
	.pro-l ul li  .pro-con  h5{	font-size: 17px;margin-top: 7px;}
.pro-l ul li  .pro-con  h6{font-size: 15px;margin-top: 7px;}
	.pro-l ul li  .pro-con  .more{	width: 80px;height: 30px; font-size: 15px; 	line-height: 30px;  margin-top: 7px;}
}
@media (max-width:620px) {
	 .pro-l ul{width: 100%; padding: 0 20px;}
	 .pro-l ul li{width: 100%;float: left;}
	 .pro-l ul li  .pro-con{	padding: 8%  6%;}
	 	 .pro-l ul li  .pro-con h4{font-size: 24px;}
	.pro-l ul li  .pro-con  h5{	font-size: 20px;margin-top: 20px;}
.pro-l ul li  .pro-con  h6{font-size: 16px;margin-top: 20px;}
	.pro-l ul li  .pro-con  .more{	width: 100px;height: 40px; font-size: 16px; 	line-height: 40px;  margin-top: 25px;}
}
@media (max-width:540px) {
	 .pro-l ul{width: 100%; padding: 0 20px;}
	 .pro-l ul li{width: 100%;float: left;}
	 .pro-l ul li  .pro-con{	padding: 5%  5%;}
	 	 .pro-l ul li  .pro-con h4{font-size: 22px;}
	.pro-l ul li  .pro-con  h5{	font-size: 20px;margin-top: 15px;}
.pro-l ul li  .pro-con  h6{font-size: 16px;margin-top: 15px;}
	.pro-l ul li  .pro-con  .more{	width: 100px;height: 36px; font-size: 16px; 	line-height: 36px;  margin-top: 15px;}
}
@media (max-width:450px) {
	 .pro-l ul{width: 100%; padding: 0 20px;}
	 .pro-l ul li{width: 100%;float: left;}
	 .pro-l ul li  .pro-con{	padding: 8%  3%;}
	 	 .pro-l ul li  .pro-con h4{font-size: 19px;}
	.pro-l ul li  .pro-con  h5{	font-size: 17px;margin-top: 7px;}
.pro-l ul li  .pro-con  h6{font-size: 14px;margin-top: 7px;}
	.pro-l ul li  .pro-con  .more{	width: 80px;height: 30px; font-size: 14px; 	line-height: 30px;  margin-top: 8px;}
}
@media (max-width:370px) {
	 .pro-l ul{width: 100%; padding: 0 20px;}
	 .pro-l ul li{width: 100%;float: left;}
	 .pro-l ul li  .pro-con{	padding: 3%  3%;}
}





/*产品定位图*/
.position-c{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 70px;
}
.position-c p{
	width: 100%;
	color: #333333;
	font-size: 16px;
	line-height: 2;
}
.position-c img{
	display: block;
	width: 100%;
	height: 100%;
}
@media (max-width:600px ) {
	.position-c{
		width: 100%;
		padding: 0 20px;
	}
	
}









/*产品详情*/
.pro-d{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.pro-d-l{width: 50%;height: auto; float: left; padding-right: 30px;}
.pro-d-l .title{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.pro-d-l .title h4{
	font-size: 32px;
	color: #012F87;
	float: left;
	margin-right: 30px;
}
.pro-d-l .title h5{
	font-size:24px;
	color: #333333;
	float: left;
	font-weight: 500;
	margin-top: 5px;
}
.pro-d-l  h6{
	width: 100%;
	font-size:20px;
	color: #333333;
	font-weight: 500;
	margin: 35px 0 40px 0;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pro-d-l  span{
    display: block;
    width: 100%;
    display: block;
    overflow: hidden;
    height: 1px;
    background-image: linear-gradient(to right,#666 0%,#666 50%,transparent 50%);
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.pro-d-l  ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}
.pro-d-l ul li {
    width: 100%;
    color: #666666;
    height: auto;
    overflow: hidden;
    line-height: 2;
    font-size: 16px;
    padding-left: 30px;
    background-position: top left;
    background-size: 30px 28px;
    background-repeat: no-repeat;
    background-image: url(../img/a024.png);
}

.pro-d-l  .talk {
    display: block;
    width: 140px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    display: block;
    transition: all 0.3s ease;
    float: left;
    margin-right: 20px;
    border-radius: 20px;
    border: 1px solid #012F87;
    margin-top: 30px;
    color: #012F87;
}
.pro-d-l  .talk:hover {
    border: 1px solid #012F87;
    background: #012F87;
    color: #FFFFFF;
}

.pro-d-r {width:50%;height:auto;overflow:hidden;float:right;}
.pro-d-r-box {width:100%;height:auto;overflow:hidden;max-width:560px;}
.pro-d-r-box .ms-showcase2-template.ms-dir-v {padding-right:120px;}
.pro-d-r-box .ms-showcase2-template .ms-thumb-list.ms-dir-v {width:100px;right:-120px;top:0;}
.pro-d-r-box .ms-showcase2-template .ms-view img {width:100%;display:block;}
.pro-d-r-box .ms-showcase2-template .ms-thumb-list .ms-thumb-frame {width:100px;height:100px;opacity:1;border:1px solid #eee;margin-bottom:13px;}
.pro-d-r-box .ms-showcase2-template .ms-thumb-list .ms-thumb-frame-selected {border:1px solid #012F87;}

.ms-sbar.ms-dir-h {
	left: 10px;
	right: 10px;
	top: 5px;
	display:none;
}
 .ms-skin-default .ms-nav-prev {
    width: 48px;
    background: url(../img/a026.png);
    height: 48px;
    cursor: pointer;
    top: 50%;
    left: 0px;
    margin-top: -20px;
    position: absolute;
    z-index: 110;
}
.ms-skin-default .ms-nav-next{
	    width: 48px;
    background: url(../img/a025.png);
    height: 48px;
    cursor: pointer;
    top: 50%;
    right: 0px;
    margin-top: -20px;
    position: absolute;
    z-index: 110;
}

@media (max-width:1024px ) {
	.pro-d-r-box .ms-showcase2-template .ms-thumb-list.ms-dir-v {width:90px;right:-120px;top:0;}
.pro-d-r-box .ms-showcase2-template .ms-view img {width:100%;display:block;}
.pro-d-r-box .ms-showcase2-template .ms-thumb-list .ms-thumb-frame {width:90px;height:90px;opacity:1;border:1px solid #eee;margin-bottom:12px;}
.pro-d-r-box .ms-showcase2-template .ms-thumb-list .ms-thumb-frame-selected {border:1px solid #012F87;}
}
@media (max-width:900px ) {
.pro-d-l{width: 100%;height: auto; padding-left: 30px; margin-top: 40px;}
.pro-d-r-box .ms-showcase2-template .ms-thumb-list .ms-thumb-frame {width:80px;height:80px;opacity:1;margin-bottom:10px;}


}



.pro-d .line{
	width: 100%;
	height: 1px;
	max-width: 1200px;
	margin: 0 auto;
	background: #8e99a0;
}
@media  (max-width:900px ) {
	.pro-d{width: 100%;padding: 0 20px;}
	.pro-d-r {width:100%;}
	.pro-d-r-box {margin: 0 auto;}
}










.pro-s{
	width: 100%;
	height: auto;
}
.pro-s .title{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.pro-s .title h5{
	font-size: 40px;
	color: #012F87;
	font-weight: 500;
	float: left;	margin-right: 30px;
}
.pro-s .title h6{
	font-size: 20px;
	color: #666666;
	float: left;

	margin-top: 25px;
}
.pro-s  .pro-text{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.pro-s  .pro-text img{
	width: 100%;
	height: auto;
}







/*下载列表*/
.down-l{
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.down-l ul{
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
}
.down-l ul  li{
	width: calc(50% - 40px);
	height: auto;
	margin: 20px;
	float: left;
	border-radius: 20px;
	position: relative;
}
.down-l ul  li .down-pic{
	width: 35%;
	height: auto;
	border-radius: 20px 0 0 20px;
	position: relative;
}
.down-l ul  li .down-pic img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px 0 0 20px;
}
.down-l ul  li .down-pic .down-ico{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width:50%;
	height: auto;
	  transform: translate(-50% , -50%);
	}
.down-l ul  li .down-pic .down-ico img{
	display: block;
	width: 100%;
	height: 100%;
	}

.down-l ul  li .down-c{
	position: absolute;
	right: 0;
	top: 0;
	width: 66%;
	height: 100%;
	padding: 0 6%;
		border-radius:0   20px 20px 0;
	background: #f5f5f5;
	display: flex;
}
.down-l ul  li .down-c-c{
	width: 100%;
	display: block;
	margin:   auto 0;
}
.down-l ul  li .down-c h5{
	width: 100%;
	font-size: 20px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}
.down-l ul  li .down-c .date{
	width: 100%;
	font-size: 16px;
	color: #666666;
	margin-top: 20px;

}
.down-l ul  li .down-c .load{
	display:inline-block;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
	border: 1px solid #7D7D7D;
	transition: all 0.3s ease;
}
.down-l ul  li .down-c .load:hover{
	color: #FFFFFF;
	background: #012F87;
	border: 1px solid #012F87;
}
@media  (max-width:1090px ) {
	.down-l ul  li .down-c h5{font-size: 18px;}
	.down-l ul  li .down-c .date{font-size: 15px;margin-top: 15px;}
	.down-l ul  li .down-c .load{

	width: 90px;
	height: 36px;
	line-height: 36px;
	margin-top: 15px;
	font-size: 15px;
}
}
@media  (max-width:990px ) {
	.down-l ul  li .down-c{padding: 0 3%;}
	.down-l ul  li .down-c h5{font-size: 16px;}
	.down-l ul  li .down-c .date{font-size: 14px;margin-top: 10px;}
	.down-l ul  li .down-c .load{

	width: 80px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	font-size: 14px;
}
}
@media  (max-width:820px ) {
	.down-l ul  li{ width: 100%;margin: 20px 0;}
	.down-l ul  li .down-c{padding: 0 6%;}
	.down-l ul  li .down-c h5{font-size: 20px;}
	.down-l ul  li .down-c .date{font-size: 16px;margin-top: 20px;}
	.down-l ul  li .down-c .load{

	width: 100px;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	font-size: 16px;
}
}
@media  (max-width:600px ) {
	.down-l ul {width: 100%;padding: 0 20px;}
	.down-l ul  li{ width: 100%;margin: 15px 0;}
	.down-l ul  li .down-c{padding: 0 4%;}
	.down-l ul  li .down-c h5{font-size: 18px;}
	.down-l ul  li .down-c .date{font-size: 15px;margin-top: 15px;}
	.down-l ul  li .down-c .load{

	width: 90px;
	height: 36px;
	line-height: 36px;
	margin-top: 15px;
	font-size: 15px;
}
}
@media  (max-width:450px ) {
	.down-l ul {width: 100%;padding: 0 20px;}
	.down-l ul  li{ width: 100%;margin: 10px 0;}
	.down-l ul  li .down-c{padding: 0 3%;}
	.down-l ul  li .down-c h5{font-size: 14px;}
	.down-l ul  li .down-c .date{font-size: 12px;margin-top: 8px;}
	.down-l ul  li .down-c .load{
	width: 70px;
	height: 28px;
	line-height: 28px;
	margin-top: 8px;
	font-size: 12px;
}
}





/*人才招聘*/

.in-join {width:90%;height:auto;max-width:1200px;padding:0px 0px;margin:0 auto;margin-top:40px;position:relative;}
.in-join-box {width:100%;height:auto;background:#f1f1f1;margin:0 auto;padding-bottom:40px;}
.in-join-box2 {width:calc(100% - 0px);margin:0 auto;height:auto;overflow:hidden;background:#012F87;}
.in-join-ul {width:calc(100% - 80px);margin:0 auto;height:auto;overflow:hidden;}
.in-join-ul li {width:20%;height:50px;line-height:50px;overflow:hidden;float:left;color:#fff;text-align:center;}
.in-join-b {display:none;}
.in-join-t .in-join-ul {height:60px;line-height:60px;border-bottom:1px #aaa dashed;background-color:transparent;color:#333;}
.in-join-t .in-join-ul li {background-color:transparent;color:#333;height:60px;line-height:60px;}
.in-join .cut .in-join-ul {border-bottom:0px #aaa dashed;}
.in-join-b {width:calc(100% - 80px);margin:0 auto;background:#fff;padding:40px;height:auto;overflow:hidden;}
.in-join-b-1 {width:100%;height:auto;overflow:hidden;border-bottom:1px solid #999;padding-bottom:10px;}
.in-join-b-1 li {width:25%;height:auto;overflow:hidden;line-height:36px;float:left;}
.in-join-b-2 {width:100%;height:auto;overflow:hidden;margin-top:40px;padding-bottom:40px; border-bottom: 1px #aaaaaa solid;}
.in-join-b-2 li {width:50%;height:auto;overflow:hidden;padding-right:40px;float:left;line-height:2;color:#666;font-size:14px;}
.in-join-b-2 li h3 {font-size:20px;color:#012F87;font-weight:500;margin-bottom:20px;}
.in-join-b-3 {width:100%;height:auto;overflow:hidden;}
.in-join-b-3 li {width:50%;height:auto;overflow:hidden;padding-right:40px;float:left;}
.in-join-b-3 li p {margin-top:40px;color:#666;font-size:14px;}
.in-join-b-3 li .j2 {color:#012F87;}
.in-join-b-3 li  .j2:hover{ text-decoration: underline  !important;}
@media (max-width:900px) {.in-join-ul-5 {display:none;}
.in-join-ul li {width:25%;}
.in-join-ul {width:calc(100% - 40px);}
.in-join-b-1 li {width:33%;}
.in-join-b {width:calc(100% - 40px);padding:20px;}
.in-join-b-2 {margin-bottom:0px;}
.in-join-b-2 li {width:100%;margin-bottom:20px;padding-right:0px;}
.in-join-b-3 li {width:100%;padding-right:0px;margin-bottom:20px;}
}
@media (max-width:600px) {.in-join-ul-2 {display:none;}
.in-join-ul li {width:33.3%;}
.in-join-b-1 li {width:50%;font-size:14px;}
.in-join {width:100%;padding:0px 20px;}
}
.in-join-c {width:100%;height:auto;overflow:hidden;padding:60px 0px;background:url(../img/a19.jpg) center center;background-size:cover;background-attachment:fixed;}
.in-join-c ul {width:100%;height:auto;overflow:hidden;max-width:800px;padding-right:80px;margin:0 auto;margin-top:40px;}
.in-join-c ul li {width:100%;height:50px;line-height:50px;margin-bottom:10px;position:relative;}
.in-join-c ul li span {width:170px;display:block;float:left;text-align:right;height:50px;}
.in-join-c ul li span b {font-weight:500;color:#ff0000;}
.in-join-c ul li input {width:calc(100% - 190px);float:left;height:50px;border-radius:5px;margin-left:20px;border:1px #999 solid;background:rgba(255,255,255,0.5);outline:none;}
.in-join-c ul li.fujian input {padding-right:90px;}
.in-join-c ul li.fujian button {position:absolute;border-radius:0 5px 5px 0;width:90px;height:50px;top:0px;right:0px;border:0px;background-color:transparent;border-left:1px solid #999;outline:none}
.in-join-c ul li select {width:calc(100% - 190px);float:left;height:50px;border-radius:5px;margin-left:20px;border:1px #999 solid;background:rgba(255,255,255,0.5);outline:none;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:url("../img/052.png") no-repeat scroll right center transparent;background-color:rgba(255,255,255,0.5);}
.in-join-c ul li.tj button {width:calc(50% - 105px);float:left;height:40px;line-height:40px;text-align:center;border-radius:5px;margin-left:20px;background:#999;color:#fff;outline:none;transition:all 0.3s ease;float:left;border-width:0px;}
.in-join-c ul li.tj button:hover {background:#f97f00;}
@media (max-width:800px) {.in-join-c ul li span {width:100%;float:left;text-align:left;height:30px;line-height:30px;margin-top:20px;}
.in-join-c ul {padding:0 20px;}
.in-join-c ul li input {width:calc(100% - 0px);margin-left:0px;}
.in-join-c ul li select {width:calc(100% - 0px);margin-left:0px;}
.in-join-c ul li.tj button {width:calc(50% - 20px);margin-left:10px;margin-bottom:10px;}
.in-join-c ul li.fujian button {top:30px;}
}
.zl51 {width:100%;height:auto;overflow:hidden;padding:60px 0px;background:url(../img/b015.jpg) center no-repeat;background-size: cover;}
.zl51 h1{
	width: 100%;
	text-align: center;
	color: #333333;
	font-size: 40px;
}
.zl51 ul {width:100%;height:auto;overflow:hidden;max-width:800px;margin:0 auto;margin-bottom:20px;}
.zl51 ul li {width:50%;height:auto;overflow:hidden;float:left;margin-top:40px;}
.zl51 ul li .pic {width:240px;height:105px;overflow:hidden;margin:0 auto;padding:20px 30px;background:url(../img/055.png);}
.zl51 ul li .pic a {width:180px;height:65px;overflow:hidden;display:block;position:relative;}
.zl51 ul li .pic a img {width:100%;display:block;top:0px;transition:all 0.3s ease;position:absolute;}
.zl51 ul li .pic a:hover img {top:-65px;}
@media (max-width:600px) { .zl51 ul li {width:100%;}
}




/*联系我们*/
.contact{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.contact .contact-l{
	width: 55%;
	float: left;
	height: auto;
}
.contact .contact-l .title{
	width: 100%;
	height: auto;
}
.contact .contact-l .title h5{
	font-size: 40px;
	color: #012F87;
}
.contact .contact-l .title h6{
font-size:20px ;
color: rgba(0,0,0,0.5);
margin-top:20px;
}
.contact .contact-l .title span{
	display: block;
	width: 110px;
	height: 2px;
	background: #012F87;
	margin-top: 40px;
}
.contact .contact-l ul{
	    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}
.contact .contact-l ul li{
    width: 100%;
    height: auto;
    overflow: hidden;
    word-break: break-word;
    line-height: 2;
    font-size: 20px;
    padding-left: 40px;
    background-position: top left;
    color: #333;
    background-size: 45px 42px;
}
.contact .contact-l .code{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 70px;
}
.contact .contact-l .code .img{
	display: block;
	width: 150px;
	height: 150px;
	float: left;
}
.contact .contact-l .code p{
	display: block;
	float: left;
	margin-left: 50px;
	margin-top: 40px;
	font-size: 20px;
	color: #333333;
}
.contact .contact-r{
	width: 45%;
	height: 480px;
	float: right;
	margin-top: 60px;
	border: 1px #BBBBBB solid;
	position: relative;
}
.contact .contact-r #container{
position: absolute;
top: 0;left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width:900px ) {
	.contact .contact-l{
		width: 100%;
}
	.contact .contact-r{
	width: 100%;
	height: 360px;
}
}


.online{
	width: 100%;
	height: auto;
	padding:50px 0;
	background: url(../img/b024.jpg) center no-repeat;
	background-size: cover;
}
.online .rc-title {
	color: rgba(255,255,255,0.2);

}
.online .rc-title h5{
	color: #FFFFFF;
}
.online .talk-k{
	width: 90%;
	max-width: 800px;
	margin: 0 auto;
	color: #FFFFFF;
	margin-top: 40px;
}
.online .talk-k input{
	color: #FFFFFF;
}

.online .talk-k  .c1{
		display: block;
	width:calc(50% - 20px);
	height:50px ;
	line-height: 50px;
	background: rgba(0,0,0,0.6);
	border:1px rgba(255,255,255,0.5) solid;
	border-radius: 10px;
	padding-left:20px;
	float: left;
	color: #FFFFFF;
	font-size: 16px;
	font-family: "微软雅黑";
	margin: 15px 10px;
}


.online .talk-k .c1::-webkit-input-placeholder {
	color: #ffffff;
	font-family: "微软雅黑";
}

.online .talk-k .c1::-moz-placeholder {
	color: #ffffff;
}

.online .talk-k .c1::-moz-placeholder {
	color: #ffffff;
}

.online .talk-k .c1::-ms-input-placeholder {
	color: #ffffff;
}


.online .talk-k  .c2{
	width:calc(100% - 20px);
	height:50px ;
}
.online .talk-k  .c3{

	width:calc(100% - 20px);
	height:200px ;
	margin-bottom: 40px;
}
.online .talk-k  #btn{
	display: block;
	width: 160px;
	height: 50px;
	background: #FFFFFF;
	color: #333333;
	font-size: 16px;
	font-family: "微软雅黑";
	text-align: center;
	line-height: 50px;
	border: none;
	border-radius: 10px;
	margin: 0 auto;
}
.online .talk-k  #btn:hover{
	color: #FFFFFF;
	background: #012F87;
}
