@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%;
    }
}

:root {
    --themes: #b81a35;
}

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;
    min-height: 1rem;
    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("/static/home/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;
}

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: 2.99rem;
    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: right;
}

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);
        min-height: 0;
    }

    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', Arial, Microsoft Yahei;
        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("/static/home/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 .logo .log{width: auto;}
    header .logo .log img{height: 32px;width: auto;}
    header .rav .stn a{height: 40px;line-height: 40px;border-radius: 20px;}
}
@media(max-width: 380px){
    header .logo .log img{height: 8vw;}
}
.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%;
    height: 100vh;
}

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

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

.banner .swiper-slide .box {
    position: absolute;
    z-index: 4;
    top: 75%;
    transform: translateX(-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-weight: bold;
    font-family: 'Alibaba-PuHuiTi-Bold', Arial, Microsoft Yahei;
    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', Arial, Microsoft Yahei;
    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 .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: 0.5;
}

.banner .swiper-pagination-bullet-active {
    width: 0.2rem;
    height: 0.2rem;
    background-image: url("/static/home/images/i2.png");
    background-size: 100% 100%;
    opacity: 1;
    margin: 0 5px;
    background-color: transparent;
    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: 2.02rem;
    width: 202px;
}

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.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    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(840 / 1680 * 100%);
}

footer .fop .fom .flist {
    display: inline-block;
    vertical-align: top;
    width: calc(210 / 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-weight: bold;
    font-family: 'Alibaba-PuHuiTi-Bold', Arial, Microsoft Yahei;
    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(360 / 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-weight: bold;
    font-family: 'Alibaba-PuHuiTi-Bold', Arial, Microsoft Yahei;
    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', Arial, Microsoft Yahei;
}

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: 4px;
    height: 4px;
    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 rgba(184, 26, 53, 0.3);
    background: rgba(184, 26, 53, 0.3);
    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 rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.1);
}

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("/static/home/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("/static/home/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: center;
    margin-bottom: 0.5rem;
}

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

.modular .mitop .mit {
    width: 100%;
    color: #333;
    line-height: 1.4;
    font-family: 'Alibaba-PuHuiTi-Medium', Arial, Microsoft Yahei;
    font-weight: bold;
}

.modular .mitop .atn {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0 0.24rem;
    line-height: 3;
    height: 3em;
    border-radius: 1.5em;
    color: #fff;
    background-color: var(--themes);
    position: relative;
    top: 0;
    transition: all ease 0.5s;
}

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

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

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

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

.modular .midop .miv {
    width: 100%;
    color: #333;
    line-height: 1.4;
    font-family: 'Alibaba-PuHuiTi-Medium', Arial, Microsoft Yahei;
    font-weight: bold;
}

.modular .midop .mip {
    width: 100%;
    display: block;
    max-width: 45.5em;
    margin: 0.2rem auto 0;
    color: #666;
    line-height: 1.75;
}

.modular .midop .mip p {
    color: #666;
    line-height: 1.75;
}

.modular .mob {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-top: 0.7rem;
}

.modular .mob .mtn {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0 0.24rem;
    line-height: 3;
    height: 3em;
    border-radius: 1.5em;
    color: #fff;
    background-color: var(--themes);
    position: relative;
    top: 0;
    transition: all ease 0.5s;
}

.modular .mob .mtn span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -0.02rem;
    margin-left: 0.25rem;
    width: 8px;
}

.modular .mob .mtn span img {
    width: 100%;
    display: block;
}

.modular .mob .mtn:hover {
    top: -0.1rem;
}

.newsd {
    width: 100%;
    padding-top: 1rem;
}

.newsd .newpper {
    width: 100%;
}

.newsd .newpper .swiper-slide {
    width: 100%;
}

.newsd .newpper .swiper-slide a {
    width: 100%;
    display: block;
}

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

.newsd .newpper .swiper-slide .imgs .img {
    width: 100%;
    padding-top: 49.05%;
    transition: all ease 0.5s;
}

.newsd .newpper .swiper-slide .loms {
    width: 100%;
    background-color: #fff;
}

.newsd .newpper .swiper-slide .lod {
    width: 100%;
    padding: 0.3rem;
}

.newsd .newpper .swiper-slide .lod .lit {
    width: 100%;
    color: #333;
    line-height: 1.5;
    height: 3em;
    font-family: 'Alibaba-PuHuiTi-Medium', Arial, Microsoft Yahei;
}

.newsd .newpper .swiper-slide .lod .xim {
    width: 100%;
    color: #666;
    line-height: 1.5;
    height: 3em;
    margin-top: 0.15rem;
}

.newsd .newpper .swiper-slide .bod {
    width: 100%;
    padding: 0.28rem 0.3rem;
    border-top: solid 1px #eee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsd .newpper .swiper-slide .bod .time {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    color: #333;
    line-height: 1.5;
}

.newsd .newpper .swiper-slide .bod .time span {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    position: relative;
    top: -0.02rem;
    margin-right: 0.06rem;
}

.newsd .newpper .swiper-slide .bod .time span img {
    width: 100%;
    display: block;
}

.newsd .newpper .swiper-slide .bod .more {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    color: #515253;
    line-height: 1.5;
}

.newsd .newpper .swiper-slide .bod .more span {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    position: relative;
    top: -0.02rem;
    margin-left: 0.06rem;
}

.newsd .newpper .swiper-slide .bod .more span img {
    width: 100%;
    display: block;
}

.newsd .newpper .swiper-slide:hover {
    box-shadow: 0px 3px 20px 0px rgba(202, 216, 230, 0.6);
}

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

.newsd .newpper .swiper-slide:hover .lod .lit {
    color: var(--themes);
}

.intros {
    width: 100%;
    padding-top: 1rem;
}

.intros .datesm {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 14rem;
    justify-content: space-between;
}

.intros .datesm .datem {
    max-width: 25%;
    width: auto;
    display: inline-block;
    vertical-align: top;
}

.intros .datesm .datem .dc {
    display: inline-block;
    vertical-align: top;
    width: 0.34rem;
    width: 34px;
    margin-right: 0.3rem;
    margin-top: 0.14rem;
}

.intros .datesm .datem .dc img {
    width: 100%;
    display: block;
}

.intros .datesm .datem .cem {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 0.3rem - 34px);
}

.intros .datesm .datem .cem .xum {
    width: 100%;
    color: #333;
    font-family: 'Alibaba-PuHuiTi-Medium', Arial, Microsoft Yahei;
}

.intros .datesm .datem .cem .xum span {
    display: inline-block;
    margin-right: 0.04rem;
}

.intros .datesm .datem .cem .xe {
    width: 100%;
    color: #666;
    line-height: 1.5;
    margin-top: 0.12rem;
}

.casesm {
    width: 100%;
}

.casesm .imglist {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
}

.casesm .imglist .item {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: all ease 0.5s;
}

.casesm .imglist .item .imgs {
    width: 100%;
    position: relative;
    height: 100%;
    display: block;
}

.casesm .imglist .item .imgs .img {
    width: 100%;
    position: relative;
    height: 100%;
    display: block;
}

.casesm .imglist .item.on {
    opacity: 1;
    z-index: 5;
}

.casesm .w1680 {
    position: relative;
    z-index: 2;
}

.casesm .catop {
    width: 100%;
    position: relative;
    margin-bottom: 0.2rem;
}

.casesm .catop .cal {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    position: relative;
}

.casesm .catop .cal .st {
    width: 100%;
    color: #fff;
    font-family: 'Alibaba-PuHuiTi-Medium', Arial, Microsoft Yahei;
    position: relative;
    z-index: 2;
}

.casesm .catop .cal .ex {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 20%;
    font-weight: bold;
    font-family: 'Alibaba-PuHuiTi-Bold', Arial, Microsoft Yahei;
    transform: translateY(-50%);
    border-image-source: linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
    border-image-slice: 1;
    opacity: 0.1;
    color: transparent;
    background-image: -webkit-linear-gradient(90deg, transparent, #ffffff 100%);
    -webkit-background-clip: text;
}

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

.casesm .castom .csl {
    width: calc(490 / 1680 * 100%);
    display: inline-block;
    vertical-align: middle;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.casesm .castom .csl .cslom {
    display: inline-block;
    vertical-align: top;
    width: calc(240 / 490 * 100%);
    margin-left: calc(9 / 490 * 100%);
    margin-bottom: 0.1rem;
    position: relative;
}

.casesm .castom .csl .cslom .hei {
    width: 100%;
    padding-top: 100%;
}

.casesm .castom .csl .cslom .coms {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: solid 1px #fff;
    opacity: 0.5;
    transition: all ease 0.5s;
    padding: 0.2rem;
}

.casesm .castom .csl .cslom .coms .cs {
    display: block;
    width: 0.42rem;
    height: 0.42rem;
    margin-bottom: 0.1rem;
}

.casesm .castom .csl .cslom .coms .cs img {
    width: 100%;
    display: block;
}

.casesm .castom .csl .cslom .coms .vt {
    width: 100%;
    color: #fff;
    line-height: 1.4;
}

.casesm .castom .csl .vtom {
    cursor: pointer;
}

.casesm .castom .csl .cslom:nth-child(2n+1) {
    margin-left: 0;
}

.casesm .castom .csl .cslom.on .coms,
.casesm .castom .csl .cslom:hover .coms {
    opacity: 1;
    background-color: var(--themes);
    border: solid 1px var(--themes);
}

.casesm .castom .csr {
    width: calc(490 / 1680 * 100%);
    display: inline-block;
    vertical-align: middle;
}

.casesm .castom .csr .sic {
    width: 100%;
    color: #fff;
    line-height: 1.4;
    font-family: 'Alibaba-PuHuiTi-Medium', Arial, Microsoft Yahei;
    position: relative;
    z-index: 2;
    margin-bottom: 0.15rem;
}

.casesm .castom .csr .sinp {
    width: 100%;
    color: #fff;
    line-height: 1.8;
}

.casesm .castom .csr .sinp p {
    color: #fff;
    line-height: 1.8;
}

.casesm .castom .csr .more {
    width: 100%;
    font-size: 0;
    margin-top: 0.6rem;
}

.casesm .castom .csr .more .mtn {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0 0.24rem;
    line-height: 3;
    height: 3em;
    border-radius: 1.5em;
    color: #fff;
    background-color: var(--themes);
    position: relative;
    top: 0;
    transition: all ease 0.5s;
}

.casesm .castom .csr .more .mtn span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -0.02rem;
    margin-left: 0.25rem;
    width: 8px;
}

.casesm .castom .csr .more .mtn span img {
    width: 100%;
    display: block;
}

.casesm .castom .csr .more .mtn:hover {
    top: -0.1rem;
}

.casesm .castom .csr .csrom {
    width: 100%;
    display: none;
}

.casesm .castom .csr .csrom.on {
    display: block;
}

@media (max-width: 800px) {
    .casesm .castom .csl .vtom {
        width: 32%;
        margin-right: 2%;
        margin-left: 0;
    }

    .casesm .castom .csl .vtom .coms .vt {
        font-size: 14px;
    }

    .casesm .castom .csl .vtom:nth-child(4n) {
        margin-right: 0;
    }
}

.companys {
    width: 100%;
    padding: 1.2rem 0;
}

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

.companys .company .coml {
    display: inline-block;
    vertical-align: top;
    width: calc(650 / 1680 * 100%);
}

.companys .company .coml .ic {
    width: 0.47rem;
    display: block;
    margin-bottom: 0.25rem;
}

.companys .company .coml .ic img {
    width: 100%;
    display: block;
}

.companys .company .coml .lit {
    width: 100%;
    color: #333;
    line-height: 1.4;
    margin-bottom: 0.2rem;
}

.companys .company .coml .linp {
    width: 100%;
    color: #666;
    line-height: 1.75;
}

.companys .company .coml .linp p {
    color: #666;
    line-height: 1.75;
}

.companys .company .comr {
    display: inline-block;
    vertical-align: top;
    width: calc(870 / 1680 * 100%);
    padding-top: 0.7rem;
}

.companys .company .comr .xinp {
    width: 100%;
    color: #333;
    line-height: 1.5;
}

.companys .company .comr .xinp p {
    color: #333;
    line-height: 1.5;
}

.companys .company .comr .datesm {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 0.5rem;
}

.companys .company .comr .datesm .datem {
    max-width: 25%;
    width: auto;
    display: inline-block;
    vertical-align: top;
}

.companys .company .comr .datesm .datem .dc {
    width: 0.34rem;
    width: 32px;
    display: block;
    margin-bottom: 0.1rem;
}

.companys .company .comr .datesm .datem .dc img {
    width: 100%;
    display: block;
}

.companys .company .comr .datesm .datem .cem {
    width: 100%;
    display: block;
}

.companys .company .comr .datesm .datem .cem .xum {
    width: 100%;
    color: #333;
    font-family: 'Alibaba-PuHuiTi-Medium', Arial, Microsoft Yahei;
}

.companys .company .comr .datesm .datem .cem .xum span {
    display: inline-block;
    margin-right: 0.04rem;
}

.companys .company .comr .datesm .datem .cem .xe {
    width: 100%;
    color: #666;
    line-height: 1.5;
    margin-top: 0.12rem;
}

.cultures {
    width: 100%;
    padding: 1.6rem 0 0.6rem;
}

.cultures .midop {
    position: relative;
}

.cultures .midop .miv {
    position: relative;
    z-index: 2;
    color: #fff;
}

.cultures .midop .eom {
    position: absolute;
    top: -20%;
    z-index: 1;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-family: 'Alibaba-PuHuiTi-Bold', Arial, Microsoft Yahei;
    border-image-source: linear-gradient(0deg, #ffffff 0%, #ffffff 100%);
    border-image-slice: 1;
    opacity: 0.2;
    color: transparent;
    background-image: -webkit-linear-gradient(90deg, #ffffff, transparent);
    -webkit-background-clip: text;
}

.cultures .culpers {
    width: 100%;
    margin-top: 3rem;
}

.cultures .culpers .swiper-container {
    padding-top: 0.2rem;
}

.cultures .culpers .swiper-slide {
    width: 100%;
}

.cultures .culpers .swiper-slide .swom {
    width: 100%;
    background-color: #fff;
    transition: all ease 0.5s;
    padding: 0.5rem 0.4rem;
    position: relative;
    cursor: pointer;
    top: 0;
}

.cultures .culpers .swiper-slide .swom .sit {
    width: 100%;
    color: #333;
    line-height: 1.4;
    padding-right: 0.4rem;
}

.cultures .culpers .swiper-slide .swom .sim {
    width: 100%;
    color: #333;
    line-height: 1.5;
    margin-top: 0.3rem;
    min-height: 3em;
}

.cultures .culpers .swiper-slide .swom .sc {
    position: absolute;
    right: 0.3rem;
    top: 0.45rem;
    width: 0.32rem;
    height: 0.32rem;
}

.cultures .culpers .swiper-slide .swom .sc img {
    width: 100%;
    display: block;
}

.cultures .culpers .swiper-slide:hover .swom {
    top: -0.1rem;
    background-color: var(--themes);
}

.cultures .culpers .swiper-slide:hover .swom .sit,
.cultures .culpers .swiper-slide:hover .swom .sim {
    color: #fff;
}

.cultures .culpers .swiper-slide:hover .swom .sc img {
    filter: grayscale(1000%) brightness(2000%);
}

.Elegances {
    width: 100%;
    padding: 1.2rem 0;
    background-color: #e7eef5;
}

.Elegances .elganper {
    width: 100%;
    position: relative;
}

.Elegances .elganper .swiper-container {
    padding-bottom: 0.8rem;
    height: 5.6rem;
}

.Elegances .elganper .btn {
    bottom: 0;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    z-index: 3;
    position: absolute;
    background-color: #fff;
}

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

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

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

.Elegances .elganper .btn:hover {
    background-color: var(--themes);
}

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

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

.Elegances .elganper .bl {
    left: calc(360 / 1920 * 100%);
}

.Elegances .elganper .br {
    right: calc(360 / 1920 * 100%);
}

.Elegances .elganper .swiper-wrapper {
    align-items: flex-end;
    height: 4.8rem;
}

.Elegances .elganper .swiper-slide {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 4.8rem;
    position: relative;
    z-index: 1;
}

.Elegances .elganper .swiper-slide .sitm {
    width: 3rem;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

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

.Elegances .elganper .swiper-slide .imgs .img {
    width: 100%;
    padding-top: 2rem;
    transition: all ease 0.5s;
}

.Elegances .elganper .swiper-slide .vims {
    width: 100%;
    position: absolute;
    bottom: -0.8rem;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    transition: all ease 0.5s;
    opacity: 0;
}

.Elegances .elganper .swiper-slide .vims .vim {
    width: 100%;
    color: #333;
    line-height: 2;
    padding: 0.1rem 0;
}

.Elegances .elganper .swiper-slide {
    z-index: 1;
}

.Elegances .elganper .swiper-slide .sitm {
    left: -0.9rem;
    transform: translateX(0);
}

.Elegances .elganper .swiper-slide-active {
    z-index: 3;
}

.Elegances .elganper .swiper-slide-active .sitm {
    width: 8rem;
    left: 50%;
    transform: translateX(-50%);
}

.Elegances .elganper .swiper-slide-active .imgs .img {
    padding-top: 4.8rem;
}

.Elegances .elganper .swiper-slide-active .vims {
    opacity: 1;
}

.Elegances .elganper .swiper-slide-prev {
    z-index: 2;
}

.Elegances .elganper .swiper-slide-prev .sitm {
    left: -1.5rem;
    transform: translateX(0);
}

.Elegances .elganper .swiper-slide-next {
    z-index: 2;
}

.Elegances .elganper .swiper-slide-next .sitm {
    left: auto;
    right: -1.5rem;
    transform: translateX(0);
}

.Elegances .elganper .swiper-slide-next+.swiper-slide {
    z-index: 1;
}

.Elegances .elganper .swiper-slide-next+.swiper-slide .sitm {
    left: auto;
    right: -0.9rem;
    transform: translateX(0);
}

@media (max-width: 800px) {
    .Elegances .elganper .swiper-container {
        padding-bottom: 0.8rem;
        height: auto;
    }

    .Elegances .elganper .swiper-wrapper {
        height: auto;
    }

    .Elegances .elganper .swiper-slide {
        height: auto;
    }

    .Elegances .elganper .swiper-slide .sitm {
        max-width: 100%;
        width: 100%;
        position: relative;
        left: 0 !important;
        transform: translate(0) !important;
        right: auto !important;
    }

    .Elegances .elganper .swiper-slide .sitm .imgs {
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .Elegances .elganper .swiper-slide .sitm .imgs .img {
        width: 100%;
        padding-top: 60%;
        transition: all ease 0.5s;
    }

    .Elegances .elganper .swiper-slide-active .imgs .img {
        padding-top: 60%;
    }

    .Elegances .elganper .bl {
        left: 5%;
        bottom: 0.15rem;
    }

    .Elegances .elganper .br {
        right: 5%;
        bottom: 0.15rem;
    }

    .Elegances .elganper .swiper-slide-prev {
        z-index: 2;
    }

    .Elegances .elganper .swiper-slide-prev .sitm {
        left: 0;
        transform: translateX(0);
    }

    .Elegances .elganper .swiper-slide-next {
        z-index: 2;
    }

    .Elegances .elganper .swiper-slide-next .sitm {
        left: auto;
        right: 0;
        transform: translateX(0);
    }
}

/*弹出层相关*/
.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(/static/home/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;}<!--0.00014400482177734-->