@charset "UTF-8";

.L_body {
    height: 100vh;
}

.swiper {
    height: 100%;
    overflow: hidden;
}

.L_homepage {
    position: absolute;
    z-index: 2;
    right: auto !important;
    left: 20px;
}

.scroll-icon {
    position: relative;
    z-index: 6;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2em;
    width: 1.2em;
    font-size: 22px;
    color: #fff;
    border-radius: 2em;
    border: solid 2px;
    -webkit-transition: .4s;
    transition: .4s;
    margin-bottom: 10px;
    background: #fff;
    filter: drop-shadow(0px 3px 3px var(--li));
}

.scroll-icon::after {
    content: '';
    width: 5px;
    height: 5px;
    background-color: var(--li);
    border-radius: 50%;
    -webkit-animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
    animation: scroll-icon 2.2s infinite cubic-bezier(0.65, 0.05, 0.36, 1);
}

.L_body>.mySwiper>.L_homepage>span.swiper-pagination-bullet {
    margin: 15px 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: transparent;
    opacity: .5;
    border: 1px solid var(--li1);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}

.L_body>.mySwiper>.L_homepage>span.swiper-pagination-bullet:before {
    content: '';
    width: 5px;
    height: 5px;
    background: var(--li1);
    display: block;
    border-radius: 50%;
    transition: all .5s;
}

.L_body>.mySwiper>.L_homepage>span.swiper-pagination-bullet-active {
    background: var(--li);
    border-color: var(--li);
    opacity: 1;
}

.L_body>.mySwiper>.L_homepage>span.swiper-pagination-bullet-active:before {
    background: #fff;
}

.L_body>.mySwiper>.L_homepage>span.swiper-pagination-bullet-active:before {
    background: #fff;
}

.banenr_center {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banenr_center .banner_Ele,
.banenr_center .banenr_gif {
    position: absolute;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ban_text {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 15%;
    transform: translate(-50%, 0%);
    max-width: 1480px;
    width: 94%;
    text-align: center;
}

.ban_text h3 {
    font-size: var(--f54);
    color: #134c93;
    line-height: 150%;
    letter-spacing: 0.5vw;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}

.ban_text h3 span {
    color: var(--li);
}

.ban_text h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-100%, -75%);
    width: 100px;
    height: 106px;
    background-image: url(/src/image/ico01.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
}

.ban_text p {
    font-size: var(--f24);
    color: #134c93;
    letter-spacing: 2px;
}

.mySwiper2 .swiper-slide .ban_text * {
    transform: translateY(150px);
    opacity: 0;
}

.mySwiper2 .swiper-slide-active .ban_text * {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.8s ease .5s;
}

.L_shb_box {
    position: absolute;
    left: 50%;
    bottom: 5%;
    z-index: 2;
    text-align: center;
    color: #000;
    font-size: var(--f16);
    transform: translateX(-50%);
}

.L_shb {
    position: relative;
    height: 70px;
    width: 36px;
    margin: 0 auto;
}

section.Two-slide-Box {
    display: flex;
    height: 100vh;
    width: 100%;
    position: relative;
    background-image: url(/src/image/bg2.jpg);
    background-size: cover;
    align-items: center;
    justify-content: center;
    background-position: center center;
}

.Two-slide-center {
    max-width: 1480px;
    width: 80%;
    padding: 5% 0;
    position: relative;
    z-index: 1;
}

.Two-slide-center:before {
    content: '';
    background-image: url(/src/image/yuan2.png);
    background-repeat: no-repeat;
    width: 45%;
    max-width: 702px;
    height: 80%;
    position: absolute;
    background-size: 100% auto;
    left: -10%;
    top: 21%;
    z-index: -1;
    opacity: 0;
}

.prodetails {
    margin-top: 4%;
    opacity: 0;
    transform: translateY(30%);
}

p.titen {
    color: var(--li);
    font-size: var(--f16);
}

.Two-slide-center .titen {
    opacity: 0;
}

.titcn {
    font-size: var(--f48);
    font-weight: bold;
    line-height: 150%;
}

.Two-slide-center .titcn {
    opacity: 0;
}

.prodetails .swiper-slide {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}



.prodetails .pro_imgbox {
    width: 43%;
}

.prodetails .pro_imgbox .Limg_con {
    padding-bottom: 80%;
}

.prodetails .pro_textbox {
    width: 55%;
    margin-left: 2%;
    padding: 0 190px 0 3%;
    position: relative;
}

.prodetails .pro_textbox>div {
    max-width: 550px;
}

.prodetails a.pro_tit {
    display: inline-flex;
    align-items: center;
    color: var(--li1);
    fill: var(--li1);
    font-size: var(--f60);
    font-weight: bold;
}

a.pro_tit:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background: var(--li);
    border-radius: 3px;
    left: 0;
    top: 25px;
}

a.pro_tit svg.icon {
    margin-left: var(--f48);
}

.butes {
    font-size: var(--f36);
    color: #1D1D1D;
    margin: 2% 0;
}

.butes span {
    font-size: var(--f16);
}

.butes strong {
    font-weight: 900;
    display: inline-block;
    margin-left: 15px;
}

.prodetails .pro_textbox summary {
    font-size: 14px;
    color: #666;
    line-height: 200%;
    margin-bottom: 5%;
}

a.anmore {
    display: block;
    width: 155px;
    line-height: 50px;
    color: #fff;
    background: var(--li1);
    text-align: center;
    border-radius: 25px;
    transition: all .5s ease;
}

a.anmore:hover {
    background: var(--li);
}


ul.prolist {
    z-index: 2;
    position: absolute;
    right: 0;
    top: 50%;
    width: 330px;
    transform: translateY(-50%);
}

ul.prolist li {
    height: 144px;
    margin: 5px 0;
    font-size: var(--f16);
    color: #292A2B;
    display: flex;
    align-items: center;
    padding-left: 40px;
    transition: all .5s ease;
    cursor: pointer;
    transform: translateX(150%);
    background-size: 100% auto;
    position: relative;
}

ul.prolist li .two_li_typ {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 25px 0 0 25px;
}

ul.prolist svg.icon {
    fill: transparent;
    stroke: #000;
    stroke-width: 17px;
    stroke-linecap: round;
    transition: fill .5s ease 1s;
    position: absolute;
}

.ani-slide ul.prolist li:nth-of-type(1) svg.icon {
    width: 70px;
    left: 45%;
    top: 15%;
}

.ani-slide ul.prolist li:nth-of-type(2) svg.icon {
    width: 90px;
    left: 36%;
    top: 35%;
}

.ani-slide ul.prolist li:nth-of-type(3) svg.icon {
    width: 130px;
    left: 20%;
    top: 40%;
}

ul.prolist .active {
    color: #fff;
    font-weight: bold;
}

ul.prolist .active svg.icon {
    animation: lines 4s forwards;
    fill: #fff;
}

.two_imgbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.two_imgbg img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    opacity: 0;
    filter: drop-shadow(-7px 0px 0 var(--li));
    transition: all .5s ease;
}

ul.prolist .active .two_imgbg img {
    filter: drop-shadow(-7px 0px 0px var(--li));
}

ul.prolist li:nth-of-type(1) .two_imgbg img {
    filter: drop-shadow(-8px -5px 0px var(--li));
}

ul.prolist li:nth-of-type(3) .two_imgbg img {
    filter: drop-shadow(-5px 5px 0px var(--li));
}

img.bg_white {
    z-index: 1;
    opacity: 1;
}

ul.prolist .active img.bg_white {
    opacity: 0;
}

ul.prolist .active img.bg_red {
    opacity: 1;
}

.ani-slide .titen {
    opacity: 1;
    transition: all .8s ease-in-out .1s;
}

.ani-slide .titcn {
    opacity: 1;
    transition: all .8s ease-out .3s;
}

.ani-slide .Two-slide-center:before {
    left: 0;
    opacity: 1;
    transition: all 1s ease-out .5s;
}

.ani-slide .prodetails {
    transform: none;
    opacity: 1;
    transition: all 1s ease-out .8s;
}

.ani-slide ul.prolist li:nth-of-type(1) {
    transform: translateX(0%);
    transition: transform 1s ease .5s;
}

.ani-slide ul.prolist li:nth-of-type(1):before {
    content: '';
    width: 80%;
    right: 0;
    height: 5px;
    background: var(--li);
    position: absolute;
    top: -5px;
}

.ani-slide ul.prolist li:nth-of-type(2) {
    transform: translateX(13%);
    transition: transform 1s ease .8s;
}

.ani-slide ul.prolist li:nth-of-type(3) {
    transform: translateX(26%);
    transition: transform 1s ease 1.1s;
}

/* 第二屏end */

section.three-slide-Box {
    position: relative;
    height: 100vh;
}

video.ab_videobox {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 3;
}

.three_top_box {
    height: 70vh;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.three_top_box img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.thrimgbox {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    mix-blend-mode: lighten;
}

.quanredius {
    position: absolute;
    width: 70%;
    height: 80%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: #000;
    border-radius: 20px;
    transition: all .5s ease;
}

.ani-slide .quanredius {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.three_center {
    max-width: 1480px;
    margin: 0 auto;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.three_bottom_box {
    height: 30vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4;
    transition: all .5S ease;
    opacity: 0.7;
}
.three_bottom_box:hover{
    opacity:1;
}
.three_bottom_box:before {
    content: '';
    position: absolute;
    width: 80%;
    max-width: 1480px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    background: url(/src/image/bg32.png) no-repeat center;
    z-index: 1;
    background-size: 100% auto;
    opacity: 0;
}

.ani-slide .three_bottom_box:before {
    opacity: 0;
}
.three_bottom_box:hover:before{
    opacity:.5;
    transition: all 2.5s ease;
}
.three_bottom_box:after {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, var(--li) 12px, var(--li1) 12px);
}

.ani-slide .three_bottom_box:after {
    width: 100%;
    transition: all 1.2s ease .5s;
}

.three_left {
    width: 35%;
}

.three_right {
    width: 50%;
}

.three_right ul.f-cb {
    display: flex;
    justify-content: space-between;
    text-align: center;
    flex-wrap: wrap;
}

.three_right ul.f-cb .tsBox {
    color: #DF022A;
    font-size: var(--f16);
    margin-bottom: 5px;
}

.three_right ul.f-cb .counter {
    font-size: var(--f38);
    text-align: center;
    display: inline-block;
    font-weight: bold;
}

.three_right ul.f-cb i.count-unit {
    font-size: var(--f24);
    text-align: center;
    display: inline-block;
    font-weight: bold;
    vertical-align: top;
}

.three_right ul.f-cb p {
    font-size: var(--f14);
    color: #000;
}

.ani-slide .three_center * {
    color: #fff !important;
    transition: all 1.5s ease;
}

section.five_box {
    display: flex;
    background: url(/src/image/bg4.jpg) center/cover no-repeat;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.five-center {
    height: 75vh;
    max-width: 1480px;
    width: 80%;
    color: #fff;
    position: relative;
}

.five-bottom {
    position: absolute;
    max-width: 1200px;
    width: 100%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
}

.five-bottom ul {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.five-bottom ul li {
    background: #2a2a2a;
    width: calc(100% / 3);
    border-radius: 20px;
    padding: 5vw 3.5vw 2vw;
    font-size: var(--f16);
    line-height: 200%;
    text-align: center;
    opacity: 0;
    transform: translateY(50px);
    cursor: pointer;
}

.five-bottom ul li summary p {
    opacity: .65;
    transition: all .5s ease !important;
    letter-spacing: 0.5px;
    font-size: var(--f16);
}

.five-bottom ul li:hover summary p {
    opacity: 1;
    font-size: var(--f18);
}

.five-bottom ul li:nth-child(1) {
    background: var(--li);
}

.five-bottom ul li:nth-child(2) {
    background: var(--li1);
}

.five-tit {
    font-size: var(--f54);
    margin: 10px 0 var(--f60);
    line-height: 100%;
}

.five-bottom summary {
    text-align: left;
    max-height: 0;
    overflow: hidden;
}

.ani-slide .five-bottom ul li .childer {

    transition: all .5s ease;
}

.ani-slide .five-bottom ul li:nth-child(1) {
    transition-delay: .3s;
}

.ani-slide .five-bottom ul li:nth-child(2) {
    transition-delay: .5s;
    padding-bottom: 4vw;
}

.ani-slide .five-bottom ul li:nth-child(3) {
    transition-delay: .7s;
}

.ani-slide .five-bottom ul li {
    opacity: 1;
    transform: translateY(0px);
    transition: all 1s ease;
}

.ani-slide .five-bottom summary {
    max-height: 165px;
    transition: all 1.5s ease;
}

.ani-slide .five-bottom ul li:nth-child(1) summary {
    transition-delay: .5s;
}

.ani-slide .five-bottom ul li:nth-child(2) summary {
    transition-delay: .7s;
}

.ani-slide .five-bottom ul li:nth-child(3) summary {
    transition-delay: 1s;
}

.ani-slide .five-bottom ul li:hover .childer {
    padding-top: 1vw;
}


.four-bigbox {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #fff;
}

.four-bigbox .tit {
    position: absolute;
    left: 11%;
    top: 13%;
    z-index: 9;
}

.titcn+span {
    opacity: .85;
}

.four-dq-add {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    transition: all 1.5s ease-in-out;
    overflow: hidden;
    z-index: 1;
}

.four-dq-add video,
.four-dq-add .dq_gif {
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
    transition: all .5s linear;
    transform: scale(0.5);
}

.ani-slide .four-dq-add video,
.ani-slide .four-dq-add .dq_gif {
    opacity: 1;
    transform: scale(.95);
}

.L_active .four-dq-add {
    opacity: 0;
}

.four-dq-add:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/src/image/bg51.png) center no-repeat;
    background-size: contain;
    animation: zhuan1 6s infinite linear .65s;
    z-index: 2;
}

@keyframes zhuan1 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

section.four-Box-1 {
    height: 75vh;
    max-width: 1480px;
    width: 80%;
    position: relative;
    z-index: 2;
}

.L_active section.four-Box-1 {
    opacity: 0;
    visibility: hidden;
}

section.four-Box-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    background: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    opacity: 0;
    transition: all .8s ease;
    z-index: 3;
    overflow: hidden;
}

.L_active section.four-Box-2 {
    visibility: visible;
    opacity: 1;
}

.four-leftbox {
    position: absolute;
    left: 0;
    bottom: -10%;
    max-width: 330px;
    font-size: var(--f16);
    line-height: 180%;
    opacity: 0.2;
    color: #666;
}

.ani-slide .four-leftbox {
    opacity: 1;
    bottom: 0%;
    transition: all 1s;
}

section.four-Box-1 .four_tit {
    color: var(--li);
    font-size: calc(var(--f48) * 2);
    margin-bottom: 20px;
}

section.four-Box-1 .four_tit i {
    font-size: calc(var(--f48) * 1);
    vertical-align: super;
}

section.four-Box-1 .four_tit span {
    font-size: var(--f14);
}

.four-gd {
    position: absolute;
    width: 720px;
    height: 720px;
    top: 50%;
    left: 50%;
    margin-left: -360px;
    margin-top: -360px;
    transform: scale3d(0, 0, 1);
}

.L_active .four-gd {
    transform: scale3d(20, 20, 20);
    transition: 1.5s ease-in-out;
}

.four_add {
    opacity: 0;
    transform: scale3d(0, 0, 1);
    position: relative;
}

.L_active .four_add {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transition: 1.5s ease-in-out;
}

.four_add img {
    max-width: 100%;
    object-fit: contain;
}

.fourzx {
    position: absolute;
    top: 19%;
    right: 58.3%;
    left: 33.5%;
    background: #fff;
    border-radius: 50%;
    border: 3px solid var(--li);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    z-index: 2;
}

.fourzx img {
    max-width: 80%;
    object-fit: contain;
}

.four_add ul {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.four_add ul li {
    position: absolute;
    width: 18px;
    height: 18px;
    background: var(--li);
    border-radius: 50%;
    border: 3px solid rgb(255 183 197);
}

dl.circle {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

dl.circle dd {
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    border-radius: 50%;
    background-color: rgb(224 2 43 / 20%);
    width: 100%;
    animation: circleScale 4s linear infinite;
}

dl.circle dd:nth-of-type(2) {
    animation-delay: 2s;
}

dl.circle dd:nth-of-type(3) {
    animation-delay: 3s;
}

dl.circle dd:nth-of-type(4) {
    animation-delay: 4s;
}

.four_add ul li:nth-of-type(1) {
    left: 7%;
    top: 30%;
}

.four_add ul li:nth-of-type(2) {
    left: 29%;
    top: 19%;
}

.four_add ul li:nth-of-type(3) {
    right: 25%;
    top: 19%;
}

.four_add ul li:nth-of-type(4) {
    right: 20%;
    top: 26%;
}

.four_add ul li:nth-of-type(5) {
    left: 40%;
    bottom: 19%;
}

.four_add ul li:before {
    content: '';
    position: absolute;
    transition: all 2s ease;
    background-size: 100% auto !important;
}

.four_add ul li:nth-of-type(1):before {
    left: 100%;
    background: url(/src/image/line1.png) right center no-repeat;
    height: 42px;
    width: 27vw;
    bottom: 0%;
    max-width: 511px;
    animation: 2s linear 1s infinite toleft;
}

.four_add ul li:nth-of-type(2):before {
    left: 100%;
    background: url(/src/image/line2.png) left top no-repeat;
    height: 42px;
    width: 4vw;
    top: 80%;
    max-width: 80px;
    animation: 1.5s linear 1.5s infinite toleft;
}

.four_add ul li:nth-of-type(3):before {
    right: 100%;
    background: url(/src/image/line3.png) right center no-repeat;
    height: 107px;
    width: 35vw;
    top: 50%;
    transform: translateY(-78%);
    max-width: 607px;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    animation: 3s linear 1.5s infinite toright;
}

.four_add ul li:nth-of-type(4):before {
    right: 100%;
    background: url(/src/image/line4.png) right center no-repeat;
    height: 84px;
    width: 38vw;
    top: 50%;
    transform: translateY(-78%);
    max-width: 722px;
    animation: 3.5s linear 2.5s infinite toright;
}

.four_add ul li:nth-of-type(5):before {
    right: 0%;
    background: url(/src/image/line5.png) right center no-repeat;
    height: 20vw;
    width: 35px;
    bottom: 100%;
    max-height: 372px;
    max-width: 35px;
    animation: 3.7s linear 3s infinite tobottom;
}

.foter_wiper .swiper-slide {
    max-width: 156px !important;
}

@media only screen and (max-width:1550px) {
    .four_add ul li:nth-of-type(3):before {
        background-size: 100% auto;
        transform: translateY(-85%);
        background-position: bottom;
    }

    .four_add ul li:nth-of-type(4):before {
        background-size: 100% auto;
        transform: translateY(-85%);
        background-position: bottom;
    }

    ul.prolist {
        top: 55%;
    }
}

@media only screen and (max-height:768px) {
    ul.prolist {
        top: 60%;
    }
}

@media only screen and (min-width:769px) {
    .mo {
        display: none !important;
    }
}

@media only screen and (max-width:768px) {
    .pc {
        display: none !important;
    }

    .two_active .two_language {
        display: none;
    }

    .ban_text h3:before {
        position: relative;
        display: none;
        margin: 0 auto;
        transform: none;
        width: 50px;
        height: 60px;
    }

    .ban_text p {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 180%;
        max-width: 300px;
        margin: 0 auto;
    }

    ul.prolist {
        z-index: 2;
        position: absolute;
        right: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        transform: none;
        overflow: hidden;
        display: flex;
        gap: 10px;
    }

    .Two-slide-center {
        width: 94%;
    }

    .prodetails .pro_imgbox {
        width: 80%;
        margin: 0 auto;
    }

    .prodetails .pro_textbox {
        width: 100%;
        margin-left: 0;
        padding: 10px 35px;
        position: relative;
    }

    ul.prolist li {
        background: #fff;
        height: 120px;
        margin: 0;
        width: calc((100% - 20px) / 3);
        font-size: var(--f18);
        color: #292A2B;
        display: flex;
        align-items: center;
        padding: 0;
        transform: none !important;
        position: relative;
        border-radius: 10px 10px 0 0;
    }

    ul.prolist li .two_li_typ {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding: 10px 20px 50px;
    }

    .Two-slide-center:before {
        width: 80%;
        top: 10%;
    }

    ul.prolist .active {
        background: var(--li);
    }

    ul.prolist li .two_li_typ p {
        transform: none;
        margin-right: 0;
        order: 2;
        text-align: center;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 30px;
    }

    ul.prolist svg.icon {
        max-width: 80px;
        max-height: 50px;
        position: static;
    }

    .prodetails a.pro_tit {
        font-size: 24px;
    }

    a.pro_tit svg.icon {
        margin-left: 20px;
        width: 25px;
        height: auto;
    }

    .butes {
        font-size: 18px;
    }

    .prodetails {
        margin-top: 0;
    }

    a.anmore {
        display: block;
        width: 130px;
        line-height: 40px;
    }

    .prodetails .pro_imgbox .Limg_con {
        padding-bottom: 65%;
    }

    .three_top_box {
        height: 200px;
        overflow: hidden;
        position: relative;
        z-index: 2;
        margin-top: 70px;
    }

    .three_center {
        width: 94%;
        margin-top: 3%;
    }

    .three_left {
        width: 100%;
    }

    .three_right {
        width: 100%;
        margin-top: 20px;
    }

    .three_bottom_box {
        height: calc(100% - 270px);
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;
        opacity: 1;
    }

    .three_bottom_box:before {
        position: relative;
        width: 100%;
        height: 75px;
        left: 0;
        transform: none;
        top: 5px;
        background-size: 80% auto;
        background-position: 10px 20px;
    }

    .three_right ul.f-cb li {
        background: rgb(255 255 255 / 20%);
        width: 48%;
        margin: 1%;
        padding: 10px;
    }

    .three_bottom_box:after {
        width: 100%;
        height: 0;
    }

    .ani-slide .three_bottom_box:after {
        height: 100%;
    }

    .three_right ul.f-cb li:last-child {
        width: 98%;
    }

    .five-bottom ul li {
        width: 100%;
        border-radius: 20px;
        padding: 20px;
        line-height: 180%;
        margin: 2px 0;
    }

    .five-tit {
        margin: 0 0 10px;
        line-height: 100%;
        text-align: left;
    }

    .five-bottom .five_ico {
        display: none;
    }

    .five-center {
        width: 94%;
    }

    .five-bottom {
        position: relative;
        margin-top: 20px;
    }

    .four-dq-add {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    section.four-Box-2 {
        align-items: center;
    }

    .four_add ul li:before {
        display: none;
    }

    .two_imgbg img {
        filter: none !important;
    }

    .four_add ul li {
        width: 10px;
        height: 10px;
    }

    dl.circle {
        width: 30px;
        height: 30px;
    }
}