@charset "UTF-8";

.w1680 {
    width: 16.8rem;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    max-width: 100%;
}

@media (max-width: 1700px) {
    .w1680 {
        width: 90%;
    }
}

@media (max-width: 800px) {
    .w1680 {
        width: 94%;
    }
}

.w1440 {
    width: 14.4rem;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    max-width: 100%;
}

@media (max-width: 1460px) {
    .w1440 {
        width: 90%;
    }
}

@media (max-width: 800px) {
    .w1440 {
        width: 94%;
    }
}

.w1000 {
    width: 10rem;
    margin: 0 auto;
    position: relative;
    font-size: 0;
    max-width: 100%;
}

@media (max-width: 1100px) {
    .w1000 {
        width: 90%;
    }
}

@media (max-width: 800px) {
    .w1000 {
        width: 94%;
    }
}

.awpom {
    margin: 0 auto;
    position: relative;
    width: calc(100% - 30em);
}

@media (max-width: 800px) {
    .awpom {
        width: 94%;
    }
}

:root {
    --themes: #00b153;
}

.rocem {
    position: absolute;
    top: -0.88rem;
}
@media(max-width: 850px){
    .rocem{top: calc(-90px - 0.2rem);}
}

body{padding-top: 0.9rem;}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    transition: all ease 0.5s;
    background-color: #fff;
}

header .header {
    width: 100%;
    padding: 0rem 0.8rem 0;
    display: flex;
    justify-content: space-between;
    transition: all ease 0.5s;
    align-items: center;
}

header .hel {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

header .her {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

header .her .search {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin-left: 0.8rem;
    width: 0.46rem;
    height: 0.46rem;
    opacity: 0;
}

header .her .search .sc {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    background-color: var(--themes);
    transform: translate(-50%, -50%);
    z-index: 3;
}

header .her .search .sc img {
    width: 100%;
    display: block;
}

header .her .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 .her .sechom form {
    width: 100%;
    display: block;
    font-size: 0;
}

header .her .sechom .input {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 2.4em - 0.2rem);
    margin-right: 0.2rem;
}

header .her .sechom .input .int {
    width: 100%;
    display: block;
    background-color: #fff;
    line-height: 2.4;
    height: 2.4em;
    color: #111;
    padding: 0 0.1rem;
    border: none;
    background-color: #fff;
}

header .her .sechom .stn {
    display: inline-block;
    vertical-align: middle;
    width: 2.2em;
    height: 2.2em;
    border-radius: 50%;
    background-color: var(--themes);
    position: relative;
}

header .her .sechom .stn img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    filter: grayscale(1000%) brightness(2000%);
}

header .her .sechom .stn input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    cursor: pointer;
    z-index: 3;
    opacity: 0;
}

header .her .languages {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin: 0 0.1rem;
    text-align: left;
    z-index: 3;
}

header .her .languages .lauges {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

header .her .languages .lauges .lashow {
    width: 100%;
    position: relative;
    cursor: pointer;
    font-size: 0;
}

header .her .languages .lauges .lashow .ac {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-right: 0.1rem;
}

header .her .languages .lauges .lashow .ac img {
    width: 100%;
    display: none;
}

header .her .languages .lauges .lashow .ac img.on {
    display: block;
}

header .her .languages .lauges .lashow .am {
    color: #222;
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

header .her .languages .lauges .language {
    position: absolute;
    z-index: 20;
    top: 100%;
    width: 100%;
    display: none;
    width: 60px;
    width: 1rem;
    left: 50%;
    transform: translateX(-50%);
}

header .her .languages .lauges .language .latem {
    width: 100%;
}

header .her .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 .her .languages .lauges .language .latem a span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

header .her .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 .her .languages .lauges .language .latem a:hover {
    color: #fff;
}

header .her .languages .lauges .language .latem a:hover span {
    color: #fff;
}

header .her .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 .her .menu {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    display: none;
}

header .her .menu img {
    width: 100%;
    display: block;
}

header .her .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 .hem {
    display: inline-block;
    vertical-align: middle;
    flex: 1;
    transition: all ease 0.5s;
}

header .hem.hide {
    top: calc(-0.35rem - 0.9rem - 0.2rem);
}

header .logm {
    width: 2.45rem;
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}

header .logm .logo {
    width: 100%;
    overflow: hidden;
    transition: all ease 0.5s;
    display: inline-block;
    vertical-align: middle;
}

header .logm .logo a,
header .logm .logo 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: 0.9rem;
    color: #222;
    position: relative;
}

header nav .natem .nas .xs {
    display: inline-block;
    vertical-align: middle;
    width: 0.1rem;
    margin-left: 0.1rem;
    display: none;
}

header nav .natem .nas .xs img {
    width: 100%;
    display: block;
}

header nav .natem .nas .xs img:first-child {
    display: block;
}

header nav .natem .nas .xs img:last-child {
    display: none;
}

header nav .natem .nas:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: 0rem;
    transform: translateX(-50%);
    opacity: 0;
    width: 100%;
    height: 3px;
    background-color: var(--themes);
    transition: all ease 0.5s;
    width: 0;
}

header nav .natem .navuls {
    width: 2.2rem;
    width: 1.8rem;
    position: absolute;
    z-index: 101;
    left: calc(51%);
    top: 100%;
    transform: translateX(-50%);
    background-color: white;
    display: none;
    text-align: center;
}

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;
    background-color: rgba(255, 255, 255, 0.5);
}

header nav .natem .navuls ul li .ns {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    line-height: 3;
    color: #222;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 0.1rem;
    position: relative;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
}

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);
    color: #fff;
}

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 .longul {
    position: fixed;
    top: calc(0.9rem);
    left: 0;
    right: 0;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.06);
    z-index: 50;
    display: none;
    border-top: solid 1px #e6e6e6;
}

header nav .natem .longul .longm {
    width: 100%;
    font-size: 0;
    display: flex;
    justify-content: space-between;
}

header nav .natem .longul .longm .lgl {
    display: inline-block;
    vertical-align: middle;
    width: calc(275 / 1600 * 100%);
    padding: 0.4rem 0;
    padding-right: 0.5rem;
}

header nav .natem .longul .longm .lgl .prlist {
    width: 100%;
}

header nav .natem .longul .longm .lgl .prlist .pli {
    width: 100%;
    border-bottom: solid 1px #eee;
    cursor: pointer;
}

header nav .natem .longul .longm .lgl .prlist .pli .ns {
    width: 100%;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header nav .natem .longul .longm .lgl .prlist .pli .ns a {
    display: inline-block;
    vertical-align: middle;
    color: #222;
    font-weight: bold;
    line-height: 3;
    width: auto;
}

header nav .natem .longul .longm .lgl .prlist .pli .ns span {
    display: inline-block;
    vertical-align: middle;
    color: #777;
    line-height: 1.5;
}

header nav .natem .longul .longm .lgl .prlist .pli.on .ns a,
header nav .natem .longul .longm .lgl .prlist .pli.on .ns span {
    color: var(--themes);
}

header nav .natem .longul .longm .lgr {
    display: inline-block;
    vertical-align: middle;
    width: calc(1325 / 1600 * 100%);
    padding: 0.4rem 0;
    padding-left: 0.5rem;
    border-left: solid 1px #e6e6e6;
}

header nav .natem .longul .longm .lgr .lgrlist {
    width: 100%;
    font-size: 0;
    text-align: left;
    overflow: auto;
}

header nav .natem .longul .longm .lgr .lgrlist .lgam {
    display: inline-block;
    vertical-align: top;
    width: calc(194 / 1275 * 100%);
    margin-right: calc(22 / 1275 * 100%);
    margin-bottom: 0.2rem;
}

header nav .natem .longul .longm .lgr .lgrlist .lgam a {
    width: 100%;
    display: block;
    font-size: 0;
}

header nav .natem .longul .longm .lgr .lgrlist .lgam .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
}

header nav .natem .longul .longm .lgr .lgrlist .lgam .imgs .img {
    width: 100%;
    padding-top: 55.67%;
    transition: all ease 0.5s;
}

header nav .natem .longul .longm .lgr .lgrlist .lgam .xim {
    width: 100%;
    text-align: center;
    color: #222;
    line-height: 1.5;
    margin-top: 0.06rem;
}

header nav .natem .longul .longm .lgr .lgrlist .lgam:hover .imgs .img {
    transform: scale(1.1);
}

header nav .natem .longul .longm .lgr .lgrlist .lgam:hover .xim {
    color: var(--themes);
}

header nav .natem .longul .longm .lgr .lgrlist .lgam:nth-child(6n) {
    margin-right: 0;
}

header nav .natem .longul .longm .lgr .logrem {
    width: 100%;
    display: none;
}

header nav .natem .longul .longm .lgr .logrem.on {
    display: block;
}

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.on .nas .xs img:first-child {
    display: none;
}

header nav .natem.on .nas .xs img:last-child {
    display: block;
}

header nav .natem:hover .nas a {
    color: var(--themes);
}

header nav .natem:hover .nas .xs img:first-child {
    display: none;
}

header nav .natem:hover .nas .xs img:last-child {
    display: block;
}

header nav .natem:hover .nas:after {
    opacity: 1;
    width: 100%;
}

@media (max-width: 1200px) {
    header nav .natem .nas {
        margin: 0 0.05rem !important;
    }

    header nav .natem .nas a {
        padding: 0 0.05rem !important;
    }
}

@media (max-width: 850px) {
    body{padding-top: calc(40px + 0.2rem);}
    header .header {
        align-items: center;
        padding: 0.1rem 3%;
        height: calc(40px + 0.2rem);
    }

    header nav {
        width: 100%;
        position: fixed;
        right: 0;
        top: calc(0.9rem);
        left: auto;
        height: calc(100vh - 0.9rem);
        background-color: #fff;
        margin-right: 0;
        overflow: auto;
        z-index: 500;
        transition: transform .3s;
        padding-left: 0.1rem;
        padding: 0.1rem;
        display: block;
        text-align: left;
        display: none;
        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 .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: #333;
    }

    header nav .natem .navuls ul li+li {
        border-top: solid 1px #eee;
    }

    header nav .natem .navuls ul li:hover .ns {
        background-color: transparent;
        color: #333;
    }

    header nav .natem .navuls ul li.has-the:after {
        display: block;
    }

    header nav .natem:before {
        display: none !important;
    }

    header nav .natem .prosubnav {
        display: none;
    }

    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 .her .menu {
        width: 30px;
        height: 30px;
        display: inline-block;
    }

    header .her .menu .clk {
        line-height: 30px;
    }

    header .her .search {
        width: 24px;
    }

    header .her .search .sc {
        width: 24px;
    }

    header .her .sechom {
        width: 100vw;
        position: fixed;
        left: 0;
        top: calc(40px + 0.2rem);
        padding: 0.15rem;
    }

    header.short .hel {
        display: inline-block;
    }

    header.menu-state .her .menu img {
        opacity: 0;
    }
}

.main {
    width: 100%;
}

.main .sinp {
    width: 100%;
}

.main .sinp p {
    width: 100%;
}

.main .sinp img {
    max-width: 100%;
    width: 100%;
}

.banner {
    width: 100%;
    position: relative;
}

.banner .swiper-slide {
    width: 100%;
    position: relative;
}

.banner .swiper-slide .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banner .swiper-slide .imgs .img {
    width: 100%;
    padding-top: 50%;
}

.banner .swiper-slide .box {
    position: absolute;
    left: 50%;
    top: calc(240 / 940 * 100%);
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 80%;
    max-width: 80%;
    text-align: center;
}

.banner .swiper-slide .box .cn {
    width: 100%;
    color: #fff;
    line-height: 1.2;
    font-family: 'PFRegular';
    letter-spacing: 0.14rem;
    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 .cn p {
    color: #fff;
    line-height: 1.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 .cn,
.banner .swiper-slide-active .box .en,
.banner .swiper-slide-active .box .more {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.b-item{width: 1.2em;height: 1.2em;background-color: #fff;position: absolute;top: 0;z-index: 12;border-radius: 50%;font-size: 0.94vw;display: block;}
/* .b-item:before{content: "";display: block;width: 2.11em;height: 2.11em;background-image: url(../images/b-circle.png);background-size: 100% 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);} */
.b-item:before{content: "";display: block;width: .6em;height: .6em;border-radius: 50%;background-color: #00b5d1;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.b-text{width: auto;min-height: 3.04em;border-radius: 1.52em;position: absolute;left: 2.27em;top: 50%;margin-top: -1.52em;display: flex;align-items: center;padding: 0 0.5em 0 1.52em;/* white-space: nowrap; */}
.b-text:before{transition: all .36s; content: "";position: absolute;left: 0;top: 0;z-index: -1;width: 0;height: 100%;border-radius: 1.52em;background-color: rgba(8,127,177,0.8);}
.b-text.top{left: -4.2em;top: -2.5em;transform: translate(0,0);}
.b-icon{opacity: 0; width: 1.109em;}
.b-tit{opacity: 0;flex: 1;color: #fff;line-height: 1.5;padding: .5em 2em .5em .5em;white-space: nowrap;}

.b-item:hover .b-text:before{width: 100%;}
.b-item:hover .b-icon{opacity: 1;transition: all .36s .4s;}
.b-item:hover .b-tit{opacity: 1;transition: all .36s .4s;}

.wa-video{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.b-circle{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.b-circle:before{animation: boderM 3s infinite;content: '';display: block;position: absolute;left: 50%;top: 50%;z-index: -1;transform: translate(-50%, -50%);width: 100%;height: 100%;border-radius: 50%;background: rgba(255,255,255,0.6);}
.b-circle:after{animation: boderM 3s infinite;animation-delay: 1s;;content: '';display: block;position: absolute;left: 50%;top: 50%;z-index: -1;transform: translate(-50%, -50%);width: 100%;height: 100%;border-radius: 50%;background: rgba(255,255,255, 0.6);}

.b-more{transition: all ease .3s; display: inline-block;vertical-align: middle;margin-top: .2rem; cursor: pointer;padding: 0 .25rem;line-height: .5rem;border-radius: .25rem; color: #00b5d1;background-color: #f8fafc;}
.b-more:after{content: '';display: inline-block;vertical-align: middle;margin-left: .3rem; width: .875em;height: 1.5em;background-image: url('../images/wa1.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.b-more:hover{color: #fff;background-color: #00b5d1;}
.b-more:hover:after{content: '';background-image: url('../images/wa1-b.png');}
@keyframes boderM {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1
    }

    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0
    }

}


footer {
    width: 100%;
}

footer .ftop {
    width: 100%;
    background-color: #f0f4f8;
}

footer .fbot {
    width: 100%;
    background-color: #e8ecf1;
}

footer .fop {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.8rem 0;
}

footer .fop .fol {
    display: inline-block;
    vertical-align: middle;
    width: calc(500 / 1720 * 100%);
    flex: 1;
    padding-right: .2rem;
}

footer .fop .fol .fogo {
    width: 100%;
    font-size: 0;
    margin-bottom: 0.25rem;
}

footer .fop .fol .fogo a {
    display: inline-block;
    vertical-align: middle;
    width: 2.46rem;
}

footer .fop .fol .fogo a img {
    width: 100%;
    display: block;
}

footer .fop .fol .finp {
    width: 100%;
    color: #666;
    line-height: 1.75;
}

footer .fop .fol .finp p {
    color: #666;
    line-height: 1.75;
}

footer .fop .fol .share {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0;
}

footer .fop .fol .share .am {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.2rem;
    border-radius: 50%;
    background-color: #00b5d1;
    position: relative;
}

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%);
    width: 1.5rem;
    top: calc(100% + 0.1rem);
    display: none;
}

footer .fop .fol .share .am .codm img {
    width: 100%;
    display: block;
}

footer .fop .fol .share .am:hover .codm {
    display: block;
}

footer .fop .for {
    display: inline-block;
    vertical-align: middle;
    width: calc(1020 / 1720 * 100%);
}

footer .fop .for .flist {
    display: inline-block;
    vertical-align: top;
    width: calc(170 / 1020 * 100%);
    text-align: left;
}

footer .fop .for .flist .fit {
    width: 100%;
    font-size: 0;
    margin-bottom: 0.2rem;
}

footer .fop .for .flist .fit a {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1.4;
    transition: all ease 0.5s;
    padding: 0.06rem 0;
}

footer .fop .for .flist .fit a:hover {
    color: var(--themes);
}

footer .fop .for .flist .ful {
    width: 100%;
}

footer .fop .for .flist .ful a {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    color: #666;
    transition: all ease 0.5s;
    line-height: 2;
    line-height: 1.5;
    padding: 0.05rem 0;
}

footer .fop .for .flist .ful a:hover {
    color: var(--themes);
}

footer .fop .for .flist .ful div {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    color: #666;
    line-height: 2;
    transition: all ease 0.5s;
}

footer .fob {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.15rem 0;
}

footer .fob .fm {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    color: #666;
    line-height: 1.5;
}

footer .fob .fm a {
    display: inline-block;
    vertical-align: middle;
    color: #666;
    line-height: 1.5;
    transition: all ease 0.5s;
}

footer .fob .fm a:hover {
    color: var(--themes);
}

@media (max-width: 800px) {
    footer .fop {
        padding: 0.3rem 0 0;
    }

    footer .fop .fol {
        width: 100%;
        padding-right: 0;
    }

    footer .fop .for {
        width: 100%;
        margin-top: 0.2rem;
    }

    footer .fop .for .flist {
        width: 100%;
        border-bottom: solid 1px rgba(0, 0, 0, 0.15);
        position: relative;
    }

    footer .fop .for .flist .fit {
        width: 100%;
        margin-bottom: 0;
        padding: 0.25rem 0;
        margin-left: 0;
    }

    footer .fop .for .flist .fit a {
        font-size: 16px;
    }

    footer .fop .for .flist .ful {
        width: 100%;
        font-size: 0;
        padding-bottom: 0.15rem;
        display: none;
        height: auto;
    }

    footer .fop .for .flist .ful a {
        line-height: 2;
    }

    footer .fop .for .flist:last-child {
        border: none;
    }

    footer .fop .for .flist:first-child {
        border-top: none;
        border-top: solid 1px rgba(0, 0, 0, 0.15);
    }

    footer .fop .for .flist.has-ful:after {
        content: " ";
        display: inline-block;
        width: 14px;
        height: 8px;
        background-image: url("../images/xx.png");
        background-position: center;
        background-size: 100% 100%;
        text-align: center;
        position: absolute;
        right: 0.2rem;
        left: auto;
        transform: translateX(0) rotate(0deg);
        top: 0.5rem;
        color: #333;
        border: none;
        transition: all ease 0.5s;
    }

    footer .fop .for .flist.has-ful.show:after {
        content: " ";
        transform: translateX(0) rotate(180deg);
    }
}

.modular {
    width: 100%;
}

.modular .mitop {
    width: 100%;
    margin-bottom: 0.9rem;
}

.modular .mitop .mit {
    width: 100%;
    position: relative;
}

.modular .mitop .mit .en {
    width: 100%;
    text-align: center;
    color: rgba(51, 51, 51, 0.1);
    font-weight: bold;
    line-height: 1.2;
}

.modular .mitop .mit .cn {
    width: 100%;
    position: absolute;
    text-align: center;
    color: #333;
    font-weight: bold;
    line-height: 1.2;
    transform: translateY(50%);
}

.modular.white .mitop .mit .en {
    color: rgba(255, 255, 255, 0.1);
}

.modular.white .mitop .mit .cn {
    color: #fff;
}

@media (max-width: 800px) {
    .modular .mitop {
        margin-bottom: 1.6rem;
    }
}

.bussiness {
    width: 100%;
    padding: 0.9rem 0;
}

.bussiness .busom {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bussiness .busom .bulm {
    width: 100%;
    position: relative;
    border-radius: 0.2rem;
    overflow: hidden;
}

.bussiness .busom .bulm a {
    width: 100%;
    display: block;
}

.bussiness .busom .bulm .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.bussiness .busom .bulm .imgs .img {
    width: 100%;
    padding-top: 74.41%;
    transition: all ease 0.5s;
}

.bussiness .busom .bulm .pitm {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0.2rem;
    transition: all ease 0.5s;
    opacity: 1;
    /* height: 100%; */
    /*    background-color: rgba(0, 0, 0, 0.3);*/
    width: 100%;
}

.bussiness .busom .bulm .pitm .eom {
    width: 100%;
    font-size: 0;
}

.bussiness .busom .bulm .pitm .eom .ec {
    display: inline-block;
    vertical-align: middle;
    width: 0.4rem;
    height: 0.4rem;
    margin-right: 0.15rem;
}

.bussiness .busom .bulm .pitm .eom .ec img {
    width: 100%;
    display: block;
}

.bussiness .busom .bulm .pitm .eom .cm {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 0.55rem);
    color: #fff;
    line-height: 1.5;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.bussiness .busom .bulm .bkm {
    position: absolute;
    z-index: 3;
    top: 100%;
    transition: all ease 0.5s;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 181, 209, 0.9);*/
    background-color: #00b153;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    text-align: center;
    padding: 0.2rem;
}

.bussiness .busom .bulm .bkm .bc {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    margin: 0 auto 0.1rem;
}

.bussiness .busom .bulm .bkm .bc img {
    width: 100%;
    display: block;
}

.bussiness .busom .bulm .bkm .et {
    width: 100%;
    color: #fff;
    line-height: 1.5;
    margin: 0.1rem 0;
}

.bussiness .busom .bulm .bkm .sinp {
    width: 100%;
    color: #fff;
    line-height: 1.5;
    max-height: 3em;
}

.bussiness .busom .bulm .bkm .sinp p {
    color: #fff;
    line-height: 1.5;
}

.bussiness .busom .bulm .bkm .ad {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #fff;
    display: block;
    margin: 0.1rem auto 0;
}

.bussiness .busom .bulm .bkm .ad img {
    width: 100%;
    display: block;
}

.bussiness .busom .bulm:hover .imgs .img {
    transform: scale(1.1);
}

.bussiness .busom .bulm:hover .pitm {
    opacity: 0;
}

.bussiness .busom .bulm:hover .bkm {
    top: 0;
}

.bussiness .busom .bul {
    display: inline-block;
    vertical-align: middle;
    width: calc(430 / 1680 * 100%);
}

.bussiness .busom .bul .item1 .imgs .img {
    padding-top: 74.41%;
}

.bussiness .busom .bul .item2 {
    margin-top: 0.4rem;
}

.bussiness .busom .bul .item2 .imgs .img {
    padding-top: 97.67%;
}

.bussiness .busom .bur {
    display: inline-block;
    vertical-align: middle;
    width: calc(1210 / 1680 * 100%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bussiness .busom .bur .item3 {
    width: calc(780 / 1210 * 100%);
}

.bussiness .busom .bur .item3 .imgs .img {
    padding-top: 51.28%;
}

.bussiness .busom .bur .item4 {
    width: calc(390 / 1210 * 100%);
}

.bussiness .busom .bur .item4 .imgs .img {
    padding-top: 102.56%;
}

.bussiness .busom .bur .item5 {
    width: calc(470 / 1210 * 100%);
    margin-top: 0.4rem;
}

.bussiness .busom .bur .item5 .imgs .img {
    padding-top: 72.34%;
}

.bussiness .busom .bur .item6 {
    width: calc(700 / 1210 * 100%);
    margin-top: 0.4rem;
}

.bussiness .busom .bur .item6 .imgs .img {
    padding-top: 48.57%;
}

@media (max-width: 800px) {
    .bussiness .busom .bul {
        width: 100%;
        margin-bottom: 0.2rem;
    }

    .bussiness .busom .bur {
        width: 100%;
    }

    .bussiness .busom .bulm {
        width: 100% !important;
    }

    .bussiness .busom .bulm .imgs .img {
        padding-top: 55% !important;
    }

    .bussiness .busom .bulm+.bulm {
        margin-top: 0.2rem;
    }
}

.prosevr {
    width: 100%;
    background-color: #f8fafc;
    padding: 0.9rem 0;
}

.prosevr .pronavs {
    width: 100%;
}

.prosevr .pronavs .swiper-slide {
    width: 100%;
    text-align: center;
    color: #333;
    line-height: 0.8rem;
    border-bottom: solid 1px transparent;
    transition: all ease 0.5s;
    cursor: pointer;
}

.prosevr .pronavs .swiper-slide:hover,
.prosevr .pronavs .swiper-slide.on {
    color: var(--themes);
    border-bottom: solid 1px var(--themes);
}

.prosevr .peconts {
    width: 100%;
    margin-top: 0.4rem;
}

.prosevr .peconts .peom {
    width: 100%;
    position: relative;
    display: none;
}

.prosevr .peconts .peom.on {
    display: block;
}

.prosevr .peconts .petoms {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #fff;
    flex-direction: row-reverse;
    border-radius: 0.2rem;
    overflow: hidden;
}

.prosevr .peconts .petoms .pel {
    display: inline-block;
    vertical-align: middle;
    width: calc(1200 / 1680 * 100%);
    position: relative;
    overflow: hidden;
}

.prosevr .peconts .petoms .pel .img {
    width: 100%;
    padding-top: 46.66%;
}

.prosevr .peconts .petoms .per {
    display: inline-block;
    vertical-align: middle;
    width: calc(480 / 1680 * 100%);
    padding: 0.2rem 0.6rem;
}

.prosevr .peconts .petoms .per .pim {
    width: 100%;
    color: var(--themes);
    line-height: 1.5;
}

.prosevr .peconts .petoms .per .xim {
    width: 100%;
    color: #333;
    line-height: 1.5;
    margin: 0.2rem 0;
}

.prosevr .peconts .petoms .per .sinp {
    text-align: justify;
    width: 100%;
    color: #666;
    line-height: 1.75;
}

.prosevr .peconts .petoms .per .sinp p {
    color: #666;
    line-height: 1.75;
}

.prosevr .peconts .petoms .per .more {
    width: 100%;
    font-size: 0;
    margin-top: 0.4rem;
}

.prosevr .peconts .petoms .per .more a {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0 0.25rem;
    background-color: var(--themes);
    color: #fff;
    line-height: 3;
    border-radius: 1.5em;
    transition: all ease 0.5s;
}

.prosevr .peconts .petoms .per .more a span {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    margin-left: 0.2rem;
}

.prosevr .peconts .petoms .per .more a span img {
    width: 100%;
    display: block;
}

.prosevr .peconts .petoms .per .more a:hover {
    animation: icon-bounce 0.5s alternate;
}

.researchs {
    width: 100%;
    padding: 0.9rem 0;
}

.researchs .reslist {
    width: 100%;
    font-size: 0;
}

.researchs .reslist .resom {
    display: inline-block;
    vertical-align: top;
    width: calc(820 / 1680 * 100%);
    margin-right: calc(39 / 1680 * 100%);
}

.researchs .reslist .resom a {
    width: 100%;
    display: block;
}

.researchs .reslist .resom .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0.2rem;
}

.researchs .reslist .resom .imgs .img {
    width: 100%;
    padding-top: 56.34%;
    transition: all ease 0.5s;
}

.researchs .reslist .resom .com {
    width: 100%;
    font-size: 0;
    padding: 0.2rem 0;
}

.researchs .reslist .resom .com .col {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 0.5rem);
    padding-right: 0.14rem;
}

.researchs .reslist .resom .com .col .cit {
    width: 100%;
    color: #333;
    line-height: 1.4;
}

.researchs .reslist .resom .com .col .cip {
    width: 100%;
    color: #666;
    line-height: 1.5;
    height: 3em;
    margin-top: 0.06rem;
}

.researchs .reslist .resom .com .cor {
    display: inline-block;
    vertical-align: middle;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    transition: all ease 0.5s;
    opacity: 0;
    background-color: var(--themes);
}

.researchs .reslist .resom .com .cor img {
    width: 100%;
    display: block;
}

.researchs .reslist .resom:nth-child(2n) {
    margin-right: 0;
}

.researchs .reslist .resom:hover .imgs .img {
    transform: scale(1.1);
}

.researchs .reslist .resom:hover .com .col .cit {
    color: var(--themes);
}

.researchs .reslist .resom:hover .com .cor {
    opacity: 1;
}

.newsom {
    width: 100%;
    background-color: #f8fafc;
    padding: 0.9rem 0;
}

.newsom .newpers {
    width: 100%;
}

.newsom .newpers .swiper-slide {
    width: 100%;
}

.newsom .newpers .swiper-slide a {
    width: 100%;
    display: block;
}

.newsom .newpers .swiper-slide .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0.2rem 0.2rem 0 0;
}

.newsom .newpers .swiper-slide .imgs .img {
    width: 100%;
    padding-top: 56.08%;
    transition: all ease 0.5s;
}

.newsom .newpers .swiper-slide .som {
    width: 100%;
    background-color: #fff;
    padding: 0.34rem;
    position: relative;
}

.newsom .newpers .swiper-slide .som .ic {
    position: absolute;
    right: 0.4rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: var(--themes);
    transition: all ease 0.5s;
    transform: translateY(-50%);
    top: 0;
    opacity: 0;
}

.newsom .newpers .swiper-slide .som .sit {
    width: 100%;
    color: #333;
    line-height: 1.4;
    height: 2.8em;
    font-weight: bold;
}

.newsom .newpers .swiper-slide .som .sip {
    width: 100%;
    color: #888;
    line-height: 1.5;
    height: 3em;
    margin: 0.15rem 0;
}

.newsom .newpers .swiper-slide .som .sob {
    width: 100%;
    font-size: 0;
}

.newsom .newpers .swiper-slide .som .sob .xm {
    display: inline-block;
    vertical-align: middle;
    color: #888;
    line-height: 1.5;
}

.newsom .newpers .swiper-slide .som .sob .xm span {
    display: inline-block;
    color: #e5e5e5;
    line-height: 1.5;
    margin: 0 0.15rem;
    vertical-align: middle;
}

.newsom .newpers .swiper-slide .som .sob .xm:last-child span {
    display: none;
}

.newsom .newpers .swiper-slide:hover .imgs .img {
    transform: scale(1.1);
}

.newsom .newpers .swiper-slide:hover .som .ic {
    opacity: 1;
}

.newsom .newpers .swiper-slide:hover .som .sit {
    color: var(--themes);
}

.newsom .newom {
    width: 100%;
}

.newsom .necoms {
    width: 100%;
    background-color: #fff;
    border-radius: 0.2rem;
}

.newsom .necoms a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem;
}

.newsom .necoms .nml {
    display: inline-block;
    vertical-align: middle;
    width: calc(660 / 1320 * 100%);
    border-radius: 0.2rem;
    overflow: hidden;
    position: relative;
}

.newsom .necoms .nml .img {
    width: 100%;
    padding-top: 56.06%;
    transition: all ease 0.5s;
}

.newsom .necoms .nmr {
    display: inline-block;
    vertical-align: middle;
    width: calc(540 / 1320 * 100%);
}

.newsom .necoms .nmr .nir {
    width: 100%;
    color: #333;
    line-height: 1.5;
    margin-bottom: 0.2rem;
}

.newsom .necoms .nmr .ninp {
    width: 100%;
    color: #888;
    line-height: 1.75;
    text-align: justify;
}

.newsom .necoms .nmr .ninp p {
    color: #888;
    line-height: 1.75;
}

.newsom .necoms:hover .nml .img {
    transform: scale(1.1);
}

.newsom .necoms:hover .nmr .nir {
    color: var(--themes);
}

.newsom .newtlis {
    width: 100%;
    font-size: 0;
    margin-top: 0.6rem;
}

.newsom .newtlis .neaom {
    display: inline-block;
    vertical-align: top;
    width: calc(446 / 1440 * 100%);
    margin-right: calc(50 / 1440 * 100%);
    margin-bottom: 0.5rem;
    border-radius: 0.2rem;
    overflow: hidden;
}

.newsom .newtlis .neaom a {
    width: 100%;
    display: block;
}

.newsom .newtlis .neaom .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.newsom .newtlis .neaom .imgs .img {
    width: 100%;
    padding-top: 56.05%;
    transition: all ease 0.5s;
}

.newsom .newtlis .neaom .pom {
    width: 100%;
    background-color: #fff;
    padding: 0.3rem 0.35rem;
}

.newsom .newtlis .neaom .pom .pit {
    width: 100%;
    color: #333;
    line-height: 1.5;
    height: 3em;
}

.newsom .newtlis .neaom .pom .pim {
    width: 100%;
    color: #888;
    line-height: 1.5;
    height: 3em;
    margin-top: 0.14rem;
}

.newsom .newtlis .neaom:nth-child(3n) {
    margin-right: 0;
}

.newsom .newtlis .neaom:hover .imgs .img {
    transform: scale(1.1);
}

.newsom .newtlis .neaom:hover .pom .pit {
    color: var(--themes);
}

.socials {
    width: 100%;
    position: relative;
}

.socials .imgs {
    width: 100%;
    position: relative;
}

.socials .imgs .img {
    width: 100%;
    padding-top: 36.45%;
}

.socials .vox {
    width: calc(920 / 1920 * 100%);
    position: absolute;
    left: calc(120 / 1920 * 100%);
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.socials .vox .sinp {
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 1.75;
}

.socials .vox .sinp p {
    color: #fff;
    line-height: 1.75;
}

@media (max-width: 1700px) {
    .socials .vox {
        left: 5%;
    }
}

@media (max-width: 800px) {
    .socials .vox .sinp{
        text-align: left;
    }
    .socials {
        padding: 1rem 0;
    }

    .socials .imgs {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .socials .imgs .img {
        width: 100%;
        height: 100%;
        display: block;
        padding-top: 0;
    }

    .socials .vox {
        left: 3%;
        width: 94%;
        position: relative;
        top: 0;
        transform: translateY(0);
        background-color: rgba(0, 0, 0, 0.4);
        padding: 0.5rem 0.2rem;
    }
}

.nanber {
    width: 100%;
    position: relative;
}

.nanber .imgs {
    width: 100%;
    position: relative;
}

.nanber .imgs .img {
    width: 100%;
    padding-top: 36.45%;
}

.nanber .nox {
    position: absolute;
    z-index: 4;
    left: calc(240 / 1920 * 100%);
    top: calc(40%);
    transform: translateY(-50%);
    width: 70%;
    z-index: 2;
    text-align: left;
}

.nanber .nox .pt {
    width: 100%;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
}

.nanber .nox .xm {
    width: 100%;
    color: #fff;
    line-height: 1.4;
    margin-top: .0rem;
    margin-top: 0.2rem;
}

.nanber .nanavs {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.nanber .nanavs .nanav {
    width: 100%;
    border-radius: 0.2rem 0.2rem 0 0;
    overflow: hidden;
}

.nanber .nanavs .nanav .swiper-slide {
    width: 100%;
    text-align: center;
}

.nanber .nanavs .nanav .swiper-slide a {
    width: 100%;
    display: block;
    cursor: pointer;
    color: #fff;
    background-color: var(--themes);
    line-height: 3.2;
}

@media (max-width: 1460px) {
    .nanber .nox {
        left: 5%;
    }
}

@media (max-width: 800px) {
    .nanber .imgs .img {
        padding-top: 50%;
    }

    .nanber .nox {
        left: 3%;
    }
}

.crumbs {
    width: 100%;
}

.crumbs .crumb {
    width: 100%;
    font-size: 0;
    text-align: right;
}

.crumbs .crumb .cul {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    font-size: 0;
}

.crumbs .crumb .cul .home {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    position: relative;
    top: -0.02rem;
    margin-right: 0.08rem;
}

.crumbs .crumb .cul .home img {
    width: 100%;
    display: block;
}

.crumbs .crumb .cul .am {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.crumbs .crumb .cul .am a {
    display: inline-block;
    vertical-align: middle;
    color: #555;
    line-height: 3.4;
}

.crumbs .crumb .cul .am a span {
    display: inline-block;
    color: #555;
    line-height: 1.5;
    margin: 0 0.14rem;
}

.crumbs .crumb .cul .am a:hover {
    color: var(--themes);
}

.crumbs .crumb .cul .am a:hover span {
    color: #555;
}

.crumbs .crumb .cul .am:last-child a span {
    display: none;
}

.rightnav {
    position: fixed;
    right: 0.3rem;
    z-index: 4;
    bottom: 20%;
}

.rightnav .ritm {
    width: 0.6rem;
    height: 0.6rem;
    display: block;
    border-radius: 50%;
    background-color: #eee;
}

.rightnav .ritm a,
.rightnav .ritm img {
    width: 100%;
    display: block;
}

.rightnav .ritm+.ritm {
    margin-top: 0.2rem;
}

.rightnav .ritm:hover {
    background-color: var(--themes);
}

.rightnav .ritm:hover img {
    filter: grayscale(1000%) brightness(2000%);
}

.newsom {
    width: 100%;
    background-color: #f8fafc;
}
.newsom .w1440{
    width: calc(100% - 30em);
    margin: 0 auto;
    font-size: .16rem;
}
@media(max-width: 750px){
    .newsom .w1440{
        width: 92%;
    }
}
.newsom .newom {
    width: 100%;
    padding: 0.3rem 0;
}

.newsom .newtlis {
    width: 100%;
    font-size: 0;
}

.newsom .newtlis .neaom {
    display: inline-block;
    vertical-align: top;
    width: calc(446 / 1440 * 100%);
    margin-right: calc(50 / 1440 * 100%);
}

.newsom .newtlis .neaom a {
    width: 100%;
    display: block;
}

.newsom .newtlis .neaom .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.newsom .newtlis .neaom .imgs .img {
    width: 100%;
}

.products {
    width: 100%;
}

.products .procem {
    width: 100%;
    position: relative;
}

.products .procem .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.products .procem .imgs .img {
    width: 100%;
    height: 9.4rem;
}

.products .procem .pcom {
    position: absolute;
    top: calc(190 / 940 * 100%);
    left: calc(240 / 1920 * 100%);
    width: 4.8rem;
    max-width: 90%;
    z-index: 3;
}
.products .procem .pcom.bkm{
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0.4rem;
    width: 5.6rem;
    border-radius: 0.2rem;
}

.products .procem .pcom .piv {
    width: 100%;
    color: #fff;
    line-height: 1.3;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);

}

.products .procem .pcom .lx {
    width: 100%;
    font-size: 0;
}

.products .procem .pcom .lx span {
    display: inline-block;
    vertical-align: middle;
    width: 0.55rem;
    height: 3px;
    background-color: #fff;
    margin: 0.24rem 0;
}

.products .procem .pcom .pinp {
    width: 100%;
    color: #fff;
    line-height: 1.75;
    max-width: 4.8rem;
    text-align: justify;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);

}

.products .procem .pcom .pinp p {
    color: #fff;
    width: 100%;
    line-height: 1.75;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);

}

.products .procem .pcom .more {
    width: 100%;
    font-size: 0;
    margin-top: 0.6rem;
}

.products .procem .pcom .more a {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0 0.25rem;
    background-color: #fff;
    color: var(--themes);
    line-height: 3;
    border-radius: 1.5em;
    transition: all ease 0.5s;
}

.products .procem .pcom .more a span {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    margin-left: 0.2rem;
}

.products .procem .pcom .more a span img {
    width: 100%;
    display: block;
}

.products .procem .pcom .more a:hover {
    animation: icon-bounce 0.5s alternate;
}

.products .procem:nth-child(2n) .pcom {
    text-align: right;
    left: auto;
    right: calc(240 / 1920 * 100%);
}

.leftnavs {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    padding-left: 0.3rem;
    z-index: 4;
    padding-right: 10px;
    width: 15em;
}

.sp-nav{transition: all .3s;}
.sp-nav.hide{visibility: hidden;opacity: 0;}

.leftnavs:after {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0.12rem;
    height: calc(100% - 0.3rem);
    width: 1px;
    left: calc(0.3rem + 9px);
    background-color: rgba(255, 255, 255, 0.5);
}

.leftnavs .ltem {
    width: 100%;
    font-size: 0;
    padding: 0.06rem 0;
    cursor: pointer;
    position: relative;
    z-index: 2;
    left: 0%;
    transition: all ease 0.5s;
}

.leftnavs .ltem .xd {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    position: relative;
    top: -0.02rem;
    margin-right: 0.11rem;
}

.leftnavs .ltem .xd img {
    width: 100%;
    display: block;
}

.leftnavs .ltem .xd img:first-child {
    display: block;
}

.leftnavs .ltem .xd img:last-child {
    display: none;
}

.leftnavs .ltem .xm {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 1.5;
    /* text-shadow: 1px 1px 5px rgba(0,0,0,0.5); */
}

.leftnavs .ltem+.ltem {
    margin-top: 0.3rem;
}

.leftnavs .ltem:hover .xd img:first-child,
.leftnavs .ltem.on .xd img:first-child {
    display: none;
}

.leftnavs .ltem:hover .xd img:last-child,
.leftnavs .ltem.on .xd img:last-child {
    display: block;
}

.leftnavs .ltem:hover .xm,
.leftnavs .ltem.on .xm {
    color: var(--themes) !important;
}

.leftnavs.gray:after {
    background-color: #666666;
}

.leftnavs.gray .ltem .xm {
    color: #666;
}

@media (max-width: 800px) {
    .leftnavs {
        display: none;
    }
}

.lenavs {
    position: sticky;
    top: 0.9rem;
    width: 100%;
    z-index: 5;
    display: none;
}

.leftnavp {
    width: 100%;
    position: relative;
    display: none;
    padding: 0 3%;
    background-color: #fff;
}

.leftnavp .swiper-slide {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 50px;
    padding: 0 0.15rem;
}

.leftnavp .swiper-slide.on,
.leftnavp .swiper-slide:hover {
    color: var(--themes);
}

@media (max-width: 800px) {
    .lenavs {
        display: block;
        top: calc(40px + 0.2rem);
    }

    .leftnavp {
        display: block;
    }
}

.areas {
    width: 100%;
    background-color: #f8fafc;
}

.areas .areaom {
    width: 100%;
    padding: 0.5rem 0;
}

.areas .arealis {
    width: 100%;
    position: relative;
    font-size: 0;
}

.areas .arealis .areom {
    width: 100%;
    position: relative;
}


.areas .arealis .areom a {
    width: 100%;
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: center;
    background-color: #fff;
    border-radius: 0.2rem;
    overflow: hidden;
}

.areas .arealis .areom .imgs {
    display: inline-block;
    vertical-align: middle;
    width: calc(720 / 1440 * 100%);
    position: relative;
    overflow: hidden;
}

.areas .arealis .areom .imgs .img {
    width: 100%;
    padding-top: 66.66%;
    transition: all ease 0.5s;
}

.areas .arealis .areom .peom {
    display: inline-block;
    vertical-align: middle;
    width: calc(720 / 1440 * 100%);
    padding: 0.2rem 0.85rem;
}

.areas .arealis .areom .peom .pc {
    width: 0.51rem;
    height: 0.51rem;
    display: block;
}

.areas .arealis .areom .peom .pc img {
    width: 100%;
    display: block;
}

.areas .arealis .areom .peom .xit {
    width: 100%;
    color: #333;
    line-height: 1.5;
    margin: 0.18rem 0;
}

.areas .arealis .areom .peom .sinp {
    width: 100%;
    color: #666;
    line-height: 1.75;
    /*overflow: auto;*/
    /*height: 1.2rem;*/
    text-align: justify;
    /*滚动条里面小方块*/
    /*滚动条里面轨道*/
}

.areas .arealis .areom .peom .sinp p {
    color: #666;
    line-height: 1.75;
}

.areas .arealis .areom .peom .sinp::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.areas .arealis .areom .peom .sinp::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 181, 209, 0.8);
    background: rgba(0, 181, 209, 0.8);
    scrollbar-arrow-color: rgba(0, 0, 0, 0.1);
}

.areas .arealis .areom .peom .sinp::-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);
}

.areas .arealis .areom .peom .more {
    width: 100%;
    font-size: 0;
    margin-top: 0.45rem;
}

.areas .arealis .areom .peom .more .mtn {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0 0.25rem;
    background-color: var(--themes);
    color: #fff;
    line-height: 3;
    border-radius: 1.5em;
    transition: all ease 0.5s;
}

.areas .arealis .areom .peom .more .mtn span {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    position: relative;
    top: -0.02rem;
    margin-left: 0.2rem;
}

.areas .arealis .areom .peom .more .mtn span img {
    width: 100%;
    display: block;
}

.areas .arealis .areom .peom .more .mtn span img:first-child {
    display: block;
}

.areas .arealis .areom .peom .more .mtn span img:last-child {
    display: none;
}

.areas .arealis .areom:hover a {
    background-color: var(--themes);
}

.areas .arealis .areom:hover .imgs .img {
    transform: scale(1.1);
}

.areas .arealis .areom:hover .peom .pc img {
    filter: grayscale(1000%) brightness(2000%);
}

.areas .arealis .areom:hover .peom .xit {
    color: #fff;
}

.areas .arealis .areom:hover .peom .sinp {
    color: #fff;
}

.areas .arealis .areom:hover .peom .sinp p {
    color: #fff;
}

.areas .arealis .areom:hover .peom .more .mtn {
    animation: icon-bounce 0.5s alternate;
    background-color: #fff;
    color: var(--themes);
}

.areas .arealis .areom:hover .peom .more .mtn span img:first-child {
    display: none;
}

.areas .arealis .areom:hover .peom .more .mtn span img:last-child {
    display: block;
}

.areas .arealis .areom+.areom {
    margin-top: 0.7rem;
}

.areas .arealis .areom:nth-child(2n) a {
    flex-direction: row-reverse;
}

.researchd {
    width: 100%;
    padding: 1rem 0;
    background-color: #f8fafc;
}

.researchd .restlis {
    width: 100%;
}

.researchd .restlis .reaom {
    width: 100%;
    background-color: #fff;
    border-radius: 0.2rem;
}

.researchd .restlis .reaom .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0.2rem;
}

.researchd .restlis .reaom .imgs .img {
    width: 100%;
    padding-top: 33.28%;
}

.researchd .restlis .reaom .pom {
    width: 100%;
    padding: 0.4rem 0.56rem;
}

.researchd .restlis .reaom .pom .pit {
    width: 100%;
    color: #333;
    line-height: 1.5;
    margin-bottom: 0.2rem;
}

.researchd .restlis .reaom .pom .pim {
    width: 100%;
    color: #666;
    line-height: 1.5;
    text-align: justify;
}

.researchd .restlis .reaom+.reaom {
    margin-top: 0.8rem;
}

.researchd .butom {
    width: 100%;
    margin-top: 1rem;
}

.researchd .butom .qstolis {
    width: 100%;
}

.researchd .butom .qstolis .stom {
    width: 100%;
    font-size: 0;
    border-radius: 0.2rem;
    overflow: hidden;
    background-color: #fff;
}

.researchd .butom .qstolis .stom .imgs {
    display: inline-block;
    vertical-align: middle;
    width: calc(500 / 1440 * 100%);
    position: relative;
    overflow: hidden;
}

.researchd .butom .qstolis .stom .imgs .img {
    width: 100%;
    padding-top: 56%;
    transition: all ease 0.5s;
}

.researchd .butom .qstolis .stom .qom {
    display: inline-block;
    vertical-align: middle;
    width: calc(940 / 1440 * 100%);
    padding: 0.2rem 0.55rem;
}

.researchd .butom .qstolis .stom .qom .pit {
    width: 100%;
    color: #333;
    line-height: 1.5;
    margin-bottom: 0.2rem;
}

.researchd .butom .qstolis .stom .qom .pim {
    width: 100%;
    color: #666;
    line-height: 1.5;
    text-align: justify;
}

.researchd .butom .qstolis .stom+.stom {
    margin-top: 0.5rem;
}

.pages {
    width: 100%;
    padding: 0.22rem 0 0.25rem;
    font-size: 0;
    text-align: center;
    margin-top: 0.2rem;
}

.pages .page {
    display: inline-block;
    vertical-align: middle;
    width: 0.48rem;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    color: #666;
    border-radius: 50%;
    background-color: transparent;
    border: solid 1px #ededed;
    margin: 0 0.05rem 0.05rem;
}

.pages .page.ltn {
    background-image: url("../images/b1.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.pages .page.rtn {
    background-image: url("../images/b2.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.pages .page.on {
    background-color: var(--themes);
    color: #fff;
    border: solid 1px var(--themes);
}

.pages .page.ltn:hover {
    background-image: url("../images/b3.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.pages .page.on.ltn {
    background-image: url("../images/b3.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.pages .page.on.rtn {
    background-image: url("../images/b4.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.pages .page.rtn:hover {
    background-image: url("../images/b4.png");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.pages .page.auto {
    width: auto;
    padding: 0 0.24rem;
}

.pages .page:hover {
    background-color: var(--themes);
    color: #fff;
}

@media (max-width: 900px) {
    .pages .page {
        width: 0.8rem;
        height: 0.8rem;
        line-height: 0.8rem;
        font-size: 16px;
        margin: 0 0.1rem 0.1rem;
    }
}

.company {
    width: 100%;
    padding: 1rem 0;
    position: relative;
}

.company .compys {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.company .compys .coml {
    display: inline-block;
    vertical-align: middle;
    width: calc(720 / 1440 * 100%);
    position: relative;
    overflow: hidden;
    border-radius: 0.2rem;
}

.company .compys .coml .img {
    width: 100%;
    padding-top: 62.5%;
}

.company .compys .comr {
    display: inline-block;
    vertical-align: middle;
    width: calc(650 / 1440 * 100%);
}

.company .compys .comr .cinp {
    width: 100%;
    color: #333;
    line-height: 1.75;
    text-align: justify;
}

.company .compys .comr .cinp p {
    color: #333;
    line-height: 1.75;
    text-align: justify;
}

.cultrue {
    width: 100%;
    padding: 1rem 0;
    background-color: #f8fafc;
    position: relative;
}

.cultrue .culmg {
    width: 100%;
    position: relative;
}

.cultrue .culmg .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0.2rem;
}

.cultrue .culmg .imgs .img {
    width: 100%;
    padding-top: 34.72%;
}

.cultrue .culmg .vod {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding: 0.3rem;
}

.cultrue .culmg .vod .vc {
    display: block;
    margin: 0 auto 0.2rem;
    width: 0.64rem;
    height: 0.64rem;
}

.cultrue .culmg .vod .vc img {
    width: 100%;
    display: block;
}

.cultrue .culmg .vod .xd {
    width: 100%;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0.15rem;
    text-align: center;
}

.cultrue .culmg .vod .xm {
    width: 100%;
    color: #fff;
    line-height: 1.5;
    text-align: center;
}

.cultrue .culmg .vod .xm p {
    color: #fff;
    line-height: 1.5;
}

.cultrue .cultlis {
    width: 100%;
    margin-top: 0.8rem;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.cultrue .cultlis .culem {
    display: inline-block;
    vertical-align: top;
    width: calc(446 / 1440 * 100%);
    margin-right: calc(50 / 1440 * 100%);
    margin-bottom: 0.3rem;
    border-radius: 0.2rem;
    background-color: #fff;
}

.cultrue .cultlis .culem .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0.2rem;
}

.cultrue .cultlis .culem .imgs .img {
    width: 100%;
    padding-top: 62.78%;
    transition: all ease 0.5s;
}

.cultrue .cultlis .culem .pom {
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 0.2rem 0.2rem;
    position: relative;
    padding: 0.75rem 0.3rem 0.5rem;
}

.cultrue .cultlis .culem .pom .tic {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    font-size: 0;
    text-align: center;
}

.cultrue .cultlis .culem .pom .tic .bg {
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
    position: relative;
}

.cultrue .cultlis .culem .pom .tic .bg .mg {
    width: 100%;
    height: 100%;
    display: block;
}

.cultrue .cultlis .culem .pom .tic .bg .mg img {
    width: 100%;
    display: block;
}

.cultrue .cultlis .culem .pom .tic .bg .xv {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: block;
}

.cultrue .cultlis .culem .pom .tic .bg .xv img {
    width: 100%;
    display: block;
}

.cultrue .cultlis .culem .pom .pit {
    width: 100%;
    text-align: center;
    color: #333;
    line-height: 1.5;
}

.cultrue .cultlis .culem .pom .pim {
    width: 100%;
    text-align: center;
    color: #666;
    line-height: 1.5;
    margin-top: 0.1rem;
}

.cultrue .cultlis .culem .pom .pim p {
    color: #666;
    line-height: 1.5;
}

.cultrue .cultlis .culem:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 800px) {
    .cultrue .culmg .imgs .img {
        padding-top: 60%;
    }
}

.social {
    width: 100%;
    padding: 1rem 0;
    position: relative;
}

.social .socimg {
    width: 100%;
    position: relative;
}

.social .socimg .imgs {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0.2rem;
}

.social .socimg .imgs .img {
    width: 100%;
    padding-top: 38.19%;
}

.social .socimg .vod {
    position: absolute;
    left: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 4.8rem;
    z-index: 2;
}

.social .socimg .vod .xm {
    width: 100%;
    color: #fff;
    line-height: 1.75;
}

.social .socimg .vod .xm p {
    color: #fff;
    line-height: 1.75;
}

@media (max-width: 800px) {
    .social .socimg .imgs .img {
        padding-top: 60%;
    }

    .social .socimg .vod {
        left: 5%;
    }
}

.mapsom {
    width: 100%;
    padding: 1rem 0;
}

.mapsom .contlis {
    width: 100%;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
}

.mapsom .contlis .covun {
    display: inline-block;
    vertical-align: top;
    width: calc(450 / 1440 * 100%);
    margin-right: calc(44 / 1440 * 100%);
    margin-bottom: 0.2rem;
    background-color: #f7f8fb;
    border-radius: 0.2rem;
    padding: 0.5rem 0.1rem;
}

.mapsom .contlis .covun .bg {
    display: block;
    width: 1rem;
    height: 1rem;
    position: relative;
    margin: 0 auto 0.25rem;
}

.mapsom .contlis .covun .bg .mg {
    width: 100%;
    height: 100%;
    display: block;
}

.mapsom .contlis .covun .bg .mg img {
    width: 100%;
    display: block;
}

.mapsom .contlis .covun .bg .xv {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: block;
}

.mapsom .contlis .covun .bg .xv img {
    width: 100%;
    display: block;
}

.mapsom .contlis .covun .km {
    width: 100%;
    color: #666;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0.25rem;
}

.mapsom .contlis .covun .kim {
    width: 100%;
    color: #333;
    line-height: 1.5;
    text-align: center;
}

.mapsom .contlis .covun .kim p {
    color: #333;
    line-height: 1.5;
}

.mapsom .contlis .covun:nth-child(3n) {
    margin-right: 0;
}

.mapsom .mapm {
    width: 100%;
    margin-top: 0.7rem;
    border-radius: 0.2rem;
    overflow: hidden;
}

.mapsom .mapm img {
    width: 100%;
    display: block;
}

.netails {
    width: 100%;
    padding: 1rem 0; }
.netails .nit {
    width: 100%;
    color: #333;
    font-weight: bold;
    line-height: 1.3;
    text-align: left; }
.netails .nit p {
    color: #333;
    line-height: 1.3; }
.netails .time {
    width: 100%;
    padding: 0.4rem 0;
    text-align: left;
    font-size: 0; }
.netails .time .mx {
    display: inline-block;
    vertical-align: middle;
    color: #888;
    line-height: 1.5; }
.netails .time .mx span {
    display: inline-block;
    vertical-align: middle;
    width: 0.18rem;
    position: relative;
    top: -0.02rem;
    margin-right: 0.1rem; }
.netails .time .mx span img {
    width: 100%;
    display: block; }
.netails .nips {
    width: 100%;
    color: #666 ;
    line-height: 1.75;
    padding: 0.4rem 0 0;
    border-top: solid 1px #eee; }
.netails .nips p, .netails .nips span {
    color: #666 ;
    padding: 0.5em 0;
    line-height: 1.75; }
.netails .nips img {
    max-width: 100%; }
.netails .netail {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.netails .netail .nel {
    display: inline-block;
    vertical-align: top;
    width: calc(1020 / 1440 * 100%); }
.netails .netail .ner {
    display: inline-block;
    vertical-align: top;
    width: calc(320 / 1440 * 100%);
    position: sticky;
    top: 1rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse; }
.netails .netail .ner .nir {
    width: 100%;
    color: var(--themes);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.3rem; }
.netails .netail .ner .norem {
    width: 100%;
    padding: 0.3rem 0;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee; }
.netails .netail .ner .norem .nrom {
    width: 100%; }
.netails .netail .ner .norem .nrom .xt {
    width: 100%;
    color: #333;
    line-height: 1.5; }
.netails .netail .ner .norem .nrom .sic {
    width: 100%;
    margin-top: 0.1rem; }
.netails .netail .ner .norem .nrom .sic a {
    width: 100%;
    display: block;
    color: #666;
    line-height: 1.5;
    position: relative;}
.netails .netail .ner .norem .nrom .sic a:before{
    content: "";
    display: block;
    width: 1.2em;
    height: 1.2em;
    position: absolute;
    left: -1.6em;
    top: 0.1em;
    background-image: url(../images/i3s.png);
    background-size: 100% 100%;
    z-index: 12;
}
.netails .netail .ner .norem .nrom .sic a:hover:before{
    background-image: url(../images/i2.png);
}
.netails .netail .ner .norem .nrom .sic a:after{
    content: "";display: inline-block;width: 1px;height: calc(100% + 1.5em + 0.4rem);background-color: #ccc;position: absolute;left: -1.05em;top: 0.75em;border-radius: 0;z-index: 1;
}
.netails .netail .ner .norem .nrom:last-child .sic a:after{display: none;}
.netails .netail .ner .norem .nrom .sic a:hover {
    color: var(--themes); }
.netails .netail .ner .norem .nrom + .nrom {
    margin-top: 0.3rem; }
.netails .netail .ner .back {
    width: 100%;
    font-size: 0;
    margin-top: 0.4rem; }
.netails .netail .ner .back a {
    display: inline-block;
    vertical-align: middle;
    background-color: var(--themes);
    color: #fff;
    line-height: 3;
    border-radius: 1.5em;
    padding: 0 0.25rem;
    top: 0;
    position: relative;
    transition: all ease 0.5s; }
.netails .netail .ner .back a span {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    position: relative;
    top: -0.02rem;
    margin-left: 0.24rem; }
.netails .netail .ner .back a:hover {
    top: -0.1rem; }
.netails .netail .ner .nermlis {
    width: 100%;
    margin-bottom: 0.2rem; }
.netails .netail .ner .nermlis .nerom {
    width: 100%; }
.netails .netail .ner .nermlis .nerom a {
    width: 100%;
    display: block; }
.netails .netail .ner .nermlis .nerom .imgs {
    width: 100%;
    position: relative;
    overflow: hidden; }
.netails .netail .ner .nermlis .nerom .imgs .img {
    width: 100%;
    padding-top: 60%;
    transition: all ease 0.5s; }
.netails .netail .ner .nermlis .nerom .vom {
    width: 100%;
    background-color: #fff;
    padding: 0.2rem; }
.netails .netail .ner .nermlis .nerom .vom .vit {
    width: 100%;
    color: #333;
    line-height: 1.5;
    text-align: center; }
.netails .netail .ner .nermlis .nerom + .nerom {
    margin-top: 0.15rem; }
.netails .netail .ner .nermlis .nerom:hover .imgs .img {
    transform: scale(1.1); }
.netails .netail .ner .nermlis .nerom:hover .vom .vit {
    color: var(--themes); }
.netails .netail .ner .tyom, .netails .netail .ner .byom {
    width: 100%; }
.netails .netail .lx {
    position: absolute;
    right: calc(1070 / 1440 * 100%);
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #eee;
}
.s30 {
    font-size: calc(30* 1rem / 100);
}
.s16 {
    font-size: calc(16* 1rem / 100);
}
.s60 {
    font-size: calc(60* 1rem / 100);
}
.s48 {
    font-size: calc(48* 1rem / 100);
}

.s24 {
    font-size: calc(24* 1rem / 100);
}

.s20 {
    font-size: calc(20* 1rem / 100);
}

.leftnavsbtn {
    display: none;
    width: 5%;
    margin-right: 10px;
    position: relative;
}

.leftnavsbtn:after {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0.4rem;
    height: calc(100% - 1rem);
    width: 1px;
    left: calc(0.3rem + 3px);
    background-color: rgba(0, 0, 0, 0.5);
}

.leftnavsbtn .ltem {
    width: 100%;
    font-size: 0;
    padding: 0.2rem 0;
    cursor: pointer;
    position: relative;
    z-index: 2;
    left: 0%;
    transition: all ease 0.5s;
}

.leftnavsbtn .ltem .xd {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    position: relative;
    top: -0.02rem;
    margin-right: 0.11rem;
}

.leftnavsbtn .ltem .xd img {
    width: 100%;
    display: block;
}

.leftnavsbtn .ltem .xd img:first-child {
    display: block;
}

.leftnavsbtn .ltem .xd img:last-child {
    display: none;
}

.leftnavsbtn .ltem+.ltem {
    margin-top: 0.3rem;
}

.leftnavsbtn .ltem:hover .xd img:first-child,
.leftnavsbtn .ltem.on .xd img:first-child {
    display: none;
}

.leftnavsbtn .ltem:hover .xd img:last-child,
.leftnavsbtn .ltem.on .xd img:last-child {
    display: block;
}

.flex {
    display: flex;
    align-items: center;
}

.flex-1 {
    flex: 1;
}


@media screen and (max-width: 750px) {
    .s30 {
        font-size: calc(30* 2.5rem / 100);
    }

    .s16 {
        font-size: calc(16* 3.5rem / 100);
    }
    .s60 {
        font-size: calc(60* 2rem / 100);
    }
    .s48 {
        font-size: calc(48* 2rem / 100);
    }
    .rightnav .ritm {
        width: 1.6rem;
        height: 1.6rem;
    }

    .leftnavsbtn {
        display: block;
    }
}