@charset "utf-8";

/*字体*/

@font-face {
    font-family: "DIN";
    src: url("../fonts/DIN-MEDIUM_0.OTF"), url("../fonts/DIN Medium_0.ttf");
}

@font-face {
    font-family: "MYANMAR";
    src: url("../fonts/MYANMAR\ MN.TTC");
}

@font-face {
    font-weight: 600;
    font-family: "DIN2";
    src: url("../fonts/DINNextLTPro-Bold.ttf")
}

@font-face {
    font-weight: 600;
    font-family: "bold";
    src: url("../fonts/ai.woff") format("woff")
}

@font-face {
    font-family: "Open Sans";
    src: url("../fonts/aki.woff") format("woff")
}

* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1921px) {
    html {
        font-size: 100px;
    }
}

@media (max-width: 991px) {
    html {
        font-size: 66px;
    }
}

@media (max-width: 500px) {
    html {
        font-size: 54px;
    }
}

body {
    min-height: 100%;
    font-family: "Open Sans", "PingFang SC", "Microsoft YaHei", "Helvetica Neue", "Hiragino Sans GB", "WenQuanYi Micro Hei", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    /* tap-highlight-color: transparent; */
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background: #fff;
}

@media (max-width: 1600px) {
    body {
        font-size: 14px;
    }
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: "bold";
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

input,
button {
    -webkit-appearance: none;
    border-radius: 0;
}

button {
    cursor: pointer;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

textarea {
    resize: none;
    overflow: auto;
}

input,
button,
textarea,
select {
    border: 0;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: transparent;
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

table {
    border-collapse: collapse;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.container {
    margin: 0 auto;
    width: 1400px;
    max-width: 90%;
}

@media (max-width: 1440px) {
    .container {
        width: 90%;
    }
}

.bg-color1 {
    background-color: #fff;
}

.ptb100 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (max-width: 768px) {
    .ptb100 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.pt100 {
    padding-top: 1rem;
}

@media (max-width: 768px) {
    .pt100 {
        padding-top: 3rem;
    }
}

.pb100 {
    padding-bottom: 1rem;
}

@media (max-width: 768px) {
    .pb100 {
        padding-bottom: 3rem;
    }
}

.font18 {
    font-size: 0.18rem;
}

.font20 {
    font-size: 0.2rem;
}

.font22 {
    font-size: 0.22rem;
}

.font24 {
    font-size: 0.24rem;
}

.font26 {
    font-size: 0.26rem;
}

.font28 {
    font-size: 0.28rem;
}

.font30 {
    font-size: 0.3rem;
}

.font32 {
    font-size: 0.32rem;
}

@media (max-width: 1900px) {
    .font18 {
        font-size: 16px;
    }
}

@media (max-width: 1580px) {
    .font18 {
        font-size: 14px;
    }

    .font20,
    .font22 {
        font-size: 16px;
    }

    .font24,
    .font26 {
        font-size: 18px;
    }

    .font28,
    .font30 {
        font-size: 20px;
    }

    .font32 {
        font-size: 22px;
    }
}

#hi-upgrade {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

#hi-upgrade .hi-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -177px 0 0 -450px;
    width: 900px;
}

#hi-upgrade .hi-wrap .hi-title {
    font-size: 30px;
    line-height: 40px;
    color: #333;
}

#hi-upgrade .hi-wrap .hi-close {
    margin: 10px 0;
    display: inline-block;
    cursor: pointer;
    font-size: 18px;
    color: #e9a171;
}

#hi-upgrade .hi-wrap .hi-close:hover {
    text-decoration: underline;
}

#hi-upgrade .hi-wrap .hi-text1 {
    color: #666;
}

#hi-upgrade .hi-wrap .hi-text1 span {
    color: #e9a171;
}

#hi-upgrade .hi-wrap .hi-text2 {
    position: relative;
    margin: 60px 0;
    color: #333;
}

#hi-upgrade .hi-wrap .hi-text2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    border-top: 1px solid #ddd;
}

#hi-upgrade .hi-wrap .hi-text2 span {
    position: relative;
    z-index: 5;
    padding: 0 30px;
    background: #fff;
}

#hi-upgrade .hi-wrap .hi-list {
    overflow: hidden;
}

#hi-upgrade .hi-wrap .hi-list li {
    display: inline-block;
    width: 16%;
}

#hi-upgrade .hi-wrap .hi-list li div {
    margin: 0 auto 5px;
    width: 50px;
    height: 50px;
}

#hi-upgrade .hi-wrap .hi-list li a {
    color: #666;
}

#hi-upgrade .hi-wrap .hi-list li a:hover {
    color: #e9a171;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
    background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
    background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
    background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
    background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
    background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}

#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
    background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}


/* 视频弹窗 */

#hi-video-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: #222;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#hi-video-pop * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#hi-video-pop .hi-close {
    position: fixed;
    right: 0.6rem;
    top: 1rem;
    width: 19px;
    height: 19px;
    z-index: 11;
    /* top: 91%;



  left: 50%;



  margin-left: -25px; */
    /* width: 50px;



  height: 50px; */
    color: #fff;
    background: #fff;
    border-radius: 50%;
    transition: 0.5s;
    cursor: pointer;
}

@media (max-width:500px) {
    #hi-video-pop .hi-close {
        right: initial;
        top: initial;
        bottom: 1rem;
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
        height: 30px;
        background: #fff3;
    }
}

#hi-video-pop .hi-close:after,
#hi-video-pop .hi-close:before {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 2px;
    width: 15px;
    height: 2px;
    background: #333;
    transition: 0.5s;
}

@media (max-width:500px) {

    #hi-video-pop .hi-close:after,
    #hi-video-pop .hi-close:before {
        bottom: 14px;
        left: 7px;
        background: #fff;
    }
}

#hi-video-pop .hi-close:hover {
    background: #00585B;
}

#hi-video-pop .hi-close:hover:after,
#hi-video-pop .hi-close:hover:before {
    background: #fff;
}

#hi-video-pop .hi-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hi-video-pop .hi-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hi-video-pop video {
    position: fixed;
    left: 50%;
    top: 51%;
    width: 69.6%;
    max-width: 90%;
    max-height: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 500px) {
    #hi-video-pop video {
        width: 90%;
    }
}


/* 投递简历弹窗 */

#hi-resume-pop {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#hi-resume-pop * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#hi-resume-pop form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 750px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0.5rem;
    border-radius: 0.05rem;
}

#hi-resume-pop .hi-title-box {
    padding: 0 30px;
}

#hi-resume-pop .hi-title-box .hi-title {
    font-size: 30px;
    font-weight: 800;
    color: #333333;
    text-align: center;
}

#hi-resume-pop .hi-title-box .hi-close {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    z-index: 5;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(50, 57, 70, 0.2);
}

#hi-resume-pop .hi-title-box .hi-close::before,
#hi-resume-pop .hi-title-box .hi-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -7px;
    width: 14px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#hi-resume-pop .hi-title-box .hi-close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#hi-resume-pop .hi-box {
    font-size: 14px;
    margin-top: 0.4rem;
}

#hi-resume-pop input {
    margin-bottom: 20px;
    padding: 0 30px;
    width: 100%;
    height: 50px;
    border: 1px solid rgba(125, 125, 125, 0.5);
    /*border-radius: 33px;*/
}

#hi-resume-pop select {
    margin-bottom: 20px;
    padding: 0 30px;
    width: 100%;
    height: 50px;
    border: 1px solid rgba(125, 125, 125, 0.5);
    border-radius: 33px;
    background: url(../images/arrow5.png) 95% center no-repeat;
    background-size: 13px;
}

#hi-resume-pop button {
    width: 100%;
    height: 50px;
    cursor: pointer;
    /*border-radius: 33px;*/
    background: #EAEBEC;
    color: #666;
    transition: all ease-out 0.3s;
}

#hi-resume-pop button:hover {
    color: #fff;
    background: #00acab;
}

#hi-resume-pop .hi-file-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#hi-resume-pop .hi-file-box .hi-input-box {
    width: 100%;
    height: 50px;
    position: relative;
    display: inline-block;
    padding: 0 15px;
    line-height: 50px;
    background: #00acab;
    /*border-radius: 33px;*/
}

#hi-resume-pop .hi-file-box input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: 0;
    cursor: pointer;
}

#hi-resume-pop .hi-file-box .hi-text {
    color: #fff;
    text-align: center;
}

#hi-resume-pop .hi-file-box .hi-text2 {
    line-height: 30px;
}

#hi-resume-pop .hi-code-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#hi-resume-pop .hi-code-box input {
    margin-bottom: 0;
    width: calc(100% - 256px) !important;
}

#hi-resume-pop .hi-code-box {
    margin-bottom: 20px;
}

#hi-resume-pop .hi-code-box input {
    margin-bottom: 0;
    width: calc(100% - 175px) !important;
}

#hi-resume-pop .hi-code-box img {
    width: 130px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    #hi-resume-pop form {
        padding: 0.5rem;
    }

    #hi-resume-pop .hi-title-box {
        padding: 0 20px;
    }

    #hi-resume-pop .hi-title-box .hi-title {
        line-height: 50px;
        font-size: 18px;
    }

    #hi-resume-pop input {
        margin-bottom: 10px;
        height: 40px;
    }

    #hi-resume-pop select {
        margin-bottom: 10px;
        height: 40px;
    }

    #hi-resume-pop .hi-file-box .hi-input-box {
        margin-bottom: 10px;
        height: 40px;
        line-height: 40px;
    }

    #hi-resume-pop .hi-file-box,
    #hi-resume-pop .hi-code-box {
        margin-bottom: 10px;
    }

    #hi-resume-pop .hi-file-box .hi-text2 {
        font-size: 12px;
    }

    #hi-resume-pop .hi-code-box input {
        width: calc(100% - 95px) !important;
    }

    #hi-resume-pop .hi-code-box img {
        width: 80px;
        height: 40px;
    }

    #hi-resume-pop button {
        height: 40px;
    }

    /*#hi-resume-pop .hi-title-box .hi-close {*/
    /*  width: 40px;*/
    /*  height: 40px;*/
    /*}*/
}

@-webkit-keyframes fadeInUpsm {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpsm {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpsm {
    -webkit-animation-name: fadeInUpsm;
    animation-name: fadeInUpsm;
}

@-webkit-keyframes fadeInRightsm {
    from {
        opacity: 0;
        -webkit-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightsm {
    from {
        opacity: 0;
        -webkit-transform: translate3d(60px, 0, 0);
        transform: translate3d(60px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightsm {
    -webkit-animation-name: fadeInRightsm;
    animation-name: fadeInRightsm;
}

.header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    transition: all ease-out 0.3s;
}


/* @media (max-width: 768px){



    .header{



        background: #000;



    }



} */

.header .box {
    width: 89.6%;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

@media (max-width: 1440px) {
    .header .box {
        width: 90%;
    }
}

.header .box .logo {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
}

.header .box .logo a {
    width: 175px;
    height: 46px;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    position: relative;
}

.header .box .logo a.on img:nth-child(2) {
    display: block;
}

.header .box .logo a.on img:nth-child(1) {
    display: none;
}

@media (max-width: 500px) {
    .header .box .logo a {
        width: 135px;
        height: 38px;
    }
}

.header .box .logo a img {
    width: 100%;
    height: 100%;
    transition: all ease-out 0.3s;
}

.header .box .logo a img:nth-child(2) {
    display: none;
}

.header.fh .box .logo a img:nth-child(1) {
    display: none;
}

.header.fh .box .logo a img:nth-child(2) {
    display: block;
}

.header:hover .box .logo a img:nth-child(1) {
    display: none !important;
}

.header:hover .box .logo a img:nth-child(2) {
    display: block !important;
}

.header .box .right {
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .header .box .right {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
}

.header .box .right .close {
    display: none;
    width: 0.5rem;
    height: 1rem;
    position: relative;
    z-index: 12;
}

@media (max-width: 991px) {
    .header .box .right .close {
        height: 1.4rem;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }
}

.header .box .right .close span {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    margin: 3px 0;
    transition: all ease-out 0.3s;
}

.header .box .right .close.on span:first-child {
    transform: rotateZ(45deg);
    margin-top: 0.2rem;
}

@media (max-width: 500px) {
    .header .box .right .close.on span:first-child {
        margin-top: 0.22rem;
    }
}

.header .box .right .close.on span:nth-child(2) {
    opacity: 0;
}

.header .box .right .close.on span:last-child {
    transform: rotateZ(-45deg);
    margin-top: -0.2rem;
}

@media (max-width: 500px) {
    .header .box .right .close.on span:last-child {
        margin-top: -0.25rem;
    }
}

.header .box .right .menu-box {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 991px) {
    .header .box .right .menu-box {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow-y: auto;
        background: #000;
        padding: 1.5rem 5% 2rem;
        box-sizing: border-box;
        flex-wrap: wrap;
        align-content: flex-start;
        justify-content: flex-start;
        display: none;
        overflow: hidden;
    }
}

@media (max-width: 991px) {
    .header .box .right .menu-box .menu {
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
}

.header .box .right .menu-box .menu ul {
    display: flex;
}

@media (max-width: 991px) {
    .header .box .right .menu-box .menu ul {
        flex-wrap: wrap;
    }
}

.header .box .right .menu-box .menu ul li {
    padding: 0.29rem 0.42rem;
}

@media (max-width:1440px) {
    .header .box .right .menu-box .menu ul li {
        padding: 0.29rem 0.35rem;
    }
}

@media (max-width:1050px) {
    .header .box .right .menu-box .menu ul li {
        padding: 0.29rem 0.25rem;
    }
}

.header .box .right .menu-box .menu ul li:last-child {
    padding: 0.29rem 0 0.29rem 0.42rem;
}

@media (max-width:1440px) {
    .header .box .right .menu-box .menu ul li:last-child {
        padding: 0.29rem 0 0.29rem 0.15rem;
    }
}

@media (max-width: 991px) {
    .header .box .right .menu-box .menu ul li:last-child a.a-link {
        padding: 0;
    }
}

@media (max-width: 991px) {

    .header .box .right .menu-box .menu ul li,
    .header .box .right .menu-box .menu ul li:last-child {
        width: 100%;
        margin-right: 0;
        padding: 0;
    }
}

.header .box .right .menu-box .menu ul li a.a-link {
    color: #FFFFFF;
    display: block;
    transition: all ease-out 0.3s;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    text-decoration: none;
}

.header .box .right .menu-box .menu ul li a.a-link.as2 {
    display: none;
}

.header .box .right .menu-box .menu ul li a.a-link::before {
    content: '';
    background: #fff;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.header .box .right .menu-box .menu ul li a.a-link.on::before {
    transform: scaleX(1);
    transform-origin: left;
}

@media (max-width: 991px) {
    .header .box .right .menu-box .menu ul li a.a-link {
        font-size: 18px;
        line-height: 3;
        /*border-bottom: 1px solid #171717;*/
        padding: 0;
    }

    .header .box .right .menu-box .menu ul li a.a-link::before,
    .header .box .right .menu-box .menu ul li a.a-link.on::before {
        display: none;
    }
}

@media (max-width: 500px) {
    .header .box .right .menu-box .menu ul li a.a-link {
        display: flex;
        font-size: 16px;
        align-items: center;
        font-weight: 600;
        font-family: "bold";
    }
}

.header .box .right .menu-box .menu ul li a.a-link span {
    display: none;
}

@media (max-width: 991px) {
    .header .box .right .menu-box .menu ul li a.a-link span {
        display: inline-block;
        width: 5px;
        /*height: 5px;*/
        /*background: #fff;*/
        margin-left: 0.3rem;
        position: relative;
    }

    .header .box .right .menu-box .menu ul li a.a-link span::after {
        content: '';
        width: 0;
        height: 0;
        border-top: 5px solid #fff;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        display: block;
    }
}

.header .box .right .menu-box .mobile-share {
    display: none;
}

@media (max-width: 500px) {
    .header .box .right .menu-box .mobile-share {
        display: block;
        position: absolute;
        bottom: 0.5rem;
        opacity: 0;
    }

    .header .box .right .menu-box .mobile-share.on {
        opacity: 1;
    }

    .header .box .right .menu-box .mobile-share span {
        color: #fff;
        width: 100%;
        display: flex;
        align-items: center;
        margin-top: 0.2rem;
        text-transform: uppercase;
        transition: all ease-out 0.5s;
        font-weight: 600;
        font-family: "bold";
    }

    .header .box .right .menu-box .mobile-share span a {
        width: 24px;
        height: 24px;
        margin-right: 0.15rem;
    }

    .header .box .right .menu-box .mobile-share span a:nth-child(1) {
        padding: 2px;
    }

    .header .box .right .menu-box .mobile-share span a svg {
        width: 100%;
        height: 100%;
    }
}

.header .box .right .menu-box .menu ul li .s-menu {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    left: 0;
    top: 0;
    z-index: -1;
    padding: 1.88rem 0 0;
    display: none;
    transition: all 0.2s;
}

@media (max-width: 991px) {
    .header .box .right .menu-box .menu ul li .s-menu {
        position: relative;
        padding: 0 0.2rem;
        height: auto;
        z-index: 1;
    }
}

@media (max-width: 500px) {
    .header .box .right .menu-box .menu ul li .s-menu {
        padding: 0;
    }

    .header .box .right .menu-box .menu ul li:nth-child(1) .s-menu {
        /* display: block; */
    }
}

.header .box .right .menu-box .menu ul li .s-menu.on {
    display: block;
    background: rgba(0, 0, 0, 1);
}

.header .box .right .menu-box .menu ul li .s-menu .s-close {
    position: absolute;
    right: 0.2rem;
    top: 0.31rem;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease-out 0.3s;
    z-index: 10;
}

@media (max-width: 991px) {
    .header .box .right .menu-box .menu ul li .s-menu .s-close {
        display: none;
    }
}

.header .box .right .menu-box .menu ul li .s-menu .s-close svg,
.header .box .right .menu-box .menu ul li .s-menu .s-close img {
    width: 9px;
    height: 9px;
}

.header .box .right .menu-box .menu ul li .s-menu .s-close svg path {
    fill: #fff;
}

.header .box .right .menu-box .menu ul li .s-menu .s-close:hover {
    background: rgba(255, 255, 255, 0.3);
}

.header .box .right .menu-box .menu ul li .s-menu .s-cbox {
    width: 72.9%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

@media (min-width: 1260px) {
    .header .box .right .menu-box .menu ul li .s-menu .s-cbox {
        width: 1200px;
        height: 400px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .header .box .right .menu-box .menu ul li .s-menu .share {
        width: 1200px;
    }
}

@media (max-width: 1440px) {
    .header .box .right .menu-box .menu ul li .s-menu .s-cbox {
        /* width: 90%; */
    }
}

@media (max-width: 991px) {
    .header .box .right .menu-box .menu ul li .s-menu .s-cbox {
        width: 100%;
    }
}

.header .box .right .menu-box .menu ul li .s-menu .s-cbox .left {
    width: 30.28%;
}

@media (max-width: 991px) {
    .header .box .right .menu-box .menu ul li .s-menu .s-cbox .left {
        width: 100%;
    }
}

.header .box .right .menu-box .menu ul li .s-menu .s-cbox .left .t1 {
    /*font-size: 0.64rem;*/
    font-size: 44px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1;
}

@media (max-width: 1440px) {
    .header .box .right .menu-box .menu ul li .s-menu .s-cbox .left .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .header .box .right .menu-box .menu ul li .s-menu .s-cbox .left .t1 {
        font-size: 36px;
    }
}

@media (max-width:991px) {
    .header .box .right .menu-box .menu ul li .s-menu .s-cbox .left .t1 {
        font-size: 32px;
    }
}

@media (max-width:500px) {
    .header .box .right .menu-box .menu ul li .s-menu .s-cbox .left .t1 {
        font-size: 28px;
    }
}

.header .box .right .menu-box .menu ul li .s-menu .s-cbox .left .t1.ts2 {
    display: none;
}

@media (max-width: 991px) {
    .header .box .right .menu-box .menu ul li .s-menu .s-cbox .left .t1 {
        color: #999;
        line-height: 3;
        display: none;
    }

    .header .box .right .menu-box .menu ul li .s-menu .s-cbox .left .t1.ts1 {
        display: none;
    }

    .header .box .right .menu-box .menu ul li .s-menu .s-cbox .left .t1.ts2 {
        display: block;
    }
}

.header .box .right .menu-box .menu ul li .s-menu .s-cbox .left .s-abox {
    width: 100%;
    margin-top: 0.38rem;
}

@media (max-width: 991px) {
    .header .box .right .menu-box .menu ul li .s-menu .s-cbox .left .s-abox {
        margin-top: 0;
    }
}

.header .box .right .menu-box .menu ul li .s-menu .s-cbox .left .s-abox .s-alink {
    font-size: 18px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.9);
    padding: 13px 0;
    display: table;
    transition: all ease-out 0.3s;
    position: relative;
}

.header .box .right .menu-box .menu ul li .s-menu .s-cbox .left .s-abox .s-alink::after {
    content: '';
    position: absolute;
    bottom: 13px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .6s cubic-bezier(.19, 1, .22, 1);
}

@media (max-width: 1600px) {
    .header .box .right .menu-box .menu ul li .s-menu .s-cbox .left .s-abox .s-alink {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .header .box .right .menu-box .menu ul li .s-menu .s-cbox .left .s-abox .s-alink {
        font-size: 14px;
    }

    .header .box .right .menu-box .menu ul li .s-menu .s-cbox .left .s-abox .s-alink::after {
        display: none;
    }
}

@media (max-width: 500px) {
    .header .box .right .menu-box .menu ul li .s-menu .s-cbox .left .s-abox .s-alink {
        padding: 5px 0;
    }
}

.header .box .right .menu-box .menu ul li .s-menu .s-cbox .left .s-abox .s-alink:hover {
    color: #fff;
}

.header .box .right .menu-box .menu ul li .s-menu .s-cbox .left .s-abox .s-alink:hover::after {
    /*width: 100%;*/
    transform: scaleX(1);
    transform-origin: left;
}

.header .box .right .menu-box .menu ul li .s-menu .s-cbox .right {
    /* width: 60.71%; */
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

@media (min-width: 1260px) {
    .header .box .right .menu-box .menu ul li .s-menu .s-cbox .right {
        width: 100vw;
        height: 100vh;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 991px) {
    .header .box .right .menu-box .menu ul li .s-menu .s-cbox .right {
        display: none;
    }
}

.header .box .right .menu-box .menu ul li .s-menu .s-cbox .right .item {
    width: 100%;
    height: 100%;
    position: relative;
    display: none;
}

.header .box .right .menu-box .menu ul li .s-menu .s-cbox .right .item.on {
    display: block;
}

.header .box .right .menu-box .menu ul li .s-menu .s-cbox .right .item .img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.header .box .right .menu-box .menu ul li .s-menu .s-cbox .right .item .img::after {
    content: '';
    width: 100%;
    padding-top: 61.28%;
    display: none;
}

.header .box .right .menu-box .menu ul li .s-menu .s-cbox .right .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: 2;
    transition: all ease-out 0.3s;
    /* opacity: 0.5; */
}

.header .box .right .menu-box .menu ul li .s-menu .s-cbox .right .item .img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: all ease-out 0.3s;
}

.header .box .right .menu-box .menu ul li .s-menu .s-cbox .right .item:hover .img img {
    /* transform: scale(1.05); */
    /* opacity: 0.5; */
}


/* 

.header .box .right .menu-box .menu ul li .s-menu .s-cbox .right .item:hover .img::before {



  opacity: 1;



} */

.header .box .right .menu-box .menu ul li .s-menu .s-cbox .right .item .r-tbox {
    position: absolute;
    z-index: 4;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}

.header .box .right .menu-box .menu ul li .s-menu .s-cbox .right .item .r-tbox .t1 {
    font-size: 36px;
    font-weight: 500;
    color: #FFFFFF;
}

@media (max-width: 1440px) {
    .header .box .right .menu-box .menu ul li .s-menu .s-cbox .right .item .r-tbox .t1 {
        font-size: 34px;
    }
}

@media (max-width:1024px) {
    .header .box .right .menu-box .menu ul li .s-menu .s-cbox .right .item .r-tbox .t1 {
        font-size: 32px;
    }
}

@media (max-width:991px) {
    .header .box .right .menu-box .menu ul li .s-menu .s-cbox .right .item .r-tbox .t1 {
        font-size: 30px;
    }
}

.header .box .right .menu-box .menu ul li .s-menu .s-cbox .right .item .r-tbox .t1 span {
    display: block;
    font-size: 30px;
}

@media (max-width: 1440px) {
    .header .box .right .menu-box .menu ul li .s-menu .s-cbox .right .item .r-tbox .t1 span {
        font-size: 28px;
    }
}

@media (max-width:1024px) {
    .header .box .right .menu-box .menu ul li .s-menu .s-cbox .right .item .r-tbox .t1 span {
        font-size: 26px;
    }
}

@media (max-width:991px) {
    .header .box .right .menu-box .menu ul li .s-menu .s-cbox .right .item .r-tbox .t1 span {
        font-size: 22px;
    }
}

.header .box .right .menu-box .menu ul li .s-menu .s-cbox .right .item .r-tbox .t2 {
    font-size: 14px;
    color: #fff;
    margin-top: 0.16rem;
}

.header .box .right .menu-box .menu ul li .s-menu .s-cbox .right .item .r-tbox .more {
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    border: 2px solid #FFFFFF;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.32rem;
    transition: all ease-out 0.3s;
    position: relative;
    color: #fff;
    font-size: 14px;
}


/* @media (max-width: 1600px) {



  .header .box .right .menu-box .menu ul li .s-menu .s-cbox .right .item .r-tbox .more {



    width: 120px;



    height: 36px;



  }



} */

.header .box .right .menu-box .menu ul li .s-menu .s-cbox .right .item .r-tbox .more::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #fff;
    z-index: -1;
    transition: all ease-out 0.3s;
    display: none;
}

.header .box .right .menu-box .menu ul li .s-menu .s-cbox .right .item .r-tbox .more:hover {
    color: #333;
    background: #fff;
}

.header .box .right .menu-box .menu ul li .s-menu .s-cbox .right .item .r-tbox .more:hover::after {
    width: 100%;
}

.header .box .right .menu-box .menu ul li .s-menu .share {
    width: 72.9%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.5rem;
    display: flex;
    align-items: center;
}

@media (min-width: 1260px) {
    .header .box .right .menu-box .menu ul li .s-menu .share {
        width: 1200px;
    }
}

@media (max-width: 1440px) {
    .header .box .right .menu-box .menu ul li .s-menu .share {
        /* width: 90%; */
        bottom: 0.5rem;
    }
}

@media (max-width: 991px) {
    .header .box .right .menu-box .menu ul li .s-menu .share {
        display: none;
    }
}

.header .box .right .menu-box .menu ul li .s-menu .share span {
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
    margin-right: 0.2rem;
    display: flex;
    text-transform: uppercase;
}

.header .box .right .menu-box .menu ul li .s-menu .share a {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.header .box .right .menu-box .menu ul li .s-menu .share a:first-child {
    padding: 2px;
}

.header .box .right .menu-box .menu ul li .s-menu .share a img {
    width: 100%;
    transition: all ease 0.3s;
}

.header .box .right .menu-box .menu ul li .s-menu .share a svg path {
    fill: rgba(255, 255, 255, 0.8);
    transition: all ease 0.3s;
}

.header .box .right .menu-box .menu ul li .s-menu .share a:hover svg path {
    fill: #fff;
}

.header .box .right .menu-box .menu ul li:hover a.a-link::before {
    /*width: 100%;*/
    transform: scaleX(1);
    transform-origin: left;
}

@media (max-width: 991px) {
    .header .box .right .menu-box .menu ul li:hover a.a-link::before {
        width: 0;
    }
}

.header .box .right .menu-box .language {
    height: 20px;
    transition: all ease-out 0.3s;
    display: flex;
    align-items: center;
    margin-left: 0.83rem;
    cursor: pointer;
}

@media (max-width: 1440px) {
    .header .box .right .menu-box .language {
        margin-left: 0.35rem;
    }
}

@media (max-width: 991px) {
    .header .box .right .menu-box .language {
        margin-left: 0;
        height: 1.4rem;
        display: flex;
        align-items: center;
        margin-right: 20px;
        position: absolute;
        top: 0;
        right: 1rem;
    }
}

.header .box .right .menu-box .language a {
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .header .box .right .menu-box .language a {
        justify-content: flex-start;
    }
}

.header .box .right .menu-box .language .s1 {
    width: 20px;
    height: 20px;
    display: flex;
}

.header .box .right .menu-box .language .s1 img {
    width: 100%;
}

@media (max-width: 991px) {
    .header .box .right .menu-box .language .s1 {
        width: 24px;
        height: 24px;
    }
}

.header .box .right .menu-box .language .s1 svg {
    width: 100%;
    height: 100%;
}

.header .box .right .menu-box .language .s2 {
    width: 10px;
    height: 5px;
    display: none;
}

.header .box .right .menu-box .language .s2 img {
    width: 100%;
}

.header.fh,
.header:hover,
.header.h-info {
    background: #000;
}

.header.h-info .box .logo a img:nth-child(2) {
    display: block;
}

.header.h-info .box .logo a img:nth-child(1) {
    display: none;
}

@media (max-width: 991px) {

    .header.fh .box .right .menu-box,
    .header:hover .box .right .menu-box,
    .header.h-info .box .right .menu-box {
        background: #000;
    }
}

.header.fh .box .right .menu-box .search img:nth-child(1),
.header:hover .box .right .menu-box .search img:nth-child(1),
.header.h-info .box .right .menu-box .search img:nth-child(1) {
    opacity: 0;
}

.header.fh .box .right .menu-box .search img:nth-child(2),
.header:hover .box .right .menu-box .search img:nth-child(2),
.header.h-info .box .right .menu-box .search img:nth-child(2) {
    opacity: 1;
}

@-webkit-keyframes fadeInUps {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUps {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUps {
    -webkit-animation-name: fadeInUps;
    animation-name: fadeInUps;
}

.lanuage-tc {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.lanuage-tc .box {
    width: 680px;
    max-width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
}

.lanuage-tc .box .title {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    padding: 10px 20px;
}

@media (max-width: 1600px) {
    .lanuage-tc .box .title {
        font-size: 18px;
    }
}

@media (max-width: 1440px) {
    .lanuage-tc .box .title {
        font-size: 16px;
    }
}

.lanuage-tc .box .close {
    position: absolute;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    right: 20px;
    top: 18px;
    cursor: pointer;
}

.lanuage-tc .box .lbox {
    width: 100%;
    border-top: 1px solid #DDD;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0.6rem 0.4rem;
}

.lanuage-tc .box .lbox .lb1 {
    width: 41.17%;
    height: 50px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
}

@media (max-width: 500px) {
    .lanuage-tc .box .lbox .lb1 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.2rem;
    }
}

.lanuage-tc .box .lbox .lb1 span {
    font-size: 12px;
    color: #999;
}

.lanuage-tc .box .lbox .lb2 {
    width: 41.17%;
    height: 50px;
    background: #EDEFF1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    font-size: 14px;
    color: #333;
    transition: all ease-out 0.3s;
}

@media (max-width: 500px) {
    .lanuage-tc .box .lbox .lb2 {
        width: 100%;
    }
}

.lanuage-tc .box .lbox .lb2 span {
    font-size: 12px;
    color: #999;
}

.lanuage-tc .box .lbox .lb2:hover {
    background: #d1d2d4;
}

.header-height {
    width: 100%;
    height: 0.88rem;
}

@media (max-width: 991px) {
    .header-height {
        height: 1rem;
    }
}

.banner {
    width: 100%;
    height: 100vh;
    background: #74b7bd;
    position: relative;
}


/*@media (max-width: 500px) {*/


/*  .banner {*/


/*    height: 85vh;*/


/*  }*/


/*}*/

.banner .swiper {
    width: 100%;
    height: 100%;
}

.banner .swiper .swiper-slide .video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.banner .swiper .swiper-slide .video video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.banner .swiper .swiper-slide .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.banner .swiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper .swiper-slide .img img:nth-child(2) {
    display: none;
}

@media (max-width:768px) {
    .banner .swiper .swiper-slide .img img:nth-child(1) {
        display: none;
    }

    .banner .swiper .swiper-slide .img img:nth-child(2) {
        display: block;
    }
}

.banner .swiper .bbox {
    /*width: 72.9%;*/
    width: 1400px;
    height: 100%;
    margin: auto;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

@media (max-width: 1600px) {
    .banner .swiper .bbox {
        width: 1200px;
    }
}

@media (max-width: 1280px) {
    .banner .swiper .bbox {
        width: 1000px;
    }
}

@media (max-width: 1024px) {
    .banner .swiper .bbox {
        width: 720px;
    }
}

@media (max-width: 768px) {
    .banner .swiper .bbox {
        width: 90%;
        flex-direction: column-reverse;
        justify-content: center;
    }
}

@media (max-width: 500px) {
    .banner .swiper .bbox {
        justify-content: flex-start;
        padding-top: 2rem;
        padding-bottom: 0.8rem;
    }
}

.banner .swiper .bbox .tbox {
    width: 50%;
}

@media (max-width: 768px) {
    .banner .swiper .bbox .tbox {
        width: 90%;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .banner .swiper .bbox .tbox {
        width: 90%;
        text-align: left;
        margin-top: 0.5rem;
    }
}

.banner .swiper .bbox .tbox .t1 {
    font-size: 58px;
    font-weight: 600;
    color: #fff;
    line-height: 72px;
}

@media (max-width: 1440px) {
    .banner .swiper .bbox .tbox .t1 {
        font-size: 44px;
        line-height: 56px;
    }
}

@media (max-width: 1024px) {
    .banner .swiper .bbox .tbox .t1 {
        font-size: 40px;
    }
}

@media (max-width:768px) {
    .banner .swiper .bbox .tbox .t1 {
        font-size: 36px;
        line-height: 1.2;
    }
}

.banner .swiper .bbox .tbox .t2 {
    color: #fff;
    margin-top: 0.2rem;
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 1600px) {
    .banner .swiper .bbox .tbox .t2 {
        font-size: 18px;
    }
}

@media (max-width: 1440px) {
    .banner .swiper .bbox .tbox .t2 {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .banner .swiper .bbox .tbox .t2 {
        margin-top: 0.2rem;
        line-height: 1.2;
    }
}

.banner .swiper .bbox .tbox .more {
    width: 160px;
    height: 44px;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all ease-out 0.2s;
    font-size: 13px;
    font-weight: 500;
    margin-top: 0.46rem;
}

@media (max-width: 1600px) {
    .banner .swiper .bbox .tbox .more {
        width: 120px;
        height: 36px;
    }
}

@media (max-width: 768px) {
    .banner .swiper .bbox .tbox .more {
        margin: 0.26rem auto 0;
    }
}

@media (max-width: 767px) {
    .banner .swiper .bbox .tbox .more {
        width: 100%;
        margin: 0.3rem auto 0;
        height: 44px;
    }
}

.banner .swiper .bbox .tbox .more::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #fff;
    z-index: -1;
    transition: all ease-out 0.3s;
    display: none;
}

.banner .swiper .bbox .tbox .more:hover {
    color: #333;
    background: #fff;
}

.banner .swiper .bbox .tbox .more:hover::after {
    width: 100%;
}

.banner .swiper .bbox .img {
    width: 50%;
}

@media (max-width: 768px) {
    .banner .swiper .bbox .img {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .banner .swiper .bbox .img {
        width: 100%;
        opacity: .5;
    }
}

.banner .swiper .bbox .img img {
    width: 100%;
}

.banner .swiper .bg {
    position: absolute;
    height: 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .banner .swiper .bg {
        top: 0;
        transform: rotateY(0);
    }
}

.banner .swiper .bg img {
    height: 100%;
    object-fit: cover;
}

.banner .swiper .swiper-pagination {
    font-size: 0;
    bottom: 0.8rem;
}

@media (max-width: 500px) {
    .banner .swiper .swiper-pagination {
        bottom: 0.35rem;
    }
}

.banner .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0;
    margin: 0 0.1rem;
    position: relative;
    opacity: 1;
}

.banner .swiper .swiper-pagination .swiper-pagination-bullet span {
    width: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.banner .swiper .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.banner .swiper .swiper-pagination .swiper-pagination-bullet-active span {
    /* width: 100%; */
    /* transition: all linear 6s; */
    animation: sw_pa2 7s linear;
}

@keyframes sw_pa2 {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.banner .swiper .swiper-prev {
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-out 0.3s;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    z-index: 3;
    left: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
}

.banner .swiper .swiper-prev::before {
    content: '';
    width: 0.4rem;
    height: 0.4rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all ease-out .2s;
}

@media (max-width: 1024px) {
    .banner .swiper .swiper-prev {
        width: 30px;
        height: 30px;
        left: 0.2rem;
    }
}

@media (max-width: 768px) {
    .banner .swiper .swiper-prev {
        display: none;
    }
}

.banner .swiper .swiper-prev svg,
.banner .swiper .swiper-prev img {
    width: 8px;
    height: 14px;
    margin-right: 3px;
}

.banner .swiper .swiper-prev svg path {
    fill: #444;
}

.banner .swiper .swiper-prev:hover::before {
    transform: translate(-50%, -50%) scale(1.1);
}

.banner .swiper .swiper-next {
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-out 0.3s;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    z-index: 3;
    right: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
}

.banner .swiper .swiper-next::before {
    content: '';
    width: 0.4rem;
    height: 0.4rem;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    transition: all ease-out .2s;
}

@media (max-width: 1024px) {
    .banner .swiper .swiper-next {
        width: 30px;
        height: 30px;
        right: 0.2rem;
    }
}

@media (max-width: 768px) {
    .banner .swiper .swiper-next {
        display: none;
    }
}

.banner .swiper .swiper-next svg,
.banner .swiper .swiper-next img {
    width: 8px;
    height: 14px;
    margin-left: 3px;
}

.banner .swiper .swiper-next svg path {
    fill: #444;
}

.banner .swiper .swiper-next:hover::before {
    /* background: #fff; */
    transform: translate(-50%, -50%) scale(1.1);
}


/* .banner .swiper .swiper-next:hover svg{

  transform: scale(1);

} */

.banner .swiper .btn-left {
    width: 14%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    /*pointer-events: none;*/
}

.banner .swiper .btn-right {
    width: 14%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    /*pointer-events: none;*/
}

.index-box1 {
    width: 100%;
}

.index-box1 .box {
    /*width: 72.9%;*/
    width: 1400px;
    max-width: 90%;
    margin: auto;
}


/* @media (max-width: 1600px) {



  .index-box1 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .index-box1 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .index-box1 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* 

@media (max-width: 1024px) {



  .index-box1 .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .index-box1 .box {



    width: 90%;



  }



} */

.index-box1 .box .num-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.83rem 0 0.88rem;
}

@media (max-width: 500px) {
    .index-box1 .box .num-box {
        padding: 0.83rem 0 0.38rem;
        /*justify-content: space-around;*/
    }
}

@media (max-width: 500px) {
    .index-box1 .box .num-box .item {
        width: 150px;
        margin-bottom: 40px;
    }
}

.index-box1 .box .num-box .item .t1 {
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 1600px) {
    .index-box1 .box .num-box .item .t1 {
        font-size: 18px;
    }
}

@media (max-width: 1440px) {
    .index-box1 .box .num-box .item .t1 {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .index-box1 .box .num-box .item .t1 {
        font-size: 14px;
        line-height: 24px;
    }
}

.index-box1 .box .num-box .item .t1 .s1 {
    font-size: 50px;
    font-weight: 400;
    font-family: "DIN2";
    margin-right: 0.05rem;
    line-height: 1;
}

.index-box1 .box .num-box .item .t2 {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-top: 5px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .index-box1 .box .num-box .item .t1 {
        font-size: 16px;
        color: #333;
        font-weight: bold;

    }

    .index-box1 .box .num-box .item .t1 .s1 {
        color: #000;
        font-size: 40px;
        font-family: "DIN2";
    }

    .index-box1 .box .num-box .item .t2 {
        color: #333;
        margin-top: 0;
        line-height: 18px;
    }
}

.index-box1 .box .num-box .item:nth-child(3) .t1,
.index-box1 .box .num-box .item:nth-child(4) .t1 {
    display: flex;
    align-items: flex-start;
}

.index-box1 .bbox {
    width: 100%;
    position: relative;
}

.index-box1 .bbox .img {
    width: 100%;
    height: 6rem;
    overflow: hidden;
}

.index-box1 .bbox .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-box1 .bbox .tbox {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding-top: 1.6rem;
}

@media (max-width: 767px) {
    .index-box1 .bbox .tbox {
        top: 50%;
        transform: translateY(-50%);
        padding-top: 0;
    }
}

.index-box1 .bbox .tbox .t1 {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    color: #fff;
}

@media (max-width: 1600px) {
    .index-box1 .bbox .tbox .t1 {
        font-size: 18px;
    }
}

@media (max-width: 1440px) {
    .index-box1 .bbox .tbox .t1 {
        font-size: 16px;
    }
}

.index-box1 .bbox .tbox .t2 {
    font-size: 44px;
    font-weight: 600;
    margin-top: 0.2rem;
    text-align: center;
    color: #fff;
}

@media (max-width:1440px) {
    .index-box1 .bbox .tbox .t2 {
        font-size: 40px;
    }
}

@media (max-width: 1024px) {
    .index-box1 .bbox .tbox .t2 {
        font-size: 30px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .index-box1 .bbox .tbox .t2{



        font-size: 32px;

        



    }



} */


/* @media (max-width:500px){



  .index-box1 .bbox .tbox .t2{



      font-size: 28px;



  }



} */

.index-box1 .bbox .tbox .ckbox {
    display: flex;
    justify-content: center;
    margin-top: 0.54rem;
}

.index-box1 .bbox .tbox .ckbox .a-link {
    min-width: 160px;
    padding: 0 40px;
    height: 44px;
    font-size: 13px;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all ease-out 0.2s;
    border: 2px solid #fff;
    color: #fff;
    margin: 0 10px;
    position: relative;
}

@media (max-width: 767px) {
    .index-box1 .bbox .tbox .ckbox .a-link {
        font-size: 12px;
        padding: 0 10px;
    }
}

/* @media (max-width: 1600px) {



  .index-box1 .bbox .tbox .ckbox .a-link {



    width: 120px;



    height: 36px;



  }



} */

.index-box1 .bbox .tbox .ckbox .a-link::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #fff;
    z-index: -1;
    transition: all ease-out 0.3s;
    display: none;
}

.index-box1 .bbox .tbox .ckbox .a-link:hover {
    color: #333;
    background: #fff;
}

.index-box1 .bbox .tbox .ckbox .a-link:hover::after {
    width: 100%;
}

.index-box1 .bbox .tbox .ckbox .play {
    min-width: 160px;
    padding: 0 40px;
    height: 44px;
    border: 2px solid #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    margin: 0 10px;
    position: relative;
    transition: all ease-out 0.2s;
}

@media (max-width: 767px) {
    .index-box1 .bbox .tbox .ckbox .play {
        font-size: 12px;
        padding: 0 24px;
    }
}


/* @media (max-width: 1600px) {



  .index-box1 .bbox .tbox .ckbox .play {



    width: 120px;



    height: 36px;



  }



} */

.index-box1 .bbox .tbox .ckbox .play span {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.index-box1 .bbox .tbox .ckbox .play span img {
    width: 100%;
    height: 100%;
    transition: all ease-out 0.3s;
}

.index-box1 .bbox .tbox .ckbox .play span svg path {
    transition: all ease 0.3s;
}

.index-box1 .bbox .tbox .ckbox .play::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #fff;
    z-index: -1;
    transition: all ease-out 0.3s;
    display: none;
}

.index-box1 .bbox .tbox .ckbox .play:hover {
    color: #333;
    background: #fff;
}

.index-box1 .bbox .tbox .ckbox .play:hover span svg path {
    fill: #333;
}

.index-box1 .bbox .tbox .ckbox .play:hover::after {
    width: 100%;
}

.index-box2 {
    width: 100%;
    padding: 1.2rem 0;
}

.index-box2 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
}


/* @media (max-width: 1600px) {



  .index-box2 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .index-box2 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .index-box2 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .index-box2 .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .index-box2 .box {



    width: 90%;



  }



} */

@media (max-width: 767px) {
    .index-box2 .box {
        width: 100%;
        max-width: 100%;
    }
}

.index-box2 .box .box1 {
    width: 100%;
    position: relative;
}

@media (max-width: 500px) {
    .index-box2 .box .box1 {
        margin-bottom: 0.5rem;
    }
}

.index-box2 .box .box1 .img {
    width: 100%;
    height: 560px;
    display: block;
    overflow: hidden;
}

@media (max-width: 1280px) {
    .index-box2 .box .box1 .img {
        height: 460px;
    }
}

@media (max-width: 1024px) {
    .index-box2 .box .box1 .img {
        height: 300px;
    }
}

@media (max-width: 500px) {
    .index-box2 .box .box1 .img {
        height: auto;
    }
}

.index-box2 .box .box1 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.index-box2 .box .box1 .img img.pc {}

.index-box2 .box .box1 .img img.mobile {
    display: none;
}

@media (max-width: 500px) {
    .index-box2 .box .box1 .img img.pc {
        display: none;
    }

    .index-box2 .box .box1 .img img.mobile {
        display: block;
    }

    /* .index-box2 .box .box1 .img img {



    object-position: 90%;



  } */
}

.index-box2 .box .box1 .tbox {
    position: absolute;
    left: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 500px) {
    .index-box2 .box .box1 .tbox {
        width: 100%;
        text-align: center;
        left: 0;
        top: 50px;
        transform: translateY(0);
    }
}

.index-box2 .box .box1 .tbox .t1 {
    font-size: 44px;
    font-weight: 600;
    color: #333;
}

@media (max-width:1440px) {
    .index-box2 .box .box1 .tbox .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .index-box2 .box .box1 .tbox .t1 {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .index-box2 .box .box1 .tbox .t1{



        font-size: 32px;

        



    }



} */


/* @media (max-width:500px){



  .index-box2 .box .box1 .tbox .t1{



      font-size: 28px;



  }



} */

.index-box2 .box .box1 .tbox .t2 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-top: 0.12rem;
}

@media (max-width: 1440px) {
    .index-box2 .box .box1 .tbox .t2 {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 500px) {
    .index-box2 .box .box1 .tbox .t2 {
        margin-top: 5px;
    }
}

.index-box2 .box .box1 .tbox .more {
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    border: 2px solid #333;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.26rem;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    transition: all ease-out 0.2s;
    position: relative;
}


/* @media (max-width: 1600px) {



  .index-box2 .box .box1 .tbox .more {



    width: 120px;



    height: 36px;



  }



} */

@media (max-width: 500px) {
    .index-box2 .box .box1 .tbox .more {
        margin: 15px auto 0;
    }
}

.index-box2 .box .box1 .tbox .more::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #333;
    z-index: -1;
    transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: none;
}

.index-box2 .box .box1 .tbox .more:hover,
.index-box2 .box .box3 .tbox .more:hover {
    color: #fff;
    background: #333;
}

.index-box2 .box .box1 .tbox .more:hover::after {
    width: 100%;
}

.index-box2 .box .box1:hover .img img {
    transform: scale(1.05);
}

.index-box2 .box .box2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.3rem;
}

@media (max-width: 767px) {
    .index-box2 .box .box2 {
        padding: 0 5%;
    }
}

.index-box2 .box .box2 .item {
    width: 31.85%;
    position: relative;
    margin-right: 2.2%;
}

.index-box2 .box .box2 .item:nth-child(3) {
    margin-right: 0;
}

@media (max-width: 767px) {
    .index-box2 .box .box2 .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.3rem;
    }
}

.index-box2 .box .box2 .item a {
    display: block;
}

.index-box2 .box .box2 .item a .img {
    width: 100%;
    height: 5.6rem;
    overflow: hidden;
    position: relative;
}


/*@media (max-width: 1440px) {*/


/*  .index-box2 .box .box2 .item a .img {*/


/*    height: 6.9rem;*/


/*  }*/


/*}*/


/* @media (max-width: 768px) {



  .index-box2 .box .box2 .item a .img {



    height: 13.15rem;



  }



} */

@media (max-width: 500px) {
    .index-box2 .box .box2 .item a .img {
        height: 9rem;
    }
}

.index-box2 .box .box2 .item a .img::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.index-box2 .box .box2 .item a .img::after {
    content: '';
    width: 100%;
    /* display: block; */
    padding-top: 125.56%;
    display: none;
}

.index-box2 .box .box2 .item a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* position: absolute;



  top: 0; */
    transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.index-box2 .box .box2 .item a .tbox {
    width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 0.44rem;
    left: 0;
}

@media (max-width: 768px) {
    .index-box2 .box .box2 .item a .tbox {
        bottom: 0.3rem;
    }
}

@media (max-width: 500px) {
    .index-box2 .box .box2 .item a .tbox {
        bottom: 0.8rem;
        padding: 0 27px;
    }
}

.index-box2 .box .box2 .item a .tbox .t1 {
    font-size: 30px;
    text-align: center;
    color: #333;
    font-weight: 600;
}

@media (max-width: 768px) {
    .index-box2 .box .box2 .item a .tbox .t1 {
        font-size: 24px;
    }
}

.index-box2 .box .box2 .item a .tbox .t2 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin-top: 3px;
}

.index-box2 .box .box2 .item a .tbox .more {
    display: flex;
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin-top: 0.3rem;
}

@media (max-width: 768px) {
    .index-box2 .box .box2 .item a .tbox .more {
        margin-top: 0.2rem;
    }
}

@media (max-width: 767px) {
    .index-box2 .box .box2 .item a .tbox .more {
        margin-top: 0.5rem;
    }
}

.index-box2 .box .box2 .item a .tbox .more span {
    display: inline-flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.index-box2 .box .box2 .item a .tbox .more span svg,
.index-box2 .box .box2 .item a .tbox .more span img {
    margin-left: 0.1rem;
    width: 14px;
    height: 10px;
    transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.index-box2 .box .box2 .item a .tbox .more span:hover svg,
.index-box2 .box .box2 .item a .tbox .more span:hover img {
    margin-left: 0.2rem;
    margin-right: -0.1rem;
}

.index-box2 .box .box2 .item:hover a .img img {
    transform: scale(1.05);
}

.index-box2 .box .box2 .item:hover a .img::before {
    opacity: 1;
}

.index-box2 .box .box3 {
    width: 100%;
    position: relative;
    margin-top: 0.3rem;
}

.index-box2 .box .box3 .img {
    width: 100%;
    height: 560px;
    display: block;
    overflow: hidden;
}

@media (max-width: 1280px) {
    .index-box2 .box .box3 .img {
        height: 460px;
    }
}

@media (max-width: 1024px) {
    .index-box2 .box .box3 .img {
        height: 300px;
    }
}

@media (max-width: 500px) {
    .index-box2 .box .box3 .img {
        height: auto;
        padding-top: 0;
        background: #000;
    }
}

.index-box2 .box .box3 .img .pc {}

.index-box2 .box .box3 .img .mobile {
    display: none;
}

@media (max-width: 500px) {
    .index-box2 .box .box3 .img .pc {
        display: none;
    }

    .index-box2 .box .box3 .img .mobile {
        display: block;
    }
}

.index-box2 .box .box3 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}


/* @media (max-width: 500px) {



  .index-box2 .box .box3 .img img {



    object-position: 77%;



  }



} */

.index-box2 .box .box3 .tbox {
    position: absolute;
    left: 0.8rem;
    /*top: 1.88rem;*/
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 500px) {
    .index-box2 .box .box3 .tbox {
        width: 100%;
        text-align: center;
        left: 0;
        top: 50px;
        transform: translateY(0);
        padding: 0 30px;
    }
}

.index-box2 .box .box3 .tbox .t1 {
    font-size: 44px;
    color: #333;
    font-weight: 600;
}

@media (max-width:1440px) {
    .index-box2 .box .box3 .tbox .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .index-box2 .box .box3 .tbox .t1 {
        font-size: 36px;
        line-height: 1.2;
    }
}

@media (max-width:500px) {
    .index-box2 .box .box3 .tbox .t1 {
        font-size: 33px;
    }
}

/* @media (max-width:768px){



    .index-box2 .box .box3 .tbox .t1{



        font-size: 32px;



    }



}



@media (max-width:500px){



  .index-box2 .box .box3 .tbox .t1{



      font-size: 28px;



  }



} */

.index-box2 .box .box3 .tbox .t1 span {
    display: block;
}

.index-box2 .box .box3 .tbox .t2 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-top: 0.12rem;
}

@media (max-width: 767px) {
    .index-box2 .box .box3 .tbox .t2 {
        margin-top: 5px;
        line-height: 1.618;
    }
}

.index-box2 .box .box3 .tbox .more {
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    border: 2px solid #333;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.26rem;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    transition: all ease-out 0.2s;
}


/* @media (max-width: 1600px) {



  .index-box2 .box .box3 .tbox .more {



    width: 120px;



    height: 36px;



  }



} */

@media (max-width: 500px) {
    .index-box2 .box .box3 .tbox .more {
        margin: 15px auto 0;
    }
}

.index-box2 .box .box3 .tbox .more::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #fff;
    z-index: -1;
    transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: none;
}


.index-box2 .box .box3 .tbox .more:hover::after {
    width: 100%;
}

.index-box2 .box .box3:hover .img img {
    transform: scale(1.05);
}

.index-box3 {
    width: 100%;
}

.index-box3 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
}


/* @media (max-width: 1600px) {



  .index-box3 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .index-box3 .box {



    width: 1000px;



  }



}



@media (max-width: 1024px) {



  .index-box3 .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .index-box3 .box {



    width: 90%;



  }



} */

.index-box3 .box .title {
    font-size: 44px;
    font-weight: 600;
    color: #111;
}

@media (max-width:1440px) {
    .index-box3 .box .title {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .index-box3 .box .title {
        font-size: 36px;
    }
}

@media (max-width:768px) {
    .index-box3 .box .title {
        font-size: 32px;
    }
}

@media (max-width:500px) {
    .index-box3 .box .title {
        font-size: 28px;
    }
}

.index-box3 .box .list {
    width: 100%;
    margin-top: 0.4rem;
}

.index-box3 .box .list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.index-box3 .box .list ul li {
    width: 48.95%;
    margin-right: 2.1%;
    margin-bottom: 0.3rem;
    position: relative;
}

.index-box3 .box .list ul li:nth-child(2n) {
    margin-right: 0;
}

@media (max-width: 767px) {
    .index-box3 .box .list ul li {
        width: 100%;
        margin-right: 0;
    }
}

.index-box3 .box .list ul li a {
    display: block;
}

.index-box3 .box .list ul li a .img {
    width: 100%;
    height: 6rem;
    overflow: hidden;
    position: relative;
}

.index-box3 .box .list ul li a .img::before {
    content: '';
    width: 100%;
    /* display: block; */
    padding-top: 87.59%;
    display: none;
}

.index-box3 .box .list ul li a .img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}


/*@media (max-width: 1440px) {*/


/*  .index-box3 .box .list ul li a .img {*/


/*    height: 7.4rem;*/


/*  }*/


/*}*/


/* @media (max-width: 768px) {



  .index-box3 .box .list ul li a .img {



    height: 9.17rem;



  }



} */

@media (max-width: 500px) {
    .index-box3 .box .list ul li a .img {
        height: 9.17rem;
    }
}

.index-box3 .box .list ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*transition: all ease-out 0.3s;*/
    transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.index-box3 .box .list ul li a .tbox {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 0.6rem 0 0 0.6rem;
}


/* @media (max-width: 768px) {



  .index-box3 .box .list ul li a .tbox {



    padding: 0 0 0.3rem 0.3rem;



  }



}*/

@media (max-width: 500px) {
    .index-box3 .box .list ul li a .tbox {
        padding: 32px 27px 0 27px;
    }
}

.index-box3 .box .list ul li a .tbox .t1 {
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    color: #333;
}

@media (max-width: 1440px) {
    .index-box3 .box .list ul li a .tbox .t1 {
        font-size: 32px;
    }
}


/* @media (max-width: 1024px) {



    .index-box3 .box .list ul li a .tbox .t1{



        font-size: 28px;



    }



}



@media (max-width: 767px) {



    .index-box3 .box .list ul li a .tbox .t1{



        font-size: 22px;



    }



} */

.index-box3 .box .list ul li a .tbox .t2 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-top: 10px;
}

@media (max-width: 1440px) {
    .index-box3 .box .list ul li a .tbox .t2 {
        font-size: 14px;
        line-height: 24px;
    }
}

.index-box3 .box .list ul li a .tbox .more {
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    border: 2px solid #333;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.27rem;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    transition: all ease-out 0.2s;
    position: relative;
}


/* @media (max-width: 1600px) {



  .index-box3 .box .list ul li a .tbox .more {



    width: 120px;



    height: 36px;



  }



} */

.index-box3 .box .list ul li a .tbox .more::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #fff;
    z-index: -1;
    transition: all ease-out 0.3s;
    display: none;
}

.index-box3 .box .list ul li a .tbox .more:hover {
    color: #fff;
    background: #333;
}

.index-box3 .box .list ul li a .tbox .more:hover::after {
    width: 100%;
}

.index-box3 .box .list ul li:hover a .img img {
    transform: translate(-50%, -50%) scale(1.05);
}

.index-box3 .box .list ul li:hover a .img::after {
    background: rgba(0, 0, 0, .1);
}

.index-box4 {
    width: 100%;
    padding: 0;
    margin-top: 0.5rem;
}

.index-box4 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
}


/* 

@media (max-width: 1600px) {



  .index-box4 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .index-box4 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .index-box4 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .index-box4 .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .index-box4 .box {



    width: 90%;



  }



} */

.index-box4 .box .title {
    font-size: 44px;
    text-align: center;
    font-weight: 600;
    color: #111;
}

@media (max-width:1440px) {
    .index-box4 .box .title {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .index-box4 .box .title {
        font-size: 36px;
    }
}

@media (max-width:768px) {
    .index-box4 .box .title {
        font-size: 32px;
    }
}

@media (max-width:500px) {
    .index-box4 .box .title {
        font-size: 28px;
    }
}

.index-box4 .box .list {
    width: 100%;
    margin-top: 0.5rem;
}

.index-box4 .box .list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.index-box4 .box .list ul li {
    width: 17.71%;
    margin-right: 2.86%;
    margin-bottom: 0.2rem;
}

.index-box4 .box .list ul li:nth-child(5n) {
    margin-right: 0;
}

@media (max-width: 768px) {
    .index-box4 .box .list ul li {
        width: 30%;
        margin-right: 5%;
    }

    .index-box4 .box .list ul li:nth-child(5n) {
        margin-right: 5%;
    }

    .index-box4 .box .list ul li:nth-child(3n) {
        margin-right: 0;
    }
}

.index-box4 .box .list ul li a {
    display: block;
}

.index-box4 .box .list ul li a img {
    width: 100%;
    object-fit: cover;
    transition: all ease-out 0.3s;
}

.index-box4 .box .list ul li:hover a img {
    transform: scale(1.05);
}

.index-box5 {
    width: 100%;
    padding: 1.33rem 0 0;
}

@media (max-width: 768px) {
    .index-box5 {
        padding: 1rem 0 0;
    }
}

.index-box5 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
}


/* @media (max-width: 1600px) {



  .index-box5 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .index-box5 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .index-box5 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .index-box5 .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .index-box5 .box {



    width: 90%;



  }



} */

.index-box5 .box .title {
    font-size: 44px;
    font-weight: 600;
    color: #111;
}

@media (max-width: 1440px) {
    .index-box5 .box .title {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .index-box5 .box .title {
        font-size: 36px;
    }
}

@media (max-width:768px) {
    .index-box5 .box .title {
        font-size: 32px;
    }
}

@media (max-width:500px) {
    .index-box5 .box .title {
        font-size: 28px;
    }
}

.index-box5 .box .list {
    width: 100%;
    margin-top: 0.33rem;
}

.index-box5 .box .list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.index-box5 .box .list ul li {
    width: 23.92%;
    margin-right: 1.44%;
}

.index-box5 .box .list ul li:nth-child(4) {
    margin-right: 0;
}

@media (max-width: 768px) {
    .index-box5 .box .list ul li {
        width: 48%;
        margin-right: 2%;
    }

    .index-box5 .box .list ul li:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 500px) {
    .index-box5 .box .list ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.3rem;
    }
}

.index-box5 .box .list ul li a {
    display: block;
    transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    /* transition: all .3s; */
}

.index-box5 .box .list ul li a .img {
    width: 100%;
    /*height: 3.3rem;*/
    overflow: hidden;
    position: relative;
}


/*@media (max-width: 1440px) {*/


/*  .index-box5 .box .list ul li a .img {*/


/*    height: 4.08rem;*/


/*  }*/


/*}*/


/*@media (max-width: 768px) {*/


/*  .index-box5 .box .list ul li a .img {*/


/*    height: 4.95rem;*/


/*  }*/


/*}*/


/*@media (max-width: 500px) {*/


/*  .index-box5 .box .list ul li a .img {*/


/*    height: 4.8rem;*/


/*  }*/


/*}*/

.index-box5 .box .list ul li a .img::before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 90%;
}

.index-box5 .box .list ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-out 0.3s;
    position: absolute;
    top: 0;
}

@media (max-width: 500px) {
    .index-box5 .box .list ul li a .img img {
        object-position: top;
    }
}

.index-box5 .box .list ul li a .tbox {
    width: 100%;
    padding: 20px 20px 36px;
    transition: all ease-out 0.3s;
    background: #fafafa;
}

@media (max-width: 500px) {
    .index-box5 .box .list ul li a .tbox {
        padding: 20px;
        background: #f2f3f4;
    }
}

.index-box5 .box .list ul li a .tbox .t1 {
    color: #333;
    font-size: 12px;
    font-weight: 500;
}

.index-box5 .box .list ul li a .tbox .t2 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 3em;
    margin-top: 5px;
}

.index-box5 .box .list ul li a .tbox .t3 {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 8px;
    height: 3em;
}

@media (max-width: 500px) {
    .index-box5 .box .list ul li a .tbox .t3 {
        /* display: none; */
    }
}

.index-box5 .box .list ul li a .tbox .t4 {
    margin-top: 0.24rem;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    color: #333;
    font-weight: 500;
}

@media (max-width: 500px) {
    .index-box5 .box .list ul li a .tbox .t4 {
        font-size: 13px;
        display: initial;
    }
}

.index-box5 .box .list ul li a .tbox .t4 svg,
.index-box5 .box .list ul li a .tbox .t4 img {
    width: 14px;
    height: 10px;
    margin-left: 0.1rem;
    transition: all ease-out 0.2s;
}


/*.index-box5 .box .list ul li:hover a .img img {*/


/*  transform: scale(1.05);*/


/*}*/

.index-box5 .box .list ul li:hover a {
    transform: translateY(-10px);
}

@media (max-width: 500px) {
    .index-box5 .box .list ul li:hover a {
        transform: translateY(0);
    }
}

/* .index-box5 .box .list ul li:hover a .tbox {



  background: #fafafa;



} */


/* @media (max-width: 500px) {



  .index-box5 .box .list ul li:hover a .tbox {



    background: #fff;



  }



} */

.index-box5 .box .list ul li a .tbox .t4:hover svg,
.index-box5 .box .list ul li a .tbox .t4:hover img {
    margin-left: 0.2rem;
}

.index-box6 {
    width: 100%;
    margin-top: 1.2rem;
}

@media (max-width: 768px) {
    .index-box6 {
        margin-top: 1rem;
    }
}

@media (max-width: 500px) {
    .index-box6 {
        margin-top: 0.5rem;
    }
}

.index-box6 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
}


/* @media (max-width: 1600px) {



  .index-box6 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .index-box6 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .index-box6 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .index-box6 .box {



    width: 720px;



  }



} */

@media (max-width: 768px) {
    .index-box6 .box {
        width: 100%;
        max-width: 100%;
    }
}

.index-box6 .box .box1 {
    width: 100%;
    position: relative;
}

.index-box6 .box .box1 .img {
    width: 100%;
    height: 5rem;
    overflow: hidden;
}


/* @media (max-width: 1440px) {



  .index-box6 .box .box1 .img {



    height: 6.18rem;



  }



} */

@media (max-width: 768px) {
    .index-box6 .box .box1 .img {
        height: 3.75rem;
    }
}

@media (max-width: 500px) {
    .index-box6 .box .box1 {
        background: #e6ebf1;
    }

    .index-box6 .box .box1 .img {
        height: auto;
        display: flex;
        align-items: flex-end;
    }
}

.index-box6 .box .box1 .img .pc {}

.index-box6 .box .box1 .img .mobile {
    display: none;
}

@media (max-width: 500px) {
    .index-box6 .box .box1 .img .pc {
        display: none;
    }

    .index-box6 .box .box1 .img .mobile {
        display: block;
    }
}

.index-box6 .box .box1 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    object-position: 70%;
}


/* @media (max-width: 500px) {



  .index-box6 .box .box1 .img img {



    object-position: 75%;



    height: 5rem;



  }



} */

.index-box6 .box .box1 .tbox {
    position: absolute;
    left: 0.8rem;
    /*top: 1.88rem;*/
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 500px) {
    .index-box6 .box .box1 .tbox {
        top: 50px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
    }
}

.index-box6 .box .box1 .tbox .t1 {
    font-size: 44px;
    font-weight: 600;
    color: #333;
}

@media (max-width: 1440px) {
    .index-box6 .box .box1 .tbox .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .index-box6 .box .box1 .tbox .t1 {
        font-size: 36px;
    }
}

@media (max-width:768px) {
    .index-box6 .box .box1 .tbox .t1 {
        font-size: 32px;
    }
}

@media (max-width:500px) {
    .index-box6 .box .box1 .tbox .t1 {
        font-size: 36px;
        line-height: 1.2;
    }
}

.index-box6 .box .box1 .tbox .t2 {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-top: 0.12rem;
}

@media (max-width: 1440px) {
    .index-box6 .box .box1 .tbox .t2 {
        font-size: 14px;
        line-height: 24px;
    }
}

.index-box6 .box .box1 .tbox .more {
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    border: 2px solid #333;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.26rem;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    transition: all ease-out 0.2s;
    position: relative;
}


/* @media (max-width: 1600px) {



  .index-box6 .box .box1 .tbox .more {



    width: 120px;



    height: 36px;



  }



} */

@media (max-width: 500px) {
    .index-box6 .box .box1 .tbox .more {
        margin: 15px auto 0;
    }
}

.index-box6 .box .box1 .tbox .more::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #333;
    z-index: -1;
    transition: all ease-out 0.3s;
    display: none;
}

.index-box6 .box .box1 .tbox .more:hover {
    color: #fff;
    background: #333;
}

.index-box6 .box .box1 .tbox .more:hover::after {
    width: 100%;
}

.index-box6 .box .box1:hover .img img {
    transform: scale(1.05);
}

.index-box7 {
    width: 100%;
    /* background: url(../images/index-bg1.jpg) center center no-repeat;



  background-size: cover; */
    margin-top: 1.6rem;
}

@media (max-width: 768px) {
    .index-box7 {
        margin-top: 1rem;
    }
}

@media (max-width: 767px) {
    .index-box7 {
        margin-top: 0;
    }
}

.page-content .index-box7 {
    margin-top: 1.4rem;
}

.index-box7.news-ibox7 {
    margin-top: 1.4rem;
}

@media (max-width: 768px) {
    .index-box7.news-ibox7 {
        margin-top: 1rem;
    }
}

.index-box7 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    position: relative;
    padding: 0.59rem 0 0.65rem;
}


/* @media (max-width: 1600px) {



  .index-box7 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .index-box7 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .index-box7 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .index-box7 .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .index-box7 .box {



    width: 90%;



  }



} */

@media (max-width: 500px) {
    .index-box7 .box {
        padding: 2rem 0;
    }
}

.index-box7 .box .img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 44.6%;
}

@media (max-width: 500px) {
    .index-box7 .box .img {
        position: relative;
        right: initial;
        bottom: initial;
        width: 80%;
        display: none;
    }
}

.index-box7 .box .img img {
    width: 100%;
}

.index-box7 .box .tbox .t1 {
    font-size: 44px;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 1440px) {
    .index-box7 .box .tbox .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .index-box7 .box .tbox .t1 {
        font-size: 36px;
    }
}


/* @media (max-width:768px){



    .index-box7 .box .tbox .t1{



        font-size: 32px;



    }



}



@media (max-width:500px){



  .index-box7 .box .tbox .t1{



      font-size: 28px;



  }



} */
@media (max-width:500px) {
    .index-box7 .box .tbox .t1 {
        line-height: 1.2;
    }
}

.index-box7 .box .tbox .t2 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
}

@media (max-width: 1440px) {
    .index-box7 .box .tbox .t2 {
        /* font-size: 14px; */
        line-height: 24px;
    }
}

@media (max-width: 500px) {
    .index-box7 .box .tbox .t2 {
        margin-top: 16px;
    }
}

.index-box7 .box .tbox .ckbox {
    display: flex;
    margin-top: 0.27rem;
}

@media (max-width: 500px) {
    .index-box7 .box .tbox .ckbox {
        margin-top: 48px;
    }
}

.index-box7 .box .tbox .ckbox a {
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    border: 2px solid #fff;
    font-size: 13px;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all ease-out 0.2s;
    position: relative;
    z-index: 2;
}

@media (max-width: 500px) {
    .index-box7 .box .tbox .ckbox a {
        padding: 0 20px
    }
}

.index-box7 .box .tbox .ckbox a:nth-child(1) {
    margin-right: 0.2rem;
}


/* @media (max-width: 1600px) {



  .index-box7 .box .tbox .ckbox a {



    width: 120px;



    height: 36px;



  }



} */

@media (max-width: 500px) {
    .index-box7 .box .tbox .ckbox a {
        width: 48%;
        /* height: 36px; */
    }

    .index-box7 .box .tbox .ckbox a:nth-child(1) {
        margin-right: 4%;
    }
}

.index-box7 .box .tbox .ckbox a::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #fff;
    z-index: -1;
    transition: all ease-out 0.3s;
    display: none;
}

.index-box7 .box .tbox .ckbox a:hover {
    color: #333;
    background: #fff;
}

.index-box7 .box .tbox .ckbox a:hover::after {
    width: 100%;
}

.footer {
    width: 100%;
    background: #000;
    position: relative;
    z-index: 2;
}

@media (max-width: 500px) {
    .footer {
        padding-bottom: 20px;
    }
}

.footer .fot1 {
    width: 100%;
    padding: 0.6rem 0 0;
}

@media (max-width: 500px) {
    .footer .fot1 {
        padding: 32px 0 20px;
    }
}

.footer .fot1 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/* @media (max-width: 1600px) {



  .footer .fot1 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .footer .fot1 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .footer .fot1 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .footer .fot1 .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .footer .fot1 .box {



    width: 90%;



  }



} */

.footer .fot1 .box .f-menu {
    /* width: 65%; */
    width: 73%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    justify-content: flex-start;
}

@media (max-width: 1560px) {
    .footer .fot1 .box .f-menu {
        width: 65%;
    }

}

@media (max-width: 1260px) {
    .footer .fot1 .box .f-menu {
        width: 100%;
    }
}


.footer .fot1 .box .f-menu .item {
    width: 20%;
    padding-right: 0.2rem;
}

@media (max-width: 768px) {
    .footer .fot1 .box .f-menu {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .footer .fot1 .box .f-menu {
        display: none;
    }
}


/*.footer .fot1 .box .f-menu .item:nth-child(1) {*/


/*  width: 1.85rem;*/


/*}*/


/*.footer .fot1 .box .f-menu .item:nth-child(2) {*/


/*  width: 2.2rem;*/


/*}*/


/*@media (max-width: 1024px) {*/


/*  .footer .fot1 .box .f-menu .item:nth-child(2) {*/


/*    width: 3rem;*/


/*  }*/


/*}*/


/*.footer .fot1 .box .f-menu .item:nth-child(3) {*/


/*  width: 1.9rem;*/


/*}*/


/*.footer .fot1 .box .f-menu .item:nth-child(4) {*/


/*  width: 1.6rem;*/


/*}*/


/*.footer .fot1 .box .f-menu .item:nth-child(5) {*/


/*  width: 1.5rem;*/


/*}*/

.footer .fot1 .box .f-menu .item .a-link {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0.27rem;
}

.footer .fot1 .box .f-menu .item .s-link {
    display: table;
    font-size: 13px;
    font-weight: 500;
    color: #666;
    margin-bottom: 0.16rem;
    transition: all ease-out 0.3s;
    position: relative;
}

.footer .fot1 .box .f-menu .item .s-link span {
    position: relative;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #fff 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: all ease-out 0.3s;
    display: initial;
}

/* .footer .fot1 .box .f-menu .item .s-link span::before {
    content: '';
    width: 0;
    height: 1px;
    background: #fff;
    transition: all ease-out 0.3s;
    position: absolute;
    left: 0;
    bottom: 0;
} */

.footer .fot1 .box .f-menu .item .s-link:hover {
    color: #ffffff;
}

.footer .fot1 .box .f-menu .item .s-link:hover span {
    background-size: 100% 100%;
}

@media (max-width: 768px) {
    .footer .fot1 .box .f-right {
        margin-top: 0.5rem;
    }
}

@media (max-width: 500px) {
    .footer .fot1 .box .f-right {
        margin-top: 0;
        width: 100%;
    }
}

.footer .fot1 .box .f-right .t1 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-family: "bold";
}


/*@media (max-width: 1440px) {*/


/*  .footer .fot1 .box .f-right .t1 {*/


/*    font-size: 14px;*/


/*  }*/


/*}*/

.footer .fot1 .box .f-right .t2 {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-top: 0.1rem;
}

.footer .fot1 .box .f-right .focus {
    display: flex;
    margin-top: 0.16rem;
}

@media (max-width: 500px) {
    .footer .fot1 .box .f-right .focus {
        width: 100%;
    }
}

.footer .fot1 .box .f-right .focus .txt {
    width: 2.7rem;
    height: 0.45rem;
    background: #fff;
    border: 1px solid #999;
    border: none;
    padding-left: 0.2rem;
    color: #333;
}

.footer .fot1 .box .f-right .focus .txt::placeholder {
    color: #999;
}

@media (max-width: 1600px) {
    .footer .fot1 .box .f-right .focus .txt {
        height: 36px;
    }
}

@media (max-width: 1024px) {
    .footer .fot1 .box .f-right .focus .txt {
        width: 3.5rem;
    }
}

@media (max-width: 500px) {
    .footer .fot1 .box .f-right .focus .txt {
        width: 100%;
    }
}

.footer .fot1 .box .f-right .focus .btn {
    width: 1rem;
    height: 0.45rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #484545;
    font-size: 12px;
    color: #fff;
    transition: all ease-out 0.3s;
    flex-shrink: 0;
}

@media (max-width: 1600px) {
    .footer .fot1 .box .f-right .focus .btn {
        height: 36px;
    }
}

@media (max-width: 1024px) {
    .footer .fot1 .box .f-right .focus .btn {
        width: 1.5rem;
    }
}

.footer .fot1 .box .f-right .focus .btn:hover {
    background: rgba(24, 24, 24, 0.5);
}

.footer .fot1 .box .f-right .share {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.2rem;
}

@media (max-width: 500px) {
    .footer .fot1 .box .f-right .share {
        margin-top: 0.3rem;
    }
}

.footer .fot1 .box .f-right .share a {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.footer .fot1 .box .f-right .share a:first-child {
    padding: 2px;
}

.footer .fot1 .box .f-right .share a img {
    width: 100%;
    transition: all ease 0.3s;
}

.footer .fot1 .box .f-right .share a svg path {
    fill: #333;
    transition: all ease 0.3s;
}

.footer .fot1 .box .f-right .share a:hover svg path {
    fill: #fff;
}

.footer .fot2 {
    width: 100%;
    /*border-top: 1px solid rgba(255, 255, 255, 0.15);*/
    padding-bottom: 0.1rem;
}

.footer .fot2 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/* @media (max-width: 1600px) {



  .footer .fot2 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .footer .fot2 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .footer .fot2 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .footer .fot2 .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .footer .fot2 .box {



    width: 90%;



  }



} */

.footer .fot2 .box .left {
    font-size: 12px;
    /* color: #666; */
    color: rgba(212, 212, 212, 0.2);
    font-weight: 500;
}

.footer .fot2 .box .left a {
    /* color: #666; */
    color: rgba(212, 212, 212, 0.2);
    transition: all ease-out 0.3s;
}

.footer .fot2 .box .left a:hover {
    color: rgba(255, 255, 255, 1);
}

.footer .fot2 .box .right {
    display: flex;
    flex-wrap: wrap;
}

.footer .fot2 .box .right a {
    font-size: 12px;
    /* color: #666; */
    color: rgba(212, 212, 212, 0.2);
    font-weight: 500;
    margin-right: 0.4rem;
    transition: all ease-out 0.3s;
}

.footer .fot2 .box .right a:last-child {
    margin-right: 0;
}

.footer .fot2 .box .right a:hover {
    color: rgba(255, 255, 255, 1);
}

.info-banner {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.info-banner .bg {
    width: 100%;
    height: 100vh;
    position: relative;
}

.info-banner .bg img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    opacity: 1;
}

.info-banner .bg video {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    /*-o-object-position: 50% 50%;*/
    /*object-position: 50% 50%;*/
    -o-object-position: top;
    object-position: top;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.info-banner .box {
    position: absolute;
    width: 1400px;
    max-width: 90%;
    /*top: 3.56rem;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

@media (max-width: 767px) {
    .info-banner .box {
        /* top: 36.7%; */
    }
}

/* @media (max-width: 1600px) {



  .info-banner .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .info-banner .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .info-banner .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .info-banner .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .info-banner .box {



    width: 90%;



  }



} */

.info-banner .box .title {
    font-size: 58px;
    line-height: 72px;
    color: #fff;
    font-weight: 600;
}

@media (max-width: 1440px) {
    .info-banner .box .title {
        font-size: 44px;
        line-height: 56px;
    }
}

@media (max-width: 1024px) {
    .info-banner .box .title {
        font-size: 40px;
    }
}

@media (max-width:768px) {
    .info-banner .box .title {
        font-size: 36px;
        line-height: 46px;
    }
}

.info-banner .box .t1 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0.22rem;
    color: #fff;
}

@media (max-width: 1600px) {
    .info-banner .box .t1 {
        font-size: 16px;
    }
}

.info-banner .Inspection-banner-list {
    position: absolute;
    width: 1400px;
    max-width: 90%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 2;
}


/* @media (max-width: 1600px) {



  .info-banner .Inspection-banner-list {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .info-banner .Inspection-banner-list {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .info-banner .Inspection-banner-list {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .info-banner .Inspection-banner-list {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .info-banner .Inspection-banner-list {



    width: 90%;



  }



} */

.info-banner .Inspection-banner-list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.info-banner .Inspection-banner-list ul li {
    width: 25%;
    padding-bottom: 0.55rem;
}

@media (max-width: 500px) {
    .info-banner .Inspection-banner-list ul li {
        width: 150px;
        padding-bottom: 40px;
        /* padding-right: 40px; */
    }

    .info-banner .Inspection-banner-list ul li:nth-of-type(2n-1) {
        width: 180px;
        /* padding-right: 40px; */
    }
}

.info-banner .Inspection-banner-list ul li .ts1 {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.info-banner .Inspection-banner-list ul li .ts1 span {
    font-size: 44px;
    font-weight: 600;
    margin-right: 5px;
    font-family: "DIN2";
    line-height: 1;
}

@media (max-width: 1440px) {
    .info-banner .Inspection-banner-list ul li .ts1 span {
        font-size: 40px;
    }
}

@media (max-width: 500px) {
    .info-banner .Inspection-banner-list ul li .ts1 span {
        font-family: "DIN2";
    }
}

/* 

@media (max-width:1024px){



    .info-banner .Inspection-banner-list ul li .ts1 span{



        font-size: 36px;



    }



}



@media (max-width:768px){



    .info-banner .Inspection-banner-list ul li .ts1 span{



        font-size: 32px;



    }



}



@media (max-width:500px){



  .info-banner .Inspection-banner-list ul li .ts1 span{



      font-size: 28px;



  }



} */

.info-banner .Inspection-banner-list ul li .ts2 {
    color: #fff;
    margin-top: 0.1rem;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .info-banner .Inspection-banner-list ul li .ts2 {
        margin-top: 0;
        line-height: 18px;
    }

    .info-banner .Inspection-banner-list ul li:nth-of-type(2n-1) .ts2 {
        width: 150px;
    }
}

.info-banner.about-banner .bg {
    height: 100vh;
}

.info-banner.about-banner .box {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.info-banner .box .watchVideo {
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 13px;
    margin-top: 0.54rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    cursor: pointer;
    transition: all ease-out 0.3s;
    position: relative;
}


/* @media (max-width: 1600px) {



  .info-banner .box .watchVideo {



    width: 120px;



    height: 36px;



  }



} */

.info-banner .box .watchVideo::after {
    content: '';
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    position: absolute;
    left: -1px;
    top: -1px;
    transition: all ease-out 0.3s;
    z-index: -1;
}

.info-banner .box .watchVideo span {
    width: 14px;
    height: 14px;
    margin-right: 0.1rem;
    position: relative;
    display: flex;
    align-items: center;
}

.info-banner .box .watchVideo span img {
    width: 100%;
    height: 100%;
    transition: all ease-out 0.3s;
}

.info-banner .box .watchVideo span path {
    transition: all ease 0.3s;
}

.info-banner .box .watchVideo:hover span svg path {
    fill: #333;
}


/*.info-banner.about-banner .box .watchVideo span img:nth-child(2) {*/


/*  position: absolute;*/


/*  left: 50%;*/


/*  top: 50%;*/


/*  transform: translate(-50%, -50%);*/


/*  opacity: 0;*/


/*}*/

.info-banner .box .watchVideo:hover {
    color: #333;
}

.info-banner .box .watchVideo:hover::after {
    /*width: calc(100% + 4px);*/
    background: #fff;
}


/*.info-banner.about-banner .box .watchVideo:hover img {*/


/*  opacity: 0;*/


/*}*/


/*.info-banner.about-banner .box .watchVideo:hover img:nth-child(2) {*/


/*  opacity: 1;*/


/*}*/

.info-banner.standard-banner .bg {
    height: 100vh;
}

.info-banner.standard-banner .box {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.info-banner.solution-banner .bg {
    height: 100vh;
}

.info-banner.solution-banner .box {
    top: 3.88rem;
}

.info-banner.solution-banner .Inspection-banner-list ul li {
    padding-bottom: 0.72rem;
}

.info-banner2 {
    width: 100%;
    height: 4.6rem;
    position: fixed;
    top: 0;
    left: 0;
}

@media (max-width: 768px) {
    .info-banner2 {
        height: 7.3rem;
    }
}

.info-banner2 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.info-banner2 .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-banner2 .box {
    width: 1400px;
    max-width: 90%;
    height: 100%;
    margin: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    z-index: 2;
}


/* @media (max-width: 1600px) {



  .info-banner2 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .info-banner2 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .info-banner2 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .info-banner2 .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .info-banner2 .box {



    width: 90%;



  }



} */

.info-banner2 .box .t1 {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0.15rem;
}

@media (max-width: 1440px) {
    .info-banner2 .box .t1 {
        font-size: 16px;
    }
}

@media (max-width: 1366px) {
    .info-banner2 .box .t1 {
        font-size: 14px;
        line-height: 24px;
    }
}

.info-banner2 .box .title {
    width: 100%;
    font-size: 58px;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 1440px) {
    .info-banner2 .box .title {
        font-size: 44px;
        line-height: 56px;
    }
}

@media (max-width: 1024px) {
    .info-banner2 .box .title {
        font-size: 40px;
    }
}

@media (max-width:768px) {
    .info-banner2 .box .title {
        font-size: 36px;
        line-height: 46px;
    }
}

.info-banner2 .box .news-menu {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0.3rem;
}

.info-banner2 .box .news-menu ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.info-banner2 .box .news-menu ul li {
    margin-right: 0.64rem;
    border-bottom: 3px solid transparent;
}

@media (max-width: 500px) {
    .info-banner2 .box .news-menu ul li {
        margin-right: 20px;
        margin-top: 16px;
    }
}

.info-banner2 .box .news-menu ul li a {
    font-size: 16px;
    color: #76d2d1;
    font-weight: 500;
    display: block;
    transition: all ease-out 0.3s;
}

.info-banner2 .box .news-menu ul li.on {
    border-bottom: 3px solid #fff;
}

.info-banner2 .box .news-menu ul li.on a {
    color: #fff;
}

.info-banner2 .box .news-menu ul li:hover a {
    color: #fff;
}

.info-banner2.info-banner3 {
    height: 6.45rem;
    padding-bottom: 0.86rem;
}

@media (max-width: 768px) {
    .info-banner2.info-banner3 {
        height: 8.3rem;
    }
}

@media (max-width: 767px) {
    .info-banner2.info-banner3 {
        height: 650px;
    }
}

.info-banner2.info-banner3 .box {
    align-content: flex-end;
}

@media (max-width: 767px) {
    .info-banner2.info-banner3 .box {
        top: 115px;
        display: block;
    }
}

.info-banner2.info-banner3 .box .t1 {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.15rem;
}

@media (max-width: 1440px) {
    .info-banner2.info-banner3 .box .t1 {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .info-banner2.info-banner3 .box .t1 {
        font-size: 14px;
        line-height: 24px;
    }
}

.info-banner2.info-banner3 .box .t2 {
    width: 50%;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    margin-top: 0.4rem;
}

@media (max-width: 768px) {
    .info-banner2.info-banner3 .box .t2 {
        width: 100%;
    }
}

.page-top {
    margin-top: calc(100vh - 4.5rem);
    /* background: #fff; */
    position: relative;
    z-index: 2;
}

.page-top.page-job {
    margin-top: 100vh;
}

.page-top.page-baike {
    margin-top: 4.6rem;
}

.page-top.page-baike .index-box7 {
    margin-top: 0;
}

.page-top.page-baike .page-content .news {
    padding-bottom: 1.6rem;
}

.page-top.page-about {
    margin-top: 100vh;
}

.page-top.page-standard {
    margin-top: 100vh;
}

.page-top.page-banner3 {
    margin-top: 6.45rem;
}

@media (max-width: 768px) {
    .page-top.page-baike {
        margin-top: 7.3rem;
    }

    .page-top.page-banner3 {
        margin-top: 650px;
    }
}

.page-content {
    width: 100%;
    background: #fff;
    position: relative;
}

@media (max-width:500px) {
    .page-about .index-box7 {
        margin-top: 0;
    }
}

.page-pub .index-box7 {
    margin-top: 0;
}

.Breadcrumbs {
    width: 100%;
    padding: 0.2rem 0;
}

.Breadcrumbs.position {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.Breadcrumbs.position .box {
    color: #fff;
}

.Breadcrumbs.position .box a {
    color: #fff;
}

.Breadcrumbs.position .box span {
    color: #fff;
}

.Breadcrumbs .box {
    width: 83.33%;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    color: #666666;
    padding: 0;
    background: none;
}

@media (max-width: 1440px) {
    .Breadcrumbs .box {
        width: 90%;
    }
}

.Breadcrumbs .box a {
    color: #666666;
    margin: 0 0.2rem;
}

.Breadcrumbs .box span {
    color: #666666;
    margin-left: 0.2rem;
}

.abox1-box {
    width: 100%;
}

.abox1-box .abox1 {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    padding: 0.93rem 0;
    font-size: 44px;
    line-height: 1.2;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #ddd;
    font-family: "bold";
}

@media (max-width: 1440px) {
    .abox1-box .abox1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .abox1-box .abox1 {
        font-size: 36px;
    }
}

@media (max-width:768px) {
    .abox1-box .abox1 {
        font-size: 32px;
    }
}

@media (max-width:500px) {
    .abox1-box .abox1 {
        font-size: 28px;
    }
}


/* @media (max-width: 1600px) {



  .abox1-box .abox1 {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .abox1-box .abox1 {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .abox1-box .abox1 {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .abox1-box .abox1 {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .abox1-box .abox1 {



    width: 90%;



  }



} */

.abox1-box .abox2 {
    width: 100%;
    margin-top: 0.94rem;
    height: 200vh;
}

@media (max-width: 768px) {
    .abox1-box .abox2 {
        height: auto;
    }
}

.abox1-box .abox2 .tbox {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/* @media (max-width: 1600px) {



  .abox1-box .abox2 .tbox {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .abox1-box .abox2 .tbox {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .abox1-box .abox2 .tbox {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .abox1-box .abox2 .tbox {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .abox1-box .abox2 .tbox {



    width: 90%;



  }



} */

.abox1-box .abox2 .tbox .left {
    width: 50%;
    padding-top: 5px;
}

@media (max-width: 768px) {
    .abox1-box .abox2 .tbox .left {
        width: 100%;
    }
}

.abox1-box .abox2 .tbox .left .t1 {
    color: #111;
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 1600px) {
    .abox1-box .abox2 .tbox .left .t1 {
        font-size: 16px;
    }
}

@media (max-width: 1440px) {
    .abox1-box .abox2 .tbox .left .t1 {
        font-size: 14px;
        line-height: 24px;
    }
}

.abox1-box .abox2 .tbox .left .t1 span {
    width: 33px;
    height: 3px;
    background: #00acab;
    display: block;
    margin-top: 6px;
}

.abox1-box .abox2 .tbox .left .t2 {
    font-size: 44px;
    color: #000;
    margin-top: 0.23rem;
    font-weight: 600;
}

@media (max-width: 1440px) {
    .abox1-box .abox2 .tbox .left .t2 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .abox1-box .abox2 .tbox .left .t2 {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .abox1-box .abox2 .tbox .left .t2 {



        font-size: 32px;

        



    }



} */


/* @media (max-width:500px){



  .abox1-box .abox2 .tbox .left .t2 {



      font-size: 28px;



  }



} */

.abox1-box .abox2 .tbox .txt {
    width: 50%;
    color: #333;
    font-weight: 400;
}

@media (max-width: 768px) {
    .abox1-box .abox2 .tbox .txt {
        width: 100%;
        margin-top: 0.3rem;
    }
}

.abox1-box .abox2 .img {
    width: 1400px;
    max-width: 100%;
    margin: 0.74rem auto 0;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    display: flex;
    justify-content: center;
}


/* @media (max-width: 1600px) {



  .abox1-box .abox2 .img {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .abox1-box .abox2 .img {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .abox1-box .abox2 .img {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .abox1-box .abox2 .img {



    width: 720px;



  }



} */

@media (max-width: 768px) {
    .abox1-box .abox2 .img {
        /* width: 90%; */
        position: relative;
    }
}

.abox1-box .abox2 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about {
    width: 100%;
    /* overflow: hidden; */
}

.about .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
}


/* @media (max-width: 1600px) {



  .about .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .about .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .about .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .about .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .about .box {



    width: 90%;



  }



} */

.about .box .abox3 {
    width: 100%;
    height: 7.88rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.72rem;
    position: relative;
    padding-bottom: 1.48rem;
}

@media (max-width: 1440px) {
    .about .box .abox3 {
        height: auto;
        align-items: center;
        margin-top: 1.2rem;
        padding-bottom: 1.2rem;
    }
}

@media (max-width: 768px) {
    .about .box .abox3 {
        margin-top: 1rem;
        height: auto;
        padding-bottom: 0;
    }
}

.about .box .abox3 .tbox {
    width: 34.71%;
    padding-top: 1.88rem;
}

@media (max-width: 1440px) {
    .about .box .abox3 .tbox {
        padding-top: 0;
    }
}

@media (max-width: 768px) {
    .about .box .abox3 .tbox {
        width: 100%;
    }
}

.about .box .abox3 .tbox .t1 {
    color: #111;
    font-size: 18px;
    font-weight: 500;
}

@media (max-width: 1600px) {
    .about .box .abox3 .tbox .t1 {
        font-size: 16px;
    }
}

@media (max-width: 1440px) {
    .about .box .abox3 .tbox .t1 {
        font-size: 14px;
        line-height: 24px;
    }
}

.about .box .abox3 .tbox .t1 span {
    width: 33px;
    height: 3px;
    background: #00acab;
    display: block;
    margin-top: 6px;
}

.about .box .abox3 .tbox .t2 {
    font-size: 44px;
    color: #000;
    margin-top: 0.19rem;
    font-weight: 600;
    line-height: 1.2;
}

@media (max-width: 1440px) {
    .about .box .abox3 .tbox .t2 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .about .box .abox3 .tbox .t2 {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .about .box .abox3 .tbox .t2 {



        font-size: 32px;

        



    }



} */


/* @media (max-width:500px){



  .about .box .abox3 .tbox .t2 {



      font-size: 28px;



  }



} */

.about .box .abox3 .map {
    width: 71.42%;
    position: absolute;
    top: 0;
    left: 29.58%;
}

@media (max-width: 1440px) {
    .about .box .abox3 .map {
        width: 65%;
        position: relative;
        top: initial;
        left: initial;
    }
}

@media (max-width: 768px) {
    .about .box .abox3 .map {
        position: relative;
        left: initial;
        top: initial;
        width: 90%;
        margin: 0.5rem auto 0;
    }
}

.about .box .abox3 .map .img {
    width: 100%;
}

.about .box .abox3 .map .img img {
    width: 100%;
}

.about .box .abox3 .map .dbox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.about .box .abox3 .map .dbox .dian {
    position: absolute;
}

.about .box .abox3 .map .dbox .dian .yuan {
    width: 6px;
    height: 6px;
    background: #00ACAB;
    border-radius: 50%;
    position: relative;
}

.about .box .abox3 .map .dbox .dian .yuan::after {
    content: '';
    width: 16px;
    height: 16px;
    background: #00ACAB;
    opacity: 0.4;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*animation: aquan 2s linear normal infinite;*/
    animation: jing_scale 2.4s linear 0s infinite normal both;
}

.about .box .abox3 .map .dbox .dian .yuan::before {
    content: '';
    width: 16px;
    height: 16px;
    background: #00ACAB;
    opacity: 0.4;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*animation: aquan 2s linear normal infinite;*/
    animation: jing_scale 2.4s linear 1.2s infinite normal both;
}

@keyframes jing_scale {
    0% {
        transform: translate(-50%, -50%) scale3d(1, 1, 1);
        opacity: 0;
    }

    25% {
        transform: translate(-50%, -50%) scale3d(1.5, 1.5, 1);
        opacity: 0.2;
    }

    50% {
        transform: translate(-50%, -50%) scale3d(2.2, 2.2, 1);
        opacity: .1;
    }

    75% {
        transform: translate(-50%, -50%) scale3d(3, 3, 1);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, -50%) scale3d(1, 1, 1);
        opacity: 0;
    }
}

.about .box .abox3 .map .dbox .dian .txt {
    position: absolute;
    z-index: 3;
    /* left: 0.23rem;



  top: 50%;



  transform: translateY(-50%); */
    white-space: nowrap;
    font-size: 12px;
    color: #333;
    font-weight: 500;
    display: none;
    background: #fff;
    padding: 6px 20px;
    border: 1px solid #00ACAB;
    bottom: 10px;
    left: 38px;
    pointer-events: none;
}

.about .box .abox3 .map .dbox .dian .txt::after {
    background: url(../images/dian-line.png);
    background-size: 100%;
    width: 50px;
    height: 20px;
    content: '';
    position: absolute;
    right: 100%;
    bottom: -10px;
    transform: rotateY(180deg);
    pointer-events: none;
}

@media (max-width:500px) {
    .about .box .abox3 .map .dbox .dian .txt {
        padding: 6px 15px;
    }
}

.about .box .abox3 .map .dbox .dian:hover .txt {
    display: block;
}

.about .box .abox3 .map .dbox .dian.dian1 {
    left: 14.4%;
    top: 37.18%;
}

.about .box .abox3 .map .dbox .dian.dian2 {
    left: 22.1%;
    top: 55.46%;
}

.about .box .abox3 .map .dbox .dian.dian3 {
    left: 27.7%;
    top: 87.96%;
}

.about .box .abox3 .map .dbox .dian.dian4 {
    left: 61.9%;
    top: 38.43%;
}

.about .box .abox3 .map .dbox .dian.dian5 {
    left: 44.9%;
    top: 42.75%;
}

.about .box .abox3 .map .dbox .dian.dian6 {
    left: 50.6%;
    top: 43.06%;
}

.about .box .abox3 .map .dbox .dian.dian7 {
    left: 48.4%;
    top: 47.03%;
}

.about .box .abox3 .map .dbox .dian.dian8 {
    left: 59.6%;
    top: 63.43%;
}

.about .box .abox3 .map .dbox .dian.dian9 {
    left: 50.2%;
    top: 82.5%;
}

.about .box .abox3 .map .dbox .dian.dian10 {
    /* left: 89.8%;
    top: 40.62%; */
    left: 84.1%;
    top: 52.62%;
}

.about .box .abox3 .map .dbox .dian.dian11 {
    /* left: 88.2%;
    top: 44.53%; */
    left: 80.5%;
    top: 53.53%;
}

.about .box .abox3 .map .dbox .dian.dian12 {
    left: 76.6%;
    top: 51.28%;
}


/* .about .box .abox3 .map .dbox .dian.dian12 .txt {



  font-size: 16px;



}



@media (max-width: 1280px) {



  .about .box .abox3 .map .dbox .dian.dian12 .txt {



    font-size: 14px;

    line-height: 24px;

  }



} */

.about .box .abox3 .map .dbox .dian.dian13 {
    left: 77.2%;
    top: 69.84%;
}

.about .box .abox3 .map .dbox .dian.dian14 {
    left: 82.6%;
    top: 81.56%;
}

.about .box .abox3 .map .dbox .dian.dian15 {
    left: 92.5%;
    top: 90.93%;
}

@media (max-width:500px) {
    .about .box .abox3 .map .dbox .dian .txt {
        left: 26px;
    }

    .about .box .abox3 .map .dbox .dian .txt::after {
        width: 30px;
        height: 20px;
    }

    .about .box .abox3 .map .dbox .dian.dian10 .txt,
    .about .box .abox3 .map .dbox .dian.dian11 .txt,
    .about .box .abox3 .map .dbox .dian.dian12 .txt,
    .about .box .abox3 .map .dbox .dian.dian13 .txt,
    .about .box .abox3 .map .dbox .dian.dian14 .txt,
    .about .box .abox3 .map .dbox .dian.dian15 .txt {
        left: initial;
        right: 26px;
    }

    .about .box .abox3 .map .dbox .dian.dian10 .txt::after,
    .about .box .abox3 .map .dbox .dian.dian11 .txt::after,
    .about .box .abox3 .map .dbox .dian.dian12 .txt::after,
    .about .box .abox3 .map .dbox .dian.dian13 .txt::after,
    .about .box .abox3 .map .dbox .dian.dian14 .txt::after,
    .about .box .abox3 .map .dbox .dian.dian15 .txt::after {
        right: initial;
        left: 100%;
        bottom: -10px;
        transform: rotateY(0);
    }
}

.about .box .abox4 {
    width: 100%;
    padding: 1.3rem 0 1.4rem;
}

@media (max-width: 500px) {
    .about .box .abox4 {
        padding: 1.3rem 0 0.4rem;
    }
}

.about .box .abox4 .title {
    width: 100%;
    font-size: 44px;
    color: #000;
    font-weight: 600;
}

@media (max-width: 1440px) {
    .about .box .abox4 .title {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .about .box .abox4 .title {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .about .box .abox4 .title {



        font-size: 32px;

        



    }



} */


/* @media (max-width:500px){



  .about .box .abox4 .title {



      font-size: 28px;



  }



} */

.about .box .abox4 .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: sticky;
    position: -webkit-sticky;
    top: 1.8rem;
}

@media (max-width: 1600px) {
    .about .box .abox4 .content {
        top: 1.4rem;
    }
}

.about .box .abox4 .content .left {
    /* width: 41.78%; */
    width: 35.78%;
}

@media (max-width: 768px) {
    .about .box .abox4 .content .left {
        width: 100%;
        position: relative;
        top: initial;
    }
}

.about .box .abox4 .content .left .list {
    position: relative;
    padding-left: 0.2rem;
}

@media (max-width: 768px) {
    .about .box .abox4 .content .left .list {
        display: none;
    }
}

.about .box .abox4 .content .left .line {
    width: 2px;
    height: 100%;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 0;
}

.about .box .abox4 .content .left .line span {
    width: 100%;
    height: 32px;
    background: #00acab;
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease-out 0.3s;
}

.about .box .abox4 .content .left ul {
    width: 100%;
    margin-top: 0.46rem;
}

.about .box .abox4 .content .left ul li {
    width: 100%;
    margin-bottom: 25px;
    cursor: pointer;
}

.about .box .abox4 .content .left ul li .t1 {
    font-size: 18px;
    color: #999;
    font-weight: 600;
    font-family: "DIN";
}

.about .box .abox4 .content .left ul li .t2 {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-top: 4px;
    font-weight: 500;
    display: none;
}

.about .box .abox4 .content .left ul li.on {
    margin-bottom: 24px;
}

.about .box .abox4 .content .left ul li.on .t1 {
    font-size: 44px;
    line-height: 32px;
    color: #00acab;
    display: flex;
    align-items: center;
}

@media (max-width: 1440px) {
    .about .box .abox4 .content .left ul li.on .t1 {
        font-size: 40px;
        line-height: 30px;
    }
}

@media (max-width:1024px) {
    .about .box .abox4 .content .left ul li.on .t1 {
        font-size: 36px;
        line-height: 26px;
    }
}

@media (max-width:768px) {
    .about .box .abox4 .content .left ul li.on .t1 {
        font-size: 32px;
    }
}

@media (max-width:500px) {
    .about .box .abox4 .content .left ul li.on .t1 {
        font-size: 28px;
    }
}

.about .box .abox4 .content .left ul li.on .t2 {
    font-size: 16px;
    color: #333;
    margin-top: 16px;
    display: block;
}

.about .box .abox4 .content .right {
    width: 55.57%;
    position: relative;
    margin-top: 1.12rem;
}

@media (max-width: 768px) {
    .about .box .abox4 .content .right {
        width: 100%;
        margin-top: 27px;
    }
}

.about .box .abox4 .content .right ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

@media (max-width:991px) {
    .about .box .abox4 .content .right ul {
        display: none;
    }
}

.about .box .abox4 .content .right ul li {
    width: 100%;
    /* height: 5.4rem; */
    /*margin-bottom: 1rem;*/
    transition: all .2s;
}

.about .box .abox4 .content .right ul li:nth-child(n+1) {
    position: absolute;
    top: 0;
    opacity: 0;
}

@media (max-width: 768px) {

    .about .box .abox4 .content .right ul li:nth-child(n+1),
    .about .box .abox4 .content .right ul li {
        position: relative;
        left: initial;
        top: initial;
        opacity: 1;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 0.2rem;
    }

    .about .box .abox4 .content .right ul li:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 500px) {

    .about .box .abox4 .content .right ul li:nth-child(n+1),
    .about .box .abox4 .content .right ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.5rem;
    }
}

.about .box .abox4 .content .right ul li img {
    width: 100%;
    /* height: 100%;

  object-fit: cover; */
}

.about .box .abox4 .content .right ul li.on {
    opacity: 1;
    z-index: 2;
}

.about .box .abox4 .content .right ul li .tbox {
    width: 100%;
    padding: 0.2rem;
    display: none;
}

@media (max-width: 768px) {
    .about .box .abox4 .content .right ul li .tbox {
        display: block;
    }

    .about .box .abox4 .content .right ul li .tbox .t1 {
        font-size: 18px;
    }
}

.about .box .abox4 .content .right .mobile-list {
    display: none;
    width: 100%;
}

@media (max-width:991px) {
    .about .box .abox4 .content .right .mobile-list {
        display: block;
    }
}

.about .box .abox4 .content .right .mobile-list .swiper {
    width: 100%;
    overflow: hidden;
    padding-bottom: 1rem;
}

@media (max-width:767px) {
    .about .box .abox4 .content .right .mobile-list .swiper {
        padding-bottom: 32px;
        height: 482px;
    }
}

.about .box .abox4 .content .right .mobile-list .swiper .swiper-slide {
    position: relative;
}

.about .box .abox4 .content .right .mobile-list .swiper .swiper-slide img {
    width: 100%;
}

.about .box .abox4 .content .right .mobile-list .swiper .swiper-slide .tbox {
    width: 100%;
    padding: 0.3rem 0;
    /* opacity: 0; */
}

.about .box .abox4 .content .right .mobile-list .swiper .swiper-slide.swiper-slide-active .tbox {
    opacity: 1;
}

.about .box .abox4 .content .right .mobile-list .swiper .swiper-slide .tbox .t1 {
    font-size: 20px;
    color: #111;
    font-weight: 600;
}

@media (max-width:767px) {
    .about .box .abox4 .content .right .mobile-list .swiper .swiper-slide .tbox .t1 {
        font-size: 36px;
        color: #00acab;
        font-weight: 600;
        font-family: 'DIN2';
        line-height: 1.2;
    }
}

.about .box .abox4 .content .right .mobile-list .swiper .swiper-slide .tbox .t2 {
    font-size: 14px;
    line-height: 1.618;
    color: #333;
    font-weight: 400;
}

.about .box .abox4 .content .right .mobile-list .swiper .swiper-pagination {
    font-size: 0;
    text-align: left;
    /* padding: 0 26px; */
}

.about .box .abox4 .content .right .mobile-list .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 4px;
    border-radius: 3px;
    background: #abadad;
}

.about .box .abox4 .content .right .mobile-list .swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #15aaa8;
}

.about .box .abox5 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2rem 0 0.5rem;
}

@media (max-width: 768px) {
    .about .box .abox5 {
        padding: 0.5rem 0 0.5rem;
    }
}

.about .box .abox5 .title {
    font-size: 44px;
    color: #000;
    padding-top: 0.1rem;
    font-weight: 600;
}

@media (max-width: 1440px) {
    .about .box .abox5 .title {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .about .box .abox5 .title {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .about .box .abox5 .title {



        font-size: 32px;

        



    }



} */


/* 

@media (max-width:500px){



  .about .box .abox5 .title {



      font-size: 28px;



  }



} */

.about .box .abox5 .list {
    width: 75%;
}

@media (max-width: 500px) {
    .about .box .abox5 .list {
        width: 100%;
        margin-top: 0.3rem;
    }
}

.about .box .abox5 .list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.about .box .abox5 .list ul li {
    width: 23.61%;
    height: 1.2rem;
    margin-right: 1.85%;
    box-shadow: 0 0 0.2rem 0.02rem rgba(0, 0, 0, 0.09);
    margin-bottom: 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.about .box .abox5 .list ul li:nth-child(4n) {
    margin-right: 0;
}

@media (max-width: 500px) {
    .about .box .abox5 .list ul li {
        width: 32%;
        margin-right: 2%;
    }

    .about .box .abox5 .list ul li:nth-child(4n) {
        margin-right: 2%;
    }

    .about .box .abox5 .list ul li:nth-child(3n) {
        margin-right: 0;
    }
}

.about .box .abox5 .list ul li img {
    max-width: 100%;
    max-height: 100%;
    transition: all ease-out 0.3s;
}

.about .box .abox5 .list ul li:hover img {
    transform: scale(1.05);
}

.about .box .abox6 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1.3rem;
}

@media (max-width: 500px) {
    .about .box .abox6 {
        margin-top: 0.6rem;
    }
}

.about .box .abox6 .title {
    font-size: 44px;
    color: #000;
    font-weight: 600;
}

@media (max-width: 1440px) {
    .about .box .abox6 .title {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .about .box .abox6 .title {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .about .box .abox6 .title {



        font-size: 32px;

        



    }



} */


/* @media (max-width:500px){



  .about .box .abox6 .title {



      font-size: 28px;



  }



} */

.about .box .abox6 .tbox {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 500px) {
    .about .box .abox6 .tbox {
        width: 100%;
        margin-top: 0.5rem;
        flex-wrap: wrap;
    }
}

.about .box .abox6 .tbox .item {
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 3%;
    position: relative;
}

.about .box .abox6 .tbox .item:nth-child(2n) {
    margin-right: 0;
}

.about .box .abox6 .tbox .item::after {
    content: '';
    width: 100%;
    padding-top: 88.23%;
    display: block;
}

@media (max-width: 500px) {
    .about .box .abox6 .tbox .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.3rem;
    }
}

.about .box .abox6 .tbox .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: all ease-out 0.3s;
}

.about .box .abox6 .tbox .item img:nth-child(2) {
    opacity: 0;
}

.about .box .abox6 .tbox .item:hover img:nth-child(2) {
    opacity: 1;
}

.about .box .abox7 {
    width: 100%;
    margin-top: 2rem;
}

@media (max-width: 500px) {
    .about .box .abox7 {
        margin-top: 1rem;
    }
}

.about .box .abox7 .title {
    font-size: 44px;
    color: #000;
    font-weight: 600;
}

@media (max-width: 1440px) {
    .about .box .abox7 .title {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .about .box .abox7 .title {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .about .box .abox7 .title {



        font-size: 32px;

        



    }



} */


/* @media (max-width:500px){



  .about .box .abox7 .title {



      font-size: 28px;



  }



} */

.about .box .abox7 .list {
    width: 100%;
    margin-top: 0.5rem;
}

.about .box .abox7 .list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.about .box .abox7 .list ul li {
    width: 23.92%;
    margin-right: 1.44%;
    transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.about .box .abox7 .list ul li:nth-child(4) {
    margin-right: 0;
}

@media (max-width: 768px) {
    .about .box .abox7 .list ul li {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 0.3rem;
    }

    .about .box .abox7 .list ul li:nth-child(2n) {
        margin-right: 0;
    }
}

@media (max-width: 500px) {
    .about .box .abox7 .list ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.4rem;
    }
}

.about .box .abox7 .list ul li a {
    display: block;
    transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.about .box .abox7 .list ul li a .img {
    width: 100%;
    height: 3.3rem;
    overflow: hidden;
}

@media (max-width: 1440px) {
    .about .box .abox7 .list ul li a .img {
        height: 4.08rem;
    }
}

@media (max-width: 768px) {
    .about .box .abox7 .list ul li a .img {
        height: 4.95rem;
    }
}

@media (max-width: 500px) {
    .about .box .abox7 .list ul li a .img {
        height: 4.8rem;
    }
}

.about .box .abox7 .list ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-out 0.3s;
}

@media (max-width: 500px) {
    .about .box .abox7 .list ul li a .img img {
        object-position: top;
    }
}

.about .box .abox7 .list ul li a .tbox {
    width: 100%;
    padding: 20px 20px 36px;
    background: #fafafa;
    transition: all ease-out 0.3s;
}

@media (max-width: 500px) {
    .about .box .abox7 .list ul li a .tbox {
        padding: 20px;
        background: #f2f3f4;
    }
}

.about .box .abox7 .list ul li a .tbox .t1 {
    color: #333;
    font-size: 12px;
    font-weight: 500;
}

.about .box .abox7 .list ul li a .tbox .t2 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 5px;
    line-height: 24px;
    height: 48px;
}

.about .box .abox7 .list ul li a .tbox .t3 {
    font-size: 12px;
    font-weight: 400;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 8px;
    height: 3em;
}

.about .box .abox7 .list ul li a .tbox .t4 {
    margin-top: 0.24rem;
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    color: #333;
    font-weight: 500;
}

.about .box .abox7 .list ul li a .tbox .t4 svg,
.about .box .abox7 .list ul li a .tbox .t4 img {
    width: 14px;
    height: 10px;
    margin-left: 0.1rem;
    transition: all ease-out 0.2s;
}

@media (max-width: 500px) {
    .about .box .abox7 .list ul li a .tbox .t4 {
        font-size: 13px;
    }
}


/*.about .box .abox7 .list ul li:hover a .img img {*/


/*  transform: scale(1.05);*/


/*}*/

.about .box .abox7 .list ul li:hover a {
    transform: translateY(-10px);
}

.about .box .abox7 .list ul li a .tbox .t4:hover svg,
.about .box .abox7 .list ul li a .tbox .t4:hover img {
    margin-left: 0.2rem;
}

.about .box .abox8 {
    width: 100%;
    margin-top: 1.1rem;
    position: relative;
}

@media (max-width: 500px) {
    .about .box .abox8 {
        width: 100vw;
        left: 50%;
        transform: translateX(-50%);
    }
}

.about .box .abox8 .bg {
    width: 100%;
    height: 5rem;
    overflow: hidden;
}

@media (max-width: 500px) {
    .about .box .abox8 .bg {
        height: auto;
        background: #e6ebf1;
        display: flex;
        align-items: flex-end;
    }
}

.about .box .abox8 .bg .pc {}

.about .box .abox8 .bg .mobile {
    display: none;
}

@media (max-width: 500px) {
    .about .box .abox8 .bg .pc {
        display: none;
    }

    .about .box .abox8 .bg .mobile {
        display: block;
    }
}

.about .box .abox8 .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    object-position: 70%;
}


/* @media (max-width: 500px) {



    .about .box .abox8 .bg img {



        object-position: 75%;



        height: 5rem;



    }



} */

.about .box .abox8 .tbox {
    position: absolute;
    left: 1rem;
    top: 1.5rem;
    z-index: 2;
}

@media (max-width: 768px) {
    .about .box .abox8 .tbox {
        left: 0.5rem;
    }
}

@media (max-width: 500px) {
    .about .box .abox8 .tbox {
        top: 50px;
        left: 0;
        width: 100%;
        text-align: center;
    }
}

.about .box .abox8 .tbox .title {
    font-size: 44px;
    color: #111;
    font-weight: 600;
}

@media (max-width: 1440px) {
    .about .box .abox8 .tbox .title {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .about .box .abox8 .tbox .title {
        font-size: 36px;
    }
}

@media (max-width:768px) {
    .about .box .abox8 .tbox .title {
        font-size: 32px;
    }
}

@media (max-width:500px) {
    .about .box .abox8 .tbox .title {
        font-size: 36px;
        line-height: 1.2;
    }
}

.about .box .abox8 .tbox .txt {
    margin-top: 0.1rem;
    color: #333;
    font-weight: 500;
}

@media (max-width:500px) {
    .about .box .abox8 .tbox .txt {
        margin-top: 5px;
    }
}

.about .box .abox8 .tbox .more {
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    border: 2px solid #333;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    transition: all ease-out 0.2s;
    margin-top: 0.23rem;
    position: relative;
}


/* @media (max-width: 1600px) {



  .about .box .abox8 .tbox .more {



    width: 120px;



    height: 36px;



  }



} */

@media (max-width: 500px) {
    .about .box .abox8 .tbox .more {
        margin: 15px auto 0;
    }
}

.about .box .abox8 .tbox .more::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #333;
    z-index: -1;
    transition: all ease-out 0.3s;
    display: none;
}

.about .box .abox8 .tbox .more:hover {
    color: #fff;
    background: #333;
}

.about .box .abox8 .tbox .more:hover::after {
    width: 100%;
}

.about .box .abox8:hover .bg img {
    transform: scale(1.05);
}

.about .index-box7 {
    margin-top: 1.4rem;
}

@keyframes aquan {
    from {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0.4;
    }

    to {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

.page-list {
    width: 100%;
}

.page-list ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

.page-list ul li {
    width: 40px;
    height: 40px;
    transition: all ease-out 0.3s;
    margin: 0 5px;
}

@media (max-width: 500px) {
    .page-list ul li {
        width: 30px;
        height: 30px;
    }
}

.page-list ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #666;
    transition: all ease-out 0.3s;
    position: relative;
}

.page-list ul li a svg,
.page-list ul li a img {
    width: 7px;
    height: 13px;
    transition: all ease-out 0.3s;
}

.page-list ul li a svg path {
    fill: #333;
}

.page-list ul li:hover a svg path {
    fill: #fff;
}

.page-list ul li:hover,
.page-list ul li.on {
    color: #fff;
    background: #33c1bd;
}

.page-list ul li:hover a,
.page-list ul li.on a {
    color: #fff;
}

.job {
    width: 100%;
}

.job .box1 {
    width: 100%;
    background: #00acab;
    padding: 1rem 0 0.6rem;
}

.job .box1 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    transition: all ease-out 0.5s;
}


/* @media (max-width: 1600px) {



  .job .box1 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .job .box1 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .job .box1 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .job .box1 .box {



    width: 720px;



  }



} */

@media (max-width: 768px) {
    .job .box1 .box {
        /* width: 90%; */
        opacity: 1;
    }
}

.job .box1 .box.wow {
    opacity: 1;
}

.job .box1 .box .title {
    font-size: 44px;
    color: #fff;
    font-weight: 600;
}

@media (max-width: 1440px) {
    .job .box1 .box .title {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .job .box1 .box .title {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .job .box1 .box .title {



        font-size: 32px;

        



    }



} */


/* @media (max-width:500px){



  .job .box1 .box .title {



      font-size: 28px;



  }



} */

.job .box1 .box .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.35rem;
}

.job .box1 .box .list .item {
    width: 23.35%;
    margin-right: 2.2%;
}

.job .box1 .box .list .item:last-child {
    margin-right: 0;
}

@media (max-width: 500px) {
    .job .box1 .box .list .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.3rem;
    }

    .job .box1 .box .list .item:nth-child(2n) {
        margin-right: 0;
    }
}

.job .box1 .box .list .item .txt {
    font-size: 18px;
    color: #fff;
}

@media (max-width: 1600px) {
    .job .box1 .box .list .item .txt {
        font-size: 16px;
    }
}

@media (max-width: 1440px) {
    .job .box1 .box .list .item .txt {
        font-size: 14px;
        line-height: 24px;
    }
}

.job .box1 .box .list .item .set {
    width: 100%;
    height: 46px;
    background: #fff;
    margin-top: 6px;
    position: relative;
}

.job .box1 .box .list .item .set::after {
    content: '';
    width: 1px;
    height: 35px;
    background: #e5e5e5;
    position: absolute;
    right: 0.49rem;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 500px) {
    .job .box1 .box .list .item .set::after {
        right: 0.9rem;
    }
}

.job .box1 .box .list .item .set select {
    width: 100%;
    height: 100%;
    background: url(../images/arrow5.png) 94% center no-repeat;
    background-size: 9px;
    padding-left: 10px;
    color: #999;
    font-size: 14px;
}

@media (max-width: 500px) {
    .job .box1 .box .list .item .set select {
        font-size: 12px;
        text-transform: uppercase;
    }
}

.job .box2 {
    width: 100%;
    padding: 0.52rem 0 0;
}

.job .box2 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
}


/* @media (max-width: 1600px) {



  .job .box2 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .job .box2 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .job .box2 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .job .box2 .box {



    width: 720px;



  }



} */

@media (max-width: 768px) {
    .job .box2 .box {
        /* width: 90%; */
        padding: 0.52rem 0 1.4rem;
    }
}

.job .box2 .box .list {
    width: 100%;
}

.job .box2 .box .list ul {
    width: 100%;
}

.job .box2 .box .list ul li {
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.job .box2 .box .list ul li .top {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0.26rem 0 0.3rem;
    cursor: pointer;
}

.job .box2 .box .list ul li .top .t1 {
    width: 37.85%;
    font-size: 20px;
    color: #333;
    font-weight: 500;
}

@media (max-width: 1600px) {
    .job .box2 .box .list ul li .top .t1 {
        font-size: 18px;
    }
}

@media (max-width: 1440px) {
    .job .box2 .box .list ul li .top .t1 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .job .box2 .box .list ul li .top .t1 {
        width: 81%;
        line-height: 1.2;
        margin-bottom: 8px;
    }
}

.job .box2 .box .list ul li .top .t2 {
    color: #666;
}

@media (max-width: 767px) {
    .job .box2 .box .list ul li .top .t2 {
        width: 81%;
    }
}

.job .box2 .box .list ul li .top .icon {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    display: flex;
}

@media (max-width: 500px) {
    .job .box2 .box .list ul li .top .icon {
        width: 15px;
        height: 15px;
    }
}

.job .box2 .box .list ul li .top .icon img {
    width: 100%;
    height: 100%;
    transition: all ease-out 0.3s;
}

.job .box2 .box .list ul li .top .icon img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    z-index: 2;
    opacity: 0;
}

.job .box2 .box .list ul li .top.on .icon img:nth-child(1) {
    opacity: 0;
}

.job .box2 .box .list ul li .top.on .icon img:nth-child(2) {
    opacity: 1;
}

.job .box2 .box .list ul li .content {
    display: none;
    padding-bottom: 0.8rem;
}

.job .box2 .box .list ul li .content .txt {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.job .box2 .box .list ul li .content .ckbox {
    width: 100%;
    margin-top: 0.3rem;
    display: flex;
}

.job .box2 .box .list ul li .content .ckbox .ck1 {
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #00acab;
    color: #fff;
    font-size: 14px;
    margin-right: 0.2rem;
    cursor: pointer;
    transition: all ease-out .3s;
}


/* @media (max-width: 1600px) {



  .job .box2 .box .list ul li .content .ckbox .ck1 {



    width: 120px;



    height: 36px;



  }



} */

.job .box2 .box .list ul li .content .ckbox .ck1:hover {
    background: #07a2a2;
}

.job .box2 .box .list ul li .content .ckbox .ck2 {
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    background: #c8c8c8;
    cursor: pointer;
}


/* @media (max-width: 1600px) {



  .job .box2 .box .list ul li .content .ckbox .ck2 {



    width: 120px;



    height: 36px;



  }



} */

.job .box2 .box .page-list {
    margin-top: 0.81rem;
}

.successTC {
    width: 307px;
    height: 85px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    background: #00acab;
    box-shadow: 0 0 0.2rem 0.05rem rgba(0, 0, 0, 0.1);
}

.successTC svg,
.successTC img {
    width: 26px;
    height: 26px;
    margin-right: 8px;
}

.successTC.on {
    display: flex;
}

.contact {
    width: 100%;
    padding: 0.8rem 0 0.96rem;
    min-height: 100vh;
}

@media (min-width: 1922px) {
    .contact {
        padding-top: 1.4rem;
        padding-bottom: 2.6rem;
    }
}

.contact .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}


/* @media (max-width: 1600px) {



  .contact .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .contact .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .contact .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .contact .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .contact .box {



    width: 90%;



  }



} */

.contact .box .contentBox {
    width: 50%;
}

@media (max-width: 768px) {
    .contact .box .contentBox {
        width: 100%;
    }
}

.contact .box .contentBox .tbox {
    width: 71.4%;
    padding-bottom: 0.34rem;
    margin-bottom: 0.3rem;
}

@media (max-width: 768px) {
    .contact .box .contentBox .tbox {
        width: 100%;
    }
}

.contact .box .contentBox .tbox .t1 {
    font-size: 44px;
    font-weight: 600;
    color: #111;
}

@media (max-width: 1440px) {
    .contact .box .contentBox .tbox .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .contact .box .contentBox .tbox .t1 {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .contact .box .contentBox .tbox .t1 {



        font-size: 32px;

        



    }



} */


/* @media (max-width:500px){



  .contact .box .contentBox .tbox .t1 {



      font-size: 28px;



  }



} */

.contact .box .contentBox .tbox .t2 {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    margin-top: 0.1rem;
}

.contact .box .contentBox .tbox .line {
    width: 26px;
    height: 2px;
    background: #00abaa;
    margin-top: 0.1rem;
}

.contact .box .contentBox .tbox .ts {
    margin-top: 0.5rem;
}

.contact .box .contentBox .tbox .item {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    font-weight: 400;
    margin-bottom: 25px;
}

.contact .box .contentBox .tbox .item span {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    font-family: "blod";
}

.contact .box .formBox {
    width: 50%;
    padding: 0.35rem;
    box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
    .contact .box .formBox {
        width: 100%;
        margin-top: 0.5rem;
    }
}

.contact .box .formBox .title {
    font-size: 44px;
    font-weight: 500;
    color: #111;
}

@media (max-width: 1440px) {
    .contact .box .formBox .title {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .contact .box .formBox .title {
        font-size: 36px;
    }
}

@media (max-width:768px) {
    .contact .box .formBox .title {
        font-size: 32px;
    }
}

@media (max-width:500px) {
    .contact .box .formBox .title {
        font-size: 28px;
    }
}

.contact .box .formBox .txt {
    font-size: 14px;
    line-height: 24px;
    color: #111;
    margin-top: 15px;
    margin-bottom: 30px;
}

.contact .box .formBox .item {
    width: 100%;
    margin-bottom: 10px;
}

.contact .box .formBox .item .t1 {
    color: #333;
    margin-bottom: 7px;
    font-weight: 500;
}

.contact .box .formBox .item .t1 span {
    color: #df1919;
}

.contact .box .formBox .item .t2 {
    width: 100%;
    display: flex;
}

.contact .box .formBox .item .t2 select {
    width: 100%;
    height: 36px;
    border: 1px solid #ddd;
    font-size: 12px;
    padding-left: 10px;
    background: url(../images/arrow5.png) 97% center no-repeat;
    background-size: 9px;
    color: #ccc;
}

.contact .box .formBox .item .t2 input {
    width: 100%;
    height: 36px;
    border: 1px solid #ddd;
    padding-left: 10px;
}

.contact .box .formBox .item .t2 textarea {
    width: 100%;
    height: 88px;
    border: 1px solid #ddd;
    padding: 10px;
}

.contact .box .formBox .btn {
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    background: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    transition: all ease-out 0.3s;
}


/* @media (max-width: 1600px) {



  .contact .box .formBox .btn {



    width: 120px;



    height: 36px;



  }



} */

.contact .box .formBox .btn:hover {
    background: #333;
}

.news {
    width: 100%;
    padding: 1.05rem 0 0;
}

@media (max-width: 767px) {
    .news {
        padding: 0.4rem 0 0;
    }
}

.news .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
}


/* @media (max-width: 1600px) {



  .news .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .news .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .news .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .news .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .news .box {



    width: 90%;



  }



} */

.news .box .top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
}

.news .box .top .big {
    width: 57.14%;
    position: relative;
}

@media (max-width: 767px) {
    .news .box .top .big {
        width: 100%;
    }
}

.news .box .top .big a {
    display: block;
}

.news .box .top .big .img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.news .box .top .big .img::before {
    content: '';
    width: 100%;
    padding-top: 90%;
    display: block;
}

@media (max-width: 768px) {
    .news .box .top .big .img::before {
        padding-top: 91%;
    }
}

.news .box .top .big .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    /*transition: all ease-out 0.3s;*/
    transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.news .box .top .big .img img:nth-of-type(2) {
    display: none;
}

@media (max-width: 767px) {
    .news .box .top .big .img img:nth-of-type(1) {
        display: none;
    }

    .news .box .top .big .img img:nth-of-type(2) {
        display: block;
    }
}

.news .box .top .big .tbox {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 1rem 0.35rem 0.4rem;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
}

@media (max-width: 768px) {
    .news .box .top .big .tbox {
        padding: 0 0.3rem 0.3rem;
    }
}

.news .box .top .big .tbox .t1 {
    font-size: 12px;
    font-weight: 500;
    /*color: rgba(255, 255, 255, 0.5);*/
    color: #fff;
}

.news .box .top .big .tbox .t2 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    /*margin-top: 0.15rem;*/
}

@media (max-width: 1280px) {
    .news .box .top .big .tbox .t2 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .news .box .top .big .tbox .t2 {
        margin-top: 0.05rem;
    }
}

@media (max-width: 500px) {
    .news .box .top .big .tbox .t2 {
        /* overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 3em;
    }
}

.news .box .top .big .tbox .t3 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0.1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

@media (max-width: 500px) {
    .news .box .top .big .tbox .t3 {
        display: none;
    }
}

.news .box .top .big:hover .img img {
    transform: scale(1.05);
}

.news .box .top .right {
    width: 41.42%;
}

@media (max-width: 767px) {
    .news .box .top .right {
        width: 100%;
        margin-top: 16px;
        display: flex;
        flex-wrap: wrap;
    }
}

.news .box .top .right .item {
    width: 100%;
    position: relative;
    margin-bottom: 0.2rem;
}

@media (max-width: 767px) {
    .news .box .top .right .item {
        margin-bottom: 16px;
    }
}

.news .box .top .right .item:last-child {
    margin-bottom: 0;
}

.news .box .top .right .item a {
    display: block;
}

.news .box .top .right .item .img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.news .box .top .right .item .img::before {
    content: '';
    width: 100%;
    padding-top: 60.34%;
    display: block;
}

@media (max-width:500px) {
    .news .box .top .right .item .img::before {
        padding-top: 100%;
    }
}

.news .box .top .right .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    /*transition: all ease-out 0.3s;*/
    transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.news .box .top .right .item .img img:nth-of-type(2) {
    display: none;
}

@media (max-width:500px) {
    .news .box .top .right .item .img img:nth-of-type(1) {
        display: none;
    }

    .news .box .top .right .item .img img:nth-of-type(2) {
        display: block;
    }
}

.news .box .top .right .item .tbox {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 1rem 0.35rem 0.4rem;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
}

@media (max-width: 768px) {
    .news .box .top .right .item .tbox {
        padding: 0 0.3rem 0.3rem;
    }
}

.news .box .top .right .item .tbox .t1 {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    /*color: rgba(255, 255, 255, 0.5);*/
}

.news .box .top .right .item .tbox .t2 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-top: 0.05rem;
}

@media (max-width: 1280px) {
    .news .box .top .right .item .tbox .t2 {
        /* font-size: 18px; */
    }
}

@media (max-width: 768px) {
    .news .box .top .right .item .tbox .t2 {
        /* font-size: 16px; */
    }
}

@media (max-width: 500px) {
    .news .box .top .right .item .tbox .t2 {
        /* overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 3em;
    }
}

.news .box .top .right .item:hover .img img {
    transform: scale(1.05);
}

.news .box .list {
    width: 100%;
    margin-top: 0.6rem;
    overflow: hidden;
}

@media (max-width: 767px) {
    .news .box .list {
        margin-top: 16px;
    }
}

.news .box .list ul {
    width: 100%;
    position: relative;
}

.news .box .list ul li {
    width: 100%;
    background: #f8f8f8;
    margin-bottom: 0.3rem;
    position: relative;
}

@media (max-width: 767px) {
    .news .box .list ul li {
        margin-bottom: 16px;
    }
}

.news .box .list ul li:last-child {
    margin-bottom: 0;
}

.news .box .list ul li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.news .box .list ul li a .img {
    width: 4rem;
    height: 3.6rem;
    overflow: hidden;
}

@media (max-width: 500px) {
    .news .box .list ul li a .img {
        width: 100%;
        height: 6.21rem;
    }
}

@media (max-width: 500px) {
    .news .box .list ul li a .img {
        height: 3.48rem;
    }
}

.news .box .list ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-out 0.3s;
}

.news .box .list ul li a .img img:nth-of-type(2) {
    display: none;
}

@media (max-width: 500px) {
    .news .box .list ul li a .img img:nth-of-type(1) {
        display: none;
    }

    .news .box .list ul li a .img img:nth-of-type(2) {
        display: block;
    }
}

.news .box .list ul li a .tbox {
    width: calc(100% - 4rem);
    /*padding: 0.53rem 1.3rem 0 0.8rem;*/
    padding: 0 1.3rem 0 0.8rem;
}

@media (max-width: 768px) {
    .news .box .list ul li a .tbox {
        padding: 0 0.53rem;
    }
}

@media (max-width: 767px) {
    .news .box .list ul li a .tbox {
        width: 100%;
        padding: 20px;
        background: #f2f3f4;
    }
}

.news .box .list ul li a .tbox .t1 {
    font-size: 12px;
    color: #999;
    font-weight: 500;
    display: flex;
    align-items: center;
}

@media (max-width:500px) {
    .news .box .list ul li a .tbox .t1 {
        color: #333;
        font-size: 12px;
        font-weight: 500;
    }
}

.news .box .list ul li a .tbox .t1 span {
    margin-left: 0.15rem;
}

.news .box .list ul li a .tbox .t2 {
    font-size: 24px;
    color: #111;
    font-weight: 500;
    transition: all ease-out .2s;
    /*margin-top: 0.1rem;*/
}

@media (max-width: 1600px) {
    .news .box .list ul li a .tbox .t2 {
        font-size: 22px;
    }
}

@media (max-width: 1440px) {
    .news .box .list ul li a .tbox .t2 {
        font-size: 20px;
    }
}

@media (max-width: 1366px) {
    .news .box .list ul li a .tbox .t2 {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .news .box .list ul li a .tbox .t2 {
        /* font-size: 16px; */
        font-weight: 500;
        color: #333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 2.4em;
        margin-top: 5px;
        line-height: 1.2;
    }
}

.news .box .list ul li:hover a .tbox .t2 {
    color: #01abaa;
}

@media (max-width: 500px) {
    .news .box .list ul li:hover a .tbox .t2 {
        color: #333;
    }
}

.news .box .list ul li a .tbox .t3 {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin-top: 0.1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

@media (max-width: 768px) {
    .news .box .list ul li a .tbox .t3 {
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 500px) {
    .news .box .list ul li a .tbox .t3 {
        font-size: 12px;
        font-weight: 500;
        color: #666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 3em;
        margin-top: 8px;
        display: none;
    }
}

.news .box .list ul li a .tbox .t4 {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #333;
    margin-top: 0.37rem;
}

.news .box .list ul li a .tbox .t4 span {
    display: inline-flex;
    align-items: center;
}

@media (max-width:500px) {
    .news .box .list ul li a .tbox .t4 {
        margin-top: 0.24rem;
        font-size: 13px;
        display: inline-flex;
        align-items: center;
        color: #333;
        font-weight: 500;
    }
}

.news .box .list ul li a .tbox .t4 span svg,
.news .box .list ul li a .tbox .t4 span img {
    width: 14px;
    height: 10px;
    margin-left: 0.1rem;
    transition: all ease-out .3s;
}

.news .box .list ul li a .tbox .t4 span:hover svg,
.news .box .list ul li a .tbox .t4 span:hover img {
    margin-left: 0.2rem;
}


/*.news .box .list ul li:hover a .img img {*/


/*  transform: scale(1.05);*/


/*}*/

.news .box .page-list {
    margin-top: 0.6rem;
}

.news-info {
    width: 100%;
}

.news-info .box1 {
    width: 100%;
    height: 7.5rem;
    position: relative;
}

@media (max-width: 767px) {
    .news-info .box1 {
        height: 530px;
    }
}

.news-info .box1 .img {
    width: 100%;
    height: 100%;
    position: relative;
}

.news-info .box1 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-info .box1 .img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    /* background: rgba(0, 0, 0, 0.3); */
}

.news-info .box1 .tbox {
    width: 800px;
    max-width: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.6rem;
    z-index: 2;
}

.news-info .box1 .tbox .t1 {
    font-size: 38px;
    color: #fff;
    font-weight: 600;
}

@media (max-width: 1440px) {
    .news-info .box1 .tbox .t1 {
        font-size: 36px;
        line-height: 1.2;
    }
}

@media (max-width: 1440px) {
    .news-info .box1 .tbox .t1 {
        font-size: 24px;
    }
}

/* @media (max-width:1024px){



    .news-info .box1 .tbox .t1 {



        font-size: 32px;



    }



}



@media (max-width:768px){



    .news-info .box1 .tbox .t1 {



        font-size: 30px;



    }



} */

.news-info .box1 .tbox .t2 {
    font-size: 14px;
    line-height: 1.618;
    font-weight: 400;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.17rem;
}

.news-info .box1 .tbox .t2 span {
    margin-left: 0.15rem;
}

.news-info .box2 {
    width: 800px;
    max-width: 90%;
    margin: auto;
    padding: 0.52rem 0 1.45rem;
}

.news-info .box2 .txt {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: .012em;
}

.news-info .box2 .txt video {
    width: 100% !important;
}

@media (max-width:767px) {
    .news-info .box2 .txt {
        font-size: 16px;
        line-height: 1.618;
        font-weight: 400;
    }
}

.news-info .box2 .share {
    width: 100%;
    display: flex;
    margin-top: 0.57rem;
}

.news-info .box2 .share a {
    width: 30px;
    height: 30px;
    margin-right: 6px;
}

.news-info .box2 .ckbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e6e6e6;
    margin-top: 0.35rem;
    padding-top: 0.42rem;
}

.news-info .box2 .ckbox a {
    display: flex;
    align-items: center;
    color: #666;
    white-space: nowrap;
    transition: all ease-out 0.3s;
}

.news-info .box2 .ckbox a svg,
.news-info .box2 .ckbox a img {
    width: 16px;
    height: 14px;
    margin: 0 0.2rem 0 0;
    transition: all ease-out 0.3s;
}

.news-info .box2 .ckbox a.prev:hover svg,
.news-info .box2 .ckbox a.prev:hover img {
    margin: 0 0.3rem 0 -0.1rem;
}

.news-info .box2 .ckbox a.next svg,
.news-info .box2 .ckbox a.next img {
    margin: 0 0 0 0.2rem;
}

.news-info .box2 .ckbox a.next:hover svg,
.news-info .box2 .ckbox a.next:hover img {
    margin: 0 -0.1rem 0 0.3rem;
}

.news-info .box2 .ckbox a.back svg,
.news-info .box2 .ckbox a.back img {
    width: 17px;
    height: 17px;
    margin-right: 0.08rem;
}

.news-info .box2 .ckbox a.back:hover {
    color: #000;
}

.baike {
    width: 100%;
}

.baike .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.8rem 0 0;
}


/* @media (max-width: 1600px) {



  .baike .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .baike .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .baike .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .baike .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .baike .box {



    width: 90%;



  }



} */

@media (max-width: 767px) {
    .baike .box {
        padding: 0.8rem 0 1.2rem;
    }
}

.baike .box .menu {
    width: 17.14%;
}

@media (max-width: 768px) {
    .baike .box .menu {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .baike .box .menu {
        width: 100%;
    }
}

.baike .box .menu ul {
    width: 100%;
}

.baike .box .menu ul li {
    width: 100%;
    margin-bottom: 0.2rem;
    /*border-bottom: 1px solid #ddd;*/
    /*padding-bottom: 0.2rem;*/
}

.baike .box .menu ul li .title {
    width: 100%;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #666;
    cursor: pointer;
    padding-left: 15px;
}

.baike .box .menu ul li .title .icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 10px;
    display: flex;
    transform-origin: center center;
    transition: all ease-out .2s;
}

.baike .box .menu ul li .title .icon svg,
.baike .box .menu ul li .title .icon img {
    width: 100%;
    height: 100%;
    transition: all ease-out 0.2s;
    transform: rotate(-90deg);
}

.baike .box .menu ul li .title .icon svg path {
    fill: #333;
}

.baike .box .menu ul li .tbox {
    width: 100%;
    padding: 0 0 0.05rem 0.25rem;
    position: relative;
    margin-top: 0.15rem;
    display: none;
}

.baike .box .menu ul li .tbox::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #eee;
    position: absolute;
    top: 0;
    left: 0.15rem;
}

.baike .box .menu ul li .tbox .txt {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #999;
    margin-bottom: 0.1rem;
    cursor: pointer;
    transition: all ease-out .2s;
    position: relative;
}

.baike .box .menu ul li .tbox .txt:last-child {
    margin-bottom: 0;
}

.baike .box .menu ul li .tbox .txt::before {
    content: '';
    width: 3px;
    height: 3px;
    background: #00acab;
    position: absolute;
    border-radius: 50%;
    left: -0.11rem;
    top: 11px;
    display: none;
}

.baike .box .menu ul li .tbox .txt:hover,
.baike .box .menu ul li .tbox .txt.on {
    color: #00acab;
}

.baike .box .menu ul li .tbox .txt.on::before {
    display: block;
}

.baike .box .menu ul li.on .title {
    color: #333;
}

.baike .box .menu ul li.on .title .icon svg {
    transform: rotate(90deg);
}

.baike .box .list {
    width: 80%;
}

@media (max-width: 768px) {
    .baike .box .list {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .baike .box .list {
        width: 100%;
        margin-top: 0.5rem;
    }
}

.baike .box .list ul {
    width: 100%;
}

.baike .box .list ul li {
    width: 100%;
}

.baike .box .list ul li .tbox {
    width: 100%;
    display: none;
}

.baike .box .list ul li .tbox.on {
    display: block;
}

.baike .box .list ul li .tbox .t1 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

@media (max-width: 1600px) {
    .baike .box .list ul li .tbox .t1 {
        font-size: 22px;
    }
}

@media (max-width: 1440px) {
    .baike .box .list ul li .tbox .t1 {
        font-size: 20px;
    }
}

@media (max-width: 1366px) {
    .baike .box .list ul li .tbox .t1 {
        font-size: 18px;
    }
}

.baike .box .list ul li .tbox .t2 {
    color: #333;
    margin-top: 0.3rem;
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
}

@media (max-width:500px) {
    .baike .box .list ul li .tbox .t2 {
        font-weight: 400;
        line-height: 1.618;
    }
}

.baike .box .list ul li .tbox .share {
    width: 100%;
    display: flex;
    margin-top: 0.45rem;
}

.baike .box .list ul li .tbox .share a {
    width: 30px;
    height: 30px;
    display: flex;
    margin-right: 6px;
}

.baike .box .list ul li .tbox .share a:first-child {
    padding: 2px;
}

.baike .box .list ul li .tbox .share a img,
.baike .box .list ul li .tbox .share a svg {
    width: 100%;
    height: 100%;
}

.baike .box .list ul li .tbox .share a svg path {
    fill: #ccc;
    transition: all ease 0.3s;
}

.baike .box .list ul li .tbox .share a:hover svg path {
    fill: #111;
}

.baike .index-box7 {
    margin-top: 1.36rem;
}

.baike .index-box7 .box {
    padding: 0.59rem 0 0.65rem;
}

.question {
    width: 100%;
    padding: 0.78rem 0 0;
}

.question .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
}


/* @media (max-width: 1600px) {



  .question .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .question .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .question .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* 

@media (max-width: 1024px) {



  .question .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .question .box {



    width: 90%;



  }



} */

.question .box .search {
    width: 80%;
    /*max-width: 100%;*/
    height: 0.64rem;
    display: flex;
    background: #f7f7f7;
}

@media (max-width: 1024px) {
    .question .box .search {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .question .box .search {
        height: 0.8rem;
    }
}

.question .box .search .txt {
    width: 100%;
    padding-left: 0.1rem;
    height: 100%;
    background: none;
}

.question .box .search .txt::placeholder {
    color: #999;
}

.question .box .search .btn {
    width: 0.68rem;
    height: 100%;
    background: url(../images/search.svg) 0.3rem center no-repeat;
    background-size: 0.25rem;
    flex-shrink: 0;
}

.question .box .search-end {
    width: 80%;
}

@media (max-width: 1024px) {
    .question .box .search-end {
        width: 100%;
    }
}

.question .box .search-end .no-result {
    color: #999;
    font-size: 12px;
    font-weight: 500;
    margin-top: 0.37rem;
}

.question .box .search-end .result-list {
    width: 100%;
    margin-top: 0.35rem;
}

.question .box .search-end .result-list ul {
    width: 100%;
}

.question .box .search-end .result-list ul li {
    width: 100%;
    padding: 0.31rem 0 0.25rem;
    border-bottom: 1px solid #ddd;
}

.question .box .search-end .result-list ul li .t1 {
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    position: relative;
    cursor: pointer;
}

@media (max-width: 500px) {
    .question .box .search-end .result-list ul li .t1 {
        font-size: 18px;
    }
}

.question .box .search-end .result-list ul li .t1 .icon {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    display: flex;
}

@media (max-width: 500px) {
    .question .box .search-end .result-list ul li .t1 .icon {
        width: 15px;
        height: 15px;
    }
}

.question .box .search-end .result-list ul li .t1 .icon img {
    width: 100%;
    height: 100%;
    transition: all ease-out 0.3s;
}

.question .box .search-end .result-list ul li .t1 .icon img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
}

.question .box .search-end .result-list ul li.on .t1 .icon img:nth-child(1) {
    opacity: 0;
}

.question .box .search-end .result-list ul li.on .t1 .icon img:nth-child(2) {
    opacity: 1;
}


/* .question .box .search-end .result-list ul li .t1 .icon {



  position: absolute;



  right: 0.12rem;



  top: 50%;



  transform: translateY(-50%);



  width: 22px;

  height: 12px;

  display: flex;

  justify-content: center;

  align-items: center;

} */


/* 

@media (max-width: 1024px) {



  .question .box .search-end .result-list ul li .t1 .icon {



    width: 12px;



  }



} */


/* 

.question .box .search-end .result-list ul li .t1 .icon svg,



.question .box .search-end .result-list ul li .t1 .icon img {



  width: 11px;

  height: 20px;



  transition: all ease-out 0.3s;



  transform: rotateZ(-90deg);



}*/

.question .box .search-end .result-list ul li .tbox {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 400;
    margin-top: 0.18rem;
    padding-bottom: 0.2rem;
    display: none;
}

@media (max-width:500px) {
    .question .box .search-end .result-list ul li .tbox {
        line-height: 1.618;
    }
}

.question .box .search-end .result-list ul li .tbox span {
    color: #069190;
}


/* 

.question .box .search-end .result-list ul li.on .t1 .icon svg,



.question .box .search-end .result-list ul li.on .t1 .icon img {



  transform: rotateZ(90deg);



} */

.question .box .search-end .page-list {
    margin-top: 0.8rem;
}

.question .index-box7 {
    margin-top: 1.4rem;
}

.standard {
    width: 100%;
}

.standard .box2 {
    width: 100%;
    padding: 1.63rem 0 1.4rem;
}

.standard .box2 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
}


/* @media (max-width: 1600px) {



  .standard .box2 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .standard .box2 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .standard .box2 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .standard .box2 .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .standard .box2 .box {



    width: 90%;



  }



} */

.standard .box2 .box .sbox1 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #f7f7f7;
}

.standard .box2 .box .sbox1 .img {
    width: 50%;
    overflow: hidden;
    position: relative;
}

@media (max-width: 767px) {
    .standard .box2 .box .sbox1 .img {
        width: 100%;
    }
}

.standard .box2 .box .sbox1 .img::before {
    content: '';
    width: 100%;
    /*padding-top: 85.71%;*/
    padding-top: 70%;
    display: block;
}

@media (max-width: 768px) {
    .standard .box2 .box .sbox1 .img::before {
        padding-top: 85.71%;
    }
}

.standard .box2 .box .sbox1 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
}

.standard .box2 .box .sbox1 .tbox {
    width: 50%;
    /*padding: 1.7rem 1.1rem 0 1.23rem;*/
    padding: 0 1.1rem 0 1.23rem;
}

@media (max-width: 768px) {
    .standard .box2 .box .sbox1 .tbox {
        padding: 0.5rem;
    }
}

@media (max-width: 767px) {
    .standard .box2 .box .sbox1 .tbox {
        width: 100%;
        padding: 0.5rem;
    }
}

.standard .box2 .box .sbox1 .tbox .t1 {
    font-size: 34px;
    color: #000;
    font-weight: 600;
}

@media (max-width: 1440px) {
    .standard .box2 .box .sbox1 .tbox .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .standard .box2 .box .sbox1 .tbox .t1 {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .standard .box2 .box .sbox1 .tbox .t1 {



        font-size: 32px;

        



    }



} */


/* @media (max-width:500px){



  .standard .box2 .box .sbox1 .tbox .t1 {



      font-size: 28px;



  }



} */

.standard .box2 .box .sbox1 .tbox .t2 {
    font-size: 14px;
    line-height: 1.618;
    font-weight: 400;
    color: #333;
    margin-top: 0.24rem;
}

.standard .box2 .box .sbox2 {
    width: 100%;
    margin-top: 1.55rem;
}

.standard .box2 .box .sbox2 .title {
    font-size: 44px;
    font-weight: 600;
    color: #000;
}

@media (max-width: 1440px) {
    .standard .box2 .box .sbox2 .title {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .standard .box2 .box .sbox2 .title {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .standard .box2 .box .sbox2 .title {



        font-size: 32px;

        



    }



} */


/* @media (max-width:500px){



  .standard .box2 .box .sbox2 .title {



      font-size: 28px;



  }



} */

.standard .box2 .box .sbox2 .list {
    width: 100%;
    margin-top: 0.72rem;
}

.standard .box2 .box .sbox2 .list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.standard .box2 .box .sbox2 .list ul li {
    width: 25%;
    margin-right: 8%;
    margin-bottom: 1rem;
}

@media (max-width: 1600px) {
    .standard .box2 .box .sbox2 .list ul li {
        width: 30%;
        margin-right: 5%;
    }

    .standard .box2 .box .sbox2 .list ul li:last-child {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .standard .box2 .box .sbox2 .list ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 100px;
    }
}

.standard .box2 .box .sbox2 .list ul li .icon {
    height: 1.56rem;
}

.standard .box2 .box .sbox2 .list ul li .icon img {
    height: 100%;
}

.standard .box2 .box .sbox2 .list ul li .t1 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin-top: 0.38rem;
}

@media (max-width: 1440px) {
    .standard .box2 .box .sbox2 .list ul li .t1 {
        font-size: 22px;
    }
}

@media (max-width:1024px) {
    .standard .box2 .box .sbox2 .list ul li .t1 {
        font-size: 18px;
    }
}


/* @media (max-width:768px){



    .standard .box2 .box .sbox2 .list ul li .t1 {



        font-size: 16px;



    }



} */

.standard .box2 .box .sbox2 .list ul li .t2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    margin-top: 0.25rem;
    /* height: 104px; */
}

@media (max-width: 1024px) {
    .standard .box2 .box .sbox2 .list ul li .t2 {
        /* height: 130px; */
    }
}

@media (max-width: 768px) {
    .standard .box2 .box .sbox2 .list ul li .t2 {
        height: auto;
    }
}

.standard .box2 .box .sbox2 .list ul li .load {
    width: 100%;
    margin-top: 0.2rem;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .standard .box2 .box .sbox2 .list ul li .load {
        margin-top: 15px;
    }
}

.standard .box2 .box .sbox2 .list ul li .load a {
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    border: 2px solid #333;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    transition: all ease-out 0.3s;
    margin-right: 0.2rem;
    position: relative;
    z-index: 2;
}


/* @media (max-width: 1600px) {



  .standard .box2 .box .sbox2 .list ul li .load a {



    width: 120px;



    height: 36px;



  }



} */

.standard .box2 .box .sbox2 .list ul li .load a::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #333;
    z-index: -1;
    transition: all ease-out 0.3s;
    display: none;
}

.standard .box2 .box .sbox2 .list ul li .load a:last-child {
    margin-right: 0;
}

.standard .box2 .box .sbox2 .list ul li .load a:hover {
    color: #fff;
    background: #333;
}

.standard .box2 .box .sbox2 .list ul li .load a:hover::after {
    width: 100%;
}

.standard .box2 .box .sbox3 {
    width: 100%;
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    background: #f7f7f7;
}

.standard .box2 .box .sbox3 .img {
    width: 50%;
    overflow: hidden;
    position: relative;
}

@media (max-width: 767px) {
    .standard .box2 .box .sbox3 .img {
        width: 100%;
    }
}

.standard .box2 .box .sbox3 .img::before {
    content: '';
    width: 100%;
    padding-top: 100%;
    display: block;
}

@media (max-width: 768px) {
    .standard .box2 .box .sbox3 .img::before {
        padding-top: 150%;
    }
}

@media (max-width: 767px) {
    .standard .box2 .box .sbox3 .img::before {
        padding-top: 100%;
    }
}

.standard .box2 .box .sbox3 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.standard .box2 .box .sbox3 .tbox {
    width: 50%;
    /*padding: 1.36rem 1.1rem 0 1.17rem;*/
    padding: 0 1.1rem 0 1.17rem;
}

@media (max-width: 1600px) {
    .standard .box2 .box .sbox3 .tbox {
        padding: 0 0.8rem;
    }
}

@media (max-width: 768px) {
    .standard .box2 .box .sbox3 .tbox {
        padding: 0.5rem;
    }
}

@media (max-width: 767px) {
    .standard .box2 .box .sbox3 .tbox {
        width: 100%;
        padding: 0.5rem;
    }
}

.standard .box2 .box .sbox3 .tbox .t1 {
    font-size: 34px;
    font-weight: 600;
    color: #000;
}

@media (max-width: 1440px) {
    .standard .box2 .box .sbox3 .tbox .t1 {
        font-size: 32px;
    }
}

@media (max-width:1024px) {
    .standard .box2 .box .sbox3 .tbox .t1 {
        font-size: 30px;
    }
}

@media (max-width:768px) {
    .standard .box2 .box .sbox3 .tbox .t1 {
        font-size: 28px;
        line-height: 1.2;
    }
}

.standard .box2 .box .sbox3 .tbox .t2 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-top: 0.22rem;
}

.standard .box2 .box .sbox3 .tbox .t3 {
    width: 100%;
    margin-top: 0.3rem;
}

@media (max-width: 1024px) {
    .standard .box2 .box .sbox3 .tbox .t3 {
        margin-top: 0.2rem;
    }
}

.standard .box2 .box .sbox3 .tbox .t3 span {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #333;
    position: relative;
    padding-left: 18px;
    /* margin-bottom: 0.382em; */
}

.standard .box2 .box .sbox3 .tbox .t3 span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #333;
}

.standard .box3 {
    width: 100%;
    position: relative;
}

.standard .box3 .img {
    width: 100%;
    height: 700px;
}

@media (max-width: 1600px) {
    .standard .box3 .img {
        height: 600px;
    }
}

@media (max-width: 1280px) {
    .standard .box3 .img {
        height: 500px;
    }
}

@media (max-width: 1024px) {
    .standard .box3 .img {
        height: 400px;
    }
}

.standard .box3 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.standard .box3 .tbox {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

@media (max-width: 1600px) {
    .standard .box3 .tbox {
        width: 1200px;
    }
}

@media (max-width: 1280px) {
    .standard .box3 .tbox {
        width: 1000px;
    }
}


/*@media (max-width: 1440px) {*/


/*  .standard .box3 .tbox {*/


/*    width: 1000px;*/


/*  }*/


/*}*/

@media (max-width: 1024px) {
    .standard .box3 .tbox {
        width: 720px;
    }
}

@media (max-width: 768px) {
    .standard .box3 .tbox {
        width: 90%;
    }
}

.standard .box3 .tbox .t1 {
    font-size: 44px;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 1440px) {
    .standard .box3 .tbox .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .standard .box3 .tbox .t1 {
        font-size: 36px;
    }
}

@media (max-width:768px) {
    .standard .box3 .tbox .t1 {
        font-size: 32px;
    }
}

@media (max-width:500px) {
    .standard .box3 .tbox .t1 {
        font-size: 28px;
        line-height: 1.2;
    }
}

.standard .box3 .tbox .t2 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 6px;
}

@media (max-width:500px) {
    .standard .box3 .tbox .t2 {
        margin-top: 10px;
    }
}

.standard .box3 .tbox .more {
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    border: 2px solid #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    transition: all ease-out 0.3s;
    margin: 56px auto 0;
    position: relative;
}

@media (max-width: 1600px) {
    .standard .box3 .tbox .more {
        /* width: 120px;



    height: 36px; */
        margin-top: 40px;
    }
}

.standard .box3 .tbox .more::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #fff;
    z-index: -1;
    transition: all ease-out 0.3s;
    display: none;
}

.standard .box3 .tbox .more:hover {
    color: #333;
    background: #fff;
}

.standard .box3 .tbox .more:hover::after {
    width: 100%;
}

.standard-box1 {
    width: 100%;
    height: 4.5rem;
    /*padding: 0.93rem 0;*/
    background: url(../images/standard-bg1.jpg) center center no-repeat;
    background-size: cover;
    opacity: 0;
    transition: all ease-out .3s;
}

.standard-box1 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
}


/* 

@media (max-width: 1600px) {



  .standard-box1 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .standard-box1 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .standard-box1 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .standard-box1 .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .standard-box1 .box {



    width: 90%;



  }



} */

.standard-box1 .box .title {
    width: 100%;
    font-size: 44px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    transform: translateY(60px);
    transition: all ease-out 0.5s;
    text-align: center;
}

@media (max-width: 1440px) {
    .standard-box1 .box .title {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .standard-box1 .box .title {
        font-size: 36px;
    }
}

@media (max-width:768px) {
    .standard-box1 .box .title {
        font-size: 32px;
        opacity: 1;
    }
}

@media (max-width:500px) {
    .standard-box1 .box .title {
        font-size: 28px;
    }
}

.standard-box1 .box .title.on {
    opacity: 1;
    transform: translateY(0);
}


/* @media (max-width: 500px) {



  .standard-box1 .box .title br {



    display: none;



  }



} */

.standard-box1 .box .title.wow {
    opacity: 1;
}

.traceability-box1 {
    width: 100%;
    padding: 1.4rem 0;
}

.traceability-box1 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}


/* @media (max-width: 1600px) {



  .traceability-box1 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .traceability-box1 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .traceability-box1 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .traceability-box1 .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .traceability-box1 .box {



    width: 90%;



  }



} */

.traceability-box1 .box .img {
    width: 48.57%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 500px) {
    .traceability-box1 .box .img {
        width: 100%;
    }
}

.traceability-box1 .box .img::before {
    content: '';
    width: 100%;
    padding-top: 97%;
    display: block;
}

@media (max-width: 768px) {
    .traceability-box1 .box .img::before {
        padding-top: 106%;
    }
}

@media (max-width: 767px) {
    .traceability-box1 .box .img::before {
        padding-top: 97%;
    }
}

.traceability-box1 .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.traceability-box1 .box .tbox {
    width: 500px;
    max-width: 43.57%;
}

@media (max-width: 767px) {
    .traceability-box1 .box .tbox {
        width: 100%;
        max-width: 100%;
        margin-top: 0.5rem;
    }
}

.traceability-box1 .box .tbox .t1 {
    font-size: 44px;
    font-weight: 600;
    color: #121212;
}

@media (max-width: 1440px) {
    .traceability-box1 .box .tbox .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .traceability-box1 .box .tbox .t1 {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .traceability-box1 .box .tbox .t1 {



        font-size: 32px;



    }



}



@media (max-width:500px){



  .traceability-box1 .box .tbox .t1 {



      font-size: 28px;



  }



} */

.traceability-box1 .box .tbox .t2 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-top: 0.25rem;
}

@media (max-width:500px) {
    .traceability-box1 .box .tbox .t2 {
        line-height: 1.4;
    }
}

.traceability-box1 .box .tbox .t3 {
    width: 100%;
    margin-top: 0.4rem;
}

.traceability-box1 .box .tbox .t3 span {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #333;
    position: relative;
    padding-left: 18px;
}

@media (max-width:500px) {
    .traceability-box1 .box .tbox .t3 span {
        line-height: 18px;
        padding-bottom: 18px;
    }
}

.traceability-box1 .box .tbox .t3 span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #333;
}

@media (max-width:500px) {
    .traceability-box1 .box .tbox .t3 span::after {
        top: 5px;
    }
}

.traceability-box2 {
    width: 100%;
    position: relative;
}

.traceability-box2 .img {
    width: 100%;
    height: 8rem;
    position: relative;
}

@media (max-width:500px) {
    .traceability-box2 .img {
        height: 650px;
    }
}

.traceability-box2 .img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: url(../images/traceability-bg.png) center center no-repeat;
    background-size: cover;
    display: none;
}

.traceability-box2 .img img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    opacity: 1;
}

.traceability-box2 .img video {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    /*-o-object-position: 50% 50%;*/
    /*object-position: 50% 50%;*/
    -o-object-position: top;
    object-position: top;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.traceability-box2 .box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 1400px;
    max-width: 90%;
    margin: auto;
}

@media (max-width: 767px) {
    .traceability-box2 .box {
        top: 50px;
        transform: translate(-50%, 0);
    }
}

/* @media (max-width: 1600px) {



  .traceability-box2 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .traceability-box2 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .traceability-box2 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .traceability-box2 .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .traceability-box2 .box {



    width: 90%;



  }



} */

.traceability-box2 .box .t1 {
    font-size: 44px;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 1440px) {
    .traceability-box2 .box .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .traceability-box2 .box .t1 {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .traceability-box2 .box .t1 {



        font-size: 32px;



    }



}



@media (max-width:500px){



  .traceability-box2 .box .t1 {



      font-size: 28px;



  }



} */

.traceability-box2 .box .t2 {
    width: 45%;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 0.25rem;
}

@media (max-width: 500px) {
    .traceability-box2 .box .t2 {
        width: 100%;
        line-height: 1.4;
    }
}

.traceability-box2 .box .t3 {
    width: 100%;
    margin-top: 0.35rem;
}

.traceability-box2 .box .t3 span {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding-left: 18px;
}

@media (max-width: 500px) {
    .traceability-box2 .box .t3 span {
        padding-bottom: 18px;
        line-height: 18px;
    }
}

.traceability-box2 .box .t3 span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fff;
}

@media (max-width: 500px) {
    .traceability-box2 .box .t3 span::after {
        top: 5px;
    }
}

.quality-more-box {
    width: 100%;
    padding: 1.34rem 0 0;
}

.quality-more-box .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
}


/* @media (max-width: 1600px) {



  .quality-more-box .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .quality-more-box .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .quality-more-box .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .quality-more-box .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .quality-more-box .box {



    width: 90%;



  }



} */

.quality-more-box .box .title {
    font-size: 44px;
    font-weight: 600;
    color: #121212;
    text-transform: uppercase;
}

@media (max-width: 1440px) {
    .quality-more-box .box .title {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .quality-more-box .box .title {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .quality-more-box .box .title {



        font-size: 32px;

        



    }



} */


/* @media (max-width:500px){



  .quality-more-box .box .title {



      font-size: 28px;



  }



} */

.quality-more-box .box .big {
    width: 100%;
    position: relative;
    margin-top: 0.53rem;
}

.quality-more-box .box .big a {
    display: block;
}

.quality-more-box .box .big .img {
    width: 100%;
    /* padding-top: 28.5%; */
    height: 4rem;
    position: relative;
    overflow: hidden;
}


/* @media (max-width: 991px) {



  .quality-more-box .box .big .img {



    padding-top: 35.59%;



  }



} */

@media (max-width: 500px) {
    .quality-more-box .box .big .img {
        height: 5.5rem;
    }
}

.quality-more-box .box .big .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    /*transition: all ease-out 0.3s;*/
    transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.quality-more-box .box .big .img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: all ease-out .2s;
}

@media (max-width:500px) {
    .quality-more-box .box .big .img::after {
        opacity: 1;
    }
}

.quality-more-box .box .big .tbox {
    position: absolute;
    left: 0.6rem;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

@media (max-width: 500px) {
    .quality-more-box .box .big .tbox {
        left: 0.5rem;
        bottom: 0.5rem;
        top: initial;
        transform: translateY(0);
    }
}

.quality-more-box .box .big .tbox .t1 {
    font-size: 34px;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 1440px) {
    .quality-more-box .box .big .tbox .t1 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .quality-more-box .box .big .tbox .t1 {
        line-height: 1.2;
    }
}

/* @media (max-width:1024px){



    .quality-more-box .box .big .tbox .t1 {



        font-size: 26px;



    }



}



@media (max-width:768px){



    .quality-more-box .box .big .tbox .t1 {



        font-size: 22px;



    }



} */

.quality-more-box .box .big .tbox .t2 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

@media (max-width:500px) {
    .quality-more-box .box .big .tbox .t2 {
        margin-top: 2px;
        color: #fff;
        font-size: 15px;
        font-weight: 400;
    }
}

.quality-more-box .box .big .tbox .more {
    /*display: table;*/
    /*font-size: 13px;*/
    /*font-weight: 500;*/
    /*color: #fff;*/
    margin-top: 55px;
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    border: 2px solid #fff;
    font-size: 13px;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all ease-out 0.2s;
    position: relative;
    z-index: 2;
}

@media (max-width: 1600px) {
    .quality-more-box .box .big .tbox .more {
        /* width: 120px;



    height: 36px; */
        margin-top: 35px;
    }
}

@media (max-width: 768px) {
    .quality-more-box .box .big .tbox .more {
        margin-top: 25px;
    }
}

@media (max-width: 500px) {
    .quality-more-box .box .big .tbox .more {
        border: 2px solid #fff;
        color: #fff;
    }
}

.quality-more-box .box .big .tbox .more:hover {
    color: #333;
    background: #fff;
    border: 1px solid #fff;
}

.quality-more-box .box .big .tbox .more img {
    margin-left: 0.1rem;
    width: 14px;
    height: 10px;
    transition: all ease-out 0.3s;
    display: none;
}

.quality-more-box .box .big:hover .img img {
    transform: scale(1.05);
}

.quality-more-box .box .big:hover .img::after {
    opacity: 1;
}

.quality-more-box .box .big .tbox .more:hover img {
    margin-left: 0.2rem;
}

.quality-more-box .box .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.2rem;
}

.quality-more-box .box .list .item {
    width: 49.25%;
    margin-right: 1.5%;
    position: relative;
}

.quality-more-box .box .list .item:nth-child(2) {
    margin-right: 0;
}

@media (max-width: 500px) {
    .quality-more-box .box .list .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.2rem;
    }

    .quality-more-box .box .list .item:last-child {
        margin-bottom: 0;
    }
}

.quality-more-box .box .list .item a {
    display: block;
}

.quality-more-box .box .list .item .img {
    width: 100%;
    overflow: hidden;
    /* padding-top: 46.37%; */
    height: 3.2rem;
    position: relative;
}


/* @media (max-width: 991px) {



  .quality-more-box .box .list .item .img {



    padding-top: 64.59%;



  }



} */

@media (max-width: 500px) {
    .quality-more-box .box .list .item .img {
        /* padding-top: 87.59%; */
        height: 5.5rem;
    }
}

.quality-more-box .box .list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    /*transition: all ease-out 0.3s;*/
    transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.quality-more-box .box .list .item .img::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: all ease-out .2s;
}

.quality-more-box .box .list .item:hover .img::after {
    opacity: 1;
}

@media (max-width:500px) {
    .quality-more-box .box .list .item .img::after {
        opacity: 1;
    }
}

.quality-more-box .box .list .item .tbox {
    position: absolute;
    left: 0.6rem;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 500px) {
    .quality-more-box .box .list .item .tbox {
        left: 0.5rem;
        bottom: 0.5rem;
        top: initial;
        transform: translateY(0);
    }
}

.quality-more-box .box .list .item .tbox .t1 {
    font-size: 34px;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 1440px) {
    .quality-more-box .box .list .item .tbox .t1 {
        font-size: 30px;
    }
}

@media (max-width: 500px) {
    .quality-more-box .box .list .item .tbox .t1 {
        line-height: 1.2;
    }
}

/* @media (max-width:1024px){



    .quality-more-box .box .list .item .tbox .t1 {



        font-size: 26px;



    }



}



@media (max-width:768px){



    .quality-more-box .box .list .item .tbox .t1 {



        font-size: 22px;



    }



} */

.quality-more-box .box .list .item .tbox .t2 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

@media (max-width:500px) {
    .quality-more-box .box .list .item .tbox .t2 {
        margin-top: 8px;
        color: #fff;
        font-size: 15px;
        font-weight: 400;
    }
}

.quality-more-box .box .list .item .tbox .more {
    /*display: table;*/
    /*font-size: 14px;*/
    /*color: #fff;*/
    margin-top: 55px;
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    border: 2px solid #fff;
    font-size: 13px;
    font-weight: 500;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all ease-out 0.2s;
    position: relative;
    z-index: 2;
}

@media (max-width: 1600px) {
    .quality-more-box .box .list .item .tbox .more {
        /* width: 120px;



    height: 36px; */
        margin-top: 35px;
    }
}

@media (max-width: 768px) {
    .quality-more-box .box .list .item .tbox .more {
        margin-top: 25px;
    }
}

@media (max-width: 500px) {
    .quality-more-box .box .list .item .tbox .more {
        /* margin-top: 15px; */
        border: 2px solid #fff;
        color: #fff;
    }
}

.quality-more-box .box .list .item .tbox .more:hover {
    color: #333;
    background: #fff;
    border: 1px solid #fff;
}

.quality-more-box .box .list .item .tbox .more img {
    margin-left: 10px;
    width: 14px;
    height: 10px;
    transition: all ease-out 0.3s;
    display: none;
}

.quality-more-box .box .list .item:hover .img img {
    transform: scale(1.05);
}

.quality-more-box .box .list .item .tbox .more:hover img {
    margin-left: 15px;
}

.supplier {
    width: 100%;
    padding-top: 1.4rem;
}

.supplier .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
}


/* @media (max-width: 1600px) {



  .supplier .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .supplier .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .supplier .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .supplier .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .supplier .box {



    width: 90%;



  }



} */

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

.supplier-box1 .img {
    width: 50%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 500px) {
    .supplier-box1 .img {
        width: 100%;
    }
}

.supplier-box1 .img::before {
    content: '';
    width: 100%;
    padding-top: 70%;
    display: block;
}

@media (max-width: 768px) {
    .supplier-box1 .img::before {
        padding-top: 102%;
    }
}

.supplier-box1 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
}

.supplier-box1 .tbox {
    width: 475px;
    max-width: 43.57%;
}

@media (max-width: 500px) {
    .supplier-box1 .tbox {
        width: 100%;
        max-width: 100%;
        margin-top: 0.5rem;
    }
}

.supplier-box1 .tbox .t1 {
    font-size: 44px;
    font-weight: 600;
    color: #121212;
}

@media (max-width: 1440px) {
    .supplier-box1 .tbox .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .supplier-box1 .tbox .t1 {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .supplier-box1 .tbox .t1 {



        font-size: 32px;



    }



}



@media (max-width:500px){



  .supplier-box1 .tbox .t1 {



      font-size: 28px;



  }



} */

.supplier-box1 .tbox .t2 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-top: 0.25rem;
}

@media (max-width:500px) {
    .supplier-box1 .tbox .t2 {
        line-height: 1.4;
    }
}

.supplier-box1 .tbox .t3 {
    width: 100%;
    margin-top: 0.4rem;
}

.supplier-box1 .tbox .t3 span {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #333;
    position: relative;
    padding-left: 18px;
}

@media (max-width:500px) {
    .supplier-box1 .tbox .t3 span {
        padding-bottom: 18px;
        line-height: 18px;
    }
}

.supplier-box1 .tbox .t3 span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #333;
}

@media (max-width:500px) {
    .supplier-box1 .tbox .t3 span::after {
        top: 5px;
    }
}

.supplier-box2 {
    width: 100%;
    margin-top: 2.34rem;
}

@media (max-width: 500px) {
    .supplier-box2 {
        margin-top: 1.2rem;
    }
}

.supplier-box2 .title {
    font-size: 44px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

@media (max-width: 1440px) {
    .supplier-box2 .title {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .supplier-box2 .title {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .supplier-box2 .title {



        font-size: 32px;



    }



}



@media (max-width:500px){



  .supplier-box2 .title {



      font-size: 28px;



  }



} */

.supplier-box2 .list {
    width: 100%;
    margin-top: 0.94rem;
}

.supplier-box2 .list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.supplier-box2 .list ul li {
    width: 15.42%;
    box-shadow: 0 0 0.3rem 0.05rem rgba(0, 0, 0, 0.1);
    margin-right: 1.49%;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.2rem;
}

.supplier-box2 .list ul li:nth-of-type(6n) {
    margin-right: 0;
}

.supplier-box2 .list ul li::before {
    content: '';
    width: 100%;
    padding-top: 75%;
    display: block;
}

.supplier-box2 .list ul li img {
    width: 100%;
    position: absolute;
    top: 0;
}

.supplier-box2 .list ul li:last-child {
    margin-right: 0;
}

.supplier-box2 .list ul li:nth-child(2n) {
    margin-top: -0.2rem;
    margin-bottom: 0.4rem;
}

@media (max-width: 500px) {
    .supplier-box2 .list ul li {
        width: 49%;
        margin: 0 2% 0.2rem 0;
    }

    .supplier-box2 .list ul li:nth-child(2n) {
        margin: 0 0 0.2rem 0;
    }
}

.supplier-box3 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
}

@media (max-width: 500px) {
    .supplier-box3 {
        margin-top: 1rem;
    }
}

.supplier-box3 .img {
    width: 50%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 500px) {
    .supplier-box3 .img {
        width: 100%;
    }
}

.supplier-box3 .img::before {
    content: '';
    width: 100%;
    padding-top: 85%;
    display: block;
}

.supplier-box3 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
}

.supplier-box3 .tbox {
    width: 43.57%;
}

@media (max-width: 500px) {
    .supplier-box3 .tbox {
        width: 100%;
        margin-top: 0.5rem;
    }
}

.supplier-box3 .tbox .t1 {
    font-size: 44px;
    font-weight: 600;
    color: #121212;
}

@media (max-width: 1440px) {
    .supplier-box3 .tbox .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .supplier-box3 .tbox .t1 {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .supplier-box3 .tbox .t1 {



        font-size: 32px;



    }



}



@media (max-width:500px){



  .supplier-box3 .tbox .t1 {



      font-size: 28px;



  }



} */

.supplier-box3 .tbox .t2 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-top: 0.25rem;
}

.supplier-box3 .tbox .t3 {
    width: 100%;
    margin-top: 0.4rem;
}

.supplier-box3 .tbox .t3 span {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #333;
    position: relative;
    padding-left: 18px;
    /* margin-bottom: 0.382em; */
}

.supplier-box3 .tbox .t3 span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #333;
}

.Inspection {
    width: 100%;
}

.Inspection-box1 {
    width: 100%;
    padding: 1.33rem 0 0;
    user-select: none;
}

.Inspection-box1 .top {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    position: relative;
}


/* @media (max-width: 1600px) {



  .Inspection-box1 .top {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .Inspection-box1 .top {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .Inspection-box1 .top {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .Inspection-box1 .top {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .Inspection-box1 .top {



    width: 90%;



  }



} */

.Inspection-box1 .top .title {
    font-size: 44px;
    font-weight: 600;
    color: #000;
}

@media (max-width: 1440px) {
    .Inspection-box1 .top .title {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .Inspection-box1 .top .title {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .Inspection-box1 .top .title {



        font-size: 32px;



    }



} */


/* @media (max-width:500px){



  .Inspection-box1 .top .title {



      font-size: 28px;



  }



} */

.Inspection-box1 .top .txt {
    width: 590px;
    max-width: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    margin-top: 0.23rem;
}

@media (max-width: 768px) {
    .Inspection-box1 .top .txt {
        width: 100%;
    }
}

.Inspection-box1 .list {
    width: 100%;
    margin-top: 0.56rem;
    position: relative;
}

.Inspection-box1 .list .ckbox {
    position: absolute;
    right: 13.54%;
    bottom: calc(100% + 0.55rem);
    display: flex;
}

@media (max-width: 768px) {
    .Inspection-box1 .list .ckbox {
        bottom: -0.9rem;
        right: 50%;
        transform: translateX(50%);
    }
}

@media (max-width: 767px) {
    .Inspection-box1 .list .ckbox {
        display: none;
    }
}

.Inspection-box1 .list .ckbox .swiper-prev {
    width: 32px;
    height: 32px;
    transition: -ms-transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s, transform 0.25s ease 0s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.Inspection-box1 .list .ckbox .swiper-prev::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #dddddd;
}

.Inspection-box1 .list .ckbox .swiper-prev svg {
    position: relative;
    z-index: 2;
}

.Inspection-box1 .list .ckbox .swiper-prev:hover {
    transform: scale(1.04);
}

.Inspection-box1 .list .ckbox .swiper-next {
    width: 32px;
    height: 32px;
    transition: -ms-transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s, transform 0.25s ease 0s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-left: 8px;
}

.Inspection-box1 .list .ckbox .swiper-next::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #dddddd;
}

.Inspection-box1 .list .ckbox .swiper-next svg {
    position: relative;
    z-index: 2;
}

.Inspection-box1 .list .ckbox .swiper-next:hover {
    transform: scale(1.04);
}

.Inspection-box1 .list .swiper {
    padding: 0 13.2%;
}

@media (max-width: 1440px) {
    .Inspection-box1 .list .swiper {
        padding: 0 15.3%;
    }
}

@media (max-width: 1366px) {
    .Inspection-box1 .list .swiper {
        padding: 0 13.4%;
    }
}

@media (max-width: 1280px) {
    .Inspection-box1 .list .swiper {
        padding: 0 11%;
    }
}

@media (max-width: 1024px) {
    .Inspection-box1 .list .swiper {
        padding: 0 14.8%;
    }
}

@media (max-width: 768px) {
    .Inspection-box1 .list .swiper {
        padding: 0 5%;
    }
}

.Inspection-box1 .list .swiper .swiper-slide .img {
    width: 100%;
    position: relative;
    padding-top: 62.5%;
    overflow: hidden;
}

.Inspection-box1 .list .swiper .swiper-slide .img img {
    width: 100%;
    position: absolute;
    top: 0;
}

.Inspection-box1 .list .swiper .swiper-slide .txt {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    /*text-align: center;*/
    margin-top: 0.23rem;
}

.Inspection-box2 {
    width: 100%;
    margin-top: 1.6rem;
}

.Inspection-box2.Inspection-box3 {
    margin-top: 1.3rem;
}

.Inspection-box2 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
}


/* @media (max-width: 1600px) {



  .Inspection-box2 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .Inspection-box2 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .Inspection-box2 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .Inspection-box2 .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .Inspection-box2 .box {



    width: 90%;



  }



} */

.Inspection-box2 .box .title {
    font-size: 44px;
    font-weight: 500;
    color: #000;
    display: flex;
    align-items: baseline;
}

@media (max-width: 1440px) {
    .Inspection-box2 .box .title {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .Inspection-box2 .box .title {
        font-size: 36px;
    }
}

@media (max-width:768px) {
    .Inspection-box2 .box .title {
        font-size: 32px;
    }
}

@media (max-width:500px) {
    .Inspection-box2 .box .title {
        font-size: 28px;
        flex-wrap: wrap;
    }
}

.Inspection-box2 .box .title span {
    font-size: 24px;
    font-weight: 500;
    color: #333;
    margin-left: 0.1rem;
}

@media (max-width: 1440px) {
    .Inspection-box2 .box .title span {
        font-size: 22px;
    }
}

@media (max-width:1024px) {
    .Inspection-box2 .box .title span {
        font-size: 20px;
    }
}

@media (max-width:768px) {
    .Inspection-box2 .box .title span {
        font-size: 18px;
    }
}

@media (max-width:767px) {
    .Inspection-box2 .box .title span {
        display: block;
        margin-left: 0;
        width: 100%;
    }
}

.Inspection-box2 .box .table-box {
    width: 100%;
    margin-top: 0.15rem;
    overflow-x: auto;
}

@media (max-width: 768px) {
    .Inspection-box2 .box .table-box ul {
        width: 900px;
    }
}

.Inspection-box2 .box .table-box ul li {
    width: 100%;
    display: flex;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    text-align: center;
}

.Inspection-box2 .box .table-box ul li.lbox1 {
    border: none;
    background: #00ACAB;
    color: #fff;
}

.Inspection-box2 .box .table-box ul li.lbox1 .t1,
.Inspection-box2 .box .table-box ul li.lbox1 .t2,
.Inspection-box2 .box .table-box ul li.lbox1 .t3,
.Inspection-box2 .box .table-box ul li.lbox1 .t4 {
    border-left: 1px solid #fff;
    min-height: 0.5rem;
    padding: 0.15rem 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}

.Inspection-box2 .box .table-box ul li.lbox1 .t1 {
    border-left: none;
}

.Inspection-box2 .box .table-box ul li.lbox2 .t1,
.Inspection-box2 .box .table-box ul li.lbox2 .t2,
.Inspection-box2 .box .table-box ul li.lbox2 .t3,
.Inspection-box2 .box .table-box ul li.lbox2 .t4 {
    min-height: 0.5rem;
    padding: 0.15rem 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-left: 1px solid #e8e8e8;
    font-size: 13px;
    font-weight: 500;
}

.Inspection-box2 .box .table-box ul li.lbox2 .t1 {
    border-left: none;
}

.Inspection-box2 .box .table-box ul li:nth-child(2n) {
    background: #f8f8f8;
}

.Inspection-box2 .box .table-box ul li:last-child {
    border-bottom: 1px solid #e8e8e8;
}

.Inspection-box2 .box .table-box ul li .t1 {
    width: 37.14%;
    display: flex;
}

.Inspection-box2 .box .table-box ul li .t1 .ts1 {
    width: 50%;
    padding: 0.15rem 0.1rem;
    border-right: 1px solid #E8E8E8;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
}

.Inspection-box2 .box .table-box ul li .t1 .ts2 {
    width: 50%;
}

.Inspection-box2 .box .table-box ul li .t1 .ts2 .ts {
    width: 100%;
    min-height: 0.5rem;
    padding: 0.15rem 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #E8E8E8;
    font-size: 13px;
    font-weight: 500;
}

.Inspection-box2 .box .table-box ul li .t1 .ts2 .ts:last-child {
    border-bottom: none;
}

.Inspection-box2 .box .table-box ul li .t2 {
    width: 24.78%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-left: 1px solid #E8E8E8;
}

.Inspection-box2 .box .table-box ul li .t2 .ts {
    width: 100%;
    min-height: 0.5rem;
    padding: 0.15rem 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #E8E8E8;
    font-size: 13px;
    font-weight: 500;
}

.Inspection-box2 .box .table-box ul li .t2 .ts:last-child {
    border-bottom: none;
}

.Inspection-box2 .box .table-box ul li .t3 {
    width: 18.85%;
    padding: 0.15rem 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-left: 1px solid #E8E8E8;
    font-size: 13px;
    font-weight: 500;
}

.Inspection-box2 .box .table-box ul li .t3 .ts {
    width: 100%;
    min-height: 0.5rem;
    padding: 0.15rem 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #E8E8E8;
    font-size: 13px;
    font-weight: 500;
}

.Inspection-box2 .box .table-box ul li .t4 {
    width: 18.92%;
    padding: 0.15rem 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-left: 1px solid #E8E8E8;
    font-size: 13px;
    font-weight: 500;
}

.Inspection-box2 .box .table-box ul li .t4 .ts {
    width: 100%;
    min-height: 0.5rem;
    padding: 0.15rem 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #E8E8E8;
    font-size: 13px;
    font-weight: 500;
}

.Inspection-box2 .box .tips {
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    margin-top: 0.1rem;
}

.solution {
    width: 100%;
}

.pre-box1 {
    width: 100%;
    padding-top: 1.6rem;
}

.pre-box1 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}


/* @media (max-width: 1600px) {



  .pre-box1 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .pre-box1 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .pre-box1 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .pre-box1 .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .pre-box1 .box {



    width: 90%;



  }



} */

.pre-box1 .box .img {
    width: 50%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .pre-box1 .box .img {
        width: 100%;
    }
}

.pre-box1 .box .img::after {
    content: '';
    width: 100%;
    padding-top: 90%;
    display: block;
}

@media (max-width: 768px) {
    .pre-box1 .box .img::after {
        padding-top: 140%;
    }
}

@media (max-width: 767px) {
    .pre-box1 .box .img::after {
        padding-top: 90%;
    }
}

.pre-box1 .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: all ease-out 1.5s;
}

.pre-box1 .box .img img:nth-child(2) {
    top: 0.8rem;
}

.pre-box1 .box .img.on img:nth-child(2) {
    top: 0;
}

.pre-box1 .box .tbox {
    width: 440px;
    max-width: 43.57%;
}

@media (max-width: 767px) {
    .pre-box1 .box .tbox {
        width: 100%;
        max-width: 100%;
        margin-top: 0.5rem;
    }
}

.pre-box1 .box .tbox .ts {
    font-size: 20px;
    color: #333;
    margin-bottom: 0.15rem;
}

@media (max-width: 1600px) {
    .pre-box1 .box .tbox .ts {
        font-size: 18px;
    }
}

@media (max-width: 1440px) {
    .pre-box1 .box .tbox .ts {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .pre-box1 .box .tbox .ts {
        margin: 32px 0 24px 0;
    }
}

.pre-box1 .box .tbox .ts span {
    display: block;
    margin-top: 7px;
    width: 0.3rem;
    height: 2px;
    background-color: #00acab;
}

.pre-box1 .box .tbox .t1 {
    font-size: 44px;
    font-weight: 600;
    color: #121212;
}

@media (max-width: 1440px) {
    .pre-box1 .box .tbox .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .pre-box1 .box .tbox .t1 {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .pre-box1 .box .tbox .t1 {



        font-size: 32px;



    }



}



@media (max-width:500px){



  .pre-box1 .box .tbox .t1 {



      font-size: 28px;



  }



} */

.pre-box1 .box .tbox .t2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    margin-top: 0.25rem;
}

@media (max-width: 767px) {
    .pre-box1 .box .tbox .t2 {
        line-height: 1.8;
    }
}

.pre-box2 {
    width: 100%;
    margin-top: 2.9rem;
    overflow: hidden;
}

@media (max-width: 768px) {
    .pre-box2 {
        margin-top: 64px;
    }
}

.pre-box2 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
}


/* @media (max-width: 1600px) {



  .pre-box2 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .pre-box2 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .pre-box2 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .pre-box2 .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .pre-box2 .box {



    width: 90%;



  }



} */

.pre-box2 .box .title {
    font-size: 44px;
    font-weight: 600;
    color: #121212;
}

@media (max-width: 1440px) {
    .pre-box2 .box .title {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .pre-box2 .box .title {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .pre-box2 .box .title {



        font-size: 32px;



    }



}



@media (max-width:500px){



  .pre-box2 .box .title {



      font-size: 28px;



  }



} */

.pre-box2 .list {
    width: 100%;
    margin-top: 1.12rem;
    position: relative;
}

@media (max-width: 767px) {
    .pre-box2 .list {
        margin-top: 32px;
    }
}

.pre-box2 .list .ckbox {
    position: absolute;
    right: 13.54%;
    top: -1.6rem;
    height: 36px;
    display: flex;
    align-items: center;
}

@media (max-width: 1440px) {
    .pre-box2 .list .ckbox {
        right: 5%;
    }
}

@media (max-width:500px) {
    .pre-box2 .list .ckbox {
        display: none;
    }
}

.pre-box2 .list .ckbox .button-prev {
    width: 32px;
    height: 32px;
    transition: -ms-transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s, transform 0.25s ease 0s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.pre-box2 .list .ckbox .button-prev::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #dddddd;
}

.pre-box2 .list .ckbox .button-prev svg {
    position: relative;
    z-index: 2;
}

.pre-box2 .list .ckbox .button-prev:hover {
    transform: scale(1.04);
}


/*.pre-box2 .list .ckbox .button-prev:hover {*/


/*  border: 1px solid #999;*/


/*}*/

.pre-box2 .list .ckbox .button-next {
    width: 32px;
    height: 32px;
    transition: -ms-transform 0.25s ease 0s, -webkit-transform 0.25s ease 0s, transform 0.25s ease 0s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-left: 8px;
}

.pre-box2 .list .ckbox .button-next::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #dddddd;
}

.pre-box2 .list .ckbox .button-next svg {
    position: relative;
    z-index: 2;
}

.pre-box2 .list .ckbox .button-next:hover {
    transform: scale(1.04);
}


/*.pre-box2 .list .ckbox .button-next:hover {*/


/*  border: 1px solid #999;*/


/*}*/

.pre-box2 .list .swiper {
    width: 100%;
    padding: 0 13.2%;
    overflow: hidden;
}

@media (max-width: 1440px) {
    .pre-box2 .list .swiper {
        padding: 0 15.3%;
    }
}

@media (max-width: 1366px) {
    .pre-box2 .list .swiper {
        padding: 0 13.4%;
    }
}

@media (max-width: 1280px) {
    .pre-box2 .list .swiper {
        padding: 0 11%;
    }
}

@media (max-width: 1024px) {
    .pre-box2 .list .swiper {
        padding: 0 14.8%;
    }
}

@media (max-width: 768px) {
    .pre-box2 .list .swiper {
        padding: 0 5%;
    }
}

.pre-box2 .list .swiper .swiper-slide {
    position: relative;
    padding-bottom: 0.34rem;
}

.pre-box2 .list .swiper .swiper-slide:last-child::after {
    display: none;
}

.pre-box2 .list .swiper .swiper-slide::after {
    content: '';
    width: 75%;
    height: 2px;
    background: #eaeaea;
    position: absolute;
    right: 0;
    top: 0.43rem;
}

@media (max-width: 1366px) {
    .pre-box2 .list .swiper .swiper-slide::after {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .pre-box2 .list .swiper .swiper-slide::after {
        width: 59%;
    }
}

.pre-box2 .list .swiper .swiper-slide .icon {
    width: 0.88rem;
    height: 0.88rem;
}

.pre-box2 .list .swiper .swiper-slide .icon img {
    width: 100%;
}

.pre-box2 .list .swiper .swiper-slide .t1 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-top: 0.43rem;
    text-transform: uppercase;
}

@media (max-width: 1440px) {
    .pre-box2 .list .swiper .swiper-slide .t1 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .pre-box2 .list .swiper .swiper-slide .t1 {
        font-size: 16px;
        width: 150px;
    }
}

.pre-box2 .list .swiper .swiper-slide .t2 {
    width: 60%;
    font-size: 13px;
    font-weight: 500;
    color: #777;
    margin-top: 0.1rem;
}

@media (max-width: 768px) {
    .pre-box2 .list .swiper .swiper-slide .t2 {
        width: 80%;
    }
}

.pre-box3 {
    width: 100%;
    margin-top: 2.4rem;
}

@media (max-width: 768px) {
    .pre-box3 {
        margin-top: 1.2rem;
    }
}

.pre-box3 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/* @media (max-width: 1600px) {



  .pre-box3 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .pre-box3 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .pre-box3 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .pre-box3 .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .pre-box3 .box {



    width: 90%;



  }



} */

.pre-box3 .box .img {
    width: 50%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .pre-box3 .box .img {
        width: 100%;
    }
}

.pre-box3 .box .img::after {
    content: '';
    width: 100%;
    padding-top: 90%;
    display: block;
}

.pre-box3 .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.pre-box3 .box .tbox {
    width: 41.42%;
    /*padding-top: 0.86rem;*/
}

@media (max-width: 768px) {
    .pre-box3 .box .tbox {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .pre-box3 .box .tbox {
        width: 100%;
        padding-top: 0.5rem;
    }
}

.pre-box3 .box .tbox .ts {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.pre-box3 .box .tbox .ts span {
    display: block;
    margin-top: 7px;
    width: 0.3rem;
    height: 2px;
    background-color: #00acab;
}

.pre-box3 .box .tbox .t1 {
    font-size: 44px;
    font-weight: 600;
    color: #121212;
    margin-top: 0.15rem;
}

@media (max-width: 1440px) {
    .pre-box3 .box .tbox .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .pre-box3 .box .tbox .t1 {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .pre-box3 .box .tbox .t1 {



        font-size: 32px;



    }



}



@media (max-width:500px){



  .pre-box3 .box .tbox .t1 {



      font-size: 28px;



  }



} */

.pre-box3 .box .tbox .t2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    margin-top: 0.36rem;
}

.pre-box4 {
    width: 100%;
    margin-top: 2.16rem;
}

@media (max-width: 768px) {
    .pre-box4 {
        margin-top: 1.2rem;
    }
}

.pre-box4 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}


/* @media (max-width: 1600px) {



  .pre-box4 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .pre-box4 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .pre-box4 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .pre-box4 .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .pre-box4 .box {



    width: 90%;



  }



} */

.pre-box4 .box .img {
    width: 50%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .pre-box4 .box .img {
        width: 100%;
    }
}

.pre-box4 .box .img::after {
    content: '';
    width: 100%;
    padding-top: 100%;
    display: block;
}

.pre-box4 .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: all ease-out 1.5s;
}

.pre-box4 .box .img img:nth-child(2) {
    top: 0.2rem;
}


/*.pre-box4 .box .img.on img:nth-child(2) {*/


/*  top: -0.3rem;*/


/*}*/

.pre-box4 .box .tbox {
    width: 40%;
}

@media (max-width: 767px) {
    .pre-box4 .box .tbox {
        width: 100%;
        margin-top: 0.5rem;
    }
}

.pre-box4 .box .tbox .ts {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.pre-box4 .box .tbox .ts span {
    display: block;
    margin-top: 7px;
    width: 0.3rem;
    height: 2px;
    background-color: #00acab;
}

.pre-box4 .box .tbox .t1 {
    font-size: 44px;
    font-weight: 600;
    color: #121212;
    margin-top: 0.15rem;
}

@media (max-width: 1440px) {
    .pre-box4 .box .tbox .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .pre-box4 .box .tbox .t1 {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .pre-box4 .box .tbox .t1 {



        font-size: 32px;



    }



}



@media (max-width:500px){



  .pre-box4 .box .tbox .t1 {



      font-size: 28px;



  }



} */

.pre-box4 .box .tbox .t2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    margin-top: 0.36rem;
}

.pre-box5 {
    width: 100%;
    padding: 1.8rem 0 0;
    /*padding: 0.97rem 0 0;*/
}

@media (max-width: 768px) {
    .pre-box5 {
        padding: 1rem 0;
    }
}

.pre-box5 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}


/* @media (max-width: 1600px) {



  .pre-box5 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .pre-box5 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .pre-box5 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .pre-box5 .box {



    width: 720px;



  }



} */

@media (max-width: 768px) {
    .pre-box5 .box {
        /* width: 90%; */
        flex-direction: column-reverse;
    }
}

.pre-box5 .box .list {
    width: 60.4%;
    /* margin-top: 0.5rem; */
}

@media (max-width: 768px) {
    .pre-box5 .box .list {
        width: 100%;
        margin-top: 50px;
    }
}

.pre-box5 .box .list ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 1440px) {
    .pre-box5 .box .list ul li {
        margin-bottom: 0.5rem;
    }

    .pre-box5 .box .list ul li:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 500px) {
    .pre-box5 .box .list ul li {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;

    }
}

.pre-box5 .box .list ul li .icon {
    width: 0.65rem;
    height: 0.65rem;
}

.pre-box5 .box .list ul li .icon img {
    width: 100%;
}

@media (max-width: 500px) {
    .pre-box5 .box .list ul li .icon {
        width: 50px;
        height: 50px;
    }
}

@media (max-width:767px) {
    .pre-box5 .box .list ul li .ts {
        width: calc(100% - 70px);
    }
}

.pre-box5 .box .list ul li .t1 {
    /*font-size: 0.24rem;*/
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #121212;
    margin-top: 0.24rem;
    font-family: "bold";
}

@media (max-width:767px) {
    .pre-box5 .box .list ul li .t1 {
        margin-top: 0;
    }
}

.pre-box5 .box .list ul li .t2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    margin-top: 7px;
}

@media (max-width:767px) {
    .pre-box5 .box .list ul li .t2 {
        margin-top: 8px;
        line-height: 1.4;
    }
}

.pre-box5 .box .tbox {
    width: 26.28%;
}

@media (max-width: 768px) {
    .pre-box5 .box .tbox {
        width: 100%;
    }
}

.pre-box5 .box .tbox .t1 {
    font-size: 44px;
    font-weight: 600;
    color: #121212;
}

@media (max-width: 1440px) {
    .pre-box5 .box .tbox .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .pre-box5 .box .tbox .t1 {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .pre-box5 .box .tbox .t1 {



        font-size: 32px;



    }



}



@media (max-width:500px){



  .pre-box5 .box .tbox .t1 {



      font-size: 28px;



  }



} */

.pre-box5 .box .tbox .txt {
    font-size: 14px;
    line-height: 1.618;
    font-weight: 400;
    color: #333;
    margin-top: 0.17rem;
}

.pre-box5 .box .tbox .btn {
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    font-size: 13px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    border: 2px solid #000;
    color: #333;
    transition: all ease-out 0.3s;
    margin-top: 0.46rem;
    position: relative;
}


/* @media (max-width: 1600px) {



  .pre-box5 .box .tbox .btn {



    width: 120px;



    height: 36px;



  }



} */

.pre-box5 .box .tbox .btn::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #000;
    z-index: -1;
    transition: all ease-out 0.3s;
    display: none;
}

.pre-box5 .box .tbox .btn:hover {
    color: #fff;
    background: #000;
}

.pre-box5 .box .tbox .btn:hover::after {
    width: 100%;
}

.bottled-oil .pre-box1 {
    padding-top: 1.5rem;
}

@media (max-width: 767px) {
    .bottled-oil .pre-box1 {
        padding-top: 64px;
    }
}

.bottled-oil .pre-box1 .box .img::after {
    padding-top: 90%;
}

.bottled-oil .pre-box1 .box .tbox {
    width: 32%;
}

@media (max-width: 768px) {
    .bottled-oil .pre-box1 .box .tbox {
        width: 100%;
        margin-top: 0.5rem;
    }
}

.bottled-oil .pre-box5 {
    padding: 1.94rem 0 2rem;
}

@media (max-width: 768px) {
    .bottled-oil .pre-box5 {
        padding: 1rem 0;
    }
}

.bottled-oil .index-box7 {
    margin-top: 0;
}

.supply-chain .index-box7 {
    margin-top: 0;
}

.supply-chain-box1 {
    width: 100%;
    padding-top: 1.37rem;
}

.supply-chain-box1 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
}


/* @media (max-width: 1600px) {



  .supply-chain-box1 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .supply-chain-box1 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .supply-chain-box1 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .supply-chain-box1 .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .supply-chain-box1 .box {



    width: 90%;



  }



} */

.supply-chain-box1 .box .item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

@media (max-width: 768px) {
    .supply-chain-box1 .box .item {
        margin-bottom: 1rem;
    }
}

.supply-chain-box1 .box .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.supply-chain-box1 .box .item:nth-child(2n) .tbox {
    padding: 0 2.9rem 0 0;
}

@media (max-width: 768px) {
    .supply-chain-box1 .box .item:nth-child(2n) .tbox {
        padding: 0.5rem 0;
    }
}

@media (max-width: 767px) {
    .supply-chain-box1 .box .item:nth-child(2n) .tbox {
        width: 100%;
        padding: 0.5rem 0;
    }
}

.supply-chain-box1 .box .item:last-child {
    margin-bottom: 0;
}

.supply-chain-box1 .box .item .img {
    width: 45.71%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .supply-chain-box1 .box .item .img {
        width: 100%;
    }
}

.supply-chain-box1 .box .item .img::before {
    content: '';
    width: 100%;
    padding-top: 103%;
    display: block;
}

@media (max-width: 768px) {
    .supply-chain-box1 .box .item .img::before {
        padding-top: 120%;
    }
}

@media (max-width: 767px) {
    .supply-chain-box1 .box .item .img::before {
        padding-top: 103%;
    }
}

.supply-chain-box1 .box .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.supply-chain-box1 .box .item .tbox {
    width: 50%;
    /*padding: 1.24rem 1rem 0 0.9rem;*/
    padding: 0 2rem 0 0.9rem;
}

@media (max-width: 768px) {
    .supply-chain-box1 .box .item .tbox {
        padding: 0.5rem 0;
    }
}

@media (max-width: 767px) {
    .supply-chain-box1 .box .item .tbox {
        width: 100%;
        padding: 0.5rem 0;
    }
}

.supply-chain-box1 .box .item .tbox .t1 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.supply-chain-box1 .box .item .tbox .t1 span {
    width: 40px;
    height: 2px;
    background: #00acab;
    display: block;
    margin-top: 7px;
}

.supply-chain-box1 .box .item .tbox .t2 {
    font-size: 44px;
    font-weight: 600;
    color: #121212;
    margin-top: 0.13rem;
}

@media (max-width: 1440px) {
    .supply-chain-box1 .box .item .tbox .t2 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .supply-chain-box1 .box .item .tbox .t2 {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .supply-chain-box1 .box .item .tbox .t2 {



        font-size: 32px;



    }



}



@media (max-width:500px){



  .supply-chain-box1 .box .item .tbox .t2 {



      font-size: 28px;



  }



} */

.supply-chain-box1 .box .item .tbox .t3 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    margin-top: 0.23rem;
}

.supply-chain-box1 .box .item .tbox .t4 {
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 14px;
    transition: all ease-out 0.3s;
    margin-top: 0.43rem;
    border: 2px solid #000;
    position: relative;
}


/* @media (max-width: 1600px) {



  .supply-chain-box1 .box .item .tbox .t4 {



    width: 120px;



    height: 36px;



  }



} */

.supply-chain-box1 .box .item .tbox .t4::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #000;
    z-index: -1;
    transition: all ease-out 0.3s;
    display: none;
}

.supply-chain-box1 .box .item .tbox .t4:hover {
    color: #fff;
    background: #000;
}

.supply-chain-box1 .box .item .tbox .t4:hover::after {
    width: 100%;
}

.supply-chain-box2 {
    width: 100%;
    margin-top: 1.61rem;
}

@media (max-width: 768px) {
    .supply-chain-box2 {
        margin-top: 1.2rem;
    }
}

.supply-chain-box2 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    position: relative;
}


/* @media (max-width: 1600px) {



  .supply-chain-box2 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .supply-chain-box2 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .supply-chain-box2 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .supply-chain-box2 .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .supply-chain-box2 .box {



    width: 90%;



  }



} */

.supply-chain-box2 .box .img {
    width: 100%;
    height: 6rem;
}

.supply-chain-box2 .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.supply-chain-box2 .box .tbox {
    position: absolute;
    padding-left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

@media (max-width: 500px) {
    .supply-chain-box2 .box .tbox {
        position: relative;
        top: initial;
        transform: translateY(0);
        padding: 0.5rem 0;
    }
}

.supply-chain-box2 .box .tbox .t1 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

@media (max-width: 500px) {
    .supply-chain-box2 .box .tbox .t1 {
        color: #333;
    }
}

.supply-chain-box2 .box .tbox .t1 span {
    width: 40px;
    height: 2px;
    background: #fff;
    display: block;
    margin-top: 7px;
}

@media (max-width: 500px) {
    .supply-chain-box2 .box .tbox .t1 span {
        background: #00acab;
    }
}

.supply-chain-box2 .box .tbox .t2 {
    font-size: 44px;
    font-weight: 600;
    color: #fff;
    margin-top: 0.12rem;
}

@media (max-width: 1440px) {
    .supply-chain-box2 .box .tbox .t2 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .supply-chain-box2 .box .tbox .t2 {
        font-size: 36px;
        line-height: 1.2;
        color: #121212;
    }
}


/* @media (max-width:768px){



    .supply-chain-box2 .box .tbox .t2 {



        font-size: 32px;



    }



}



@media (max-width: 500px) {



  .supply-chain-box2 .box .tbox .t2 {



    color: #333;

    font-size: 28px;

  }



} */

.supply-chain-box2 .box .tbox .t3 {
    width: 500px;
    max-width: 100%;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.24rem;
}

@media (max-width: 500px) {
    .supply-chain-box2 .box .tbox .t3 {
        color: #333;
    }
}

.supply-chain-box2 .box .tbox .t4 {
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    border: 2px solid #fff;
    transition: all ease-out 0.3s;
    margin-top: 0.4rem;
    position: relative;
}


/* @media (max-width: 1600px) {



  .supply-chain-box2 .box .tbox .t4 {



    width: 120px;



    height: 36px;



  }



} */

@media (max-width: 500px) {
    .supply-chain-box2 .box .tbox .t4 {
        color: #000;
        border: 2px solid #000;
    }
}

.supply-chain-box2 .box .tbox .t4::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #fff;
    z-index: -1;
    transition: all ease-out 0.3s;
    display: none;
}

@media (max-width: 500px) {
    .supply-chain-box2 .box .tbox .t4::after {
        background: #000;
    }
}

.supply-chain-box2 .box .tbox .t4:hover {
    color: #333;
    background: #fff;
}

@media (max-width: 500px) {
    .supply-chain-box2 .box .tbox .t4:hover {
        color: #fff;
    }
}

.supply-chain-box2 .box .tbox .t4:hover::after {
    width: 100%;
}

.supply-chain-box3 {
    width: 100%;
    margin-top: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #e3e9db;
}

.supply-chain-box3 .img {
    width: 50%;
    height: 640px;
    position: relative;
}

@media (max-width: 1600px) {
    .supply-chain-box3 .img {
        height: 600px;
    }
}

@media (max-width: 1280px) {
    .supply-chain-box3 .img {
        height: 500px;
    }
}

@media (max-width: 1024px) {
    .supply-chain-box3 .img {
        height: 400px;
    }
}

@media (max-width: 768px) {
    .supply-chain-box3 .img {
        width: 100%;
    }
}


/* .supply-chain-box3 .img::before {



  content: '';



  width: 100%;



  padding-top: 66.7%;



  display: block;



} */

.supply-chain-box3 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* position: absolute;



  top: 0; */
}

.supply-chain-box3 .tbox {
    width: 50%;
    padding: 0 1rem;
}

@media (max-width: 1024px) {
    .supply-chain-box3 .tbox {
        padding: 0.5rem 1rem;
    }
}

@media (max-width: 768px) {
    .supply-chain-box3 .tbox {
        width: 100%;
        padding: 0.5rem 0.5rem 1rem;
    }
}

.supply-chain-box3 .tbox .t1 {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.supply-chain-box3 .tbox .t1 span {
    width: 40px;
    height: 2px;
    background: #00acab;
    display: block;
    margin-top: 7px;
}

.supply-chain-box3 .tbox .t2 {
    font-size: 44px;
    font-weight: 600;
    color: #121212;
    margin-top: 14px;
}

@media (max-width: 1440px) {
    .supply-chain-box3 .tbox .t2 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .supply-chain-box3 .tbox .t2 {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .supply-chain-box3 .tbox .t2 {



        font-size: 32px;



    }



}



@media (max-width:500px){



  .supply-chain-box3 .tbox .t2 {



      font-size: 28px;



  }



} */

.supply-chain-box3 .tbox .t3 {
    width: 500px;
    max-width: 100%;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    margin-top: 20px;
}

.supply-chain-box3 .tbox .t4 {
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 14px;
    border: 2px solid #000;
    transition: all ease-out 0.3s;
    margin-top: 45px;
    position: relative;
    z-index: 2;
}

@media (max-width: 1600px) {
    .supply-chain-box3 .tbox .t4 {
        /* width: 120px;



    height: 36px; */
        margin-top: 30px;
    }
}

.supply-chain-box3 .tbox .t4::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #000;
    z-index: -1;
    transition: all ease-out 0.3s;
    display: none;
}

.supply-chain-box3 .tbox .t4:hover {
    color: #fff;
    background: #000;
}

.supply-chain-box3 .tbox .t4:hover::after {
    width: 100%;
}

.supply-chain .pre-box5 {
    padding: 1.95rem 0 2rem;
    background: url(../images/supply-chain-img5.png) left top no-repeat;
    background-size: 5.63rem;
}

@media (max-width: 768px) {
    .supply-chain .pre-box5 {
        padding: 1.2rem 0;
    }
}

.supply-chain .pre-box5 .box .list {
    margin-top: 0;
}

@media (max-width: 768px) {
    .supply-chain .pre-box5 .box .list {
        margin-top: 0.5rem;
    }
}

.pre-box5 .box .list ul li {
    width: 100%;
    margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
    .pre-box5 .box .list ul li {
        margin-bottom: 32px;
    }

}

.supply-chain .pre-box5 .box .tbox .btn {
    margin-top: 0.42rem;
}

.TPD {
    width: 100%;
    background: #fff;
    padding: 1.12rem 0 1.26rem;
}

.TPD .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
}


/* @media (max-width: 1600px) {



  .TPD .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .TPD .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .TPD .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .TPD .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .TPD .box {



    width: 90%;



  }



} */

.TPD .box .title {
    font-size: 44px;
    font-weight: 600;
    color: #010101;
}

@media (max-width: 1440px) {
    .TPD .box .title {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .TPD .box .title {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .TPD .box .title {



        font-size: 32px;



    }



}



@media (max-width:500px){



  .TPD .box .title {



      font-size: 28px;



  }



} */

.TPD .box .box1 {
    width: 100%;
    margin-top: 0.6rem;
}

.TPD .box .box1 .t1 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

@media (max-width: 1600px) {
    .TPD .box .box1 .t1 {
        font-size: 18px;
    }
}

.TPD .box .box1 .list {
    width: 100%;
    margin-top: 0.15rem;
}

.TPD .box .box1 .list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.TPD .box .box1 .list ul li {
    width: 31.85%;
    padding: 0.3rem 0.3rem 0.54rem;
    border-radius: 0.15rem;
    border: 1px solid #ddd;
    margin-right: 2.2%;
    margin-bottom: 0.3rem;
}

.TPD .box .box1 .list ul li:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 500px) {
    .TPD .box .box1 .list ul li {
        width: 100%;
        margin-right: 0;
    }
}

.TPD .box .box1 .list ul li .txt {
    color: #666;
    text-align: center;
    margin-top: 0.28rem;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.TPD .box .box2 {
    width: 100%;
    margin-top: 0.4rem;
}

.TPD .box .box2 .t1 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

@media (max-width: 1600px) {
    .TPD .box .box2 .t1 {
        font-size: 18px;
    }
}

.TPD .box .box2 .img {
    width: 100%;
    padding: 0.3rem;
    border-radius: 0.15rem;
    border: 1px solid #ddd;
    margin-top: 0.15rem;
}

.TPD .box .box3 {
    width: 100%;
    margin-top: 0.76rem;
}

.TPD .box .box3 .item {
    width: 100%;
    margin-bottom: 0.7rem;
}

.TPD .box .box3 .item:last-child {
    margin-bottom: 0;
}

.TPD .box .box3 .item .t1 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}

@media (max-width: 500px) {
    .TPD .box .box3 .item .t1 {
        font-size: 18px;
    }
}

.TPD .box .box3 .item .t2 {
    color: #333;
    margin-top: 0.22rem;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
}

.TPD .box .box3 .item .t2 span {
    position: relative;
    padding-left: 18px;
    display: block;
}

.TPD .box .box3 .item .t2 span::after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #333;
    position: absolute;
    left: 0;
    top: 9px;
}

.TPD .box .box3 .item .btn {
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #000;
    border: 2px solid #000;
    font-size: 14px;
    transition: all ease-out 0.3s;
    margin-top: 0.44rem;
    position: relative;
}


/* @media (max-width: 1600px) {



  .TPD .box .box3 .item .btn {



    width: 120px;



    height: 36px;



  }



} */

.TPD .box .box3 .item .btn::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #000;
    z-index: -1;
    transition: all ease-out 0.3s;
    display: none;
}

.TPD .box .box3 .item .btn:hover {
    color: #fff;
    background: #000;
}

.TPD .box .box3 .item .btn:hover::after {
    width: 100%;
}

.Regulatory {
    width: 100%;
    padding: 1.33rem 0 0.32rem;
}

@media (max-width: 767px) {
    .Regulatory {
        padding: 1.33rem 0 0;
    }
}

.Regulatory .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
}


/* @media (max-width: 1600px) {



  .Regulatory .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .Regulatory .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .Regulatory .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .Regulatory .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .Regulatory .box {



    width: 90%;



  }



} */

.Regulatory .box .tbox {
    width: 100%;
    margin-bottom: 1.06rem;
}

.Regulatory .box .tbox:last-child {
    margin-bottom: 0;
}

.Regulatory .box .tbox .t1 {
    font-size: 44px;
    color: #000000;
    font-weight: 600;
}

@media (max-width: 1440px) {
    .Regulatory .box .tbox .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .Regulatory .box .tbox .t1 {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .Regulatory .box .tbox .t1 {



        font-size: 32px;



    }



}



@media (max-width:500px){



  .Regulatory .box .tbox .t1 {



      font-size: 28px;



  }



} */

.Regulatory .box .tbox .t2 {
    width: 40%;
    max-width: 100%;
    color: #333;
    font-weight: 400;
    margin-top: 0.26rem;
}

@media (max-width:500px) {
    .Regulatory .box .tbox .t2 {
        width: 100%;
    }
}

.Regulatory .box .tbox .btn {
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.54rem;
    color: #000;
    border: 2px solid #000;
    font-size: 13px;
    font-weight: 500;
    transition: all ease-out 0.2s;
    position: relative;
}


/* @media (max-width: 1600px) {



  .Regulatory .box .tbox .btn {



    width: 120px;



    height: 36px;



  }



} */

.Regulatory .box .tbox .btn::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #000;
    z-index: -1;
    transition: all ease-out 0.3s;
    display: none;
}

.Regulatory .box .tbox .btn:hover {
    color: #fff;
    background: #000;
}

.Regulatory .box .tbox .btn:hover::after {
    width: 100%;
}

.Regulatory .box .list {
    width: 100%;
    margin-bottom: 1.1rem;
}

.Regulatory .box .list ul {
    display: flex;
    flex-wrap: wrap;
}

.Regulatory .box .list ul li {
    width: 48.5%;
    margin-right: 3%;
    box-shadow: 0px 0.05rem 0.2rem 0px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0.9rem 0.67rem 0.8rem;
}

.Regulatory .box .list ul li:nth-child(2n) {
    margin-right: 0;
}

@media (max-width: 768px) {
    .Regulatory .box .list ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.3rem;
        padding: 27px;
    }
}

.Regulatory .box .list ul li .icon {
    height: 1.06rem;
}

.Regulatory .box .list ul li .icon img {
    max-height: 100%;
}

.Regulatory .box .list ul li .t1 {
    font-size: 24px;
    color: #000000;
    font-weight: 500;
    margin-top: 0.46rem;
}

@media (max-width: 767px) {
    .Regulatory .box .list ul li .t1 {
        margin-top: 16px;
    }
}

.Regulatory .box .list ul li .t2 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    font-weight: 400;
    margin-top: 0.26rem;
}

.rawMaterial {
    width: 100%;
}

.rawMaterial .index-box7 {
    margin-top: 1.77rem;
}

.rawMaterial-box1 {
    width: 100%;
    padding: 1.4rem 0;
}

.rawMaterial-box1 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


/* @media (max-width: 1600px) {



  .rawMaterial-box1 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .rawMaterial-box1 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .rawMaterial-box1 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .rawMaterial-box1 .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .rawMaterial-box1 .box {



    width: 90%;



  }



} */

.rawMaterial-box1 .box .img {
    width: 50%;
    position: relative;
}

@media (max-width: 500px) {
    .rawMaterial-box1 .box .img {
        width: 100%;
    }
}

.rawMaterial-box1 .box .img::after {
    content: '';
    width: 100%;
    padding-top: 83.14%;
    display: block;
}

.rawMaterial-box1 .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-out 0.3s;
    position: absolute;
    top: 0;
}

.rawMaterial-box1 .box .tbox {
    width: 50%;
    padding: 0 0 0 0.6rem;
}

@media (max-width: 768px) {
    .rawMaterial-box1 .box .tbox {
        padding: 0.1rem 0 0 0.6rem;
    }
}

@media (max-width: 500px) {
    .rawMaterial-box1 .box .tbox {
        width: 100%;
        padding: 0.5rem 0 0;
    }
}

.rawMaterial-box1 .box .tbox .t1 {
    font-size: 44px;
    font-weight: 600;
    color: #000000;
}

@media (max-width: 1440px) {
    .rawMaterial-box1 .box .tbox .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .rawMaterial-box1 .box .tbox .t1 {
        font-size: 36px;
    }
}

@media (max-width:768px) {
    .rawMaterial-box1 .box .tbox .t1 {
        font-size: 32px;
    }
}

@media (max-width:500px) {
    .rawMaterial-box1 .box .tbox .t1 {
        font-size: 28px;
    }
}

.rawMaterial-box1 .box .tbox .t2 {
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    color: #333;
    margin-top: 0.26rem;
}

.rawMaterial-box1 .box .tbox .t2 span {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #333;
    position: relative;
    padding-left: 18px;
    /* margin-bottom: 0.382em; */
}

.rawMaterial-box1 .box .tbox .t2 span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #333;
}

.rawMaterial-box1 .box .tbox .btn {
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.47rem;
    color: #000;
    border: 2px solid #000;
    font-size: 13px;
    font-weight: 500;
    transition: all ease-out 0.2s;
    position: relative;
}


/* @media (max-width: 1600px) {



  .rawMaterial-box1 .box .tbox .btn {



    width: 120px;



    height: 36px;



  }



} */

.rawMaterial-box1 .box .tbox .btn::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #000;
    z-index: -1;
    transition: all ease-out 0.3s;
    display: none;
}

.rawMaterial-box1 .box .tbox .btn:hover {
    color: #fff;
    background: #000;
}

.rawMaterial-box1 .box .tbox .btn:hover::after {
    width: 100%;
}

.rawMaterial-box2 {
    width: 100%;
    position: relative;
}

.rawMaterial-box2 .bg {
    width: 100%;
    height: 7.6rem;
}

.rawMaterial-box2 .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rawMaterial-box2 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}


/* @media (max-width: 1600px) {



  .rawMaterial-box2 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .rawMaterial-box2 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .rawMaterial-box2 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .rawMaterial-box2 .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .rawMaterial-box2 .box {



    width: 90%;



  }



} */

.rawMaterial-box2 .box .t1 {
    font-size: 44px;
    font-weight: 600;
    color: #FFFFFF;
}

@media (max-width: 1440px) {
    .rawMaterial-box2 .box .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .rawMaterial-box2 .box .t1 {
        font-size: 36px;
    }
}

@media (max-width:768px) {
    .rawMaterial-box2 .box .t1 {
        font-size: 32px;
    }
}

@media (max-width:500px) {
    .rawMaterial-box2 .box .t1 {
        font-size: 28px;
    }
}

.rawMaterial-box2 .box .t2 {
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    font-weight: 500;
    margin-top: 0.18rem;
}

.rawMaterial-box2 .box .t2 span {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
    position: relative;
    padding-left: 18px;
    /* margin-bottom: 0.382em; */
}

.rawMaterial-box2 .box .t2 span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fff;
}

.rawMaterial-box2 .box .btn {
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.54rem;
    border: 2px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    transition: all ease-out 0.2s;
    position: relative;
}


/* @media (max-width: 1600px) {



  .rawMaterial-box2 .box .btn {



    width: 120px;



    height: 36px;



  }



} */

.rawMaterial-box2 .box .btn::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #fff;
    z-index: -1;
    transition: all ease-out 0.3s;
    display: none;
}

.rawMaterial-box2 .box .btn:hover {
    color: #333;
    background: #fff;
}

.rawMaterial-box2 .box .btn:hover::after {
    width: 100%;
}

.rawMaterial-box3 {
    width: 100%;
    padding: 1.4rem 0;
}

.rawMaterial-box3 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
}


/* @media (max-width: 1600px) {



  .rawMaterial-box3 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .rawMaterial-box3 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .rawMaterial-box3 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .rawMaterial-box3 .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .rawMaterial-box3 .box {



    width: 90%;



  }



} */

.rawMaterial-box3 .box .img {
    width: 47.14%;
    position: relative;
}

@media (max-width: 500px) {
    .rawMaterial-box3 .box .img {
        width: 100%;
    }
}

.rawMaterial-box3 .box .img::after {
    content: '';
    width: 100%;
    padding-top: 100%;
    display: block;
}

.rawMaterial-box3 .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-out 0.3s;
    position: absolute;
    top: 0;
}

.rawMaterial-box3 .box .tbox {
    width: 50%;
    padding-top: 2.22rem;
}

@media (max-width: 768px) {
    .rawMaterial-box3 .box .tbox {
        padding: 0.5rem 0.3rem 0 0;
    }
}

@media (max-width: 500px) {
    .rawMaterial-box3 .box .tbox {
        width: 100%;
        padding: 0.5rem 0 0;
    }
}

.rawMaterial-box3 .box .tbox .t1 {
    font-size: 44px;
    font-weight: 600;
    color: #000000;
}

@media (max-width: 1440px) {
    .rawMaterial-box3 .box .tbox .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .rawMaterial-box3 .box .tbox .t1 {
        font-size: 36px;
    }
}

@media (max-width:768px) {
    .rawMaterial-box3 .box .tbox .t1 {
        font-size: 32px;
    }
}

@media (max-width:500px) {
    .rawMaterial-box3 .box .tbox .t1 {
        font-size: 28px;
    }
}

.rawMaterial-box3 .box .tbox .t2 {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    font-weight: 500;
    margin-top: 0.26rem;
}

.rawMaterial-box3 .box .tbox .t2 span {
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #333;
    position: relative;
    padding-left: 18px;
    /* margin-bottom: 0.382em; */
}

.rawMaterial-box3 .box .tbox .t2 span::after {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #333;
}

.rawMaterial-box3 .box .tbox .btn {
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.47rem;
    color: #000;
    border: 2px solid #000;
    font-size: 13px;
    font-weight: 500;
    transition: all ease-out 0.2s;
    position: relative;
}


/* @media (max-width: 1600px) {



  .rawMaterial-box3 .box .tbox .btn {



    width: 120px;



    height: 36px;



  }



} */

.rawMaterial-box3 .box .tbox .btn::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #000;
    z-index: -1;
    transition: all ease-out 0.3s;
    display: none;
}

.rawMaterial-box3 .box .tbox .btn:hover {
    color: #fff;
    background: #000;
}

.rawMaterial-box3 .box .tbox .btn:hover::after {
    width: 100%;
}

.rawMaterial-box4 {
    width: 100%;
}

.rawMaterial-box4 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    position: relative;
}


/* @media (max-width: 1600px) {



  .rawMaterial-box4 .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .rawMaterial-box4 .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .rawMaterial-box4 .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .rawMaterial-box4 .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .rawMaterial-box4 .box {



    width: 90%;



  }



} */

.rawMaterial-box4 .box .bg {
    width: 100%;
    height: 5.6rem;
}

.rawMaterial-box4 .box .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rawMaterial-box4 .box .tbox {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    padding: 0 0.8rem;
}

@media (max-width: 768px) {
    .rawMaterial-box4 .box .tbox {
        width: 100%;
        padding: 0 0.5rem;
        top: initial;
        bottom: 0.5rem;
        transform: translateY(0);
    }
}

.rawMaterial-box4 .box .tbox .t1 {
    font-size: 44px;
    font-weight: 600;
    color: #FFFFFF;
}

@media (max-width: 1440px) {
    .rawMaterial-box4 .box .tbox .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .rawMaterial-box4 .box .tbox .t1 {
        font-size: 36px;
    }
}

@media (max-width:768px) {
    .rawMaterial-box4 .box .tbox .t1 {
        font-size: 32px;
    }
}

@media (max-width:500px) {
    .rawMaterial-box4 .box .tbox .t1 {
        font-size: 28px;
    }
}

.rawMaterial-box4 .box .tbox .t2 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 0.2rem;
}

@media (max-width:500px) {
    .rawMaterial-box4 .box .tbox .t2 {
        margin-top: 0;
        color: rgba(255, 255, 255, 0.7);
    }
}

.rawMaterial-box4 .box .tbox .btn {
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.51rem;
    border: 2px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    transition: all ease-out 0.2s;
    position: relative;
}


/* @media (max-width: 1600px) {



  .rawMaterial-box4 .box .tbox .btn {



    width: 120px;



    height: 36px;



  }



} */

@media (max-width:500px) {
    .rawMaterial-box4 .box .tbox .btn {
        margin-top: 15px;
        color: rgba(255, 255, 255, 0.7);
        border: 2px solid rgba(255, 255, 255, 0.7);
    }
}

.rawMaterial-box4 .box .tbox .btn::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #fff;
    z-index: -1;
    transition: all ease-out 0.3s;
    display: none;
}

.rawMaterial-box4 .box .tbox .btn:hover {
    color: #333;
    background: #fff;
}

.rawMaterial-box4 .box .tbox .btn:hover::after {
    width: 100%;
}

.product-list {
    width: 100%;
    padding: 0.8rem 0 1.6rem;
}

.product-list .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}


/* @media (max-width: 1600px) {



  .product-list .box {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .product-list .box {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .product-list .box {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .product-list .box {



    width: 720px;



  }



}



@media (max-width: 768px) {



  .product-list .box {



    width: 90%;



  }



} */

.product-list .box .product-menu {
    width: 17.14%;
}

@media (max-width: 768px) {
    .product-list .box .product-menu {
        display: none;
    }
}

.product-list .box .product-menu .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.product-list .box .product-menu .top .label {
    width: 100%;
}

@media (max-width: 768px) {
    .product-list .box .product-menu .top .label {
        display: none;
    }
}

.product-list .box .product-menu .top .label .txt {
    width: 100%;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 500;
    color: #111;
}

.product-list .box .product-menu .top .label .lbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.1rem;
}

.product-list .box .product-menu .top .label .lbox .item {
    height: 30px;
    border: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    color: #666;
    font-size: 12px;
    font-weight: 500;
    padding: 0 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
    transition: all ease-out 0.2s;
    cursor: pointer;
}

.product-list .box .product-menu .top .label .lbox .item span {
    width: 10px;
    height: 10px;
    display: flex;
    margin-left: 0.1rem;
}

.product-list .box .product-menu .top .label .lbox .item span img {
    width: 100%;
}

.product-list .box .product-menu .top .label .lbox .item:hover {
    color: #333;
    background: #f5f5f5;
}

.product-list .box .filter {
    display: none;
}

@media (max-width:768px) {
    .product-list .box .filter {
        display: flex;
    }
}

.product-list .box .product-menu ul {
    width: 100%;
}

.product-list .box .product-menu ul li {
    width: 100%;
    margin-bottom: 0.2rem;
    padding: 0.1rem 0 0.3rem;
    border-bottom: 1px solid #DDDDDD;
}

.product-list .box .product-menu ul li .t1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #333333;
    cursor: pointer;
    position: relative;
    padding-left: 0.15rem;
}

.product-list .box .product-menu ul li .t1 .icon {
    width: 5px;
    height: 5px;
    display: flex;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    /* margin-top: -0.09rem; */
    transform-origin: center center;
    transition: all ease-out 0.2s;
}

.product-list .box .product-menu ul li .t1 .icon img {
    width: 100%;
    transition: all ease-out 0.3s;
    display: none;
}

.product-list .box .product-menu ul li .t1 .icon img:nth-child(2) {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
}

.product-list .box .product-menu ul li .t1.on .icon img:nth-child(1) {
    opacity: 0;
}

.product-list .box .product-menu ul li .t1.on .icon img:nth-child(2) {
    opacity: 1;
}

.product-list .box .product-menu ul li .t1.on .icon {
    transform: translateY(-50%) rotate(45deg);
}

.product-list .box .product-menu ul li .tbox {
    width: 100%;
    padding-top: 0.1rem;
    display: none;
    color: #111;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.product-list .box .product-menu ul li .tbox .ckbox {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0.05rem;
    cursor: pointer;
    position: relative;
}

.product-list .box .product-menu ul li .tbox .ckbox i {
    display: inline-block;
    position: relative;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background-color: #fff;
    z-index: 1;
    margin-right: 5px;
    transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46);
}

.product-list .box .product-menu ul li .tbox .ckbox i::after {
    box-sizing: content-box;
    content: "";
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    height: 7px;
    left: 4px;
    position: absolute;
    top: 1px;
    transform: rotateZ(45deg);
    width: 3px;
    transition: transform .15s ease-in .05s;
    transform-origin: center;
}

.product-list .box .product-menu ul li .tbox .ckbox:hover i {
    border-color: #409eff;
}

.product-list .box .product-menu ul li .tbox .ckbox.on i {
    background-color: #409eff;
    border-color: #409eff;
}

.product-list .box .product-menu ul li .tbox label {
    width: 100%;
    display: block;
    margin-bottom: 0.05rem;
    position: relative;
}

.product-list .box .product-menu ul li .tbox input[type="checkbox"] {
    width: 12px;
    height: 12px;
    -webkit-appearance: checkbox;
    border: 1px solid #333;
    margin-right: 0.05rem;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.product-list .box .product-menu ul li .tbox input[type=checkbox]:checked {
    background: none !important;
}

.product-list .box .product-menu ul li .tbox input[type=checkbox]:checked::after {
    content: "";
    color: #000;
    width: 100%;
    height: 100%;
    font-size: 6px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-list .box .product-menu ul li .tbox input[type=checkbox]:checked::before {
    content: '';
    width: 3px;
    height: 6px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(30deg);
    z-index: 2;
}

.product-list .box .product-menu ul li .tbox a {
    width: 100%;
    display: block;
    color: #111;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    transition: all ease-out 0.3s;
}

.product-list .box .product-menu ul li .tbox a:hover,
.product-list .box .product-menu ul li .tbox a.on {
    color: #00ACAB;
}

.product-list .box .right {
    width: 74.28%;
}

@media (max-width: 768px) {
    .product-list .box .right {
        width: 100%;
    }
}

.product-list .box .right .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
}

.product-list .box .right .top .label {
    width: 70%;
    color: #333333;
    display: flex;
    align-items: flex-start;
}

@media (max-width: 768px) {
    .product-list .box .right .top .label {
        display: none;
    }
}

.product-list .box .right .top .label .txt {
    flex-shrink: 0;
}

.product-list .box .right .top .label .lbox {
    display: flex;
    cursor: pointer;
    margin-right: 10px;
    flex-wrap: wrap;
}

.product-list .box .right .top .label .lbox .item {
    height: 30px;
    border: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    color: #00ACAB;
    padding: 0 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.product-list .box .right .top .label .lbox .item span {
    width: 10px;
    height: 10px;
    display: flex;
    margin-left: 0.1rem;
}

.product-list .box .right .top .label .lbox .item span img {
    width: 100%;
}

.product-list .box .right .top .filter {
    display: flex;
    align-items: center;
    display: none;
}

@media (max-width: 768px) {
    .product-list .box .right .top .filter {
        display: flex;
    }
}

.product-list .box .right .top .filter svg {
    margin-left: 0.1rem;
}

.product-list .box .right .top .search {
    width: 30%;
    display: flex;
}

@media (max-width: 768px) {
    .product-list .box .right .top .search {
        box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 500px) {
    .product-list .box .right .top .search {
        width: 50%;
    }
}

.product-list .box .right .top .search .txt {
    width: 100%;
    height: 30px;
    padding-left: 10px;
    font-size: 14px;
    color: #333;
}

.product-list .box .right .top .search .btn {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border: none;
    background: url(../images/search2.png) center center no-repeat;
    background-size: 16px;
}

.product-list .box .right .top .search:hover {
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
}

.product-list .box .right .list {
    width: 100%;
    margin-top: 0.4rem;
}

.product-list .box .right .list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product-list .box .right .list ul li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    background: rgba(248, 248, 248, 0.99);
}

.product-list .box .right .list ul li:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 500px) {
    .product-list .box .right .list ul li {
        width: 100%;
        margin-right: 0;
    }

    .product-list .box .right .list ul li:nth-child(3n) {
        margin-right: 0;
    }

    .product-list .box .right .list ul li:nth-child(2n) {
        margin-right: 0;
    }
}

.product-list .box .right .list ul li a {
    display: block;
    padding: 20px 20px 20px;
    position: relative;
}

.product-list .box .right .list ul li a .ltop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 10;
}

.product-list .box .right .list ul li a .ltop .llb {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
}


/* @media (max-width: 1600px) {



  .product-list .box .right .list ul li a .ltop .llb {



    width: 36px;



    height: 36px;



  }



} */

.product-list .box .right .list ul li a .ltop .llb img {
    width: 100%;
}

.product-list .box .right .list ul li a .ltop .lrb {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.product-list .box .right .list ul li a .ltop .lrb .lb1 {
    width: 45px;
    height: 45px;
    background: rgba(44, 197, 79, 0.99);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.99);
}


/* @media (max-width: 1600px) {



  .product-list .box .right .list ul li a .ltop .lrb .lb1 {



    width: 36px;



    height: 36px;



  }



} */

.product-list .box .right .list ul li a .ltop .lrb .lb2 {
    width: 45px;
    height: 45px;
    background: rgba(33, 189, 195, 0.99);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.99);
    margin-left: 10px;
}


/* @media (max-width: 1600px) {



  .product-list .box .right .list ul li a .ltop .lrb .lb2 {



    width: 36px;



    height: 36px;



  }



} */

.product-list .box .right .list ul li a .img {
    width: 100%;
    margin-top: 62px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    .product-list .box .right .list ul li a .img {
        margin-top: 0.8rem;
    }
}

.product-list .box .right .list ul li a .img::after {
    content: '';
    width: 100%;
    padding-top: 80%;
    display: block;
}

.product-list .box .right .list ul li a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    /*transition: all ease-out 0.3s;*/
    transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.product-list .box .right .list ul li a .tbox {
    width: 100%;
    margin-top: 0.16rem;
}

.product-list .box .right .list ul li a .tbox .t1 {
    font-size: 20px;
    color: rgba(51, 51, 51, 0.99);
    font-weight: 600;
}

.product-list .box .right .list ul li a .tbox .t2 {
    font-size: 12px;
    color: rgba(102, 102, 102, 0.99);
    font-weight: 500;
    display: flex;
    align-items: center;
}

.product-list .box .right .list ul li:hover a .img img {
    transform: scale(1.05);
}

.product-list .box .right .page-list {
    margin-top: 0.4rem;
}

.product-list .box .right .page-list ul {
    justify-content: flex-start;
}

.product-skill {
    width: 100%;
    position: relative;
}

@media (max-width: 500px) {
    .product-skill {
        overflow: hidden;
        height: auto;
    }
}

.product-skill .hbox {
    width: 1400px;
    max-width: 90%;
    height: 100%;
    position: relative;
    margin: -100vh auto 0;
}

@media (max-width: 500px) {
    .product-skill .hbox {
        overflow: hidden;
        margin: 0 auto 0;
    }
}


/* @media (max-width: 1600px) {



  .product-skill .hbox {



    width: 1200px;



  }



}



@media (max-width: 1280px) {



  .product-skill .hbox {



    width: 1000px;



  }



} */


/*@media (max-width: 1440px) {*/


/*  .product-skill .hbox {*/


/*    width: 1000px;*/


/*  }*/


/*}*/


/* @media (max-width: 1024px) {



  .product-skill .hbox {



    width: 910px;



  }



}



@media (max-width: 768px) {



  .product-skill .hbox {



    width: 90%;



  }



} */

.product-skill .sbox {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
    z-index: 2;
}

@media (max-width: 768px) {
    .product-skill .sbox {
        height: initial !important;
        padding: 2rem 0 1rem;
    }
}

.product-skill .skill-content {
    position: absolute;
    width: initial;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    display: flex;
    align-items: center;
}

@media (max-width: 1440px) {
    .product-skill .skill-content {
        top: 54%;
    }
}

@media (max-width: 768px) {
    .product-skill .skill-content {
        flex-wrap: wrap;
        position: relative;
        top: initial;
        left: initial;
        transform: translate(0, 0);
    }
}

.product-skill .skill-content .box1 {
    width: 5.2rem;
    flex-shrink: 0;
    /* padding-top: 0.2rem; */
}

@media (max-width: 768px) {
    .product-skill .skill-content .box1 {
        width: 100%;
    }
}

.product-skill .skill-content .box1 .t1 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 2;
}


/* @media (max-width: 1600px) {



  .product-skill .skill-content .box1 .t1 {



    font-size: 22px;



  }



}



@media (max-width: 1440px) {



  .product-skill .skill-content .box1 .t1 {



    font-size: 20px;



  }



}



@media (max-width: 1366px) {



  .product-skill .skill-content .box1 .t1 {



    font-size: 18px;



  }



} */

.product-skill .skill-content .box1 .t2 {
    font-size: 0.5rem;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
    user-select: none;
    /* margin-top: 0.3rem; */
}

.product-skill .skill-content .box1 .t3 {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.45rem;
    line-height: 26px;
    font-weight: 400;
    user-select: none;
}

.product-skill .skill-content .box2 {
    display: flex;
    margin-left: 1rem;
}

@media (max-width: 768px) {
    .product-skill .skill-content .box2 {
        width: 100%;
        flex-wrap: wrap;
        margin-left: 0;
        margin-top: 0.5rem;
    }
}

.product-skill .skill-content .box2 .item {
    width: 5.2rem;
    margin-right: 0.3rem;
    border-radius: 10px;
    overflow: hidden;
    padding: 50px 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1)
}

@media (max-width: 767px) {
    .product-skill .skill-content .box2 .item {
        padding: 27px 32px;
    }
}

.product-skill .skill-content .box2 .item:last-child {
    margin-right: 0;
}

@media (max-width: 768px) {
    .product-skill .skill-content .box2 .item {
        width: 100%;
        margin-right: 0;
        margin-top: 0.5rem;
    }
}

.product-skill .skill-content .box2 .item .t1 {
    width: 100%;
    font-size: 0.3rem;
    font-weight: 500;
    line-height: 1.2;
    display: flex;
    align-items: flex-start;
    color: #fff;
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 2.4em;
}

@media (max-width: 767px) {
    .product-skill .skill-content .box2 .item .t1 {
        font-size: 18px;
    }
}

.product-skill .skill-content .box2 .item .t1 span {
    font-size: 0.36rem;
    line-height: 1;
    display: inline-flex;
    align-items: flex-start;
    padding: 0.05rem 0 0 0.05rem;
}

.product-skill .skill-content .box2 .item .t2 {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 0.45rem;
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    height: 13.5em;
}

@media (max-width: 1440px) {
    .product-skill .skill-content .box2 .item .t2 {
        margin-top: 0.2rem;
    }

}

.product-skill .skill-content .box2 .item .icon {
    /* display: flex; */
    display: block;
    width: 1.9rem;
    margin-top: 0.26rem;
}

@media (max-width: 1440px) {
    .product-skill .skill-content .box2 .item .icon {
        width: 1.2rem;
    }
}

@media (max-width: 767px) {
    .product-skill .skill-content .box2 .item .icon {
        margin-top: 24px;
    }
}

.product-skill .skill-content .box2 .item .icon img {
    width: 100%;
}

.product-skill .skill-content .box2 .item:hover {
    transform: translateY(-20px);
}

@media (max-width: 767px) {
    .product-skill .skill-content .box2 .item:hover {
        transform: translateY(0);
    }
}

.filter-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    z-index: 10;
    padding: 1rem 0 0;
    display: none;
}

.filter-box .close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    background: #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}

.filter-box .close img {
    width: 12px;
    height: 12px;
}

.filter-box form {
    height: 100%;
}

.filter-box .fb-menu {
    width: 100%;
    height: 100%;
}

.filter-box .fb-menu ul {
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    overflow-y: auto;
}

.filter-box .fb-menu ul li {
    width: 100%;
    margin-bottom: 0.6rem;
}

.filter-box .fb-menu ul li .t1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    color: #333333;
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #DDDDDD;
    cursor: pointer;
}

@media (max-width: 1600px) {
    .filter-box .fb-menu ul li .t1 {
        font-size: 16px;
    }
}

.filter-box .fb-menu ul li .t1 .icon {
    width: 16px;
    height: 16px;
    display: flex;
    position: relative;
}

@media (max-width: 1600px) {
    .filter-box .fb-menu ul li .t1 .icon {
        width: 12px;
        height: 12px;
    }
}

.filter-box .fb-menu ul li .t1 .icon img {
    width: 100%;
    transition: all ease-out 0.3s;
}

.filter-box .fb-menu ul li .t1 .icon img:nth-child(2) {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
}

.filter-box .fb-menu ul li .t1.on .icon img:nth-child(1) {
    opacity: 0;
}

.filter-box .fb-menu ul li .t1.on .icon img:nth-child(2) {
    opacity: 1;
}

.filter-box .fb-menu ul li .tbox {
    width: 100%;
    padding-top: 0.1rem;
    display: flex;
    flex-wrap: wrap;
}

.filter-box .fb-menu ul li .tbox .ckbox {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 0.05rem;
    cursor: pointer;
    position: relative;
}

.filter-box .fb-menu ul li .tbox .ckbox i {
    display: inline-block;
    position: relative;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background-color: #fff;
    z-index: 1;
    margin-right: 5px;
    transition: border-color .25s cubic-bezier(.71, -.46, .29, 1.46), background-color .25s cubic-bezier(.71, -.46, .29, 1.46);
}

.filter-box .fb-menu ul li .tbox .ckbox i::after {
    box-sizing: content-box;
    content: "";
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    height: 7px;
    left: 4px;
    position: absolute;
    top: 1px;
    transform: rotateZ(45deg);
    width: 3px;
    transition: transform .15s ease-in .05s;
    transform-origin: center;
}

.filter-box .fb-menu ul li .tbox .ckbox:hover i {
    border-color: #409eff;
}

.filter-box .fb-menu ul li .tbox .ckbox.on i {
    background-color: #409eff;
    border-color: #409eff;
}

.filter-box .fb-menu ul li .tbox label {
    width: 50%;
    display: block;
    margin-bottom: 0.1rem;
    position: relative;
}

.filter-box .fb-menu ul li .tbox input[type="checkbox"] {
    width: 10px;
    height: 10px;
    -webkit-appearance: checkbox;
    border: 1px solid #333;
    margin-right: 0.05rem;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.filter-box .fb-menu ul li .tbox input[type=checkbox]:checked {
    background: none !important;
}

.filter-box .fb-menu ul li .tbox input[type=checkbox]:checked::after {
    content: "";
    color: #000;
    width: 100%;
    height: 100%;
    font-size: 6px;
    background: #fff;
    /* border: 1px solid #000; */
    border-radius: 2px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.filter-box .fb-menu ul li .tbox input[type=checkbox]:checked::before {
    content: '';
    width: 3px;
    height: 6px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(30deg);
    z-index: 2;
}

.filter-box .fb-menu ul li .tbox a {
    width: 20%;
    display: block;
    color: #999999;
    transition: all ease-out 0.3s;
}

@media (max-width: 500px) {
    .filter-box .fb-menu ul li .tbox a {
        width: 33%;
    }
}

.filter-box .fb-menu ul li .tbox a.on {
    color: #00ACAB;
}

.filter-box .fb-ckbox {
    width: 100%;
    height: 1rem;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.filter-box .fb-ckbox .clean {
    width: 120px;
    height: 36px;
    border: 2px solid #000;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    transition: all ease-out 0.3s;
}

.filter-box .fb-ckbox .clean:hover {
    background: #000;
    color: #fff;
}

.filter-box .fb-ckbox .use {
    width: 120px;
    height: 36px;
    border: 2px solid #000;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-out 0.3s;
}

.filter-box .fb-ckbox .use:hover {
    background: #000;
    color: #fff;
}

.product-info {
    width: 100%;
    position: relative;
    padding: 1.8rem 0;
}

@media (max-width: 767px) {
    .product-info {
        padding-bottom: 64px;
    }

}

.product-info .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.product-info .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-info .pinfo-box {
    width: 84%;
    margin: auto;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 0.85rem 1rem 1.04rem;
}

@media (max-width: 1440px) {
    .product-info .pinfo-box {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .product-info .pinfo-box {
        padding: 0.85rem 27px 27px;
    }
}

.product-info .pinfo-box .box1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-info .pinfo-box .box1 .tbox {
    width: 540px;
    max-width: 100%;
}

.product-info .pinfo-box .box1 .tbox .t1 {
    font-size: 44px;
    color: #000000;
    font-weight: 600;
    display: flex;
    align-items: center;
    width: 1000px;
}

@media (max-width: 1440px) {
    .product-info .pinfo-box .box1 .tbox .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .product-info .pinfo-box .box1 .tbox .t1 {
        font-size: 36px;
        width: auto;
    }
}

@media (max-width:768px) {
    .product-info .pinfo-box .box1 .tbox .t1 {
        font-size: 32px;
        flex-wrap: wrap;
    }
}

@media (max-width:500px) {
    .product-info .pinfo-box .box1 .tbox .t1 {
        font-size: 28px;
    }
}

.product-info .pinfo-box .box1 .tbox .t1 .label {
    display: flex;
    margin-left: 0.1rem;
}

@media (max-width:500px) {
    .product-info .pinfo-box .box1 .tbox .t1 .label {
        margin-left: 0;
    }

    .product-info .pinfo-box .box1 .tbox .t1 .x-span {
        display: block;
        margin-right: 0.1rem;
    }
}

.product-info .pinfo-box .box1 .tbox .t1>.label {
    margin-left: 32px;
}

@media (max-width:500px) {
    .product-info .pinfo-box .box1 .tbox .t1>.label {
        margin-left: 0;
    }
}

.product-info .pinfo-box .box1 .tbox .t1 .label img {
    width: 100%;
    height: 100%;
}

.product-info .pinfo-box .box1 .tbox .t1 .label .label1 {
    width: 45px;
    height: 45px;
    background: rgba(44, 197, 79, 0.99);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-left: 0.1rem;
}

.product-info .pinfo-box .box1 .tbox .t1 .label .label1:first-child {
    margin-left: 0;
}

.product-info .pinfo-box .box1 .tbox .t1 .label .label2 {
    width: 45px;
    height: 45px;
    background: rgba(33, 189, 195, 0.99);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-left: 0.1rem;
}

.product-info .pinfo-box .box1 .tbox .txt {
    color: #333;
    font-weight: 500;
    line-height: 24px;
    margin-top: 0.16rem;
}

.product-info .pinfo-box .box1 .btn {
    min-width: 140px;
    height: 45px;
    background: #00ACAB;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    transition: all ease-out 0.3s;
    margin-top: 0.14rem;
    padding: 0 8px;
}

@media (max-width: 1600px) {
    .product-info .pinfo-box .box1 .btn {
        height: 36px;
    }
}

@media (max-width: 767px) {
    .product-info .pinfo-box .box1 .btn {
        display: none;
    }

    .product-info .pinfo-box .box1 .tbox .t1 .label .label1:nth-of-type(2) {
        margin-right: 0.1rem;
    }
}

.product-info .pinfo-box .box1 .btn:hover {
    background: #0b6f6e;
}

.product-info .pinfo-box .box2 {
    width: 100%;
    margin-top: 0.2rem;
    border-top: 1px solid #DDDDDD;
    padding-top: 0.2rem;
}

@media (max-width:767px) {
    .product-info .pinfo-box .box2 {
        border-top: none;
        margin-top: 0;
    }
}

.product-info .pinfo-box .box2 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product-info .pinfo-box .box2 ul li {
    width: 25%;
    margin-bottom: 0.5rem;
}

@media (max-width: 1280px) {
    .product-info .pinfo-box .box2 ul li {
        width: 50%;
    }
}

@media (max-width: 500px) {
    .product-info .pinfo-box .box2 ul li {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

.product-info .pinfo-box .box2 ul li .t1 {
    color: #333333;
    font-weight: 600;
    font-size: 16px;
}

.product-info .pinfo-box .box2 ul li .t2 {
    padding-right: 0.5rem;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    font-weight: 500;
    margin-top: 0.1rem;
}

.product-info .pinfo-box .box2 ul li .t2 span {
    width: 78px;
    display: inline-block;
}

.product-info .pinfo-box .box2 ul li .lve {
    display: flex;
    margin-top: 0.13rem;
}

.product-info .pinfo-box .box2 ul li .lve .star {
    width: 16px;
    height: 16px;
    margin-right: 0.1rem;
    display: flex;
}

.product-info .pinfo-box .box2 ul li .lve .star img {
    width: 100%;
}

.product-info .pinfo-box .box2 ul li .lve .star img:nth-child(2) {
    display: none;
}

.product-info .pinfo-box .box2 ul li .lve .star.on img:nth-child(1) {
    display: none;
}

.product-info .pinfo-box .box2 ul li .lve .star.on img:nth-child(2) {
    display: block;
}

.product-info .pinfo-box .box3 {
    width: 100%;
    /*margin-top: 0.33rem;*/
}


/*@media (max-width: 500px) {*/


/*  .product-info .pinfo-box .box3 {*/


/*    margin-top: 0.5rem;*/


/*  }*/


/*}*/

.product-info .pinfo-box .box3 .menu {
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
}

.product-info .pinfo-box .box3 .menu ul {
    display: flex;
    margin-bottom: -1px;
}

.product-info .pinfo-box .box3 .menu ul li {
    font-size: 18px;
    color: #999999;
    font-weight: 500;
    margin-right: 0.92rem;
    padding-bottom: 0.15rem;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

@media (max-width: 1600px) {
    .product-info .pinfo-box .box3 .menu ul li {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .product-info .pinfo-box .box3 .menu ul li {
        margin-right: 0.5rem;
    }
}

.product-info .pinfo-box .box3 .menu ul li.on {
    color: #00ACAB;
    border-bottom: 1px solid #00ACAB;
}

.product-info .pinfo-box .box3 .list {
    width: 100%;
    margin-top: 0.2rem;
}

.product-info .pinfo-box .box3 .list li {
    width: 100%;
    display: none;
}

.product-info .pinfo-box .box3 .list li.on {
    display: block;
}

.product-info .pinfo-box .box3 .list li .mbox1 {
    width: 800px;
    max-width: 100%;
}

.product-info .pinfo-box .box3 .list li .mbox1 .ts {
    width: 100%;
    height: 0.5rem;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
}

.product-info .pinfo-box .box3 .list li .mbox1 .ts:nth-child(2n - 1) {
    background: #f7f7f7;
}

@media (max-width: 500px) {
    .product-info .pinfo-box .box3 .list li .mbox1 .ts {
        font-size: 12px;
    }
}

.product-info .pinfo-box .box3 .list li .mbox1 .ts .t1 {
    width: 60%;
    padding-left: 0.3rem;
}

@media (max-width: 500px) {
    .product-info .pinfo-box .box3 .list li .mbox1 .ts .t1 {
        width: 50%;
    }
}

.product-info .pinfo-box .box3 .list li .mbox1 .ts .t2 {
    width: 40%;
    padding-right: 0.3rem;
    text-align: right;
}

@media (max-width: 500px) {
    .product-info .pinfo-box .box3 .list li .mbox1 .ts .t2 {
        width: 50%;
    }
}

.product-info .pinfo-box .box3 .list li .mbox2 {
    width: 800px;
    max-width: 100%;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    /*padding-left: 0.3rem;*/
}

@media (max-width: 500px) {
    .product-info .pinfo-box .box3 .list li .mbox2 {
        padding-left: 0;
    }
}

.product-info .pinfo-box .box3 .list li .mbox3 {
    width: 800px;
    max-width: 100%;
}

.product-info .pinfo-box .box3 .list li .mbox3 a {
    width: 100%;
    height: 0.5rem;
    display: flex;
    justify-content: space-between;
    padding: 0 0.3rem;
    align-items: center;
    color: #333;
}

.product-info .pinfo-box .box3 .list li .mbox3 a:nth-child(2n - 1) {
    background: #f7f7f7;
}

@media (max-width: 500px) {
    .product-info .pinfo-box .box3 .list li .mbox3 a {
        font-size: 12px;
    }
}

.product-info .pinfo-box .box3 .list li .mbox3 a .t1 {
    width: 80%;
    transition: all ease-out 0.2s;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.product-info .pinfo-box .box3 .list li .mbox3 a .t2 {
    width: 20%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.product-info .pinfo-box .box3 .list li .mbox3 a .t2 img {
    width: 15px;
    margin-right: 0.1rem;
}

@media (max-width: 500px) {
    .product-info .pinfo-box .box3 .list li .mbox3 a .t2 img {
        width: 11px;
    }
}

.product-info .pinfo-box .box3 .list li .mbox3 a:hover .t1 {
    color: #00acab;
}

.product-info .pinfo-box .box3 .tips {
    color: #999;
    /*padding-left: 0.3rem;*/
    margin-top: 0.1rem;
    font-weight: 500;
    font-size: 12px;
}


/*@media (max-width: 500px) {*/


/*  .product-info .pinfo-box .box3 .tips {*/


/*    font-size: 12px;*/


/*  }*/


/*}*/

.product-info .pinfo-box .back {
    width: 120px;
    color: #333333;
    display: flex;
    align-items: center;
    margin-top: 0.7rem;
    font-size: 12px;
    font-weight: 500;
}

.product-info .pinfo-box .back img {
    width: 22px;
    margin-right: 0.1rem;
    transition: all ease-out 0.3s;
}

.product-info .pinfo-box .back:hover img {
    margin-right: 0.2rem;
}

.product-page {
    width: 100%;
    background: #000;
}

.product-page .page-one {
    width: 100%;
    position: relative;
    height: 300vh;
}

.product-page .page-one .video {
    width: 100%;
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    display: flex;
    justify-content: center;
}

.product-page .page-one .video video {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    /*-o-object-position: 50% 50%;*/
    /*object-position: 50% 50%;*/
    -o-object-position: top;
    object-position: top;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.product-page .page-one .tbox1 {
    width: 100%;
    height: 65vh;
    font-size: 20px;
    color: #fff;
    text-align: center;
    position: sticky;
    position: -webkit-sticky;
    z-index: 2;
    top: 35vh;
    margin-top: 50vh;
}

@media (max-width: 1440px) {
    .product-page .page-one .tbox1 {
        font-size: 18px;
    }
}

@media (max-width:1024px) {
    .product-page .page-one .tbox1 {
        font-size: 16px;
    }
}

.product-page .page-one .tbox2 {
    width: 100%;
    height: 55vh;
    position: sticky;
    position: -webkit-sticky;
    z-index: 2;
    top: 45vh;
    opacity: 0.3;
    margin-top: 50vh;
}

@media (max-width:767px) {
    .product-page .page-one .tbox2 {
        margin-top: 550px;
        top: 240px;
    }
}

.product-page .page-one .tbox2 .t1 {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
    font-size: 44px;
    font-weight: 600;
}

@media (max-width: 1440px) {
    .product-page .page-one .tbox2 .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .product-page .page-one .tbox2 .t1 {
        font-size: 36px;
        line-height: 1.2;
    }
}

@media (max-width:767px) {
    .product-page .page-one .tbox2 .t1 {
        font-size: 32px;
        padding: 0 20px;
        width: 330px;
        margin: 0 auto;
    }
}

/* @media (max-width:768px){



    .product-page .page-one .tbox2 .t1 {



        font-size: 32px;



    }



}





@media (max-width:500px){



  .product-page .page-one .tbox2 .t1 {



      font-size: 28px;



  }



} */

.product-page .page-one .tbox2 .t1 span {
    background-image: linear-gradient(to right, #43b8a7, #437ee5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.product-page .page-one .tbox2 .t2 {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0.6rem auto 0;
    width: 1200px;
    max-width: 95%;
    text-align: center;
}

@media (max-width: 1260px) {
    .product-page .page-one .tbox2 .t2 {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .product-page .page-one .tbox2 .t2 {
        font-size: 14px;
        line-height: 24px;
        width: 330px;
    }
}

.product-page .page-two {
    width: 100%;
    position: relative;
    height: 500vh;
    opacity: 0.1;
}

.product-page .page-two .video {
    width: 100%;
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.product-page .page-two .video video {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    /*-o-object-position: 50% 50%;*/
    /*object-position: 50% 50%;*/
    -o-object-position: top;
    object-position: top;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

@media (max-width: 767px) {
    .product-page .page-two .video video {
        width: 110%;
        height: 110%;
    }

    .product-page .page-two .video {
        overflow: hidden;
    }
}

.product-page .page-two .video .zz {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    width: 100%;
    height: 100vh;
}

.product-page .page-two .tbox1 {
    width: 1400px;
    max-width: 90%;
    margin: -50vh auto 0;
    position: relative;
    z-index: 2;
    height: 250vh;
}

@media (max-width: 1440px) {
    .product-page .page-two .tbox1 {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .product-page .page-two .tbox1 {
        height: 220vh;
    }
}

.product-page .page-two .tbox1 .title {
    font-size: 68px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    position: sticky;
    position: -webkit-sticky;
    top: 30vh;
    height: 45vh;
}

@media (max-width: 1440px) {
    .product-page .page-two .tbox1 .title {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .product-page .page-two .tbox1 .title {
        font-size: 36px;
        line-height: 1.2;
    }
}

@media (max-width:768px) {
    .product-page .page-two .tbox1 .title {
        /* font-size: 32px; */
        top: 30vh;
    }
}

@media (max-width: 550px) {
    .product-page .page-two .tbox1 .title {
        /* font-size: 28px; */
        top: 130px;
        height: 80vh;
    }
}

.product-page .page-two .tbox1 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: sticky;
    position: -webkit-sticky;
    top: 60vh;
    margin-top: 100vh;
}

@media (max-width: 768px) {
    .product-page .page-two .tbox1 ul {
        margin-top: 50vh;
        top: 50vh;
    }
}

@media (max-width: 500px) {
    .product-page .page-two .tbox1 ul {
        top: 40vh;
    }
}

.product-page .page-two .tbox1 ul li {
    width: 25%;
}

@media (max-width: 768px) {
    .product-page .page-two .tbox1 ul li {
        width: 50%;
        margin-bottom: 1rem;
    }
}

.product-page .page-two .tbox1 ul li .icon {
    width: 1rem;
    height: 1rem;
    margin: auto;
}

.product-page .page-two .tbox1 ul li .icon img {
    width: 100%;
}

.product-page .page-two .tbox1 ul li .t1 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-top: 0.24rem;
}

.product-page .page-two .tbox1 ul li .t2 {
    margin-top: 0.1rem;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 767px) {
    .product-page .page-two .tbox1 ul li .t2 {
        line-height: 1.2;
    }
}

.product-page .page-two .tbox2 {
    width: 1400px;
    max-width: 90%;
    margin: 50vh auto 0;
    position: sticky;
    position: -webkit-sticky;
    z-index: 2;
    top: 20vh;
    height: 80vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 1440px) {
    .product-page .page-two .tbox2 {
        width: 90%;
    }
}

@media (max-width: 767px) {
    .product-page .page-two .tbox2 {
        top: 100px;
        margin-top: 500px;
    }
}

.product-page .page-two .tbox2 .t1 {
    font-size: 44px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

@media (max-width: 1440px) {
    .product-page .page-two .tbox2 .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .product-page .page-two .tbox2 .t1 {
        font-size: 36px;
        line-height: 1.2;
    }
}

@media (max-width:767px) {
    .product-page .page-two .tbox2 .t1 {
        font-size: 32px;
    }
}

/* @media (max-width:768px){



    .product-page .page-two .tbox2 .t1 {



        font-size: 32px;



    }



}



@media (max-width:500px){



  .product-page .page-two .tbox2 .t1 {



      font-size: 28px;



  }



} */

.product-page .page-two .tbox2 .tbox {
    width: 100%;
    position: relative;
    margin-top: 0.98rem;
}

@media (max-width: 500px) {
    .product-page .page-two .tbox2 .tbox {
        margin-top: 0.6rem;
    }
}

.product-page .page-two .tbox2 .tbox .swiper {
    padding-bottom: 0.8rem;
}

@media (max-width: 500px) {
    .product-page .page-two .tbox2 .tbox .swiper {
        padding-bottom: 30px;
    }
}

.product-page .page-two .tbox2 .tbox .swiper-slide {
    padding-left: 0.7rem;
}

@media (max-width: 767px) {
    .product-page .page-two .tbox2 .tbox .swiper-slide {
        background: rgba(255, 255, 255, 0.05);
        padding: 27px;
    }
}

.product-page .page-two .tbox2 .tbox .swiper-slide .ts1 {
    font-size: 30px;
    color: #fff;
}

@media (max-width: 500px) {
    .product-page .page-two .tbox2 .tbox .swiper-slide .ts1 span {
        font-size: 36px;
        display: block;
    }

    .product-page .page-two .tbox2 .tbox .swiper-slide .ts1 span:nth-child(1) {
        font-size: 24px;
        line-height: 1.2;
        font-weight: 500;
    }

    .product-page .page-two .tbox2 .tbox .swiper-slide .ts1 span:nth-child(2) {
        font-size: 24px;
        font-weight: 500;
    }

    .product-page .page-two .tbox2 .tbox .swiper-slide .item {
        width: 100%;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        margin-top: 0.78rem;
    }

    .product-page .page-two .tbox2 .tbox .swiper-slide .item {
        margin-top: 0.4rem;
        border: none;
    }
}

.product-page .page-two .tbox2 .tbox .swiper-slide .item .tms {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.52rem;
}

@media (max-width: 500px) {
    .product-page .page-two .tbox2 .tbox .swiper-slide .item .tms {
        margin-bottom: 0.3rem;
    }
}

.product-page .page-two .tbox2 .tbox .swiper-slide .item .tms img {
    width: 16px;
    height: 16px;
    margin-top: 7px;
}

@media (max-width: 1560px) {
    .product-page .page-two .tbox2 .tbox .swiper-slide .item .tms img {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 767px) {
    .product-page .page-two .tbox2 .tbox .swiper-slide .item .tms img {
        width: 14px;
        height: 14px;
        margin-top: 3px;
    }
}

.product-page .page-two .tbox2 .tbox .swiper-slide .item .tms .ts {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-left: 0.3rem;
    line-height: 28px;
}

@media (max-width: 1560px) {
    .product-page .page-two .tbox2 .tbox .swiper-slide .item .tms .ts {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 1440px) {
    .product-page .page-two .tbox2 .tbox .swiper-slide .item .tms .ts {
        margin-left: 10px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .product-page .page-two .tbox2 .tbox .swiper-slide .item .tms .ts {
        font-size: 14px;
        margin-left: 16px;
    }
}

.product-page .page-two .tbox2 .tbox .swiper-slide .item .tms .ts span {
    display: block;
    font-size: 24px;
    font-family: "DIN2";
    font-weight: 600;
}

@media (max-width: 767px) {
    .product-page .page-two .tbox2 .tbox .swiper-slide .item .tms .ts span {
        font-size: 20px;
        font-family: "DIN2";
        font-weight: 600;
        line-height: 1.2;
    }
}

.product-page .page-two .tbox2 .tbox .swiper-slide:last-child .item {
    border-right: none;
}

.product-page .page-two .tbox2 .tbox .swiper-pagination {
    bottom: 0;
}

.product-page .page-two .tbox2 .tbox .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    transition: all ease-out 0.3s;
}

.product-page .page-two .tbox2 .tbox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
}

.product-page .page-two .tbox2 .tbox .tips {
    display: none;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 0.3rem;
}

@media (max-width: 500px) {
    .product-page .page-two .tbox2 .tbox .tips {
        display: block;
    }
}

.product-page .page-three {
    width: 100%;
    position: relative;
    height: 700vh;
    padding-top: 50vh;
}

.product-page .page-three .video {
    width: 100%;
    height: 100vh;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.product-page .page-three .video video {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    /*-o-object-position: 50% 50%;*/
    /*object-position: 50% 50%;*/
    -o-object-position: top;
    object-position: top;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

@media (max-width: 500px) {
    .product-page .page-three .video video {
        height: 62%;
        -o-object-position: center;
        object-position: center;
        -webkit-transform-origin: center center;
        transform-origin: center center;
    }
}

.product-page .page-three .three-box1 {
    width: 90%;
    height: 150vh;
    margin: 50vh auto 0;
    opacity: 0.3;
}

.product-page .page-three .three-box1 .tbox {
    position: sticky;
    position: -webkit-sticky;
    top: 37vh;
    height: 70vh;
}

@media (max-width: 500px) {
    .product-page .page-three .three-box1 .tbox {
        top: 30vh;
        height: 70vh;
    }
}

.product-page .page-three .three-box1 .tbox .t1 {
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    color: #fff;
}

.product-page .page-three .three-box1 .tbox .t1 svg {
    width: 170px;
    margin: auto;
}

.product-page .page-three .three-box1 .tbox .t2 {
    font-size: 58px;
    line-height: 70px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    /* margin-top: 0.28rem; */
}

@media (max-width: 1440px) {
    .product-page .page-three .three-box1 .tbox .t2 {
        font-size: 44px;
        line-height: 56px;
    }
}

@media (max-width: 1024px) {
    .product-page .page-three .three-box1 .tbox .t2 {
        font-size: 40px;
    }
}

@media (max-width:768px) {
    .product-page .page-three .three-box1 .tbox .t2 {
        font-size: 36px;
        line-height: 46px;
    }
}

.product-page .page-three .three-box1 .tbox .txt {
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-top: 0.7rem;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 500px) {
    .product-page .page-three .three-box1 .tbox .txt {
        font-size: 14px;
        line-height: 24px;
        margin-top: 0.3rem;
    }
}

.product-page .page-three .three-box2 {
    width: 100%;
    height: 200vh;
}

.product-page .page-three .three-box2 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
}

@media (max-width: 1440px) {
    .product-page .page-three .three-box2 .box {
        width: 90%;
    }
}

.product-page .page-three .three-box2 .box .img {
    width: 3.69rem;
    position: relative;
}

@media (max-width: 500px) {
    .product-page .page-three .three-box2 .box .img {
        width: 3rem;
    }
}

.product-page .page-three .three-box2 .box .img::after {
    content: '';
    width: 100%;
    display: block;
    padding-top: 26.55%;
}

.product-page .page-three .three-box2 .box .img img {
    position: absolute;
    top: 0;
    width: 100%;
}

.product-page .page-three .three-box2 .box .txt {
    border-left: 2px solid #fff;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    margin-left: 0.3rem;
    padding-left: 0.3rem;
}

@media (max-width: 500px) {
    .product-page .page-three .three-box2 .box .txt {
        font-size: 14px;
        line-height: 24px;
        margin-left: 0.2rem;
        padding-left: 0.2rem;
    }
}

.product-page .page-three .three-box3 {
    width: 100%;
    height: 150vh;
}

.product-page .page-three .three-box3 .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

@media (max-width: 1440px) {
    .product-page .page-three .three-box3 .box {
        width: 90%;
    }
}

.product-page .page-three .three-box3 .box .title {
    width: 100%;
    font-size: 44px;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 1440px) {
    .product-page .page-three .three-box3 .box .title {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .product-page .page-three .three-box3 .box .title {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .product-page .page-three .three-box3 .box .title {



        font-size: 32px;



    }



}



@media (max-width:500px){



  .product-page .page-three .three-box3 .box .title {



      font-size: 28px;



  }



} */

.product-page .page-three .three-box3 .box .title span {
    color: #00acab;
}

.product-page .page-three .three-box3 .box .tbs {
    width: 100%;
    font-size: 18px;
    color: #fff;
    margin-top: 0.47rem;
}

@media (max-width: 1600px) {
    .product-page .page-three .three-box3 .box .tbs {
        font-size: 16px;
    }
}

@media (max-width: 1440px) {
    .product-page .page-three .three-box3 .box .tbs {
        font-size: 14px;
        line-height: 24px;
    }
}

.product-page .page-three .three-box3 .box .tbs .ts {
    width: 47.14%;
    margin-bottom: 0.37rem;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .product-page .page-three .three-box3 .box .tbs .ts {
        width: 100%;
    }
}

.product-page .page-three .three-box3 .box .tbs .ts span {
    margin-top: 0.15rem;
}

.product-page .page-three .three-box3 .box .tbs .ts .s1 {
    width: 0;
    height: 15px;
    display: block;
    background-image: linear-gradient(to right, #000, #a1a1a6);
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    transition: all ease-out 1s;
}

.product-page .page-three .three-box3 .box .tbs .ts .s2 {
    width: 0;
    height: 15px;
    display: block;
    background-image: linear-gradient(to right, rgba(0, 172, 171, 0), #00acab, #417be0);
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    transition: all ease-out 1s;
}

.product-page .page-three .three-box3 .box .tbs.on .ts .s1 {
    width: 50%;
}

.product-page .page-three .three-box3 .box .tbs.on .ts .s2 {
    width: 100%;
}

.product-page .page-three .three-box3 .box .txt {
    color: #888;
    font-size: 15px;
    font-weight: 400;
    width: 47.14%;
    margin-top: 0.36rem;
}

@media (max-width: 767px) {
    .product-page .page-three .three-box3 .box .txt {
        width: 100%;
        color: #fff;
    }
}

.product-page .page-four {
    width: 100%;
    padding: 0.6rem 0 1.2rem;
}

.product-page .page-four .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

@media (max-width: 1440px) {
    .product-page .page-four .box {
        width: 90%;
    }
}

.product-page .page-four .box .left {
    width: 50%;
}

@media (max-width: 768px) {
    .product-page .page-four .box .left {
        width: 100%;
    }
}

.product-page .page-four .box .left .t1 {
    font-size: 44px;
    font-weight: 600;
    color: #43b8a7;
    display: flex;
    align-items: flex-end;
}

@media (max-width: 1440px) {
    .product-page .page-four .box .left .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .product-page .page-four .box .left .t1 {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .product-page .page-four .box .left .t1 {



        font-size: 32px;



    }



}



@media (max-width:500px){



  .product-page .page-four .box .left .t1 {



      font-size: 28px;



  }



} */

.product-page .page-four .box .left .t1 span {
    font-size: 60px;
}

@media (max-width: 1440px) {
    .product-page .page-four .box .left .t1 span {
        font-size: 56px;
    }
}

@media (max-width:1024px) {
    .product-page .page-four .box .left .t1 span {
        font-size: 52px;
    }
}

@media (max-width:768px) {
    .product-page .page-four .box .left .t1 span {
        font-size: 48px;
    }
}

.product-page .page-four .box .left .t2 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0.3rem;
}

.product-page .page-four .box .load {
    /*position: absolute;*/
    /*top: 2.94rem;*/
    /* width: 164px; */
    padding: 0 40px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    transition: all ease-out 0.2s;
    z-index: 2;
    margin-top: 0.3rem;
}

@media (max-width: 768px) {
    .product-page .page-four .box .load {
        position: relative;
        top: initial;
        margin-top: 0.5rem;
    }
}

.product-page .page-four .box .load span {
    position: relative;
    width: 15px;
    height: 16px;
    display: flex;
    margin-right: 0.13rem;
}

.product-page .page-four .box .load span img {
    width: 100%;
    transition: all ease-out 0.3s;
}

.product-page .page-four .box .load span img:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}


/* @media (max-width: 1600px) {



  .product-page .page-four .box .load {



    width: 140px;



    height: 36px;



  }



} */

.product-page .page-four .box .load::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: #fff;
    z-index: -1;
    transition: all ease-out 0.3s;
    display: none;
}

.product-page .page-four .box .load:hover {
    color: #333;
    background: #fff;
}

.product-page .page-four .box .load:hover span img:nth-child(1) {
    opacity: 0;
}

.product-page .page-four .box .load:hover span img:nth-child(2) {
    opacity: 1;
}

.product-page .page-four .box .load:hover::after {
    width: 100%;
}

.product-page .page-four .box .right {
    width: 47.14%;
    background: #131313;
    border-radius: 0.15rem;
}

@media (max-width: 768px) {
    .product-page .page-four .box .right {
        width: 100%;
        margin-top: 1.5rem;
    }
}

.product-page .page-four .box .right ul {
    width: 100%;
    padding: 0.13rem 0.35rem 0.13rem 0.53rem;
}

.product-page .page-four .box .right ul li {
    width: 100%;
    padding: 0.25rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #f5f5f7;
    font-size: 15px;
    font-weight: 500;
}

.product-page .page-four .box .right ul li:last-child {
    border-bottom: none;
}

.product-page .page-four .box .right ul li img,
.product-page .page-four .box .right ul li svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-left: 0.2rem;
}

.product-page .page-five {
    width: 100%;
    position: relative;
}

.product-page .page-five .bg {
    width: 100%;
    position: relative;
}

@media (max-width: 768px) {
    .product-page .page-five .bg {
        height: 60vh;
    }
}

@media (max-width: 500px) {
    .product-page .page-five .bg {
        height: 80vh;
    }
}

.product-page .page-five .bg .img1 {
    width: 100%;
    /* height: auto; */
    height: 9.15rem;
    margin-top: -8.6rem;
}

@media (max-width: 500px) {
    .product-page .page-five .bg .img1 {
        height: 80vh;
    }
}

.product-page .page-five .bg .img2 {
    width: 100%;
    height: 8.6rem;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 2;
}

@media (min-width: 1921px) {
    .product-page .page-five .bg .img2 {
        height: auto;
    }
}

.product-page .page-five .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-page .page-five .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 1.16rem 0 0;
    z-index: 2;
}

@media (max-width: 1440px) {
    .product-page .page-five .box {
        width: 90%;
    }
}

.product-page .page-five .box .t1 {
    font-size: 44px;
    font-weight: 600;
    color: #f5f5f7;
}

@media (max-width: 1440px) {
    .product-page .page-five .box .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .product-page .page-five .box .t1 {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .product-page .page-five .box .t1 {



        font-size: 32px;



    }



}



@media (max-width:500px){



  .product-page .page-five .box .t1 {



      font-size: 28px;



  }



} */

.product-page .page-five .box .t2 {
    width: 660px;
    max-width: 100%;
    color: #888;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.618;
    margin-top: 0.37rem;
}

@media (max-width: 500px) {
    .product-page .page-five .box .t2 {
        color: #fff;
    }
}

.product-page .page-five .box .more {
    /* width: 152px; */
    padding: 0 40px;
    height: 44px;
    margin-top: 0.51rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    transition: all ease-out 0.3s;
    position: relative;
    z-index: 2;
}


/* @media (max-width: 1600px) {



  .product-page .page-five .box .more {



    width: 140px;



    height: 36px;



  }



} */

.product-page .page-five .box .more::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    pointer-events: none;
    background: #fff;
    z-index: -1;
    transition: all ease-out 0.3s;
    display: none;
}

.product-page .page-five .box .more:hover {
    color: #333;
    background: #fff;
}

.product-page .page-five .box .more:hover::after {
    width: calc(100% + 2px);
}

.product-page .page-six {
    width: 100%;
    padding: 1.75rem 0 0;
}

.product-page .page-six .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
}

@media (max-width: 1440px) {
    .product-page .page-six .box {
        width: 90%;
    }
}

.product-page .page-six .box .t1 {
    font-size: 44px;
    font-weight: 600;
    color: #f5f5f7;
}

@media (max-width: 1440px) {
    .product-page .page-six .box .t1 {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .product-page .page-six .box .t1 {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .product-page .page-six .box .t1 {



        font-size: 32px;



    }



}



@media (max-width:500px){



  .product-page .page-six .box .t1 {



      font-size: 28px;



  }



} */

.product-page .page-six .box .t2 {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
    margin-top: 5px;
    /* margin-top: 0.27rem; */
}

.product-page .page-six .box .more {
    /* width: 152px; */
    padding: 0 40px;
    height: 44px;
    margin-top: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    transition: all ease-out 0.2s;
    position: relative;
    z-index: 2;
}


/* @media (max-width: 1600px) {



  .product-page .page-six .box .more {



    width: 140px;



    height: 36px;



  }



} */

.product-page .page-six .box .more::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    pointer-events: none;
    background: #fff;
    z-index: -1;
    transition: all ease-out 0.3s;
    display: none;
}

.product-page .page-six .box .more:hover {
    color: #333;
    background: #fff;
}

.product-page .page-six .box .more:hover::after {
    width: calc(100% + 2px);
}

.product-page .page-six .box .list {
    width: 100%;
    position: relative;
}

.product-page .page-six .box .list .swiper {
    width: 100%;
    padding-top: 70px;
}

.product-page .page-six .box .list .item {
    width: 100%;
    position: relative;
    display: block;
    transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.product-page .page-six .box .list .item .img {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.product-page .page-six .box .list .item .img::before {
    content: '';
    display: block;
    width: 100%;
    padding-top: 134.32%;
}

.product-page .page-six .box .list .item .img::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    z-index: 2;
    transition: all ease-out .2s;
}

.product-page .page-six .box .list .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: all ease-out 0.3s;
}

.product-page .page-six .box .list .item .tbox {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0.28rem;
    z-index: 3;
}

.product-page .page-six .box .list .item .tbox .ts1 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

@media (max-width:991px) {
    .product-page .page-six .box .list .item .tbox .ts1 {
        font-size: 20px;
    }
}

.product-page .page-six .box .list .item .tbox .ts2 {
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    margin: 0.13rem auto 0;
    position: relative;
    display: table;
}

.product-page .page-six .box .list .item .tbox .ts2::before {
    content: '';
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: all ease-out .2s;
}

.product-page .page-six .box .list .item .tbox .ts2:hover::before {
    width: 100%;
}

.product-page .page-six .box .list .item .img:hover::after {
    background: rgba(0, 0, 0, .3);
}

.product-page .page-six .box .list .item:hover {
    /* margin-top: -0.2rem;



  margin-bottom: 0.2rem; */
    transform: translateY(-0.2rem);
}

.product-page .page-six .box .list .item:hover .img img {
    /*transform: scale(1.05);*/
}

.product-page .page-six .box .ckbox {
    position: absolute;
    right: 0;
    bottom: 100%;
    display: flex;
}

@media (max-width:500px) {
    .product-page .page-six .box .ckbox {
        display: none;
    }

    .product-page .page-six .box .list .item:hover {
        transform: translateY(0);
    }
}

.product-page .page-six .box .ckbox .prev {
    margin-right: 18px;
    width: 44px;
    height: 44px;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-out 0.3s;
    /* opacity: 0.2; */
    cursor: pointer;
    border-radius: 50%;
}

.product-page .page-six .box .ckbox .prev img {
    width: 8px;
}

.product-page .page-six .box .ckbox .prev:hover {
    opacity: 1;
}

.product-page .page-six .box .ckbox .next {
    width: 44px;
    height: 44px;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-out 0.3s;
    /* opacity: 0.2; */
    cursor: pointer;
    border-radius: 50%;
}

.product-page .page-six .box .ckbox .swiper-button-disabled {
    opacity: 0.2;
}


.product-page .page-six .box .ckbox .next img {
    width: 8px;
}

.product-page .page-six .box .ckbox .next:hover {
    opacity: 1;
}

.product-page .page-six .box .ckbox .prev.swiper-button-disabled:hover,
.product-page .page-six .box .ckbox .next.swiper-button-disabled:hover {
    opacity: 0.2;
    cursor: auto;
}

.product-page .page-seven {
    width: 100%;
    padding: 2.78rem 0 2rem;
}

.product-page .page-seven .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
}

@media (max-width: 1440px) {
    .product-page .page-seven .box {
        width: 90%;
    }
}

.product-page .page-seven .box .title {
    font-size: 44px;
    color: #f5f5f7;
    text-align: center;
    font-weight: 600;
}

@media (max-width: 1440px) {
    .product-page .page-seven .box .title {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .product-page .page-seven .box .title {
        font-size: 36px;
        line-height: 1.2;
    }
}


/* @media (max-width:768px){



    .product-page .page-seven .box .title {



        font-size: 32px;



    }



}



@media (max-width:500px){



  .product-page .page-seven .box .title {



      font-size: 28px;



  }



} */

.product-page .page-seven .box .txt {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-top: 0.27rem;
}

@media (max-width:500px) {
    .product-page .page-seven .box .txt {
        margin-top: 5px;
    }
}

.product-page .page-seven .box .list {
    width: 100%;
    margin-top: 0.75rem;
}

.product-page .page-seven .box .list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.product-page .page-seven .box .list ul li {
    width: 18.57%;
    display: flex;
    border-radius: 50%;
    background: rgba(21, 21, 21, 0.5);
    position: relative;
    margin-right: 1.78%;
}

.product-page .page-seven .box .list ul li:last-child {
    margin-right: 0;
}

@media (max-width: 768px) {
    .product-page .page-seven .box .list ul li {
        width: 30%;
        margin-right: 5%;
        margin-bottom: 0.3rem;
    }

    .product-page .page-seven .box .list ul li:nth-child(3n) {
        margin-right: 0;
    }
}

.product-page .page-seven .box .list ul li::after {
    content: '';
    width: 100%;
    padding-top: 100%;
    display: block;
}

.product-page .page-seven .box .list ul li img {
    width: 100%;
    height: 100%;
}

.product-page .page-eight {
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    position: relative;
}

@media (max-width: 500px) {
    .product-page .page-eight {
        height: 50vh;
    }
}

.product-page .page-eight .title {
    width: 100%;
    font-size: 44px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

@media (max-width: 1440px) {
    .product-page .page-eight .title {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .product-page .page-eight .title {
        font-size: 36px;
    }
}

@media (max-width:768px) {
    .product-page .page-eight .title {
        font-size: 32px;
    }
}

@media (max-width:500px) {
    .product-page .page-eight .title {
        font-size: 28px;
        padding: 0 40px;
    }
}

.product-page .page-eight .more {
    /* width: 152px; */
    padding: 0 40px;
    height: 44px;
    margin: 0.32rem auto 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    transition: all ease-out 0.2s;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}


/* @media (max-width: 1600px) {



  .product-page .page-eight .more {



    width: 140px;



    height: 36px;



  }



} */

@media (max-width: 500px) {
    .product-page .page-eight .more {
        border: 2px solid #fff;
    }
}

.product-page .page-eight .more::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    pointer-events: none;
    background: #fff;
    z-index: -1;
    transition: all ease-out 0.3s;
    display: none;
}

.product-page .page-eight .more:hover {
    color: #333;
    background: #fff;
}

.product-page .page-eight .more:hover::after {
    width: calc(100% + 2px);
}

.product-page .page-eight .copyright {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0.34rem;
    font-size: 12px;
    line-height: 24px;
    color: rgba(212, 212, 212, 0.2);
    text-align: center;
}

.product-page .page-eight .copyright a {
    color: rgba(212, 212, 212, 0.2);
}

@keyframes aquan {
    from {
        transform: translate(-50%, -50%) scale(0);
    }

    to {
        transform: translate(-50%, -50%) scale(1);
    }
}

.webmap {
    width: 100%;
    background: #F9F9F9;
    position: relative;
    padding: 1.2rem 0;
}

.webmap .webmap-box {
    width: 83.33%;
    margin: 0 auto;
    background: #fff;
    padding: 0.93rem 0 1.03rem;
}

@media (max-width: 1440px) {
    .webmap .webmap-box {
        width: 90%;
    }
}

.webmap .webmap-box .title {
    width: 100%;
    text-align: center;
    font-size: 44px;
    font-weight: 600;
    color: #333333;
}

@media (max-width: 1440px) {
    .webmap .webmap-box .title {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .webmap .webmap-box .title {
        font-size: 36px;
    }
}

@media (max-width:768px) {
    .webmap .webmap-box .title {
        font-size: 32px;
    }
}

@media (max-width:500px) {
    .webmap .webmap-box .title {
        font-size: 28px;
    }
}

.webmap .webmap-box .list {
    width: 100%;
    margin-top: 0.47rem;
}

@media (max-width: 500px) {
    .webmap .webmap-box .list {
        padding: 0 0.3rem;
    }
}

.webmap .webmap-box .list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.webmap .webmap-box .list ul li {
    margin: 0 0.43rem;
}

@media (max-width: 768px) {
    .webmap .webmap-box .list ul li {
        width: 33.3%;
        margin: 0 0 0.5rem;
    }
}

@media (max-width: 500px) {
    .webmap .webmap-box .list ul li {
        width: 100%;
    }
}

.webmap .webmap-box .list ul li .a-link {
    width: 100%;
    font-size: 24px;
    color: #333333;
    text-align: center;
    transition: all ease-out 0.3s;
    display: block;
}

@media (max-width: 1600px) {
    .webmap .webmap-box .list ul li .a-link {
        font-size: 22px;
    }
}

@media (max-width: 1440px) {
    .webmap .webmap-box .list ul li .a-link {
        font-size: 20px;
    }
}

@media (max-width: 1366px) {
    .webmap .webmap-box .list ul li .a-link {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .webmap .webmap-box .list ul li .a-link {
        text-align: left;
    }
}

.webmap .webmap-box .list ul li .a-link:hover {
    color: #00ACAB;
}

.webmap .webmap-box .list ul li .s-menu {
    margin-top: 0.36rem;
}

@media (max-width: 500px) {
    .webmap .webmap-box .list ul li .s-menu {
        margin-top: 0.2rem;
    }
}

.webmap .webmap-box .list ul li .s-menu .s-alink {
    display: block;
    text-align: center;
    color: #333333;
    margin-bottom: 0.1rem;
    transition: all ease-out 0.3s;
}

@media (max-width: 500px) {
    .webmap .webmap-box .list ul li .s-menu .s-alink {
        text-align: left;
    }
}

.webmap .webmap-box .list ul li .s-menu .s-alink:hover {
    color: #00ACAB;
}

.Legal-Notices {
    width: 100%;
    background: #F9F9F9;
    padding: 1.25rem 0;
}

.Legal-Notices .Notices-box {
    width: 83.33%;
    margin: 0 auto;
    background: #fff;
    padding: 0.88rem 1.85rem 1.07rem;
}

@media (max-width: 1440px) {
    .Legal-Notices .Notices-box {
        width: 90%;
    }
}

@media (max-width: 1024px) {
    .Legal-Notices .Notices-box {
        padding: 0.88rem 1.5rem 1.07rem;
    }
}

@media (max-width: 768px) {
    .Legal-Notices .Notices-box {
        padding: 0.88rem 1rem 1.07rem;
    }
}

@media (max-width: 500px) {
    .Legal-Notices .Notices-box {
        padding: 0.88rem 0.5rem 1.07rem;
    }
}

.Legal-Notices .Notices-box .title {
    font-size: 44px;
    color: #333333;
    text-align: center;
}

@media (max-width: 1440px) {
    .Legal-Notices .Notices-box .title {
        font-size: 40px;
    }
}

@media (max-width:1024px) {
    .Legal-Notices .Notices-box .title {
        font-size: 36px;
    }
}

@media (max-width:768px) {
    .Legal-Notices .Notices-box .title {
        font-size: 32px;
    }
}

@media (max-width:500px) {
    .Legal-Notices .Notices-box .title {
        font-size: 28px;
    }
}

.Legal-Notices .Notices-box .txt {
    margin-top: 0.5rem;
    color: #666666;
}

@keyframes run1 {
    0% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(-5px);
    }
}

@-webkit-keyframes run1 {
    0% {
        -webkit-transform: translateY(5px);
    }

    100% {
        -webkit-transform: translateY(-5px);
    }
}

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

.div .box {
    width: 1400px;
    max-width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1440px) {
    .div .box {
        width: 90%;
    }
}

.bshare-custom .bshare-weixin {
    background: none;
}

.bsBox {
    box-sizing: initial !important;
}

@media (max-width: 768px) {
    .mh-pc {
        display: none;
    }
}

.mh-mobile {
    display: none;
}

@media (max-width: 768px) {
    .mh-mobile {
        display: block;
    }
}

@media (max-width: 768px) {
    .qx-pc {
        display: none;
    }
}

.qx-mobile {
    display: none;
}

@media (max-width: 768px) {
    .qx-mobile {
        display: block;
    }
}


/* 10.9 */
.info-banner .bg video {
    position: absolute;
    left: 0;
    top: 0;
}

.g-banner {
    position: relative;
}

.g-banner video {
    position: absolute;
    left: 0;
    top: 0;
}

.supplier-box2 .title {
    line-height: 1.2;
}

.pre-box1 .box .tbox .t1 {
    line-height: 1.2;
}

.pre-box3 .box .tbox .t1 {
    line-height: 1.2;
}

.pre-box4 .box .tbox .t1 {
    line-height: 1.2;
}

.pre-box5 .box .tbox .t1 {
    line-height: 1.2;
}

.supply-chain-box1 .box .item .tbox .t2 {
    line-height: 1.2;
}

.supply-chain-box3 .tbox .t2 {
    line-height: 1.2;
}

.info-banner2 .box .title {
    line-height: 1.2;
}

.product-page .page-one .tbox2 .t1 {
    line-height: 1.2;
}

.Regulatory .box .tbox .t1 {
    line-height: 1.2;
}

@media (max-width: 768px) {
    .Inspection-box1 .top .txt {
        font-size: 14px;
        line-height: 1.618;
    }

    .header .box .right .menu-box .menu ul li .s-menu {
        transition: initial;
    }
}

@media (max-width: 500px) {
    .index-box6 .box .box1 .tbox {
        top: 50px;
    }

    .index-box6 .box .box1 .tbox .t2 {
        margin-top: 5px;
    }
}

.product-page .page-two .tbox2 .tbox .swiper-slide .ts1 {
    line-height: 1.2;
    font-weight: 600;
}

.product-page .page-two .tbox2 .tbox .swiper-slide .ts1 span {
    display: block;
}

.product-page .page-two .tbox2 .tbox {
    margin-top: 50px;
}

@media (max-width: 500px) {
    .product-page .page-two .tbox2 .tbox {
        margin-top: 32px;
    }
}

.product-page .page-two .tbox2 .tbox .swiper-slide .ts1 {
    margin-bottom: 40px;
}

@media (max-width: 500px) {
    .product-page .page-two .tbox2 .tbox .swiper-slide .ts1 {
        margin-bottom: 32px;
    }
}

.product-page .page-two .tbox2 .tbox .swiper-slide .item .tms {
    margin-bottom: 20px;
}

.product-page .page-three .three-box1 .tbox .t1 svg {
    width: 200px;
}

.product-page .page-three .three-box1 .tbox .txt {
    margin-top: 40px;
}

@media (max-width: 500px) {
    .product-page .page-three .three-box1 .tbox .t1 svg {
        width: 150px;
    }

    .product-page .page-three .three-box1 .tbox .txt {
        margin-top: 20px;
    }

    .g-banner-num-t p span {
        font-size: 40px;
        font-family: "DIN2";
    }

    .g-banner-h2 {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .g-banner-h2>span {
        margin-bottom: 0.22rem;
    }

    .g-banner-num-box {
        width: 50%;
    }

    .g-banner-num {
        flex-wrap: wrap;
    }
}

.index-box1 .bbox .img video {
    position: absolute;
    left: 0;
    top: 0;
}

.info-banner .bg .x-yd {
    display: none;
}

.index-box1 .bbox .img img:nth-of-type(2) {
    display: none;
}

@media (max-width: 767px) {
    .info-banner .bg video {
        display: none;
    }

    .info-banner .bg .x-yd {
        display: block;
    }

    .index-box2 {
        padding-top: 0;
    }

    .index-box1 .bbox .img img:nth-of-type(1) {
        display: none;
    }

    .index-box1 .bbox .img img:nth-of-type(2) {
        display: block;
    }
}


.product-page .page-eight .x-sm1 {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
    font-size: 12px;
    line-height: 24px;
    color: rgba(212, 212, 212, 0.4);
    text-align: center;
    padding: 0 10px;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 500px) {
    .product-page .page-eight {
        height: 76vh;
    }

    .product-page .page-eight .x-sm1 {
        bottom: 1.3rem;
        left: 0;
        max-width: initial;
        transform: initial;
    }
}


.index-box1 .bbox .img video:nth-of-type(2) {
    display: none;
}

@media (max-width: 500px) {
    .index-box1 .bbox .img video:nth-of-type(2) {
        display: block;
    }

    .index-box1 .bbox .img video:nth-of-type(1) {
        display: none;
    }

    .product-page .page-eight {
        padding-top: 100px;
        align-content: flex-start;
    }

    .product-page .page-eight .copyright {
        font-size: 12px;
    }
}


.curtain {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
}

.curtain .mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    position: absolute;
    top: 0;
    left: 0;
}

.curtain .curtain_box {
    position: absolute;
    max-width: 90%;
    max-height: 90%;
    left: 50%;
    top: 50%;
    background: #fff;
    overflow: hidden;
    z-index: 10000;
    transform: translate(-50%, -50%);
}

.curtain .curtain_box .curtain_title {
    position: relative;
    padding: 0 30px;
    background: #1c4798;
}

.curtain .curtain_box .curtain_title .close_tc {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 60px;
    cursor: pointer;
    z-index: 10000;
}

.curtain .curtain_box .curtain_title .close_tc::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -10px;
    width: 20px;
    height: 2px;
    background: #999999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.curtain .curtain_box .curtain_title .close_tc::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -10px;
    width: 20px;
    height: 2px;
    background: #999999;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.curtain2 .x-con {
    padding: 0.4rem;
    width: 4rem;
}


.curtain2 .x-con .x-title {
    font-size: 30px;
    /* text-align: center; */
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.curtain2 .x-form .item {
    width: 100%;
    margin-bottom: 10px;
}

.curtain2 .x-form .item .t1 {
    color: #333;
    margin-bottom: 7px;
    font-weight: 500;
}

.curtain2 .x-form .item .t1 span {
    color: #df1919;
}

.curtain2 .x-form .item .t2 {
    width: 100%;
    display: flex;
}

.curtain2 .x-form .item .t2 input {
    width: 100%;
    height: 36px;
    border: 1px solid #ddd;
    padding-left: 10px;
}

.curtain2 .x-form .item .t2 textarea {
    width: 100%;
    height: 88px;
    border: 1px solid #ddd;
    padding: 10px;
}

.curtain2 .x-form .btn {
    /* width: 160px; */
    padding: 0 40px;
    height: 44px;
    background: #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    transition: all ease-out 0.3s;
}

.curtain2 .x-form .btn:hover {
    background: #333;
}

@media (max-width: 991px) {

    .curtain2 .x-con {
        width: 5.4rem;
    }

    .curtain2 .x-con .x-title {
        font-size: 24px;
    }

    .curtain .curtain_box .curtain_title .close_tc {
        width: 55px;
        height: 48px;
    }
}

.news-info .box2 .txt video {
    width: 100% !important;
}

@media (max-width: 767px) {
    img {
        transform: scale(1) !important;
    }
}



/* 11.7 */
.news-info .box1 .img img:nth-of-type(2) {
    display: none;
}

@media (max-width: 767px) {
    .info-banner .box .title {
        line-height: 1.2;
        font-size: 36px;
    }

    .news-info .box1 .img img:nth-of-type(1) {
        display: none;
    }

    .news-info .box1 .img img:nth-of-type(2) {
        display: block;
    }

    .header:hover .box .logo a img:nth-child(1) {
        display: block !important;
    }

    .header:hover .box .logo a img:nth-child(2) {
        display: none !important;
    }

    .header.fh .box .logo a img:nth-child(1) {
        display: none !important;
    }

    .header.fh .box .logo a img:nth-child(2) {
        display: block !important;
    }

    .header.h-info .box .logo a img:nth-child(1) {
        display: none !important;
    }

    .header.h-info .box .logo a img:nth-child(2) {
        display: block !important;
    }

    .header:hover {
        background: transparent;
    }

    .header.fh,
    .header.h-info {
        background: #000;
    }

    .header.on .box .logo a img:nth-child(1) {
        display: none !important;
    }

    .header.on .box .logo a img:nth-child(2) {
        display: block !important;
    }
}

.swiper-button-disabled svg path {
    color: #ccc;
}

.swiper-button-disabled {
    cursor: initial !important;
    pointer-events: none;
}

.info-banner2 .bg img:nth-of-type(2) {
    display: none;
}

@media (max-width: 767px) {
    .info-banner2 .bg img:nth-of-type(1) {
        display: none;
    }

    .info-banner2 .bg img:nth-of-type(2) {
        display: block;
    }

    .news .box .top .big .img::before {
        padding-top: 100%;
    }

    .swiper-prev,
    .swiper-next {
        display: none;
    }
}

.baike .box .menu ul li .tbox .txt a {
    color: #999;
}

.baike .box .menu ul li .tbox .txt:hover a {
    color: #00acab;
}

.baike .box .menu ul li .tbox .txt.on a {
    color: #00acab;
}

.footer .x-fot .box {
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: nowrap;
    margin-top: 0.2rem;
}

.x-fot .box span {
    font-size: 12px;
    font-weight: 500;
    color: rgba(212, 212, 212, 0.2);
    flex-shrink: 0;
}

.x-fot .box a {
    font-size: 12px;
    font-weight: 500;
    color: rgba(212, 212, 212, 0.2);
    transition: 0.3s all;
    margin-right: 14px;
    display: inline-block;
}

.x-fot .box a:hover {
    color: #fff;
}


.Inspection-box2 .box .table-box ul li:nth-of-type(6) .t2:nth-of-type(3) {
    align-items: flex-start;
    padding-top: 0.25rem;
    align-content: flex-start;
}

.Inspection-box2 .box .table-box ul li:nth-of-type(6) .t2:nth-of-type(3) .ts:nth-of-type(1) {
    padding-bottom: 0.41rem;
}

.Inspection-box2 .box .table-box ul li:nth-of-type(6) .t2:nth-of-type(3) .ts:nth-of-type(2) {
    margin-top: 0.75rem;
}

@media (max-width: 767px) {

    .info-banner2,
    .x-info-bb .bg {
        background-color: #00acab;
    }
}


.product-info .pinfo-box .btn1 {
    min-width: 140px;
    height: 45px;
    background: #00ACAB;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    transition: all ease-out 0.3s;
    margin-top: 0.14rem;
    padding: 0 8px;
    display: none;
}

@media (max-width: 767px) {
    .product-info .pinfo-box .btn1 {
        display: inline-flex;
        width: 100%;
        min-width: initial;
        position: sticky;
        position: -webkit-sticky;
        bottom: 10px;
    }

    .product-info .pinfo-box .back {
        margin-bottom: 20px;
    }

}

@media (max-width: 767px) {
    .x-about-a .info-banner .box {
        top: 270px;
    }

    .x-ski1 .footer {
        padding-top: 32px;
    }

    .x-ski1 .footer .fot1 {
        display: none;
    }

    .x-ski1 .footer .x-fot {
        display: none;
    }
}

#hi-video-pop .hi-close {
    background: url(../images/off.png) center center no-repeat !important;
    background-color: transparent !important;
    background-size: 100% 100% !important;
    width: 30px !important;
    height: 30px !important;
}

#hi-video-pop .hi-close::before,
#hi-video-pop .hi-close::after {
    display: none;
}

.x-ski1 {
    display: none;
}

@media (max-width: 767px) {
    .x-ski1 {
        display: block;
    }
}

.nocentent {
    padding: 0.4rem 0;
}

.nocentent img {
    width: 16px;
    height: 16px;
    transform: translateY(-2px);
    margin-right: 10px;
}