body { position: relative; }
#app{ width:100%; overflow: hidden; position: relative; z-index:1; }
[v-cloak] { display: none; }
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.clear {
    clear: both;
}

.f-cb {
    zoom: 1;
}

.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.por {
    position: relative;
}

.poa {
    position: absolute;
}

.pof {
    position: fixed;
}

.poa-f {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ovh {
    overflow: hidden;
}

.noselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.dn {
    display: none;
}

.w-f {
    width: 100%;
}

.h-f {
    height: 100%;
}

.loader {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    font-size: 10px;
    border-top: 2px solid rgba(0, 0, 0, 0.08);
    border-right: 2px solid rgba(0, 0, 0, 0.08);
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    border-left: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    animation: spinner 700ms infinite linear;
}

.loader.white {
    border-top: 2px solid rgba(255, 255, 255, 0.08);
    border-right: 2px solid rgba(255, 255, 255, 0.08);
    border-bottom: 2px solid rgba(255, 255, 255, 0.08);
    border-left: 2px solid rgba(255, 255, 255, 0.5);
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
a {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

select, input {
    outline: none;
}

input::-ms-clear {
    display: none;
}

@media only screen and (min-width: 360px) {
    html {
        font-size: 26px !important;
    }
}
@media only screen and (min-width: 435px) {
    html {
        font-size: 30px !important;
    }
}

@media (min-width: 769px) {
    html {
        font-size: 34px !important;
    }
}
@media only screen and (min-width: 1024px) {
    html {
        font-size: 28px !important;
    }
}
@media only screen and (min-width: 1200px) {
    html {
        font-size: 30px !important;
    }
}
@media only screen and (min-width: 1440px) {
    html {
        font-size: 34px !important;
    }
}
@media only screen and (min-width: 1680px) {
    html {
        font-size: 40px !important;
    }
}

.col-fff {
    color: #fff;
}

.col-000 {
    color: #000;
}

.col-111 {
    color: #111;
}

.col-222 {
    color: #222;
}

.col-333 {
    color: #333;
}

.col-444 {
    color: #444;
}

.col-555 {
    color: #555;
}

.col-666 {
    color: #666;
}

.col-777 {
    color: #666;
}

.col-888 {
    color: #666;
}

.col-999 {
    color: #999;
}

/*==常用字号==*/
.tit-12 {
    font-size: 12px;
    line-height: 2;
}

.tit-13 {
    font-size: 13px;
    line-height: 2;
}

.tit-14 {
    font-size: 14px;
    line-height: 2;
}

.tit-15 {
    font-size: 15px;
    line-height: 2;
}

.tit-16 {
    line-height: 1.8;
    font-size: 16px;
}

.tit-17 {
    line-height: 1.8;
    font-size: 17px;
}

.tit-18 {
    line-height: 1.8;
    font-size: 18px;
}

.tit-19 {
    line-height: 1.8;
    font-size: 19px;
}

.tit-20 {
    line-height: 1.8;
    font-size: 20px;
}

.tit-21 {
    line-height: 1.8;
    font-size: 21px;
}

.tit-22 {
    line-height: 1.8;
    font-size: 22px;
}

.tit-23 {
    line-height: 1.8;
    font-size: 23px;
}

.tit-24 {
    line-height: 1.8;
    font-size: 24px;
}

.tit-25 {
    line-height: 1.8;
    font-size: 25px;
}

.tit-26 {
    line-height: 1.8;
    font-size: 26px;
}

.tit-27 {
    line-height: 1.8;
    font-size: 27px;
}

.tit-28 {
    line-height: 1.8;
    font-size: 28px;
}

.tit-29 {
    line-height: 1.8;
    font-size: 29px;
}

.tit-30 {
    line-height: 1.8;
    font-size: 30px;
}

.tit-31 {
    line-height: 1.8;
    font-size: 31px;
}

.tit-32 {
    line-height: 1.8;
    font-size: 32px;
}

.tit-33 {
    line-height: 1.8;
    font-size: 33px;
}

.tit-34 {
    line-height: 1.8;
    font-size: 34px;
}

.tit-35 {
    line-height: 1.8;
    font-size: 35px;
}

.tit-36 {
    line-height: 1.8;
    font-size: 36px;
}

.tit-37 {
    line-height: 1.8;
    font-size: 37px;
}

.tit-38 {
    line-height: 1.8;
    font-size: 38px;
}

.tit-39 {
    line-height: 1.8;
    font-size: 39px;
}

.tit-40 {
    line-height: 1.8;
    font-size: 40px;
}

.tit-41 {
    line-height: 1.8;
    font-size: 41px;
}

.tit-42 {
    line-height: 1.8;
    font-size: 42px;
}

.tit-43 {
    line-height: 1.8;
    font-size: 43px;
}

.tit-44 {
    line-height: 1.8;
    font-size: 44px;
}

.tit-45 {
    line-height: 1.8;
    font-size: 45px;
}

.tit-46 {
    line-height: 1.8;
    font-size: 46px;
}

.tit-47 {
    line-height: 1.8;
    font-size: 47px;
}

.tit-48 {
    line-height: 1.8;
    font-size: 48px;
}

.tit-49 {
    line-height: 1.8;
    font-size: 49px;
}

.tit-50 {
    line-height: 1.8;
    font-size: 50px;
}

.tit-51 {
    line-height: 1.8;
    font-size: 51px;
}

.tit-52 {
    line-height: 1.8;
    font-size: 52px;
}

.tit-53 {
    line-height: 1.8;
    font-size: 53px;
}

.tit-54 {
    line-height: 1.8;
    font-size: 54px;
}

.tit-55 {
    line-height: 1.8;
    font-size: 55px;
}

.tit-56 {
    line-height: 1.8;
    font-size: 56px;
}

.tit-57 {
    line-height: 1.8;
    font-size: 57px;
}

.tit-58 {
    line-height: 1.8;
    font-size: 58px;
}

.tit-59 {
    line-height: 1.8;
    font-size: 59px;
}

.tit-60 {
    line-height: 1.8;
    font-size: 60px;
}

.tit-61 {
    line-height: 1.8;
    font-size: 61px;
}

.tit-62 {
    line-height: 1.8;
    font-size: 62px;
}

.tit-63 {
    line-height: 1.8;
    font-size: 63px;
}

.tit-64 {
    line-height: 1.8;
    font-size: 64px;
}

.tit-65 {
    line-height: 1.8;
    font-size: 65px;
}

.tit-66 {
    line-height: 1.8;
    font-size: 66px;
}

.tit-67 {
    line-height: 1.8;
    font-size: 67px;
}

.tit-68 {
    line-height: 1.8;
    font-size: 68px;
}

.tit-69 {
    line-height: 1.8;
    font-size: 69px;
}

.tit-70 {
    line-height: 1.8;
    font-size: 70px;
}

.tit-71 {
    line-height: 1.8;
    font-size: 71px;
}

.tit-72 {
    line-height: 1.8;
    font-size: 72px;
}

.tit-73 {
    line-height: 1.8;
    font-size: 73px;
}

.tit-74 {
    line-height: 1.8;
    font-size: 74px;
}

.tit-75 {
    line-height: 1.8;
    font-size: 75px;
}

.tit-76 {
    line-height: 1.8;
    font-size: 76px;
}

.tit-77 {
    line-height: 1.8;
    font-size: 77px;
}

.tit-78 {
    line-height: 1.8;
    font-size: 78px;
}

.tit-79 {
    line-height: 1.8;
    font-size: 79px;
}

.tit-80 {
    line-height: 1.8;
    font-size: 80px;
}

@media (max-width: 1681px) {
    /*==常用字号==*/
    .tit-12 {
        font-size: 12px;
    }

    .tit-13 {
        font-size: 13px;
    }

    .tit-14 {
        font-size: 13px;
    }

    .tit-15 {
        font-size: 14px;
    }

    .tit-16 {
        font-size: 15px;
    }

    .tit-17 {
        font-size: 16px;
    }

    .tit-18 {
        font-size: 17px;
    }

    .tit-19 {
        font-size: 18px;
    }

    .tit-20 {
        font-size: 18px;
    }

    .tit-21 {
        font-size: 19px;
    }

    .tit-22 {
        font-size: 20px;
    }

    .tit-23 {
        font-size: 21px;
    }

    .tit-24 {
        font-size: 22px;
    }

    .tit-25 {
        font-size: 23px;
    }

    .tit-26 {
        font-size: 24px;
    }

    .tit-27 {
        font-size: 25px;
    }

    .tit-28 {
        font-size: 26px;
    }

    .tit-29 {
        font-size: 27px;
    }

    .tit-30 {
        font-size: 27px;
    }

    .tit-31 {
        font-size: 28px;
    }

    .tit-32 {
        font-size: 29px;
    }

    .tit-33 {
        font-size: 30px;
    }

    .tit-34 {
        font-size: 31px;
    }

    .tit-35 {
        font-size: 32px;
    }

    .tit-36 {
        font-size: 33px;
    }

    .tit-37 {
        font-size: 34px;
    }

    .tit-38 {
        font-size: 35px;
    }

    .tit-39 {
        font-size: 36px;
    }

    .tit-40 {
        font-size: 37px;
    }

    .tit-42 {
        font-size: 38px;
    }

    .tit-43 {
        font-size: 39px;
    }

    .tit-44 {
        font-size: 40px;
    }

    .tit-45 {
        font-size: 41px;
    }

    .tit-46 {
        font-size: 42px;
    }

    .tit-47 {
        font-size: 43px;
    }

    .tit-48 {
        font-size: 44px;
    }

    .tit-50 {
        font-size: 45px;
    }

    .tit-51 {
        font-size: 46px;
    }

    .tit-52 {
        font-size: 47px;
    }

    .tit-53 {
        font-size: 48px;
    }

    .tit-54 {
        font-size: 49px;
    }

    .tit-55 {
        font-size: 50px;
    }

    .tit-56 {
        font-size: 51px;
    }

    .tit-57 {
        font-size: 52px;
    }

    .tit-58 {
        font-size: 53px;
    }

    .tit-59 {
        font-size: 54px;
    }

    .tit-60 {
        font-size: 54px;
    }

    .tit-61 {
        font-size: 55px;
    }

    .tit-62 {
        font-size: 56px;
    }

    .tit-63 {
        font-size: 57px;
    }

    .tit-64 {
        font-size: 58px;
    }

    .tit-65 {
        font-size: 59px;
    }

    .tit-66 {
        font-size: 60px;
    }

    .tit-67 {
        font-size: 61px;
    }

    .tit-68 {
        font-size: 62px;
    }

    .tit-69 {
        font-size: 63px;
    }

    .tit-70 {
        font-size: 62px;
    }

    .tit-71 {
        font-size: 63px;
    }

    .tit-72 {
        font-size: 64px;
    }

    .tit-73 {
        font-size: 65px;
    }

    .tit-74 {
        font-size: 66px;
    }

    .tit-75 {
        font-size: 67px;
    }

    .tit-76 {
        font-size: 68px;
    }

    .tit-77 {
        font-size: 69px;
    }

    .tit-78 {
        font-size: 70px;
    }

    .tit-79 {
        font-size: 71px;
    }

    .tit-80 {
        font-size: 72px;
    }
}
@media (max-width: 1481px) {
    /*==常用字号==*/
    .tit-13 {
        font-size: 13px;
    }

    .tit-14 {
        font-size: 14px;
    }

    .tit-15 {
        font-size: 14px;
    }

    .tit-16 {
        font-size: 14px;
    }

    .tit-17 {
        font-size: 15px;
    }

    .tit-18 {
        font-size: 16px;
    }

    .tit-19 {
        font-size: 17px;
    }

    .tit-20 {
        font-size: 18px;
    }

    .tit-20 {
        font-size: 16px;
    }

    .tit-21 {
        font-size: 17px;
    }

    .tit-22 {
        font-size: 18px;
    }

    .tit-23 {
        font-size: 19px;
    }

    .tit-24 {
        font-size: 20px;
    }

    .tit-25 {
        font-size: 21px;
    }

    .tit-26 {
        font-size: 22px;
    }

    .tit-27 {
        font-size: 23px;
    }

    .tit-28 {
        font-size: 24px;
    }

    .tit-29 {
        font-size: 25px;
    }

    .tit-30 {
        font-size: 26px;
    }

    .tit-31 {
        font-size: 25px;
    }

    .tit-32 {
        font-size: 26px;
    }

    .tit-33 {
        font-size: 27px;
    }

    .tit-34 {
        font-size: 28px;
    }

    .tit-35 {
        font-size: 29px;
    }

    .tit-36 {
        font-size: 30px;
    }

    .tit-37 {
        font-size: 31px;
    }

    .tit-38 {
        font-size: 32px;
    }

    .tit-39 {
        font-size: 33px;
    }

    .tit-40 {
        font-size: 34px;
    }

    .tit-41 {
        font-size: 35px;
    }

    .tit-42 {
        font-size: 36px;
    }

    .tit-43 {
        font-size: 37px;
    }

    .tit-44 {
        font-size: 38px;
    }

    .tit-45 {
        font-size: 37px;
    }

    .tit-46 {
        font-size: 38px;
    }

    .tit-47 {
        font-size: 39px;
    }

    .tit-48 {
        font-size: 40px;
    }

    .tit-49 {
        font-size: 41px;
    }

    .tit-50 {
        font-size: 42px;
    }

    .tit-51 {
        font-size: 43px;
    }

    .tit-52 {
        font-size: 44px;
    }

    .tit-53 {
        font-size: 45px;
    }

    .tit-54 {
        font-size: 46px;
    }

    .tit-55 {
        font-size: 47px;
    }

    .tit-56 {
        font-size: 48px;
    }

    .tit-57 {
        font-size: 49px;
    }

    .tit-58 {
        font-size: 50px;
    }

    .tit-59 {
        font-size: 51px;
    }

    .tit-60 {
        font-size: 52px;
    }

    .tit-61 {
        font-size: 51px;
    }

    .tit-62 {
        font-size: 52px;
    }

    .tit-63 {
        font-size: 53px;
    }

    .tit-64 {
        font-size: 54px;
    }

    .tit-65 {
        font-size: 55px;
    }

    .tit-66 {
        font-size: 56px;
    }

    .tit-67 {
        font-size: 57px;
    }

    .tit-68 {
        font-size: 58px;
    }

    .tit-69 {
        font-size: 59px;
    }

    .tit-70 {
        font-size: 60px;
    }

    .tit-71 {
        font-size: 55px;
    }

    .tit-72 {
        font-size: 56px;
    }

    .tit-73 {
        font-size: 57px;
    }

    .tit-74 {
        font-size: 58px;
    }

    .tit-75 {
        font-size: 59px;
    }

    .tit-76 {
        font-size: 60px;
    }

    .tit-77 {
        font-size: 61px;
    }

    .tit-78 {
        font-size: 62px;
    }

    .tit-79 {
        font-size: 63px;
    }

    .tit-80 {
        font-size: 64px;
    }
}
@media (max-width: 1281px) {
    /*==常用字号==*/
    .tit-13 {
        font-size: 14px;
    }

    .tit-14 {
        font-size: 14px;
    }

    .tit-15 {
        font-size: 14px;
    }

    .tit-16 {
        font-size: 14px;
    }

    .tit-17 {
        font-size: 14px;
    }

    .tit-18 {
        font-size: 16px;
    }

    .tit-19 {
        font-size: 16px;
    }

    .tit-20 {
        font-size: 17px;
    }

    .tit-22 {
        font-size: 18px;
    }

    .tit-24 {
        font-size: 19px;
    }

    .tit-25 {
        font-size: 20px;
    }

    .tit-26 {
        font-size: 21px;
    }

    .tit-27 {
        font-size: 22px;
    }

    .tit-28 {
        font-size: 23px;
    }

    .tit-29 {
        font-size: 24px;
    }

    .tit-30 {
        font-size: 25px;
    }

    .tit-31 {
        font-size: 26px;
    }

    .tit-32 {
        font-size: 27px;
    }

    .tit-33 {
        font-size: 24px;
    }

    .tit-34 {
        font-size: 25px;
    }

    .tit-35 {
        font-size: 26px;
    }

    .tit-36 {
        font-size: 27px;
    }

    .tit-37 {
        font-size: 28px;
    }

    .tit-38 {
        font-size: 29px;
    }

    .tit-39 {
        font-size: 30px;
    }

    .tit-40 {
        font-size: 31px;
    }

    .tit-41 {
        font-size: 32px;
    }

    .tit-42 {
        font-size: 33px;
    }

    .tit-43 {
        font-size: 34px;
    }

    .tit-44 {
        font-size: 35px;
    }

    .tit-45 {
        font-size: 36px;
    }

    .tit-46 {
        font-size: 37px;
    }

    .tit-47 {
        font-size: 38px;
    }

    .tit-48 {
        font-size: 39px;
    }

    .tit-49 {
        font-size: 40px;
    }

    .tit-50 {
        font-size: 38px;
    }

    .tit-51 {
        font-size: 39px;
    }

    .tit-52 {
        font-size: 40px;
    }

    .tit-53 {
        font-size: 41px;
    }

    .tit-54 {
        font-size: 42px;
    }

    .tit-55 {
        font-size: 43px;
    }

    .tit-56 {
        font-size: 44px;
    }

    .tit-57 {
        font-size: 45px;
    }

    .tit-58 {
        font-size: 46px;
    }

    .tit-59 {
        font-size: 47px;
    }

    .tit-60 {
        font-size: 48px;
    }

    .tit-61 {
        font-size: 49px;
    }

    .tit-62 {
        font-size: 50px;
    }

    .tit-63 {
        font-size: 51px;
    }

    .tit-64 {
        font-size: 52px;
    }

    .tit-65 {
        font-size: 53px;
    }

    .tit-66 {
        font-size: 54px;
    }

    .tit-67 {
        font-size: 55px;
    }

    .tit-68 {
        font-size: 56px;
    }

    .tit-69 {
        font-size: 57px;
    }

    .tit-70 {
        font-size: 58px;
    }

    .tit-71 {
        font-size: 51px;
    }

    .tit-72 {
        font-size: 52px;
    }

    .tit-73 {
        font-size: 53px;
    }

    .tit-74 {
        font-size: 54px;
    }

    .tit-75 {
        font-size: 55px;
    }

    .tit-76 {
        font-size: 56px;
    }

    .tit-77 {
        font-size: 57px;
    }

    .tit-78 {
        font-size: 58px;
    }

    .tit-79 {
        font-size: 59px;
    }

    .tit-80 {
        font-size: 60px;
    }
}
@media (max-width: 1024px) {
    .tit-24 {
        font-size: 16px;
    }

    .tit-25 {
        font-size: 17px;
    }

    .tit-26 {
        font-size: 18px;
    }

    .tit-27 {
        font-size: 19px;
    }

    .tit-28 {
        font-size: 20px;
    }

    .tit-29 {
        font-size: 21px;
    }

    .tit-30 {
        font-size: 22px;
    }

    .tit-31 {
        font-size: 23px;
    }

    .tit-32 {
        font-size: 24px;
    }

    .tit-33 {
        font-size: 21px;
    }

    .tit-34 {
        font-size: 22px;
    }

    .tit-35 {
        font-size: 23px;
    }

    .tit-36 {
        font-size: 24px;
    }

    .tit-37 {
        font-size: 25px;
    }

    .tit-38 {
        font-size: 26px;
    }

    .tit-39 {
        font-size: 27px;
    }

    .tit-40 {
        font-size: 28px;
    }

    .tit-41 {
        font-size: 29px;
    }

    .tit-42 {
        font-size: 30px;
    }

    .tit-43 {
        font-size: 31px;
    }

    .tit-44 {
        font-size: 32px;
    }

    .tit-45 {
        font-size: 33px;
    }

    .tit-46 {
        font-size: 34px;
    }

    .tit-47 {
        font-size: 35px;
    }

    .tit-48 {
        font-size: 36px;
    }

    .tit-49 {
        font-size: 37px;
    }

    .tit-50 {
        font-size: 34px;
    }

    .tit-51 {
        font-size: 35px;
    }

    .tit-52 {
        font-size: 36px;
    }

    .tit-53 {
        font-size: 37px;
    }

    .tit-54 {
        font-size: 38px;
    }

    .tit-55 {
        font-size: 39px;
    }

    .tit-56 {
        font-size: 40px;
    }

    .tit-57 {
        font-size: 41px;
    }

    .tit-58 {
        font-size: 42px;
    }

    .tit-59 {
        font-size: 43px;
    }

    .tit-60 {
        font-size: 44px;
    }

    .tit-61 {
        font-size: 45px;
    }

    .tit-62 {
        font-size: 46px;
    }

    .tit-63 {
        font-size: 47px;
    }

    .tit-64 {
        font-size: 48px;
    }

    .tit-65 {
        font-size: 49px;
    }

    .tit-66 {
        font-size: 50px;
    }

    .tit-67 {
        font-size: 51px;
    }

    .tit-68 {
        font-size: 52px;
    }

    .tit-69 {
        font-size: 53px;
    }

    .tit-70 {
        font-size: 54px;
    }

    .tit-71 {
        font-size: 47px;
    }

    .tit-72 {
        font-size: 48px;
    }

    .tit-73 {
        font-size: 49px;
    }

    .tit-74 {
        font-size: 50px;
    }

    .tit-75 {
        font-size: 51px;
    }

    .tit-76 {
        font-size: 52px;
    }

    .tit-77 {
        font-size: 53px;
    }

    .tit-78 {
        font-size: 54px;
    }

    .tit-79 {
        font-size: 55px;
    }

    .tit-80 {
        font-size: 56px;
    }
}
@media (max-width: 768px) {
    .tit-15 {
        font-size: 14px;
    }
    .tit-16 {
        font-size: 14px;
    }
    .tit-17 {
        font-size: 14px;
    }
    .tit-18 {
        font-size: 14px;
    }

    .tit-20 {
        font-size: 16px;
    }

    .tit-33 {
        font-size: 20px;
    }

    .tit-34 {
        font-size: 21px;
    }

    .tit-35 {
        font-size: 22px;
    }

    .tit-36 {
        font-size: 23px;
    }

    .tit-37 {
        font-size: 24px;
    }

    .tit-38 {
        font-size: 25px;
    }

    .tit-39 {
        font-size: 26px;
    }

    .tit-40 {
        font-size: 24px;
    }

    .tit-41 {
        font-size: 25px;
    }

    .tit-42 {
        font-size: 26px;
    }

    .tit-43 {
        font-size: 27px;
    }

    .tit-44 {
        font-size: 28px;
    }

    .tit-45 {
        font-size: 29px;
    }

    .tit-46 {
        font-size: 30px;
    }

    .tit-47 {
        font-size: 31px;
    }

    .tit-48 {
        font-size: 32px;
    }

    .tit-49 {
        font-size: 33px;
    }

    .tit-50 {
        font-size: 28px;
    }

    .tit-51 {
        font-size: 29px;
    }

    .tit-52 {
        font-size: 30px;
    }

    .tit-53 {
        font-size: 31px;
    }

    .tit-54 {
        font-size: 32px;
    }

    .tit-55 {
        font-size: 33px;
    }

    .tit-56 {
        font-size: 34px;
    }

    .tit-57 {
        font-size: 35px;
    }

    .tit-58 {
        font-size: 36px;
    }

    .tit-59 {
        font-size: 37px;
    }

    .tit-60 {
        font-size: 36px;
    }

    .tit-61 {
        font-size: 37px;
    }

    .tit-62 {
        font-size: 38px;
    }

    .tit-63 {
        font-size: 39px;
    }

    .tit-64 {
        font-size: 40px;
    }

    .tit-65 {
        font-size: 41px;
    }

    .tit-66 {
        font-size: 42px;
    }

    .tit-67 {
        font-size: 43px;
    }

    .tit-68 {
        font-size: 44px;
    }

    .tit-69 {
        font-size: 45px;
    }

    .tit-70 {
        font-size: 46px;
    }

    .tit-70 {
        font-size: 42px;
    }

    .tit-71 {
        font-size: 43px;
    }

    .tit-72 {
        font-size: 44px;
    }

    .tit-73 {
        font-size: 45px;
    }

    .tit-74 {
        font-size: 46px;
    }

    .tit-75 {
        font-size: 47px;
    }

    .tit-76 {
        font-size: 48px;
    }

    .tit-77 {
        font-size: 49px;
    }

    .tit-78 {
        font-size: 50px;
    }

    .tit-79 {
        font-size: 51px;
    }

    .tit-80 {
        font-size: 52px;
    }
}
/*正文字号*/
.conbox-14 {
    font-size: 14 px;
    line-height: 1.8;
}

.conbox-15 {
    font-size: 15 px;
    line-height: 1.8;
}

.conbox-16 {
    font-size: 16 px;
    line-height: 1.8;
}

.conbox-17 {
    font-size: 17 px;
    line-height: 1.8;
}

.conbox-18 {
    font-size: 18 px;
    line-height: 1.8;
}

.conbox-19 {
    font-size: 19 px;
    line-height: 1.8;
}

.conbox-20 {
    font-size: 20 px;
    line-height: 1.8;
}

.conbox-21 {
    font-size: 21 px;
    line-height: 1.8;
}

.conbox-22 {
    font-size: 22 px;
    line-height: 1.8;
}

.conbox-23 {
    font-size: 23 px;
    line-height: 1.8;
}

.conbox-24 {
    font-size: 24 px;
    line-height: 1.8;
}

@media (max-width: 1481px) {
    .conbox-18 {
        font-size: 16px;
    }

    .conbox-20 {
        font-size: 18px;
    }

    .conbox-24 {
        font-size: 20px;
    }
}
@media (max-width: 1281px) {
    .conbox-14 {
        font-size: 13px;
    }

    .conbox-16 {
        font-size: 14px;
    }

    .conbox-18 {
        font-size: 15px;
    }

    .conbox-20 {
        font-size: 15px;
    }

    .conbox-24 {
        font-size: 16px;
    }
}
/*弹性盒样式*/
.f-no {
    display: flex;
    flex-flow: row wrap;
}

.f-no-b-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.f-no-b-start {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.f-no-b-stretch {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
}

.f-no-c-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.f-no-c-start {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-start;
}

.f-no-c-stretch {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
}

.f-no-s-center {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.f-no-s-end {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.f-no-s-stretch {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.f-no-end-start {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}

.f-no-col {
    display: flex;
    flex-flow: column wrap;
}

.f-no-col-b-center {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
}

.f-no-col-c-center {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.f-no-col-s-center {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: center;
}

.f-no-col-s-end {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-end;
}

.f-no-col-c-start {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-start;
}

.f-no-col-b-start {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.f-no-col-end-start {
    display: flex;
    flex-flow: column wrap;
    justify-content: flex-end;
    align-items: flex-start;
}

/*响应隐藏样式*/
.pc-block {
    display: block;
}

.pc-block-768 {
    display: block;
}

.pc-block-767 {
    display: block;
}

.m-block {
    display: none;
}

.m-block-767 {
    display: none;
}

.m-block-768 {
    display: none;
}

@media (max-width: 1024px) {
    .pc-block {
        display: none;
    }

    .m-block {
        display: block;
    }
}
@media (max-width: 768px) {
    .pc-block-768 {
        display: none;
    }

    .m-block-768 {
        display: block;
    }
}
@media (max-width: 767px) {
    .pc-block-767 {
        display: none;
    }

    .m-block-767 {
        display: block;
    }
}
/*常用样式类名*/
.poa-middle {
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.tran-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(calc(-50% + 0.5px), calc(-50% + 0.5px));
}

.text-hide {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.img-cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.pointer {
    cursor: pointer;
}

.bgtop {
    background-position: top;
}

.containbg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.text-justif {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-l {
    text-transform: lowercase;
}

.text-u {
    text-transform: uppercase;
}

.text-c {
    text-transform: capitalize;
}

.text-bold {
    font-weight: bold;
}

.centerh {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.centerv {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.centerblock {
    margin-left: auto;
    margin-right: auto;
}

.shadow1 {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.15);
}

.full {
    width: 100%;
    height: 100%;
}

.fullw {
    width: 100%;
}

.fullh {
    height: 100%;
}

.fullvh {
    height: 100vh;
}

.top {
    top: 0;
}

.btm {
    bottom: 0;
}

.lt {
    left: 0;
}

.rt {
    right: 0;
}

.block {
    display: block;
}

.inlineblock {
    display: inline-block;
}

.notrans {
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
}

.no-hover {
    pointer-events: none !important;
    cursor: default;
}

.trans3d0 {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.round {
    border-radius: 50%;
}

.mt0 {
    margin-top: 0;
}

.mb0 {
    margin-bottom: 0;
}

.in-block {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*网站主体区域宽度样式*/
.w100 {
    width: 100%;
}

.w1720 {
    max-width: 1720px;
    width: 90%;
    margin: 0 auto;
}

.w1300 {
    width: 1300px;
    margin: 0 auto;
}
@media (max-width: 1350px) {
    .w1300 {
        width: 94%;
    }
}

.w1080 {
    width: 1080px;
    margin: 0 auto;
}
@media (max-width: 1100px) {
    .w1080 {
        width: 94%;
    }
}

.w1070 {
    width: 1070px;
    margin: 0 auto;
}
@media (max-width: 1100px) {
    .w1070 {
        width: 94%;
    }
}

/*分页样式*/
.wpage {
    text-align: center;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: center;
}
.wpage .gonum{
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    margin: 0 3px;
    padding:5px 10px;
}
.wpage .gobbtn{
    width: 50px;
    height: 45px;
    line-height: 45px;
    margin: 0 3px;
    background:#fff;
    border-radius:10px;
    transition:all .5s;
    cursor:pointer;
}
.wpage .gobbtn:hover{
    color:#1E50E6;
}

.page {
    padding: 2.35rem 0 0;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    clear: both;
    /*display: inline-block;*/
}
.page span{
    text-decoration: none;
    color: #666;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    margin: 0 3px;
    display: block;
    float: left;
    transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
    cursor:pointer;
}
.page span.current{
    color:#1E50E6;
}
.page a {
    text-decoration: none;
    color: #666;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    margin: 0 3px;
    display: block;
    float: left;
    transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a.active {
    color: #1947ba;
    transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page span.laypage_curr {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 3px;
    display: inline-block;
    color: #1947ba;
    transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a:hover {
    text-decoration: none;
    color: #fff;
    color: #1E50E6;
    transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page .prev {
    margin-right: .5rem;
}

.page .next {
    margin-left: .5rem;
}

.page .next, .page .prev {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition: all .5s;
}
.page .next .icon, .page .prev .icon {
    width: 25px;
    height: 25px;
    fill: #000;
}

.page .next:hover, .page .prev:hover {
    background: #1E50E6;
    color: #fff;
}
.page .next:hover .icon, .page .prev:hover .icon {
    fill: #fff;
}


.page #pagination-next, .page #pagination-prev {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition: all .5s;
}
.page #pagination-next .icon, .page #pagination-prev .icon {
    width: 25px;
    height: 25px;
    fill: #000;
}

.page #pagination-next:hover, .page #pagination-prev:hover {
    background: #1E50E6;
    color: #fff;
}
.page #pagination-next:hover .icon, .page #pagination-prev:hover .icon {
    fill: #fff;
}
.page .pagination-wrap{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
.page .pagination-wrap li{
    cursor:pointer;
    text-decoration: none;
    color: #666;
    width: auto;
    padding:0 10px;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    margin: 0 3px;
    display: block;
    transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}
.page .pagination-wrap li.pagination-current{
    color:#1947ba;
}




.page span.laypage_curr {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 3px;
    display: inline-block;
    color: #1947ba;
    transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a:hover {
    text-decoration: none;
    color: #fff;
    color: #1E50E6;
    transition: 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.page a[rel="prev"] {
    margin-right: .5rem;
}

.page a[rel="next"] {
    margin-left: .5rem;
}

.page a[rel="next"], .page a[rel="prev"] {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition: all .5s;
}
.page a[rel="next"] .icon, .page a[rel="prev"] .icon {
    width: 25px;
    height: 25px;
    fill: #000;
}

.page a[rel="next"]:hover, .page a[rel="prev"]:hover {
    background: #1E50E6;
    color: #fff;
}
.page a[rel="next"]:hover .icon, .page a[rel="prev"]:hover .icon {
    fill: #fff;
}

@media (max-width: 768px) {
    .wpage .page {
        padding-top: 1rem;
    }
}
/*分页样式end*/
@media (max-width: 767px) {
    .wrap {
        padding: 30px;
    }

    .page a,.page span {
        width: 1.25rem;
        height: 1.25rem;
        line-height: 1.25rem;
        border-radius: .25rem;
        margin: 0 3px;
    }
    .wpage .gonum{
        width: 1.25rem;
        height: 1.25rem;
        line-height: 1.25rem;
        border-radius: .25rem;
    }
    .wpage .allpage{
        height: 1.25rem !important;
        line-height:1.25rem !important;
    }
    .wpage .gobbtn{
        width: 40px;
        height: 1.25rem;
        line-height: 1.25rem;
    }
}
.wrap-sm {
    padding: 30px;
}

@media (max-width: 767px) {
    .wrap-sm {
        padding: 15px;
    }
}
.wrap-xs {
    padding: 20px;
}

@media (max-width: 767px) {
    .wrap-xs {
        padding: 10px;
    }
}
.p-v-xs {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 767px) {
    .p-v-xs {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.p-v-sm {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 767px) {
    .p-v-sm {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
.p-v-md {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 959px) {
    .p-v-md {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .p-v-md {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.p-v-lg {
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (max-width: 959px) {
    .p-v-lg {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
@media (max-width: 767px) {
    .p-v-lg {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.p-h-sm {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 767px) {
    .p-h-sm {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.pt0 {
    padding-top: 0;
}

.pb0 {
    padding-bottom: 0;
}

.m-v-lg {
    margin-top: 100px;
    margin-bottom: 100px;
}

@media (max-width: 959px) {
    .m-v-lg {
        margin-top: 70px;
        margin-bottom: 70px;
    }
}
@media (max-width: 767px) {
    .m-v-lg {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
.m-b-xxs {
    margin-bottom: 5px;
}

.m-b-xs {
    margin-bottom: 10px;
}

.m-b-sm {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .m-b-sm {
        margin-bottom: 15px;
    }
}
.m-b-md {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .m-b-md {
        margin-bottom: 20px;
    }
}
.m-b-lg {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .m-b-lg {
        margin-bottom: 40px;
    }
}
.m-b-xl {
    margin-bottom: 100px;
}

@media (max-width: 959px) {
    .m-b-xl {
        margin-bottom: 70px;
    }
}
@media (max-width: 767px) {
    .m-b-xl {
        margin-bottom: 50px;
    }
}
.m-t-xxs {
    margin-top: 5px;
}

.m-t-xs {
    margin-top: 10px;
}

.m-t-sm {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .m-t-sm {
        margin-top: 15px;
    }
}
.m-t-md {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .m-t-md {
        margin-top: 20px;
    }
}
.m-t-lg {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .m-t-lg {
        margin-top: 40px;
    }
}
.m-r-xxs {
    margin-right: 5px;
}

.m-r-xs {
    margin-right: 10px;
}

.m-r-sm {
    margin-right: 20px;
}

@media (max-width: 767px) {
    .m-r-sm {
        margin-right: 10px;
    }
}
.m-l-xxs {
    margin-left: 5px;
}

.m-l-xs {
    margin-left: 10px;
}

.m-l-sm {
    margin-left: 20px;
}

@media (max-width: 767px) {
    .m-l-sm {
        margin-left: 10px;
    }
}
@media (max-width: 767px) and (orientation: portrait) {
    .phone-v-fullw {
        width: 100%;
    }

    .phone-v-p0 {
        padding: 0;
    }
}
/*常用css3动画样式*/
.trans {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all 0.4s;
}

.trans2 {
    -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.trans-md {
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all 0.8s;
}

.trans-md2 {
    -webkit-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
    -o-transition: all 0.8s cubic-bezier(1, 0, 0, 1);
    transition: all 0.8s cubic-bezier(1, 0, 0, 1);
}

/*loadering动画样式2*/
.anim-loader {
    animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

.anim-fade-out {
    -webkit-animation: fade_out .5s ease forwards;
    animation: fade_out 0.5s ease forwards;
}

/*模块加载的loading-2*/
.ajax-loader {
    background: rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    z-index: 1036;
}

.tt-ajax-loader .ajax-loader {
    visibility: visible;
    opacity: 1;
}

.tt-ajax-loader .ajax-loader .loader-icon .line {
    -webkit-animation: loader 1829ms linear infinite,loader_dash 2156ms ease-in-out infinite;
    animation: loader 1829ms linear infinite, loader_dash 2156ms ease-in-out infinite;
}

/*end*/
/*入场动画样式*/
.cssanimations .anim_emt, .cssanimations .anim_group .anim_item {
    visibility: hidden;
}

.cssanimations .anim_emt.visb, .cssanimations .anim_group .anim_item.visb {
    visibility: inherit;
}

.anim_emt.start {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.anim_emt.start.scale_up {
    -webkit-animation-name: mk_scale;
    animation-name: mk_scale;
}
.anim_emt.start.scale_down {
    -webkit-animation-name: mk_scale2;
    animation-name: mk_scale2;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}

.anim_emt.start.fade_in {
    -webkit-animation-name: mk_fade;
    animation-name: mk_fade;
}

.anim_emt.start.r_to_l {
    -webkit-animation-name: mk_right_to_left;
    animation-name: mk_right_to_left;
}

.anim_emt.start.l_to_r {
    -webkit-animation-name: mk_left_to_right;
    animation-name: mk_left_to_right;
}

.anim_emt.start.t_to_b {
    -webkit-animation-name: mk_top_to_bottom;
    animation-name: mk_top_to_bottom;
}

.anim_emt.start.b_to_t {
    -webkit-animation-name: mk_bottom_to_top;
    animation-name: mk_bottom_to_top;
}

.anim_emt.start.path_r_to_l {
    -webkit-animation-name: path_r_to_l;
    animation-name: path_r_to_l;
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
}



.slide_anim {
    visibility: hidden;
}

.slide_anim.start {
    visibility: visible;
}

.slide_anim.b_to_t.start {
    -webkit-animation: mk_bottom_to_top 1.2s;
    animation: mk_bottom_to_top 1.2s;
}

.anim_emt.palx_img.start {
    overflow: hidden;
    -webkit-animation-name: tt_palx_wrap;
    animation-name: tt_palx_wrap;
}

.anim_emt.palx_img.start .img-wrap {
    -webkit-animation: tt_palx_img 1.2s;
    animation: tt_palx_img 1.2s;
}


@keyframes path_r_to_l {
    0% {
        -webkit-clip-path: inset(0 0 0 93%);
        clip-path: inset(0 0 0 93%);
    }
    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
    }
}
@keyframes tt_palx_wrap {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes tt_palx_img {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes loader {
    to {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}
@keyframes loader_dash {
    from {
        stroke-dasharray: 0 150;
        stroke-dashoffset: 0;
    }
    to {
        stroke-dasharray: 100 150;
        stroke-dashoffset: -140;
    }
}
@keyframes line_w100 {
    to {
        left: 100%;
    }
}
@keyframes rotate_360 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes fade_out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fade_in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fade_out_in {
    0%,100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
@keyframes mk_scale {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes mk_scale2 {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .5;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes mk_fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes mk_left_to_right {
    0% {
        -webkit-transform: translateX(-1.5rem);
        transform: translateX(-1.5rem);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes mk_right_to_left {
    0% {
        -webkit-transform: translateX(1.5rem);
        transform: translateX(1.5rem);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes mk_bottom_to_top {
    0% {
        -webkit-transform: translateY(1.5rem);
        transform: translateY(1.5rem);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes mk_top_to_bottom {
    0% {
        -webkit-transform: translateY(-1.5rem);
        transform: translateY(-1.5rem);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes mk_spt {
    0% {
        -webkit-transform: translateY(10%);
        transform: translateY(10%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
.js-m {
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m.animate {
    opacity: 1;
    transform: translate(0, 0);
}

.js-m-2-1 {
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
}

.js-m-2-1.animate {
    opacity: 1;
    transform: translate(0, 0);
}

.a-del1 {
    animation-delay: 0.1s;
}

.a-del2 {
    animation-delay: 0.2s;
}

.a-del3 {
    animation-delay: 0.3s;
}

.a-del4 {
    animation-delay: 0.4s;
}

.a-del5 {
    animation-delay: 0.5s;
}

.a-del6 {
    animation-delay: 0.6s;
}

.a-del7 {
    animation-delay: 0.7s;
}

.a-del8 {
    animation-delay: 0.8s;
}

.a-del9 {
    animation-delay: 0.9s;
}

.a-del10 {
    animation-delay: 1s;
}


.a-del11{
    animation-delay: 1.1s;
}
.a-del12{
    animation-delay: 1.2s;
}
.a-del13{
    animation-delay: 1.3s;
}
.a-del14{
    animation-delay: 1.4s;
}
.a-del15{
    animation-delay: 1.5s;
}
.a-del20{
    animation-delay: 2s;
}

.a-dur1 {
    animation-duration: 0.3s;
}

.a-dur2 {
    animation-duration: 0.4s;
}

.a-dur3 {
    animation-duration: 0.5s;
}

.a-dur4 {
    animation-duration: 0.6s;
}

.a-dur5 {
    animation-duration: 0.7s;
}

.a-dur6 {
    animation-duration: 0.8s;
}

.a-dur7 {
    animation-duration: 0.9s;
}

.a-dur8 {
    animation-duration: 1s;
}

.a-dur9 {
    animation-duration: 1.1s;
}

.a-dur10 {
    animation-duration: 1.2s;
}

.a-dur11 {
    animation-duration: 1.3s;
}

.a-dur12 {
    animation-duration: 1.4s;
}

.a-dur13 {
    animation-duration: 1.5s;
}

.a-dur14 {
    animation-duration: 1.6s;
}

.a-dur15 {
    animation-duration: 1.7s;
}

.a-dur16 {
    animation-duration: 1.8s;
}

.a-dur17 {
    animation-duration: 1.9s;
}

.a-dur18 {
    animation-duration: 2s;
}

.t-del1 {
    transition-delay: 0.1s;
}

.t-del2 {
    transition-delay: 0.2s;
}

.t-del3 {
    transition-delay: 0.3s;
}

.t-del4 {
    transition-delay: 0.4s;
}

.t-del5 {
    transition-delay: 0.5s;
}

.t-del6 {
    transition-delay: 0.6s;
}

.t-del7 {
    transition-delay: 0.7s;
}

.t-del8 {
    transition-delay: 0.8s;
}

.t-del9 {
    transition-delay: 0.9s;
}

.t-del10 {
    transition-delay: 1s;
}


.line-1 {
    line-height: 1.1;
}

.line-2 {
    line-height: 1.2;
}

.line-3 {
    line-height: 1.3;
}

.line-4 {
    line-height: 1.4;
}

.line-5 {
    line-height: 1.5;
}

.line-6 {
    line-height: 1.6;
}

.line-7 {
    line-height: 1.7;
}

.line-8 {
    line-height: 1.8;
}

.line-9 {
    line-height: 1.9;
}

.line-10 {
    line-height: 2;
}

.line-11 {
    line-height: 2.1;
}

.line-12 {
    line-height: 2.2;
}

.n-video {
    padding-bottom: 5.75rem;
}
.n-video .subbox {
    position: relative;
    width: 100%;
    height: 2.5rem;
    left: 0;
    bottom: 0;
    z-index: 2;
    border-bottom: 2px solid rgba(220, 220, 220, 0.2);
}
.n-video .n-subbox2 {
    width: 870px;
    position: relative;
    z-index: 3;
}
.n-video .n-subbox2 a {
    line-height: 2.5rem;
    color: #808080;
    position: relative;
    transition: all .5s;
}
.n-video .n-subbox2 a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #000;
    bottom: 2px;
    left: 0;
    opacity: 0;
    transition: all .5s;
}
.n-video .n-subbox2 a:hover,
.n-video .n-subbox2 a.cur {
    color: #000;
    font-weight: bold;
}
.n-video .n-subbox2 a:hover:before,.n-video .n-subbox2 a.cur:before {
    opacity: 1;
}
.n-video .video-list2 {
    position: relative;
    padding: 2rem 2rem 1.85rem;
    background: rgba(255, 255, 255, 0.6);
    z-index: 2;
}
.n-video .video-list2 .formbox .input1 {
    width: 280px;
    height: 50px;
    background: #fff;
    border: 2px solid #e3e3e3;
    padding: 0 50px 0 .5rem;
    border-radius: .2rem;
}
.n-video .video-list2 .formbox .input2 {
    width: 30px;
    height: 30px;
    background: transparent;
    z-index: 2;
}
.n-video .video-list2 .formbox .btn {
    position: absolute;
    width: 30px;
    height: 30px;
    right: .4rem;
    top: 50%;
    margin-top: -15px;
    cursor:pointer;
}
.n-video .video-list2 .formbox .btn .icon {
    width: 22px;
    height: 22px;
    fill: #999;
}
.n-video .video-list2 .warpselectbox {
    width: 405px;
    position: relative;
    z-index: 3;
}
.n-video .video-list2 .warpselectbox .selectbox {
    width: 120px;
    height: 50px;
    margin-right: 15px;
    position: relative;
    z-index: 3;
}
.n-video .video-list2 .warpselectbox .selectbox span {
    margin-right: 10px;
}
.n-video .video-list2 .warpselectbox .selectbox .icon {
    width: 12px;
    height: 12px;
    fill: #000;
}
.n-video .video-list2 .warpselectbox .selectbox .selecttop {
    width: 100%;
    height: 50px;
    background: #fff;
    border: 2px solid #e3e3e3;
    border-radius: .2rem;
    cursor: pointer;
    padding: 0 .4rem;
    position: relative;
    z-index: 3;
}
.n-video .video-list2 .warpselectbox .selectbox .selectitem {
    position: absolute;
    left: 0;
    top: 42px;
    width: 100%;
    background: #f4f4f4;
    max-height: 150px;
    padding: 15px 5px 10px;
    border-radius: .2rem;
    overflow-y: auto;
    display: none;
}
.n-video .video-list2 .warpselectbox .selectbox .item {
    height: .8rem;
    line-height: .8rem;
    padding: 0 15px;
    background: transparent;
    cursor: pointer;
    border-bottom: none;
}
.n-video .video-list2 .warpselectbox .selectbox .item:hover {
    color: #fff;
    background: #000;
}
.n-video .video-list2 .warpselectbox .selectbox:hover .selecttop {
    color: #999;
}
.n-video .video-list2 .warpselectbox .selectbox:hover .icon {
    fill: #999;
}
.n-video .video-warpbox {
    padding: 0 2rem;
    position: relative;
    z-index: 1;
}
.n-video .video-warpbox .item {
    width: 32.13%;
    margin-right: 1.805%;
    margin-bottom: 2rem;
}
.n-video .video-warpbox .img {
    height: 8.5rem;
    margin-bottom: 1rem;
    border-radius: .65rem;
    overflow: hidden;
}
.n-video .video-warpbox .img1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: all .5s;
}
.n-video .video-warpbox .item:nth-child(3n) {
    margin-right: 0;
}
.n-video .video-warpbox .tit3 {
    margin-bottom: .5rem;
}
.n-video .video-warpbox .tit4 {
    color: #666;
}
.n-video .video-warpbox .item:hover .img1 {
    transform: scale(1.1);
}
.n-video .video-warpbox .item:hover .tit4 {
    color: #1E50E6;
}
.n-video .video-warpbox .item:hover .svgs {
    transform: rotate(360deg);
}
.n-video .video-warpbox .item:hover .videobtn .path-loop {
    animation: run 2.5s linear forwards;
}
.n-video .video-warpbox .item:hover .videobtn .path-loop-bg {
    opacity: 1;
}
.n-video .video-warpbox .item:hover .icon {
    transform: scale(0.9);
}
.n-video .video-warpbox .videobtn{
    width: 1.5rem;
    height: 1.5rem;
}
.n-video .videobtn .svgs {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}
.n-video .videobtn .tit3{
    position: absolute;
    top:-2.75rem;
    z-index:2;
    width:90vw;
    line-height:1.2;
}
.n-video .videobtn .svgs .path-loop {
    stroke-dasharray: 360;
    stroke-dashoffset: 280;
    opacity: 1;
}
.n-video .videobtn {
    width: 2.2rem;
    height: 2.2rem;
    z-index: 9;
    cursor: pointer;
}
.n-video .videobtn .icon {
    width: 25px;
    height: 25px;
    fill: #fff;
    transition: all .8s;
}
.n-video .videobtn .svgs {
    transform: rotate(90deg);
    transition: all .8s;
}
@keyframes run {
    to {
        stroke-dashoffset: 0;
    }
}
.warpvideo {
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

.warpvideo.active {
    height: auto;
    overflow-y: auto;
}

.video-container {
    width: 100vw;
    height: 100vh;
    position:absolute;
    left: 0;
    top: 0;
    z-index: 5;
    transition: transform 1s ease-in-out;
}
body.active .video-container{
    transform: translate3d(0, -100vh, 0) scale3d(1, 1, 1);
}
.warp2video{
    background:#fff;
    position: relative;
    transition: transform 1s ease-in-out;
    transform: translate3d(0, 100vh, 0) scale3d(1, 1, 1);
    z-index:6;
}
body.active .warp2video{
    transform: translate3d(0, 2.5rem, 0) scale3d(1, 1, 1);
}
.video-container > .swiper-wrapper > .swiper-slide {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.video-container > .swiper-wrapper > .swiper-slide .slide-inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.video-container .pcvideo {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
}
.video-container .pcvideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-container .pcvideo .mvideobg{
    height:calc(100vh - 60px);
    width:100%;
    object-fit:cover;
}
.video-container > .swiper-wrapper > .swiper-slide:hover .svgs {
    transform: rotate(360deg);
}
.video-container > .swiper-wrapper > .swiper-slide:hover .videobtn .path-loop {
    animation: run 2.5s linear forwards;
}
.video-container > .swiper-wrapper > .swiper-slide:hover .videobtn .path-loop-bg {
    opacity: 1;
}
.video-container > .swiper-wrapper > .swiper-slide:hover .icon {
    transform: scale(0.9);
}
.video-container .btn {
    width: 138px;
    height: 46px;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    bottom: 2.2rem;
    left: 50%;
    overflow: hidden;
    z-index: 3;
    transition: all .5s;
}
.video-container .btn:before {
    content: "";
    position: absolute;
    width: 102%;
    height: 102%;
    left: -.5%;
    bottom: 0;
    background: #fff;
    transform: scale(1, 0);
    transform-origin: 50% 100%;
    transition: all .5s ease;
    z-index: -1;
}
.video-container .btn:hover {
    /*background:#fff;*/
    color: #1E50E6;
    border: 2px solid transparent;
}
.video-container .btn:hover:before {
    transform: scale(1, 1);
}
.video-container .warptabvideo {
    padding: 0 40px;
    right: 2.4rem;
    bottom: 1.25rem;
    width: 56.25%;
    position: absolute;
    z-index: 4;
}
.video-container .warptabvideo .button-prev, .video-container .warptabvideo .button-next {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -30px;
    cursor:pointer;
}
.video-container .warptabvideo .button-prev .icon, .video-container .warptabvideo .button-next .icon {
    width: 30px;
    height: 30px;
    fill: #fff;
}
.video-container .warptabvideo .button-prev {
    left: 0;
    transform: rotate(-180deg);
}
.video-container .warptabvideo .button-next {
    right: 0;
}
.video-container .tabvideo {
    width: 100%;
    z-index: 3;
}
.video-container .tabvideo .img {
    height: 4.3rem;
    border-radius: .85rem;
}
.video-container .tabvideo .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-container .tabvideo .tit3 {
    margin-top: .35rem;
}
.video-container .tabvideo .item {
    cursor: pointer;
}
.video-container .swiper-pagination {
    bottom: 1.2rem !important;
    z-index: 4;
    position: absolute;
    width: 100% !important;
}
.video-container .swiper-pagination span {
    width: 1rem;
    height: 4px;
    margin-right: .25rem;
    border-radius: 0;
    background: #fff;
    opacity: .9;
    transition: all .5s;
}
.video-container .swiper-pagination span.swiper-pagination-bullet-active {
    opacity: 1;
    background: #1E50E6;
}


@media (max-width: 1024px) {
    .n-video .video-list2 {
        padding: 1.5rem 6% 1.5rem;
    }

    .n-video .video-warpbox {
        padding: 0 6%;
    }

    .n-video .subbox {
        display: none;
    }

    .n-video .video-list2 .warpselectbox {
        width: 100%;
        margin-bottom: .6rem;
    }

    .n-video .video-list2 .warpselectbox .selectbox {
        width: 31%;
    }

    .n-video .video-list2 .warpselectbox .selectbox:last-child {
        margin-right: 0;
    }

    .n-video .video-list2 .formbox {
        width: 100%;
    }

    .n-video .video-list2 .formbox .input1 {
        width: 100%;
    }
    .video-container{
        height:calc(100vh - 60px);
        position: relative;
    }
    .video-container > .swiper-wrapper > .swiper-slide{
        height:calc(100vh - 60px);
    }
    .warpvideo {
        height: auto;
        overflow-y: auto;
    }
    .video-container .warptabvideo{
        bottom:3rem;
    }
    .video-container .btn{
        bottom:3.5rem;
    }
    .warp2video{
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    }
}
@media (max-width: 996px) {
    .n-video .video-warpbox .img {
        height: 5.5rem;
    }

    .n-video .video-warpbox .item {
        margin-bottom: 1rem;
    }
}
@media (max-width: 767px) {
    .n-video .video-warpbox .img {
        height: 7rem;
    }

    .n-video .video-warpbox .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: .65rem;
    }

    .n-video .video-list2 .warpselectbox .selectbox {
        width: 100%;
        margin-bottom: .4rem;
        margin-right: 0;
    }

    .n-video .video-list2 .warpselectbox .select1 {
        position: relative;
        z-index: 5;
    }

    .n-video .video-list2 .warpselectbox .select2 {
        position: relative;
        z-index: 4;
    }

    .n-video .video-list2 .warpselectbox .select3 {
        position: relative;
        z-index: 3;
    }

    .n-video .video-list2 .warpselectbox {
        margin-bottom: 0;
    }

    .video-container .warptabvideo {
        right: 6%;
        bottom: 3rem;
        width: 78.25%;
    }

    .video-container .tabvideo .img {
        height: 2.2rem;
        border-radius: 0.25rem;
    }

    .video-container .warptabvideo .button-prev, .video-container .warptabvideo .button-next {
        margin-top: -24px;
    }

    .video-container .btn{
        width:120px;
        height:40px;
    }
    .n-video .video-warpbox .img{
        margin-bottom:.65rem;
    }
    .n-video .video-warpbox .tit3{
        margin-bottom:.3rem;
    }
}

.about-list1 {
    padding: 2.75rem 2rem 3rem;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
.about-list1 .contentbox {
    width: 1480px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    z-index: 3;
}
.about-list1 .contentbox .p {
    width: 54%;
}
.about-list1 .title {
    padding-left: 20px;
    margin-bottom: 1rem;
    position: relative;
    z-index: 3;
    margin: 0 0 1.25rem;
}
.about-list1 .title:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
    left: 0;
}
.about-list1 .leftitem {
    width: 31%;
    padding-top: 1.25rem;
    position: relative;
    z-index:3;
}
.about-list1 .leftitem .item {
    padding: .5rem 0;
    margin-bottom:1rem;
    border-bottom: 2px solid #f5f5f5;
}
.about-list1 .leftitem .item:last-child{
    margin-bottom:0;
}
.about-list1 .leftitem .item .icon {
    width: 2.2rem;
    height: 1.75rem;
    margin-right: .9rem;
}
.about-list1 .leftitem .itemright p {
    color: #101010;
}
.about-list1 .leftitem .itemright .tit5 {
    margin-bottom: 5px;
}
.about-list1 .leftitem .sp {
    color: #1E50E6;
}
.about-list1 .videobox {
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
    opacity:0;

}
@media (min-width: 1024px) {
    .about-list1 .videobox {
        -webkit-clip-path: polygon(44.6% 33%, 56% 25.8%, 55.9% 70.8%, 44.6% 77.4%);
        clip-path:polygon(44.6% 33%, 56% 25.8%, 55.9% 70.8%, 44.6% 77.4%);
    }

}
.about-list1 .videobox .pcvideo {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
.about-list1 .videobox .video {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-list1 .videobox .videobtn {
    cursor: pointer;
    opacity:0;
}
.about-list1 .videobox .bgimg {
    width: 8.5rem;
    z-index: 2;
}
.about-list1 .videobox:hover .img1 {
    transform: scale(1.1);
}
.about-list1 .videobox:hover .tit4 {
    color: #1E50E6;
}
.about-list1 .videobox .videobtn:hover .svgs {
    transform: rotate(360deg);
}
.about-list1 .videobox .videobtn:hover .path-loop {
    animation: run 2.5s linear forwards;
}
.about-list1 .videobox .videobtn:hover .path-loop-bg {
    opacity: 1;
}
.about-list1 .videobox .videobtn:hover .icon {
    transform: scale(0.9);
}
.about-list1 .videobtn .svgs {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
}
.about-list1 .videobtn .svgs .path-loop {
    stroke-dasharray: 360;
    stroke-dashoffset: 280;
    opacity: 1;
}
.about-list1 .videobtn {
    width: 2rem;
    height: 2rem;
    z-index: 9;
}
.about-list1 .videobtn .icon {
    width: 25px;
    height: 25px;
    fill: #fff;
    transition: all .8s;
}
.about-list1 .videobtn .svgs {
    transform: rotate(90deg);
    transition: all .8s;
}
@keyframes run {
    to {
        stroke-dashoffset: 0;
    }
}
.warpabout{
    height:100vh;
    width:100%;
    overflow: hidden;
}
.about-list2 {
    padding: 2.75rem 2rem 4.5rem;
    overflow: hidden;
    position: relative;
    background:#fff;
    z-index: 5;
}
.about-list2 .contentbox {
    position: relative;
    z-index: 3;
}
.about-list2 .title {
    padding-left: 20px;
    margin-bottom: 1rem;
    position: relative;
    z-index: 3;
    margin: 0 0 1rem;
}
.about-list2 .title:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
    left: 0;
}
.about-list2 .leftbox {
    width: 45.14%;
    padding-top: .5rem;
    max-height: 14rem;
    padding-right:10px;
    overflow: hidden;
}
.about-list2 .leftbox .textbox{
    position: relative;
}
.about-list2 .leftbox.active{
    overflow-y: auto;
}
.about-list2 .img {
    width: 44.85%;
    border-radius: .4rem;
    overflow: hidden;
}

.about-list3 {
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 2;
}
.about-list3 .contentbox {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.about-list3 .warptitle {
    position: absolute;
    top: 3rem;
    width: 100%;
    padding: 0 2rem;
    left: 0;
    z-index: 3;
}
.about-list3 .title {
    padding-left: 20px;
    z-index: 3;
}
.about-list3 .title:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
    left: 0;
}
.about-list3 .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.about-list3 .bg2 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.about-list3 .ul {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.about-list3 .ul .swiper-slide {
    padding: 11.5rem 1.25rem 0;
    /*justify-content: flex-end;*/
    align-content: center;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    transition: background .5s;
}
.about-list3 .ul .swiper-slide:last-child {
    border-right: none;
}
.about-list3 .ul .tit3 {
    transition: all .5s;
}
.about-list3 .ul .tit5 {
    height:34px;
    /*display:none;*/
}
.about-list3 .ul .tit4 {
    margin-top: 2rem;
    opacity: .5;
    transition: all .5s;
}
.about-list3 .ul .icon {
    width: 2.25rem;
    margin: 0 auto 1rem;
    display: block;
    transition: all .5s;
    opacity: 0;
}
.about-list3 .ul .text {
    width: 100%;
    transition: all .5s;
}
.about-list3 .ul .swiper-slide:hover {
    background: rgba(31, 87, 168, 0.5);
    backdrop-filter: blur(18px);
}
/*.about-list3 .ul .swiper-slide:hover .tit5 {
  display: none;
}*/
.about-list3 .ul .swiper-slide:hover .tit4 {
    opacity: 1;
}
.about-list3 .ul .swiper-slide:hover .icon {
    opacity: 1;
}
.about-list3 .ul .swiper-slide:hover .text {
    transform: translate(0, -1rem);
}

.about-list4 {
    position: relative;
    z-index: 3;
    padding: 3rem 2rem 3.25rem;
}
.about-list4 .title {
    padding-left: 20px;
    z-index: 3;
}
.about-list4 .title:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
    left: 0;
}
.about-list4 .tabul {
    margin-top: .7rem;
}
.about-list4 .tabul .li {
    margin-right: .5rem;
    width: 140px;
    height: 42px;
    border-radius: .2rem;
    border: 1px solid #50C8FF;
    color: #50C8FF;
    transition: all .5s;
    cursor: pointer;
}
.about-list4 .tabul .li:hover, .about-list4 .tabul .li.cur {
    background: #1E50E6;
    border: 1px solid #50C8FF;
    color: #fff;
}
.about-list1 .videobox p{
    width:5rem;
    bottom:-1rem;
    z-index:2;
}
@media (max-width: 1481px) {
    .about-list3 .ul .swiper-slide{
        padding: 10rem 1.25rem 0;
    }
    .about-list3 .ul .tit4{
        font-size:13px;
    }
    .about-list3 .ul .tit4{
        margin-top:1.5rem;
    }
}
@media (max-width: 1024px) {
    .about-list2 {
        padding: 2rem 6% 3rem;
    }

    .about-list1 {
        padding: 2rem 0 0;
    }

    .about-list3 .warptitle {
        padding: 0 6%;
        top: 2rem;
    }

    .about-list4 {
        padding: 2rem 6% 3.25rem;
    }
    .about-list1 .videobox{
        position: relative;
    }
    .about-list1 .videobox .bgimg{
        display:none;
    }
    .about-list1{
        height:auto;
    }
    .about-list1 .leftitem{
        width: 48%;
        padding-top: 0;
    }

    .about-list1 .title,.about-list1 .contentbox{
        width:88%;
        margin:0 auto;
    }
    .about-list1 .title{
        margin-bottom:1rem;
    }
    .about-list1 .contentbox{
        margin-bottom:2.5rem;
    }
    .about-list1 .videobox .pcvideo{
        clip-path: initial;
    }
    .about-list1 .mvideo{
        width:100%;
        height:20rem;
    }
    .about-list1 .mvideo .videobg{
        width:100%;
        height:100%;
        object-fit:cover;
    }
    .about-list1 .videobox{
        height:auto;
    }
    .about-list3 .ul .swiper-slide{
        padding: 13.5rem 1.25rem 0;
    }
    .warpabout{
        height:auto;
    }
}
@media (max-width: 996px) {
    .about-list2 .leftbox {
        width: 100%;
        margin-bottom: 1.25rem;
        padding-top: 0;
        max-height: none;
    }

    .about-list2 .img {
        width: 100%;
    }

    .about-list3 {
        height: 60vh;
    }

    .about-list3 .ul .swiper-slide {
        /*padding-bottom: 2.5rem;*/
        padding-top:8rem;
    }
}
@media (max-width: 767px) {
    .about-list3 .ul .tit4 {
        margin-top: 1rem;
    }

    .about-list3 .ul .icon {
        width: 1.75rem;
    }
    .about-list1 .leftitem{
        width:100%;
    }
    .about-list1 .leftitem .item .icon{
        width:1.8rem;
        height:1.25rem;
    }
    .about-list1 .leftitem .item .icon img{
        max-height:100%;
    }
    .about-list1 .mvideo{
        height:10rem;
    }
    .about-list2 .title{
        margin-bottom:1rem;
    }
    .about-list1 .leftitem .item{
        margin-bottom:0;
    }
    .about-list3 .ul .swiper-slide{
        padding: 5.5rem .65rem 0;
    }
}
.dialog2 {
    z-index: 99;
}
.dialog2 .dialog__content {
    width: 91.66% !important;
    max-width: none !important;
    min-width: 290px;
    padding: 2.75rem 3.25rem 3.5rem !important;
    background: #fff;
    text-align: left !important;
    border-radius: .5rem;
}
.dialog2 .contentbox {
    overflow-y: auto;
    max-height: 65vh;
    padding-right: 15px;
}
.dialog2 .closebtn {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    right: .75rem;
    top: 1rem;
    z-index: 2;
    background: transparent;
    transition: all .3s;
}
.dialog2 .closebtn:hover {
    transform: scale(0.9);
}
.dialog2 .itemtop {
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 2.2rem;
}
.dialog2 .itemtop .p {
    color: #808080;
    width:61%;
    max-width:100%;
}
.dialog2 .title {
    padding-left: 20px;
    z-index: 3;
    margin-bottom: 1.2rem;
}
.dialog2 .title:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 34px;
    top: 50%;
    margin-top: -17px;
    background: linear-gradient(0deg, #1E50E6 0%, #50C8FF 100%);
    left: 0;
}
.dialog2 .itemlist2 {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1.75rem;
}
.dialog2 .itemlist2 .li {
    background: url(../img/busbg2.png) no-repeat center center;
    background-size: 100% 100%;
    width: 17.5%;
    height: 2.2rem;
    margin-right: 10%;
    margin-bottom: 1.9rem;
    padding: 0 .65rem;
    text-align: center;
}
.dialog2 .itemlist2 .li span {
    display: block;
    text-align: center;
}
.dialog2 .itemlist2 .li:nth-child(4n) {
    margin-right: 0;
}
.dialog2 .itemlist3 .tit {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    padding: .25rem .4rem;
    border-radius: .4rem;
    left: .3rem;
    bottom: .3rem;
    z-index: 3;
}
.dialog2 .itemlist3 .li .bg {
    transition: all .8s;
    transform: scale(1.01);
}
.dialog2 .itemlist3 .li:hover .bg {
    transform: scale(1.1);
}
.dialog2 .itemlist3 .leftbox {
    width: 62%;
    margin-right: 2.2%;
}
.dialog2 .itemlist3 .leftbox .li {
    border-radius: .65rem;
}
.dialog2 .itemlist3 .leftbox .bg {
    width: 100%;
    height: 100%;
    height: 18rem;
}
.dialog2 .itemlist3 .rightbox {
    width: 35.8%;
}
.dialog2 .itemlist3 .rightbox .li {
    width: calc(50% - .375rem);
    border-radius: .65rem;
    margin-bottom: .75rem;
}
.dialog2 .itemlist3 .rightbox .li .bg {
    height: 8.5rem;
}
.dialog2 .itemlist3 .rightbox .li:nth-child(2) {
    margin-right: 0;
}
.dialog2 .itemlist3 .rightbox .li:nth-child(3) {
    width: 100%;
}
.dialog2 .itemlist3 .rightbox .li:nth-child(3) .bg {
    height: 8.75rem;
}

@media (max-width: 1280px) {
    .dialog2 .dialog__content {
        padding: 2rem 6% !important;
    }
}
@media (max-width: 996px) {
    .dialog2 .closebtn {
        top: .5rem;
    }

    .dialog2 .itemtop {
        padding-bottom: 1rem;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 1.2rem;
    }

    .dialog2 .itemlist2 .li {
        width: 45%;
        margin-right: 10%;
    }

    .dialog2 .itemlist2 .li:nth-child(2n) {
        margin-right: 0;
    }

    .dialog2 .itemlist3 .leftbox {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
    }

    .dialog2 .itemlist3 .rightbox {
        width: 100%;
    }
    .dialog2 .itemtop .p{
        width:100%;
    }
}
@media (max-width: 767px) {
    .dialog2 .dialog__content {
        padding: 0;
        width: 90%;
    }

    .dialog2 .closebtn {
        top: 8px;
    }

    .dialog2 .itemlist3 .leftbox .bg {
        height: 9rem;
    }

    .dialog2 .itemlist3 .rightbox .li .bg {
        width: 100%;
        height: 6rem;
    }

    .dialog2 .itemlist3 .rightbox .li {
        width: 100%;
    }
}
.dialog {
    z-index: 99;
}
.dialog .dialog__content {
    width: 80%;
    max-width: 1000px;
    min-width: 290px;
    padding: 30px !important;
    background: transparent;
}
.dialog .closebtn {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 0;
    z-index: 2;
    background: transparent;
}
.dialog .closebtn .icon {
    width: 24px;
    height: 24px;
    fill: #fff;
}
.dialog .video {
    width: 100%;
}
.dialog .video video {
    width: 100%;
}

@media (max-width: 767px) {
    .dialog .dialog__content {
        padding: 0 !important;
        width: 90%;
    }

    .dialog .closebtn {
        top: -35px;
    }
}
@keyframes warn {
    0% {
        transform: scale(0) translate(-50%, -50%);
        opacity: 1;
    }
    100% {
        transform: scale(1) translate(-50%, -50%);
        opacity: 0;
    }
}


@keyframes clipath {
    0% {
        clip-path: circle(5.2% at 49% 45.5%);
    }
    100% {
        clip-path: circle(100% at 50% 50%);
    }
}


.n-about{
    position: relative;
    z-index:1;
    overflow:hidden;
}

.about-list1 .videobox.scr-el{
    animation-name: clipath2;
}
.about-list1 .scr-el {
    animation-play-state: paused;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: calc(var(--go) * -1s);
    animation-timing-function: ease-in-out;
}

@keyframes clipath {
    0% {
        clip-path: circle(5.2% at 49% 45.5%);
    }
    100% {
        clip-path: circle(100% at 50% 50%);
    }
}



@keyframes clipath2 {
    0% {
        -webkit-clip-path:polygon(44.5% 32%, 56% 24.8%, 56% 71.2%, 44.5% 78%);
        clip-path: polygon(44.5% 32%, 56% 24.8%, 56% 71.2%, 44.5% 78%);
        /*-webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);*/
    }
    100% {
        -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    }
}

