:root {
    --mcolor: #00B050;
    --rcolor: #00B050;
    --bili: 1;
}

@font-face {
    font-family: 'BarlowCondensed';/*定义字体名称*/
    src: url(../font/BarlowCondensed-Bold.ttf);/*兼容eot*/
    font-style: normal;
    font-stretch: ultra-expanded;/*定义字体符合拉伸*/
    font-weight: normal;
}


.inner {
    width: calc(var(--bili) * 1600px);
    margin: 0 auto;
}

@media screen and (max-width: 1680px) {
    :root {
        --bili: 0.88;
    }

    .inner {
        width: calc(var(--bili) * 1680px);
        margin: 0 auto;
    }
}

@media screen and (max-width: 1480px) {
    :root {
        --bili: 0.833;
    }

    .inner {
        width: calc(var(--bili) * 1480px);
        margin: 0 auto;
    }
}

@media screen and (max-width: 1200px) {
    /*body *{*/
    /*    visibility: visible;*/
    /*}*/
}

.wap-none {
    display: block;
}

.wap-block {
    display: none;
}

.header {
    width: 100%;
    /*background: rgb(0 0 0 / 20%);*/
    /*box-shadow: 0 1px 8px rgb(0 0 0 / 6%);*/
    position: relative;
    z-index: 1005;
    background-color: #ffffff;
    /*transition: all 0.3s;*/
}

.header .inner {
    position: relative;
}

/*.header.dark{*/
/*    position: fixed;*/
/*    top: 0;*/
/*    background-color: #ffffff;*/
/*    box-shadow: 0 1px 8px rgb(0 0 0 / 6%);*/
/*}*/


.header .header-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header-logo {
    width: calc(var(--bili) * 420px);
    z-index: 9;
}

.header-cdlx {
    display: flex;
    align-items: center;
}

.header .header-fl {
    display: flex;
    align-items: center;
}

.header .header-menu {
    /*margin: 0 calc( var(--bili) * 160px ) 0 0;*/
}

.header .header-menu .CAul {
    display: flex;
}

.header .header-menu .CAli {
    position: relative;
}

.header .header-menu .CAli .CAa {
    font-weight: 400;
    color: #262626;
    font-size: calc(var(--bili) * 18px);
    line-height: calc(var(--bili) * 96px);
    padding: 0 calc(var(--bili) * 28px);
    display: block;
    text-align: center;
}

.header .header-menu .CAli:hover .CAa {
    color: var(--mcolor);
}

.header .header-menu .CAli.cur .CAa {
    color: var(--mcolor);
}

.header .header-lxal {
    display: flex;
    align-items: center;
    /*width: calc( var(--bili) * 280px );*/
    justify-content: flex-end;
    /*position: absolute;*/
    /*right: 0;*/
}

.header .header-lxal .hl-logo {
    width: calc(var(--bili) * 40px);
    height: calc(var(--bili) * 40px);
    overflow: hidden;
    border-radius: 40px;
    margin: 0 0 0 calc(var(--bili) * 20px);
    border: 1px solid var(--mcolor);
    display: flex;
    align-items: center;
    transition: all 0.5s;
    justify-content: flex-end;
    position: relative;
    cursor: pointer;
}

.header .header-lxal .lx-email {
    background: #ffffff url(../images/u15.png) no-repeat right;
    background-size: calc(var(--bili) * 40px) calc(var(--bili) * 40px);
}

.header .header-lxal .lx-phone {
    background: #ffffff url(../images/u12.png) no-repeat right;
    background-size: calc(var(--bili) * 40px) calc(var(--bili) * 40px);
}

.header .header-lxal .lx-hm {
    position: absolute;
    left: 15px;
    opacity: 0;
    width: calc(var(--bili) * 180px);
    transition: all 0.5s;
    font-size: calc(var(--bili) * 14px);
    color: var(--mcolor);
}

.header .header-lxal .lx-email:hover {
    width: calc(var(--bili) * 220px);
    border-radius: 40px;
}

.header .header-lxal .lx-phone:hover {
    width: calc(var(--bili) * 160px);
    border-radius: 40px;
}

.header .header-lxal .hl-logo:hover .lx-hm {
    opacity: 1;
}


.drop-down-menu {
    display: none;
    position: absolute;
    left: -5%;
    top: 100%;
    width: 110%;
    overflow: hidden;
    background-color: #ffffff;
    text-align: left;
    border-radius: 0 0 10px 10px;
    padding: 0 0 10px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 6%);
}

.drop-down-menu ul .CBli {
    /*padding: 0 5px;*/
}

.drop-down-menu ul .CBa {
    display: block;
    width: 100%;
    line-height: 2.5;
    font-weight: 400;
    font-size: calc(var(--bili) * 16px);
    color: #262626;
    text-align: center;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-break: break-all;
    transition: all 0.5s;
    /*padding: 0 0 0 20%;*/
}

.drop-down-menu ul .CBli:hover .CBa {
    color: var(--mcolor);
    /*padding: 0 0 0 5px;*/
}


/*搜索*/

.wn-srch {
    /*display: none;*/
}

.wn-srch .srch-menu {
    cursor: pointer;
}

.wn-srch .srch-box {
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0 7.5%;
    display: none;
}

.wn-srch .srch-box .srch-block {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    height: 100%;
}

.wn-srch .srch-box .srch-form {
    display: flex;
    align-items: center;
}

.wn-srch .srch-box .srch-block .srch-ann {
    background: url(../images/srch-ann.png) no-repeat center;
    cursor: pointer;
    width: calc(var(--bili) * 24px);
    height: calc(var(--bili) * 24px);
    background-size: 100% 100%;
}

.wn-srch .srch-box .srch-block .srch-srk {
    font-size: calc(var(--bili) * 16px);
    padding: 0 15px;
    width: 500px;
    height: 40px;
}

.wn-srch .srch-box .srch-block .srch-close {
    background: url(../images/srch-close.png) no-repeat center;
    width: calc(var(--bili) * 24px);
    height: calc(var(--bili) * 24px);
    background-size: 100% 100%;
    cursor: pointer;
}

/*搜索*/


/*banner*/
.swiper-container-banner {
    height: calc(var(--bili) * 740px);
    overflow: hidden;
}

.swiper-pagination.swiper-page-banner {
    bottom: 30px !important;
}

.swiper-page-banner .swiper-pagination-bullet {
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0 12px !important;
    position: relative;
}

/*.bannerPic{*/
/*    transition: all 5s ease 0s;*/
/*    transform: scale(1.1);*/
/*}*/
/*.swiper-slide-active .bannerPic{*/
/*    transform: scale(1);*/
/*    z-index: 999;*/
/*    position: relative;*/
/*}*/


#wnbanner .banner .swiper-pagination > span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#wnbanner .banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    margin: 0 15px;
    opacity: 0.5;
    color: transparent;
}

#wnbanner .banner .swiper-pagination-bullet-active {
    opacity: 1;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.4);
    background-color: transparent;
    color: #ffffff;
}

#wnbanner .wrapper_con {
    width: 21px;
    height: 42px;
    position: absolute;
    top: -2px;
    overflow: hidden;
    display: none;
}

#wnbanner .banner .swiper-pagination-bullet-active .wrapper_con {
    display: block;
}

#wnbanner .left {
    left: -2px;
}

#wnbanner .right {
    right: -2px;
}

#wnbanner .circleProgress {
    width: 42px;
    height: 42px;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-135deg);
}

#wnbanner .leftcircle {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    left: 0;
}

#wnbanner .rightcircle {
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    right: 0;
}

#wnbanner .banner .swiper-pagination-bullet-active .rightcircle {
    -webkit-animation: circleProgressLoad_right 6s linear infinite;
    animation: circleProgressLoad_right 6s linear infinite;
}

#wnbanner .banner .swiper-pagination-bullet-active .leftcircle {
    -webkit-animation: circleProgressLoad_left 6s linear infinite;
    animation: circleProgressLoad_left 6s linear infinite;
}

.swiper-index {
    line-height: 38px;
}

@keyframes circleProgressLoad_right {
    0% {
        transform: rotate(45deg);
    }

    50%, 100% {
        transform: rotate(225deg);
    }
}

@keyframes circleProgressLoad_left {
    0%, 50% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(225deg);
    }
}


.detail-banner {
    width: 100%;
    height: calc(var(--bili) * 360px);
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: 100% 100% !important;
}

/*banner*/


.footer {
    padding: calc(var(--bili) * 50px) 0 calc(var(--bili) * 40px);
    background-color: #f6f9fb;
}

.footer-list {
    display: flex;
    justify-content: space-between;
}


.foot-lx {
    position: relative;
}

.foot-lx .dca {
    background: url(../images/u94.svg) no-repeat left;
    margin: 0 0 calc(var(--bili) * 20px) 0;
    font-size: calc(var(--bili) * 20px);
    font-weight: bold;
    color: var(--mcolor);
    line-height: calc(var(--bili) * 32px);
    background-size: calc(var(--bili) * 32px) calc(var(--bili) * 32px);
    padding: 0 0 0 calc(var(--bili) * 42px);
}

.foot-lx .dcb {
    font-size: calc(var(--bili) * 15px);
    color: #333333;
    line-height: 2;
}


.foot-wx {
    display: flex;
    align-items: center;
}

.foot-wx .foot-gz {
    background: url(../images/u98.svg) no-repeat center 0;
    background-size: calc(var(--bili) * 34px) calc(var(--bili) * 34px);
    font-size: calc(var(--bili) * 15px);
    color: #333333;
    padding: calc(var(--bili) * 46px) 0 0 0;
}

.foot-wx .foot-ewm {
    text-align: center;
    margin: 0 0 0 calc(var(--bili) * 50px);
    position: relative;
}

.foot-wx .foot-ewm:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 30%;
    top: 40%;
    left: -25px;
    background-color: #cccccc;
}

.foot-wx .foot-ewm .ewm-img {
    width: calc(var(--bili) * 126px);
    height: calc(var(--bili) * 126px);
}

.foot-wx .foot-ewm .ewm-tit {
    font-weight: 400;
    font-size: calc(var(--bili) * 14px);
    color: #E8E8E8;
    line-height: 3;
}

.copyright {
    padding: calc(var(--bili) * 30px) 0;
    font-weight: 400;
    font-size: calc(var(--bili) * 14px);
    color: #ffffff;
    text-align: left;
    background-color: #42464c;
}

.copyright .infx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*回到顶部-s*/
.back-top {
    width: calc(var(--bili) * 50px);
    height: calc(var(--bili) * 50px);
    background-color: var(--mcolor);
    position: fixed;
    right: 3%;
    bottom: 30%;
    border-radius: 4px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9999;
}

.back-top .bt-arw {
    background: url(../images/back_top.png) no-repeat center 0;
    width: calc(var(--bili) * 12px);
    height: calc(var(--bili) * 7px);
    position: absolute;
    top: calc(var(--bili) * 12px);
    transition: all 0.5s;
}

.back-top .bt-tie {
    font-weight: 700;
    font-size: calc(var(--bili) * 13px);
    color: #ffffff;
    margin: calc(var(--bili) * 14px) 0 0 0;
}

.back-top:hover {
    background-color: #f75f2f;
}

.back-top:hover .bt-arw {
    animation: bounce-inSS 1.5s infinite; /* 启动动画特效 */
    /*top: calc( var(--bili) * 8px );*/
}

/*@keyframes bounce-inSS {*/
/*    0% { top: calc( var(--bili) * 12px );}*/
/*    50% {  top: calc( var(--bili) * 10px )  }*/
/*    100% { top: calc( var(--bili) * 8px ) }*/
/*}*/
@keyframes bounce-inSS {
    0% {
        -webkit-transform: translate3d(0, 0px, 0);
        -webkit-animation-timing-function: ease-out;
    }
    50% {
        -webkit-transform: translate3d(0, -4px, 0);
        -webkit-animation-timing-function: ease-in;
    }
    100% {
        -webkit-transform: translate3d(0, 0px, 0);
    }
}

/*回到顶部-e*/


.wn-title {
    text-align: center;
    padding: calc(var(--bili) * 80px) 0 calc(var(--bili) * 40px);
}

.wn-title .dcn {
    font-weight: 700;
    font-style: normal;
    font-size: calc(var(--bili) * 36px);
    color: #333333;
    margin: 0 0 calc(var(--bili) * 15px) 0;
}

.wn-title .din {
    font-weight: 400;
    font-style: normal;
    font-size: calc(var(--bili) * 16px);
    color: #919191;
}


/*首页-关于我们-s*/

.wn-about {
    background: url(../images/u24_div.png) no-repeat bottom;
    padding: 100px 0 125px 0;
    background-size: cover;
}

.wn-about .infx {
    display: flex;
    justify-content: space-between;
}

.wn-about .wal {
    width: 30%;
}

.wn-about .war {
    width: 34.3125%;
}

.wn-about .wax {
    width: 31.9%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.wn-about .wax .wax-wacd {
    width: 100%;
    height: calc(var(--bili) * 141px);
    background-color: teal;
    position: relative;
}

.wax-wacd .wax-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wax-title {
    position: absolute;
    top: 30px;
    left: 25px;
}

.wax-title .wax-mission {
    font-size: calc(var(--bili) * 26px);
    font-weight: 700;
    color: #FFFFFF;
}

.wax-title .wax-pd {
    width: calc(var(--bili) * 300px);
    font-weight: 400;
    font-size: calc(var(--bili) * 14px);
    color: #FFFFFF;
    line-height: calc(var(--bili) * 27px);
    margin-top: calc(var(--bili) * 5px);
}

.wn-about .waca {
    font-size: calc(var(--bili) * 36px);
    color: #333333;
    font-weight: bold;
    margin: 0 0 calc(var(--bili) * 30px) 0;
    padding: calc(var(--bili) * 10px) 0 calc(var(--bili) * 30px) 0;
    position: relative;
}

.wn-about .waca:after {
    content: '';
    position: absolute;
    width: calc(var(--bili) * 36px);
    height: 3px;
    background-color: var(--mcolor);
    left: 0;
    bottom: 0;
}

.wn-about .wacb {
    font-size: calc(var(--bili) * 16px);
    color: #333333;
    line-height: 2.5;
    margin: 0 0 calc(var(--bili) * 50px) 0;
}

.wn-about .wacc {
    font-size: calc(var(--bili) * 16px);
    color: var(--mcolor);
    border: 1px solid var(--mcolor);
    width: calc(var(--bili) * 140px);
    height: calc(var(--bili) * 40px);
    line-height: calc(var(--bili) * 40px);
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.wn-about .wacc:hover {
    background-color: var(--mcolor);
    color: #ffffff;
}

.wn-about .wacd {
    width: 100%;
    height: calc(var(--bili) * 465px);
    overflow: hidden;
}

/*首页-关于我们-e*/


/*首页-业务中心-s*/

.wn-business {
    background: url(../images/service-bg.jpg) no-repeat bottom;
    width: 100%;
    height: calc(var(--bili) * 910px);
    display: flex;
    flex-wrap: wrap;
    background-size: cover;
}

.wb-item {
    width: 25%;
    height: calc(var(--bili) * 910px);
    position: relative;
    border-right: 1px solid rgb(255 255 255 / 50%);
}

.wb-item:last-child {
    border-right: 0;
}

.wb-item .wbca {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: relative;
    transition: all 0.5s;
}

.wb-item .wbcbs {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 12%;
    text-align: center;
    z-index: 2;
    top: 0;
}

.wb-item .wbcc {
    width: calc(var(--bili) * 92px);
    height: calc(var(--bili) * 92px);
    overflow: hidden;
}

.wb-item .wbcd {
    font-size: calc(var(--bili) * 28px);
    color: #FFFFFF;
    margin: calc(var(--bili) * 30px) 0 calc(var(--bili) * 30px) 0;
    font-weight: 700;
}

.wb-item .wbce {
    font-size: calc(var(--bili) * 16px);
    color: #FFFFFF;
    margin: 0 0 calc(var(--bili) * 40px) 0;
    line-height: 2;
    min-height: calc(var(--bili) * 135px);
}

.wb-item .wbcf {
    font-size: calc(var(--bili) * 16px);
    color: #FFFFFF;
    border: 1px solid #ffffff;
    border-radius: 40px;
    width: calc(var(--bili) * 154px);
    height: calc(var(--bili) * 46px);
    line-height: calc(var(--bili) * 44px);
    text-align: center;
}

.wb-item:hover .wbca {
    opacity: 1;
}

.wb-item .wbcf:hover {
    color: var(--mcolor);
    background-color: rgba(255, 255, 255, 0.7);
}

/*首页-业务中心-e*/


/*首页-优势-s*/

.wn-advantage {
    padding: 0 0 calc(var(--bili) * 70px);
}

.wys-lst {
    display: flex;
    flex-wrap: wrap;
}

.wys-item {
    width: 31.5%;
    height: calc(var(--bili) * 358px);
    position: relative;
    margin: 0 1.25% 1.25% 0;
}

.wys-item .wica {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.wys-item .wicbs {
    position: absolute;
    top: 10%;
    left: 7%;
    width: 70%;
}

.wys-item .wicc {
    font-size: calc(var(--bili) * 30px);
    color: #ffffff;
    margin: 0 0 2% 0;
    font-weight: 700;
}

.wys-item .wicd {
    font-size: calc(var(--bili) * 14px);
    color: #ffffff;
    line-height: 2;
}

.wys-item:first-child {
    width: 64.375%;
}

.wys-item:nth-of-type(2), .wys-item:nth-of-type(5) {
    width: 34.375%;
    margin: 0 0 1.25% 0;
}

/*首页-优势-e*/


/*首页-工程案例-s*/
.wn-case {
    background-color: #eff4f8;
    padding: 0 0 calc(var(--bili) * 80px);
    position: relative;
}

.wal-lst {
    position: relative;
}

.walsw {
    overflow: hidden;
    position: relative;
}

.wal-item {
    overflow: hidden;
}

.wal-item .wica {
    width: 100%;
    height: calc(var(--bili) * 385px);
    overflow: hidden;
}

.wal-item .wicb {
    font-weight: bold;
    height: calc(var(--bili) * 86px);
    line-height: calc(var(--bili) * 86px);
    font-size: calc(var(--bili) * 18px);
    background-color: #ffffff;
    color: #333333;
    text-align: center;
    padding: 0 5%;
    font-weight: 700;
}

.wal-item:hover .wicb {
    background-color: var(--mcolor);
    color: #ffffff;
}


.wn-case .swiper-button-next {
    right: -80px;
}

.wn-case .swiper-button-prev {
    left: -80px;
    transform: rotate(180deg);
}

.wn-case .swiper-button-next, .wn-case .swiper-button-prev {
    top: 46%;
    width: calc(var(--bili) * 30px);
    height: calc(var(--bili) * 30px);
    background: url(../images/u118.svg) no-repeat center;
    background-size: 100% 100%;
}

.wn-case .swiper-button-next:hover, .wn-case .swiper-button-prev:hover {
    background: url(../images/u117.svg) no-repeat center;
    background-size: 100% 100%;
}

.wn-case .swiper-button-disabled {
    opacity: 0.8;
}

.wn-case .swiper-button-next:after, .wn-case .swiper-button-prev:after {
    display: none;
}


/*首页-工程案例-e*/


/*首页-新闻资讯-s*/
.wn-news {
    padding: 0 0 calc(var(--bili) * 50px);
}

.wn-news .wnxw-lst {
    display: flex;
    justify-content: space-between;
}

.wn-news .wnxw-lst .dcml {
    width: 41.25%;
}

.wn-news .wnxw-lst .dcmc {
    width: 29.375%;
}

.wn-news .wnxw-lst .dcmr {
    width: 24.375%;
}


.dcml-box {
    width: 100%;
    position: relative;
}

.dcml-box .dca {
    width: 100%;
    height: calc(var(--bili) * 320px);
    overflow: hidden;
}

.dcml-box .dcmb {
    height: calc(var(--bili) * 228px);
    background-color: #f1f3f4;
    padding: calc(var(--bili) * 30px);
}

.dcml-box .dcmb .dcc {
    font-weight: 700;
    font-style: normal;
    font-size: calc(var(--bili) * 20px);
    color: #333333;
    margin: 0 0 calc(var(--bili) * 20px) 0;
}

.dcml-box .dcmb .dcd {
    font-weight: 400;
    font-style: normal;
    font-size: calc(var(--bili) * 14px);
    color: #828282;
    line-height: calc(var(--bili) * 30px);
    height: calc(var(--bili) * 60px);
    margin: 0 0 calc(var(--bili) * 30px) 0;
}

.dcml-box .dcmb .dce {
    font-weight: 400;
    font-style: normal;
    font-size: calc(var(--bili) * 14px);
    color: #8E8E8E;
}

.dcml-box:hover .dcc {
    color: var(--mcolor);
}


.dcmc-box {
    background: url(../images/u63_div.png) no-repeat center;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10%;
}

.dcmc-box .dca {
    color: var(--mcolor);
    font-size: calc(var(--bili) * 14px);
    margin: 0 0 calc(var(--bili) * 30px) 0;
}

.dcmc-box .dcb {
    font-size: calc(var(--bili) * 20px);
    color: #333333;
    margin: 0 0 calc(var(--bili) * 30px) 0;
    font-weight: bold;
    line-height: 2;
}

.dcmc-box .dcc {
    font-size: calc(var(--bili) * 14px);
    color: #828282;
    margin: 0 0 calc(var(--bili) * 100px) 0;
    line-height: 2;
}

.dcmc-box .dcd {
    display: flex;
    width: calc(var(--bili) * 120px);
    height: calc(var(--bili) * 40px);
    background-color: var(--mcolor);
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

.dcmc-box .dcd:hover {
    background-color: #117941;
}

.dcmc-box .dcd img {
    width: calc(var(--bili) * 25px);
    height: calc(var(--bili) * 25px);
    transform: rotate(90deg);
}

.dcmc-box:hover .dcb {
    color: var(--mcolor);
}


.dcmr-box {
    height: calc(var(--bili) * 172px);
    position: relative;
    margin: 0 0 calc(var(--bili) * 20px) 0;
    border-bottom: 1px solid #f5f5f5;
}

.dcmr-box .dca {
    color: var(--mcolor);
    font-size: calc(var(--bili) * 14px);
    margin: 0 0 calc(var(--bili) * 10px) 0;
}

.dcmr-box .dcb {
    font-size: calc(var(--bili) * 18px);
    color: #333333;
    margin: 0 0 calc(var(--bili) * 20px) 0;
}

.dcmr-box .dcc {
    font-size: calc(var(--bili) * 14px);
    color: #828282;
    line-height: 2;
}

.dcmr-box:last-child {
    margin: 0 0 0 0;
    border-bottom: 0;
}

.dcmr-box:hover .dcb {
    color: var(--mcolor);
}


/*首页-新闻资讯-e*/


/*友情链接*/
.wn-link {
    padding: 0 0 calc(var(--bili) * 50px);
}

.wn-link .wl-lst {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.wn-link .wl-lst .link-title {
    font-weight: 400;
    font-style: normal;
    font-size: calc(var(--bili) * 16px);
    color: #333333;
    margin: 0 calc(var(--bili) * 5px) 0 0;
}

.wn-link .wl-lst .wla {
    font-size: calc(var(--bili) * 14px);
    color: #828282;
    margin: 0 calc(var(--bili) * 5px) 0 0;
}

.wn-link .wl-lst .wla:hover {
    color: var(--mcolor);
}

/*友情链接*/

/*分页*/
.total-num {
    padding: 0 calc(var(--bili) * 24px);
}

#page {
    display: flex;
    flex-wrap: wrap;
    padding: calc(var(--bili) * 20px) 0 calc(var(--bili) * 50px);
    justify-content: center;
}

.pagel #page {
    justify-content: flex-end;
}

#page .page-item {
    height: calc(var(--bili) * 36px);
    line-height: calc(var(--bili) * 34px);
    border: 1px solid #d9d9d9;
    margin: 0 -1px 5px 0;
    font-size: calc(var(--bili) * 14px);
    background: #fff;
    color: #444444;
}

#page a {
    display: block;
    padding: 0 calc(var(--bili) * 20px);
    text-decoration: none;
    height: calc(var(--bili) * 36px);
    line-height: calc(var(--bili) * 34px);
    border: 1px solid #d9d9d9;
    margin: 0 -1px 5px 0;
    font-size: calc(var(--bili) * 14px);
    background: #fff;
    color: #444444;
}

#page p {
    padding: 0 calc(var(--bili) * 12px);
    height: calc(var(--bili) * 36px);
    line-height: calc(var(--bili) * 34px);
    border: 1px solid #d9d9d9;
    margin: 0 -1px 5px 0;
    font-size: calc(var(--bili) * 14px);
    background: #fff;
    color: #444444;
}

#page a:last-child {
    margin-right: 0;
}

#page a:hover {
    color: var(--mcolor);
}

#page a.myde-page {
    background: var(--mcolor);
    color: #fff;
    border: 1px solid var(--mcolor);
}

#page a.cur {
    background: var(--mcolor);
    color: #fff;
    border: 1px solid var(--mcolor);
}

#page p.pageRemark {
    border-style: none;
    background: none;
    margin-right: 0;
    color: #555;
}

#page p.pageRemark b {
    margin: 0 6px;
    color: var(--mcolor);
    /*border: 1px solid var(--mcolor);*/
}

#page p.pageEllipsis {
    background: none;
    line-height: 30px;
    color: #555;
}

/*分页*/


/*位置*/

/*位置*/

/*分类菜单*/

.wn-menu {
    /*margin: 0 0 calc( var(--bili) * 20px );*/
    background-color: #ffffff;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
}

.wn-menu.fixed {
    position: fixed;
    top: 0;
    background: #ffffff;
    width: 100%;
    padding: calc(var(--bili) * 20px) 0 0;
    z-index: 999;
    margin: 0;
}

.wn-menu .infx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wn-menu-lst {
    display: flex;
    justify-content: flex-start;
    width: 80%;
    display: flex;
    justify-content: flex-start;
    overflow: auto;
}

.wn-menu-box {
    font-style: normal;
    font-size: calc(var(--bili) * 16px);
    color: #333333;
    width: auto;
    text-align: center;
    position: relative;

}

.contents-cc {
    display: none;
}

@media screen and (min-width: 1024px) {
    .contents-hide {
        display: block !important;
    }
}


.wn-menu-box .mCa {
    width: 100%;
    height: calc(var(--bili) * 80px);
    line-height: calc(var(--bili) * 80px);
    display: inline-block;
    padding: 0 calc(var(--bili) * 45px);
}

.wn-menu-box .mSass {
    /*padding: 0 calc( var(--bili) * 15px );*/
    white-space: nowrap;
}

.wn-menu-box.on {
    color: #ffffff;
    background-color: var(--mcolor);
}


.wn-location {

    background: url(../images/wn-location.svg) no-repeat left;
    background-size: calc(var(--bili) * 24px) calc(var(--bili) * 24px);
    padding: 0 0 0 calc(var(--bili) * 26px);
    line-height: calc(var(--bili) * 80px);
}

.wn-location .wlai {
    font-size: calc(var(--bili) * 16px);
    color: #999999;
    margin: 0 0 0 10px;
    position: relative;
}

.wn-location .wlai:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #999999;
    border-radius: 50%;
    right: -8px;
    top: 49%;
}

.wn-location .wlai:last-child {
    color: var(--mcolor);
}

.wn-location .wlai:last-child:after {
    display: none;
}


/*分类菜单*/

.cadBg {
    background: linear-gradient(180deg, rgba(239, 244, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.cadBg .wn-menu {
    border-bottom: 0;
    background-color: transparent;
}

.wn-content {
    padding: calc(var(--bili) * 70px) 0 calc(var(--bili) * 70px);
}

.cadBg .wn-content {
    padding: 0 0 calc(var(--bili) * 30px);
}

.bsys {
    background-color: #ffffff;
}

.hsys {
    background-color: #f4f4f4;
}

/*新闻*/
.news-content {

}

.news-top {
    display: flex;
    justify-content: space-between;
}

.news-switch {
    width: 51.875%;
}

.news-switch .lsxw-ulall .news-switch-box {
    height: calc(var(--bili) * 543px);
}

.news-switch .lsxw-ulall .news-switch-box .dca {
    height: 100%;
}

.news-hot {
    width: 45%;
}

.news-hot-box {
    margin: calc(var(--bili) * 30px) 0;
}

.news-hot-box .Acls {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-hot-box .dcmal {
    text-align: center;
}

.news-hot-box .dcmal .dca {
    font-weight: 700;
    font-style: normal;
    font-size: calc(var(--bili) * 52px);
    color: #221F22;
    line-height: 1.2;
}

.news-hot-box .dcmal .dcb {
    font-weight: 400;
    font-size: calc(var(--bili) * 18px);
    color: #221F22;
    position: relative;
    padding: calc(var(--bili) * 10px) 0 0 0;
}

.news-hot-box .dcmal .dcb:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background-color: #e3e3e2;
    left: 25%;
    top: 0;
}

.news-hot-box .dcmar {
    width: 85%;
}

.news-hot-box .dcmar .dcc {
    font-weight: 700;
    font-size: calc(var(--bili) * 20px);
    color: #333333;
    margin: 0 0 calc(var(--bili) * 15px);
    transition: all 0.5s;
    height: calc(var(--bili) * 28px);
    line-height: calc(var(--bili) * 28px);
}

.news-hot-box .dcmar .dcd {
    font-weight: 400;
    font-style: normal;
    font-size: calc(var(--bili) * 14px);
    color: #848484;
    line-height: calc(var(--bili) * 22px);
}

.news-hot-box:hover .dcmar .dcc {
    color: var(--mcolor);
    padding: 0 0 0 10px;
}


.lsxw-ulall {
    position: relative;
    overflow: hidden;
    height: calc(var(--bili) * 543px);
    /*height: calc( var(--bili) * 550px );*/
}

.lsxw-ulall .slick-arrow {
    position: absolute;
    font-size: 0;
    background: url(../images/ixw_arrow.png) no-repeat;
    width: calc(var(--bili) * 50px);
    height: calc(var(--bili) * 50px);
    top: 45%;
    background-size: 100%;
    cursor: pointer;
    z-index: 2;
}

.lsxw-ulall .slick-prev:hover {
    /*transform: rotate(180deg);*/
    /*background: url(../images/u36.png) no-repeat;*/
}

.lsxw-ulall .slick-prev {
    left: calc(var(--bili) * 35px);
}

.lsxw-ulall .slick-next {
    right: calc(var(--bili) * 35px);
    transform: rotate(180deg);
}


.news-list {
    /*padding: calc( var(--bili) * 20px ) 0 0 0;*/
    position: relative;
}

.news-item {
    margin: 0 0 calc(var(--bili) * 40px);
    background-color: #f5f5f5;
    padding: calc(var(--bili) * 30px) 0;
}

.news-item .Acls {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news-item .decl {
    width: 12.5%;
    overflow: hidden;
    text-align: center;
}

.news-item .decc {
    width: 16%;
    height: calc(var(--bili) * 160px);
    border-left: 1px solid #e7e7e7;
    margin: 0 3% 0 0;
    padding: 0 0 0 3%;
    overflow: hidden;
}

.news-item .decr {
    width: 65%;
}

.news-item .dca {
    font-size: calc(var(--bili) * 70px);
    color: #C3C3C3;
    font-weight: bold;
    line-height: 1.2;
}

.news-item .dcb {
    font-size: calc(var(--bili) * 18px);
    color: #333333;
}

.news-item .dcc {
    font-size: calc(var(--bili) * 22px);
    color: #333333;
    margin: 0 0 calc(var(--bili) * 10px);
}

.news-item .dcd {
    font-size: calc(var(--bili) * 14px);
    color: #6f6f6f;
    line-height: 2;
}


.news-item:hover {
    background-color: var(--mcolor);
}

.news-item:hover .decc {
    border-left: 1px solid #08B256;
}

.news-item:hover .dca, .news-item:hover .dcb, .news-item:hover .dcc, .news-item:hover .dcd {
    color: #ffffff !important;
}

.news-item:last-child {
    margin: 0;
}


.notice-top .Acls {
    display: flex;
    justify-content: space-between;
    margin: 0 0 calc(var(--bili) * 60px);
}

.notice-top .dca {
    width: 43.75%;
    height: calc(var(--bili) * 360px);
    overflow: hidden;
}

.notice-top .dcma {
    width: 53.5%;
}

.notice-top .dcb {
    font-weight: 700;
    font-size: calc(var(--bili) * 26px);
    color: #333333;
    margin: calc(var(--bili) * 35px) 0 calc(var(--bili) * 20px);
    transition: all 0.5s;
}

.notice-top .dcc {
    font-weight: 400;
    font-size: calc(var(--bili) * 16px);
    color: #848484;
    line-height: calc(var(--bili) * 28px);
    margin: 0 0 calc(var(--bili) * 30px);
}

.notice-top .dcd {
    font-weight: 400;
    font-style: normal;
    font-size: calc(var(--bili) * 16px);
    color: #A4A4A4;
    margin: 0 0 calc(var(--bili) * 70px);
}

.notice-top .dce {
    font-weight: 400;
    width: calc(var(--bili) * 140px);
    height: calc(var(--bili) * 45px);
    line-height: calc(var(--bili) * 45px);
    text-align: center;
    font-size: calc(var(--bili) * 16px);
    color: #ffffff;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    background: var(--mcolor);
    /*border-radius: 5px;*/
}

.notice-top:hover .dcb {
    padding: 0 0 0 10px;
    color: var(--mcolor);
}

.notice-list {

}

.notice-box {
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 0 calc(var(--bili) * 20px);
    margin: 0 0 calc(var(--bili) * 25px) 0;
}

.notice-box .Acls {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.notice-box .dca {
    font-weight: 600;
    font-style: normal;
    font-size: calc(var(--bili) * 18px);
    line-height: calc(var(--bili) * 80px);
    color: #333333;
    transition: all 0.5s;
    width: 60%;
}

.notice-box .dcb {
    font-weight: 400;
    font-size: calc(var(--bili) * 20px);
    color: #6F6F6F;
    width: 12%;
}

.notice-box .dcc {
    background: url(../images/u489.svg) no-repeat;
    width: calc(var(--bili) * 36px);
    height: calc(var(--bili) * 36px);
    background-size: 100% 100%;
    margin: 0 0 0 25%;
}

.notice-box:hover .dca {
    color: var(--mcolor);
    padding: 0 0 0 calc(var(--bili) * 10px);
}

.notice-box:hover .dcc {
    background: url(../images/u490.svg) no-repeat;
    background-size: 100% 100%;
}

/*新闻*/


/*关于我们*/


/*简介-s*/
.ab-intro {
    padding: calc(var(--bili) * 80px) 0 calc(var(--bili) * 90px);
}

.ab-intro .abi-tips {
    font-size: calc(var(--bili) * 20px);
    color: #1F1F1F;
    margin: 0 0 calc(var(--bili) * 60px);
    padding: calc(var(--bili) * 36px) calc(var(--bili) * 105px);
    display: inline-block;
    box-shadow: 0 0 16px rgb(204 204 204 / 41%);
    position: relative;
}

.ab-intro .abi-tips:after {
    content: '';
    position: absolute;
    background: url(../images/yh1.png) no-repeat;
    width: calc(var(--bili) * 31px);
    height: calc(var(--bili) * 25px);
    background-size: 100% 100%;
    left: calc(var(--bili) * 45px);
    top: calc(var(--bili) * 20px);
}

.ab-intro .abi-tips:before {
    content: '';
    position: absolute;
    background: url(../images/yh2.png) no-repeat;
    width: calc(var(--bili) * 30px);
    height: calc(var(--bili) * 25px);
    background-size: 100% 100%;
    right: calc(var(--bili) * 30px);
    bottom: calc(var(--bili) * 20px);
}

.ab-intro .abi-con {
    display: flex;
    justify-content: space-between;
}

.ab-intro .abi-con .abil {
    width: calc(var(--bili) * 760px);
}

.ab-intro .abi-con .abir {
    width: calc(var(--bili) * 754px);
    height: calc(var(--bili) * 465px);
    overflow: hidden;
    margin: calc(var(--bili) * 30px) 0 0 0;
}

.ab-intro .abi-con .abia {
    font-size: calc(var(--bili) * 32px);
    color: #333333;
    font-weight: 700;
    margin: 0 0 calc(var(--bili) * 20px) 0;
    padding: 0 0 calc(var(--bili) * 20px) 0;
    position: relative;
}

.ab-intro .abi-con .abia:after {
    content: '';
    position: absolute;
    width: calc(var(--bili) * 50px);
    height: 2px;
    background-color: var(--mcolor);
    left: 0;
    bottom: 0;
}

.ab-intro .abi-con .abib {
    font-size: calc(var(--bili) * 16px);
    color: #666666;
    line-height: 2;
}

/*简介-e*/

/*文化-s*/
.ab-culture {
    background-image: linear-gradient(180deg, #405e76 0, #405e76 45%, #eff4f8 45%, #eff4f8 100%);
    padding: calc(var(--bili) * 70px) 0 calc(var(--bili) * 190px);
}

.ab-culture .abc-tie {
    font-size: calc(var(--bili) * 36px);
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    margin: 0 0 calc(var(--bili) * 60px) 0;
}

.abc-lst {
    position: relative;
}

.abc-swp {
    padding: 0 calc(var(--bili) * 30px);
    overflow: hidden;
}

.abc-lst .abc-sil {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    max-width: calc(var(--bili) * 460px);
    transition: all 0.3s;
}

.abc-lst .abc-sil .dea {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.abc-lst .abc-sil .debs {
    height: calc(var(--bili) * 185px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: calc(var(--bili) * 30px);
}

.abc-lst .abc-sil .debs .dec {
    font-size: calc(var(--bili) * 26px);
    color: #333333;
    margin: 0 0 calc(var(--bili) * 15px) 0;
    font-weight: 700;
}

.abc-lst .abc-sil .debs .ded {
    font-size: calc(var(--bili) * 16px);
    color: #666666;
    line-height: 1.8;
}

.abc-lst .abc-sil:hover {
    background-color: var(--mcolor);
}

.abc-lst .abc-sil:hover div {
    color: #ffffff !important;
}

.abc-lst .swiper-button-next, .abc-lst .swiper-button-prev {
    top: 115%;
    background-size: 100% 100%;
    width: calc(var(--bili) * 48px);
    height: calc(var(--bili) * 48px);

    background-color: var(--mcolor);
}

.abc-lst .swiper-button-prev {
    left: 46%;
}

.abc-lst .swiper-button-next {
    right: 46%;
}

.abc-lst .swiper-button-next:hover, .abc-lst .swiper-button-prev:hover {
    opacity: 0.8;
}

.abc-lst .swiper-button-disabled {
    background-color: #ffffff;
    opacity: 0.8;
}

.abc-lst .swiper-button-next:after, .abc-lst .swiper-button-prev:after {
    /*display: none;*/
    color: #fff;
    font-size: 16px;
}

.abc-lst .swiper-button-disabled:after {
    color: #000;
}

/*文化-e*/

/*组织架构-s*/
.ab-intro .abc-tie {
    font-size: calc(var(--bili) * 36px);
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin: 0 0 calc(var(--bili) * 60px) 0;
}

.ab-intro .abc-lst .abt-structure {
    width: calc(var(--bili) * 1000px);
}

/*组织架构-e*/

/*主营业务-s*/
.abt-business {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.abt-business .abt-business-list {
    width: calc(var(--bili) * 656px);
    text-align: center;
    margin-right: calc(var(--bili) * 50px)
}

.abt-business .abt-business-list:last-child {
    margin-right: 0
}

.abt-business .abt-business-list .abt-business-list-img {
    width: calc(var(--bili) * 656px);
    height: calc(var(--bili) * 406px);
    border-radius: calc(var(--bili) * 20px) calc(var(--bili) * 20px) 0 0;
}

.abt-business .abt-business-list .abt-business-list-bt {
    background: #00B050;
    color: #ffffff;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: calc(var(--bili) * 10px) calc(var(--bili) * 20px);
    border-radius: 0 0 calc(var(--bili) * 20px) calc(var(--bili) * 20px);
}

.abt-business .abt-business-list .abt-business-list-bt .abt-business-list-title {
    font-size: calc(var(--bili) * 30px);
    margin-bottom: calc(var(--bili) * 10px);
}

.abt-business .abt-business-list .abt-business-list-bt .abt-business-list-des {
    font-size: calc(var(--bili) * 16px);
    line-height: calc(var(--bili) * 26px);
    margin-bottom: calc(var(--bili) * 18px);
}

/*主营业务-e*/

/*荣誉-s*/
.ab-honor {
    background: url(../images/u288_div.png) no-repeat bottom;
    padding: calc(var(--bili) * 90px) 0 calc(var(--bili) * 110px);
    background-size: cover;
}

.ab-honor .abh-tie {
    font-size: calc(var(--bili) * 36px);
    color: #333333;
    text-align: center;
    font-weight: bold;
    margin: 0 0 calc(var(--bili) * 60px) 0;
}

.ab-honor .abh-swp {
    overflow: hidden;
}

.abh-lst {
    position: relative;
}

.abh-sil {
    position: relative;
}

.abh-sil .dea {
    width: calc(var(--bili) * 364px);
    height: calc(var(--bili) * 364px);
    max-height: calc(var(--bili) * 364px);
    border: 1px solid #dbdbdb;
    overflow: hidden;
    margin: 0 0 calc(var(--bili) * 30px) 0;
    cursor: pointer;
}

.abh-sil .deb {
    font-size: calc(var(--bili) * 18px);
    color: #333333;
    text-align: center;
}

.ab-honor .abh-more {
    font-size: calc(var(--bili) * 16px);
    color: var(--mcolor);
    border: 1px solid var(--mcolor);
    width: calc(var(--bili) * 140px);
    height: calc(var(--bili) * 42px);
    line-height: calc(var(--bili) * 40px);
    text-align: center;
    border-radius: 5px;
    margin: calc(var(--bili) * 70px) auto 0;
    cursor: pointer;
}

.ab-honor .abh-more:hover {
    background-color: var(--mcolor);
    color: #ffffff;
}

.abh-sil:hover .deb {
    color: var(--mcolor);
}

.ab-honor .swiper-button-next {
    right: calc(var(--bili) * -80px);
}

.ab-honor .swiper-button-prev {
    left: calc(var(--bili) * -80px);
    transform: rotate(180deg);
}

.ab-honor .swiper-button-next, .ab-honor .swiper-button-prev {
    top: 46%;
    width: calc(var(--bili) * 30px);
    height: calc(var(--bili) * 30px);
    background: url(../images/u118.svg) no-repeat center;
    background-size: 100% 100%;
}

.ab-honor .swiper-button-next:hover, .ab-honor .swiper-button-prev:hover {
    background: url(../images/u117.svg) no-repeat center;
    background-size: 100% 100%;
}


.ab-honor .swiper-button-disabled {
    opacity: 0.8;
}

.ab-honor .swiper-button-next:after, .ab-honor .swiper-button-prev:after {
    display: none;
}

/*荣誉-e*/

/*关于我们*/


/*荣誉资质-s*/
.honor-tab {
    display: flex;
    justify-content: center;
    padding: calc(var(--bili) * 10px) 0 calc(var(--bili) * 60px);
}

.honor-tab .honor-tab-box {
    width: calc(var(--bili) * 128px);
    height: calc(var(--bili) * 52px);
    line-height: calc(var(--bili) * 52px);
    text-align: center;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    margin: 0 calc(var(--bili) * 15px);
    font-weight: 400;
    font-style: normal;
    font-size: calc(var(--bili) * 18px);
    color: #717075;
    cursor: pointer;
}

.honor-tab .honor-tab-box.on {
    border: 1px solid var(--mcolor);
    background-color: var(--mcolor);
    color: #ffffff;
}

.enterprise-honor {
    display: flex;
    justify-content: space-between;
    margin: 0 0 calc(var(--bili) * 20px) 0;
}

.enterprise-honor .dcml {
    width: 25.625%;
    height: calc(var(--bili) * 515px);
}

.enterprise-honor .dcmr {
    width: 70%;
    height: calc(var(--bili) * 600px);
    overflow-x: auto;
}

.enterprise-honor .dcmr .ehitem {
    font-weight: 400;
    font-style: normal;
    font-size: calc(var(--bili) * 22px);
    color: #666666;
    text-align: right;
    line-height: calc(var(--bili) * 30px);
    padding: calc(var(--bili) * 15px) 3% calc(var(--bili) * 15px) 0;
}

.enterprise-honor .dcmr .ehitem:hover {
    color: var(--mcolor);
}

.enterprise-honor .dcmr::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.enterprise-honor .dcmr::-webkit-scrollbar-track {
    background-color: #eaeaea;
}

.enterprise-honor .dcmr::-webkit-scrollbar-thumb {
    background-color: var(--mcolor);
}


.honor-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.honor-box {
    width: 22.75%;
    margin: 0 3% 3% 0;
    transition: all 0.5s;
    cursor: pointer;
}

.honor-box:nth-child(4n) {
    margin: 0 0 3% 0;
}

.honor-box .dca {
    width: 100%;
    border: 1px solid #dbdbdb;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(var(--bili) * 364px);
}

.honor-box .dcb {
    font-weight: 400;
    font-style: normal;
    font-size: calc(var(--bili) * 18px);
    color: #333333;
    text-align: center;
    padding: calc(var(--bili) * 25px) 0 0;
}

.honor-box:hover {
    transform: translateY(-10px);
}

.honor-box:hover .dcb {
    color: var(--mcolor);
}

.honor-eh {
    display: none;
}

.honor-eh.on {
    display: flex;
}

/*荣誉资质-e*/


.tab-lst {
    display: flex;
    margin: 0 0 50px 0;
    align-items: center;
    justify-content: center;
}

.tab-lst .hb-item {
    color: #333333;
    border: 1px solid #bdbdbd;
    margin: 0 calc(var(--bili) * 15px) calc(var(--bili) * 10px);
}

.tab-lst .hb-item a {
    width: calc(var(--bili) * 140px);
    height: calc(var(--bili) * 60px);
    line-height: calc(var(--bili) * 60px);
    display: inline-block;
    text-align-last: center;

}

.tab-lst .hb-item.on {
    background-color: var(--mcolor);
    color: #ffffff;
    border: 1px solid var(--mcolor);
}


/*产品列表-s*/
.about-lor .about-box {
    width: 100%;
    position: relative;
}

.about-lor .about-box .dcm-img {
    width: 50%;
    height: calc(var(--bili) * 505px);
}

.about-lor .about-box .dcm-cal {
    width: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    padding: 4% 10% 4% 5%;
    display: flex;
    height: 100%;
    align-items: center;
}

.about-lor .about-box .dcm-cal .dca {
    font-weight: 700;
    font-style: normal;
    font-size: calc(var(--bili) * 36px);
    color: var(--mcolor);
    margin: 0 0 calc(var(--bili) * 30px) 0;
    padding: 0 0 calc(var(--bili) * 30px) 0;
    position: relative;
}

.about-lor .about-box .dcm-cal .dca:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #89898a;
    bottom: 0;
    left: 0;
}

.about-lor .about-box .dcm-cal .dcb {
    font-style: normal;
    font-size: calc(var(--bili) * 16px);
    color: #575757;
    line-height: calc(var(--bili) * 30px);
    height: calc(var(--bili) * 90px);
    margin: 0 0 calc(var(--bili) * 30px) 0;
}

.about-lor .about-box .dcm-cal .dcc {
    width: calc(var(--bili) * 180px);
    height: calc(var(--bili) * 60px);
    line-height: calc(var(--bili) * 58px);
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    font-weight: 400;
    font-style: normal;
    font-size: calc(var(--bili) * 18px);
    color: #717075;
    text-align: center;
}

.about-lor .about-box .dcm-cal .dcc:hover {
    background-color: var(--mcolor);
    border: 1px solid var(--mcolor);
    color: #ffffff;
}

.about-lor .about-box:nth-child(2n) .dcm-img {
    margin: 0 0 0 50%;
}

.about-lor .about-box:nth-child(2n) .dcm-cal {
    left: 0;
    padding: 4% 5% 4% 10%;
}

/*产品列表-e*/

/*案例列表*/
.case-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.case-item {
    width: calc(var(--bili) * 507px);
    position: relative;
    margin: 0 calc(var(--bili) * 39px) calc(var(--bili) * 55px) 0;
    cursor: pointer;
}

.case-item .dca {
    width: 100%;
    height: calc(var(--bili) * 400px);
    overflow: hidden;
    cursor: pointer;
}

.case-item .dcma {
    height: calc(var(--bili) * 80px);
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #eeeeee;
    position: absolute;
    bottom: 0;
    transition: all 0.5s;
}

.case-item .dcb {
    font-size: calc(var(--bili) * 18px);
    color: #333333;
    text-align: center;
    padding: 0 5%;
}

.case-item .dcc {
    background: url(../images/case_arrow.png) no-repeat;
    width: calc(var(--bili) * 40px);
    background-size: 100% 100%;
    transform: scale(0);
    transition: all 0.3s;
}

.case-item:nth-child(3n) {
    margin: 0 0 calc(var(--bili) * 55px) 0;
}

.case-item:hover .dcma {
    background-color: rgb(0 146 65 / 80%);
    height: calc(var(--bili) * 180px);
    justify-content: space-evenly;
}

.case-item:hover .dcb {
    color: #ffffff;
    font-weight: 700;
}

.case-item:hover .dcc {
    transform: scale(1);
    height: calc(var(--bili) * 40px);
    display: block;
    font-weight: 600;
}

/*案例列表*/

/*留言*/

.message-lst {
    width: 76%;
    margin: 0 auto;
}

.message-lst .message-blc {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 calc(var(--bili) * 20px) 0;
}

.message-lst .w30 {
    width: 31.5%;
}

.message-lst .message-blc .mbs {
    position: relative;
}

.message-lst .message-blc .mbs .srk {
    width: 100%;
    height: calc(var(--bili) * 54px);
    padding: 0 calc(var(--bili) * 30px);
}

.message-lst .message-blc .mbs .srks {
    width: 100%;
    height: calc(var(--bili) * 186px);
    padding: calc(var(--bili) * 20px) calc(var(--bili) * 30px);
}

.message-lst .message-blc:last-child {
    justify-content: center;
    margin: calc(var(--bili) * 50px) 0;
}

.message-lst .message-blc .ann {
    width: calc(var(--bili) * 166px);
    height: calc(var(--bili) * 54px);
    font-weight: 400;
    font-style: normal;
    font-size: calc(var(--bili) * 18px);
    color: #FFFFFF;
    background-color: var(--mcolor);
    border-radius: 5px;
    cursor: pointer;
}

.message-lst .message-blc .ann:hover {
    background-color: #19c169;
}

/*留言*/


/*联系我们*/

.lx-tie {

}

.lx-tie .lx-cn {
    font-size: calc(var(--bili) * 30px);
    color: #333333;
    font-weight: bold;
    text-align: center;
    margin: 0 0 calc(var(--bili) * 10px) 0;
}

.lx-tie .lx-in {
    font-size: calc(var(--bili) * 16px);
    color: #666666;
    text-align: center;
    margin: 0 0 calc(var(--bili) * 40px) 0;
}

.lx-con {
    display: flex;
    justify-content: center;
}

.lx-con .lxcl {
    width: calc(var(--bili) * 1269px);
    background-color: #f6f6f6;
    padding: calc(var(--bili) * 40px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lx-con .lxcl .dea {
    font-size: calc(var(--bili) * 28px);
    color: var(--mcolor);
    font-weight: bold;
    padding: 0 0 calc(var(--bili) * 30px) 0;
    margin: 0 0 calc(var(--bili) * 30px) 0;
    border-bottom: 1px solid #e5e5e5;
}

.lx-con .lxcl .deb {
    font-size: calc(var(--bili) * 18px);
    color: #333333;
    line-height: 2;
}

.lx-con .lxcr {
    width: calc(var(--bili) * 652px);
}

.wn-container {
    width: 100%;
    height: calc(var(--bili) * 363px);
}


/*联系我们*/


/*新闻详情*/
.cadBg .detail-main {
    background-color: #ffffff;
}

.detail-content {
    padding: calc(var(--bili) * 20px) calc(var(--bili) * 100px) 0;
}

.cadBg .detail-content {
    padding: calc(var(--bili) * 40px) calc(var(--bili) * 100px) calc(var(--bili) * 40px);
}

.detail-content .title {
    font-weight: 700;
    font-size: calc(var(--bili) * 28px);
    color: #262626;
    line-height: calc(var(--bili) * 40px);
    text-align: center;
    margin: 0 0 calc(var(--bili) * 35px);
}

.detail-content .title.Pd-title {
    font-size: calc(var(--bili) * 40px);
    color: var(--mcolor);
    font-weight: 700;
}

.detail-content .info {
    font-weight: 400;
    font-size: calc(var(--bili) * 14px);
    color: #909090;
    display: flex;
    justify-content: space-between;
    margin: 0 0 calc(var(--bili) * 30px);
    align-items: center;
    border-bottom: 1px solid #cccccc;
    padding-bottom: calc(var(--bili) * 20px);
}

.detail-content .info.cpinfo {
    justify-content: center;
}

.detail-content .info .dcaml {

}

.detail-content .info .dcamr {

}

.detail-content .info .time {
    margin: 0 20px 0 0;
}

.detail-content .content {
    font-size: 16px;
    color: #555555;
    line-height: 2;
}

.detail-content .content * {
    max-width: 100%;
    line-height: 2;
}

.xwsx-content {
    padding: calc(var(--bili) * 60px) 0;
    border-top: 1px solid #e9e9e9;
}

.Around {
    border-top: 1px solid #cccccc;
    padding-top: calc(var(--bili) * 20px);
    margin: calc(var(--bili) * 60px) 0 0 0;
    display: flex;
    justify-content: space-between;
}

.Around .Aroundul {
    font-weight: 400;
    color: #333333;
    line-height: 2;
    font-size: calc(var(--bili) * 16px);
    width: 48%;
}

.Around .Aroundul:first-child {
    text-align: left;
}

.Around .Aroundul:last-child {
    text-align: right;
}

.Around .Aroundul a {
    color: #666666;
    line-height: 2;
}

.Around .Aroundul:hover a {
    color: var(--mcolor);
}


.sx-Around.Around {
    display: flex;
    justify-content: space-between;
}

.sx-Around.Around .Aroundul {
    width: 48%;
    margin: 0 0 calc(var(--bili) * 20px) 0;
}

.sx-Around.Around .Aroundul:last-child {
    text-align: right;
}


/*新闻详情*/


/*招聘*/

.recruit-cot {

}

.recruit-cot .rc-title {
    font-size: calc(var(--bili) * 32px);
    color: var(--mcolor);
    transition-property: all;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 calc(var(--bili) * 30px) 0;
}

.recruit-cot .rc-lst {
    display: flex;
    justify-content: space-between;
}

.recruit-cot .ll-dcmal {
    width: 50%;
    background-color: #e8effb;
    padding: calc(var(--bili) * 80px) calc(var(--bili) * 50px);
}

.recruit-cot .ll-dcmal .dca {
    line-height: normal;
    font-size: calc(var(--bili) * 28px);
    font-weight: 400;
    margin-top: calc(var(--bili) * 10px);
    color: #303030;
    margin-bottom: calc(var(--bili) * 10px);
}

.recruit-cot .ll-dcmal .dcb {
    line-height: normal;
    color: #939292;
    font-size: calc(var(--bili) * 18px);
    font-weight: 400;
    margin-bottom: calc(var(--bili) * 30px);
}

.recruit-cot .ll-dcmal .dcc {
    font-size: calc(var(--bili) * 18px);
    color: #303030;
    line-height: 2;
}

.recruit-cot .ll-dcmar {
    width: 50%;
    overflow: hidden;
}

.recruit-cot .ypxz-box {
    width: 32%;
    background-color: #f5f5f5;
    height: calc(var(--bili) * 250px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.recruit-cot .ypxz-box .dca {
    overflow: hidden;
    width: calc(var(--bili) * 30px);
    margin: 0 auto;
}

.recruit-cot .ypxz-box .dcb {
    line-height: 1.5;
    font-size: calc(var(--bili) * 18px);
    font-weight: 700;
    color: #333;
    text-align: center;
    padding-top: calc(var(--bili) * 30px);
    padding-bottom: calc(var(--bili) * 20px);
}

.recruit-cot .ypxz-box .dcc {
    font-size: calc(var(--bili) * 16px);
    color: #000000;
    line-height: 2;
    text-align: center;
}

.recruit-cot .ypxz-box.on {
    background-color: var(--mcolor);
}

.recruit-cot .ypxz-box.on .dcb {
    color: #ffffff;
}

.recruit-cot .ypxz-box.on .dcc {
    color: #ffffff;
}


.recruit-box {
    overflow: hidden;
}

.recruit-box .recruit-title {
    font-weight: 700;
    font-size: calc(var(--bili) * 18px);
    color: #1F1F1F;
    display: flex;
    background-color: #ffffff;
}

.recruit-box .recruit-title .recruit-mk {
    width: 16.6%;
    text-align: center;
    line-height: calc(var(--bili) * 60px);
}

.recruit-item {
    margin: calc(var(--bili) * 15px) 0 0;
    overflow: hidden;
}

.recruit-item .recruit-name {
    /*font-weight: 700;*/
    font-size: calc(var(--bili) * 16px);
    display: flex;
    cursor: pointer;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #dddddd;
}

.recruit-item .recruit-name .recruit-mk {
    width: 16.6%;
    text-align: center;
    line-height: calc(var(--bili) * 60px);

}

.recruit-item .recruit-whnr {
    border: 1px solid #dddddd;
    padding: 0 calc(var(--bili) * 40px);
    display: flex;
    justify-content: space-between;
    height: 0;
    transition: all 0.3s;
    opacity: 0;
}

.recruit-item .recruit-whnr .zwbox {
    width: 45%;
}

.recruit-item .recruit-whnr .zwbox .dca {
    font-weight: 700;
    font-size: calc(var(--bili) * 18px);
    color: #404040;
}

.recruit-item .recruit-whnr .zwbox .dcb {
    font-weight: 400;
    font-size: calc(var(--bili) * 16px);
    color: #666666;
    line-height: 36px;
}

.recruit-item.on .recruit-whnr {
    padding: calc(var(--bili) * 40px);
    height: 100%;
    opacity: 1;
    background-color: #f8f8f8;
}

.recruit-item.on .recruit-name {
    color: #ffffff;
    background-color: var(--mcolor);
    border: 1px solid var(--mcolor);
}

.recruit-item:hover .recruit-name {
    color: #ffffff;
    background-color: var(--mcolor);
    border: 1px solid var(--mcolor);
}

/*招聘*/


/*产品*/
.product-all {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.product-all .dcml {
    width: 18.25%;
    background-color: #fff;
    /*border: 1px solid #e6e6e6;*/
}

.product-all .dcmr {
    width: 80%;
}


.Ca-list {
    padding: calc(var(--bili) * 0px) 0 calc(var(--bili) * 5px) 0;
}

.Ca-list .Cali {
    position: relative;
    margin: 0 0 5px 0;
}

/*.Ca-list .Cali:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    background: url(../images/icons/next_blank.png) no-repeat;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    background-size: 100%;*/
/*    right: 20px;*/
/*    top: 18px;*/
/*    opacity: 0.5;*/
/*    transition: all 0.3s;*/
/*}*/
.Ca-list .Cali .Cadca {
    font-size: calc(var(--bili) * 20px);
    color: #191919;
    cursor: pointer;
    border: 1px solid #e2e2e2;
}

.Ca-list .Cali .Cadca .CAa {
    display: block;
    padding: 0 calc(var(--bili) * 40px) 0 calc(var(--bili) * 30px);
    height: calc(var(--bili) * 80px);
    line-height: calc(var(--bili) * 80px);
    text-align: center;
}

.Ca-list .Cali .Cb-list {
    height: 0;
    overflow: hidden;
    /*transition: all 0.3s;*/
    opacity: 0;
}

.Ca-list .Cali .Cb-list .Cbli {
    border: 1px solid #e2e2e2;
    margin: -1px 0 0 0;
}

.Ca-list .Cali .Cb-list .Cbli .Cba {
    padding: 0 calc(var(--bili) * 45px);
    height: calc(var(--bili) * 60px);
    line-height: calc(var(--bili) * 60px);
    color: #6E6E6E;
    font-size: calc(var(--bili) * 18px);
}

.Ca-list .Cali.on .Cb-list {
    height: 100%;
    opacity: 1;
}

.Ca-list .Cali.on:before {
    transform: rotate(90deg);
}

.Ca-list .Cali .Cb-list .Cbli .Cba:hover {
    color: var(--mcolor);
}

.Ca-list .Cali.cur .Cadca {
    color: #ffffff;
    color: var(--mcolor);
}

.Ca-list .Cali.cur .Cb-list {
    height: 100%;
    opacity: 1;
}

.Ca-list .Cali .Cb-list .Cbli.cur .Cba {
    color: var(--mcolor);
}


.product-list {
    display: flex;
    flex-wrap: wrap;
}

.product-item {
    width: 31.25%;
    border: solid 1px #e6e6e6;
    text-align: center;
    background-color: #fff;
    transition: all .3s ease-out;
    margin: 0 3% 3% 0;
    position: relative;
}

.product-item:nth-child(3n) {
    margin-right: 0;
}

.product-item .dca {
    display: block;
    width: 100%;
    height: calc(var(--bili) * 360px);
    overflow: hidden;
}

.product-item .dcb {
    font-weight: 600;
    font-size: calc(var(--bili) * 18px);
    color: #333333;
    margin: 5%;
}

.product-item .dcc {
    border-top: 1px solid #e6e6e6;
    font-size: calc(var(--bili) * 16px);
    color: #444444;
    max-height: calc(var(--bili) * 50px);
    line-height: calc(var(--bili) * 25px);
    margin: 5%;
    padding: 4.5% 0 0 0;
}

.product-item:hover {
    box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
}

.product-item:before {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: var(--mcolor);
    transition: all 0.5s;
}

.product-item:hover:before {
    width: 100%;
}

.product-item:hover .dcb {
    color: var(--mcolor);
}

.product-item:hover .dcc {
    color: var(--mcolor);
}


.product-search {
    margin: 0 0 calc(var(--bili) * 35px) 0;
    display: flex;
    justify-content: flex-end;
}

.product-search .srk {
    width: calc(var(--bili) * 310px);
    height: calc(var(--bili) * 46px);
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 0 calc(var(--bili) * 20px);
    font-size: 14px;
}

.product-search .ann {
    width: calc(var(--bili) * 63px);
    height: calc(var(--bili) * 46px);
    border: 1px solid var(--mcolor);
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: url(../images/product-search.svg) no-repeat center;
    background-color: var(--mcolor);
    background-size: 22px 22px;
    cursor: pointer;
}


.product-detail {
    padding: calc(var(--bili) * 20px) 0 calc(var(--bili) * 80px);
}

.product-lr {
    display: flex;
    justify-content: space-between;
}

.product-lr .cpl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(var(--bili) * 780px);
}

.xt-all {
    position: relative;
}

.xt-all .icon-fl {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    display: none;
}

.xt-all .icon-fr {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    display: none;
}

.product-lr .cpl .xt-list {
    border: 1px solid #c0c0c0;
    width: calc(var(--bili) * 198px);
    height: calc(var(--bili) * 602px);
    padding: calc(var(--bili) * 65px) calc(var(--bili) * 50px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product-lr .cpl .xt-list .xt-all {
    overflow: hidden;
}

.product-lr .cpl .xt-list .xtbox {
    width: calc(var(--bili) * 85px);
    height: calc(var(--bili) * 85px);
    margin: 0 0 calc(var(--bili) * 10px) 0;
}


.product-lr .cpl .dt-list {

}

.product-lr .cpl .dt-list .dtbox {
    width: calc(var(--bili) * 564px);
    height: calc(var(--bili) * 564px);
    overflow: hidden;
}

.product-lr .cpr {
    width: calc(var(--bili) * 750px);
}

.product-lr .cpr .cpmc {
    font-weight: 700;
    font-size: calc(var(--bili) * 36px);
    color: #333333;
    padding: calc(var(--bili) * 20px) 0 calc(var(--bili) * 40px);
}

.product-lr .cpr .cpis {
    font-size: calc(var(--bili) * 16px);
    color: #606060;
    line-height: 34px;
}


.product-intro {
    background-color: #f6f6f6;
    padding: calc(var(--bili) * 20px) 0;
}

.product-intro-title {
    font-size: calc(var(--bili) * 24px);
    color: #333333;
}

.product-info {
    font-size: calc(var(--bili) * 16px);
    color: #333333;
    line-height: 2;
}

.product-info * {
    max-width: 100%;
    font-size: calc(var(--bili) * 16px);
    color: #333333;
    line-height: 2;
}

/*产品*/


/*手机*/
.wap-header {
    display: none;
}

.wap-head {
    width: 100%;
    background-color: #ffffff;
    transition: all 0.3s;
    top: 0;
    position: fixed;
    z-index: 105;
    box-shadow: none;
    height: 15vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wap-head .wap-head-logo {
    width: 67%;
    margin: 0 0 0 5%;
}

.wap-head .wap-door {
    width: 8%;
    margin: 0 5% 0 0;
    height: 100%;
    position: relative;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.wap-head .wap-door .wds {
    width: 100%;
    height: 3px;
    background-color: #353535;
    display: block;
    transition: all .3s;
    margin: 10% 0;
    border-radius: 2px;
}

.wap-head .wap-door .wds:nth-of-type(3) {
    width: 100%;
}

.wap-header.show .wap-head .wap-door .wds:nth-child(2n) {
    opacity: 0;
}

.wap-header.show .wap-head .wap-door .wds:nth-of-type(1) {
    transform: rotate(45deg);
    position: absolute;
}

.wap-header.show .wap-head .wap-door .wds:nth-of-type(3) {
    transform: rotate(-45deg);
    position: absolute;
    width: 100%;
}

.wap-header.show .headclose {
    width: 100%;
    display: block;
}

/*菜单*/
.wap-menu {
    position: fixed;
    width: 70%;
    right: -100%;
    top: 0;
    z-index: 101;
    height: 100%;
    background-color: #ffffff;
    transition: all .3s;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 1;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}

.wap-menu .wap-menu-lst {
    padding: 16vw 0;
}

.wap-menu .wap-menu-lst .CAli {
    position: relative;
    padding: 5% 8%;
    border-bottom: 1px solid #f5f5f5;
}

.wap-menu .wap-menu-lst .CAli:after {
    content: "";
    position: absolute;
    background: url(../images/icons/next_blank.png) no-repeat right;
    width: 4vw;
    height: 4vw;
    right: 5%;
    top: 32%;
    background-size: 100%;
    opacity: 0.7;
}

.wap-menu .wap-menu-lst .CAli .CAa {
    width: 100%;
    display: -webkit-box;
    font-size: 4vw;
    color: #333333;
}

.wap-header.show .wap-menu {
    right: 0;
    opacity: 1;
}


/*产品*/
.product-all {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.product-all.dcml {
    width: 20%;

    /*border:1pxsolid#e6e6e6;*/
}

.product-all.dcmr {
    width: 77.5%;
}

.Ca-list {

}

.Ca-list.Cali {
    position: relative;
    margin: -1 px000;
    background-color: #fff;
}

.Ca-list.Cali.Cadca {
    height: calc(var(--bili) * 65px);
    line-height: calc(var(--bili) * 65px);
    font-size: calc(var(--bili) * 18px);
    color: #191919;
    padding: 0 calc(var(--bili) * 40px) 0 calc(var(--bili) * 30px);
    cursor: pointer;
    border: 1 pxsolid #e2e2e2;
    position: relative;
}

.Ca-list.Cali:after {
    content: '';
    position: absolute;
    background: url(../images/icons/next_blank.png) no-repeat;
    width: calc(var(--bili) * 20px);
    height: calc(var(--bili) * 20px);
    background-size: 100%;
    opacity: 0.5;
    top: calc(var(--bili) * 23px);
    right: calc(var(--bili) * 20px);
}

.Ca-list.Cali.Cb-list {
    height: 0;
    overflow: hidden;
    /*transition:all0.3s;*/
    opacity: 0;
}

.Ca-list.Cali.Cb-list.Cbli {
    border: 1 pxsolid #e2e2e2;
    margin: -1 px000;
}

.Ca-list.Cali.Cb-list.Cbli.Cba {
    padding: 0 calc(var(--bili) * 45px);
    height: calc(var(--bili) * 60px);
    line-height: calc(var(--bili) * 60px);
    color: #6E6E6E;
    font-size: calc(var(--bili) * 18px);
}

.Ca-list.Cali.on.Cb-list {
    height: 100%;
    opacity: 1;
}

.Ca-list.Cali.on:before {
    transform: rotate(90deg);
}

.Ca-list.Cali.Cb-list.Cbli.Cba:hover {
    color: var(--mcolor);
}

.Ca-list.Cali.cur.Cadca {
    color: #ffffff;
    background-color: var(--mcolor);
}

.Ca-list.Cali.cur.Cb-list {
    height: 100%;
    opacity: 1;
}

.Ca-list.Cali.Cb-list.Cbli.cur.Cba {
    color: var(--mcolor);
}

.Ca-list.Cali.cur:after {
    background: url(../images/icons/next_white.png) no-repeat;
    background-size: 100%;
    transform: rotate(90deg);
}

.product-list {
    display: flex;
    flex-wrap: wrap;
}

.product-item {
    width: 30.415%;
    border: solid1px #e6e6e6;
    text-align: center;
    background-color: #fff;
    transition: all .3 sease-out;
    margin: 03% 3% 0;
    position: relative;
    overflow: hidden;
}

.product-item:nth-child(3n) {
    margin-right: 0;
}

.product-item.dca {
    display: block;
    width: 100%;
    height: calc(var(--bili) * 330px);
    overflow: hidden;
    background-color: #ffffff;
}

.product-item.dcb {
    font-weight: 400;
    font-size: calc(var(--bili) * 18px);
    color: #333333;
    height: calc(var(--bili) * 70px);
    line-height: calc(var(--bili) * 70px);
    margin: 05%;
}

.product-item.dcmc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(2429618/90%);
    padding: 15% 5%;
    opacity: 0;
    transition: all0 .3s;
}

.product-item.dcmc.dcmd {
    font-size: 22px;
    color: #ffffff;
    text-align: left;
    margin: 0010% 0;
    font-weight: bold;
}

.product-item.dcmc.dcme {
    font-weight: 400;
    font-style: normal;
    font-size: calc(var(--bili) * 14px);
    color: #FFFFFF;
    line-height: calc(var(--bili) * 30px);
    text-align: left;
    margin: 0025% 0;
    height: calc(var(--bili) * 150px);
}

.product-item.dcmc.dcmf {
    font-weight: 400;
    font-style: normal;
    font-size: calc(var(--bili) * 14px);
    color: #FFFFFF;
    text-align: right;
}

.product-item:hover {
    box-shadow: 5 px5px20pxrgb(000/10%);
}

.product-item:hover.dcmc {
    opacity: 1;
}

.product-content {
    padding: calc(var(--bili) * 50px) 0;
    background-color: #eef2f5;
}

.product-intro {
    background-color: #ffffff;
    margin: 00 calc(var(--bili) * 40px) 0;
    padding: calc(var(--bili) * 80px);
    display: flex;
    justify-content: space-between;
}

.product-intro.dcml {
    width: 42.5%;
}

.product-intro.dcmr {
    width: 52%;
}

.product-intro.dcml.dca {
    /*height:calc(var(--bili)*440px);*/
}

.product-intro.dcmr.dcb {
    font-weight: 700;
    font-style: normal;
    font-size: calc(var(--bili) * 38px);
    color: #333333;
    padding: calc(var(--bili) * 30px) 0;
}

.product-intro.dcmr.dcc {
    font-weight: 400;
    font-style: normal;
    font-size: calc(var(--bili) * 18px);
    color: #606060;
    line-height: 2;
    margin: 00 calc(var(--bili) * 80px) 0;
}

.product-intro.dcmr.dcd {
    width: calc(var(--bili) * 240px);
    height: calc(var(--bili) * 72px);
    line-height: calc(var(--bili) * 72px);
    font-weight: 400;
    font-style: normal;
    font-size: calc(var(--bili) * 20px);
    color: #ffffff;
    text-align: center;
    background: url(../images/u199.svg) no-repeat25% 50%;
    background-color: var(--rcolor);
    background-size: calc(var(--bili) * 30px) calc(var(--bili) * 30px);
    padding: 000 calc(var(--bili) * 30px);
}

.product-detail {
    background-color: #ffffff;
    padding: calc(var(--bili) * 80px);
}

.product-detail.nr-tit {
    font-weight: 700;
    font-style: normal;
    font-size: calc(var(--bili) * 38px);
    color: #333333;
    margin: 00 calc(var(--bili) * 30px) 0;
}

.product-detail.nr-cot {
    font-size: calc(var(--bili) * 20px);
    font-weight: 400;
    font-style: normal;
    line-height: 2;
    color: #333333;
}

.product-detail.nr-cot * {
    max-width: 100%;
    line-height: 2;
}

.no-info {
    background: url(../images/no_info.png) no-repeatcenter;
    background-size: calc(var(--bili) * 327px) calc(var(--bili) * 273px);
    width: 100%;
    padding: calc(var(--bili) * 350px) 00;
    text-align: center;
    font-size: calc(var(--bili) * 18px);
    color: #555;
    letter-spacing: 1px;
}

/*产品*/

.product-all {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.product-all .dcml {
    width: 20%;
    /*border: 1px solid #e6e6e6;*/
}

.product-all .dcmr {
    width: 77.5%;
}


.Ca-list {

}

.Ca-list .Cali {
    position: relative;
    margin: -1px 0 0 0;
    background-color: #fff;
}

.Ca-list .Cali .Cadca {
    height: calc(var(--bili) * 65px);
    line-height: calc(var(--bili) * 65px);
    font-size: calc(var(--bili) * 18px);
    color: #191919;
    padding: 0 calc(var(--bili) * 40px) 0 calc(var(--bili) * 30px);
    cursor: pointer;
    border: 1px solid #e2e2e2;
    position: relative;
}

.Ca-list .Cali:after {
    content: '';
    position: absolute;
    background: url(../images/icons/next_blank.png) no-repeat;
    width: calc(var(--bili) * 20px);
    height: calc(var(--bili) * 20px);
    background-size: 100%;
    opacity: 0.5;
    top: calc(var(--bili) * 23px);
    right: calc(var(--bili) * 20px);
}

.Ca-list .Cali .Cb-list {
    height: 0;
    overflow: hidden;
    /*transition: all 0.3s;*/
    opacity: 0;
}

.Ca-list .Cali .Cb-list .Cbli {
    border: 1px solid #e2e2e2;
    margin: -1px 0 0 0;
}

.Ca-list .Cali .Cb-list .Cbli .Cba {
    padding: 0 calc(var(--bili) * 45px);
    height: calc(var(--bili) * 60px);
    line-height: calc(var(--bili) * 60px);
    color: #6E6E6E;
    font-size: calc(var(--bili) * 18px);
}

.Ca-list .Cali.on .Cb-list {
    height: 100%;
    opacity: 1;
}

.Ca-list .Cali.on:before {
    transform: rotate(90deg);
}

.Ca-list .Cali .Cb-list .Cbli .Cba:hover {
    color: var(--mcolor);
}

.Ca-list .Cali.cur .Cadca {
    color: #ffffff;
    background-color: var(--mcolor);
}

.Ca-list .Cali.cur .Cb-list {
    height: 100%;
    opacity: 1;
}

.Ca-list .Cali .Cb-list .Cbli.cur .Cba {
    color: var(--mcolor);
}

.Ca-list .Cali.cur:after {
    background: url(../images/icons/next_white.png) no-repeat;
    background-size: 100%;
    transform: rotate(90deg);
}

.product-list {
    display: flex;
    flex-wrap: wrap;
}

.product-item {
    width: 30.415%;
    border: solid 1px #e6e6e6;
    text-align: center;
    background-color: #fff;
    transition: all .3s ease-out;
    margin: 0 3% 3% 0;
    position: relative;
    overflow: hidden;
}

.product-item:nth-child(3n) {
    margin-right: 0;
}

.product-item .dca {
    display: block;
    width: 100%;
    height: calc(var(--bili) * 330px);
    overflow: hidden;
    background-color: #ffffff;
}

.product-item .dcb {
    font-weight: 400;
    font-size: calc(var(--bili) * 18px);
    color: #333333;
    height: calc(var(--bili) * 70px);
    line-height: calc(var(--bili) * 70px);
    margin: 0 5%;
}

.product-item .dcmc {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(23 105 170 /0.9);
    padding: 15% 5%;
    opacity: 0;
    transition: all 0.3s;
}

.product-item .dcmc .dcmd {
    font-size: 22px;
    color: #ffffff;
    text-align: left;
    margin: 0 0 10% 0;
    font-weight: bold;
}

.product-item .dcmc .dcme {
    font-weight: 400;
    font-style: normal;
    font-size: calc(var(--bili) * 14px);
    color: #FFFFFF;
    line-height: calc(var(--bili) * 30px);
    text-align: left;
    margin: 0 0 25% 0;
    height: calc(var(--bili) * 150px);
}

.product-item .dcmc .dcmf {
    font-weight: 400;
    font-style: normal;
    font-size: calc(var(--bili) * 14px);
    color: #FFFFFF;
    text-align: right;
}

.product-item:hover {
    box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
}

.product-item:hover .dcmc {
    opacity: 1;
}

.product-content {
    padding: calc(var(--bili) * 50px) 0;
    background-color: #eef2f5;
}

.product-intro {
    background-color: #ffffff;
    margin: 0 0 calc(var(--bili) * 40px) 0;
    padding: calc(var(--bili) * 80px);
    display: flex;
    justify-content: space-between;
}

.product-intro .dcml {
    width: 42.5%;
}

.product-intro .dcmr {
    width: 52%;
}

.product-intro .dcml .dca {
    /*height: calc( var(--bili) * 440px );*/
}

.product-intro .dcmr .dcb {
    font-weight: 700;
    font-style: normal;
    font-size: calc(var(--bili) * 38px);
    color: #333333;
    padding: calc(var(--bili) * 30px) 0;
}

.product-intro .dcmr .dcc {
    font-weight: 400;
    font-style: normal;
    font-size: calc(var(--bili) * 18px);
    color: #606060;
    line-height: 2;
    margin: 0 0 calc(var(--bili) * 80px) 0;
}

.product-intro .dcmr .dcd {
    width: calc(var(--bili) * 240px);
    height: calc(var(--bili) * 72px);
    line-height: calc(var(--bili) * 72px);
    font-weight: 400;
    font-style: normal;
    font-size: calc(var(--bili) * 20px);
    color: #ffffff;
    text-align: center;
    background: url(../images/u199.svg) no-repeat 25% 50%;
    background-color: var(--rcolor);
    background-size: calc(var(--bili) * 30px) calc(var(--bili) * 30px);
    padding: 0 0 0 calc(var(--bili) * 30px);
}

.product-detail {
    background-color: #ffffff;
    padding: calc(var(--bili) * 80px);
}

.product-detail .nr-tit {
    font-weight: 700;
    font-style: normal;
    font-size: calc(var(--bili) * 38px);
    color: #333333;
    margin: 0 0 calc(var(--bili) * 30px) 0;
}

.product-detail .nr-cot {
    font-size: calc(var(--bili) * 20px);
    font-weight: 400;
    font-style: normal;
    line-height: 2;
    color: #333333;
}

.product-detail .nr-cot * {
    max-width: 100%;
    line-height: 2;
}


.no-info {
    background: url(../images/no_info.png) no-repeat center;
    background-size: calc(var(--bili) * 327px) calc(var(--bili) * 273px);
    width: 100%;
    padding: calc(var(--bili) * 350px) 0 0;
    text-align: center;
    font-size: calc(var(--bili) * 18px);
    color: #555;
    letter-spacing: 1px;
}


/*产品*/

.menu_lstss {
    margin-left: auto;
}


@media screen and (max-width: 1480px) {
    .wn-menu-box .mCa{
        padding: 0 calc( var(--bili) * 40px );
    }

    .case-item{
        width: calc(var(--bili)* 467px);
    }

    .header .header-menu .CAli .CAa{
        padding: 0 calc(var(--bili) * 20px);
    }
}

