@charset "UTF-8";

.w1680 {
    width: 16.8rem;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}

@media (max-width: 1780px) {
    .w1680 {
        width: 90%;
    }
}

@media (max-width: 800px) {
    .w1680 {
        width: 94%;
    }
}

.w1400 {
    width: 14rem;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}

@media (max-width: 1480px) {
    .w1400 {
        width: 90%;
    }
}

@media (max-width: 800px) {
    .w1400 {
        width: 94%;
    }
}

.w1440 {
    width: 14.4rem;
    margin: 0 auto;
    position: relative;
    font-size: 0;
}

@media (max-width: 1520px) {
    .w1440 {
        width: 90%;
    }
}

@media (max-width: 800px) {
    .w1440 {
        width: 94%;
    }
}

@font-face {
    font-family: 'Alibaba-PuHuiTi-Regular';
    src: url("../font/Alibaba-PuHuiTi-Regular.ttf");
}

@font-face {
    font-family: 'Alibaba-PuHuiTi-Medium';
    src: url("../font/Alibaba-PuHuiTi-Medium.ttf");
}

@font-face {
    font-family: 'Alibaba-PuHuiTi-Bold';
    src: url("../font/Alibaba-PuHuiTi-Bold.ttf");
}

* body,
html {
    font-family: 'Alibaba-PuHuiTi-Regular';
}

:root {
    --themes: #b81a35;
    --xhemes: #0091db;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    transition: all ease 0.5s;
    background-color: #fff;
    box-shadow: 0px 0px 7px 0px rgba(202, 216, 230, 0.53);
}

header .hop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    transition: all ease 0.5s;
    align-items: center;
}

header .rav {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    display: flex;
    align-items: center;
}

header .rav .search {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 19px;
    height: 40px;
}

header .rav .search .sc {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

header .rav .search .sc img {
    width: 100%;
    display: block;
}

header .rav .search .sc img:first-child {
    display: block;
}

header .rav .search .sc img:last-child {
    display: none;
}

header .rav .sechom {
    position: absolute;
    z-index: 3;
    right: 0;
    width: 4rem;
    background-color: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
    padding: 0.1rem;
    top: 100%;
    display: none;
}

header .rav .sechom form {
    width: 100%;
    display: block;
    font-size: 0;
}

header .rav .sechom .input {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 2.4em - 0.2rem);
    margin-right: 0.2rem;
}

header .rav .sechom .input .int {
    width: 100%;
    display: block;
    background-color: #fff;
    line-height: 2.4;
    height: 2.4em;
    color: #333;
    padding: 0 0.1rem;
    border: none;
    background-color: #fff;
}

header .rav .sechom .svn {
    display: inline-block;
    vertical-align: middle;
    width: 2.2em;
    height: 2.2em;
    border-radius: 50%;
    background-color: var(--themes);
    position: relative;
}

header .rav .sechom .svn img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    display: block;
    cursor: pointer;
    z-index: 1;
    filter: grayscale(1000%) brightness(2000%);
}

header .rav .sechom .svn input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    cursor: pointer;
    z-index: 3;
    opacity: 0;
}

header .rav .languages {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin: 0 0.1rem;
    text-align: left;
    z-index: 3;
    margin-left: 0.4rem;
}

header .rav .languages .lauges {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

header .rav .languages .lauges .lashow {
    width: 100%;
    position: relative;
    cursor: pointer;
    font-size: 0;
    line-height: 40px;
    white-space: nowrap;
    height: 40px;
    padding-right: 16px;
}

header .rav .languages .lauges .lashow .ac {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    margin-right: 0.1rem;
}

header .rav .languages .lauges .lashow .ac img {
    width: 100%;
    display: block;
}

header .rav .languages .lauges .lashow .ac img:first-child {
    display: block;
}

header .rav .languages .lauges .lashow .ac img:last-child {
    display: none;
}

header .rav .languages .lauges .lashow .am {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    min-width: 40px;
}

header .rav .languages .lauges .lashow:after {
    content: ' ';
    position: absolute;
    right: 0rem;
    top: calc(50%);
    transform: translateY(-50%);
    background-image: url("../images/x1.png");
    width: 9px;
    height: 6px;
    background-size: 100%;
}

header .rav .languages .lauges .language {
    position: absolute;
    z-index: 20;
    top: 100%;
    width: 100%;
    display: none;
    width: 60px;
    width: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

header .rav .languages .lauges .language .latem {
    width: 100%;
}

header .rav .languages .lauges .language .latem a {
    width: 100%;
    display: block;
    color: #333;
    padding: 0 0.1rem;
    line-height: 3;
    text-align: center;
    position: relative;
    background: #efefef;
    overflow: hidden;
}

header .rav .languages .lauges .language .latem a span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

header .rav .languages .lauges .language .latem a:after {
    content: "";
    position: absolute;
    width: 140%;
    height: 100%;
    left: -10%;
    top: 0;
    z-index: -1;
    transform: translate(-105%, 0) skew(-20deg);
    background: var(--themes);
    z-index: 1;
    animation: outHover 0.5s ease 1 forwards;
}

header .rav .languages .lauges .language .latem a:hover {
    color: #fff;
}

header .rav .languages .lauges .language .latem a:hover span {
    color: #fff;
}

header .rav .languages .lauges .language .latem a:hover:after {
    animation-name: onHover;
}

@keyframes onHover {
    from {
        transform: translate(-110%, 0) skew(-20deg);
    }

    to {
        transform: translate(0, 0) skew(-20deg);
    }
}

@keyframes outHover {
    from {
        transform: translate(0, 0) skew(-20deg);
    }

    to {
        transform: translate(110%, 0) skew(-20deg);
    }
}

header .rav .rd {
    display: inline-block;
    vertical-align: middle;
    width: 0.51rem;
    margin-left: 0.3rem;
    cursor: pointer;
}

header .rav .rd img {
    width: 100%;
    display: block;
}

header .rav .menu {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    display: none;
}

header .rav .menu img {
    width: 100%;
    display: block;
}

header .rav .menu .clk {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #333;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

header .rav .langs {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    white-space: nowrap;
}

header .rav .langs .lam {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

header .rav .langs .lam a {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1.5;
    width: auto;
}

header .rav .langs .lam span {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1.5;
    margin: 0 0.1rem;
}

header .rav .langs .lam:last-child span {
    display: none;
}

header .rav .langs .lam:hover a {
    color: var(--themes);
}

header .rav .langs .lam:hover span {
    color: #333;
}

header .rav .stn {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-left: 0.25rem;
    position: relative;
}

header .rav .stn a {
    display: inline-block;
    vertical-align: middle;
    line-height: 2.8;
    height: 2.8em;
    border-radius: 1.4em;
    background-color: #f7f7f7;
    color: #888;
    padding: 0 0.27rem;
    white-space: nowrap;
}

header .rav .stn a span {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    position: relative;
    top: -0.02rem;
    margin-right: 0.1rem;
}

header .rav .stn a span img {
    width: 100%;
    display: block;
}

header .logo {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    font-size: 0;
    white-space: nowrap;
}

header .logo .log {
    width: 1.93rem;
    display: inline-block;
    vertical-align: middle;
}

header .logo .log a,
header .logo .log img {
    width: 100%;
    display: block;
}

header nav {
    width: 100%;
    display: block;
    text-align: center;
}

header nav .natem {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: center;
    font-size: 0;
}

header nav .natem .nas {
    width: auto;
    display: inline-block;
    position: relative;
    margin: 0 0.2rem;
}

header nav .natem .nas a {
    display: inline-block;
    line-height: 1rem;
    color: #333;
    position: relative;
    padding: 0 0.15rem;
    transition: all ease 0.5s;
}

header nav .natem .nas:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: 0rem;
    transform: translateX(-50%);
    opacity: 0;
    background-color: var(--themes);
    transition: all ease 0.5s;
    width: 0;
    height: 0.02rem;
}

header nav .natem .navuls {
    width: 2.2rem;
    width: 2rem;
    position: absolute;
    z-index: 101;
    left: calc(50%);
    top: 100%;
    transform: translateX(-50%);
    display: none;
}

header nav .natem .navuls ul {
    width: 100%;
}

header nav .natem .navuls ul li {
    width: 100%;
    position: relative;
}

header nav .natem .navuls ul li .njm {
    width: 100%;
    font-size: 0;
    border-top: solid 1px rgba(255, 255, 255, 0.15);
    background-color: var(--themes);
}

header nav .natem .navuls ul li .ns {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    line-height: 3;
    color: #fff;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0.1rem;
    position: relative;
    text-align: center;
}

header nav .natem .navuls ul li .theul {
    width: 100%;
    background-color: #fff;
    display: none;
}

header nav .natem .navuls ul li .theul li {
    width: 100%;
    font-size: 0;
}

header nav .natem .navuls ul li .theul li .xn {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 2.5;
    padding: 0 0.2rem;
}

header nav .natem .navuls ul li .theul li .xn:hover {
    color: #333;
}

header nav .natem .navuls ul li:hover .ns {
    background-color: var(--themes);
    background-color: #fff;
    color: #fff;
    color: var(--themes);
}

header nav .natem .navuls ul li.has-the:after {
    content: "+";
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    position: absolute;
    background: none;
    right: 0;
    left: auto;
    transform: translateX(0);
    top: 0.05rem;
    font-size: 20px;
    color: #333;
    border: none;
    display: none;
}

header nav .natem .navuls ul li.has-the.show:after {
    content: "-";
}

header nav .natem.has-nav .nas .xs {
    display: inline-block;
}

header nav .natem.on .nas a {
    color: var(--themes);
}

header nav .natem.on .nas:after {
    opacity: 1;
    width: 100%;
}

header nav .natem:hover .nas a {
    color: var(--themes);
}

header nav .natem:hover .nas:after {
    opacity: 1;
    width: 100%;
}

@media (max-width: 1200px) {
    header {
        background-color: #fff;
    }

    header .hop {
        align-items: center;
        padding: 0.1rem 0;
        height: calc(40px + 0.2rem);
    }

    header .blace {
        position: fixed;
        z-index: -1;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 450;
        display: none;
        background-color: rgba(0, 0, 0, 0.5);
    }

    header nav {
        width: 100%;
        width: 5rem;
        position: fixed;
        right: -100%;
        top: 0;
        left: auto;
        height: 100vh;
        background-color: #fff;
        margin-right: 0;
        overflow: auto;
        z-index: 500;
        transition: all ease 1.2s;
        padding-left: 0.1rem;
        padding: 0.1rem;
        display: block;
        text-align: left;
        opacity: 0;
        border-top: solid 1px #e5e5e5;
    }

    header nav .natem {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        width: auto;
        width: 100%;
        padding: 0.1rem 0;
        opacity: 0;
        transform: translate(-10px, -30px);
        transition: all .8s ease;
    }

    header nav .natem .nas {
        width: auto;
        display: inline-block;
        text-align: left;
        width: 100%;
        margin: 0;
    }

    header nav .natem .nas a {
        width: auto;
        display: inline-block;
        vertical-align: middle;
        line-height: 2.5;
        color: #333;
        font-weight: bold;
        font-family: 'Alibaba-PuHuiTi-Bold';
        padding: 0 0.3rem;
        position: relative;
    }

    header nav .natem .nas .ik {
        display: none !important;
    }

    header nav .natem .nas a:hover {
        color: var(--themes);
        background-color: transparent;
    }

    header nav .natem .navuls {
        width: 100%;
        position: relative;
        z-index: 101;
        left: 0%;
        top: 0%;
        transform: translateX(0%);
        background: #fff;
        box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
        display: none;
        text-align: left;
    }

    header nav .natem .navuls ul {
        width: 100%;
        padding: 0.1rem 0.2rem;
    }

    header nav .natem .navuls ul li {
        width: 100%;
        display: block;
        position: relative;
        margin-bottom: 0;
    }

    header nav .natem .navuls ul li .njm {
        background-color: #fff;
        border-top: none;
    }

    header nav .natem .navuls ul li .ns {
        width: auto;
        display: inline-block;
        vertical-align: middle;
        line-height: 3;
        color: #333;
        text-align: left !important;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        padding: 0 0.2rem;
        background: #fff;
        position: relative;
    }

    header nav .natem .navuls ul li .ns:hover {
        color: var(--themes);
    }

    header nav .natem .navuls ul li+li {
        border-top: solid 1px #eee;
    }

    header nav .natem .navuls ul li:hover .ns {
        background-color: transparent;
        color: var(--themes);
    }

    header nav .natem .navuls ul li.has-the:after {
        display: block;
    }

    header nav .natem:before {
        display: none !important;
    }

    header nav .natem.on .nas:after {
        display: none;
    }

    header nav .natem.has-nav .nas .xs {
        display: none;
    }

    header nav .natem.has-nav:after {
        content: "+";
        display: inline-block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        position: absolute;
        background: none;
        right: 0;
        left: auto;
        transform: translateX(0);
        top: 0.05rem;
        font-size: 20px;
        color: #333;
        border: none;
    }

    header nav .natem.has-nav.show:after {
        content: "-";
    }

    header nav .natem.animate {
        opacity: 1;
        transform: translate(0, 0);
    }

    header .rav .langs .lam a,
    header .rav .langs .lam span {
        color: #333;
    }

    header .rav .langs .lam:hover a {
        color: var(--themes);
    }

    header .rav .langs .lam:hover span {
        color: #333;
    }

    header .rav .menu {
        width: 30px;
        height: 30px;
        display: inline-block;
        margin-left: 0.15rem;
    }

    header .rav .menu img {
        width: 100%;
        display: block;
        filter: grayscale(1000%) brightness(2000%);
    }

    header .rav .menu .clk {
        line-height: 30px;
    }

    header .rav .searcom {
        width: 80px;
        background-color: #f8f8f8;
    }

    header .rav .searcom .input input {
        color: #333;
    }

    header .rav .searcom .input input::-webkit-input-placeholder,
    header .rav .searcom .input textarea::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.5);
    }

    header .rav .searcom .input input:-moz-placeholder,
    header .rav .searcom .input textarea:-moz-placeholder {
        color: rgba(0, 0, 0, 0.5);
    }

    header .rav .searcom .input input::-moz-placeholder,
    header .rav .searcom .input textarea::-moz-placeholder {
        color: rgba(0, 0, 0, 0.5);
    }

    header .rav .searcom .input input:-ms-input-placeholder,
    header .rav .searcom .input textarea:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.5);
    }

    header .rav .search {
        width: 20px;
        display: inline-block;
        margin-right: 5px;
    }

    header .rav .search .sc {
        width: 15px;
        height: 15px;
    }

    header .rav .search .sc img:first-child {
        display: none;
    }

    header .rav .search .sc img:last-child {
        display: block;
    }

    header .rav .sechom {
        width: 100vw;
        position: fixed;
        left: 0;
        top: calc(40px + 0.2rem);
        padding: 0.15rem;
    }

    header .rav .search .sc img:first-child {
        display: none;
    }

    header .rav .search .sc img:last-child {
        display: block;
    }

    header .rav .languages .lauges .lashow .ac img:first-child {
        display: none;
    }

    header .rav .languages .lauges .lashow .ac img:last-child {
        display: block;
    }

    header .rav .languages .lauges .lashow .am {
        color: #000;
    }

    header .rav .languages .lauges .lashow:after {
        background-image: url("../images/x2.png");
        background-size: 100%;
    }

    header .hot {
        border-bottom: solid 1px rgba(0, 0, 0, 0.08);
    }

    header .hot .hom .hkr .tc img:first-child {
        display: none;
    }

    header .hot .hom .hkr .tc img:last-child {
        display: block;
    }

    header .hot .hom .hkr .tm {
        color: #222;
    }

    header.menu-state .rav .menu img {
        opacity: 0;
    }

    header.menu-state nav {
        opacity: 1;
        right: 0;
    }

    header.menu-state .blace {
        opacity: 1;
    }
}
@media(max-width: 750px){
    header .rav .stn a{height: 40px;line-height: 40px;border-radius: 20px;}
}
.banner {
    width: 100%;
    position: relative;
}

.banner .swiper-slide {
    width: 100%;
    position: relative;
}

.banner .swiper-slide .imgs.pcm {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}

.banner .swiper-slide .imgs.pcm .img {
    width: 100%;
    padding-top: 48.95%;
}

.banner .swiper-slide .imgs.phm {
    width: 100%;
    position: relative;
    overflow: hidden;
    display: none;
}

.banner .swiper-slide .emg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.5);
}

.banner .swiper-slide .imgs.phm .img {
    width: 100%;
    padding-top: 48.95%;
}

.banner .swiper-slide .box {
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 14.4rem;
    max-width: 80%;
    text-align: center;
}

.banner .swiper-slide .box .bit {
    width: 100%;
    color: #fff;
    line-height: 1.2;
    font-family: 'Alibaba-PuHuiTi-Medium';
    opacity: 0;
    transform: translate3d(0, 25%, 0);
    transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s, box-shadow .3s;
}

.banner .swiper-slide .box .bit p {
    color: #fff;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

.banner .swiper-slide .box .lx {
    width: 100%;
    font-size: 0;
    margin: 0.4rem 0;
    opacity: 0;
    transform: translate3d(0, 25%, 0);
    transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s, box-shadow .3s;
}

.banner .swiper-slide .box .lx span {
    display: inline-block;
    vertical-align: middle;
    width: 0.25rem;
    height: 1px;
    background-color: #fff;
}

.banner .swiper-slide .box .eim {
    width: 100%;
    color: #fff;
    line-height: 1.2;
    font-weight: bold;
    font-family: 'Alibaba-PuHuiTi-Bold';
    opacity: 0;
    transform: translate3d(0, 25%, 0);
    transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s, box-shadow .3s;
}

.banner .swiper-slide .box .eim p {
    color: #fff;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

.banner .swiper-slide .box .more {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-top: 0.7rem;
    opacity: 0;
    transform: translate3d(0, 25%, 0);
    transition: opacity 1s ease-out 0.2s, transform 1s ease-out 0.2s, box-shadow .3s;
}

.banner .swiper-slide .box .more a {
    display: inline-block;
    vertical-align: middle;
    background-color: var(--themes);
    color: #fff;
    line-height: 2.8;
    border-radius: 1.4em;
    padding: 0 0.35rem;
    position: relative;
    top: 0;
    transition: all ease 0.5s;
}

.banner .swiper-slide .box .more a span {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    margin-left: 0.1rem;
    position: relative;
    top: -0.02rem;
}

.banner .swiper-slide .box .more a span img {
    width: 100%;
    display: block;
}

.banner .swiper-slide .box .more a:hover {
    top: -0.1rem;
}

.banner .swiper-slide .videoc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 4;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 1;
    transition: all ease 0.5s;
    z-index: 5;
}

.banner .swiper-slide .videoc .vom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.banner .swiper-slide-active .box .bit,
.banner .swiper-slide-active .box .more,
.banner .swiper-slide-active .box .eim,
.banner .swiper-slide-active .box .lx {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.banner .swiper-pagination {
    bottom: 0.3rem;
}

.banner .swiper-pagination-bullet {
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    margin: 0 5px;
    width: 0.1rem;
    height: 0.1rem;
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    margin: 0 5px;
    background-color: #fff;
    border-radius: 50%;
}

.banner .btn {
    position: absolute;
    bottom: 0;
    width: 0.29rem;
    cursor: pointer;
    z-index: 2;
    top: 50%;
    height: 0.51rem;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-50%);
}

.banner .btn img {
    width: 100%;
    display: block;
}

.banner .btn img:first-child {
    display: block;
}

.banner .btn img:last-child {
    display: none;
}

.banner .btn:hover img:first-child {
    display: none;
}

.banner .btn:hover img:last-child {
    display: block;
}

.banner .bl {
    left: 0.6rem;
}

.banner .br {
    right: 0.6rem;
}

@media (max-width: 800px) {
    .banner .swiper-slide .imgs.pcm {
        display: none;
    }

    .banner .swiper-slide .imgs.phm {
        display: block;
    }

    .banner .swiper-slide .box .bit {
        font-size: 16px;
    }

    .banner .swiper-slide .box .eim {
        font-size: 12px;
    }

    .banner .swiper-slide .box .more a {
        font-size: 12px;
    }

    .banner .bl {
        left: 0.05rem;
    }

    .banner .br {
        right: 0.05rem;
    }
}

footer {
    width: 100%;
    background-color: #515151;
}

footer .ftop {
    width: 100%;
    padding: 0.8rem 0 0.8rem;
}

footer .fop {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .fop .fol {
    display: inline-block;
    vertical-align: top;
    width: calc(380 / 1680 * 100%);
}

footer .fop .fol .fogo {
    width: 100%;
    font-size: 0;
}

footer .fop .fol .fogo a {
    display: inline-block;
    vertical-align: middle;
    width: 207px;
}

footer .fop .fol .fogo a img {
    width: 100%;
    display: block;
}

footer .fop .fol .share {
    width: 100%;
    font-size: 0;
    margin-top: 0.5rem;
}

footer .fop .fol .share .am {
    display: inline-block;
    vertical-align: middle;
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    margin-right: 0.1rem;
    position: relative;
    opacity: 1;
    transition: all ease 0.5s;
}

footer .fop .fol .share .am a,
footer .fop .fol .share .am img {
    width: 100%;
    display: block;
}

footer .fop .fol .share .am .codm {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 0.1rem);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
    width: 1.2rem;
    background-color: #fff;
    padding: 0.06rem;
    border-radius: 0.05rem;
    display: none;
    z-index: 2;
}

footer .fop .fol .share .am .codm:after {
    content: ' ';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(100% - 1px);
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #fff transparent;
}

footer .fop .fol .share .am:hover {
    opacity: 1;
    background-color: var(--themes);
}

footer .fop .fol .share .am:hover a img {
    filter: grayscale(1000%) brightness(2000%);
}

footer .fop .fol .share .am:hover .codm {
    display: block;
}

footer .fop .fom {
    display: inline-block;
    vertical-align: top;
    width: calc(830 / 1680 * 100%);
}

footer .fop .fom .flist {
    display: inline-block;
    vertical-align: top;
    width: calc(280 / 840 * 100%);
    text-align: left;
    padding-right: 0.15rem;
}

footer .fop .fom .flist .fit {
    width: 100%;
    font-size: 0;
    margin-bottom: 0.2rem;
}

footer .fop .fom .flist .fit a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1.4;
    font-family: 'Alibaba-PuHuiTi-Medium';
    transition: all ease 0.5s;
}

footer .fop .fom .flist .fit a:hover {
    color: var(--themes);
}

footer .fop .fom .flist .ful {
    width: 100%;
}

footer .fop .fom .flist .ful a {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    color: rgba(255, 255, 255, 0.3);
    transition: all ease 0.5s;
    line-height: 2;
    line-height: 1.5;
    padding: 0.05rem 0;
}

footer .fop .fom .flist .ful a:hover {
    color: #fff;
}

footer .fop .fom .flist .ful div {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.3);
    line-height: 2;
    transition: all ease 0.5s;
}

footer .fop .for {
    display: inline-block;
    vertical-align: top;
    width: calc(380 / 1680 * 100%);
}

footer .fop .for .fit {
    width: 100%;
    font-size: 0;
    margin-bottom: 0.2rem;
}

footer .fop .for .fit a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1.4;
    font-family: 'Alibaba-PuHuiTi-Medium';
    transition: all ease 0.5s;
}

footer .fop .for .fit a:hover {
    color: var(--themes);
}

footer .fop .for .fum {
    width: 100%;
    color: #fff;
    line-height: 1.5;
    font-weight: bold;
    font-family: 'Alibaba-PuHuiTi-Bold';
}

footer .fop .for .fimp {
    width: 100%;
    margin: 0.1rem 0 0rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
}

footer .fop .for .fimp p {
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.75;
}

footer .fbot {
    width: 100%;
    padding: 0.3rem 0;
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

footer .fob {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

footer .fob .fm {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
}

footer .fob .fmk {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

footer .fob .fmk .em {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.5;
    margin-right: 0.1rem;
}

footer .fob .fmk .select {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
    border: none;
    text-align: left;
    position: relative;
    width: 2.9rem;
    z-index: 1;
}

footer .fob .fmk .select .select-con {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 0;
}

footer .fob .fmk .select .select-con .select-value {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    line-height: 3em;
    height: 3em;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    padding: 0 .2rem;
    z-index: 3;
    position: relative;
    background-color: rgba(255, 255, 255, 0.3);
    border: solid 1px rgba(255, 255, 255, 0.1);
}

footer .fob .fmk .select .select-con select {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
}

footer .fob .fmk .select .select-con select option {
    color: #666;
    font-size: .16rem;
    line-height: 2.5;
    background: #fff;
}

footer .fob .fmk .select .select-con .seluls {
    position: absolute;
    left: 0;
    bottom: calc(100%);
    min-width: 100%;
    max-height: 360px;
    overflow: auto;
    display: none;
    box-sizing: border-box;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2;
    box-shadow: 0px 7px 59px 0px rgba(30, 112, 38, 0.16);
    overflow: auto;
    /*滚动条里面小方块*/
    /*滚动条里面轨道*/
}

footer .fob .fmk .select .select-con .seluls .option {
    width: 100%;
    color: #333;
    line-height: 1.75;
    cursor: pointer;
    padding: 0.05rem 0.15rem;
}

footer .fob .fmk .select .select-con .seluls .option:hover {
    background-color: var(--themes);
    color: #fff;
}

footer .fob .fmk .select .select-con .seluls .option+.option {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}

footer .fob .fmk .select .select-con .seluls::-webkit-scrollbar {
    width: 0.08rem;
    ;
    scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

footer .fob .fmk .select .select-con .seluls::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px #eee;
    background: #eee;
    scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

footer .fob .fmk .select .select-con .seluls::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px #fff;
    background: #fff;
}

footer .fob .fmk .select .select-con:after {
    display: inline-block;
    content: "";
    position: absolute;
    right: .3rem;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    z-index: 3;
    width: 8px;
    height: 14px;
    background-image: url("../images/r.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 800px) {
    footer .ftop {
        padding: 0.2rem 0;
    }

    footer .fbot {
        padding: 10px 0;
        border: none;
    }

    footer .fop .fol {
        width: 100%;
        order: 1;
        margin-bottom: 20px;
    }

    footer .fop .fol .share .am {
        width: 0.7rem;
        height: 0.7rem;
    }

    footer .fop .fom {
        width: 100%;
        order: 3;
    }

    footer .fop .fom .flist {
        width: 100%;
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
        position: relative;
    }

    footer .fop .fom .flist .fit {
        width: 100%;
        margin-bottom: 0;
        padding: 0.25rem 0;
        margin-left: 0;
    }

    footer .fop .fom .flist .fit a {
        font-size: 16px;
    }

    footer .fop .fom .flist .ful {
        width: 100%;
        font-size: 0;
        padding-bottom: 0.15rem;
        display: none;
        height: auto;
    }

    footer .fop .fom .flist .ful a {
        line-height: 2;
    }

    footer .fop .fom .flist:last-child {
        border: none;
        border-bottom: solid 1px rgba(255, 255, 255, 0.1);
    }

    footer .fop .fom .flist:first-child {
        border-top: none;
        border-top: solid 1px rgba(255, 255, 255, 0.1);
    }

    footer .fop .fom .flist.has-ful:after {
        content: " ";
        display: inline-block;
        width: 8px;
        height: 14px;
        background-image: url("../images/r.png");
        background-position: center;
        background-size: 100% 100%;
        text-align: center;
        position: absolute;
        right: 0.3rem;
        left: auto;
        transform: translateX(0) rotate(90deg);
        top: 0.35rem;
        color: #333;
        border: none;
        transition: all ease 0.5s;
    }

    footer .fop .fom .flist.has-ful.show:after {
        content: " ";
        transform: translateX(0) rotate(270deg);
    }

    footer .fop .for {
        width: 100%;
        order: 2;
        margin-bottom: 20px;
    }

    footer .fob .fm {
        order: 2;
    }

    footer .fob .fmk {
        width: 100%;
        text-align: center;
        order: 1;
    }

    footer .fob .fmk .select {
        width: 80%;
    }
}

.modular {
    width: 100%;
}

.modular .mitop {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0.5rem;
}

.modular .mitop .mol {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.modular .mitop .mol .em {
    width: 100%;
    color: #333;
    font-weight: bold;
    line-height: 1.2;
}

.modular .mitop .mol .em span {
    color: var(--themes);
}

.modular .mitop .mol .cn {
    width: 100%;
    color: #333;
    line-height: 1.2;
    margin-top: 0.15rem;
}

.modular .mitop .mor {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.modular .mitop .mor a {
    display: inline-block;
    vertical-align: middle;
    background-color: var(--themes);
    color: #fff;
    line-height: 2.8;
    border-radius: 1.4em;
    padding: 0 0.35rem;
    position: relative;
    top: 0;
    transition: all ease 0.5s;
}

.modular .mitop .mor a span {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    margin-left: 0.1rem;
    position: relative;
    top: -0.02rem;
}

.modular .mitop .mor a span img {
    width: 100%;
    display: block;
}

.modular .mitop .mor a:hover {
    top: -0.1rem;
}

.modular .midop {
    width: 100%;
    text-align: center;
    margin-bottom: 0.65rem;
}

.modular .midop .mit {
    width: 100%;
    color: #333;
    line-height: 1.5;
    font-family: 'Alibaba-PuHuiTi-Medium';
}

.modular .midop.white .mit {
    color: #fff;
}

.abouts {
    width: 100%;
    background-color: #f7f8fc;
}

.abouts .abtom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.abouts .abtom .abl {
    display: inline-block;
    vertical-align: middle;
    width: calc(1260 / 1920 * 100%);
    padding: 1rem 1.2rem 1rem calc(120 / 1920 * 100%);
}

.abouts .abtom .abl .ainp {
    width: 100%;
    color: #333;
    line-height: 1.75;
}

.abouts .abtom .abl .ainp p {
    color: #333;
    line-height: 1.75;
}

.abouts .abtom .abl .amgs {
    width: 100%;
    position: relative;
    margin-top: 0.6rem;
}

.abouts .abtom .abl .amgs:after {
    content: ' ';
    position: absolute;
    left: -0.11rem;
    bottom: -0.11rem;
    width: 2.85rem;
    height: 2.64rem;
    display: block;
    background-color: var(--themes);
}

.abouts .abtom .abl .amgs .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.abouts .abtom .abl .amgs .imgs .img {
    width: 100%;
    padding-top: 47.8%;
}

.abouts .abtom .abr {
    display: inline-block;
    vertical-align: middle;
    width: calc(660 / 1920 * 100%);
    background-color: #f0f2f7;
    padding: 1.6rem calc(120 / 1920 * 100%) 1rem 0.6rem;
}

.abouts .abtom .abr .arop {
    width: 100%;
    font-size: 0;
    margin-bottom: 0.25rem;
}

.abouts .abtom .abr .arop .ac {
    display: inline-block;
    vertical-align: middle;
    width: 0.34rem;
    margin-right: 0.2rem;
}

.abouts .abtom .abr .arop .ac img {
    width: 100%;
    display: block;
}

.abouts .abtom .abr .arop .am {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 0.54rem);
}

.abouts .abtom .abr .areuls {
    width: 100%;
    font-size: 0;
}

.abouts .abtom .abr .areuls .ali {
    width: 100%;
    font-size: 0;
    display: block;
    padding: 0.06rem 0;
    margin: 0.06rem 0;
}

.abouts .abtom .abr .areuls .ali .i {
    display: inline-block;
    vertical-align: top;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #c1c6d3;
    margin-right: 0.3rem;
    margin-top: calc(0.8em - 3.5px);
}

.abouts .abtom .abr .areuls .ali .km {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 7px - 0.3rem);
    color: #333;
    line-height: 1.6;
}

.abouts .abtom .abr .areuls .ali:hover .i {
    background-color: var(--themes);
}

.abouts .abtom .abr .areuls .ali:hover .km {
    color: var(--themes);
}

.solutions {
    width: 100%;
    padding: 0.8rem 0;
}

.solutions .solutem {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.solutions .solutem .sol {
    display: inline-block;
    vertical-align: middle;
    width: calc(1000 / 1680 * 100%);
}

.solutions .solutem .sol .solm {
    width: 100%;
    display: none;
}

.solutions .solutem .sol .solm.on {
    display: block;
}

.solutions .solutem .sol a {
    width: 100%;
    display: block;
}

.solutions .solutem .sol .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.solutions .solutem .sol .imgs .img {
    width: 100%;
    padding-top: 59%;
    transition: all ease 0.5s;
}

.solutions .solutem .sol .imgs .sob {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.4rem 0.6rem;
    font-size: 0;
    z-index: 2;
}

.solutions .solutem .sol .imgs .sob .sm {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 0.5rem);
    padding-right: 0.3rem;
    color: #fff;
    line-height: 1.5;
}

.solutions .solutem .sol .imgs .sob .rc {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: var(--xhemes);
}

.solutions .solutem .sol .imgs .sob .rc img {
    width: 100%;
    display: block;
}

.solutions .solutem .sol .solm:hover .imgs .img {
    transform: scale(1.1);
}

.solutions .solutem .sor {
    display: inline-block;
    vertical-align: middle;
    width: calc(620 / 1680 * 100%);
}

.solutions .solutem .sor .sorlist {
    width: 100%;
}

.solutions .solutem .sor .sorlist .sorm {
    width: 100%;
}

.solutions .solutem .sor .sorlist .sorm .sorop {
    width: 100%;
    font-size: 0;
    padding: 0.3rem 0;
    border-bottom: solid 1px #e2e2e2;
    cursor: pointer;
}

.solutions .solutem .sor .sorlist .sorm .sorop .ic {
    display: inline-block;
    vertical-align: middle;
    width: 0.3rem;
    height: 0.3rem;
}

.solutions .solutem .sor .sorlist .sorm .sorop .ic img {
    width: 100%;
    display: block;
}

.solutions .solutem .sor .sorlist .sorm .sorop .ic img:first-child {
    display: block;
}

.solutions .solutem .sor .sorlist .sorm .sorop .ic img:last-child {
    display: none;
}

.solutions .solutem .sor .sorlist .sorm .sorop .mk {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 0.6rem - 0.3rem - 0.32rem);
    margin: 0 0.3rem;
    color: #333;
    line-height: 1.5;
}

.solutions .solutem .sor .sorlist .sorm .sorop .lc {
    display: inline-block;
    vertical-align: middle;
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    background-color: #bbb;
    transition: all ease 0.5s;
}

.solutions .solutem .sor .sorlist .sorm .sorop .lc img {
    width: 100%;
    display: block;
}

.solutions .solutem .sor .sorlist .sorm .scont {
    width: 100%;
    padding: 0.4rem 0.3rem 0.6rem 0.6rem;
    border-bottom: solid 1px #e2e2e2;
    display: none;
}

.solutions .solutem .sor .sorlist .sorm .scont .sinp {
    width: 100%;
    color: #555;
    line-height: 1.75;
}

.solutions .solutem .sor .sorlist .sorm .scont .sinp p {
    color: #555;
    line-height: 1.75;
}

.solutions .solutem .sor .sorlist .sorm .scont .more {
    width: 100%;
    margin-top: 0.45rem;
}

.solutions .solutem .sor .sorlist .sorm .scont .more a {
    display: inline-block;
    vertical-align: middle;
    color: var(--xhemes);
    line-height: 1.6;
}

.solutions .solutem .sor .sorlist .sorm .scont .more a span {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    margin-left: 0.14rem;
    position: relative;
    top: -0.02rem;
    transition: all ease 0.5s;
}

.solutions .solutem .sor .sorlist .sorm .scont .more a span img {
    width: 100%;
    display: block;
}

.solutions .solutem .sor .sorlist .sorm .scont .more a:hover span {
    margin-left: 0.28rem;
}

.solutions .solutem .sor .sorlist .sorm:first-child .sorop {
    border-top: solid 1px #e2e2e2;
}

.solutions .solutem .sor .sorlist .sorm.show .sorop {
    border-bottom: solid 2px var(--xhemes);
}

.solutions .solutem .sor .sorlist .sorm.show .sorop .ic img:first-child {
    display: none;
}

.solutions .solutem .sor .sorlist .sorm.show .sorop .ic img:last-child {
    display: block;
}

.solutions .solutem .sor .sorlist .sorm.show .sorop .mk {
    color: var(--xhemes);
}

.solutions .solutem .sor .sorlist .sorm.show .sorop .lc {
    background-color: var(--xhemes);
    transform: rotate(180deg);
}

.cases {
    width: 100%;
    padding: 0.8rem 0;
    background-color: #f7f8fc;
}

.cases .caspers {
    width: 100%;
    padding-left: calc(120 / 1920 * 100%);
}

.cases .caspers .swiper-slide {
    width: 100%;
    position: relative;
}

.cases .caspers .swiper-slide a {
    width: 100%;
    display: block;
}

.cases .caspers .swiper-slide .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.cases .caspers .swiper-slide .imgs .img {
    width: 100%;
    padding-top: 68.20%;
    transition: all ease 0.5s;
}

.cases .caspers .swiper-slide .loom {
    width: 100%;
    background-color: #fff;
    padding: 0.4rem 0.3rem;
    transition: all ease 0.5s;
}

.cases .caspers .swiper-slide .loom .lt {
    width: 100%;
    color: #333;
    line-height: 1.5;
    margin-bottom: 0.2rem;
}

.cases .caspers .swiper-slide .loom .xim {
    width: 100%;
    color: #333;
    line-height: 1.5;
    height: 4.5em;
}

.cases .caspers .swiper-slide .loom .rc {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #bbb;
    margin-top: 0.35rem;
}

.cases .caspers .swiper-slide .loom .rc img {
    width: 100%;
    display: block;
}

.cases .caspers .swiper-slide .loom .rc img:first-child {
    display: block;
}

.cases .caspers .swiper-slide .loom .rc img:last-child {
    display: none;
}

.cases .caspers .swiper-slide:hover .imgs .img {
    transform: scale(1.1);
}

.cases .caspers .swiper-slide:hover .loom {
    width: 100%;
    background-color: var(--themes);
}

.cases .caspers .swiper-slide:hover .loom .lt,
.cases .caspers .swiper-slide:hover .loom .xim {
    color: #fff;
}

.cases .caspers .swiper-slide:hover .loom .rc {
    background-color: #fff;
}

.cases .caspers .swiper-slide:hover .loom .rc img:first-child {
    display: none;
}

.cases .caspers .swiper-slide:hover .loom .rc img:last-child {
    display: block;
}

@media (max-width: 1780px) {
    .cases .caspers {
        padding-left: 5%;
    }
}

@media (max-width: 800px) {
    .cases .caspers {
        padding-left: 3%;
    }
}

.news {
    width: 100%;
    padding: 0.8rem 0;
    background-color: #f0f2f7;
}

.news .newtem {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news .newtem .nwl {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: calc(780 / 1680 * 100%);
}

.news .newtem .nwl a {
    width: 100%;
    display: block;
}

.news .newtem .nwl .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.news .newtem .nwl .imgs .img {
    width: 100%;
    padding-top: 66.66%;
    transition: all ease 0.5s;
}

.news .newtem .nwl .pob {
    position: absolute;
    bottom: 0;
    background-color: var(--themes);
    opacity: 0.9;
    padding: 0.3rem 0.4rem;
    z-index: 2;
    width: 100%;
    left: 0;
    right: 0;
}

.news .newtem .nwl .pob .time {
    width: 100%;
    color: #fff;
    line-height: 1.5;
}

.news .newtem .nwl .pob .emk {
    width: 100%;
    color: #fff;
    line-height: 1.5;
    margin-top: 0.1rem;
}

.news .newtem .nwl:hover .imgs .img {
    transform: scale(1.1);
}

.news .newtem .nwr {
    display: inline-block;
    vertical-align: middle;
    width: calc(860 / 1680 * 100%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news .newtem .nwr .nwrm {
    display: inline-block;
    vertical-align: middle;
    width: calc(410 / 860 * 100%);
    margin-right: calc(39 / 860 * 100%);
    background-color: #fff;
}

.news .newtem .nwr .nwrm a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.news .newtem .nwr .nwrm .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.news .newtem .nwr .nwrm .imgs .img {
    width: 100%;
    padding-top: 63.41%;
    transition: all ease 0.5s;
}

.news .newtem .nwr .nwrm .ekm {
    width: 100%;
    padding: 0.4rem 0.3rem;
    flex: 1;
}

.news .newtem .nwr .nwrm .ekm .kt {
    width: 100%;
    color: #333;
    line-height: 1.5;
    height: 3em;
}

.news .newtem .nwr .nwrm .ekm .sim {
    width: 100%;
    color: #666;
    line-height: 1.5;
    margin: 0.2rem 0;
    height: 3em;
}

.news .newtem .nwr .nwrm .ekm .time {
    width: 100%;
    color: #666;
    line-height: 1.5;
}

.news .newtem .nwr .nwrm:nth-child(2n) {
    margin-right: 0;
}

.news .newtem .nwr .nwrm:nth-child(2n) a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.news .newtem .nwr .nwrm:hover .imgs .img {
    transform: scale(1.1);
}

.news .newtem .nwr .nwrm:hover .ekm .kt {
    color: var(--themes);
}

.introds {
    width: 100%;
    padding: 1rem 0;
    overflow: hidden;
}

.introds .intrms {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.introds .intrms .inl {
    display: inline-block;
    vertical-align: middle;
    width: calc(960 / 1920 * 100%);
}

.introds .intrms .inl .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.introds .intrms .inl .imgs .img {
    width: 100%;
    padding-top: 75%;
}

.introds .intrms .inr {
    display: inline-block;
    vertical-align: middle;
    width: calc(960 / 1920 * 100%);
    padding: 0.3rem 0.6rem 0.3rem calc(240 / 1920 * 100%);
}

.introds .intrms .inr .int {
    width: 100%;
    color: #333;
    line-height: 1.2;
    font-family: 'Alibaba-PuHuiTi-Medium';
    margin-bottom: 0.14rem;
}

.introds .intrms .inr .sip {
    width: 100%;
    color: var(--themes);
    line-height: 1.5;
    font-family: 'Alibaba-PuHuiTi-Medium';
    margin-bottom: 0.4rem;
}

.introds .intrms .inr .sinp {
    width: 100%;
    color: #333;
    line-height: 1.875;
    overflow: auto;
    max-height: 4.8rem;
    padding-right: 0.3rem;
}

.introds .intrms .inr .sinp p {
    color: #333;
    line-height: 1.875;
}

.introds .intrms .inr .sinp::-webkit-scrollbar {
    width: 0.08rem;
    scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.introds .intrms .inr .sinp::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px #eee;
    background: #eee;
    scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.introds .intrms .inr .sinp::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px #fff;
    background: #fff;
}

@media (max-width: 1780px) {
    .introds .intrms .inr {
        padding-left: 5%;
    }
}

.history {
    width: 100%;
    padding: 1rem 0;
}

.history .hiteom {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.history .hiteom .htl {
    display: inline-block;
    vertical-align: middle;
    width: 1.2rem;
    width: calc(120 / 1440 * 100%);
    background-color: var(--themes);
    overflow: hidden;
    font-size: 0;
    height: 4.6rem;
}

.history .hiteom .htl .swiper-container {
    height: 100%;
}

.history .hiteom .htl .swiper-wrapper {
    height: 100%;
}

.history .hiteom .htl .swiper-slide {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    transition: all ease 0.5s;
    cursor: pointer;
    opacity: 0.7;
}

.history .hiteom .htl .swiper-slide.on {
    transform: scale(1.2);
    opacity: 1;
}

.history .hiteom .htr {
    display: inline-block;
    vertical-align: middle;
    width: calc(1180 / 1440 * 100%);
}

.history .hiteom .htr .swiper-slide {
    width: 100%;
    font-size: 0;
}

.history .hiteom .htr .swiper-slide .swom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.history .hiteom .htr .swiper-slide .imgs {
    display: inline-block;
    vertical-align: middle;
    width: calc(660 / 1180 * 100%);
    position: relative;
    overflow: hidden;
}

.history .hiteom .htr .swiper-slide .imgs .img {
    width: 100%;
    padding-top: 69.69%;
    transition: all ease 0.5s;
}

.history .hiteom .htr .swiper-slide .reom {
    display: inline-block;
    vertical-align: middle;
    width: calc(460 / 1180 * 100%);
}

.history .hiteom .htr .swiper-slide .reom .yet {
    width: 100%;
    color: #333;
    line-height: 1.2;
}

.history .hiteom .htr .swiper-slide .reom .lx {
    width: 0.4rem;
    height: 0.04rem;
    display: block;
    background-color: var(--themes);
    margin: 0.25rem 0 0.35rem;
}

.history .hiteom .htr .swiper-slide .reom .simp {
    width: 100%;
    color: #333;
    line-height: 1.75;
}

.history .hiteom .htr .swiper-slide .reom .simp p {
    color: #333;
    line-height: 1.75;
}

.history .hiteom .htr .swiper-slide .reom .btns {
    width: 100%;
    font-size: 0;
    margin-top: 0.55rem;
}

.history .hiteom .htr .swiper-slide .reom .btns .btn {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #bbb;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 0.2rem;
}

.history .hiteom .htr .swiper-slide .reom .btns .btn img {
    width: 100%;
    display: block;
}

.history .hiteom .htr .swiper-slide .reom .btns .btn:hover {
    background-color: var(--themes);
}

@media (max-width: 800px) {
    .history .hiteom .htl {
        width: 100%;
        height: auto;
    }

    .history .hiteom .htl .swiper-slide {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        padding: 0.1rem;
        line-height: 2;
    }

    .history .hiteom .htr {
        width: 100%;
    }
}

.vipers {
    width: 100%;
    position: relative;
}

.vipers .midop {
    position: absolute;
    top: 1rem;
}

.vipers .swiper-slide {
    width: 100%;
    position: relative;
}

.vipers .swiper-slide .hei {
    width: 100%;
    padding-top: 9rem;
}

.vipers .swiper-slide .somp {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    text-align: center;
    padding: 1rem 0.3rem 0;
    text-align: center;
    z-index: 2;
    cursor: pointer;
}

.vipers .swiper-slide .somp .sic {
    display: block;
    margin: 0 auto 0.6rem;
    width: 0.7rem;
    position: relative;
}

.vipers .swiper-slide .somp .sic img {
    width: 100%;
    display: block;
}

.vipers .swiper-slide .somp .vit {
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 1.3;
}

.vipers .swiper-slide .somp .vinp {
    width: 100%;
    transition: all ease 0.5s;
    color: #fff;
    line-height: 1.875;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    height: 9.375em;
    margin-top: 0.4rem;
}

.vipers .swiper-slide .xum {
    position: absolute;
    bottom: 1.1rem;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    width: 100%;
    z-index: 2;
}

.vipers .swiper-slide.on .vinp {
    opacity: 1;
}

.vipers .swiper-slide+.swiper-slide {
    border-left: solid 1px rgba(255, 255, 255, 0.1);
}

@media (max-width: 800px) {
    .vipers .swiper-slide .somp .vinp {
        opacity: 1;
    }
}

.message {
    width: 100%;
    padding: 1rem 0;
}

.message .form {
    width: 100%;
    display: block;
}

.message .row {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.message .row .intem {
    display: inline-block;
    width: calc(460 / 1440 * 100%);
    margin-right: calc(29 / 1440 * 100%);
    margin-bottom: 0.3rem;
    padding: 0 0.3rem;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
}

.message .row .intem .name {
    display: inline-block;
    vertical-align: middle;
    width: 4em;
    color: #333;
    line-height: 3;
}

.message .row .intem .int {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 4em - 0.1rem);
}

.message .row .intem .int input {
    width: 100%;
    display: block;
    border: none;
    background-color: transparent;
    height: 3em;
    line-height: 3;
    color: #333;
}

.message .row .intem:nth-child(3n) {
    margin-right: 0;
}

.message .text {
    width: 100%;
    display: flex;
    align-items: flex-start;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
    padding: 0.15rem 0.3rem;
    margin-bottom: 0.3rem;
}

.message .text .name {
    display: inline-block;
    vertical-align: middle;
    width: 4em;
    color: #333;
    line-height: 1.75;
}

.message .text .txt {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 4em - 0.1rem);
    border: none;
    background-color: transparent;
    line-height: 1.75;
    color: #333;
}

.message .sub {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.message .sub .sur {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.message .sub .sur .stn {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0 0.4rem;
    line-height: 3;
    height: 3em;
    color: #fff;
    background-color: var(--themes);
    border-radius: 1.5em;
    cursor: pointer;
    position: relative;
    top: 0;
    transition: all ease 0.5s;
}

.message .sub .sur .stn span {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    position: relative;
    top: -0.02rem;
    margin-left: 0.1rem;
}

.message .sub .sur .stn span img {
    width: 100%;
    display: block;
}

.message .sub .sur .stn .snc {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}

.message .sub .sur .stn:hover {
    top: -0.1rem;
}

.message .sub .sul {
    display: inline-block;
    vertical-align: middle;
    width: calc(460 / 1440 * 100%);
}

.message .sub .sul .intem {
    display: inline-block;
    width: 100%;
    padding: 0 0.1rem 0 0.3rem;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: solid 1px #eeeeee;
}

.message .sub .sul .intem .name {
    display: inline-block;
    vertical-align: middle;
    width: 4em;
    color: #333;
    line-height: 3;
}

.message .sub .sul .intem .int {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 4em - 0.1rem);
    font-size: 0;
}

.message .sub .sul .intem .int input {
    width: calc(100% - 80px);
    display: inline-block;
    vertical-align: middle;
    border: none;
    background-color: transparent;
    height: 3em;
    line-height: 3;
    color: #333;
}

.message .sub .sul .intem .int .yzm {
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    padding: 0.1rem 0;
}

.message .sub .sul .intem .int .yzm img {
    width: 100%;
    display: block;
}

.honors {
    width: 100%;
    padding: 1rem 0;
    background-color: #fafafa;
    overflow: hidden;
}

.honors .honpers {
    width: 100%;
    position: relative;
}

.honors .honpers .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #eee;
}

.honors .honpers .btn img {
    width: 100%;
    display: block;
}

.honors .honpers .btn:hover {
    background-color: var(--themes);
}

.honors .honpers .bl {
    left: -0.6rem;
}

.honors .honpers .br {
    right: -0.6rem;
}

.honors .honpers .swiper-slide {
    width: 100%;
}

.honors .honpers .swiper-slide .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all ease 0.5s;
    transform: scale(0.8);
}

.honors .honpers .swiper-slide .imgs .img {
    width: 100%;
    padding-top: 137.97%;
    transition: all ease 0.5s;
}

.honors .honpers .swiper-slide .sim {
    width: 100%;
    text-align: center;
    color: #333;
    line-height: 2;
    margin-top: 0.3rem;
    opacity: 0;
    transition: all ease 0.5s;
}

.honors .honpers .swiper-slide-active .imgs {
    transform: scale(1);
}

.honors .honpers .swiper-slide-active .sim {
    opacity: 1;
}

@media (max-width: 1480px) {
    .honors .honpers .bl {
        left: -0.25rem;
    }

    .honors .honpers .br {
        right: -0.25rem;
    }
}


/*弹出层相关*/
.c-btn{display: inline-block;vertical-align: top;font-size: 14px;color: #fff;line-height: 1.43;text-align: center;cursor: pointer;user-select: none;border: 1px solid transparent;border-radius: 4px;padding: 6px 12px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.c-btn:hover{color: #fff;}
.c-blue{background-color: #0d6efd;border: 1px solid #0d6efd;}
.c-blue:hover{background-color: #0b5ed7;border-color: #0b5ed7;}
.c-white{background-color: #fff;border: 1px solid #dee2e6;color: #666;transition: all .3s;}
.c-white:hover,
.c-white:focus,
.c-white:active{color: #333;background-color:#e6e6e6;border-color:#adadad;}
.hn-tip{width: 100%;position: fixed;left: 0;top: 0;z-index: 987654321;}
.hn-mask{width: 100%;height: 100%;position: fixed;left: 0;top: 0;visibility: hidden;opacity: 0;z-index: 987654321;background-color: rgba(0,0,0,0.1);transition: all .3s cubic-bezier(.25,.1,.25,1);}
.hn-tip .hn-mask{background-color: transparent;}
.hn-msg{position: fixed;left: 50%;top: 50%;z-index: 987654321;max-width: 500px;transform: translate(-50%,-50%) scale(0.5);opacity: 0;visibility: hidden;font-size: 14px;color: #fff;background-color: rgba(0,0,0,0.6);border-radius: 2px;padding: 12px 25px;transition: all .3s cubic-bezier(.25,.1,.25,1);}
.hn-tip.show .hn-mask{visibility: visible;opacity: 1;}
.hn-tip.show .hn-msg{transform: translate(-50%,-50%) scale(1);opacity: 1;visibility: visible;}
.hn-load{width: 100%;position: fixed;left: 0;top: 0;z-index: 987654321;}
.hn-load-cont{position: fixed;left: 50%;top: 50%;z-index: 987654321;max-width: 500px;transform: translate(-50%,-50%) scale(0.5);opacity: 0;visibility: hidden;transition: all .3s cubic-bezier(.25,.1,.25,1);}
.hn-load-icon{width: 32px;height: 32px;margin: 0 auto;background-image: url(../images/load.gif);background-repeat: no-repeat;background-position: 100% 100%;}
.hn-load-title{font-size: 14px;color: #333;text-align: center;margin-top: 10px;}
.hn-load.show .hn-mask{visibility: visible;opacity: 1;}
.hn-load.show .hn-load-cont{transform: translate(-50%,-50%) scale(1);opacity: 1;visibility: visible;}
.hn-confirm{width: 100%;position: fixed;left: 0;top: 0;z-index: 987654321;border-radius: 2px 2px 0 0;}
.hn-confirm-dialog{width: auto;min-width: 300px;position: fixed;left: 0;top: 0;z-index: 987654321;transform: scale(0.5);opacity: 0;visibility: hidden;background-color: #fff;transition: transform .3s cubic-bezier(.25,.1,.25,1),opacity .3s cubic-bezier(.25,.1,.25,1);}
.hn-confirm-title{padding: 0 80px 0 20px;height: 46px;line-height: 46px;border-bottom: 1px solid #f0f0f0;font-size: 14px;color: #333;overflow: hidden;cursor: move;user-select: none;}
.hn-confirm-cont{width: 100%;position: relative;padding: 20px;line-height: 24px;word-break: break-all;overflow: hidden;font-size: 14px;}
.hn-confirm-btns{text-align: right;padding: 0 15px 12px;user-select: none;font-size: 0;}
.hn-confirm-close{font-size: 16px;color: #666;position: absolute;right: 0;top: 0;line-height: 46px;width: 46px;text-align: center;cursor: pointer;font-weight: bold;transition: all .3s;user-select: none;}
.hn-confirm-close:hover{opacity: 0.7;}
.hn-confirm-btns .c-btn{margin-left: 10px;}
.hn-confirm-btns .c-btn:first-child{margin-left: 0;}
.hn-confirm.show .hn-mask{visibility: visible;opacity: 1;}
.hn-confirm.show .hn-confirm-dialog{transform: scale(1);opacity: 1;visibility: visible;}
.hn-html{width: 100%;position: fixed;left: 0;top: 0;z-index: 987654321;border-radius: 2px 2px 0 0;}
.hn-html-dialog{width: auto;min-width: 300px;position: fixed;left: 0;top: 0;z-index: 987654321;transform: scale(0.5);opacity: 0;visibility: hidden;background-color: #fff;transition: transform .3s cubic-bezier(.25,.1,.25,1),opacity .3s cubic-bezier(.25,.1,.25,1);}
.hn-html-title{padding: 0 80px 0 10px;height: 46px;line-height: 46px;border-bottom: 1px solid #f0f0f0;font-size: 14px;color: #333;overflow: hidden;cursor: move;user-select: none;}
.hn-html-cont{width: 100%;position: relative;padding: 10px;line-height: 24px;word-break: break-all;overflow: auto;font-size: 14px;}
.hn-html-close{font-size: 16px;color: #666;position: absolute;right: 0;top: 0;line-height: 46px;width: 46px;text-align: center;cursor: pointer;font-weight: bold;transition: all .3s;user-select: none;}
.hn-html-close:hover{opacity: 0.7;}
.hn-html.show .hn-mask{visibility: visible;opacity: 1;}
.hn-html.show .hn-html-dialog{transform: scale(1);opacity: 1;visibility: visible;}