*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
          margin: 0; padding: 0;
          /*-webkit-tap-highlight-color: transparent*/
}

@font-face {
    font-family: "sysum";
    src: url("../font/sysum.eot"); /* IE9 */
    src: url("../font/sysum.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../font/sysum.woff") format("woff"), /* chrome、firefox */
    url("../font/sysum.ttf") format("truetype"); /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    font-style: normal;
    font-weight: normal;
}






video::-webkit-media-controls{
        display:none !important;
    }
body{padding: 0; margin: 0; font-size: 14px; font-family:PingFangSC-Regular,PingFang SC; overflow-x: hidden;}

h1,h2,h3,h4,h5,b{font-weight: normal;}
a{text-decoration: none; color:#417505;}
ul,li{list-style: none; padding: 0;}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.web_nav{
	padding: 20px 25px;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 111;
}
.web_nav .logo{
	width: 129px;
	height: 30px;
	position: absolute;
	left: 25px;
	top: 22px;
}
.web_nav a{
	width: 113px;
	height: 34px;
	line-height: 34px;
	display: inline-block;
	color: #fff;
	border-radius: 18px;
	margin: 0 30px 0 0;
}
.web_nav a.cur{
	background: rgba(0,0,0,0.26);
}
@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}
.web_nav.navFix{
	background: rgba(255,255,255,1);
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	-webkit-animation-duration: 1s;
     animation-duration: 1s; 
     -webkit-animation-fill-mode: both; 
     animation-fill-mode: both; 
     -webkit-animation-name: fadeInDown;
     animation-name: fadeInDown; 
}

.web_nav.navFix a{
	color: #4A4A4A;
}
.web_nav.navFix a.cur{
	background: rgba(0,0,0,0.07);
}
.web_nav a.logo{
	width: 129px;
	height: 30px;
	position: absolute;
	border-radius: 0;
	left: 25px;
	top: 22px;
	background-image: url(../img/logo.png);
	background-image:image-set( url(../img/logo.png) 1x, url(../img/logo@2x.png) 2x );
	background-size: 129px 30px;
}
.web_nav.navFix a.logo{
	background-image: url(../img/logo_black.png);
	background-image:image-set( url(../img/logo_black.png) 1x, url(../img/logo_black@2x.png) 2x );
}
.video{
	width: 100%;
	max-height: 100vh;
	position: relative;
	overflow: hidden;
}
.videobj{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.32);
}
.video video,
.video img{
	min-width: 100%;
}
.video .video_title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 600px;
	text-align: center;
	color: #fff;
}
.video .video_title h2{
	font-size: 50px;
	font-family: sysum;
    font-weight: bold;
    padding-left: 22px;
}
.video .video_title p{
	margin-top: 25px;
	opacity: .6;
	font-size: 18px;
}
.more{
	position: absolute;
	left: 50%;
	font-size: 12px;
	width: 100px;
	margin-left: -50px;
	bottom: 20px;
	text-align: center;
	padding: 26px;
	color: #fff;
}
.h_title{
	position: relative;
}
.h_title h2{
	font-size: 34px;
	font-family: sysum;
	color: #333;
}
.h_title h3{
	margin-top: 10px;
	font-size: 20px;
	color: #C8C8C8;
}
.h_title .see{
	position: absolute;
	right: 0;
	top: 20px;
	color: #333;
	font-size: 13px;
}
.pad9{
	padding: 90px 0;
	overflow: hidden;
}
.bjgray{
	background: #F7F7F7;
}
.bjblue{
	padding: 40px 0 40px;
	background: #2E373F;
}
.width_box{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.width_box .company_left{
	width: 750px;
	float: left;
}
.width_box .company_right{
	width: 393px;
	float: right;
}
.width_box .cooperate_left{
	width: 750px;
	float: left;
}
.width_box .cooperate_right{
	width: 393px;
	float: right;
}
.con1{
	margin-top: 50px;
	color: #333;
	line-height: 32px;
}
.con1 p{
	text-indent:2em;
	margin-bottom: 30px;
	font-family: "STXihei";
	color: #666;
}
.con2{
	font-size: 20px;
	color: #4a4a4a;
	font-family: sysum;
	position: relative;
	text-align: center;
	padding: 30px 0;
	margin-top: 50px;
}
.con2:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 34px;
	height: 28px;
	background-size:34px 28px;
	background-image: url(../img/lf.png);
	background-image:image-set( url(../img/lf.png) 1x, url(../img/lf@2x.png) 2x );
}
.con2:after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	display:inline-block;
	width: 34px;
	height: 28px;
	background-size:34px 28px;
	background-image: url(../img/lr.png);
	background-image:image-set( url(../img/lr.png) 1x, url(../img/lr@2x.png) 2x );
}
.con3{
	display: inline-block;
	margin-top: 80px;
	background: #5CB86C;
	border-radius: 16.5px;
	line-height: 34px;
	padding: 0 22px;
	color: #fff;
}
.conpic img{
	margin:40px 0 10px 40px;
}

.value_list ul{
	/*padding: 0 -26px;*/
}
.value_list li{
	width: 256px;
	float: left;
	margin-left:58px;
	margin-top: 100px;
	text-align: center;
}
.value_list li:nth-child(1),
.value_list li:nth-of-type(4n+1),
.conpic img:nth-child(1),
.conpic img:nth-of-type(4n+1){
	margin-left: 0;
}
.value_list li img{
	width: 54px;
	margin: 0 auto;
}
.value_list li h2{
	font-size: 14px;
	margin: 25px 0 20px;
}
.value_list li h3{
	font-size: 12px;
	color: #c1c1c1;
}
.value_list li .txt{
	color: #333;
	line-height: 24px;
	margin-top: 40px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
overflow: hidden;
}
.value_test img{
	margin-top: 65px;
	width: 798px;
}
.bjimg{
	background-size:cover;
	background-image: url(../img/appbj.jpg);
	/*background-image:image-set( url(../img/appbj.png) 1x, url(../img/bjimg@2x.png) 2x );*/
}
.bjimg .h_title h2{
	color: #fff;
}
.bjimg .h_title h3{
	color: rgba(255,255,255,0.37);
}
.main{margin:20px auto 0;width:1200px;height:500px;position:relative;overflow:hidden;}
#imgwrap{position:absolute;top:0;left:0;width:99999px;height:500px;}
#imgwrap>.services-box{float:left;width:1200px; padding: 0 100px; text-align: center; color: #fff;font-family: STXihei}
.prowrap{width:172px; height: 2px; background: #767676;}
.pro{height:2px; width:0px;background:#fff; position: relative;}

.pro p{
	position: absolute;
	width: 172px;
	top: 35px;
	color: #fff;
	opacity: 0.54;
	font-size: 16px;
}
.pro.active p{
	color: #fff;
	opacity: 1;
}

.navswrap{position:absolute;bottom:80px;left:0;width:1200px;cursor:pointer; text-align: center;}
.nav{width:172px;display: inline-block; margin: 0 30px;}
.navpic{width:172px;background-position:right center;}
.main .tig img{
	display: inline-block;
	margin:50px 35px;
}
.services-box h2{
	font-size: 26px;
	margin: 70px 0 40px;
}
.services-box p{
	line-height: 30px;
	font-size: 15px;
}
.services-box .morea a{
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
}
.swiper-container{
	margin-top: 60px;
}
.swiper-slide h2{
	text-align: center;
	font-size: 14px;
	color: #333333;
	padding-top: 30px;
}
.swiper-slide img:hover{
	-moz-box-shadow:0px 5px 15px #333333; -webkit-box-shadow:0px 5px 15px #333333; box-shadow:0px 5px 15px #333333;
}
.swiper-slide div{
	text-align: center;
	padding-top: 20px;
}
.swiper-slide .txt{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #3691FC;
	color: #fff;
	padding: 50px;
	font-size: 18px;
	line-height: 36px;
	opacity: 0;
	transition: opacity 1s;
	-moz-transition: opacity 1s;	/* Firefox 4 */
	-webkit-transition: opacity 1s;	/* Safari 和 Chrome */
	-o-transition: opacity 1s;
}
.swiper-slide .txt:hover{
	opacity: .96;
}
.swiper-button-next, .swiper-button-prev{
	margin-top: -45px !important;
	width: 38px !important;
	height: 38px !important;
	background-size:100% 100% !important;
	background-image: url(../img/slideright.png) !important;
	background-image:image-set( url(../img/slideright.png) 1x, url(../img/slideright@2x.png) 2x ) !important;
}
.swiper-button-prev{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
	display: none;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: 0 !important
}
.footcon{
	float: left;
	width: 246px;
}
.footcon h2{
	font-size: 18px;
	color: #fff;
	margin-bottom: 26px;
}
.footcon li{
	line-height: 34px;
	font-size: 12px;
	color: rgba(254,254,254,0.59);
}
.footcon li a{
	color: rgba(254,254,254,0.59);
}
.footpic{
	float: right;
	text-align: center;
	color: #fff;
}
.footpic img{
	margin-bottom: 25px;
}
.foottest{
	text-align: center;
	color: #fff;
	/*margin-top: 100px;*/
	/*border-top: rgba(255,255,255,0.2) 1px solid;*/
	/*padding-top: 35px;*/
	color: rgba(255,255,255,0.63);
	font-size: 12px;
	line-height: 20px;
}
.banner img{
	width: 100%;
}
.banner{
	position: relative;
}
.img_text{
	position: absolute;
	width: 950px;
	height: 120px;
	color: #fff;
	top: 50%;
	left: 50%;
	margin: -60px 0 0 -475px;
	text-align: center;
}
.img_text h2 {
    font-size: 54px;
    font-family: sysum;
    font-weight: bold;
}
.img_text p {
    margin-top: 25px;
    opacity: .6;
    font-size: 18px;
}
.investment_title{margin-top: -70px; position: relative; z-index: 1;}
.investment_title div{ width:300px; height:120px; float:left; display:inline; cursor:pointer; padding: 36px 0 36px 125px; background: #fff; position: relative;}
.investment_title div img{position: absolute; left: 35px; top: 30px;}
.investment_title a,.investment_title a:link,.investment_title a:visited,.investment_title a:hover{width:300px;}
.investment_title div.on a,.investment_title div.on a:link,.investment_title div.on a:visited,.investment_title div.on a:hover{ color:#f70}
/*.investment_title div.on{border-bottom: #47596D 2px solid;}*/
.investment_title div:after{
	left: 0;
	width: 100%;
	height: 2px;
	bottom: 0;
	background-color: #47596D;
	position: absolute;
	content: "";
	display: block;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transition: transform .5s;
    -moz-transition: transform .5s;
    -webkit-transition: transform .5s;
    -o-transition: transform .5s;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
.investment_title div.on:after{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.investment_title div h3{font-size: 18px;}
.investment_title div p{color:#9B9B9B; font-size: 12px;}
.investment_con{ clear:both; background:#fff;}
.investment_con_list{display:none;}
.investment_title.navFix{
	position: fixed;
	top: 70px;
	-webkit-animation-duration: .5s;
     animation-duration: .5s; 
     -webkit-animation-fill-mode: both; 
     animation-fill-mode: both; 
     -webkit-animation-name: fadeInDown;
     animation-name: fadeInDown; 
}


.fwcon1{
	text-align: center;
}
.fwcon1 h2{
	font-size: 30px;
	color: #333333;
	margin-top: 80px;
	font-family: sysum;
}
.fwcon1 .info{
	color: #666;
	line-height: 26px;
	margin: 25px auto 30px;
	max-width: 960px;
	font-family: STXihei;
}
.fwcon2{
	padding: 45px 0;
}
.fwcon2 .title{
	padding: 5px 0 35px;
}
.fwcon2 .title h2{
	font-size: 30px;
	color: #333333;
	width: 270px;
	float: left;
}
.fwcon2 .title p{
	float: left;
	width: 930px;
	line-height: 26px;
	color: #666;
}

.yy_title div{ width:300px; height:200px; text-align: left; float:left; display:inline; cursor:pointer; padding: 30px; background: #fff;}
.yy_title a,.investment_title a:link,.investment_title a:visited,.investment_title a:hover{width:300px;}
.yy_title div.on a,.investment_title div.on a:link,.investment_title div.on a:visited,.investment_title div.on a:hover{ color:#f70}
.yy_title div.on{border-bottom: #3691FC 6px solid;}
.yy_title div h3{font-size: 18px;}
.yy_title div p{color:#9B9B9B; font-size: 13px; line-height: 24px; margin-top: 10px;}
.yy_con{ clear:both; background:#fff; margin-top: 30px;}
.yy_con_list{display:none;}
.zdcon ul{
	margin: 50px -30px 100px
}
.zdcon li{
	width: 360px;
	height:330px;
	background:rgba(248,248,248,1);
	text-align: center;
	color: #666;
	font-size: 14px;
	margin: 0 30px;
	padding: 60px 0;
	float: left;
}
.zdcon li h3{
	color: #494D53;
	font-size: 18px;
	margin: 55px 0 0;
}
.zdcon li .hr{
	margin: 20px auto;
	width: 46px;
	height:3px;
	background:rgba(235,235,235,1);
	border-radius:2px;
}
.con_nav{
	position: absolute;
	top: 0;
}
.about{
	padding-bottom: 60px;
}
.about .title{
	text-align: center;
	margin-top: 75px;
}
.about .title h2{
	color:rgba(51,51,51,1);
	line-height:30px;
	font-size: 30px;
	display: inline-block;
	border-bottom: #3691FC 6px solid;
	margin: 0 auto;
	padding: 14px 0;
	font-family: sysum;
}
.about .info{
	margin-top: 30px;
	line-height: 26px;
	font-size: 14px;
	color: #666;
}
.about .info p{
	text-indent: 2em;
}
.about .pic{
	margin-top: 50px;
}
.about .vice-title{
	margin-top: 45px;
	text-align: center;
	font-size: 22px;
	font-family: sysum;
}
.about .vice-info{
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-top: 15px;
}
.about .vice-infos{
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-top: 35px;
	padding: 0 110px;
	line-height: 26px;
}
.about .hr{
	width: 177px;
	height: 1px;
	margin: 40px auto 0;
	background: #3691FC;
}
.infolist li{
	width: 50%;
	float: left;
	position: relative;
	padding:0 90px;
	margin: 55px 0 0;
	height: 110px;
}
.infolist li:nth-child(even) {
	padding:0 0 0 180px;
}
.infolist li img{
	position: absolute;
	left: 0;
	top: 0;
	width: 68px;
	height: 68px;
}
.infolist li:nth-child(even) img {
	left:90px;
}
.infolist li h2{
	font-size: 16px;
	color: #333;
	margin: 8px 0;
}
.infolist li p{
	font-size: 14px;
	color: #888;
	line-height: 26px;
	font-family: STXihei;
}
.prove{
	width: 100%;
	height: 640px;
	background: url(../img/bj1.jpg) no-repeat;
	background-size:100% 640px;
	text-align: center;
}

.prove .title{
	text-align: center;
	margin-top: 75px;
}
.prove .title h2{
	color:rgba(51,51,51,1);
	line-height:30px;
	font-size: 30px;
	display: inline-block;
	border-bottom: #3691FC 6px solid;
	margin: 110px auto 80px;
	padding: 14px 0;
	font-family: sysum
}
.prove .vice-title h3{
	font-size: 20px;
	margin-top: 25px;
}
.personnellist li{
	width: 150px;
	float: left;
	margin-right: 200px;
	font-family:Arial-BoldMT,Arial;
	margin-top: 90px;
}
.personnellist li:last-child {
	margin-right: 0;
}
.personnellist li h3{
	font-size:36px;
	color:rgba(204,204,204,1);
	line-height:42px;
}
.personnellist li h3 span{
	font-size:80px;
	color:rgba(0,0,0,1);
}
.personnellist li p{
	margin-top: 18px;
	font-size: 15px;
}

.personnelinfo{
	padding: 60px 0;
	text-align: center;
	line-height: 28px;
	color: #4A4A4A;
}
.personnelinfo b{
	font-weight: bold;
}
.map{
	width: 100%;
	height: 550px;
	background: url(../img/bj2@2x.png) center center no-repeat;
	background-size:cover;
	text-align: center;
}
.maplist{
	position: absolute;
	top: 100px;
	padding: 40px 65px;
	width:536px;
	height:324px;
	background:rgba(255,255,255,1);
	box-shadow:0px 4px 8px 0px rgba(0,0,0,0.18);
	text-align: left;
	font-size: 15px;
	color: #666;
	line-height: 40px;
}
.maplist h2{
	font-size: 30px;
	font-family: sysum;
	font-weight: bold;
	color: #000;
	margin-bottom: 30px;
}
.applist li{
	width: 20%;
	float: left;
	text-align: center;
	font-size: 16px;
	color:#7C848E;
	line-height: 60px;
	margin-top: 50px;
}
.applist li img{
	display: block;
	margin: 0 auto;
	width: 80px;
}
.titlebox .title{
	text-align: center;
	font-size:30px;
	color: #333333;
	font-family: sysum;
}
.titlebox .info{
	text-align: center;
	height:26px;
	color: #666666;
	margin-top: 25px;
	font-family: STXihei;
}
.applist,.planlist{
	padding: 80px 0;
}
.planlist ul{
	margin: 50px -51px 0;
}
.planlist li{
	width: 332px;
	float: left;
	margin: 0 51px;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}
.planlist li h3{
	text-align: center;
	color: #4A4A4A;
	font-size: 16px;
	margin: 34px 0 17px;
}
.planlist li p{
	padding: 0 13px 0 17px;
}
.partner{
	background:rgba(248,248,248,1);
	width: 100%;
	padding: 80px 0;
}
.pc-banner .swiper-slide{
	height: 380px;
	background: #fff;
	margin: 0;
	opacity: .4;
	border-radius: 16px;
}
.pc-banner .swiper-con{
	padding: 30px 35px;
}
.pc-banner .button{
	top: -180px;
}
.pc-banner .swiper-container{
	margin: 0;
}
.pc-banner .swiper-slide-active{
	opacity: 1;
}
.pc-banner .swiper-button-next, 
.pc-banner .swiper-button-prev{
	width: 70px !important;
	height: 70px !important;
	margin-top: -35px !important;
	background: url(../img/hzright.png) !important;
}
.pc-banner .swiper-button-next{
	right: 120px;
}
.pc-banner .swiper-button-prev{
	left: 120px;
}
.pc-banner .swiper-con{
	text-align: center;
	font-size: 15px;
	color: #999;
	line-height: 28px;
}
.pc-banner .swiper-con img{
	margin-bottom: 30px;
}
.pc-banner .swiper-con img:hover{box-shadow:none}
.pc-banner .swiper-con p {font-family: STXihei}
.pc-banner .swiper-con h3{
	font-size: 16px;
	color: #4A4A4A;
	margin: 45px 0 10px;
}
.pc-banner .swiper-con b{
	width:60px;
	height:6px;
	background-image: linear-gradient(to right, #05BA09 , #6AF69F);
	border-radius: 5px;
	margin: 15px auto 0;
	display: none;
}
.pc-banner .swiper-slide-active .swiper-con b{
	display: block;
}
.advantage{
	margin-top: 80px;
}
.advantage li{
	width: 50%;
	float: left;
	height: 408px;
	position: relative;
	color: #fff;
}
.advantage li h2{
	font-size:22px;
	margin-bottom: 10px;
	font-family: sysum;
}
.advantage li p{
	font-size:13px;
	color: rgba(255,255,255,.7);
}
.advantage li div{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	padding-left: 12%;
	padding-top:280px ;
	transition: background 1.5s;
	-moz-transition: background 1.5s;	/* Firefox 4 */
	-webkit-transition: background 1.5s;	/* Safari 和 Chrome */
	-o-transition: background 1.5s;
}
.advantage li div:hover{
	background: none;
}
.advantage li:nth-child(1){
	background: url(../img/adbj1@2x.png) center center no-repeat;
	background-size: cover;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.advantage li:nth-child(2){
	background: url(../img/adbj2@2x.png) center center no-repeat;
	background-size: cover;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.advantage li:nth-child(3){
	background: url(../img/adbj3@2x.png) center center no-repeat;
	background-size: cover;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
}
.advantage li:nth-child(4){
	background: url(../img/adbj4@2x.png) center center no-repeat;
	background-size: cover;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}
.advantage .title{
	text-align: center;
	font-size:30px;
	font-family: sysum;
}
.advantage .info{
	text-align: center;
	font-size:14px;
	color: #666;
	line-height: 26px;
	margin: 28px 0 50px;
	font-family: STXihei;
}
.bclogo,.bclogo1 {
	padding: 30px 0 50px;
	text-align: justify;
        text-align-last: justify;
}
.bclogo img{
	margin: 10px 0;
}
.bclogo1 img{
	margin: 15px 35px;
}
