* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    outline: none;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif !important;
}

body {
    width: 100%;
    overflow-x: hidden;
    opacity: 0;
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif !important;
}

body.overflow {
    overflow: hidden !important;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

img {
    object-fit: cover;
    vertical-align: middle;
}

img:not(.none) {
    max-width: 100%;
    max-height: 100%;
}

textarea {
    resize: none;
    font-family: inherit;
}

button {
    border: none;
    cursor: pointer;
}

.bezier .swiper-wrapper,
.div_bezier {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1) !important;
}

table {
    border-collapse: collapse;
}

#my-scrollbar {
    height: 100vh;
}

.scroll-content {
    overflow: hidden;
}

.scrollbar-thumb {
    width: 5px !important;
}

@media screen and (max-width: 1024px) {
    .scrollbar-thumb {
        width: 0 !important;
    }
}

.scrollbar-track-y {
    z-index: 9999 !important;
}

.scrollbar-track {
    background-color: transparent !important;
    right: 0 !important;
}

.scrollbar-track:hover {
    cursor: grab;
}

.scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5) !important;
}

#my-scrollbar .scroll-content > section,
#my-scrollbar .scroll-content > footer {
    overflow: hidden;
}

@media screen and (max-width: 1023px) {
    #my-scrollbar section {
        overflow: hidden;
    }
}

/**/
.public_banner img {
    width: 100%;
}

.public_nav {
    padding: 60px 0 0 0;
    position: relative;
    z-index: 1;
}

.public_nav:after {
    content: '';
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #E5E5E5;
    z-index: -1;
}

.public_nav .wrap {
    width: 58.33333333vw;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.public_nav .wrap .item .circle {
    width: 9px;
    height: 9px;
    background: #D0D1D6;
    border-radius: 50%;
    margin: 0 auto 18px;
    position: relative;
}

.public_nav .wrap .item .circle:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #D0D1D6;
    opacity: 0.5;
    border-radius: 50%;
    animation: 1s circle_animate linear infinite;
    pointer-events: none;
}

.public_nav .wrap .item p {
    font-size: 18px;
    font-weight: 500;
    color: #D0D1D6;
}

.public_nav .wrap .item.on .circle {
    background: #E72410;
}

.public_nav .wrap .item.on .circle:after {
    background: #E72410;
}

.public_nav .wrap .item.on p {
    color: #E72410;
}

.public_guide {
    width: 58.33333333vw;
    margin: 90px auto 0;
    display: flex;
    align-items: center;
}

.public_guide a,
.public_guide p {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    transition: 0.6s;
}

.public_guide p {
    margin: 0 7px;
}

.public_guide a:hover {
    color: #E72410;
}

@keyframes circle_animate {
    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}

footer {
    background: #333333;
    padding: 119px 0 45px 0;
}

footer .wrap {
    width: 81.45833333vw;
    margin: auto;
}

footer .wrap .top {
    display: flex;
    justify-content: space-between;
    padding: 0 0 80px;
    margin: 0 0 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .wrap .top .l img {
    width: 13.75vw;
    margin: 0 0 34px;
    display: block;
    filter: brightness(10) grayscale(1);
}

footer .wrap .top .l .list {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    opacity: 0.8;
}

footer .wrap .top .r {
    width: 51.35416667vw;
    display: flex;
    justify-content: space-between;
}

footer .wrap .top .r .item > a {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    display: block;
    margin: 0 0 29px;
}

footer .wrap .top .r .item .level a {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 38px;
    display: block;
}

footer .wrap .top .r .item a {
    transition: 0.6s;
}

footer .wrap .top .r .item a:hover {
    color: #E72410;
}

footer .wrap .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .wrap .bottom .link {
    display: flex;
    align-items: center;
}

footer .wrap .bottom .link p,
footer .wrap .bottom .link a {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.33);
    display: inline-block;
}

footer .wrap .bottom .link > a {
    margin: 0 0 0 79px;
}

footer .wrap .bottom .link a {
    transition: 0.6s;
}

footer .wrap .bottom .link a:hover {
    color: #E72410;
}

footer .wrap .bottom .icon {
    display: flex;
    align-items: center;
}

footer .wrap .bottom .icon .list {
    cursor: pointer;
    position: relative;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .wrap .bottom .icon .list img {
    position: absolute;
    width: 90px;
    max-width: fit-content;
    max-height: fit-content;
    left: 50%;
    transform: translateX(-50%);
    bottom: 120%;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
}

footer .wrap .bottom .icon .list:hover img {
    opacity: 1;
    pointer-events: auto;
}

footer .wrap .bottom .icon .list:not(:last-child) {
    margin: 0 20px 0 0;
}

footer .wrap .bottom .icon .list .iconfont {
    color: #FFFFFF;
    font-size: 24px;
    transition: 0.6s;
    opacity: 0.4;
}

footer .wrap .bottom .icon .list:first-child .iconfont {
    font-size: 30px;
}

footer .wrap .bottom .icon .list:hover .iconfont {
    opacity: 1;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 2.60416666666667vw;
    width: 100%;
    border-bottom: 1px solid rgba(26, 26, 26, 0.06);
}

.header:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFF;
    z-index: -1;
    opacity: 0;
    transition: 1s;
}

.header .head_width {
    width: 58.33333333vw;
    height: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .head_width .logo {
    width: 6.45833333333333vw;
}

.header .head_width .logo img {
    width: 100%;
}

.header .head_width .nav {
    display: flex;
    width: 37.8125vw;
    height: 100%;
    justify-content: space-between;
}

.header .head_width .nav a {
    font-size: 0.72916666666667vw;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 2.60416666666667vw;
    transition: 0.7s;
}

.header .head_width .nav a:hover {
    color: #E72410 !important;
}

.header .head_width .right .mall {
    width: 60px;
    height: 25px;
    background: #E72410;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .head_width .right .mall .iconfont {
    font-size: 13px;
    color: #FFFFFF;
    margin: 0 5px 0 0;
}

.header .head_width .right .mall p {
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}

.header.on:after {
    opacity: 1;
}

.header.on .head_width .nav a {
    color: #1A1A1A;
}

body.white .head_width .nav a {
    color: #fff;
}

body.white .header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

body#block .header:after {
    opacity: 1;
}

body#block .header .head_width .nav a {
    color: #1A1A1A;
}

body#black .header:after {
    opacity: 1;
    background: #37393B;
}

body#black .header .head_width .nav a {
    color: #fff;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: cubic-bezier(0.77, 0, 0.175, 1) 2s;
    clip-path: inset(0 0 0 0);
    background: #fff;
    z-index: 9999999;
    display: none;
}

.loading.on {
    clip-path: inset(0 0 100% 0);
}

.loading .fist {
    position: relative;
}

.loading .fist .fist_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 651px;
    opacity: 0;
    transition: 1s;
}

.loading .fist .circle {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: relative;
    transition: 1s;
}

.loading .fist .circle:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(12, 74, 249, 0);
    border: 1px solid #E2E2E2;
    border-radius: 50%;
    z-index: -1;
    transition: 1s;
}

.loading .fist .circle svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 123%;
    height: 123%;
    transition: 0.6s;
}

.loading .fist .circle svg .path-loop {
    stroke-dashoffset: 157px;
    fill: none;
    stroke: #E72410;
    stroke-miterlimit: 10;
    stroke-width: 0.3px;
}

.loading .fist .circle .rote {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.loading .fist .circle .rote div {
    width: 8px;
    height: 8px;
    background: #E72410;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.6s;
}

.loading .fist .border {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: 1s;
}

.loading .fist .border .red_border {
    width: 125px;
    height: 102px;
    border: 3px solid #E72410;
    border-radius: 16px;
    position: relative;
    z-index: 1;
    transition: 1s;
}

.loading .fist .border .red_border:after {
    content: '';
    position: absolute;
    width: 120%;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: -1;
}

.loading .fist .border .red_border:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 120%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: -1;
}

.loading .fist .border .num {
    font-size: 28px;
    font-weight: bold;
    color: #E72410;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    z-index: 5;
    transition: 1s;
}

.loading .fist.on .circle:after {
    opacity: 0.2;
}

.loading .fist.on .circle .rote,
.loading .fist.on svg {
    opacity: 0;
}

.loading .fist.on .border .red_border {
    opacity: 0.1;
    border: 1px solid #E72410;
    border-radius: 4px;
}

.loading .fist.on .border .num {
    opacity: 0.1;
}

.loading .fist.on_ .fist_logo {
    opacity: 0.8;
}

.loading .fist.on_ .border .num {
    opacity: 0;
}

.loading .fist.on_ .circle {
    opacity: 0;
}

.loading .fist.on_ .border {
    opacity: 0;
}

.loading .fist.on_ .fist_logo {
    transform: translate(-50%, -50%) scale(0.59907834);
    opacity: 1;
}

.fixed_common_alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease;
}

.fixed_common_alert.on {
    opacity: 0!important;
    pointer-events: none!important;
}

.fixed_common_alert .black {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
}

.fixed_common_alert .content {
    position: relative;
    z-index: 3;
    width: 1200px;
    height: auto;
    background: #FFFFFF;
    border-radius: 25px;
    padding: 80px 70px;
    max-width: 90%;
}

.fixed_common_alert .content .p1 {
    font-size: 26px;
    color: #E41937;
    font-weight: bold;
    padding: 0 0 25px;
    margin: 0 0 25px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.fixed_common_alert .content .text {
    font-size: 16px;
    color: #111;
    line-height: 40px;
}

.fixed_common_alert .content .more {
    width: 140px;
    height: 48px;
    background: #d2d2d2;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin: 50px auto 0;
    cursor: pointer;
    transition: .3s ease;
}

.fixed_common_alert .content .more:hover {
    background: #E72410;
    color: #FFFFFF;
}

.fixed_common_alert .color {
    color: #E72410;
    font-size: 14px;
    margin: 25px auto 15px;
    width: fit-content;
    display: block;
}


@media screen and (max-width: 1920px) {
    .header {
        min-height: 48px;
    }

    .header .head_width .logo img, .header .head_width .logo {
        min-width: 124px;
    }

    .header .head_width .nav a {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        position: relative;
        top: 2px;
    }
}

@media screen and (max-width: 1550px) {
    footer .wrap .top .r {
        width: 47.354167vw;
    }
}

@media screen and (max-width: 1366px) {
    footer .wrap .top .l .list {
        font-size: 14px;
        line-height: 37px;
    }

    footer .wrap .top .r .item > a {
        font-size: 15px;
    }

    footer .wrap .top .r .item .level a {
        font-size: 13px;
    }

    footer .wrap {
        width: 88%;
    }

}

@media screen and (max-width: 1200px) {
    .header .head_width .nav a {
        font-size: 13px;
    }

    .header .head_width {
        width: 75%;
    }

    .header .head_width .nav {
        width: 66%;
    }
}

@media screen and (max-width: 1024px) {
    /*body.en ,body#en{*/
    /*  overflow: hidden !important;*/
    /*}*/
    .fixed_common_alert .content {
        height: 74vh;
        padding: 40px 5%;
        border-radius: 20px;
        overflow: hidden;
        overflow-y: scroll;
    }

    .fixed_common_alert .content .p1 {
        font-size: 18px;
        padding: 0 0 15px;
        margin: 0 0 15px;
    }

    .fixed_common_alert .content .text {
        font-size: 13px;
        line-height: 28px;
    }

    .fixed_common_alert .content .more {
        font-size: 13px;
    }

}

@media screen and (max-width: 1023px) {

    .header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
        background: #fff;
    }

    .header .head_width {
        width: 90%;
    }

    .header .head_width .nav {
        display: none;
    }

    .header {
        min-height: 55px;
    }

    .loading .fist .fist_logo {
        max-width: 160%;
    }

    footer .wrap {
        padding: 0 !important;
    }

    footer .wrap .top .r {
        display: none;
    }

    footer .wrap .top .l img {
        min-width: 124px;
        margin: 0 auto 24px;
    }

    footer .wrap .top .l .list {
        font-size: 13px;
        line-height: 27px;
    }

    footer .wrap .top {
        padding: 0 0 32px;
        text-align: center;
        justify-content: center;
    }

    footer .wrap .bottom {
        flex-direction: column;
        align-items: unset;
    }

    footer .wrap .bottom .link {
        flex-direction: column;
        align-items: unset;
        text-align: center;
    }

    footer .wrap .bottom .link > a {
        margin: auto;
    }

    footer .wrap .bottom .link p, footer .wrap .bottom .link a {
        font-size: 13px;
        display: inline;
        line-height: 25px;
    }

    footer .wrap .bottom .icon {
        justify-content: center;
        margin: 15px 0 0 0;
    }

    footer {
        padding: 69px 0 59px 0;
    }

    .public_banner {
        margin: 54px 0 0 0;
    }

    .public_guide {
        width: 90%;
        margin: 74px auto 0;
    }

    .public_guide a, .public_guide p {
        font-size: 12px;
    }

    .public_nav .wrap {
        width: 90%;
    }

    .public_nav .wrap .item p {
        font-size: 14px;
    }

    .public_nav {
        padding: 27px 0 0 0;
    }

    .public_nav:after {
        top: 31px;
    }

    .public_banner img {
        height: 240px !important;
    }

    .loading .fist {
        transform: scale(0.4);
    }

    .loading .fist .border .red_border, .loading .fist .border .num {
        transform: scale(0.85);
    }

    footer {
        height: auto !important;
    }

}

/*# sourceMappingURL=style.css.map */
