@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: #184D77;
    --imgScale: scale(1.05);
    /* 头部高度 */
    --head: 1.34rem;
    /* 手机头部高度 */
    --mhead: 1.4rem;
    /* logo宽度 */
    --hlogow: 1.41rem;
    /* logo高度 */
    --hlogoh: .38rem;
    /* 手机logo宽度 */
    --mhlogow: 1.56rem;
    /* 手机logo高度 */
    --mhlogoh: .42rem;
    --pwidth: 16rem;
}

html {
    scroll-padding-top: var(--head);
}

.pwidth {
    width: var(--pwidth);
    margin: 0 auto;
}

.ppad {
    padding-top: .88rem;
    padding-bottom: 1.08rem;
}

.df {
    display: flex;
}

.dfsb {
    display: flex;
    justify-content: space-between;
}

.dfc {
    display: flex;
    justify-content: center;
}

.dfcm {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dfcm2 {
    display: flex;
    align-items: center;
}

.dfcol {
    display: flex;
    flex-direction: column;
}

.dfcolc {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mc {
    display: block;
    margin: 0 auto;
}

.imgbox100 {
    overflow: hidden;
}

.imgbox100 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.li:hover .imgbox100 img {
    transform: var(--imgScale);
}

.imgbox100:hover img {
    transform: var(--imgScale);
}

.li:hover .bs {
    color: var(--themeColor) !important;
}

.bs:hover {
    color: var(--themeColor) !important;
}

[backImg] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.box100 {
    width: 100%;
    height: 100%;
}

sup {
    font-size: 0.8em;
    vertical-align: super;
}

.qy-more {
    width: 1.48rem;
    height: .42rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .5rem;
    border: 1px solid #CDCDCD;

    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(--themeColor);
    top: 0;
    left: 0;
    transform: translateX(-104%);
    transition: transform .3s ease-in-out;
}

.qy-more span {
    position: relative;
    z-index: 2;
}


.qy-more:hover::before {
    transform: translateX(0);
}

#header11,
#header11 .headtab {
    height: .83rem;
}

#header11 .headtab>li a {
    line-height: .83rem;
}

.tabs-box {
    top: var(--head);
}

#header11 .logo {
    width: var(--hlogow);
    height: var(--hlogoh);
}


/* 手机版放大图片 */
#fullscreen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    overflow-x: scroll;
}

#fullscreen img {
    max-width: none;
    max-height: none;
    object-fit: fill;
    width: auto;
    height: 50vh;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}

.mmclose {
    width: 0.72rem;
    height: 0.72rem;
    background-image: url(/images/mclose.png);
    background-repeat: no-repeat;
    background-size: 0.72rem 0.72rem;
    position: fixed;
    top: 16%;
    left: 50%;
    transform: translateX(-50%);
}

/* 
    <script>
        var wind = $(window).width()
        $(document).ready(function () {
            if (wind <= 750) {
                $('.fdimg').click(function () {
                    $('#fullscreen').show();
                    $('#fullscreen-image').attr('src', $(this).attr('src'));
                });

                $('#fullscreen').click(function () {
                    $(this).hide();
                });
            }
        });
    </script>

*/
.sp-title {
    font-family: rr;
    font-size: .48rem;
    font-weight: 500;
    line-height: .6365rem;
    text-align: center;
    color: #000000;
    margin-bottom: .28rem;
}



.screens {
    width: 100vw;
    height: 100vh;
}

.swiper-pagination-zp {
    position: fixed;
    right: .23rem !important;
    top: 50%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiper-pagination-zp .swiper-pagination-bullet {
    opacity: 1;
    border-radius: 0;
    width: .3rem;
    height: .3rem;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/images/mr.png);
    background-size: .1rem .1rem;
    background-position: center;
    /* background-color: #fff; */
    margin: .1rem 0 !important;
}

.swiper-pagination-zp .swiper-pagination-bullet-active,
.swiper-pagination-zp .swiper-pagination-bullet:hover {
    width: .3rem;
    height: .3rem;
    background-color: transparent;
    background-image: url(/images/zpactive.png);
    background-size: cover;
}

.footslide {
    height: fit-content !important;
    margin-top: -1px;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
    background: none !important;
    border: none;
}

.banner .swiper-button-prev img,
.banner .swiper-button-next img {
    width: .13rem;
}

.banner .swiper-button-prev:hover img,
.banner .swiper-button-next:hover img {
    filter: invert(50%) sepia(94%) saturate(3277%) hue-rotate(155deg) brightness(96%) contrast(103%);
}

.swiper-pagination-c {
    position: absolute;
    bottom: 37px !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.swiper-pagination-c .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    opacity: 0.5;
    background-color: #fff;
    margin: 0 14px !important;
}

.swiper-pagination-c .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    opacity: 1;
}

.swiper-pagination-c .swiper-pagination-bullet:hover {
    opacity: 1;
}

/* <div class="sbox"  mid="<%=strmid %>" strid="<%=strid %>" showType="<%=strdatatype%>"> */

.sbox .banner .item .newtit {
    color: #FFF;
    font-family: rr;
    font-size: .52rem;
    font-weight: 500;
    line-height: .68rem;
    text-align: center;
}

.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;
}

.pCenter,
.banner .item .txt {
    top: 2.27rem;
    transform: translateX(-50%);
}

.footItem {
    height: fit-content !important;
}


/**
TODO 鼠标移入的弹出框(二维码等)
鼠标移入的弹出框(二维码等)

<!-- 向上展开 -->
<div class="qrgroup box100">
    <div class="imgbox trigger-btn">
        <img src="/images/ffxico3.png" alt="">
    </div>

    <div class="qrcode-popup">
        <div class="qrcode-img">
            <img src="/App/images/85702506241131451713.png" alt="">
        </div>
    </div>
</div>

<!-- 向下展开 -->
<div class="qrgroup box100">
    <div class="imgbox trigger-btn">
        <img src="/images/edashare1.png" alt="">
    </div>

    <div class="qrcode-popup qrcode-popup2">
        <!-- 自定义内容 -->
            
    </div>
</div>


**/

.qrcode-popup {
    position: absolute;
    bottom: calc(100% + .15rem);
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: .08rem;
    border-radius: .08rem;
    box-shadow: 0 .04rem .12rem rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 2;
}

.qrcode-popup::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: .08rem;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.qrgroup:hover .qrcode-popup {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-0.1rem);
}

.qrgroup {
    position: relative;
    cursor: pointer;
}

.qrcode-img {
    width: 1.2rem;
    height: 1.2rem;
    display: block;
}

.qrcode-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none !important;
}

.qrcode-popup2 {
    position: absolute;
    bottom: auto;
    top: calc(100% + .3rem);
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: .08rem;
    border-radius: .08rem;
    box-shadow: 0 -0.02rem .12rem rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 2;
}

.qrcode-popup2::after {
    content: '';
    position: absolute;
    top: auto;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: .08rem;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

/* 鼠标移入的弹出框end */

/* 产品列表 */
.kxprolist {
    padding-bottom: 0;
}

.kxtit {
    font-family: rr;
    font-weight: 500;
    font-size: .48rem;
    color: #000712;
    margin-bottom: .48rem;
    text-align: center;
}

.kxpnav {
    margin-bottom: .55rem;
}

.kxpnav .ul {
    display: flex;
    justify-content: space-between;
    padding: .24rem 0;
    border: 1px solid #EDEDED;
    border-left: none;
    border-right: none;
}

.kxpnav .ul .li {
    display: flex;
    align-items: center;
}

/* .kxpnav .ul .li:last-child {
    margin-right: 0;
}

.kxpnav .ul .li:nth-last-of-type(2) {
    margin-right: 1.7rem;
} */

.kxpnav .ul .li .imgbox {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: .12rem;
    overflow: hidden;
}

.kxpnav .ul .li .txtbox {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: #000712;
    white-space: nowrap;
}

.kxpnav .ul .li .imgbox img {
    width: 100%;
    height: 100%;
}

.kxpnav .ul .li:hover .imgbox img {
    transform: translateY(-100%);
    filter: drop-shadow(0 .24rem var(--themeColor));
}

.kxpnav .ul .li:hover .txtbox {
    color: var(--themeColor);
}

.procontainer {
    padding: .58rem 0 1rem;
}

.procontainer .ul {
    display: flex;
    flex-wrap: wrap;
}

.procontainer .ul .li {
    width: 2.9rem;
    height: 1.8rem;
    background-color: #fff;
    border: 1px solid #EAEAEA;
    transition: all 0.5s;
    padding: .26rem .3rem 0;
    display: block;
    margin-right: calc((100% - 2.9rem * 5) / 4);
    margin-top: .3rem;
}

.procontainer .ul .li:nth-child(5n) {
    margin-right: 0;
}

.procontainer .ul .li:nth-child(-n+5) {
    margin-top: 0;
}

.procontainer .ul .li:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.procontainer .ul .li .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .14rem;
    color: #666666;
    margin-bottom: .14rem;
}

.procontainer .ul .li .h2 {
    font-family: rr;
    font-weight: 500;
    font-size: .18rem;
    line-height: .32rem;
    color: #184D77;
    transition: all 0.5s;
}

.procontainer .ul .li:hover .h2 {
    text-decoration: underline;
}

.ptools {
    margin-bottom: .16rem;
    position: relative;
    z-index: 10;
}

.pappli {
    width: 2.9rem;
    height: .42rem;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    border: 1px solid #E6E6E6;
    padding: 0 .24rem;
}

.procontainer .pappli .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: 1;
    color: #000712;
    padding-right: .1rem;
    border-right: 1px solid #C9C9C9;
    margin-right: .11rem;
    margin-bottom: 0;
}

.choices {
    flex: 1;
    height: 100%;
}



.choices__inner {
    border: none;
    padding: 0 !important;
    display: flex;
    align-items: center;
    height: 100%;
}

.choices__list--single {
    padding: 0;
}

.choices[data-type*=select-one]::after {
    border: none;
    width: .18rem;
    height: .18rem;
    background-image: url(/images/select.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
    margin-top: 0;
    right: 0;
}

.choices[data-type*=select-one].is-open::after {
    transform: translateY(-50%) rotate(90deg);
    margin-top: 0;
}

.choices__list--single .choices__item {
    margin-bottom: 4px;
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
    border-color: #E6E6E6;
}

.pnums {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: #666666;
}

.pnums span {
    font-family: rr;
    font-weight: 500;
    font-size: .18rem;
    color: #000712;
}

.pcover {
    width: 100%;
    height: 5.48rem;
    margin-bottom: .46rem;
}

.pcover .txtbox {
    width: fit-content;
    height: 100%;
    padding: 1.45rem 1rem 0 .6rem;
    background-color: rgba(0, 0, 0, 0.2);

}

.pcoverbox .h1 {
    font-family: rr;
    font-weight: 500;
    font-size: .32rem;
    color: #fff;
    margin-bottom: .17rem;
}

.pcoverbox .h2,.pcoverbox .h2 p {
    font-family: rr;
    font-weight: 400;
    font-size: .24rem;
    color: #fff;
    margin-bottom: .24rem;
line-height: 1.8;
}

.pcoverbox .h2 p  {margin: 0;}

.pcoverbox .h3 {
    display: flex;
    align-items: center;
    font-family: rr;
    font-weight: 300;
    font-size: .18rem;
    line-height: .38rem;
    color: #fff;
}

.pcoverbox .h3::before {
    content: '';
    display: inline-block;
    width: .04rem;
    height: .04rem;
    background-color: #fff;
    margin-right: .15rem;
}

.pjian {
    position: relative;
}

.pjian input[type="text"] {
    background-color: transparent;
    border: 1px solid #E6E6E6;
    width: 2.9rem;
    height: .42rem;
    border-radius: .5rem;
    padding-left: .24rem;
    font-size: .16rem;
}

.pjian input[type="button"] {
    width: .24rem;
    height: .24rem;
    background-image: url(/images/pss.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 0.22rem;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
    background-color: transparent;
}

/* 产品列表end */

/* 产品详情 */
.proban {
    position: relative;
    width: 100%;
    height: 3.8rem;
}

.proban>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.proban .txtbox {
    position: absolute;
    top: .77rem;
    left: 1.54rem;
}

.proban .txtbox .h1 {
    font-family: rr;
    font-weight: 500;
    font-size: .28rem;
    color: #FFFFFF;
}

.proban .txtbox .h2 {
    font-family: rr;
    font-weight: 500;
    font-size: .48rem;
    color: #FFFFFF;
    margin-bottom: .11rem;
}

.proban .txtbox .h3 {
    font-family: rr;
    font-weight: 400;
    font-size: .48rem;
    color: #FFFFFF;
}

.proban .txtbox .h4 {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: #FFFFFF;
    margin-top: 0.11rem;
}


.probox {
    margin-bottom: .35rem;
    width: 11.83rem;
}

.pcover .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .24rem;
    color: #fff;
    margin-bottom: .14rem;
}

.pcover p {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .38rem;
    color: #666666;
}

.probox table {
    width: 100%;
    border-collapse: collapse;
}

.probox table tr td,
.probox table tr td p {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .38rem;
    color: #000712;
    vertical-align: top;
}

.probox table tr td:first-child,
.probox table tr td:first-child p {
    width: 2.38rem;
    color: #666666;
}




.dldprobox table {
    width: 100%;
    border-collapse: collapse;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #EAEAEA;
}

.dldprobox th,
.dldprobox td {
    text-align: left;
    /* padding: 8px; */
    height: .64rem;
    border: 1px solid #EAEAEA;
    border-left: none;
    border-right: none;

    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: #666666;
    padding-left: .5rem;
}

.dldprobox td a {
    color: #666666;
}

.dldprobox td a:hover {
    color: var(--themeColor);
}

.dldprobox th:first-child,
.dldprobox td:first-child {
    width: 85%;
}

.dldprobox th {
    color: #184D77;
}

.dldprobox table tbody tr:nth-child(odd) {
    background-color: #F5F5F5;
}

.dldprobox .download-icon a {
    display: block;
    width: .24rem;
    height: .24rem;
    background-image: url(/images/download-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 0.5em;
}

.dldprobox .download-icon1 a {
    background-image: url(/images/download-icon1.png);
}


.dldprobox .download-icon a:hover {
    filter: invert(27%) sepia(21%) saturate(2815%) hue-rotate(172deg) brightness(84%) contrast(89%);
}

.dldtable {
    background-color: #fff;
    padding: .31rem .2rem .6rem;
}

.dldtable>span {
    display: block;
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: #666666;
    margin-bottom: .3rem;
}

.probox .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .24rem;
    color: #000712;
    margin-bottom: .14rem;
}

.probox p {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .38rem;
}

.dldprobox .h1 {
    margin-bottom: .34rem;
    font-family: rr;
    font-weight: 400;
    font-size: .24rem;
    color: #000712;
}

/* 产品详情end */

/* 首页 */
.idxtit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .4rem;
}

.idxtit .h1 {
    font-family: rr;
    font-weight: 500;
    font-size: .42rem;
    color: var(--themeColor);
}

.idxpros .imgbox {
    width: .58rem;
    height: .58rem;
}

.idxpros .swiper-slide {
    height: 2.8rem;
    border: 1px solid #EAEAEA;
    border-radius: .08rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: .6rem .22rem 0;
}

.idxpros .swiper-slide .imgbox {
    width: .58rem;
    height: .58rem;
    margin-bottom: 0.34rem;
    overflow: hidden;
}

.idxpros .swiper-slide .imgbox img {
    width: 100%;
    height: 100%;
}

.idxpros .swiper-slide:hover {
    background: linear-gradient(145.56deg, #19527D 1.86%, #1F7FB1 99.15%);

}

.idxpros .swiper-slide:hover .imgbox img {
    transform: translateY(-100%);
    filter: drop-shadow(0 .58rem #fff);
}

.idxpros .swiper-slide .txtbox .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: #000712;
    margin-bottom: .29rem;
    position: relative;
    text-align: center;
}

.idxpros .swiper-slide .txtbox .h1::after {
    content: '';
    position: absolute;
    width: 0.24rem;
    height: 2px;
    background-color: var(--themeColor);
    left: 50%;
    bottom: -0.2rem;
    transform: translateX(-50%);
}

.idxpros .swiper-slide .txtbox .h2 {
    font-family: ll;
    font-weight: 300;
    font-size: .14rem;
    line-height: .24rem;
    text-align: center;
    color: #666666;
}

.idxpros .swiper-slide:hover .txtbox .h1,
.idxpros .swiper-slide:hover .txtbox .h2 {
    color: #fff;
}

.idxpros .swiper-slide:hover .txtbox .h1::after {
    background-color: #fff;
}

.swiper-pagination-b {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .41rem;
}

.swiper-pagination-b .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #D7D7D7;
    margin: 0 10px !important;
}

.swiper-pagination-b .swiper-pagination-bullet-active,
.swiper-pagination-b .swiper-pagination-bullet:hover {
    background-color: var(--themeColor);
}

.homes2 {
    width: 100%;
    height: 6.9rem;
    position: relative;
}

.pbio {
    width: 100%;
    height: 100%;
}

.pbio .cpitem {
    width: 100%;
    height: 100%;
    padding-top: 1.12rem;
}

.pbio .cpitem .h1 {
    font-family: rr;
    font-weight: 500;
    font-size: .42rem;
    color: #fff;
    margin-bottom: .43rem;
}

.pbio .cpitem .h2 {
    font-family: rr;
    font-weight: 500;
    font-size: .24rem;
    color: #fff;
    margin-bottom: .21rem;
}

.pbio .cpitem .h3 {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .38rem;
    color: #fff;
    width: 5.86rem;
    margin-bottom: .36rem;
}

.homes2 .qy-more {
    border-color: #FFFFFF;
    color: #fff;
}

.pbionav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1rem;
}

.pbionav .ul {
    display: flex;
    justify-content: space-between;
}

.pbionav .ul .li {
    width: .64rem;
    position: relative;
    cursor: pointer;
}

.pbionav .ul .li .imgbox {
    width: .64rem;
    height: .64rem;
    margin-bottom: .18rem;
    border-radius: 100%;
    border: 1px solid #FEFEFE50;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pbionav .ul .li .imgbox img {
    width: 0.32rem;
    height: 0.32rem;
}

.pbionav .ul .li .txtbox {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.pbionav .ul .li:hover .imgbox,
.pbionav .ul .li.active .imgbox {
    background: linear-gradient(180deg, #19527D 0%, #1F7FB1 100%);
    /* border-color: var(--themeColor); */

}

.pbionav .ul .li::after {
    content: '';
    position: absolute;
    width: 3.2rem;
    height: 1px;
    background-color: #FFFFFF20;
    top: .31rem;
    left: .64rem;
}

.pbionav .ul .li:first-of-type::before {
    content: '';
    position: absolute;
    width: 1.92rem;
    height: 1px;
    background-color: #FFFFFF20;
    top: .31rem;
    right: .64rem;
}

.homes3 .ul {
    display: flex;
}

.homes3 .ul .li {
    margin-right: .3rem;
    width: 3.78rem;
}

.homes3 .ul .li:last-of-type {
    margin-right: 0;
}

.homes3 .ul .li .imgbox100 {
    width: 100%;
    height: 2.52rem;
}

.homes3 .ul .li .txtbox {
    width: 100%;
    height: 1.28rem;
    background-color: #fff;
    padding: .28rem .31rem 0;

    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .32rem;
    color: #000712;
}

.homes4 .ul .li .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: #003383;
    margin-bottom: .22rem;
}

.homes4 .ul .li .h2 {
    height: 1.58rem;
    font-family: rr;
    font-weight: 400;
    font-size: .22rem;
    line-height: .42rem;
    color: #000712;
}

.homes4 .ul .li .h3 {
    font-family: ll;
    font-weight: 300;
    font-size: .18rem;
    color: #666666;
}

.homes4 .ul {
    display: flex;
}

.homes4 .ul .li {
    width: 3.78rem;
    height: 3.28rem;
    background-color: #fff;
    margin-right: .3rem;
    padding: .47rem .28rem 0;
}

.homes4 .ul .li:last-of-type {
    margin-right: 0;
}

.homes4 .idxtit .h1 {
    color: #fff;
}

.homes4 .qy-more {
    border-color: #fff;
    color: #fff;
}

.homes5 {
    position: relative;
    padding-bottom: 1.51rem;
    overflow: hidden;
}

.homes5 .pwidth {
    position: relative;
    z-index: 2;
}

.homes5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 9.37rem;
    height: 6.08rem;
    background-image: url(/images/homes5bg1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}

.homes5::after {
    content: '';
    position: absolute;
    top: 0.57rem;
    right: 1.51rem;
    width: 6.75rem;
    height: 5.30rem;
    background-image: url(/images/homes5bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
}

/* .homes5 .h1 {
    font-family: rr;
    font-weight: 500;
    font-size: .42rem;
    color: var(--themeColor);
    margin-bottom: .28rem;
} */

.homes5 .p {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .38rem;
    color: #666666;
}

.homes5 .qy-more {
    margin-top: .37rem;
}

.lkab {
    display: flex;
    margin-top: .65rem;
}

.lkab .itm {
    display: flex;
    align-items: center;
    height: .24rem;
    padding-right: .71rem;
    margin-right: .71rem;
}

.lkab .itm:first-of-type {
    border-right: 1px solid #00071210;
}

.lkab .itm .imgbox {
    width: .32rem;
    height: .32rem;
    margin-right: .08rem;
    overflow: hidden;
}

.lkab .itm .imgbox img {
    width: 100%;
    height: 100%;
}

.lkab .itm .txtbox {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: #000712;
}

.lkab .itm:hover .txtbox {
    color: var(--themeColor);
}

.lkab .itm:hover .imgbox img {
    transform: translateY(-100%);
    filter: drop-shadow(0 .32rem var(--themeColor));
}

.homes6 {
    padding: .44rem 0 .37rem;
    border-top: 1px solid #EDF0F3;
}

.homes6 .brands {

    padding: 0 .52rem;
}

.homes6 .swiper-slide {
    display: flex;
    height: 1.2rem;
    align-items: center;
}

.swbtn {
    width: .32rem;
    height: .32rem;
    background-color: #00000020;
    border-radius: 50%;
    position: absolute;
}

.swbtn:hover {
    background-color: var(--themeColor);
}

.swbtn i {
    width: .1rem;
    height: .1rem;
    border: 1px solid #fff;
    border-right: none;
    border-top: none;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.swiper-button-next i {
    transform: translate(-50%, -50%) rotate(-135deg);
    left: 45%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}


.swbtn.swiper-button-next {
    right: 0;
    top: 56%;
}

.swbtn.swiper-button-prev {
    left: 0;
    top: 56%;
}

.banner,
.banner .pcs,
.banner .swiper-slide .item {
    height: 6.5rem;
}

/* 首页end */

/* 头部 */


#headerbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.gzherm1,
.yuyanqiehuan1,
.ldlg {
    display: none !important;
}

#header11 {
    height: .83rem;
    padding: 0;
    position: static;
}

#header11 .headtab {
    justify-content: flex-start;
    padding-left: .61rem;
}

#header11 .headtab>li {
    margin-right: .54rem;
}

#header11 .headtab>li>a {
    font-family: ll;
    font-weight: 700;
    font-size: .2rem;
    color: #333333;
    color: var(--themeColor);
}

#header11 .headtab>li:hover>a {
    color: var(--themeColor);
}

.gzherm:hover,
.yuyanqiehuan:hover,
.searchicon:hover {
    filter: invert(28%) sepia(15%) saturate(2263%) hue-rotate(164deg) brightness(91%) contrast(97%);
}

.headright .searchicon1,
.headright .enorcn,
.gzherm1 {
    margin-right: 0;
}

.headtop {
    height: .5rem;
    border-bottom: 1px solid rgba(202, 202, 202, 0.2);
    display: flex;
    align-items: center;
    background-color: #fff;
}

#header11 {
    border-color: rgba(202, 202, 202, 0.2);
}

.headtop .lef {
    display: flex;
    align-items: center;
}

.headtop .lef img {
    width: .2rem;
    height: .2rem;
    margin-right: 0.09rem;
}

.headtop .lef a {
    font-family: ll;
    font-weight: 700;
    font-size: .18rem;
    color: var(--themeColor);
}

.blk img {
    height: .18rem;
    width: auto;
}

.blk {
    margin-left: .3rem;
}

.header-link {
    display: flex;
    align-items: center;
    margin-left: .24rem;
}

.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: .2rem;
    height: .2rem;
    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: #333333 !important;
}

.header-link .link-1 a:hover i svg,
.header-link .link-1 a:hover i svg * {
    fill: var(--themeColor) !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: #333333;
    margin-top: 0.03rem;
}

.header-link .link-1 a:hover span.drop {
    color: var(--themeColor);
}

.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;
}


.headtop .qrcode-popup {
    padding: .15rem .3rem;
}

.headtop .qrcode-popup a {
    font-family: rr;
    font-size: .16rem;
    color: #2A2A2A;
    line-height: 2.2;
    display: block;
    white-space: nowrap;
    text-align: center;
}

.headtop.qrcode-popup a:hover {
    color: var(--themeColor);
}

/* 头部end */

/* 底部 */

.kxfoot {
    background-color: #000;
    padding-top: 1rem;
}

.kxfoot .part1 .lef>.dfsb {
    margin-bottom: .56rem;
}

.ftlogo {
    display: block;
    width: 1.41rem;
    height: .38rem;

}

.ftlogo img {
    width: 100%;
    height: 100%;
}

.ftico {
    display: flex;
    align-items: center;
    margin-bottom: .25rem;
}

.ftico img {
    width: .2rem;
    height: .2rem;
    margin-right: .12rem;
}

.ftico p,
.ftico a {
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    /* color: #666; */
    color: #fff;
}

.ftico a:hover {
    color: var(--themeColor);
}

.kxfoot .ftitm {
    width: 2.27rem;
}

.kxfoot .ftitm:last-child {
    width: auto;
}

.kxfoot .ftitm .h1 {
    font-family: ll;
    font-weight: 700;
    font-size: .2rem;
    color: #fff;
    margin-bottom: .2rem;
}

.kxfoot .ftitm .ul .li {
    display: block;

    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    line-height: .38rem;
    color: #fff;
}

.kxfoot .ftitm .ul .li:hover {
    color: #ffffff50;
}

.kxfoot .part2 {
    height: .76rem;
    border-top: 1px solid #ffffff80;
    margin-top: .93rem;
}

.kxfoot .part2 .lef {
    display: flex;
}

.kxfoot .part2 .lef .p,
.kxfoot .part2 .lef a {
    font-family: ll;
    font-weight: 300;
    font-size: .14rem;
    color: #fff;
    display: block;
}

.kxfoot .part2 .lef a {
    margin-left: .12rem;
}

.kxfoot .part2 .lef a:hover {
    color: var(--themeColor);
}

.kxfoot #bdshare a {
    background-color: transparent;
    flex-shrink: 0;
    width: .2rem;
    height: .2rem;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.kxfoot .tnr1 a {
    background-image: url(/images/tnr1.png) !important;
    margin-bottom: 0 !important;
}

.kxfoot .tnr2 a {
    background-image: url(/images/tnr2.png) !important;
    margin-bottom: 0 !important;
}

.kxfoot .tnr3 a {
    background-image: url(/images/tnr3.png) !important;
    margin-bottom: 0 !important;
}

.footbtnr div {
    width: auto;
    height: auto;
    margin-left: .2rem;
}


.kxfoot #bdshare {
    display: flex;
    flex-direction: row;
    margin: 0;
}


.kxfoot .part2 span {
    font-family: ll;
    font-weight: 300;
    font-size: .14rem;
    color: #fff;
}

/* 底部end */

.msban {
    display: none;
}

/* 关于 */
.abcardbox {
    display: flex;
    justify-content: space-between;
}

.abcardbox .lef {
    width: 8.56rem;
}

.abcardbox .lef .h1 {
    font-family: rr;
    font-weight: 500;
    font-size: .32rem;
    color: #000712;
    margin-bottom: .25rem;
}

.abcardbox .lef .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .24rem;
    color: #666666;
    margin-bottom: .15rem;
}

.abcardbox .lef .h3 {
    font-family: rr;
    font-weight: 400;
    font-size: .24rem;
    color: #000712;
    margin-bottom: .25rem;
}

.abcardbox .lef .p {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .38rem;
    color: #666666;
    margin-bottom: 1.5em;
}

.abcard .ul {
    display: flex;
    justify-content: space-between;
    margin-top: .68rem;
}

.abcard .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.abcard .ul .li .imgbox {
    width: .72rem;
    height: .72rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #2086BA;
}

.abcard .ul .li .imgbox img {
    width: .32rem;
    height: .32rem;
}

.abcard .ul .li .txtbox {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    text-align: center;
    margin-top: .16rem;
    color: #2086BA;
}

.abcard {
    padding: 1.24rem 0 1.32rem;
}

.abcard .imgbox100 {
    width: 6.74rem;
    height: 4.49rem;
    border-radius: .24rem;
}

.abcard .videobox {
    position: relative;
    cursor: pointer;
}

.abcard .videobox::after {
    content: '';
    width: .64rem;
    height: .64rem;
    background-color: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-image: url(/images/play6.png);
    background-size: .2rem .2rem;
    background-position: center;
    background-repeat: no-repeat;
}

.abcard:nth-of-type(2n) {
    background-color: #FAFAFA;
}

.abcard2 .abcardbox {
    flex-direction: row-reverse;
}


.msban {
    height: 5.8rem;
}

#ContentPlaceHolder1_pnl_banner {
    width: 100%;
    height: 100%;
}

#ContentPlaceHolder1_pnl_banner .isdisimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.msban .ttxxtt {
    top: 50%;
    transform: translateY(-50%);
    left: 1.52rem;
}

.msban .ttxxtt .text2 {
    font-family: rr;
    font-weight: 500;
    font-size: .48rem;
    margin-bottom: .2rem;
}

.msban .ttxxtt .text22 {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
}

.kxculture {
    padding: .77rem 0 1.26rem;
}

.kxculture .h1 {
    font-family: rr;
    font-size: .32rem;
    font-weight: 500;
}

.kxculture .ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.kxculture .ul .li {
    width: 7.85rem;
    padding: .32rem 0.47rem .24rem;
    border: 1px solid #E9E9E9;
    border-radius: 4px;
    border-top: 4px solid #2086BA;
    margin-top: .3rem;
}

.kxculture .ul .li .h2 {
    font-family: rr;
    font-weight: 500;
    font-size: .24rem;
    color: #666666;
    margin-bottom: .14rem;
}

.kxculture .ul .li p {
    text-indent: 0 !important;
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: .38rem;
    color: #666666;
    margin-bottom: 0.4em;
}

/* 关于end */

.lxsixcensicon {
    overflow: hidden;
}

.lxsixcensicon img {
    transform: translateY(-100%);
    filter: drop-shadow(0 .48rem var(--themeColor));
}

.homes5::after {
    display: none;
}

.homes5 .rig {
    flex-shrink: 0;
    margin-left: .66rem;
}

.homes5s {
    width: 5.8rem;
    height: 3.87rem;
}

.homes5s .swiper-slide {
    border-radius: .2rem;
    overflow: hidden;
}

.homes5s img {
    width: 100%;
    height: 100%;
    border-radius: .2rem;
}

.homes5s .swiper-pagination {
    display: flex;
    justify-content: flex-end;
    padding: 0 0.2rem;
    margin-bottom: .07rem;
}

.homes5s .swiper-pagination .swiper-pagination-bullet {
    margin: 0 .07rem;
    width: .1rem;
    height: .1rem;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
}

.homes5s .swiper-pagination .swiper-pagination-bullet-active,
.homes5s .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: #005EAD;
}

.pcenterh1 {
    display: flex;
    align-items: center;
}

.pcentersearch {
    display: flex;
    align-items: center;
    margin-left: .67rem;
    position: relative;
}

.pcentersearch input[type='text'] {
    width: 5.49rem;
    border: none;
    border-bottom: 1px solid #CDCDCD;
    padding: .12rem 0;
    font-size: .18rem;
}

.pcentersearch input[type='button'] {
    width: .28rem;
    height: .28rem;
    background: url(/images/searchhh.png) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
}

.pcentersearch input[type='button']:hover {
    filter: invert(27%) sepia(8%) saturate(6157%) hue-rotate(170deg) brightness(89%) contrast(91%);
}

.pdrop {
    display: flex;
}

.pdrop .item {
    margin-right: .38rem;
}

.pdrop .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: #333333;
    width: 3.4rem;
    padding-bottom: .26rem;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: .3rem;
}

.pdrop .pul .pli {
    display: flex;
    align-items: center;
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: #666666;
    line-height: 1 !important;
    margin-bottom: .23rem;
}

.pdrop .pul .pli .imgbox {
    width: .2rem;
    height: .2rem;
    overflow: hidden;
    margin-right: .11rem;
}

.pdrop .pul .pli .imgbox img {
    width: 100%;
    height: 100%;
}

.pdrop .pul .pli:hover {
    color: var(--themeColor);
}

.pdrop .pul .pli:hover .imgbox img {
    transform: translateY(-100%);
    filter: drop-shadow(0 .2rem var(--themeColor));
}

.tabs-box-pro {
    padding: .52rem 0 .75rem 3.58rem;
    border: none;
}

.tabs-box-pro .timgs {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.cmenu {
    border: 1px solid #EAEAEA;
}

.cmenu .item {
    display: flex;
    height: .76rem;
    border-bottom: 1px solid #EAEAEA;
}

.cmenu .item:last-of-type {
    border-bottom: none;
}

.cmenu .item .h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FAFAFA;
    width: 1.52rem;
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: #184D77;
    border-right: 1px solid #EAEAEA;
}

.cmenu .ul {
    display: flex;
}

.cmenu .ul .li {
    display: flex;
    align-items: center;
    width: 2.48rem;
    padding-left: .41rem;
}

.cmenu .ul .li .imgbox {
    width: .24rem;
    height: .24rem;
    overflow: hidden;
    margin-right: .08rem;
}

.cmenu .ul .li .imgbox img {
    width: 100%;
    height: 100%;
}

.cmenu .ul .li .txtbox {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    color: #000712;
}

#cmenu {
    margin-bottom: .64rem;
}

.cmenu .ul .li:hover .txtbox {
    color: var(--themeColor);
}

.cmenu .ul .li:hover .imgbox img {
    transform: translateY(-100%);
    filter: drop-shadow(0 .24rem var(--themeColor));
}

.cmenu .ul .li.current .txtbox {
    color: var(--themeColor);
}

.cmenu .ul .li.current .imgbox img {
    transform: translateY(-100%);
    filter: drop-shadow(0 .24rem var(--themeColor));
}



@media screen and (min-width:751px) {


.pdrop .h1 {
    border-bottom: none;
    margin-bottom: 0;
}

.pdrop .pul {
    display: flex;
}

.pdrop .pul .pli {
    width: 1.68rem;
    margin-bottom: 0;
}

.pdrop {
    display: block;
}

.pdrop .item {
    margin-right: 0;
    margin-bottom: .4rem;
}

.pdrop .item:last-of-type {
    margin-bottom: 0;
}

.tabs-box-pro .timgs {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.gimgbox {
    width: 1.56rem;
    height: .74rem;
}
.gimgbox>div {
    width: 100% !important;
    height: 100% !important;
}
.gimgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pdrop .item {
    padding-left: 1.84rem;
    position: relative;
}

.pdrop .item .gimgbox {
    position: absolute;
    left: 0;
    top: 0.05rem;
}


    .qy-more:hover {
        color: #fff;
    }

    .qy-more:hover span {
        color: #fff;
    }

    body {
        padding-top: var(--head);
    }

    .mbshow {
        display: none !important;
    }

    .pcshow {
        display: block !important;
    }

    .mbshowflex {
        display: none !important;
    }

    .pcshowflex {
        display: flex !important;
    }
}

@media screen and (max-width:750px) {

    .lxsixcensicon img {
        transform: translateY(-100%);
        filter: drop-shadow(0 .72rem var(--themeColor));
    }

    .mbshow {
        display: block !important;
    }

    .pcshow {
        display: none !important;
    }

    .mbshowflex {
        display: flex !important;
    }

    .pcshowflex {
        display: none !important;
    }

    html {
        scroll-padding-top: 0;
    }

    .pwidth {
        width: 6.8rem;
    }

    .sbox .mbanner .newtit {
        font-weight: 600;
        font-size: .62rem;
        line-height: .9rem;
        color: #fff;
        text-align: center;
    }

    .sbox .mbanner .newtitdesc {
        font-weight: 400;
        font-size: .48rem;
        line-height: .9rem;
        color: #fff;
        margin-top: 0;
        width: 6.5rem;
    }

    .mbanner .swiper-slide .item>div {
        top: 4.71rem;
    }

    .mheader .inputs {
        border: none;
        left: 2.5rem;
    }

    #mhead .skt,
    #mhead .skt img {
        width: var(--mhlogow);
        height: var(--mhlogoh);
    }

    #mhead {
        /* height: var(--mhead); */
        height: 0.9rem;
    }

    .droplist {
        top: var(--mhead) !important;
    }

    .mbanner {
        width: 100vw;
        height: 100vh;
        position: relative;
    }

    .mbanner .mbs {
        width: 100%;
        height: 100%;
    }

    .mbanner .swiper-slide .item>div {
        top: 1.66rem;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .mbanner .swiper-button-next,
    .mbanner .swiper-button-prev {
        display: none;
    }

    .kxpnav {
        position: relative;
    }

    .kxpnav::after {
        content: '';
        position: absolute;
        width: .83rem;
        height: .54rem;
        right: 0;
        top: .62rem;
        background-image: url(/images/navhand.png);
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .kxpnav .ul {
        padding: 0.29rem 0;
        overflow: auto;
    }

    .kxpnav .ul::-webkit-scrollbar {
        display: none;
    }

    .kxpnav .ul .li {
        margin-right: .7rem;
    }

    .kxpnav .ul .li .imgbox {
        width: 0.28rem;
        height: 0.28rem;
    }

    .kxpnav .ul .li .imgbox img {
        margin: 0;
    }

    .kxpnav .ul .li .txtbox {
        font-size: .24rem;
    }

    .ptools {
        display: block;
        margin-bottom: .32rem;
    }

    .pnums,
    .pnums span {
        font-size: .24rem;
    }

    .pappli {
        width: 100%;
        height: .72rem;
        margin-top: .29rem;
        background-color: #fff;
        padding: 0 .39rem;
    }

    .choices__inner {
        background-color: transparent;
    }

    .procontainer .pappli .h1 {
        font-size: .22rem;
        padding-right: .18rem;
    }

    .procontainer .ul {
        justify-content: space-between;
    }

    .procontainer .ul .li {
        margin-top: 0;
        width: 3.24rem;
        height: 2rem;
        margin-right: 0;
        margin-bottom: .24rem;
        border: none;
        box-shadow: 0px 2px 8px 3px #0000000F;
    }

    .procontainer .ul .li .h1 {
        font-size: .22rem;
        margin-bottom: .16rem;
    }

    .procontainer .ul .li .h2 {
        font-size: .24rem;
        line-height: .42rem;
    }

    .choices[data-type*=select-one]::after {
        width: .24rem;
        height: .24rem;
    }

    .choices__list--single .choices__item {
        margin-bottom: .04rem;
    }

    .pcoverbox .h1 {
        color: #000712;
        font-size: .36rem;
        margin-bottom: .27rem;
    }

    .pcoverbox .h2,   .pcoverbox .h2 p {
        color: #000712;
        font-size: .28rem;

    }

    .pcoverbox .h3 {
        font-size: .24rem;
        line-height: .52rem;
        color: #666666;
    }

    .pcoverbox .h3::before {
        background-color: #666666;
    }

    .pcover {
        height: 3.96rem;
        margin: .31rem 0 .46rem;
    }

    .pjian input[type="text"] {
        width: 100%;
        height: .72rem;
        background-color: #fff;
        font-size: .22rem;
        margin-top: 0.29rem;
    }

    .probox {
        margin-bottom: .4rem;
        width: auto;
    }

    .probox .h1 {
        font-size: .28rem;
        margin-bottom: .21rem;
    }

    .probox p {
        font-size: .24rem;
        line-height: .42rem;
    }

    .probox table tr {
        margin-bottom: 0.33rem;
    }

    .probox table tr td {
        font-size: .24rem;
        line-height: .42rem;
    }

    .probox table tr td:first-child,
    .probox table tr td:first-child p {
        width: auto;
        font-size: .24rem;
    }

    .probox table tr td:first-child {
        margin-bottom: .11rem;
    }

    .probox table tr td {
        display: block;
    }

    .dldprobox .h1 {
        font-size: .28rem;
    }

    .dldtable {
        padding: .4rem .2rem .49rem;
    }

    .dldprobox th:first-child,
    .dldprobox td:first-child {
        /* width: 82%; */
        width: 60%;
    }

    .dldprobox th,
    .dldprobox td {
        border: none;
        font-size: .2rem;
        padding-left: .38rem;
        min-height: .64rem;
        padding-top: 0.15rem;
        padding-bottom: 0.15rem;
    }

    .dldprobox .download-icon1 a,
    .dldprobox .download-icon a {
        width: .3rem;
        height: .3rem;
    }

    .dldprobox tr {
        border-bottom: 1px solid #EAEAEA;
    }

    .dldprobox thead tr {
        border-top: 1px solid #EAEAEA;
    }

    .dldtable>span {
        font-size: .24rem;
    }



    .idxpros .swiper-slide {
        height: 3.83rem;
        padding: .91rem .3rem 0;
    }

    .idxpros .swiper-slide .imgbox {
        width: .8rem;
        height: .8rem;
    }

    .idxpros .swiper-slide .txtbox .h1 {
        font-size: 0.24rem;
        margin-bottom: .4rem;
    }

    .idxpros .swiper-slide .txtbox .h2 {
        font-size: .2rem;
        line-height: 1.5;
    }

    .idxtit .h1 {
        font-size: .48rem;
    }

    .qy-more {
        font-size: .22rem;
        width: 1.69rem;
        height: .48rem;
    }



    .homes2 {
        height: 6.7rem;
    }

    .pbio .cpitem {
        padding-top: .88rem;
    }

    .pbio .cpitem .h1 {
        font-size: .48rem;
        line-height: 1;
        margin-bottom: .33rem;
    }

    .pbio .cpitem .h2 {
        font-size: 0.28rem;
    }

    .pbio .cpitem .h3 {
        font-size: .22rem;
        line-height: .42rem;
        width: 100%;
    }

    .pbionav .ul .li .imgbox {
        width: .8rem;
        height: .8rem;
    }

    .pbionav .ul .li {
        width: .8rem;
    }

    .pbionav .ul .li .txtbox {
        width: 1.1rem;
        white-space: normal;
        font-size: .22rem;
        line-height: .32rem;
    }

    .pbionav .ul .li::after {
        width: 1.5rem;
        left: .8rem;
        top: .4rem;
    }

    .homes3 .ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .homes3 .ul .li {
        margin-right: 0;
        width: 3.28rem;
        margin-bottom: .24rem;
    }

    .homes3 .ul .li .imgbox100 {
        height: 2.18rem;
    }

    .homes3 .ul .li .txtbox {
        height: 1.4rem;
        padding: .22rem .24rem 0;
        font-size: .24rem;
        line-height: .42rem;

    }


    .newsSwp {
        width: 7.15rem;
    }

    .homes4 .ul .li {
        padding: .47rem .26rem 0;
        height: 3.28rem;
    }

    .homes4 .ul .li .h1 {
        font-size: 0.22rem;
    }

    .homes4 .ul .li .h2 {
        font-size: .28rem;
        line-height: 2;
    }

    .homes4 .ul .li .h3 {
        font-size: .22rem;
    }

    .swiper-scrollbar-news {
        width: 100%;
        height: 8px;
        margin-top: .42rem;
        position: relative;
    }

    .swiper-scrollbar-news::after {
        content: '';
        position: absolute;
        width: 6.8rem;
        height: 1px;
        background-color: #ffffff50;
        left: 0;
        top: 50%;
        transform: translateY(-50%)
    }


    .swiper-scrollbar-news .swiper-scrollbar-drag {
        background-color: #fff;
    }

    .homes5 {
        padding-bottom: .91rem;
    }

    .homes5 .qy-more {
        margin-top: 0;
    }

    .homes5 .idxtit {
        margin-bottom: 5.26rem;
    }

    .homes5::before {
        width: 7.5rem;
        height: 6.08rem;
    }

    .homes5::after {
        width: 6.75rem;
        height: 5.03rem;
        top: 1.8rem;
        right: 0.38rem;
    }

    .homes5 .p {
        font-size: .24rem;
        line-height: 2;
    }

    .lkab .itm .imgbox {
        width: .42rem;
        height: .42rem;
        margin-right: .2rem;
    }

    .lkab .itm .txtbox {
        font-size: .24rem;
    }

    .homes6 {
        width: 6.8rem;
        margin: 0 auto;
    }

    .homes6 .brands {
        /* padding: 0; */
        /* width: 6.22rem; */
    }

    .homes6 .brands img {
        width: 1.26rem;
    }

    .kxfoot .part1 .lef {
        width: 100%;
    }

    .footbtnr div {
        width: .44rem;
        height: .44rem;
        border: 1px solid #494E55;
    }


    .kxfoot .part1 .rig {
        display: none;
    }

    .kxfoot #bdshare a {
        width: .28rem;
        height: .28rem;
        filter: brightness(2);
    }

    .ftlogo {
        width: 1.56rem;
        height: .42rem;
    }

    .ftico img {
        width: .24rem;
        height: .24rem;
    }

    .ftico p,
    .ftico a {
        font-size: .22rem;
    }

    .kxfoot .part1 .lef>.dfsb {
        margin-bottom: .48rem;
    }

    .kxfoot .part2 {
        height: 1.13rem;
        margin-top: .4rem;
    }

    .kxfoot .part2 .rig {
        display: none;
    }

    .kxfoot .part2 .lef {
        display: block;
    }

    .kxfoot .part2 .lef .p,
    .kxfoot .part2 .lef a {
        font-size: .2rem;
        line-height: 1.8;
    }

    .mfooter {
        display: none !important;
    }

    .proban .txtbox {
        left: .33rem;
        top: 1.02rem;
    }

    .proban .txtbox .h1 {
        font-size: .36rem;
    }

    .proban .txtbox .h3 {
        font-size: .48rem;
    }

    .proban .txtbox .h4 {
        font-size: .24rem;
    }

    #mhead {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .search11 {
        margin-right: 0;
    }

    .dka {
        margin-right: .19rem;
    }

    .headtop .lef a {
        display: none;
    }

    .headtop .lef img {
        width: .28rem;
        height: .28rem;
    }

    .header-link .link-1 i {
        width: .28rem;
        height: .28rem;
    }

    .header-link .link-1 a span.drop {
        font-size: .2rem;
    }

    .mnav1 {
        display: none !important;
    }

    .abcardbox .lef .h2 {
        font-size: .28rem;
        line-height: .48rem;
    }

    .abcard .rig {
        margin-bottom: .36rem;
    }

    .abcardbox .lef .p {
        font-size: .24rem;
        line-height: 2;
    }

    .abcard .ul {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .abcard .ul .li {
        width: 33.333%;
        margin-top: .52rem;
    }

    .abcard .ul .li:nth-of-type(-n+3) {
        margin-top: 0;
    }

    .abcard .ul .li .imgbox {
        width: .88rem;
        height: .88rem;
    }

    .abcard .ul .li .imgbox img {
        width: .48rem;
        height: .48rem;
    }

    .abcard .ul .li .txtbox {
        font-size: .24rem;
        margin-top: .26rem;
    }

    .abcard .ul {
        margin-top: 0;
    }

    .abcard {
        padding: .62rem 0 .84rem;
    }

    .abcardbox .lef .h1 {
        font-size: .36rem;
        margin-bottom: .4rem;
    }

    .abcard3 .abcardbox .lef .h1 {
        margin-bottom: 0.27rem;
    }

    .abcardbox .lef .h3 {
        margin-bottom: 0.4rem;
    }

    .kxculture {
        padding: .8rem 0 1rem;
    }

    .kxculture .ul .li {
        width: 100%;
        padding: .32rem 0.3rem .24rem;
        min-height: 4.5rem;
    }

    .kxculture .ul {
        flex-wrap: nowrap;
    }

    .kxculture .h1 {
        font-size: .36rem;
    }

    .kxculture .ul .li .h2 {
        font-size: .28rem;
    }

    .kxculture .ul .li p {
        font-size: .24rem;
        line-height: 2;
    }

    .lxsixewm {
        justify-content: flex-start;
    }

    .lxsixewms {
        margin-right: 0.6rem;
    }

    .qy-more::before {
        display: none !important;
    }

    .homes5 .idxtit {
        margin-bottom: 0;
    }

    .homes5 .pwidth.df {
        flex-direction: column;
    }

    .lkab {
        justify-content: space-between;
    }

    .lkab .itm {
        border: none;
        margin: 0;
        padding: 0;
    }

    .homes5s {
        width: 100%;
        height: 4.54rem;
        margin-top: 0.5rem;
    }

    .homes5 .rig {
        margin: 0;
    }

    .pcentersearch {
        margin-left: 0.2rem;
    }

    .pcentersearch input[type='text'] {
        width: 2.5rem;
    }

    .pdrop .h1 {
        padding-bottom: 0;
        border: none;
        margin-bottom: .22rem;
        font-size: .22rem;
    }

    .pdrop .pul .pli .imgbox {
        width: .22rem;
        height: .22rem;
        margin-right: .12rem;
    }

    .pdrop .pul .pli {
        font-size: .22rem;
        margin-bottom: .25rem;
    }

    .pdrop .pul .pli:hover .imgbox img {
        transform: translateY(-100%);
        filter: drop-shadow(0 .22rem var(--themeColor));
    }

    .cmenu .item .h1 {
        flex-shrink: 0;
    }

    .cmenu .ul {
        flex-wrap: wrap;
    }

    .cmenu .item {
        height: auto;
    }

    .cmenu .ul .li {
        height: .5rem;
    }

    .abcard .rig {
        width: 6.8rem;
    }

    .kxfoot #bdshare {
        display: none !important;
    }
}