@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'BEBAS';
    src: url('fonts/BEBAS.eot');
    src: url('fonts/BEBAS.eot') format('embedded-opentype'),
         url('fonts/BEBAS.woff2') format('woff2'),
         url('fonts/BEBAS.woff') format('woff'),
         url('fonts/BEBAS.ttf') format('truetype'),
         url('fonts/BEBAS.svg#BEBAS') format('svg');
}
.w1200{
	width: 1200px;
	margin: 0px auto; 
}
.w1000{
	width: 1000px;
	margin: 0px auto;
}
/*header*/
.header{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
	padding-left: 34px;
	padding-top: 40px;
}
.header .logo{
	width: 372px;
	height: 72px;
	overflow: hidden;
}
.header .logo img{
	width: 100%;
}
.w-header .logo{
	width: 372px;
	height: 72px;
	transition: all 0.5s;
	overflow: hidden;
}
.w-header .logo.cur{
	width: 172px;
}
.w-header .logo img{
	width: 372px;
}
.header .hed-box{
	width: 66px;
	height: 66px;
	overflow: hidden;
	transition: all 0.5s;
	margin-left: 20px;
	margin-top: 3px;
  	cursor:pointer;
}
.header .hed-lis{
	width: 33px;
	height: 24px;
	top: 50%;
	margin-top: -11.5px;
	left: 50%;
	margin-left: -16.5px;
	position: relative;
}
.header .hed-box.bg,.header .hed-box:hover{
	background: rgba(0,0,0,0.2);
}
.header .hed-lis .p1{
	width: 33px;
	height: 2px;
	/*background: #fff;*/
	background: #fff;
	position: absolute;
	top: 0px;
	transition: all 0.5s;
}
.header .hed-lis .p2{
	width: 33px;
	height: 2px;
	/*background: #fff;*/
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	transition: all 0.5s;
}
.header .hed-lis .p3{
	width: 33px;
	height: 2px;
	/*background: #fff;*/
	background: #fff;
	position: absolute;
	bottom: 0px;
	transition: all 0.5s;
}
.header .hed-lis.cur{
	margin-left: -13.5px;
}
.header .hed-lis.cur .p1{
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-o-transform-origin:0 0;
	-webkit-transform:rotate(42deg);
	-moz-transform:rotate(42deg);
	-o-transform:rotate(42deg);
	transition: all 0.5s;
}
.header .hed-lis.cur .p2{
	margin-right: -50px;
	opacity: 0;
	transition: all 0.5s;
}
.header .hed-lis.cur .p3{
	-webkit-transform-origin:0 0;
	-moz-transform-origin:0 0;
	-o-transform-origin:0 0;
	-webkit-transform:rotate(-42deg);
	-moz-transform:rotate(-42deg);
	-o-transform:rotate(-42deg);
}
.header .hed-lis.bg p{
	background: #333;
}
.header .cv-en{
	width:101px;
	height: 37px;
	border: 1px solid #bac1c3;
	text-align: center;
	line-height: 41px;
	border-radius: 50px; 
	margin-right: 68px;
}
.header .cv-en a{
	display: inline-block;
}
.header .cv-en .c1{
	width: 34px;
	height: 17px;
	margin-top: 10px;
	background: url(../img/w-20.png) no-repeat center;
	background-size: 34px 17px;
	transition: background 0.6s;
}
.header .cv-en .c1.cur{
	background: url(../img/w-20-b.png) no-repeat center;
	transition: background 0.6s;
}
.header .cv-en .c2{
	width: 34px;
	height: 17px;
	background: url(../img/w-21.png) no-repeat center;
	background-size: 34px 17px;
	transition: background 0.6s;
}
.header .cv-en .c2.cur{
	background: url(../img/w-21-b.png) no-repeat center;
	transition: background 0.6s;
}
.ban-cv{
  position: relative;
}
.nbanner .nb-txt{
  position: absolute;
  font-size: 14px;
}
.mx-nav{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	z-index: 998;
	display: none;
	background: url(../img/w-05.jpg) repeat center;
}
.vgy{
	position: relative;
	top: 40%;
	
}
.mx-nav ul li{
	width: 106px;
	text-align: left;
	margin-right: 151px;
}
.mx-nav ul li.cur{
	margin-right: 0px;
}
.mx-nav ul li h2{
	font-size: 22px;
    color: #333;
    background: url(../img/w-09.jpg) no-repeat left bottom;
    font-weight: normal;
    padding-bottom: 18px;
    margin-bottom: 20px;
}
.mx-nav ul li p{
	font-size: 16px;
	color: #808285;
	text-align: left;
	line-height: 30px;
	transition: all 0.3s;
	cursor:pointer;
}
.mx-nav ul li p:hover{
	color: #ffffff;
	transition: all 0.3s;
}
.mx-01 ul li p:hover{
	color: #073190 !important;
	transition: all 0.3s;
}
.mx-nav .right p{
	font-size: 16px;
	color: #fff;
	width: 130px;
	padding-left: 54px;
	height: 42px;
	line-height: 42px;
	background: url(../img/w-27.png) no-repeat left;
	margin-bottom: 35px;
	text-align: left;
	cursor:pointer;
}
.mx-nav .right h3{
	font-size: 14px;
	color: #808285;
	font-weight: normal;
	text-align: left;
} 
/*底部*/
.footer{
	background: #063190;	
}
.footer .foot{
	padding-top: 50px;
	padding-bottom: 80px;
}
.z-lfe{
	width: 163px;
	height: 150px;
	position: relative;
}
.z-lfe .top{
	
}

.foot-tma{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 90px;
	height: 38px;
	text-align: center;
	z-index: 999;
}
.foot-tma .a1{
	background: url(../img/w-18.png) no-repeat center;
	background-size: 38px 38px;
	height: 38px;
	width: 38px;
	opacity: 1;
	transition: all 0.4s;
	position: relative;
}
.foot-tma .a1 .img{
    width: 100px;
    height: 100px;
    position: absolute;
    top: -113px;
    left: 0px;
    display: none;
}
.foot-tma .a1:hover .img{
	display: block;
}
.foot-tma .a2{
	background: url(../img/w-19.png) no-repeat center;
	background-size: 38px 38px;
	height: 38px;
	width: 38px;
	opacity: 1;
	transition: all 0.4s;
}
.footer .foot ul{
	margin-left: 145px;
}
.footer .foot ul li{
	width: 85px;
	text-align: left;
	margin-right: 55px;
}
.footer .foot ul li h2{
	font-size: 16px;
    color: #ffffff;
    background: url(../img/w-08.jpg) no-repeat left bottom;
    font-weight: normal;
    padding-bottom: 18px;
    margin-bottom: 20px;
}
.footer .foot ul li p{
	font-size: 13px;
	color: #5669a8;
	text-align: left;
	transition: all 0.3s;
	cursor:pointer;
}
.footer .foot ul li p:hover{
	color: #ffffff;
	transition: all 0.3s;
}
.footer .foot .right p{
	font-size: 16px;
	color: #fff;
	width: 130px;
	padding-left: 54px;
	height: 42px;
	line-height: 42px;
	background: url(../img/w-27.png) no-repeat left;
	margin-bottom: 35px;
	text-align: left;
	cursor:pointer;
}
.footer .foot .right h3{
	font-size: 14px;
	color: #8794be;
	font-weight: normal;
	text-align: left;
}
.bott{
	height: 63px;
	line-height: 63px;
	background: #052c83;
}
.bott p,.bott p a{
	font-size: 13px;
	color: #46599b;
	display: inline-block;
}
.footer .hbox{
  width: 224px;
  line-height: 34px;
  color: #cacaca;
  position: relative;
  border: 1px solid #606060;
  margin-top: 30px;
}
.footer .hbox span{
  display: block;
  background: url(../img/img-03.png) no-repeat 90%;
  background-size: 5%;
  width: 224px;
  height: 34px;
  padding-left: 10px;
}
.footer .hbox .htt{
  position: absolute;
  left: 0;
  bottom: 34px;
  border: 1px solid #cacaca;
  width: 224px;
  display: none;
  border-radius: 5px;
  background: #fff;
}
.footer .hbox .htt a{
  line-height: 30px;
  color: #666;
  border-bottom: 1px solid #606060;
  display: block;
  padding-left: 10px;
}
.footer .hbox .htt a:hover{
  background: #008742;
  color: #fff;
}

/*内容*/ 
.banner{
	position: relative;
	height: 100%;
}                         
.banner .btn{
	position: absolute;
	bottom:2%;
	left:19%;
	margin-left: 0px!important;
	width:100%;
	text-align: left;
	height: 50px;
	z-index: 999;
}
.banner ul{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.banner li{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner span{
	display: inline-block;
	width: 9px;
	height: 14px;
	background: #fff;
	border-radius: 50%;
	vertical-align: top;
	float: none;
	margin: 0 10px;;
	cursor: pointer;
	background: url(../img/w-02.png) no-repeat center;
	background-size: 100%;
}
.banner .btn span.on{
	width: 10px;
	height: 21px;
	margin-top: -7px;
	background: url(../img/w-03.png) no-repeat center;
	background-size: 100%;
} 
.section-5,.section-5 .fp-tableCell{
	height: auto !important;
}
.section-2,.section-4{
	background: #fff url(../img/w-16.png) no-repeat right bottom;
	background-size: 461px 316px; 
} 
.section-1{
	position: relative;
}
.section-1 .w1200{
	position: relative;
	height: 100%;
}
.section-1 .txt{
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -175px;
	text-align: left;
	text-transform:uppercase;
}
.section-1 .txt .p1{
	font-size: 57px;
	color: #fff;
	font-weight: 800;
	line-height: 58px;
	margin-bottom: 20px;
}
.section-1 .txt .p2{
	font-size: 48px;
	color: #fff;
	line-height: 55px;
}
.section-1 .txt .p3{
	font-size: 24px;
	color: #fff;
	line-height: 40px;
}
.section-1 .txt .p4{
	font-size: 36px;
	color: #fff;
	line-height: 38px;
	font-weight: 700px;
	margin-top: 10px;
	text-transform:capitalize;
}
.section-1 .txt .p5{
	font-size: 16px;
	color: #fff;
	width: 228px;
	padding-left: 30px;
	height: 63px;
	text-align: center;
	border: 1px solid #ffffff; 
	line-height: 63px;
	margin-top: 50px;
	background-image: url(../img/w-17.png);
	background-position: 40%;
	background-repeat: no-repeat;
	background-color: rgba(255,255,255,0);
	transition: all 0.3s;
}
.section-1 .txt .p5:hover{
	background-color: rgba(255,255,255,0.1);
}
.section-1{
	left: -150px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.8s;
}
.section-1.cur{
	opacity: 1;
	filter: alpha(opacity=100);
	left: 0px;
} 
.tmao{
	position: fixed;
	bottom: 38px;
	left: 35px;
	width: 90px;
	height: 38px;
	text-align: center;
	z-index: 999;
}
.tmao .a1{
	background: url(../img/w-18.png) no-repeat center;
	background-size: 38px 38px;
	height: 38px;
	width: 38px;
	opacity: 1;
	transition: all 0.4s;
	position: relative;
}
.tmao .a1 .img{
	width: 70px;
	height: 70px;
	padding: 10px;
	position: absolute;
	display: none;
	top: -80px;
	left: -15px; 
}
.tmao .a1 .img.nx{
	display: block;
	margin-top: -15px;
	margin-left: -10px;
	animation: 0.35s linear 0s alternate none 1 featuresicon;
    -webkit-animation: 0.35s linear 0s alternate none 1 featuresicon;
}
@keyframes featuresicon { 
    50% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}
@-webkit-keyframes featuresicon { 
    50% {
        -webkit-transform: scaleX(0);
    }
    100% {
        -webkit-transform: scaleX(1);
    }
}
.tmao .a2{
	background: url(../img/w-19.png) no-repeat center;
	background-size: 38px 38px;
	height: 38px;
	width: 38px;
	opacity: 1;
	transition: all 0.4s;
}
.tmao .a1.cur{
	background: url(../img/w-18-b.png) no-repeat center;
}
.tmao .a2.cur{
	background: url(../img/w-19-b.png) no-repeat center;
}

.copy{
	position: fixed;
	right: 70px;
	bottom: 40px;
	font-size: 13px;
	color: #dddddd;
	z-index: 999;
}



.header__menu-button.is-active .icon--menu:after,.header__menu-button.is-active .icon--menu:before {
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0!important
}

.header__menu-button.is-active .icon--menu:before {
	-webkit-transform: rotate3d(0,0,1,45deg);
	transform: rotate3d(0,0,1,45deg)
}

.header__menu-button.is-active .icon--menu:after {
	-webkit-transform: rotate3d(0,0,1,-45deg);
	transform: rotate3d(0,0,1,-45deg)
}

.scroll-notify {
	width: 15px;
	height: 192px;
	position: absolute;
	right: 80px;
	top: 40%;
	margin-top: -96px;
	color: #fff;
	z-index: 2;
}

.scroll-notify::after,.scroll-notify::before {
	position: absolute;
	left: 50%;
	width: 1px;
	background: currentColor;
	opacity: .3;
	margin-left: -1px
}

.scroll-notify::before {
	height: 26px;
	top: 0;
	-webkit-animation: scrollMouseButtonsTop 8s cubic-bezier(.4,0,.2,1) infinite;
	animation: scrollMouseButtonsTop 8s cubic-bezier(.4,0,.2,1) infinite;
	-webkit-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	transform-origin: 50% 0
}

.scroll-notify::after {
	height: 146px;
	bottom: 0;
	-webkit-animation: scrollMouseButtonsBottom 8s cubic-bezier(.4,0,.2,1) infinite;
	animation: scrollMouseButtonsBottom 8s cubic-bezier(.4,0,.2,1) infinite;
	-webkit-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%
}

.scroll-notify__toddler {
	position: absolute;
	width: 15px;
	height: 20px;
	color: #fff;
	top: 26px;
	cursor:pointer;
	left: 0;
	border: 1px solid;
	border-radius: 6px;
	-webkit-animation: scrollMouseWheel 8s cubic-bezier(.4,0,.2,1) infinite;
	animation: scrollMouseWheel 8s cubic-bezier(.4,0,.2,1) infinite
}

@-webkit-keyframes scrollMouseWheel {
	100%,78% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	90% {
		-webkit-transform: translateY(120px);
		transform: translateY(120px)
	}
}

@keyframes scrollMouseWheel {
	100%,78% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	90% {
		-webkit-transform: translateY(120px);
		transform: translateY(120px)
	}
}

@-webkit-keyframes scrollMouseButtonsTop {
	100%,78% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}

	90% {
		-webkit-transform: scaleY(5.615);
		transform: scaleY(5.615)
	}
}

@keyframes scrollMouseButtonsTop {
	100%,78% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}

	90% {
		-webkit-transform: scaleY(5.615);
		transform: scaleY(5.615)
	}
}

@-webkit-keyframes scrollMouseButtonsBottom {
	100%,78% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}

	90% {
		-webkit-transform: scaleY(.178);
		transform: scaleY(.178)
	}
}

@keyframes scrollMouseButtonsBottom {
	100%,78% {
		-webkit-transform: scaleY(1);
		transform: scaleY(1)
	}

	90% {
		-webkit-transform: scaleY(.178);
		transform: scaleY(.178)
	}
}[data-intro-text-appear] {
	opacity: 0
}
.button--plus::before,.icon--menu:after,.icon--menu:before,.input-check__visual::before,.intro__slide::after,.list--mark li::before,.modal__close-icon::after,.modal__close-icon::before,.scroll-notify::after,.scroll-notify::before {
	content: ''
}
.section-2{

}
.section-2 h2{
	font-size: 58px;
	color: #333;
	font-weight: 600;
	line-height: 80px;
	position: relative;
	top: 80px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.6s;
}
.section-2 h2.cur{
	top: 0%;
	opacity: 1;
}
.section-2 h3{
	font-size: 30px;
	color: #333;
	font-weight: normal;
	line-height: 38px;
	margin-bottom: 50px;
	position: relative;
	top: 80px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.8s;
}
.section-2 h3.cur{
	top: 0%;
	opacity: 1;
	filter: alpha(opacity=100);
}
.section-2 p{
	font-size: 14px;
	color: #333;
	line-height: 30px;
	position: relative;
	top: 80px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 1s;
}
.section-2 p.cur{
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0px;
}
.section-2 p.cur{

}
.four-box{
	text-align: center;
	padding: 0px 52px;
	background: url(../img/w-06.jpg) no-repeat right;
}
.four-box.cur{
	margin-right: 0px;
	background: none;
}
.four-box .top{
	line-height: 50px;
	text-align: center;
}
.four-box .top .pt{
	font-size: 60px;
	color: #073190;
	font-weight: 500;
	font-family: 'BEBAS';
	display: inline-block;
}
.four-box .top .sp{
	display: inline-block;
	font-size: 32px;
	font-weight: 600;
	color: #073190;
	vertical-align: top;
	line-height: 10px;
}
.four-box .top .spp{
	font-size: 14px;
	color: #333;
}
.four-box .bot{
	text-align: center;
	font-size: 14px;
	color: #333;
	margin-top: -8px;
}
.four{
	padding: 28px 0;
	padding-top: 98px;
	position: relative;
	top: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 1.5s;
}
.four.cur{
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0;
}
.section-3{
	background: url(../img/w-07.jpg) no-repeat center;
	background-size: cover;
}
.section-3 h2,.section-3 h3{
	font-size: 48px;
	color: #fff;
	position: relative;
	top: 80px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.section-3 h2.cur{
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0px;
	transition: all 0.8s;
}
.section-3 h3.cur{
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0px;
	transition: all 1.4s;
}
.section-3 h2{
	font-weight: 600;
	line-height: 52px;
}
.section-3 h3{
	font-weight: normal;
	line-height: 60px;
	margin-bottom: 20px;
}
.section-3 .p1{
	font-size: 16px;
	width: 470px;
	color: #fff;
	line-height: 30px;
	margin: 0px auto; 
	position: relative;
	top: 80px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.section-3 .p1.cur{
	top: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: all 1.8s;
}
.section-3 .txt{
	text-align: center;
}
.section-3 .txt ul{
	text-align: center;
	width: 100%;
	margin: 0px auto;
	margin-top: 70px;
}
.section-3 .txt ul li{
	float: none;
	display: inline-block;
	margin-right: 150px;
}
.section-3 .txt ul li.cur{
	margin-right: 0px;
}
.section-3 .txt ul li a{
	display: inline-block;
}
.section-3 .txt ul li .t-01{
	width: 146px;
}
.section-3 .txt ul li .t-01 .img{
	width: 146px;
	height: 146px;
	text-align: center;
	overflow: hidden;
	padding-top: 30px;
	top: 0px;
	position: relative;
	transition: all .4s;
}
.section-3 .txt ul li:hover .img{
	top: -15px;
}
.section-3 .txt ul li .vt-1 .img{
	background: url(../img/w-22.png) no-repeat top;
}
.section-3 .txt ul li .vt-2 .img{
	background: url(../img/w-23.png) no-repeat top;
}
.section-3 .txt ul li .vt-3 .img{
	background: url(../img/w-24.png) no-repeat top;
}
.section-3 .txt ul li .vt-4 .img{
	background: url(../img/w-25.png) no-repeat top;
}
.section-3 .txt ul li .vt-1{
	position: relative;
	right: 20px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.6s;
}
.section-3 .txt ul li .vt-2{
	position: relative;
	right: 30px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 1s;
}
.section-3 .txt ul li .vt-3{
	position: relative;
	right: 40px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 1.4s;
}
.section-3 .txt ul li .vt-4{
	position: relative;
	right: 50px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 1.8s;
}
.section-3 .txt ul li .vt-1.cur,.section-3 .txt ul li .vt-2.cur,.section-3 .txt ul li .vt-3.cur,.section-3 .txt ul li .vt-4.cur{
	opacity: 1;
	filter: alpha(opacity=100);
	right: 0px;
}
.section-3 .txt ul li p{
	font-size: 26px;
	color: #fff;
	width: 80%;
	padding: 0px 10%;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
}
.section-4 .txt-box{
	padding: 116px 0px;
	text-align: left;
	background: url(../img/w-26.png) no-repeat right;
}
.section-4 .txt-box .txt{
	width: 400px;
	overflow: hidden;
}
.section-4 .txt-box h2{
	font-size: 48px;
	width: 100%;
	color: #333;
	font-weight: normal;
	height: 60px;
	line-height: 60px;
	position: relative;
	left: 80px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.8s;
}
.section-4 .txt-box h2.cur{
	opacity: 1;
	filter: alpha(opacity=100);
	left: 0px;
}
.section-4 .txt-box h3{
	width: 100%;
	font-size: 48px;
	color: #333;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	margin-bottom: 35px;
	position: relative;
	left: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 1.4s;
}
.section-4 .txt-box h3.cur{
	opacity: 1;
	filter: alpha(opacity=100);
	left: 0px;
}
.section-4 .txt-box p{
	font-size: 15px;
	color: #888;
	line-height: 30px;
	position: relative;
	left: 130px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 2s;
}
.section-4 .txt-box p.cur{
	opacity: 1;
	filter: alpha(opacity=100);
	left: 0px;
}
.section-4 ul{
	width: 100%;
	margin: 0px auto;
	text-align: center; 
	margin-top: 80px;
}
.section-4 ul li{
	float: none;
	margin-right: 35px;
	display: inline-block;
	position: relative;
	top: -100px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 1.5s;
}
.section-4 ul li.bg{
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0px;
}
.section-4 ul li .bh{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0%;
	height: 100%;
	background: #226abf;
	z-index: 99;
	transition: all 0.4s;
}
.section-4 ul li.cur{
	margin-right: 0px;
}
.section-4 ul li a{
	display: inline-block;
	width: 160px;
	padding-left: 35px;
	height: 56px;
	color: #333;
	position: relative;
	z-index: 100;
	line-height: 56px;
	background: url(../img/w-17-b.png) no-repeat 25%;
	border: 1px solid #c1c1c1;
}
.section-4 ul li:hover .bh{
	width: 100%;
}
.section-4 ul li:hover a{
	color: #fff;
	background: url(../img/w-17-c.png) no-repeat 25%;
}
.news{
	background: #f6f6f6;
}
.bt{
	margin: 0px auto;
	width: 100%;
	text-align: center;
}
.bt h2{
	font-size: 50px;
	color: #333;
	line-height: 50px;
}
.bt p{
	font-size: 40px;
	color: #333;
	line-height: 40px;
}
.news{
	overflow: hidden;
}
.news .bt{
	margin-top: 170px;
}
.news ul{
	margin: 0px auto;
	text-align: center;
	margin-top: 96px;
	padding-bottom: 120px;
	position: relative;
	opacity: 0;
	top: 200px;
	filter: alpha(opacity=0);
	transition: all 1s;
}
.news ul.cur{
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0px;
}
.news li{
	height: 297px;
	width: 100%;
	background: #fff;
	text-align: left;
	float: none;
	margin-bottom: 36px;
	transition: all 0.6s;
}
.news li:hover{
	box-shadow: 1px 1px 40px #c8c8c8;
}
.news li .p1,.news li .p2{
    font-size: 14px;
    color: #666;
    text-align: left;
}
.news li .p2{
	margin-top: 20px;
	margin-bottom: 50px;
}
.news .ne-01 .img{
	width: 268px;
	height: 211px;
	text-align: center;
	overflow: hidden;
	margin-top: 45px;
	margin-left: 35px;
}
.news .ne-01 .img img{
	width: 100%;
	height: 100%;
}
.news .ne-01 .p2{
	width: 650px;
	height: 90px;
	overflow: hidden;
	line-height: 30px;
}
.news li h2{
	font-size: 24px;
	color: #000;
}
.news .ne-02{
	text-align: left; 
}
.news .ne-02 .lef{
	width: 935px;
	padding: 62px 35px;
	text-align: left; 	
}
.news .ne-02 .p2{
	width: 935px;
}
.news .ne-01 .lef{
	width: 580px;
	padding: 53px 35px;
	text-align: left; 	
}
.news .rig{
	width: 59px;
	height: 100%;
	overflow: hidden;
	text-align: center;
	border-left: 1px solid #f2f2f2;
	background: url(../img/w-29.png) no-repeat center;
}
.new-in{
	text-align: left;
	overflow: hidden;
}
.nei-box{
	width: 100%;
	background: #fff url(../img/w-16.png) no-repeat right bottom;
	background-size: 461px 316px; 
	padding-bottom: 160px;
}
.new-in h3{
	padding-top: 170px;
	width: 915px;
	font-size: 34px;
	color: #35373b;
	line-height: 45px;
	font-weight: normal;
	margin-bottom: 25px;
}
.new-in .time{
	width: 100%;
	font-size: 18px;
	color: #666;
	height: 25px;
	line-height: 25px;
}
.new-in .txt{
	width: 100%;
}
.new-in .txt .img{
	width: 100%;
	height: 560px;
	text-align: center;
	overflow: hidden;
	margin: 0px auto;
	padding-top: 30px;
}
.new-in .txt .img img{
	width: 100%;
}
.new-in .txt p{
	width: 100%;
	line-height: 25px;
	margin-top: 40px;
	font-size: 14px;
	color: #666;
	text-indent: 2em;
}
.new-in .btmo{
	width: 100%;
	padding: 25px 0px;
	margin-top: 70px;
	border-top: 1px solid #e5e5e5;
}
.new-in .btmo .lef p{
	color: #666666;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
.new-in .btmo .lef p a{
	font-size: 14px;
	color: #999999;
	transition: all 0.4s;
}
.new-in .btmo .lef p a:hover{
	color: #dbdbdb;
}
.new-in .btmo .rig{
	width: 208px;
	height: 47px;
	border: 1px solid #e5e5e5;
	margin-top: 8px;
}
.new-in .btmo .rig a{
	display: inline-block;
	text-align: center;
	width: 208px;
	padding-right: 28px;
	background: url(../img/w-30.png) no-repeat 76%;
	height: 47px;
	line-height: 47px;
	font-size: 18px;
	color: #1e409f;
	transition: all 0.4s;
}
.new-in .btmo .rig a:hover{
	background: url(../img/w-30.png) no-repeat 80%;
}

.brand{
	
}
.brand .bra-top{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.brand .bra-top .w1200{
	position: relative;
	top: 28%;
}
.brand .bra-top .w1200 .txt{
	position: absolute;
	left: 0px;
	text-align: left;
}
.brand .bra-top .w1200 .txt .line{
	width: 66px;
	height: 2px;
	background: #fff;
	margin-top: 30px;
}
.brand .bra-top .w1200 .txt ul{
	margin-top: 65px;
}
.brand .bra-top .w1200 .txt li{
	width: 230px;
	margin-right: 165px;
}
.brand .bra-top .w1200 .txt li h2{
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 30px;
}
.brand .bra-top .w1200 .txt li p{
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}
.brand .bra-top .w1200 .txt li .img{
	width: 146px;
	height: 146px;
	text-align: center;
    background: url("../img/w-22.png") no-repeat center;
    background-size: cover;
}
.brand .bra-top .w1200 .txt li .img img{
	width: 88px;
	height: 93px;
	margin-top: 27px;
}
.brand .histy{
	width: 100%;
	overflow: hidden;
	background:#fff url(../img/w-35.png) no-repeat top right;
}
#histy{
	padding-top: 30px;
}
.bht{
	font-size: 45px;
	color: #333;
	font-weight: normal;
	display: inline-block;
	width: 100%;
	margin-bottom: 35px;
}
.bht span{
	font-size: 30px;
	color: #333;
	display: inline-block;
}
.bht-01{
	font-size: 45px;
	color: #333;
	font-weight: normal;
	display: inline-block;
	width: 100%;
}
.bht-01 span{
	font-size: 30px;
	color: #333;
	display: inline-block;
}
.bht-02{
	font-size: 45px;
	color: #fff;
	font-weight: normal;
	display: inline-block;
	width: 100%;
}
.bht-02 span{
	font-size: 30px;
	color: #fff;
	display: inline-block;
}
.histy .bht{
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	left: 80px;
	transition: all 0.8s;
}
.histy .bht.cur{
	left: 0px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.brand .histy .his-box{
	padding-top: 96px;
	padding-bottom: 110px;
}
.brand .histy ul li{
	width: 375px;
	text-align: left;
	background: url(../img/w-14.jpg) no-repeat right;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
}
.brand .histy ul li p{
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #333;
}
.brand .histy ul li.cur{
	background: none;
	padding-left: 90px;
}
.brand .hi-01{
	left: 80px;
	transition:all 0.8s;
} 
.brand .hi-01.bg{
	opacity: 1;
	filter: alpha(opacity=100);
	left: 0px;
}
.brand .hi-02{
	left: 80px;
	transition:all 1.4s;
} 
.brand .hi-02.bg{
	opacity: 1;
	filter: alpha(opacity=100);
	left: 0px;
}
/*.cm-img{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 695px;
	height: 397px;
	overflow: hidden;
}
.cm-img .you{
	width: 659px;
	height: 281px;
	position: relative;
	top: -4px;
	right: -37px;
	background: url(../img/w-05.png) no-repeat top right;
}
.cm-img .ye{
	position: relative;
	bottom: -30px;
	left: 0px;
	width: 49px;
	height: 85px;
	background: url(../img/w-06.png) no-repeat center;
}*/
.auth-box{
	width: 100%;
	background: #eef2f5;
	padding-top: 90px;
	padding-bottom: 60px;
	overflow: hidden;
}
.authen .line{
	width: 66px;
	height: 2px;
	background: #333;
	margin-top: 25px;
	margin-bottom: 25px;
}
.authen{
	text-align: left;
	position: relative;
	right: 300px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 1.6s;
}
.authen.cur{
	opacity: 1;
	filter: alpha(opacity=100);
	right: 0px;
}
.authen p{
	font-size: 18px;
	color: #333;
	line-height: 25px;
	width: 295px;
}
.authen ul{
	margin-top: 45px;
}
.authen ul li{
	width: 176px;
	text-align: center;
	margin-right: 64px;
	height: 240px;
}
.authen ul li.cur{
	margin-right: 0px;
}
.authen ul li p{
	width: 104px;
	font-size: 14px;
	color: #333;
	line-height: 25px;
	text-align: center;
	margin: 0px auto;
}
.authen ul li .img{
	width: 176px;
	height: 108px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 15px;
}
.authen ul li .img img{
	height: 100%;
}

.distri{
}
.distri .dis-top{
	background: url(../img/w-37.png) no-repeat center;
	background-size: cover;
	padding-bottom: 100px;
	position: relative;
	top: 150px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.8s;
}
.distri .dis-top.cur{
	opacity: 1;
	filter: alpha(opacity=100);
	top: 0px;
}
.distri .dis-top .yi{
	padding-top: 168px;
}
.distri .dis-top h2{
	font-size: 58px;
	font-weight: 600;
	color: #333;
	text-align: center;
	height: 58px;
	left: 58px;
}
.distri .dis-top h3{
	font-size: 30px;
	color: #333;
	font-weight: normal;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-bottom: 40px;
}
.distri .dis-top .img{
	margin: 0px auto;
	width: 1063px;
	height: 502px;
	text-align: center;
}
.distri .dis-top .img img{
	width: 100%;
}
.dis-top ul{
	margin-top: 40px;
}
.dis-top ul li{
	width: 230px;
	text-align: left;
	margin-right: 93px;
}
.dis-top ul li.cur{
	margin-right: 0px;
}
.dis-top ul li h4{
	width: 100%;
	display: inline-block;
	font-size: 20px;
	color: #0071be;
	height: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: normal;
}
.dis-top ul li h4 span{
	display: inline-block;
	width: 29px;
	height: 20px;
	border-radius: 3px;
	background: #fedd19;
	color: #fff;
	text-align: center;
	margin-right: 15px;
	font-weight: normal;
	line-height: 20px;
}
.dis-top ul li p{
	font-size: 14px;
	color: #6b6b6b;
	line-height: 25px;
}

.picScroll-left-04{
 width: 1200px;
 margin: 0px auto;
 padding-bottom: 65px;
 position: relative;
}
.picScroll-left-04 .bd{
	width: 1200px;
	padding-right: 30px;
	overflow: hidden;
	margin: 0 auto;
}
.picScroll-left-04 .bd li{
	width: 272px;
	text-align: left;
	overflow: hidden;
	margin-right:140px;
	padding-bottom: 20px;
}
.picScroll-left-04 .prev{
	display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: -139px;
    overflow: hidden;
    cursor: pointer;
    right: 45px;
    background: #dfdfdf url(../img/w-38.png) no-repeat center;
    transition: all 0.4s;
    z-index: 99;
}
.picScroll-left-04 .prev:hover{
    background: #226abf url(../img/w-38-b.png) no-repeat center;
	transition: all 0.4s;
}
.picScroll-left-04 .next{
	display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: -139px;
    overflow: hidden;
    cursor: pointer;
    right: 0px;
    background: #dfdfdf url(../img/w-39.png) no-repeat center;
    transition: all 0.4s;
    z-index: 99;
}
.picScroll-left-04 .next:hover{
    background: #226abf url(../img/w-39-b.png) no-repeat center;
    transition: all 0.4s;
}
.picScroll-left-04 .voimg{
	width: 272px;
	height: 298px;
	overflow: hidden;
	text-align: center;
	margin: 0px auto;
}
.picScroll-left-04 .voimg img{
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.picScroll-left-04 .bd li:hover img{
	transform: scale(1.1);
  	transition: all .5s;
}
.picScroll-left-04 h2{
	font-size: 18px;
	line-height: 20px;
	color: #111;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 3px;
}
.picScroll-left-04 p{
	font-size: 14px;
	color: #888888;
	line-height: 20px;
}
.cline{
	margin-top: 28px;
	width: 66px;
	height: 2px;
	background: #333;
	margin-bottom: 70px;
}
.bline{
	background: #fff;
}
.cvsy-box{
	padding-top: 100px;
	background: #fff;
	position: relative;
/*	top: -200px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 1.2s;*/
	overflow: hidden;
}
.cvsy-box.cur{
	/*opacity: 1;
	filter: alpha(opacity=100);
	top: 0px;*/
}
.base-box{
	background: url(../img/w-19.jpg) no-repeat center;
	height: 504px;
	overflow: hidden;
}
.base{
	padding-top: 100px;
	position: relative;
	left: -200px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.8s;
}
.base.cur{
	opacity: 1;
	filter: alpha(opacity=100);
	left: 0px;
}
.base p{
	font-size: 16px;
	color: #fff;
}
.bht-a{
	color: #fff;
}
.bht-a span{
	color: #fff;
}
.bgy-txt{
	padding-top: 90px;
	padding-bottom: 135px;
	background: #fff url(../img/w-16.png) no-repeat right bottom;
	background-size: 15%;
}
.bgy-txt .w1200{
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0);
	left: 200px;
	transition: all 0.8s;
}
.bgy-txt .w1200.cur{
	opacity: 1;
	filter: alpha(opacity=100);
	left: 0px;
}
.bgy-txt p{
	width: 510px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #333333;
}
.bgy-txt .left{
	width: 50%;
	text-align: left;
	background: url(../img/w-20.jpg) repeat-y right;
}
.bgy-txt .rig{
	width: 50%;
	text-align: right;
}
.bgy-txt .rig p{
	text-align: left;
	margin-left: 16%;
}
.ab-top{
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}
.ab-sh{
	padding-top: 16%;
}
.ab-top ul li{
	height: 50px;
	float: none;
	padding-left: 60px;
	margin-bottom: 60px;
	background: url(../img/w-40.png) no-repeat left;
}
.ab-top ul li p{
	color: #fff;
}
.ab-top ul li h3{
	display: inline-block;
	width: 100%;
	font-size: 24px;
	height: 30px;
	line-height: 30px;
	font-weight: normal;
	color: #fff;
}
.ab-top ul li h3 span{
	display: inline-block;
	font-size: 18px;
	line-height: 20px;
	height: 20px;
	color: #fff;
}
.picScroll-left-05{
 width: 1200px;
 margin: 0px auto;
 padding-bottom: 65px;
 position: relative;
}
.picScroll-left-05 .bd{
	width: 1200px;
	padding-right: 15px;
	overflow: hidden;
	margin: 0 auto;
}
.picScroll-left-05 .bd li{
	text-align: left;
	overflow: hidden;
	margin-right: 10px;
	padding-bottom: 20px;
	background: #fff;
	width: 230px !important;
	height: 312px;
	overflow: hidden;
	text-align: left;
}
.picScroll-left-05 .bd li a{
	display: block;
	padding: 30px;
}
.picScroll-left-05 .bd li h2{
	height: 30px;
	line-height: 30px;
	margin-top: 0px;
	padding-bottom: 40px;
	font-size: 20px;
	color: #333;
	width: 100%;
	overflow: hidden;
	text-align: left;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 15px;
}
.picScroll-left-05 .bd li p{
	width: 100%;
	font-size: 14px;
	color: #666;
	height: 75px;
	overflow: hidden;
}
.picScroll-left-05 .bd li .p1{
	width: 119px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f7f7f7;
	margin-top: 59px;
	transition: all .5s;
}
.picScroll-left-05 .bd li:hover .p1{
	color: #fff;
	background: #226abf;
	transition: all .5s;
}
.picScroll-left-05 .prev{
	display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: -139px;
    overflow: hidden;
    cursor: pointer;
    right: 45px;
    background: #dfdfdf url(../img/w-38.png) no-repeat center;
    transition: all 0.4s;
    z-index: 99;
}
.picScroll-left-05 .prev:hover{
    background: #226abf url(../img/w-38-b.png) no-repeat center;
	transition: all 0.4s;
}
.picScroll-left-05 .next{
	display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: -139px;
    overflow: hidden;
    cursor: pointer;
    right: 0px;
    background: #dfdfdf url(../img/w-39.png) no-repeat center;
    transition: all 0.4s;
    z-index: 99;
}
.picScroll-left-05 .next:hover{
    background: #226abf url(../img/w-39-b.png) no-repeat center;
    transition: all 0.4s;
}
.picScroll-left-05 h2{
	font-size: 18px;
	line-height: 20px;
	color: #111;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 3px;
}
.picScroll-left-05 p{
	font-size: 14px;
	color: #888888;
	line-height: 25px;
	height: 70px;
	overflow: hidden;
}
.ab-cy{
	background: #f9fafc url(../img/w-16.png) no-repeat bottom right;
	background-size: 15%;
}

.map{
	height: 775px;
	position: relative;
}
/*.map .w1200{
	position: absolute;
	top: 88px;
	height: 775px;
	text-align: left;
}*/
.picScroll-left-06{
	width: 325px;
	height: 595px;
	margin: 0px auto;
	overflow: hidden;
	padding-bottom: 37px;
	background:#fff; 
	box-shadow: 1px 1px 10px #b6b6b6;
	position: absolute;
	left: 20%;
	top: 60px;
	margin-left: -200px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.8s;
}
.picScroll-left-06.cur{
	opacity: 1;
	filter: alpha(opacity=100);
	margin-left: 0px;
}
.picScroll-left-06 .bd{
	width: 325px;
	overflow: hidden;
	margin: 0 auto;
}
.picScroll-left-06 .bd li{
	text-align: left;
	float: none;
	margin-right: 0px;
	background: #fff;
	width: 247px;
	height: 255px !important;
	padding: 39px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: left;
	cursor: pointer;
	background: #fff;
	border-bottom: 1px solid #e8eaee;
	transition: all 0.4s;
}
.picScroll-left-06 .bd li h2{
	height: 30px;
	line-height: 30px;
	margin-top: 0px;
	font-size: 20px;
	color: #666;
	width: 100%;
	overflow: hidden;
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 10px;
	transition: all 0.4s;
}
.picScroll-left-06 .bd li:hover{
	border-bottom: 1px solid #226abf;
	transition: all 0.4s;
}
.picScroll-left-06 .bd li:hover h2{
	color: #226abf;
	transition: all 0.4s;
}
.picScroll-left-06 .bd li p{
	width: 255px;
	font-size: 14px;
	color: #666;
	line-height: 25px;
	overflow: hidden;
	transition: all 0.4s;
}
.picScroll-left-06 .bd li .p1{
	width: 119px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #f7f7f7;
	margin-top: 59px;
	transition: all .5s;
}
.picScroll-left-06 .bd li:hover .p1{
	color: #fff;
	background: #226abf;
	transition: all .5s;
}
.picScroll-left-06 .prev{
	display: block;
    width: 106px;
    height: 35px;
    position: absolute;
    bottom: 28px;
    overflow: hidden;
    cursor: pointer;
    right: 180px;
    background: #dfdfdf url(../img/w-42.png) no-repeat center;
    transition: all 0.4s;
    z-index: 9999;
}
.picScroll-left-06 .prev:hover{
    background: #226abf url(../img/w-42-b.png) no-repeat center;
	transition: all 0.4s;
}
.picScroll-left-06 .next{
	display: block;
    width: 106px;
    height: 35px;
    position: absolute;
    bottom: 28px;
    overflow: hidden;
    cursor: pointer;
    right: 40px;
    background: #dfdfdf url(../img/w-43.png) no-repeat center;
    transition: all 0.4s;
    z-index: 99;
}
.picScroll-left-06 .next:hover{
    background: #226abf url(../img/w-43-b.png) no-repeat center;
    transition: all 0.4s;
}
.picScroll-left-06 h2{
	font-size: 18px;
	line-height: 20px;
	color: #111;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 3px;
}
.picScroll-left-06 p{
	font-size: 14px;
	color: #888888;
	line-height: 25px;
	overflow: hidden;
}
.st-01{
	background: url(../img/w-22.jpg) no-repeat center;
	background-size: cover;
}
.st-02{
	background: url(../img/w-23.jpg) no-repeat center;
	background-size: cover;
}
.st-03{
	background: url(../img/w-24.jpg) no-repeat center;
	background-size: cover;
}
.st-02 .w1200{
	text-align: left;
	margin-top: -140px;
	position: relative;
	top: 10%;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.8s;
}
.st-02 .w1200.cur{
	top: 0%;
	opacity: 1;
	filter: alpha(opacity=100);
}
.st-01{

}
.st-01 .w1200{
	position: relative;
	top: 15%;
	opacity: 0;
	filter: alpha(opacity=0);
	position: relative;
	transition: all 0.8s;
}
.st-01 .w1200.cur{
	opacity: 1;
	filter: alpha(opacity=100);
	top: 4%;
}
.st-03 .w1200{
	position: relative;
	top: 10%;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.8s;
}
.st-03 .w1200.cur{
	top: 0%;
	opacity: 1;
	filter: alpha(opacity=100);
}
.st-01 ul{
	width: 100%;
	height: 200px;
	text-align: left;
}
.st-01 .at-txt{
	width: 100%;
	height: 350px;
}
.st-01 .at-txt h2{
	font-size: 40px;
	width: 100%;
	text-align: left;
	height: 40px;
	color: #fff;
	font-weight: normal;
	line-height: 40px;
}
.st-01 .at-txt .lin{
	width: 60px;
	height: 2px;
	background: #fff;
	margin-bottom: 50px;
	margin-top: 20px;
	text-align: left;
}
.st-01 .at-txt p{
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	text-align: left;
	width: 90%;
}
.st-01 ul li{
	width: 130px;
	text-align: center;
	margin-right: 85px;
	float: none;
	display: inline-block;
}
.st-01 ul li .img{
	width: 130px;
	height: 130px;
	text-align: center;
	overflow: hidden;
	background: url(../img/w-23.png) no-repeat center;
	background-size: 100%;
}
.st-01 ul li .img img{
	width: 48px;
	height: 43px;
	margin: 0px auto;
	margin-top: 42px;
}
.st-01 ul li p{
	font-size: 16px;
	width: 100%;
	margin-top: 15px;
	text-align: center;
	color: #fff;
}
.st-02 .bht-a,.st-03 .bht-a{
	color: #fff;
	height: 70px;
	line-height:70px;
	font-weight: normal;
	text-align: left;
}
.st-02 .bline,.st-03 .bline{
	margin-top: 20px;
	margin-bottom: 60px;
}
.st-02 p,.st-03 p{
	color: #fff;
	font-size: 16px;
}
.st-03 ul{
	width: 1000px;
	padding-top: 65px;
}
.st-03 ul li{
	width: 330px;
	overflow: hidden;
	text-align: left;
	padding-left: 50px;
	height: 25px;
	margin-bottom: 40px;
	line-height: 25px;
	background: url(../img/w-44.png) no-repeat left;
}
.st-03 ul li p{
	width: 100%;
	font-size: 16px;
	color: #fff;
	text-align: left;
}
.st-04 .lef,.st-04 .rig{
	width: 33%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.st-04 .lef .img{
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	transition: all .5s;
}
.st-04 .diat{
	width: 34%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.st-04 .diat .img{
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	transition: all .5s;
}
.st-04 .rig{
	position: relative;
	overflow: hidden;
}
.st-04 .rig .clik-box{
	position: absolute;
	top: 0px;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 998;
	opacity: 0;
	right: -800px;
	transition: all .8s;
}
.st-04 .rig .clik-box .fa{
	padding: 40px;
	height: 100%;
}
.st-04 .rig .clik-box.cur{
	opacity: 1;
	right: 0px;
	transition: all .8s;
}
.st-04 .rig .clik-box .cbtxt{
	width: 100%;
	height: 93%;
	overflow: auto;
}
.st-04 .rig .clik-box .cbtxt p{
	font-size: 16px;
	color: #000;
}
.st-04 .rig .clik-box span.sp{
	display: block;
	width: 33px;
	height: 33px;
	background: url(../img/w-46.png) no-repeat center;
	cursor:pointer;
	float: right;
}
.st-04 .rig .img{
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	transition: all .5s;
}
.s4 .txt{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -198px;	
	text-align: left;
	width: 390px;
	transition: all .5s;
}
.s4:hover .txt{
	margin-top: -185px;
	transition: all .5s;
}
.s4 .txt h2{
	font-size: 26px;
	color: #eeeeee;
	font-weight: normal;
	margin-bottom: 20px;
	transition: all 0.6s;
}
.s4:hover h2{
	margin-bottom: 38px;
	transition: all 0.6s;
}
.s4 .txt .lin{
	width: 60px;
	height: 1px;
	background: #e0e0e0;
}
.s4 .txt .t-01{
	width: 390px;
	height: 0px;
	overflow: hidden;
	transition: all 0.8s;
}
.s4:hover .t-01{
	height: 275px;
	transition: all 0.8s;
}
.s4:hover .img{
	transform: scale(1.1);
  	transition: all .6s;
}
.st-04 .s4 .txt .t-01 .p1{
	width: 395px;
	height: 115px;
	font-size: 14px;
	color: #cdcdcc;
	padding-top: 45px;
	margin-bottom: 70px;
	overflow: hidden;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.st-04 .s4 .txt .t-01 .p2{
	width: 147px;
	height: 42px;
	font-size: 14px;
	color: #fff;
	line-height: 42px;
	text-align: center;
	background: #073190;
}
.st-04 .s4 .txt .t-01 .p2 img{
	width: 17px;
	height: 17px;
	margin-right: 14px;
	transition: all .5s;
}
.st-04 .s4 .txt .t-01 .p2:hover img{
	animation: ssd 0.3s linear 0s;
}
 @-moz-keyframes ssd{
  0%{
    -moz-transform:rotate(0deg);
   }
   100%{
     -moz-transform:rotate(90deg);
   }
}
@-webkit-keyframes ssd{
  0%{
    -webkit-transform:rotate(0deg);
   }
   100%{
     -webkit-transform:rotate(90deg);
   }
}
@keyframes ssd{
  0%{
    transform:rotate(0deg);
   }
   100%{
     transform:rotate(90deg);
   }
}
.boss-w1081{
    width: 100%;
    height: 91%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-top: 47px;
    color: #000;
}
.boss-w1081-r{
    width: 1px;
    height: 100%;
    float: right;
    background: #e7e7e7;
    position: absolute;
    right: 1px;
}
.boss-w1081-l{
    width: 94%;
    float: left;
    position: absolute;
    overflow: hidden;
    left: 0px;
    text-align: left;
}
.boss-w1081-r-t{
    width: 3px;
    height: 40px;
    background: #909090;
    position: absolute;
    top: 0px;
    left: -1px;
}
.cl-txt{
	height: 100%;
}
.boss-w1081-l .lin{
	width: 60px;
	height: 2px;
	background: #333;
	margin-top: 30px;
	margin-bottom: 35px;
}
.boss-w1081-l h4{
	width: 100%;
	font-size: 30px;
	color: #333;
	line-height: 30px;
	font-weight: normal;
}
.boss-w1081-l p{
	font-size: 14px;
	color: #333;
	line-height: 25px;
	padding-bottom: 30px;
	text-align: left;
}
.lis-chen{
	width: 100%;
	padding-bottom: 25px;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
}
.lis-chen li{
	width: 40%;
	padding: 0px;
	margin: 0px; 
	padding-right: 5%;
	text-align: left; 
	padding-bottom: 15px;
}
.lis-chen li p{
	line-height: 20px;
	padding-bottom: 0px;
}
.lis-chen p{
	font-size: 14px;
	color: #de6500;
}
.pro-lis{
	width: 100%;
	text-align: center;
}
.pro-lis h3{
	font-size: 26px;
	color: #333;
	font-weight: normal;
	width: 100%;
	margin-top: 60px;
	text-align: left;
}
.pro-lis ul{
	padding-top: 20px;
	overflow: hidden;
	padding-bottom: 80px;
}
.pro-lis ul li{
	width: 20%;
	height: 150px;
	margin-right: 5%;
}
.pro-lis ul li.cur{
	margin-right: 0px;
}
.pro-lis ul li .pr-img{
	width: 100%;
}
.pro-lis ul li img{
	width: 100%;
	margin: 0px auto; 
}
.pro-lis ul li h1{
	font-size: 14px;
	font-weight: normal;
	color: #333;
	width: 100%;
	padding-top: 20px;
	line-height: 23px;
}

.banner .bd{
	height: 100%;
	width: 100%;
}
.banner .bd ul{
	height: 100%;
}
.banner .bd li{
	height: 100%;
}
.banner .hd{
	position: absolute;
	bottom:2%;
	left:19%;
	margin-left: 0px!important;
	width:100%;
	text-align: left;
	height: 50px;
	z-index: 999;
}
.banner .hd li{
	display: inline-block;
	width: 9px;
	height: 14px;
	background: #fff;
	border-radius: 50%;
	vertical-align: top;
	float: none;
	margin: 0 10px;;
	cursor: pointer;
	background: url(../img/w-02.png) no-repeat center;
	background-size: 100%;
	position: relative;
}
.banner .hd li.on{
	width: 10px;
	height: 21px;
	margin-top: -7px;
	background: url(../img/w-03.png) no-repeat center;
	background-size: 100%;
} 
.applay-tb td{
	color: #666 !important;
}







@media screen and (max-width: 1550px) {
    .footer{
    	overflow: hidden;
    }
    .picScroll-left-06.cur{
    	left: 5%;
    }
    .st-01 .at-txt p{
    	width: 89%;
    }
    .s4 .txt {
	    margin-left: -170px;
	    width: 340px;
	}
	.st-04 .s4 .txt .t-01 .p1{
		width: 340px;
	}
	.authen.cur,.st-03 .w1200.cur,.st-02 .w1200.cur,.st-01 .w1200.cur,.section-1 .w1200,.base.cur{
		left: 3%;
	}
	.section-4 .txt-box{
		margin-left: 3%;
	}
	/*.brand .histy .his-box{
		margin-left: 3%;
	}*/
	.brand .hi-01.bg,.histy .bht.cur{
		left: 3%;
	}
	.bgy-txt .rig p{
		margin-left: 13%;
	}
	.bgy-txt p {
	    width: 481px;
	    margin-bottom: 15px;
	    font-size: 14px;
	    color: #333333;
	    text-shadow: 0 0 black;
	    margin-left: 45px;
	}
	.ban-cv {
	    position: relative;
	    height: 100%;
	    left: 3%;
	}
	.new-in .btmo .lef{
		margin-left: 20px;
	}
	.new-in .btmo .rig{
		margin-right: 20px;
	}
	.new-in h3,.new-in .time{
		margin-left: 26px;
	}
	.brand .histy{
		background-size: 34%;
	}
}









/*loading*/
.load{
	position: fixed;
	text-align: center;
	width: 100%;
	top: 0px;
	z-index: 99999;
}
.load .top{
	position: absolute;
	top: 0px;
	height: 50%;
	width: 100%;
	z-index: 10;
	background: #fff;
	transition: all 0.8s;
}
.load .bott{
	position: absolute;
	bottom: 0px;
	height: 50%;
	width: 100%;
	z-index: 10;
	background: #fff;
	transition: all 0.8s;
}
.load .mid{
	position: absolute;
	left: 0; 
	right: 0; 
	top: 50%;
	margin-left: auto; 
	margin-right: auto; 
	width: 18%;
	height: 1px;
	background: #e9e9e9;
	overflow: hidden;
	display: block;
	z-index: 99;
	transition: all 0.8s;
}
.load .mid.cur{
	width: 100%;
	background: #000;
}
.load .mid.bg{
	display: none;
}
.load .top.cur,.load .bott.cur{
	height: 0%;
}
.load .mid .lin-big{
	width: 50%;
	height: 100%;
	background: #000;
	animation:gogogo 1.7s infinite;
	-webkit-animation:gogogo 1.7s infinite;
}
@-webkit-keyframes gogogo {
    0%{
       transform:translateX(-100%);
    }
    100%{
       transform:translateX(200%);
    }
}
.apply #spx{
	display: inline-block;
	margin-right: 5px;
	color: red;
}

.recruit-main p{
	height: 25px;
}

.lo-bg{
	overflow: hidden;
	display: inline-block;
	padding: 10px 15px 10px 15px;
	position: relative;
	top: -40px;
	left: -34px;
}
.lo-bg.cur{
	background: #f2f1f6;
	box-shadow: 0px 0px 8px #888;
}