/*公共*/
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, pre, hr, figure, table, th, td, form, fieldset, input, button, textarea, menu {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: 0;
    border: 0;
}

::-webkit-scrollbar{width:0px}

li {
    list-style: outside none none;
}

textarea {
    overflow: auto;
    resize: none;
}

a, button {
    cursor: pointer;
    outline: 0;
}

a, a:hover {
    text-decoration: none;
}

i, em {
    font-style: normal
}

html, body {
    background: #fff;
    font-family: "Microsoft Yahei";
    height: auto;
    min-height: 430px;
    width: 100%;
}

input {
    border: 0;
    outline: none;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfix {
    *zoom: 1
}

/*滚动条banner*/
#side-nav {
    width: 108px;
    height: 440px;
    position: fixed;
    right: 2%;
    top: 50%;
    margin-top: -18%;
    display: none;
}

#side-nav ul {
    display: block;
}

#side-nav li {
    width: 108px;
    height: 59px;
    float: left;
}

#side-nav a {
    width: 100%;
    height: 100%;
    display: block;
}

#side-nav li:first-child {
    margin-top: 11px;
}

#side-nav .side-nav-1 {
    background: url(../images/nav_on1.png) no-repeat 0 0px;
    background-size: 100%;
}

#side-nav .side-nav-1.active {
    background: url(../images/nav_on2.png) no-repeat 0 0px;
    background-size: 100%;
}

#side-nav .side-nav-2 {
    background: url(../images/nav_on1.png) no-repeat 0 -55px;
    background-size: 100%;
}

#side-nav .side-nav-2.active {
    background: url(../images/nav_on2.png) no-repeat 0 -55px;
    background-size: 100%;
}

#side-nav .side-nav-3 {
    background: url(../images/nav_on1.png) no-repeat 0 -110px;
    background-size: 100%;
}

#side-nav .side-nav-3.active {
    background: url(../images/nav_on2.png) no-repeat 0 -110px;
    background-size: 100%;
}

#side-nav .side-nav-4 {
    background: url(../images/nav_on1.png) no-repeat 0 -165px;
    background-size: 100%;
}

#side-nav .side-nav-4.active {
    background: url(../images/nav_on2.png) no-repeat 0 -165px;
    background-size: 100%;
}

#side-nav .side-nav-5 {
    background: url(../images/nav_on1.png) no-repeat 0 -220px;
    background-size: 100%;
}

#side-nav .side-nav-5.active {
    background: url(../images/nav_on2.png) no-repeat 0 -220px;
    background-size: 100%;
}

#side-nav .side-nav-6 {
    background: url(../images/nav_on1.png) no-repeat 0 -275px;
    background-size: 100%;
}

#side-nav .side-nav-6.active {
    background: url(../images/nav_on2.png) no-repeat 0 -275px;
    background-size: 100%;
}

#side-nav .side-nav-7 {
    background: url(../images/nav_on1.png) no-repeat 0 -330px;
    background-size: 100%;
}

#side-nav .side-nav-7.active {
    background: url(../images/nav_on2.png) no-repeat 0 -330px;
    background-size: 100%;
}

#side-nav .side-nav-8 {
    background: url(../images/nav_on1.png) no-repeat 0 -385px;
    background-size: 100%;
}

#side-nav .side-nav-8.active {
    background: url(../images/nav_on2.png) no-repeat 0 -385px;
    background-size: 100%;
}

#fullpage{
    position: relative;
    height:102.636%!important;
}

.bigpage{
    background: url(../images/bigbg.jpg) no-repeat;
    background-size:100%;
}

.section {
    min-width: 1200px;
    /*overflow: hidden;*/
    visibility: hidden;
    opacity: 0;
}

.section.show {
    opacity: 1;
    visibility: visible;
}

.section1 {
    /*height: 12.2%!important;*/
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
}

.section2 {
    height: 12.2%!important;
    opacity: 1;
    visibility: visible;
}

.section3 {
    height: 8.5%!important;
    opacity: 1;
    visibility: visible;
}

.section4 {
    height: 9%!important;
    opacity: 1;
    visibility: visible;
}

.section5 {
    height: 10%!important;
    opacity: 1;
    visibility: visible;
}

.section6 {
    height:9.5%!important;
    opacity: 1;
    visibility: visible;
}

.section7 {
    height:10%!important;
    opacity: 1;
    visibility: visible;
}

.section8 {
    /*height:8.8%!important;*/
    opacity: 1;
    visibility: visible;
}

.sec-box {
    width:100%;
    margin: 0 auto;
    position: relative;
    height: 100%;
    /*overflow: hidden;*/
}

.sec-box .title-img{
    width:40%;
    margin:0 auto;
    padding-top:5%;
}

.sec-box .title-img img{
    width:100%;
}

.sec-box .title-info{
    font-size:16px;
    color:#FDCA95;
    text-align:center;
    margin-top: 15px;
}

.sec-box .check img{
    width: 8%;
    margin-top: 1.5%;
}

.sec-box .check img:hover{
    opacity:.9;
}

.sec8-box .check img{
    width: 12%;
}

.sec-box:before{
    content: "";
    display: inline-block;
    background: url(../images/line-2.png) repeat-x;
    background-size: 100% 100%;
    width: 56%;
    height: 2%;
    position: absolute;
    left: 22%;
    top: 2%;
    z-index: 100;
}

.sec2-box{
    text-align:center;
}

.sec1-box:before,.sec2-box:before{
    background:none;
}

.sec2-box .title-img{
    padding-top:10.5%;
}

.sec2-box .part-1{
    background: url(../images/islandbg.png) no-repeat;
    background-size: 100% 100%;
    width: 45%;
    height: 27%;
    margin: 0 auto;
}

.sec2-box .part-1 img{
    width: 60.186%;
    height: 82.7%;
    margin: 0 0 0 -2.2%;
    border-radius: 12px;
    position: relative;
    top: 8.5%;
}

.sec2-box .part-2{
    width:65%;
    margin:0 auto;
    overflow:hidden;
}

.sec2-box .part-2>div{
    width:100%;
    text-align:center;
}

.sec2-box .part-2>div img{
    width:55%;
}

.sec2-box .part-2>div>div{
    overflow: hidden;
    width: 33.3%;
    float: left;
    position:relative;
}

.sec2-box .part-2>div>div:first-child:after,.sec2-box .part-2>div>div:nth-child(2):after{
    content: "";
    display: inline-block;
    background: url(../images/line-1.png) no-repeat;
    background-size: 100% 100%;
    width: 2px;
    height: 130px;
    position: absolute;
    right: 0;
    top: 22%;
}

.sec2-box .part-2 p{
    color: #FFEBBE;
    font-size: 16px;
    margin-top: 5px;
}

.sec2-box .part-2 p i{
    color:#FFEF00;
}

.sec3-box .per-1{
    width:20%;
    float:left;
    position:relative;
    z-index:5;
    margin-top: -6%;
}

.sec3-box .per-1 img{
    width:100%;
}

.sec3-box .video-box{
    width: 27.344%;
    /*height: 46.292%;*/
    float: left;
    position: relative;
    z-index: 1;
    margin: 3% 0 0 -3%;
}

.sec3-box .video-box li{
    float:none;
    width:100%;
    /*height:100%;*/
    padding:0;
    background:url(../images/videobg.png) no-repeat;
    background-size: 100% 100%;
    margin-right:20px;
    position:relative;
}

.sec3-box .video-box li img{
    width:95%;
    /*height:91%;*/
    margin:2.5%;
    border-radius:8px;
}

.sec3-box .video-box li span{
    position:absolute;
    left:50%;
    top:50%;
    width:60px;
    height:60px;
    /*background:url(../images/videobtn.png) no-repeat;*/
    background-size:100% 100%;
    margin:-41px 0 0 -30px;
    z-index:2;
}

.sec3-box .sendbox{
    height: 44%;
    width: 45%;
    float: left;
    margin:3.2% 0 0 2%;
}

.sec3-box .sendbox .send{
    background: url(../images/send.png) no-repeat;
    background-size: 100% 100%;
    width: 57.3%;
    height: 35%;
    position:relative;
    cursor:pointer;
}

.sec3-box .sendbox .send textarea{
    height: 80%;
    background: #fff;
    position: relative;
    top: 4%;
    width: 76%;
    left: 4%;
    line-height: 20px;
    padding-top: 2%;
}

.sec3-box .sendbox .send i{
    width: 16%;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.sec3-box .sendbox .txt{
    font-size:16px;
    color:#FFE6B8;
    height: 65%;
    width: 57%;
    line-height: 32px;
}

.sec3-box .sendbox .txt span{
    display:block;
    margin-top:1%;
}

.sec3-box .sendbox .txt p{
    font-size:15px;
    color:#FFE6B8;
}

.sec3-box .sendbox .txt p i{
    color:#FFEC00;
}

.sec4-box{
    text-align:center;
}

.sec4-box .videpbox{
    width: 25.5%;
    height: 44%;
    background: url(../images/videpbg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: 2% 0 0 28%;
}

.sec4-box .videpbox img{
    width:91%;
    height:84%;
    margin-top:1%;
    border-radius:8px;
}

.sec4-box .videpbox img.txt{
    position:absolute;
    right:4%;
    bottom:12%;
    width:50%;
    height:auto;
    margin-top:0;
    border-radius:0;
}

.sec4-box .videpbox img.per-2{
    position:absolute;
    left:92%;
    top: -8%;
    width: 145%;
    height:auto;
    margin:0;
    border-radius:0;
}

.sec5-box .qrcodepbox{
    height:100%;
}

.sec5-box .qrcodepbox .per-3{
    width: 22%;
    float: left;
    margin-left: 30%;
}

.sec5-box .qrcodepbox .codeimg{
    background: url(../images/round.png) no-repeat;
    width: 33.5%;
    height: 53.5%;
    background-size: 100% 100%;
    margin-left: -17.5%;
    margin-top: 5%;
    float: left;
}

.sec5-box .qrcodepbox .codeimg>div{
    background: url(../images/qrcodebg.png) no-repeat;
    background-size: 100% 100%;
    width: 25.57%;
    height: 39.9%;
    left: 57%;
    position: relative;
    top: 7%;
}

.sec5-box .qrcodepbox .codeimg>div img{
    width: 90%;
    margin-left: 5%;
    height: 85%;
    margin-top: 3%;
    border-radius: 15px;
}

.sec5-box .qrcodepbox .codeimg>div p{
    margin-top: 8%;
    font-size:13px;
    color:#FFEBBE;
    text-align:center;
}

.sec6-box{
    text-align:center;
}

.sec6-box .imgbox.first
{
    margin-left: 22%;
}

.sec6-box .imgbox{
    width: 12%;
    height: 41.43%;
    background: url(../images/creatbg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin: 2% 2% 0 0;
    float:left;
}

.sec6-box .imgbox.sm{
    width: 8%;
    height: 27.45%;
    margin-top: 6.5%;
}

.sec6-box .imgbox.md{
    width: 10%;
    height: 34.53%;
    margin-top: 4.5%;
}

.sec6-box .imgbox img{
    width: 93%;
    height: 90%;
    position: relative;
    top: 2.5%;
    left:0;
    border-radius: 10px;
}

.sec6-box .imgbox img.per-4{
    width: 100%;
    height: auto;
    position: absolute;
    top: -40%;
    left: 10%;
}

.sec7-box{
    text-align:center;
}

.sec7-box img{
    width:55%;
}

.sec8-box{
    text-align:center;
}

.sec8-box img{
    width:44%;
}

@media only screen and (max-width:1450px) {
    .section2 {
        height: 11.2%!important;
    }
    .sec2-box .part-2>div img {
        width: 55%;
        margin-top: -4%;
    }
    .sec2-box .part-2 p {
        font-size: 12px;
    }
    .sec-box .check img {
        margin-top: 1%;
    }
}




.i-footer{
    width: 100%;
    height: 140px;
    background: #1B1B1B;
    position: absolute;
    bottom: 0;
}
.i-footer .i-fotcon{
    width: 900px;
    height: 140px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}
.i-footer .i-fotcon .i-fot-logo{
    width: 42%;
    height: 110px;
    margin-top: 15px;
    float: left;
    border-right: 1px solid #666666;
    display: block;
    overflow: hidden;
}
.i-footer .i-fotcon .i-fot-logo img{
    display: block;
    float: right;
    margin-right: 35px;
    width: 265px;
    height: 70px;
    margin-top: 20px;
}
.i-footer .i-fotcon .i-fot-text{
    float: left;
    display: block;
    margin-top: 30px;
    padding-left: 60px;
}
.i-footer .i-fotcon .i-fot-text p{
    font-size: 12px;
    line-height: 1.6;
    color: #C5C5C5;
    text-align: left;
}
.i-footer .i-fotcon .i-fot-text p a{
    display: inline-block;
    /*width: 15px;*/
    /*height: 15px;*/
    vertical-align: middle;
    margin: 0 3px;
    color:#C5C5C5;
}
.i-footer .i-fotcon .i-fot-text p a img{
    display: block;
    height: 100%;
}


.video_mask{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:url(../images/d.png);
    z-index:8888;
}
#player{
    width:640px;
    height:400px;
    position:absolute;
    left:50%;
    top:50%;
    margin: -200px 0 0 -320px;
}
#close{
    position:absolute;
    right:-43px;
    top:0;
    width:43px;
    height:40px;
    background:url(../images/ts_close.jpg) no-repeat;
    cursor:pointer;
}
.video_mask .videos{
    width:640px;
    height:400px;
    overflow:hidden;
}

.mCScrollp{
    height: calc(100% - 32px);
}

.txt .mCSB_scrollTools {
    bottom: 0;
    height: auto;
    left: auto;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    width: 29px;
}

.txt .mCSB_inside > .mCSB_container {
    margin-right: 20px;
}

.txt .mCSB_dragger {
    height: 26px;
    width: 26px;
}

.txt .mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 0;
}

.txt .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.txt .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.txt .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.txt .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
    width: 6px;
    background: #97d6ff;
}

.txt .mCSB_scrollTools .mCSB_buttonDown,
.txt .mCSB_scrollTools .mCSB_buttonLeft,
.txt .mCSB_scrollTools .mCSB_buttonRight,
.txt .mCSB_scrollTools .mCSB_buttonUp {
    background-image: url(../images/tab_bar.png);
    background-repeat: no-repeat;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)"
}

.txt .mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
    background: #FF9A38;
    width: 9px;
}

.txt .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.txt .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.txt .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.txt .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
    height: 31px;
    left: 10px;
    width: 29px;
    background: url(../images/tab_bar.png) no-repeat;
}

.txt .mCSB_dragger_bar {
    display: none;
}

.float_pc {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    width:100%;
    height: 60px;
    background: url("../images/float_pc.png") no-repeat;
}

.float_pc img {
    width: 100%;
}

.float_pc i{
    width: 10%;
    height: 90%;
    display: inline-block;
    position: absolute;
    right: 19%;
    top: 0;
}

.tipbox {
    position: fixed;
    top: 50%;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 418px;
    height: 363px;
    opacity: 0;
    background: url(../images/tipsbg.png) 0% 0% / 100% 100% no-repeat;
    transition: opacity 0.3s linear;
    -webkit-transition:opacity .3s linear;
    -o-transition:opacity .3s linear;
    -moz-transition:opacity .3s linear;
}

.tipbox .close-1 {
    width: 42px;
    height: 42px;
    float: right;
    margin-top: 55px;
    margin-right: 30px;
    cursor: pointer;
    background: url(../images/close-1.png) 0% 0% / 100% 100% no-repeat;
}

.tipbox > div {
    width: 245px;
    height: 40px;
    margin-bottom: 10px;
    margin-left: 145px;
}

.tipbox > div.one {
    margin-top: 160px;
}

.tipbox > div select, .tipbox > div input {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(212, 212, 212);
    border-image: initial;
}

.tipbox > div input {
    text-indent: 5px;
}

.tipbox > div button {
    width: 100%;
    height: 100%;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(255, 125, 0);
    border-image: initial;
    background: rgb(255, 125, 0);
}

.zz {
    z-index: -2;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0;
    transition: opacity 0.3s linear;
    -webkit-transition:opacity .3s linear;
    -o-transition:opacity .3s linear;
    -moz-transition:opacity .3s linear;
}

/*这是新增顶部下载按钮*/
.d_xz_btn{
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    right: 380px;
}
.d_xz_btn:hover{
    cursor: pointer;
}
.d_xz_btn:hover .d_xz_box{
    opacity: 1;
    height: 278px;
}
.d_xz_btn img{
    width: 100%;
    height: 100%;
}
.d_xz_box{
    width: 154px;
    position: absolute;
    left: 26px;
    top: 62px;
    transition: all .2s;
    opacity: 0;
    height: 0;
    background: url("../images/d_xz_bimg.png") no-repeat;
}
.d_xz_box div{
    width: 126px;
    height: 126px;
    margin: 0 auto;
    margin-top: 26px;
    padding: 8px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 6px;
}
.d_xz_box a{
    display: block;
    width: 124px;
    height: 37px;
    margin: 0 auto;
    background: url("../images/d_ios_xz.png") no-repeat;
}
.d_xz_box a.d_ios_xz{
    margin-top: 20px;
}
.d_xz_box a.d_az_xz{
    margin-top: 12px;
    background: url("../images/d_az_xz.png") no-repeat;
}
.d_gw_btn{
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    right: 200px;
}
.d_gw_btn img{
    width: 100%;
    height: 100%;
}