.swiper-container {
    width: 100%;
    height: 102%;
}

::-webkit-scrollbar {display: none;}
.swiper-slide02{
    height: 110%;
}
.swiper-slide01{
    height: 110%;
}
.swiper-pagination-bullet {
    width: 50px;
    height: 5px;
    border-radius: 0;
    margin: 5px 3px !important;
    background: #ffffff;
    opacity: 0.3;
    transition: all 0.9s;
}

.swiper-pagination-bullet-active {
    width: 100px;
    background:cyan;
    opacity: 1;
    transition: all 0.9s;
}
.swiper-pagination-bullet-active:hover {
    width: 150px;
    background: #50d8e7;
}
.swiper-slide {
    text-align: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.index_swiper{
    height: 90%!important;
}
.indexSwiperImg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    width: 100%;
    position: relative;
    min-height: 765px;
}

.indexSwiperImg img{
    position: absolute;
}
.swiper-scrollbar-drag{
    background-color: #50d8e7!important;
}
.index_model02 .swiper-scrollbar-drag{
    background-color: #ec5138!important;
}
.swiper-container-horizontal > .swiper-scrollbar{
    z-index: 2;
    left: 50%;
    -webkit-transform: translate( -50%, 0);
    -moz-transform: translate( -50%, 0);
    -ms-transform: translate( -50%, 0);
    transform: translate( -50%, 0);
}
.swiper-scrollbar{
    background-color: #3289ab!important;
}
.indexSwiperBox{
    position: absolute;
}
.indexSwiperButton{
    text-align: center;
    float: left;
    background-color: rgba(70,222,238,.5);
    border: 2px solid rgba(70,222,238,1);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}
.indexSwiperButton1{
    text-align: center;
    float: left;
    background-color: rgba(70,222,238,.5);
    border: 2px solid rgba(70,222,238,1);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}
.indexSwiperButton_division1{
    float: left;
    width: 2px;
    height: 42px;
    background-color: rgba(70,222,238,1);
    transition: 0.5s;
}
.indexSwiperButton_division3{
    float: left;
    width: 2px;
    height: 42px;
    background-color: rgba(70,222,238,1);
    transition: 0.5s;
}
.indexSwiperButton_division2{
    float: left;
    width: 2px;
    height: 42px;
    background-color: rgba(70,222,238,1);
    transition: 0.5s;
}
.indexSwiperButton:hover{
    background-color: rgba(236,82,57,.5);
    border: 2px solid rgba(236,82,57,1);
    /*border-left: 2px solid #ec543c;*/
    /*border-right: 2px solid #ec543c;*/
    /*border-bottom: 2px solid #ec543c;*/
}
.indexSwiperButton1:hover{
    background-color: rgba(236,82,57,.5);
    border: 2px solid rgba(236,82,57,1);
    /*border-left: 2px solid #ec543c;*/
    /*border-right: 2px solid #ec543c;*/
    /*border-bottom: 2px solid #ec543c;*/
}

.indexSwiperHeader{
    position: absolute;
    color: #aab1c2;
    text-align: left;
    border-top: 2px solid #50d8e7;
    padding-top: 20px;
    width: 250px;
    margin-left: 10px;
    top: 70%;
}
.indexSwiperHeader:after{
    margin-top: 20px;
    position: absolute;
    content: '';
    background-image: url(../images/indexSwiperJiantou.png);
}
.index_model01_bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain!important;
    position: relative;
}
.index_model01_header01{
    color: #d8d8d8;
    font-family: '051-CAI978';
}
.index_model01_header03{
    color: #d8d8d8;
    font-family: '051-CAI978';
}
.index_model01_headerBox{
    position: absolute;
}
.index_model01_header02{
    color: #46deee;
}
.index_model01_text{
    color: #7f7f7f;
    font-family: "微软雅黑 Regular";
}
.index_model01_text1{
    color: #7f7f7f;
}
.index_model02_bg{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 102%;
}
.index_img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 30%;
}
.index_upButton:hover{
    opacity: .7;
}
.index_upButton{
    width: 250px;
    height: 60px;
    line-height: 60px;
    font-size: 17px;
    font-weight: bold;
    right: 50%;
    letter-spacing: 2px;
    text-align: center;
    background-color: #00BAEF;
    color: #fff;
    z-index: 2;
    box-sizing: border-box;
    border: 1px solid #00BAEF;
    transition: 0.5s;
    cursor: pointer;
    box-shadow: 3px 5px 5px rgba(0,0,0,0.2);
}
.index_model02_header01{
    color: #fff;
    text-align: right;
    font-family: '051-CAI978';
}
@keyframes show {
    0% {
        transform: translateY(2000px);
    }
    100% {
        transform: translateY(0); /*放大1.1倍*/
    }

}
.index_model02_header02{
    color: #46deee;
    text-align: right;
}

.mainWidthAbsolute1{
    position: absolute;
    top: 0%;
    display: flex;
    align-items: center;    left: 50%;
    -webkit-transform: translate( -50%, 0);
    -moz-transform: translate( -50%, 0);
    -ms-transform: translate( -50%, 0);
    transform: translate( -50%, 0);
}
.mainWidthAbsolute{
    position: absolute;
    top: 20%;
      left: 50%;
    -webkit-transform: translate( -50%, 0);
    -moz-transform: translate( -50%, 0);
    -ms-transform: translate( -50%, 0);
    transform: translate( -50%, 0);
    min-height: 700px;
}

.index_model02_bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    color: #fff;
}
.index_model02_bottom_right{
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.index_model02_bottom_header{
    font-weight: bold;
}
.index_model02{
    position: relative;
}
.index_model03{
    display: flex;
    min-width: 1300px;
}

.index_model03_width{
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate( -50%, -50%);
    -moz-transform: translate( -50%, -50%);
    -ms-transform: translate( -50%, -50%);
    transform: translate( -50%, -50%);
    height: 100%;
    display: flex;
    align-items: center;
}
.index_model3_button{
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    border: 1px solid #65e8f1;
    cursor: pointer;
    background-color: #cef6f7;
    transition: 0.5s;
}
.index_model3_button01{
    background-image: url(../images/index_model03_button01.png);
}
index_model3_button01{
    display: none;
}
.index_model3_button02{
    background-image: url(../images/index_model03_button02.png);
}
.index_model03_button_right{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    transition: 1s;
    opacity: 0;
    height: 110px;
}
.index_model03_line{
    position: absolute;
    transition: 1s;
    z-index: 3;
    background-color: #ec5138;
    height: 4px;
    bottom: -2px;
    opacity: 0;
}
.index_model3_button_header{
    color: #46deee;
    position: absolute;
}
.index_model3_button_text{
    position: absolute;
    top: 50%;
    -webkit-transform: translate( 0, -50%);
    -moz-transform: translate( 0, -50%);
    -ms-transform: translate( 0, -50%);
    transform: translate( 0, -50%);
}
.index_model3_button_text>div:nth-child(1){
    font-family: '051-CAI978';
}
.section5{
    padding-bottom: 50%!important;
    height: 100%!important;
}
.section{
    padding-bottom: 0%!important;
    height: 100%!important;
}


.index_model04{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.index_model04_text_box{
    position: absolute;
    right: 0;
    top:55%;
}
.fp-auto-height{
    height: 900px;
}

.index_model04_text01{
right: 0;
    text-align: right;
}
.index_model04_text{
    color: #fff;
    position: relative;
    text-align: right;
    display: table;
    margin-left: 400px;
}
.index_model04_text:after{
    content: '';
    background-image: url(../images/index_model04_jt.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate( 0, -50%);
    -moz-transform: translate( 0, -50%);
    -ms-transform: translate( 0, -50%);
    transform: translate( 0, -50%);
}

    .swiper-container-horizontal > .swiper-scrollbar{
        width: 1300px!important;
        bottom: 15%;
        height: 1px;
    }
    .index_model02 .swiper-container-horizontal > .swiper-scrollbar{
        width: 1300px!important;
        bottom: 15%;
        height: 1px;
    }
    .swiper-scrollbar-drag{
        height: 4px;
        top: -2px;
    }
    .indexSwiperImg img{
        left: 35px;
        top: 17.5%;
    }
    .indexSwiperBox{
        bottom: calc(30% + 60px);
    }
    .indexSwiperButton{
        width: 136.5px;
        height: 42px;
        line-height: 40px;
        font-size: 20px;
    }
.indexSwiperButton1{
    width: 136.5px;
    height: 42px;
    line-height: 40px;
    font-size: 20px;
}
    .indexSwiperHeader{
        font-size: 18.5px;
    }
    .indexSwiperHeader{
        bottom: calc(20% + 15px);
        padding-left: 40px;
        line-height: 28px;
        font-size: 18px;
        height: 0;
    }
    .indexSwiperHeader:after{
        left: 15px;
        width: 12px;
        height: 13px;
        top: 7px;
    }
    .index_model01_bg{
        width: calc(100% + 45px);
    }
    .index_model01{
        margin: 50px auto 5px;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .index_model01_headerBox{
        top: -20px;
    }
    .index_model01_headerBox1{
        left: 25px;
        top: -65%;
        position: absolute;
    }
    .index_model01_headerBox2{
        left: 25px;
        position: absolute;
        top:20%;
    }
    .index_model01_headerBox3{
        position: absolute;
    }
    .index_model01_headerBox1{
        position: absolute;
    }

    .index_model03_width .index_model01_headerBox{
        top: 90px
    }
    .index_model01_header01{
        font-size: 58px;
        line-height: 83px;
        margin: 0 0 30px -2000px;
    }
    .index_model01_header02{
        font-size: 60px;
        line-height: 91px;
        margin: 0 0 0 -1500px;
    }
    .index_model01_header03{
        font-size: 58px;
        line-height: 83px;
        margin: -40% 0 30px 0px;
        display: none;

    }
    .index_model01_header04{
        font-size: 60px;
        line-height: 91px;
        margin: -30% 0 0 0px;
        color: #46deee;
        display: none;
    }
    .index_model01_text1{
        font-size: 23px;
        line-height: 46px;
        margin: -20% 0 0 0px;
        display: none;
    }
    .index_model01_text{
        font-size: 23px;
        line-height: 46px;
        margin: 100px 0 0 -1000px;
    }
    .index_model02_header01{
        margin-top: 80px;
        font-size: 58px;
        line-height: 75px;
    }
    .index_model02_header02{
        font-size: 60px;
        margin-top: 15px;
    }
    .index_model02_header03{
        font-size: 58px;
        line-height: 75px;
        margin: 0px -3000px 0 0;
    }
    .index_model02_header03{
        color: #fff;
        text-align: right;
        font-family: '051-CAI978';
    }
    .index_model02_header04{
        font-size: 60px;
        margin: 15px -2500px 0 0;
    }
    .index_model02_header04{
        color: #46deee;
        text-align: right;
    }
    .index_model02_bottom{
        height: 70%;
    }
    .index_model02_bottom_right{
        width: 1000px;
    }
    .index_model02_bottom_header{
        font-size: 37px;
        padding: 45px 0 20px 185px;
    }
    .index_model02_bottom_text{
        font-size: 23px;
        line-height: 46px;
        margin-top: 13%;
        font-family: "微软雅黑 Regular";
    }
    .index_model3_button{
        background-size: 221px 114px;
        width: 680px;
        height: 110px;
        bottom: 3%;
    }

    .index_model3_button02{
        bottom: 35px;
    }
    .index_model03_line{
        left: 221px;
        width: 0;
    }
    .index_model3_button_header{
        font-size: 23px;
        left: 243px;
        top: 13px;
    }
    .index_model3_button_text{
        left: 290px;
        font-size: 23px;
        line-height: 41px;
        color: #818181;
    }
    .index_model04_text:after{
        width: 9px;
        height: 11px;
    }
    .index_model04_text{
        font-size: 23px;
        line-height: 45px;
        padding-left: 15px;
    }
    .index_model04_text03{
        right: -2000px;
        text-align: right;
        float: right;
    }
    .index_model04_text04{
        float: right;
        right: -2500px;
        text-align: right;
    }
    .index_download{
        padding: 120px 0;
        position: relative;
        background-image: url(../images/site-bottom-background.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .index_download_button_neon{
        height: 70px;
        width: 350px;
        box-sizing: border-box;
        position: absolute;
        left: calc(50% - 170px);
        top: 80px;
        margin: 0 auto;
        padding: 20px 120px;
        font-size: 24px;
        overflow: hidden;
        letter-spacing: 2px;
        line-height: 30px;
        text-align: center;
        color: #00BAEF;
        background-color: rgba(0,186,239,.15);
        cursor: pointer;
        transition: .2s;
    }
    .index_download_button_neon:hover {
        background-color: #00BAEF;
        color: #fff;
        box-shadow: 0px 0px 10px #00BAEF,0px 0px 40px #00BAEF,0px 0px 80px #00BAEF;
        transition-delay: .6s;
    }
    .index_download_button_neon span{
        position: absolute;
        display: block;
    }
    .index_download_button_neon span:nth-child(1){
        top: 0;
        left: -100%;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, transparent, #00BAEF);
    }
    .index_download_button_neon:hover span:nth-child(1){
        left: 100%;
        transition: .6s;
    }
    .index_download_button_neon span:nth-child(2){
        top: -100%;
        right: 0;
        width: 2px;
        height: 100%;
        background: linear-gradient(180deg, transparent, #00BAEF);
    }
    .index_download_button_neon:hover span:nth-child(2){
        top: 100%;
        transition: .6s;
        transition-delay: .15s;
    }
    .index_download_button_neon span:nth-child(3){
        bottom: 0;
        right: -100%;
        width: 100%;
        height: 2px;
        background: linear-gradient(270deg, transparent, #00BAEF);
    }
    .index_download_button_neon:hover span:nth-child(3){
        right: 100%;
        transition: .6s;
        transition-delay: .3s;
    }
    .index_download_button_neon span:nth-child(4){
        top: 100%;
        left: 0;
        width: 2px;
        height: 100%;
        background: linear-gradient(360deg, transparent, #00BAEF);
    }
    .index_download_button_neon:hover span:nth-child(4){
        top: -100%;
        transition: .6s;
        transition-delay: .45s;
    }
    .indexWidth{
        position: relative;
    }
    .index_model03_img{
        width: 125%;
        margin-top: 8%;
    }




/*@media screen and (max-height: 1000px) { !*当屏幕尺寸小于1200px时，应用下面的CSS样式*!*/
/*    .index_model01,.index_model02,.index_model03,.index_model04,.swiper-container,.indexSwiperImg{min-height: 1000px;overflow-y:hidden;}*/
/*}*/
@media screen and (max-height: 720px) { /*当屏幕尺寸大于1080px时，应用下面的CSS样式*/
    .swiper-pagination{
        bottom: -50px!important;
        position: absolute;
        z-index:10;
    }
}


@media screen and (max-width: 499px) { /*当屏幕尺寸大于1080时，应用下面的CSS样式*/
    .index_model01_header01{
        margin: 30px 0 0 0;
    }
    .swiper-container{
        height: auto;
    }
    .section{
        height: auto;
    }

    .index_model01_header02,.index_model01_header04{
        margin: 0 0 0 0;
    }
    .index_model01_text{
        margin: 100px 0 0 0;
    }
    .index_model01_header03{
        margin: 0 0 30px 0px;
    }
    .index_model01_text1{
        margin: 85px 0 0 0px;
    }
    .index_model02_header03{
        margin: 80px 0 0 0;
    }
    .index_model02_header04{
        margin: 15px 0 0 0;
    }
    .index_model04_text03,.index_model04_text04{
        right:0;
    }
    .indexSwiperHeader{
        margin-top: 45%;
    }
    .indexSwiperBox {
        top: 500px;
        bottom: 0;
        position: absolute;
    }
    .indexSwiperImg img{
        margin-top:10%;
    }
    .index_model01{
        margin: 50px auto 5px;
        height: 750px;
    }
    .index_model04{
        height: 750px!important;
    }
    .section6{
        display: none;
    }



}
/*@media screen and (min-height: 1200px) { !*当屏幕尺寸大于2k时，应用下面的CSS样式*!*/
/*    .index_model01,.index_model02,.index_model03,.index_model02_bg,.swiper-container,.indexSwiperImg{min-height: 1440px;overflow-y:hidden;}*/
/*}*/
/*@media screen and (min-height: 1900px) { !*当屏幕尺寸大于4k时，应用下面的CSS样式*!*/
/*    .index_model01,.index_model02,.index_model03,.index_model02_bg,.swiper-container,.indexSwiperImg{min-height: 2160px;overflow-y:hidden;}*/
/*}*/
/*@media screen and (min-width: 1200px) and (max-width: 1399px) {*/

/*}*/

/*@media screen and (max-width: 1199px) {*/

/*}*/
