
/*page1*/


/*banner*/
.banner{height: 950px;background-size: 100%;position: relative;}
.banner video{position: absolute;left: 0;z-index: -99;}
.banner .banner_1{position: absolute;left: 0; z-index: 9}
/*浮动导航*/
.fddaohang{position: relative;width: 120px;height: 100%;}

.nav-b{color: #000;display: block;text-align: center;height: 70px;line-height: 70px;border-bottom: 1px #dcdcdc solid;}
.cd-primary-nav .sub_02{display: none;}
.cd-primary-nav ul li:hover .nav-b{background: #abcd03;font-weight: bold;}
.cd-primary-nav ul li:hover .sub_02{display: block;width: 110px;height: 100%;background: rgba(171, 205, 3, 0.8);position: absolute;left: 120px;top: 0;}
.cd-primary-nav ul li .sub_02 ol{margin-top: 100%;}
.cd-primary-nav ul li .sub_02 ol li{height: 50px;line-height: 50px;text-align: center;}
.cd-primary-nav ul li .sub_02 ol li a{color: #fff;}




/*第二屏*/
.content-02{width: 100%;height: 100%;}
.page2-bt{text-align: center;padding-top:5%;}
.page2-bt span{font-size: 56px;color: #000;}
.page2-bt p{color: #808080;font-size: 18px;display: block;padding-top: 20px;}

.dbx{position: absolute;animation: dbx 6s linear infinite;}
.dbx.d1{width: 317px;height: 357px;background: url(../images/page2-img02.png) center no-repeat;top: 35px;left: -65px;}
.dbx.d2{width: 210px;height: 237px;background: url(../images/page2-img04.png) center no-repeat;right: 20px;top: 60px;}
.dbx.d3{width: 317px;height: 357px;background: url(../images/page2-img03.png) center no-repeat;top: 290px;right:50px;}
.dbx.d4{width: 361px;height: 361px;background: url(../images/page4-img01.png) center no-repeat;top: 25px;left:-175px;}
.dbx.d5{width: 415px;height: 415px;background: url(../images/page4-img02.png) center no-repeat;top: -200px;right: 530px;}

@keyframes dbx{
     0%{transform: rotate(0deg)}
     100%{transform: rotate(360deg)}
}
.chtu{margin-left: 30px;margin-top: 10px;position: relative;}
.list{position: absolute;z-index: 999;transition: all 0.6s 0.8s;right: 400px;top:0px; }
.page2.active .list{
    right:150px;
    opacity: 1;
}

.item.i1 .aa {background: #ff9600 url(../images/page2-img06.png) 8px center no-repeat;border: 6px solid hsla(35,0%,90%,.4);background-clip: padding-box; border-radius: 200px;height: 105px;width: 320px;display: block;transition: all 0.5s ease-out;margin-top: 50px;}
.item .text {padding: 14px 0;padding-left: 100px;}
.item h3 {font-size: 24px;color: #fff;margin: 0;}
.item p {font-size: 20px;color: #fff;font-family: 'arial';margin: 0;}
.item.i2 .aa {background: #1ad8b2 url(../images/page2-img07.png) 8px center no-repeat;border: 6px solid hsla(168,0%,90%,.4);background-clip: padding-box; border-radius: 200px;height: 105px;width: 320px;display: block;transition: all 0.5s ease-out;margin-top: 50px;margin-left: 100px;}
.item.i3 .aa {background: #4bb1de url(../images/page2-img08.png) 8px center no-repeat;border: 6px solid hsla(168,0%,90%,.4);background-clip: padding-box; border-radius: 200px;height: 105px;width: 320px;display: block;transition: all 0.5s ease-out;margin-top: 50px;margin-left: 100px;}
.item.i4 .aa {background: #ff6c50 url(../images/page2-img09.png) 8px center no-repeat;border: 6px solid hsla(168,0%,90%,.4);background-clip: padding-box; border-radius: 200px;height: 105px;width: 320px;display: block;transition: all 0.5s ease-out;margin-top: 50px;}
.item:hover .aa{animation: btn2 0.8s linear ;}
@keyframes btn2{
    0%{transform: translateX(0);}
    20%{transform: translateX(5px);}
    30%{transform: translateX(-5px);}
    40%{transform: translateX(5px);}
    50%{transform: translateX(0);}
    100%{transform: translateX(0);}
}



/*第三屏*/
.page3-bt{text-align: center;color: #fff;padding-top: 5%;}
.page3-bt b{font-size: 48px;display: block;}
.page3-bt span{font-size: 30px;text-transform: uppercase;}
.content-03{width: 1300px;margin: 0 auto;overflow: hidden;}
.l-box{margin-top: 80px;}
.texta{width: 540px;height: 300px;color: #fff;}
.texta span{font-size: 28px;text-transform: uppercase;font-family: "Arial";display: block;padding-top: 35px;}
.texta h3{font-size: 33px;}
.texta p{font-size: 15px;line-height: 25px;display: block;padding-top: 30px;}

.page03-logo{margin-top: 230px;}
.page03-logo img{animation: ball .6s infinite alternate;}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.about{width: 530px;margin-top: 130px;}
.about h3{display: block;height: 70px; background: url(../images/about.png) left bottom no-repeat;color: #000;font-size: 36px;}
.about p{font-size: 15px;line-height: 35px;color: #000;display: block;margin-top: 30px;}
.about a{width: 210px;height: 55px;background: #ff9d00;display: block;border-radius: 100px;margin-top: 40px;line-height: 55px;text-align: center;font-size: 22px;color: #fff;}
.about a:hover{background: #4bc3ec;}

/*第四、五屏*/
.page4-bt{text-align: center;padding-top: 3%;}
.page4-bt h3{font-size: 56px;color: #000;}
.page4-bt p{font-size: 30px;color: #6e6e6e;}
.market{width: 470px;}
.market h3{font-size: 40px;font-weight: bold;display: block;margin-bottom: 20px;}
.mabt{color: #ff9a1a;}
.market p{color: #666;font-size: 22px;font-weight:lighter;line-height: 35px;}

.page4-img01{position: relative;width: 470px;height: 470px;}
.page4-img01 img{position: absolute;right: 0;top: 77px;animation: ball .6s infinite alternate;}

.page4-img02{position: relative;width: 562px;height: 302px;}
.page4-img02 img{position: absolute;left: 0;top: -30px;animation: ball .6s infinite alternate;}
.two h3{color: #000;}
.two p{font-size: 22px;color: #000;}

.page4-img03{position: relative;width: 480px;height: 480px;}
.page4-img03 img{position: absolute;left: 0;top: -30px;animation: ball .6s infinite alternate;}
/*第六屏*/
.page6-bt{text-align: center;padding-top: 3%;padding-bottom: 50px;}
.page6-bt h3{font-size: 55px;color: #000;display: block;margin-bottom: 7px;}
.page6-bt p{font-size: 30px;color: #272727;font-weight: lighter;}

.commend-pro {position: relative;height:535px;width: 710px;overflow: hidden; }

.commend-pro .pro-content ul li {overflow: hidden;width: 710px;height: 535px;position: relative; }

.commend-pro .pro-content ul li a img {width: 710px;height:535px; }

.commend-pro .pro-content ul li a cite {position: relative;width: 100%;display: block;text-align: center;height: 34px;line-height: 34px;font-style: normal; }

.commend-pro .pro-content ul li a span {height: 50px;line-height: 50px;width: 50%;display: block;position: absolute;bottom: 0;right: 0; text-align: center;color: #ffffff;font-size: 16px;background: #ffa119;}

.commend-pro .pro-content ul li a:hover span {background: rgba(255, 160, 25, 0.7);display: block;width: 100%;height: 100%;transition: all 2s;line-height: 535px;font-size: 30px;}




.commend-pro .pro-content ul li .avatar img {
    display: block;
    height:535px;
    overflow: hidden;
    width: 710px;
    position: relative;
}
.commend-pro .pro-content ul li .avatar img{
    height:535px;
}
.commend-pro .pro-content ul li .avatar img:hover , .zhuti .avatar img:hover, .bbsinner .avatar img:hover  {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;
}

#demo {

    WIDTH:710px; OVERFLOW:hidden; float:right; height: 535px;}



#indemo {

    WIDTH:9000px; FLOAT:left

}

#demo1 {

    FLOAT:left;

    width:1830px;

}

#demo2 {

    FLOAT:left;

    width:1300px;

}

.showcar li{width:350px; height:255px; float:left; margin-right:15px;overflow:hidden; position:relative; margin-bottom:20px;}

.showcar li img{width:350px; height:255px;}

.showcar li p a{display: none;}

.showcar li:hover p a{background: url(../images/page05-logo.png) center no-repeat;width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;transition: all 2s;z-index: 999;display: block;}

.showcar li .avatara img {
    display: block;
    height: 255px;
    overflow: hidden;
    width: 350px;
    position: relative;
}
.showcar li .avatara img{
    height: 255px;
}
.showcar li:hover  .avatara img , .zhuti:hover .avatara img, .bbsinner:hover .avatara img  {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;
}
.almore{display: block;width: 210px;height: 45px;background: #ffa119;margin: 0 auto;margin-top: 50px;line-height: 45px;text-align: center;border-radius: 50px;}
.almore a{color: #fff;font-size: 16px;display: block;}
.almore:hover{background: #4bc3ec;}

/*第七屏*/
.page7-bt{text-align: center;padding-top: 3%;}
.page7-bt a{font-size: 56px;color: #000;}
.page7-bt span{color: #272727;font-size: 30px;font-weight: lighter;text-transform: uppercase;display: block;}
.new-l{width: 420px;height: 570px;margin-top: 70px;}
.new-l .avatarb{
    display: block;
    height:460px;
    overflow: hidden;
    width: 420px;
    position: relative;
}
.new-l .avatarb img{
    height:460px;
}
.new-l .avatarb img:hover , .zhuti .avatarb img:hover, .bbsinner .avatarb img:hover  {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;
}
.new-l .xwtitle{width: 420px;height: 110px;background: #b4d603;padding: 10px 20px;overflow: hidden;}
.new-l .xwtitle h3{font-size: 20px;color: #fff;line-height: 35px;}
.new-l .xwtitle p{color: #fff;font-size: 15px;}
.new-l:hover .xwtitle{background: #ff931b;}
.new-l:hover .xwtitle h3{padding-left: 18px;transition: all 1s;font-weight: bold;}
.mtab{width: 980px;margin-top: 70px;height: 570px;overflow: hidden;}

.mtab_nav{height: 55px;border-bottom: 1px #ff931b solid;}
.mtab_nav ul{float: left;}
.mtab_nav ul li{float: left;width: 90px;margin-right: 20px;}
.mtab_nav ul li span{font-size: 18px;color: #000;font-weight: bold;height: 55px;display: block;cursor: pointer;}

.mtab_nav a{float: right;display: block;width: 105px;height: 30px;background: #ff931b;border-radius: 50px;line-height: 30px;text-align: center;color: #fff;font-size: 15px;}
.mtab_nav a:hover{background: #1ad8b2;text-decoration: underline;}

.xwlb{width: 980px;margin-top: 15px;}
.xwlb ul li{width: 980px;height: 145px;background: #fff;margin-top: 25px;}
.xwlb ul li .img{}
.xwlb ul li .newtitle{width: 730px;margin-right: 30px;}
.xwlb ul li .newtitle a{color: #000;font-size: 22px;display: block;padding-top: 25px;padding-bottom: 10px;}
.xwlb ul li .newtitle p{color: #808080;font-size: 15px;font-weight: lighter;line-height: 25px;}
.xwlb ul li:hover .newtitle a{padding-left: 15px;color: #ff931b;}

/*第八屏*/
.page8-bt{text-align: center;padding-top: 3%;color: #000;font-weight: lighter;}
.page8-bt a{font-size: 56px;color: #000;}
.page8-bt span{font-size: 30px;display: block;text-transform: uppercase;}
.p8-img01{margin-top: 50px;}
.p8-img02{position: absolute;top: 220px;right: 430px;width: 300px;height: 300px;background: url(../images/page8-img02.png) center no-repeat;text-align: center;}
.p8-img02 h3{color: #fff;font-size: 36px;font-weight: lighter;padding-top: 80px;}
.p8-img02 span{font-size: 22px;color: #fff;text-transform: uppercase;}
.p8-img02 img{display: block;margin: 0 auto;margin-top: 15px;animation: img 6s linear infinite;}
@keyframes img{
     0%{transform: rotate(0deg)}
     100%{transform: rotate(360deg)}
}
.p8-img02:hover{animation: ball .6s infinite alternate;}

.p8-img03{position: absolute;top: 180px;right:0px;width: 320px;height: 320px;background: url(../images/page8-img03.png) center no-repeat;text-align: center;}
.p8-img03 h3{color: #fff;font-size: 36px;font-weight: lighter;padding-top: 90px;}
.p8-img03 span{font-size: 22px;color: #fff;text-transform: uppercase;}
.p8-img03 img{display: block;margin: 0 auto;margin-top: 15px;animation: img 6s linear infinite;}
.p8-img03:hover{animation: ball .6s infinite alternate;}

.p8-img04{position: absolute;bottom: 35px;right:400px;width: 330px;height: 330px;background: url(../images/page8-img04.png) center no-repeat;text-align: center;z-index: 99}
.p8-img04 h3{color: #fff;font-size: 36px;font-weight: lighter;padding-top: 90px;}
.p8-img04 span{font-size: 22px;color: #fff;text-transform: uppercase;}
.p8-img04 img{display: block;margin: 0 auto;margin-top: 30px;animation: img 6s linear infinite;}
.p8-img04:hover{animation: ball .6s infinite alternate;}

.p8-img05{position: absolute;bottom: 85px;right:120px;width: 350px;height: 350px;background: url(../images/page8-img05.png) center no-repeat;text-align: center;}
.p8-img05 h3{color: #000;font-size: 36px;font-weight: lighter;padding-top: 90px;}
.p8-img05 span{font-size: 22px;color: #000;text-transform: uppercase;}
.p8-img05 img{display: block;margin: 0 auto;margin-top: 30px;animation: img 6s linear infinite;}
.p8-img05:hover{animation: ball .6s infinite alternate;}

/*第九屏*/
.record{height: 400px;width: 230px;margin-top: 270px;}
.dbbt{color: #8a8a8a;font-size: 18px;font-family: "Arial";text-transform: uppercase;}
.dbbt b{color: #4c4c4c;font-size: 28px;}
#box{height:300px;width:220px;overflow:hidden;margin-top: 30px;}
#box li{color:#282828;height:35px;font-size: 15px;}
#box ul{margin:0;padding:0;}
.online{width: 580px;margin-top: 270px;margin-left: 70px;}
.online ul{margin-top: 35px;}
.on_ly ul li{margin-bottom: 25px;line-height: 36px;}
.on_ly ul li span{display: block;float: left;width: 80px;color: #282828;font-size: 15px;}
.in_flt{width: 460px;height: 36px;border:1px #dfdfdf solid;}
.in_flta{width: 460px;height: 110px;border:1px #dfdfdf solid;}
.FaqTitlesy{width: 150px;height: 36px;border:1px #dfdfdf solid;}
.nanniu_bj{width: 115px;height: 38px;background: #ff6e50;border-radius: 5px;border: none;margin-left: 75px;font-size: 18px;color: #fff;}
.nanniu_bj:hover{background: #1ad8b2;cursor: pointer;}
.dbewm{margin-top: 270px;width: 300px;}
.dbewm ul li{float: left;width: 140px;text-align: center;margin-right:10px;margin-top: 35px; }
.dbewm ul li span{font-size: 15px;color: #282828;line-height: 40px;}

.copy{text-align: center;color: #282828;font-size: 15px;margin-top: 100px;}
.copy a{color: #282828;}

@media only screen and (max-width: 1390px){
    .wrapper .page.page2{background-size: 100%;}
    .chtu{margin-left: 200px;margin-top: 40px;}
    .chtu img{width: 400px;height: 463px;}
    .page2.active .list{top: -50px;}
    .page2-bt{padding-top: 2%;}
    .page2-bt span{font-size: 35px;}
    .list{top: -50px;}
    .item .text{padding: 6px 0;padding-left: 90px;}
    .item.i1 .aa{height: 90px;background-size: 22%;width: 300px;margin-top: 20px;}
    .item.i2 .aa{height: 90px;background-size: 22%;width: 300px;margin-top: 20px;}
    .item.i3 .aa{height: 90px;background-size: 22%;}
    .item.i4 .aa{height: 90px;background-size: 22%;width: 300px;margin-top: 20px;}
    .wrapper .page.page3{background-size: 100%;}
    .page3-bt{padding-top: 2%}
    .page3-bt b{font-size: 30px;}
    .l-box{margin-left: 160px;}
    .texta{width: 470px;height: 180px;}
    .texta span{font-size: 23px;padding-top: 0px;}
    .texta h3{font-size: 23px;}
    .texta p{font-size: 13px;padding-top: 10px;}
    .page03-logo{margin-top: 150px;}
    .page03-logo img{width: 100px;height: 115px;}
    .about{width: 410px;margin-top: 30px;margin-right: 160px;}
    .about h3{background-size: 100%;font-size: 33px;}
    .about p{margin-top: 10px;line-height: 30px;}
    .about a{width: 180px;height: 45px;line-height: 45px;font-size: 18px;margin-top: 20px;}
    .wrapper .page.page4{background-size: 100%;}
    .page4-bt{padding-top: 2%;}
    .page4-bt h3{font-size: 30px !important;}
    .page4-bt p{font-size: 20px !important;}
    .market h3{font-size: 30px;margin-bottom: 10px;}
    .market p{font-size: 18px;line-height: 25px;}
    .page4-img01{height: 350px;}
    .page4-img01 img{width: 300px !important;height: 300px !important;right: 170px;top: 20px;}
    .page4-img02 img{width:300px !important;}
    .two{margin-top: initial   !important;}
    .wrapper .page.page5{background-size: 100%;}
    .market{margin-top: initial !important;}
    .wrapper .page.page6{background-size: 100%;}
    .page6-bt{padding-top: 2%;padding-bottom: 30px;}
    .page6-bt h3{font-size: 35px;}
    .page6-bt p{font-size: 25px;}
    .commend-pro{width: 560px;height: 350px;}
    .commend-pro .pro-content ul li{width: 560px;height: 350px;}
    .commend-pro .pro-content ul li .avatar img{height: 350px;}
    .commend-pro .pro-content ul li .avatar img{width: 560px;height: 350px;}
    #demo{width: 850px;height: 350px;}
    .showcar li{width: 230px;height: 168px;}
    .showcar li .avatara img{height: 168px;}
    .showcar li .avatara img{width: 230px;height: 168px;}
    .almore{margin-top: 30px;}
    .wrapper .page.page7{background-size: 100%;}
    .page7-bt{padding-top: 2%;}
    .page7-bt a{font-size: 35px;}
    .page7-bt span{font-size: 25px;}
    .new-l{width: 420px;height: 430px;margin-top: 30px;}
    .new-l .avatarb{width: 420px;height: 320px;}
    .new-l .avatarb img{height: 320px;}
    .mtab{margin-top: 30px;height: 420px;}
    .page8-bt{padding-top: 2% !important;}
    .page8-bt a{font-size: 35px !important;}
    .page8-bt span{font-size: 25px !important;}
    .p8-img01 img{width: 450px !important;}
    .p8-img02{top: 150px !important; right: 600px !important;}
    .p8-img03{top: 130px !important;right: 100px !important;}
    .p8-img04{display: none !important;}
    .p8-img05{right: 330px !important;bottom: 0 !important;}
    .record{margin-top: 100px;}
    .online{margin-top: 100px;}
    .dbewm{margin-top: 100px;}
  }

@media only screen and (max-width: 1630px){
	.page2-bt{padding-top: 2%;}
	.list{top: -40px;}
    .page3-bt{padding-top: 2%}
    .page3-bt b{font-size: 35px;}
    .l-box{margin-top: 50px;}
    .page4-bt{padding-top: 2%;}
    .page4-bt h3{font-size: 40px;}
    .page4-bt p{font-size: 25px;}
    .one{margin-top: 100px !important;}
    .page4-img01 img{width: 400px;height: 400px;top: 40px;}
    .page4-img02 img{top: -100px  !important;width: 450px  !important;}
    .two{margin-top: initial   !important;}
    .market h3{font-size: 35px;margin-bottom: 10px;}
    .market p{font-size: 20px;}
    .three{margin-top: 100px !important;}
    .page4-img03 img{top: -100px;width: 400px;}   
    .page6-bt{padding-top: 2%;padding-bottom: 30px;}
    .page6-bt h3{font-size: 45px;}
    .page7-bt{padding-top: 2%;}
    .page7-bt a{font-size: 45px;}
    .page7-bt span{font-size: 25px;}
    .new-l{margin-top: 30px;}
    .mtab{margin-top: 30px;}
    .page8-bt{padding-top: 2%;}
    .page8-bt a{font-size: 45px;}
    .page8-bt span{font-size: 25px;}
    .p8-img01 img{width: 600px;}
    .p8-img02{top: 180px; right: 500px;}
    .p8-img03{top: 130px;right: 100px;}
    .p8-img04{display: none;}
    .p8-img05{right: 250px;bottom: 0;}
    .record{margin-top: 100px;}
    .online{margin-top: 100px;}
    .dbewm{margin-top: 100px;}
}



.public-nav{position: fixed;right: 40px;top: 20%;width: 84px;z-index: 9999;}
.public-nav .close{background: url(../images/close3.png) no-repeat center;width: 22px;height: 22px;position: absolute;top: 42px;right: 5px;display: block;z-index: 3;}
.page640 .public-nav{top: auto;width: 50px; bottom: 20px;right: 10px;} 
.page640 .public-nav .item.i6{width: auto;}
.page640 .public-nav .i6 a{display: block;width: 100%;background-size: 50%;}
.page640 .public-nav .face{display: none;}
.page640 .public-nav .lista{display: none;}
.page640 .public-nav .item.i0{display: none;}
.public-nav:hover .face{animation: l2r 0.4s ease-out 0s;}
.public-nav .item{width: 84px;height: 84px;background: #3bc293;border-radius: 5px;text-align: center;;margin-bottom: 2px;overflow: hidden;position: relative;z-index: 2;}
.public-nav .item .img{padding-top: 4px}
.public-nav .item h2{color: #fff;font-size: 14px;margin:0;}
.public-nav .item.i0{display: none;}
.public-nav .i4,.public-nav  .i5{height: 106px;}
.public-nav .i4 .img,.public-nav  .i5 .img{padding: 4px;}
.public-nav .i6 {height: auto;margin-top: 2px;}
.public-nav .i6 a{display: block;background:#33a07a url(../images/right_nav4.png) no-repeat center;width: 84px;height: 42px;}
.public-nav .face{background: url(../images/right_nav5.png) no-repeat center;width: 173px;height: 183px;position: absolute;top: -130px;left: 50%;margin-left: -86.5px;}
.public-nav .lista{height: 472px;transition: all 0.8s ease;overflow: hidden;}

.public-nav{display: none;}
.public-nav.now{display: block;}

