* {
	margin: 0;
	padding: 0;
}



body {
	font: 16px/1  verdana;
	font-family:"HanHei SC","PingHei","PingFang SC","STHeitiSC-Light","Helvetica Neue","Helvetica","Arial",sans-serif;
}

.top-nav{
	width: 100%;height: 60px;position: fixed;top: 0;left:auto;right:auto;transition: 0.5s;
}

#menu {
	margin: 0;
	padding: 0;
	position: fixed;
	/*left: 10px;
	top: 10px;*/
	list-style-type: none;
	z-index: 70;
}

.nav-wrap{
	width:1200px;
	margin: 0 auto;
}

.nav-logo{
	cursor: pointer;
	float: left;
	width:120px;
	margin-top: 10px;
}

.nav-logo img{
	width:100%;
}

#menu li {
	float: left;
	margin: 0 10px 0 0;
	font-size: 16px;
	margin-left: 48px;
	position: relative;
}

#menu li span{
	width: 0;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	transition: 0.5s;
}



.nav-menu{
	float: right;
	margin-top: 12px;
}
.nav-menu ul{
	 list-style: none;
}
.nav-menu a{
	float: left;
	padding: 10px 0px;
	color: #fff;
	text-decoration: none;
	transition: 0.5s;
}

.nav-menu .active a{
	color: #04d194;
}


#menu li:hover a{
	color: #04d194;
}
#menu li:hover span{
	width:100%;
	background: #04d194;
}

.section {
	text-align: center;
	/*font: 50px "Microsoft Yahei";*/
	color: #fff;
}




/* 右侧导航 */

#fullPage-nav {
	_display: none;
	font-size: 12px;
}

#fullPage-nav li {
	width: 90px;
	height: 21px;
	margin: 10px 0 0;
	vertical-align: middle;
}

#fullPage-nav li a {
	float: right;
	width: 21px;
	height: 21px;
	color: #8F9DA4;
	text-decoration: none;
	text-align: right;
	background: url(../images/dot.png) 5px 5px no-repeat;
}

#fullPage-nav li .active {
	background-position: 0 bottom;
}

#fullPage-nav span {
	display: none;
}

.fullPage-tooltip {
	float: left;
	top: 0;
	margin-right: 5px;
	font: 12px "Microsoft Yahei";
	color: #8F9DA4;
	line-height: 21px;
}

/*#fp-nav ul li:last-child {
	 display: none;
}*/
#fp-nav ul li a span, .fp-slidesNav ul li a span{
	background: #fff;
}
/*顶部导航栏-黑色*/
.top-nav-active-black{
	background: #000;
}
.top-nav-active-black .nav-menu a{
	color:#fff;
}
.top-nav-active-black .nav-menu .active a{
	color:#3bd4a3;
}


/*顶部导航栏-白色*/
.top-nav-active-white{
	background: #fff;
	border-bottom: 2px solid #ddd;
}
.top-nav-active-white .nav-menu a{
	color:#000;
}
.top-nav-active-white .nav-menu .active a{
	color:#04d194;
}

/*首页视频*/

.bac-video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.bac-video video {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	 transform: translateX(-50%) translateY(-50%);
	opacity: 1;
	transition: opacity 1s; 
}

/*  .vedio-back-img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url(../images/video-bg.png);
	filter: alpha(opacity=40);
	opacity: 0.4;
}  */

.jiujiu-desc {
	
	position: relative;
	width: 480px;
    margin: 0 auto;
    margin-top: 372px;
    text-align: center;
    z-index: 2;
	
}

@media screen and (max-width: 1440px){  
    .jiujiu-desc {
		margin-top: 280px;
	}  
} 

@media screen and (max-width: 1366px){  
    .jiujiu-desc {
		margin-top: 226px;
	}  
}


.jiujiu-desc h1{
	font-size: 60px;
	letter-spacing:4px;
	font-family:'Source-Han-Ligh7ead1270117962';
	font-weight: bold;
	
}
.jiujiu-desc h2{
	font-size: 36px;
	font-weight: normal;
	margin-top: 36px;
	font-family:'Source-Han-Ligh7ead1270117962';
}

.jiujiu-desc img {
	text-align: center;
	width: 50%;
}

.section {
	position: relative;
	overflow: hidden;
}

.section .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.section .bg img {
	display: block;
	width: 100%;
	height: 100%;
}

.bg21 {
	position: absolute;
	left: 50%;
	bottom: 15%;
	width: 819px;
	height: 250px;
	margin-left: -608px;
	margin-bottom: 40px;
	background: url(../images/bg21.png) 0 0 no-repeat;
	transition: all 1s;
	opacity: 0;
	margin-left: -1108px;
}

.bg22 {
	position: absolute;
	left: 50%;
	bottom: 15%;
	width: 819px;
	height: 299px;
	margin-left: -280px;
	margin-bottom: 70px;
	background: url(../images/bg22.png) right 0 no-repeat;
	transition: all 1s;
	opacity: 0;
	margin-left: 320px;
}

.bg23 {
	position: absolute;
	left: 50%;
	bottom: 15%;
	width: 819px;
	height: 325px;
	margin-left: -409px;
	background: url(../images/bg23.png) 50% 0 no-repeat;
	transition: all 1s;
	bottom: -40%;
}

.section strong {
	position: absolute;
	left: 50%;
	top: 15%;
	z-index: 10;
	width: 512px;
	height: 45px;
	margin-left: -256px;
	font-size: 24px;
	font-weight: 500;
	color: #748A9E;
	opacity: 0;
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	transition: all 1s;
}

.section h3 {
	position: absolute;
	left: 50%;
	top: 15%;
	z-index: 10;
	width: 512px;
	height: 45px;
	margin-left: -256px;
	margin-top: 60px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	opacity: 0;
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	transition: all 1s;
}

.p1 {
	position: absolute;
	left: 50%;
	top: 15%;
	width: 510px;
	margin-left: -255px;
	margin-top: 130px;
	font-size: 16px;
	color: #727F8C;
	opacity: 0;
	transition: all 1s;
}



.section2 h3 {
	background-image: url(../images/t2.png);
}


/* CSS3过度及动画 */

.active strong,
.active h3 {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	transition-delay: 0.7s;
}

.active .p1 {
	opacity: 1;
	transition-delay: 1.7s;
}

.active .bg21 {
	opacity: 1;
	margin-left: -608px;
	transition-delay: 0.7s;
}

.active .bg23 {
	bottom: 15%;
	transition-delay: 0.7s;
}

.active .bg22 {
	margin-left: -280px;
	opacity: 1;
	transition-delay: 0.7s;
}




/*第1页*/
.section1-bg{
	width: 100%;
	height: 100%;
  	background: url(../images/hero.png) no-repeat center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.hgroup {
	width: 480px;
	margin: 0 auto;
	margin-top: 372px;
	text-align: center;
}

.hgroup img{
	width: 100%;
}

@media screen and (max-width: 1440px){  
    .hgroup {
		margin-top: 280px;
	}  
} 

@media screen and (max-width: 1366px){  
    .hgroup {
		margin-top: 226px;
	}  
}

.hgroup h1{
	font-size: 60px;
	letter-spacing:4px;
	font-family:'Source-Han-Ligh7ead1270117962';
	font-weight: bold;
	
}
.hgroup h2{
	font-size: 36px;
	font-weight: normal;
	margin-top: 36px;
	font-family:'Source-Han-Ligh7ead1270117962';
}

/*第二页*/
.product-wrap{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.product-title{
	font-family:'Source-Han-Ligh7ead1270117962';
	margin:0 auto;
	margin-top: 180px;
	font-size: 30px;
	color: #333;
	font-weight: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 1s;
	transition-delay: 0.4s;
}

.product-desc{
	margin: 0 auto;
	margin-top: 63px;
	margin-bottom: 72px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #666;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 1s;
	transition-delay: 0.6s;
}

.product-wrap:nth-child(2){
	margin-top: 48px;
}

.product-list{
	width: 100%;
	text-align: center;
}
.product-list:nth-of-type(2){
	margin-top: 48px;
}
.product-item{
	width: 384px;
	height: 192px;
	display: inline-block;
	border-radius: 10px;
	cursor: pointer;
	margin-left: 12px;
	border: 1px solid #eee;
	-moz-box-shadow:0px 2px 6px #ddd;
	box-shadow: 0px 2px 6px #ddd;
	transition: 0.3s;
	
}
.product-item:hover{
	-moz-box-shadow:0px 15px 30px #ddd;
	box-shadow: 0px 15px 30px #ddd;
	transform: translate3D(0,-2px,0);
}
.product-item:nth-child(1){
	margin-left: 0;
}

.product-item-desc{
	text-align: left;
	padding: 30px 0 0 36px;
}
.product-item-desc h2:nth-of-type(1){
	font-family:'Source-Han-Ligh7ead1270117962';
	font-size: 24px;
	font-weight: normal;
	color: #333;
}
.product-item-desc p{
	font-size: 14px;
	height: 50px;
	line-height: 24px;
	font-weight: normal;
	color: #666;
	margin-top: 20px;
}
.product-item-desc h2:nth-of-type(2){
	font-size: 24px;
	font-weight: normal;
	color: #333;
	margin-top: 27px;
}
.product-item-desc h2>span{
	font-size: 12px;
	color: #333;
}




/*小屏幕*/
.product-wrap-sm{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	margin-top: 200px;
	display: none;
}
.product-list-desc-sm{
	width:589px;
	display: inline-block;
	vertical-align: top;
	padding-top: 12px;
}
.product-title-sm{
	font-family:'Source-Han-Ligh7ead1270117962';
	margin:0 auto;
	font-size: 30px;
	color: #333;
	font-weight: normal;
	padding-top: 20px;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 1s;
	transition-delay: 0.4s;
}

.product-desc-sm{
	margin: 0 auto;
	/*margin-top: 51px;*/
	margin-bottom: 72px;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #666;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 1s;
	transition-delay: 0.6s;
}

.product-sub-list-sm{
	width: 592px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin-left: 13px;
}
.product-item-sm{
	width: 288px;
	height: 144px;
	display: inline-block;
	border-radius: 8px;
	cursor: pointer;
	margin-left: 8px;
	border: 1px solid #eee;
	-moz-box-shadow:0px 2px 6px #ddd;
	box-shadow: 0px 2px 6px #ddd;
	transition: 0.5s;
}
.product-item-sm:hover{
	-moz-box-shadow:0px 15px 30px #ddd;
	box-shadow: 0px 15px 30px #ddd;
	transform: translate3D(0,-2px,0);
}

.product-item-sm-desc{
	text-align: left;
	padding: 20px 0 0 24px;
}
.product-item-sm-desc h2:nth-of-type(1){
	font-size: 20px;
	font-weight: normal;
	color: #333;
}
.product-item-sm-desc p{
	font-size: 12px;
	height: 50px;
	line-height: 20px;
	font-weight: normal;
	color: #666;
	margin-top: 16px;
}
.product-item-sm-desc h2:nth-of-type(2){
	font-size: 20px;
	font-weight: normal;
	color: #333;
	margin-top: 8px;
}
.product-item-sm-desc h2>span{
	font-size: 12px;
	color: #333;
}



.product-list-sm{
	text-align: right;
}

.product-list-sm:nth-of-type(2){
	margin-top: 52px;
}

.product-list-sm:nth-of-type(2) .product-item-sm:nth-of-type(1){
	margin-left: 0px;
}


.buy-qrcode {
    width: 600px;
    height: 288px;
    background: #fff;
    text-align: center;
    border-radius: 12px;
    display: none;
    margin: 0 auto;
    margin-top: 316px;
}
.to-mobile-tip-image{
	width: 240px;
	margin-top: 24px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 40px;
}
.qr-code-image{
	margin: 0 auto;
    margin-top: 24px;
	width: 224px;
	display: inline-block;
	vertical-align: middle;
}
.qr-code-image img{
	width:128px;
}
.qr-code-image h2{
	font-size: 16px;
	color: #333;
	font-weight: normal;
	margin-top: 30px;
	line-height: 22px;
}


@media screen and (min-width: 1441px){ 
	
	.active .product-title{
		filter: alpha(opacity=100);
		opacity: 1;
		margin-top: 160px;
	}
	.active .product-desc{
		filter: alpha(opacity=100);
		opacity: 1;
		margin-top: 43px;
	}

}

@media screen and (max-width: 1440px){  
    .product-wrap{
    	display: none;
    }
    .product-wrap-sm{
    	display: block;
    	margin-top: 216px;
    }
    .product-title-sm{
    	font-size: 30px;
    }
    .product-desc-sm{
    	font-size: 14px;
    	line-height: 26px;
    	margin-top: 31px;
    	padding-top: 20px;
    }
    .buy-qrcode{
    	margin-top: 245px;
    }
    
}

@media screen and (max-width: 1366px){  
    .product-wrap{
    	display: none;
    }
    .product-wrap-sm{
    	display: block;
    	margin-top: 135px;
    }
    .product-title-sm{
    	font-size: 30px;
    }
    .product-desc-sm{
    	font-size: 14px;
    	line-height: 26px;
    	margin-top: 20px;
    	padding-top: 20px;
    }
    .buy-qrcode{
    	margin-top: 200px;
    }
 
}  

.active .product-title{
		filter: alpha(opacity=100);
		opacity: 1;
		margin-top: 160px;
}
.active .product-desc{
	filter: alpha(opacity=100);
	opacity: 1;
	margin-top: 43px;
}
.active .product-title-sm{
	filter: alpha(opacity=100);
	opacity: 1;
	padding-top: 0px;
}

.active .product-desc-sm{
	filter: alpha(opacity=100);
	opacity: 1;
	padding-top: 0px;
}




/*第三页*/
.section3-bg{
        width: 100%;
        height: 100%;
        background: url(../images/timelinebg.png) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

.time-line-title{
        margin: 0 auto;
        margin-top: 250px;
        text-align: center;
        padding-top: 20px;
        filter: alpha(opacity=0);
        opacity: 0;
        transition: 1s;
        transition-delay: 0.4s;
}


.time-line-title h2{
        font-size: 30px;
        font-weight: normal;
        font-family:'Source-Han-Ligh7ead1270117962';
}
.time-line-title p{
        font-size: 14px;
        margin-top: 36px;

}
.time-line-content{
        margin: 0 auto;
        margin-top: 80px;
        width: 1311px;

}
.time-line-content img{
        width:100%;
        padding-top: 20px;
        filter: alpha(opacity=0);
        opacity: 0;
        transition: 1s;
        transition-delay: 0.6s;
}

@media screen and (max-width: 1440px){
   		.time-line-title{
                margin-top: 160px;
        }
        .time-line-title h2{
        	font-size: 30px;
        }
        .time-line-content{
                margin-top: 60px;
        }
        .time-line-title p{
                margin-top: 24px;
                font-size: 14px;
        }
}

@media screen and (max-width: 1366px){
    	.time-line-title{
                margin-top: 120px;
        }
         .time-line-title h2{
        	font-size: 30px;
        }
        .time-line-content{
            margin-top: 60px;
        }
        .time-line-title p{
            margin-top: 20px;
            font-size: 14px;
        }
		 .time-line-content img{
        	width:80%;
        }
}

/*动画*/
.active .time-line-title{
        filter: alpha(opacity=100);
        opacity: 1;
        padding-top: 0px;
}

.active .time-line-content img{
        filter: alpha(opacity=100);
        opacity: 1;
        padding-top: 0px;
}






/*第四页*/
.section4-bg{
	width: 100%;
	height: 100%;
  	background: url(../images/science.png) no-repeat center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.gene-book-wrap{
	margin: 0 auto;
	margin-top: 200px;
	width: 1200px;
	text-align: center;
}
.gene-book-wrap:nth-of-type(2){
	margin-top: 116px;
}

.book-desc{
	display: inline-block;
	width:478px;
	text-align: center;
}
.book-desc h2{
	font-family:'Source-Han-Ligh7ead1270117962';
	font-size: 30px;
	font-weight: normal;
	color: #333;
	text-align: center;
	padding-top: 20px;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 1s;
	transition-delay: 0.4s;
}
.book-desc-p{
	padding-top: 20px;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 1s;
	transition-delay: 0.6s;
}
.book-desc p{
	font-size: 14px;
	margin-top: 43px;
	line-height: 28px;
	color: #666;
	text-align: center;
}

.book-item{
	width:213px;
	display: inline-block;
}
.book-item img{
	width:100%;
}

.gene-element-wrap{
	margin: 0 auto;
	margin-top: 100px;
}
.gene-element-item{
	width: 80;
	margin-left: 64px;
	display: inline-block;
	vertical-align: top;
	padding-top: 40px;
	filter: alpha(opacity=0);
	opacity: 0;
	text-align: center;
}
.gene-element-item>h2{
	font-size: 14px;
	color:#666;
	font-weight: normal;
	margin-top: 8px;
}
.gene-element-item:nth-of-type(1){
	margin-left: 0px;
}
.gene-element-item img{
	width:100%;
	vertical-align: middle;
}

.element-item-1{
	transition: 1s;
	transition-delay: 0.8s;
}
.element-item-2{
	transition: 1s;
	transition-delay: 0.95s;
}

.element-item-3{
	transition: 1s;
	transition-delay: 1.05s;
}

.element-item-4{
	transition: 1s;
	transition-delay: 1.2s;
}

.element-item-5{
	transition: 1s;
	transition-delay: 1.35s;
}

.element-item-6{
	transition: 1s;
	transition-delay: 1.5s;
}

@media screen and (max-width: 1440px){  
   .gene-book-wrap{
   		margin-top: 160px;
   }
   .book-desc h2{
   		font-size: 30px;
   }
   .book-desc p{
   		font-size: 14px;
   		line-height: 26px;
   		margin-top: 31px;
   }
   .gene-element-wrap{
   	    margin-top: 75px;
   }
} 

@media screen and (max-width: 1366px){  
  .gene-book-wrap{
   		margin-top: 120px;
   }
   .book-desc h2{
   		font-size: 30px;
   }
   .book-desc p{
   		font-size: 14px;
   		line-height: 26px;
   		margin-top: 20px;
   }
    .gene-element-wrap{
   	    margin-top: 50px;
   }
   
} 

.active .book-desc h2{
	filter: alpha(opacity=100);
	opacity: 1;
	padding-top: 0px;
}
.active .book-desc-p{
	filter: alpha(opacity=100);
	opacity: 1;
	padding-top: 0px;
}

.active .element-item-1{
	padding-top: 0;
	filter: alpha(opacity=100);
	opacity: 1;
}

.active .element-item-2{
	padding-top: 0;
	filter: alpha(opacity=100);
	opacity: 1;
}

.active .element-item-3{
	padding-top: 0;
	filter: alpha(opacity=100);
	opacity: 1;
}

.active .element-item-4{
	padding-top: 0;
	filter: alpha(opacity=100);
	opacity: 1;
}

.active .element-item-5{
	padding-top: 0;
	filter: alpha(opacity=100);
	opacity: 1;
}

.active .element-item-6{
	padding-top: 0;
	filter: alpha(opacity=100);
	opacity: 1;
}

/*第五页*/

.private-plan-wrap{
	width:1200px;
	margin: 0 auto;
	margin-top: 160px;
}
.private-plan-text{
	
}
.private-plan-text h2{
	font-family:'Source-Han-Ligh7ead1270117962';
	font-size: 30px;
	font-weight: normal;
	color:#333;
	padding-top: 20px;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 1s;
	transition-delay: 0.4s;
}
.private-plan-text p{
	font-size: 14px;
	line-height: 28px;
	margin-top: 43px;
	padding-top: 20px;
	color: #666;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 1s;
	transition-delay: 0.6s;
}
.private-plan-img-wrap{
	width: 100%;
	margin: 0 auto;
	margin-top: 36px;
	font-size: 0;
}
.private-plan-img-item{
	display: inline-block;
	vertical-align: top;
	padding-top: 20px;
}
.private-plan-img-item:nth-of-type(1){
	width:440px;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 1s;
	transition-delay: 0.8s;

}
.private-plan-img-item:nth-of-type(2){
	width:312px;
	margin-top: 44px;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 1s;
	transition-delay: 0.95s;
}
.private-plan-img-item:nth-of-type(3){
	width:416px;
	margin-left: 32px;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 1s;
	transition-delay: 1.05s;

}
.private-plan-img-item img{
	width: 100%;
}
@media screen and (max-width: 1440px){
	.private-plan-wrap{
		margin-top: 120px;
	}
	.private-plan-text h2{
		font-size: 30px;
	}
	.private-plan-text p{
		font-size: 14px;
		line-height: 26px;
		margin-top: 31px;
	}
	.private-plan-img-wrap{
		margin-top: 24px;
	}
	.private-plan-img-item:nth-of-type(2){
		margin-top: 24px;
	}
	.private-plan-img-item img{
		width: 90%;
	}

}
@media screen and (max-width: 1366px){
	.private-plan-wrap{
		margin-top: 100px;
	}
	.private-plan-text h2{
		font-size: 30px;
	}
	.private-plan-text p{
		font-size: 14px;
		line-height: 26px;
		margin-top: 20px;
	}
	.private-plan-img-wrap{
		margin-top: 12px;
	}
	.private-plan-img-item:nth-of-type(2){
		margin-top: 12px;
	}
	.private-plan-img-item img{
		width: 75%;
	}
}
.active .private-plan-text h2{
	filter: alpha(opacity=100);
	opacity: 1;
	padding-top: 0;
}
.active .private-plan-text p{
	filter: alpha(opacity=100);
	opacity: 1;
	padding-top: 0;
}
.active .private-plan-img-item{
	filter: alpha(opacity=100);
	opacity: 1;
	padding-top: 0;
}
/*第6页*/
.section6-bg{
	width: 100%;
	height: 100%;
	background: url(../images/steps-bg.png) no-repeat center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

.check-process{
	width:1411px;
	margin: 0 auto;
	margin-top: 160px;
}


.check-process-title{
	font-family:'Source-Han-Ligh7ead1270117962';
	font-size: 30px;
	font-weight: normal;
	color: #333;
}
.check-process-sub-title{
	font-size: 14px;
	color: #666;
	margin-top: 50px;
	font-weight: normal;
}
.process-content{
	margin: 0 auto;
	margin-top: 50px;
}

.process-item{
	width:192px;
	display: inline-block;
	vertical-align: top;
	margin-left:96px ;
}
.process-item img{
	width:100%;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.process-item h2{
	font-size: 20px;
	font-weight: normal;
	margin-top: 8px;
	color: #333;
}
.process-item h2>span:nth-of-type(1){
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #04d194;
	color: #FFFFFF;
	line-height: 30px;
}
.process-item h2>span:nth-of-type(2){
	margin-left: 12px;
}

.process-item p{
	font-size: 14px;
	line-height: 28px;
	margin-top: 5px;
	color: #666;
}
.process-bottom{
	width: 100%;
	margin-top: 44px;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 1s;
	transition-delay: 1.5s;
	
}
.process-bottom img{
	width: 100%;
}

.process-step1{
	margin-left: 0;
	padding-top: 20px;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 1s;
	transition-delay: 0.5s;
}
.process-step2{
	padding-top: 20px;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 1s;
	transition-delay: 0.9s;
}
.process-step3{
	padding-top: 20px;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 1s;
	transition-delay: 1.3s;
}


@media screen and (max-width: 1440px){  
    .check-process{
		margin-top: 120px;
	} 
	.check-process-title{
		font-size: 30px;
	}
	.check-process-sub-title{
		margin-top: 31px;
		font-size: 14px;
	} 
	.process-content{
		margin-top: 36px;
	}
	.process-item{
		margin-left: 72px;
	}
	.process-step1{
		margin-left: 0;
	}
	.process-item h2{
		margin-top: 8px;
	}
	.process-item p{
		margin-top: 12px;
		font-size: 14px;
		line-height: 26px;
	}
	.process-item img{
		width: 80%;
	}
	.process-bottom{
		display: none;
	}
} 

@media screen and (max-width: 1366px){  
    .check-process{
		margin-top: 100px;
	} 
	.check-process-title{
		font-size: 30px;
	}
	.check-process-sub-title{
		margin-top: 20px;
		font-size: 14px;
	} 
	.process-content{
		margin-top: 18px;
	}
	.process-item{
		margin-left:60px;
	}
	.process-step1{
		margin-left: 0;
	}
	.process-item h2{
		margin-top: 0px;
	}
	.process-item p{
		margin-top: 8px;
		font-size: 14px;
		line-height: 26px;
	}
	.process-item img{
		width: 80%;
	}
	.process-bottom{
		display: none;
	}
} 

.active .process-step1{
	padding-top: 0px;
	filter: alpha(opacity=100);
	opacity: 1;
}
.active .process-step2{
	padding-top: 0px;
	filter: alpha(opacity=100);
	opacity: 1;
}
.active .process-step3{
	padding-top: 0px;
	filter: alpha(opacity=100);
	opacity: 1;
}
.active .process-bottom{
	margin-top: 24px;
	filter: alpha(opacity=100);
	opacity: 1;
}
	
/*第7页*/
.view-report-wrap-lm{
	width: 1200px;
	height: 89%;
	margin: 0 auto;
	position: relative;
}

.report-view{
	margin: 0 auto;
	margin-top: 180px;
}


.report-view-title{
	font-family:'Source-Han-Ligh7ead1270117962';
	font-size: 30px;
	font-weight: normal;
	color: #333;
}
.report-view-desc{
	margin: 0 auto;
	margin-top: 43px;
	font-size: 14px;
	line-height: 28px;
	color: #666;
}
.view-report-phone-item{
	position: absolute;
	width:288px;
	bottom:-540px;
	
}
.view-report-phone-item img{
	width:100%;
}
.phone-item-1{
	left: -24px;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 2s;
}
.phone-item-2{
	left: 296px;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 2s;
	transition-delay: 0.4s;
}
.phone-item-3{
	left: 616px;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 2s;
	transition-delay: 0.8s;
}
.phone-item-4{
	left: 936px;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 2s;
	transition-delay: 1.2s;
}


@media screen and (min-width: 1441px){  
  	.active .phone-item-1{
		bottom: -60px;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	.active .phone-item-2{
		bottom: -150px;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	.active .phone-item-3{
		bottom: -60px;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	.active .phone-item-4{
		bottom: -150px;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
}

@media screen and (max-width: 1440px){  
   .report-view{
		margin-top: 120px;
	}
	.report-view-title{
		font-size: 30px;
	}
   .report-view-desc{
   		font-size: 14px;
   		line-height: 26px;
   		margin-top: 31px;
   }
   
   
   .active .phone-item-1{
		bottom: -120px;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	.active .phone-item-2{
		bottom: -200px;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	.active .phone-item-3{
		bottom: -120px;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	.active .phone-item-4{
		bottom: -200px;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
} 

@media screen and (max-width: 1366px){  
	.report-view{
		margin-top: 100px;
	}
	
	.report-view-title{
		font-size: 30px;
	}
   .report-view-desc{
   		font-size: 14px;
   		line-height: 26px;
   		margin-top: 20px;
   }
   
    .view-report-phone-item img{
		width:85%;
	}
   
    .active .phone-item-1{
		bottom: -120px;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	.active .phone-item-2{
		bottom: -200px;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	.active .phone-item-3{
		bottom: -120px;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	.active .phone-item-4{
		bottom: -200px;
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
} 



/*第8页*/
.section8-bg{
	width: 100%;
	height: 100%;
  	background: url(../images/labbg.png) no-repeat center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.lab-wrap{
	width: 1200px;
	margin: 0 auto;
	margin-top: 276px;
	text-align: left;
}
.lab-title{
	font-family:'Source-Han-Ligh7ead1270117962';
	font-size: 30px;
	font-weight: normal;
	line-height: 54px;
	padding-top: 20px;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 1s;
	transition-delay: 0.4s;
}
.lab-desc{
	margin-top: 54px;
	font-size: 14px;
	line-height: 28px;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 1s;
	transition-delay: 0.6s;
}

@media screen and (max-width: 1440px){  
    .lab-wrap{
		margin-top: 180px;
	}
	.lab-title{
		font-size: 30px;
		line-height: 52px;
	}
	.lab-desc{
		font-size: 14px;
		line-height: 26px;
		margin-top: 51px;
	}
} 

@media screen and (max-width: 1366px){  
    .lab-wrap{
		margin-top: 140px;
	}
	.lab-title{
		font-size: 30px;
		line-height: 48px;
	}
	.lab-desc{
		font-size: 14px;
		line-height: 26px;
	}
} 


/*动画*/
.active .lab-title{
	filter: alpha(opacity=100);
	opacity: 1;
	padding-top: 0px;
}
.active .lab-desc{
	filter: alpha(opacity=100);
	opacity: 1;
	margin-top: 31px;
}

/*第9页*/
.section9-bg{
	width: 100%;
	height: 100%;
  	background: url(../images/consultbg.png) no-repeat center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.consult-wrap{
	width: 1200px;
	margin: 0 auto;
	margin-top: 330px;
	text-align: left;
}
.consult-title{
	font-family:'Source-Han-Ligh7ead1270117962';
	font-size: 30px;
	font-weight: normal;
	color: #333;
	margin-left: 0px;
	padding-top: 20px;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 1s;
	transition-delay: 0.4s;
}
.consult-desc{
	margin-top: 63px;
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-left: 0px;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: 1s;
	transition-delay: 0.6s;
}

@media screen and (max-width: 1440px){  
    .consult-wrap{
		margin-top: 220px;
	}
	.consult-title{
		font-size: 30px;
	}
	.consult-desc{
		font-size: 14px;
		line-height: 26px;
	}
} 

@media screen and (max-width: 1366px){  
    .consult-wrap{
		margin-top: 160px;
	}
	.consult-title{
		font-size: 30px;
	}
	.consult-desc{
		font-size: 14px;
		line-height: 26px;
	}
}

/*动画*/
.active .consult-title{
	filter: alpha(opacity=100);
	opacity: 1;
	padding-top: 0px;
}
.active .consult-desc{
	filter: alpha(opacity=100);
	opacity: 1;
	margin-top: 43px;
}


/*第10页*/

.value-desc{
	margin: 0 auto;
	margin-top: 160px;
	text-align: center;
}
.value-desc-title{
	font-family:'Source-Han-Ligh7ead1270117962';
	font-size: 36px;
	color: #333;
	font-weight: normal;
}
.value-desc-sub-title{
	font-size: 16px;
	color: #666;
	font-weight: normal;
	margin-top: 50px;
}
/*用户说图片轮播*/
.flexslider {
	margin: 0px auto 20px;
	margin-top: 50px;
	position: relative;
	width: 100%;
	height: 520px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(../images/dot-1.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 520px;
	display: block;
}



@media screen and (max-width: 1440px){ 
	.value-desc{
		margin-top: 120px;
	}
	.value-desc-title{
		font-size: 34px;
	}
	.value-desc-sub-title{
		font-size: 15px;
		margin-top: 31px;
	}
	.flexslider{
		height: 420px;
		margin-top: 50px;
	} 
	.flexslider .slides a img {
		height: 420px;
	}
} 

@media screen and (max-width: 1366px){ 
	.value-desc{
		margin-top: 100px;
	}
	.value-desc-title{
		font-size: 32px;
	}
	.value-desc-sub-title{
		font-size: 14px;
		margin-top: 20px;
	}
	.flexslider{
		height: 360px;
		margin-top: 26px;
	} 
	.flexslider .slides a img {
		height: 360px;
	}
} 


/*第11页*/
.media-wrap{
	width: 1200px;
	margin: 0 auto; 
	margin-top:160px;
	text-align: center;
}
.media-title{
	
}
.media-title>h2{
	font-family:'Source-Han-Ligh7ead1270117962';
	font-size: 30px;
	color: #333;
	font-weight: normal;
}
.media-lists{
	width:100%;
	height:288px;
	margin: 0 auto;
	margin-top: 100px;
}
.media-sub-item{
	display: inline-block;
	vertical-align: top;
	width: 276px;
	height: 480px;
	text-align: left;
	margin-left: 26px;
	-moz-box-shadow:0px 2px 6px #ddd;
	box-shadow: 0px 2px 6px #ddd;
	position: relative;
	border-radius: 12px;
	transition: 0.3s;
	cursor: pointer;
}
.media-sub-item:hover{
	-moz-box-shadow:0px 15px 30px #ddd;
	box-shadow: 0px 15px 30px #ddd;
	transform: translate3D(0,-2px,0);
}
.media-sub-item:first-child{
	margin-left: 0px;
}
.media-logo{
	padding:190px 0 0 16px;
	width:88px;
}
.media-logo img{
	width:100%;
}
.media-sub-item-title{
	height:60px;
	margin-top:8px;
	padding: 0 16px 0 16px;
}
.media-sub-item-title h2{
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	color: #333;
}
.media-sub-item-pubtime{
	margin-top: 13px;
	padding-left: 16px;
}
.media-sub-item-pubtime span{
	font-size: 12px;
	color: #999;
}
.media-sub-item-content{
	margin-top: 19px;
	padding: 0 16px 0 16px;
}
.media-sub-item-content p{
	font-size:14px;
	line-height: 26px;
	color: #666;
	text-align: justify;
}
@media screen and (max-width: 1440px){
	.media-wrap{
		margin-top:120px;
	}
	.media-title>h2{
		font-size: 30px;
	}
	.media-lists{
		margin-top: 60px;
	}
} 

@media screen and (max-width: 1366px){
	.media-wrap{
		margin-top:100px;
	}
	.media-title>h2{
		font-size: 30px;
	}
	.media-lists{
		margin-top: 30px;
	}
	.media-sub-item{
		width:240px;
		height: 420px;
	}
	.media-logo{
		padding-top: 168px;
	}
	.media-sub-item-title h2{
		font-size: 16px;
		line-height: 26px;
	}
	.media-sub-item-pubtime{
		margin-top: 2px;	
	}
	.media-sub-item-content{
		margin-top: 13px;
	}
	.media-sub-item-content p{
		font-size: 12px;
		line-height: 22px;
	}
} 



/*第12页*/

.about-us-wrap{
	width: 1200px;
	margin: 0 auto;
	margin-top: 150px;
	text-align: left;
	position: relative;
}

.about-us-left{
	width:480px;
	display: inline-block;
	vertical-align: top;
}
.about-us-left img{
	width:100%;
}
.about-us-right{
	width:760px;
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	position: absolute;
}

.about-us-right-laozi{
	width: 760px;
	height: 88px;
	margin: 0 auto;
	margin-top: 80px;
	background: rgba(27, 204, 170, 0.7);
	position: absolute;
	left: -70px;
}
.about-us-right-laozi img{
	width: 464px;
	padding-top: 26px;
	padding-left: 70px;
}
.about-us-right-desc{
	width: 690px;
	margin-top: 209px;
	clear: both;
}
.about-us-right-desc p{
	font-size: 14px;
	line-height: 28px;
	color:#666;
	text-align: justify;
	margin-top: 44px;
}



@media screen and (max-width: 1440px){
	.about-us-left{
		width:360px;
	}
	.about-us-right{
		width:860px;
		margin-left: 35px;
	}

	.about-us-right-desc{
		width:810px;
		margin-top: 142px;
	}
	.about-us-right-desc p{
		font-size: 14px;
		line-height: 28px;
		margin-top: 24px;
	}
	.about-us-wrap{
		margin-top: 135px;
	}
	.about-us-right-laozi{
		width:880px;
		margin-top: 32px;
	}
} 

@media screen and (max-width: 1366px){
	.about-us-wrap{
		margin-top: 110px;
	}
	.about-us-left{
		width:300px;
	}
	.about-us-right{
		width:864px;
		margin-left: 40px;
	}
	.about-us-right-desc{
		width:860px;
		margin-top: 132px;
	}
	.about-us-right-desc p{
		font-size: 14px;
		line-height: 26px;
		margin-top: 36px;
	}
	.about-us-right-laozi{
		width:930px;
		margin-top: 24px;
	}
} 

    
/*底部导航栏*/
.bottom-info-wrap{
	width:100%;
	background: #070707;
	margin:0 auto;
}
.bottom-info-item{
	display: inline-block;
	padding-top: 36px;
	vertical-align: top;
	margin-left: 96px;
}
.bottom-info-item:nth-of-type(1){
	margin-left: 0px;
}
.bottom-info-item-title{
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	text-align: left;
}
.bottom-info-item ul{
	list-style: none;
	text-align: left;
	margin-top: 30px;
}
.bottom-info-item ul>li{
	font-size: 12px;
	margin-top: 16px;
	color: #999;
	cursor: pointer;
}
.bottom-info-item ul>li>a{
	text-decoration: none;
	color: #999;
}
.bottom-info-item ul>li:nth-of-type(1){
	margin-top: 0px;
}
.bottom-info-contact-title{
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	text-align: left;
}
.bottom-wrap{
	width:1200px;
	margin:0 auto;
	padding-bottom: 36px;
	text-align: left;
	position: relative;
	border-bottom: 1px solid #393939;
}

.contact-item{
	width:30px;
	display: inline-block;
	margin-left: 36px;
	cursor: pointer;
}
.contact-item:nth-child(1){
	margin-left: 0px;
}
.contact-item img{
	width:100%;
}
.copy-right{
	width:1200px;
	margin: 0 auto;
	margin-top: 18px;
	text-align: left;
}
.copy-right h2{
	font-size: 12px;
	color: #999;
	font-weight: normal;
	padding-bottom: 18px;
}

.wechat-img{
	width: 156px;
	position: absolute;
	top: 20px;
	right: 180px;
	/*margin-left: -70px;*/
	/*opacity: 0;*/
	transition: 0.5s;
}

.wechat-img img{
	width: 100%;
}

.wechat-img-in{
	opacity: 1;
}
.wechat-img-out{
	opacity: 0;
}

.popup-layer{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.5);
}


