@font-face {
    font-family: "ll";
    src: local("MiSans"), local("Arial") format('truetype'), local("sans-serif");
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: "rr";
    src: local("MiSans"), local("Arial") format('truetype'), local("sans-serif");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "bb";
    src: local("MiSans"), local("Arial") format('truetype'), local("sans-serif");
    font-weight: bolder;
    font-style: normal;
}

:root {
    --themeColor: #2061AE;
    --imgScale: scale(1.05);
    /* 头部高度 */
    --head: 0.78rem;
    /* 手机头部高度 */
    --mhead: 0.9rem;
    /* logo宽度 */
    --hlogow: 1.1rem;
    /* logo高度 */
    --hlogoh: .48rem;
    /* 手机logo宽度 */
    --mhlogow: 2.14rem;
    /* 手机logo高度 */
    --mhlogoh: .42rem;
}

html {
    /** scroll-padding-top: var(--head); **/
}

strong {
    font-weight: 700;
}

.pwidth {
    width: 13.48rem;
    margin: 0 auto;
}

.ppad {
    padding-top: .88rem;
    padding-bottom: 1.08rem;
}

.df {
    display: flex;
}

.dfsb {
    display: flex;
    justify-content: space-between;
}

.dfc {
    display: flex;
    justify-content: center;
}

.dfcm {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dfcm2 {
    display: flex;
    align-items: center;
}

.dfcol {
    display: flex;
    flex-direction: column;
}

.dfcolc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mc {
    display: block;
    margin: 0 auto;
}

.imgbox100 {
    overflow: hidden;
}

.imgbox100 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.li:hover .imgbox100 img {
    transform: var(--imgScale);
}

.imgbox100:hover img {
    transform: var(--imgScale);
}

.li:hover .bs {
    color: var(--themeColor) !important;
}

.bs:hover {
    color: var(--themeColor) !important;
}

.xiah {
    position: relative;
}

.xiah::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: var(--themeColor);
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
}

.xiah:hover::after {
    width: 100%;
}

[backImg] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.box100 {
    width: 100%;
    height: 100%;
}

sup {
    font-size: 0.8em;
    vertical-align: super;
}

.qy-more {
    width: 1.48rem;
    height: .42rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .5rem;

    font-family: ll;
    font-size: .16rem;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: var(--themeColor);

    position: relative;
    overflow: hidden;
    cursor: pointer;

    border: 1px solid var(--themeColor);
}

.qy-more::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--themeColor);
    top: 0;
    left: 0;
    transform: translateX(-104%);
    transition: transform .3s ease-in-out;
}

.qy-more span {
    position: relative;
    z-index: 2;
}

.qy-more:hover {
    color: #fff;
}

.qy-more:hover span {
    color: #fff;
}

.qy-more:hover::before {
    transform: translateX(0);
}

#header11,
#header11 .headtab {
    height: var(--head);
}

#header11 .headtab>li a {
    line-height: var(--head);
}

#header11 .logo {
    width: var(--hlogow);
    height: var(--hlogoh);
}

.tabs-box {
    top: var(--head);
}

/* 手机版放大图片 */
#fullscreen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    overflow-x: scroll;
}

#fullscreen img {
    max-width: none;
    max-height: none;
    object-fit: fill;
    width: auto;
    height: 50vh;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}

.mmclose {
    width: 0.72rem;
    height: 0.72rem;
    background-image: url(/images/mclose.png);
    background-repeat: no-repeat;
    background-size: 0.72rem 0.72rem;
    position: fixed;
    top: 16%;
    left: 50%;
    transform: translateX(-50%);
}

/* 
    <script>
        var wind = $(window).width()
        $(document).ready(function () {
            if (wind <= 750) {
                $('.fdimg').click(function () {
                    $('#fullscreen').show();
                    $('#fullscreen-image').attr('src', $(this).attr('src'));
                });

                $('#fullscreen').click(function () {
                    $(this).hide();
                });
            }
        });
    </script>

*/
.sp-title {
    font-family: rr;
    font-size: .48rem;
    font-weight: 500;
    line-height: .6365rem;
    text-align: center;
    color: #000000;
    margin-bottom: .28rem;
}



.screens {
    width: 100vw;
    height: 100vh;
}

.swiper-pagination-zp {
    position: fixed;
    right: .23rem !important;
    top: 50%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper-pagination-zp .swiper-pagination-bullet {
    opacity: 1;
    border-radius: 0;
    width: .3rem;
    height: .3rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/images/mr.png);
    background-size: .1rem .1rem;
    background-position: center;
    /* background-color: #fff; */
    margin: .1rem 0 !important;
}

.swiper-pagination-zp .swiper-pagination-bullet-active,
.swiper-pagination-zp .swiper-pagination-bullet:hover {
    width: .3rem;
    height: .3rem;
    background-color: transparent;
    background-image: url(/images/zpactive.png);
    background-size: cover;
}

.footslide {
    height: fit-content !important;
    margin-top: -1px;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    background: none !important;
    border: none;
}

.banner .swiper-button-prev img,
.banner .swiper-button-next img {
    width: .13rem;
}

.banner .swiper-button-prev:hover img,
.banner .swiper-button-next:hover img {
    filter: invert(50%) sepia(94%) saturate(3277%) hue-rotate(155deg) brightness(96%) contrast(103%);
}

.swiper-pagination-c {
    position: absolute;
    bottom: 37px !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.swiper-pagination-c .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 0.5;
    background-color: #fff;
    margin: 0 14px !important;
}

.swiper-pagination-c .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    opacity: 1;
}

.swiper-pagination-c .swiper-pagination-bullet:hover {
    opacity: 1;
}

/* <div class="sbox"  mid="<%=strmid %>" strid="<%=strid %>" showType="<%=strdatatype%>"> */

.sbox .banner .item .newtit {
    color: #FFF;
    font-family: rr;
    font-size: .7rem;
    font-weight: 500;
    line-height: .8204rem;
}

.sbox .banner .item .newdesc {
    color: rgba(255, 255, 255, 0.7);
    font-family: ll;
    font-size: .38rem;
    font-weight: 300;
    line-height: .4454rem;
    text-align: left;
    margin-top: .22rem;
}

.sbox .banner video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.footItem {
    height: fit-content !important;
}


/**
TODO 鼠标移入的弹出框(二维码等)
鼠标移入的弹出框(二维码等)

<!-- 向上展开 -->
<div class="qrgroup box100">
    <div class="imgbox trigger-btn">
        <img src="/images/ffxico3.png" alt="">
    </div>

    <div class="qrcode-popup">
        <div class="qrcode-img">
            <img src="/App/images/85702506241131451713.png" alt="">
        </div>
    </div>
</div>

<!-- 向下展开 -->
<div class="qrgroup box100">
    <div class="imgbox trigger-btn">
        <img src="/images/edashare1.png" alt="">
    </div>

    <div class="qrcode-popup qrcode-popup2">
        <!-- 自定义内容 -->
            
    </div>
</div>


**/

.qrcode-popup {
    position: absolute;
    bottom: calc(100% + .15rem);
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: .08rem;
    border-radius: .08rem;
    box-shadow: 0 .04rem .12rem rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 2;
}

.qrcode-popup::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: .08rem;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.qrgroup:hover .qrcode-popup {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-0.1rem);
}

.qrgroup {
    position: relative;
    cursor: pointer;
}

.qrcode-img {
    width: 1.2rem;
    height: 1.2rem;
    display: block;
}

.qrcode-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none !important;
}

.qrcode-popup2 {
    position: absolute;
    bottom: auto;
    top: calc(100% + .3rem);
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: .08rem;
    border-radius: .08rem;
    box-shadow: 0 -0.02rem .12rem rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 2;
}

.qrcode-popup2::after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: .08rem;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

/* 鼠标移入的弹出框end */

/* 解决方案 */
.headerr .part1 {
    border-bottom: 1px solid #D5D5D8;
}

.headerr .part1 .ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: .4rem;

}

.headerr .part1 .ul .li {
    font-family: rr;
    font-weight: 400;
    font-size: .14rem;
    color: #666666;
    margin-left: .34rem;
}

.headerr .part1 .ul .li:hover {
    color: var(--themeColor);
}

.headerr .part2 {
    margin: .21rem 0 .17rem;
}

.headerr .part2 .dfcm2 {
    align-items: flex-start;
}

.headerr .part2 .logo {
    width: 1.58rem;
    height: .31rem;
    background-image: url(/images/logo.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.lxtop .imgbox {
    width: .2rem;
    height: .2rem;
    margin-right: .04rem;
    display: flex;
    align-items: center;
    margin-top: 0.03rem;
}

.lxtop .imgbox img {
    width: 100%;
    height: 100%;
}

.lxtop span,
.lxtop a {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: var(--themeColor);
}

.headerr .xiah::after {
    height: 1px;
}

.langtab {
    width: .2rem;
    height: .2rem;
    margin-left: .24rem;
}

.langtab .imgbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.langtab .imgbox img {
    width: 100%;
    height: 100%;
    /* transform: translateY(-100%); */
    /* filter: drop-shadow(0 .2rem #005EAD); */
}



.langtab .ul .li {
    font-family: rr;
    font-weight: 400;
    font-size: .14rem;
    color: #666666;
    white-space: nowrap;
    text-align: center;
    display: block;
    line-height: 1.8;
}

.langtab .qrcode-popup2 {
    padding: .1rem .25rem;
}

.headerr .part3 {
    padding-bottom: .1rem;
    border-bottom: 1px solid #D5D5D8;
}

.headerr .part3 .ul {
    display: flex;
    align-items: center;
}

.headerr .part3 .ul .li {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: #2A2A2A;
    display: flex;
    align-items: center;
    position: relative;
}

.headerr .part3 .ul .li a:hover {
    color: var(--themeColor);
}

.headerr .part3 .ul .li::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.8rem;
    top: 1em;
    left: 0;
}

.headerr .part3 .ul .li:after {
    content: '';
    display: inline-block;
    width: 2px;
    height: .14rem;
    background-color: #2A2A2A;
    margin: 0 .14rem;
}

.headerr .part3 .ul .li:last-child:after {
    display: none;
}

.headerr .part3 .ul .li:hover {
    color: var(--themeColor);
}

.inputtop {
    width: 8.41rem;
    height: .48rem;
    display: flex;
    background-color: #F5F5F5;
}

.inputtop input[type=text] {
    flex: 1;
    border: none;
    height: 100%;
    background-color: transparent;
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    padding: 0 .1rem;
}

.inputtop input[type=text]::-webkit-input-placeholder {
    color: var(--themeColor);
}

.inputtop input[type=button] {
    width: .48rem;
    height: .48rem;
    background-image: url(/images/inputtop.png);
    background-size: .24rem .24rem;
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    background-color: var(--themeColor);
    cursor: pointer;
}

.sulos1 {
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
    padding: .76rem 0 .55rem;
}


.sulos1 .imgbox100 {
    width: 4rem;
    height: 4rem;
    flex-shrink: 0;
}

.sulos1 .txtbox {
    margin-left: .71rem;
}


.sulos1 .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .32rem;
    color: #2A2A2A;
    margin-bottom: .25rem;
}

.sulos1 .p {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: 2;
    color: #2A2A2A;
}

.sulos1 .h2 {
    margin-top: .39rem;
}

.sulos1 .h3 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    margin-bottom: .22rem;
    color: #2A2A2A;
}

.sulos1 .ul {
    display: flex;
    flex-wrap: wrap;
}

.sulos1 .ul .li {
    display: block;
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: var(--themeColor);
    width: 2.5rem;
    margin-right: 3.33rem;
    margin-bottom: 0.16rem;
}

.abs1 .ul .li {
    margin-bottom: 0;
}

.sulos1 .ul .li:nth-of-type(2n) {
    margin-right: 0;
}

.sysswp .ul .li {
    height: 2.8rem;
    display: flex;
}

.sysswp .ul .li .imgbox100 {
    width: 2.8rem;
    height: 100%;
}

.sysswp .ul .li .txtbox {
    flex: 1;
    padding-left: .37rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: .51rem;
}


.sysswp .ul .li .h2 {
    font-family: ll;
    font-weight: 700;
    font-size: .18rem;
    color: #2A2A2A;
    margin-bottom: .16rem;
}

.sysswp .ul .li .h3 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: 2;
    color: #666666;
}

.sulos2 .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .32rem;
    text-align: center;
    color: #2A2A2A;
    margin-bottom: .2rem;
}

.sys {
    margin-top: .4rem;
}

.sysnav {
    display: flex;
    justify-content: center;
}

.sysnav .li {
    display: block;
    margin: 0 .2rem;
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: #666666;
    cursor: pointer;
    padding-bottom: .1rem;
    border-bottom: 1px solid transparent;

}

.sysnav .li.active,
.sysnav .li:hover {
    color: var(--themeColor);
}

.sysnav .li.active,
.sysnav .li:hover {
    border-bottom: 1px solid var(--themeColor);
}

.swiper-pagination-b {
    margin-top: 0.39rem;
}

.swiper-pagination-b .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 9px !important;
    opacity: 1;
    background-color: #D9D9D9;
}

.swiper-pagination-b .swiper-pagination-bullet-active,
.swiper-pagination-b .swiper-pagination-bullet:hover {
    background-color: var(--themeColor);
}

.systems>.item {
    margin-bottom: .97rem;
}

.systems>.item:last-child {
    margin-bottom: 0;
}


.systems .qy-more {
    margin: 0 auto;
    margin-top: 0.5rem;
}

.sulos2 {
    padding: .69rem 0 .96rem;
}

.lasts2 {
    background-color: #E0E8EF;
    padding: .65rem 0 .59rem;
}

.lasts2 .pwidth {
    padding: 0 1.32rem;
}

.lasts2 .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .28rem;
    color: var(--themeColor);
    margin-bottom: .18rem;
}

.lasts2 .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: 2;
    color: #666666;
}

.lasts2 .mid {
    display: flex;
    align-items: center;
}

.lasts2 .mid img {
    width: .48rem;
    height: .48rem;
    margin: 0;
    margin-right: .18rem;
}

.lasts2 .h3 {
    font-family: rr;
    font-weight: 400;
    font-size: .2rem;
    letter-spacing: 50%;
    color: #666666;
    margin-bottom: .03rem;
}

.lasts2 .h4 {
    font-family: rr;
    font-weight: 500;
    font-size: .24rem;
    color: var(--themeColor);
}

.lasts2 .rig {
    display: flex;
    align-items: center;
}

.sobtn {
    display: flex;
    width: 2.18rem;
    height: .54rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: #2061AE;
    border: 1px solid var(--themeColor);
    position: relative;
    overflow: hidden;
}

.sobtn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--themeColor);
    transition: width .3s ease-in-out;
    z-index: 1;
}

.sobtn:hover::before {
    width: 100%;
}

.sobtn span {
    position: relative;
    z-index: 2;
}

.sobtn:hover span {
    color: #fff;
}

.footerr {
    padding-top: .7rem;
    background: linear-gradient(180deg, #F5F5F8 0%, #FEFEFE 100%);

}

.footerr .part1 .rig .ol {
    display: flex;
}

.footerr .part1 .rig .oli {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    width: 4em;
    white-space: nowrap;
    margin-left: 1.76rem;
}

.footerr .part1 .rig .oli:first-of-type {
    margin-left: 0;

}

.footerr .part1 .rig .oli:nth-of-type(2) {
    margin-left: calc(1.76rem + 2em);
}

.footerr .part1 .rig .olh1 {
    color: #2A2A2A;
    margin-bottom: .23rem;
    font-weight: 700;
}

.footerr .part1 .rig .li {
    display: block;
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: .36rem;
    color: #666666;
}

.footerr .part1 .rig .li:hover {
    color: var(--themeColor);
}

.flogo {
    display: block;
    width: 1.58rem;
    height: .31rem;
    background-image: url(/images/flogo.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: .25rem;
}

.flx span {
    display: block;
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: .28rem;
    color: #666666;
}

.footerr .part1 .sobtn {
    width: 1.18rem;
    height: .48rem;
    margin: .34rem 0 .49rem;
}

.footerr .part1 .follow .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: #2A2A2A;
    margin-bottom: .21rem;
}

.followbox {
    display: flex;
}

.followli {
    display: block;
    width: .42rem;
    height: .42rem;
    border-radius: 4px;
    margin-right: .12rem;
}

.followli>img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.followli:first-of-type {
    background-color: #3FCF77;
}

.followli .imgbox {
    width: .32rem;
    height: .32rem;
}

.followli .imgbox img {
    width: 100%;
    height: 100%;
}

.followli .qrgroup {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footerr .part2 {
    height: .8rem;
    background-color: #606068;
    margin-top: 1.18rem;
}

.footerr .part2 a,
.footerr .part2 span {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: .8rem;
    color: #fff;
}

/* 解决方案 end */


/* 首页 */
.homes1 {
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
    padding: .4rem 0 .55rem;
}

.homes1 .ultop .li {
    display: flex;
    height: 3.16rem;
}

.homes1 .ultop .li .txtbox {
    width: 3.42rem;
    height: 100%;
    padding: .35rem .7rem 0 .37rem;
    background-color: #fff;
    border: 1px solid #E8E8E8;
    border-right: none;
}

.homes1 .ultop .li .imgbox100 {
    flex: 1;
    height: 100%;
}

.homes1 .ultop .li .txtbox .h1 {
    display: inline;
    background-color: #2061AE;
    font-family: rr;
    font-weight: 500;
    font-size: .24rem;
    color: #fff;
    line-height: 1.5;
    padding: 0.15em 0;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding-left: 0.2em;
    padding-right: 0.2em;
}

.homes1 .ultop .li .txtbox .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: .24rem;
    color: #2A2A2A;
    margin-top: .34rem;
}

.homes1 .ul {
    display: flex;
    justify-content: space-between;
    margin-top: .19rem;
}

.homes1 .ul .li {
    display: flex;
    height: 2.4rem;
    width: 6.62rem;
}

.homes1 .ul .li .txtbox {
    width: 3.42rem;
    height: 100%;
    padding: .35rem .7rem 0.38rem .37rem;
    border: 1px solid #E8E8E8;
    border-right: none;
}

.homes1 .ul .li .imgbox100 {
    flex: 1;
    height: 100%;
}

.homes1 .ul .li .txtbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;

}

.homes1 .ul .li .txtbox .h1 {
    display: inline;
    background-color: #2061AE;
    font-family: rr;
    font-weight: 500;
    font-size: .24rem;
    color: #fff;
    line-height: 1.5;
    padding: 0.15em 0;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding-left: 0.2em;
    padding-right: 0.2em;
}

.homes1 .ul .li .txtbox .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: .24rem;
    color: #2A2A2A;
    margin-top: .09rem;
}

.homes1 .ul .li .txtbox .h3 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: var(--themeColor);
}

.homes2 {
    padding-top: .38rem;
}

.homes2 .ul {
    display: flex;
    justify-content: space-between;
}

.homes2 .ul .li {
    display: flex;
}

.homes2 .ul .li .imgbox {
    width: .72rem;
    height: .72rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .2rem;
    background-color: #2061AE;
    border-radius: 50%;
}

.homes2 .ul .li .imgbox img {
    width: .32rem;
    height: .32rem;
}

.homes2 .ul .li .txtbox .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: #2A2A2A;
    margin-bottom: .04rem;
}

.homes2 .ul .li .txtbox .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .12rem;
    color: #666666;
}

.homes3 {
    padding-top: .78rem;
}

.idxpros {
    margin: 0 .29rem;
}

.idxpros .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 3.68rem;
    border: 1px solid #D9D9D9;
    width: 2rem;
}

.idxpros .ul .li .imgbox {
    width: 1.28rem;
    height: 1.83rem;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.idxpros .ul .li .imgbox img {
    object-fit: contain;
    transition: all 0.5s;
    max-height: 80%;
}

.idxpros .ul .li:hover .imgbox img {
    transform: scale(1.1);
}

.idxpros .ul .li .txtbox {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 .2rem .28rem;
}

.idxpros .ul .li .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: .24rem;
    color: #2A2A2A;
    margin-bottom: .14rem;
}

.idxpros .ul .li .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .14rem;
    line-height: .24rem;
    color: #666666;
}

.idxpros .ul .li:hover .h1,
.idxpros .ul .li:hover .h2 {
    color: var(--themeColor);
}

.idxpros .ul .li .h3 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: var(--themeColor);
}

.pliright {
    position: relative;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.swpbtn {
    width: fit-content;
    height: fit-content;
    top: 55%;
}

.swpbtn .i {
    width: .12rem;
    height: .12rem;
    border-right: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    position: relative;
}

.swpbtn:hover .i {
    border-color: var(--themeColor);
}

.swpbtn1 .i {
    transform: rotate(135deg);
}

.swpbtn2 .i {
    transform: rotate(-45deg);
}

.swpbtn1 {
    left: 0;
}

.swpbtn2 {
    right: 0;
}

.pliright .swpbtn1 {
    left: 0;
}

.pliright .swpbtn2 {
    right: 0;
}

.idxtit {
    font-family: rr;
    font-weight: 400;
    font-size: .32rem;
    text-align: center;
    color: #2A2A2A;
    margin-bottom: .26rem;
}

.plit {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: #2A2A2A;
    padding-bottom: .12rem;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: .23rem;
}

.plit span {
    display: block;
    position: relative;
    width: fit-content;
    padding: 0 .16rem;
    /* border-bottom: 4px solid #2061AE; */
}

.plit span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.12rem;
    width: 100%;
    height: 4px;
    background-color: #2061AE;
}

.homes4 {
    padding: .77rem 0 .42rem;
}

.homes4 .ul {
    display: flex;
    flex-wrap: wrap;
}

.homes4 .ul .li {
    width: 3.24rem;
    margin-right: calc((100% - 4 * 3.24rem) / 3);
}

.homes4 .ul .li:nth-of-type(4n) {
    margin-right: 0;
}

.homes4 .ul .li .imgbox100 {
    width: 100%;
    height: 2.16rem;
    position: relative;
}


.homes4 .ul .li .imgbox100 span {
    display: block;
    position: absolute;
    left: .16rem;
    top: .2rem;
    background-color: #2061AE;
    padding: .02rem .12rem;
    font-family: rr;
    font-weight: 500;
    font-size: .24rem;
    color: #fff;
    z-index: 2;
}

.homes4 .ul .li .txtbox {
    padding: .13rem 0 .46rem;
}

.homes4 .ul .li .txtbox a {
    display: block;
    width: fit-content;
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: .3rem;
    color: var(--themeColor);
}

.homes5 {
    padding: .96rem 0 1.02rem;
}

.homes5 .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .32rem;
    text-align: center;
    color: #fff;
    margin-bottom: .22rem;
}

.homes5 .p {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: #fff;
    margin-bottom: .14rem;
    text-align: center;
}

.homes5 .sobtn {
    border-color: #fff;
    color: #fff;
    margin: 0 auto;
    margin-top: .41rem;
}

.homes5 .sobtn:hover {
    border-color: var(--themeColor);
}

.homes6 {
    padding: .64rem 0 .85rem;
}

.homes6 .ul {
    display: flex;

}

.homes6 .ul .li {
    margin-right: .72rem;
}

.homes6 .ul .li:last-of-type {
    margin-right: 0;
}

.homes6 .ul .li img {
    width: 1.28rem;
    height: auto;
}

.homes6 .sobtn {
    margin: 0 auto;
    margin-top: .59rem
}

.homes7 {
    padding: .8rem 0;
    background-color: #F7F7F9;
}

.homes7 .ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.homes7 .ul .li {
    display: flex;
    height: 2.2rem;
    margin-bottom: .65rem;
}

.homes7 .ul .li .imgbox100 {
    width: 2.2rem;
    height: 100%;
    margin-right: .13rem;
}

.homes7 .ul .li .txtbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 4.2rem;
}

.homes7 .ul .li .h1 {
    height: .6rem;
    font-family: ll;
    font-weight: 700;
    font-size: .18rem;
    line-height: .28rem;
    color: #2A2A2A;
}

.homes7 .ul .li .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: 2;

}


.homes7 .ul .li .h3 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: var(--themeColor);
}

.homes7 .ul .li:hover .h1,
.homes7 .ul .li:hover .h2 {
    color: var(--themeColor);
}

.homes7 .sobtn {
    margin: 0 auto;
}

.homes7 .idxtit {
    margin-bottom: .41rem;
    /* 169+35 = 204  */
}

/* 首页end */

/* 产品详情页 */
.pdtbanner {
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
    padding: .75rem 0 .31rem;
}



.pdtbigbox {
    width: 4.67rem;
    height: 4.67rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pdtbig {
    width: 100%;
    height: 100%;
}

.pdtbigbox img {
    width: 100%;
    height: auto;
}

.pdtsmallbox {
    width: 4.04rem;
    display: flex;
    justify-content: center;
    margin-top: .16rem;
}

.pdtsmall {
    width: 100%;
}

.pdtsmall .swiper-slide {
    height: .86rem;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.pdtsmall .swiper-slide img {
    width: 100%;
    max-height: 100%;
}

.pdtsmall .swiper-wrapper {
    margin-left: -0.5px;
}

.pdtbanner .lef {
    width: 4.67rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pdtsmall .swiper-slide-thumb-active:after {
    content: '';
    position: absolute;
    left: 1px;
    top: 0;
    width: calc(100% - 3px);
    height: calc(100% - 2px);
    border: 1px solid var(--themeColor);
}


.pdtbanner .rig {
    margin-left: .5rem;
}

.pdtbanner .rig .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .32rem;
    color: #2A2A2A;
    margin-bottom: .25rem;
}

.pdtbanner .rig p {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: 2;
    margin-bottom: .05rem;
}

.pdtbtn {
    padding: 0 .36rem;
    height: .48rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--themeColor);
    width: fit-content;
    border-radius: .5rem;
    overflow: hidden;
    position: relative;
}

.pdtbtn .imgbox {
    width: .18rem;
    height: .18rem;
    margin-right: .1rem;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.pdtbtn .imgbox img {
    width: 100%;
    height: 100%;
}

.pdtbtn span {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: var(--themeColor);
    position: relative;
    z-index: 2;
}

.pdtbtn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--themeColor);
    transform: translateX(-104%);
    transition: all 0.5s;
}

.pdtbtn:hover::before {
    transform: translateX(0);
}

.pdtbtn:hover span {
    color: #fff;
}

.pdtbtn:hover .imgbox img {
    transform: translateY(-100%);
    filter: drop-shadow(0 .18rem #fff);
}

.pdtbtns {
    display: flex;
}

.pdtbanner .pdtbtns {
    margin-top: .58rem;
}

.pdtbanner .pdtbtns .pdtbtn {
    margin-right: .2rem;
}

.pdtcontent {
    padding: .73rem 0 1rem;
}

.pdtnav .ul {
    display: flex;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: .17rem;
}

.pdtnav .ul .li {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: #666666;
    display: block;
    margin-right: .58rem;
    position: relative;
}

.pdtnav .ul .li.active,
.pdtnav .ul .li:hover {
    color: var(--themeColor);
}

.pdtnav .ul .li.active::after,
.pdtnav .ul .li:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.17rem;
    width: 100%;
    height: 0.03rem;
    background-color: var(--themeColor);
}

.pdtdesc {
    padding: .43rem 0;
}

.pdtdesc h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .2rem;
    color: #2A2A2A;
    margin-bottom: .16rem;
}

.pdtdesc p,
.prsp p {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: 2;
    color: #666666;
}

.prsp {
    padding: .43rem 0;
}

.pdtdesc p.po::before {
    content: '';
    display: inline-block;
    width: .14rem;
    height: .14rem;
    margin-right: .11rem;
    border: 1px solid #D5D5D5;
    border-radius: 50%;
}

.pdtdesc .imgbox {
    margin: .44rem 0 .53rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
}

.pdtdesc .imgbox img {
    width: auto;
    max-width: 100%;
}

.imgt {
    font-family: rr;
    font-weight: 400;
    font-size: .2rem;
    color: #666666;
    margin-top: .5rem;
}

/* 产品详情页end */

/* 新闻列表 */
.dnasbread {
    position: absolute;
    top: 1.94rem;
    width: 100vw;
}

.dnasbread a,
.dnasbread span {
    font-family: rr;
    font-weight: 400;
    font-size: .12rem;
    color: #2A2A2A;
}

.dnasbread a:hover {
    color: var(--themeColor);
}

.s1p {
    padding-top: 0.75rem;
}

.dnasnewsbox .ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dnasnewsbox .ul .li {
    display: flex;
    width: 6.5rem;
    margin-bottom: .65rem;
}

.dnasnewsbox .ul .li .imgbox100 {
    width: 2.2rem;
    height: 2.2rem;
    flex-shrink: 0;
    margin-right: .2rem;
}

.dnasnewsbox .ul .li .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .28rem;
    margin-bottom: 0.04rem;
    color: #2A2A2A;
}

.dnasnewsbox .ul .li .h3 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: 2;
    color: #666666;
    height: 1.25rem;
}

.dnasnewsbox .ul .li .h4 {
    font-family: rr;
    font-size: .16rem;
    font-weight: 400;
    color: #134180;
}

.dnasnewsbox .ul .li:hover .h2,
.dnasnewsbox .ul .li:hover .h3 {
    color: var(--themeColor);
}

.dnasnewsbox .sobtn {
    margin: 0 auto;
}

.loaded {
    font-family: rr;
    font-weight: 400;
    font-size: .14rem;
    color: var(--themeColor);
    text-align: center;
    margin-top: .21rem;
}

.dnasnewsbox {
    padding-bottom: 1rem;
}

.dnasnewsbox .news1 {
    padding-bottom: .52rem;
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: .67rem;
}

.dnasnewsbox .news1 .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .32rem;
    color: #2A2A2A;
    margin-bottom: .33rem;
    text-align: center;
}

.dnasnewsbox .news1 .p {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: 2;
    color: #2A2A2A;
}


/* 新闻列表end */

/* 新闻详情 */
.dnasdetail {
    padding-bottom: 1rem;
}

.dnasdetailtxt p {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: 2;
    color: #2A2A2A;
    margin-bottom: .2rem;
}

.dnasdetailtxt img {
    max-width: 100%;
}

.dnasdetailcon .rig {
    width: 3.27rem;
    margin-left: .48rem;
    padding: .27rem .24rem;
    background-color: #F5F5F8;
    height: fit-content;
    flex-shrink: 0;
}

.dnasdetailcon .rig .h3 {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .28rem;
    color: #2A2A2A;
    margin-bottom: 0.1rem;
}

.dnasdetailcon .rig .h4 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: .28rem;
    color: #2A2A2A;
}

.dnasdetailcon .rig .h5 {
    margin-top: .09rem;
}

.dnasdetailcon .rig .h5 a {
    color: var(--themeColor);
}


.dnasdetailcon .rig .part1 {
    margin-bottom: .67rem;
}

.dnasdetailcon .lef .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .28rem;
    line-height: 1.5;
    color: #2A2A2A;
}

.dnasdetailtxt .df {
    align-items: flex-start;
}

.dnasdetailtxt .df img {
    object-fit: contain;
    margin-top: 0.6em;
}

.dnasdetailcon .lef .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .14rem;
    color: #2A2A2A;
    margin: .25rem 0 .37rem;
}

/* 新闻详情end */

/* 单页 */
.dnasdy .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .28rem;
    line-height: 1;
    color: #2A2A2A;
    margin-bottom: .3rem;
}

.dnasdy .p {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: .32rem;
    color: #2A2A2A;
    margin-bottom: .19rem;
}

.dnasdy .ilist .ul {
    display: flex;
    justify-content: space-between;
}

.dnasdy .ilist .ul .li {
    width: 3.2rem;
}

.dnasdy .ilist .ul .li .imgbox100 {
    width: 100%;
    height: 2.14rem;
    margin-bottom: .2rem;
}

.dnasdy .ilist .ul .li .tt1 {
    font-family: rr;
    font-weight: 500;
    font-size: .18rem;
    color: #2A2A2A;
}

.dnasdy .ilist .ul .li .tt2 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: 2;
    color: #2A2A2A;
}

.dnasdy .ilist .ul .li .tt3 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: #134180;
    margin-top: .16rem;
}

.dnasdy .ilist .ul .li:hover .tt1,
.dnasdy .ilist .ul .li:hover .tt2,
.dnasdy .ilist .ul .li:hover .tt3 {
    color: var(--themeColor);
}

.dnasdy {
    padding-bottom: 1rem;
}

.abs1 .p {
    margin-bottom: .1rem;
}

.abs1 .txtbox {
    margin-left: .52rem;
}

.abs1 .ul .li {
    white-space: nowrap;
    margin-right: 1.78rem;
}

.abs1 .h1 {
    line-height: 1;
    margin-bottom: .19rem;
    margin-top: -0.04rem;
}

.abs1 .h2 {
    margin-top: .12rem;
}

.abcot .p {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: 2;
    color: #2A2A2A;
    /* margin-bottom: .15rem; */
    margin-bottom: 0;
}

.abtit {
    font-family: rr;
    font-weight: 400;
    font-size: .32rem;
    text-align: center;
    color: #2A2A2A;
    margin-bottom: .27rem;
}

.abs2 {
    padding: .72rem 0 .75rem;
}

.abs2 .imgli {
    display: flex;
    justify-content: space-between;
}

.abs2 .imgli img {
    width: 2.4rem;
    height: auto;
    margin: 0;
}

.abs2 .laowai {
    display: flex;
    align-items: center;
    padding-top: .74rem;
    border-top: 1px solid #DDDDDD;
    margin-top: .64rem;
}

.abs2 .laowai .imgbox {
    width: 4.44rem;
    height: 3.11rem;
}

.abs2 .laowai .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abs2 .laowai .txtbox {
    flex: 1;
    padding: .5rem .56rem .47rem;
    border: 1px solid #E4E4E4;
    position: relative;
}

.abs2 .laowai .txtbox .h1 {
    font-family: rr;
    font-weight: 500;
    font-size: .14rem;
    line-height: .24rem;
    text-align: center;
    color: #2A2A2A;
    margin-bottom: .09rem;
}

.abs2 .laowai .txtbox .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .14rem;
    line-height: .24rem;
    text-align: center;
    color: #2A2A2A;
}

.abs2 .laowai .txtbox::before,
.abs2 .laowai .txtbox::after {
    content: '';
    position: absolute;
    width: .5rem;
    height: 1.99rem;
    background-image: url(/images/yinhao1.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -0.12rem;
    left: 0.3rem;
}

.abs2 .laowai .txtbox::after {
    background-image: url(/images/yinhao2.png);
    top: auto;
    left: auto;
    bottom: -0.12rem;
    right: 0.3rem;
    background-position: 0 bottom;
}

.abs3 {
    padding: .68rem;
}

.abs3 .lef {
    width: 6.5rem;
}

.abs3 .rig .p {
    margin-bottom: .33rem;
}

.abs4 {
    padding: .76rem 0 .47rem;
}

.abs4 .h1 {
    text-align: center;
}

.abs4 .valop {
    padding-top: .57rem;
    border-top: 1px solid #DDDDDD;
    margin-top: .9rem;
}

.abs4 .valli {
    display: flex;
    justify-content: space-between;
    margin-top: 0.18rem;
}

.abs4 .valli .li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 2.4rem;
}

.abs4 .valli .li .imgbox {
    width: 1.4rem;
    height: 1.4rem;
    margin-bottom: .21rem;
}

.abs4 .valli .li .imgbox img {
    width: 100%;
    height: 100%;
}

.abs4 .valli .li .txtbox .bt1 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    text-align: center;
    color: #2A2A2A;
    margin-bottom: .13rem;
}

.abs4 .valli .li .txtbox .bt2 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: 2;
    text-align: center;
    color: #2A2A2A;
}

.abs5 {
    padding: .63rem 0 .77rem;
}

.abs5 .ul {
    display: flex;
    justify-content: space-between;
    margin-top: .24rem;
}

.abs5 .ul .li {
    width: 4.27rem;
    height: 2.84rem;
}

.pwidth img {
    margin: 0;
}

.abs5 .ul .li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abs6 {
    padding: .7rem 0 1rem;
}

.abs6 .fou {
    display: flex;
    background-color: #F5F5F8;
    padding: .23rem .33rem;
    margin-top: .33rem;
}

.abs6 .fou .lef .li {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: .42rem;
    color: #2A2A2A;
}

.abs6 .fou .lef .li span {
    color: var(--themeColor);
}

.abs6 .fou .rig {
    margin-left: 3.08rem;
}

.dnasworld {
    margin-top: .78rem;
}

.dnasworld .cdds {
    display: flex;
}

.dnasworld .cdds .imgbox {
    width: 4.5rem;
    height: 2.88rem;
    margin-right: .35rem;
}

.dnasworld .cdds .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dnasworld .cdds .sobtn {
    width: 1.18rem;
    height: .48rem;
    margin-top: .28rem;
}

/* 单页end */


/* 产品列表 */

.productlist {
    padding: .64rem 0 1rem;
}

.productlist .ul {
    display: flex;
    flex-wrap: wrap;
}

.productlist .ul .imgbox {
    width: 2.72rem;
    height: 2.72rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .19rem;
}

.productlist .ul .imgbox img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
}

.productlist .ul .li {
    width: 3.2rem;
    height: 4.54rem;
    border: 1px solid #D9D9D9;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: .22rem .24rem 0;
    margin-right: .2rem;
    margin-bottom: .24rem;
}

.productlist .ul .li:nth-child(4n) {
    margin-right: 0;
}

.productlist .ul .txtbox .bit1 {
    font-family: rr;
    font-weight: 400;
    font-size: 16px;
    color: #2A2A2A;
    margin-bottom: .11rem;
}

.productlist .ul .txtbox .bit2 {
    font-family: rr;
    font-weight: 400;
    font-size: .14rem;
    line-height: .24rem;
    color: #666666;
    margin-bottom: .13rem;
    height: .48rem;
}

.productlist .ul .txtbox .bit3 {
    font-family: rr;
    font-weight: 400;
    font-size: .14rem;
    color: var(--themeColor);
}

.productlist .ul .li:hover .txtbox .bit1,
.productlist .ul .li:hover .txtbox .bit2 {
    color: var(--themeColor);
}


.productlist .ul .li:hover .imgbox img {
    transition: all .5s ease;
    transform: scale(1.05);
}

.productintro {
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
    padding-bottom: .31rem;
}

.productintro .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .28rem;
    color: #2A2A2A;
    margin-bottom: 0.13rem;
}


.productintro .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: 2;
    color: #2A2A2A;
}

/* 联系 */

.dnaslxi {
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
    padding-bottom: .91rem;
}

.dnaslxi .lef {
    width: 4rem;
    height: 4rem;
    margin-right: .52rem;
}

.dnaslxi .lef img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dnaslxi .rig .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .28rem;
    color: #2A2A2A;
    margin-bottom: .24rem;
}

.dnaslxi .rig .h2 {
    display: flex;
    align-items: center;
    margin-bottom: .2rem;
}

.dnaslxi .rig .h2 .imgbox {
    width: .28rem;
    height: .28rem;
    margin-right: .11rem;
}

.dnaslxi .rig .h2 .imgbox img {
    width: 100%;
    height: 100%;
}

.dnaslxi .rig .h2 .txtbox {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: .28rem;
    color: #2A2A2A;
}

.gwweb {
    margin-bottom: .27rem;
}

.gwweb img {
    height: .48rem;
    width: auto;
    margin-right: .28rem;
}

.ewms .ul {
    display: flex;
}

.ewms .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: .92rem;
}

.ewms .ul .li .imgbox {
    width: .98rem;
    height: .98rem;
    padding: .05rem;
}

.ewms .ul .li .imgbox img {
    width: 100%;
    height: 100%;
}

.ewms .ul .li .txtbox {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: #2A2A2A;
}

.zxfk {
    padding: 0.67rem calc((100vw - 13.48rem) / 2) 2.08rem;
    background-color: transparent;
}

.zxfk input[type='text'] {
    width: 6.5rem;
}

.dnaslximap img {
    width: 100%;
}


/* 下拉 */
.dntabs {
    width: 100vw;
    position: fixed;
    top: 1.65rem;
    left: 0;
    background-color: #F5F5F5;
    z-index: 5;
    display: none;
}

.tabscontainer {
    display: flex;
    justify-content: center;
    padding: .58rem 0 .67rem;
}

.tabscontainer .tabsItem {
    /* margin-right: .76rem; */
    margin-right: 0;
    width: 12.5%;
}

.tabscontainer .tabsItem:last-child {
    margin-right: 0;
}

.tabscontainer .ol .oli {
    display: block;
    font-family: rr;
    font-weight: 400;
    font-size: .14rem;
    line-height: .34rem;
    color: #666666;
    white-space: nowrap;
}

.tabscontainer .tabsItem .imgbox {
    width: .36rem;
    height: .36rem;
    margin-bottom: .24rem;
}

.tabscontainer .tabsItem .imgbox img {
    width: 100%;
    height: 100%;
}

.tabscontainer .tabsItem .htt {
    display: block;
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: #2A2A2A;
    margin-bottom: .25rem;
    white-space: nowrap;
}

.tabscontainer .tabsItem .htt:hover,
.tabscontainer .ol .oli:hover {
    color: var(--themeColor);
}

.headerr .part1 .ul .li {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}


.normalxl {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F5F5F5;
    padding: .15rem .18rem .13rem;
    z-index: 5;
    display: none;
}

.normalxl::before {
    content: '';
    position: absolute;
    top: 0;
    z-index: 6;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: .02rem;
    background-color: var(--themeColor);
    transition: all .3s ease-in-out;
}

.normalxl .nul .nli {
    display: block;
    white-space: nowrap;
    font-family: rr;
    font-weight: 400;
    font-size: .14rem;
    line-height: .34rem;
    text-align: center;
    color: #666666;
}

.normalxl .nul .nli:hover {
    color: var(--themeColor);
}

.headerr .part3 .normalxl {
    left: 35%;
    top: calc(100% + .2rem);
}

.yearcontainer {
    width: 13.48rem;
    overflow: hidden;
    margin: 0 auto;
}


.yearswp {
    width: 14.95rem;
    left: 50%;
    transform: translateX(-50%);
}

.yearswp .swiper-slide:first-of-type .fzyear {
    padding-left: .2rem;
}

.fzyear {
    text-align: center;
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: 1;
    color: #000000;
    position: relative;
}

.fzdot {
    position: relative;
    margin-bottom: .2rem;
    cursor: pointer;
}

.fzdot .i {
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    background-color: transparent;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.fzdot .i::after {
    content: '';
    position: absolute;
    width: .12rem;
    height: .12rem;
    border-radius: 50%;
    background-color: #D9D9D9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.fzdot .i {
    border: 1px solid transparent;
}

.activeend .fzdot .i {
    border: 1px solid var(--themeColor);
}

.activeend .fzdot .i::after,
.active .fzdot .i::after {
    background-color: var(--themeColor);
}


.fzdot::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background-color: #DBDBDB;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.active .fzdot::after {
    background-color: var(--themeColor);
    z-index: 3;
}

.active .fzdot::before {
    background-color: var(--themeColor);
    z-index: 3;
}

.swiper-slide-next .fzdot::before {
    background-color: var(--themeColor);
    z-index: 3;
}

.fzdot::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background-color: #DBDBDB;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}


.abs3s {
    width: 100%;
    margin-top: .59rem;
    /* cursor: url('/images/curicon.png'), move; */
}


.abs3s .ul .li {
    /* height: 4.68rem; */
    height: 4.2rem;
    background-color: #F7F8F9;
    padding: .6rem .55rem 0;
    display: flex;
}

.abs3s .ul .li {
    cursor: url('/images/curicon.png'), pointer;

}


.abs3s .ul .li .lef {
    flex: 1;
}

.abs3s .ul .li .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .24rem;
    color: #2A2A2A;
    margin-bottom: .21rem;
}

.abs3s .ul .li .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: #2A2A2A;
    margin-bottom: .13rem;
}

.abs3s .ul .li p {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: 2;
    color: #2A2A2A;
}

.abs3s .ul .li .imgbox100 {
    width: 4.61rem;
    height: 2.95rem;
    flex-shrink: 0;
    margin-left: 1.32rem;
}

.abs3s .ul .li .imgbox100 img {
    object-fit: contain;
}

.abs39 {
    padding-top: .83rem;
}


.yearcon {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.yearcon .swiper-button-prev-ab3,
.yearcon .swiper-button-next-ab3 {
    position: absolute;
    left: -0.4rem;
    top: 0.07rem;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.yearcon .swiper-button-next-ab3 {
    left: auto;
    right: -0.4rem;
}

.yearcon .swiper-button-prev-ab3 .i {
    width: .15rem;
    height: .15rem;
    border-top: 2px solid #D9D9D9;
    border-left: 2px solid #D9D9D9;
    transform: rotate(-45deg);
}

.yearcon .swiper-button-next-ab3 .i {
    width: .15rem;
    height: .15rem;
    border-top: 2px solid #D9D9D9;
    border-right: 2px solid #D9D9D9;
    transform: rotate(45deg);
}

.yearcon .swiper-button-prev-ab3 .i:hover,
.yearcon .swiper-button-next-ab3 .i:hover {
    border-color: var(--themeColor);
}

.abs29 {
    padding-top: .79rem;
}

.abs29big {
    margin: .2rem 0 .49rem;
}

.abs29big img {
    width: 100%;
}

.ffi {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    margin-bottom: .1rem;
    color: #000;
    text-align: center;
}

.abs29s {
    margin-top: .29rem;
}

.abs29s .ul .li {
    display: block;
}


.abs29s .ul .li .imgbox100 {
    display: block;
    width: 100%;
    height: 2.13rem;
    margin-bottom: .25rem;
}

.abs29s .ul .li .txtbox .pna {
    font-family: rr;
    font-weight: 500;
    font-size: .18rem;
    color: #2A2A2A;
    margin-bottom: .13rem;
}

.abs29s .ul .li .txtbox .pna span {
    font-weight: 400;
    font-size: .16rem;
    color: #000;
    display: inline-block;
    margin-left: .05rem;
}

.abs29s .ul .li .txtbox .cpdd {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: 2;
    color: #2A2A2A;
}

.abs29s .ul .li .txtbox .cpdd a {
    color: var(--themeColor);
}

.swiper-button-prev-ab29,
.swiper-button-next-ab29 {
    position: absolute;
    left: .17rem;
    top: 1rem;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.swiper-button-next-ab29 {
    left: auto;
    right: .17rem;
}

.swiper-button-prev-ab29 .i {
    width: .15rem;
    height: .15rem;
    border-top: 2px solid #D9D9D9;
    border-left: 2px solid #D9D9D9;
    transform: rotate(-45deg);
}

.swiper-button-next-ab29 .i {
    width: .15rem;
    height: .15rem;
    border-top: 2px solid #D9D9D9;
    border-right: 2px solid #D9D9D9;
    transform: rotate(45deg);
}

.swiper-button-prev-ab29 .i:hover,
.swiper-button-next-ab29 .i:hover {
    border-color: var(--themeColor);
}

.abs29 .sobtn {
    margin: 0 auto;
    margin-top: .38rem;
    width: 1.18rem;
    height: .48rem;
}

.abs29 .pwidth {
    padding-bottom: .74rem;
    border-bottom: 1px solid #DDDDDD;
}

.sos7 {
    background-color: transparent;
}

.sos4 .dop {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: 2;
    color: #2A2A2A;
    margin-bottom: .35rem;
}

.conbrand {
    padding-top: .8rem;
}

.conbrand .pwidth {
    padding-bottom: 0.91rem;
    border-bottom: 1px solid #DDDDDD;
}

.conbrand .sobtn {
    margin: 0 auto;
    margin-top: .55rem;
}

.paform {
    flex-wrap: wrap;
}

.paform .fitem {
    position: relative;
    margin-bottom: .32rem;
}

.paform .flabel {
    position: absolute;
    left: .18rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: #2A2A2A;
}

.paform .flabel.x::after {
    content: '*';
    color: #FF0032;
    margin-left: 0.07rem;
}

.paform .fitem input[type="text"] {
    border: 1px solid #E4E4E4;
    height: .48rem;
    width: 6.5rem;
    padding-left: 1.1rem;
}

.paform .fitem2 {
    width: 100%;
}

.paform .fitem2 .flabel {
    top: .14rem;
    transform: none;
}

.paform .fitem textarea {
    resize: none;
    border: 1px solid #E4E4E4;
    height: 2.24rem;
    width: 100%;
    padding: .15rem .2rem;
    outline: none;
    padding-left: 1.1rem;
}

.fitembtn {
    width: 2.18rem;
    height: .54rem;
    margin: 0 auto;
    margin-top: .32rem;
    position: relative;
    border: 1px solid var(--themeColor);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.fitembtn input {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.fitembtn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--themeColor);
    pointer-events: none;
    transition: all 0.5s;
}

.fitembtn span {
    position: relative;
    z-index: 2;
    pointer-events: none;

    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: #fff;
}

.fitembtn:hover span {
    color: var(--themeColor);
}

.fitembtn:hover::before {
    transform: translateX(104%);
}

.lxformat {
    padding: .72rem 0 1rem;
}

.fitemselect,
.fitemdx {
    width: 6.5rem;
    display: flex;
    align-items: center;
}

.fitemselect .flabel,
.fitemdx .flabel {
    position: static;
    transform: none;
    padding-left: .18rem;
}

.fitemselect {
    height: .48rem;
    border: 1px solid #E4E4E4;
}

.fitemselect select {
    flex: 1;
    height: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding-left: .18rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #666666;
    font-size: .16rem;
}

.fitemdx .flabel {
    margin-right: .39rem;
}

.fcheck {
    display: flex;
    align-items: center;
    margin-right: .54rem;
}

.fcheck span {
    display: block;
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: #666666;
}

.fcheck input {
    margin-right: .09rem;
    width: .24rem;
    height: .24rem;
    accent-color: var(--themeColor);
    cursor: pointer;
    outline: none;
}

.lxformat .int .p {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: 2;
    color: #2A2A2A;
}

.lxformat .int {
    margin-bottom: .23rem;
}

.galfont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: .68rem;
    border: 1px solid #D5D5D8;
    padding: 0 .29rem;
    margin-bottom: .59rem;
}

.galfont .li {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: var(--themeColor);
    border-bottom: 2px solid transparent;
}

.galfont .li.current,
.galfont .li:hover {
    border-bottom: 2px solid var(--themeColor);
}


.productlist1 .ul .li {
    height: 3.6rem;
}

.fws1 {
    padding-bottom: .5rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
}

.fws1 .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .28rem;
    line-height: .4rem;
    color: #1D1D1D;
    margin-bottom: .13rem;
}

.fws1 .p {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: 2;
    color: #2A2A2A;
    margin-bottom: .16rem;
}

.fws1 .rig {
    width: 4.46rem;
    height: 2.97rem;
    flex-shrink: 0;
    margin-left: .41rem;
}

.fws1 .rig img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fws2 {
    padding: .42rem 0 1rem;
}

.fwlist .ul {
    margin-bottom: .54rem;
}

.fwlist .ul .li {
    display: flex;
    justify-content: space-between;
    padding: .54rem 0 .6rem;
    border-bottom: 1px solid #DDDDDD;
}

.fwlist .ul .li .imgbox100 {
    width: 4.46rem;
    height: 2.97rem;
}

.fwlist .ul .li .txtbox {
    width: 8.5rem;
}

.fwlist .ul .li .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .28rem;
    line-height: .4rem;
    color: #1D1D1D;
    margin-bottom: .13rem;
}

.fwlist .ul .li .p {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: 2;
    color: #2A2A2A;
    margin-bottom: .16rem;
}

.fwlist .ul .li .sobtn {
    width: 1.5rem;
    height: .48rem;
    width: fit-content;
    padding: 0 .18rem;
}

.fwlist .ul .li:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.fwdownload {
    width: 100%;
    height: 4.07rem;
    background: linear-gradient(180deg, #2061AE 0%, #134180 100%);
    padding-top: .99rem;
}

.fwdownload .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .28rem;
    line-height: .4rem;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: .31rem;
}

.fwdownload .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: .22rem;
    text-align: center;
    color: #fff;
    margin-bottom: .67rem;
}

.fwdownload .sobtn {
    border-color: #fff;
    color: #fff;
    width: 1.33rem;
    height: .48rem;
    margin: 0 auto;
}

.ocs1 .ul .li {
    margin: 0;
    width: 100%;
    line-height: 2;
}

.ocs1 .h2 {
    margin-top: .2rem;
}

.ocs2 .fwlist .ul .li {
    flex-direction: row-reverse;
}

.ocs2 .fwlist .ul .li:nth-of-type(2n) {
    flex-direction: row;
}

.dangers2 {
    padding: .73rem 0 .8rem;
}

.dangers2 .ul {
    display: flex;
    justify-content: space-between;
}

.dangers2 .ul .li {
    width: 4rem;
}

.dangers2 .ul .li .imgbox100 {
    width: 100%;
    height: 2.67rem;
}

.dangers2 .ul .li .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .28rem;
    color: #2A2A2A;
    margin: .23rem 0 .09rem;
}

.dangers2 .ul .li .h2,
.dangers2 .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: .32rem;
    color: #666666;
}

.dangers3 .ul .li {
    width: 2rem;
    height: 3.68rem;
    border: 1px solid #D9D9D9;
    padding: 0 .21rem;
}


.dangers3 .ul .li .imgbox {
    width: 100%;
    height: 1.83rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dangers3 .ul .li .imgbox img {
    width: 1.28rem;
    height: auto;
    object-fit: contain;
    transition: all 0.5s;
}

.dangers3 .ul .li .imgbox img:hover {
    transform: scale(1.2);
}

.dangers3 .ul .li .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: .24rem;
    color: #2A2A2A;
    margin-bottom: .12rem;
}

.dangers3 .ul .li .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .14rem;
    line-height: .24rem;
    color: #666666;
}

.dangers3 .ul .li {
    position: relative;
    background-color: #fff;
}

.dangers3 .ul .li .h3 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: var(--themeColor);
    position: absolute;
    bottom: .28rem;
}

.dangers3 .dsysitem {
    padding: .81rem 0 .84rem;
    background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%);
}

.dangers3 .pwidth {
    position: relative;
}

.swpbtn {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    transform: translateY(-50%);
    cursor: pointer;
}

.swpbtn1 {
    left: -0.29rem;
}

.swpbtn2 {
    left: auto;
    right: -0.29rem;
}

.dangers3 .sobtn {
    margin: 0 auto;
    margin-top: .4rem;
    width: 1.5rem;
    height: .48rem;
}


.dangers7 {
    background-color: #fff;
}

.worlds2 {
    padding: .83rem 0 1rem;
}

.worlds2 .p {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: 2;
    color: #2A2A2A;
}

.worlds2 .worldmap {
    margin-top: .24rem;
}

.worlds2 .worldmap img {
    max-width: 14rem;
}

.worlds2 .mapbs {
    display: flex;
    justify-content: center;
}

.worlds2 .mapbs .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 .45rem;
}

.worlds2 .mapbs .item .imgbox {
    width: 1.4rem;
    height: 1.4rem;
    margin-bottom: .24rem;
}

.worlds2 .mapbs .item .imgbox img {
    width: 100%;
    height: 100%;
}


.worlds2 .mapbs .item .txtbox {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: #000;
}

.teams1 .p {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: .32rem;
    color: #2A2A2A;
}

.teams1 .ul {
    display: flex;
    flex-wrap: wrap;
}

.teams1 .ul .li {
    width: 3.2rem;
    margin-right: calc((100% - 4 * 3.2rem) / 3);
    margin-bottom: 0.25rem;
}

.teams1 .ul .li:nth-of-type(4n) {
    margin-right: 0;
}

.teams1 .showMoreNChildren~.sobtn {
    width: 2.18rem;
    height: .54rem;
}

.downloads1 .pwidth {
    padding-bottom: 0.65rem;
    border-bottom: 1px solid #DDDDDD;
}

.downloads1 .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .32rem;
    line-height: .28rem;
    margin-bottom: .26rem;
    color: #2A2A2A;
}

.downloads1 .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: 2;
    color: #2A2A2A;

}

.shaixuan .h3 {
    margin: .13rem 0 .18rem;
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: #000;
}

.shaixuanli {
    display: flex;

}

.shaixuanli a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: .32rem;
    padding: 0 .26rem;
    border: 1px solid var(--themeColor);
    font-family: rr;
    font-weight: 400;
    font-size: .14rem;
    color: var(--themeColor);
    margin-right: 0.1rem;
}

.downloadlist .ul {
    display: flex;
    flex-wrap: wrap;
}

.downloadlist .ul .li {
    width: 3.2rem;
    margin-right: calc((100% - 4 * 3.2rem) / 3);
    position: relative;
    margin-bottom: 0.3rem;
}

.downloadlist .ul .li:nth-of-type(4n) {
    margin-right: 0;
}

.downloadlist .ul .li .imgbox {
    width: 3.2rem;
    height: 2.13rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EEEEEE;
    overflow: hidden;
}

.downloadlist .ul .li .imgbox img {
    width: 2.14rem;
    max-height: 100%;
    transition: all 0.5s;
}

.downloadlist .ul .li:hover .imgbox img {
    transform: scale(1.1);
}

.downloadlist .ul .li .txtbox {
    height: 2.07rem;
    border: 1px solid #D9D9D9;
    border-top: none;
    padding: .15rem .24rem 0;
}

.downloadlist .ul .li .txtbox span {
    display: block;
    height: .24rem;
    line-height: .24rem;
    width: fit-content;
    padding: 0 0.07rem;
    background-color: #134180;
    border-radius: 2px;
    font-family: rr;
    font-weight: 400;
    font-size: .14rem;
    color: #fff;
}

.downloadlist .ul .li .txtbox .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: #2A2A2A;
    margin: 0.09rem 0 0.1rem;
}

.downloadlist .ul .li .txtbox .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: .28rem;
    color: #2A2A2A;
}

.downloadlist .ul .li .txtbox .h3 {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0.31rem;
}

.downloadlist .ul .li .txtbox .h3 img {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0.09rem;
}

.downloadlist .ul .li .txtbox .h3 p {
    font-family: rr;
    font-weight: 400;
    font-size: 16px;
    color: var(--themeColor);
}

.downloads2 {
    padding-top: 0.58rem;
}

.downloads2 .sobtn {
    margin: 0 auto;
    margin-top: .1rem;
}

.downloads3 {
    margin-top: 0.3rem;
}

.downloads3 table {
    width: 100%;
    border-collapse: collapse;
}

.downloads3 table td {
    height: 1.1rem;
}

.downloads3 .h3 {
    font-family: rr;
    font-weight: 500;
    font-size: .16rem;
    color: #2A2A2A;
    margin-bottom: 0.1rem;
}

.downloads3 .h4 {
    font-family: rr;
    font-weight: 500;
    font-size: .16rem;
    line-height: .28rem;
    color: #2061AE;
}

.cases1 .h1 {
    text-align: center;
}

.fwDialog {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: rgba(42, 42, 42, 0.5);
}

.fwcard {
    width: 9rem;
    padding: .69rem .4rem .82rem;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.fwcard .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .28rem;
    color: #2A2A2A;
    margin-bottom: .34rem;
}

.fwform {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.fwform-item {
    width: 4rem;
    height: .48rem;
    margin-bottom: .22rem;
    position: relative;
}

.fwform-item.w-100 {
    width: 100%;
    height: auto;
}

.fwform-item .fwlabel {
    position: absolute;
    left: .18rem;
    top: .13rem;
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: #2A2A2A;
}

.fwform-item .fwlabel.x::after {
    content: '*';
    color: #FF0032;
    margin-left: .04rem;
}

.fwform-item input[type="text"] {
    width: 100%;
    height: 100%;
    border: 1px solid #E4E4E4;
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: #2A2A2A;
}

.fwcheck {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fwcheck input {
    margin-right: .09rem;
    width: .24rem;
    height: .24rem;
    accent-color: var(--themeColor);
    cursor: pointer;
    outline: none;
}

.fwcheck-item {
    /* width: 33.333%; */
    min-width: 25%;
    display: flex;
    align-items: center;
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    margin-bottom: .27rem;
}

.fwcheck-item label {
    color: #666666;
}

.fwform-item2 {
    margin-bottom: 0;
}



.fwcheck input:checked+label {
    color: var(--themeColor);
}

.fwform-item2 .fwlabel {
    top: 0;
}

.fwform-item textarea {
    width: 100%;
    height: 2rem;
    padding: .47rem .18rem;
    resize: none;
    outline: none;
    border: 1px solid #E4E4E4;
    font-size: .16rem;
    color: #2A2A2A;
}

.fwform-item-btn {
    width: 2.18rem;
    height: .54rem;
    margin: 0 auto;
    margin-top: .32rem;
    position: relative;
    border: 1px solid var(--themeColor);
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0 !important;
}

.closefwcard {
    width: .24rem;
    height: .24rem;
    overflow: hidden;
    position: absolute;
    top: .23rem;
    right: .20rem;
    cursor: pointer;
}

.closefwcard img {
    width: 100%;
    height: 100%;
}

.closefwcard:hover img {
    transform: translateY(-100%);
    filter: drop-shadow(0 .24rem var(--themeColor));
}

.fwform-item.ww-100 {
    width: 100%;
}

.sobtn {
    cursor: pointer;
}

.multiselect {
    position: relative;
    height: 100%;
    width: 100%;
}

.select-box {
    height: 100%;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: rr;
    font-size: .16rem;
    color: #666666;
}

.parrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    transition: transform 0.3s;
}

.parrow.open {
    transform: rotate(180deg);
}

.options {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #E4E4E4;
    border-top: none;
    background: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
    z-index: 10;
}

.options.open {
    max-height: 200px;
    overflow-y: auto;
}

.option {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.option label {
    font-family: rr;
    font-size: .16rem;
    color: #666666;
}

.option input {
    accent-color: var(--themeColor);
    cursor: pointer;
}

.option:hover {
    background-color: #f0f0f0;
}

.selected-count {
    color: #666;
    font-size: .14rem;
    background-color: #f5f5f5;
    padding: 2px 6px;
    border-radius: 10px;
}

.fchecklist {
    display: flex;
}


.sTh ul li a.current::after {
    width: 100%;
    height: 0.02rem;
}

.sTh ul li a.current::before {
    z-index: 2;
    border-width: 0.02rem;
}

.sTh .container,
.sTh ul li a {
    padding-bottom: .19rem;
}

.sTh .container {
    width: 13.4rem;
    margin: 0 auto;
    border-bottom: 1px solid #DDDDDD;
}

.sTh ul li a.current::before {
    display: none;
}

.sTh ul li a.current::after {
    top: auto;
    bottom: -1px;
}

.sTh {
    padding-bottom: 0;
}

.downloads3 .table {
    display: flex;
    flex-wrap: wrap;
    margin-top: .3rem;
}

.downloads3 .table a {
    display: block;
    width: 25%;
    margin-bottom: .51rem;
}

.headerr .part3 .ul .li:first-of-type {
    position: static;
}

.dntabs {
    position: absolute;
}

.headerr .part3 .ul .li:first-of-type::before {
    top: 1.4rem;
    left: 2.8rem;
}

/* 产品类别 */
.plb {
    padding: .61rem 0 .87rem;
    background: linear-gradient(180deg, #F5F5F5 0%, #FFFFFF 100%);
}

.plbheader .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .28rem;
    color: #1D1D1D;
    margin-bottom: .24rem;
}

.plbheader .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: 2;
    color: #2A2A2A;
}

.plbheader .rig {
    flex-shrink: 0;
    margin-left: .7rem;
}

.plbheader .rig img {
    width: 3.2rem;
    height: auto;
}

.plbtit {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 0.31rem;
}

.plbtit span {
    display: inline-block;
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .28rem;
    padding-bottom: .11rem;
    border-bottom: 1px solid #2061AE;
}

.plblist .ul {
    display: flex;
    flex-wrap: wrap;
}

.plblist .ul .li {
    width: 3.2rem;
    /* height: 1.5rem; */
    background-color: #fff;
    border-radius: .04rem;
    border: 1px solid #F4F4F4;
    margin: .15rem calc((100% - 4 * 3.2rem) / 3) 0 0;
}

.plblist .ul .li:nth-child(4n) {
    margin-right: 0;
}

.plblist .ul .li:nth-child(-n+4) {
    margin-top: 0;
}

.plblist .ul .li {
    padding: .26rem .2rem;
}

.plblist .ul .li .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: #2A2A2A;
    margin-bottom: .1rem;
}

.plblist .ul .li .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .14rem;
    line-height: .24rem;
    color: #666666;
}

.tk1 {
    font-family: rr;
    font-weight: 400;
    font-size: .28rem;
    line-height: .48rem;
    color: #1D1D1D;
    margin-bottom: .33rem;
}

.plb2ilist img {
    width: 100%;
}

.tk2 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: 2;
    color: #2A2A2A;
}

.plb2list {
    margin-bottom: .32rem;
}

.plb2list .ul {
    display: flex;
}

.plb2list .ul .li {
    width: 1.77rem;
    height: 1.24rem;
    background-color: #fff;
    border-radius: 0.04rem;
    margin-right: .17rem;
    padding: .23rem .14rem;

    font-family: rr;
    font-weight: 400;
    font-size: .14rem;
    line-height: .24rem;
    color: #2A2A2A;
    border: 1px solid #F4F4F4;
}

.plb2list .ul .li:last-of-type {
    margin-right: 0;
}

.plb5 img {
    width: auto;
    max-width: 100%;
}

.plb5 .plbheader .rig img {
    width: 1.91rem;
    height: 2.37rem;
}

.plb img {
    max-width: 100%;
}

.plb6 .plbimg {
    width: 5.8rem;
    height: auto;
    margin-top: .21rem;
}

#ContentPlaceHolder1_pnl_common2 .homes7 .idxtit {
    display: none;
}

/* 弹窗样式 */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    position: relative;
    max-width: 90%;
    max-height: 80%;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.modal.active .modal-content {
    transform: scale(1);
}

.modal-img {
    max-width: 100%;
    max-height: 80vh;
    display: block;
    border: 4px solid white;
    border-radius: 4px;
}

.close-btnn {
    position: absolute;
    top: -40px;
    right: -40px;
    color: white;
    font-size: 30px;
    cursor: pointer;
    background: none;
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.close-btnn:hover {
    transform: rotate(90deg);
}

/* 导航按钮 */
.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.nav-btn:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

.conbrand .swiper-slide img {
    width: 100%;
}

.pdtcontent img {
    max-width: 100%;
}


.biaotiss {
    position: absolute;
    bottom: 0.19rem;
    left: 0.18rem;
}

.biaotiss .biaoti1 {
    font-family: ll;
    font-weight: 700;
    font-size: .18rem;
    color: #2A2A2A;
    margin-bottom: .07rem;
}

.biaotiss .biaoti2 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: #666666;
}


@media (max-width: 768px) {


    .nav-btn {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }

    .close-btnn {
        top: 20px;
        right: 20px;
    }
}

@media screen and (min-width:751px) {
    .pcshow {
        display: block !important;
    }

    .mbshow {
        display: none !important;
    }

    .pcshowflex {
        display: flex !important;
    }

    .mbshowflex {
        display: none !important;
    }

    .homes6 .ul {
        flex-wrap: wrap;
    }

    .homes6 .ul .li {
        margin-right: 0;
        width: 12.5%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: .3rem;
    }

    .homes6 .ul .li:nth-of-type(-n+4) {
        margin-top: 0;
    }

    .dangers2 .ul {
        display: block;
    }

    .dangers2 .ul .li {
        width: 100%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding-bottom: 0.6rem;
        border-bottom: 1px solid #DDDDDD;
        margin-top: .58rem;
    }

    .dangers2 .ul .li:first-child {
        margin-top: 0;
    }

    .dangers2 .ul .li:nth-of-type(2n) {
        flex-direction: row;
    }


    .dangers2 .ul .li .imgbox100 {
        width: 3.2rem;
        height: 2.1rem;
        flex-shrink: 0;
    }

    .dangers2 .ul .li .txtbox {
        width: 9.8rem;
    }

    .dangers2 .ul .li .h1 {
        margin-top: 0;
    }
}

@media screen and (max-width:750px) {

    .pcshow {
        display: none !important;
    }

    .mbshow {
        display: block !important;
    }

    .pcshowflex {
        display: none !important;
    }

    .mbshowflex {
        display: flex !important;
    }

    html {
        scroll-padding-top: 0;
    }

    .pwidth {
        width: 6.8rem;
    }

    .sbox .mbanner .newtit {
        font-weight: 600;
        font-size: .64rem;
        line-height: .9rem;
        color: #fff;
    }

    .sbox .mbanner .newtitdesc {
        font-weight: 400;
        font-size: .48rem;
        line-height: .9rem;
        color: #fff;
        margin-top: 0;
        width: 6.5rem;
    }

    .mbanner .swiper-slide .item>div {
        top: 4.71rem;
    }

    .mheader .inputs {
        border: none;
        left: 2.5rem;
    }

    #mhead .skt,
    #mhead .skt img {
        width: var(--mhlogow);
        height: var(--mhlogoh);
    }

    #mhead {
        height: var(--mhead);
    }

    .droplist {
        top: var(--mhead) !important;
    }

    .mbanner {
        width: 100vw;
        height: 100vh;
        position: relative;
    }

    .mbanner .mbs {
        width: 100%;
        height: 100%;
    }

    .mbanner .swiper-slide .item>div {
        top: auto;
        bottom: 0;
        left: 0;
    }

    .mbanner .swiper-button-next,
    .mbanner .swiper-button-prev {
        display: none;
    }


    #header22 {
        display: none;
    }

    .homes1 .ultop .li {
        display: block;
        height: auto;
    }

    .homes1 .ultop .li .txtbox {
        width: 100%;
        padding: .32rem .26rem .38rem;
        height: auto;
    }

    .homes1 .ultop .li .imgbox100 {
        height: 3.16rem;
        width: 100%;
    }

    .homes1 .ul {
        display: block;
    }

    .homes1 .ul .li {
        margin-bottom: .23rem;
    }

    .homes1 .ultop .li .txtbox .h1 {
        font-size: .28rem;
    }

    .homes1 .ultop .li .txtbox .h2 {
        font-size: .24rem;
        line-height: .32rem;
        margin-top: .25rem;
    }

    .homes1 .ul .li .txtbox .h1 {
        font-size: .24rem;
    }

    .homes1 .ul .li .txtbox .h2 {
        font-size: .2rem;
        line-height: .32rem;
        /* 超出两行隐藏 */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .homes1 .ul .li .txtbox .h3 {
        font-size: .2rem;
    }

    .homes1 .ul .li .txtbox {
        width: 3.6rem;
    }

    .homes2 .ul {
        flex-wrap: wrap;
    }

    .homes2 .ul .li {
        width: 50%;
        align-items: center;
        margin-bottom: .41rem;
    }

    .homes2 .ul .li .imgbox {
        width: .86rem;
        height: .86rem;
        flex-shrink: 0;
    }

    .homes2 .ul .li .imgbox img {
        width: .42rem;
        height: .42rem;
    }

    .homes2 .ul .li .txtbox .h1 {
        font-family: rr;
        font-weight: 400;
        font-size: .24rem;
        color: #2A2A2A;
    }

    .homes2 .ul .li .txtbox .h2 {
        font-family: rr;
        font-weight: 400;
        font-size: .18rem;
        color: #666666;
    }

    .homes2 {
        padding-top: .58rem;
    }

    .homes3 {
        padding-top: .27rem;
    }

    .idxtit {
        font-size: .38rem;
        margin-bottom: .5rem;
    }

    .plit {
        font-size: .24rem;
    }

    .idxpros .ul .li {
        height: 5.48rem;
    }

    .idxpros .ul .li .imgbox {
        height: 3.02rem;
        width: 2.24rem;
        justify-content: center;
    }

    .idxpros .ul .li .imgbox img {
        width: 100%;
    }

    .idxpros .ul .li .h1 {
        font-size: .24rem;
    }

    .idxpros .ul .li .h2 {
        font-size: .2rem;
        line-height: .32rem;
    }

    .idxpros .ul .li .txtbox {
        font-size: .2rem;
    }

    .idxpros .ul .li .txtbox {
        padding-bottom: 0.42rem;
    }

    .homes5 .p {
        font-size: .24rem;
        line-height: .42rem;
    }

    .sobtn {
        font-size: 2.18rem;
        height: .64rem;
        font-size: .24rem;
    }

    .homes6 .ul {
        width: 6.8rem;
        margin: 0 auto;
        justify-content: space-between;
    }

    .homes6 .ul .li {
        display: none;
        margin: 0;
    }

    .homes6 .ul .li:nth-of-type(-n+4) {
        display: block;
    }

    .homes7 .ul .li {
        height: 1.8rem;
    }

    .homes7 .ul .li .imgbox100 {
        width: 1.8rem;
        margin-right: .33rem;
    }

    .homes7 .ul .li .h2 {
        display: none;
    }

    .homes7 .ul .li .h1 {
        font-size: .24rem;
        line-height: .36rem;
    }

    .homes7 .ul .li .h3 {
        font-size: .2rem;
        margin-top: .48rem;
    }

    .homes7 .ul .li .txtbox {
        justify-content: flex-start;
    }

    .lasts2 .pwidth {
        display: block;
        padding: 0;
    }

    .lasts2 .h1 {
        font-size: .36rem;
        margin-bottom: .21rem;
    }

    .lasts2 .h2 {
        font-size: 0.24rem;
    }

    .lasts2 .h2 br {
        display: none;
    }

    .lasts2 .mid {
        margin: .42rem 0 .48rem;
    }

    .lasts2 .mid img {
        width: .64rem;
        height: .64rem;
    }

    .lasts2 .h3 {
        font-size: .24rem;
        margin-bottom: 0.08rem;
    }

    .lasts2 .h4 {
        font-size: .36rem;
    }

    .lasts2 .sobtn {
        width: 100%;
        font-size: .24rem;
    }

    .footerr .part1 .rig {
        display: none;
    }

    .flogo {
        width: 2.14rem;
        height: .42rem;
    }

    .flx span {
        font-size: .24rem;
        line-height: 2;
    }

    .footerr .part1 .sobtn {
        width: 1.67rem;
        height: .68rem;
    }

    .footerr .part1 .follow .h1 {
        font-size: .24rem;
    }

    .followli {
        width: 0.65rem;
        height: .65rem;
    }

    .followli .imgbox {
        width: .5rem;
        height: .5rem;

    }


    .footerr .part2 a,
    .footerr .part2 span {
        font-size: .2rem;
        line-height: 1.5;
    }

    .footerr .part2 {
        height: 1.08rem;
        display: flex;
        align-items: center;
    }


    .homes4 .ul .li {
        margin-right: 0 !important;
    }

    .homes4 .ul {
        justify-content: space-between;
    }

    .homes4 .ul .li .txtbox a {
        font-size: .2rem;
        line-height: 2;
    }

    .sulos1 .df {
        display: block;
    }

    .sulos1 .imgbox100 {
        width: 6.8rem;
        height: 6.8rem;
    }

    .sulos1 .txtbox {
        margin-left: 0;

    }


    .sulos1 .h1 {
        font-size: 0.42rem;
        margin: .43rem 0 .18rem;
    }

    .sulos1 .p {
        font-size: .24rem;
        line-height: 2;
    }

    .sulos1 .h3 {
        font-size: .24rem;
    }

    .sulos1 .ul .li {
        margin-right: 0;
        width: 50%;
        font-size: .24rem;
        margin-bottom: .25rem;
    }

    .sysswp .ul .li {
        height: auto;
        display: block;
    }

    .sysswp .ul .li .imgbox100 {
        width: 100%;
        height: 6.8rem;
    }

    .sysswp .ul .li .txtbox {
        padding: .47rem 0 0;
    }

    .sysswp .ul .li .h2 {
        font-size: .28rem;
        margin-bottom: .2rem;
        font-weight: 400;
    }

    .sysswp .ul .li .h3 {
        font-size: .24rem;
        line-height: 2;
    }

    .sys .qy-more {
        height: .78rem;
        width: 100%;
        font-size: .24rem;
        margin-top: 0.3rem;
    }

    .sulos2 .h1 {
        font-size: .42rem;
        margin-bottom: .28rem;
    }

    .sysnav .li {
        font-size: .24rem;
    }

    .pdtbanner .df {
        display: block;
    }

    .pdtsmallbox {
        display: none;
    }

    .pdtbanner {
        padding: .82rem 0 1.05rem;
    }

    .pdtbanner .rig {
        margin-left: 0;
    }

    .pdtbigbox {
        width: 6.8rem;
        height: 6.8rem;
    }

    .pdtbanner .lef {
        width: 100%;
    }

    .pdtbanner .rig .h1 {
        margin: .44rem 0 .18rem;
        font-size: .42rem;
    }

    .pdtbanner .rig p {
        font-size: .24rem;
        line-height: 2;
    }

    .pdtbanner .pdtbtns {
        margin-top: .35rem;
    }

    .pdtbtn .imgbox {
        width: .36rem;
        height: .36rem;
    }

    .pdtbtn {
        height: .78rem;
        /* padding: 0 .64rem; */
        padding: 0 0.3rem;
    }

    .pdtbtn span {
        font-size: .24rem;
    }


    .pdtbtn:hover .imgbox img {

        filter: drop-shadow(0 .36rem #fff);
    }

    .pdtnav .ul {
        justify-content: center;
    }

    .pdtnav .ul .li {
        font-size: .24rem;
    }

    .pdtdesc h1 {
        font-size: .28rem;
        margin-bottom: .24rem;
    }

    .pdtdesc p,
    .prsp p {
        font-size: .24rem;
        line-height: 2;
    }

    .pdtdesc p.po::before {
        flex-shrink: 0;
        width: .2rem;
        height: .2rem;
    }

    .imgt {
        font-size: .24rem;
        margin-top: .38rem;
    }

    .pdtdesc {
        padding-bottom: 0;
    }

    .pdtbigbox {
        position: relative;
    }

    .swiper-pagination-fra {
        position: absolute;
        bottom: 0.32rem;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        text-align: center;
        height: .48rem;
        padding: 0 .23rem;
        background-color: rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        width: fit-content;
        border-radius: .5rem;
    }

    .swiper-pagination-fra .swiper-pagination-current,
    .swiper-pagination-fra .swiper-pagination-total,
    .swiper-pagination-fra {
        color: #fff;
        font-weight: 400;
        font-size: .24rem;
        text-align: justify;
        display: inline-block;
    }

    .swiper-pagination-fra .swiper-pagination-current {
        font-size: .28rem;
        margin-right: .08rem;
    }

    .swiper-pagination-fra .swiper-pagination-total {
        margin-left: .08rem;
    }

    .dnasbread {
        /* top: 0.31rem; */
        top: calc(var(--mhead) + 0.31rem);
    }

    .dnasnewsbox .news1 .h1 {
        font-size: .38rem;
        margin-bottom: .21rem;
    }

    .dnasnewsbox .news1 .p {
        font-size: .24rem;
        line-height: 2;
    }

    .dnasnewsbox .ul .li .imgbox100 {
        width: 1.8rem;
        height: 1.8rem;
    }

    .dnasnewsbox .ul .li .h2 {
        font-size: .24rem;
        line-height: .36rem;
    }

    .dnasnewsbox .ul .li .h3 {
        display: none;
    }

    .dnasnewsbox .ul .li .h4 {
        font-size: .2rem;
        margin-top: .48rem;
    }

    .loaded {
        font-size: 0.2rem;
    }

    .dnasbread a,
    .dnasbread span {
        font-size: .2rem;
    }

    .s1p {
        padding-top: .82rem;
    }

    .dnasdetailtxt .df {
        display: block;
    }

    .dnasdetailcon {
        display: block;
    }

    .dnasdetailtxt .df img {
        margin: 0 !important;
        margin-bottom: .31rem !important;
        width: 100%;
    }

    .dnasdetailcon .lef .h1 {
        font-size: 0.38rem;
        line-height: .58rem;
    }

    .dnasdetailcon .lef .h2 {
        font-size: 0.2rem;
        margin: .25rem 0 .35rem;
    }

    .dnasdetailtxt p {
        font-size: .24rem;
        line-height: 2;
    }

    .dnasdetailcon .rig {
        width: 100%;
        margin-left: 0;
    }

    .dnasdetailcon .rig .h3 {
        font-size: .24rem;
        line-height: .28rem;
    }

    .dnasdetailcon .rig .h4 {
        font-size: .24rem;
        line-height: 2;
    }

    .dnasdy .h1 {
        font-size: .38rem;
        text-align: center;
    }

    .dnasdy .p {
        font-size: .24rem;
        line-height: 2;
    }

    .dnasdy .ilist .ul {
        display: block;
        /* padding-bottom: .6rem; */
        margin-bottom: .82rem;
        border-bottom: 1px solid #DDDDDD;
    }

    .dnasdy .ilist .ul .li {
        width: 100%;
        display: block;
        margin-bottom: .46rem;
    }

    .dnasdy .ilist .ul .li .imgbox100 {
        height: 4.54rem;
    }

    .dnasdy .ilist .ul .li .tt1 {
        font-size: .28rem;
        margin-bottom: .16rem;
    }

    .dnasdy .ilist .ul .li .tt2 {
        font-size: 0.24rem;
        line-height: 2;
    }

    .dnasdy .ilist .ul .li .tt3 {
        font-size: 0.24rem;
    }

    .abs1 .ul .li {
        width: 100%;
    }

    .abtit {
        font-size: .38rem;
        line-height: .54rem;
    }

    .abcot .p {
        font-size: .24rem;
        line-height: 2;
    }

    .abs2 .imgli img {
        width: 1.21rem;
    }

    .abs2 .laowai {
        display: block;
    }

    .abs2 .laowai .imgbox {
        width: 6.8rem;
        height: 4.76rem;
        margin-bottom: .49rem;
    }

    .abs2 .laowai .txtbox .h1 {
        font-size: .2rem;
        line-height: .42rem;
    }

    .abs2 .laowai .txtbox .h2 {
        font-size: .2rem;
        line-height: .42rem;
    }

    .abs3 .dfsb {
        display: block;
    }

    .abs4 .ilist .ul {
        border: none;
        margin: 0;
    }

    .abs4 .valli {
        flex-direction: column;
        align-items: center;
    }

    .abs4 .valli .li {
        margin-bottom: .27rem;
    }

    .abs4 .valli .li .txtbox .bt1 {
        font-size: .24rem;
    }

    .abs4 .valli .li .txtbox .bt2 {
        font-size: .24rem;
        width: 5.6rem;
    }

    .abs5 .ul {
        display: block;
    }

    .abs5 .ul .li {
        width: 100%;
        height: 4.53rem;
        margin-bottom: 0.2rem;
    }

    .abs6 .fou {
        display: block;
    }

    .abs6 .fou .rig {
        margin: 0;
    }

    .abs6 .fou .lef .li {
        font-size: .24rem;
        line-height: 2;
    }

    .dnasworld .cdds {
        display: block;
    }

    .dnasworld .cdds .imgbox {
        width: 100%;
        height: 4.53rem;
        margin-bottom: .32rem;
    }

    .dnasworld .cdds .sobtn {
        margin: 0 auto;
        width: 1.97rem;
        height: .8rem;
        margin-top: .32rem;
    }

    .dnaslxi .df {
        display: block;
    }

    .dnaslxi .lef {
        margin-right: 0;
        width: 6.8rem;
        height: 6.8rem;
        margin-bottom: .46rem;
    }

    .dnaslxi .rig .h1 {
        font-size: .38rem;
        margin-bottom: .3rem;
    }

    .dnaslxi .rig .h2 .imgbox {
        width: .36rem;
        height: .36rem;
    }

    .dnaslxi .rig .h2 .txtbox {
        font-size: .24rem;
        line-height: .28rem;
    }

    .gwweb img {
        height: 1.4rem;
    }

    .ewms .ul .li .imgbox {
        width: 1.5rem;
        height: 1.5rem;
    }

    .ewms .ul .li .txtbox {
        font-size: .24rem;
        margin-top: .14rem;
    }

    .zxfk {
        padding-left: .35rem;
        padding-right: 0.35rem;
    }

    .zxfk input[type='text'] {
        width: 6.8rem;
    }

    .productintro .h1 {
        font-size: .42rem;
        margin-bottom: .24rem;
    }

    .productintro .h2 {
        font-size: .24rem;
        line-height: 2;
    }

    .productlist .ul .li {
        width: 100%;
        height: 8.8rem;
    }

    .productlist .ul .imgbox {
        width: 6rem;
        height: 6rem;
    }

    .productlist .ul .imgbox img {
        width: 100%;
    }

    .productlist .ul .li {
        align-items: flex-start;
    }

    .productlist .ul .txtbox .bit1 {
        font-size: .24rem;
        margin-bottom: .14rem;
    }

    .productlist .ul .txtbox .bit2 {
        height: .74rem;
        font-size: .2rem;
        line-height: .32rem;
    }

    .productlist .ul .txtbox .bit3 {
        font-size: .2rem;
    }

    .galfont {
        height: auto;
    }

    .galfont {
        flex-wrap: wrap;
        padding: .27rem 0;
    }

    .galfont::after {
        content: '';
        display: block;
        width: 25%;
        height: 0;
    }

    .galfont .li {
        font-size: .24rem;
        width: 25%;
        white-space: nowrap;
        position: relative;
        text-align: center;
        margin-top: .24rem;
        border: none !important;
    }

    .galfont .li:nth-of-type(-n+3) {
        margin-top: 0;
    }

    .galfont .li:nth-of-type(3n-1) {
        width: 50%;
    }

    .galfont .li.current::after,
    .galfont .li:hover::after {
        content: '';
        display: block;
        width: 4.8em;
        height: 2px;
        background-color: var(--themeColor);
        position: absolute;
        bottom: -0.04rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .yearcontainer {
        width: 6.4rem;
    }

    .yearswp {
        width: 7.5rem;
    }


    .abs3s .ul .li {
        padding: .43rem .4rem .76rem;
        height: auto;
        flex-direction: column-reverse;
    }

    .abs3s .ul .li .imgbox100 {
        width: 100%;
        height: 3.84rem;
        margin-left: 0;
        margin-bottom: .49rem;
    }

    .abs3s .ul .li .h1 {
        font-size: .32rem;
        margin-bottom: .16rem;
    }

    .abs3s .ul .li .h2 {
        font-size: .24rem;
        margin-bottom: .13rem;
    }

    .abs3s .ul .li p {
        font-size: .24rem;
        line-height: 2;
    }

    .fzyear {
        font-size: .28rem;
    }

    .fzdot .i {
        width: .32rem;
        height: .32rem;
    }

    .fzdot .i::after {
        width: .16rem;
        height: .16rem;
    }

    .abs29s .ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .abs29s .ul .li {
        display: none;
        width: 3.3rem;
    }

    .abs29s .ul .li:nth-of-type(-n+4) {
        display: block;
    }

    .abs29s .ul .li .txtbox {
        padding-bottom: 0.41rem;
    }

    .abs29s .ul .li .txtbox .pna {
        font-size: .24rem;

    }

    .abs29s .ul .li .txtbox .pna span {
        font-size: .2rem;
    }

    .abs29s .ul .li .txtbox .cpdd {
        font-size: .2rem;
    }

    .abs29 .sobtn {
        width: 1.97rem;
        height: .8rem;
        font-size: .24rem;
    }

    .ffi {
        font-size: .24rem;
    }

    .paform .fitem input[type="text"] {
        width: 6.8rem;
        height: .8rem;
    }

    .fitemselect,
    .fitemdx {
        width: 6.8rem;
        display: block;
    }

    .fitemselect {
        height: .8rem;
    }

    .paform .flabel {
        font-size: .24rem;
    }

    .paform .fitem input[type="text"],
    .paform .fitem textarea {
        padding-left: 1.4rem;
    }

    .fitembtn {
        width: 3.23rem;
        height: .8rem;
    }

    .fitembtn span {
        font-size: .24rem;
    }

    .conbrands img {
        width: 100%;
    }

    .fchecklist {
        display: flex;
        padding-left: .18rem;
        margin-top: .3rem;
    }

    .fcheck input {
        width: .32rem;
        height: .32rem;
    }

    .fcheck span {
        font-size: .24rem;
    }

    .fws1 .df {
        flex-direction: column-reverse;
    }

    .fws1 .rig {
        margin-left: 0;
        width: 6.8rem;
        height: 4.52rem;
    }

    .fws1 .h1 {
        font-size: .38rem;
        margin: .48rem 0 .19rem;
    }

    .fws1 .p {
        font-size: .24rem;
        line-height: 2;
    }

    .fwlist .ul .li {
        flex-direction: column !important;
    }

    .fwlist .ul .li .imgbox100 {
        width: 6.8rem;
        height: 4.52rem;
    }

    .fwlist .ul .li .h1 {
        font-size: .38rem;
        margin: .46rem 0 .19rem;
    }

    .fwlist .ul .li .p {
        font-size: .24rem;
        line-height: 2;
    }

    .fwlist .ul .li .sobtn {
        width: 2.18rem;
        height: .64rem;
        margin-top: .46rem;
    }

    .fwdownload {
        height: 4.32rem;
        padding-top: .91rem;
    }

    .fwdownload .h1 {
        font-size: .38rem;
    }

    .fwdownload .h2 {
        font-size: .24rem;
        line-height: .42rem;
        margin: 0 auto;
        margin-bottom: .38rem;
        width: 5.34rem;
    }

    .fwdownload .sobtn {
        width: 2.04rem;
        height: .64rem;
    }

    .sos4 .dop {
        font-size: .24rem;
        line-height: 2;
    }

    .sos4 .idxtit {
        margin-bottom: .22rem;
    }

    .dangers2 .ul {
        display: block;
    }

    .dangers2 .ul .li {
        width: 100%;
        margin-bottom: .5rem;

    }

    .dangers2 .ul .li .imgbox100 {
        height: 4.52rem;
    }

    .dangers2 .ul .li .h1 {
        font-size: .28rem;
        line-height: .32rem;
        margin: .44rem 0 .22rem;
    }

    .dangers2 .ul .li .h2,
    .dangers2 .h2 {
        font-size: .24rem;
        line-height: 2;
    }

    .dangers3 .ul .li {
        height: 5.48rem;
    }

    .dangers3 .ul .li .imgbox {
        height: 3.02rem;
    }

    .dangers3 .ul .li .imgbox img {
        width: 2.24rem;
    }

    .dangers3 .ul .li .h1 {
        font-size: .24rem;
        margin-bottom: .17rem;
    }

    .dangers3 .ul .li .h2 {
        font-size: .2rem;
        line-height: .32rem;
    }

    .dangers3 .ul .li .h3 {
        font-size: .2rem;
        bottom: .42rem;
    }

    .dangers3 .sobtn {
        width: 2.2rem;
        height: .8rem;
    }

    .worlds2 .p {
        font-size: .24rem;
    }

    .worlds2 .worldmap img {
        max-width: 6.8rem;
    }

    .worlds2 .mapbs .item .txtbox {
        font-size: .24rem;
    }

    .teams1 .ul .li {
        margin-right: 0 !important;
    }

    .teams1 .p {
        font-size: .24rem;
        line-height: 2;
    }

    .teams1 .abs29s .ul .li {
        display: block;
    }

    .downloadlist .ul {
        display: block;
    }

    .downloadlist .ul .li {
        margin-right: 0;
        display: block;
        width: 100%;
    }

    .downloadlist .ul .li .imgbox {
        width: 100%;
        height: 4.52rem;
    }

    .downloadlist .ul .li .imgbox img {
        width: 4.54rem;
    }

    .downloadlist .ul .li .txtbox {
        height: 3.67rem;
    }

    .downloadlist .ul .li .txtbox span {
        font-size: .2rem;
        padding: .03rem .07rem;
        height: auto;
    }

    .downloadlist .ul .li .txtbox .h1 {
        font-size: .24rem;
        margin: .22rem 0 .14rem;
    }

    .downloadlist .ul .li .txtbox .h2 {
        font-size: .24rem;
        line-height: 2;
    }

    .downloadlist .ul .li .txtbox {
        padding: .32rem .4rem 0;
    }

    .downloadlist .ul .li .txtbox .h3 {
        bottom: .66rem;
    }

    .downloads1 {
        padding-top: .8rem;
    }

    .downloads1 .h1 {
        text-align: center;
        font-size: .38rem;
    }

    .downloads1 .h2 {
        font-size: .24rem;
        line-height: 2;
    }



    .downloads3 tr {
        display: flex;
        flex-wrap: wrap;
    }

    .downloads3 tr td {
        display: block;
        width: 50%;
    }

    .downloads3 .h3 {
        font-size: .24rem;
    }

    .downloads3 .h4 {
        font-size: 0.24rem;
    }

    .downloads3 table {
        margin-top: .24rem;
    }

    .shaixuanli a {
        height: .58rem;
        font-size: .2rem;
        padding: 0 .3rem;
        margin-bottom: .18rem;
    }

    .shaixuanli {
        flex-wrap: wrap;
    }

    .s1p {
        padding-top: .88rem;
    }

    .fwcard {
        width: 6.8rem;
    }

    .fwcard .h1 {
        font-size: .38rem;
    }

    .fwform-item {
        width: 100%;
        height: .8rem;
    }

    .fwform-item .fwlabel {
        font-size: .24rem;
        top: .24rem;
    }

    .fwform-item input[type="text"] {
        font-size: 0.24rem;
    }

    .fwcheck {
        padding-left: 0.24rem !important;
        padding-top: 0.8rem;
    }

    .fwcheck input {
        width: .32rem;
        height: .32rem;
    }

    .fwcheck-item {
        width: 50%;
    }

    .fwcheck-item {
        font-size: .24rem;
    }

    .fwform-item textarea {
        padding-top: .58rem;
        font-size: .24rem;
        line-height: 2;
    }



    .fwcard {
        max-height: 90vh;
        overflow: auto;
    }

    .fitemselect select {
        font-size: .24rem;
    }

    .select-box {
        font-size: .24rem;
    }

    .option label {
        font-size: .24rem;
    }

    .selected-count {
        font-size: .18rem;
    }

    .shaixuan .h3 {
        font-size: .24rem;
        margin: .34rem 0 .23rem;
    }


    .sTh .container {
        max-width: 100%;
    }

    .sTh ul li a {
        padding-bottom: 0.18rem;
    }

    .downloads3 .table a {
        width: 50%;
    }

    .mheader .inputs input[type='text'],
    .mheader .inputs input[type='button'] {
        border: none;
    }

    .mheader .inputs input[type='text'] {
        width: 2.8rem;
    }

    .mheader .inputs input[type='button'] {
        right: 0.35rem;
    }

    #mhead {
        position: static;
    }

    .mnav1 {
        display: none !important;
    }


    .fwcheck input[type="checkbox"],
    .fwcheck input[type="radio"] {
        padding: 0 !important;
    }

    .homes6 .ul {
        flex-wrap: wrap;
    }

    .homes6 .ul .li {
        display: block !important;
        margin-bottom: 0.3rem;
    }

    .productlist .ul .li {
        margin-right: 0 !important;
    }

    .prsp table {
        width: 100% !important;
    }

    .prsp img {
        max-width: 100%;
        display: block;
        margin: .2rem 0;
    }

    .productlist .ul .li {
        height: auto;
        padding-bottom: 0.5rem;
    }

    .swiper-button-prev-ab29 {
        display: none !important;
    }

    .homes5 .h1 {
        font-size: 0.4rem;
    }

    .fwlist .ul .li .txtbox {
        width: 100%;
    }

    .sTh ul li a {
        font-size: .26rem !important;
    }


    .yearcon::after {
        content: '';
        width: 0.75rem;
        height: .49rem;
        background-image: url(/images/curicon.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        right: 0;
        bottom: -0.8rem;
        z-index: 10;
        pointer-events: none;
    }

    .lxformat .int .p {
        font-size: 0.24rem;
    }

    .soludrop .ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .soludrop .ul .li {
        width: 3.2rem;
        padding: .52rem 0 .45rem;
        background-color: #fff;
        border-radius: 0.04rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        border: 1px solid #F5F5F5;
        margin-bottom: .2rem;
    }

    .soludrop .ul .li .imgbox {
        width: .64rem;
        height: .64rem;
        margin-bottom: .36rem;
    }

    .soludrop .ul .li .imgbox img {
        width: 100%;
        height: 100%;
    }

    .soludrop .ul .li a {
        display: block;
        text-align: center;
    }

    .soludrop .ul .li .h1 {
        font-family: MiSans;
        font-weight: 400;
        font-size: .28rem;
        color: #2A2A2A;
        margin-bottom: .17rem;
    }

    .soludrop .ul .li .h2 {
        font-family: MiSans;
        font-weight: 400;
        font-size: .22rem;
        line-height: .42rem;
        color: #666666;
    }

    /* 滚动条宽度改成0 */
    .droplist>ul::-webkit-scrollbar {
        width: 0px;
    }

    .biaotiss .biaoti1 {
        font-size: .24rem;
        margin-bottom: .09rem;
    }

    .biaotiss .biaoti2 {
        font-size: .2rem;
    }

     .biaotiss {
        left: .25rem;
        bottom: 0.4rem;
     }

     .swiper-pagination-fra {
        transform: none;
        position: absolute;
        left: auto;
        right: .3rem;
        bottom: .47rem;
     }
}