@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;
}

[backImg] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

:root {
    --themeColor: #334983;
    --imgScale: scale(1.05);
    --head: 1rem;
}

html {
    scroll-padding-top: var(--head);
}

.pwidth {
    width: 15rem;
    margin: 0 auto;
}

.ppad {
    padding-top: .92rem;
    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);
}

.li:hover .bs {
    color: var(--themeColor) !important;
}

sup {
    font-size: 0.8em;
    vertical-align: super;
}

.qy-more {
    width: 1.48rem;
    height: .44rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--themeColor);
    border-radius: 4px;
    border: 1px solid #D7D7D7;

    font-family: ll;
    font-size: .18rem;
    font-weight: 400;
    line-height: .2387rem;
    text-align: left;
    color: #fff;

    position: relative;
    overflow: hidden;
    cursor: pointer;

    border-radius: .5rem;
}

.qy-more::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    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: #666;
}

.qy-more:hover span {
    color: #666;
}

.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;
    background-color: var(--themeColor);
}

.swiper-pagination-c .swiper-pagination-bullet:hover {
    opacity: 1;
    background-color: var(--themeColor);
}


.sbox .banner .item .newtit {
    color: #FFF;
    font-family: rr;
    font-size: .7rem;
    font-weight: 500;
    line-height: .8204rem;
    text-align: center;
    max-width: none;
    width: 100%;

}

.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;
    text-align: center;
    max-width: none;
    width: 100%;
}

.sbox .banner video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}

.footItem {
    height: fit-content !important;
}


/* 首页 */
.hometit {
    font-family: rr;
    font-weight: 400;
    font-size: .36rem;
    line-height: 1;
    margin-bottom: .52rem;
    color: var(--themeColor);
    text-align: center;
}

.homes2 {
    background-color: #ECEFF1;
}

.homes2 .ul .li {
    height: 3.33rem;
    display: flex;

}

.homes2 .ul .li .txtbox {
    width: 3.66rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .47rem .43rem .85rem;

}


.homes2 .ul .li .imgbox100 {
    flex: 1;
}

.homes2 .ul .li .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .2rem;
    line-height: 1;
    color: #333333;
    margin-bottom: .14rem;
}

.homes2 .ul .li .h2 {
    font-family: ll;
    font-weight: 300;
    font-size: .16rem;
    line-height: .36rem;
    color: #666666;
}


.homes2 .ul .li .xmd {
    font-family: ll;
    font-weight: 300;
    font-size: .16rem;
    line-height: 1;
    text-decoration: underline;
    color: #333333;
}

.swiper-pagination-n {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: .34rem;
    z-index: 10;
}

.swiper-pagination-n .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background-color: #fff;
    margin: 0 .1rem !important;
}

.swiper-pagination-n .swiper-pagination-bullet-active,
.swiper-pagination-n .swiper-pagination-bullet:hover {
    background-color: var(--themeColor);
}

.homes3 {
    padding-bottom: 1.26rem;
    border-bottom: 1px solid #EFEFEF;
}

.guidx {
    width: 100%;
    height: 2.92rem;
    background-image: url(/images/guidx.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.guidx .square {
    width: 13rem;
    height: 2.2rem;
    border: 1px solid #DEDEDE;
    border-top: none;
    border-bottom: none;
    position: absolute;
    top: 1.77rem;
    left: 50%;
    transform: translateX(-50%);
}

.guidx .square .h1 {
    width: 100%;
    font-family: rr;
    font-weight: 400;
    font-size: .3rem;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);

}

.guidx .square .h1::before {
    content: '';
    width: 35%;
    height: 1px;
    background-color: #DEDEDE;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.guidx .square .h1::after {
    content: '';
    width: 35%;
    height: 1px;
    background-color: #DEDEDE;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.guidx .square .h2 {
    width: 100%;
    font-family: rr;
    font-weight: 400;
    font-size: .3rem;
    line-height: 1;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    color: var(--themeColor);
    transform: translate(-50%, 50%);
}

.guidx .square .h2::before {
    content: '';
    width: 40%;
    height: 1px;
    background-color: #DEDEDE;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.guidx .square .h2::after {
    content: '';
    width: 40%;
    height: 1px;
    background-color: #DEDEDE;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.homes3ny {
    width: 13rem;
    margin: 0 auto;
    padding-top: 1.6rem;
}

.homes3ny .p {
    font-family: ll;
    font-weight: 300;
    font-size: .18rem;
    line-height: 2;
    text-align: center;
    color: #666666;
}

.shuzili {
    padding: 0 .32rem;
    margin-top: .48rem;
}

.shuzili .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.counters {
    font-family: rr;
    font-weight: 400;
    font-size: .48rem;
    line-height: 1;
    color: var(--themeColor);
}

.counters span {
    font-size: .24rem;
}

.shuzili .ctxt {
    font-family: ll;
    font-weight: 300;
    font-size: .18rem;
    line-height: 1;
    text-align: center;
    color: #666666;
    margin-top: .11rem;
}

.homes3 .qy-more {
    margin: 0 auto;
    margin-top: .52rem;
}


.jishuhead {
    background-color: #EDEEEF;
}

.jishuhead .ul {
    display: flex;
    width: 100%;
    height: 2.1rem;
}

.jishuhead .ul .li {
    width: 25%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: .59rem;
    cursor: pointer;
}

.jishuhead .ul .li .imgbox {
    width: .48rem;
    height: .48rem;
    overflow: hidden;
    margin-bottom: .37rem;
}

.jishuhead .ul .li .imgbox img {
    width: 100%;
    height: 100%;
}

.jishuhead .ul .li .txtbox {
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: 1;
    text-align: center;
    color: #666666;
}

.jishuhead .ul .li:nth-of-type(2n) {
    background-color: #F5F6F7;
}


.jishuhead .ul .li.active,
.jishuhead .ul .li:hover {
    background-color: var(--themeColor);
}

.jishuhead .ul .li.active .imgbox img,
.jishuhead .ul .li:hover .imgbox img {
    transform: translateY(-100%);
    filter: drop-shadow(0 .48rem #fff);
}

.jishuhead .ul .li.active .txtbox,
.jishuhead .ul .li:hover .txtbox {
    color: #fff;
}

.jishuhead .ul .li.active::after,
.jishuhead .ul .li:hover::after {
    content: '';
    position: absolute;
    width: .2rem;
    height: .2rem;
    background-color: var(--themeColor);
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%) rotate(45deg);

}

.jishus .ul .li .imgbox100 {
    height: 3.05rem;
}

.jishus .ul .li .txtbox {
    font-family: ll;
    font-weight: 300;
    font-size: .18rem;
    line-height: 1;
    text-align: center;
    margin-top: .3rem;
    color: #666666;
}

.swiper-scrollbar-n {
    width: 100%;
    height: 3px;
    background-color: transparent;
    position: relative;
    margin-top: .54rem;
}

.swiper-scrollbar-n::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #DEDEDE;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.swiper-scrollbar-drag {
    z-index: 2;
    cursor: grab;
}

.jishuny {
    padding: 1.05rem 0 1.32rem;
}

.homes4 {
    padding-top: 1rem;

    background-image: url(/images/jishunybg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.jishuny .item {
    display: none;
}

.jishuny .item:first-of-type {
    display: block;
}

.swiper-scrollbar-drag {
    background-color: var(--themeColor) !important;
}

.hnav {
    display: flex;
    justify-content: center;
}

.hnav .item {
    cursor: pointer;
    width: 1.28rem;
    height: .36rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: rr;
    font-weight: 300;
    font-size: .18rem;
    line-height: 1;
    color: #666666;
    border: 1px solid #D9D9D9;
    border-radius: .5rem;
    margin: 0 .15rem;
    overflow: hidden;
    position: relative;
}

.hnav .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--themeColor);
    transform: translateX(-104%);
    transition: all .3s;
}


.hnav .item:hover::before {
    transform: translateX(0);
}

.hnav .item.active,
.hnav .item:hover {
    color: #fff;
    border-color: transparent;
}

.hnav .item.active::before {
    transform: translateX(0);
}

.hnav .item span {
    z-index: 2;
}

.homes5 .xinwen .item {
    display: flex;
}

.homes5 .xinwen .lef {
    flex: 1;
    height: 3.05rem;
}

.homes5 .xinwen .lef .ul .li {
    display: block;
    padding: 0.28rem 0;
    border-bottom: 1px solid #EAEAEA;
}

.homes5 .xinwen .lef .ul .li .h1 {
    font-family: ll;
    font-weight: 600;
    font-size: .18rem;
    line-height: 1;
    color: #27221C;
    display: flex;
    justify-content: space-between;
}

.homes5 .xinwen .lef .ul .li .h2 {
    font-family: ll;
    font-weight: 300;
    font-size: .16rem;
    line-height: 2;
    color: #666666;
    transition: all .5s;
    /* height: .74rem; */
    /* margin-top: .13rem; */
    height: 0;
    margin-top: 0;
    overflow: hidden;
}

.homes5 .xinwen .lef .ul .li.active .h1 {
    color: var(--themeColor);

}

.homes5 .xinwen .lef .ul .li .h1 span {
    color: #BFBFBF !important;
    font-weight: 400;
    font-family: ll;
}

.homes5 .xinwen .lef .ul .li.active .h2 {
    height: .7rem;
    margin-top: .13rem;
}

.homes5 .xinwen .rig {
    width: 4.58rem;
    height: 3.05rem;
    margin-left: .68rem;
    flex-shrink: 0;
}

.homes5 .xinwen .rig .swiper {
    width: 100%;
    height: 100%;
}

.homes5 .xinwen .rig .ul .li {
    position: relative;
    height: 100%;
}

.homes5 .xinwen .rig .ul .li .imgbox100 {
    width: 100%;
    height: 100%;
}

.homes5 .xinwen .rig .ul .li .txtbox {
    position: absolute;
    z-index: 2;
    bottom: .14rem;
    left: .2rem;
    font-family: rr;
    font-weight: 400;
    font-size: .18rem;
    line-height: 1;
    color: #fff;
}

.homes5 .swiper-button-next-xw,
.homes5 .swiper-button-prev-xw {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .32rem;
    height: .32rem;
    background-color: rgba(0, 0, 0, 0.2);
    left: .12rem;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.homes5 .swiper-button-next-xw {
    right: .12rem;
    left: auto;
}

.homes5 .swiper-button-next-xw .i,
.homes5 .swiper-button-prev-xw .i {

    transform: rotate(-135deg);
    width: .1rem;
    height: .1rem;
    border: 1px solid #fff;
    border-left: none;
    border-bottom: none;

}

.homes5 .swiper-button-next-xw .i {
    transform: rotate(45deg);
    margin-right: .05rem;
}

.homes5 .swiper-button-prev-xw .i {
    margin-left: .05rem;
}

.homes5 .swiper-button-next-xw:hover,
.homes5 .swiper-button-prev-xw:hover {
    background-color: var(--themeColor);
}


.footer {
    padding: 0.62rem 0 0.34rem;
    background-color: #fbfbfb;
}

.fotImg img {
    width: 1.99rem;
    height: 0.45rem;
}

.fotNav {
    margin-top: 0.4rem;
}

.fotNav ul {
    display: flex;
}


.fotNav ul li:nth-of-type(1) {
    width: 2rem;
}

.fotNav ul li:nth-of-type(2) {
    width: 2.3rem;
}

.fotNav ul li:nth-of-type(3) {
    width: 2.3rem;
}

.fotNav ul li:nth-of-type(4) {
    width: 2.55rem;
}

.fotcontact {
    margin-top: 0.4rem;
}

.fotNav ul li h3,
.fotcontact h4 {
    font-size: 0.2rem;
    color: #333;
    line-height: 1;
    margin-bottom: 0.15rem;
}

.fotNav ul li a,
.fotcontact p {
    font-size: 0.16rem;
    color: #666;
    line-height: 0.32rem;
    display: block;
    font-weight: 300;
    cursor: pointer;
}

.fotNav ul li a:hover,
.fotcontact p:hover {
    color: #999
}

.fotBottom {
    margin-top: 0.6rem;

    padding-top: .37rem;
    border-top: 1px solid #A8BEC440;
}

.fotBottom p {
    font-size: 0.14rem;
    color: #333;
    line-height: 0.18rem;
}

.yqlink {
    font-size: 0.14rem;
    color: #c9cbcd;
    line-height: 1;
}

.linktx,
.linkImg {
    float: left;
}

.linktx {
    width: 1.5rem;
    height: 0.32rem;
    border: 1px solid #585858;
    line-height: 0.32rem;
    padding-left: 0.1rem;
    margin-top: 0.2rem;
    border-right: none;
}

.linkImg {
    width: 0.3rem;
    height: 0.32rem;
    background: #3b3d3e url(../images/link.png) no-repeat center;
    background-size: 0.08rem 0.13rem;
    margin-top: 0.2rem;
    border: 1px solid #585858;
    border-left: none;
}

.ewmBox {
    margin-top: 0.4rem;
}

.ewmImg {
    /* width: 1.24rem;
    height: 1.24rem; */
    width: 1.12rem;
    height: 1.12rem;
    border: 1px solid #CECECE80;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ewmImg img {
    width: 1.12rem;
    height: 1.12rem;
}

.ewmBox p {
    font-size: 0.16rem;
    color: #333;
    line-height: 1;
    margin-top: 0.18rem;
    text-align: center;
}

.sharebb {
    margin-left: 0.1rem;
}

.sharebb a {
    margin: 0 0 0 0.23rem !important;
}


.footer .fd-share {
    display: flex;
}

.ftt1 {
    display: block;
    width: 0.2rem;
    height: 0.2rem !important;
    background-image: url(../images/wx1.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
}

.ftt2 {
    display: block;
    width: 0.2rem;
    height: 0.2rem !important;
    background-image: url(../images/wx2.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
}

.ftt3 {
    display: block;
    width: 0.2rem;
    height: 0.2rem !important;
    background-image: url(../images/wx3.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
}

.ftt4 {
    display: block;
    width: 0.2rem;
    height: 0.2rem !important;
    background-image: url(../images/wx4.png) !important;
    background-repeat: no-repeat;
    background-size: contain;
}

.homes3new {
    background-image: url(/images/homes3newbg.jpg);
}

.homes3new .qy-more {
    margin-top: .56rem;
}

.homes3new .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .36rem;
    color: #233064;
    margin-bottom: .2rem;
}

.homes3new .h2 {
    font-family: rr;
    font-weight: 400;
    font-size: .28rem;
    color: #333;
    margin-bottom: .25rem;
}

.homes3new .h3 {
    font-family: ll;
    font-weight: 300;
    font-size: .18rem;
    line-height: .38rem;
    color: #333333;
    width: 6.23rem;
}

.homes3new .shuzili {
    width: 6.3rem;
    padding: 0;
}

.homes3new .counters {
    font-size: .38rem;
    text-align: left;
}

.homes3new .shuzili .ctxt {
    font-family: ll;
    font-weight: 300;
    font-size: .18rem;
    margin-top: .1rem;

}

.homes3new .shuzili .item {
    align-items: flex-start;
}

.homes3new .rig {
    position: relative;
}

.homes3new .rig::before {
    content: '';
    position: absolute;
    top: 0.34rem;
    left: -0.36rem;
    width: 6.62rem;
    height: 4.23rem;
    border: 2px solid rgba(255, 255, 255, 0.6);
    z-index: 1;
}

.homes3new .rig .imgbox {
    width: 6.94rem;
    height: 4.24rem;
    position: relative;
    z-index: 2;
}

.homes3new .rig .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.homes3new .rig {
    margin-right: -0.37rem;
}


.brandSwp .swiper-slide {
    /* height: 1.6rem; */
    height: 1.15rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brandSwp .swiper-slide img {
    max-width: 90%;
    max-height: 80%;
    min-width: 70%;
    object-fit: contain;
}

.swiper-pagination-brand {
    display: flex;
    justify-content: center;
    margin-top: .4rem;
}

.swiper-pagination-brand .swiper-pagination-bullet {
    opacity: 1;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 .1rem !important;
}

.swiper-pagination-brand .swiper-pagination-bullet-active,
.swiper-pagination-brand .swiper-pagination-bullet:hover {
    background-color: var(--themeColor);
}

.homes6 .hometit {
    color: #27221C;
}

/* 首页end */

/* 头部 */
#header11 {
    height: 1rem;
    /* position: absolute; */
}

#header11 .headright {
    display: none;
}

#header11 .tabs-box ul li a {
    color: #333;
}

#header11 .tabs-box ul li a:hover {
    color: var(--themeColor);
}

#header11 .logo {
    width: 2.04rem;
    height: .45rem;
}



#header11 {
    padding: 0 2rem 0 2.01rem;
}

/*
#header11 .headtab>li {
    padding-top: .58rem;
}
 #header11 .headtab>li>a {
    line-height: 1;
} 

.headtab>li::after {
    top: .1rem;
}*/


#header11 .headtab>li:last-of-type {
    margin-right: 0;
}

.handleNavRight {
    position: absolute;
    display: flex;
    align-items: center;
    top: .19rem;
    right: 2rem;
}

.handleEn {
    display: flex;
}

.handleEn a {
    font-family: rr;
    font-weight: 400;
    font-size: .14rem;
    line-height: 1;
    color: #fff;
    position: relative;
    display: block;
}

.handleEn a:hover {
    color: var(--themeColor);
}

.handleEn a:first-of-type {
    margin-right: .3rem;
}

.handleEn a:first-of-type::after {
    content: '';
    position: absolute;
    width: .01rem;
    height: .14rem;
    background-color: #fff;
    right: -0.15rem;
}


.handleNavRight svg {
    width: .2rem;
    height: .2rem;
    fill: #fff;
    cursor: pointer;
}

.head1 .handleNavRight svg,
.head2 .handleNavRight svg {
    fill: #333333;
}

.head1 .headtab>li>a,
.head2 .headtab>li>a {
    color: #333333;
}

.handleNavRight svg:hover {
    fill: var(--themeColor);
}

.handleNavRight .handleInput {
    align-items: center;
    display: flex;
    position: relative;
    transition: width .3s ease;
    visibility: hidden;
    width: 0;
}

.handleNavRight.active .handleInput {
    visibility: visible;
    width: 2.44rem;
}

.handleNavRight .handleInput::after {
    background-color: #999999;
    bottom: -0.05rem;
    content: "";
    display: block;
    height: 1px;
    left: -1.5em;
    opacity: .5;
    position: absolute;
    right: -1.5em;
    visibility: hidden;
}

.handleNavRight.active .handleInput::after {
    visibility: visible;
}

.handleNavRight .handleInput input {
    background-color: transparent;
    border: 0;
    line-height: 1;
    outline: none;
    padding: 0 .5em;
    width: 100%;
    height: 100%;
    height: .2rem;
    font-size: 16px;
    color: #999999;
}

.sclose {
    align-items: center;
    display: none;
}

.handleNavRight.active .sclose {
    display: flex;
}

.sclose svg {
    fill: #999999;
    stroke: #999999;
}

.handleSearch {
    display: flex;
    align-items: center;
}

.handleNavRight.active a.handleSearch {
    width: auto;
}

.handleNavRight.active a.handleContact {
    border: none;
}

.handleNavRight .yuyan {
    font-family: rr;
    font-size: .18rem;
    font-weight: 400;
    color: #666666;
    display: flex;
    align-items: center;
}

.handleNavRight .yuyan:hover {
    color: var(--themeColor);
}

.niidwx>img {
    width: .26rem;
    height: .26rem;
    margin-top: 0.03rem;
}

.niidwx>img:hover {
    cursor: pointer;
    filter: invert(48%) sepia(97%) saturate(1508%) hue-rotate(352deg) brightness(103%) contrast(104%);
}

.niidwx {
    position: relative;
}

.dropewm {
    position: absolute;
    top: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 99;
    width: 1.3rem;
    height: 1.3rem;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.dropewm img {
    width: 100%;
    height: 100%;
}

.dropewm::before {
    content: '';
    position: absolute;
    top: -.1rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: .1rem solid transparent;
    border-right: .1rem solid transparent;
    border-bottom: .1rem solid #fff;
}

.niidwx:hover .dropewm {
    display: block;
}

.handleNavRight .niidwx,
.handleSearch,
.handleNavRight .yuyan {
    margin-right: 0.2rem;
}

.topbtn1 {
    height: .34rem;
    padding: 0 .08rem;
    border: 1px solid var(--themeColor);
    color: var(--themeColor);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: rr;
    font-size: .16rem;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    margin-right: .09rem;
}

.topbtn1::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--themeColor);
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: all 0.5s;
}

.topbtn1 span {
    position: relative;
    z-index: 2;
}

.topbtn1:hover::after {
    transform: translateX(0);
}

.topbtn1:hover {
    color: #fff;
}


.topbtn2 {
    height: .34rem;
    padding: 0 .18rem;
    border: 1px solid var(--themeColor);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: rr;
    font-size: .16rem;
    font-weight: 400;
    position: relative;
    overflow: hidden;
}

.topbtn2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--themeColor);
    top: 0;
    left: 0;
    transform: translateX(0);
    transition: all 0.5s;
}

.topbtn2 span {
    position: relative;
    z-index: 2;
}

.topbtn2:hover::after {
    transform: translateX(100%);
}

.topbtn2:hover {
    color: var(--themeColor);
}

/* 头部 end */


/* 关于我们 */


.counterbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.counters {
    font-family: rr;
    font-weight: 400;
    font-size: .48rem;
    line-height: 1;
    color: var(--themeColor);
}

.counterbox {
    text-align: center;
}

.countertxt {
    font-family: ll;
    font-weight: 300;
    font-size: .18rem;
    text-align: center;
    margin-top: .15rem;
}

.abs1 .counterbox {
    padding: .5rem 0;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    margin: .69rem 0 .4rem;
}

.abs1 .counterbox .item {
    width: 25%;
    border-right: 1px solid #E4E4E4;
}

.abs1 .counterbox .item:last-child {
    border-right: none;
}

.abs1 .h1 {
    font-family: rr;
    font-weight: 400;
    font-size: .26rem;
    color: var(--themeColor);
    text-align: center;
    margin-bottom: .44rem;
}

.abs1 .p {
    font-family: ll;
    font-weight: 300;
    font-size: .18rem;
    line-height: .38rem;
    color: #666666;
    text-indent: 2em;
    margin-bottom: .26rem;
}

.abs1 .p:last-of-type {
    margin-bottom: 0;
}

.abs1 .rig {
    flex-shrink: 0;
    margin-left: .7rem;
    width: 6.17rem;
}

.abs1 .rig img {
    margin: 0;
    width: 100%;
}

.bannerlist {
    position: absolute;
    bottom: .36rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.bannerlist .ul {
    display: flex;
}

.bannerlist .ul .li {
    display: block;
    font-family: rr;
    font-weight: 400;
    font-size: .16rem;
    color: #fff;
    margin: 0 1.5em;
    position: relative;
    padding-bottom: .08rem;
}

.bannerlist .ul .li:hover {
    color: rgba(255, 255, 255, 0.8);
}

.bannerlist .ul .li.current::before,
.bannerlist .ul .li:hover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.4);
    bottom: 0;
    left: 0;
    z-index: 2;
}

.bannerlist .ul .li.current::after,
.bannerlist .ul .li:hover::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: .04rem solid transparent;
    border-right: .04rem solid transparent;
    border-top: .04rem solid rgba(255, 255, 255, 0.4);
    bottom: -0.04rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}



.msban {
    height: 5.5rem;
}

.msban .ttxxtt {
    left: 2.02rem;
    top: 52%;
    transform: translateY(-50%);

}

.msban .ttxxtt .text2 {
    font-size: .42rem;
    margin-bottom: 0;
}


#ContentPlaceHolder1_pnl_banner {
    width: 100%;
    height: 100%;
}

.dytoptu img {
    width: 100%;
    height: 100%;
}


.handleNavRight {
    position: static;
}

.niidmid {
    display: flex;
    flex-direction: row-reverse;
}

.handleEn {
    display: none;
}

.handleSearch {
    margin-right: 0;
    margin-left: .27rem;
}

.pCenter,
.banner .item .txt {
    top: 54%;
}

/* 关于我们end */

.shinav {
    display: none !important;
}

.tabs-box {
    padding: .51rem 0 .72rem;
    justify-content: center;
}

.tabs-box ul {
    padding-left: 0;
    border: none;
    width: calc(3.32rem * 3);
    margin-left: -0.72rem;
}

.tabs-box ul li {
    width: 3.32rem;
}

.quality-manual-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.quality-manual-table th,
.quality-manual-table td {
    border: 1px solid #ddd;
    padding: 12px 16px;
    text-align: center;
}

.quality-manual-table th {
    color: #555;
    font-weight: 600;
}

.quality-manual-table td.title-cell {
    font-weight: 600;
    font-size: 1.1em;
}



.quality-manual-table tr:hover {
    background-color: #f8f9fa;
    transition: background-color 0.2s ease;
}

.jltit {
    font-family: rr;
    font-weight: 400;
    font-size: .36rem;
    line-height: .36rem;
    color: var(--themeColor);
    text-align: center;
    margin-bottom: .36rem;
}


.fw1 {
    display: flex;
    align-items: center;
    font-family: rr;
    font-weight: 400;
    font-size: .24rem;
    color: var(--themeColor);
    margin-bottom: .17rem;
}

.fw1 img {
    width: .28rem;
    height: .28rem;
    margin: 0;
    margin-right: .12rem;
}

.fw2 {
    font-family: ll;
    font-weight: 300;
    font-size: .18rem;
    line-height: .38rem;
    color: #666666;
    padding-left: .4rem;
}

.fw2 .p {
    margin-bottom: 0.3em;
}

.jiancedy .part1 {
    display: flex;
    justify-content: space-between;
}

.jiancedy .part1 .lef .item {
    width: 6.2rem;

}

.jiancedy .part1 .lef .item:first-child {
    padding-bottom: .52rem;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: .49rem;
}

.jiancedy .part1 .lef .item:first-child .fw2 {
    width: 5.27rem;
}


.jiancedy .part1 .rig {
    width: 7.2rem;
    height: 4.8rem;
}

.jiancedy .part1 .rig img {
    width: 100%;
    height: 100%;
}

.jiancedy .part2 {
    padding-top: .51rem;
    border-top: 1px solid #EAEAEA;
    margin-top: .63rem;
}

.jiancedy .part2 .fw1 {
    margin-bottom: .34rem;
}

.jiancedy .part2 .ul {
    display: flex;
    justify-content: space-between;
}

.jiancedy .part2 .ul .li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 0.72rem;
}

.jiancedy .part2 .ul .li .imgbox {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 50%;
    border: 1px solid #D0D0D0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .24rem;
    position: relative;
}


.jiancedy .part2 .ul .li .imgbox::after {
    content: '';
    position: absolute;
    width: .48rem;
    height: .48rem;
    background-image: url(/images/lcjt.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 50%;
    left: 1.25rem;
    transform: translateY(-50%);
}

.jiancedy .part2 .ul .li:last-child .imgbox::after {
    display: none;
}


.jiancedy .part2 .ul .li .imgbox img {
    margin: 0;
    width: .36rem;
    height: .36rem;
}


.jiancedy .part2 .ul .li .txtbox {
    font-family: ll;
    font-weight: 300;
    font-size: .18rem;
    color: #666666;
    white-space: nowrap;
}

.head {
    border-color: transparent;
}

.zhang {position: relative;}

.zhang img {
width: 2.43rem;
height: auto;
max-height: none;
position: absolute;
bottom: 0;
right: 0;
}

.logoList li .logoTxt{display: none;}

@media screen and (min-width:751px) {
	
#mhead,.mbjj,.mnav1 {display: none !important;}

    .abs1 .lef .mbshow {
        display: none;
    }

    .sbox[mid="285"][strid="306"] .ImgGrid2 .ImgList2 li {
        width: 3.3rem;
    }

    .sbox[mid="285"][strid="306"] .ImgGrid2 .ImgList2 li {
        margin: 0 calc((100% - (3.3rem * 4)) / 3) .3rem 0 !important;
    }

    .sbox[mid="285"][strid="306"] .ImgGrid2 .ImgList2 li:nth-of-type(4n) {
        margin: 0 0 .3rem 0 !important;
    }

    .sbox[mid="285"][strid="306"] .ImgGrid2 .ImgList2 li a.block .newsImg2 {
        width: 100%;
        height: 4.66rem !important;
    }

    .logoList li {
        width: 2.26rem;
        margin-right: .25rem;
    }

    .logoList li:nth-of-type(4n) {
        margin-right: .25rem;
    }

    .logoList li:nth-of-type(6n) {
        margin-right: 0;
    }

    .logoList li .logoImg {
        height: 1.32rem;
    }

    .logoList li .logoTxt {
        font-size: .14rem;
        white-space: nowrap;
    }

    .logoList li .logoImg img {
        max-height: 80%;
    object-fit: contain;
    }

}


@media screen and (max-width:750px) {
    .sbox[mid="285"][strid="306"] .ImgGrid2 .ImgList2 {
        display: flex;
        justify-content: space-between;
    }

    .sbox[mid="285"][strid="306"] .ImgGrid2 .ImgList2 li {
        width: 3.3rem;
    }

    .sbox[mid="285"][strid="306"] .ImgGrid2 .ImgList2 li a.block .newsImg2 {
        width: 100%;
        height: 4.66rem !important;
    }

    .sbox[mid="285"][strid="306"] .ImgGrid2 .ImgList2 li a.block .newsImg2 img {
        height: 100% !important;
    }


    html {
        scroll-padding-top: 0;
    }

    .mnav1 {
        border-bottom: 1px solid #E0E0E0;
    }

    .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;
    }

    .pwidth {
        width: 6.8rem;
    }

    .homes2 .ul .li {
        flex-direction: column-reverse;
        height: auto;
    }

    .homes2 .ul .li .imgbox100 {
        width: 100%;
        height: 6.15rem;
    }

    .homes2 .ul .li .txtbox {
        width: 100%;
        height: 2.4rem;
        padding: .5rem .5rem 0;
    }

    .homes2 .ul .li .xmd {
        display: none;
    }

    .homes2 .ul .li .h1 {
        font-size: .26rem;
        margin-bottom: .14rem;
    }

    .homes2 .ul .li .h2 {
        font-size: .24rem;
        line-height: 2;
    }

    .guidx {
        height: 5.77rem;
        background-image: url(/images/mguidx.jpg);
    }

    .guidx .square {
        width: 6.8rem;
        height: 2.8rem;
        top: 3.91rem;
    }

    .guidx .square .h1::before,
    .guidx .square .h1::after {
        width: 25%;
    }

    .guidx .square .h2::before,
    .guidx .square .h2::after {
        width: 38%;
    }

    .homes3ny {
        width: 6.8rem;
    }

    .homes3ny .p {
        font-size: .24rem;
        line-height: 2;
        text-align: justify;
    }

    .homes3ny .p br {
        display: none;
    }

    .shuzili {
        flex-wrap: wrap;
        padding: 0;
    }

    .shuzili .item {
        width: 50%;
        margin-bottom: .46rem;
    }

    .shuzili .ctxt {
        font-size: .24rem;
    }

    .homes3 .qy-more {
        margin-top: .24rem;
    }

    .qy-more {
        width: 2.7rem;
        height: .8rem;
        font-size: .26rem;
    }

    .homes3 {
        padding-bottom: 1.06rem;
    }

    .jishuhead .ul {
        height: auto;
    }

    .jishuhead .ul .li {
        position: relative;
        padding-bottom: .2rem;
    }

    .jishuhead,
    .jishuhead .ul .li:nth-of-type(2n),
    .jishuhead .ul .li.active,
    .jishuhead .ul .li:hover {
        background-color: transparent;
    }

    .jishuhead .ul .li.active .imgbox img,
    .jishuhead .ul .li:hover .imgbox img {
        transform: translateY(-100%);
        filter: drop-shadow(0 .48rem var(--themeColor));
    }

    .jishuhead .ul .li.active .txtbox,
    .jishuhead .ul .li:hover .txtbox {
        color: var(--themeColor);
    }

    .jishuhead .ul .li.active::after,
    .jishuhead .ul .li:hover::after {
        display: none;
    }

    .jishuhead .ul .li.active::before,
    .jishuhead .ul .li:hover::before {
        content: '';
        position: absolute;
        bottom: 0;
        background-image: url(/images/mbac.png);
        width: 100%;
        height: .08rem;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .jishuhead .ul {
        justify-content: space-between;
    }

    .jishuhead .ul .li {
        padding-top: 0;
        width: auto;
    }

    .jishuhead .ul .li .imgbox {
        margin-bottom: .27rem;
    }

    .jishuny {
        margin-top: .45rem;
    }

    .jishus .ul .li .txtbox {
        font-size: .24rem;
    }

    .homes5 .xinwen .item {
        flex-direction: column-reverse;
    }

    .homes5 .xinwen .rig {
        width: 100%;
        height: 4.53rem;
        margin: 0;
    }

    .homes5 .xinwen .rig .ul .li .txtbox {
        font-size: .24rem;
        bottom: .24rem;
        left: .2rem;
    }

    .homes5 .swiper-button-next-xw,
    .homes5 .swiper-button-prev-xw {
        width: .45rem;
        height: .45rem;
    }

    .homes5 .xinwen .lef .ul .li.active .h2 {
        height: 0;
        margin: 0;
    }

    .homes5 .xinwen .lef .ul .li {
        padding: .29rem 0 .32rem;
    }

    .homes5 .xinwen .lef .ul .li .h1 {
        font-size: .22rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .homes5 .xinwen .lef .ul .li .h3 {
        font-family: rr;
        font-weight: 400;
        font-size: .22rem;
        line-height: 1;
        color: #BFBFBF;
        margin-top: .14rem;
        text-indent: 1em;
    }

    .hnav .item {
        width: 1.49rem;
        height: .48rem;
        font-size: .22rem;
    }

    .xinwen {
        margin-top: .51rem;
    }

    .mfooter {
        display: none;
    }

    .footer {
        display: block;
    }

    .fotNav {
        display: none;
    }

    .ewmBox {
        display: none;
    }

    .fotBottom .dfsb {
        flex-direction: column-reverse;
    }

    .fotImg img {
        width: 1.99rem;
        height: .45rem;
    }

    .fotcontact h4 {
        font-size: 0.24rem;
    }

    .fotcontact p {
        font-size: .22rem;
        line-height: .48rem;
    }

    .fotBottom {
        margin-top: 0;
    }

    .sharebb a {
        margin: 0 0.48rem 0 0 !important;
    }

    .ftt1,
    .ftt2,
    .ftt3,
    .ftt4 {
        width: .42rem !important;
        height: .42rem !important;
    }

    .fotBottom p {
        margin-top: .44rem;
    }

    .fotBottom p,
    .fotBottom p a {
        font-weight: 200;
        font-size: .2rem;
        color: #333 !important;
    }


    #mhead .skt,
    #mhead .skt img {
        width: 1.53rem;
        height: .44rem;
    }

    .mbanner {
        width: 100vw;
        height: 100vh;
    }

    .mbanner .swiper {
        width: 100%;
        height: 100%;
    }

    .brandSwp .swiper-slide {
        height: 2rem;
    }


    .homes3new .rig {
        display: none;
    }

    .homes3new .lef img {
        width: 100%;
    }

    .homes3new .h1 {
        text-align: center;
        margin-bottom: .41rem;
    }

    .homes3new .h2 {
        margin-bottom: .2rem;
        margin-top: .46rem;
    }

    .homes3new .h3 {
        font-size: .24rem;
        line-height: 2;
    }

    .homes3new .shuzili .item {
        align-items: center;
    }

    .homes3new .shuzili .ctxt {
        font-size: .24rem;
    }



    .msban {
        display: none;
    }

    .abs1 .h1 {
        font-size: .36rem;
        margin-bottom: .26rem;
    }

    .abs1 .rig {
        display: none;
    }

    .abs1 .p {
        font-weight: 300;
        font-size: .24rem;
        line-height: 2;
        text-align: justify;
    }

    .abs1 .counterbox {
        flex-wrap: wrap;
    }

    .abs1 .counterbox .item {
        border: none;
        width: 50%;
        margin-top: .46rem;
    }

    .abs1 .counterbox .item:nth-of-type(-n+2) {
        margin-top: 0;
    }

    .countertxt {
        font-weight: 300;
        font-size: .24rem;
    }

    .abs1 .lef img {
        width: 6.8rem;
    }

    .abs1 .lef .mbshow {
        display: block;
    }

    .mbanner .swiper-button-next,
    .mbanner .swiper-button-prev {
        display: none;
    }

    .sbox3 .ImgGrid2 {
        margin-top: .5rem;
    }



    .jiancedy .part1 {
        flex-direction: column-reverse;
    }

    .jiancedy .part1 .lef .item {
        width: 100%;
    }

    .jiancedy .part1 .lef .item:first-child .fw2 {
        width: auto;
    }

    .jiancedy .part1 .rig {
        width: 100%;
        height: 4.53rem;
        margin-bottom: .47rem;
    }

    .fw1 {
        font-size: .26rem;
    }

    .fw2 {

        font-size: .24rem;
        line-height: 2;
    }

    .jiancedy .part2 .ul {
        display: block;
    }

    .jiancedy .part2 .ul .li {
        flex-direction: row;
        width: auto;
    }

    .jiancedy .part2 .ul .li {
        margin-bottom: .48rem;
    }

    .jiancedy .part2 .ul .li .imgbox {
        margin-bottom: 0;
    }

    .jiancedy .part2 .ul .li .imgbox::after {
        display: none;
    }

    .jiancedy .part2 .ul .li .txtbox {
        font-size: .24rem;
        margin-left: .25rem;
    }

    .jiancedy .part2 .ul .li .imgbox::before {
        content: '';
        position: absolute;
        width: .28rem;
        height: .28rem;
        background-image: url(/images/lcjt2.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        top: .82rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .jiancedy .part2 .ul .li:last-child .imgbox::before {
        display: none;
    }

}