﻿/*@charset "gb2312";*/
/**
*/
 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: -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 .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;
	-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;
	
}
.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: 0px; }
.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/gs.png); }
.About .Ab_nav ul li.a2 i { background-image: url(../images/wh.png); }
.About .Ab_nav ul li.a3 i { background-image: url(../images/ys.png); }
.About .Ab_nav ul li.a4 i { background-image: url(../images/lc.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/gs.png); }
.About .Ab_nav ul li:hover.a2 i, .About .Ab_nav ul li.on.a2 i { background-image: url(../images/wh.png); }
.About .Ab_nav ul li:hover.a3 i, .About .Ab_nav ul li.on.a3 i { background-image: url(../images/ys.png); }
.About .Ab_nav ul li:hover.a4 i, .About .Ab_nav ul li.on.a4 i { background-image: url(../images/lc.png); }
.About .Ab_tit { line-height: 40px; }
.About .Ab_tit span { display: inline-block; font-size:30px; font-weight: 100; color: #26193c; 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: 16px;color: #26193c;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;display: flex;}
.About .Ab_2 .jiagou p{font-size: 16px;color: #26193c;line-height: 30px;text-indent: 2em;text-align: justify;}
.About .Ab_2 .jiagou img{width: 100%;margin-top: 20px;}

.About .Ab_3 { width: 100%; padding:80px 0; background: no-repeat center; background-size: cover; box-sizing: border-box; }

.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_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: 0px 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: 19%;margin: 15px 0;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: #F71F1F;}
.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: 20px;line-height: 40px;text-align: center;}

.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_6 {width: 100%; padding:50px 0; }

.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;}


/*底部*/
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%;}


/*联系*/
.contact .i_txt_t{text-align: center;margin-bottom: 35px;} 
.contact .i_txt_t h3{color: #333;font-size: 26px;position: relative;margin-bottom: 35px;}
.contact .i_txt_t h3::after{content: ''; position: absolute; width: 36px; height: 2px;
    bottom: -20px;left: 49%;background-color:#7da03a;}
.contact .i_txt_t span{co
lor: #787878;font-size: 14px;}


/*联系我们*/
.lainxi{width: 100%;margin: 50px 0 20px 0;}
.lainxi .lx_tit{width: 100%;margin-bottom: 50px;}
.lainxi .lx_tit h2{font-size: 30px;display: flex;justify-content: flex-start;align-items: baseline;}
.lainxi .lx_tit h2 span{font-size: 20px;color: #00307C;margin: 0 5px;}
.lainxi .lx_b{width: 100%;overflow: hidden;}
.lainxi .lx_b .lx_ble{float: left;width: 48%;}
.lainxi .lx_b .lx_ble p{font-size: 16px;margin: 10px 0;padding: 10px 0;border-bottom: 1px dashed rgba(0,0,0,0.3);}
.lainxi .lx_b .lx_ble p:last-of-type{border-bottom: none;}
.lainxi .lx_b .lx_brig{float: right;width: 48%;}
.lx_brig h3{font-size: 22px;text-align: center;margin-bottom: 25px;line-height: 40px;}
.lx_brig form{width: 100%;}
.lx_brig input{width: 100%;border: 1px solid rgba(0,0,0,0.3);padding: 5px;margin-bottom:20px;height:35px;
line-height:35px;border-radius: 5px;font-size: 16px;}
.lx_brig textarea{width: 100%;border: 1px solid rgba(0,0,0,0.3);padding: 5px;margin-bottom:20px;height:80px;
line-height:24px;border-radius: 5px;font-size: 16px;}
.lx_brig button{width: 120px;height:40px;background: #26193c;border-radius: 5px;border: 1px solid #26193c;
color: #fff;font-size: 15px;}

.map{margin: 30px 0 0 0;width: 100%;}
.map img{width: 100%;}

.map{width: 100%;margin-top:50px;}
.map img{width: 100%;}


/*内页banner*/

.box-container-fluid {
    width: 100%;
    margin: 0 auto;
}
.index-banner-wrapper .swiper-slide a {
    display: block;
}
.index-banner-wrapper .swiper-slide img {
    display: block;
    width: 100%;
}
.index-banner-wrapper .swiper-slide img.phone {
    display: none;
}
.index-banner-wrapper .info {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
    text-align: center;
}
.index-banner-wrapper .box-container {
    position: relative;
}
.index-banner-wrapper .index-banner-swiper .box-container {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.index-banner-wrapper .info .ename {
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #fff;
    font-family: "regular";
}
.index-banner-wrapper .info .ename span {
    font-family: "light_en";
}
.index-banner-wrapper .info .name {
    font-size: 48px;
    color: #fff;
    font-family: "light_cn";
    letter-spacing: 4px;
    line-height: 52px;
    margin-top: 50px;
}
.index-banner-wrapper .circle-box {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -250px;
    z-index: -1;
    width: 500px;
    height: 500px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-items: center;
}
.index-banner-wrapper .circle-box:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: circleAni 3.2s linear infinite;
    animation-delay: 0.3s;
}
.index-banner-wrapper .circle {
    position: relative;
    width: 88%;
    height: 88%;
    margin: 0 auto;
}
.index-banner-wrapper .circle:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(42, 74, 106, 0.2);
    animation: circleAni 3.2s linear infinite;
    animation-delay: 0.2s;
}
.index-banner-wrapper .circle:after {
    content: "";
    display: block;
    width: 81.8%;
    height: 81.8%;
    position: absolute;
    left: 9.1%;
    top: 9.1%;
    z-index: 1;
    background-color: rgba(42, 74, 106, 0.5);
    border-radius: 50%;
    animation: circleAni 3.2s linear infinite;
    animation-delay: 0.1s;
}
.index-banner-wrapper .swiper-pagination {
    display: none;
    bottom: 40px;
    font-size: 0;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet {
    opacity: 0.2;
    margin: 0 10px;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
    background: none;
    position: relative;
    transition: border 0.3s ease;
    -webkit-transition: border 0.3s ease;
    -moz-transition: border 0.3s ease;
    -ms-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
}
.index-banner-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
}
.index-banner-wrapper .swiper-btn {
    display: inline-block;
    width: 49px;
    height: 49px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.index-banner-wrapper .prev {
    left: -100px;
    background-image: url(../images/prev4.png);
    transition: left 0.5s ease;
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -ms-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
}
.index-banner-wrapper .next {
    right: -100px;
    transition: right 0.5s ease;
    -webkit-transition: right 0.5s ease;
    -moz-transition: right 0.5s ease;
    -ms-transition: right 0.5s ease;
    -o-transition: right 0.5s ease;
    background-image: url(../images/next4.png);
}
.index-banner-wrapper .index-banner-swiper .swiper-slide-active .box-container {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}
.index-banner-wrapper .index-banner-swiper:hover .prev {
    left: 50px;
}
.index-banner-wrapper .index-banner-swiper:hover .next {
    right: 50px;
}


/*折叠下拉框*/
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;
}


/*发展历程*/
.i_fazhan{width:100%; height:908px; position:relative; background:url(../Images/bg03.jpg) no-repeat center top;}
.i_fazhan_in{width:1500px; margin:0 auto; overflow:hidden;}

.i_fazhan_l dl{ margin-top:40px; height:122px;}
.i_fazhan_l dl dt{float:left; width:122px; height:122px; padding:20px 0 0; background:#26193c; color:#FFF; border-radius:100%; text-align:center;}
.i_fazhan_l dl dt strong{ display:block; font-size:30px; line-height:80px;}
.i_fazhan_l dl dt span{ display:block; font-size:15px;}

.i_fazhan_l dl dd{float:left; width:80%; height:122px; margin-left:35px; padding:10px 0 0 35px; border-left:1px solid #26193c; color:#26193c;}
.i_fazhan_l dl dd h4{ font-size:15px; display:block; line-height:30px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.i_fazhan_l dl dd h4 a{color:#26193c;}
.i_fazhan_l dl dd h4 a:hover{color:#26193c;}

.i_fazhan_l dl dd span{ display:block; line-height:27px; height:90px; float: left; margin-top:10px; overflow:hidden;}


/*产品中心*/
.inContent{padding: 2% 0 3%;}
.inContent_fl{width: 19.17%;}
.inContent_fr{width: 76.33%;}
.inContent_fl_title{color: #074d97;font-size: 28px;font-weight: bold;}
.inContent_fl_titleEn{color: #ababab;font-size: 18px;}
.inContent_fl_list{margin:10px 0;}
.inContent_fl_list li a{display: block;padding: 20px 25px 20px 0;position: relative;font-size: 15px;border-bottom: 1px solid #e5e5e5;}
.inContent_fl_list li a:after{display: block;content: '';width: 10px;height: 12px;background: url(../images/icon12.png) no-repeat center;background-size: 100%;position: absolute;right: 22px;top: 50%;margin-top: -6px;display: none;}
.inContent_fl_list li a:hover{color: #074d97;border-color: #074d97;}
.inContent_fl_list li a:hover:after{display: block;}

.inContent_fl_btn a{display: block;margin-top: 22px;}
.inContent_fr_top{height: 37px;position: relative;}
.inContent_fr_top:after{content: '';position: absolute;left: 0;bottom: 0;height: 2px;width: 100%;background: #E5E5E5;}
.inContent_fr_top_title{height: 100%;}
.inContent_fr_top_title .stn{display: block;color: #26193c;font-size:17px;font-weight:bold;float: left;height: 100%;position: relative;font-size: 30px;}
.inContent_fr_top_title .stn:after{content: '';width: 100%;height: 2px;position: absolute;left: 0;bottom: 0;background: #074d97;z-index: 2;}
.inContent_fr_top_crumbs .spt{padding-left:20px;background: url(../images/icon10.png) no-repeat left center;}
.inContent_fr_top_crumbs .line{padding: 0 8px;}
.inContent_fr_top_crumbs a:hover{color: #074d97;}
.incom_title{font-size: 17px;color: #074d97;font-weight: bold;margin:18px 0;padding-left: 28px;background: url(../images/icon11.png) no-repeat left center;background-size:19px;}
.product_value{margin: 25px 0 0;padding: 0 0 25px 0;border-top: 1px dashed #d2d2d2;border-bottom: 1px dashed #d2d2d2;}
.product_value li{color: #333;font-size: 15px;margin-top: 6px;padding-left: 28px;position: relative;}
.product_value li:before{content: '';width: 10px;height: 10px;background: #dbdadf;position: absolute;left: 0;top: 50%;margin-top: -5px;}
.product_state_video #video{height: 528px;}
.product_introduce_imt{border: 1px solid #ddd;}
.product_list .incom_title,.incomNone_title{color: #333;padding-left: 0;background: none;border-bottom: 2px solid #e5e5e5;padding-bottom: 16px;margin: 25px 0 35px;}
.product_list ul{margin-left: -3.5%;}
.product_list li{float: left;width: 28.33%;margin-left: 5%;}
.product_list li .imt img{width: 100%;}
.product_xit{padding: 25px 0;border-bottom: 1px solid #E5E5E5;}
.product_xit_fl{width: 43.5%;}
.product_xit_fr{width: 51.5%;line-height: 2;}
.product_xit_fr .incom_title{margin:10px 0;font-weight: normal;}
.product_xitList li{overflow: hidden;padding: 23px 0;border-bottom: 1px dashed #E5E5E5;}
.product_xitList li a{display: block;overflow: hidden;}
.product_xitList li .imt{width: 25%;}
.product_xitList li .content{width: 72%;line-height: 2;}
.product_xitList li .content_title{color: #26193c;font-size: 18px;margin: 5px 0 7px 0;}
.product_xitList li .content_more .btn_more{display: block;height: 28px;line-height: 28px;padding: 0 12px;border: 1px solid #ababab;border-radius: 26px;color: #ababab;float: left;margin-top: 3%;}
.product_xitList li:hover{padding:23px 20px;box-shadow: 0 0 13px #ddd;}
.product_xitList li:hover .content_title{color: #074d97;font-weight: bold;}
.product_xitList li:hover .content_more .btn_more{background: #074d97;color: #fff;border-color: #074d97;}
.inContent_fr_topT{background: #f3f3f3;padding-top: 15px;}
.inContent_fr_topT .inContent_fr_top:after{display: none;}

html,
body,
input,
select,
button,
textarea {
	font: 14px/1.5 "微软雅黑", "\5B8B\4F53", Arial, Helvetica, sans-serif;
	color: #818181;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

em {
	font-style: normal;
	font-weight: normal
}


.ov {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	text-decoration: none;
	color: #818181;
}

.clear {
	clear: both;
	height: 0px;
	width: 0;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
}

a {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

input,
select,
button {
	outline: none;
	-webkit-outline: none;
}

.w1200 {
	max-width: 1200px;
	margin: 0 auto;
}
.c07{color: #074d97;}
.c33{color: #333;}
.red{color: red;}
.header{
	padding: 55px 3% 0 4%;height: 115px;background: #fff;position: relative;z-index: 9;
}

/*解决方案*/
.company{padding: 3% 0;}
.company_list{margin-bottom: 3%;}
.company_list li{overflow: hidden;padding: 30px;position: relative;border-bottom: 1px solid #eee;}
.company_list li a{overflow: hidden;display: block;}
.company_list li .imt{float: left;width: 20%;}
.company_list li .text{float: right;width: 58%;margin-right: 14.5%;}
.company_list li .text_name{font-size: 18px;color: #26193c;padding: 8px 0 15px 0;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;position: relative;}
.company_list li .text_name:after{content: '';width: 60px;height: 1px;background: #d2d2d2;position: absolute;left: 0;bottom: 0;}
.company_list li .text_content{line-height: 2;margin: 12px 0 10px;}
.company_list li .text_time{color: #ababab;}
.company_list li .more{display: block;width: 58px;height: 58px;color: #ababab;background: #f3f3f3;border-radius: 50%;position: absolute;right: 30px;top: 50%;margin-top: -29px;text-align: center;line-height: 58px;}
.company_list li:hover{box-shadow: 0 0 13px #ddd;}
.company_list li:hover .text_name{color: #26193c;font-weight: bold;}
.company_list li:hover .more{background: #26193c;color: #fff;}
.company_list li:hover .text_name:after{background: #004893;}
.company_info .top{text-align: center;padding-bottom: 2%;}
.company_info .top_name{color: #004893;font-size: 23px;margin-bottom: 15px;}
.company_info .top_tix{text-align: center;}
.company_info .top_tix .spn{display: inline-block;margin: 0 23px;padding-left: 25px;}
.company_info .top .tix_time{background: url(../images/icon14.jpg) no-repeat left center;}
.company_info .top .tix_laiy{background: url(../images/icon15.jpg) no-repeat left center;}
.company_info .top .tix_num{background: url(../images/icon16.jpg) no-repeat left center;}
.company_info .content{border-top: 1px solid #eee;border-bottom: 1px solid #eee;padding: 20px 0;}
.company_info .btn{overflow: hidden;margin-top: 20px;}
.company_info .btn a{display: block;width: 48%;}
.company_info .btn a:hover,.company_info .btn a.active{color: #004893;text-decoration:underline;}
.company_info .btn a.fr{text-align: right;}
.company_honor ul{margin:0 0 1.3% -1.7%;}
.company_honor li{width: 23.3%;margin: 0 0 1.5% 1.7%;float: left;}
.company_honor li img{width: 100%;}
.company_honor li .text{text-align: center;color: #333;margin-top: 15px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.company_culture ul{margin-left: -3.33%;padding:20px 0;}
.company_culture li{float: left;width: 30%;margin:0 0 0 3.33%;text-align: center;border: 1px solid #ddd;padding: 5% 3% 3%;line-height: 2;height: 450px;}
.company_culture li .imt{max-width: 81px;margin: 0 auto;}
.company_culture li .text_name{font-weight: bold;font-size: 20px;color: #333;margin: 3% 0;}
.company_culture li:hover{box-shadow: 0 0 15px #ddd;}
.company_download table{border-right: 1px solid #ddd;border-left: 1px solid #ddd;margin-bottom: 3%;}
.company_download th{background: #004893;color: #fff;font-size: 15px;font-weight: normal;padding: 26px 20px;}
.company_download td{border-bottom: 1px solid #ddd;padding: 20px;}
.company_download .tw1{width: 40%;}
.company_download th.tw1{padding-left: 8%;}
.company_download .tw2,.company_download .tw3,.company_download .tw4{width: 16%;text-align: center;}
.company_download .download{display: block;width: 16px;height: 16px;background: url(../images/icon15.png) no-repeat center;margin: 0 auto;}
.company_download .tw5{text-align: center;}
.company_download .imt{display: flex;display: -webkit-flex;align-items: center;}
.company_download .imt_img{width: 33%;margin-right: 28px;}
.company_download .imt_text{flex: 1;color: #333;}
.company_download tr:hover td{background: #e6eef7;}
.company_download tr:hover .imt_text{color: #004893;}
.company_download tr:hover .download{background: url(../images/icon15_1.png) no-repeat center;}

/*new-时间*/
.time{
	background:#DE1517;
	width:80px;
	height: 88px;
	text-align: center;
	padding-top: 10px;
	float: left;
}
.new-time{
	line-height: 30px;
	font-size: 24px;
	color: white;
}
.date{
	font-size: 13px;
    color: white;
}

/*服务案例*/
.serve{padding: 3% 0;}
.serve_list ul{overflow: hidden;margin-left: -3.5%;}
.serve_list li{width:21.5%;float: left;margin: 0 0 3% 3.5%;}
.serve_list li .imt img{width: 100%;}
.serve_list li .text{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;margin-top: 12px;color: #535353;}
.serve_list li:hover .text{color: #074d97;}
.page-num{text-align: center;}
.page-num a{display: inline-block;height: 28px;line-height: 28px;padding: 0 13px;border-radius: 5px;border: 1px solid #e5e5e5;color: #ababab;font-weight: normal;margin: 0 6px;}
.page-num a:hover,.page-num a.num.active{background: #26193c;border-color: #26193c;color: #fff;}

html,
body,
input,
select,
button,
textarea {
	font: 14px/1.5 "微软雅黑", "\5B8B\4F53", Arial, Helvetica, sans-serif;
	color: #818181;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

em {
	font-style: normal;
	font-weight: normal
}

img {
	vertical-align: middle;
	max-width: 100%;
}

.ov {
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	text-decoration: none;
	color: #818181;
}

.clear {
	clear: both;
	height: 0px;
	width: 0;
	margin: 0;
	padding: 0;
	border: none;
	overflow: hidden;
}

a {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
.w1200 {
	max-width: 1200px;
	margin: 0 auto;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
p,
form,
dt,
dd,
input,
textarea,
th,
td,
fieldset,
legend,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
}
ul,
ol,
li {
	list-style: none;
}



/*关于我们-背景*/
.videoR{position:absolute; top:30px; right:0; width:50%;padding:0 0 52px 7%; background:url(../images/p13.png) left bottom no-repeat; background-size: 93% 91.58% ;}
/*.videoR .pic{height:542px;}*/
.videoR .playBtn{width:90px; height: 90px; position: absolute; top:37.98%; left: 11.11%; cursor: pointer;}
.videoBox{width:100%; height: 100%; position: fixed; top:0; left: 0; z-index: 99999; background-color:rgba(0,0,0,0.4); display: none;}
.videoBox2{width:50%; position:fixed; top:50%; left: 50%; z-index: 999999; display: none;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);}
.videoBox2 .aboutVideo{display:block; width:100%; min-height: 10px; background: #000;}
.videoBox2 .close3{width:25px; height: 25px; position: absolute; top:-15px;right:-15px;}
* {box-sizing: border-box !important;padding: 0;margin: 0;}
body {font-family: "Microsoft Yahei",arial, sans-serif !important;padding: 0;color: #000;margin: 0 auto;
position: relative;font-size: 14px;overflow-x: hidden;width: 100%;/*font-weight: lighter;*/}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {margin-top: 0;margin-bottom: 0;font-weight: normal;letter-spacing: 1px;/*font-weight: lighter;*/}
body a {color: #000;}
body a:hover {text-decoration: none;color:#c81528;}
a {text-decoration: none;color: #000;}
body ul {margin: 0;padding: 0;}
li {list-style: none;}


.whleft{width: 40%; float:left;}



@media screen and (max-width: 480px){ 
	.company_list li{padding:20px;}
	.company_list li .imt{
        display:block;
        float:none;
        width:100%;
	}
	.company_list li .text{
        display:block;
        float:none;
        width:80%;
	}
	.company_list li .more{
		width: 50px;
		height: 50px;
		font-size: 14px;
		line-height: 50px;
        display:none;
	}
	.serve_list li{width: 46.5%;}
	.time{
		width:100%;
		height:65px;
		float:none;
	}
	.About .Ab_nav > div.About .Ab_nav > div{
		height: 88px;
	}
	.About .Ab_nav ul{
		width: 100%;
	}
	.About .Ab_nav ul li i{
		width: 28px;
		height: 28px;
	}
	.About .Ab_1,.About .Ab_2{padding: 50px 20px;}
	.About .Ab_1 .wrapper,.About .Ab_2 .wrapper,.About .Ab_4 .wrapper{
		width:100%;
	}
	.About .Ab_1 .Ab_mian .abmain_rig,.About .Ab_1 .Ab_mian .abmain_le,.whleft,.whright{
		float:none;
		width: 100%;
		display:block;
	}
	.About .Ab_2 .jiagou{
		display:block;
	}
	.videoR{
		position:relative;
	    width:100%;
    }
	.About .Ab_4{
		padding: 50px 20px;
	}
	.About .Ab_4 .renwu{
		margin:0;
	}
	.About .Ab_4 .renwu .renwu_ul .renwu_li{
		width:calc(50% - 15px);
	}
	.About .Ab_4 .renwu .renwu_ul .renwu_li:nth-child(2n+1){
		margin-right:15px;
	}
	.lainxi .lx_b .lx_ble,.lainxi .lx_b .lx_brig{
		float:none;
		width:100%
	}
	.lainxi .lx_b .lx_brig{
		margin-top:50px;
	}
}