﻿/*@charset "gb2312";*/
/**
 +------------------------------------------------------------------------------
 * 网站样式重写
 +------------------------------------------------------------------------------
 * @comefrom  
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
 html{-webkit-text-size-adjust:none; /*解决chrome浏览器下字体不能小于12px*/}
 body{ color:#000000; font-family:"microsoft yahei",arial;}
 * {}
a{outline:none; text-decoration:none;} a:hover{ text-decoration:underline;}
html{zoom:1;}html *{outline:0;zoom:1;} html button::-moz-focus-inner{border-color:transparent!important;} 
body{overflow-x: hidden; font-size:12px;} 
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;} 
table{/*border-collapse:collapse;border-spacing:0;*/} 
fieldset,a img{border:0;} 
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;} 
li{list-style:none;} caption,th{text-align:left;} h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} 
q:before,q:after{content:'';}
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/} 
em,i{ font-style:normal;}
/**
 +------------------------------------------------------------------------------
 * Public Class
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
/*.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }*/
.clearfix {display:block;}.clear{ clear:both;}/* 清除浮动*/
.colwrapper { overflow:hidden; zoom:1 /*for ie*/; margin:5px auto; }/* 高度自适应 */ 
.strong{ font-weight: bold;} .left{ float: left;} .right{ float: right;} .center{ margin:0 auto; text-align:center;}
.block{ display:block;} .inline{ display:inline;}
.transparent{filter:alpha(opacity=50); -moz-opacity:0.5;/** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/ 
-khtml-opacity: 0.5; opacity: 0.5; } .break{ word-wrap:break-word;overflow:hidden; /*word-break:break-all;*/}
.tal{ text-align:left} .tar{ text-align:right;}
/*文字两侧对齐*/
.justify {
	text-align:justify;
	text-justify:distribute-all-lines;/*ie6-8*/
	text-align-last:justify;/* ie9*/
	-moz-text-align-last:justify;/*ff*/
	-webkit-text-align-last:justify;/*chrome 20+*/
}
.toe{
	/*超出省略号*/
	 word-break:keep-all;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
@media screen and (-webkit-min-device-pixel-ratio:0){/* chrome*/
	.justify:after{
		content:".";
		display: inline-block;
		width:100%;
		overflow:hidden;
		height:0;
	}
}
/* 兼容IE6的定位属性fixed，固定不动样式 */
.fixed{
	position:fixed; 
	clip:rect(0 100% 100% 0);
	_position:absolute;
	/* 底部 */
	bottom:0px;
	left:0px;
	_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/
	/* 左侧 */
	/*left:0px;*/
	/*_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);*/
	/*_left:expression(document.documentElement.scrollLeft + document.documentElement.clientWidth - offsetWidth);*/
}
/* 解决固定层在IE6下闪的问题 */
*html{
	background-image:url(about:blank);
	background-attachment:fixed;
}
/*png图片ie6下透明滤镜实现写法*/
.pngimg{filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/x.png');}
/**
 +------------------------------------------------------------------------------
 * FCK 兼容解决方案
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
em{ font-style:italic !important;} 
strike{ text-decoration:line-through !important;} 
strong{ font-weight:bold !important;} u{ text-decoration:underline !important;}
/**
 +------------------------------------------------------------------------------
 * 表单样式
 +------------------------------------------------------------------------------
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
/**
 +------------------------------------------------------------------------------
 * 网站整体颜色总汇
 +------------------------------------------------------------------------------
 * @codex  颜色:使用颜色的名称或者16进制代码,如 
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.ff8600,ff86aa a{ color:#ff8600;}
/**
 +------------------------------------------------------------------------------
 * 网站整字体大小
 +------------------------------------------------------------------------------
 * @codex   字体大小,直接使用"font+字体大小"作为名称,如
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
.font14px{ font-size:14px;}
.font9pt{ font-size:9pt;}
/*自定义字体*/
/* @font-face {  font-family: danley;  src: url('../font/danley.ttf');  }  .danley {  font-family: danley; } */
/**
 +------------------------------------------------------------------------------
 * 网站整布局命名规范
 +------------------------------------------------------------------------------
 * @codex   id和class命名采用该版块的英文单词或组合命名 如:newRelease
 * @package  ORG
 * @subpackage  RBAC
 +------------------------------------------------------------------------------
 */
  a{ color:#000; transition: all 0.3s ease-in-out 0s;}
  a:hover{ color:rgb(47,52,82);}
body{font-family:"microsoft yahei",arial;}
.css3{
	/*transition: all 0.3s ease-in-out 0s;*/
	-webkit-transform:translate3d(0, -20px, 0);
	-ms-transform:translate3d(0, -20px, 0);
	transform:translate3d(0, -20px, 0);
	-webkit-transition-property:opacity, -webkit-transform;
	transition-property:opacity, transform;
	-webkit-transition-duration:1000ms;
	transition-duration:1000ms;
	-webkit-transition-timing-function:cubic-bezier(0.25, 0.46, 0.33, 0.98);
	transition-timing-function:cubic-bezier(0.25, 0.46, 0.33, 0.98);
	-webkit-transition-delay:800ms;
	transition-delay:800ms
}
.css3.animated{
	-webkit-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
}
@media screen and (max-width: 650px) {    
  }
  @media screen and (max-width: 480px) {   
  }
.rotate
{
transform:rotate(7deg);
-ms-transform:rotate(7deg); 	/* IE 9 */
-moz-transform:rotate(7deg); 	/* Firefox */
-webkit-transform:rotate(7deg); /* Safari 和 Chrome */
-o-transform:rotate(7deg); 	/* Opera */
}
body{
	font-size: 12px; line-height: 22px;
}
.wrapper{
	width: 1200px; margin: 0 auto; position: relative; 
}
.gb-header,
.gb-nav{
	height:100px; background: #fff; position: fixed; left: 0; right: 0; z-index: 8;
}
.gb-nav{
	background: rgba(255,255,255,0.25); z-index: 99999;
}
.gb-nav,
.gb-header{
	 /*top: -86px;*/ 
	 top: -100px;
	/*css3*/
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}
.gb-nav.show,
.gb-header.show{
	top: 0;
	opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
/*关于我们页面的头部*/
.conhead{position: absolute !important;top: 0 !important;}
.gb-nav.show{
	background: rgba(0,0,0,0.25);
}
.gh {
	float:right;
	height:34px;
	width:34px;
	margin-right:30px;
	margin-top:25px;
	position:relative;
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	cursor:pointer;
}
.gh.selected {
	transform: rotate(90deg);
}
.gh a {
	background-color: #000;
	display: block;
	height: 4px;
	margin-top: -2px;
	position: relative;
	top: 50%;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width: 100%;
}
.gh:hover a:before {
	transform: translateY(-2px) rotate(0deg);
	-webkit-transform: translateY(-2px) rotate(0deg);
	-ms-transform: translateY(-2px) rotate(0deg);
}
.gh:hover a:after {
	transform: translateY(2px) rotate(0deg);
	-webkit-transform: translateY(2px) rotate(0deg);
	-ms-transform: translateY(2px) rotate(0deg);
}
.gh.selected:hover a:before {
	transform: translateY(0px) rotate(-55deg);
	-webkit-transform: translateY(0px) rotate(-55deg);
	-ms-transform: translateY(0px) rotate(-55deg);
}
.gh.selected:hover a:after {
	transform: translateY(0px) rotate(55deg);
	-webkit-transform: translateY(0px) rotate(55deg);
	-ms-transform: translateY(0px) rotate(55deg);
}
.gh a:after, .gh a:before {
	background-color: #000;
	content: "";
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	width:100%;
}
.gh a:after {
	top:10px;
}
.gh a:before {
	top:-10px;
}
.gh.selected a:after, .gh.selected a:before {
	top: 0;
}
.gh.selected a:before {
	transform: translateY(0px) rotate(-45deg);
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg);
}
.gh.selected a:after {
	transform: translateY(0px) rotate(45deg);
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
}
.gh.selected a {
	background-color: transparent !important;
}
.gb-nav.show .gh a,
.gb-nav.show .gh a:after, 
.gb-nav.show .gh a:before{ background-color:#fff;}
.header .logo,
.gb-nav .logo{
	margin-left: 60px; float: left; display: inline; margin-top:5px;height:90px;
}
.gb-nav .logo{
	position: relative;
}
.header .logo a{display: block;height: 100%;}
.header .logo a img{height: 100%;}
.gb-nav .logo img{
	position: absolute; left: 0; top: 0;height: 100%;
}
.gb-nav .logo img.img2{
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}
.gb-nav.show .logo img.img2{
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
.header .nav{
	margin-right: 50px; float: right; display: inline; margin-top: 40px;
}
.header .nav li{
	float: left; display: inline; padding: 0 23px; font-size: 16px;height: 60px;position: relative;
}
.header .nav li a{
	display: block; height: 24px; line-height: 24px; overflow: hidden;
}
.header .nav li:hover .navlidown{display: block;}
.header .nav li .navlidown{width: 100%;background: #fff;display: none;position: absolute;left: 0;top: 60px;}
.header .nav li .navlidown p{padding:0 5;text-align: center;}
.header .nav li .navlidown p a{display: block;height: 24px; line-height: 24px; overflow: hidden;border-bottom: 1px solid rgba(0,0,0,0.2);
padding: 10px 0;font-size: 15px;}
.header .nav li .navlidown p:last-of-type a{border-bottom: none;}
.header .nav li .navlidown p:hover a{background: rgb(47,52,82);color: #fff;}

.header .nav li span{
	display: block;
	/*css3*/
	transition: all 0.3s ease-in-out 0s;
	text-align: center;
}
.header .nav li span.s2{
	color: #2f3452; font-weight: bold;
	text-align: center;
}
.header .nav li a:hover .s1,
.header .nav li.selected a .s1{
	margin-top: -24px;
}
.section{
	position: relative; 
}
.page1{
	background: url(../images/bg1.jpg) no-repeat center; background-size: cover !important; height: 886px;
}
/*.page1 .nav{
	background: url(../images/img4.png) repeat-x center; height: 32px; position: absolute; left: 0; right: 0; bottom: -60px; text-align: center;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.page1.active .nav{
	bottom: 40px;
}
.page1 .nav li{
	display: inline; margin: 0 75px;
}
.page1 .nav li a{
	background: url(../images/img3.png) no-repeat center; width: 32px; height: 32px; display: inline-block;
}
.page1 .nav li.selected a{
	background-image: url(../images/img2.png);
}*/
.page1 .arrow,
.page1 .nav{
	z-index: 2; 
}
.page1 .arrow{
	width: 87px; height: 87px; position: absolute; left: 50%; margin-left: -44px; bottom: 110px; cursor: pointer;
	display:block;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
}
.page1 .arrow table{
	width: 100%; height: 100%; text-align: center; position: relative; top: 5px;
}
.page1 .arrow:before, .page1 .arrow:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	pointer-events:none
}
.page1 .arrow:before {
	width:88px;
	height:88px;
	border:1px solid #fff;
	-moz-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.page1 .arrow:after {
	width:86px;
	height:86px;
	border:2px solid #fff;
	background-color:rgba(255, 255, 255, 0.1);
	opacity:0;
	-moz-transform:scale(0.5, 0.5);
	-ms-transform:scale(0.5, 0.5);
	-webkit-transform:scale(0.5, 0.5);
	transform:scale(0.5, 0.5);
	-moz-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1)
}
.page1 .arrow:hover:before {
	opacity:0;
	-moz-transform:scale(1.5, 1.5);
	-ms-transform:scale(1.5, 1.5);
	-webkit-transform:scale(1.5, 1.5);
	transform:scale(1.5, 1.5);
	-moz-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.page1 .arrow:hover:after {
	opacity:1;
	-moz-transform:scale(1, 1);
	-ms-transform:scale(1, 1);
	-webkit-transform:scale(1, 1);
	transform:scale(1, 1)
}
.page2{
	background: url(../images/bg2.jpg) no-repeat center; background-size: cover !important; height: 964px;
}
.page2 .wrapper{
	height: 100%;
}
.page2 ul{
	height: 100%;
}
.page2 li{
	width: 33.3%; float: left; display: inline; text-align: center; color: #fff; height: 100%; position: relative;
	/*css3*/
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}
.page2 li .bg{
	position: absolute; left: 0; right: 0; bottom: 0; background: #0163a5; height: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.page2 li.selected .bg{
	height: 100%;
}
.page2 li.l2 .bg{
	background-color: #acd146;
}
.page2 li.l3 .bg{
	background-color: #04afa6;
}
.page2 li.l4 .bg{
	background-color: #f8c200;
}
.page2 li .wrap{
	position: absolute; left: 30px; right: 30px; top: 50%; margin-top: -110px;
}
.page2 li .ico{
 	width: 109px; height: 109px; border-radius: 109px; margin: 0 auto; background-position: center top; background-repeat: no-repeat; 
 	overflow: hidden;
 	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	-webkit-transition-delay:400ms;
	transition-delay:400ms;
}
.page2 li.l1 .ico{
	background-image: url(../images/img5.png);
}
.page2 li.l2 .ico{
	background-image: url(../images/img6.png);
}
.page2 li.l3 .ico{
	background-image: url(../images/img7.png);
}
.page2 li.l4 .ico{
	background-image: url(../images/img8.png);
}
.page2 li.selected .ico{
	background-position: center bottom;
}
.page2 li .link{
	text-align: center; margin-top: 35px;
}
.page2 li .link a{
	background: url(../images/img41.png) no-repeat; width: 48px; height: 48px; display: inline-block;
}
.page2 li .img{
	position: absolute; left: 0; right: 0; bottom: -200px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	-webkit-transition-delay:400ms;
	transition-delay:400ms;
	opacity: 0;
	-webkit-opacity: 0;
	-moz-opacity: 0;
}
.page2 li.selected .img{
	bottom: 0;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
}
.page2 li .img img{
	display: block; width: 100%;
}
.page2 li a{
	color: #fff; text-decoration: none;
}
.page2 li.selected{
}
.page2 li.l1{
	-webkit-transform:translate3d(-600px, 0, 0);
	-ms-transform:translate3d(-600px, 0, 0);
	transform:translate3d(-600px, 0, 0);
}
.page2 li.l2{
	-webkit-transform:translate3d(-300px, 0, 0);
	-ms-transform:translate3d(-300px, 0, 0);
	transform:translate3d(-300px, 0, 0);
}
.page2 li.l3{
	-webkit-transform:translate3d(300px, 0, 0);
	-ms-transform:translate3d(300px, 0, 0);
	transform:translate3d(300px, 0, 0);
}
.page2 li.l4{
	-webkit-transform:translate3d(600px, 0, 0);
	-ms-transform:translate3d(600px, 0, 0);
	transform:translate3d(600px, 0, 0);
}
.page2.active li{
	-webkit-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
.page2 li h2{
	margin-top: 20px; font-size: 18px; font-weight: bold; line-height: 1;
}
.page2 li dl{
	margin-top: 18px;
}
.page2 li dd{
	display: inline;
}
.page2 li dd span{
	width: 1px; height: 15px; display: inline-block; background: #fff; margin: 0 15px;
}
.page2 li p{
	margin-top: 30px; line-height: 24px;font-size: 14px;
}
.page3{
	background: url(../images/bg3.jpg) repeat center; height: 1040px;
}
.page3 .wrapper{
	position: absolute; left: 50%; margin-left: -600px; top: 50%; margin-top: -220px;
}
.page3 .head{
	position: relative; /*padding-left: 350px; */
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	-webkit-transition-delay:600ms;
	transition-delay:600ms;
	/*opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;*/
}
.indcase_tit{display: flex;justify-content: flex-start;align-items: center;}
.indcase_tit p span{font-size:35px;text-align: right;display: block;font-weight: bold;margin-bottom: 10px;}
.indcase_tit p small{font-size:16px;text-align: right;display: block;letter-spacing: 0px;}
.indcase_tit h3{font-size:55px;text-align: left;font-weight: bold;margin-left: 15px;margin-bottom: 15px;}

.indnew_tit{display: flex;justify-content: flex-start;align-items: center;}
.indnew_tit p span{font-size:30px;text-align: right;display: block;font-weight: bold;margin-bottom:20px;color: #000;}
.indnew_tit p small{font-size:38px;text-align: right;display: block;color: #000;font-weight: bold;}

.page3.active .head{
	/*opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;*/
   display: flex;justify-content: flex-start;align-items: center;
}
.page3 .head .img{
	/*position: absolute; */left: -400px; top: 0;
	transition: all 1s ease 0s; 
	-webkit-transition: all 1s ease 0s; 
	-ms-transition: all 1s ease 0s; 
	opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
}
.page3.active .head .img{
	left: 0;
	opacity: 1;
	-webkit-opacity:1;
	-ms-opacity: 1;
}
.page3 .head .nav{
	padding-top: 30px;
}
.page3 .head .nav li{
	display: inline; margin-right: 30px;
}
.page3 .head .sort{
	/*position: absolute;*/ left: 1500px; bottom: 0; /*padding-top: 20px; */margin-left:50px;color: #000; text-transform: uppercase;
	transition: all 1s ease 0s; 
	-webkit-transition: all 1s ease 0s; 
	-ms-transition: all 1s ease 0s; 
	opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
}
.page3.active .head .sort{
	left: 610px;
	opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
}
.page3 .head .sort a{
	color:#000 ;
	font-size: 16px;
}
.page3 .head .sort dt{
	/*position: absolute; left: 0; top: 0;*/
	color:#000 ;
	font-size: 16px;
	margin-bottom: 5px;
}
.page3 .head .sort dd{
	display: inline; 
}
.page3 .head .sort dd span{
	margin: 0 10px; display: inline-block; width: 1px; height: 11px; background: #f19f1c;
}
.page3 .body{
	margin-top: 70px;
    position: relative;
    top: 0;width: 45%;
}
.page3 .body ul{
	height: auto; overflow: hidden; width: 105%;
}
.page3 .body li{
	width:46%;/* height: 190px; */position: relative; float: left; display: inline; margin-right: 16px; margin-bottom: 16px; overflow: hidden;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -webkit-transform:translate3d(0, 100px, 0);
	-ms-transform:translate3d(0, 100px, 0);
	transform:translate3d(0, 100px, 0);
	border: 1px solid transparent;border-radius: 5px;padding: 10px 0;
	background-image: linear-gradient(#2f3452, #4a4f6f);
}
.page3 .body  li:hover{box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.7);}
.page3 .body li a{display: block;color: #fff;font-size: 18px;text-align: center;line-height: 30px;}
.page3.active .body li{
	opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -webkit-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
}
.page3.active .body li:nth-child(2){
	-webkit-transition-delay:200ms;
	transition-delay:200ms;
}
.page3.active .body li:nth-child(3){
	-webkit-transition-delay:400ms;
	transition-delay:400ms;
}
.page3.active .body li:nth-child(4){
	-webkit-transition-delay:600ms;
	transition-delay:600ms;
}
.page3.active .body li:nth-child(5){
	-webkit-transition-delay:800ms;
	transition-delay:800ms;
}
.page3.active .body li:nth-child(6){
	-webkit-transition-delay:1000ms;
	transition-delay:1000ms;
}
.page3.active .body li:nth-child(7){
	-webkit-transition-delay:1200ms;
	transition-delay:1200ms;
}
.page3.active .body li:nth-child(8){
	-webkit-transition-delay:1400ms;
	transition-delay:1400ms;
}
.page3 .body li .img img{
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    width: 100%;
}
.page3 .body li a:hover .img img{
	transform: scale(1.2);
}
.page3 .body li .brand{
	background: rgba(47,42,82,0.8); position: absolute; left: 0; right: 0; top: 0; bottom: 0; text-align: center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity:0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}
.page3 .body li a:hover .brand{
    opacity:1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
.page3 .body li .brand table{
	width: 100%; height: 100%; text-align: center;
}
.page3 .body li .brand table tr td{color: #fff;font-size: 18px;}
.page3 .jian{
	width: 46px; height: 46px; border-radius:46px; display: inline-block; position: relative;
}
.jian:before, .jian:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	pointer-events:none
}
.jian:before {
	width:46px;
	height:46px;
	border:1px solid #f19f1c;
	-moz-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.jian:after {
	width:46px;
	height:46px;
	border:1px solid #f19f1c;
	background-color:rgba(255, 255, 255, 0.1);
	opacity:0;
	-moz-transform:scale(0.5, 0.5);
	-ms-transform:scale(0.5, 0.5);
	-webkit-transform:scale(0.5, 0.5);
	transform:scale(0.5, 0.5);
	-moz-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1)
}
.jian:hover:before {
	opacity:0;
	-moz-transform:scale(1.5, 1.5);
	-ms-transform:scale(1.5, 1.5);
	-webkit-transform:scale(1.5, 1.5);
	transform:scale(1.5, 1.5);
	-moz-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.jian:hover:after {
	opacity:1;
	-moz-transform:scale(1, 1);
	-ms-transform:scale(1, 1);
	-webkit-transform:scale(1, 1);
	transform:scale(1, 1)
}
.page4{
	background: url(../images/bg4.jpg) no-repeat center; background-size: cover !important; height: 998px;
}
.page4 .wrapper{
	position: absolute; left: 50%; margin-left: -600px; top: 50%; margin-top: -220px;
}
.page4 .head .img,
.page4 .head .list,
.page4 .head .list dl#dl1,
.page4 .head .list dl#dl2,
.page4 .list li{
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}
.page4.active .head .img,
.page4.active .head .list,
.page4.active .head .list dl#dl1,
.page4.active .head .list dl#dl2,
.page4.active .list li{
	opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
.page4 .head{
	position: relative; width: 105%; 
}
.page4 .head .img{
	margin-left: 30px; position: relative; left: -100px;
}
.page4.active .head .img{
	left: 0;
}
.page4 .head .nav{
	position: absolute; left: 260px; top: 20px;
}
.page4 .head .nav ul{display: flex;justify-content: flex-start;align-items: center;}
.page4 .head .nav ul li a{display: block;border: 1px solid #000;padding: 5px 10px;font-size: 16px;background: #000;color: #fff;border-radius: 5px;}
.page4 .head .nav li{
	display: inline; margin-right: 20px;
}
.page4 .head .list{
	position: absolute; left: 485px; top: 25px;
	-webkit-transform:translate3d(-300px, 0, 0);
	-ms-transform:translate3d(-300px, 0, 0);
	transform:translate3d(-300px, 0, 0);
}
.page4.active .head .list{
	-webkit-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
}
.page4 .head .list dl{
	float: left; display: inline; border-top: #f2f4f3 solid 1px; position: relative; padding-top: 45px; color: #fff; 
}
.page4 .head .list dl a{
	color: #fff;
}
.page4 .head .list dl#dl1{
	width: 470px;
}
.page4 .head .list dl#dl2{
	width: 240px; margin-left: 15px;
}
.page4 .head .list dt{
	position: absolute; left: 0; top: 10px; font-size: 14px; font-weight: bold;
}
.page4 .head .list dd span{
	margin: 0 5px;
}
.page4 .body{
	margin-top: 75px;
}
.page4 .list{
	height: auto; overflow: hidden; width: 105%;
}
.page4 .list li{
	float: left; display: inline; width: 228px; height: 306px; background: #fff; margin-right: 15px; position: relative;
	transition-delay: 1s;
	-webkit-transition-delay: 1s;
	-ms-transition-delay: 1s;
}
.page4 .list li:nth-child(2){
	top: 200px; left: 100px;
}
.page4 .list li:nth-child(3){
	top: 400px; left: 200px;
}
.page4 .list li:nth-child(4){
	top: 600px; left: 300px;
}
.page4 .list li:nth-child(5){
	top: 800px; left: 400px;
}
.page4.active .list li{
	top: 0; left: 0;
}
.page4 .view{
	position: relative; padding-top: 115px; padding-left:25px; padding-right:25px;
}
.page4 .view h4{ font-size:14px; color:#000;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.page4 .view .date{
	position: absolute; left: 115px; top: 40px;color: rgb(47,52,82);
}
.page4 .view .date big{
	font-size: 50px; font-weight: bold; 
}
.page4 .view .date span{
	position: absolute; left: 18px; bottom: 0; background: #fff; padding: 0 5px; line-height: 1.3; font-family: arial; width: 80px;
}
.page4 .view .img{
	/*height: 90px;*/
}
.page4 .view .img table{
	width: 100%; height: 100%;
}
.page4 .view .img table tr td img{width: 100%;}
.page4 .view h2{
	font-size: 15px; line-height: 25px;
}
.page4 .mask{
	background: #e50581; position: absolute; left: 0; right: 0; top: 400px; bottom: 0; padding:30px 25px; color: #fff; 
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}
.page4 .mask .img img{
	display: block;
	width: 100%;
}
.page4 a:hover .mask,
.page4 .selected .mask{
	top: 0;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
.page4 .mask h2{
	margin-top: 20px; font-size: 15px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;
}
.page4 .mask hr{
	width: 37px; height: 1px; border: none; background: #fff; display: block; margin-top: 20px; margin-left: 0;
}
.page4 .mask p{
	margin-top: 20px; clear: both;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.page4 .wen{
	width: 46px; height: 46px; border-radius:46px; display: inline-block; position: relative;
}
.page4 .wen:before, .wen:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	pointer-events:none
}
.page4 .wen:before {
	width:46px;
	height:46px;
	border:1px solid #fff;
	-moz-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.page4 .wen:after {
	width:46px;
	height:46px;
	border:1px solid #fff;
	background-color:rgba(255, 255, 255, 0.1);
	opacity:0;
	-moz-transform:scale(0.5, 0.5);
	-ms-transform:scale(0.5, 0.5);
	-webkit-transform:scale(0.5, 0.5);
	transform:scale(0.5, 0.5);
	-moz-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1)
}
.page4 .wen:hover:before {
	opacity:0;
	-moz-transform:scale(1.5, 1.5);
	-ms-transform:scale(1.5, 1.5);
	-webkit-transform:scale(1.5, 1.5);
	transform:scale(1.5, 1.5);
	-moz-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.page4 .wen:hover:after {
	opacity:1;
	-moz-transform:scale(1, 1);
	-ms-transform:scale(1, 1);
	-webkit-transform:scale(1, 1);
	transform:scale(1, 1)
}
.page5{
	/*background:#e5ebed;*/ height: 1115px;background: url(../images/bgab.jpg) no-repeat center;background-size: cover !important;
}
.page5 .wrapper{
	position: absolute; left: 50%; margin-left: -600px; top: 50%; margin-top: -240px;
}
.page5 .img-wrap{
	width: 500px; float: left; display: inline; border-top: #000000 solid 3px; position: relative; 
}
.page5 .img-wrap .img1,
.page5 .img-wrap .img2,
.page5 .img-wrap .img3,
.page5 .img-wrap .img4,
.page5 .text,
.page5 .nav li{
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}
.page5.active .img-wrap .img1,
.page5.active .img-wrap .img2,
.page5.active .img-wrap .img3,
.page5.active .img-wrap .img4,
.page5.active .text,
.page5.active .nav li{
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
.page5 .img-wrap .img1{
	margin-left: 90px; margin-top: 30px; 
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
	transform: scale(0);
	-webkit-transform: scale(0);
}
.page5.active .img-wrap .img1{
	transform: scale(1);
	-webkit-transform: scale(1);
}
.page5 .img-wrap .img2{
	position: absolute; left: 60px; top: 20px;
	-webkit-transform:translate3d(-100px, 0, 0);
	-ms-transform:translate3d(-100px, 0, 0);
	transform:translate3d(-100px, 0, 0);
}
.page5.active .img-wrap .img2{
	-webkit-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
}
.page5 .img-wrap .img3{
	position: absolute; left: -100px; top: 80px;
}
.page5.active .img-wrap .img3{
	left: 0;
}
.page5 .img-wrap .img4{
	margin-top: 20px; margin-left: 290px;
}
.page5.active .img-wrap .img4{
	margin-left: 90px;
}
.page5.active .img-wrap .img4 a{display: block;font-size: 18px;color: #000;border: 1px solid #000;padding: 8px 20px;
border-radius: 20px;width: 100px;text-align: center;}
.page5.active .img-wrap .img4 a:hover{background: #000;color: #fff;}
.page5 .text{
	width: 260px; float: left; display: inline; margin-left: 130px; border-top: #000000 solid 1px; padding-top: 40px; position: relative; top: 200px;
}
.page5.active .text{
	top: 0;
}
.page5 .text h2{
	font-size: 18px; margin-bottom: 20px; font-weight: bold;
}
.page5 .text p{
	margin-bottom: 30px; font-size: 14px; line-height: 26px;
}
.page5 .nav{
	width: 240px; float: right; display: inline;
}
.page5 .nav li{
	 border-top: #000000 solid 1px; padding-top: 40px; padding-bottom: 80px; position: relative; top: -200px;
}
.page5 .nav li:first-child{
	transition-delay: 0.7s;
	-webkit-transition-delay: 0.7s;
}
.page5.active .nav li{
	top: 0;
}
.page5.active .nav li.indab_by a{display: block;}
.page5.active .nav li.indab_by a img{width:60%;display: block;margin:0 auto 15px auto;}
.page5 .nav li.indab_by a img {width: 60%;display: block;margin: 0 auto 15px auto;}
.page5.active .nav li.indab_by a p{display: flex;justify-content: space-between;align-items: center;border-top: 1px solid rgb(47,52,82,0.2);
/*border-bottom: 1px solid rgb(47,52,82);*/padding: 10px;}
.page5.active .nav li.indab_by a p span{font-size: 16px;text-align: center;color: rgb(47,52,82);font-weight: bold;}
.page5.active .nav li.indab_jo a{display: block;}
.page5.active .nav li.indab_jo a img{width: 70%;}
.page5 .nav li.indab_jo a img{width: 70%;}
.page6{
	/*background: url(../images/bg6.jpg) no-repeat center; */background-size: cover !important; height: 900px;
}
.page6 video{
	position: absolute; left: 0; right: 0; top: 0; bottom: 0;
}
.page6 .bg{
	background: url(../images/img50.png) repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-family:"microsoft yahei",arial;
}
.page6 .wrapper {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: auto;
    margin-top: -205px;
    bottom: 80px;
}
.page6{position: relative;}
.page6 .ewm{/*width: 20%;float: left;*/position: absolute;bottom: 30px;right: 100px;z-index: 999;}

.page6 .img{
	margin-left: 340px; position: relative;
}
.page6 .img .quan,
.page6 .img .wen{
	-webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    opacity: 0.9;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
}
.page6.active .img .quan,
.page6.active .img .wen{
	opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
.page6 .img .wen{
	position: absolute; left: 160px; top: 60px;
	-webkit-transform:translate3d(100px, 0, 0);
	-ms-transform:translate3d(100px, 0, 0);
	transform:translate3d(100px, 0, 0);
}
.page6.active .img .wen{
	-webkit-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
}
.page6.active .img .wen p{color: #fff;font-size: 150px;line-height: 140px;font-weight: normal;}
.page6 .img .quan{
	-webkit-transform:translate3d(-100px, 0, 0);
	-ms-transform:translate3d(-100px, 0, 0);
	transform:translate3d(-100px, 0, 0);
}
.page6.active .img .quan{
	-webkit-transform:translate3d(0, 0, 0);
	-ms-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
}

.page6 .text{
	height: auto; margin-top:70px;
}
.page6 .time{
	width:43%; float: left; display: inline; color: #fff; font-family: arial; line-height: 1;margin-right: 2%;
}
.page6 .time h3{font-size: 28px;line-height: 50px;}
.page6 .time h3 span{display: block;}
.page6 .time .wrap{
	display: inline-block; text-align: center;
}
.page6 .time h2{
	margin-top: 10px; color: #fff; font-size: 21px;
}
.page6 .time h4{
	margin-top: 10px;
}
.page6 .tele{
	width:33%; float: left; display: inline; 
}
.page6 .ewm{width: 20%;float: left;}
.page6 .ewm img{display: block;margin: 0 auto;width: 150px;}
.page6 .ewm span{display: block;font-size: 16px;text-align: center;color: #fff;margin: 10px 0;}
.page6 .tele p{color: #fff;padding: 0 0 10px 0;font-size: 35px;line-height: 50px;}
.page6 .tele p span{display: block;}
.page6 .tele img{
	display: block;
}
.page6 .tele .qq{
	margin-top: 30px;
}
.page6 .info{
	height: auto; overflow: hidden; width: 1200px; position: absolute; left: 50%; margin-left: -600px; bottom: 35px; color: #fff; 
}
.page6 .info a{
	color: #fff;
}
.page6 .info ul{
	width: 33%; float: left; display: inline; font-size: 14px;text-align: center;
}
.flink{
	background: #202020; padding: 25px 0; color: #4f4f4f;
}
.flink dt,
.flink dd{
	display: inline; margin-right: 35px; line-height: 27px;
}
.flink dt{
	font-weight: bold;
}
.gb-arrow{
	background: url(../images/img42.png) no-repeat left center; height: 47px; line-height: 47px; padding-left: 30px; position: absolute; left: 30px; 
	top: 50%; margin-top: 1500px; font-size: 12px; color: #fff;
	-webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
}
.active .gb-arrow{
	margin-top: -23px;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
.slide-wrap{
	width: 100%; height: 100%; position: relative;
}
.slide-wrap ul{
	width: 100%; height: 100%;
}
.slide-wrap li{
	width: 100%; height: 100%; overflow: hidden; text-align: center; position: absolute; left: 0; right: 0; top: 0; bottom: 0; 
}
.slide-wrap li .wrap{
	position: absolute; left: 0; right: 0; /*top: 50%; margin-top: -250px;*/width: 100%;height: 100%;
	display: flex;justify-content: center;align-items: center;
}
.slide-wrap li.selected{
}
.slide-wrap li .bg{
	/*background: url(../images/img50.png) repeat;*/ 
	position: absolute; left: 0; right: 0; top: 0; bottom: 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	-moz-opacity: 0;
}
.slide-wrap li.selected .bg{
	opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-moz-opacity: 1;
}
.slide-wrap li .img{
	position: relative; z-index: 9;
	transition: all 1s;
	-webkit-transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
}
.slide-wrap li.selected .img{
	-webkit-transform:translate3d(0, 0, 0) !important;
	-ms-transform:translate3d(0, 0, 0) !important;
	transform:translate3d(0, 0, 0) !important;
}
.indban .indban_txt.indban_txt3 .img{background: rgba(0,0,0,0.5);padding: 20px;}
.slide-wrap li .text{
	color: #fff; font-size: 20px; margin-top:35px; position: relative; z-index: 9;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.slide-wrap video{
	position: absolute; z-index: 0; top:0px;right: 0px; min-width: 0px; min-height: 999px; width: 1920px; height: auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-moz-transition: all 0.5s;
}
.slide-wrap li#s1 video{
	opacity:0;
}
.slide-wrap li#s1.selected video{
	opacity:1;
}
.slide-wrap li#s1 .img{
	opacity:0;
	-webkit-transform:translate3d(0, 50px, 0);
	-ms-transform:translate3d(0, 50px, 0);
	transform:translate3d(0, 50px, 0);
}
.slide-wrap li#s1.selected .img{
	opacity:1;
}
.slide-wrap li#s1 .text{
	opacity:0;
}
.slide-wrap li#s1.selected .text{
	opacity:1;
}
.slide-wrap li#s2 video{
	opacity:0;
	-webkit-opacity:0;
	-ms-opacity:0;
	-moz-opacity:0;
}
.slide-wrap li#s2.selected video{
	opacity:1;
	-webkit-opacity:1;
	-ms-opacity:1;
	-moz-opacity:1;
}
.slide-wrap li#s2 .img{
	position: relative; display: inline-block; opacity:0;
	-webkit-transform:translate3d(0, 50px, 0);
	-ms-transform:translate3d(0, 50px, 0);
	transform:translate3d(0, 50px, 0);
}
.slide-wrap li#s2.selected .img{
	opacity:1;
}
.slide-wrap li#s2 .quan{
	position: absolute; right: 0; top: 0;
}
.slide-wrap li#s2 .img{
	opacity:0;
}
.slide-wrap li#s2 .text{
	opacity:0;
}
.slide-wrap li#s3 video{
	opacity: 0;
}
.slide-wrap li#s3.selected video{
	opacity: 1;
}
.slide-wrap li#s3 .img{
	opacity:0;
	-webkit-transform:translate3d(0, 50px, 0);
	-ms-transform:translate3d(0, 50px, 0);
	transform:translate3d(0, 50px, 0);
}
.indban .img h2{font-size:70px;color: #fff;line-height:70px;margin-bottom: 50px;
/*text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, 2px 2px 0px #fff, -2px -2px 0px #fff, 3px 3px 0px #fff, -3px -3px 0px #fff;*/}
.indban .img h3{font-size:32px;color: #fff;line-height:50px;margin-bottom:30px;}
.indban .indban_txt{width:40%;}
.slide-wrap li#s3.selected .img{
	opacity:1;
}
.slide-wrap li#s3 .text{
	opacity:0;
}
.slide-wrap li#s3.selected .text{
	opacity:1;
}
.slide-nav-wrap {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	padding-top:25px;
	margin-bottom:-22px;
	opacity:1;
	overflow:hidden;
	z-index:8;
	-moz-transform:translateY(100%);
	-ms-transform:translateY(100%);
	-webkit-transform:translateY(100%);
	transform:translateY(100%);
	transform: matrix(1, 0, 0, 1, 0, 0);
	-webkit-transform: matrix(1, 0, 0, 1, 0, 0);
	-moz-transform: matrix(1, 0, 0, 1, 0, 0);
	-ms-transform: matrix(1, 0, 0, 1, 0, 0);
	height: 84px;
}
#slide-nav {
	position:relative;
	width:620px;
	height:26px;
	margin:auto;
	-moz-transform:translateX(90px);
	-ms-transform:translateX(90px);
	-webkit-transform:translateX(90px);
	transform:translateX(90px)
}
.nav-line {
	float:left;
	position:relative;
	width:90px;
	height:1px;
	top:13px
}
.nav-line:after {
	content:'';
	position:absolute;
	top:0;
	width:90px;
	height:100%;
	background-color:#fff;
	-moz-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1)
}
.nav-line.small:after {
	width:78px
}
.nav-line.x-small:after {
	width:63px;
	-moz-transition:all 1s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition:all 1s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition:all 1s cubic-bezier(0.77, 0, 0.175, 1);
	transition:all 1s cubic-bezier(0.77, 0, 0.175, 1)
}
.nav-line.prev:after {
	left:0
}
.nav-line.next:after {
	right:0
}
.nav-line:first-child:before, .nav-line:last-child:before {
	content:'';
	position:absolute;
	top:0;
	width:8000px;
	height:1px;
	background-color:#fff;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.nav-line:first-child:before {
	left:-8000px
}
.nav-line:last-child:before {
	right:-8000px
}
.nav-bullet-container {
	float:left;
	position:relative;
	width:26px;
	height:26px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%
}
.nav-bullet-container:nth-child(1) {
margin-left:100px
}
.nav-bullet-container:before {
	content:'';
	position:absolute;
	top:-15px;
	left:8px;
	opacity:0;
	pointer-events:none;
	width:0;
	height:0;
	border-style:solid;
	border-width:6px 5px 0 5px;
	border-color:#fff transparent transparent transparent;
	-moz-transform:translateY(-10px);
	-ms-transform:translateY(-10px);
	-webkit-transform:translateY(-10px);
	transform:translateY(-10px);
	-moz-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden
}
.desktop #slide-nav .nav-bullet-container:hover:before {
	-moz-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
	opacity:1
}
.desktop #slide-nav .nav-bullet-container:hover .nav-link:before {
	-moz-transform:scale(2, 2);
	-ms-transform:scale(2, 2);
	-webkit-transform:scale(2, 2);
	transform:scale(2, 2);
	opacity:0;
	-moz-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.desktop #slide-nav .nav-bullet-container:hover .nav-link:after {
	-moz-transform:scale(3.3, 3.3);
	-ms-transform:scale(3.3, 3.3);
	-webkit-transform:scale(3.3, 3.3);
	transform:scale(3.3, 3.3);
	opacity:0.2
}
.desktop #slide-nav .nav-bullet-container:hover .nav-bullet {
	opacity:1;
	-moz-transform:scale(1, 1);
	-ms-transform:scale(1, 1);
	-webkit-transform:scale(1, 1);
	transform:scale(1, 1)
}
.desktop #slide-nav .nav-bullet-container:hover .nav-text {
	opacity:1;
	-moz-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-webkit-transform:translateY(0px);
	transform:translateY(0px)
}
.nav-bullet-container.active .nav-link:after {
	opacity:1
}
.nav-link {
	display:block;
	position:relative;
	width:100%;
	height:100%;
	color:#fff;
}
.nav-link:before {
	content:'';
	position:absolute;
	left:5px;
	top:5px;
	width:14px;
	height:14px;
	border:1px solid #fff;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	opacity:0.5;
	-moz-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.nav-link:after {
	content:'';
	position:absolute;
	left:9px;
	top:9px;
	width:8px;
	height:8px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	background-color:#fff;
	opacity:0.5;
	-moz-backface-visibility:hidden;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-moz-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1)
}
.nav-bullet {
	position:absolute;
	left:9px;
	top:9px;
	width:8px;
	height:8px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	background-color:#fff;
	opacity:0;
	-moz-transform:scale(0, 0);
	-ms-transform:scale(0, 0);
	-webkit-transform:scale(0, 0);
	transform:scale(0, 0);
	-moz-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1)
}
.nav-text {
	position:absolute;
	left:-44px;
	bottom:-22px;
	width:113px;
	text-align:center;
	opacity:0;
	pointer-events:none;
	-moz-transform:translateY(10px);
	-ms-transform:translateY(10px);
	-webkit-transform:translateY(10px);
	transform:translateY(10px);
	-moz-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	color: #fff;
}
/*雷达波纹效果*/
.gb-radar{
	position: relative;
}
.gb-radar:before, .gb-radar:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	pointer-events:none
}
.gb-radar:before {
	width:88px;
	height:88px;
	border:1px solid #fff;
	-moz-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-o-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	-webkit-transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955);
	transition:all 0.8s cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.gb-radar:after {
	width:86px;
	height:86px;
	border:2px solid #fff;
	background-color:rgba(255, 255, 255, 0.1);
	opacity:0;
	-moz-transform:scale(0.5, 0.5);
	-ms-transform:scale(0.5, 0.5);
	-webkit-transform:scale(0.5, 0.5);
	transform:scale(0.5, 0.5);
	-moz-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	-webkit-transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	transition:all 0.8s cubic-bezier(0.77, 0, 0.175, 1)
}
.gb-radar:hover:before {
	opacity:0;
	-moz-transform:scale(1.5, 1.5);
	-ms-transform:scale(1.5, 1.5);
	-webkit-transform:scale(1.5, 1.5);
	transform:scale(1.5, 1.5);
	-moz-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-webkit-transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition:all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}
.gb-radar:hover:after {
	opacity:1;
	-moz-transform:scale(1, 1);
	-ms-transform:scale(1, 1);
	-webkit-transform:scale(1, 1);
	transform:scale(1, 1)
}
/*弹出菜单*/
#nav {
	position:fixed;
	top:0;
	width:0;
	width:100%;
	height:100%;
	background:#282828;
	z-index:9999;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	opacity: 1;
	-webkit-opacity: 1;
	-ms-opacity: 1;
	-moz-opacity: 1;
}
#nav.hide{
	top: -100%;
	opacity: 0;
	-webkit-opacity: 0;
	-ms-opacity: 0;
	-moz-opacity: 0;
}
.nav_top {
	width:100%;
}
.nav_main {
	max-width:1000px;
	height:514px;
	margin:0 auto;
	position:relative;
	top:50%;
	margin-top:-250px;
	display:table;
}
.nav_main h1 {
	color:#fff;
	font-size:48px;
	clear:both;
	padding-left:10px;
	font-style:italic;
	font-family:"microsoft yahei",arial;
}
.nav_main ul {
	width:100%;
	padding-top:80px;
	display:table;
}
.nav_main ul li {
	width:257px;
	height:130px;
	padding-left:76px;
	float:left;
	color:#fff;
}
.nav_main ul li a {
	color:#fff;
}
.nav_main ul li h2 {
	height:50px;
	line-height:50px;
	font-size:16px;
}
.nav_main ul li h2 a em {
	color:#949494;
	margin-left:20px;
	font-size:12px;
	font-style:normal;
	
}
.nav_main ul li div a {
	color:#dbdbdb;
	display:block;
	line-height:22px;
	font-size:12px;
}
.nav_main ul li div a:hover {
	color:#fff;
}
.nav_main ul li.homes {
	background:url(../images/homes.png) no-repeat 10px 12px;
}
.nav_main ul li.services {
	background:url(../images/services.png) no-repeat 10px 12px;
}
.nav_main ul li.cases {
	background:url(../images/cases.png) no-repeat 10px 12px;
}
.nav_main ul li.abouts {
	background:url(../images/abouts.png) no-repeat 10px 12px;
}
.nav_main ul li.news {
	background:url(../images/news.png) no-repeat 10px 12px;
}
.nav_main ul li.Advantages {
	background:url(../images/advantages.png) no-repeat 10px 12px;
}
.nav_main ul li.Experiences {
	background:url(../images/tiyans.png) no-repeat 10px 12px;
}
.nav_main ul li.Jobs {
	background:url(../images/jobs.png) no-repeat 10px 12px;
}
.nav_main ul li.Contacts {
	background:url(../images/contacts.png) no-repeat 10px 12px;
}
.nav_main ul li div a:after {
	-webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.nav-toggle {
	background-color: #fff;
	position: fixed;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	top: 15px;
	right: 13px;
	z-index: 30;
	overflow: hidden;
}
.nav-toggle span {
	width: 16px;
	display: block;
	height: 2px;
	position: absolute;
	left: 10px;
	background-color: #24252f;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
 .nav-toggle span:nth-child(1) {
 top: 13px;
}
 .nav-toggle span:nth-child(2) {
 top: 18px;
}
 .nav-toggle span:nth-child(3) {
 top: 23px;
}
 .nav-toggle.close span:nth-child(1) {
 top: 18px;
 -webkit-transform: rotate(135deg);
 -ms-transform: rotate(135deg);
 transform: rotate(135deg);
}
 .nav-toggle.close span:nth-child(2) {
 opacity: 0;
 left: -30px;
}
 .nav-toggle.close span:nth-child(3) {
 top: 18px;
 -webkit-transform: rotate(-135deg);
 -ms-transform: rotate(-135deg);
 transform: rotate(-135deg);
}
a.logo_menu {
	margin-top:21px;
	display:inline-block;
	margin-left:31px;
}
a.close_menu {
	width:50px;
	height:48px;
	display:inline-block;
	margin-top:20px;
	background:url(../images/close.png) no-repeat;
	float:right;
	margin-right:30px;
	-moz-transition:-moz-transform 0.5s; /* Firefox 4 */
	-webkit-transition: -webkit-transform 0.5s; /* Safari and Chrome */
	-o-transition: -o-transform 0.5s; /* Opera */
}
a.close_menu:hover {
	-moz-transform:rotate(90deg); /* Firefox 4 */
	-webkit-transform:rotate(90deg); /* Safari and Chrome */
	-o-transform:rotate(90deg); /* Opera */
}
.sidebar{
	position: fixed; right: 0; top: 50%; margin-top: -80px; width: 55px; background: rgba(0,0,0,0.3); padding: 12px 0 0 0; border-radius:8px 0 0 8px; 
	z-index:999999;
}
.sidebar li{
	height: 50px; width: 160px; padding-left: 17px; border-radius:8px 0 0 8px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.sidebar li img{
	display: block;
}
.sidebar li:hover{
	margin-left: -105px; background: rgba(0,0,0,0.6); 
}
/*进度条*/
#loader{
	position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 999999; background: #000;
}
#loader .myStat{
	margin: 0 auto;
}
#loader .wrap{
	text-align: center; color: #fff; position: absolute; left: 50%; margin-left: -100px; width: 200px; height: 120px; top: 50%; margin-top: -60px;
}
#loader .wrap h2{
	margin-top: 20px;
}
#loader .quan{
	width: 100px; height: 100px; border-radius:100px; margin: 0 auto; text-align: center; line-height: 100px; font-size: 12px; position: relative;
}
#loader .quan .num{
	width:60px ; height: 22px; background: #000; position: absolute; top: 50%; margin-top: -8px; left: 20px; text-align: center; color: #fff; line-height: 1;
}



/*内页*/
/*关于我们*/
.conban{width: 100%;}
.conban .conban_img{width: 100%;}
.conban .conban_img img{width: 100%;}


.content .sub_banner.h494 {
    height: 494px;
}
.content .sub_banner {
    width: 100%;
    background: no-repeat center;
    background-size: cover;
    -webkit-transition: height .5s;
    transition: height .5s;
}
.About .p { padding-right: 20px; box-sizing: border-box; }
.About .Ab_nav { height: 100px; }
.About .Ab_nav > div { z-index: 977; width: 100%; height: 100px; background: #fff;box-shadow: 0 3px 15px 0px rgb(0,0,0,0.2); }
.About .Ab_nav ul { padding: 13px 0; }
.About .Ab_nav ul li { float: left; width:12.5%; cursor: pointer; }
.About .Ab_nav ul li i { display: block; width: 48px; height: 48px; margin: 0 auto 12px; background: no-repeat center; background-size: 100%; }
.About .Ab_nav ul li span { display: block; font-size: 16px; color: #333; text-align: center; }
.About .Ab_nav ul li.a1 i { background-image: url(../images/ab_1_1.png); }
.About .Ab_nav ul li.a2 i { background-image: url(../images/ab_2_1.png); }
.About .Ab_nav ul li.a3 i { background-image: url(../images/ab_3_1.png); }
.About .Ab_nav ul li.a4 i { background-image: url(../images/ab_4_1.png); }
.About .Ab_nav ul li.a5 i { background-image: url(../images/ab_5_1.png); }
.About .Ab_nav ul li.a6 i { background-image: url(../images/ab_6_1.png); }
.About .Ab_nav ul li.a7 i { background-image: url(../images/ab_7_1.png); }
.About .Ab_nav ul li.a8 i { background-image: url(../images/ab_8_1.png); }
.About .Ab_nav ul li:hover span, .About .Ab_nav ul li.on span { color: #2f3452;text-decoration: underline; }
.About .Ab_nav ul li:hover.a1 i, .About .Ab_nav ul li.on.a1 i { background-image: url(../images/ab_1_2.png); }
.About .Ab_nav ul li:hover.a2 i, .About .Ab_nav ul li.on.a2 i { background-image: url(../images/ab_2_2.png); }
.About .Ab_nav ul li:hover.a3 i, .About .Ab_nav ul li.on.a3 i { background-image: url(../images/ab_3_2.png); }
.About .Ab_nav ul li:hover.a4 i, .About .Ab_nav ul li.on.a4 i { background-image: url(../images/ab_4_2.png); }
.About .Ab_nav ul li:hover.a5 i, .About .Ab_nav ul li.on.a5 i { background-image: url(../images/ab_5_2.png); }
.About .Ab_nav ul li:hover.a6 i, .About .Ab_nav ul li.on.a6 i { background-image: url(../images/ab_6_2.png); }
.About .Ab_nav ul li:hover.a7 i, .About .Ab_nav ul li.on.a7 i { background-image: url(../images/ab_7_2.png); }
.About .Ab_nav ul li:hover.a8 i, .About .Ab_nav ul li.on.a8 i { background-image: url(../images/ab_8_2.png); }
.About .Ab_tit { line-height: 40px; }
.About .Ab_tit span { display: inline-block; font-size:38px; font-weight: 100; color: #333; vertical-align: top; margin-bottom: 30px;}
.About .Ab_tit span i { display: inline-block; margin-left: 14px; font-size: 20px; font-weight: 100; color: #ccc; vertical-align: bottom; line-height: 1; }
.About .Ab_1 { width: 100%; padding: 50px 0; box-sizing: border-box; background: no-repeat center; background-size: cover; overflow: hidden;}
/*.About .Ab_1 .Ab_tit { float: left; }*/
.About .Ab_1 .Ab_mian {width: 100%;overflow: hidden; margin-top: 30px;}
.About .Ab_1 .Ab_mian .abmain_rig{float: left;width:18%;}
.About .Ab_1 .Ab_mian .abmain_rig p{width: 100%;}
.About .Ab_1 .Ab_mian .abmain_rig p img{width: 100%;}
.About .Ab_1 .Ab_mian .abmain_le{float: right; width: 75%;}
/*.About .Ab_1 .Ab_mian h4 {margin-top: 17px;margin-bottom: 25px;font-size: 30px; color: #2f3452; }*/
.About .Ab_1 .Ab_mian .pp {overflow: hidden;margin:0 0 30px 0;}
.About .Ab_1 .Ab_mian .pp p {font-size: 15px;color: #333;line-height: 30px;text-indent: 2em;text-align: justify; }
.About .Ab_1 .Ab_mian .pp > div { margin-top: 0; -webkit-transition: all .5s; transition: all .5s; }
.About .Ab_1 .Ab_mian .pp br { display: block; height: 12px; }
.About .Ab_1 .Ab_mian .kk {display: flex;justify-content: space-between;align-items: center; padding: 20px 0 0 0;}
.About .Ab_1 .Ab_mian .kk li {}

.About .Ab_1 .Ab_mian .kk li em.em1 { display: block; margin-bottom: 10px; font-size: 16px; color: #d5302a;}
.About .Ab_1 .Ab_mian .kk li em.em1 em.em2 { display: inline-block; position: relative; margin-right: 15px; font-size: 30px; font-style: normal !important;}
.About .Ab_1 .Ab_mian .kk li em.em1 em.jia:before { position: absolute; left: 100%; top: 0; content: '+'; font-size: 16px; font-weight: bold; }

.About .Ab_1 .Ab_mian .kk li em { display: block; margin-bottom: 10px; font-size: 16px; color: #d5302a; }
.About .Ab_1 .Ab_mian .kk li em i { display: inline-block; position: relative; margin-right: 15px; font-size: 30px; }
.About .Ab_1 .Ab_mian .kk li em i.jia:before { position: absolute; left: 100%; top: 0; content: '+'; font-size: 16px; font-weight: bold; }
.About .Ab_1 .Ab_mian .kk li span { display: block; font-size: 16px; color: #333; }
.About .Ab_1 .abbtt { padding:30px 0 15px 0; font-size: 0; }
.About .Ab_1 .abbtt a { display: inline-block; width: 34px; height: 34px; margin-right: 15px; border: 1px solid #989898; border-radius: 5px;
 font-size: 20px; color: #666; text-align: center; line-height: 34px; }
.About .Ab_1 .abbtt a:hover { color: #2f3452; border-color: #2f3452; }
.About .Ab_1 .abbtt a.on { pointer-events: none; }
.About .Ab_2 { width: 100%;padding:50px 0; background: no-repeat center; background-size: cover; box-sizing: border-box; }
.About .Ab_2 .jiagou{width: 100%;margin-top: 30px;}
.About .Ab_2 .jiagou p{font-size: 15px;color: #333;line-height: 30px;text-indent: 2em;text-align: justify;}
.About .Ab_2 .jiagou img{width: 100%;margin-top: 20px;}
/*.About .Ab_2 .Ab_mian { position: relative; width: 100%; height: 450px; }
.About .Ab_2 .Ab_mian a { position: absolute; -webkit-transition: all .5; transition: all .5; }
.About .Ab_2 .Ab_mian a.a1 { top: 165px; left: 120px; }
.About .Ab_2 .Ab_mian a.a2 { top: -6px; left: 592px; }
.About .Ab_2 .Ab_mian a.a3 { bottom: -18px; right: 120px; }
.About .Ab_2 .Ab_mian a i { display: block; width: 238px; height: 238px; overflow: hidden; margin: 0 auto 20px; border-radius: 50%; }
.About .Ab_2 .Ab_mian a em { display: block; font-size: 20px; color: #000; text-align: center; }*/
.About .Ab_3 { width: 100%; padding:80px 0; background: no-repeat center; background-size: cover; box-sizing: border-box; }
/*.About .Ab_3 .Ab_tit { margin-bottom: 50px; }*/
.About .Ab_3 .Ab_tit span i {display: inline-block;margin-left: 14px;font-size: 20px;font-weight: 100;color: #666 !important;vertical-align: bottom;line-height: 1;}
.About .Ab_3 .guimo{padding: 30px 0 50px 0;}
.About .Ab_3 .guimo p{font-size: 18px;line-height: 36px;text-align: justify;text-indent: 2em;margin-bottom:20px;}
/*.About .Ab_3 .Ab_tit span, .About .Ab_3 .Ab_tit i { color: #fff; }*/
.About .Ab_3 .ab_fl { width: 835px; height: 415px; background: no-repeat center; background-size: cover; }
.About .Ab_3 .ab_fr { width: 525px; }
.About .Ab_3 .ab_fr h4 { margin-bottom: 20px; font-size: 28px; color: #fff; }
.About .Ab_3 .ab_fr p { font-size: 14px; color: #fff; text-indent: 2em; line-height: 30px; }
.About .Ab_3 .ab_fr h6 { margin-top: 30px; font-size: 0; }
.About .Ab_3 .ab_fr h6 span { display: inline-block; position: relative; margin: 0 20px; }
.About .Ab_3 .ab_fr h6 span em { float: left; font-size: 16px; color: #dcedf7; line-height: 24px; }
.About .Ab_3 .ab_fr h6 span em font { display: block; font-size: 30px; color: #fff; line-height: 36px; }
.About .Ab_3 .ab_fr h6 span i { float: left; width: 60px; height: 60px; margin-left: 10px; }
.About .Ab_3 .ab_fr h6 span:first-child:before { position: absolute; top: 0; right: -15px; width: 1px; height: 100%; content: ''; background: #dcedf7; }
.About .Ab_3 .Ab_ggg { position: relative; margin: 20px 0; padding: 0 10px; }
.About .Ab_3 .Ab_ggg > span { display: inline-block; font-size: 30px; color: #fff; }
.About .Ab_3 .Ab_ggg a.iconfont { position: absolute; bottom: 0; width: 35px; height: 35px; border: 1px solid #fff; border-radius: 50%; 
font-size: 14px; color: #fff; text-align: center; line-height: 35px; }
.About .Ab_3 .Ab_ggg a.iconfont.prev { right: 60px; }
.About .Ab_3 .Ab_ggg a.iconfont.next { right: 15px; }
.About .Ab_3 .Ab_ggg a.iconfont:hover { background: #fff; color: #2f3452; }
.About .Ab_3 .Ab_xxx { height: 208px; overflow: hidden; }
.About .Ab_3 .Ab_xxx .swiper-slide { padding: 0 10px; box-sizing: border-box; }
.About .Ab_3 .Ab_xxx a { display: block; }
.About .Ab_3 .Ab_xxx a img { width: 100%; }
.About .Ab_3 .Ab_xxx a:hover .abc_img span { -webkit-transform: scale(1.05); transform: scale(1.05); }
.About .Ab_3 .Ab_xxx .abc_img { width: 100%; height: 170px; overflow: hidden; }
.About .Ab_3 .Ab_xxx .abc_img span { display: block; width: 100%; height: 100%; background: no-repeat center; background-size: cover; 
-webkit-transition: all .5s; transition: all .5s; }
.About .Ab_3 .Ab_xxx .abc_txt { padding: 12px 10px; font-size: 14px; color: #fff; text-align: center; overflow: hidden; white-space: nowrap;
 text-overflow: ellipsis; }
.About .Ab_4 {width: 100%; padding: 50px 0; background: no-repeat top left;overflow: hidden;}
.About .Ab_4 .renwu{margin-top: 40px;}
.About .Ab_4 .renwu .renwu_ul{width: 100%;overflow: hidden;}
.About .Ab_4 .renwu .renwu_ul .renwu_li{;float: left;width: 23%;margin: 15px 10px;border: 1px solid rgba(153,153,153,0.2);
border-radius: 5px;padding: 20px 0;height:270px;}
.About .Ab_4 .renwu .renwu_ul .renwu_li:hover{box-shadow: 0 0 30px rgba(0,0,0,.08);}
.About .Ab_4 .renwu .renwu_ul .renwu_li .renwu_liimg{width:20%;margin: 20px auto;}
.About .Ab_4 .renwu .renwu_ul .renwu_li .renwu_liimg img{width: 100%;}
.About .Ab_4 .renwu .renwu_ul .renwu_li .renwu_txt{padding: 10px;}
.About .Ab_4 .renwu .renwu_ul .renwu_li .renwu_txt h3{text-align: center;font-size: 25px;line-height: 35px;color: #2F3452;}
.About .Ab_4 .renwu .renwu_ul .renwu_li .renwu_txt span{display: block;margin: 10px auto 20px auto;width: 40px;height: 2px;border: 1px solid #2F3452;
background: #2F3452;border-radius: 3px;}
.About .Ab_4 .renwu .renwu_ul .renwu_li .renwu_txt p{font-size: 16px;line-height: 26px;text-align: center;}
/*.abou4List{width:100%; float:left;}
.abou4List .list{width:24%; margin: 0 0.93% 10px 0; position: relative; background-color:#000; float:left;}
.abou4List .list:nth-child(4n){margin-right:0;}
.abou4List .list img{opacity:0.4;}
.abou4List .list .textOn{width:100%; left: 0; top:50%; position: absolute; text-align: center;
-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);}
.abou4List .list .textOn .H5{font-size:28px; color:#fff; font-weight: bold;line-height: 45px;}
.abou4List .list .textOn span{display: block;width: 25px;background: #fff;height: 2px;margin: 20px auto;border: 1px solid #fff;border-radius: 2px;}
.abou4List .list .textOn .H6{font-size:18px; color:#fff;opacity: 0.9;line-height: 36px;width: 75%;margin:10px auto;text-align: center;}
.abou4List .list:hover img{opacity:0.3;}
.abou4List .list:hover{ background-color:#2f3452;}
@media screen and (min-width:992px){
	.abou4List .list:hover .H5{font-size:22px;}
}
.abou4R{width:24.36%; float:right; background-color:#000;position: relative;}
.abou4R img{opacity:0.3;}
.abou4R .text{position:absolute; top:50%; left: 0; width:100%; padding:0 10px; font-size:14px; line-height:22px; color:#fff; text-align: justify; 
max-height: 100%; overflow-y: auto;
	-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
}
.abou4R:hover img{opacity:0.3;}
.abou4R:hover{ background-color:#04A07B;}

@media screen and (max-width:1549px){
	.abou4R .text{line-height:24px;}
}
@media screen and (max-width:1199px){
	.abou4R .text{font-size:14px; padding:0 10px;}
	.abou4List .list .textOn .H5{font-size:16px;}
	.abou4{padding:60px 0 50px 0;}
	.abou4Mar{margin:0;}
}
@media screen and (max-width:767px){
	.abou4{padding:30px 0;}
	.abou4List{width:100%; margin-top:25px;}
	.abou4List .list{width:49%; margin:0 2% 10px 0;}
	.abou4List .list:nth-child(3n){margin-right:2%;}
	.abou4List .list:nth-child(2n){margin-right:0%;}
	.abou4List .list .textOn .H5{font-size:12px;}
	.abou4List .list .textOn .H6{display:none;}
	.abou4R{width:100%; margin-top:0;}
	

.prodetb1_txt ul li{float: left;width: 49%;margin-right: 1%;margin-bottom: 10px;}
.prodetb1_txt ul li:nth-child(2n){margin-right: 0;}
.prodetb1_txt ul li:nth-child(3n){margin-right: 1%;}
}*/

/*.About .Ab_4 .abl_1 { padding: 70px 0; }
.About .Ab_4 .abl_1 .ab_txt { width: 830px; overflow: hidden; }
.About .Ab_4 .abl_1 .ab_txt h4 { margin-bottom: 15px; font-size: 30px; color: #333; line-height: 30px; }
.About .Ab_4 .abl_1 .ab_txt h4 span { display: inline-block; margin-left: 20px; font-size: 24px; color: #0280cc; vertical-align: top; }
.About .Ab_4 .abl_1 .ab_txt p { font-size: 14px; color: #333; line-height: 30px; text-indent: 2em; }
.About .Ab_4 .abl_1 .ab_img { width: 525px; height: 394px; background: no-repeat center; background-size: cover; }
.About .Ab_4 .abl_1 .ab_box { position: relative; height: 170px; margin-top: 27px; }
.About .Ab_4 .abl_1 .ab_box .swiper-slide { padding: 0 10px; box-sizing: border-box; }
.About .Ab_4 .abl_1 .ab_box .swiper-slide > span { display: block; width: 100%; height: 170px; background: no-repeat center; background-size: cover; }
.About .Ab_4 .abl_1 .ab_box .slick-dots { position: absolute; left: 0; bottom: 2%; z-index: 99; width: 100%; height: 8px; text-align: center; }
.About .Ab_4 .abl_1 .ab_box .slick-dots li { display: inline-block; width: 8px; height: 8px; overflow: hidden; margin: 0 6px; border-radius: 50%; 
background: #ccc; vertical-align: top; }
.About .Ab_4 .abl_1 .ab_box .slick-dots li.slick-active { background: #2f3452; }
.About .Ab_4 .abl_1 .ab_box .slick-dots li button { display: none; }
.About .Ab_4 .abl_2 { margin-bottom: 60px; }
.About .Ab_4 .abl_2 .attr_box { width: 100%; height: 360px; }
.About .Ab_4 .abl_2 .attr_img { width: 50%; height: 100%; background: no-repeat center; background-size: cover; }
.About .Ab_4 .abl_2 .attr_txt { position: relative; z-index: 1; width: 50%; height: 100%; padding: 40px; box-sizing: border-box; background: #f2f3f5; }
.About .Ab_4 .abl_2 .attr_txt:before { position: absolute; top: 48px; right: 100%; width: 29px; height: 54px; content: ''; 
background: url(../images/icon_2.png) no-repeat center; background-size: 100%; }
.About .Ab_4 .abl_2 .attr_txt h4 { position: relative; margin-bottom: 12px; padding-left: 20px; font-size: 30px; font-weight: 100; }
.About .Ab_4 .abl_2 .attr_txt h4 em { display: block; color: #b6c1c7; text-transform: uppercase; }
.About .Ab_4 .abl_2 .attr_txt h4 span { display: block; font-size: 30px; color: #333; line-height: 30px; }
.About .Ab_4 .abl_2 .attr_txt h4 span i { display: inline-block; margin-left: 20px; font-size: 24px; color: #0281CC; line-height: 30px; vertical-align: top; }
.About .Ab_4 .abl_2 .attr_txt h4:before { position: absolute; top: 0; left: 0; width: 2px; height: 100%; content: ''; background: #0281CC; }
.About .Ab_4 .abl_2 .attr_txt p { font-size: 14px; color: #333; line-height: 30px; text-indent: 2em; }
.About .Ab_4 .abl_2 .attr_txt > div { height: 240px; overflow: hidden; }
.About .Ab_4 .abl_2 .attr_txt.fl:before { top: auto; right: auto; left: 100%; bottom: 80px; background-image: url(../images/icon_3.png); }
.About .Ab_4 .abl_3 > h4 { margin-bottom: 30px; font-size: 30px; color: #333; }
.About .Ab_4 .abl_3 > div { padding: 40px 0; border: 1px solid #eaeaea; }
.About .Ab_4 .abl_3 > div > div.fl, .About .Ab_4 .abl_3 > div > div.fr { width: 50%; padding: 0 40px; box-sizing: border-box; }
.About .Ab_4 .abl_3 > div > div.fl { border-right: 1px solid #eaeaea; }
.About .Ab_4 .abl_3 .ab_img { position: relative; width: 300px; height: 225px; background: no-repeat center; background-size: cover; }
.About .Ab_4 .abl_3 .ab_img i { position: absolute; top: 50%; left: 50%; width: 80px; height: 80px; margin-left: -40px; margin-top: -40px; 
border-radius: 50%; background: #fff no-repeat center; background-size: 100%; }
.About .Ab_4 .abl_3 .ab_txt { width: calc(100% - 330px); }
.About .Ab_4 .abl_3 .ab_txt em { display: block; margin: 10px 0; font-size: 24px; color: #333; text-align: center; }
.About .Ab_4 .abl_3 .ab_txt i { display: block; margin-bottom: 15px; font-size: 16px; color: #999; text-align: center; }
.About .Ab_4 .abl_3 .ab_txt font { display: block; font-size: 14px; color: #666; text-indent: 2em; line-height: 24px; }*/

.About .Ab_5 { width: 100%;padding: 50px 0; background: no-repeat center; background-size: cover; box-sizing: border-box; }
.About .Ab_5 .tixi{width: 100%;overflow: hidden;margin-top: 40px;}
.tixi_ul{overflow: hidden;width: 100%;height: 100%;}
.tixi_ul .tixi_li{width:16.666%;float: left;}
.tixi_ul1{overflow: hidden;width: 100%;height: 100%;}
.tixi_ul1 .tixi_li{width:33.333%;float: left;}
.tixi_li .tixi_liimg{width: 100%;height: 100%;overflow: hidden;display: block;}
.tixi_li .tixi_liimg img{width: 100%;height: 100%;transition: 0.6s;display: block;}
.tixi_li:hover .tixi_liimg img{transform: scale(1.2);}
.tixi_li2{background: #f6f6f6;height: 100%;position: relative;}
.tixi_li2 .titibg{width: 100%;}
.tixi_li2 .titibg img{width: 100%;display: block;}
.tixi_li .tixi_litxt{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.tixi_li .tixi_litxt .tixi_lip{padding:40px 0 0 0;width: 70%;margin: 0 auto;}
.tixi_li .tixi_litxt .tixi_lip h3{font-size: 24px;margin-bottom: 10px;line-height: 40px;color: #2F3452;font-weight: bold;}
.tixi_li .tixi_litxt .tixi_lip span{width: 30px;height: 2px;background: #2F3452;display: block;color: #2F3452;}
.tixi_li .tixi_litxt .tixi_lip p{font-size: 14px;line-height: 22px;margin-top:20px;color: #2F3452;text-align: justify;}
.tixi_li2 .tixi_litxt.tit{display: flex;justify-content: center;align-items: center;}
.tixi_li2 .tixi_litxt.tit .tixi_lip{width: auto;padding: 0;margin: 0;}
.tixi_li2 .tixi_litxt.tit h3{font-size: 28px;letter-spacing: 2px;}
/*体系*/
/*.About .Ab_5 .tixi .tixi_le{float: left;width: 49%;}
.txle_top{width: 100%;overflow: hidden;}
.txle_top .txle_1{float: left;width: 49%;position: relative;border-radius: 5px;overflow: hidden;}
.txle_top .txle_1 img{width: 100%;border-radius: 5px;transition: 0.6s;display: block;}
.txle_1:hover img,.txle_2:hover img,.txle_bot:hover img,.txrg_tople:hover img,.txrg_toprig:hover img{transform: scale(1.2);}
.txle_top .txle_2{float: right;width: 49%;position: relative;border-radius: 5px;overflow: hidden;}
.txle_top .txle_2 img{width: 100%;border-radius: 5px;display: block;transition: 0.6s;}
.txle_bot{width:100%;position: relative;border-radius: 5px;overflow: hidden;margin-top: 10px;}
.txle_bot img{width: 100%;border-radius: 5px;display: block;transition: 0.6s;}
.About .Ab_5 .tixi .tixi_rig{float: right;width: 49%;}
.txrg_top{margin-bottom: 10px;width: 100%;overflow: hidden;}
.txrg_tople{float: left;width:62%;position: relative;border-radius: 5px;overflow: hidden;}
.txrg_tople img{width: 100%;border-radius: 5px;display: block;transition: 0.6s;}
.txrg_toprig{float: right;width:37%;position: relative;border-radius: 5px;overflow: hidden;}
.txrg_toprig img{width: 100%;border-radius: 5px;display: block;transition: 0.6s;}
.txle_txt1{width: 100%;height:100%;position: absolute;top: 0;left: 0;background: rgba(0,0,0,0.6);
display: flex;justify-content: center;align-items: center;border-radius: 5px;}
.txle_txt1 .txle_txt1s{padding: 10px;}
.txle_txt1 .txle_txt1s h3{font-size: 26px;text-align: center;color: #fff;line-height: 38px;}
.txle_txt1 .txle_txt1s span{display: block;margin: 10px auto 15px auto;width: 30px;border: 1px solid #fff;height: 2px;
border-radius: 2px;background: #fff;}
.txle_txt1 .txle_txt1s p{font-size: 15px;text-align: center;color: #fff;line-height: 24px;}*/
/*体系-end*/


/*.About .Ab_5 .ab_mian { width: 720px; margin: 0 0 0 auto; }
.About .Ab_5 .ab_mian > div { height: 120px; overflow: hidden; }
.About .Ab_5 .ab_mian h4 { margin-bottom: 20px; font-size: 28px; color: #333; }
.About .Ab_5 .ab_mian p { font-size: 14px; color: #333; line-height: 30px; text-indent: 2em; }*/
.About .Ab_6 {width: 100%; padding:50px 0; }
/*.About .Ab_6 .Ab_tit { position: relative; }
.About .Ab_6 .Ab_tit a.iconfont { position: absolute; top: 100%; width: 35px; height: 35px; z-index: 9; border: 1px solid #ccc; 
margin-top: -20px; border-radius: 50%; background: #fff; font-size: 14px; color: #333; text-align: center; line-height: 35px; }
.About .Ab_6 .Ab_tit a.iconfont.prev { right: 60px; }
.About .Ab_6 .Ab_tit a.iconfont.next { right: 15px; }
.About .Ab_6 .Ab_tit a.iconfont:hover { background: #2f3452; color: #fff; }
.About .Ab_6 .Ab_mian { height: 310px; margin-top: 40px; overflow: hidden; }
.About .Ab_6 .ab_box { float: left; width: 25%; padding: 0 15px; box-sizing: border-box; }
.About .Ab_6 .ab_box a { display: block; width: 100%; height: 250px; background: #f6f6f6; text-align: center; line-height: 250px; }
.About .Ab_6 .ab_box a img { display: inline-block; max-width: 100%; max-height: 100%; vertical-align: middle; }
.About .Ab_6 .ab_box span { display: block; width: 100%; height: 60px; border: 1px solid #eee; background: #fff; box-sizing: border-box; 
font-size: 14px; color: #000; text-align: center; line-height: 60px; }
.About .Ab_6 .ab_box:hover span { color: #2f3452; }*/
.About .Ab_6 .guizhang{width: 100%;margin-top:40px;}
.About .Ab_6 table{width:100%;margin:0 auto;border: 1px solid rgba(0,0,0,0.3);}
.About .Ab_6 table tr{border-top: 1px solid rgba(0,0,0,0.3);padding: 0;}
.About .Ab_6 table tr td{border-top: 1px solid rgba(0,0,0,0.3);border-right: 1px solid rgba(0,0,0,0.3);
padding: 5px 0;text-align: center;font-size: 15px;}
.About .Ab_6 table tr td a{border: 1px solid #2F3452;padding:2px 8px;margin: 0 5px;border-radius: 5px;background: #2F3452;color: #fff;font-size: 14px;}
.About .Ab_6 table tr td a:hover{background: #fff;color: #2F3452;}
.About .Ab_6 table tr td:last-of-type{border-right: none;}
.About .Ab_6 table tr th{border-right: 1px solid rgba(0,0,0,0.3);padding: 5px 0;}
.About .Ab_6 table tr th:last-of-type{border-right: none;}
.About .Ab_6 table tr:first-of-type{background: #2F3452;padding: 0;}
.About .Ab_6 table tr:first-of-type th{color: #fff;padding: 5px 0;text-align: center;font-size:21px;line-height: 38px;}
.About .Ab_6 table{padding: 0;}
.About .Ab_6 table tbody{padding: 0;}


.About .Ab_7{ position: relative; z-index: 1; width: 100%;overflow: hidden; padding: 50px 0; box-sizing: border-box; }
.About .Ab_7 .zhanshi{width: 100%;margin: 30px 0 0 0;}
.About .Ab_7 .zhanshi ul{overflow: hidden;width: 100%;display: flex;
 justify-content: space-between;
 align-items: center;
 flex-wrap: wrap;}
.About .Ab_7 .zhanshi ul li{float: left;width: 32%;margin: 5px;}
.About .Ab_7 .zhanshi ul li img{width: 100%;}


.About .Ab_8{ position: relative; z-index: 1; width: 100%;overflow: hidden; padding: 50px 0; box-sizing: border-box; }
.About .Ab_8 .zizhi{width: 100%;margin: 30px 0 0 0;}
.zizhi_ul{width: 100%;overflow: hidden;}
.zizhi_ul .zizhi_li{float: left;width: 31%;border: 1px solid rgba(0,0,0,0.2);margin:10px;}
/*.zizhi_ul .zizhi_li:hover{box-shadow: 0 0 30px rgba(0,0,0,.08);}*/
.zizhi_ul .zizhi_li .zizhi_liimg{width: 100%;height: 100%;}
.zizhi_ul .zizhi_li .zizhi_liimg img{width:96%;display: block;margin: 10px auto;}
.zizhi_ul .zizhi_li .zizhi_litxt{padding: 10px;border-top: 1px solid rgba(0,0,0,0.2);margin-top: 10px;}
.zizhi_ul .zizhi_li .zizhi_litxt p{font-size: 16px;line-height: 28px;}
/*background: no-repeat center; background-size: cover; 
.About .Ab_7:before { position: absolute; top: 411px; left: 0; z-index: 1; width: 100%; height: 8px; content: ''; background: #d1d1d1; }
.About .Ab_7 .wrap_1400 { position: relative; }
.About .Ab_7 .wrap_1400 > a.iconfont { position: absolute; top: 50%; z-index: 9; width: 38px; height: 38px; overflow: hidden; 
border: 1px solid #333; border-radius: 50%; background: #fff; box-sizing: border-box; font-size: 16px; color: #999; text-align: center; line-height: 38px; }
.About .Ab_7 .wrap_1400 > a.iconfont.next { left: 100%; }
.About .Ab_7 .wrap_1400 > a.iconfont.prev { right: 100%; }
.About .Ab_7 .wrap_1400 > a.iconfont:hover { border-color: #2f3452; background: #2f3452; color: #fff; }
.About .Ab_7 .swiper-slide { cursor: pointer; }
.About .Ab_7 .swiper-slide:hover .abc_hd span, .About .Ab_7 .swiper-slide.on .abc_hd span { color: #2f3452; border-color: #2f3452; }
.About .Ab_7 .swiper-slide.on .abc_bd { z-index: 6; }
.About .Ab_7 .swiper-slide.on .abc_bd i { display: block; }
.About .Ab_7 .swiper-slide.on .abc_box { display: block; }
.About .Ab_7 .swiper-slide.p_left .abc_bd i:after { left: -2px; background-image: url(../images/icon_28.png); }
.About .Ab_7 .swiper-slide.p_left .abc_box { left: 50%; margin-left: 40px; 
-webkit-animation: Ls_right 1.5s ease forwards; animation: Ls_right 1.5s ease forwards; }
.About .Ab_7 .swiper-slide.p_left .abc_img { float: left; }
.About .Ab_7 .swiper-slide.p_left .abc_txt { float: right; text-align: left; }
.About .Ab_7 .Ab_mian { position: relative; margin-top: 50px; overflow: hidden; z-index: 2; }
.About .Ab_7 .abc_hd { position: relative; z-index: 4; margin-top: 40px; font-size: 0; text-align: center; }
.About .Ab_7 .abc_hd span { display: inline-block; width: 130px; height: 34px; border: 2px solid #d4d4d4; border-radius: 30px; 
font-size: 16px; color: #999; line-height: 34px; }
.About .Ab_7 .abc_hd:before { position: absolute; top: -51px; left: 50%; width: 22px; height: 12px; content: ''; margin-left: -11px; background: #d1d1d1; }
.About .Ab_7 .abc_bd { position: relative; z-index: 5; height: 270px; }
.About .Ab_7 .abc_bd i { display: none; position: absolute; bottom: -2px; left: 50%; width: 8px; height: 100%; background: #0280cc; 
-webkit-animation: fade-in 1s ease forwards; animation: fade-in 1s ease forwards; }
.About .Ab_7 .abc_bd i:before { position: absolute; left: -11px; bottom: 0; width: 30px; height: 12px; content: ''; background-color: #2f3452; }
.About .Ab_7 .abc_bd i:after { position: absolute; top: 0; left: -13px; width: 23px; height: 23px; content: ''; 
background: url(../images/icon_29.png) no-repeat center; background-size: 100%; }
.About .Ab_7 .abc_box { display: none; position: absolute; top: 0; right: 50%; z-index: 25; width: 660px; height: 210px; margin-right: 40px; 
-webkit-animation: Ls_left 1.5s ease forwards; animation: Ls_left 1.5s ease forwards; }
.About .Ab_7 .abc_img { width: 250px; height: 188px; overflow: hidden; }
.About .Ab_7 .abc_img img { width: 100%; }
.About .Ab_7 .abc_txt { width: calc(100% - 270px); text-align: right; }
.About .Ab_7 .abc_txt span { display: block; margin-bottom: 20px; font-size: 30px; color: #2f3452; }
.About .Ab_7 .abc_txt em { display: block; margin-bottom: 10px; font-size: 24px; color: #000; }
.About .Ab_7 .abc_txt font { display: block; max-height: 120px; font-size: 14px; color: #666; line-height: 30px; }*/

/*.About .Ab_8 { padding: 80px 0; }
.About .Ab_8 .Ab_tit { position: relative; }
.About .Ab_8 .Ab_tit a.iconfont { position: absolute; bottom: 0; width: 35px; height: 35px; border: 1px solid #ccc; 
border-radius: 50%; background: #fff; font-size: 14px; color: #333; text-align: center; line-height: 35px; }
.About .Ab_8 .Ab_tit a.iconfont.prev { right: 60px; }
.About .Ab_8 .Ab_tit a.iconfont.next { right: 15px; }
.About .Ab_8 .Ab_tit a.iconfont:hover { background: #2f3452; color: #fff; }
.About .Ab_8 .Ab_mian { height: 280px; overflow: hidden; }
.About .Ab_8 .Ab_mian ul { margin-right: -2%; }
.About .Ab_8 .Ab_mian ul li { float: left; width: 18%; height: 110px; overflow: hidden; border: 1px solid #dcdcdc; margin-right: 2%; 
margin-top: 30px; box-sizing: border-box; font-size: 0; text-align: center; line-height: 110px; }
.About .Ab_8 .Ab_mian ul li a { display: inline-block; vertical-align: middle; }
.About .Ab_8 .Ab_mian ul li img { max-width: 100%; max-height: 100%; }*/
/*.About .Ab_9 { padding: 80px 0; background: #f2f3f5; }
.About .Ab_9 .Ab_tit { position: relative; }
.About .Ab_9 .Ab_tit a.iconfont { position: absolute; top: 100%; width: 35px; height: 35px; border: 1px solid #ccc; margin-top: -20px; 
border-radius: 50%; background: #fff; font-size: 14px; color: #333; text-align: center; line-height: 35px; }
.About .Ab_9 .Ab_tit a.iconfont.prev { right: 60px; }
.About .Ab_9 .Ab_tit a.iconfont.next { right: 15px; }
.About .Ab_9 .Ab_tit a.iconfont:hover { background: #2f3452; color: #fff; }
.About .Ab_9 .Ab_mian { height: 300px; overflow: hidden; margin-top: 30px; }
.About .Ab_9 .Ab_mian .swiper-slide { padding: 0 15px; box-sizing: border-box; }
.About .Ab_9 .Ab_mian .ab_img img { width: 100%; }
.About .Ab_9 .Ab_mian .ab_txt { width: 100%; height: 60px; padding: 0 10px; background: #fff; box-sizing: border-box; font-size: 14px; 
color: #333; text-align: center; line-height: 60px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.About .Ab_9 .Ab_mian a:hover .ab_txt { color: #2f3452; }*/


/*底部*/
footer{width: 100%;background: #2F3452;padding: 30px 0 0 0;}
.foot{width: 100%;overflow: hidden;padding: 20px 0;border-bottom: 1px solid rgba(255,255,255,0.2)}
.foot .foot_li{float: left;}
.foot .foot_li1{width:46%;}
.foot .foot_li1 h2{color: #fff;font-size:25px;line-height:40px;margin-bottom: 20px;}
.foot .foot_li1 p{color: #fff;font-size: 15px;line-height: 24px;margin-bottom: 10px;}
.foot .foot_li2,.foot .foot_li3,.foot .foot_li4{width:18%;}
.foot .foot_li2 h3,.foot .foot_li3 h3,.foot .foot_li4 h3{font-size: 22px;line-height: 36px;margin-bottom: 20px;color: #fff;}
.foot .foot_li2 p a,.foot .foot_li3 p a{font-size: 15px;color:rgba(255,255,255,0.7);line-height: 24px;margin-bottom: 5px;display: block;}
.foot .foot_li2 p a:hover,.foot .foot_li3 p:hover{color: #fff;}
.foot .foot_li4 p{width: 150px;}
.foot .foot_li4 p img{display: block;width: 100%;}
.foot_last{width: 100%;padding:10px 0 5px 0;}
.foot_last p{color: #fff;font-size: 14px;line-height: 22px;}
.foot_last p a{color:rgba(255,255,255,0.7);font-size: 14px;line-height: 22px;}
.foot_last p a:hover{color: #fff;text-decoration: none;}


/*新闻*/
.connew{ padding:60px 0;}
.news-box{ border:1px solid #EEEEEE;overflow: hidden;}
.news-box a{ display: block;}
.news-box .left{ float:left; width:38%; overflow:hidden;}
.news-box .left img{width: 100%;}
.news-box .right{ float:right; width: 50%; padding:35px 65px 0;}
.news-box .right .date{ font-size: 30px;color: #888;}
.news-box .right .tit{ margin-top:35px; font-size:22px; color: #2f3452;}
.news-box .right .des{ margin-top: 10px; color: #777777;line-height: 30px; height: 60px; overflow: hidden;}
.news-box .right span{ margin: 35px 0 0;} 
.ny-more2 {margin: 0 auto;width: 150px;height: 40px;line-height: 40px;display: block;text-align: center;
font-size: 12px;color: #FFFFFF;background: #2f3452;}
.news-box a:hover img{ transform: scale(1.1); -webkit-transform: scale(1.1);}

.news-link{ margin: 45px -12px 0;}
.news-link li{ float:left; width: 25%; padding: 0 12px;}
.news-link li a{ display: block; text-align: center; background: #f5f5f5; padding: 10px 0;}
.news-link li em{ margin-right: 10px; display: inline-block; vertical-align:middle; background: #0a2444; border-radius: 50%;}
.news-link li span{ display: inline-block; vertical-align: middle; font-size:20px; color: #333333;}
.news-link li i{ display: inline-block; font-style: normal; vertical-align: middle; font-size:1px;  color: #bbbbbb; text-transform: uppercase;} 
.news-link li a.active{ background: #0a2444;}
.news-link li a.active em{ background: #2f3452;}
.news-link li a.active i{ color: #FFFFFF;}
.news-link li a.active span{ color: #FFFFFF;}

.news-list{ margin: 40px 0 70px;  border-top:1px dashed #e5e5e5;}
.news-list li{ margin-top: -1px; position: relative;}
.news-list li a{ display: block; padding:35px 190px 35px 30px; position: relative; border-bottom:1px dashed #e5e5e5; position: relative; 
overflow: hidden;}
.news-list li a:before{ content: ""; position: absolute; bottom:0; left:0; width: 0; height: 3px; background: #2f3452; -webkit-transition: all ease .4s; 
-moz-transition: all ease .4s;  -ms-transition: all ease .4s; -o-transition: all ease .4s;  transition: all ease .4s;}
.news-list li .img{ float: left; overflow: hidden; width: 250px;}
.news-list li .img img{width: 100%;}
.transition {-webkit-transition: all ease .6s;
-moz-transition: all ease .6s;
-ms-transition: all ease .6s;
-o-transition: all ease .6s;
transition: all ease .6s;}
.news-list li .img-vertical i{ padding-bottom: 58.8%;}
.news-list li .text{  margin-left: 250px; padding: 0 45px;}
.news-list li .text .tit{ height: 46px; line-height: 46px; font-size: 18px; color: #101010;}
.news-list li .text .des{ color: #999999; line-height:30px; height:60px; overflow: hidden; }
.news-list li .text span{ margin-top:22px; display: block; color: #d8d8d8; font-size: 12px; text-transform: uppercase;}
.news-list li .date{ position: absolute; top:50px; right:0; width: 139px; border-left: 1px solid #eeeeee; padding-left: 50px; color: #999999;}
.news-list li .date span{ display: block; font-size: 30px; opacity: .6;}
.news-list li .date p{ font-size: 12px;margin-top: 5px; }
.news-list li .date i{ margin-top:35px; display: inline-block; width:32px; height: 32px; background:url(../images/slick_next.png); 
background-color: #0a2444; border-radius:50%;}
.news-list li:hover{z-index:1; }
.news-list li a:hover:before{ width: 100%;}
.news-list li a:hover{ background: #FFFFFF; border-bottom:1px solid #FFFFFF; -o-box-shadow:0 0 20px rgba(0,0,0,.08); 
-ms-box-shadow:0 0 20px rgba(0,0,0,.08); -moz-box-shadow:0 0 20px rgba(0,0,0,.08); -webkit-box-shadow:0 0 20px rgba(0,0,0,.08); box-shadow:0 0 20px rgba(0,0,0,.08);}
.news-list li a:hover .img img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.news-list li a:hover .text .tit{ color: #2f3452;}
.news-list li a:hover .date i{ background-color: #2f3452;}


@media screen and (max-width:999px){
	/*新闻*/
	.news{ padding: 40px 0;}
	.news-box .left{ width: 100%;}
	.news-box .right{ width: 100%; padding:20px;}
	.news-box .right .date{ font-size: 18px;}
	.news-box .right .tit{ font-size:20px;}
	.news-box .right span{ margin-top: 15px; }  
	
	.news-link{ margin: 40px -3px 0;}
	.news-link li{ float:left; width: 50%; padding:3px;}
	.news-link li span{ font-size: 13px;}
	.news-link li i{display: none;}
	
	.news-list{ margin-bottom: 40px;}
	.news-list li a{ padding:20px 0;}
	.news-list li .img{ width: 120px;}
	.news-list li .text{ margin-left: 120px; padding: 0; padding-left: 10px; }
	.news-list li .text .tit{ font-size: 14px; line-height: 30px; height: 30px;}
	.news-list li .text .des{ font-size: 12px; line-height: 20px; height: 40px;}
	.news-list li .text span,
	.news-list li .date{ display: none;}
}
/*新闻结束*/

/*翻页按钮*/
.pbtn{width: 100%;margin-top: 30px;display: flex;justify-content: center;align-items: center;}
.pbtn a{display: block;padding: 5px;border: 1px solid rgba(0,0,0,0.3);border-radius: 5px;margin: 0 5px;}
.pbtn a.active{background: #2F3452;color: #fff;}
.pbtn a:hover{background: #2F3452;color: #fff;}


.ndet{width:80%;margin: 0 auto;}
.ndet .ndet_tit{width: 100%;margin-bottom:30px;}
.ndet .ndet_tit h2{font-size:38px;text-align: center;line-height: 45px;}
.ndet .ndet_tit p{text-align: center;font-size: 14px;line-height: 22px;color: #777;margin: 10px 0 20px 0;}
.ndet_txt{width: 100%;}
.ndet_txt p{text-indent: 2em;text-align: justify;font-size: 15px;line-height: 24px;margin-bottom:10px;}

.ndet_bot{width: 100%;margin-top: 30px;padding: 10px 0;border-top: 1px solid rgba(0,0,0,0.2);}
.ndet_bot p{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.ndet_bot p span{font-size: 15px;}
.ndet_bot p a{font-size: 14px;}
.ndet_txt p img{max-width:90%;}


/*加入我们*/
/*join*/
.conjoin{}
.join{overflow: hidden;margin-bottom: 50px;}
/*.contact3{margin-top:65px;}*/

.joinList{margin: 70px 0 0px 0;overflow: hidden;padding: 0 0 20px 0;}
.joinList .list{width:26%; margin:  35px 1.68%  0 0; box-shadow: 0 0 16px rgba(0,0,0,0.2); padding:34px; float:left; border-radius: 12px; position: relative;}
.joinList .list:nth-child(3n){margin-right:0;}
.joinList .list .listTop .H4{font-size:24px; color:#333333; position: relative; padding-bottom:18px;}
.joinList .list .listTop .H4::after{width:29px; height: 1px; position: absolute; bottom:0; left: 0; content: ""; background-color:#b2b2b2;}
.joinList .list .H3{font-size:35px; color:#f0f0f0; font-weight: bold; text-transform: uppercase;position: absolute; top:25px; right:22px; }

.joinList .scrollBox{height:224px;margin-top:15px; }

.joinList .scroll{padding:0 10px 0 0; height: 100%;}
.nicescroll-rails{width:2px !important; height: 100%; background-color:#dddddd;}
.joinList .scrollBox .p{font-size:15px; color:#666666; line-height: 28px;}
.joinList .scrollBox p.xing{font-size: 14px;margin: 10px 0;}	
.joinList .scrollBox .p .H6{font-weight:bold;font-size:16px;line-height: 28px;margin: 10px 0;}
@media screen and (min-width:992px){
	.joinList .list:hover{background-color:#2f3452;}
	.joinList .list:hover .listTop .H4,
	.joinList .list:hover .p{color:#fff;}
	.joinList .list:hover .p h5 a{color:#2f3452;background: #fff;border: 1px solid #fff;}
	.joinList .list:hover .listTop .H4::after{background-color:#fff; opacity: 0.5;}
	.joinList .list:hover .H3{color:#f6f6f6;}
	/*.joinList .list:hover .listTop .H4{color: #f6f6f6;}*/
}
.joinList .scrollBox .p h5 a{margin:25px 0 10px 0;border: 1px solid #2f3452;font-size: 15px;border-radius: 5px;
background: #2f3452;display: block;color: #fff;padding: 5px 0;text-align: center;}
#ascrail2000 div{margin-right:-1px;}
.nicescroll-rails div{background-color: #a9b4f6  !important;}

.contact3 .text1{text-align:center; font-size:16px; line-height: 30px; color:#666666;}
.contact3 .text1 .bold{font-size:18px; font-weight: bold;}
.contact3 .text1 .color{color:#c9151e;font-size:18px; font-weight: bold;}

@media screen and (max-width:1199px){
	.joinList .list{padding:20px ;}
	.joinList .list .H3{top:15px;}
	.conTi .H2{font-size:80px;line-height: 60px;}
	.conTi .H4{font-size:28px; margin: -50px 0 20px 0}
}
@media screen and (max-width:991px){
	.join{padding:50px 0;}
	.joinList .list .listTop .H6{width:100%; margin: 10px 0;}
	
}
@media screen and (max-width:767px){
	.contact3{margin-top:20px;}
	.conTi .H2{font-size:40px; line-height: 40px;}
	.conTi .H4{font-size:20px; line-height: 40px; margin:-40px 0 10px 0;}
	.conTi .p{font-size:12px; line-height: 22px; text-align: justify;}
	.conTi .p br{display:none;}
	.joinList .list{width:100%; margin:20px 0 0  0; padding:15px;}
	.joinList .scrollBox .p,
	.joinList .scrollBox .p .H6{font-size:13px; line-height: 24px; }
	.joinList .scrollBox{height:192px;}
	.joinList{margin:0 0 20px 0;}
	.contact3 .text1{font-size:14px;}
}


/*联系我们*/
.contact{width: 100%;padding: 50px 0;}
.cont_tit{width: 100%;margin-bottom: 30px;}
.cont_tit h3{font-size: 38px;}
.cont_tit h3 small{font-size: 19px;margin-left: 10px;}
.cont_b{width: 100%;overflow: hidden;}
.cont_b .cont_le{float: left;width: 48%;}
.cont_b .cont_le p{margin: 10px 0;padding: 10px 0;border-bottom: 1px dashed rgba(0,0,0,0.2);
display: flex;justify-content: flex-start;align-items: center;}
.cont_b .cont_le p:last-of-type{border-bottom: none;}
.cont_b .cont_le p img{width: 28px;display: block;margin-right: 10px;}
.cont_b .cont_le p span{font-size: 16px;display: block;}
.cont_b .cont_rig{float: right;width: 48%;}
.cont_b .cont_rig h3{text-align: center;font-size: 24px;line-height: 40px;margin-bottom: 15px;}
.cont_b .cont_rig form{width: 100%;}
.cont_b .cont_rig form input{width: 95%;display: block;margin: 10px auto 15px auto;padding: 5px;height: 25px;
border: 1px solid rgba(0,0,0,0.3);border-radius: 5px;}
.cont_b .cont_rig form textarea{width: 95%;display: block;margin: 10px auto 20px auto;padding: 5px;height:70px;border: 1px solid rgba(0,0,0,0.3);
border-radius: 5px;line-height: 22px;font-size: 15px;}
.cont_b .cont_rig form button{margin-left: 2.5%;font-size: 15px;border: 1px solid #2F3452;background: #2F3452;
border-radius: 5px;width: 120px;height: 35px;color: #fff;}

.map{width: 100%;margin-top:50px;}
.map img{width: 100%;}


/*再管项目*/
.connav{width: 100%;border-bottom: 1px solid rgba(0,0,0,0.1);}
.connav p{padding: 10px 0;display: flex;justify-content: center;align-items: center;}
.connav p a{display: block;margin: 0 5px;padding: 10px 25px;border-radius: 20px;font-size: 15px;}
.connav p a.active{background: #2F3452;color: #fff;}
.connav p a:hover{background: #2F3452;color: #fff;text-decoration: none;}
.jiaot{width: 100%;overflow: hidden;}
.jiaot_li{float: left;width: 33.33%;}
.jiaot_li a{width: 95%;margin:20px auto;display: block;border-radius: 5px;border: 1px solid rgba(0,0,0,0.1);}
.jiaot_li:hover a{box-shadow: 0 0 30px rgba(0,0,0,.1);}
.jiaot_li .jiaot_liimg{width: 100%;height: 100%;overflow: hidden;}
.jiaot_li .jiaot_liimg img{display: block;width: 100%;height: 100%;transition: 0.6s;}
.jiaot_li:hover .jiaot_liimg img{transform: scale(1.2);}
.jiaot_li .jiaot_litxt{padding: 10px;}
.jiaot_li .jiaot_litxt h3{font-size: 16px;line-height: 30px;margin: 10px 0;}
.jiaot_li .jiaot_litxt p{display: block;width: 35px;height: 2px;border: 1px solid #2F3452;background: #2F3452;
border-radius: 3px;margin-bottom:15px;}

/*项目详情*/
.jdet{width:80%;margin:  0 auto;}
.jdet .jdet_tit{margin-bottom:40px;}
.jdet .jdet_tit h2{font-size: 38px;text-align: center;line-height: 45px;}
.jdet .jdet_txt p{font-size: 15px;line-height: 24px;text-align: justify;text-indent: 2em;margin-bottom: 10px;}
.jdet .jdet_txt p img{display: block;max-width:80%;margin: 10px auto;}


/*折叠下拉框*/
ul.accordion li{margin:30px 0;padding: 10px;background:#f8f8fa;/*border-bottom: 1px solid #CCC;*/border-radius: 8px;}
.accordion {width: 100%;margin:30px 0;-webkit-border-radius: 4px;
-moz-border-radius: 4px;border-radius: 4px;}
.accordion .link {cursor: pointer;display: block;padding: 15px 15px 15px 42px;color: #4D4D4D;font-size: 14px;
font-weight: 700;/*border-bottom: 1px solid #CCC;*/position: relative;
-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.link_tit h3{font-size: 22px;font-weight: 600;line-height: 1.6;}
.link_tit p{font-size: 14px;line-height: 20px;color: rgba(17,17,17,0.5);margin-top: 10px;}
.accordion li:last-child .link {border-bottom: 0;}
.accordion li i {position: absolute;top: 16px;left: 12px;font-size: 18px;color:#a09e9e;
-webkit-transition: all 0.4s ease;-o-transition: all 0.4s ease;
transition: all 0.4s ease;}
.accordion li i.fa-chevron-down1 {right: 12px;left: auto;font-size:30px;width: 30px;}
.accordion li i.fa-chevron-down1 img{max-width: 100%;}
.accordion li.open .link {color: #2F3452;}
.accordion li.open i {color: #1B16FD;}
.accordion li.open i.fa-chevron-down1 {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);transform: rotate(180deg);}
/*Submenu*/
.submenu {display: none;background:none;font-size: 14px; }
.submenu li {border-bottom: 1px solid #4b4a5e;}
.submenu a {display: block;text-decoration: none;color: #d9d9d9;padding: 12px;padding-left: 42px;
-webkit-transition: all 0.25s ease;-o-transition: all 0.25s ease;transition: all 0.25s ease;}
.submenu_txt span.line{border-bottom: 1px solid rgba(0,0,0,0.2);width: 100%;display: block;margin-bottom: 5px;}
.submenu_txt{padding:10px 15px 20px 42px;}
.submenu_txt h5{font-size: 16px;line-height: 32px;font-weight: bold;margin: 15px 0 10px 0;}
.submenu_txt p{font-size: 15px;line-height: 26px;margin: 5px 0;}
.submenu_txt p span{font-size:15px;line-height: 26px;font-weight: bold;}
.submenu_txt p small{font-size: 16px;color: #2F3452;display: flex;justify-content: flex-start;align-items: center;}
.submenu_txt p small a{font-size: 16px;color: #2F3452;padding: 0 10px;}
.submenu_txt h4{border: 1px solid #2F3452;border-radius: 5px;margin:15px 0 10px 0;width: 30%;text-align: center;}
.submenu_txt h4 a{display: block;color: #fff;background: #2F3452;padding: 10px;}
.submenu_txt h4 a:hover{background: none;color: #2F3452;}

.navPage li {
    display: inline-block;
    margin-right: 2px;
}


.ndet_txt table, .jdet_txt table
{
	border-collapse:collapse;
	margin: 0 auto;
	width:80% !important;
}
.ndet_txt table tr td, .jdet_txt table tr td
{
	border:1px solid #ccc !important
}