* {
  margin: 0;
  padding: 0;
  font-family: 微软雅黑, 黑体;
}
/*滚动点*/
#fp-nav{
z-index: 9;
}
.section {
  overflow: hidden;
}
.text1{
	font-size: .256rem;
	text-align: center;
	color: #131313;
}
.text2{
	font-size: .18rem;
	text-align: center;
	color: #747474;
}
/*fp1*/
.section1{
	width: 100%;
	height: 100%;
	background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/fp1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.fp1_box{
    width: 40.5%;
    height: 41%;
    margin-top: -17%;
    margin-left: 6.8%;
    position: relative;
}
.fp1_tit{
	width: 100%;
    position: absolute;
    top: 45%;
    left: 0%;
    z-index: 2;
}
.fp1_rb{
    width: 22%;
    position: absolute;
    top: 21%;
    left: 15.5%;
    z-index: 1;
}
.fp1_sorry{
    width: 47%;
    position: absolute;
    top: 0%;
    left: 51%;
}
.active .fp1On.fp1_sorry{-webkit-animation: bounceInRight3 .5s .8s both linear;animation: bounceInRight3 .5s .8s both linear;}
.active .fp1On.fp1_tit{-webkit-animation: fadeIn .5s .5s both linear;animation: fadeIn .5s .5s both linear;}
.active .fp1On.fp1_rb{-webkit-animation: fadeInUp1 .5s 1.3s both linear;animation: fadeInUp1 .5s 1.3s both linear;}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounceInRight3{
    0% {
      opacity: 0;
      -webkit-transform: translateX(50px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateX(-30px);
    }
    80% {
      -webkit-transform: translateX(10px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
    }
}
@-webkit-keyframes bounceInRight3{
    0% {
      opacity: 0;
      -webkit-transform: translateX(50px);
    }
    60% {
      opacity: 1;
      -webkit-transform: translateX(-30px);
    }
    80% {
      -webkit-transform: translateX(10px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
    }
}
@keyframes fadeInUp1 {
  0% {
    opacity: 0;
    -webkit-transform:translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform:translateY(0);
  }
}
@-webkit-keyframes fadeInUp1 {
  0% {
    opacity: 0;
    -webkit-transform:translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform:translateY(0);
  }
}
.fp1_video{
    width: 24.7%;
    height: 25.2%;
    /* background-image: url(/Public/Home/images/20181113_xwj_v7/fp1-video.png); */
    background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/video_bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 55.4%;
    left: 15%;
}
.videoBtn_bg{
	width: 100%;
    height: 100%;
    opacity: 0.2;
    background: #000;
}
.fp1_video .video_play {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/videoPlay.png');
    cursor: pointer;
}
.radio_show {
    position: absolute;
    width: 95%;
    height: 85%;
    /* top: -6%; */
    top: -60px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #000;
    box-shadow: 0 0 16px #fff;
    z-index: 999;
}
.radio_show .radio_close {
    position: absolute;
    left: 97%;
    top: 0px;
    font-size: 45px;
    cursor: pointer;
    /* color: #3d3d3d; */
    color: #FFF;
    width: 35px;
    height: 35px;
    padding: 5px;
    line-height: 30px;
    z-index: 999;
}
.radio_show .video_bg{
	width: 100%;
	height: 100%;
	background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/video_bg.jpg');
	background-size: cover;
    background-repeat: no-repeat;
}
.radio_show .video_play {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/videoPlay.png');
    cursor: pointer;
    z-index: 1000;
}
.radio_show .my-video {
	opacity: 1;
	width: 100%;
	height: 100%;
	display: none;
}
@keyframes Twinkle {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes Twinkle {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-ms-keyframes Twinkle {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


.p1_img{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: auto;
	max-width: 71%;
}
.p1_box{
	position: absolute;
	top: 0;
	right: 8%;
	height: 100%;
	width:auto;
}
.p1_img.w{
	width: 70%;
	height: auto;
}
.p1_box.h{
	right: 5%;
	height: 70%;
	top: 10%;
}
/*fp2*/
.section2{
	background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p2_bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.p2_pro{
	position: absolute;
	left: 8.85%;
	top: 21.6%;
	height: 46.3%;
	width: auto;
}
.p2_circle{
	position: absolute;
	left: 32.8%;
	top: 22.2%;
	width: 4.67rem;
	height: 4.67rem;
	/*background-image: url(//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p2_circle.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;*/
}
.p2_circle2{
	position: relative;
	/*left: 32.8%;
	top: 22.2%;*/
	width: 4.67rem;
	height: 4.67rem;
	background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p2_circle.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.p2_img{
	position: absolute;
	top: .7rem;
    left: .68rem;
	height: 3.27rem;
	width: auto;
	display: none;
}
.p2_box{
	position: absolute;
	top: 19.5%;
	right: 10.4%;
	width: 5.63rem;
	height: auto;
}
.p2_title{
	position: relative;
	width: 100%;
	height: .8rem;
	margin-bottom: .7rem;
	background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p2_title.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.p2_iconBox{
	width: 100%;
	height: 1.17rem;
	background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p2_iconbox.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: .4rem;
	position: relative;
}
.p2_icon{
	position: absolute;
	background-size: contain;
	background-position: center;
	cursor: pointer;
	background-repeat: no-repeat;
}

.p2_icon1{
	width: .55rem;
	height: .63rem;
	top: .3rem;
	left: .73rem;
}
.p2_icon2{
	width: .7rem;
	height: .78rem;
	top: .24rem;
	left: 2.46rem;
}
.p2_icon3{
	width: .55rem;
	height: .63rem;
	top: .3rem;
	left: 4.25rem;
}
.p2_text2{
	margin-top: .38rem;
}
.p2_icon1.active{background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p2_on1.png');}
.p2_icon2.active{background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p2_on2.png');}
.p2_icon3.active{background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p2_on3.png');}
.p2_textBox{display: none;}
.p2_textBox.active{display: block;}
.p2_img.active{display: block;}
/*fp3*/
.section3{
	background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p3_bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.p3_pro{
	position: absolute;
	right: 3.1%;
	top: 20.6%;
	width: 44%;
	height: auto;
}
.p3_box{
	position: absolute;
	left: 1%;
	top: 22%;
	width: 9.36rem;
}
.p3_title{
	width: 100%;
	height: 1.51rem;
	margin-bottom: .2rem;
	background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p3_title.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.p3_iconBox{
	position: relative;
	width: 100%;
	height: 2.1rem;
	background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/iconBox.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: .4rem;
}
.p3_icon{
	width: .85rem;
	height: .83rem;
	position: absolute;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.p3_icon5{
	top: .155rem;
	left: 1.486rem;
}
.p3_icon4{
	bottom: .155rem;
	left: 2.79rem;
}
.p3_icon3{
	top: .155rem;
	left: 4.23rem;
}
.p3_icon2{
	bottom: .15rem;
	left: 5.75rem;
}
.p3_icon1{
	top: .157rem;
	left: 7.15rem;
}
.p3_icon1.active{background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/on_icon1.png');}
.p3_icon2.active{background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/on_icon2.png');}
.p3_icon3.active{background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/on_icon3.png');}
.p3_icon4.active{background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/on_icon4.png');}
.p3_icon5.active{background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/on_icon5.png');}
.p3_text{display: none;}
.p3_text.active{display: block;}
/*fp4*/
.section4{
	background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p4_bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.p4_mask{
	background-color: #000;
	opacity: 0.8;
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.p4_box{
	z-index: 2;
	position: absolute;
	top: 30%;
	left:15.3%;
}
.p4_line{
	width: 3.97rem;
	height: 1px;
	position: absolute;
	top: 1.6rem;
	left: 1.2rem;
	background-color: #fff;
}
.p4_title{
	width: 2.38rem;
	height: 0.78rem;
	margin-bottom: .2rem;
	background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p4_title.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 1.2rem;
}
.p4_textBox{display: none;}
.p4_textBox.active{display: block;}
.p4_text{
	color: #fff;
	text-align: left;
	margin-left: 1.2rem;
}
.p4_text2{
	color: #fff;
	text-align: left;
	margin-left: 1.2rem;
	margin-top: .45rem;
}
.p4_iconBox{
	position: absolute;
	width: .85rem;
	right: .68rem;
	height: auto;
	bottom: 50%;
	transform: translateY(50%);
	 -ms-transform:translateY(50%);
	 -moz-transform:translateY(50%);
	 -webkit-transform:translateY(50%);
	 -o-transform:translateY(50%);
	 z-index: 11;
}
.p4_icon{
	width: .85rem;
	height: .85rem;
	margin-top: .125rem;
	margin-bottom: .125rem;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
}
.p4_icon.active{background-size: contain;}
.p4_icon1{background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p4_icon1.png');}
.p4_icon2{background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p4_icon2.png');}
.p4_icon3{background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p4_icon3.png');background-size: 60%;}
.p4_icon1.active{background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p4_icon1_on.png');}
.p4_icon2.active{background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p4_icon2_on.png');}
.p4_icon3.active{background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p4_icon3_on.png');}

/*.p4_btn{
	position: absolute;
	bottom: 32.2%;
	font-size: .18rem;
	color: #fff;
	cursor: pointer;
}
.p4_btn1{
	left: 22.6%;
}
.p4_btn2{
	right: 30.8%;
}
.p4_btn:before{
	position: absolute;
	left: -.15rem;
	top: 34%;
	content: "";
	width: .08rem;
	height: .14rem;
	background-image: url(//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p4_left1.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.p4_btn:after{
	position: absolute;
	right: -.15rem;
	top: 34%;
	content: "";
	width: .08rem;
	height: .14rem;
	background-image: url(//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p4_right1.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.p4_btn.active{color: #216e5a;}
.p4_btn.active:before{
	background-image: url(//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p4_left2.png);
}
.p4_btn.active:after{
	background-image: url(//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p4_right2.png);
}
.p4_hidden{display: none;}*/
/*fp5*/
.section5{
	background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p5_bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.p5_pro{
	position: absolute;
	left: 0;
	/*top:14.4%;*/
	bottom: -5%;
	/*width: 9.55rem;
	height: 8.06rem;*/
	/*height: 89.5%;*/
	height: auto;
	width: 50.6%;
	max-height: 100%;
	/*max-width: 65%;*/
}
.p5_point{
	position: absolute;
	width: .52rem;
	height: auto;
	cursor: pointer;
}
.p5_point1{
	left: 28.2%;
	top: 26.6%;
}
.p5_point2{
	left: 43.2%;
	top: 38.6%;
}
.p5_point3{
	left: 33.6%;
	bottom: 31.3%;
}
.p5_line1{
	position: absolute;
	left: 32.6%;
	top: 23.3%;
	height: auto;
	width: 29.7%;
}
.p5_line2{
	position: absolute;
	left: 46.6%;
	top: 41.4%;
	height: auto;
	width: 15.8%;
}
.p5_line3{
	position: absolute;
	left: 37.1%;
	bottom: 33.1%;
	height: auto;
	width: 25%;
}
.p5_box1{
	position: absolute;
	left: 62.8%;
	/*right: 13.4%;*/
	top: 18.6%;
	height: 40.6%;
	width: auto;
}
.p5_box2{
	position: absolute;
	left: 62.8%;
	top: 36.6%;
	height: 41.3%;
	width: auto;
}
.p5_box3{
	position: absolute;
	left: 62.8%;
	bottom: 8.7%;
	height: 40.7%;
	width: auto;
}
.p5_line,.p5_box{display: none;}
.p5_line.active,.p5_box.active{display: block;}


/*fp6*/
.section6{
	background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p6_bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.p6_proTop{
	position: absolute;
	top: 0;
	right: 0;
	height: 31.2%;
	width: auto;
	z-index: 1;
}
.p6_proTop2{
	position: absolute;
	top: 0;
	right: 0;
	height: 31.2%;
	width: auto;
	z-index: 5;
}
.p6_pro{
	position: absolute;
	top: 0;
	right: 0;
	height: 83%;
	width: auto;
	display: none;
	z-index: 2;
}
.p6_pro.active{display: block;}
.p6_box{
	position: absolute;
	left: 4.1%;
	top: 22.8%;
	text-align: center;
}
.p6_title{
	width: 100%;
	height: 1.59rem;
	margin-bottom: .4rem;
	background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p6_title.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.p6_btnBox{
	width: 9.05rem;
	height: auto;
	position: relative;
	white-space:nowrap;
}
.p6_btn{
	display: inline-block;
	width: 2.85rem;
	height: auto;
	border-radius: 10px;
	border:1px solid #b5b5b5;
	font-size: .258rem;
	color: #030303;
	text-align: center;
	padding:2px 0;
    letter-spacing: -1px;
    margin-right: 0.07rem;
    cursor: pointer;
}
.p6_icon{
	width: .98rem;
	height:auto;
	margin:auto;
	margin-top: .28rem;
	margin-bottom: .16rem;
	display: none;
}
.p6_icon.active{
	display: block;
}
.p6_btn.active{
	color: #fff;
	background-color: #159476;
}
.p6_text{display: none;}
.p6_text.active{display: block;}
/*fp7*/
.p7_title{
	position: absolute;
	top: 15%;
	left: 41.14%;
	/*right: 50%;
	 transform: translateX(50%);
     -ms-transform:translateX(50%);
     -moz-transform:translateX(50%);
     -webkit-transform:translateX(50%);
     -o-transform:translateX(50%);*/
     width: 3.90rem;
     height: .68rem;
	background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p7_title.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.p7_box{
	width: 100%;
	height: 66.6%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.p7_nav ul{
	width: 100%;
	height: auto;
}
.p7_nav ul li{
	display: inline-block;
	font-size: .24rem;
	padding:.1rem .32rem;
	border-radius: 15px;
	color: #4d4d4d;
	margin-left: 1.5rem;
	margin-bottom: .12rem;
	cursor: pointer;
}
.p7_nav ul li.active{
	color: #fff;
	background-color: #159476;
}
.p7_bottom{
	width: 100%;
	height: 89%;
	position: relative;
	background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p7_img1.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: right;
}
.p7_mask{
	background-color: #000;
	opacity: 0.8;
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.p7_line{
	z-index: 2;
	position: absolute;
	top: .68rem;
	left: 1.65rem;
	background-color: #fff;
	width: 3.4rem;
	height: 1px;
}
.p7_text1{
	position: absolute;
	z-index: 2;
	color: #fff;
	left: 1.65rem;
	top: .96rem;
	text-align: left;
    line-height: 2.3;
    font-size: .18rem;
    display: none;
}
.p7_text1.active{display: block;}
/*fp8*/
.section8{
	background-image: url('//img.intech.gdinsight.com/vatti/a20190816xwj_v7_pc/p8_bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.p8_pro{
	position: absolute;
	top: 28.1%;
	left: 10.2%;
	/*height: 45.4%;*/
	width: 25%;
	height: auto;
	max-height: 71%;
}
.p8_size{
	position: absolute;
	right: 6.77%;
	top: 28.8%;
	/*height: 43.1%;*/
	width: 45.5%;
	height: auto;
	/*max-width: 53%;*/
	max-height: 71%;
}

/*animate*/
/*fp2*/
.active .p2_pro{ 
	-webkit-animation:fadeInLeft .3s .2s both linear;
    -ms-animation:fadeInLeft .3s .2s both linear;
}
.active .p2_title{
	-webkit-animation:fadeInDown .3s .2s both linear;
    -ms-animation:fadeInDown .3s .2s both linear;
}
.active .p2_iconBox{
	-webkit-animation:fadeIn .3s .4s both linear;
    -ms-animation:fadeIn .3s .4s both linear;
}
.active .p2_textBox{
	-webkit-animation:fadeInUp .4s  both linear;
    -ms-animation:fadeInUp .4s  both linear;
}
/*.p2_circle2{
	-webkit-animation:rotateCircle .8s  infinite linear;
    -ms-animation:rotateCircle .8s  infinite linear;
}*/

/*转圈动画*/
@-webkit-keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
/*fp3*/
.active .p3_pro{
	-webkit-animation:fadeInRight .3s .2s  both linear;
    -ms-animation:fadeInRight .3s .2s  both linear;
}
.active .p3_title{
	-webkit-animation:fadeInDown .3s .3s both linear;
    -ms-animation:fadeInDown .5s .3s both linear;
}
.active .p3_iconBox{
	-webkit-animation:fadeIn .3s .4s both linear;
    -ms-animation:fadeIn .3s .4s both linear;
}
.active .p3_text{
	-webkit-animation:fadeInUp  .4s  both linear;
    -ms-animation:fadeInUp  .4s both linear;
}
/*fp4*/
.active .p4_title{
	-webkit-animation:fadeInDown  .5s .2s both linear;
	-ms-animation:fadeInDown  .5s .2s both linear;
}
.active .p4_text,.active .p4_text2{
	-webkit-animation:fadeIn  .5s .2s both linear;
	-ms-animation:fadeIn  .5s .2s both linear;
}

/*fp5*/
.active .p5_pro{
	-webkit-animation:fadeInLeft .3s .2s  both linear;
    -ms-animation:fadeInLeft .3s .2s  both linear;
}
.active .p5_point{
	-webkit-animation:fadeIn .2s .4s  both linear;
    -ms-animation:fadeIn .2s .4s  both linear;
}
.active .p5_line{
	-webkit-animation:fadeIn .3s .4s  both linear;
    -ms-animation:fadeIn .3s .4s  both linear;
}
.active .p5_box{
	-webkit-animation:fadeIn .3s .7s  both linear;
    -ms-animation:fadeIn .3s .7s  both linear;
}
/*fp6*/

.active .p6_pro{
	-webkit-animation:bottomLeft .36s .1s  both linear;
    -ms-animation:bottomLeft .36s .1s  both linear;
}
.active .p6_title{
	-webkit-animation:fadeInDown .3s .3s  both linear;
    -ms-animation:fadeInDown .3s .3s  both linear;
}
.active .p6_btnBox{
	-webkit-animation:fadeInUp .3s .4s  both linear;
    -ms-animation:fadeInUp .3s .4s  both linear;
}
.active .p6_text{
	-webkit-animation:fadeInUp .3s .3s  both linear;
    -ms-animation:fadeInUp .3s .3s  both linear;
}
.active .p6_icon{
	-webkit-animation:fadeIn .3s .3s  both linear;
    -ms-animation:fadeIn .3s .3s  both linear;
}
/*右上动画*/
@-webkit-keyframes bottomLeft {
    0% {
       -webkit-transform: translate3d(26%, -60%, 0) rotate(0deg);
      transform: translate3d(26%, -60%, 0) rotate(0deg);
        /*transform:translate3d(22%, -48.66%, 0) rotate(-5.5deg);*/
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0);
    }
}

@keyframes bottomLeft {
    0% {
       -webkit-transform: translate3d(26%, -60%, 0) rotate(0deg);
      transform: translate3d(26%, -60%, 0) rotate(0deg);
        /*transform:translate3d(22%, -48.66%, 0) rotate(-5.5deg);*/
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0);
    }
}
/*fp7*/
.active .p7_title{
	-webkit-animation:fadeInDown .3s .2s  both linear;
    -ms-animation:fadeInDown .3s .2s  both linear;
}
.active .p7_text1{
	-webkit-animation:fadeInDown .3s .3s  both linear;
    -ms-animation:fadeInDown .3s .3s  both linear;
}
/*fp8*/
.active .p8_pro{
	-webkit-animation:fadeIn .5s .2s  both linear;
    -ms-animation:fadeIn .5s .2s  both linear;
}
.active .p8_size{
	-webkit-animation:fadeIn .3s .3s  both linear;
    -ms-animation:fadeIn .3s .3s  both linear;
}

/*2020-03-18*/
	.section1{background-image: url(../images/20181113_xwj_v7/fp1_bg_20200318.jpg);}
	.fp1_word_20200318{position: absolute;max-width: 43%;max-height: 16%;right: 50%;top: 20%;}
/**/