.linear {
    transition-timing-function: linear;
    -o-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
}

.ease {
    transition-timing-function: ease;
    -o-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -webkit-transition-timing-function: ease;
}

.ease-in {
    transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
}

.ease-out {
    transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
}

.ease-in-out {
    transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
}

.txet-over1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

section {
    overflow: hidden;
}

:root {
    --fs12: 0.12rem;
    --fs14: 0.14rem;
    --fs16: 0.16rem;
    --fs18: 0.18rem;
    --fs20: 0.2rem;
    --fs22: 0.22rem;
    --fs24: 0.24rem;
    --fs26: 0.26rem;
    --fs28: 0.28rem;
    --fs30: 0.3rem;
    --fs32: 0.32rem;
    --fs34: 0.34rem;
    --fs36: 0.36rem;
    --fs38: 0.38rem;
    --fs40: 0.4rem;
    --fs42: 0.42rem;
    --fs44: 0.44rem;
    --fs46: 0.46rem;
    --fs48: 0.48rem;
    --fs50: 0.5rem;
    --fs52: 0.52rem;
    --fs54: 0.54rem;
    --fs56: 0.56rem;
}

::-webkit-scrollbar {
    // width: 0px;
    // height: 3px;
    // background: #f7f8f9;
}

::-webkit-scrollbar-thumb {
    // background: #0683CE;
    // width: 0;
}

.sj_block {
    display: none;
}

.pc_block {
    display: block;
}

.pupop-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pupop-box .box-mask {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
}

.pupop-box .box-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9rem;
    height: 7.5rem;
    padding: 0.15rem;
    margin: -3.75rem 0 0 -4.5rem;
    background: #fff;
}

.pupop-box .box-cont .cont-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.pupop-box .box-cont .cont-swiper .swiper-slide {
    width: 100%;
    height: auto;
}

.pupop-box .box-cont .cont-swiper .swiper-slide .slide-box {
    width: 100%;
    height: auto;
}

.pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-pic {
    width: 100%;
    height: 6rem;
    overflow: hidden;
}

.pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-title {
    margin-top: 0.3rem;
    font-size: 0.2rem;
    text-align: center;
    color: #333;
}

.pupop-box .box-cont .cont-hiden {
    position: absolute;
    bottom: -0.4rem;
    left: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin: 0 0 0 -0.4rem;
    padding-top: 0.1rem;
    text-align: center;
    background: #97cb02;
    cursor: pointer;
}

.pupop-box .box-cont .cont-hiden img {
    width: 0.24rem;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pupop-box .box-cont .cont-hiden .hide-title {
    margin-top: 0.1rem;
    font-size: 0.2rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.pupop-box .box-cont .pupop-swiper-button-prev,
.pupop-box .box-cont .pupop-swiper-button-next {
    position: absolute;
    top: 50%;
    width: 0.64rem;
    height: 0.64rem;
    margin-top: -0.32rem;
    border-radius: 50%;
    background: #f8f8f8;
    cursor: pointer;
    outline: none;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pupop-box .box-cont .pupop-swiper-button-prev img,
.pupop-box .box-cont .pupop-swiper-button-next img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 19px;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.pupop-box .box-cont .pupop-swiper-button-prev .img2,
.pupop-box .box-cont .pupop-swiper-button-next .img2 {
    opacity: 0;
}

.pupop-box .box-cont .pupop-swiper-button-prev:hover .img1,
.pupop-box .box-cont .pupop-swiper-button-next:hover .img1 {
    opacity: 0;
}

.pupop-box .box-cont .pupop-swiper-button-prev:hover .img2,
.pupop-box .box-cont .pupop-swiper-button-next:hover .img2 {
    opacity: 1;
}

.pupop-box .box-cont .pupop-swiper-button-prev {
    left: -1rem;
}

.pupop-box .box-cont .pupop-swiper-button-next {
    right: -1rem;
}

.pupop-box-active {
    opacity: 1;
    visibility: visible;
}

.video-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.video-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 13.72rem;
    height: auto;
    background: #000;
    z-index: 199;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.video-popup .popup-icon {
    position: absolute;
    top: -50px;
    right: -10px;
    width: 20px;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.video-popup .popup-icon:hover {
    transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.video-popup video {
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.page-number {
    display: flex;
    justify-content: center;
    width: 100%;
}

.page-number .page-item {
    position: relative;
    width: 0.41rem;
    height: 0.41rem;
    margin: 0 0.05rem;
    font-family: Arial;
    font-size: var(--fs16);
    text-align: center;
    line-height: 0.41rem;
    color: #333;
    background: #F5F5F5;
}

.page-number .page-item:first-of-type {
    width: 1.1rem;
    // background: #fff url("icon-arrow.png")
    // no-repeat center center;
    // background-size: 9px;
    // transform: rotate(180deg);
}

.page-number .page-item:last-of-type {
    width: 1.1rem;
    // background: #fff url("icon-arrow.png")
    // no-repeat center center;
    // background-size: 9px;
}

.page-number .page-item:hover {
    color: #fff !important;
    background: #0683CE !important;
}

// .page-number .page-item:hover:first-of-type {
//     background: #97cb02 url("icon-arrow2.png")
//     no-repeat center center !important;
//     background-size: 9px;
// }
// .page-number .page-item:hover:last-of-type {
//     background: #97cb02 url("icon-arrow2.png")
//     no-repeat center center !important;
//     background-size: 9px;
// }
.page-number .page-item-arrow {
    width: 0.48rem !important;
    height: 0.48rem !important;
    background: #f8fafb url("icon-number-arrow.png") no-repeat center center;
    background-size: 7px;
}

.page-number .page-item-arrow::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(90deg, #1eaae8, #54cd5c) !important;
    opacity: 0;
    z-index: -1;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.page-number .page-item-arrow:hover {
    background: transparent url("icon-number-arrow-on.png")/*tpa=/images/icon/icon-number-arrow-on.png*/
    no-repeat center center !important;
    background-size: 7px;
}

.page-number .page-item-arrow:hover::after {
    opacity: 1;
}

.page-number .page-item-active {
    color: #fff !important;
    background: #0683CE !important;
}

.page-number .page-arrow {
    width: 48px;
    height: 40px;
    margin: 0 10px;
    font-family: '宋体';
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    color: #4d4d4d;
    border: solid 1px #eeeeee;
}

.page-number .page-arrow:hover {
    color: #fff;
    border: solid 1px #97cb02;
    background: #97cb02;
}

.Wpage-number {
    display: none;
}

.honor-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99;
}

.honor-popup .popup-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.honor-popup .popup-main {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 700px;
    max-height: 700px;
    width: auto;
    height: auto;
    padding: 30px;
    background: #fff;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.honor-popup .popup-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.honor-popup .popup-main .popup-hide {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #97cb02 url("icon-hidde.png")/*tpa=/images/icon/icon-hidde.png*/
    no-repeat center center;
    background-size: 15px;
    cursor: pointer;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.honor-popup .popup-main .popup-hide:hover {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.page-float {
    display: none;
    position: fixed;
    top: 70%;
    right: 0.25rem;
    width: 0.55rem;
    height: auto;
    z-index: 99;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
}

.page-float .float-list {
    display: block;
    position: relative;
    width: 100%;
    height: 0.55rem;
    padding-top: 0.13rem;
    margin-bottom: 0.1rem;
    border-radius: 0.1rem;
    background: rgba(0, 0, 0, 0.3);
}

.page-float .float-list .list-pic {
    position: relative;
    width: 0.3rem;
    height: 0.3rem;
    margin: 0 auto;
    z-index: 9;
    cursor: pointer;
}

.page-float .float-list .list-pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.3rem;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.page-float .float-list .list-pic .img2 {
    opacity: 0;
}

.page-float .float-list .list-title {
    margin-top: 0.1rem;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #333;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.page-float .float-list .list-cent {
    position: absolute;
    top: 0;
    left: -2.15rem;
    width: 2.15rem;
    height: 2.15rem;
    padding-right: 0.12rem;
    opacity: 0;
    visibility: hidden;
    transform: translatey(30px);
    -o-transform: translatey(30px);
    -moz-transform: translatey(30px);
    -webkit-transform: translatey(30px);
}

.page-float .float-list .list-cent .cent-title {
    position: relative;
    width: 100%;
    height: 40px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #939393;
    background: #fff;
}

.page-float .float-list .list-cent .cent-title::after {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-right: -16px;
    border: solid 8px #97cb02;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
}

.page-float .float-list .list-cent .cent-cont {
    height: 100%;
    padding: 0.2rem 0.4rem 0;
    font-size: 14px;
    text-align: center;
    color: #939393;
    background: #fff;
    border-radius: 0.1rem;
    box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.13);
}

.page-float .float-list .list-cent .cent-cont img {
    width: 100%;
    margin-top: 0.2rem;
}

.page-float .float-list .list-cont {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    padding: 0;
    font-family: ' ';
    font-size: 0.24rem;
    line-height: 0.55rem;
    color: #fff;
    white-space: nowrap;
    background: linear-gradient(-90deg, #014fb9, #0d8ef1);
    border-radius: 0.1rem;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.page-float .float-list:first-of-type:hover {
    background: linear-gradient(90deg, #ffc536, #df9c35);
}

.page-float .float-list:hover {
    background: linear-gradient(-90deg, #014fb9, #0d8ef1);
}

.page-float .float-list:hover .list-title {
    color: #fff;
}

.page-float .float-list:hover .list-cent {
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.page-float .float-list:hover .list-cont {
    width: 3.15rem;
    padding: 0 0.65rem 0 0.35rem;
    opacity: 1;
}

.page-toUp {
    display: none;
    position: fixed;
    bottom: 15%;
    right: 0.2rem;
    width: 0.6rem;
    height: 0.6rem;
    background: rgba(0, 0, 0, 0.3) url("../images/icon/icon-float-arrow.png") no-repeat center center;
    background-size: 0.3rem;
    border-radius: 0.05rem;
    cursor: pointer;
    z-index: 39;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.page-toUp:hover {
    background: #97cb02 url("../images/icon/icon-float-arrow.png") no-repeat center center;
    background-size: 0.3rem;
}

.bd_weixin_popup {
    height: 330px !important;
}

.transition_none,
.transition_none * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.nobg {
    background: none !important;
}

@media screen and (max-width: 1004px) {
    .pupop-box {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .pupop-box .box-mask {
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
    }
    .pupop-box .box-cont {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 96%;
        height: 8rem;
        padding: 0.15rem;
        margin: -3.75rem 0 0 -48%;
        background: #fff;
    }
    .pupop-box .box-cont .cont-swiper {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .pupop-box .box-cont .cont-swiper .swiper-slide {
        width: 100%;
        height: auto;
    }
    .pupop-box .box-cont .cont-swiper .swiper-slide .slide-box {
        width: 100%;
        height: auto;
    }
    .pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-pic {
        width: 100%;
        height: 6rem;
        overflow: hidden;
    }
    .pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-pic img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .pupop-box .box-cont .cont-swiper .swiper-slide .slide-box .box-title {
        margin-top: 0.3rem;
        font-size: 0.3rem;
        text-align: center;
        color: #333;
    }
    .pupop-box .box-cont .cont-hiden {
        position: absolute;
        bottom: -0.6rem;
        left: 50%;
        width: 1.2rem;
        height: 1.2rem;
        margin: 0 0 0 -0.6rem;
        padding-top: 0.2rem;
        text-align: center;
        background: #97cb02;
        cursor: pointer;
    }
    .pupop-box .box-cont .cont-hiden img {
        width: 0.3rem;
        height: auto;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .pupop-box .box-cont .cont-hiden .hide-title {
        margin-top: 0.1rem;
        font-size: 0.2rem;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
    }
    .pupop-box .box-cont .pupop-swiper-button-prev,
    .pupop-box .box-cont .pupop-swiper-button-next {
        position: absolute;
        top: 100%;
        width: 0.8rem;
        height: 0.8rem;
        margin-top: -0.4rem;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.3);
        cursor: pointer;
        outline: none;
        z-index: 9;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .pupop-box .box-cont .pupop-swiper-button-prev img,
    .pupop-box .box-cont .pupop-swiper-button-next img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0.3rem;
        transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .pupop-box .box-cont .pupop-swiper-button-prev .img1,
    .pupop-box .box-cont .pupop-swiper-button-next .img1 {
        opacity: 0;
    }
    .pupop-box .box-cont .pupop-swiper-button-prev .img2,
    .pupop-box .box-cont .pupop-swiper-button-next .img2 {
        opacity: 2;
    }
    .pupop-box .box-cont .pupop-swiper-button-prev:hover .img1,
    .pupop-box .box-cont .pupop-swiper-button-next:hover .img1 {
        opacity: 0;
    }
    .pupop-box .box-cont .pupop-swiper-button-prev:hover .img2,
    .pupop-box .box-cont .pupop-swiper-button-next:hover .img2 {
        opacity: 1;
    }
    .pupop-box .box-cont .pupop-swiper-button-prev {
        left: 20%;
    }
    .pupop-box .box-cont .pupop-swiper-button-next {
        right: 20%;
    }
    .pupop-box-active {
        opacity: 1;
        visibility: visible;
    }
    .video-mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
        z-index: 99;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .video-popup {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 96%;
        height: auto;
        background: #000;
        z-index: 199;
        transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .video-popup .popup-icon {
        position: absolute;
        top: -0.5rem;
        right: 0.1rem;
        width: 0.4rem;
        cursor: pointer;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .video-popup .popup-icon:hover {
        transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }
    .video-popup video {
        width: 100%;
        height: auto;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .page-number {
        display: none;
    }
    .Wpage-number {
        display: block;
        width: 100%;
        height: 0.8rem;
        margin: 0.6rem auto 0;
        font-size: 0.36rem;
        font-weight: bold;
        text-align: center;
        line-height: 0.8rem;
        color: #fff;
        background: #97cb02;
    }
    .page-float {
        display: none;
        position: fixed;
        top: 70%;
        right: 0.25rem;
        width: 0.7rem;
        height: auto;
        z-index: 99;
        transform: translatey(-50%);
        -o-transform: translatey(-50%);
        -moz-transform: translatey(-50%);
        -webkit-transform: translatey(-50%);
    }
    .page-float .float-list {
        display: block;
        position: relative;
        width: 100%;
        height: 0.7rem;
        padding-top: 0.15rem;
        margin-bottom: 0.1rem;
        border-radius: 0.1rem;
        background: rgba(0, 0, 0, 0.3);
    }
    .page-float .float-list .list-pic {
        position: relative;
        width: 0.4rem;
        height: 0.4rem;
        margin: 0 auto;
        z-index: 9;
        cursor: pointer;
    }
    .page-float .float-list .list-pic img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .page-float .float-list .list-pic .img2 {
        opacity: 0;
    }
    .page-float .float-list .list-title {
        margin-top: 0.1rem;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        color: #333;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .page-float .float-list .list-cent {
        position: absolute;
        top: 0;
        left: -2.15rem;
        width: 2.15rem;
        height: 2.15rem;
        padding-right: 0.12rem;
        opacity: 0;
        visibility: hidden;
        transform: translatey(30px);
        -o-transform: translatey(30px);
        -moz-transform: translatey(30px);
        -webkit-transform: translatey(30px);
    }
    .page-float .float-list .list-cent .cent-title {
        position: relative;
        width: 100%;
        height: 40px;
        font-size: 14px;
        text-align: center;
        line-height: 40px;
        color: #939393;
        background: #fff;
    }
    .page-float .float-list .list-cent .cent-title::after {
        content: '';
        display: none;
        position: absolute;
        top: 50%;
        right: 0;
        width: 0;
        height: 0;
        margin-right: -16px;
        border: solid 8px #97cb02;
        border-right-color: transparent;
        border-top-color: transparent;
        border-bottom-color: transparent;
        transform: translatey(-50%);
        -o-transform: translatey(-50%);
        -moz-transform: translatey(-50%);
        -webkit-transform: translatey(-50%);
    }
    .page-float .float-list .list-cent .cent-cont {
        height: 100%;
        padding: 0.2rem 0.4rem 0;
        font-size: 14px;
        text-align: center;
        color: #939393;
        background: #fff;
        border-radius: 0.1rem;
        box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.13);
    }
    .page-float .float-list .list-cent .cent-cont img {
        width: 100%;
        margin-top: 0.2rem;
    }
    .page-float .float-list .list-cont {
        position: absolute;
        top: 0;
        right: 0;
        width: 0;
        height: 100%;
        padding: 0;
        font-family: ' ';
        font-size: 0.32rem;
        line-height: 0.7rem;
        color: #fff;
        white-space: nowrap;
        background: linear-gradient(-90deg, #014fb9, #0d8ef1);
        border-radius: 0.1rem;
        opacity: 0;
        overflow: hidden;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .page-float .float-list:first-of-type:hover {
        background: linear-gradient(90deg, #ffc536, #df9c35);
    }
    .page-float .float-list:hover {
        background: linear-gradient(-90deg, #014fb9, #0d8ef1);
    }
    .page-float .float-list:hover .list-title {
        color: #fff;
    }
    .page-float .float-list:hover .list-cent {
        opacity: 1;
        visibility: visible;
        transform: translatey(0);
        -o-transform: translatey(0);
        -moz-transform: translatey(0);
        -webkit-transform: translatey(0);
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .page-float .float-list:hover .list-cont {
        width: 3.15rem;
        padding: 0 0.65rem 0 0.35rem;
        opacity: 1;
    }
    .honor-popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 99;
    }
    .honor-popup .popup-mask {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
    }
    .honor-popup .popup-main {
        position: absolute;
        top: 50%;
        left: 50%;
        max-width: none;
        max-height: none;
        width: 95%;
        height: auto;
        padding: 0.2rem;
        background: #fff;
        transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
    }
    .honor-popup .popup-main img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .honor-popup .popup-main .popup-hide {
        position: absolute;
        top: -0.2rem;
        right: -0.1rem;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #97cb02 url("icon-hidde.png")/*tpa=/images/icon/icon-hidde.png*/
        no-repeat center center;
        background-size: 15px;
        cursor: pointer;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .honor-popup .popup-main .popup-hide:hover {
        transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
    .page-toUp {
        display: none;
        position: fixed;
        bottom: 15%;
        right: 0.25rem;
        width: 0.8rem;
        height: 0.8rem;
        background: rgba(0, 0, 0, 0.3) url("../images/icon/icon-float-arrow.png")no-repeat center center;
        background-size: 0.45rem;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        -o-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .page-toUp:hover {
        background: #97cb02 url("../images/icon/icon-float-arrow.png") no-repeat center center;
        background-size: 0.45rem;
    }
}

@keyframes moveBackground {
    0% {
        background-position: 0 bottom;
    }
    100% {
        background-position: -19.2rem bottom;
    }
}

@keyframes moveBackground2 {
    0% {
        background-position: 0 bottom;
    }
    100% {
        background-position: 19.2rem bottom;
    }
}

@keyframes mapAddress {
    0% {
        opacity: 0.8;
        transform: scale(1, 1) translateZ(0);
        -o-transform: scale(1, 1) translateZ(0);
        -moz-transform: scale(1, 1) translateZ(0);
        -webkit-transform: scale(1, 1 translateZ(0));
    }
    100% {
        opacity: 0;
        transform: scale(1.6, 1.6) translateZ(0);
        -o-transform: scale(1.6, 1.6) translateZ(0);
        -moz-transform: scale(1.6, 1.6) translateZ(0);
        -webkit-transform: scale(1.6, 1.6 translateZ(0));
    }
}

@keyframes remove {
    0% {
        height: 2.85rem;
    }
    50% {
        height: 3.15rem;
    }
    100% {
        height: 2.85rem;
    }
}

@keyframes remove2 {
    0% {
        height: 2.85rem;
    }
    50% {
        height: 2.5rem;
    }
    100% {
        height: 2.85rem;
    }
}

@keyframes navInUp50 {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translatey(-30px);
        -o-transform: translatey(-30px);
        -moz-transform: translatey(-30px);
        -webkit-transform: translatey(-30px);
    }
    100% {
        opacity: 1;
        visibility: visible;
        transform: translatey(0);
        -o-transform: translatey(0);
        -moz-transform: translatey(0);
        -webkit-transform: translatey(0);
    }
}

@keyframes bgSvale {
    0% {
        transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    25% {
        transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
    50% {
        transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
    75% {
        transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
    100% {
        transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@keyframes position {
    0% {
        left: -2.05rem;
    }
    100% {
        left: 100%;
    }
}

@keyframes moveTop {
    0% {
        transform: translatey(0);
        -o-transform: translatey(0);
        -moz-transform: translatey(0);
        -webkit-transform: translatey(0);
        opacity: 1;
    }
    100% {
        transform: translatey(0.2rem);
        -o-transform: translatey(0.2rem);
        -moz-transform: translatey(0.2rem);
        -webkit-transform: translatey(0.2rem);
        opacity: 0;
    }
}

@keyframes translateY50 {
    0% {
        opacity: 0;
        visibility: hidden;
        transform: translatey(0.3rem);
        -o-transform: translatey(0.3rem);
        -moz-transform: translatey(0.3rem);
        -webkit-transform: translatey(0.3rem);
    }
    100% {
        opacity: 1;
        visibility: visible;
        transform: translatey(-0.3rem);
        -o-transform: translatey(-0.3rem);
        -moz-transform: translatey(-0.3rem);
        -webkit-transform: translatey(-0.3rem);
    }
}

@keyframes load {
    0% {
        transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@keyframes mainBlock {
    0% {
        transform: translatey(0);
        -o-transform: translatey(0);
        -moz-transform: translatey(0);
        -webkit-transform: translatey(0);
    }
    50% {
        transform: translatey(-0.12rem);
        -o-transform: translatey(-0.12rem);
        -moz-transform: translatey(-0.12rem);
        -webkit-transform: translatey(-0.12rem);
    }
    100% {
        transform: translatey(0);
        -o-transform: translatey(0);
        -moz-transform: translatey(0);
        -webkit-transform: translatey(0);
    }
}

@keyframes mainFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes secBlock {
    0% {
        width: 0%;
        left: 0;
    }
    50% {
        width: 100%;
        left: 0;
    }
    100% {
        width: 0;
        left: 100%;
    }
}

@keyframes secFadeIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes onTop {
    0% {
        margin-top: 0.8rem;
    }
    50% {
        margin-top: 0;
    }
    100% {
        margin-top: 0.8rem;
    }
}

@keyframes onTop2 {
    0% {
        margin-top: 0;
    }
    50% {
        margin-top: 0.8rem;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes mouse {
    0% {
        opacity: 1;
        top: 0;
    }
    25% {
        top: -10px;
        opacity: 0.3;
    }
    50% {
        top: 0px;
        opacity: 1;
    }
    75% {
        top: 10px;
        opacity: 0.3;
    }
    100% {
        height: 100%;
    }
}

@keyframes scale_b3 {
    0% {
        background-position: left top;
        transform: scale(1, 1) translateZ(0);
        -o-transform: scale(1, 1) translateZ(0);
        -moz-transform: scale(1, 1) translateZ(0);
        -webkit-transform: scale(1, 1 translateZ(0));
    }
    50% {
        background-position: -25px top;
        transform: scale(1.025, 1.025) translateZ(0);
        -o-transform: scale(1.025, 1.025) translateZ(0);
        -moz-transform: scale(1.025, 1.025) translateZ(0);
        -webkit-transform: scale(1.025, 1.025 translateZ(0));
    }
    100% {
        background-position: -50px top;
        transform: scale(1.05, 1.05) translateZ(0);
        -o-transform: scale(1.05, 1.05) translateZ(0);
        -moz-transform: scale(1.05, 1.05) translateZ(0);
        -webkit-transform: scale(1.05, 1.05 translateZ(0));
    }
}

@keyframes scale_b {
    0% {
        transform: scale(1, 1) translateZ(0);
        -o-transform: scale(1, 1) translateZ(0);
        -moz-transform: scale(1, 1) translateZ(0);
        -webkit-transform: scale(1, 1 translateZ(0));
    }
    50% {
        transform: scale(1.05, 1.05) translateZ(0);
        -o-transform: scale(1.05, 1.05) translateZ(0);
        -moz-transform: scale(1.05, 1.05) translateZ(0);
        -webkit-transform: scale(1.05, 1.05 translateZ(0));
    }
    100% {
        transform: scale(1.1, 1.1) translateZ(0);
        -o-transform: scale(1.1, 1.1) translateZ(0);
        -moz-transform: scale(1.1, 1.1) translateZ(0);
        -webkit-transform: scale(1.1, 1.1 translateZ(0));
    }
}

@keyframes wid {
    0% {
        width: 0.42rem;
        height: 0.42rem;
        opacity: 0.8;
    }
    100% {
        width: 0.8rem;
        height: 0.8rem;
        opacity: 0;
    }
}

@keyframes history {
    0% {
        width: 0;
    }
    50% {
        width: 100%;
    }
    100% {
        left: auto;
        right: 0;
        width: 0;
    }
}

@keyframes history2 {
    0% {
        left: -1.5rem;
        opacity: 1;
    }
    50% {
        left: 95%;
        opacity: 1;
    }
    100% {
        left: -1.5rem;
        opacity: 1;
    }
}

@keyframes yuan {
    0% {
        width: 13px;
        height: 13px;
        opacity: 1;
    }
    100% {
        width: 60px;
        height: 60px;
        opacity: 0;
    }
}