



/*# sourceMappingURL=style.css.map */
/*base*/
input.ind-txt::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #fff; 
} 
input.ind-txt:-moz-placeholder, textarea:-moz-placeholder { 
color: #fff; 
} 
input.ind-tet::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
color: #333; 
} 
input.ind-tet:-moz-placeholder, textarea:-moz-placeholder { 
color: #333; 
}
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeueRegular.eot');
    src: url('../fonts/BebasNeueRegular.eot') format('embedded-opentype'),
         url('../fonts/BebasNeueRegular.woff2') format('woff2'),
         url('../fonts/BebasNeueRegular.woff') format('woff'),
         url('../fonts/BebasNeueRegular.ttf') format('truetype'),
         url('../fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
}
@font-face {
    font-family: 'BebasNeueBook';
    src: url('../font/BebasNeueBook.eot');
    src: url('../font/BebasNeueBook.eot') format('embedded-opentype'),
         url('../font/BebasNeueBook.woff2') format('woff2'),
         url('../font/BebasNeueBook.woff') format('woff'),
         url('../font/BebasNeueBook.ttf') format('truetype'),
         url('../font/BebasNeueBook.svg#BebasNeueBook') format('svg');
}

@font-face {
 font-family: 'ttRegular';
 src: url('../font/tt.eot');
 src: local('tt Regular'),
        local('tt'),
        url('../font/tt.woff') format('woff'),
        url('../font/tt.ttf') format('truetype'),
        url('../font/tt.svg#1') format('svg');
} 
/*//加载*/
.preload {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 81;
	background: #fff;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
	-webkit-transform-origin: 50% 42%;
	-ms-transform-origin: 50% 42%;
	transform-origin: 50% 42%
}

.preload.is-loaded {
	background: 0 0
}

.preload.is-animate-out {
	-webkit-transform: scale(5);
	-ms-transform: scale(5);
	transform: scale(5);
	opacity: 0;
	-webkit-transition: opacity 1s,-webkit-transform 1s;
	transition: opacity 1s,-webkit-transform 1s;
	transition: transform 1s,opacity 1s;
	transition: transform 1s,opacity 1s,-webkit-transform 1s
}

.preload.is-paused .preload__progress {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0)
}

.preload.is-paused .preload__progress-inner {
	-webkit-animation: none;
	animation: none
}

.preload.is-clean {
	background: 0 0;
	z-index: -1;
	-webkit-transition: none;
	transition: none
}

.preload.is-clean .preload__bg {
	display: none
}

.preload.is-clean .preload__progress {
	background: rgba(0,0,0,.5);
	top: 50%
}

.preload.is-clean .preload__progress-inner {
	background: #35373b
}

.preload.is-clean-paused .preload__progress-inner {
	-webkit-animation: none;
	animation: none
}

.preload__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.preload__progress {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	margin:-1px 0 0 -100px;
	height: 1px;
	background: rgba(255,255,255,.15);
	-webkit-transition: .3s;
	transition: .3s
}

.preload__progress-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-animation: preloadLine 1.6s both infinite;
	animation: preloadLine 1.6s both infinite
}

@-webkit-keyframes preloadLine {
	2% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	48% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	52% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	98% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes preloadLine {
	2% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	48% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	52% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	98% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.load-bg{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index:80;
}
.load-bg .top{
	height: 50%;
	width: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}
.load-bg .top i{
	display: block;
	width: 200px;
	height: 1px;
	background-color: #555;
	position: absolute;
	bottom: 0;
	left:50%;
	margin-left: -100px;
	-webkit-transition: .5s;
	transition: .5s;
}
.load-bg .top i.on{
	left:0%;
	margin-left: 0px;
	width:100%;
}
.load-bg .bot{
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height:50%;
	background-color: #fff;
}
/*@media (min-width:768px) {
	.preload__progress {
		top: 60%;
		width: 260px;
		margin-left: -130px
	}

	.company__card-cell.is-active .company__card-wrap {
		-webkit-box-shadow: 0 5px 125px rgba(0,0,0,.3);
		box-shadow: 0 5px 125px rgba(0,0,0,.3)
	}
}

@media (min-width:960px) {
	.preload__progress {
		top: 65%
	}
}
@media (orientation:landscape) {
	.preload__progress {
		top: 65%
	}
}*/

body{
	padding: 0;
	margin: 0;
	min-width: 1200px;
}

/*首页导航*/

.ind-nav{
	width:auto;
	height: auto;
	position: fixed;
	z-index: 101;
	margin-top: 42px;
	top:0;
	left: 0;
	/*min-width: 1200px;*/
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);
}
/*.ind-nav.hot{
	display: none;
}*/
.ind-nav.on{
	padding-top:0px;
	margin-top: 0;

}
.ind-nav.sro-top{
	top: -85px;
}
.ind-nav .logo{
	width: 140px;
	/*height:60px;*/
	height: 80px;
	float: left;
	background-color:#47a635;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
	margin-left:2px;
}
.ind-nav.on .logo{
	width:150px;
	height:70px;
	
}
.ind-nav .logo img{
	display: block;
/*	width:100px;
	margin:15px auto 0;*/
	width: 115px;
  	margin: 18px auto 0;	
}
.ind-nav.on .logo img{
	/*width: 85px;
	margin:13px auto 0;*/
	width: 105px;
    margin: 16px auto 0;
	/*height: auto;*/
}
.ind-nav .line{
	width:80px;
	height:80px;
	float: left;
	position: relative;
    cursor: pointer;
   /*	background: url(../img/nav-bg.png) repeat;*/
   background-color: #fff;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
    /*box-shadow: 5px 5px 10px 0 rgba(0,0,0,0.2);*/
}
.ind-nav .line .warp{
	height:100%;
	width:100%;
	background: url(../img/nav_on.png) center no-repeat #fff;
	background-size: 50%;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ind-nav.on .line{
	width: 70px;
	height: 70px;
}
.ind-nav .line.cur .warp{
	background: url(../img/nav_off.png) center no-repeat #fff;
	background-size: 50%;
}

/*.ind-nav .line.on,.ind-nav .line.cur,.ind-nav .line.on2{
	background-color: #333333;
}
.ind-nav .line:hover{
	background-color: #333333;
}*/
/*#ser .line p{
	color: #172a7e;
}
#ser .line:hover{
	background-color:#333333;
}*/
/*.ind-nav .line p{
	width:46px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left:20.5px;
	-webkit-transition: all 0.8s;
        	transition: all 0.8s;
     -webkit-border-radius : 20%;
   		-moz-border-radius : 20%;
   			 border-radius : 20%;
}
.ind-nav.on .line p{
	width: 30px;
	left: 18.5px;
}
.ind-nav .line.cur p{
	left: 24.5px;
}
.ind-nav .line .line1{
	top:27px;
	   	-webkit-transform-origin: left top;
	        -ms-transform-origin: left top;
	            transform-origin: left top;
        -webkit-transform: rotateZ(0deg);
        	-ms-transform: rotateZ(0deg);
        		transform: rotateZ(0deg);
		    -webkit-transition: all 0.5s;
		    	-ms-transition: all 0.5s;
		            transition: all 0.5s;
}
.ind-nav.on .line .line1{
	top: 23px;
}
.ind-nav .line.cur .line1 {
	 -webkit-transform: rotateZ(45deg);
	         transform: rotateZ(45deg);
}
.ind-nav .line .line2{
	top:43px;
	-webkit-transition: all 0.5s;
            transition: all 0.5s;
}
.ind-nav.on .line .line2{
	top: 34px;
}
.ind-nav .line.cur .line2 {
	opacity: 0;
}
.ind-nav .line .line3{
	top:59px;
	   	-webkit-transform-origin: left bottom;
	        -ms-transform-origin: left bottom;
	            transform-origin: left bottom;
        -webkit-transform: rotateZ(0deg);
        	-ms-transform: rotateZ(0deg);
        		transform: rotateZ(0deg);
		    -webkit-transition: all 0.5s;
		    	-ms-transition: all 0.5s;
		            transition: all 0.5s;
}
.ind-nav.on .line .line3{
	top:45px;
}
.ind-nav .line.cur .line3{
    -webkit-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
}*/
.langue2{display: none;}
.language{
	/*width:300px;*/
	/*height:22px;*/
	max-width: 500px;
	position: fixed;
	top: 52px;
	right: 3%;
	z-index: 150;
}
.language .sel-langue{
	max-width: 260px;
}
.language .warp{
	width: 100%;
	height: 100%;
}
.language .lang{
	/*width: 65px;*/
	height: 16px;
	float: right;
	margin-top: 5px;
	
	padding-left: 5px;
	width: 35px;
}
.language .lang a{
	display: block;
	float: right;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	margin-left: 10px;
	font-family: 'Arial';
	cursor: pointer;
}
.langue1 .lang{
	
}

.language .sel{
	width: 220px;
	float: right;
	margin-left: 20px;
	background-color: #26262a;
	overflow: hidden;
	position: relative;
	/*cursor: pointer;*/
	min-height: 50px;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}
.language .sel i{
	height:50px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	background: url(../img/inp-bg.png) repeat; 
}
.language .sel .arr{
	width:50px;
	position: absolute;
	right: 0;
	top: 0;
	height:50px;
	z-index:3;
	background: url(../img/head-arr1.png) center no-repeat;
}
.language .sel .arr.on{
	background: url(../img/head-arr2.png) center no-repeat;
}
.language .sel .arr:hover{
	background-color: #323236
}
.language .sel span{
	display: block;
	line-height:50px;
    height:0px;
    font-size: 16px;
    color: #717174;
    padding:0 20px;
    cursor: pointer;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}

.language .sel span:hover{
	background-color: #323236;
}
.language .sel span.on{
	height: 50px;
}
.language .sel span.cur{
	color: #fff
}
.language .sel.on .arr{
	background: url(../img/head-arr2.png) center no-repeat;
}
/*.language .sel.on span{
	height: 50px;
}*/
.language .serch{
	width: 170px;
	height: 22px;
	display: block;
	float: right;
	overflow: hidden;
	border-bottom: 1px solid transparent;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	margin-top:2px;
}
.language .serch form{
	display: block;
	width: 100%;
	height: 100%;
}
.langue1 .serch{


}
.langue1 .serch i{
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 50px;
	line-height:50px;

}
.language .serch.on{
	border-bottom: 1px solid #ccc
}
.language .serch .ind-submit{
	display: block;
	width: 30px;
	height: 22px;
	float: right;
	background: url(../img/serch.png) center no-repeat;
	border:0;
}
.language.cur .serch .ind-submit{
	background: url(../img/serch1.png) center no-repeat;
}
.language.col .serch .ind-submit{
	background: url(../img/serch1.png) center no-repeat;
}
.language .serch .ind-text{
	display: block;
	float: right;
	width:0;
	height: 22px;
	line-height: 22px;
	color: #fff;
	border:0;
	font-size: 14px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	background:url(../img/inp-bg.png) center repeat; 
}
.language.col .serch .ind-text{
	color: #333;
}
.language .serch .ind-text.cur{
	display: block;
}
.language .serch.on .ind-text{
	width:120px;
	padding: 0 10px;
}
.language.cur .lang a{
	color: #333;
}
.language.col .lang a{
	color: #444;
}
.langue1.cutt{
	top: 0;
	right: 0;
}


.language.cur .lang{
	border-left: 1px solid #adaeb0;
}
.language.cuut .sel{
	position: absolute;
	top: 0;
	width: 50px;
	right: 0%;
	z-index: 10;
}
.langue1.cuttt .sel span{
	display: none;
}


.ind-header{
	width: 100%;
	height:100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index:100;
	display: none;
	background:url(../img/nav.png) center repeat-x;
}
.ind-header .warp{
	width: 1200px;
	margin: 0 auto;
	height:100%;
}
.ind-header .warp li{
	width:150px;
	float: left;
	height:83%;
	padding: 17% 20px 0 20px;
	/*border-left: 1px solid #3856ac;*/
	position: relative;
}
.ind-header .warp li i{
	display: block;
	position: absolute;
	height: 100%;
	width: 1px;
	background: url(../img/nav-borbg.png) center no-repeat;
	top: -95px;
	left: -1px;
}
.ind-header .warp li a{
	display: block;
	color: #fff;
}
.ind-header .warp li .tit{
	font-size: 24px;
	line-height: 35px;
	margin-bottom: 40px;
	position: relative;

}
.ind-header .warp li .mtop{margin-top: 50px;}
.ind-header .warp li .tit i{
	display: block;
	width: 7px;
	height: 7px;
	background-color: #fff;
	border-radius: 100%;
	position: absolute;
	left:-24px;
	top: 50%;
	margin-top: -3.5px;
}
.ind-header .warp li .point{
	cursor: pointer;
}
.ind-header .warp li .lt{
	font-size: 18px;
	line-height:36px;
	color: #fff;
	/*width: 75px;*/
	cursor: pointer;
	margin-bottom: 6px;
	border-bottom: 1px solid transparent;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
}
.ind-header .warp li .lt.on,.ind-header .warp li .lt:hover{
	border-bottom: 1px solid #fff;
}


.footer{
	padding: 95px 0 0 0;
	background-color: #333333;
	width: 100%;
	/*height: 100%;*/
	position: relative;
	overflow: hidden;
}
.footer.on{
	padding: 90px 0 75px;
}
.footer .warp{
	width:80%;
	height: auto;
	z-index: 5;
	margin-left: 227px;
}
.footer.on .warp{
	margin-left: 10%;
}

.footer .warp .top{
	width: 100%;
	border-bottom: 1px solid #454545;
	margin-bottom: 70px;
	position:relative
}
.footer .warp .top .fot-logo,.footer .warp .top .fot-logo img{

	display: block;

}
.footer .warp .top .fot-logo {margin-bottom: 22px;}
.footer .warp .top .mintit{
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 40px;
}
.footer .warp .top .f_web{ position:absolute; right:0; top:94px;}
.footer .warp .top .f_web a{ display:block; width:120px;;font-size:16px; line-height:32px; text-align:center; background:#172a7e; color:#fff;}

.footer .warp .mid{
	width: 100%;
	padding-bottom: 150px;
}
.footer.on .warp .mid{
	padding-bottom: 80px;
}
.footer .warp .mid .fot-nav{
	width: 1010px;
	height: 160px;
	float: left;
}
.footer .warp .mid .fot-nav li{
	float: left;
	margin-right: 8%;
}
.footer .warp .mid .fot-nav li:last-child{
	margin-right: 0;
}
.footer .warp .mid .fot-nav li a{
	display: block;
	cursor:default;
}
.footer .warp .mid .fot-nav li .point{
	cursor: pointer;
}
.footer .warp .mid .fot-nav li .tit{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 15px;
	color: #fff;
}
.footer .warp .mid .fot-nav li .mintit{
	color: #979797;
	font-size: 14px;
	line-height: 29px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	cursor: pointer;
}
.footer .warp .mid .fot-nav li .mintit:hover{
	color: #fff;
}
.footer .warp .mid .ewm{
	width: 140px;
	float: right;
}
.footer .warp .mid .ewm .img,.footer .warp .mid .ewm .img img{
	width: 96px;
	height: 96px;
	margin: 0 auto;
	display: block;
}
.footer .warp .mid .ewm .img{
	margin-bottom: 10px;
}
.footer .warp .mid .details{
	font-size: 14px;
	line-height: 24px;
	color: #6b6b6b;
	text-align: center;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
}
.footer .warp .mid .details:hover{
	color: #fff;
}
.footer .fot{
	width: 100%;
	border-top: 1px solid #454545;
	line-height:112px;
	height:112px;
}
.footer .fot p{
	padding-left:0;
	font-size: 14px;
	color: #6e6e6e
}
.footer .fot p a{color: #6e6e6e;}
.footer .fot p a:hover{color: #fff;}






/*首页 welcome*/
/*screen1*/
.iban{
	min-width: 1200px;
	position: relative;
	z-index: 33;
}
.iban .img{
	cursor: pointer;
}
.iban .btns{
	position: absolute;
	left:50%;
	bottom:3%;
	width: 100px;
	z-index: 33;
}
.iban .btns span{
	display:inline-block;
	cursor: pointer;
	height: 14px;
	width: 14px;
    border-radius: 100%;
    margin: 0 5px;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
	transition: all 0\0/IE9;
	-webkit-transition:all 0\0/IE9;
	background: #fff;
}
.iban .btns span.cur{
	background: #47a635;
}
.iban .img .warp,.screen2 .warp,.iban .mian .warp{
	width:auto;
	height: auto;
	position: absolute;
	top: 50%;
	left:227px;
	margin-top: -85px;
	z-index: 5;
}
.iban .mian .warp{
	margin-top: 130px;
}
/*.panel.on .iban .mian .warp,.panel.on .iban .img .warp,.panel.on .screen2 .warp{
	left:10%;
}*/
.iban .warp h2,.screen2 .warp h2,.screen3 .warp h2,.screen4 .warp h2{
	display: block;
	font-size: 70px;
	line-height: 80px;
	color: #fff;
	margin-bottom: 30px;
}
/*.panel.on .iban .warp h2,.panel.on .screen2 .warp h2,.panel.on .screen3 .warp h2,.panel.on .screen4 .warp h2{
	font-size: 48px;
	line-height: 60px;
}*/




.iban .mian .warp .btn{
	width:auto;
	padding:9px 35px;
	height: 43px;
	line-height: 43px;
	font-size: 26px;
	border:1px solid #fff;
	/*display: block;*/
	color: #fff;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	position: relative;
	background: url(../img/iban-btn1.png) center repeat;
}
.screen2 .warp .btn span,
.screen3 .warp .btn span,
.screen6 .list li .btns span{
	font-family: '宋体';
}

.iban .warp .btn i,.screen2 .warp .btn i{
	width: 11px;
	height: 11px;
	position: absolute;
	left: 123px;
	top: 50%;
	margin-top: -5.5px;
	background: url(../img/iban-jia.png) center no-repeat;
}
.iban .warp .btn:hover{
	background: url(../img/iban-btn.png) center repeat;
}
.screen2{
	width: 100%;
	height: 100%;
	position: relative;
/*	overflow: hidden;*/
	/*background: url(../img/ind-warp2.jpg) center no-repeat;*/
	/*background-size: cover;*/
	/*-ms-behavior: url(backgroundsize.min.htc);*/
/*	-ms-behavior: url(css/backgroundsize.htc);
	behavior: url(css/backgroundsize.min.htc);*/
/*	style.css?t=1492965053*/
	/*behavior: url(backgroundsize.min.htc);*/
}

.screen3,.screen4{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.banner{
	width: 100%;
	position: absolute;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: -1;
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;

}

.op-bg{
	opacity: 0;
	filter: alpha(opacity=0);
	transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
}
.op-bg.on{
	z-index: 2;
	opacity:1;
	filter: alpha(opacity=100);
}
.banner .bimg{display: block;}

.screen3 .warp,.screen4 .warp{
	width:auto;
	height: auto;
	position: absolute;
	top: 50%;
	left:227px;
	z-index:1;
}
.banner.on{
	z-index: 2;
	opacity:1;
	filter: alpha(opacity=100);
}
/*.screen3 .warp.on{
	z-index: 30;
	opacity:1;
	filter: alpha(opacity=100);
}*/
.screen3 .warp{margin-top: 20px;z-index: 10;display: none}
.screen4 .warp{margin-top: -100px;padding-bottom: 80px;}

/*.panel.on .screen3 .warp,.panel.on .screen4 .warp，.panel.on .screen3 .warp,.panel.on .screen6 .warp,.panel.on .screen4 .warp{left: 10%}
.panel.on .screen6 .warp{margin-top: -20%;}*/
.panel{overflow: hidden;}
.screen3 .warp h2{
	margin-bottom:30px;
}
.screen3 .warp .details{
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 50px;
}
.screen2 .warp .btn,.screen3 .warp .btn,.screen4 .warp .btn{
	width:auto;
	padding:9px 35px;
	height: 43px;
	line-height: 43px;
	font-size: 20px;
	border:1px solid #fff;
	/*display: block;*/
	color: #fff;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	position: relative;
	background: url(../img/iban-btn1.png) center repeat;
}
.screen3 .warp .btn i{
	width: 11px;
	height: 11px;
	position: absolute;
	left: 123px;
	top: 50%;
	margin-top: -5.5px;
	background: url(../img/iban-jia.png) center no-repeat;
}
.screen3 .warp .btn:hover{
	background: url(../img/iban-btn.png) center repeat;
}
.screen3 .point{
	width:185px;
	position: absolute;
	right:35px;
	top: 50%;
	z-index: 10;
	margin-top: -35px;
}
.screen3 .point li{
	height:36px;
	position: relative;
	color: #cacaca;
	width:185px;
	font-size:26px;
	position: relative;
	cursor: pointer;
	margin-bottom: 15px;
}
.screen3 .point li span{
	display: block;
	float: right;
	/*width: 120px;*/
	height:36px;
	line-height:36px;
	margin-right: 20px;
	color: #cacaca;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.screen3 .point li i{
	display: block;
	float: right;
	width:10px;
	height: 2px;
	background-color: #fff;
	margin-top:17.5px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.screen3 .point li.on i{width: 45px;}
.screen3 .point li.on span{color: #fff;}
.screen3 .warp h2{line-height: 85px;}
.screen3 .warp .list{width: 100%; margin-top:60px;}
.screen3 .warp .list li{
	float: left;
	width:140px;
	margin-right: 6px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	background-color: rgba(255,255,255,0.85);
	cursor: pointer;
	text-align:center;
	padding:14px 0 10px 0;
}
.screen3 .warp .list .last-li{width: 240px;}
/*.screen4 .warp .list li.on{margin-right:30px;}*/
.screen3 .warp .list li .top{}
.screen3 .warp .list li .top .img{
	width: 100%;
	/*height: 100px;*/
	margin-bottom: 5px;


}
.screen3 .warp .list li .top .img img{
}
.screen3 .warp .list li .top  h3{
	font-size: 16px;
	line-height: 30px;
	color: #5a5a5a;
}
.screen3 .warp .list li:hover .top  h3{ color:#47a635}

.screen3 .warp .list li .bot .details,.screen4 .warp .list li .bot .details p{
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.screen3 .warp .list li .bot .details{
	margin-bottom: 50px;
	opacity: 0;
	filter: alpha(opacity=0);
/*	opacity:1\0/IE9;
	filter: alpha(opacity=1\0/IE9);*/
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
/*	transition:all 0s\0/IE9;
	-webkit-transition:all 0s\0/IE9;*/
	position: relative;
	top: 15px;

}
.screen3 .warp .list li .bot .arr{
	width: 100%;
	height: 39px;
	opacity: 0;
	filter: alpha(opacity=0);
	/*opacity:1\0/IE9;*/
	/*filter: alpha(opacity=1\0/IE9);*/
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
	position: relative;
	top: 10px;
}
.screen3 .warp .list li .bot .arr img{
	display: block;
	width: 87px;
	/*height: 39px;*/
}
.screen4 .warp .list li:hover .bot .details{
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0px;
}
.screen3 .warp .list li:hover .bot .arr{
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0
}
.screen6{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.screen6 .warp{
	width:80%;
	height: auto;
	position: absolute;
	top: 50%;
	left:227px;
	margin-top: -17%;
	z-index: 5;
}
.screen6 .warp h2{
	display: block;
	font-size: 64px;
	color: #333;
	line-height: 70px;
	margin-bottom: 70px;
}
/*.screen6 .warp h2.on{
	margin-bottom: 40px;
}*/
/*.panel.on .screen6 .warp h2{
	font-size: 48px;
	line-height: 60px;
}*/
.screen6 .warp .list li{
	float: left;
	width:30%;
	margin-right: 2%;
	cursor: pointer;
}
.screen6 .warp .list li a{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.screen6 .list li .img{
	width: 100%;
	max-height:275px;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.screen6 .list li .img img{
	display: block;
	width: 100%;
	/*height: 100%;*/
	padding: 0;
	margin: 0;
	vertical-align: baseline;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
}
.screen6 .list li .img .tip{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/inews-btnbg.png) center repeat;
	opacity:0;
	filter: alpha(opacity=0);
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
}
.screen6 .list li .img .tip i{
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	width: 49px;
	height: 49px;
	background:url(../img/inews-icon.png) center no-repeat;
}
.screen6 .list li h3{
	font-size: 24px;
	line-height: 30px;
	height:60px;
	color: #333;
	overflow:hidden; 
	margin-bottom: 15px;
}
/*.panel.on .screen6 .list li h3{
	font-size: 20px;
}*/
.screen6 .list li .details{
	font-size: 16px;
	color: #909090;
	line-height: 28px;
	min-height: 85px;
	margin-bottom: 10px;
}
.screen6 .list li .btns{
	width: 110px;
	padding: 0 20px;
	height: 33px;
	border:1px solid #e5e5e5;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #5a5a5a;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
/*	background: url(../img/iban-btn1.png) center repeat;*/

}


.screen6 .list li .btns:hover{
	/*background: url(../img/inews-btn.png) center repeat;*/
	background-color: #47a635;
	color: #fff;
}
.screen6 .list li:hover .img .tip{
	opacity: 1;
	filter: alpha(opacity=100);
}
.screen6 .list li:hover .img img{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
}


/*企业栏目*/
/*企业栏目base*/
.concept1 .warp,.concept2 .warp{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

/*理念*/
.concept1{
	width: 100%;
	padding: 90px 0 105px;
	background-color: #fff;
}
.concept1 .warp .title{
	margin-bottom: 70px;
}
.concept1 .warp .title h2,.concept2 .warp h2{
	display: block;
	/*font-size: 44px;*/
	line-height:66px;
	color: #222;
	margin-bottom:30px;
}
.concept1 .warp .title h3{
	display: block;
	font-size: 30px;
	color: #666666;
	line-height: 35px;
}
.concept1 .warp .list{
	width: 100%;
	float: left;
	position: relative;
}
.concept1 .warp .list li{
	float: left;
	position: relative;
	width:170px;
	padding:25px 70px 0 0 ;
}
.concept1 .warp .list li:nth-child(2){
	animation-delay:0.3s;
	-webkit-animation-delay:0.3s;
}
.concept1 .warp .list li:nth-child(3){
	animation-delay:0.6s;
	-webkit-animation-delay:0.6s;
}
.concept1 .warp .list li:nth-child(4){
	animation-delay:0.9s;
	-webkit-animation-delay:0.9s;
}
.concept1 .warp .list li i{
	display: block;
	width: 43px;
	height: 1px;
	background-color: #cccccc;
	position: absolute;
	top: 0;
	left: 0;
}
.concept1 .warp .list li h2{
	display: block;
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 30px;
	color: #333333;
}
.concept1 .warp .list li p{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}
.concept2{
	/*background: url(../img/status-img1.jpg) center no-repeat;*/
	height: 650px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	position: relative;
}
.concept2 .sta-bg,.concept3 .sta-bg,.mation2 .sta-bg{
	width: 100%;
	position: absolute;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
}
.concept2 .sta-bg .bg-img,.concept3 .sta-bg .bg-img,.mation2 .sta-bg .bg-img{
	display: block;
}
.concept2 .warp{
	position: relative;
	z-index: 5;
	padding-top: 260px;
}
.concept2 .warp h2{
	color: #fff;
}
.concept2 .warp .details{
	font-size: 30px;
	line-height: 36px;
	color: #fff;
}

.concept3.q_yz{ background:#172a7e}




.concept3{
	background:#1f3d9e url(../img/status-bg.jpg) center no-repeat;
	width: 100%;
	/*height: 590px;*/
	position: relative;
}
.concept3 .warp{
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	position: relative;z-index: 2;
	overflow: hidden;
}
.concept3 .warp li{
	float: left;
	/*height:590px;*/
	width:300px;
	position: relative;
}



.concept3 .warp li:nth-child(2){
	animation-delay:0.3s;
	-webkit-animation-delay:0.3s;
}

.concept3 .warp li:nth-child(3){
	animation-delay:0.6s;
	-webkit-animation-delay:0.6s;
}

.concept3 .warp li:nth-child(4){
	animation-delay:0.9s;
	-webkit-animation-delay:0.9s;
}
.concept3 .warp li:nth-child(5){
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}

.concept3 .warp li:nth-child(7){
	animation-delay:0.3s;
	-webkit-animation-delay:0.3s;
}
.concept3 .warp li:nth-child(8){
	animation-delay:0.6s;
	-webkit-animation-delay:0.6s;
}
.concept3 .warp li:nth-child(9){
	animation-delay:0.9s;
	-webkit-animation-delay:0.9s;
}
.concept3 .warp li:nth-child(10){
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}



.concept3 .warp li i{
	display: block;
	height: 100%;
	width: 1px;
	background-color: #354b9a;
	position: absolute;
	left: 0;
	top: 0;
}
.concept3 .warp li em{
	display: block;
	height: 100%;
	width: 1px;
	background-color: #354b9a;
	position: absolute;
	right: 0;
	top: 0;
}
.concept3 .warp li .box{
	padding: 100px 30px 0;
	transition:all 0.6s;
	-webkit-transition:all 0.6s;
	height:450px;
	width: 240px;
}
.concept3 .warp li:hover .box{
	background-color: #1e409f
}
.concept3 .warp li h2{
	display: block;
	font-size: 24px;
	line-height: 35px;
	height:70px;
	color: #fff;
	margin-bottom: 14px;
}
.concept3 .warp li p{
	font-size: 16px;
	line-height: 38px;
	color: #eee;
}
.concept3 .warp li .spn1{
	font-size: 16px;
	line-height: 38px;
	color: #fff;
	font-weight: bold;
}
.concept3 .warp li .spn2{
	font-size: 18px;
	line-height: 38px;
	color: #fff;
	font-weight: bold;
}
.concept4{
	background-color: #fafafa;
	padding:90px 0 140px;
}
.concept4 .warp{
	width: 1200px;
	margin: 0 auto;
}
.concept4 .warp .title{
	width: 100%;
	margin-bottom:60px;
}
.concept4 .warp .title h2{
	display: block;
    /*font-size: 44px;*/
    line-height:66px;
    color: #222;
}
.concept4 .warp .list{
	width: 1200px;
	margin: 0 auto;
}
.concept4 .warp .list ul{
	width: 1216px;
}
.concept4 .warp .list li{
	float: left;
	width: 249px;
	padding: 35px 20px 0;
	margin-right: 15px;
	height: 315px;
	box-shadow: 0 0px 6px 0 rgba(0,0,0,0.1);
}
.concept4 .warp .list li h2{
	display: block;
	font-size: 28px;
	line-height: 35px;
	color: #333;
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 23px;
}
.concept4 .warp .list li h2 i{
	display: block;
	width: 75px;
	height: 1px;
	background-color: #e5e5e5;
	position: absolute;
	bottom: 0;
	left: 0;
}
.concept4 .warp .list li .details,.concept4 .warp .list li .details p{
	font-size: 16px;
	line-height: 30px;
	color:#666666;
}


/*企业信息*/
.mation1{
	width: 1200px;
	margin: 0 auto;
	padding: 90px 0 135px;
	overflow: hidden;
}
.mation1 .title{
	width: 100%;
	height:66px;
	margin-bottom: 30px;
}
.mation1 .title h2{
	/*font-size: 44px;*/
	line-height:66px;
	color: #333;
}
.mation1 .mian li{
	float: left;
	position: relative;
	height: 375px;
}
.mation1 .mian li h3{
	font-size: 28px;
	line-height: 36px;
	color: #1f3d9e;
}
.mation1 .mian .settime{
	background: url(../img/information-img1.png) 170px 47px no-repeat;
	width:400px;
	position: relative;
}
.mation1 .mian .settime h3{
	margin-bottom:35px;
}
.mation1 .mian .settime .year{
	font-size: 72px;
	color: #1f3d9e;
	font-family: 'BebasNeueRegular';
	line-height: 76px;
	padding-bottom: 50px;
}
.mation1 .mian .settime .time{
	border-bottom: 1px solid #e5e5e5
}
.mation1 .mian .settime .year span{
	font-family: '微软雅黑';
	font-size: 16px;
	line-height: 36px;
	color: #666666;
}
.mation1 .mian .settime .address {
	padding: 60px 0 25px;
	background: url(../img/information-img2.png) 190px 60px no-repeat;
}
.mation1 .mian .settime .address .hq{
	font-size: 28px;
	line-height: 36px;
	color: #1f3d9e;
	margin-bottom: 20px;
}	
.mation1 .mian .settime .address .add{
	font-size: 16px;
	line-height: 36px;
	color: #666666
}
.mation1 .technology{
	padding: 0 35px;
	width: 357px;
	animation-delay:0.4s;
    -webkit-animation-delay:0.4s;
	position: relative;
	background:url(../img/information-img3.png) center 220px no-repeat;
}
.mation1 .mian .technology h3,.mation1 .business h3{
	margin-bottom:25px;
}
.mation1 .technology .details,.mation1 .business .details{
	font-size: 16px;
	line-height: 30px;
	color: #666666
}
.mation1 .technology i,.mation1 .mian .settime i{
	display: block;
	position: absolute;
	width: 1px;
	height: 96%;
	right: 0;
	top: 4%;
	background-color: #e5e5e5
}
.mation1 .business{
	animation-delay:0.8s;
    -webkit-animation-delay:0.8s;
	width:283px;
	position: relative;
	padding: 0 45px;
	background:url(../img/information-img4.png) center 190px no-repeat;
} 

.mation2{
padding-bottom:50px;
	width: 100%;
	position: relative;
	background: #1f3d9e;
	margin-top:50px
}
.mation2 .warp{
	width: 1200px;
	margin: 0 auto;
}
.mation2 .warp .title{
	margin-bottom: 10px;
	padding-top: 90px;
	position: relative;
}
.mation2 .warp .title h2{
	/*font-size: 44px;*/
    line-height:66px;
    color: #fff;
    margin-bottom:60px;
}
.picScroll-left{ 
	width:1200px; 
	margin: 0 auto; 
	/*height: 500px;*/
	overflow:hidden; 
	position:relative;  
}
.picScroll-left .hd{ 
	overflow:hidden;  
	width:110px;
	height: 42px; 
	/*background:#f4f4f4; */
	margin: 0 auto;
}
.picScroll-left .hd .prev{ 
	display:block;  
	float: left;
	width:42px; 
	height:42px; 
	cursor:pointer; 
	background:url(../img/infro-icon1.png) no-repeat;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
}
.picScroll-left .hd .prev:hover{
	background:url(../img/infro-icon11.png) no-repeat;
}
.picScroll-left .hd .next{ 
	display:block;  
	width:42px; 
	height:42px; 
	float:right;  
	overflow:hidden;
	cursor:pointer; 
	background:url(../img/infro-icon2.png) no-repeat;
	transition:all 0.4s;
	-webkit-transition:all 0.4s;
}
.picScroll-left .hd .next:hover{
	background:url(../img/infro-icon22.png) no-repeat;
}
.picScroll-left .bd ul{overflow:hidden; zoom:1;}
.picScroll-left .bd ul li{
	float:left; 
	_display:inline; 
	overflow:hidden; 
    float: left;
    background: url(../img/mation-titbg2.png) center top no-repeat;
}

.picScroll-left .bd ul li .fzlc_li{	
    width:264px;
    min-height: 400px;
	padding:56px 18px 0;
}

.picScroll-left .bd li h3{
	display: block;
	font-size: 60px;
	line-height: 65px;
	color: #fff;
	margin-bottom: 30px;
	 font-family: 'ttRegular';

}
.picScroll-left .bd li .details{
	padding: 0 15px;
}
.picScroll-left .bd li .details p{
	padding-left: 20px;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	background: url(../img/mation2-point.png) left 11px no-repeat;
	margin-bottom: 25px;
}

.tempWrap .bx-controls-direction{ width:100%; text-align:center; overflow:hidden; margin-top:30px; display:none}
.tempWrap .bx-controls-direction a{ display:inline-block; width:42px; height:42px; margin:0 10px}
.tempWrap .bx-controls-direction a.bx-prev{ background:url(../img/infro-icon1.png) no-repeat center}
.tempWrap .bx-controls-direction a.bx-next{ background:url(../img/infro-icon2.png) no-repeat center}

/*.mation2 .scroll-box {
  width: 1200px;
  position: relative;
  overflow: hidden;
}
.mation2 .scroll-box .con {
  width: 1200px;
  position: relative;
}
.mation2 .scroll-box .con li{
  width:300px;
  padding: 0 10px;
  height:440px;
  float: left;
  background: url(../img/iban-btn1.png) repeat;
}
.mation2 .scroll-box .con li h3{
	display: block;
	font-size: 60px;
	line-height: 65px;
	color: #fff;
	margin-bottom: 30px;
	font-family: 'BebasNeueRegular';
}
.mation2 .scroll-box .con li .details{
	padding: 0 15px;
}
.mation2 .scroll-box .con li .details p{
	padding-left: 20px;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	background: url(../img/mation2-point.png) left 11px no-repeat;
	margin-bottom: 25px;
}
.mation2 .scroll-box .bar {
  width: 1200px;
  height: 1px;
  background: #8f9ecf;
  border-bottom: 2px solid #1f3d9e;
  margin-top: 30px;
  position: relative;
}
.mation2 .scroll-box .bar .btn {
  position: absolute;
  width: 253px;
  height: 4px;
  bottom: -1px;
  left: 0;
  background: #8f9ecf;
  cursor: pointer;
  border-radius: 5px;
}*/
.mation3{
	width: 100%;
	margin: 0 auto;
	padding: 90px 0 70px;
	background-color: #fdfdfd;
}
.mation3 .title{
	position: relative;
	width: 1200px;
	margin: 0 auto 60px;
	overflow: hidden;
}
.mation3 .title .box{
	width: 550px;
	float: left;
}
.mation3 .title .box h2,.status1 .title h2,.status3 .warp .title h2{
	/*font-size: 44px;*/
	line-height:66px;
	margin-bottom:30px;
}
.mation3 .title .box .details,
.mation3 .title .box .details p,
.status1 .title .details,
.status1 .title .details p{
	font-size: 30px;
	line-height: 48px;
	color: #666666
}
.status1 .title .details p.source{
	font-size:18px;
}
.mation3 .title .pic{
	/*width: 580px;*/
	float: right;
	height: 56px;
	margin-top: 110px;
}
.mation3 .title .pic li{
	float: left;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #e3e3e3;
	margin-left: 35px;
	font-size: 18px;
	color: #666666;
	text-align: right;
}
.mation3 .title .pic .icon1{
	width:72px;
	padding-right: 33px;
	background: url(../img/mation3-icon1.png) 5px center no-repeat;
}
.mation3 .title .pic .icon2{
	width: 80px;
	padding-right: 25px; 
	background: url(../img/mation3-icon2.png) 5px center no-repeat;
}
.mation3 .title .pic .icon3{
	width:95px;
	padding: 0 5px;
	background: url(../img/mation3-icon3.png) 5px center no-repeat;
}
.mation3 .title .pic .icon4{
	width: 105px;
	background: url(../img/mation3-icon4.png) left center no-repeat;
}
.mation3 .mian{
	width: 100%;
	height: 663px;
	background: url(../img/mation3-bg.jpg) center no-repeat;
}
.mation3 .mian .box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 663px;
	overflow: hidden;
}
/*.mation3 .mian .box img{
	opacity: 0;
	filter: alpha(opacity=0);
}*/
.mation3 .mian .box .img1{
	width: 561px;
	height: 154px;
	position: absolute;
	right:0px;
	display: block;
	top:141px;
    animation-delay:0.5s;
    -webkit-animation-delay:0.5s;
}
.mation3 .mian .box .img2{
	width: 248px;
	height:183px;
	position: absolute;
	right:2px;
	display: block;
	top:85px;
    animation-delay:0.8s;
    -webkit-animation-delay:0.8s;
}
.mation3 .mian .box .img3{
	width:632px;
	height:169px;
	position: absolute;
	right: 0px;
    display: block;
    top: 209px;
}
.mation3 .mian .box .img4{
	width:487px;
	height:157px;
	position: absolute;
	right: 1px;
    display: block;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    top: 329px;
}
.mation3 .mian .box .img5{
/*	width:357px;
	height:149px;*/
	width: 354px;
	height: 160px;
	position: absolute;
	right: 453px;
    display: block;
    top: 75px;
}
.mation3 .mian .box .img6{
	width: 313px;
    height: 231px;
    position: absolute;
    left: 66px;
    display: block;
    top: 142px;
    animation-delay:0.5s;
    -webkit-animation-delay:0.5s;
}

/*企业地位*/
.status1{
	width: 1200px;
	margin: 0 auto;
	padding: 90px 0 130px;
	background-color: #fff;
}
.status1 .title{
	margin-bottom:65px;
}
.status1 .warp{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	height: 448px;
	background: url(../img/con1-bg.png) center no-repeat;
}
.status1 .warp .line{
	width: 0;
	height: 448px;
	top: 13px;
	left: 0;
	z-index: 2;
	position: absolute;
	overflow: hidden;
	display: block;
	/*opacity: 0;*/
	background: url(../img/zexian.png) no-repeat left center;
/*	filter: alpha(opacity=0);*/
	
}
.status1 .warp .line.on{
	animation:myfirst 3s 0.3s;
	-moz-animation:myfirst 3s 0.3s; /* Firefox */
	-webkit-animation:myfirst 3s 0.3s; /* Safari and Chrome */
	-o-animation:myfirst 3s 0.3s;/* Opera */
}
.status1 .warp .line.cur{
	width: 1200px;
	/*opacity:1;*/
	/*filter: alpha(opacity=100);*/
}
.status1 .warp .line img{
	display: block;
	width: 1200px;
	height: 423px;
	position: absolute;
	top: 0;
	left: 0;
}
@keyframes myfirst
{
	0% {width:0px;}
	25% {width:190px;}
	55% {width: 612px;}
	90% {width:1060px;}
	100% {width:1200px;}
}

@-moz-keyframes myfirst /* Firefox */
{
	0% {width:0px;}
	25% {width:190px}
	55% {width: 612px}
	90% {width:1060px}
	100% {width:1200px}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
	0% {width:0px;}
	25% {width:190px}
	55% {width: 612px}
	90% {width:1060px}
	100% {width:1200px}
}

@-o-keyframes myfirst /* Opera */
{
	0% {width:0px;}
	25% {width:190px}
	55% {width: 612px}
	90% {width:1060px}
	100% {width:1200px}
}

.status1 .warp .box1{
	width: 170px;
	position: absolute;
	bottom:106px;
	height: 115px;
	left: 80px;
	z-index: 2;
}
.status1 .warp .box1 .year,.status1 .warp .box2 .year,.status1 .warp .box3 .year{
	display: block;
	font-size: 26px;
	color: #147acb;
	line-height: 30px;
	font-family: 'BebasNeueBook';
	margin-bottom: 5px;
	font-weight: bold;
}
.status1 .warp .box1 .math,.status1 .warp .box2 .math,.status1 .warp .box3 .math{
	font-size: 100px;
	line-height: 80px;
	height: 80px;
	color: #147acb;
	font-family: 'BebasNeueBook'
}
.status1 .warp .fa{
	font-size: 16px;
	font-family: 'arial'
}
.status1 .warp .box2{
	width: 140px;
	position: absolute;
	bottom:255px;
	left:545px;
	z-index: 2;

}
.status1 .warp .box3{
	width:100px;
	position: absolute;
	top: -77px;
    right: 140px;
	z-index: 2;

}
.status1 .warp .box2 .math,.status1 .warp .box2 .year{
	color: #2a76cd;
}
.status1 .warp .box3 .math,.status1 .warp .box3 .year{
	color: #1f3d9e;
}
.status1 .warp .minline{
	display: block;
	width: 1px;
	background-color: #d0d0d0;
	position: absolute;
	bottom:13px;
}
.status1 .warp .i1{
	left: 153px;
	height: 0px;
}
.status1 .warp .i2{
	left:599px;
	height:0px;
}
.status1 .warp .i3{
	right:152px;
	height:0px;
}
/*.status1 .warp .i1.on{
	height: 8px;
}
.status1 .warp .i2.on{
	height: 132px;
}
.status1 .warp .i3.on{
	height: 375px;
}*/
.status2{
	width:100%;
	margin: 0 auto;
	padding: 90px 0 100px;
}
.status2 .warp{
	position: relative;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.status2 .warp .title{
	margin-bottom:60px;
}
.status2 .warp .title h2{
	display: block;
	/*font-size: 44px;*/
	line-height:66px;
	color: #323232;
}
.status2 .warp .mian{
	margin-bottom: 20px;
}
.status2 .warp .mian li{
	float: left;

}



.status2 .warp .mian li .details{ position:relative}
.status2 .warp .mian li .details .img{ position:absolute; top:0; left:0; height:100%; width:100%;   padding:20px;background:#F5F5F5; text-align:center;
opacity:1;
filter:Alpha(opacity=100); /* IE8 以及更早的浏览器 */

box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */

	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s; 
	-ms-transition: all .5s; 
	transition: all .5s;
}
.status2 .warp .mian li .details .img img{ height:100%;}
.status2 .warp .mian li .details:hover .img{
opacity:0;
filter:Alpha(opacity=0); /* IE8 以及更早的浏览器 */
}

.status2 .warp .mian2 li .details{ position:relative}
.status2 .warp .mian2 li .img{ position:absolute; top:0; left:0; height:100%; width:100%;   padding:20px;background:#F5F5F5; text-align:center; 
opacity:1;
filter:Alpha(opacity=100); /* IE8 以及更早的浏览器 */

box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */

	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s; 
	-ms-transition: all .5s; 
	transition: all .5s;
}
.status2 .warp .mian2 li .details .img img{ height:100%;}
.status2 .warp .mian2 li .details:hover .img{
opacity:0;
filter:Alpha(opacity=0); /* IE8 以及更早的浏览器 */
 }



.status2 .warp .mian .box1{
	width: 460px;
	background:#f5f5f5 url(../img/con2-img1.png) 370px 380px no-repeat;
}
.status2 .warp .mian .box1 .details{
	height: 420px;
}

.status2 .mian .box1 .details,.status2 .mian .box1 .details p,.status2 .mian .box2 .details p,.status2 .mian .box3 .details p,.status2 .list .left .details,.status2 .list .left .details p,.status2 .list .right .details{
	font-size: 18px;
	line-height: 36px;
	color: #666666
}
.status2 .mian .box1 .details,.status2 .mian .box3 .details{
	padding:70px 35px 0; 
	position: relative;
}
.status2 .mian .box1 .details i,.status2 .mian .box3 .details i,.status2 .list .left i,.status2 .list .right i{
	display: block;
	width: 61px;
	height: 3px;
	background-color: #d9d9d9;
	position: absolute;
	top: 47px;
	left: 35px;
}
.status2 .mian .box2{
	width: 740px;

}


.status2 .mian .box2 .details{
	width:280px; 
	height:165px;
	background-color: #f5f5f5;
	position: relative;
	padding:70px 35px 0;
	float:left;
	margin-bottom:20px;
	margin-left:20px
}
.status2 .mian .box2 .mbot{
	margin-bottom: 20px;
}
.status2 .mian .box2 .details i{
	display: block;
	width: 61px;
	height: 3px;
	background-color: #d9d9d9;
	position: absolute;
	top: 47px;
	left: 35px;
}









.status2 .warp .mian2{
	margin-bottom: 20px;
}
.status2 .warp .mian2 li{
	float: left;

}
.status2 .warp .mian2 .box1{
	width: 360px;

	background:#f5f5f5 url(../img/con2-img3.png) 260px 310px no-repeat;
}
.status2 .warp .mian2 .box1 .details{
	height: 350px;
}

.status2 .mian2 .box1 .details,.status2 .mian2 .box1 .details p,.status2 .mian2 .box2 .details p,.status2 .mian2 .box3 .details p,.status2 .list .left .details,.status2 .list .left .details p,.status2 .list .right .details{
	font-size: 18px;
	line-height: 36px;
	color: #666666
}
.status2 .mian2 .box1 .details,.status2 .mian2 .box3 .details{
	padding:70px 35px 0; 
	position: relative;
}
.status2 .mian2 .box1 .details i,.status2 .mian2 .box3 .details i,.status2 .list .left i,.status2 .list .right i{
	display: block;
	width: 61px;
	height: 3px;
	background-color: #d9d9d9;
	position: absolute;
	top: 47px;
	left: 35px;
}
.status2 .mian2 .box2{
	width: 510px;

}
.status2 .mian2 .box2 .details{
	width:420px; 
	height:130px;
	background-color: #f5f5f5;
	position: relative;
	padding:70px 35px 0;
	float:left;
	margin-bottom:20px;
	margin-left:20px
}
.status2 .mian2 .box2 .mbot{
	margin-bottom: 20px;
}
.status2 .mian2 .box2 .details i{
	display: block;
	width: 61px;
	height: 3px;
	background-color: #d9d9d9;
	position: absolute;
	top: 47px;
	left: 35px;
}


.status2 .mian2 .box3{
	width: 330px;
	float:right;
}
.status2 .mian2 .box3 .details{
	width:240px; 
	height:130px;
	background-color: #f5f5f5;
	position: relative;
	padding:70px 35px 0;
	float:left;
	margin-bottom:20px;
	margin-left:20px
}
.status2 .mian2 .box3 .mbot{
	margin-bottom: 20px;
}
.status2 .mian2 .box3 .details i{
	display: block;
	width: 61px;
	height: 3px;
	background-color: #d9d9d9;
	position: absolute;
	top: 47px;
	left: 35px;
}















.status2 .list{
	width: 100%;
}
.status2 .list li{
	margin-bottom: 20px;
}
.status2 .list .left,.status2 .list .right{
	width: 590px;
	height: 240px;
	background-color: #fff;
	position: relative;
}
.status2 .list .left .details{
	padding:70px 35px 0;
}
.status2 .list .right .details{
	width: 240px;
	margin:0px 0 0 35px;
	padding-top: 70px;
}

.status3{
	padding: 90px 0 144px;
	background-color: #f2f2f2;
}
.status3 .warp{
	width: 1200px;
	margin: 0 auto;
}
.status3 .warp .title{
	margin-bottom:60px;
}
.status3 .warp .title .details{
	font-size: 24px;
	line-height: 36px;
	color: #666666;
	width: 770px;
}
.status3 .warp .mian{
	width: 100%;
}
.status3 .warp .mian li{
	height: 262px;
	margin-bottom: 20px;
}
.status3 .warp .mian li .box{
	width:351px;
	border-top:3px solid #d9d9d9;
	height: 234px;
	padding:25px 70px 0 0;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.status3 .warp .mian li .pic{
	width: 779px;
	height: 262px;
	overflow: hidden;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
}
.status3 .warp .mian li .pic img{
	display: block;
	width: 100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.status3 .warp .mian li:hover .pic{
	background-color: #000
}
.status3 .warp .mian li:hover .pic img{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
	opacity: 0.8;
}


/*news*/
.news-warp{
	width:100%;
	background-color: #f4f4f4;
	padding:90px 0;
}
.news-warp .warp{
	width: 1200px;
	margin: 0 auto 70px;
}
.news-warp .warp .title{
	font-size: 44px;
	color: #222;
	text-align: center;
	margin-bottom: 60px;
}
.news-warp .warp h2{
	/*font-size: 44px;*/
	line-height: 66px;
	color: #222;
	text-align: center;
}
.news-warp .warp li{
	/*height: 297px;*/
	margin-bottom: 36px;
	cursor: pointer;
}
.news-warp .warp li .bor{
	width: 100%;
	height: 100%;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	background-color: #fff;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.05);
}
#serch .warp li{
	opacity: 1;
	filter: alpha(opacity=100);
	opacity: 1\0/IE9;
	filter: alpha(opacity=100\0/IE9);
}
.news-warp .warp li .bor:hover{
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.2)
}

.news-warp .warp li .bor:hover .box h3{ color:#47a635}


.news-warp .warp .list1 .pic{
/*	width: 268px;
	height: 211px;*/
	width: 310px;
	height: 181px;
	float: left;
	overflow: hidden;
	margin: 43px 0 43px 36px;

}
.news-warp .warp .list1 .pic img{
	display: block;
	width: 100%;
}
.news-warp .warp .list1 .box{
	width: 640px;
	float: left;
	margin-left: 45px;
	/*height: 211px;*/
	padding: 43px 0 43px;
}
.news-warp .warp .list1 .box h3,.news-warp .warp .list2 .box h3{
	font-size: 24px;
	line-height: 30px;
	color: #222;
	margin-bottom: 15px;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
.news-warp .warp .list1 .box .details,.news-warp .warp .list2 .box .details{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	height: 92px;
	margin-bottom: 15px;
	overflow:hidden
}
.news-warp .warp .list1 .box .year,.news-warp .warp .list2 .box .year{
	width: 100%;
	font-size: 14px;
	line-height: 28px;
}
.news-warp .warp .list1 .box .year .time,.news-warp .warp .list2 .box .year .time{
	color: #666666;
	padding-right: 20px;
	border-right: 1px solid #efefef;
	margin-right: 20px;
}
.news-warp .warp .list1 .box .year .tit,.news-warp .warp .list2 .box .year .tit{
	color: #47a635
}
.news-warp .warp li .arr{
	float: right;
	width: 59px;
	border-left: 1px solid #f2f2f2;
	height:267px;
	background: url(../img/news-icon1.png) center no-repeat;
}
.news-warp .warp .list2 .box{
	width: 920px;
	padding: 43px 0 43px 36px;
	float: left;
}

/*翻页*/
.fy{
	width: 100%;
	height: 40px;
	text-align: center;
}
.fy a{
	font-size: 14px;
	padding: 6px 12px;
	background-color: #ccc;
	color: #fff;
	margin:0 5px; 
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.fy a:hover,.fy a.on{
	background-color: #172a7e;
}

/*newsinfor*/
.newsinfor{
	width: 100%;
	background-color: #fff;
	padding:240px 0 95px;
}
.newsinfor .warp{
	width: 1200px;
	margin:0 auto 30px;
}
.newsinfor .warp .title{
	margin-bottom: 40px;
}
.newsinfor .warp .title h2{
	font-size: 48px;
	line-height: 73px;
	color: #222;
	margin-bottom:30px;
}
.newsinfor.on .warp .title h2{
	font-size: 44px;
}
.newsinfor .warp .title .math{
	height: 22px;
}
.newsinfor .warp .title .math .time{
	font-size: 18px;
	line-height: 22px;
	color: #666666;
	font-family: "Arial";
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #e5e5e5;
}
.newsinfor .warp .title .math .tit{
	font-size: 16px;
	color: #47a635;
	line-height: 22px;
}
.newsinfor .warp .mina{
	width: 100%;
	padding-bottom: 70px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 16px;
	line-height: 30px;
	color: #666666;
} 
.newsinfor .warp .mina img{
	max-width: 100%;
}
.newsinfor .warp .mina p{
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.newsinfor .bot{
	width: 1200px;
	margin: 0 auto;

}
.newsinfor .bot .box{
	width: 750px;
	float: left;
}
.newsinfor .bot .box p{
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.newsinfor .bot .box p a{
	color: #999;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.newsinfor .bot .box p a:hover{
	color: #666;
}
.newsinfor .bot .btns{
	width: 100px;
	height: 46px;
	line-height: 46px;
	padding: 0 50px;
	border:1px solid #e5e5e5;
	font-size: 18px;
	color: #47a635;
	display: block;
	float: right;
	background: url(../img/newsinfor-icon1.png) 143px center no-repeat;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.newsinfor .bot .btns:hover{
	background:#47a635 url(../img/newsinfor-icon2.png) 143px center no-repeat;
	color: #fff;
	border:1px solid #47a635;
}

/*交通*/
.traffic1{
	width: 1200px;
	margin:90px auto 140px;
}
.traffic1 .title{
	margin-bottom:30px;
}
.traffic1 .title h2{
	/*font-size: 44px;*/
	line-height:66px;
	color: #222;
}
.traffic1 .warp{
	width: 1200px;
	height:540px;
	position: relative;
	background: url(../img/bus.jpg) no-repeat center;
}
.traffic1 .warp .i1{
	width:60px;
}
.traffic1 .warp .i1 i{
	animation:le 2.5s linear infinite;
	-moz-animation:le 2.5s linear infinite;
	-webkit-animation:le 2.5s linear infinite;
	-o-animation:le 2.5s linear infinite;
}
.traffic1 .warp .i2{
	width:30px;
}
.traffic1 .warp .i2 i{
	animation:le 2.5s linear infinite;
	-moz-animation:le 2.5s linear infinite;
	-webkit-animation:le 2.5s linear infinite;
	-o-animation:le 2.5s linear infinite;
}
.traffic1 .warp .i3{
	width: 60px;
}
.traffic1 .warp .i3 i{
	animation:le 2.5s linear infinite;
	-moz-animation:le 2.5s linear infinite;
	-webkit-animation:le 2.5s linear infinite;
	-o-animation:le 2.5s linear infinite;
}
@keyframes le
{
	0%{margin-left:0%; opacity:0;}
	60%{margin-left:60%; opacity:1;}
	100%{margin-left:100%;opacity:0;}
}
@-moz-keyframes le /* Firefox */
{
	0%{margin-left:0%; opacity:0;}
	60%{margin-left:60%; opacity:1;}
	100%{margin-left:100%;opacity:0;}
}
@-webkit-keyframes le /* Safari and Chrome */
{
	0%{margin-left:0%; opacity:0;}
	60%{margin-left:60%; opacity:1;}
	100%{margin-left:100%;opacity:0;}
}
@-o-keyframes le /* Opera */
{
	0%{margin-left:0%; opacity:0;}
	60%{margin-left:60%; opacity:1;}
	100%{margin-left:100%;opacity:0;}
}
.traffic1 .warp span{
	overflow: hidden;
	height: 15px;
	display: block;
	position: absolute;
}
.traffic1 .warp span i{
	border-top: 7.5px solid transparent;
	border-bottom: 7.5px solid transparent;
	border-left:7.5px solid #999;
	/*border-left:7.5px solid #000;*/
	display: block;
}
.traffic1 .warp .shape1{
	top: 196px;
    left: 170px;
}
.traffic1 .warp .shape2{
	top: 22px;
    left:580px;
}
.traffic1 .warp .shape3{
	top:195px;
    left:580px;
}
.traffic1 .warp .shape4{
	top:427px;
    left:580px;
}
.traffic1 .warp .shape5{
	top: 22px;
    left:835px;
}
.traffic1 .warp .shape6{
	top:196px;
    left:835px;
}
.traffic1 .warp .shape7{
	top:427px;
    left:835px;
}

.traffic1 .warp p{
	width: 130px;
	height: 25px;
	line-height: 25px;
	color: #222;
	font-size: 18px;
	text-align: center;
	position: absolute;
}
.traffic1 .warp .fa1{
	left:0px;
	top: 300px;
}
.traffic1 .warp .fa2{
	left:320px;
	top: 300px;
}
.traffic1 .warp .fa3{
	left:675px;
	top: 100px;
}
.traffic1 .warp .fa4{
	left:675px;
	top: 300px;
}
.traffic1 .warp .fa5{
	left:675px;
	top: 500px;
}
.traffic1 .warp .fa6{
	left:965px;
	top: 100px;
}
.traffic1 .warp .fa7{
	left:965px;
	top: 300px;
}
.traffic1 .warp .fa8{
	left:965px;
	top: 500px;
}
.traffic1 a{
	display: block;
}
.traffic1 .dx01{
	left: 0;
	top: 150px;
	width: 130px;
	height: 180px;
}
.traffic1 .mozu01{
	left: 270px;
	top: 150px;
	width: 230px;
	height: 180px;
}
.traffic1 .mozu02{
	left: 650px;
	top: 0;
	width: 170px;
	height: 130px;
}

.traffic1 .mozu03{
	left: 650px;
	top: 170px;
	width: 170px;
	height: 160px;
}

.traffic1 .mozu04{
	left: 650px;
	top:380px;
	width: 170px;
	height: 150px;
}
.traffic1 .dianchi01{
	left: 930px;
	top: 0;
	width: 190px;
	height: 130px;
}

.traffic1 .dianchi02{
	left: 930px;
	top: 170px;
	width: 210px;
	height: 160px;
}

.traffic1 .dianchi03{
	left: 930px;
	top: 365px;
	width: 200px;
	height: 160px;
}



.traffic2{
	width: 100%;
	position: relative;
}
.traffic2 .title{
	width: 100%;
	border-bottom: 1px solid #70706e;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.traffic2.cut .title{
	position: fixed;
	left: 0;
	top: 0;
	background-color: #1d3c91;
	border-color: #1d3c91;
}
.traffic2 .title .warp{
	width: 1200px;
	margin: 0 auto;
}
.traffic2 .title .warp li{
	float: left;
	height: 70px;
	width: 400px;
	font-size: 20px;
	color: #fff;
	line-height: 70px;
	text-align: center;
	position: relative;
	background: url(../img/traffic2-bg1.png) center no-repeat;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	cursor: pointer;
}
.traffic2 .title .warp li.on,.traffic2 .title .warp li:hover{
	background: url(../img/traffic2-bg.png) center no-repeat;
}
.traffic2 .title .warp li i{
	display: block;
	width: 1px;
	height: 100%;
	background-color: #232323;
	position: absolute;
	left: 0;
	top: 0;
}
.traffic2.cut .title .warp li i{
	background-color: #34509d;
}
.traffic2 .title .warp li em{
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin-left: -5px;
	background: url(../img/traffic2-point1.png) center no-repeat;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.traffic2 .title .warp li.on em,.traffic2 .title .warp li:hover em{
	background: url(../img/traffic2-point.png) center no-repeat;
}
.traffic2 .mian,.ensrgy2 .warp-e .mian{
	width: 100%;
}
.traffic2 .mian .list,.ensrgy2 .mian .list{
	width: 100%;
	height: 100%;
	display: none;
}
.traffic2 .mian .pic{
	height: 750px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
}
.traffic2 .mian .pic .box{
	padding-top: 290px;
	width: 1200px;
	margin: 0 auto;
}
.traffic2 .mian .pic .box h2{
	/*font-size: 44px;*/
	line-height: 66px;
	color: #fff;
	margin-bottom: 15px;
}
.traffic2 .mian .pic .box .details,.traffic2 .mian .pic .box .details p{
	font-size: 20px;
	line-height: 40px;
	color: #fff;
}
.traffic2 .mian .warp,.ensrgy2 .mian .warp{
	width: 100%;
}
.traffic2 .mian .warp .top,.ensrgy2 .mian .warp .top{
	background-color: #172a7e;
	/*height: 110px;*/
}
.traffic2 .mian .warp .top table,.traffic2 .mian .warp .bot table,.ensrgy2 .mian .warp .top table,.ensrgy2 .mian .warp .bot table{
	display: block;
	width: 1200px;
	margin: 0 auto;
	color: #fff;
}
.traffic2 .mian .warp .top table tr td,.ensrgy2 .mian .warp .top table tr td{
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	padding: 30px 0 30px;
}
.traffic2 .mian .warp .bot,.ensrgy2 .mian .warp .bot{
	width: 100%;
	background-color: #47a635;
	padding-bottom: 90px;
}
.traffic2 .mian .warp .bot table tr td,.ensrgy2 .mian .warp .bot table tr td{
	font-size: 16px;
	padding:25px 0;
	border-bottom: 1px solid #294aa4
}
.ensrgy1 {
	width: 1200px;
	margin: 0 auto;
	padding:90px 0 65px
}
.ensrgy1 .title{
	margin-bottom:60px;
}
.ensrgy1 .title h2{
	/*font-size: 44px;*/
	line-height:66px;
	color: #000;
}
.ensrgy1 .warp{
	width: 1200px;
	margin: 0 auto;
	height:320px;
	position: relative;
}
.ensrgy1 .warp p{
	width: 120px;
	line-height: 32px;
	color: #222;
	font-size: 18px;
	text-align: center;
	position: absolute;
	bottom:23px;
}
.ensrgy1 .warp .pl1{
	left:15px;
}
.ensrgy1 .warp .pl2{
	left:335px;
}
.ensrgy1 .warp .pl3{
	left:637px;
}
.ensrgy1 .warp .pl4{
	left:964px;
}
.ensrgy1 .warp span{
	position: absolute;
	height: 15px;
	z-index: 2;
	display: block;
}
.ensrgy1 .warp .w1{
	left:100px;
	top: 20px;
	width: 265px;
}
.ensrgy1 .warp .w2{
	left:430px;
	bottom:61px;
	width: 230px;
}
.ensrgy1 .warp .w3{
	right:203px;
	top:20px;
	width:265px;
}
.ensrgy1 .warp .sj1 i{
	margin-left:70px;
	animation:lee 4s linear infinite;
	-moz-animation:lee 4s linear infinite;
	-webkit-animation:lee 4s linear infinite;
	-o-animation:lee 4s linear infinite;
}
.ensrgy1 .warp .sj2 i{
	margin-left:175px;
	animation:lee 4s linear infinite 2s;
	-moz-animation:lee 4s linear infinite 2s;
	-webkit-animation:lee 4s linear infinite 2s;
	-o-animation:lee 4s linear infinite 2s;
	opacity: 0;
	filter: alpha(opacity=0);
	opacity: 1\0/IE9;
	filter: alpha(opacity=100\0/IE9);
}
.ensrgy1 .warp .sj3 i{
	margin-left:65px;
	animation:lee 4s linear infinite;
	-moz-animation:lee 4s linear infinite;
	-webkit-animation:lee 4s linear infinite;
	-o-animation:lee 4s linear infinite;
}
.ensrgy1 .warp .sj4 i{
	margin-left:165px;
	animation:lee 4s linear infinite 2s;
	-moz-animation:lee 4s linear infinite 2s;
	-webkit-animation:lee 4s linear infinite 2s;
	-o-animation:lee 4s linear infinite 2s;
	opacity: 0;
	filter: alpha(opacity=0);
	opacity: 1\0/IE9;
	filter: alpha(opacity=100\0/IE9);
}
.ensrgy1 .warp .sj5 i{
	margin-left:80px;
	animation:lee 4s linear infinite;
	-moz-animation:lee 4s linear infinite;
	-webkit-animation:lee 4s linear infinite;
	-o-animation:lee 4s linear infinite;
}
.ensrgy1 .warp .sj6 i{
	margin-left:175px;
	animation:lee 4s linear infinite 2s;
	-moz-animation:lee 4s linear infinite 2s;
	-webkit-animation:lee 4s linear infinite 2s;
	-o-animation:lee 4s linear infinite 2s;
	opacity: 0;
	filter: alpha(opacity=0);
	opacity: 1\0/IE9;
	filter: alpha(opacity=100\0/IE9);
}
@keyframes lee
{
	0%{margin-left:0%; opacity:0;}
	10%{margin-left:10%; opacity:1;}
	90%{margin-left:90%; opacity:1;}
	100%{margin-left:100%;opacity:0;}
}
@-moz-keyframes lee /* Firefox */
{
	0%{margin-left:0%; opacity:0;}
	10%{margin-left:10%; opacity:1;}
	90%{margin-left:90%; opacity:1;}
	100%{margin-left:100%;opacity:0;}
}
@-webkit-keyframes lee /* Safari and Chrome */
{
	0%{margin-left:0%; opacity:0;}
	10%{margin-left:10%; opacity:1;}
	90%{margin-left:90%; opacity:1;}
	100%{margin-left:100%;opacity:0;}
}
@-o-keyframes lee /* Opera */
{
	0%{margin-left:0%; opacity:0;}
	10%{margin-left:10%; opacity:1;}
	90%{margin-left:90%; opacity:1;}
	100%{margin-left:100%;opacity:0;}
}
.ensrgy1 .warp span i{
	border-top: 7.5px solid transparent;
	border-bottom: 7.5px solid transparent;
	border-left:7.5px solid #999;
	display: block;

}
.ensrgy1 a{
	display: block;
}
.ensrgy1 .dx01{
	width: 175px;
	height: 210px;
	left: 0;
	top: 90px;
}
.ensrgy1 .mozu01{
	width: 205px;
	height: 200px;
	left: 290px;
	top: 100px;
}
.ensrgy1 .mozu02{
	width: 205px;
	height: 200px;
	left: 600px;
	top: 100px;
}
.ensrgy1 .dianchi01{
	width: 150px;
	height: 210px;
	left: 940px;
	top: 90px;
}

.ensrgy2{
	width: 100%;
	background-color: #fafafa;
	padding: 90px 0 135px;
	margin: 0 auto;
}
.ensrgy2.vi{
	padding:2% 0 135px;
	overflow: hidden;
}
.ensrgy2 .title{
	position: relative;
	width: 1200px;
	margin: 0 auto 60px;
	min-height: 170px;
	overflow: hidden;
}
.ensrgy2.vi .title{
	margin: 0 auto 2%;
}
.ensrgy2 .title .list{
	display: none;
}
.ensrgy2 .title .left{
	width: 900px;
	/*float: left;*/
	margin: 0 auto;
	position: relative;
}
.ensrgy2 .title .left .box{
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.ensrgy2 .title .right{
	width: 100px;
	height: 42px;
	float: right;
	padding-top: 12px;
}
.ensrgy2 .title .right span{
	width: 43px;
	height: 42px;
	display: inline-block;
	cursor: pointer;
}
.ensrgy2 .title .right .pver{
	background: url(../img/next1.png) center no-repeat;
}
.ensrgy2 .title .right .pver:hover{
	background: url(../img/next2.png) center no-repeat;
}
.ensrgy2 .title .right .next{
	background: url(../img/pver2.png) center no-repeat;
}
.ensrgy2 .title .right .next:hover{
	background: url(../img/pver1.png) center no-repeat;
}
.ensrgy2 .title h2{
	/*font-size: 44px;*/
	line-height: 66px;
	color: #222;
	margin-bottom:15px;
	text-align: center;
}
.ensrgy2.vi .title h2{
	margin-bottom: 20px;
}
.ensrgy2 .title .details{
	font-size: 18px;
	line-height: 36px;
	color: #666;
	text-align: center;
}
.ensrgy2 .img{
	/*max-width: 1400px;
	min-width: 1200px;*/
	width: 70%;
	margin: 0 auto 50px;
/*	max-height: 490px;
	min-height: 420px;*/
} 
.ensrgy2.vi .img{margin-bottom: 20px;}
.ensrgy2 .img img{
	display: none;
	width: 100%;
}
.ensrgy2 .tit{
	width: 490px;
	margin: 0 auto 65px;
	height: 85px;
	position: relative;
	text-align: center;
}
.ensrgy2.vi .tit{
	margin-bottom: 20px;
}
.ensrgy2 .tit em{
	width: 370px;
	height: 0;
	border-top: 1px dashed #e6e6e6;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -185px;
}
.ensrgy2 .tit span{
	float: left;
	line-height: 30px;
	height: 30px;
	padding-top: 55px;
	text-align: center;
	font-size: 16px;
	color: #999999;
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin: 0 40px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ensrgy2.vi .tit span{
	padding-top: 45px;
}
.ensrgy2 .tit span i{
	position: absolute;
	display: block;
	width: 43px;
	height: 42px;
	top: 0px;
	left: 50%;
	margin-left: -21.5px;
	background: url(../img/energy-point.jpg) center no-repeat;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.ensrgy2 .tit span:hover i,.ensrgy2 .tit span.on i{
	background: url(../img/energy-point1.jpg) center no-repeat;
}
.ensrgy2 .tit span:hover,.ensrgy2 .tit span.on{
	color: #47a635
}
.ensrgy2 .mian .warp .top{
	background-color: #efefef
}
.ensrgy2 .mian .warp .top table{
	color: #333333;
	border-bottom: 1px solid #e3e3e3;
}
.ensrgy2 .mian .warp .top table tr td{
	padding: 29px 0 30px;
}
.ensrgy2 .mian .warp .bot table{
	color: #666666
}
.ensrgy2 .mian .warp .bot{
	background-color: #fafafa;
	padding-bottom: 0;
}
.ensrgy2 .mian .warp .bot table tr td{
	border-bottom: 1px solid #ededed
}





/*.Fadesmall{
	position: relative;
	top:35px;*/
	/*opacity: 0;
	filter: alpha(opacity=0);
	opacity:1\0;
	filter: alpha(opacity=100)\0;
	*opacity:1;
	*filter: alpha(opacity=100);*/
/*}
.Fadesmalll{
	position: relative;
	top:35px;*/
	/*opacity: 0;
	filter: alpha(opacity=0);
	opacity:1\0;
	filter: alpha(opacity=100)\0;
	*opacity:1;
	*filter: alpha(opacity=100);*/
/*}
.Fadesleft{
	position: relative;
	left:-35px;*/
/*	opacity: 0;
	filter: alpha(opacity=0);
	opacity:1\0;
	filter: alpha(opacity=100)\0;
	*opacity:1;
	*filter: alpha(opacity=100);*/
/*}*/
/*.Fadesright{
	position: relative;
	left:35px;*/
/*	opacity: 0;
	filter: alpha(opacity=0);
	opacity:1\0;
	filter: alpha(opacity=100)\0;
	*opacity:1;
	*filter: alpha(opacity=100);*/
/*}*/


/*1366*768*/
/*首页*/

.homeindex .screen3 .warp,
.homeindex .screen4 .warp,
.homeindex .screen3 .warp,
.homeindex .screen6 .warp,
.homeindex .screen4 .warp{
	left: 10%
}
.homeindex .screen6 .warp{
	margin-top: -19%;
}
.homeindex .screen6 .warp h2{
	font-size: 56px;
	line-height: 60px;
	margin-bottom: 30px;
	margin-top: 10px;
}
.iban .warp .btn,.screen2 .warp .btn,.screen3 .warp .btn,.screen3 .warp .btn,.screen3 .warp .btn,.screen2 .warp .btn,.screen4 .warp .btn{
	font-size: 26px;
}
.homeindex .iban .mian .warp,.homeindex .iban .img .warp,.homeindex .screen2 .warp{
	left:10%;
}
.homeindex .iban .warp h2,.homeindex .screen2 .warp h2,.homeindex .screen3 .warp h2,.homeindex .screen4 .warp h2{
	font-size: 56px;
	line-height: 90px;
}
.homeindex .iban .warp h2, .homeindex .screen2 .warp h2, .homeindex .screen3 .warp h2, .homeindex .screen4 .warp h2,.homeindex .screen3 .warp .details{
	margin-bottom: 35px;
}
.homeindex .screen3 .warp h2{
	margin-bottom: 18px;
}
.homeindex .screen3 .warp .details{
	font-size: 24px;
}
.homeindex .screen3 .point li{
	font-size: 22px;
}
.homeindex .screen4 .warp .list li .top .img img{
	width: 80px;
}
.homeindex .screen4 .warp .list li .top h3{
	font-size: 22px;
}
.homeindex .footer .fot p{
	padding-left: 0;
}
.homeindex .footer .fot p.beian{
	margin-right:20px;
}
.homeindex .footer{
	padding: 60px 0 0 0;
}
.homeindex .footer .warp{
	margin-left: 10%;
}
.homeindex .footer .warp .mid{
	padding-bottom: 80px;
}

.homeindex .screen4 .warp .list li .bot .details{
	margin-bottom: 30px;
}
.homeindex .screen4 .warp .list li{margin-right:30px;}
.homeindex .screen4 .warp .list li .bot .arr img{
	width: 70px;
}
.homeindex .screen6 .list li h3{
	font-size: 18px;
}
.homeindex .screen6 .list li .img{
	margin-bottom: 20px;
}
.homeindex .screen6 .list li .details{
	font-size: 14px;
	min-height: 72px;
	line-height: 24px;
}

/*企业信息*/
.in-info .sub-banner .text-box .desc{
	font-size: 42px;
	line-height: 70px;
}
.in-info .sub-banner .text-box .hottel{
	font-size: 20px;
}
.in-info .sub-tit{
	font-size: 34px;
}
.in-info .mation3 .title .box h2,.in-info .status1 .title h2,.in-info .status3 .warp .title h2{
	margin-bottom: 15px;
}
.in-info .mation3 .title .box .details, .in-info .mation3 .title .box .details p, .in-info .status1 .title .details, .in-info .status1 .title .details p{
	font-size: 24px;
	line-height: 36px;
}
.in-info .status1 .title .details p.source{
	font-size:18px;
}
.in-info .status1 .warp .box1 .math, .in-info .status1 .warp .box2 .math,.in-info .status1 .warp .box3 .math{
	font-size: 66px;
}
.in-info .mation1{
	padding: 60px 0 100px;
}
.in-info .mation1 .mian li h3{
	font-size: 24px;
}
.in-info .mation1 .mian .settime .year{
	font-size: 62px;
	padding-bottom: 40px;
}
.in-info .mation1 .mian .settime .address{
	padding: 30px 0 25px;
	background: url(../img/information-img2.png) 190px bottom no-repeat;
}
.in-info .mation1 .mian li{
	height: 310px;
}
.in-info .mation1 .mian .technology h3, .in-info .mation1 .business h3{
	margin-bottom: 15px;
}
.in-info .mation1 .technology .details, .in-info .mation1 .business .details{
	font-size: 14px;
	line-height: 24px;
}
.in-info .mation1 .technology{
	background: url(../img/information-img3.png) center bottom no-repeat;
}
.in-info .mation1 .business{
	background: url(../img/information-img4.png) center bottom no-repeat;
}
.in-info .mation1 .mian .settime .address .hq{
	font-size: 24px;
	margin-bottom: 15px;
}
.in-info .mation1 .mian .settime .address .add{
	font-size: 14px;
	line-height: 24px;
}
.in-info .mation1 .mian .settime h3{
	margin-bottom: 25px;
}
.in-info .mation3{
	padding: 60px 0 40px;
}
.in-info .mation3 .title .pic{
	margin-top: 95px;
}
.in-info .mation3 .title{
	margin-bottom: 30px;
}
.in-info .mation2 .warp .title{
	padding-top: 60px;
}
.in-info .mation2 .warp .title h2{
	margin-bottom: 30px;
}
.in-info .picScroll-left .bd li h3{
	font-size: 50px;
	margin-bottom: 15px;
}
.in-info .picScroll-left .bd li .details p{
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
}
.in-info .mation2{
height:650px;
}
.in-info .picScroll-left .bd ul li{
	min-height: 330px;
}
.in-info .mation3 .title .pic li{
	font-size: 16px;
}
.in-info .mation3 .title .pic .icon4{
	width: 100px;
}
.in-info .mation3 .title .pic .icon3{
	width: 90px;
}
.in-info .mation3 .title .pic .icon2{
	padding-right: 20px;
}
.in-info .mation3 .title .pic .icon1{
	padding-right: 25px;
}
.in-info .picScroll-left .hd{
	width: 100px;
}
/*企业地位*/
.in-info .status1{
	padding: 60px 0 80px;
}

.in-info .status2{
	padding: 60px 0 100px;
}
.in-info .status2 .warp .title{
	margin-bottom: 30px;
}
.in-info .status2 .warp .mian li{
	height: 400px;
}
.in-info .status2 .mian .box1 .details, 
.in-info .status2 .mian .box1 .details p, 
.in-info .status2 .mian .box2 .details p, 
.in-info .status2 .mian .box3 .details p, 
.in-info .status2 .list .left .details, 
.in-info .status2 .list .left .details p, 
.in-info .status2 .list .right .details{
	font-size: 16px;
	line-height: 28px;
}
.in-info .status2 .warp .mian .box1{
	background: #fff url(../img/con2-img1.png) center 220px no-repeat;
}
.in-info .status2 .mian .box3{
	background: #fff url(../img/con2-img2.png) center 220px no-repeat;
}
.in-info .status2 .list .left, .in-info .status2 .list .right{
	height: 220px;
}
.in-info .status2 .mian .box2 .details{
	height: 120px;
}
.in-info .status3{
	padding: 60px 0 100px;
}
.in-info .status1 .warp{
	height: 384px;
	background: url(../img/xxfline.jpg) center no-repeat;
}
.in-info .status1 .warp .line{
	top: 6px;
	height: 385px;
	background: url(../img/xxfline2.png) no-repeat left center;
}
.in-info .status1 .warp .box1{
	bottom: 80px;
}
.in-info .status1 .warp .box2{
	bottom:200px;
}
.in-info .status1 .warp .box3{
	top: -45px;
}
.in-info .status1 .warp .box1 .math,.in-info .status1 .warp .box2 .math,.in-info .status1 .warp .box3 .math{
	height: 60px;
	line-height: 60px;
}
.in-info .status1 .title{
	margin-bottom: 30px;
}
/*企业理念*/
.in-info .concept1{
	padding: 60px 0 90px;
}
.in-info .concept1 .warp .title h2, .in-info .concept2 .warp h2{
	margin-bottom: 15px;
}
.in-info .concept1 .warp .title h3{
	font-size: 24px;
	line-height: 36px;
}
.in-info .concept1 .warp .title{
	margin-bottom: 50px;
}
.in-info .concept1 .warp .list li h2{
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 15px;
}
.in-info .concept1 .warp .list li p{
	font-size: 14px;
	line-height: 24px;
}
.in-info .concept3 .warp li .box{
	padding: 60px 30px 0;
	height: 400px;
}
.in-info .concept3 .warp li p{
	font-size: 14px;
	line-height: 36px;
}
.in-info .concept3 .warp li h2{
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 20px;
}
.in-info .concept3 .warp li .spn2,.in-info .concept3 .warp li .spn1{
	font-size: 14px;
}
.in-info .concept4{
	padding: 60px 0 100px;
}
.in-info .concept4 .warp .title{
	margin-bottom: 30px;
}
.in-info .concept4 .warp .list li{
	height: 280px;
}
.in-info .concept4 .warp .list li h2{
	font-size: 24px;
}
.in-info .concept4 .warp .list li .details, .in-info .concept4 .warp .list li .details p{
	font-size: 14px;
	line-height: 24px;
}
.in-info .concept2{
	height: 480px;
}
.in-info .concept2 .warp{
	padding-top: 175px;
}
/*绿色交通*/
.in-info .traffic1{
	margin: 60px auto 80px;
}
.in-info .traffic1 .title{
	margin-bottom: 0;
}
.in-info .traffic1 .warp{
	height: 470px;
	background: url(../img/xxfbus.jpg) no-repeat center;
}
.in-info .traffic1 .warp p{
	font-size: 16px;
}
.in-info .traffic1 .warp .shape1{
	top: 182px;
}
.in-info .traffic1 .warp .shape2,
.in-info .traffic1 .warp .shape5{
	top: 34px;
}
.in-info .traffic1 .warp .shape3,
.in-info .traffic1 .warp .shape6{
	top: 182px;
}
.in-info .traffic1 .warp .shape4,
.in-info .traffic1 .warp .shape7{
	top: 359px;
}
.in-info .traffic1 .warp .fa1,
.in-info .traffic1 .warp .fa2{
	top: 245px;
}
.in-info .traffic1 .warp .fa3,
.in-info .traffic1 .warp .fa6{
	top: 90px;
}
.in-info .traffic1 .warp .fa4,
.in-info .traffic1 .warp .fa7{
	top:260px;
}
.in-info .traffic1 .warp .fa5,
.in-info .traffic1 .warp .fa8{
	top:430px;
}
.in-info .traffic2 .title{
	height: 50px;
}
.in-info .traffic2 .title .warp li{
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.in-info .traffic2 .mian .pic .box .details,.in-info .traffic2 .mian .pic .box .details p{
	font-size: 16px;
	line-height: 28px;
}
.in-info .traffic2 .mian .pic{
	height: 540px;
}
.in-info .traffic2 .mian .pic .box{
	padding-top: 200px;
}
.in-info .traffic2 .mian .warp .bot table tr td, .in-info .ensrgy2 .mian .warp .bot table tr td{
	font-size: 14px;
	padding: 10px 0;
}
.in-info .traffic2 .mian .warp .top table tr td, .in-info .ensrgy2 .mian .warp .top table tr td{
	font-size: 14px;
	line-height: 24px;
	padding: 15px 0;
}
.in-info .traffic1 .dx01{
	left: 0;
	top: 150px;
	width: 130px;
	height: 120px;
}
.in-info .traffic1 .mozu01{
	left: 290px;
	top: 150px;
	width: 190px;
	height: 120px;
}
.in-info .traffic1 .mozu02{
	left: 657px;
	top: 0;
	width: 150px;
	height: 115px;
}

.in-info .traffic1 .mozu03{
	left: 650px;
	top: 150px;
	width: 170px;
	height: 136px;
}

.in-info .traffic1 .mozu04{
	left: 660px;
	top: 330px;
	width: 150px;
	height: 130px;
}
.in-info .traffic1 .dianchi01{
	left: 930px;
	top: 0;
	width: 190px;
	height: 120px;
}

.in-info .traffic1 .dianchi02{
	left: 940px;
	top: 160px;
	width: 190px;
	height: 125px;
}

.in-info .traffic1 .dianchi03{
	left: 950px;
	top: 330px;
	width: 160px;
	height: 130px;
}


/*能源存储*/
.in-info .ensrgy1{
	padding: 60px 0 40px;
}
.in-info .ensrgy1 .title{
	margin-bottom: 30px;
}
.in-info .ensrgy1 .warp p{
	font-size: 16px;
}
.in-info .ensrgy2 .title .details{
	font-size: 16px;
	line-height: 28px;
}
.in-info .ensrgy2 .title h2{
	margin-bottom: 10px;
}
.in-info .ensrgy2 .title{
	min-height: 150px;
}
.in-info .ensrgy2 .title{
	margin: 0 auto 1%;
}
.in-info .ensrgy2 .tit span{
	padding-top: 35px;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
}
.in-info .ensrgy2 .tit{
	margin-bottom: 0;
}
/*新闻资讯*/
.in-info .news-warp{
	padding: 60px 0;
}
.in-info .news-warp .warp .title{
	margin-bottom: 30px;
}
.in-info .news-warp .warp .list1 .pic{
	margin: 30px 0 30px 30px;
}
.in-info .news-warp .warp .list1 .box{
	padding: 30px 0;
}
.in-info .news-warp .warp li .arr{
	height: 241px;
}
.in-info .news-warp .warp .list1 .box h3, .in-info .news-warp .warp .list2 .box h3{
	font-size: 20px;
}
.in-info .news-warp .warp .list1 .box .details, .in-info .news-warp .warp .list2 .box .details{
	font-size: 14px;
	line-height: 24px;
}
.in-info .news-warp .warp .list2 .box{
	padding: 30px 0 30px 30px;
}
.in-info .news-warp .warp li{
	margin-bottom: 30px;
}
.in-info .newsinfor .warp .title h2{
	font-size: 34px;
}
.in-info .newsinfor .warp .mina,
.in-info .newsinfor .warp .mina p{
	font-size: 14px;
	line-height: 24px;
}
.in-info .newsinfor .bot .btns{
	width: 80px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	background: url(../img/newsinfor-icon1.png) 133px center no-repeat;
}
.in-info .newsinfor .bot .btns:hover{
	background:#47a635 url(../img/newsinfor-icon2.png) 133px center no-repeat;
}
.in-info .newsinfor{
	padding: 150px 0 55px;
}
.in-info .ind-header .warp li .tit{
	font-size: 20px;
	margin-bottom: 20px;
}
.in-info .ind-header .warp li{
	padding: 15% 15px 0 15px;
}
.in-info .ind-header .warp li .lt{
	font-size: 16px;
	line-height: 30px;
}

.in-info .ind-nav .logo{
	height: 60px;
}
.in-info .ind-nav .line{
	height: 60px;
	width: 60px;
}
.in-info .ind-nav .logo img{
	width:100px;
	margin:15px auto 0;
}
.in-info .ind-nav.on .logo img{
	width: 85px;
	margin:13px auto 0;
}
.in-info .ind-nav.on .line{
	width: 50px;
	height: 50px;
}
.in-info .ind-nav.on .logo{
	width:140px;
	height:50px;
	
}








/*Q201181128*/

/*企业信息*/
.q_about{ overflow:hidden; padding:100px 0}
.q_about_1{ overflow:hidden}
.q_about_1 .title{ font-size:20px; color:#47a635; line-height:60px; margin-top:10px;}
.q_about_1 .content{ font-size:14px; color:#5a5a5a; line-height:24px;}
.q_about_1 .content p{ margin-bottom:16px;}

.q_about_1 .time_tant{ overflow:hidden; margin-top:50px;}
.q_about_1 .time_tant li{ float:left; width:33.3%;  text-align:center; position:relative}
.q_about_1 .time_tant li:after{ position:absolute; content:""; display:block; width:1px; height:115px; background:#e5e5e5; right:0; bottom:0}
.q_about_1 .time_tant li:nth-child(3):after{ display:none}
.q_about_1 .time_tant li .img{ width:132px; height:132px; overflow:hidden; border-radius:132px; border:2px solid #c8c8c8; background-repeat:no-repeat; background-position:center; margin:20px auto}


.q_about_1 .time_tant li .num{ font-size:86px; color:#47a635;font-family: 'ttRegular'; line-height:120px; text-transform:uppercase; width:170px; margin:0 auto; overflow:hidden}
.q_about_1 .time_tant li .num i{ font-style:normal; float:left}

.items-main .numberRun,
.items-main .numberRun2,
.items-main .numberRun3,
.items-main .numberRun4,
.items-main .numberRun5 {
    font-size: 72px;

    font-weight: bold;
}

.items-main .numberRun4-1 {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 5px;
}



.items-main .mt-number-animate {
    height: 120px;
    line-height: 120px;
    overflow: hidden;
}

.items-main .numberRun4-1 .mt-number-animate {
    height: 16px;
    line-height: 16px;
}

.items-main .mt-number-animate-dom {
    display: inline-block;
    vertical-align: top;
}

.items-main .mt-number-animate-span {
    display: block;
}



.items-main .numberRun+.num-unit {
  
}




.q_about_1 .time_tant li .text{ font-size:14px; color:#5a5a5a; font-weight:bold; line-height:24px; overflow:hidden}

.q_about_1 .img_tant{ overflow:hidden; margin-top:50px;}
.q_about_1 .img_tant ul{ margin-left:-30px;zoom:1}
.q_about_1 .img_tant li{ float:left; width:380px; height:286px; overflow:hidden; margin-left:30px;    margin-top: 20px;}
.q_about_1 .img_tant li img{ width:100%}

.q_about_2{ overflow:hidden; margin-top:60px;}
.q_about_2 li{border-top:1px solid #e5e5e5;height:185px; overflow:hidden; padding-top:50px; margin-bottom:50px;}
.q_about_2 li .left{ float:left; width:166px; height:100%; border-right:1px solid #e5e5e5;}
.q_about_2 li .left .title{ font-size:24px; color:#323232}
.q_about_2 li .left .img{ margin-top:16px;}
.q_about_2 li .right{ float:right; width:962px;  font-size:14px; color:#5a5a5a; line-height:24px; padding-top:10px;}
.q_about_2 li .right p{ margin-bottom:16px;}



/*企业文化*/
.q_qywh{ overflow:hidden; background:#f5f5f5; padding:50px 0}
.q_qywh ul{ margin-left:-33px; zoom:1}
.q_qywh li{ float:left; width:582px; margin-left:33px; margin-bottom:30px}

.q_qywh li .img{ width:100%; height:369px; overflow:hidden;}
.q_qywh li .img img{ width:100%;}
.q_qywh li .text{ background:#fff; padding:30px 24px 20px 24px; height:160px}
.q_qywh li .text .title{ font-size:20px; color:#323232; line-height:36px; padding-left:40px; background-position:center left; background-repeat:no-repeat;}
.q_qywh li .text .desc{ font-size:14px; color:#969696; line-height:24px; margin-top:20px;}
.q_qywh li .text .desc p{ margin-bottom:10px;}
.q_qywh li .text .desc p span{ font-family:Arial; display:block;}

.q_js_img{ width:100%; height:650px; background-position:center; background-repeat:no-repeat; background-size:cover; position:relative}
.q_js_img .text{ text-align:center; line-height:66px; position:absolute; width:100%; text-align:center; top:50%; left:0; margin-top:-33px; color:#fff; font-size:42px; letter-spacing:1px}

/*产品应用*/
.ny_pro{ overflow:hidden; background:#f5f5f5; padding:60px 0}
.ny_pro .ny_pro_desc{ font-size:16px; color:#797979; line-height:30px; padding:12px 0}
.ny_pro .ny_pro_list{ margin-top:40px;}
.ny_pro .ny_pro_list ul{ margin-left:-30px; zoom:1}
.ny_pro .ny_pro_list li{ float:left; width:380px;; margin-left:30px;}
.ny_pro .ny_pro_list li .img{ width:368px; height:268px; padding:6px; background:#fff;
-moz-box-shadow: 10px 10px 5px #888888; /* 老的 Firefox */
box-shadow: 0px 20px 40px #d3d3d3;
}
.ny_pro .ny_pro_list li .img img{ width:100%;}
.ny_pro .ny_pro_list li .text{ font-size:16px; text-align:center; color:#646464; line-height:90px;}


/*联系我们*/
.ny_contact{ overflow:hidden; background-color:#fff; background-repeat:no-repeat; background-position:center top; padding-top:300px}

.ny_contact_tant{ overflow:hidden; margin-bottom:94PX;}
.ny_contact_tant .content{ overflow:hidden; height:236px;}
.ny_contact_tant .content .text{ float:left; width:846px; height:100%;}
.ny_contact_tant .content .text h1{ font-size:28px; color:#47a635;}
.ny_contact_tant .content .text h2{ overflow:hidden}
.ny_contact_tant .content .text h2 p{ font-size:18px; color:#5a5a5a; }
.ny_contact_tant .content .text h2 p a{ color:#5a5a5a; }
.ny_contact_tant .content .text h2 p.en{ font-family:Arial;color:#848484;}
.ny_contact_tant .content .tel{ float:right; width:210px; height:100%; border-left:1px solid #e1e1e1; padding-left:100px;}
.ny_contact_tant .content .tel h1{ overflow:hidden; margin-top:10px;}
.ny_contact_tant .content .tel h2{ font-size:18px; color:#5a5a5a; line-height:60px;}
.ny_contact_tant .content .tel h3{ font-size:30px; color:#47a635; font-family: 'ttRegular'; line-height:20px;}

.ny_contact_tant .ny_map{ overflow:hidden; margin-top:30px; border:1px solid #d2d2d2}
.show_map .BMapLib_SearchInfoWindow .BMapLib_bubble_content{
padding:10px 20px!important;
}

.ny_contact_tant .ny_map .BMapLib_nav{ 
	display:none;
}
.ny_contact_tant .ny_map .BMapLib_bubble_title{ 
	color:#000000!important; 
	font-weight:bold; 
	font-family:Microsoft YaHei;
	font-size:16px!important;
}
.ny_contact_tant .ny_map .BMapLib_bubble_content div{ 
	font-size:14px; 
	color:#323232!important; 
	line-height:24px!important;
	font-family:Microsoft YaHei;
}
.ny_contact_tant .ny_map .anchorBL,.contact_map .BMap_cpyCtrl{ 
	display:none;
}
.ny_contact_tant .ny_map .BMapLib_sendToPhone{ 
	display:none;
}
.ny_contact_tant .ny_map .BMapLib_bubble_title{ 
	line-height:50px!important; 
	height:50px!important;
	padding:0 20px!important;
}
.ny_contact_tant .ny_map .BMapLib_bubble_top{ 
	height:50px!important;
}
.ny_contact_tant .ny_map .BMapLib_bubble_close{ 
	height:50px!important;
}


/*联系我们*/
.ny_jubao{ overflow:hidden; background-color:#fff; background-repeat:no-repeat; background-position:center top; padding-top:120px}

.ny_jubao  .panel {
  border: 0;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 35px;
  padding: 15px 60px;
}
.ny_jubao .container h3{margin: 30px auto;}
.ny_jubao .panel label{font-weight: normal;}

.ny_jubao .container{
line-height: 1.65;
font-size: 15px;
font-weight: lighter;
font-family: 'microsoft yahei','PingFangSC-Regular','helvetica neue',tahoma,'PingFang SC',arial,'hiragino sans gb',sans-serif;
color: #393e40;
}

.ny_jubao .panel h4 {
  margin-top: 60px;
  padding-bottom: 15px;
  border-bottom: 1px #dee5e5 solid;
}

.ny_jubao .container .panel .form-control {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
box-shadow: none;
}

.ny_jubao .container .panel  textarea {
  height: 160px !important;
}

.btn-submit {
  color: #fff;
  background-color: #2949a3;
  border-color: #2949a3;
  min-width: 100px;
  margin-top: 15px;
  font-size: 14px;
  font-weight: normal;
}
.btn-submit:hover {
  color: #fff !important;
  background-color: #5a79d1;
  border-color: #5a79d1;
}

.ny_jubao .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  width: 200px;
  text-align: center;
  font-size: 16px;
 } 

 .ny_jubao .nav-tabs > li.active{font-weight: bold;}

 .ny_jubao .container .tab-content {
  background-color: #fff;
  padding: 60px 50px;
  border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-top-style: solid;
    border-top-width: 1px;
  border-top: 0px;
  margin-bottom: 50px;
}

/*加入我们*/
.job_header{ width:100%; height:50px; overflow:hidden}
.job_header .job_logo{ float:left; margin-top:4px; margin-right:60px;}
.job_header .job_nav{ float:left; }
.job_header .job_nav li{ float:left}
.job_header .job_nav li a{ display:block;  padding:0 26px; font-size:16px; font-weight:bold; color:#5a5a5a; line-height:50px;}
.job_header .job_nav li.nav_now a{ background:#47a635; color:#fff;}
.job_header .job_back{ float:right; }
.job_header .job_back a{ display:block;font-size:14px; color:#5a5a5a;line-height:50px;}
.job_header .job_back a:hover{ color:#47a635}

.job_banner{ overflow:hidden; height:520px; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative;font-size: 60px;text-align: center;color:#fff;}
.job_banner .text{ position:absolute; top:50%; left:0; width:100%; margin-top:-100px}

.job{ overflow:hidden}
.job_tant{ overflow:hidden}
.job_title{ overflow:hidden; text-align:center; position:relative; padding:30px 0 20px 0; margin-bottom:20px}
.job_title .en{ font-size:14px; color:#777777; font-family:Arial; text-transform:uppercase; letter-spacing:2px}
.job_title .cn{ font-size:32px; color:#323232; line-height:50px}
.job_title:before{ content:""; position:absolute; width:280px; height:1px; background:#e5e5e5; bottom:0; left:50%; margin-left:-140px;}
.job_title:after{ content:""; position:absolute; width:72px; height:2px; background:#47a635;bottom:0; left:50%; margin-left:-36px;}
.job_content{ font-size:14px; color:#797979; line-height:24px;}
.job_content p{ margin-bottom:10px;}

.job_profile{ overflow:hidden}
.job_profile li{
position: relative;
    font-size: 0;
    float: left;
    height: 380px!important;
    width: 300px!important;
}

.job_profile li .welfareTop{
position: absolute;
    width: 100px;
    height: 100px;
    border: 1px solid #e8e8e8;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    background-color: #fff;
    left: 85px;
    top: 28px;
    z-index: 10;
}
.job_profile li .welfare-icon {
    position: absolute;
    z-index: 20;
    left: 50%;
    margin-left: -23px;
    top: 50%;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    width: 46px;
}
.job_profile li .welfareBottom {
border: 1px solid #e8e8e8;
    position: absolute;
    width: 85%;
    height: 300px;
    background-color: #fff;
    left: 0;
    bottom: 0;
    text-align: center;
}
.job_profile li .welfareBottomTitle {
    display: block;
    font-size: 20px;
    color: #333333;
    margin-top: 100px;
    line-height: 40px;
}

.job_profile li .welfareBottomTitle:after {
    content: "";
    display: block;
    border: 1px solid #f4f4f4;
    height: 0;
    width: 70px;
    position: absolute;
    left: 50%;
    margin-left: -35px;
}
.job_profile li .welfareBottom p {
    font-size: 14px;
    color: #797979;
    width: 90%;
    margin: 30px auto 0 auto;
    line-height: 24px;
}

.job_profile .bx-pager{ width:100%; text-align:center; padding:40px 0}
.job_profile .bx-pager .bx-pager-item{ display:inline-block; margin:0 5px;}
.job_profile .bx-pager .bx-pager-item a{ display:block; width:13px; height:13px; border:1px solid #aaaaaa; background:#aaaaaa; border-radius:20px;}
.job_profile .bx-pager .bx-pager-item a.active{ border:1px solid #4ca83a; background:#fff;}



/*校园招聘*/
.q_sx{ overflow:hidden;background:#f5f5f5;}

.q_ztzp{ overflow:hidden}
.q_ztzp a{ display:block; float:left; line-height:50px; text-align:center; width:150px; background:#47a635; color:#fff; font-size:16px; margin-right:12px;}

.q_zp_search{  overflow:hidden; padding:30px 0px;}
.q_zp_search h1{ float:left; margin-right:10px; font-weight:bold; font-size:14px}
.q_zp_search h2{ float:left; }
.q_zp_search h2 a{ font-size:14px; color:#5a5a5a; margin-right:20px; display:block; float:left; cursor:pointer}
.q_zp_search h2 a#place,.q_zp_search h2 a#type{ color:#47a635}
.q_zp_search .place{ overflow:hidden; border-bottom:1px solid #dcdcdc; line-height:28px; border-bottom:1px solid #dcdcdc; background:url(../img/q_zp_search_adr.png) no-repeat left 16px; font-size:14px; color:#5a5a5a; padding:12px 0 12px 28px;}
.q_zp_search .type{ overflow:hidden; border-bottom:1px solid #dcdcdc; line-height:28px; border-bottom:1px solid #dcdcdc; background:url(../img/q_zp_search_type.png) no-repeat left 16px; font-size:14px; color:#5a5a5a; padding:12px 0 12px 28px;}
.q_zp_search .search{ margin-top:20px}
.q_zp_search .search .search form{ height:42px;}
.q_zp_search .search .navsearch_input{ width:30%;  height:42px; float:left; }
.q_zp_search .search .navsearch_input input{width:100%; height:42px; border:none;outline:none; text-indent:2px; font-size:14px; font-family:"微软雅黑"; color:#828282; float:left;}
.q_zp_search .search .searchgo{ float:left; width:50px; height:42px;border:none;outline:none; cursor:pointer;background:url(../img/q_zp_search_ss.png) no-repeat center #47a635; }


.q_sx_list{ overflow:hidden; background:#ffffff; padding:30px 50px;}
.q_sx_list ul{ margin-left:-28px; zoom:1}
.q_sx_list li{padding:30px; display:block; float:left; width:286px;  border:1px solid #e6e6e6; margin-left:28px; margin-bottom:30px;}
.q_sx_list li .time{ font-size:14px; color:#989898; font-family:Arial; }
.q_sx_list li .title{ font-size:20px; color:#666666; line-height:40px;}
.q_sx_list li .desc{ border-top:1px solid #e5e5e5; padding-top:26px;}
.q_sx_list li .desc h1{ font-size:14px; color:#666666; font-weight:bold; line-height:30px;}
.q_sx_list li .desc h2{ font-size:14px; color:#666666; line-height:24px; height:72px; overflow:hidden;}
.q_sx_list li .more{ width:40%; height:36px; text-align:center; line-height:36px; font-size:14px; color:#323232; background:#f5f5f5; margin-top:50px;}

.q_sx_list a:hover{ background:#fafafa}
.q_sx_list a:hover .more{ background:#47a635; color:#fff}

@media only screen and (max-width: 767px) {
.q_sx_list a{ float:none; width:100%;}
.q_sx_list a .more{ margin-top:20px;}
}


/*社会招聘*/
.q_zp_list{ overflow:hidden; background:#ffffff; padding:30px 50px;}
.q_zp_list_top{ padding:0 2%; height:60px; background:#47a635; line-height:60px;}
.q_zp_list_top ul li{ float:left; width:20%; font-size:16px;color:#fff; text-align:center}

.q_zp_list_main{ overflow:hidden}
.q_zp_list_tant{ overflow:hidden; margin-bottom:10px;}

.q_zp_list_tant_title{  padding:0 2%; height:52px; background:#f5f5f5; line-height:52px; cursor:pointer}
.q_zp_list_tant_title ul li{float:left; width:20%; font-size:14px;color:#5a5a5a;position:relative; text-align:center}

.q_zp_list_tant_title ul li:nth-child(1):before{ content:""; display:block; position:absolute; left:210px; top:0; width:9px; height:100%; background:url(../img/q_zp_list_top_li_before.png) no-repeat center}

.q_zp_list_tant_content{ display:none; overflow:hidden;}
.q_zp_list_tant_content.on{ height:auto;}


.q_zp_list_tant_content_m{  padding:3% 4%; background:#fafafa; border-top:2px solid #fff;}
.q_zp_list_tant_content_m .text{ border-bottom:1px solid #d5d5d5; line-height:24px; padding-bottom:6px; position:relative}
.q_zp_list_tant_content_m .text h1{ font-size:16px; color:#323232; font-weight:bold}
.q_zp_list_tant_content_m .text h2{ font-size:14px; color:#5a5a5a; font-weight:bold; padding-left:10px;}
.q_zp_list_tant_content_m .text i{ display:block; position:absolute; width:30px; height:30px; border-radius:30px; overflow:hidden; bottom:10px; right:0; background:url(../img/q_zp_list_tant_content_i.png) no-repeat center #fe8f01; cursor:pointer}

.q_zp_list_tant_content_m .content{ font-size:14px; color:#797979; line-height:30px; padding:2% 10px}



.q_feature.mq-feature-content .feature-content{ padding:0}
.q_feature.mq-feature-content ul{ padding-top:0}
.q_feature.mq-feature-content li{
    float: left;
    width: 299px;
    border-left: 1px solid #354b9a;
    height: 380px;
    text-align: center;
    padding: 90px 40px 0;
    position: relative;
    transition: background .3s linear;
    left: 0px;
	box-shadow:none;
}
.q_feature.mq-feature-content li .tit {
    font-size: 28px;
    color: #fff;
    line-height: 64px;
	margin-bottom:80px
}

.q_feature.mq-feature-content li .icon-box {
    width: 128px;
    height: 128px;
    background: url(../img/icon-bg.png) no-repeat center;
    margin: 0 auto;
    line-height: 128px;
}



.q_js_icon.mq-feature-content .feature-content{ padding:0}
.q_js_icon.mq-feature-content ul{ padding-top:0}
.q_js_icon.mq-feature-content li{
    float: left;
    width: 170px;
    height: 200px;
    text-align: center;
    padding: 0 70px 0 0;
    position: relative;
    transition: background .3s linear;
    left: 0px;
	box-shadow:none;
	margin-left:0;
}


.q_js_icon.mq-feature-content li .tit {
    font-size: 28px;
    color: #fff;
    line-height: 64px;
	margin-bottom:80px
}

.q_js_icon.mq-feature-content li .icon-box {
    width: 139px;
    height: 112px;
    background: url(../img/icon-bg2.png) no-repeat center;
    margin: 0 auto;
    line-height: 128px;
}