@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: #008CD3;
    --imgScale: scale(1.05);
    --head: 0.78rem;
    /* 头部高度 */
    --mhead: 0.9rem;
    /* 手机头部高度 */
    --hlogow: 1.1rem;
    /* logo宽度 */
    --hlogoh: .48rem;
    /* logo高度 */
    --mhlogow: 1.19rem;
    /* 手机logo宽度 */
    --mhlogoh: .52rem;
    /* 手机logo高度 */
}

.target-fix3 {
    position: relative;

    top: -0.78rem;

    display: block;

    height: 0;

    overflow: hidden;
}

strong {
    font-weight: 700;
}

html {
    scroll-padding-top: var(--head);
}

.pwidth {
    width: 16rem;
    margin: 0 auto;
}

.pwidth2 {
    width: 100%;
    padding-left: calc((100% - 16rem) / 2);
    padding-right: calc((100% - 16rem) / 2);
}

.ppad {
    padding-top: .9rem;
    padding-bottom: 1.15rem;
}

.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;
}

[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.72rem;
    height: .52rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: .5rem;
    box-shadow: 0px 0px 7.8px 6px #005EAD0D;

    font-family: ll;
    font-size: .18rem;
    font-weight: 400;
    line-height: .2387rem;
    text-align: left;
    color: #666666;

    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.qy-more::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    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);
}

.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;
}


.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;
}

.wxtc {
    width: .32rem;
    height: .32rem;
    border: 1px solid #494E55;
    border-radius: 50%;
}

.wxtc:hover {
    background-color: var(--themeColor);
}

.wxtc .qrgroup {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wxtc .qrcode-popup {
    padding: 0;
    
}

.wxtc .imgbox {
    width: .18rem;
    height: .18rem;
}

.wxtc .imgbox img {
    width: 100%;
    height: 100%;
}

.wxtc .qrcode-img img {
    border-radius: .08rem;
}



/* 鼠标移入的弹出框end */


/* 产品详情深色 */
.pdaoh {
    margin-top: var(--head);
    height: .48rem;
    background-color: #F5F5F7;
}

.pdaoh .ul .li {
    display: flex;
    position: relative;
    font-family: ll;
    font-weight: 300;
    font-size: .14rem;
    color: #666666;
}

.pdaoh .ul .li:hover {
    color: var(--themeColor);
}

.pdaoh .ul .li::after {
    content: '/';
    display: block;
    margin: 0 1em;
}

.pdaoh .ul .li:last-of-type:after {
    display: none;
}

.pbanner {
    min-height: calc(100vh - var(--head) - .78rem);
    position: relative;
    overflow: hidden;
    padding: 1rem 0;
}

.pbanner .lef {
    width: 8.92rem;
    margin-right: 1.04rem;
    padding-top: .71rem;
}

.pbanner .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .24rem;
    color: var(--themeColor);
    margin-bottom: .22rem;
}

.pbanner .h2 {
    font-family: rr;
    font-weight: 600;
    font-size: .42rem;
    line-height: 100%;
    margin-bottom: .32rem;
    color: #fff;
}

.pbanner p {
    font-family: ll;
    font-weight: 300;
    font-size: .18rem;
    line-height: .38rem;
    color: #fff;
    margin-bottom: .11rem;
}

.pbanner .rig {
    height: 100%;
    display: flex;
    align-items: center;
}

.pbanner .rig img {
    width: 5.81rem;
    height: auto;
    max-width: 6.54rem;
    max-height: 6.06rem;
    object-fit: contain;
}

.pmoreb {
    position: relative;
    width: fit-content;
    /* background-image: url(/images/kkk.png); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
}

.pmoreb::before {
    content: '';
    position: absolute;
    width: .1rem;
    height: .1rem;
    left: 1px;
    top: 1px;
    border: 1px solid var(--themeColor);
    border-right: none;
    border-bottom: none;
}

.pmoreb::after {
    content: '';
    position: absolute;
    width: .1rem;
    height: .1rem;
    right: 1px;
    bottom: 1px;
    border: 1px solid var(--themeColor);
    border-left: none;
    border-top: none;
}


.pmore {
    width: 1.48rem;
    height: .48rem;
    border: 1px solid #5E5E5E;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: .18rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.pmoreb2 .pmore {
    color: #666666;
}

.pmoreb2 .pmore:hover {
    color: #fff;
}

.pmore .imgbox {
    width: .18rem;
    height: .18rem;
    margin-right: .1rem;
}

.pmore .imgbox img {
    width: 100%;
    height: 100%;
}

.pmore::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: translateX(-104%);
    transition: all 0.5s;
    background-color: var(--themeColor);
}

.pmore:hover::before {
    transform: translateX(0%);
}

.pmore .imgbox,
.pmore span {
    z-index: 2;
}

.pbanner .pmoreb {
    margin-right: .16rem;
}

.pbannerbtn {
    margin-top: .83rem;
}


.ps2 {
    padding: 1rem 0 2.44rem;
}

.ps2q {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: relative;
}

.ps2q1 {
    width: 6rem;
    height: 6rem;
}

.ps2q1 .ul {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3rem;
    background-image: url(/images/ggg.png);
    background-size: 100% 100%;
}

.ps2q2 {
    width: 5.04rem;
    height: 5.04rem;
    background: linear-gradient(180deg, rgba(219, 234, 250, 0) 34.33%, #DBEAFA 100%);
}

.ps2q3 {
    width: 3.92rem;
    height: 3.92rem;
    background: linear-gradient(180deg, rgba(219, 234, 250, 0) 34.33%, #DBEAFA 100%);
}

.ps2q4 {
    width: 2.72rem;
    height: 2.72rem;
    background: linear-gradient(0deg, rgba(219, 234, 250, 0) 65.67%, #D7EAFF 100%);
}

.ps2q5 {
    width: 2.02rem;
    height: 2.02rem;
    background: linear-gradient(106.8deg, #008CD3 21.19%, #1358AC 79.08%);
}

.ps2q6 {
    width: 1.74rem;
    height: 1.74rem;
    background: linear-gradient(106.8deg, #008CD3 21.19%, #1358AC 79.08%);
    flex-direction: column;
    align-items: center;
}

.ps2q6 img {
    width: .48rem;
    height: .48rem;
    margin-bottom: .14rem;
}

.ps2q6 .t {
    font-family: rr;
    font-weight: 500;
    font-size: .24rem;
    color: #fff;
}


.ps2q1 .ul .li {
    width: .24rem;
    height: .24rem;
    background-image: url(/images/dot.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}

.ps2q1 .ul .li:nth-of-type(1) {
    top: 0;
    left: -0.12rem;
}

.ps2q1 .ul .li:nth-of-type(2) {
    top: 2.02rem;
    left: 0.79rem;
}

.ps2q1 .ul .li:nth-of-type(3) {
    top: 2.88rem;
    left: 2.88rem;
}

.ps2q1 .ul .li:nth-of-type(4) {
    top: 2.02rem;
    right: 0.79rem;
}

.ps2q1 .ul .li:nth-of-type(5) {
    top: 0;
    right: -0.12rem;
}

.ps2q1 .ul .li .pdot {
    position: absolute;
    left: 0;
    top: 0;
}

.ps2q1 .ul .li .pdot .h1,
.ps2q1 .ul .li .pdot .h2 {
    white-space: nowrap;
}

.ps2q1 .ul .li .pdot .h1 {
    font-family: rr;
    font-weight: 500;
    font-size: .24rem;
    margin-bottom: .15rem;
    color: #2A2A2A;
}

.ps2q1 .ul .li .pdot .h2 {
    font-family: ll;
    font-weight: 300;
    font-size: .18rem;
    color: #666666;
}


.ps2q1 .ul .li:nth-of-type(1) .pdot .h1,
.ps2q1 .ul .li:nth-of-type(2) .pdot .h1,
.ps2q1 .ul .li:nth-of-type(1) .pdot .h2,
.ps2q1 .ul .li:nth-of-type(2) .pdot .h2 {
    text-align: right;
}

.ps2q1 .ul .li:nth-of-type(3) .pdot .h1,
.ps2q1 .ul .li:nth-of-type(3) .pdot .h2 {
    text-align: center;
}

.ps2q1 .ul .li:nth-of-type(4) .pdot .h1,
.ps2q1 .ul .li:nth-of-type(5) .pdot .h1,
.ps2q1 .ul .li:nth-of-type(4) .pdot .h2,
.ps2q1 .ul .li:nth-of-type(5) .pdot .h2 {
    text-align: left;
}

.ps2q1 .ul .li:nth-of-type(1) .pdot,
.ps2q1 .ul .li:nth-of-type(2) .pdot {
    transform: translateX(calc(-100% - .27rem));
}




.ps2q1 .ul .li:nth-of-type(3) .pdot {
    top: .46rem;
    left: 50%;
    transform: translateX(-50%);
}

.ps2q1 .ul .li:nth-of-type(4) .pdot,
.ps2q1 .ul .li:nth-of-type(5) .pdot {
    transform: translateX(.51rem);
}

.nptt {
    margin-bottom: .37rem;
}

.nptt1 {
    font-family: rr;
    font-weight: 500;
    font-size: .36rem;
    margin-bottom: .2rem;
    color: #2A2A2A;
}

.nptt2 {
    font-family: ll;
    font-weight: 300;
    font-size: .18rem;
    color: #666666;
}

.ps2 .nptt {
    position: absolute;
}

.ps3 .nptt1 {
    color: #fff;
}

.ps3s .swiper-slide {
    height: 2.8rem;
    border: 1px solid #F4F4F420;
    border-bottom-right-radius: .68rem;
    padding: .55rem .42rem 0;
}

.ps3s .swiper-slide .h1 {
    font-family: rr;
    font-weight: 500;
    font-size: .24rem;
    color: #FFFFFF;
    margin-bottom: .2rem;
}

.ps3s .swiper-slide p {
    font-family: ll;
    font-weight: 300;
    font-size: .18rem;
    line-height: .38rem;
    text-align: justify;
    color: #FFFFFF;
}

.ps3 .nptt {
    display: flex;
    justify-content: space-between;
}

.ps3 .nptt .vvf {
    display: flex;
}

.ps3 .nptt .vvf>div {
    width: .48rem;
    height: .48rem;
    background-color: #FFFFFF20;
    margin-left: .24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.ps3 .nptt .vvf>div:hover {
    background-color: var(--themeColor);
}

.ps3 .nptt .vvf>div img {
    width: .18rem;
}

.ps4 table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border-top: 4px solid #008CD3;
}

.ps4 table tr {
    border: 1px solid #EFEFEF;
    height: .79rem;
}

.ps4 table tr td {
    line-height: .79rem;
    padding-left: .41rem;
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: #2A2A2A;
    white-space: nowrap;
}

.ps4 table.tabsj tr td {
    font-size: .16rem;
}

.ps4 table tr td em {
    color: #808080;
    display: inline-block;
    width: 2rem;
}

.ps4 table tr td .dfcm2 {
    height: .79rem;
    line-height: 1.5;
}

.ps4 table tr td .dfcm2 em {
    display: flex;
    align-items: center;
}

.ps4 table tr td .dfcm2 p {
    color: #2A2A2A;
    font-family: rr;
}

.ps4 table tr td em em {
    width: auto;
    font-family: rr;
}

.ps5 .ul {
    display: flex;
    justify-content: space-around;
    position: relative;
}

.ps5 .ul::after {
    content: '';
    position: absolute;
    top: .56rem;
    width: 100%;
    height: 2px;
    background-image: url(/images/dashed.png);
    background-size: contain;
}

.ps5 .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.ps5 .ul .li::after {
    content: '';
    position: absolute;
    right: 0;
    top: .32rem;
    transform: translateX(calc(100% + .67rem));
    width: .48rem;
    height: .48rem;
    background-image: url(/images/faf.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.ps5 .ul .li:last-of-type::after {
    display: none;
}

.ps5 .ul .li .imgbox {
    width: 1.08rem;
    height: 1.08rem;
    background-image: url(/images/caseib.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .24rem;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.ps5 .ul .li .imgbox img {
    width: .54rem;
    height: .54rem;
}

.ps5 .ul .li .txtbox .h1 {
    font-family: rr;
    font-weight: 500;
    font-size: .24rem;
    color: #2A2A2A;
    margin-bottom: .11rem;
    text-align: center;
}

.ps5 .ul .li .txtbox .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .38rem;
    text-align: center;
    color: #666666;
}


.ps6 .ul {
    display: flex;
}

.ps6 .ul .li {
    width: 3.78rem;
    margin-right: .3rem;
}

.ps6 .ul .li:last-of-type {
    margin-right: 0;
}

.ps6 .ul .li .imgbox100 {
    width: 100%;
    height: 2.42rem;
}

.ps6 .ul .li .txtbox {
    height: 1.05rem;
    padding: .31rem 0.34rem 0;

    background-color: #fff;

    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .34rem;
    color: #2A2A2A;
}

.ps6 .ul .li:hover .txtbox {
    color: var(--themeColor);
}

.xhlist {
    margin-bottom: .33rem;
}

.xhlist .ul {
    display: flex;
}

.xhlist .ul .li {
    color: #fff;
    font-family: rr;
    font-weight: 400;
    font-size: .24rem;
    margin-right: .29rem;
    cursor: pointer;
}

.xhlist .ul .li.active,
.xhlist .ul .li:hover {
    color: var(--themeColor);
}

.left-nav {
    position: fixed;
    left: .36rem;
    top: 50%;
    transform: translateY(-50%);
}

.left-nav ul li a {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    cursor: pointer;
    color: #666666;
    margin-bottom: 0.4rem;
    position: relative;
    display: block;
}

.left-nav ul li a::before {
    content: "";
    position: absolute;
    height: .65rem;
    width: 1px;
    background-color: #E4E4E4;
    left: -0.16rem;
    top: .1rem;
    transform: translateY(-100%);
}

.left-nav ul li:first-of-type a::before {
    display: none;
}

.left-nav ul li a::after {
    content: '';
    position: absolute;
    width: .08rem;
    height: .08rem;
    background-color: #DDDDDD;
    border-radius: 50%;
    left: -0.2rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.left-nav ul li a.current::before,
.left-nav ul li a.current::after {
    background-color: var(--themeColor);

}

/* 产品详情深色end */


/* 关于 */
.siptit {
    font-family: rr;
    font-weight: 500;
    font-size: .42rem;
    margin-bottom: .27rem;
    color: #2A2A2A;
    text-align: center;
}

.siptitsm {
    font-family: rr;
    font-weight: 400;
    font-size: .24rem;
    line-height: .42rem;
    text-align: center;
    color: #333333;
    margin-bottom: .29rem;
}

.sicsolu2 .siptit {
    font-family: ll;
    font-weight: 700;
}

.abs1 .p {
    font-family: ll;
    font-weight: 300;
    font-size: .18rem;
    line-height: .38rem;
    color: #333333;
    margin-bottom: .14rem;
}

.abs1 .ul {
    margin-top: .48rem;
}

.abs1 .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.abs1 .ul .li .imgbox {
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .31rem;
}

.abs1 .ul .li .imgbox img {
    width: .28rem;
    height: .28rem;
}

.abs1 .ul .li .txtbox {
    font-family: ll;
    font-weight: 300;
    font-size: .18rem;
    color: #333333;
}

.abs2 {
    position: relative;
}

.abs2::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.abs2 .siptit {
    color: #fff;
    margin-bottom: .71rem;
    position: relative;
    z-index: 2;
}


.abs2 .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

.abs2 .ul .li .imgbox {
    width: .72rem;
    height: .72rem;
    margin-bottom: .49rem;
}

.abs2 .ul .li .imgbox img {
    width: 100%;
    height: 100%;
    margin: 0;
}

.abs2 .ul .li .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .28rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    margin-bottom: .15rem;
}

.abs2 .ul .li .h2 {
    font-family: ll;
    font-weight: 300;
    font-size: .18rem;
    line-height: .38rem;
    text-align: center;
    color: #fff;
}


.yearcontainer {
    width: 15.65rem;
    overflow: hidden;
    margin: 0 auto;
}


.yearswp {
    width: 17.7rem;
    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;
}

.activeend .fzdot .i {
    background-color: transparent;
    border: 1px solid #008CD3;
}

.activeend .fzdot .i::after,
.active .fzdot .i::after {
    background-color: #008CD3;
}


.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: #008CD3;
    z-index: 3;
}

.active .fzdot::before {
    background-color: #008CD3;
    z-index: 3;
}

.swiper-slide-next .fzdot::before {
    background-color: #008CD3;
    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: 16rem;
    margin-left: 0 auto;
    margin-top: .59rem;
    cursor: url('/images/curicon.png'), move;
}

.abs3s .ul .li {
    height: 4.58rem;
    background-color: #F7F8F9;
    padding: .6rem .68rem 0.87rem .55rem;
    display: flex;
    justify-content: space-between;
}

.abs3s .ul .li .hh {
    font-family: rr;
    font-weight: 400;
    font-size: .48rem;
    line-height: 1;
    color: #000000;
    margin-bottom: .22rem;
    padding-bottom: .26rem;
    border-bottom: 1px solid #E0E0E0;
}

.abs3s .ul .li .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .17rem;
    line-height: .32rem;
    color: #464646;
    height: 6em;
}

.abs3s .ul .li .imgbox100 {
    width: 100%;
    height: 1.88rem;
}

.abs3s .ul .li .p1 {
    font-family: rr;
    font-weight: 400;
    font-size: .48rem;
    color: #2A2A2A;
    margin-bottom: .24rem;
}

.abs3s .ul .li p {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .38rem;
    color: #666666;
}

.abs3s .ul .li .imgbox100 {
    width: 4.96rem;
    height: 2.95rem;
}

.abs3 .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .48rem;
    line-height: 1;
    text-align: center;
    color: #000000;
    margin-bottom: .57rem;
}

.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);
}



.abs4 .worldmap {
    position: relative;
}


.abs4 .worldmap img {
    width: 11.43rem;
}

.abs4 .siptit {
    margin-bottom: .55rem;
}

.abs4 .ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: .6rem;
}

.abs4 .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.abs4 .ul .li .imgbox {
    width: .72rem;
    height: .72rem;
    margin-bottom: .29rem;
}

.abs4 .ul .li .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abs4 .ul .li .txtbox {
    font-family: rr;
    font-weight: 400;
    font-size: .24rem;
    line-height: 100%;
    color: #2A2A2A;
}


.hnbm_points {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hnbm_points_ul_li {
    position: absolute;
    z-index: 20;
    cursor: pointer;
}

.hpul_point {
    width: .12rem;
    height: .12rem;
    border-radius: 50%;
    background: var(--themeColor);
    position: relative;
    margin: auto;
}

.picl_nub_new {
    z-index: 10;
}

.hpul_circle {
    width: 100%;
    height: 100%;
}

.hpul_circle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 1px solid var(--themeColor);
    border-radius: 50%;
    animation-name: page-loader-ripples;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
}

.hpul_circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 1px solid var(--themeColor);
    border-radius: 50%;
    animation-name: page-loader-ripples;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.hpul_parga p {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .28rem;
    text-align: center;
    margin-top: .5rem;
    color: var(--themeColor);
}

@keyframes page-loader-ripples {
    0% {
        width: .1rem;
        height: .1rem;
        border-radius: 50%;
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        opacity: 0.0;
    }
}

.hpul_circle::after {
    animation-delay: 2s;
}

.hpul_circle.hpul_circle2::before {
    animation-delay: 3s;
}

.hpul_circle.hpul_circle2::after {
    animation-delay: 4s;
}

.areas {
    margin-top: .36rem;
}

.areas .item {
    width: 3.96rem;
    padding: .56rem .5rem .48rem;
    box-shadow: 0px 0px 28px 4px #008CD333;
    position: relative;
    display: none;
    border-radius: .2rem;
}

.areas .item.active {
    display: block;
}

.areas .item .before {
    position: absolute;
    left: -0.06rem;
    top: .68rem;
    width: .12rem;
    height: .12rem;
    border-radius: 50%;
    background: var(--themeColor);
}

.areas .item .after {
    position: absolute;
    left: .06rem;
    top: .06rem;
    transform: translateX(-100%);
    border: 1px solid var(--themeColor);
    border-right: none;
    border-bottom: none;
}


.areas .item .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .24rem;
    color: #000000;
    margin-bottom: .16rem;
}

.areas .item .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .32rem;
    color: #666666;
}

.tttt {
    margin-top: .17rem;
}

.sipfoot {
    padding: .77rem 0 0;
    position: relative;
}

.sipfoot::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 5.42rem;
    height: 100%;
    background-image: url(/images/fotfn.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
}

.par1logo {
    display: block;
    width: 1.1rem;
    height: .48rem;
    background-image: url(/images/par1logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: .45rem;
}

.sipfoot .part2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sipfoot .part2 .p {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: .28rem;
    color: #fff;
}

.sipfoot .part2 .ul {
    display: flex;
}

.sipfoot .part2 .ul .li {
    display: block;
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: #fff;
    margin-left: .6rem;
    position: relative;
}

.sipfoot .part2 .ul .li::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    background-color: var(--themeColor);
    left: 0;
    bottom: -5px;
    transition: 0.5s all ease;
}

.sipfoot .part2 .ul .li:hover {
    color: var(--themeColor);
}

.sipfoot .part2 .ul .li:hover::after {
    width: 100%;
}

.sipfoot .part3 {
    /* margin: .61rem 0 .4rem; */
}

.sipfoot .part3 #bdshare {
    display: flex;
    flex-direction: row;
    margin-top: 0;
}

.sipfoot .part3 #bdshare .tnr a {
    margin-bottom: 0;
    margin-right: .18rem;
    background-color: #394043;
    /* border-radius: 2px; */
    border-radius: 50%;
    background-size: .2rem .2rem;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.sipfoot .part3 #bdshare .tnr a:hover {
    background-color: var(--themeColor);
}

.sipfoot .part3 #bdshare .tnr1 a {
    background-image: url(/images/tnr1.png);
}

.sipfoot .part3 #bdshare .tnr2 a {
    background-image: url(/images/tnr2.png);
}

.sipfoot .part3 #bdshare .tnr3 a {
    background-image: url(/images/tnr3.png);
    margin-right: 0;
}

.sipfoot .part4 {
    height: .76rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #2C3137;
    margin-top: .43rem;
}

.sipfoot .part4 p,
.sipfoot .part4 a {
    font-family: rr;
    font-weight: 400;
    font-size: .14rem;
    color: #7C7E81;
}

.sipfoot .part4 a:hover {
    color: var(--themeColor);
}

.sipfoot .part5 {
    display: flex;
    margin-top: .5rem;
}

.sipfoot .part5 a {
    width: .95rem;
    height: .32rem;
    background-color: #394043;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: #fff;
    margin-right: .14rem;

    width: auto;
    padding: 0 .2rem;
}


.sipfoot .part5 a:hover {
    background-color: var(--themeColor);
}


.disable-hover {
    pointer-events: none;
}

.scroll-animate.animated {
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.font-fadeIn font {
    display: inline-block;
}

.scrolly {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    backface-visibility: hidden;
}

#banner {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    opacity: 0;
}

#banner .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.pic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

#banner .bg>.pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-mask: url(/images/bs.svg);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 45.8%;
    -webkit-mask-position: 50% 41%;
    z-index: 10;
    animation-name: aboutFn;
}

#banner .bg .msg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#banner .bg .msg .items {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#banner .bg .msg .items .list {
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#banner .bg .msg .items .list:nth-of-type(1) {
    width: 4.4rem;
    height: 4.4rem;
    left: 0.5rem;
    top: 1.72rem;
}

#banner .bg .msg .items .list:nth-of-type(2) {
    width: 3rem;
    height: 3rem;
    right: 1.5rem;
    bottom: 0.8rem;
}

#banner .bg .msg .items .list:nth-of-type(3) {
    width: 1.5rem;
    height: 1.5rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
}

#banner .bg .msg .items .list .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
}

#banner .bg .msg .items .list:nth-of-type(1) .pic {
    animation-name: scrP1;
}

#banner .bg .msg .items .list:nth-of-type(2) .pic {
    animation-name: scrP2;
}

#banner .bg .msg .items .list:nth-of-type(3) .pic {
    animation-name: scrP3;
}

#banner .bg .msg .txt {
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    height: 100%;
    top: 0;
    pointer-events: none;
    text-align: center;
    font-weight: 600;
    padding-top: 2.2rem;
    line-height: 2;
    animation-name: scrOut;
    opacity: 1;

    font-family: rr;
    font-weight: 400;
    font-size: .2rem;
    line-height: .38rem;
    text-align: center;
    color: #000000;


    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 2rem;
}

#banner .bg .msg .txt .h1 {
    font-family: rr;
    font-weight: 500;
    font-size: .42rem;
    color: #fff;
    margin-bottom: .26rem;
}

#banner .bg .msg .txt .h2 {
    font-family: ll;
    font-weight: 300;
    font-size: .28rem;
    color: #fff;
}

@keyframes scrP1 {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        -webkit-transform: translate3d(0, 0, 0) scale(1);
        -moz-transform: translate3d(0, 0, 0) scale(1);
        -o-transform: translate3d(0, 0, 0) scale(1);
        -ms-transform: translate3d(0, 0, 0) scale(1);
        backface-visibility: hidden;
        opacity: 1;
    }

    8% {
        transform: translate3d(-5px, -7px, 0) scale(1.05);
        -webkit-transform: translate3d(-5px, -7px, 0) scale(1.05);
        -moz-transform: translate3d(-5px, -7px, 0) scale(1.05);
        -o-transform: translate3d(-5px, -7px, 0) scale(1.05);
        -ms-transform: translate3d(-5px, -7px, 0) scale(1.05);
        backface-visibility: hidden;
        opacity: 0;
    }

    100% {
        transform: translate3d(-5px, -7px, 0) scale(1.05);
        -webkit-transform: translate3d(-5px, -7px, 0) scale(1.05);
        -moz-transform: translate3d(-5px, -7px, 0) scale(1.05);
        -o-transform: translate3d(-5px, -7px, 0) scale(1.05);
        -ms-transform: translate3d(-5px, -7px, 0) scale(1.05);
        backface-visibility: hidden;
        opacity: 0;
    }
}

@keyframes scrP2 {
    0% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        opacity: 1;
    }

    10% {
        transform: translate3d(7px, 5px, 0) scale(1.05);
        -webkit-transform: translate3d(7px, 5px, 0) scale(1.05);
        -moz-transform: translate3d(7px, 5px, 0) scale(1.05);
        -o-transform: translate3d(7px, 5px, 0) scale(1.05);
        -ms-transform: translate3d(7px, 5px, 0) scale(1.05);
        backface-visibility: hidden;
        opacity: 0;
    }

    100% {
        transform: translate3d(7px, 5px, 0) scale(1.05);
        -webkit-transform: translate3d(7px, 5px, 0) scale(1.05);
        -moz-transform: translate3d(7px, 5px, 0) scale(1.05);
        -o-transform: translate3d(7px, 5px, 0) scale(1.05);
        -ms-transform: translate3d(7px, 5px, 0) scale(1.05);
        backface-visibility: hidden;
        opacity: 0;
    }
}

@keyframes scrP3 {
    0% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        opacity: 1;
    }

    12% {
        transform: translate3d(-7px, -5px, 0) scale(1.05);
        -webkit-transform: translate3d(-7px, -5px, 0) scale(1.05);
        -moz-transform: translate3d(-7px, -5px, 0) scale(1.05);
        -o-transform: translate3d(-7px, -5px, 0) scale(1.05);
        -ms-transform: translate3d(-7px, -5px, 0) scale(1.05);
        backface-visibility: hidden;
        opacity: 0;
    }

    100% {
        transform: translate3d(-7px, -5px, 0) scale(1.05);
        -webkit-transform: translate3d(-7px, -5px, 0) scale(1.05);
        -moz-transform: translate3d(-7px, -5px, 0) scale(1.05);
        -o-transform: translate3d(-7px, -5px, 0) scale(1.05);
        -ms-transform: translate3d(-7px, -5px, 0) scale(1.05);
        backface-visibility: hidden;
        opacity: 0;
    }
}



.scrFx {
    animation-play-state: paused;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-delay: calc(var(--go) * -1s);
    animation-timing-function: ease-in-out;
}

/* @keyframes aboutFn {
    0% {
        -webkit-mask-size: 45.8%;
        -webkit-mask-position: 50% 40%;
    }

    30% {
        -webkit-mask-size: 458%;
        -webkit-mask-position: 50% 40%;
    }

    100% {
        -webkit-mask-size: 2738%;
        -webkit-mask-position: 52% 52%;
    }
} */


@keyframes aboutFn {
    0% {
        -webkit-mask-size: 38%;
        -webkit-mask-position: 54% 40%;
    }

    25% {
        -webkit-mask-size: 90%;
        -webkit-mask-position: 48% 40%;
    }

    50% {
        -webkit-mask-size: 135%;
        -webkit-mask-position: 47% 40%;
    }

    50% {
        -webkit-mask-size: 175%;
        -webkit-mask-position: 46% 40%;
    }

    75% {
        -webkit-mask-size: 200%;
        -webkit-mask-position: 45% 40%;
    }

    99.9% {
        -webkit-mask-size: 8000%;
        -webkit-mask-position: 45% 52%;
    }

    100% {
        -webkit-mask-size: 8000%;
        -webkit-mask-position: 45% 52%;
    }
}

@keyframes scrOut {
    0% {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        opacity: 1;
    }

    12% {
        transform: translate3d(0, 20px, 0);
        -webkit-transform: translate3d(0, 20px, 0);
        -moz-transform: translate3d(0, 20px, 0);
        -o-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        backface-visibility: hidden;
        opacity: 0;
    }

    100% {
        transform: translate3d(0, 20px, 0);
        -webkit-transform: translate3d(0, 20px, 0);
        -moz-transform: translate3d(0, 20px, 0);
        -o-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        backface-visibility: hidden;
        opacity: 0;
    }
}

.rrr {
    position: relative;
}

.rowmain {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.rowmain .inner {
    display: flex;
    align-items: center;
}

.rowmain .inner span {
    text-transform: uppercase;
    text-align: center;
    font-size: 180px;
    font-family: inherit;
    color: #fff;
    font-weight: inherit;
    display: flex;
    justify-content: center;
    min-width: 1.2em;
}

.rowmaintxt {
    margin-bottom: 3.37rem;
}

.rowmaintxt .h6 {
    font-family: rr;
    font-weight: 400;
    font-size: .2rem;
    line-height: .38rem;
    text-align: center;
    color: #fff;
    margin-top: .5rem;
}

.r1dh {
    position: absolute;
    bottom: 1rem;
    left: 0;
    z-index: 10;
}

.r1dh img {
    width: 19.11rem;
    height: 1.2435rem;
    pointer-events: none;
    animation: none;
}

.r1dh .ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    padding: 0 3.3rem 0 2.89rem;
}

.r1dh2 {
    display: none;
}

.sbox[mid="2"] .r1dh2 {
    display: block;
}

.sbox[mid="2"] .msban {
    height: 100vh;
}

.sbox[mid="2"] .msban .ttxxtt {
    top: 40%;
}

.r1dh2 .ul {
    padding: 0 1.24rem 0 1.31rem;
}

.r1dh .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.r1dh .ul .li>h4 {
    position: absolute;
    font-family: rr;
    font-weight: 400;
    font-size: .22rem;
    line-height: 1;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    top: -0.07rem;
    left: 50%;
    transform: translate(-50%, -100%);
    transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
}

.r1dh .ul .li>span {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    transform: scale(0.35);
    -webkit-transform: scale(0.35);
    -moz-transform: scale(0.35);
    -o-transform: scale(0.35);
    -ms-transform: scale(0.35);
    transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    -ms-transition: transform 0.3s ease-out;
    backface-visibility: hidden;
}

.r1dh .ul .li.on>span {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    backface-visibility: hidden;
}

.r1dh .ul .li>em {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 13px;
    height: 13px;
    line-height: 13px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -o-transform: scale(0.6);
    -ms-transform: scale(0.6);
    backface-visibility: hidden;
}

.r1dh .ul .li.on>em {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    backface-visibility: hidden;
}

.r1dh .ul .li {
    width: 0.8rem;
    height: 0.8rem;
    position: relative;
    display: inline-block;
}

.r1dh .ul .li:nth-of-type(1) {
    margin-top: .17rem;
}

.r1dh .ul .li:nth-of-type(2) {
    margin-top: .58rem;
}

.r1dh .ul .li:nth-of-type(3) {
    margin-top: .47rem;
}

.r1dh .ul .li:nth-of-type(4) {
    margin-top: .76rem;
}

.r1dh .ul .li:nth-of-type(5) {
    margin-top: .79rem;
}

.r1dh .ul .li:nth-of-type(6) {
    margin-top: .2rem;
}

.r1dh .ul .li:hover>h4 {
    opacity: 1 !important;
    transform: translate3d(-50%, -50%, 0) !important;
    -webkit-transform: translate3d(-50%, -50%, 0) !important;
    -moz-transform: translate3d(-50%, -50%, 0) !important;
    -o-transform: translate3d(-50%, -50%, 0) !important;
    -ms-transform: translate3d(-50%, -50%, 0) !important;
    backface-visibility: hidden !important;
}

.r1dh .ul .li:hover>span {
    transform: scale(0.5) !important;
    -webkit-transform: scale(0.5) !important;
    -moz-transform: scale(0.5) !important;
    -o-transform: scale(0.5) !important;
    -ms-transform: scale(0.5) !important;
    backface-visibility: hidden !important;
}

.aboutTarget {
    position: relative;
    top: -0.88rem;
    display: block;
    height: 0;
    overflow: hidden;
}

.abs1,
.abs3,
.abs4 {
    background-color: #fff;
}

.abs4 {
    margin-top: -1px;
}

.rowmaintxt .h1 {
    font-family: rr;
    font-weight: 500;
    font-size: .42rem;
    color: #fff;
    margin-bottom: .26rem;
    text-align: center;
}

.rowmaintxt {
    margin-bottom: 2rem;
}

.rowmaintxt .h2 {
    font-family: ll;
    font-weight: 300;
    font-size: .28rem;
    color: #fff;
}

.rolllogo {
    width: 7.35rem;
    margin-bottom: .66rem;
}

.rolllogo img {
    width: 100%;
}

.abs2n {
    position: relative;
    overflow: hidden;
}

.bgi {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.bgi img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abs2n .bgi {
    animation: slowScale 10s linear infinite;
}

.abs2n {
    padding: 1.01rem 0 1.73rem;
}

.abs2n .siptit {
    color: #fff;
}

.abs2n .ul .li {
    display: flex;
    align-items: center;
}

.abs2n .ul .li:first-of-type {
    margin-bottom: .88rem;
}


.abs2n .ul .li .imgbox {
    width: .72rem;
    height: .72rem;
    margin-right: .23rem;
}

.abs2n .ul .li .imgbox img {
    width: 100%;
    height: 100%;
}

.abs2n .ul .li .h1 {
    font-family: rr;
    font-weight: 500;
    font-size: .28rem;
    line-height: 1;
    margin-bottom: .19rem;
    color: #fff;
}

.abs2n .ul .li .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .2rem;
    color: #fff;
}


.abs1 {
    position: relative;
    padding: 1.06rem 0 1.23rem;
}

.abs1 .left {
    width: 9.77rem;
}

.abs1 .ul {
    display: none;
}

.abs1 .imgbox2 {
    position: absolute;
    top: .57rem;
    right: 0;
    width: 6.29rem;
    height: 4.07rem;
}

.abs1 .imgbox2 .img2 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.abs1 .imgbox2 .img1 {
    position: absolute;
    left: -0.93rem;
    bottom: -0.39rem;
    width: 3.83rem;
    height: 3.06rem;
}

/* 关于end */


/* 解决方案 */
.sicsolu .ul {
    position: absolute;
    left: 0;
    top: 0;
}

.sicsolu .ul .li {
    position: absolute;
    width: .24rem;
    height: .24rem;
    border: .05rem solid var(--themeColor);
    border-radius: 50%;
}



.sicsolu .ul .li::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    background-color: var(--themeColor);
    transform: translate(-50%, -50%);
}

.qx {
    width: 3.43rem;
    height: 23.27rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-left: .69rem;
}

.qx>img {
    width: 100%;
    height: 100%;
}

.sicsolu .proi .proili {
    position: absolute;
    display: flex;
    /* align-items: center; */
    top: -0.9rem;
    left: 0;
}

.sicsolu .ul .li:nth-of-type(2n) .proi .proili {
    flex-direction: row-reverse;
}

.sicsolu .proi .proili .imgbox {
    width: 3.86rem;
    height: 3.86rem;
    border-radius: 50%;
    border: 1px dashed #D8D8D8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.sicsolu .proi .proili .imgbox div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.58rem;
    height: 3.58rem;
    border-radius: 50%;
    background-color: #F6F7F9;
}

.sicsolu .proi .proili .txtbox {
    flex-shrink: 0;
}

.sicsolu .proi .proili .txtbox .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .24rem;
    color: #2A2A2A;
    display: flex;
    align-items: center;
    margin-bottom: .05rem;
}


.sicsolu .proi .proili .txtbox .h1 span {
    display: inline-block;
    width: .6rem;

    font-family: rr;
    font-weight: 400;
    font-size: .36rem;
    color: #2A2A2A;
}

.sicsolu .proi .proili .txtbox .h2 {
    padding-left: .6rem;
    font-family: ll;
    font-weight: 300;
    font-size: .18rem;
    color: #666;
}

.sicsolu .proi .proili .pmoreb {
    margin-left: .6rem;
    margin-top: .31rem;
}

.pmoreb2 .pmore {
    border-color: #CDCDCD;
}

.sicsolu .ul .li:nth-of-type(1) {
    top: .83rem;
    left: 1.41rem;
}

.sicsolu .ul .li:nth-of-type(1) .proi .proili {
    transform: translateX(-4.64rem);
    top: -0.9rem;
}

.sicsolu .ul .li:nth-of-type(1) .proi .proili .txtbox {
    margin-top: 0.68rem;
}

.sicsolu .ul .li:nth-of-type(1) .proi .proili .imgbox {
    margin-right: 1.76rem;
}


.sicsolu .ul .li:nth-of-type(2) {
    top: 4.94rem;
    left: 3.22rem;
}

.sicsolu .ul .li:nth-of-type(2) .proi .proili {
    transform: translateX(-4.12rem);
    top: -1.22rem;
}

.sicsolu .ul .li:nth-of-type(2) .proi .proili .txtbox {
    margin-top: 1.1rem;
}

.sicsolu .ul .li:nth-of-type(2) .proi .proili .imgbox {
    margin-left: 3.06rem;
}


.sicsolu .ul .li:nth-of-type(3) {
    top: 9.05rem;
    left: 2.7rem;
}

.sicsolu .ul .li:nth-of-type(3) .proi .proili {
    transform: translateX(-5rem);
    top: -1.14rem;
}

.sicsolu .ul .li:nth-of-type(3) .proi .proili .txtbox {
    margin-top: 0.92rem;
}

.sicsolu .ul .li:nth-of-type(3) .proi .proili .imgbox {
    margin-right: 1.78rem;
}


.sicsolu .ul .li:nth-of-type(4) {
    top: 13.21rem;
    left: .81rem;
}

.sicsolu .ul .li:nth-of-type(4) .proi .proili {
    transform: translateX(-2.7rem);
    top: -0.89rem;
}

.sicsolu .ul .li:nth-of-type(4) .proi .proili .txtbox {
    margin-top: 0.7rem;
}

.sicsolu .ul .li:nth-of-type(4) .proi .proili .imgbox {
    margin-left: 1.31rem;
}

.sicsolu .ul .li:nth-of-type(5) {
    top: 17.32rem;
    left: -0.09rem;
}

.sicsolu .ul .li:nth-of-type(5) .proi .proili {
    transform: translateX(-4.49rem);
    top: -0.99rem;
}

.sicsolu .ul .li:nth-of-type(5) .proi .proili .txtbox {
    margin-top: 0.8rem;
}

.sicsolu .ul .li:nth-of-type(5) .proi .proili .imgbox {
    margin-right: 1.3rem;
}


.sicsolu .ul .li:nth-of-type(6) {
    top: 21.42rem;
    left: .27rem;
}

.sicsolu .ul .li:nth-of-type(6) .proi .proili {
    transform: translateX(-2.37rem);
    top: -1.31rem;
}

.sicsolu .ul .li:nth-of-type(6) .proi .proili .txtbox {
    margin-top: 1.18rem;
}

.sicsolu .ul .li:nth-of-type(6) .proi .proili .imgbox {
    margin-left: 1.42rem;
}


.sicsolu .siptit {
    margin-bottom: .59rem;
}

/* 解决方案end */


/* 首页 */
.index_product .pr_box {
    display: flex;
}

.index_product .pr_box .slide {
    transition: 0.8s;
    flex: 1;
    overflow: hidden;
    position: relative;
    margin-right: 0.1rem;

    background-image: url(/images/proslide.jpg);
    background-size: cover;
    height: 5.28rem;
}

.paramore {
    width: 1.44rem;
    height: .45rem;
    transform: skew(20deg);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #BBBBBB;
    overflow: hidden;
    cursor: pointer;
}

.paramore:hover {
    border-color: var(--themeColor) !important;
}

.paramore::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--themeColor);
    transform: translateX(-100%);
    transition: 0.5s;
}

.paramore:hover::before {
    transform: translateX(0);
}

.paramore .span1 {
    transform: skew(-20deg);
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: #2A2A2A;
}

.paramore:hover .span1 {
    color: #fff;
}

.para {
    position: relative;
    width: fit-content;
    height: fit-content;
}

.para .span2 {
    display: block;
    position: absolute;
    width: .1rem;
    height: .45rem;
    transform: skew(20deg);
    right: 0.09rem;
    bottom: 0.05rem;
    background-color: #BBBBBB;
    overflow: hidden;
}

.para .span2::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--themeColor);
    left: 0;
    top: 0;
    transition: 0.5s;
}

.para:hover .span2::before {
    transform: translateY(104%);
}

.index_product .pr_box .slide:last-child {
    margin-right: 0;
}

.index_product .pr_box .slide.active {
    flex: 2.6;
}


.index_product .pr_box .slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: .76rem;
}

.index_product .pr_box .slide .imgbox {
    width: 100%;
}

.index_product .pr_box .slide .imgbox img {
    width: 100%;
    height: auto;
}

.index_product .pr_box .slide .txtbox {
    margin-bottom: .63rem;
}

.index_product .pr_box .slide .txtbox .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .24rem;
    color: #fff;
    text-align: center;
}

.index_product .pr_box .slide .txtbox .h2 {
    font-family: ll;
    font-weight: 200;
    font-size: .16rem;
    color: #fff;
    text-align: center;
    margin-top: .1rem;
}


.index_product .pr_box .slide .pmoreb {
    display: none;
    margin-top: .64rem;
}

.index_product .pr_box .slide .pmoreb .pmore {
    color: #fff;
}

.index_product .pr_box .slide.active .pmoreb {
    display: block;
}

.index_product .pr_box .slide.active {
    flex-direction: row;
    padding-top: 0;
    padding-left: .44rem;
    align-items: center;
}

.index_product .pr_box .slide.active .txtbox {
    flex-shrink: 0;
    /* margin-top: .46rem; */
    margin-bottom: 0;
}

.index_product .pr_box .slide.active .txtbox .h1,
.index_product .pr_box .slide.active .txtbox .h2 {
    text-align: left;
}

.index_product .pr_box .slide.active .txtbox .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .32rem;
}

.index_product .pr_box .slide.active .txtbox .h2 {
    font-family: ll;
    font-weight: 300;
    font-size: .18rem;
    margin-top: .15rem;
}

.idx_tit {
    margin-bottom: .53rem;
}

.idx_tit .h1 {
    font-family: rr;
    font-weight: 500;
    font-size: .48rem;
    color: #2A2A2A;
}

.idx_tit .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: .32rem;
    margin-top: .12rem;
}

.idx_tit .h2 br {
    display: none;
}


.index_ap {
    width: 100%;
    height: 8.6rem;
    position: relative;
}

.index_ap .bglist {
    width: 100%;
    height: 100%;
}

.index_ap .bglist .bgitem {
    width: 100%;
    height: 100%;
    display: none;
}

.index_ap .ul {
    position: absolute;
    bottom: .85rem;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.index_ap .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: .64rem;
    cursor: pointer;
}

.index_ap .ul .li::after {
    content: '';
    position: absolute;
    width: 1.92rem;
    height: 1px;
    background-color: #FFFFFF20;
    top: .31rem;
    left: .64rem;
}

.index_ap .ul .li:first-of-type::before {
    content: '';
    position: absolute;
    width: 1.92rem;
    height: 1px;
    background-color: #FFFFFF20;
    top: .31rem;
    right: .64rem;
}

.index_ap .ul .li .imgbox {
    width: .64rem;
    height: .64rem;
    border-radius: 50%;
    border: 1px solid #FEFEFE50;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .27rem;
}

.index_ap .ul .li .imgbox img {
    width: .28rem;
    height: .28rem;
}

.index_ap .ul .li .txtbox {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    text-align: center;
    color: #fff;
    white-space: nowrap;
}

.index_ap .ul .li:hover .imgbox,
.index_ap .ul .li.active .imgbox {
    background-color: var(--themeColor);
    border-color: var(--themeColor);
}

.index_ap .ul .li:hover .txtbox,
.index_ap .ul .li.active .txtbox {
    color: #1CB5FF;
    /* text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7); */
}

.aptt {
    position: absolute;
    top: 1.29rem;
    left: 0;
}

.aptt .h1 {
    font-family: rr;
    font-weight: 500;
    font-size: .48rem;
    color: #fff;
}

.aptt .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .32rem;
    margin-top: .12rem;
    color: #fff;
}

.index_news .para {
    margin-top: .32rem;
}

.index_news .idx_tit {
    margin-bottom: 0.45rem;
}

.index_news .ul {
    display: flex;
}

.index_news .ul .li {
    width: 4.98rem;
    padding-top: .43rem;
    border-top: 1px solid #D0D0D0;
    margin-right: .53rem;
}

.index_news .ul .li:last-of-type {
    margin-right: 0;
}

.index_news .ul .li .p1 {
    font-family: rr;
    font-weight: 500;
    font-size: .18rem;
    color: #2A2A2A;
    margin-bottom: .59rem;
}

.index_news .ul .li .p2 {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: 2;
    color: #2A2A2A;
    height: 5.5em;
}

.index_news .ul .li .imgbox100 {
    width: 100%;
    height: 2.92rem;
}

.index_about {
    padding: 1.18rem 0 1.33rem;
}

.index_about .h1 {
    font-family: rr;
    font-weight: 500;
    font-size: .48rem;
    color: #fff;
    margin-bottom: .38rem;
}

.index_about .p {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .38rem;
    color: #fff;
    width: 7rem;
}

.index_about .para {
    margin-top: .39rem;
}

.index_about .para .paramore {
    border-color: #FFFFFF50;
}

.index_about .para .paramore .span1 {
    color: #fff;
}

.toyj .ul {
    display: flex;
    margin-top: .86rem;
}

.toyj .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: .67rem;
    margin-right: .78rem;
    border-right: 1px solid #FFFFFF10;
}

.toyj .ul .li:last-of-type {
    margin-right: 0;
}

.toyj .ul .li .imgbox {
    width: .36rem;
    height: .36rem;
    margin-bottom: 0.15rem;
    overflow: hidden;
}

.toyj .ul .li .imgbox img {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 .36rem #fff);
    transform: translateY(-100%);
    transition: 0.5s;
}

.toyj .ul .li:hover .imgbox img {
    transform: translateY(0);
}

.toyj .ul .li .txtbox {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: #fff;
    text-align: center;
}

/* 首页end */


/* 解决方案2 */
.sollist {
    display: flex;
}

.solit {
    width: 2.66rem;
    height: .54rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: rr;
    font-weight: 400;
    font-size: .2rem;
    color: #fff;
    text-align: center;
    line-height: 1.2;
}

.solnav {
    display: flex;
    margin-top: .3rem;
    padding-bottom: .36rem;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: .68rem;
}

.solnav .solnavli {
    display: block;
    width: 2.66rem;
    text-align: center;
    font-family: ll;
    font-weight: 300;
    font-size: .18rem;
}

.solnav .solnavli:hover {
    color: var(--themeColor);
}

.siptit2 {
    font-family: rr;
    font-weight: 500;
    font-size: .36rem;
    margin-bottom: .5rem;
    color: #2A2A2A;
    text-align: center;
}

.solpro .ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.solpro .ul::after {
    content: '';
    display: block;
    width: 5.1rem;
    height: 0;
}

.solpro .ul .li {
    width: 5.1rem;
    height: 6.64rem;
    background-color: #fff;
    padding: .61rem .56rem 0;
    margin-top: .47rem;
}

.solpro .ul .li:nth-of-type(-n+3) {
    margin-top: 0;
}

.solpro .ul .li .h1 {
    font-family: rr;
    font-weight: 500;
    font-size: .24rem;
    text-align: center;
    color: #2A2A2A;
}

.solpro .ul .li .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    text-align: center;
    color: #666666;
}

.solpro .ul .li .pmoreb {
    margin: 0 auto;
    margin-top: .33rem;
}

.solpro .ul .li .imgbox100 {
    width: 100%;
    height: 3.4rem;
    margin-top: .55rem;
    display: flex;
    justify-content: center;
}

.solpro .ul .li .imgbox100 img {
    width: auto;
    height: auto;
    max-width: 100%;
    min-width: 2.9rem;
    max-height: 100%;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}

.luxian img {
    width: 100%;
}


.luxian table {
    width: 100%;
    border-collapse: collapse;
    border-radius: .12rem;
    overflow: hidden;
}


.luxian th,
.luxian td {
    text-align: left;
    height: .82rem;
    font-size: .2rem;
    padding-left: .44rem;
    color: #666666;
    background-color: #fff;

}

.luxian td {
    font-size: .18rem;
    line-height: .32rem;
}

.luxian th:first-child,
.luxian td:first-child {
    width: 5.63rem;
    border-right: 1px solid #EAEAEA;
    color: #2A2A2A;
}

.luxian tbody tr:nth-child(odd) td {
    background-color: #F9F9F9;
}

.luxian thead th {
    font-weight: 400;
    color: #008CD3 !important;
}


.sipbg {
    position: relative;
}

.sipbg::before {
    content: '';
    position: absolute;
    width: 17rem;
    height: 4.16rem;
    background-image: url(/images/sipbg1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 0;
}

.sipbg::after {
    content: '';
    position: absolute;
    width: 17rem;
    height: 4.25rem;
    background-image: url(/images/sipbg2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 0;
}

.sipbg .pwidth {
    position: relative;
    z-index: 1;
}


/* 解决方案2end */


/* 核心技术创新 */
.siptitp {
    font-family: rr;
    font-weight: 400;
    font-size: .24rem;
    line-height: .42rem;
    text-align: justify;
    color: #2A2A2A;
}

.siccx .ul {
    margin-top: .39rem;
}

.siccx .ul .li {
    display: flex;
    height: 4.84rem;
    margin-bottom: .4rem;
}

.siccx .ul .li:nth-of-type(2n) {
    flex-direction: row-reverse;
}

.siccx .ul .li .txtbox {
    width: 8.74rem;
    height: 100%;
    background-color: #fff;
    padding: .58rem .62rem 0;
}

.siccx .ul .li .txtbox .h1 {
    font-family: rr;
    font-weight: 500;
    font-size: 24px;
    color: #2A2A2A;
    margin-bottom: .25rem;
}

.siccx .ul .li .txtbox .h1 span {
    font-weight: 400;
    font-size: .24rem;

}

.siccxItem .item {
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
}

.siccxItem .imgbox {
    width: .56rem;
    height: .56rem;
    border-radius: 50%;
    border: 1px solid #DEDEDE;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .13rem;
    flex-shrink: 0;
}

.siccxItem .imgbox img {
    width: .28rem;
    height: .28rem;
}

.siccx .ul .li .imgbox100 {
    flex: 1;
    height: 100%;
}

.siccxItem .item .h3 {
    font-family: rr;
    font-weight: 500;
    font-size: .18rem;
    color: #2A2A2A;
    margin-bottom: 0.05rem;
}

.siccxItem .item .h4 {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: 1.3;
    color: #666666;
}

/* 核心技术创新 end */

/* 创新研发中心 */
.sipcircle {
    width: 4.1rem;
    height: 4.1rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: .82rem;
}

.sipcircle .edge {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px dashed #8DD8FE;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: xuanzhuan 9000ms infinite linear;
}

.sipcircle .edge2 {
    width: 3.48rem;
    height: 3.48rem;
}

.sipcircle .edge::before {
    content: '';
    position: absolute;
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    background-color: #008CD350;
    top: .14rem;
    left: 118px;
}

.sipcircle .edge::after {
    content: '';
    position: absolute;
    width: .08rem;
    height: .08rem;
    border-radius: 50%;
    background-color: #CEEFFF;
    top: 3.85rem;
    left: 1.1rem;
}

.sipcircle .edge2::before {
    top: 1.7rem;
    left: 3.43rem;
}

.sipcircle .edge2::after {
    top: 3.35rem;
    left: 2.17rem;
}

.virual {
    width: 2.95rem;
    height: 2.95rem;
    border: .43rem solid #008CD320;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.virual .imgbox {
    width: .48rem;
    height: .48rem;
    margin-bottom: .13rem;
}

.virual .imgbox img {
    width: 100%;
    height: 100%;
}

.virual .txtbox {
    font-family: rr;
    font-weight: 400;
    font-size: .24rem;
    color: #2A2A2A;
}

.sipras .siptit {
    margin-bottom: .57rem;
}

.siprasctt {
    display: flex;
    justify-content: space-between;
}


.siprasctt .rig {
    display: flex;
}

.siprasctt .lef {
    padding-top: .93rem;
}

.siprasctt .lef img {
    margin: 0;
    width: 6.95rem;
}

.siprasctt .lef .h1 {
    font-family: rr;
    font-weight: 500;
    font-size: .36rem;
    color: #2A2A2A;
    position: relative;
    margin-bottom: .55rem;
}

.siprasctt .lef .h1::after {
    content: '';
    position: absolute;
    width: .32rem;
    height: 4px;
    background-color: #008CD3;
    bottom: -0.24rem;
    left: 0;
}

.siprasctt .lef .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .24rem;
    color: #2A2A2A;
}

.sipras2 .lef img {
    width: 6.95rem;
    height: auto;
    margin: 0;
}

.sipras2 .ul .li {
    display: flex;
    padding: .44rem 0 .41rem;
    border-bottom: 1px solid #DDDDDD;
}

.sipras2 .ul .li:first-of-type {
    padding-top: 0;
}

.sipras2 .ul .li .text1 {
    width: 1.45rem;
    font-family: rr;
    font-weight: 500;
    font-size: .24rem;
    color: #2A2A2A;
}

.sipras2 .ul .li .text2 .p {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: #666666;
    margin-bottom: 0.15rem;
}

@keyframes xuanzhuan {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
    }

    25% {
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(-50%, -50%) rotate(180deg);
    }

    75% {
        -webkit-transform: translate(-50%, -50%) rotate(270deg);
    }

    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
    }
}


/* 创新研发中心 end */


/* 白皮书 */
.baipi .ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.baipi .ul .li {
    width: 7.8rem;
    height: 4rem;
    padding: .1rem;
    background-color: #fff;
    border: 1px solid #EFEFEF;
    display: block;
    margin-top: .4rem;
}

.baipi .ul .li:nth-of-type(-n+2) {
    margin-top: 0;
}

.baipi .ul .lili {
    padding: .29rem .45rem .27rem .27rem;
    border: 1px solid #F0F0F0;
    width: 100%;
    height: 100%;
    display: flex;
}

.baipi .ul .lili .imgbb {
    width: 2.47rem;
    height: 100%;
    margin-right: .41rem;
    overflow: hidden;
}

.baipi .ul .lili .imgbox {
    width: 100%;
    height: 100%;
    background-image: url(/images/bp.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: .12rem;
    transition: all 0.8s;
}

.baipi .ul .lili .imgbb:hover .imgbox {
    transform: scale(1.05);
}

.baipi .ul .lili .imgbox img {
    width: .55rem;
    height: .24rem;
    margin: 0;
}

.baipi .ul .lili .imgbox .h3 {
    font-family: rr;
    font-weight: 600;
    font-size: .18rem;
    color: #014E76;
    margin-top: .57rem;
    text-align: center;
}

.baipi .ul .lili .imgbox .h4 {
    position: absolute;
    bottom: .26rem;
    left: 0;
    width: 100%;
    font-family: rr;
    font-weight: 400;
    font-size: .12rem;
    text-align: center;
    color: #014E76;
}

.baipi .ul .lili .txtbox {
    flex: 1;
}

.baipi .ul .lili .txtbox .h1 {
    font-family: rr;
    font-weight: 500;
    font-size: .18rem;
    color: var(--themeColor);
    margin-bottom: 0.15rem;
}

.baipi .ul .lili .txtbox .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .24rem;
    color: #2A2A2A;
    padding-bottom: .44rem;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: .42rem;
}

.baipi .para {
    margin-top: .46rem;
}

/* 白皮书 end */

/* 新闻 */
.reswp {
    width: 100%;
}

.reswp .ul .li {
    height: 4.8rem;
    display: flex;
}

.reswp .ul .li a {
    display: block;
}

.reswp .ul .li .imgbox100 {
    width: 7.2rem;
    height: 100%;
}

.reswp .ul .li .txtbox {
    flex: 1;
    background-color: #fff;
    padding: .62rem .66rem 0;
}

.reswp .ul .li .txtbox .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .2rem;
    line-height: 1;
    color: var(--themeColor);
    margin-bottom: .26rem;
}

.reswp .ul .li .txtbox .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .28rem;
    line-height: .42rem;
    color: #000000;
}

.qiehuan {
    position: absolute;
    bottom: .66rem;
    right: .63rem;
    z-index: 2;
    display: flex;
}

.qiehuan .swiper-button-disabled {
    opacity: 1 !important;
    cursor: not-allowed;
}

.qiehuan>div {
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    background-color: #C9C9C9;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.qiehuan>div .i {
    width: .12rem;
    height: .12rem;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
    margin-left: .05rem;
}

.qiehuan>div:hover {
    background-color: var(--themeColor);
}

.qiehuan .swiper-button-nextre {
    transform: rotate(180deg);
    margin-left: .19rem;
}

.retuitu .siptit {
    position: absolute;
    width: 16rem;
    top: .87rem;
    z-index: 3;
}

.retuitu {
    position: relative;
}

/* 新闻 end */

/* 分页 */
.fy-con a.pre {
    width: .44rem;
    height: .44rem;
    border-radius: 50%;
    background-color: #C9C9C9 !important;
    position: relative;
}

.fy-con a.pre:hover {
    background-color: var(--themeColor) !important;
}

.fy a,
.fy .cpb {
    width: .44rem;
    height: .44rem;
    background-color: transparent !important;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fy .cpb,
.fy a:hover {
    color: var(--themeColor);
    text-decoration: underline;
    font-size: .18rem;
}

.fy-con a.pre:first-of-type::after {
    content: '';
    display: block;
    width: .1rem;
    height: .1rem;
    border: 2px solid #fff;
    border-width: 2px;
    border-color: #fff;
    border-top: 0;
    border-right: 0;
    position: absolute;
    top: 50%;
    left: 54%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.fy-con a.pre:last-of-type::after {
    content: '';
    display: block;
    width: .1rem;
    height: .1rem;
    border: 2px solid #fff;
    border-width: 2px;
    border-color: #fff;
    border-top: 0;
    border-right: 0;
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%) rotate(-135deg);
}

/* 分页 end */

/* 详情页 */
.detailcen>h3 {
    text-align: left;
    margin-top: .31rem;
    font-family: ll;
    font-size: .42rem;
    font-weight: 700;
    line-height: .64rem;
    color: #333333;
}

.detaill {
    display: none;
}

.detailr {
    padding: 0;
}

.detailr p {
    text-indent: 0;
}

.newshare {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newshare>a {
    width: .3rem;
    height: .3rem;
    /* background-color: #bfa; */
    margin: 0 .21rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.newshare::before,
.newshare::after {
    content: '';
    width: 4.5rem;
    height: .01rem;
    background-color: #D9D9D9;
}

.newshare .nsh1 {
    background-image: url(/images/newshare1.png);
}

.newshare .nsh2 {
    background-image: url(/images/newshare2.png);
}

.newshare .nsh3 {
    background-image: url(/images/newshare3.png);
}

.newshare .nsh4 {
    background-image: url(/images/newshare4.png);
}

.newshare .nsh5 {
    background-image: url(/images/newshare5.png);
}

.newshare .nsh1:hover {
    background-image: url(/images/newshare11.png);
}

.newshare .nsh2:hover {
    background-image: url(/images/newshare21.png);
}

.newshare .nsh3:hover {
    background-image: url(/images/newshare31.png);
}

.newshare .nsh4:hover {
    background-image: url(/images/newshare41.png);
}

.newshare .nsh5:hover {
    background-image: url(/images/newshare51.png);
}

.dands .date {
    font-family: ll;
    font-size: .16rem;
    font-weight: 300;
    line-height: .1875rem;
    text-align: left;
    color: #70757C;
    margin: .2rem 0 .26rem;
}

.detail {
    padding-top: .58rem;
}

.detailrbom {
    display: none;
}

.newshare1 {
    margin-top: .58rem;
}

.detailrbom .fanhui {
    border-radius: 0;
}

.detailrbom .fanhui {
    width: .48rem;
    height: .48rem;
    overflow: hidden;
    top: 0;
    border: none;
}

.detailrbom .fanhui span {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(/images/xqfanhui.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.detailrbom .fanhui:hover span {
    transform: translateY(-100%);
    filter: drop-shadow(0 .48rem var(--themeColor));
}

.detailrbom {
    border: none;
    padding-top: 0;
    margin-top: .48rem;
}

.relanews .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .36rem;
    line-height: 1;
    text-align: center;
    color: #373737;
    margin-bottom: .5rem;
}

.relanews {
    background-color: #F7F7F7;
    padding-bottom: 0;
}

.hjlist ul li div {
    min-height: none;
    height: 2.92rem;
    border: none;
    padding: .34rem 0 0;
}

.iimg {
    height: 2.92rem;
}

.hjlist ul li {
    width: 4.98rem;
    margin-left: .53rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: .53rem;
}

.hjlist ul li:nth-of-type(3n) {
    margin-right: 0;
}


.hjlist ul li div span {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: #000000;
}

.hjlist ul li div h6 {
    margin: .4rem 0 0;
    font-size: .22rem;
    line-height: .42rem;
    color: #000;
}

/* 详情页 end */


/* 联系 */

.slx .item {
    display: flex;
    margin-bottom: .45rem;
}

.slx .imgbox {
    width: .64rem;
    height: .64rem;
    border-radius: 50%;
    background-color: #008CD3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .2rem;
}

.slx .imgbox img {
    width: .32rem;
    height: .32rem;
}

.slx .h1 {
    font-family: rr;
    font-weight: 500;
    font-size: .18rem;
    line-height: .32rem;
    color: #2A2A2A;
}

.slx .p,
.slx a {
    font-family: ll;
    font-weight: 300;
    font-size: .18rem;
    color: #2A2A2A;
}

.slx a:hover {
    color: var(--themeColor);
}

.lxxxxq {
    height: 6.32rem;
    padding-left: .64rem;
    background-color: #fff;
}

.slx {
    padding-top: .59rem;
}

.nconMap {
    width: 9.95rem;
    height: 6.32rem;
}

.nconMap .map {
    height: 6.32rem;
}

.nconMap .map iframe {
    height: 6.32rem;

}



.lxxxcen {
    background-color: #F6F7F9;
}

.lxxxcen .siptit {
    margin-bottom: .48rem;
}


.zxfk {
    background-color: #fff;
}

.liuyan {
    background-color: #fff;
}

.lyc {
    display: flex;
    justify-content: space-between;
}

.lyc::before,
.lyc::after {
    display: none;
}

.lyLeft {
    display: flex;
}

.lyLeft label,
.lyTxt label,
.lycontent h5 {
    display: flex;
    white-space: nowrap;
    color: #2A2A2A;
    width: 16%;
}

.lycontent textarea {
    height: 2.2rem;
}



/* 联系 end */


/* 头部 */
.gzherm1,
.yuyanqiehuan1,
.ldlg {
    display: none !important;
}

#header11 .logo {
    width: var(--hlogow);
    height: var(--hlogoh);
    margin-right: .42rem;
}

.header-nav-icon {
    width: .8rem;
    height: .8rem;
    position: relative;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-color: rgba(181, 181, 181, 0.2);
    margin-right: .43rem;
}

.header-nav-icon i {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #333;
    transition: all .4s ease;
}

.header-nav-icon span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: .25rem;
    height: .25rem;
    z-index: 1;
    transform: translateX(-50%);
    margin-top: -0.125rem;
}

.header-nav-icon i:nth-child(1) {
    top: 50%;
}

.header-nav-icon i:nth-child(2) {
    top: 30%;
}

.header-nav-icon i:nth-child(3) {
    top: 70%;
}

.headmid {
    display: flex;
    align-items: center;
}

.header-nav-icon a.click span i:nth-child(1) {
    opacity: 0;
}

.header-nav-icon a.click span i:nth-child(2) {
    top: 50%;
    transform: rotate(0deg);
}

.header-nav-icon a.click span i:nth-child(3) {
    top: 50%;
    transform: rotate(-90deg);
}

.header-nav .header-nav-list {
    transition: all .4s ease;
}

#header11 {
    transition: all .4s ease;
    height: .78rem;
    padding: 0 0 0 .93rem;
}

#header11 .headtab>li>a {
    font-family: rr;
    font-size: .18rem;
    color: #2A2A2A;
}

#header11.head .headtab>li>a {
    color: #fff;
}

#header11.head .header-nav-icon i {
    background-color: #fff;
}

.headright .searchicon1 {
    margin-right: 0;
    width: .78rem;
    height: .78rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #f0f0f0;
    border-color: rgba(181, 181, 181, 0.2);
}

#header11 {
    border-color: rgba(181, 181, 181, 0.2);
}

.searchicon1 img {
    width: 0.28rem;
    height: 0.28rem;
}

.searchicon1 img:hover {
    filter: invert(48%) sepia(86%) saturate(4480%) hue-rotate(176deg) brightness(94%) contrast(101%);
}

.header-link {
    display: flex;
    align-items: center;
    margin-right: 0.3rem;
}

.header-link .link-1 {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: .2rem;
}

.header-link .link-1 a.icon {
    width: .8rem;
    height: .8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-link .link-1 i {
    position: relative;
    width: .28rem;
    height: .28rem;
    display: block;
}

.header-link .link-1 i {
    display: flex;
    align-items: center;
}

.header-link .link-1 i svg,
.header-link .link-1 i svg * {
    fill: #808080 !important;
}

.header-link .link-1 a:hover i svg,
.header-link .link-1 a:hover i svg * {
    fill: #008CD3 !important;
}

.header-link .link-1 span {
    color: #333;
    margin: 0 .1rem;
    margin-right: 0;
}

.header-link .link-1 span.drop {
    padding-right: .2rem;
    position: relative;
    padding-right: 0;
}

.header-link .link-1 span.drop::after {
    content: '';
    width: .1rem;
    height: .05rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url('/images/drop.png') center no-repeat;
    background-size: 100%;
    display: none;
}

.header-link .link-1 a span.drop {
    font-family: rr;
    font-weight: 400;
    font-size: .14rem;
    color: #808080;
}

.header-link .link-1 a:hover span.drop {
    color: #008CD3;
}

.header-link .link-1 a:hover span.drop::after {
    filter: invert(39%) sepia(40%) saturate(4400%) hue-rotate(176deg) brightness(94%) contrast(102%);
}

.header-link .link-1.search-icon {
    border-left: 1px solid #f0f0f0;
}

.head .header-link .link-1 i svg,
.head .header-link .link-1 i svg * {
    fill: #fff !important;
}

.head .header-link .link-1 a span.drop {
    color: #fff;
}

.head .header-link .link-1 a span.drop::after {
    filter: invert(100%) sepia(5%) saturate(0%) hue-rotate(347deg) brightness(106%) contrast(104%);
}

.headright .qrcode-popup {
    padding: .15rem .3rem;
}

.headright .qrcode-popup a {
    font-family: rr;
    font-size: .16rem;
    color: #2A2A2A;
    line-height: 2.2;
    display: block;
    white-space: nowrap;
    text-align: center;
}

.headright .qrcode-popup a:hover {
    color: var(--themeColor);
}

.tabs-box ul {
    padding-left: 0;
    border: none;
    /* width: calc(3.32rem * 3); */
    width: calc(3.32rem * 2);
    margin-right: 3.32rem;
}

.tabs-box ul li {
    width: 3.32rem;
}

.mheaderr img {
    width: .28rem;
    height: auto;
}

/* .tabs-box .timgs {
    display: none;
} */


.tabs-box {
    padding: .51rem 3.7rem 0.62rem;
    justify-content: center;
    background-color: #F7F7F7;
    border-bottom: none;
}

/* 头部 end */

.banner .item .wrap,
.banner .item .txt {
    transform: none;
    position: absolute;
    top: auto;
    right: auto;
    left: .93rem;
    bottom: 1.24rem;
}

.txt10 {
    height: 1.36rem;
    width: 16rem;
    font-family: rr;
    font-weight: 400;
    font-size: .56rem;
    line-height: .68rem;
    color: #fff;
}


/* 下拉 */
/* li#menu2 .tabs-box {
    display: flex !important
;
} */

.tabs-box ul li::before {
    display: none;
}

#header11 .tabs-box {
    flex-direction: row-reverse;
}

#header11 .tabs-box ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 2rem;
    align-items: flex-start;
    justify-content: flex-start;
}

#header11 .tabs-box ul li {
    margin-bottom: .32rem;
}

#header11 .tabs-box ul li a {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: #999999;
}

#header11 .tabs-box ul li a:hover {
    color: var(--themeColor);
}

.tabs-box .timgs {
    width: 3.2rem;
    height: 1.8rem;
}

.tabs-box .timgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 下拉end */
.ps4 table tr td,
.ps4 table tr td p {
    color: #2A2A2A;
    font-family: rr;
}

.ps4 table tr td:first-child,
.ps4 table tr td:first-child p {
    color: #808080;
    font-family: rr;
}

.ps4 table.tabsj tr td {
    color: #2A2A2A !important;
}

.ps4 table.tabsj tr td em {
    color: #808080 !important;
}

#header11 .headtab>li.current>a,
.solnav .solnavli.current {
    color: var(--themeColor);
}

.solit {
    position: relative;
}

.sollist .current .solit::after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--themeColor);
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 95%);
    z-index: 1;
}

.sollist>a:nth-of-type(1) .solit::after {
    border-top-color: #79C3E8;
}

.sollist>a:nth-of-type(2) .solit::after {
    border-top-color: #5FBEEE;
}

.sollist>a:nth-of-type(3) .solit::after {
    border-top-color: #52B3E4;
}

.sollist>a:nth-of-type(4) .solit::after {
    border-top-color: #39A4DA;
}

.sollist>a:nth-of-type(5) .solit::after {
    border-top-color: #119ADF;
}

.sollist>a:nth-of-type(6) .solit::after {
    border-top-color: #008CD3;
}

/* 隐藏 */
.ps2,
.ps5 {
    display: none;
}

.left-nav ul li:nth-of-type(2),
.left-nav ul li:nth-of-type(4) {
    display: none;
}

/* 隐藏 */

.content .sTh {
    display: none;
}

.me3 .sTh {
    display: block;
}

.tabs-box ul li {
    display: flex;
    /* width: 2.8rem; */
    align-items: flex-start;
    position: relative;
}

.tabs-box ul li>a {
    width: 100%;
}

.tabs-box ul li .ul {
    position: absolute;
    right: 0;
    transform: translateX(100%);
}

.tabs-box ul li .ul .li {
    display: block;
    height: auto;
    height: 1em;
    margin-bottom: .32rem;
    position: relative;
}

.tabs-box ul li .ul .li::before {
    content: '';
    position: absolute;
    width: .32rem;
    height: .32rem;
    left: -0.53rem;
    background-image: url(/images/jj.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: calc(50% + .3rem);
    transform: translateY(-50%);
    display: none;
}

.tabs-box ul li .ul .li:hover {
    color: var(--themeColor);
}

.tabs-box ul li .ul .li:hover::before {
    display: block;
}

.ckrs {
    display: flex;
    justify-content: space-around;
    padding: 0;
    flex-direction: row;
    width: 3rem;
}

.ckrs .In,
.ckrs .FaceBook,
.ckrs .twitter {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: .25rem;
    height: .25rem;
    background-size: .25rem .25rem;
    background-position: center;
    background-repeat: no-repeat;
}


.ckrs .In {
    background-image: url(/images/in1.png);
}

.ckrs .In:hover {
    background-image: url(/images/in2.png);
}

.ckrs .FaceBook {
    background-image: url(/images/fb1.png);
}

.ckrs .FaceBook:hover {
    background-image: url(/images/fb2.png);
}

.ckrs .twitter {
    background-image: url(/images/tw1.png);
}

.ckrs .twitter:hover {
    background-image: url(/images/tw2.png);
}

.nconMap {
    position: relative;
}

.xjaddbtn {
    height: .52rem;
    padding: 0 .25rem;
    border-radius: .5rem;
    overflow: hidden;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border: 1px solid #008CD3;
    color: #fff;
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    bottom: .64rem;
    left: 50%;
    transform: translateX(-50%);
}

.xjaddbtn .imgbox {
    width: .24rem;
    height: .24rem;
    margin-right: .04rem;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.xjaddbtn .imgbox img {
    width: 100%;
    height: 100%;
}

.xjaddbtn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #008CD3;
    transition: all 0.5s;
}

.xjaddbtn span {
    position: relative;
    z-index: 2;
}

.xjaddbtn:hover::before {
    transform: translateX(104%);
}

.xjaddbtn:hover {
    color: #008CD3;
}

.xjaddbtn:hover img {
    transform: translateY(-100%);
    filter: drop-shadow(0 .24rem #008CD3);
}




@media screen and (min-width:751px) {


    .pcshow {
        display: block !important;
    }

    .mbshow {
        display: none !important;
    }

    .pcshowflex {
        display: flex !important;
    }

    .mbshowflex {
        display: none !important;
    }

    .retuitu {
        padding-top: 1.89rem;
    }

    .msban .ttxxtt .text2 {
        font-family: rr;
        font-weight: 500;
        font-size: .42rem;
    }

    .msban .ttxxtt .text22 {
        font-family: ll;
        font-weight: 300;
        font-size: .28rem;
    }

    .index_product .pwidth {
        width: 18.69rem;
    }

    .idx_tit {
        width: 16rem;
        margin: 0 auto;
        margin-bottom: .53rem;
    }

    .sbox[mid="282"][strid="288"] .pmoreb2 .pmore {
        display: none;
    }

    .sbox[mid="282"][strid="288"] .solpro .ul .li {
        height: 5.8rem;
    }

    .sollist,
    .solnav {
        justify-content: center;
    }

    .slx {
        width: 6rem;
    }

    .slx .txtbox {
        width: 4.5rem;
    }


    /* 产品特点 */
    .tedlist {
        display: flex;
        justify-content: center;

    }

    .tedlist .cir {
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        position: relative;
        flex-shrink: 0;
    }

    .tedlist .cir1 {
        width: 4.8rem;
        height: 4.8rem;
        border: 1px dashed #5B97D0
    }

    .tedlist .cir2 {
        width: 3.6rem;
        height: 3.6rem;
        border: 1px dashed #5B97D0
    }

    .tedlist .cir3 {
        width: 2.95rem;
        height: 2.95rem;
    }

    .tedlist .cir3::before {
        content: '';
        position: absolute;
        inset: -0.1rem;
        border-radius: 50%;
        background: linear-gradient(177.96deg, #59C7FF 18.57%, #008CD3 85.78%);
        -webkit-mask:
            linear-gradient(#fff 0 0) content-box,
            linear-gradient(#fff 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
        padding: .1rem;
    }

    .tedlist .cir4 {
        width: 2.4rem;
        height: 2.4rem;
        background: linear-gradient(203deg, #F9FDFC 0%, #DEEEFD 100%);
        flex-direction: column;
    }

    .tedlist .cir4 .imgbox {
        width: .58rem;
        height: .58rem;
        margin-bottom: .14rem;
    }

    .tedlist .cir4 .imgbox img {
        margin: 0;
        width: 100%;
        height: 100%;
    }

    .tedlist .cir4 .txtbox {
        font-family: rr;
        font-weight: 500;
        font-size: .32rem;
        color: #008CD3;
    }


    .tedlist .ul .li {
        position: absolute;
        width: .2rem;
        height: .2rem;
        background-color: #B4D6F7;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tedlist .ul .li::after {
        content: '';
        display: block;
        width: .12rem;
        height: .12rem;
        border-radius: 50%;
        background-color: #008CD3;
    }



    /* 5个 */
    .tedlist[data-num="5"] .ul .li:nth-child(1) {
        top: 1.43rem;
        left: 0.05rem;
    }

    .tedlist[data-num="5"] .ul .li:nth-child(2) {
        top: 4rem;
        left: .62rem;
    }

    .tedlist[data-num="5"] .ul .li:nth-child(3) {
        top: 4rem;
        right: .62rem;
    }

    .tedlist[data-num="5"] .ul .li:nth-child(4) {
        top: 1.43rem;
        right: 0.05rem;
    }

    .tedlist[data-num="5"] .ul .li:nth-child(5) {
        top: -0.11rem;
        left: 2.31rem;
    }


    /* 6个 */
    .tedlist[data-num="6"] .ul .li:nth-child(1) {
        top: .21rem;
        left: 1.12rem;
    }

    .tedlist[data-num="6"] .ul .li:nth-child(2) {
        top: 2.19rem;
        left: -0.1rem;
    }

    .tedlist[data-num="6"] .ul .li:nth-child(3) {
        bottom: .21rem;
        left: 1.12rem;
    }

    .tedlist[data-num="6"] .ul .li:nth-child(4) {
        top: .21rem;
        right: 1.12rem;
    }

    .tedlist[data-num="6"] .ul .li:nth-child(5) {
        top: 2.19rem;
        right: -0.1rem;
    }

    .tedlist[data-num="6"] .ul .li:nth-child(6) {
        bottom: .21rem;
        right: 1.12rem;
    }

    /* 7个 */
    .tedlist[data-num="7"] .ul .li:nth-child(1) {
        top: .74rem;
        left: .46rem;
    }

    .tedlist[data-num="7"] .ul .li:nth-child(2) {
        top: 2.69rem;
        left: -0.1rem;
    }

    .tedlist[data-num="7"] .ul .li:nth-child(3) {
        top: 4.28rem;
        left: 0.97rem;
    }

    .tedlist[data-num="7"] .ul .li:nth-child(4) {
        top: .74rem;
        right: .46rem;
    }

    .tedlist[data-num="7"] .ul .li:nth-child(5) {
        top: 2.69rem;
        right: -0.1rem;
    }

    .tedlist[data-num="7"] .ul .li:nth-child(6) {
        top: 4.28rem;
        right: 0.97rem;
    }

    .tedlist[data-num="7"] .ul .li:nth-child(7) {
        top: -0.1rem;
        left: 2.31rem;
    }


    /* 8个 */
    .tedlist[data-num="8"] .ul .li:nth-child(1) {
        top: .15rem;
        left: 1.21rem;
    }

    .tedlist[data-num="8"] .ul .li:nth-child(2) {
        top: 1.4rem;
        left: 0.06rem;
    }

    .tedlist[data-num="8"] .ul .li:nth-child(3) {
        top: 3.15rem;
        left: 0.06rem;
    }

    .tedlist[data-num="8"] .ul .li:nth-child(4) {
        bottom: .15rem;
        left: 1.21rem;
    }

    .tedlist[data-num="8"] .ul .li:nth-child(5) {
        top: .15rem;
        right: 1.21rem;
    }

    .tedlist[data-num="8"] .ul .li:nth-child(6) {
        top: 1.4rem;
        right: 0.06rem;
    }

    .tedlist[data-num="8"] .ul .li:nth-child(7) {
        top: 3.15rem;
        right: 0.06rem;
    }

    .tedlist[data-num="8"] .ul .li:nth-child(8) {
        bottom: .15rem;
        right: 1.21rem;
    }

    .tedlist .ul .li .tbx {
        /* display: none; */
        position: absolute;
        left: 0;
        top: 0;
    }

    .tedlist .ul .li .h1 {
        font-family: rr;
        font-weight: 500;
        font-size: .28rem;
        text-align: right;
        color: #fff;
        white-space: nowrap;
        margin-bottom: .08rem;
    }

    .tedlist .ul .li .h2 {
        font-family: ll;
        font-weight: 300;
        font-size: .18rem;
        text-align: right;
        color: #fff;
    }

    .tedlist .ul .li.tedlef .tbx {
        transform: translateX(calc(-100% - .37rem));
        margin-top: -0.25rem;
    }

    .tedlist .ul .li.tedrig .h1,
    .tedlist .ul .li.tedrig .h2 {
        text-align: left;
    }

    .tedlist .ul .li.tedrig .tbx {
        transform: translateX(.57rem);
        margin-top: -0.25rem;
    }

    .tedlist .ul .li.tedtop .h1,
    .tedlist .ul .li.tedtop .h2 {
        text-align: center;
    }

    .tedlist .ul .li.tedtop .tbx {
        left: 50%;
        transform: translate(-50%, calc(-100% - .16rem));
    }

    .pted {
        padding: 1.93rem 0 1.26rem;
        position: relative;
    }

    .ptedtt {
        position: absolute;
        top: .88rem;
        left: 1.52rem;

        font-family: rr;
        font-weight: 500;
        font-size: .36rem;
        color: #fff;
    }

    .tedlist .ul .li .h2 {
        width: 6rem;
    }

    /* 产品特点end */
}




@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;
    }

    .pbanner .h1 {
        font-size: .28rem;
        text-align: center;
        margin-bottom: .27rem;
    }

    .pbanner .h2 {
        margin-bottom: .64rem;
    }

    .pbanner .lef {
        width: 100%;
        margin-right: 0;
        padding-top: 0;
    }

    .pbanner .rig {
        justify-content: center;
        margin-top: .74rem;
    }

    .pbanner .rig img {
        width: 5.03rem;
    }

    .pbanner p {
        font-size: .24rem;
        line-height: 2;
    }

    .pmore {
        width: auto;
        height: .72rem;
        min-width: 1.8rem;
        padding: 0 .34rem;

        font-size: .24rem;
    }

    .pmore .imgbox {
        width: .24rem;
        height: .24rem;
    }

    .ps2 .nptt {
        position: static;
    }

    .ps2q1 {
        width: 3.48rem;
        height: 3.48rem;
    }

    .ps2q2 {
        width: 2.92rem;
        height: 2.92rem;
    }

    .ps2q3 {
        width: 2.28rem;
        height: 2.28rem;
    }

    .ps2q4 {
        width: 1.76rem;
        height: 1.76rem;
    }

    .ps2q5 {
        width: 1.32rem;
        height: 1.32rem;
    }

    .ps2q6 {
        width: 1.12rem;
        height: 1.12rem;
    }

    .ps2q1 .ul {
        height: 1.74rem;
    }

    .ps2q1 .ul .li .pdot .h1 {
        font-size: .24rem;
        margin-bottom: .03rem;
    }

    .ps2q1 .ul .li .pdot .h2 {
        font-size: .2rem;
        line-height: .38rem;
        white-space: wrap;
        width: 1.8rem;
    }

    .ps2q1 .ul .li .pdot .h2 br {
        display: none;
    }

    .ps2 .nptt {
        margin-bottom: .6rem;
    }

    .ps2q1 .ul .li:nth-of-type(2) {
        top: 1.2rem;
        left: 0.45rem;
    }

    .ps2q1 .ul .li:nth-of-type(3) {
        top: 1.62rem;
        left: 1.62rem;
    }

    .ps2q1 .ul .li:nth-of-type(4) {
        top: 1.2rem;
        right: 0.45rem;
    }

    .ps2q1 .ul .li:nth-of-type(1) .pdot {
        /* transform: translate(calc(-100% + .29rem), calc(-100% - .54rem)); */
        transform: translate(calc(-100% + .29rem), -100%);
    }


    .ps2q1 .ul .li:nth-of-type(5) .pdot {
        /* transform: translate(-0.29rem, calc(-100% - 0.2rem)); */
        transform: translate(-0.29rem, -100%);
    }

    .ps2q1 .ul .li:nth-of-type(3) .pdot .h2 {
        width: 2.6rem;
    }

    .ps2q1 .ul .li:nth-of-type(3) .pdot .h2 br {
        display: none;
    }

    .ps2q6 img {
        display: none;
    }

    .ps2q6 .t {
        width: 2.4em;
        font-size: .28rem;
        letter-spacing: 0.2em;
    }

    .ps2 {
        padding: .89rem 0 2.83rem;
    }

    .nptt1 {
        font-size: .42rem;
    }

    .nptt2 {
        font-size: .24rem;
        line-height: 2;
    }

    .ps3 .pwidth {
        width: calc(100% - 0.35rem);
        margin: 0 0 0 .35rem;
    }

    .ps3 .nptt .vvf {
        margin-right: 0.35rem;
    }

    .ps3s .swiper-slide {
        height: 3.4rem;
    }


    .ps3s .swiper-slide .h1 {
        font-size: .28rem;
    }

    .ps3s .swiper-slide p {
        font-size: .24rem;
        line-height: 2;
    }

    .ps4 table,
    .ps4 thead,
    .ps4 tbody,
    .ps4 th,
    .ps4 td,
    .ps4 tr {
        display: block;
    }

    .ps4 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }



    .ps4 tr {
        /* margin-bottom: calc(2 * 0.79rem); */
        margin-bottom: 0.79rem;
    }

    .tabsj .ps4 tr {
        margin-bottom: calc(2 * 0.79rem);
    }

    .ps4 td {
        display: block;
        width: 100%;
        border: none;
        border-bottom: 1px solid #EFEFEF;
        position: relative;
        padding-left: 50%;
        background-color: #fff;
    }

    .ps4 td:before {
        position: absolute;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        content: attr(data-label);
        font-weight: bold;
    }

    .ps4 table tr td:first-of-type {
        border-top: 1px solid #EFEFEF;
    }


    .ps5 .ul {
        display: block;
    }

    .ps5 .ul .li {
        flex-direction: row;
        align-items: flex-start;
        margin-bottom: 1.32rem;
    }

    .ps5 .ul .li:last-of-type {
        margin-bottom: 0;
    }

    .ps5 .ul .li .txtbox {
        padding-top: 0.17rem;
        margin-left: .27rem;
        flex: 1;
    }

    .ps5 .ul .li .txtbox .h1 {
        text-align: left;
        font-size: .28rem;
    }

    .ps5 .ul .li .txtbox .h2 {
        text-align: left;
        font-size: .24rem;
        line-height: 2;
    }

    .ps5 .ul .li .txtbox .h2 br {
        display: none;
    }

    .ps5 .ul::after {
        display: none;

    }

    .ps5 .ul::before {
        content: '';
        position: absolute;
        height: 80%;
        width: 2px;
        top: 0;
        left: 0.52rem;
        z-index: 0;
        background-image: url(/images/mll.png);
    }

    .ps5 .ul .li::after {
        transform: rotate(90deg);
        left: .3rem;
        top: 1.5rem;
    }



    .ps6 .nptt {
        display: flex;
        justify-content: space-between;
    }

    .ps6 .nptt .vvf {
        display: flex;
    }

    .ps6 .nptt .vvf>div {
        width: .48rem;
        height: .48rem;
        background-color: #DADADA;
        margin-left: .24rem;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    .ps6 .nptt .vvf>div:hover {
        background-color: var(--themeColor);
    }

    .ps6 .nptt .vvf>div img {
        width: .18rem;
    }

    .ps6 .ul .li .txtbox {
        height: 1.35rem;
        font-size: .2rem;
        line-height: .42rem;
        padding: .27rem .1rem 0;
    }


    .pdaoh .ul .li {
        font-size: .2rem;
    }

    .abs1 .p {
        font-size: .24rem;
        line-height: 2;
        margin-bottom: .24rem;
    }


    .abs1 .ul {
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 7.5rem;
        margin-left: -0.35rem;
    }

    .abs1 .ul .li {
        width: 25%;
        margin-top: 0.4rem;
    }

    .abs1 .ul .li:nth-of-type(-n+4) {
        margin-top: 0;
    }

    .abs1 .ul .li .imgbox {
        margin-top: .16rem;
    }



    .abs1 .ul .li .imgbox img {
        width: 0.32rem;
        height: 0.32rem;
    }

    .abs1 .ul .li .txtbox {
        font-size: .24rem;
    }

    .abs1 .imgbox2 {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: 3.83rem;
        text-align: right;
        margin-bottom: .77rem;
    }

    .abs1 .imgbox2 .img2 {
        height: 100%;
        width: auto;
    }

    .abs1 .imgbox2 .img1 {
        width: 3.61rem;
        height: 2.88rem;
        left: -0.87rem;
        bottom: -0.36rem;
    }


    .abs2n .ul .li {
        align-items: flex-start;
    }

    .abs2n .ul .li .h2 {
        font-size: .24rem;
        line-height: .42rem;
    }

    .abs2n .ul .li .imgbox {
        flex-shrink: 0;
    }


    .yearcontainer {
        width: 6.4rem;
    }

    .yearswp {
        width: 7.5rem;
    }

    .fzyear {
        font-size: .24rem;
    }

    .fzdot .i {
        width: .4rem;
        height: .4rem;
    }

    .yearcon .swiper-button-prev-ab3,
    .yearcon .swiper-button-next-ab3 {
        top: 0.12rem;
    }

    .yearcon .swiper-button-next-ab3 {
        right: -0.2rem;
    }

    .yearcon .swiper-button-prev-ab3 {
        left: -0.2rem;
    }

    .fzdot .i::after {
        width: .2rem;
        height: .2rem;
    }

    .abs3s {
        margin-left: 0;
        margin: 0 auto;
        margin-top: .49rem;
        width: 6rem;
    }

    .abs3s .ul .li {
        height: auto;
        padding: .44rem .4rem 0.2rem;

        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    .abs3s .ul .li .hh {
        font-size: .48rem;
        padding-bottom: .26rem;
        margin-bottom: .25rem;
    }

    .abs3s .ul .li .h2 {
        font-size: .24rem;
        line-height: .42rem;
    }

    .abs3s .ul .li .imgbox100 {
        width: 100%;
        height: 3.57rem;
    }

    .abs3s .ul .li .txtbox {
        margin-top: .47rem;
    }

    .abs3s .ul .li .p1 {
        margin-bottom: 0.05rem;
    }

    .abs3s .ul .li p {
        font-size: .24rem;
        line-height: 2;
    }

    .abs4 .worldmap {
        width: 7.5rem;
        margin-left: -0.35rem;
    }

    .abs4 .worldmap img {
        width: 7.5rem;
        height: auto;
    }

    .abs4 .dfsb {
        display: block;
    }

    .abs4 .ul .li .txtbox {
        text-align: center;
        font-size: .22rem;
        line-height: 1.5;
    }

    .areas .item {
        width: 100%;
    }

    .hnbm_points_ul_li:nth-of-type(1) {
        left: 1rem !important;
        top: .78rem !important;
    }

    .hnbm_points_ul_li:nth-of-type(2) {
        left: 2.4rem !important;
        top: 1.6rem !important;
    }

    .hnbm_points_ul_li:nth-of-type(3) {
        left: 5rem !important;
        top: 1.31rem !important;
    }

    .hpul_parga p {
        font-size: .24rem;
        margin-top: .4rem;
    }

    .areas .item .before {
        width: .16rem;
        height: .16rem;
        top: -0.08rem;
        left: .51rem;
    }

    .areas .item:last-of-type .before {
        top: -0.08rem;
        left: auto;
        right: 2.5rem;
    }

    .areas .item .after {
        transform: translate(0, -100%);
    }

    @keyframes page-loader-ripples {
        0% {
            width: .1rem;
            height: .1rem;
            border-radius: 50%;
            opacity: 0.0;
        }

        50% {
            opacity: 1.0;
        }

        100% {
            width: 0.8rem;
            height: 0.8rem;
            border-radius: 50%;
            opacity: 0.0;
        }
    }

    .areas .item .h1 {
        font-size: .28rem;
    }

    .areas .item .h2 {
        font-size: .24rem;
        line-height: .42rem;
    }

    .tttt {
        margin-top: .2rem;
    }

    .dands .date {
        font-size: .22rem;
    }

    .newshare::before,
    .newshare::after {
        width: 1.4rem;
    }

    .newshare>a {
        margin: 0;
    }

    .detailcen {
        margin-top: 0 !important;
    }

    .siptitp {
        font-size: .28rem;
        line-height: .52rem;
    }

    .siccx .ul .li {
        flex-direction: column-reverse !important;
        height: auto;
    }

    .siccx .ul .li .imgbox100 {
        width: 100%;
        height: 4.53rem;
        flex: auto;
        flex-shrink: 0;
    }

    .siccx .ul .li .txtbox {
        width: auto;
        height: auto;
        padding: .57rem .32rem .62rem;
    }

    .siccx .ul .li .txtbox .h1 {
        font-size: .28rem;
        font-weight: 500;
    }

    .siccx .ul .li .txtbox .h1 span {
        font-size: .28rem;
        font-weight: 400;
        margin-left: .16rem;
        display: inline-block;
    }

    .siccxItem .imgbox {
        flex-shrink: 0;
        width: .8rem;
        height: .8rem;
    }

    .siccxItem .imgbox img {
        width: 0.42rem;
        height: 0.42rem;
        margin: 0;
    }

    .siccxItem .item .h3 {
        font-size: .24rem;
        margin-bottom: .12rem;
    }

    .siccxItem .item .h4 {
        font-size: .24rem;
        line-height: .42rem;
    }

    .siprasctt {
        display: block;
    }

    .sipcircle {
        margin-left: -0.5rem;
        flex-shrink: 0;
        transform: scale(.76);
        -webkit-transform: scale(.76);
        -moz-transform: scale(.76);
        -o-transform: scale(.76);
        -ms-transform: scale(.76);
    }

    .siprasctt .rig {
        margin-left: 0.05rem;
    }

    .virual .imgbox {
        width: .63rem;
        height: .63rem;
    }

    .virual .txtbox {
        font-size: .36rem;
    }

    .siprasctt .lef {
        padding-top: 0;
    }

    .siprasctt .lef .h1 {
        font-size: .48rem;
    }

    .siprasctt .lef .h2 {
        font-size: .28rem;
    }

    .sipras2 .lef {
        margin-bottom: .67rem;
    }

    .sipras2 .lef img {
        width: 100%;
    }

    .sipras2 .pwidth {
        display: block;
    }

    .sipras2 .ul .li .text1 {
        font-size: 0.24rem;
        flex-shrink: 0;
        width: 2rem;
    }

    .sipras2 .ul .li .text2 .p {
        font-size: 0.24rem;
        margin-bottom: .11rem;
        line-height: .42rem;
    }

    .baipi .ul .li {
        width: 100%;
        height: 4rem;
        margin-top: .4rem !important;
    }

    .baipi .ul .li:first-of-type {
        margin-top: 0 !important;
    }

    .baipi .ul .lili {
        padding: .27rem;
    }

    .baipi .ul .lili .txtbox .h1 {
        font-size: 0.24rem;
    }

    .baipi .ul .lili .txtbox .h2 {
        font-size: .28rem;
        margin-bottom: .52rem;
    }

    .pmore {
        height: .54rem;
        min-width: 1.72rem;
    }

    .paramore {
        width: 2.46rem;
        height: .68rem;
    }

    .paramore .span1 {
        font-size: .24rem;
    }

    .para .span2 {
        height: .68rem;
        width: .15rem;
    }

    .index_product .pr_box {
        display: block;
    }

    .index_product .pr_box .slide {
        height: 4.2rem;
        margin-bottom: .3rem;
        padding: .77rem 0 0 .45rem;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row;
    }

    .index_product .pr_box .slide .imgbox {
        width: 3.73rem;
    }

    .index_product .pr_box .slide .txtbox .h1 {
        text-align: left;
        font-size: .32rem;

    }

    .index_product .pr_box .slide .txtbox .h2 {
        text-align: left;
        font-size: 0.24rem;
        margin-top: .22rem;
    }

    .index_product .pr_box .slide .pmoreb {
        display: block;
    }

    .idx_tit .paramore {
        width: 1.89rem;
        height: .52rem;
    }

    .idx_tit .para .span2 {
        height: .52rem;
        width: .1rem;
    }

    .pwidth2 {
        padding-left: .35rem;
        padding-right: .35rem;
    }

    .index_ap {
        height: 6.7rem;
    }

    .index_ap .bglist .bgitem {
        filter: brightness(0.8);
    }

    .index_ap .ul {
        padding: 0 .51rem;
        overflow: auto;
        justify-content: flex-start;
    }

    .index_ap .ul::-webkit-scrollbar {
        display: none;
    }

    .index_ap .ul .li {
        /* display: none; */
        /* width: .8rem; */
        width: 2rem;
        margin-right: .62rem;
    }

    .index_ap .ul .li .txtbox {
        white-space: wrap;
    }

    .index_ap .ul .li:first-of-type::before,
    .index_ap .ul .li::after {
        display: none;
    }



    /* .index_ap .ul .li:nth-of-type(-n+5) {
        display: flex;
    } */

    .index_ap .ul .li .imgbox {
        width: .8rem;
        height: .8rem;
        margin-bottom: .13rem;
    }

    .index_ap .ul .li .imgbox img {
        width: 0.36rem;
        height: 0.36rem;
    }

    .index_ap .ul .li .txtbox {
        font-size: .22rem;
    }

    .index_ap .ul .li::after {
        left: .8rem;
    }

    .index_ap .ul .li:first-of-type::before {
        right: .8rem;
    }

    .index_ap .ul .li:first-of-type::before,
    .index_ap .ul .li::after {
        top: .4rem;
        width: .64rem;
    }

    .aptt {
        top: 1.19rem;
    }

    .aptt .h2 {
        font-size: .22rem;
        line-height: .32rem;
    }

    .newss {
        position: relative;
        padding-bottom: 0.64rem;
    }

    .newss .swiper-pagination-c {
        bottom: 0 !important;
    }

    .newss .swiper-pagination-c .swiper-pagination-bullet {
        background-color: #B3B3B3;
        opacity: 1;
        width: 10px;
        height: 10px;
    }

    .newss .swiper-pagination-c .swiper-pagination-bullet-active {
        background-color: var(--themeColor);
    }

    .index_news .ul .li .p1 {
        font-size: .24rem;
    }

    .index_news .ul .li .p2 {
        font-size: .24rem;
        line-height: 2;
        height: 1.27rem;
    }

    .index_news .ul .li .imgbox100 {
        height: 3.98rem;
    }

    .index_news .ul .li {
        margin-right: 0;
    }

    .index_product {
        overflow: hidden;
    }

    .idx_tit .h2 {
        font-size: .24rem;
        line-height: .32rem;
        margin-top: 0.13rem;
    }

    .index_about {
        background-image: url(/images/mbindexab.jpg) !important;
        background-attachment: scroll !important;
        padding: 1.11rem 0 0.46rem;
    }

    .index_about .h1 {
        margin-bottom: 0.68rem;
    }

    .index_about .p {
        font-size: 0.24rem;
        line-height: 2;
    }

    .index_about .para {
        display: none;
    }

    .toyj .ul .li {
        width: 33.333%;
        padding: 0;
        margin: 0;
    }

    .toyj .ul .li .imgbox {
        width: 0.72rem;
        height: 0.72rem;
        margin-bottom: .23rem;
    }

    .toyj .ul .li .imgbox img {
        transform: none;
        filter: none;
    }

    .toyj .ul .li .txtbox {
        font-size: .24rem;
        /* white-space: nowrap; */
    }

    .siptit2 {
        font-size: .36rem;
    }

    .solpro {
        padding-top: 0;
        border-top: none;
    }

    .solpro .ul .li {
        width: 100%;
        margin-top: .4rem !important;
        height: auto;
        padding-bottom: 1.44rem;
    }

    .solpro .ul .li:nth-of-type(1) {
        margin-top: 0 !important;
    }

    .solpro .ul .li .h1 {
        font-size: .28rem;
        margin-bottom: .19rem;
    }

    .solpro .ul .li .h2 {
        font-size: .28rem;
    }

    .solpro .ul .li .imgbox100 img {
        width: 4.2rem;
    }

    .sicsolu2 .siptit {
        margin-bottom: .49rem;
    }

    .msolnav {
        position: relative;
    }

    .msolnav::before {
        content: '';
        position: absolute;
        width: 6.8rem;
        height: 2.4rem;
        left: 0;
        top: .38rem;
        background-image: url(/images/msolnav.png);
        background-size: 100% 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .msolnav .ul {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        z-index: 2;
    }

    .msolnav .ul .li {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 2.18rem;
    }

    .msolnav .ul .li .txtbox1 {
        width: .72rem;
        height: .72rem;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        font-size: .24rem;
        color: #fff;
        background-color: var(--themeColor);
        margin-bottom: .16rem;
        position: relative;
    }



    .msolnav .ul .li:nth-of-type(1) .txtbox1 {
        background-color: #79C3E8;
    }

    .msolnav .ul .li:nth-of-type(2) .txtbox1 {
        background-color: #5FBEEE;
    }

    .msolnav .ul .li:nth-of-type(3) .txtbox1 {
        background-color: #52B3E4;
    }

    .msolnav .ul .li:nth-of-type(4) .txtbox1 {
        background-color: #008CD3;
    }

    .msolnav .ul .li:nth-of-type(5) .txtbox1 {
        background-color: #119ADF;
    }

    .msolnav .ul .li:nth-of-type(6) .txtbox1 {
        background-color: #39A4DA;
    }

    .msolnav .ul .li.current .txtbox1::after {
        width: 0;
        height: 0;
        border-left: .1rem solid transparent;
        border-right: .1rem solid transparent;
        border-top: .1rem solid var(--themeColor);
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 82%);
        z-index: 1;
    }

    .msolnav .ul .li:nth-of-type(1) .txtbox1::after {
        border-top-color: #79C3E8;
    }

    .msolnav .ul .li:nth-of-type(2) .txtbox1::after {
        border-top-color: #5FBEEE;
    }

    .msolnav .ul .li:nth-of-type(3) .txtbox1::after {
        border-top-color: #52B3E4;
    }

    .msolnav .ul .li:nth-of-type(4) .txtbox1::after {
        border-top-color: #008CD3;
    }

    .msolnav .ul .li:nth-of-type(5) .txtbox1::after {
        border-top-color: #119ADF;
    }

    .msolnav .ul .li:nth-of-type(6) .txtbox1::after {
        border-top-color: #39A4DA;
    }



    .msolnav .ul .li .txtbox2 {
        height: 1.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .msolnav .ul .li .txtbox2 .j1 {
        font-family: rr;
        font-weight: 400;
        font-size: .2rem;
        white-space: nowrap;
        color: #2A2A2A;
        margin-bottom: .07rem;
    }

    .msolnav .ul .li .txtbox2 .j2 {
        font-family: rr;
        font-weight: 400;
        font-size: .2rem;
        line-height: .36rem;
        color: #666;
        text-align: center;
        width: 1.54rem;
    }

    .msolnav .ul .li.current .txtbox2 .j1,
    .msolnav .ul .li.current .txtbox2 .j2 {
        color: var(--themeColor);
    }



    .slx .imgbox {
        width: .72rem;
        height: .72rem;
        margin-right: .28rem;
        flex-shrink: 0;
    }

    .slx .imgbox img {
        width: .38rem;
        height: .38rem;
    }

    .slx .h1,
    .slx .p,
    .slx a {
        font-size: .24rem;
        line-height: .42rem;
    }


    .lxxxxq {
        height: auto;
        padding: 0;
        flex-direction: column-reverse;
    }

    .slx {
        padding-left: .45rem;
    }

    .nconMap {
        overflow: hidden;
    }

    .nconMap .map iframe,
    .nconMap {
        height: 4.74rem;
    }

    .iCall {
        display: none;
    }

    .left-nav {
        display: none !important;
    }

    .par1logo {
        width: 1.19rem;
        height: .52rem;
    }

    .sipfoot .part2 .rig {
        display: none;
    }

    .sipfoot {
        padding-top: .69rem;
    }

    .par1logo {
        margin-bottom: .4rem;
    }

    .sipfoot .part2 .p {
        font-size: .22rem;
        line-height: .42rem;
    }

    .sipfoot .part5 a {
        /* width: 1.42rem; */

        height: .48rem;
        font-size: .22rem;
    }

    .sipfoot .part4 {
        height: 1.12rem;
    }

    .part4 .dfcm2 {
        display: block;
    }

    .sipfoot .part4 p,
    .sipfoot .part4 a {
        font-size: .2rem;
        line-height: 1.8;
    }

    .sipfoot .part4 .part3 {
        position: absolute;
        top: .91rem;
        right: .35rem;
    }

    .sipfoot .part3 #bdshare .tnr a {
        background-color: transparent !important;
    }

    .sipfoot .part3 #bdshare .tnr a {
        background-size: .28rem .28rem !important;

    }

    .sipfoot {
        position: relative;

    }

    #mhead {
        height: var(--mhead);
    }

    /* #mhead.mheader1 .skt {
        background-image: url(/images/skt1.png);
    } */

    #mhead .skt,
    #mhead .skt img {
        width: var(--mhlogow);
        height: var(--mhlogoh);
    }

    .mheaderr img {
        width: .4rem;
        height: .4rem;
    }

    .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;
    }


    .droplist {
        top: var(--mhead);
    }

    .droplist .ul .li {
        display: block;
        padding-left: 1em;
    }

    .mnav1 {
        display: none !important;
    }

    #banner {
        display: none !important;
    }

    .rrr {
        display: none !important;
    }

    .reswp {
        width: 100%;
    }

    .reswp .ul .li {
        height: auto;
        display: block;
    }

    .reswp .ul .li .imgbox100 {
        width: 100%;
        height: 4.53rem;
    }

    .reswp .ul .li .txtbox {
        padding: .46rem .4rem 1.2rem;
    }

    .qiehuan {
        bottom: .48rem;
        right: .48rem;
    }

    .hjlist {
        padding-left: .35rem;
        padding-right: .35rem;
    }

    .hjlist ul {
        justify-content: space-between;
    }

    .hjlist ul li {
        width: 100% !important;
        margin: 0 !important;
    }

    .hjlist ul li div {
        min-height: none;
        height: 2.53rem;
        padding: .44rem 0 0;
    }

    .iimg {
        height: 4.53rem;
    }

    .hjlist ul li div span {
        font-size: .2rem;
        display: block;
        margin-bottom: .15rem;
    }


    .hjlist ul li div h6 {
        font-size: .26rem;
        line-height: .48rem;
        margin: 0;
        height: auto;
    }

    .txt10 {
        margin: 0 0 1.28rem .65rem;
        font-size: 0.4rem;
        line-height: .72rem;
        width: 6.8rem;
    }

    .luxian table {
        min-width: 100%;
    }

    .luxian th,
    .luxian td {
        padding: .2rem .3rem;
        height: auto;
    }

    .luxian th:first-child,
    .luxian td:first-child {
        width: 40%;
    }

    .luxian td {
        font-size: .2rem;
        line-height: .32rem;
    }

    .header-nav-icon {
        width: 0.9rem;
        height: 0.9rem;
        margin-left: .33rem;
    }

    .header-nav-icon span {
        width: .4rem;
        height: .4rem;
        margin-top: -0.16rem;
    }

    .dka {
        display: none;
    }

    .mheaderr img {
        margin: 0;
    }

    .gja {
        width: 0.81rem;
        height: 0.9rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-left: 1px solid #f0f0f0;
    }

    #mhead {
        padding-right: 0;
    }

    .header-link .link-1 i {
        width: .4rem;
        height: .4rem;
    }


    .header-link .link-1 a span.drop {
        font-size: .22rem;
    }

    .mheader .inputs {
        left: 3rem;
        z-index: 10;
    }

    .ckrs {
        width: 3rem;
    }

    .newshare::before,
    .newshare::after {
        width: 2.3rem;
    }

    xjaddbtn {
        height: .6rem;
        padding: 0 .29rem;
        bottom: .53rem;
        font-size: .24rem;
    }

    .xjaddbtn .imgbox {
        width: .32rem;
        height: .32rem;
    }

    .xjaddbtn:hover img {
        transform: translateY(-100%);
        filter: drop-shadow(0 .32rem #008CD3);
    }

    .retuitu .siptit {
        width: 6.8rem;
    }

    .retuitu .baseTitle {
        display: none !important;
    }

    .retuitu {
        padding-top: 2rem;
    }



    /* 产品特点mb */

    

    .mbpyss {
        margin-top: .37rem;
    }

    .mbpyss .ul .li {
        height: 3.4rem;
        padding: .53rem .43rem 0;
        border: 1px solid rgba(247, 248, 249, 0.2);
        border-bottom-right-radius: .5rem;
    }

    .mbpyss .ul .li .h1 {
        font-family: rr;
        font-weight: 500;
        font-size: .28rem;
        line-height: 100%;
        color: #fff;
        margin-bottom: 0.19rem;
    }

    .mbpyss .ul .li .h2 {
        font-family: rr;
        font-weight: 400;
        font-size: .24rem;
        line-height: 2;
        color: #fff;
    }

    .swiper-pagination-s {
        display: flex;
        align-items: center;
        width: fit-content;

        font-weight: 400;
        font-size: .24rem;
        color: #fff;

    }

    .swiper-pagination-s span {
        display: block;
        line-height: 1;
    }

    .swiper-pagination-s .swiper-pagination-current {
        font-size: .28rem;
        font-weight: 500;
        margin-right: 0.5em;
    }

    .swiper-pagination-s .swiper-pagination-total {
        margin-left: 0.5em;
    }

    .mbpystt {
        font-family: rr;
        font-weight: 500;
        font-size: .36rem;
        color: #fff;
    }

    .mbpys {
        position: relative;
    }

    .mbpys>.ul {
        display: none !important;
    }

    .mbpys::after {
        content: '';
        position: absolute;
        right: .23rem;
        bottom: -0.17rem;
        width: 0.83rem;
        height: 0.54rem;
        background: url(/images/mbpysmove.png) no-repeat center center;
        background-size: contain;
    }

    .mbpys .swiper-pagination-s {
        display: none;
    }

    .cir2,
    .cir3,
    .cir4,
    .ptedtt {
        display: none;
    }

    .pted {
        padding: .92rem 0 1rem;
    }

    /* 产品特点mb end */

}