﻿    @charset "utf-8";
    .flexBox {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    
    .W80 {
        width: 80%;
        margin: 0 auto;
    }
    
    .banner .swiper-pagination {
        position: absolute;
        width: 80%;
        left: 10%;
        bottom: 80px;
        border-radius: 0;
        text-align: left;
        z-index: 9999;
    }
    
    .banner .swiper-pagination-bullet {
        display: inline-block;
        width: 54px;
        height: 1px;
        background: rgba(255, 255, 255, 0.6);
        margin: 0 4px;
        border-radius: 0;
        cursor: pointer;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    
    .banner .swiper-pagination-bullet-active {
        background: #fff;
        height: 2.5px;
    }
    /* header */
    
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0 auto;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        z-index: 99999;
    }
    
    .header.active {
        background: #000;
    }
    
    .header.on {
        background: #000;
        box-shadow: 0 0 10px #333;
    }
    
    .header .W80 {}
    
    .headerLogo {
        width: 156px;
        padding: 30px 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }
    
    .header.on .headerLogo {
        padding: 10px 0;
    }
    
    .headerNav {
        width: calc(100% - 156px);
        padding-left: 10vw;
        justify-content: end;
    }
    
    .headerNav li {
        width: 160px;
        text-align: center;
        padding: 30px 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }
    
    .header.on .headerNav li {
        padding: 10px 0;
    }
    
    .headerNav li>a {
        display: block;
        color: #fff;
        line-height: 60px;
    }
    
    .headerNav li.NavSmall a {
        font-size: 14px;
    }
    
    .headerNav li.active a,
    .headerNav li:hover>a {
        color: #aa002b;
    }
    
    .ylGp {
        position: absolute;
        color: #fff;
        right: 20px;
        top: 10px;
        font-size: 14px;
    }
    
    .headerNav li {
        position: relative;
    }
    
    .navLm {
        position: absolute;
        top: 148px;
        left: 0;
        width: 100%;
        border-radius: 6px;
        background: #fff;
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
        height: 0;
        opacity: 0;
        -webkit-transition: top .3s;
        -moz-transition: top .3s;
        transition: top .3s;
        visibility: hidden;
    }
    
    .headerNav li:hover .navLm {
        height: auto;
        top: 118px;
        opacity: 1;
        visibility: visible;
    }
    
    .header.on .headerNav li .navLm {
        top: 98px;
    }
    
    .header.on .headerNav li:hover .navLm {
        top: 78px;
    }
    
    .navLm::before {
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -10px;
        content: '';
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }
    
    .headerNav li .navLm a {
        display: block;
        color: #000;
        line-height: 50px;
        /* font-size: 15px; */
    }
    
    .headerNav li .navLm a:hover {
        /* opacity: 0.5; */
        background: #f5f5f5;
        color: #aa002b;
    }
    
    .header-xia {
        position: fixed;
        top: 118px;
        /* padding: 30px 0 50px; */
        background-color: #fff;
        z-index: 9;
        left: 0%;
        display: none;
        width: 100%;
        border-top: 1px solid #313131;
    }
    
    .header.on .header-xia {
        top: 78px;
    }
    
    .header-xia .center-div {
        justify-content: space-between;
        /* align-items: flex-start; */
    }
    
    .header-xia .left {
        width: 70%;
        position: relative;
    }
    
    .header-xia .right {
        width: 30%;
        margin-top: 15px;
        white-space: nowrap;
    }
    
    .header-xia .right .img {
        position: relative;
        width: 100%;
        padding-top: 70%;
        overflow: hidden;
    }
    
    .header-xia .right .img img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transition: all 1s;
        transition: all 1s;
        -o-object-fit: cover;
        object-fit: cover;
    }
    
    .header-xia .left .title-div {}
    
    .header-xia .left .title-div .tit {
        width: 40%;
        text-align: left;
        font-size: 16px;
        /* color: #e1e1e1; */
        line-height: 1.5;
        padding: 20px 0;
        display: block;
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 12px;
        background-image: url("../picture/header-right.png");
        border-bottom: 1px solid #ddd;
        position: relative;
        box-sizing: border-box;
    }
    
    .header-xia .left .title-div .tit:after {
        position: absolute;
        bottom: 0;
        width: 0;
        height: 1px;
        background-color: #aa002b;
        left: 0;
        content: "";
        transition: all 0.3s;
    }
    
    .header-xia .left .title-div:hover .tit:after {
        width: 100%;
    }
    
    .header-xia .left .title-div .center {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 60%;
        padding: 5% 0 5% 12%;
        display: none;
    }
    
    .title-nav {
        text-align: left;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    
    .title-nav a {
        position: relative;
        display: block;
        width: 50%;
        color: #6a6a6a;
        font-size: 14px;
        padding: 15px 0;
    }
    
    .title-nav a:hover {
        color: #aa002b;
    }
    
    .title-nav a::before {
        float: left;
        content: '';
        display: inline-block;
        padding: 15px 3px;
        background: url(../picture/head_li.png) no-repeat center;
        margin-right: 5px;
        margin-top: -2px;
    }
    
    .nav-item {
        display: block;
        width: 25%;
        border-right: 1px solid #f5f5f5;
    }
    
    .nav-item:first-child {
        border-left: 1px solid #f5f5f5;
    }
    
    .nav-item.big {
        padding: 30px;
    }
    
    .nav-item .img-box {
        position: relative;
        width: 100%;
        padding-top: 68%;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .nav-item .img-box img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transition: all 1s;
        transition: all 1s;
        -o-object-fit: cover;
        object-fit: cover;
    }
    
    .nav-item:hover .img-box img {
        transform: scale(1.05);
    }
    
    .nav-item .text {
        width: 100%;
        margin: 30px auto 20px;
        text-align: left;
    }
    
    .nav-item .text h6 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    
    .nav-item .text a {
        position: relative;
        display: inline-block;
        font-size: 14px;
        margin-right: 5%;
        color: #6a6a6a;
        /* background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px;
    background-image: url("../picture/header-right.png"); */
    }
    
    .nav-item .text a::before {
        float: left;
        content: '';
        display: inline-block;
        padding: 15px 3px;
        background: url(../picture/head_li.png) no-repeat center;
        margin-right: 5px;
        margin-top: -2px;
    }
    
    .nav-item .text a:hover {
        color: #aa002b;
    }
    
    .nav-item.multi {
        position: relative;
        margin-top: 10px;
    }
    
    .nav-item .link {
        /* display: block; */
        cursor: pointer;
    }
    
    .nav-item .link p {
        position: relative;
        line-height: 60px;
        padding: 0 30px;
        margin-right: 30px;
        color: #6a6a6a;
        text-align: left;
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 12px;
        background-image: url("../picture/header-right.png");
    }
    
    .nav-item .link p::before {
        position: absolute;
        content: '';
        width: 0;
        height: 3px;
        background: #aa002b;
        bottom: 7px;
        left: 30px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }
    
    .nav-item .link:hover p::before {
        width: 16px;
    }
    /* .nav-item .link p:hover {
    background: #fafafa;
} */
    
    .headerLink {
        padding: 10px 10px 0 0;
        position: absolute;
        right: 0;
        top: 0;
        background: #fff;
        width: 156px;
        z-index: 9;
        display: none;
    }
    
    .headerLink a {
        position: relative;
        display: block;
        font-size: 14px;
        margin-left: 7%;
        color: #6a6a6a;
        text-align: left;
        padding: 8px 0;
        /* background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px;
    background-image: url("../picture/header-right.png"); */
    }
    
    .headerLink a::before {
        float: left;
        content: '';
        display: inline-block;
        padding: 15px 3px;
        background: url(../picture/head_li.png) no-repeat center;
        margin-right: 5px;
        margin-top: -2px;
    }
    
    .headerLink a:hover {
        color: #aa002b;
    }
    
    @media screen and (max-width: 1420px) {
        .nav-item.multi {
            width: 30%;
        }
    }
    
    .pc-block {
        display: block;
    }
    
    .m-block {
        display: none;
    }
    
    .header2 {
        background: #000;
        height: 60px;
        padding: 0 20px;
        box-shadow: 0px 0px 6px 0 rgba(0, 0, 0, 0.1);
        position: fixed;
        width: 100%;
        left: 0;
        z-index: 9999;
    }
    
    .header2 .logo {
        width: 102px;
        height: auto;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        position: relative;
        z-index: 12;
    }
    
    .header2 .h-right {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: center;
        position: absolute;
        height: 24px;
        right: 20px;
        top: 50%;
        transform: translate(0, -50%);
        z-index: 12;
    }
    
    .hamburger {
        display: inline-block;
        cursor: pointer;
        transition-property: opacity, filter;
        transition-duration: 0.15s;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
    }
    
    .hamburger-box {
        width: 30px;
        height: 24px;
        display: inline-block;
        position: relative;
        perspective: 80px;
    }
    
    .hamburger-inner {
        display: block;
        top: 50%;
        margin-top: -2px;
    }
    
    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 40px;
        height: 4px;
        background-color: #000;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }
    
    .header2 .hamburger-inner,
    .header2 .hamburger-inner::before,
    .header2 .hamburger-inner::after {
        width: 30px;
        height: 1px;
        background: #fff;
    }
    
    .header2 .hamburger--3dx-r .hamburger-inner {
        transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    }
    
    .hamburger-inner::before,
    .hamburger-inner::after {
        content: "";
        display: block;
    }
    
    .hamburger-inner::before {
        top: -8px;
    }
    
    .hamburger-inner::after {
        bottom: -8px;
    }
    
    .header2 .hamburger--3dx-r .hamburger-inner::before,
    .header2 .hamburger--3dx-r .hamburger-inner::after {
        transition: transform 0.6s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
    }
    
    .header2 .warp-nav {
        padding: 20px 0;
        position: fixed;
        background: #fff;
        width: 100%;
        height: calc(100vh - 60px);
        right: 0;
        top: 60px;
        z-index: 9;
        display: none;
    }
    
    .header2 .nav {
        color: #333;
        position: relative;
        overflow-y: auto;
        height: 100%;
        flex-wrap: wrap;
    }
    
    .header2 .nav .li {
        position: relative;
        width: 100%;
        line-height: 60px;
    }
    
    .header2 .nav .warp-btn {
        display: block;
        position: relative;
        color: #333;
        text-align: center;
        padding: 0 8%;
        border-bottom: 1px solid #F2F2F2;
        transition: all .3s ease;
    }
    
    .header2 .nav .warp-btn span {
        display: block;
        text-align: left;
        font-size: 18px;
        padding-right: 30px;
    }
    
    .header2 .nav .warp-btn svg {
        position: absolute;
        top: 24px;
        right: 5%;
        height: 11px;
        width: 11px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        transform-origin: center center;
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }
    
    .header2 .nav .li.active .warp-btn svg {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    .header2 .nav .li.cur a {
        background: #1e88e5;
        color: #fff;
        border: 1px solid #1e88e5;
    }
    
    .header2 .nav .li .mbNav {
        display: none;
        padding-left: 20px;
        line-height: 50px;
    }
    
    .header2 .nav .li .mbNav a {
        position: relative;
        display: block;
        font-size: 16px;
        padding: 0 8%;
        color: #6c6c6c;
    }
    
    .header2 .nav .li .mbNav span {
        display: block;
        text-align: left;
        font-size: 16px;
        padding-right: 30px;
        color: #6c6c6c;
    }
    
    .header2 .nav .li .mbNav svg {
        position: absolute;
        top: 20px;
        right: 5%;
        height: 11px;
        width: 11px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        transform-origin: center center;
        -webkit-transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }
    
    .header2 .nav .li .mbNav .oneNavList.active svg {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    .header2 .warp-bg {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 60px;
        z-index: 8;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: all .5s ease;
    }
    
    .hamburger.is-active:hover {
        opacity: 0.7;
    }
    
    .hamburger--3dx-r.is-active .hamburger-inner {
        background-color: transparent !important;
        transform: rotateY(-180deg);
    }
    
    .hamburger--3dx-r.is-active .hamburger-inner::before {
        transform: translate3d(0, 8px, 0) rotate(45deg);
    }
    
    .header2 .hamburger.is-active .hamburger-inner,
    .header2 .hamburger.is-active .hamburger-inner::before,
    .header2 .hamburger.is-active .hamburger-inner::after {
        background: #fff;
    }
    
    .hamburger--3dx-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -8px, 0) rotate(-45deg);
    }
    
    .header2 .warp-bg.cur {
        opacity: 1;
        visibility: visible;
    }
    
    .header2 .nav .li {
        opacity: 0;
        transform: translate(0, 30px);
        transition: all 0.8s cubic-bezier(0.79, -0.27, 0.21, 0.82);
    }
    
    .header2 .nav .li.animate {
        opacity: 1;
        transform: translate(0, 0);
    }
    
    @media screen and (max-width: 1600px) {
        .headerNav {
            padding-left: 5vw;
        }
    }
    
    @media screen and (max-width: 1024px) {
        .pc-block {
            display: none !important;
        }
        .m-block {
            display: block !important;
        }
    }
    
    @media screen and (max-width: 767px) {
        .header2 {
            height: 60px;
        }
        .header2 .logo {
            width: 112px;
            z-index: 2;
        }
        .header2 .hamburger {
            height: 20px;
        }
        .header2 .hamburger-box {
            width: 25px;
            height: 20px;
        }
        .header2 .hamburger-inner,
        .header2 .hamburger-inner::before,
        .header2 .hamburger-inner::after {
            width: 25px;
        }
    }
    /* header end */
    /* banner */
    
    .banner {
        position: relative;
        /* padding-top: 100px;
    background: #000; */
    }
    
    .banner img {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
    }
    
    .nyProInfoBan {
        overflow: hidden;
    }
    
    .nyProInfoBan img {
        position: absolute;
        left: 5%;
        top: -21%;
        width: 800px;
    }
    /* banner  end */
    /* 工艺与技术 */
    
    .css-xyot72 {
        overflow: hidden;
    }
    
    .css-xyot72 .families-slider-container {
        position: relative;
        background-color: #202020;
        line-height: 0;
        white-space: nowrap;
        -webkit-transition: -webkit-transform 1s cubic-bezier(0.13, 0.99, 0.18, 0.99);
        transition: transform 1s cubic-bezier(0.13, 0.99, 0.18, 0.99);
    }
    
    .css-xyot72 .families-slider-container.detail-open {
        -webkit-transform: translateX(-85%);
        -moz-transform: translateX(-85%);
        -ms-transform: translateX(-85%);
        transform: translateX(-85%);
    }
    
    @media (min-width: 1366px) {
        .css-xyot72 .families-slider-container.detail-open {
            -webkit-transform: translateX(-75%);
            -moz-transform: translateX(-75%);
            -ms-transform: translateX(-75%);
            transform: translateX(-75%);
        }
    }
    
    .css-19k8oo6 {
        background-color: transparent;
        position: absolute;
        height: 100%;
        width: 100%;
        color: #fff;
        top: 0;
        left: 0;
        z-index: 10;
    }
    
    .css-19k8oo6 .inner-wrapper {
        width: 80%;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    @media (min-width: 1025px) and (max-width: 1365.98px) {
        .css-19k8oo6 .inner-wrapper {
            margin-left: calc(100% / 24);
        }
    }
    
    .css-19k8oo6 .controls {
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
    }
    
    .css-19k8oo6 .controls .control-title {
        font-size: 3.4rem;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.32;
        letter-spacing: 0.136rem;
    }
    
    .css-19k8oo6 .controls .ctrl-buttonset {
        margin-top: 23px;
    }
    
    .css-19k8oo6 .controls .ctrl-buttonset button svg {
        width: 60px;
        height: 60px;
    }
    
    .css-19k8oo6 .controls .ctrl-buttonset button+button {
        margin-left: 6px;
    }
    
    .css-19k8oo6 .family-info {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        text-align: left;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        -ms-flex-align: flex-start;
        align-items: flex-start;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    
    .css-19k8oo6 .family-info .swiper-wrapper {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    
    .css-19k8oo6 .family-info .family-name {
        opacity: 0;
        text-transform: uppercase;
        font-weight: bold;
        line-height: 0.9;
        letter-spacing: -3.5px;
        margin-left: -100px;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
    }
    
    .css-19k8oo6 .family-info .swiper-slide-active .family-name {
        opacity: 1;
        margin-left: 0;
    }
    
    .css-19k8oo6 .family-info .family-name .name-wrapper {
        opacity: 1;
        position: relative;
        display: inline-block;
    }
    
    .css-19k8oo6 .family-info .family-name .name-wrapper img {
        width: auto;
        max-width: 100%;
        height: 65px;
    }
    
    .css-19k8oo6 .family-info .family-payoff img {
        width: auto;
        max-width: 100%;
        height: 19px;
    }
    
    .css-19k8oo6 .family-info .family-name .name-wrapper .name-char {
        position: relative;
        display: inline-block;
    }
    
    .css-19k8oo6 .family-info .family-payoff {
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: 0.64px;
        margin-top: 20px;
        margin-left: -50px;
        -webkit-transition: all 1.5s;
        -o-transition: all 1.5s;
        -moz-transition: all 1.5s;
        transition: all 1.5s;
        opacity: 0;
    }
    
    .css-19k8oo6 .family-info .swiper-slide-active .family-payoff {
        opacity: 1;
        margin-left: 0;
    }
    
    .css-19k8oo6 .family-info .family-controls {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 60px;
    }
    
    .css-19k8oo6 .family-info .family-controls .button-wrapper {
        margin-right: 3.5vw;
        text-align: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: 16rem;
    }
    
    .css-19k8oo6 .family-info .family-controls .button-wrapper.explore-models {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background: none;
        border: none;
    }
    
    .css-19k8oo6 .family-info .family-controls .button-wrapper.explore-model {
        display: none;
    }
    
    .css-19k8oo6 .family-info .family-controls .button-wrapper span {
        font-size: 16px;
        font-weight: 300;
        line-height: 1.44;
        letter-spacing: 0.32px;
        color: #fff;
    }
    
    .css-19k8oo6 .family-info .family-controls .button-wrapper:hover {
        color: #fff;
    }
    
    .css-19k8oo6 .family-info .family-controls .button-wrapper svg {
        width: 60px;
        height: 60px;
        margin-right: 30px;
    }
    
    .css-19k8oo6 .family-info .family-controls.single-model>.explore-models {
        display: none;
    }
    
    .css-19k8oo6 .family-info .family-controls.single-model>.explore-model {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    
    .css-19k8oo6 .family-info .animated-text,
    .css-19k8oo6 .family-info .family-controls {
        opacity: 0;
        -webkit-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
    }
    
    .css-19k8oo6 .family-info .swiper-slide-active .animated-text,
    .css-19k8oo6 .family-info .swiper-slide-active .family-controls {
        opacity: 1;
        -webkit-transition: none;
        transition: none;
    }
    
    .css-19u3ewi {
        font-size: 1rem;
        border: 0;
        background: none;
        box-shadow: none;
        color: #202020;
    }
    
    .css-19u3ewi[data-target='lamborghini-connect-list'] .primary,
    .css-19u3ewi[data-target='lamborghini-connect-list'] .secondary {
        font-size: 1.6rem!important;
        font-weight: 300!important;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: 0.32px;
        margin: 0;
    }
    
    .css-19u3ewi svg .hexagon {
        -webkit-transition: fill 0.3s ease-out;
        transition: fill 0.3s ease-out;
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    .css-19u3ewi svg .hexagon.light {
        fill: transparent;
        stroke: #181818;
    }
    
    .css-19u3ewi svg .hexagon.dark {
        fill: #181818;
        stroke: #181818;
    }
    
    .css-19u3ewi svg .hexagon.on-dark {
        fill: transparent;
        stroke: #fff;
    }
    
    .css-19u3ewi svg .hexagon.stroke-only {
        fill: transparent;
        stroke: #181818;
        stroke-width: 3px;
    }
    
    .css-19u3ewi svg .icon {
        -webkit-transition: stroke 0.3s ease-out, fill 0.3s ease-out;
        transition: stroke 0.3s ease-out, fill 0.3s ease-out;
    }
    
    .css-19u3ewi svg .icon.light {
        fill: #fff;
        stroke: #181818;
    }
    
    .css-19u3ewi svg .icon.light.icon-hexagon {
        fill: #181818;
    }
    
    .css-19u3ewi svg .icon.dark {
        fill: #181818;
        stroke: #fff;
    }
    
    .css-19u3ewi svg .icon.dark.icon-hexagon {
        fill: #fff;
    }
    
    .css-19u3ewi svg .icon.on-dark {
        fill: transparent;
        stroke: #fff;
    }
    
    .css-19u3ewi svg .icon.on-dark text {
        fill: #fff;
    }
    
    .css-19u3ewi svg .icon.telegram {
        fill: #181818;
    }
    
    .css-19u3ewi svg .icon text {
        fill: #181818;
        font-size: 16px;
        letter-spacing: 0.02em;
        -webkit-transition: fill 0.3s ease-out;
        transition: fill 0.3s ease-out;
        stroke: none!important;
    }
    
    .css-19u3ewi svg .icon text * {
        stroke: none!important;
    }
    
    .css-19u3ewi svg .icon.circular-3d text {
        font-size: 10px;
    }
    
    .css-19u3ewi svg .icon.circular-3d .cls-3 {
        fill: none;
        stroke-dasharray: 66;
    }
    
    .css-19u3ewi svg .icon.circular-3d .cls-4 {
        stroke: none;
    }
    
    .css-19u3ewi svg .icon.circular-3d .cls-5 {
        fill: none;
    }
    
    .css-19u3ewi:hover svg .hexagon.light {
        fill: #181818;
        stroke: #181818;
    }
    
    .css-19u3ewi:hover svg .hexagon.dark {
        fill: #fff;
        stroke: #181818;
    }
    
    .css-19u3ewi:hover svg .hexagon.on-dark {
        fill: #fff;
    }
    
    .css-19u3ewi:hover svg .icon.light {
        fill: #181818;
        stroke: #fff;
    }
    
    .css-19u3ewi:hover svg .icon.dark {
        fill: #fff;
        stroke: #181818;
    }
    
    .css-19u3ewi:hover svg .icon.on-dark {
        stroke: #181818;
    }
    
    .css-19u3ewi:hover svg .icon.on-dark text {
        fill: #181818;
    }
    
    .css-19u3ewi:hover svg .icon.telegram {
        fill: #fff;
    }
    
    .css-19u3ewi:hover svg text {
        fill: #fff;
    }
    
    .css-19u3ewi.disabled {
        opacity: 0.3;
        pointer-events: none;
        cursor: default;
    }
    
    .css-19u3ewi.boxed {
        padding: 1.5rem;
        text-align: center;
        width: 100%;
        min-width: 21.5rem;
        text-transform: uppercase;
        font-size: 1.6rem;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.31;
        letter-spacing: 0.064rem;
        color: #202020;
        border: 1px solid #cbcbca;
        display: inline-block;
        -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    }
    
    .css-19u3ewi.boxed.dark {
        color: #fff;
        background-color: #202020;
        border: 1px solid #202020;
    }
    
    .css-19u3ewi.boxed.dark[href]:hover {
        color: #202020!important;
        background-color: #fff;
    }
    
    @media (min-width: 768px) {
        .css-19u3ewi.boxed {
            width: auto;
        }
        .css-19u3ewi.boxed+.boxed {
            margin-left: 1rem;
        }
    }
    
    .css-19u3ewi.boxed:hover {
        color: #fff;
        background-color: #181818;
    }
    
    .css-19u3ewi.boxed.disabled {
        opacity: 0.3;
        pointer-events: none;
        cursor: default;
    }
    
    .css-19u3ewi.model,
    .css-19u3ewi.underline {
        position: relative;
        padding: 1.8rem 0.75rem 1.5rem 0.75rem;
        border-bottom: 1px solid rgba(203, 203, 202, 1);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        color: #000;
        text-transform: uppercase;
        -webkit-text-decoration: none;
        text-decoration: none;
        font-size: 1.6rem;
        line-height: 2rem;
        font-weight: 500;
    }
    
    .css-19u3ewi.model:focus,
    .css-19u3ewi.underline:focus {
        color: #000;
    }
    
    .css-19u3ewi.model.on-dark,
    .css-19u3ewi.underline.on-dark,
    .dark .css-19u3ewi.model,
    .dark .css-19u3ewi.underline {
        color: #fff;
    }
    
    @media (max-width: 1024.98px) {
        .css-19u3ewi.model,
        .css-19u3ewi.underline {
            display: block;
            text-align: center;
            width: 100%;
            padding: 1.5rem;
            border: 1px solid rgba(203, 203, 202, 1);
            -webkit-transition: border-color .3s ease-in-out;
            transition: border-color .3s ease-in-out;
        }
    }
    
    @media (min-width: 1025px) {
        .links>.css-19u3ewi.model,
        .links>.css-19u3ewi.underline {
            max-width: calc(66.6667% - 20px);
        }
        .css-19u3ewi.model:before,
        .css-19u3ewi.underline:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            bottom: -1px;
            height: 1px;
            width: 0;
            -webkit-transition: width .3s ease-in-out;
            transition: width .3s ease-in-out;
            background: black;
        }
        .css-19u3ewi.model.on-dark:before,
        .css-19u3ewi.underline.on-dark:before,
        .dark .css-19u3ewi.model:before,
        .dark .css-19u3ewi.underline:before {
            background: white;
        }
        .css-19u3ewi.model:hover:before,
        .css-19u3ewi.underline:hover:before {
            width: 100%;
        }
    }
    
    .css-19u3ewi.model.muted,
    .css-19u3ewi.underline.muted {
        opacity: .3;
    }
    
    .css-19u3ewi.model.muted:hover:before,
    .css-19u3ewi.underline.muted:hover:before {
        width: 0;
    }
    
    .css-19u3ewi.model.underline-bg,
    .css-19u3ewi.underline.underline-bg {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 4px 7px 0 4px;
        border-bottom: none;
        border: none;
        width: auto;
    }
    
    .css-19u3ewi.model.underline-bg:before,
    .css-19u3ewi.underline.underline-bg:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: -1px;
        height: 9px;
        width: 100%;
        -webkit-transition: height .2s ease-out;
        transition: height .2s ease-out;
        background: #F1F1F0;
        z-index: -1;
    }
    
    .css-19u3ewi.model.underline-bg:hover:before,
    .css-19u3ewi.underline.underline-bg:hover:before {
        height: 100%;
    }
    
    .css-19u3ewi.model.underline-bg.disabled,
    .css-19u3ewi.underline.underline-bg.disabled {
        opacity: 0.3;
        pointer-events: none;
        cursor: default;
    }
    
    .css-1qeqv9f.slider {
        position: relative;
        height: 100vh;
        min-height: 680px;
        width: 60vw;
        left: 30vw;
        display: inline-block;
    }
    
    .css-1qeqv9f.slider .slides {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        text-align: right;
        white-space: nowrap;
    }
    
    .css-1qeqv9f.slider .slides .slide {
        display: inline-block;
        height: 100%;
        width: 29.2vw;
        will-change: width;
        background: transparent;
        -webkit-transition: width 0.5s ease-out;
        transition: width 0.5s ease-out;
    }
    
    @media (min-width: 1025px) and (max-width: 1365.98px) {
        .css-1qeqv9f.slider .slides .slide {
            width: 35vw;
        }
    }
    
    @media (min-width: 1366px) and (max-width: 1599.98px) {
        .css-1qeqv9f.slider .slides .slide {
            width: 29.7vw;
        }
    }
    
    .css-1qeqv9f.slider .slides .slide .skew {
        position: relative;
        -webkit-transform: skew(-20deg);
        -moz-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
        transform: skew(-20deg);
        transform-origin: bottom left;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }
    
    .css-1qeqv9f.slider .slides .slide .skew:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.75);
        opacity: 1;
        -webkit-transition: opacity 0.5s ease-out;
        transition: opacity 0.5s ease-out;
    }
    
    .css-1qeqv9f.slider .slides .slide .skew .skew-fix {
        -webkit-transform: skew(20deg);
        -moz-transform: skew(20deg);
        -ms-transform: skew(20deg);
        transform: skew(20deg);
        height: 100%;
        width: 236%;
        transform-origin: bottom left;
        -webkit-background-position: center center;
        background-position: center center;
        -webkit-background-size: cover;
        background-size: cover;
        background-color: black;
        position: relative;
    }
    
    .css-1qeqv9f.slider .slides .slide .skew .skew-fix img {
        max-width: unset;
        width: auto;
        height: 100%;
        position: absolute;
        left: 25%!important;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    
    .css-1qeqv9f.slider .slides .slide.swiper-slide-active {
        width: 66vw;
    }
    /* .css-1qeqv9f.slider .slides .slide.swiper-slide-active+.slide {
width: 0;
} */
    
    .css-1qeqv9f.slider .slides .slide.swiper-slide-active .skew:after {
        opacity: 0;
    }
    
    @media (min-width: 1025px) and (max-width: 1365.98px) {
        .css-1qeqv9f.slider .slides .slide.swiper-slide-active {
            width: 54vw;
        }
        .css-1qeqv9f.slider {
            width: 54vw;
            left: 26vw;
        }
    }
    
    @media (min-width: 1366px) and (max-width: 1599.98px) {
        .css-1qeqv9f.slider .slides .slide.swiper-slide-active {
            width: 58vw;
        }
        .css-1qeqv9f.slider {
            width: 58vw;
            left: 30vw;
        }
    }
    
    @media (min-width: 1600px) and (max-width: 1920.98px) {
        .css-1qeqv9f.slider .slides .slide.swiper-slide-active {
            width: 60vw;
        }
        .css-1qeqv9f.slider {
            width: 60vw;
            left: 26vw;
        }
    }
    /* 工艺与技术  end */
    /* 产品 */
    
    .ylProduct {
        position: relative;
        width: 100%;
        margin: 0 auto;
        background: url(../picture/proBg.jpg) no-repeat center;
        background-attachment: scroll;
        background-size: auto;
        background-size: cover;
        background-attachment: fixed;
        height: 100vh;
        overflow: hidden;
    }
    
    .ylProInner {
        padding: 10% 0;
    }
    
    .ylPro {
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }
    
    .ylPro.active {
        /* margin-top: 50px; */
        opacity: 0 !important;
        position: relative;
        z-index: -999;
    }
    
    .ylProTitle {
        position: absolute;
        width: 100%;
        top: 20%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }
    
    .ylProBg {
        position: relative;
    }
    
    .ylProBg img {
        width: 100%;
    }
    
    .ylProBg::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #000;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        opacity: 0;
    }
    
    .ylPro .swiper-wrapper:hover .ylProBg:before {
        opacity: 0.75;
    }
    
    .ylPro .swiper-slide:hover .ylProBg::before {
        opacity: 0;
    }
    
    .ylPro .swiper-slide:hover .ylProBg::before {
        opacity: 0;
    }
    
    .ylPro .swiper-slide:hover:not(:hover) .ylProBg::before {
        opacity: 0.5;
    }
    
    .ylProTitleOne img {
        height: 40px;
        /* transform: scale(0.6); */
    }
    
    .ylProTitle img {
        display: block;
        width: auto;
        margin: 0 auto 0;
    }
    /* .ylPro .swiper-slide:hover .ylProTitle img {
    transform: scale(0.75);
} */
    
    .ylProTitleOne {
        position: relative;
        top: 30px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }
    
    .ylProTitleTwo {
        position: relative;
        top: 60px;
        margin: 15px auto 0;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        -moz-transition: all 1s;
        transition: all 1s;
        opacity: 0;
    }
    
    .ylPro .swiper-slide:hover .ylProTitleOne,
    .ylPro .swiper-slide:hover .ylProTitleTwo {
        top: 0;
    }
    
    .ylPro .swiper-slide:hover .ylProTitleTwo {
        opacity: 1;
        top: 15px;
    }
    
    .css-zsxlj6 svg .hexagon {
        -webkit-transition: fill 0.3s ease-out;
        transition: fill 0.3s ease-out;
        position: relative;
        width: 100%;
        height: 100%;
    }
    
    .css-zsxlj6 svg .hexagon.light {
        fill: transparent;
        stroke: #181818;
    }
    
    .css-zsxlj6 svg .hexagon.dark {
        fill: #181818;
        stroke: #181818;
    }
    
    .css-zsxlj6 svg .hexagon.on-dark {
        fill: transparent;
        stroke: #fff;
    }
    
    .css-zsxlj6 svg .hexagon.stroke-only {
        fill: transparent;
        stroke: #181818;
        stroke-width: 3px;
    }
    
    .css-zsxlj6 svg .icon {
        -webkit-transition: stroke 0.3s ease-out, fill 0.3s ease-out;
        transition: stroke 0.3s ease-out, fill 0.3s ease-out;
    }
    
    .css-zsxlj6 svg .icon.light {
        fill: #fff;
        stroke: #181818;
    }
    
    .css-zsxlj6 svg .icon.light.icon-hexagon {
        fill: #181818;
    }
    
    .css-zsxlj6 svg .icon.dark {
        fill: #181818;
        stroke: #fff;
    }
    
    .css-zsxlj6 svg .icon.dark.icon-hexagon {
        fill: #fff;
    }
    
    .css-zsxlj6 svg .icon.on-dark {
        fill: transparent;
        stroke: #fff;
    }
    
    .css-zsxlj6 svg .icon.on-dark text {
        fill: #fff;
    }
    
    .css-zsxlj6 svg .icon.telegram {
        fill: #181818;
    }
    
    .css-zsxlj6 svg .icon text {
        fill: #181818;
        font-size: 16px;
        letter-spacing: 0.02em;
        -webkit-transition: fill 0.3s ease-out;
        transition: fill 0.3s ease-out;
        stroke: none!important;
    }
    
    .css-zsxlj6 svg .icon text * {
        stroke: none!important;
    }
    
    .css-zsxlj6 svg .icon.circular-3d text {
        font-size: 10px;
    }
    
    .css-zsxlj6 svg .icon.circular-3d .cls-3 {
        fill: none;
        stroke-dasharray: 66;
    }
    
    .css-zsxlj6 svg .icon.circular-3d .cls-4 {
        stroke: none;
    }
    
    .css-zsxlj6 svg .icon.circular-3d .cls-5 {
        fill: none;
    }
    
    .css-zsxlj6:hover svg .hexagon.light {
        fill: #181818;
        stroke: #181818;
    }
    
    .css-zsxlj6:hover svg .hexagon.dark {
        fill: #fff;
        stroke: #181818;
    }
    
    .css-zsxlj6:hover svg .hexagon.on-dark {
        fill: #fff;
    }
    
    .css-zsxlj6:hover svg .icon.light {
        fill: #181818;
        stroke: #fff;
    }
    
    .css-zsxlj6:hover svg .icon.dark {
        fill: #fff;
        stroke: #181818;
    }
    
    .css-zsxlj6:hover svg .icon.on-dark {
        stroke: #181818;
    }
    
    .css-zsxlj6:hover svg .icon.on-dark text {
        fill: #181818;
    }
    
    .css-zsxlj6:hover svg .icon.telegram {
        fill: #fff;
    }
    
    .css-zsxlj6:hover svg text {
        fill: #fff;
    }
    
    .css-zsxlj6.disabled {
        opacity: 0.3;
        pointer-events: none;
        cursor: default;
    }
    
    .css-zsxlj6.boxed {
        padding: 1.5rem;
        text-align: center;
        width: 100%;
        min-width: 21.5rem;
        text-transform: uppercase;
        font-size: 1.6rem;
        font-weight: 400;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.31;
        letter-spacing: 0.064rem;
        color: #202020;
        border: 1px solid #cbcbca;
        display: inline-block;
        -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    }
    
    .css-zsxlj6.boxed.dark {
        color: #fff;
        background-color: #202020;
        border: 1px solid #202020;
    }
    
    .css-zsxlj6.boxed.dark[href]:hover {
        color: #202020!important;
        background-color: #fff;
    }
    
    @media (min-width: 768px) {
        .css-zsxlj6.boxed {
            width: auto;
        }
        .css-zsxlj6.boxed+.boxed {
            margin-left: 1rem;
        }
    }
    
    .css-zsxlj6.boxed:hover {
        color: #fff;
        background-color: #181818;
    }
    
    .css-zsxlj6.boxed.disabled {
        opacity: 0.3;
        pointer-events: none;
        cursor: default;
    }
    
    .css-zsxlj6.model,
    .css-zsxlj6.underline {
        position: relative;
        padding: 1.8rem 0.75rem 1.5rem 0.75rem;
        border-bottom: 1px solid rgba(203, 203, 202, 1);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        color: #000;
        text-transform: uppercase;
        -webkit-text-decoration: none;
        text-decoration: none;
        font-size: 1.6rem;
        line-height: 2rem;
        font-weight: 500;
    }
    
    .css-zsxlj6.model:focus,
    .css-zsxlj6.underline:focus {
        color: #000;
    }
    
    .css-zsxlj6.model.on-dark,
    .css-zsxlj6.underline.on-dark,
    .dark .css-zsxlj6.model,
    .dark .css-zsxlj6.underline {
        color: #fff;
    }
    
    @media (max-width: 1024.98px) {
        .css-zsxlj6.model,
        .css-zsxlj6.underline {
            display: block;
            text-align: center;
            width: 100%;
            padding: 1.5rem;
            border: 1px solid rgba(203, 203, 202, 1);
            -webkit-transition: border-color .3s ease-in-out;
            transition: border-color .3s ease-in-out;
        }
    }
    
    @media (min-width: 1025px) {
        .links>.css-zsxlj6.model,
        .links>.css-zsxlj6.underline {
            max-width: calc(66.6667% - 20px);
        }
        .css-zsxlj6.model:before,
        .css-zsxlj6.underline:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            bottom: -1px;
            height: 1px;
            width: 0;
            -webkit-transition: width .3s ease-in-out;
            transition: width .3s ease-in-out;
            background: black;
        }
        .css-zsxlj6.model.on-dark:before,
        .css-zsxlj6.underline.on-dark:before,
        .dark .css-zsxlj6.model:before,
        .dark .css-zsxlj6.underline:before {
            background: white;
        }
        .css-zsxlj6.model:hover:before,
        .css-zsxlj6.underline:hover:before {
            width: 100%;
        }
    }
    
    .css-zsxlj6.model.muted,
    .css-zsxlj6.underline.muted {
        opacity: .3;
    }
    
    .css-zsxlj6.model.muted:hover:before,
    .css-zsxlj6.underline.muted:hover:before {
        width: 0;
    }
    
    .css-zsxlj6.model.underline-bg,
    .css-zsxlj6.underline.underline-bg {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 4px 7px 0 4px;
        border-bottom: none;
        border: none;
        width: auto;
    }
    
    .css-zsxlj6.model.underline-bg:before,
    .css-zsxlj6.underline.underline-bg:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: -1px;
        height: 9px;
        width: 100%;
        -webkit-transition: height .2s ease-out;
        transition: height .2s ease-out;
        background: #F1F1F0;
        z-index: -1;
    }
    
    .css-zsxlj6.model.underline-bg:hover:before,
    .css-zsxlj6.underline.underline-bg:hover:before {
        height: 100%;
    }
    
    .css-zsxlj6.model.underline-bg.disabled,
    .css-zsxlj6.underline.underline-bg.disabled {
        opacity: 0.3;
        pointer-events: none;
        cursor: default;
    }
    
    .css-zsxlj6.connected-car-trigger {
        opacity: 1;
    }
    
    .css-zsxlj6.connected-car-trigger.off {
        opacity: 0.3;
    }
    
    .css-zsxlj6.connected-car-trigger:not(.off) {
        cursor: pointer;
    }
    
    .css-zsxlj6.connected-car-trigger:not(.off):hover svg .background {
        fill: #181818!important;
    }
    
    .css-zsxlj6.connected-car-trigger:not(.off):hover svg .foreground {
        stroke: white!important;
    }
    
    .css-zsxlj6.connected-car-trigger .title .primary,
    .css-zsxlj6.connected-car-trigger .title .secondary {
        font-size: 1.6rem!important;
        font-weight: 300!important;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.44;
        letter-spacing: 0.32px;
    }
    
    .css-zsxlj6.connected-car-trigger .title .primary {
        text-transform: uppercase;
    }
    
    @media (max-width: 1024.98px) {
        .css-zsxlj6.connected-car-trigger span {
            margin: 0 auto;
        }
    }
    
    .css-zsxlj6.icon-button.circular-3d .title .primary {
        text-transform: unset!important;
    }
    
    .css-zsxlj6.with-icon .title {
        margin: 0.3rem 0 0 3rem;
    }
    
    .css-zsxlj6.disabled {
        opacity: 0.3;
        pointer-events: none;
        cursor: default;
    }
    /* 产品  end */
    /* 视频库 */
    
    .ylSpk {
        position: absolute;
        left: 0;
        bottom: 100px;
        width: 100%;
        height: 382px;
        padding: 100px 0 0;
        background: url(../picture/skp.jpg) no-repeat center;
        background-size: cover;
        background-position: center;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        opacity: 0;
        z-index: -999;
    }
    
    .ylSpk.active {
        bottom: 0;
        opacity: 1;
        z-index: 999;
        -webkit-transition: all 1.5s;
        -o-transition: all 1.5s;
        -moz-transition: all 1.5s;
        transition: all 1.5s;
    }
    
    .ylSpk img {
        display: block;
        text-align: center;
        width: auto;
        margin: 0 auto;
    }
    /* 视频库  end */
    /* footer */
    
    .footer {
        background: #1a1a1a;
        padding: 20px 0 0;
    }
    
    .footer a {
        color: #fff;
    }
    
    .footerLink {
        justify-content: flex-end;
    }
    
    .footerLink a {
        width: 40px;
        margin: 0 15px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }
    
    .footerLink a:hover {
        opacity: 0.75;
    }
    
    .footerNav {
        justify-content: flex-start;
        margin-top: 20px;
    }
    
    .footerNav li {
        width: 180px;
    }
    
    .footerNav a {
        display: block;
        line-height: 1.8;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
    }
    
    .footerNav a:hover {
        opacity: 0.5;
    }
    
    .footerNav a:hover:first-child {
        opacity: 1;
    }
    
    .footerBottom {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding: 5px 0;
    }
    
    .footerBottom .W80 {
        padding: 15px 0;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
    }
    
    .footerBottom img {
        width: auto;
    }
    
    .footz {
        color: #fff;
    }
    
    .footy {}
    /* footer  end */
    /* link */
    
    .nyLink {
        padding-top: 200px;
        padding-bottom: 100px;
        min-height: calc(100vh - 357px);
    }
    
    .nyLink h3 {
        font-weight: bold;
        font-size: 26px;
        letter-spacing: 1px;
        color: #000;
    }
    
    .nyLink ul {
        justify-content: flex-start;
        margin-top: 20px;
    }
    
    .nyLink li {
        width: 180px;
        text-align: center;
        margin-right: 30px;
    }
    
    .nyLink li span {
        font-size: 14px;
    }
    /* link  end */
    /* 绿色工厂 */
    
    .nybanner {
        position: relative;
        width: 100%;
        height: 500px;
        background-size: cover;
        background-position: center;
    }
    
    .nybanner::before {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), to(rgba(0, 0, 0, .3)));
        background: linear-gradient(0deg, transparent 0, rgba(0, 0, 0, .3));
        bottom: 0;
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        z-index: 1;
    }
    
    .nybanner>.flexBox {
        position: relative;
        align-items: center;
        height: 100%;
        z-index: 9;
    }
    
    .nyBanAb {}
    
    .nyBanAb img {
        display: block;
        margin: 0 auto;
    }
    
    .nyBanTuOne {
        font-size: 90px;
        text-align: center;
        color: #fff;
        font-weight: 100;
        letter-spacing: 12px;
        /* -webkit-transition: all 1s 0.3s;
    -o-transition: all 1s 0.3s;
    -moz-transition: all 1s 0.3s;
    transition: all 1s 0.3s; */
        transform: translateY(-100px);
        opacity: 0;
    }
    
    .nyBanTuTwo {
        position: absolute;
        bottom: 100px;
        width: 100%;
        left: 0;
        /* -webkit-transition: all 1s 0.5s;
    -o-transition: all 1s 0.5s;
    -moz-transition: all 1s 0.5s;
    transition: all 1s 0.5s; */
        transform: translateY(100px);
        opacity: 0;
    }
    
    .nyBanTuOne.active {
        -wewgtit-animation: banner_show 1s 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
        -moz-animation: banner_show 1s 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
        -webkit-animation: banner_show 1s 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
        animation: banner_show 1s 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    }
    
    .nyBanTuTwo.active {
        -wewgtit-animation: banner_show_1 1s 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
        -moz-animation: banner_show_1 1s 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
        -webkit-animation: banner_show_1 1s 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
        animation: banner_show_1 1s 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    }
    
    @-moz-keyframes banner_show {
        0% {
            transform: translateY(-100px);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    @-webkit-keyframes banner_show {
        0% {
            transform: translateY(-100px);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    @keyframes banner_show {
        0% {
            transform: translateY(-100px);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    @-moz-keyframes banner_show_1 {
        0% {
            transform: translateY(100px);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    @-webkit-keyframes banner_show_1 {
        0% {
            transform: translateY(100px);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    @keyframes banner_show_1 {
        0% {
            transform: translateY(100px);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    /* .nyBanTuOne.active,
.nyBanTuTwo.active {
    transform: translateY(0);
    opacity: 1;
} */
    
    .pd80 {
        padding: 80px 0;
    }
    
    .pdt200 {
        padding-top: 200px;
    }
    
    .center {
        text-align: center;
    }
    
    .gfdiv {
        color: #000;
    }
    
    .gfdiv p {
        font-size: 26px;
    }
    
    .gfdiv span {
        background: url(../picture/gfBg.png) no-repeat bottom center;
        background-size: contain;
        font-size: 40px;
    }
    
    .gfdivSpan span {
        font-size: 26px;
    }
    
    .gfPic {
        position: relative;
        width: 80%;
        -webkit-transition: all 0.8s 0.3s;
        -moz-transition: all 0.8s 0.3s;
        transition: all 0.8s 0.3s;
        overflow: hidden;
    }
    
    .gfPic-0 {
        height: 500px;
    }
    
    .gfPic-0 img {
        width: 100vw;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        max-width: inherit;
    }
    
    .gfPic-0.active {
        width: 100%;
    }
    
    .gfPicInner {
        position: relative;
    }
    
    .gfPic-1 {
        transform: scale(0.8);
        margin: 0 auto;
        width: 100%;
        -webkit-transition: all 0.8s 0.5s;
        -moz-transition: all 0.8s 0.5s;
        transition: all 0.8s 0.5s;
        overflow: hidden;
    }
    
    .gfPic-1.active {
        transform: scale(1);
    }
    
    .gfPic-2 {
        margin: 0 auto;
    }
    
    .gfPic-1 img {}
    
    .gfFour {
        width: 100%;
        margin: 0 auto;
        background: url(../picture/gfFourBg.jpg) no-repeat center;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }
    
    .gfFourBox li {
        width: 30.33%;
        margin: 0 1.5% 0;
    }
    
    .gfFourBox li img {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }
    /* 绿色工厂  end */
    /* product */
    /* 221018 edit */
    
    .ProTitle {
        /* border-bottom: 2px solid #6a6a6a;
    padding-bottom: 30px; */
        margin: 30px 0;
    }
    /* .ProTitle h3 {
    font-size: 46px;
    line-height: 1;
    text-transform: uppercase;
    color: #6d6d6d;
} */
    
    .ProTitle img {
        display: block;
        /* height: 46px; */
    }
    /* #pdw_product.pc {
    padding: 50px 0;
} */
    /* 221018 end */
    
    #pdw_product.pc .pro_content {
        width: 80%;
        margin: 0 auto;
    }
    
    #pdw_product.pc .pro_block .cate {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
        border-bottom: 1px solid #ccc;
    }
    
    #pdw_product.pc .pro_block .cate a.cate_link {
        display: block;
        padding-bottom: 15px;
        color: #333333;
        font-size: 40px;
        font-weight: 900;
        line-height: 1;
        text-align: center;
    }
    
    #pdw_product.pc .pro_block .pro {
        padding-top: 50px;
        padding-bottom: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    #pdw_product.pc .pro .pro_list {
        width: 300px;
        height: 300px;
        margin-bottom: 30px;
        position: relative;
    }
    
    #pdw_product.pc .pro .pro_empty {
        width: 300px;
        height: 0;
    }
    
    #pdw_product.pc .pro .pro_list .proTag {
        display: block;
        position: absolute;
        left: 0;
        top: 50px;
        z-index: 2;
        padding: 8px 10px;
        font-size: 16px;
        line-height: 1;
        color: #000;
        font-weight: 900;
        pointer-events: none;
        background-color: #fae232;
    }
    
    #pdw_product.pc .pro .pro_list a.pro_link {
        padding: 10px 0;
        display: block;
        position: relative;
        z-index: 1;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
    
    #pdw_product.pc .pro .pro_list a.pro_link:hover {
        border-radius: 5px;
        -webkit-box-shadow: 0 0 10px #999;
        box-shadow: 0 0 10px #999;
    }
    
    #pdw_product.pc .pro .pro_list .pro_pic {
        display: block;
        width: 230px;
        height: 230px;
        margin: 0 auto;
    }
    
    #pdw_product.pc .pro .pro_list .pro_pic img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    #pdw_product.pc .pro .pro_list .pro_name {
        display: block;
        width: 100%;
        height: 50px;
        text-align: center;
        font-size: 26px;
        color: #333333;
        font-weight: 300;
        line-height: 50px;
    }
    /* pro-info */
    
    .proInfoTitle {
        width: 100%;
        margin: 0 auto;
        background: #6a6a6a;
        color: #fff;
        padding: 5px 0;
    }
    
    .proInfoTitle h3 {
        font-size: 40px;
    }
    
    .proInfoTitle>.flexBox {
        align-items: center;
        justify-content: space-between;
    }
    
    .proInfoCrumbs,
    .proInfoCrumbs sub {
        font-size: 20px;
    }
    
    .proInfoCrumbs a {
        color: #fff;
    }
    
    .proInfoCrumbs a:hover {
        text-decoration: underline;
    }
    
    .proInfoCrumbs span {
        padding: 0 15px;
    }
    
    .proInfoInner {
        width: 1000px;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .proInfoBig {
        text-align: center;
    }
    
    .proInfoBig img {
        width: 600px;
    }
    
    .proInfoCenter {
        align-items: center;
        padding: 30px 0;
        justify-content: space-between;
        /* flex-wrap: wrap; */
    }
    /* .proInfoLeft:nth-child(1),
.proInfoLeft:nth-child(2) {
    width: 50%;
} */
    
    .proInfoLeft {
        /* width: 50%; */
        /* margin-bottom: 30px; */
        align-items: center;
    }
    
    .proInfoLeft img {
        margin-right: 20px;
        /* width: 224px; */
        max-width: inherit;
    }
    
    .proInfoLeft p {
        width: 80px;
    }
    
    .proInfoColor {
        /* width: 50%; */
        justify-content: flex-end;
        align-items: center;
    }
    
    .proInfoColor p {
        width: 80px;
        letter-spacing: 17px;
    }
    
    .proInfoSmall img {
        cursor: pointer;
        opacity: 0.5;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
    
    .proInfoSmall .swiper-slide-thumb-active img,
    .proInfoSmall img:hover {
        opacity: 1;
    }
    
    .proInfoNr {
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: center;
    }
    
    .proInfoNr p {
        text-indent: 2em;
        color: #666;
    }
    
    .proInfoNr table {
        width: 100%;
        margin-top: 40px;
        border-spacing: 0;
        text-align: center;
        border: 1px solid #666;
    }
    
    .proInfoNr th,
    .proInfoNr td {
        border: 1px solid #666;
        padding: 8px;
        font-weight: 500;
    }
    /* pro-info  end */
    /* product  end */
    /* news */
    
    .jjbj {
        background: url(../images/jjbj.jpg) repeat;
        padding-bottom: 85px;
    }
    
    .left {
        float: left;
    }
    
    .right {
        float: right;
        width: 250px;
        margin-top: 45px;
    }
    
    .xwzs ul li {
        width: 100%;
        margin: 0 auto;
        border-bottom: 1px solid #000;
        padding: 40px 0 20px 0
    }
    
    .xwzs ul li:hover {
        border-bottom: 3px solid #bf273f
    }
    
    .xwzs ul li a {
        display: flex;
        justify-content: space-between;
    }
    
    .xwz {
        width: 45px;
        text-align: center;
        color: #333;
        font-size: 18px;
        line-height: 24px
    }
    
    .xwz span {
        color: #bf273f;
        font-size: 36px
    }
    
    .xwy {
        width: calc(100% - 130px);
        margin-right: 23px
    }
    
    .xwtt {
        overflow: hidden;
        white-space: nowrap;
        -webkit-text-overflow: ellipsis;
        text-overflow: ellipsis;
        width: 100%;
        font-size: 22px;
        color: #666
    }
    
    .xwpp p {
        line-height: 18px;
        color: #666
    }
    
    .xwpp {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 18px;
        line-height: 1.5;
        font-size: 15px;
        color: #666
    }
    
    .flbj {
        background: #fff;
        box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.3);
    }
    
    .cpfl {
        width: 275px;
        background: url(../images/cpfl.jpg) no-repeat top center;
        padding-bottom: 30px
    }
    
    .xwfl {
        padding: 10px 0 30px 0
    }
    
    .xwfl ul li {
        position: relative;
        line-height: 60px;
        padding: 0 20px;
    }
    
    .xwfl ul li a {
        position: relative;
        display: block;
        font-size: 18px;
        border-bottom: 1px solid #9c9c9c;
        padding-left: 25px;
        color: #666;
        transition: all 0s;
    }
    
    .xwfl ul li:hover::before,
    .xwfl ul li.curr::before {
        content: '';
        position: absolute;
        top: -7px;
        left: -21px;
        width: 100%;
        height: 66px;
        background: url(../images/xwlih.jpg) no-repeat left center;
        background-size: contain;
    }
    
    .xwfl ul li:hover a,
    .xwfl ul li.curr a {
        color: #fff;
        border-bottom: 1px solid transparent;
    }
    
    .lxs {
        margin-top: 28px;
        text-align: right
    }
    
    .lxs img {
        width: 100%;
        box-shadow: 4px 0px 3px rgba(0, 0, 0, 0.3);
    }
    
    .lxy {
        background: #fff;
        box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.3);
        padding: 20px 0;
    }
    
    .lxy p {
        line-height: 24px;
        font-size: 14px;
        padding-left: 23px;
        color: #666;
    }
    
    #pages {
        margin: 10px 0 20px 0;
    }
    
    #jzpage {
        height: 27px;
        margin: 20px auto;
        text-align: center;
    }
    
    #jzpage a {
        display: inline-block;
        color: #000;
        width: 27px;
        height: 27px;
        line-height: 27px;
        text-align: center;
        vertical-align: middle;
    }
    
    #jzpage a {
        *display: inline;
        *zoom: 1
    }
    
    #jzpage a.yema1,
    #jzpage a.yema3,
    #jzpage a.yemas10,
    #jzpage a.yemax10 {
        text-indent: -9999px;
        font-size: 0;
    }
    
    #newspage #jzpage {
        text-align: right;
        margin-right: 30px;
    }
    
    #newspage #jzpage a {
        font-size: 12px;
        height: 28px;
        line-height: 26px;
    }
    
    #newspage #jzpage a.yema2,
    #newspage #jzpage a.yemacurr,
    #newspage #jzpage a.yema1,
    #newspage #jzpage a.yema3,
    #newspage #jzpage a.yemax10,
    #newspage #jzpage a.yemas10 {
        background: none;
        color: #7c7c7c;
        background-color: #F7F7F7;
        border: 1px solid #D5D5D5;
    }
    
    #newspage #jzpage a.yema2:hover,
    #newspage #jzpage a.yema1:hover,
    #newspage #jzpage a.yema3:hover,
    #newspage #jzpage a.yemax10:hover,
    #newspage #jzpage a.yemas10:hover {
        color: #bf273f;
        background-color: #f5dce0;
        border: 1px solid #eea0ac;
    }
    
    #newspage #jzpage a.yemacurr {
        background-color: #f5dce0;
        border: 1px solid #eea0ac;
        color: #bf273f
    }
    
    #newspage #jzpage a.yema1,
    #newspage #jzpage a.yema3,
    #newspage #jzpage a.yemax10,
    #newspage #jzpage a.yemas10 {
        background: none;
        text-indent: 0;
        font-size: 12px;
        width: 40px;
    }
    
    #newspage #jzpage a.yemax10,
    #newspage #jzpage a.yemas10 {
        width: 40px;
    }
    /* info */
    
    #shownews {
        padding: 30px 10px;
    }
    
    #shownews h1 {
        text-align: center;
        font-size: 22px;
        padding: 10px 0;
        color: #414141;
        font-weight: bold;
    }
    
    #shownews .shownews_date {
        text-align: center;
        padding: 0px 0 10px 0;
    }
    
    #shownews .shownews_date span {
        padding: 4px 10px;
        color: #aeaeae;
        font-size: 14px;
    }
    
    #shownews .shownews_body {
        padding: 10px 15px;
        border-top: 1px solid #eeeeee;
        text-align: justify;
        text-justify: inter-ideograph;
    }
    
    #shownews .shownews_body img {
        max-width: 95%
    }
    
    #shownews .shownews_body p {
        text-indent: 2em;
        color: #555;
        font-size: 14px;
    }
    
    #shownews .shownews_body table {
        max-width: 100%;
        margin: 10px 0;
        border-top: 1px solid #333;
        border-left: 1px solid #333;
        color: #3e3e3e;
    }
    
    #shownews .shownews_body table td,
    #shownews .shownews_body table th {
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        line-height: 32px;
        text-align: center;
    }
    
    #shownews .shownews_foot {
        padding: 15px 5px;
        /* text-align: right; */
        display: flex;
    }
    
    #shownews .shownews_foot span {
        margin: 0 5px;
        max-width: 40%;
    }
    
    #shownews .shownews_foot span a {
        padding: 3px 10px;
        border: 1px solid #eeeeee;
        font-size: 14px;
        color: #666;
        display: block;
        overflow: hidden;
        white-space: nowrap;
        -webkit-text-overflow: ellipsis;
        text-overflow: ellipsis;
        width: 100%;
    }
    
    #shownews .shownews_foot span a:hover {
        background-color: #e7e7e7;
        color: #912137;
        border: 1px solid #912137;
    }
    
    #shownews .shownews_foot span:last-child {
        width: 50px;
    }
    
    #shownews .othernews {
        padding-bottom: 5px;
        border-bottom: 1px solid #eeeeee;
        padding-left: 5px;
        font-weight: bold;
        color: #5f5f5f
    }
    
    #shownews .othernews span {
        font-size: 11px;
        color: #8f8f8f;
        padding-left: 5px;
    }
    
    #shownews .othernewsli li {
        height: 28px;
        line-height: 28px;
        text-indent: 10px;
    }
    /* info  end */
    /* news  end */
    /* contact */
    
    .abbj {
        background: url(../images/abbj.jpg) repeat top center;
        min-height: 508px;
        padding: 58px 0;
        width: 100%
    }
    
    .jjbt {
        height: 90px;
        background: url(../images/jjbt.jpg) no-repeat top center
    }
    
    .contactYuan {
        text-align: center;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .aaa {
        width: 141px;
        height: 141px;
        float: left;
        margin: 22px
    }
    
    .tu {
        margin: 0 auto;
        position: absolute;
        width: 141px;
        height: 141px;
        border-width: 10px;
        border-style: solid;
        border-bottom-color: #902036;
        border-right-color: #902036;
        border-top-color: #FFF;
        border-left-color: #902036;
        border-radius: 100px;
        overflow: hidden;
        transition: ease 0.5s;
    }
    
    .zi {
        border-radius: 100px;
        font-size: 20px;
        color: #FFF;
        transition: ease 0.4s;
        position: relative;
        top: 50%;
        left: 0;
        text-align: center;
        display: block;
        transform: translateY(-50%);
    }
    
    .aaa:hover .tu {
        transform: rotate(360deg);
    }
    
    .aaa:hover .zi {
        color: #902036;
    }
    /* contact  end */
    /* resources */
    
    .navabbj {
        background-color: #2b2b2b;
        position: relative;
        left: 0;
        margin-top: -60px;
        z-index: 10
    }
    
    .navabbj>img {
        width: 100%;
    }
    
    .logojj {
        float: left;
        margin: 0 0 28px 65px;
        width: 249px;
    }
    
    .navab {
        float: left;
        width: calc(100% - 389px);
        height: 73px;
        line-height: 73px;
        margin-top: 10px;
        border-bottom: 1px dashed #949494;
        padding-right: 20px
    }
    
    .navab ul li {
        float: left;
        width: 16.6%;
        text-align: right;
    }
    
    .navab ul li a {
        font-size: 18px;
        color: #fff;
        display: block;
        height: 72px
    }
    
    .navab ul li a:hover,
    .navab ul li a.curr {
        border-bottom: 3px solid #902036
    }
    
    .banjj {
        height: 450px;
        width: 1920px;
        position: relative;
        top: -462px;
        left: -378px
    }
    
    #tabs4 {
        position: relative;
    }
    
    .fatbox {
        background-color: #fff;
        padding: 40px 0 80px 0
    }
    
    .zhaopin {
        padding: 0 30px
    }
    
    .job_search {
        width: 100%;
        border: solid 1px #dbdbdd;
        background-color: #f4f4f4;
        margin-bottom: 30px;
        padding: 14px 19px 5px 19px;
        line-height: 24px;
        display: table;
        color: #444;
        font-size: 13px;
    }
    
    .job_search ul li {
        float: left;
        padding-right: 20px;
    }
    
    .job_search select {
        border-top: solid 1px #444;
        border-right: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
        border-left: solid 1px #444;
    }
    
    #job_list {
        width: 100%;
        display: table;
    }
    
    #job_list .title li {
        font-size: 14px;
        color: #666;
        width: 14.25% !important;
    }
    
    #job_list .title {
        background-color: #f4f4f4
    }
    
    #job_list ul li {
        width: 14.25% !important;
        border-bottom: solid 1px #dbdbdd;
        float: left;
        font-size: 14px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: #777
    }
    
    #job_list ul li a {
        color: #888
    }
    
    #job_list ul.title {
        border-top: solid 4px #902036;
        border-left: solid 1px #dbdbdd;
        border-right: solid 1px #dbdbdd;
    }
    
    #job_list ul li.li1 {
        width: 199px;
    }
    
    #job_list ul li.li2 {
        width: 200px;
    }
    
    #job_list ul li.li3 {
        width: 130px;
    }
    
    #job_list ul li.li4 {
        width: 130px;
    }
    
    #job_list ul li.li5 {
        width: 130px;
    }
    
    #job_list ul li.li7 {
        width: 200px;
    }
    
    #job_list ul li.li6 {
        width: 99px;
    }
    
    #job_list ul li img {
        border: 0;
        vertical-align: middle;
        -ms-interpolation-mode: bicubic;
    }
    
    .fuli {
        width: 100%;
        border-bottom: 2px solid #902036;
        line-height: 40px;
        padding-top: 10px;
        font-size: 14px;
    }
    
    .fuli h3 {
        font-size: 14px;
        float: left;
        padding: 0 25px 0 70px;
        color: #902036
    }
    
    .content_info {
        width: 100%;
        line-height: 25px;
        font-size: 14px;
        color: #444;
    }
    
    .content_info h2 {
        color: #902036;
        font-size: 20px;
    }
    
    .job_form {
        width: 100%;
        padding-top: 20px;
    }
    
    .job_form td.label {
        text-align: center;
    }
    
    .job_form td {
        padding: 8px 10px;
        color: #444;
        font-size: 13px;
    }
    
    .job_input180 {
        width: 180px;
        height: 24px;
        border-bottom: solid 1px #bbb;
        border-right: solid 1px #bbb;
        border-top: solid 1px #333;
        border-left: solid 1px #333;
    }
    
    .job_input150 {
        width: 150px;
        height: 24px;
        border-bottom: solid 1px #bbb;
        border-right: solid 1px #bbb;
        border-top: solid 1px #333;
        border-left: solid 1px #333;
    }
    
    .job_textarea640 {
        width: 640px;
        height: 120px;
        border-bottom: solid 1px #bbb;
        border-right: solid 1px #bbb;
        border-top: solid 1px #333;
        border-left: solid 1px #333;
    }
    
    .job_form select {
        border-bottom: solid 1px #bbb;
        border-right: solid 1px #bbb;
        border-top: solid 1px #333;
        border-left: solid 1px #333;
    }
    
    .job_form table {
        width: 100%;
        border-top: 1px solid #D6D9DF;
        border-left: 1px solid #D6D9DF;
        color: #3e3e3e;
    }
    
    .job_form table td,
    .job_form table th {
        border-right: 1px solid #D6D9DF;
        border-bottom: 1px solid #D6D9DF;
        line-height: 24px
    }
    
    .job_show {
        width: 897px;
        border-top: solid 1px #cdcdcf;
        border-left: solid 1px #cdcdcf;
        display: table;
        background-color: #FFF;
        color: #444;
    }
    
    .job_show ul li {
        float: left
    }
    
    .job_show .title {
        width: 880px;
        height: 40px;
        line-height: 40px;
        padding-left: 16px;
        border-bottom: solid 1px #cdcdcf;
        border-right: solid 1px #cdcdcf;
        display: table;
        background-color: #f4f4f4;
        font-size: 14px;
    }
    
    .job_show .title span {
        font-size: 16px;
        color: #902036;
        font-weight: bold;
    }
    
    .job_show .list1 {
        width: 342px;
        height: 40px;
        line-height: 40px;
        padding-left: 16px;
        border-bottom: solid 1px #cdcdcf;
        border-right: solid 1px #cdcdcf;
        display: table;
        background-color: #FFF;
        font-size: 13px;
    }
    
    .job_show .list {
        width: 252px;
        height: 40px;
        line-height: 40px;
        padding-left: 16px;
        border-bottom: solid 1px #cdcdcf;
        border-right: solid 1px #cdcdcf;
        display: table;
        background-color: #FFF;
        font-size: 12px;
    }
    
    .job_show .info {
        width: 860px;
        height: 40px;
        line-height: 24px;
        padding: 10px 20px 10px 16px;
        border-bottom: solid 1px #cdcdcf;
        border-right: solid 1px #cdcdcf;
        display: table;
        background-color: #FFF;
        font-size: 13px;
    }
    
    .job_show .an {
        width: 896px;
        height: 42px;
        padding-top: 12px;
        text-align: center;
        border-bottom: solid 1px #cdcdcf;
        border-right: solid 1px #cdcdcf;
        display: table;
        background-color: #f4f4f4;
    }
    /* resources  end */
    /* peitao */
    
    .lx5 {
        padding: 160px 0;
        /* height: 1128px; */
        background: url(../images/lx5.jpg) no-repeat center top;
        background-size: cover;
        /* background-attachment: scroll;
    background-attachment: fixed; */
    }
    
    .zhaopin {
        padding: 0 50px;
    }
    
    .zhaopin p {
        line-height: 30px;
        font-size: 16px;
        color: #000;
        float: left;
        width: 26.33%;
        max-width: 280px;
        margin: 0 3.5%;
        padding: 80px 10px 60px 10px;
        text-align: center;
        border-radius: 75px;
        background: rgba(255, 255, 255, 0.75);
    }
    
    .zhaopin p img {
        display: block;
        width: 50px;
        margin: 0 auto 35px;
    }
    /* peitao  end */
    /* market-gn */
    
    .lx1 {
        background: url(../images/lx1.jpg) no-repeat center top;
        padding-bottom: 160px;
        background-size: cover;
    }
    
    .lxz1 {
        float: left
    }
    
    .lxlx1 {
        float: right;
        width: 627px;
        padding-top: 88px
    }
    
    .lxlx1 table tr td {
        padding: 3px 0 23px 0;
        font-size: 14px;
        color: #888;
        line-height: 18px
    }
    
    .lxlx1 table tr td b {
        color: #555
    }
    
    figure {
        width: 1920px;
        height: 688px;
        overflow: hidden;
        left: 50%;
        margin-left: -950px;
        position: relative
    }
    
    .lx1 .nr {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%
    }
    
    .lx1 figure img {
        margin-top: -350px
    }
    
    table.prodfeedback {
        width: 100%;
        margin-top: 15px;
        border: 3px solid #838383;
    }
    
    table.prodfeedback td.tdcenter {
        text-align: center
    }
    
    table.prodfeedback td.tdright {
        text-align: right
    }
    
    table.prodfeedback .prodfeedback_textarea {
        color: #585858;
        width: 275px;
        border: 1px solid #ccc;
        height: 70px;
        overflow: hidden;
        padding: 5px;
        font-family: "微软雅黑", Arial, "宋体";
        font-size: 14px;
    }
    
    table.prodfeedback .prodfeedback_input {
        width: 275px;
        border: 1px solid #ccc;
        padding: 8px 5px;
        color: #585858;
        font-family: "微软雅黑", Arial, "宋体";
        font-size: 14px;
    }
    
    table.prodfeedback .lineheight input {
        margin-bottom: 6px
    }
    
    table.prodfeedback .prodfeedback_but {
        width: 93px;
        height: 38px;
        background: url(../images/tjtj.jpg) no-repeat top center;
        margin: 5px 0 0 10px;
        cursor: pointer;
        color: #9a9a9a;
        border: none
    }
    
    table.prodfeedback .prodfeedback_but1 {
        width: 93px;
        height: 38px;
        background: url(../images/czcz.jpg) no-repeat top center;
        margin: 5px 0 0 10px;
        cursor: pointer;
        color: #9a9a9a;
        border: none
    }
    
    table.prodfeedback .prodfeedback_yzm {
        width: 70px;
        text-align: center;
        border: 1px solid #ccc;
        padding: 8px 5px;
        color: #585858;
        font-family: "微软雅黑", Arial, "宋体";
        font-size: 12px
    }
    
    table.prodfeedback .prodfeedback_but:hover {
        border: 1px solid #929292;
        color: #464646;
    }
    
    .Validform_error {
        background-color: #ffe8e9;
    }
    /* market-gn  end */
    /* market-gj */
    
    .lx2 {
        /* background: url(../images/lx2.jpg) no-repeat center top;
    padding-bottom: 140px;
    background-size: cover; */
    }
    
    .lxlx2 {
        width: 56%;
        padding: 100px 6% 100px 10%;
        background: #902036;
    }
    
    .lxlxtu {
        position: relative;
        width: 44%;
        overflow: hidden;
    }
    
    .lxlxtu img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transition: all 1s;
        transition: all 1s;
        -o-object-fit: cover;
        object-fit: cover;
    }
    
    .lxlx2 h2 {
        text-align: center;
        color: #fff;
        font-size: 30px;
        margin-bottom: 40px;
    }
    
    .gnlx {
        width: 100%;
    }
    
    .gnlx tr td {
        color: #fff;
        line-height: 26px;
        padding: 20px 70px 0 10px;
        font-size: 14px;
        color: #f9f9f9
    }
    
    .gnlx tr td span {
        display: inline-block;
        margin-left: 5%;
    }
    
    @media screen and (max-width: 1520px) {
        .gnlx tr td span {
            display: block;
            margin-left: 0;
        }
    }
    
    .gnlx tr td img {
        float: left;
        margin-right: 10px;
        vertical-align: middle;
    }
    
    table.prodfeedback1 {
        width: 100%;
        margin-top: 15px
    }
    
    table.prodfeedback1 td.tdcenter {
        text-align: center
    }
    
    table.prodfeedback1 td.tdright {
        text-align: right
    }
    
    table.prodfeedback1 .prodfeedback_textarea {
        color: #585858;
        width: 92%;
        border: 1px solid #ccc;
        height: 96px;
        overflow: hidden;
        padding: 5px;
        font-family: "微软雅黑", Arial, "宋体";
        font-size: 14px;
        text-indent: 10px;
        margin-bottom: 12px
    }
    
    table.prodfeedback1 .prodfeedback_input {
        width: 100%;
        border: 1px solid #ccc;
        padding: 13px 5px;
        color: #585858;
        font-family: "微软雅黑", Arial, "宋体";
        font-size: 14px;
    }
    
    table.prodfeedback1 .lineheight input {
        margin-bottom: 15px;
        background-color: #fefcfd;
        text-indent: 10px
    }
    
    table.prodfeedback1 .prodfeedback_but {
        width: 125px;
        height: 39px;
        margin: 5px 2px 0 0;
        cursor: pointer;
        color: #9a9a9a;
        border: none;
        line-height: 39px;
        text-align: center;
        background-color: #000;
        color: #fff;
        font-size: 14px
    }
    
    table.prodfeedback1 .prodfeedback_but1 {
        width: 125px;
        height: 39px;
        margin: 5px 0 0 15px;
        cursor: pointer;
        color: #9a9a9a;
        border: none;
        line-height: 39px;
        text-align: center;
        background-color: #e2e2e2;
        color: #333;
        font-size: 14px
    }
    
    table.prodfeedback1 .prodfeedback_yzm {
        width: 100px;
        text-align: center;
        border: 1px solid #ccc;
        padding: 13px 5px;
        color: #585858;
        font-family: "微软雅黑", Arial, "宋体";
        font-size: 12px
    }
    
    table.prodfeedback1 .prodfeedback_but:hover {
        border: 1px solid #929292;
        color: #464646;
    }
    /* market-gj  end */
    /* security */
    
    .lx3 {
        background: url(../images/lx3.jpg) no-repeat center top;
        background-size: cover;
        padding: 160px 0;
    }
    
    .lxz3 {
        float: left;
        width: 375px
    }
    
    .lxz3 p {
        line-height: 35px;
        font-size: 16px;
        color: #000;
        padding: 10px 0 0 18px
    }
    
    .lxy3 {
        float: right;
        width: 50%
    }
    
    .dhdh {
        margin-left: 8px;
        margin-bottom: 20px
    }
    /* 221014新增 */
    
    .txwOne .txwOneInfo .txwOneTitle {
        color: #000;
        font-size: 44px;
        width: 100%;
        text-align: center;
        margin: 176px 0 154px 0;
        padding: 0;
        font-weight: 600;
    }
    
    .txwOnePadding {
        padding-left: 4%;
    }
    /* 221014新增结束 */
    
    .lxbt3 {
        width: 350px;
        margin: 80px auto 0
    }
    
    .lxy3 table {
        border: 3px solid #902036;
        padding: 34px 32px;
        background-color: #fff;
        width: 100%;
    }
    
    .lxy3 table td:first-child {
        width: 150px;
    }
    
    .lxy3 .prodfeedback_textarea {
        color: #585858;
        width: 100%;
        border: 1px solid #ccc;
        height: 110px;
        overflow: hidden;
        padding: 5px;
        font-family: "微软雅黑", Arial, "宋体";
        font-size: 14px;
    }
    
    .lxy3 .prodfeedback_input {
        width: 100%;
        border: 1px solid #ccc;
        padding: 12px 5px;
        color: #585858;
        font-family: "微软雅黑", Arial, "宋体";
        font-size: 14px;
    }
    
    .lxy3 input {
        margin-bottom: 16px
    }
    
    .lxy3 .prodfeedback_but {
        width: 122px;
        height: 48px;
        background: url(../images/tj3.jpg) no-repeat top center;
        margin: 60px 0 0 10px;
        cursor: pointer;
        color: #9a9a9a;
        border: none
    }
    
    .lxy3 .prodfeedback_but1 {
        width: 122px;
        height: 48px;
        background: url(../images/cz3.jpg) no-repeat top center;
        margin: 15px 0 0 10px;
        cursor: pointer;
        color: #9a9a9a;
        border: none
    }
    
    .lxy3 .prodfeedback_yzm {
        width: 70px;
        text-align: center;
        border: 1px solid #ccc;
        padding: 8px 5px;
        color: #585858;
        font-family: "微软雅黑", Arial, "宋体";
        font-size: 12px
    }
    /* security  end */
    /* about */
    
    .jjbt {
        height: 90px;
        margin-bottom: 50px;
        background: url(../images/jjbt.jpg) no-repeat top center;
    }
    
    .aboutYuan .aaa {
        width: 184px;
        height: 184px;
        float: left;
        margin: 20px 22px 20px 22px
    }
    
    .aboutYuan .tu {
        margin: 0 auto;
        position: absolute;
        width: 184px;
        height: 184px;
        border-width: 10px;
        border-style: solid;
        border-bottom-color: #902036;
        border-right-color: #902036;
        border-top-color: #FFF;
        border-left-color: #902036;
        border-radius: 100px;
        overflow: hidden;
        transition: ease 0.5s;
    }
    
    .aboutYuan .zi {
        border-radius: 100px;
        font-size: 24px;
        color: #FFF;
        transition: ease 0.4s;
        position: relative;
        top: 50%;
        left: 0;
        text-align: center;
        display: block;
        transform: translateY(-50%);
    }
    /* gsjj */
    
    .tabs-option {
        /* flex-grow: 1; */
        text-align: center;
        padding: 0 5px 0 5%;
        font-size: 14px;
        color: #fff;
        cursor: pointer
    }
    
    .tabs-option a {
        color: #fff
    }
    
    #tabs4 {
        position: relative;
    }
    
    .tabs-title {
        position: absolute;
        width: 100%;
        padding: 0 94px 0 315px;
        top: -90px;
        z-index: 10;
    }
    
    .selected,
    .selected a {
        color: #902036
    }
    
    .fatbox {
        background-color: #fff;
        padding: 0 0 80px 0
    }
    
    .gsjj {
        padding: 0 47px 0
    }
    
    .baike,
    .qlh {
        padding: 0 58px
    }
    
    .pinpai {
        padding: 20px 58px 0 58px
    }
    
    .gsjj p {
        font-size: 15px;
        text-indent: 2em;
        line-height: 32px;
        margin-top: 10px;
        color: #777;
        text-align: justify;
        text-justify: inter-ideograph;
    }
    
    .gsjj img {
        /* width: 100%; */
        margin-top: 45px;
    }
    
    .nybannerTab .nybanner {
        display: none;
    }
    
    .nybannerTab .nybanner.active {
        display: block;
    }
    
    video {
        width: 100%;
    }
    
    .tabs-content {
        padding-top: 100px;
    }
    
    .sjsj {
        width: 100%;
        height: 1263px;
        position: relative;
        background: url(../images/zhu.jpg) no-repeat center top;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .sjsj>div {
        width: 41%;
    }
    
    .sjsj>div:nth-child(even) img {
        float: right;
    }
    /* .sjsj .sj {
    width: 50%;
    padding-left: 10%;
} */
    
    .sj0 {
        position: absolute;
        right: 48px;
        top: -18px
    }
    
    .sj1 {
        position: absolute;
        left: 48px;
        top: 50px
    }
    
    .sj2 {
        position: absolute;
        right: 48px;
        top: 132px
    }
    
    .sj3 {
        position: absolute;
        left: 48px;
        top: 207px
    }
    
    .sj4 {
        position: absolute;
        right: 48px;
        top: 269px
    }
    
    .sj5 {
        position: absolute;
        left: 48px;
        top: 330px
    }
    
    .sj6 {
        position: absolute;
        right: 48px;
        top: 418px
    }
    
    .sj7 {
        position: absolute;
        left: 48px;
        top: 487px
    }
    
    .sj8 {
        position: absolute;
        right: 48px;
        top: 549px
    }
    
    .sj9 {
        position: absolute;
        left: 48px;
        top: 619px
    }
    
    .sj10 {
        position: absolute;
        right: 48px;
        top: 657px
    }
    
    .sj11 {
        position: absolute;
        left: 48px;
        top: 752px
    }
    
    .sj12 {
        position: absolute;
        right: 48px;
        top: 814px
    }
    
    .sj13 {
        position: absolute;
        left: 48px;
        top: 907px
    }
    
    .sj14 {
        position: absolute;
        right: 48px;
        top: 975px
    }
    
    .sj15 {
        position: absolute;
        left: 48px;
        top: 1040px
    }
    
    .spsp {
        padding: 0 40px;
    }
    
    .m-video {
        float: left;
        width: 31.333%;
        margin: 10px 1%
    }
    
    .m-video a {
        display: block;
        position: relative;
        width: 100%;
        padding-top: 65%;
        overflow: hidden;
    }
    
    .m-video img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transition: all 1s;
        transition: all 1s;
        -o-object-fit: cover;
        object-fit: cover;
    }
    
    .pinpai img {
        position: relative;
        z-index: 1000;
        margin: 33px 0 55px 0;
        width: calc(100% - 280px);
    }
    
    .pinpai {
        padding: 20px 18px 0 18px;
    }
    
    .pinpai p {
        font-size: 14px;
        padding: 0 15px 0 10px;
        text-align: justify;
        text-justify: inter-ideograph;
        color: #666;
    }
    
    .qlh h2 {
        font-weight: bold;
    }
    
    .qlh p {
        line-height: 20px;
        margin-top: 10px;
        color: #777
    }
    
    .qlh img {
        margin-top: 10px
    }
    
    .hk {
        background-color: #902036;
        font-size: 18px;
        color: #fff;
        line-height: 41px;
        margin-bottom: 20px;
        padding: 0px 30px;
        display: inline-block;
    }
    
    .baike img {
        width: 100%;
    }
    
    .baike .hs {
        color: #902036;
        font-size: 15px;
        font-weight: bold
    }
    
    .baike .hs img {
        vertical-align: middle;
        margin-right: 5px;
        width: auto;
    }
    
    .baike p {
        line-height: 28px;
        color: #777;
        margin-top: 11px;
        font-size: 15px;
    }
    
    .xu {
        border-bottom: 1px dashed #000;
        height: 2px;
        width: 100%;
        margin: 35px 0;
    }
    
    .baike table {
        width: 100%;
        margin: 10px 0;
        border-top: 1px solid #c1c1c1;
        border-left: 1px solid #c1c1c1;
        color: #3e3e3e;
    }
    
    .baike table td {
        border-right: 1px solid #c1c1c1;
        border-bottom: 1px solid #c1c1c1;
        line-height: 28px;
        text-align: center;
        font-size: 15px;
    }
    
    .successlunbo {
        width: 100%;
        margin: 20px auto 45px;
    }
    
    .control {
        width: calc(100% - 145px);
        height: 565px;
        background: #282828;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    
    .change {
        left: 0 !important;
        width: 100% !important;
    }
    
    .change li {
        left: 0 !important;
        width: 100%;
        /* position: relative !important; */
    }
    /* 图片垂直居中,不是很准确 */
    
    .change li .imgWrap {
        /* display: table-cell; */
        width: 100%;
        height: 565px;
        vertical-align: middle;
        cursor: pointer;
        *font-size: 500px;
    }
    
    .change li img {
        max-width: 100%;
        max-height: 565px;
        width: 100%;
        vertical-align: middle;
        object-fit: contain;
        overflow: hidden
    }
    /* 描述部分 */
    
    .change li .textDesc {
        width: 100%;
        height: 35px;
        position: absolute;
        left: 0;
        bottom: 4px;
        text-align: left;
        overflow: hidden;
    }
    
    .change li .opacity {
        width: 100%;
        height: 40px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: #000;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }
    
    .change li .title {
        padding: 10px 15px 0;
        color: #e6e6e6;
        font-size: 14px;
        line-height: 22px;
    }
    
    .change li .title a {
        color: #e6e6e6;
    }
    /*.change li .text{color:#b7b7b7;line-height:18px;padding:5px 15px;font-size:12px;}*/
    /* 翻页按钮 */
    
    .ssprev,
    .ssnext {
        width: 49px;
        height: 49px;
        position: absolute;
        bottom: 300px;
        color: #FFF;
        font-size: 14px;
        z-index: 9;
        font-weight: bold;
        cursor: pointer;
        outline: none
    }
    
    .ssprev span,
    .ssnext span {
        display: none;
    }
    
    .ssprev {
        left: 0;
        background: url(../images/arrows_01.png) no-repeat;
        _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="images/arrows_01.png");
        _background: none
    }
    
    .ssnext {
        right: 0;
        background: url(../images/arrows_02.png) no-repeat;
        _filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src="images/arrows_02.png");
        _background: none
    }
    
    .thumbWrap {
        width: 145px;
        height: 570px;
        position: absolute;
        right: 0;
        top: 0;
        background: #0d0d0d;
        overflow: hidden;
    }
    
    .thumbWrap .thumbCont {
        height: 480px;
        margin: 45px auto 0;
        overflow: hidden;
        position: relative;
        width: 134px;
    }
    
    .thumbWrap ul li {
        /*height: 92px;*/
        overflow: hidden;
        padding-bottom: 13px;
        padding-left: 10px;
        text-align: center;
        width: 127px;
    }
    
    .thumbWrap ul li div {
        display: table-cell;
        width: 127px;
        height: 92px;
        vertical-align: middle;
        cursor: pointer;
        *font-size: 79px;
    }
    
    .thumbWrap ul li img {
        max-width: 127px;
        max-height: 95px;
        vertical-align: middle;
        overflow: hidden
    }
    
    .thumbWrap ul li.cur {}
    /* 缩图按钮 */
    
    .thumbPrev,
    .thumbNext {
        width: 100px;
        height: 24px;
        text-align: center;
        position: absolute;
        color: #000;
        z-index: 9;
        outline: none
    }
    
    .thumbPrev span,
    .thumbNext span {
        display: none;
    }
    
    .thumbPrev {
        left: 25px;
        top: 15px;
        background: url(../images/sprev.png) no-repeat;
    }
    
    .thumbNext {
        left: 25px;
        bottom: 10px;
        background: url(../images/snext.png) no-repeat;
    }
    
    .pinpaiPP {
        padding: 0 58px;
    }
    
    .pinpaiPP p {
        line-height: 28px;
        color: #777;
        letter-spacing: 1px;
        font-size: 14px;
    }
    
    .thumbWrap .thumbCont>ul {
        top: 0 !important;
    }
    
    .baozhang td {
        padding: 0 10px;
    }
    
    .baozhang td img {
        width: 100%;
        object-fit: cover;
    }
    
    #jy li {
        float: left;
        width: 23%;
        margin: 10px 1% 2%
    }
    
    #jy li a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        padding-top: 124%;
        overflow: hidden;
    }
    
    #jy li img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transition: all 1s;
        transition: all 1s;
        -o-object-fit: cover;
        object-fit: cover;
        border: 1px solid #ccc;
    }
    
    #jy li p {
        line-height: 30px;
        text-align: center
    }
    
    #jy1 li {
        float: left;
        width: 23%;
        margin: 10px 1% 2%
    }
    
    #jy1 li img {
        width: 220px;
        height: 320px;
        border: 1px solid #ccc
    }
    
    #jy1 li p {
        line-height: 20px;
        text-align: center;
        font-size: 12px;
        margin-top: 5px;
        height: 40px
    }
    
    #jy1 li a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        padding-top: 141%;
        overflow: hidden;
    }
    
    #jy1 li img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transition: all 1s;
        transition: all 1s;
        -o-object-fit: cover;
        object-fit: cover;
        border: 1px solid #ccc;
    }
    
    .yewu1 img {
        width: auto;
    }
    
    .scgytxt {
        padding: 0 5%;
    }
    
    .yewu2 img {
        width: 100%;
    }
    
    .ywLogo img {
        margin-right: 20px;
    }
    /* gsjj  end */
    /* about  end */
    /* gongyi */
    
    .dzbt {
        text-align: center;
        margin: 105px 0 95px 0
    }
    
    .dz1bj {
        /* background: url(../img/dz-1.jpg) no-repeat top center; */
        background: #272727;
    }
    
    .dz1bj .flexBox {
        align-items: center;
    }
    
    .dz1-bt {
        width: 40%;
        padding: 45px 5% 45px 10%;
        background: #272727;
    }
    
    .dzImg {
        width: 60%;
    }
    
    .dzImg img {
        width: 100%;
    }
    
    .dz1-bt p {
        font-size: 18px;
        line-height: 34px;
        color: #fff;
        margin-top: 27px;
        letter-spacing: 1px
    }
    
    .dz2 ul li {
        float: left;
        width: 475px;
        margin-top: 72px
    }
    
    .dz2 ul li p {
        font-size: 18px;
        line-height: 34px;
        color: #555;
        letter-spacing: 1px
    }
    
    .dz4 ul li {
        margin-top: 72px
    }
    
    .dz4 ul li p {
        font-size: 18px;
        line-height: 34px;
        color: #555;
        letter-spacing: 1px
    }
    /* .sonp-section {
    border-top: 1px solid #282828;
    margin-top: 90px
} */
    
    .dzLast {
        flex-wrap: wrap;
        margin-top: 72px;
    }
    
    .dz2 .dzLast li {
        width: 29.333%;
        margin: 0 2% 4%;
    }
    
    .dz2 .dzLast li:first-child {
        width: 62.666%;
    }
    
    .avatar {
        position: relative;
        display: block;
        overflow: hidden;
        background-color: #000
    }
    
    .avatar:hover img {
        transform: scale(1.05);
        transition: all 1s ease 0s;
        -webkit-transform: scale(1.05);
        -webkit-transform: all 1s ease 0s;
        opacity: 0.6
    }
    /* .zhuzao {
    margin-top: 118px
} */
    /* .zhuzao img {
        max-width: 100%
    } 221019 edit
     */
    
    .zhuzao img {
        width: 100%
    }
    
    .zhuzao a {
        /* 221019 add */
        width: 100%;
        display: block;
        transition: all 1s ease 0s
    }
    
    .zhuzao a:hover {
        transition: all 1s ease 0s;
        opacity: 0.9
    }
    
    .jishu1 h2 {
        font-weight: bold;
    }
    
    .jishu1 img {
        width: auto;
    }
    
    .jishu2 {
        font-size: 15px;
        color: #666;
    }
    /* gongyi  end */
    /* touzi */
    
    .tzz {
        float: left;
        width: calc(100% - 552px);
        margin: 36px 0 0 36px
    }
    
    .tzy {
        float: right;
        width: 432px;
        margin: 36px 48px 0 0;
        background-color: #f1f1f1;
        padding-bottom: 30px
    }
    
    .tz1 {
        position: relative;
        width: 100%;
        /* background: url(../images/tz1.png) no-repeat top left; */
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    }
    
    .tz1::before {
        position: absolute;
        content: '';
        width: 190px;
        height: 86px;
        background: url(../images/tz1.png) no-repeat top left;
        top: -5px;
        left: -5px;
    }
    
    .tz2 {
        width: 100%;
        /* background: url(../images/tz2.jpg) no-repeat top center; */
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
        margin-top: 18px
    }
    
    .tz1 img {
        padding: 65px 0 0 20px;
        width: 95%;
    }
    
    .tz2 img {
        padding: 25px 0 0 20px;
        width: 90%;
    }
    
    .tzls {
        width: 432px;
        height: 375px;
        background: url(../images/tzy.jpg) no-repeat top center
    }
    
    .tzls a {
        display: block
    }
    
    .bga {
        width: 300px;
        height: 115px;
        transform: rotate(-14deg);
        -ms-transform: rotate(-14deg);
        /* IE 9 */
        -moz-transform: rotate(-14deg);
        /* Firefox */
        -webkit-transform: rotate(-14deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(-14deg);
        padding-top: 20px
    }
    
    .pta {
        width: 300px;
        height: 115px;
        transform: rotate(-14deg);
        -ms-transform: rotate(-14deg);
        /* IE 9 */
        -moz-transform: rotate(-14deg);
        /* Firefox */
        -webkit-transform: rotate(-14deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(-14deg);
        margin: 5px 0 0 30px
    }
    
    .lxa {
        width: 200px;
        height: 80px;
        transform: rotate(-14deg);
        -ms-transform: rotate(-14deg);
        /* IE 9 */
        -moz-transform: rotate(-14deg);
        /* Firefox */
        -webkit-transform: rotate(-14deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(-14deg);
        margin: 25px 0 0 220px
    }
    
    .lxyy p {
        line-height: 26px;
        font-size: 14px;
        padding-left: 30px;
        color: #666;
    }
    
    .lxyy {
        padding-top: 30px
    }
    
    .lyy .bt {
        font-size: 18px;
        text-align: center;
        display: block;
        color: #333;
        line-height: 35px;
        margin-top: 20px
    }
    
    .lyy table {
        margin-left: 20px
    }
    
    #biaoti {
        height: 25px;
        line-height: 25px;
        width: 176px;
        margin-top: 10px;
        margin-right: 10px;
        border: 1px solid #444;
        text-indent: 8px
    }
    
    #youxiang {
        height: 25px;
        line-height: 25px;
        margin-top: 10px;
        width: 176px;
        border: 1px solid #444;
        text-indent: 8px
    }
    
    #xingxi {
        height: 100px;
        margin-top: 10px;
        width: 370px;
        font-size: 14px;
        border: 1px solid #444;
        line-height: 25px;
        text-indent: 8px
    }
    /* touzi  end */
    /* 404 */
    
    .main404 {
        width: 910px;
        margin: 0 auto;
        border: 2px dashed #555;
        padding: 20px 30px 40px;
        color: #fff;
        margin-top: 40px;
    }
    
    .main404 h2 {
        font-size: 44px;
    }
    
    .main404 h3 {
        font-size: 16px;
        padding: 10px 0px 40px 0px;
    }
    
    .main404 .button {
        width: 180px;
        height: 28px;
        margin-left: 0px;
        margin-top: 40px;
        background: #aa002b;
        border-bottom: 4px solid #710923;
        text-align: center;
    }
    
    .main404 .button a {
        width: 180px;
        height: 28px;
        display: block;
        font-size: 14px;
        color: #fff;
    }
    
    .main404 .button a:hover {
        background: #bf123e;
    }
    /* 404  end */
    /* tanxianwei */
    
    .txwOneJj {
        font-size: 22px;
        text-align: center;
        line-height: 2.5;
        color: #000;
    }
    
    .txwOneJj p span {
        font-size: 36px;
    }
    
    .txwOneAff {
        width: 100%;
        height: 480px;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center;
    }
    
    .txwOneList .flexBox {
        align-items: center;
    }
    
    .txwOneTxt {
        width: 70%;
        padding: 0 5% 0 15%;
    }
    
    .txwOneTxt p {
        line-height: 2.5;
    }
    
    .txwOneTu {
        width: 30%;
        padding-right: 4%;
    }
    
    .txwOneTwo .txwOneTu {
        width: 65%;
    }
    
    .txwOneThree .txwOneTxt {
        padding: 0 15% 0 5%;
    }
    
    .txwOneFour .txwOneTu {
        width: 60%;
        margin-left: 40%;
        padding-right: 0;
    }
    
    .txwTwoTxt {
        padding: 0 15%;
    }
    
    .txwTwoTxt h3 {
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 10px
    }
    
    .txwTwoTxt p {
        line-height: 2.5;
        font-size: 22px;
    }
    
    .txwOne h3,
    .txwThree>h3 {
        font-size: 40px;
        text-align: center;
        font-weight: bold;
    }
    
    .txwThree .txwOneTxt h4 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    
    .txwThree .txwOneTu {
        padding-right: 9%;
    }
    
    .txwThree .txwOneTxt {
        padding-left: 0%;
        padding-right: 22%;
    }
    
    .txwThree .txwOneThree .txwOneTu {
        padding-right: 0;
    }
    
    .txwThree .txwOneThree .txwOneTxt {
        padding-left: 22%;
        padding-right: 0;
    }
    
    .txwThreeList .txwOneTxt {
        padding: 0 3%;
    }
    
    @media (min-width: 1920.5px) {
        .txwTit {
            font-size: 38px;
        }
        .txwThree .txwOneTxt h4 {
            font-size: 38px;
        }
        .txwOneJj {
            font-size: 26px;
        }
        .txwCon {
            font-size: 26px;
        }
        .txwTwoTxt p {
            font-size: 26px;
        }
        .txwThree .txwOneThree .txwOneTxt {
            padding-right: 5%;
        }
    }
    
    @media (max-width: 1920px) {
        .txwOne .txwOneInfo .txwOneTitle {
            margin: 96px 0 74px 0;
        }
        .txwTit {
            font-size: 30px;
        }
        .txwCon {
            font-size: 20px;
        }
        .txwCon span {
            font-size: 26px;
        }
        .txwThree .txwOneThree .txwOneTxt {
            padding-right: 5%;
        }
    }
    
    @media (max-width: 1440px) {
        .txwOne .txwOneInfo .txwOneTitle {
            margin: 80px 0 30px 0;
        }
        .txwTit {
            font-size: 30px;
        }
        .txwCon {
            font-size: 20px;
        }
    }
    
    @media screen and (max-width: 1024px) {
        .nyBanTuOne img {
            width: 80%;
        }
        .nybanner {
            height: 400px;
        }
        .txwOneJj {
            font-size: 20px;
        }
        .txwOneJj p span {
            font-size: 28px;
        }
        .txwOneAff {
            background-attachment: inherit;
        }
        .txwOneAff {
            height: 360px;
        }
        .txwOneTxt {
            padding: 0;
        }
        .txwOneTwo,
        .txwOneFour {
            padding: 0;
        }
        .txwOneTwo .txwOneTu,
        .txwOneFour .txwOneTu {
            width: 90%;
            padding: 0;
            margin: 0 5%;
        }
        .txwOne h3,
        .txwTwoTxt h3,
        .txwThree>h3 {
            font-size: 30px;
        }
        .txwTwoTxt {
            padding: 0 9%;
        }
        .txwThree .txwOneTu,
        .txwThree .txwOneThree .txwOneTu {
            width: 100%;
            padding: 0 5%;
            margin: 0;
        }
        .txwThree .txwOneList .flexBox {
            padding: 0;
        }
        .txwThree .txwOneTxt,
        .txwThree .txwOneThree .txwOneTxt {
            width: 100%;
            padding: 5% 8%;
        }
        .txwThree .txwOneThree,
        .txwThreeList {
            padding: 0;
        }
        .txwThree .txwOneThree .flexBox {
            flex-direction: column-reverse;
        }
        .txwOneThree .txwOneTxt {
            padding: 0;
            margin-top: 80px;
        }
    }
    
    @media (max-width: 768px) {
        .pd80 {
            padding: 50px 0;
        }
        .txwOne .txwOneInfo .txwOneTitle {
            margin: 96px 0 0 0;
        }
        .nyBanTuTwo {
            bottom: 40px;
        }
        .nybanner {
            height: 230px;
        }
        .txwOneAff {
            height: 260px;
        }
        .txwTwoTxt p {
            font-size: 20px;
        }
        .txwThree .txwOneTxt h4 {
            font-size: 26px;
        }
        .txwOne .txwOneInfo .txwOneTitle {
            font-size: 37px;
        }
        .txwTit {
            font-size: 26px;
        }
        .txwOne h3,
        .txwTwoTxt h3,
        .txwThree>h3 {
            font-size: 26px;
        }
        .txwCon span {
            font-size: 24px;
        }
        .txwCon {
            font-size: 18px;
        }
        .txwTwoTxt p {
            font-size: 18px;
        }
        .txwOneTxt {
            width: 100%;
        }
        .pd80 {
            padding: 30px 0;
        }
        .txwTwoTxt {
            padding: 0 0%;
        }
        .txwOneTu {
            width: 50%;
        }
    }
    
    @media screen and (max-width: 640px) {
        .pd80 {
            padding: 30px 0;
        }
        .txwOne .txwOneInfo .txwOneTitle {
            font-size: 30px;
            margin: 60px 0 20px 0;
        }
        .txwTit {
            font-size: 23px;
        }
        .txwCon {
            font-size: 18px;
        }
        .txwOneJj {
            line-height: 2;
        }
        .txwOne h3,
        .txwTwoTxt h3,
        .txwThree .txwOneTxt h4,
        .txwThree>h3 {
            font-size: 23px;
        }
        .txwOneTu {
            width: 70%;
        }
    }
    /* tanxianwei  end */
    /* page */
    
    #newspage {
        text-align: right;
        height: 27px;
        margin: 20px auto;
        margin-right: 30px;
    }
    
    #newspage li {
        background: none;
        text-indent: 0;
        font-size: 12px;
        width: auto;
        height: 28px;
        /* padding: 1px 9px; */
        line-height: 24px;
        display: inline-block;
        color: #7c7c7c;
        border: 1px solid #D5D5D5;
        padding: 0;
        margin-left: 5px;
        text-align: center;
    }
    
    #newspage li span {
        display: block;
        padding: 1px 9px;
    }
    
    #newspage li a {
        display: block;
        padding: 1px 9px;
    }
    
    #newspage li.active,
    #newspage li:hover {
        background-color: #f5dce0;
        border: 1px solid #eea0ac;
        color: #bf273f;
    }
    
    #newspage li:hover a {
        color: #bf273f;
    }
    
    #newspage li.disabled {
        color: #7c7c7c;
        border: 1px solid #D5D5D5;
        background: none;
    }
    
    #pdw_product.pc .pro .pro_list .pro_pic {
        display: block;
        width: 230px;
        height: 230px;
        margin: 0 auto;
        background: url(../images/loading.gif) no-repeat center;
        background-size: 32px;
    }
    /* page  end */
    
    .inline {
        width: 600px;
    }
    
    .honorSwiper {
        overflow: hidden;
    }
    
    @media screen and (max-width: 1250px) {
        .W80 {
            width: 90%;
        }
        .headerNav {
            padding-left: 5vw;
        }
        /* .ylProTitleOne img {
        height: 30px;
      } */
        .ylProTitleTwo img,
        .ylPro .swiper-button-next,
        .ylPro .swiper-button-prev,
        .ylSpk img {
            transform: scale(0.8);
        }
        .gfdiv p {
            font-size: 23px;
        }
        .gfdiv span {
            font-size: 32px;
        }
        .qlh h2 {
            font-size: 24px !important;
        }
        .lxlx2 h2 {
            font-size: 26px;
        }
        .lxlx2 {
            width: 86%;
        }
        .lxz1 {
            width: 35%;
        }
        .lxlx1 {
            width: 65%;
            padding-left: 5%;
        }
        .proInfoTitle h3 {
            font-size: 32px;
        }
        .proInfoCrumbs,
        .proInfoCrumbs sub {
            font-size: 17px;
        }
    }
    
    @media screen and (max-width: 1024px) {
        /* .ylProTitle {
        font-size: 32px;
    } */
        .ylProTitleOne {
            top: 30px;
        }
        .ylProTitleTwo {
            display: block !important;
            opacity: 1 !important;
        }
        /* .ylProTitleOne h3 {
        font-size: 30px;
    }
    .ylProTitleTwo p {
        font-size: 20px;
    } */
        .ylProTitleTwo {
            top: 30px;
        }
    }
    
    @media screen and (max-width: 1024px) {
        .flexBox {
            flex-wrap: wrap;
        }
        .css-1qeqv9f.slider {
            width: 100%;
            left: 0;
            height: auto;
            min-height: auto;
        }
        .css-1qeqv9f.slider .slides .slide .skew,
        .css-1qeqv9f.slider .slides .slide .skew .skew-fix {
            width: 100%;
            -webkit-transform: skew(0);
            -moz-transform: skew(0);
            -ms-transform: skew(0);
            transform: skew(0);
        }
        .css-1qeqv9f.slider .slides {
            position: static;
        }
        .css-1qeqv9f.slider .slides .slide .skew .skew-fix img {
            position: static;
            width: 100%;
            height: 80vh;
            min-height: 700px;
            object-fit: cover;
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
        }
        .css-1qeqv9f.slider .slides .slide.swiper-slide-active .skew::after {
            opacity: 0.5;
        }
        .css-19k8oo6 .controls .control-title img {
            width: 80%;
        }
        .css-19k8oo6 .family-info .family-name .name-wrapper img {
            height: 50px;
        }
        .css-19k8oo6 .family-info .family-payoff img {
            height: 15px;
        }
        .css-19k8oo6 .controls .ctrl-buttonset button svg {
            width: 46px;
            height: 46px;
        }
        .css-19k8oo6 .family-info .family-controls .button-wrapper svg {
            width: 46px;
            height: 46px;
            margin-right: 10px;
        }
        .ylProBg::before {
            opacity: 0.75;
        }
        .ylPro .swiper-slide.swiper-slide-active .ylProBg::before {
            opacity: 0.1;
        }
        .ylProTitleOne {
            opacity: 0;
        }
        .ylProTitleOne {
            transition-delay: 300ms;
        }
        .ylPro .swiper-slide.swiper-slide-active .ylProTitleOne {
            opacity: 1;
        }
        .ylProTitleTwo {
            display: none;
        }
        .ylPro .swiper-slide:hover .ylProTitleOne,
        .ylPro .swiper-slide:hover .ylProTitleTwo {
            top: 0;
        }
        .ylProTitle {
            top: 50%;
            transform: translate(-50%, -50%);
        }
        .ylProTitleOne {
            top: -30px;
        }
        .ylProduct {
            background: url(../picture/proBg-m.jpg) no-repeat center;
            background-size: cover;
        }
        .footerBottom img {
            width: 22px !important;
        }
        .footz,
        .footy {
            width: 100%;
            text-align: center;
        }
        .footerNav {
            display: none;
        }
        .footerLink {
            justify-content: center;
        }
        .jjbj {
            position: relative;
            padding-top: 73px;
        }
        .navabbj {
            display: none;
        }
        .tabs-title {
            position: absolute;
            padding: 0;
            width: 111%;
            margin-left: -6%;
            text-align: left;
            background: #fff;
            top: -73px;
        }
        .tabs-title .flexBox {
            white-space: nowrap;
            display: block;
            width: 100%;
            overflow-x: auto;
        }
        .tabs-option {
            font-size: 15px;
        }
        .tabs-option {
            display: inline-block;
            padding: 14px 30px;
            color: #6c6c6c;
            border-right: 1px solid #d9d9d921;
        }
        .tabs-option.selected {
            background: #2b2b2b;
            color: #fff;
        }
        .tabs-content {
            padding-top: 40px;
        }
        .fatbox {
            padding: 0 0 30px 0;
        }
        .gsjj p {
            text-indent: 0;
        }
        .sjsj {
            background: none;
            padding: 20px 40px;
            height: auto;
        }
        .sjsj>div {
            position: static !important;
            margin: 20px 0;
            width: 100% !important;
        }
        .sjsj img {
            width: 100%;
            float: none !important;
        }
        .m-video {
            width: 48%;
        }
        .qlh>div {
            padding: 0 7% !important;
        }
        .zhuzao {
            margin-top: 60px;
        }
        .nyLink {
            padding-top: 120px;
            padding-bottom: 100px;
            min-height: calc(100vh - 167px);
        }
        .nyLink h3 {
            font-size: 23px;
        }
        .dz1-bt,
        .dzImg {
            width: 100%;
        }
        .dz1-bt p,
        .dz2 ul li p,
        .dz4 ul li p {
            font-size: 16px;
        }
        .dz1-bt img {
            /* width: 80%; */
        }
        .dz2 ul li {
            width: 48%;
            margin: 3% 1% 3% !important;
        }
        .dz2 .flexBox {
            justify-content: flex-start;
        }
        .dz1bj {
            margin-top: 50px !important;
        }
        .dz2 .dzLast li {
            width: 46%;
        }
        .dz2 .dzLast li:first-child {
            width: 100%;
        }
        .gfdiv p {
            font-size: 20px;
        }
        .gfdiv span {
            font-size: 26px;
        }
        .gfPic-0 {
            height: 400px;
        }
        .qlh h2 {
            font-size: 22px !important;
        }
        .baozhang td {
            width: 100%;
            display: block;
            margin-bottom: 20px;
            padding: 0;
        }
        .qlh p {
            font-size: 16px !important;
        }
        .qlh table {
            width: 100%;
        }
        #jy li,
        #jy1 li {
            width: 31.333%;
        }
        .qlh td {
            display: block;
            width: 100% !important;
            padding: 0;
        }
        .jishu2 {
            margin-top: 15px;
        }
        .str_wrap {
            height: 233px !important;
            min-height: 233px;
        }
        .lxlx2 {
            width: 100%;
            padding: 6%;
        }
        .lxlxtu {
            width: 100%;
        }
        .lxlxtu img {
            position: static;
        }
        .jjyjInner {
            padding-top: 0;
        }
        .jjyjInner .W80 {
            width: 100%;
        }
        .jjyjnav {
            background: #fff;
            margin-top: 0;
        }
        .jjyjnav .navab {
            float: none;
            width: 100%;
            margin-top: 0;
            height: auto;
            line-height: inherit;
            padding-right: 0;
            border-bottom: none;
        }
        .jjyjnav .navab ul {
            white-space: nowrap;
            overflow-x: auto;
            overflow-y: hidden;
        }
        .jjyjnav .navab ul li {
            display: inline-block;
            width: auto;
            float: none;
            padding: 14px 30px;
            border-right: 1px solid #d9d9d921;
            text-align: center;
        }
        .jjyjnav .navab ul li a {
            color: #6c6c6c;
            height: auto;
            font-size: 15px;
        }
        .jjyjnav .navab ul li.curr {
            background: #2b2b2b;
        }
        .jjyjnav .navab ul li.curr a {
            border-bottom: none;
            color: #fff;
        }
        .jjyjnav .navab ul li a:hover {
            border-bottom: none !important;
        }
        .lxz1 {
            display: none;
        }
        .lx1 {
            padding-bottom: 100px;
        }
        .lxlx1 {
            width: 100%;
            padding: 88px 7% 0;
        }
        table.prodfeedback td {
            padding: 13px 15px 23px !important;
        }
        table.prodfeedback .prodfeedback_input,
        table.prodfeedback .prodfeedback_textarea {
            width: 100%;
        }
        .newsMNav {
            float: none;
            margin-top: -73px;
            width: 100%;
        }
        .newsMNav .xwfl {
            padding: 0;
        }
        .newsMNav ul {
            white-space: nowrap;
            overflow-x: auto;
            overflow-y: hidden;
        }
        .newsMNav ul li {
            display: inline-block;
            border-right: 1px solid #d9d9d921;
            padding: 14px 30px;
            line-height: inherit;
        }
        .newsMNav .xwfl ul li:hover::before,
        .newsMNav .xwfl ul li.curr::before {
            content: none;
        }
        .newsMNav ul li a {
            font-size: 15px;
            border-bottom: none;
            padding: 0;
            color: #6c6c6c !important;
        }
        .newsMNav ul li.curr {
            background: #2b2b2b;
        }
        .newsMNav ul li.curr a {
            color: #fff !important;
        }
        .left {
            width: 100% !important;
        }
        .xwz span {
            font-size: 30px;
        }
        .xwz {
            font-size: 16px;
        }
        .xwtt {
            font-size: 20px;
        }
        .jjPd {
            padding-top: 0;
        }
        #shownews {
            padding: 30px 0;
        }
        #shownews .shownews_body {
            padding-left: 0;
            padding-right: 0;
        }
        #shownews .shownews_foot {
            flex-wrap: wrap;
            padding-left: 0;
            padding-right: 0;
        }
        #shownews .shownews_foot span {
            width: 100%;
            max-width: 100%;
            margin-bottom: 10px;
        }
        .zhaopin {
            padding: 0 5%;
        }
        .zhaopin p {
            width: 46%;
            margin: 1% 2%;
        }
        .control {
            width: 100%;
            height: 365px;
            margin-left: 0 !important;
        }
        .thumbWrap {
            display: none !important;
        }
        .ssprev,
        .ssnext {
            top: 50%;
            transform: translateY(-50%);
        }
        #pdw_product.pc .pro .pro_list {
            width: 46%;
            height: auto;
            margin: 0 2% 30px;
        }
        #pdw_product.pc .pro .pro_list .pro_pic {
            width: 100%;
            height: auto;
        }
        #pdw_product.pc .pro_block .pro {
            padding-top: 0;
        }
        #pdw_product.pc .pro .pro_list .pro_name {
            font-size: 20px;
        }
        .proInfoInner {
            width: 90%;
        }
        .proInfoTitle h3 {
            font-size: 25px;
        }
        .proInfoCrumbs,
        .proInfoCrumbs sub {
            font-size: 15px;
        }
        .job_search {
            display: none;
        }
        .tabs-title {
            top: -73px !important;
            left: 0 !important;
            width: 112% !important;
        }
        .tabs-title ul {
            white-space: nowrap;
            overflow-x: auto;
            overflow-y: hidden;
        }
        .tabs-title li {
            display: inline-block;
            width: auto !important;
            height: auto !important;
            line-height: inherit !important;
            margin-top: 0 !important;
            text-indent: 0 !important;
            padding: 14px 30px;
            border-right: 1px solid #d9d9d921;
            text-align: center;
        }
        .pinpai img {
            width: 100%;
            margin-bottom: 30px;
        }
        .lxz3,
        .lxy3 {
            width: 100%;
            padding: 0 5%;
        }
        .lxbt3 {
            width: 100%;
            margin: 30px 0;
        }
        .lxy3 tr {
            padding: 0 5%;
            display: block;
        }
        .lxy3 tr td {
            display: block;
            width: 100%;
            padding-right: 0 !important;
        }
        .lxy3 tr td:last-child {
            padding-left: 0 !important;
            padding-top: 0 !important;
        }
        .lxy3 .prodfeedback_but,
        .lxy3 .prodfeedback_but1 {
            margin: 10px 0 0 0px;
        }
        .gfFour {
            background: url(../picture/gfFourBg-m.jpg) no-repeat center;
            background-size: cover;
        }
        .baozhang td img {
            height: auto;
        }
        .dz2 {
            margin-top: 15px;
        }
        .ywLogo {
            display: flex;
        }
        .ywLogo img {
            width: 48%;
            margin: 0 1% 2%;
            height: auto;
        }
        .lx3 {
            background: url(../images/lx3-m.jpg) no-repeat center top;
            background-size: auto;
            background-size: cover;
        }
        .lxz3 {
            margin-bottom: 20px;
        }
        .nybanner {
            margin-top: 60px;
        }
    }
    
    @media screen and (max-width: 1024px) {
        .txwOneJj {
            font-size: 18px;
        }
        .txwOneJj p span {
            font-size: 28px;
        }
        .txwOneAff {
            background-attachment: inherit;
        }
        .txwOneAff {
            height: 360px;
        }
        .txwOneTxt {
            padding: 0;
        }
        .txwOneTwo,
        .txwOneFour {
            padding: 0;
        }
        .txwOneTwo .txwOneTu,
        .txwOneFour .txwOneTu {
            width: 90%;
            padding: 0;
            margin: 0 5%;
        }
        .txwOne h3,
        .txwTwoTxt h3,
        .txwThree>h3 {
            font-size: 30px;
        }
        .txwTwoTxt p {
            /* font-size: 17px; */
            font-size: 18px;
            /* 221019 修改*/
        }
        .txwTwoTxt {
            padding: 0 9%;
        }
        .txwThree .txwOneTu,
        .txwThree .txwOneThree .txwOneTu {
            width: 100%;
            padding: 0 5%;
            margin: 0;
        }
        .txwThree .txwOneList .flexBox {
            padding: 0;
        }
        .txwThree .txwOneTxt,
        .txwThree .txwOneThree .txwOneTxt {
            width: 100%;
            padding: 5% 8%;
        }
        .txwThree .txwOneThree,
        .txwThreeList {
            padding: 0;
        }
        .txwThree .txwOneThree .flexBox {
            flex-direction: column-reverse;
        }
    }
    
    @media screen and (max-width: 768px) {
        .inline {
            width: 100%;
        }
        .css-1qeqv9f.slider .slides .slide .skew .skew-fix img {
            height: 60vh;
            min-height: 400px;
        }
        .footerLink a {
            margin: 0 8px;
        }
        .footy {
            display: none;
        }
        .nybanner {
            height: 420px;
        }
        .jjbj {
            padding-bottom: 45px;
        }
        .tabs-content {
            padding-top: 20px;
        }
        .gsjj {
            padding: 0 27px 0;
        }
        .nyBanTuTwo img {
            transform: scale(0.7);
        }
        .nybanner {
            height: 230px;
        }
        .sjsj {
            padding: 0 30px;
        }
        .spsp {
            padding: 0 20px;
        }
        .qlh>div {
            padding: 0 0 !important;
        }
        .dz4 ul li {
            width: 100% !important;
            padding: 0 !important;
        }
        #jy li,
        #jy1 li {
            width: 48%;
        }
        .lx5,
        .lx3 {
            padding: 70px 0;
        }
        .proInfoLeft {
            width: 100%;
            margin: 10px 0;
        }
        .ProTitle {
            margin: 40px 0 0;
            position: relative;
            height: 45px;
            overflow: hidden;
        }
        .ProTitle img {
            width: 800px;
            display: block;
            max-width: inherit;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
        }
        #pdw_product.pc {
            padding-bottom: 0;
        }
    }
    
    @media screen and (max-width: 640px) {
        .css-19k8oo6 .controls .control-title img {
            width: 68%;
        }
        .css-19k8oo6 .controls .ctrl-buttonset button svg {
            width: 40px;
            height: 40px;
        }
        .css-19k8oo6 .family-info .family-name .name-wrapper img {
            height: 37px;
        }
        .css-19k8oo6 .family-info .family-payoff img {
            height: 14px;
        }
        .css-19k8oo6 .family-info .family-controls .button-wrapper svg {
            width: 40px;
            height: 40px;
        }
        .css-19k8oo6 .family-info .family-controls {
            margin-top: 30px;
        }
        .css-19k8oo6 .controls {
            -webkit-flex: 0 0 33%;
            -ms-flex: 0 0 33%;
            flex: 0 0 33%;
        }
        .css-19k8oo6 .family-info {
            -webkit-flex: 0 0 55%;
            -ms-flex: 0 0 55%;
            flex: 0 0 55%;
        }
        .ylProTitleOne img {
            height: auto;
            transform: scale(0.5);
        }
        .ylProTitleTwo img,
        .ylPro .swiper-button-next,
        .ylPro .swiper-button-prev,
        .ylSpk img {
            transform: scale(0.7);
        }
        .nyBanTuTwo {
            bottom: 30px;
        }
        .baike,
        .qlh,
        .pinpaiPP {
            padding: 0 30px;
        }
        .nyLink {
            padding-top: 100px;
        }
        .nyLink h3 {
            font-size: 20px;
            letter-spacing: 0;
        }
        .nyLink li {
            width: 48%;
            margin: 0 1% 2%;
        }
        .dz1-bt p,
        .dz2 ul li p,
        .dz4 ul li p {
            font-size: 15px;
        }
        .dz2 ul li,
        .dz2 .dzLast li {
            width: 100%;
        }
        .dz2 .dzLast li:first-child>div {
            width: 100% !important;
            padding-left: 0 !important;
        }
        .gfdiv p {
            font-size: 18px;
        }
        .gfdiv span {
            font-size: 24px;
        }
        .pd80 {
            padding: 40px 0;
        }
        .gfPic-0 {
            height: 230px;
        }
        .gfFourBox li {
            width: 47%;
            margin-bottom: 3%;
        }
        .gfFourBox {
            justify-content: flex-start;
        }
        .qlh h2 {
            font-size: 20px !important;
        }
        .gnlx tr td {
            display: block;
            padding: 0 0 20px;
        }
        .lxlx2 {
            padding: 15% 6%;
        }
        .lxlx2 h2 {
            font-size: 22px;
            margin-bottom: 24px;
        }
        table.prodfeedback1 td.tdcenter {
            display: block;
            width: 100%;
            padding-top: 0 !important;
        }
        table.prodfeedback1 .prodfeedback_textarea {
            width: 100%;
        }
        table.prodfeedback td.tdcenter {
            display: block;
            width: 100%;
        }
        table.prodfeedback td.tdcenter {
            padding: 20px !important;
            padding-top: 0 !important;
        }
        table.prodfeedback td.tdcenter.lineheight {
            padding-bottom: 0 !important;
            padding-top: 20px !important;
        }
        .lxlx1 .sendforms {
            border: 3px solid #838383;
        }
        table.prodfeedback {
            border: none;
        }
        .lx1 {
            padding-bottom: 60px;
        }
        .lxlx1 {
            padding-top: 60px;
        }
        .left {
            padding: 0 25px !important;
        }
        .xwzs ul li {
            padding: 20px 0;
        }
        .xwpp {
            margin-top: 4px;
        }
        .xwz span {
            font-size: 25px;
        }
        .xwz {
            font-size: 14px;
        }
        .xwy {
            width: calc(100% - 60px);
            margin-right: 0;
        }
        .xwtt {
            font-size: 18px;
        }
        #shownews h1 {
            font-size: 20px;
        }
        .zhaopin p {
            width: 100%;
            margin: 10px 0;
            padding: 50px 10px 50px 10px;
        }
        .zhaopin p img {
            margin-bottom: 20px;
        }
        .control {
            height: 215px;
        }
        .successlunbo {
            margin-bottom: 10px;
        }
        #pdw_product.pc .pro .pro_list .pro_name {
            font-size: 16px;
        }
        #pdw_product.pc .pro .pro_list {
            margin-bottom: 10px;
        }
        .proInfoNr th,
        .proInfoNr td {
            font-size: 14px;
        }
        .nyProInfoBan img {
            top: auto;
            bottom: -48%;
            left: -52%;
            width: 120%;
            max-width: inherit;
        }
        .proInfoCrumbs span {
            padding: 0 8px;
        }
        .proInfoTitle h3 {
            width: 100%;
        }
        #job_list ul li,
        #job_list .title li {
            width: 25% !important;
        }
        #job_list ul li.li5,
        #job_list ul li.li6,
        #job_list ul li.li7 {
            display: none;
        }
        .fuli {
            line-height: 2;
            padding-bottom: 10px;
        }
        .fuli h3 {
            padding-left: 10px;
        }
        .pinpai img {
            margin-top: 15px;
            margin-bottom: 15px;
        }
        .lxy3 tr td {
            padding-bottom: 20px !important;
        }
        .proInfoCrumbs span img {
            width: 70%;
        }
        .proInfoNr {
            padding: 25px 0;
        }
        .scgytxt p span {
            padding-left: 0 !important;
        }
        .baike>div {
            width: 100% !important;
            margin-right: 0 !important;
        }
        .hk {
            margin-bottom: 0;
        }
        .zhaopin p {
            border-radius: 45px;
        }
        .dhdh {
            width: 70%;
        }
    }
    /* 221018 add */
    
    @media (max-width: 375px) {
        .ylSpk {
            width: 100% !important;
            height: 10% !important;
        }
        .ylSpk a {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        .ylSpk img {
            width: 70%;
        }
        .ylProTitleOne h3 {
            font-size: 42px;
        }
    }
    
    .swiper-slide.w640 {
        display: none;
    }
    /* 新增 */
    
    @media (max-width: 768px) {
        .banner .swiper .swiper-wrapper .swiper-slide>a {
            display: block;
            width: 780px;
            height: 430px;
        }
        .banner img {
            width: 100%;
            height: 100%;
        }
        .banner .swiper-pagination {
            bottom: 0;
        }
    }
    /* 新增结束 */
    
    @media (max-width: 640px) {
        .ylSpk {
            width: 100% !important;
            height: 30% !important;
        }
        .ylSpk a {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        /* 新增 */
        .banner .swiper .swiper-wrapper .swiper-slide>a {
            display: block;
            width: 650px;
            height: 440px;
        }
        .banner img {
            width: 100%;
            height: 100%;
        }
        .banner .swiper-pagination {
            bottom: 0;
        }
        /* 新增结束 */
    }
    
    @media screen and (min-width:1024.5px) and (max-width: 1250.5px) {
        .ylProTitleOne h3 {
            font-size: 28px;
        }
    }
    /* 221018 end */