/*鏃犲唴瀹�*/
.no-info-tips{
    text-align: center;
    width: 100%;
    padding: 50px 0;
}
.no-info-tips .dca{
    display: inline-block;
    width: 75px;
    height: 69px;
    background: url(../images/icons/no-info.svg)no-repeat center;
    margin: 0 0 20px 0;
}
.no-info-tips .dcb{
    color: #333333;
    line-height: 2;
}
/*鏃犲唴瀹�*/

/*鍒嗛〉*/
.page-list{
    display: flex;
    flex-wrap: wrap;
    padding: calc( var(--bili) * 30px ) 0 calc( var(--bili) * 60px );
    justify-content: center;
}
.page-list a{
    height: calc( var(--bili) * 40px );
    line-height: calc( var(--bili) * 38px );
    border: 1px solid #e3e3e3;
    margin: 0 calc( var(--bili) * 5px ) calc( var(--bili) * 5px ) calc( var(--bili) * 5px );
    border-radius: 4px;
    font-size: calc( var(--wzbl) * 16px );
    background:#ffffff;
    color:#555555;
    padding: 0 calc( var(--bili) * 15px );
    text-decoration:none;
    display: block;
}
.page-list a.currPage{
    background: var(--mcolor);
    color: #fff;
    border: 1px solid var(--mcolor);
}
.page-list a:hover{
    background: var(--mcolor);
    color: #fff;
    border: 1px solid var(--mcolor);
}
/*鍒嗛〉*/

/*layui鏍峰紡*/
.layui-form-select dl dd.layui-this{
    background-color: var(--mcolor) !important;
}
.layui-form-select dl dd.layui-this{
    background-color:  var(--mcolor) !important;
}
.layui-laydate .layui-this{
    background-color:  var(--mcolor) !important;
}
.layui-form-select dl dd{
    font-size: 14px;
}
.layui-layer{
    border-radius: 12px!important;
}
.layui-laydate-footer span:hover{
    color:  var(--mcolor) !important;
}
.layui-laydate-footer span[lay-type=date]{
    color:  var(--mcolor) !important;
}
.layui-laydate-header i:hover{
    color:  var(--mcolor)!important;
}
.laydate-set-ym span:hover{
    color:  var(--mcolor)!important;
}
#mb_btn_no{
    cursor: pointer;
}
#mb_btn_ok{
    background: var(--mcolor)!important;
    cursor: pointer;
}
.layui-form-checked span, .layui-form-checked:hover span{
    background: var(--mcolor)!important;
}
.layui-form-checked i, .layui-form-checked:hover i{
    color:  var(--mcolor)!important;
}
.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed > i{
    color:  var(--mcolor)!important;
}
/*layui鏍峰紡*/





/*浣嶇疆*/
.position-list{
    position: relative;
    background-color: #ffffff;
}
.position-list .infx{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.position-box{
    display: flex;
}
.position-box .position-item:first-child{
    background: url(../images/icon-ads.png) no-repeat left;
    background-size: 12px 15px;
    padding: 0 0 0 18px;
}
.position-box .position-item{
    margin: 0 5px 0 0;
    font-weight: 400;
    color: #333333;
    height: calc( var(--bili) * 100px );
    line-height: calc( var(--bili) * 100px );
    text-transform: uppercase;
}
.position-box .position-item:last-child{
    max-width: calc( var(--bili) * 900px );
}
/*浣嶇疆*/


/*鎬�*/
.ws-content{
    position: relative;
}
/*寮哄埗鏍峰紡*/
.content-noys{
    line-height: 2!important;
    color: #333333!important;
    max-width: 100% !important;
}
.content-noys *{
    line-height: 2!important;
    color: #333333!important;
    max-width: 100% !important;
}
/*寮哄埗鏍峰紡*/




/*鍦板浘缇庡寲*/
.map-container *{
    border-color: #ffffff!important;
    border: 0!important;
}
.map-container .BMap_pop *{
    color: #333333!important;
    line-height: calc( 30px )!important;
    font-size: calc( 14px ) !important;
}
.BMap_pop .BMap_center{
    width: 351px!important;
}
.map-container .anchorBL{
    display: none;
}
.map-container .anchorTR div *{
    padding: 5px 10px!important;
    box-shadow: none!important;
    font-size: 14px!important;
    font-weight: 400!important;
}
.map-container .title{
    font-size: calc( 16px ) !important;
    font-weight: 600;
}
/*鍦板浘缇庡寲*/




/*鎵嬫満*/
.wap-none{
    display: block;
}
.wap-block{
    display: none;
}
.wap-head{
    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;
    justify-content: space-between;
    align-items: center;
}

.wap-head .wap-head-logo {
    width: 62%;
    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: var(--mcolor);
    display: block;
    transition: all .3s;
    margin: 10% 0;
    border-radius: 2px;
}
.wap-head .wap-door .wds:nth-of-type(3){
    width: 100%;
}
.wap-head-lst.show .wap-head .wap-door .wds:nth-child(2n){
    opacity: 0;
}
.wap-head-lst.show .wap-head .wap-door .wds:nth-of-type(1) {
    transform: rotate(45deg);
    position: absolute;
}
.wap-head-lst.show .wap-head .wap-door .wds:nth-of-type(3) {
    transform: rotate(-45deg);
    position: absolute;
    width: 100%;
}
.wap-head-lst.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.5;
}
.wap-menu .wap-menu-lst .CAli .CAa{
    width: 100%;
    display: -webkit-box;
    font-size: 4vw;
    color: #333333;
}
.wap-head-lst.show .wap-menu{
    right: 0;
    opacity: 1;
}

/*搴曢儴*/
.bottom-fix{
    background-color: var(--mcolor);
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 100;
}
.bottom-fix>a>img {
    width: 33.3333%;
    float: left;
    display: block;
    height: 13.5vw;
}
.wap-show{
    display: none;
}
.wap-none{
    display:block;
}
.copyright{
    background-color: var(--mcolor);
    padding: 0 0 calc( var(--bili) * 40px ) 0;
}
.copyright .intro{
    border-top: 1px solid #dddddd;
    text-align: center;
    padding: calc( var(--bili) * 40px ) 0 0 0;
    color: #ffffff;
    font-size: calc( var(--wzbl) * 16px );
}
@media screen and (max-width: 1200px) {
    .wap-none{
        display: none;
    }
    .wap-show{
        display: block;
    }
    .wi-banner{
        padding: 15vw 0 0 0;
    }
    .inner {
        padding: 0 4%;
        width: 100%;
    }
    .header{
        /*display: none;*/
    }
    .wap-head-lst{
        display: block;
    }
    .bottom-fix{
        display: block;
    }
    .copyright{
        margin: 0 0 13.5vw 0;
    }
    .copyright .intro{
        border-top: 0;
        font-size: 14px;
        padding: 5% 0;
    }
    .page-list{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        padding: 5% 0;
    }
    .page-list a{
        display: none;
    }
    .page-list a:first-child{
        display: block;
    }
    .page-list a:last-child{
        display: block;
        /*border-left: 0;*/
        margin: 0 0 0 -1px;
    }
    .page-list a{
        width:51%;
        margin: 0;
        line-height: 40px;
        height: 40px;
        text-align: center;
        border-radius: 0;
    }
    .page-list a.currPage{
        background: #ffffff;
        color: #555555;
        border: 1px solid #e3e3e3;
        display: block;
        margin: 0 0 0 -1px;
    }
}
/*鎵嬫満*/



/*鎵嬫満绔笁绾у垎绫�*/
.location_service{
    margin: 0 0 5% 0;
}

.location_service .lswhy{
    padding: 0 5% 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.location_service .lswhy .lswy_return_a{
    width: 15%;
    display: block;
}
.location_service .lswhy .lswy_return{
    width: 100%;
    padding: 4.5vw 0;
    background: url(../images/icons/lswy_return.png) no-repeat 50%;
    background-size: 50%;
    background-color: var(--mcolor);
}
.location_service .lswhy .lswy_name{
    width: 67%;
    color: var(--mcolor);
    height: 13vw;
    line-height: 13vw;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-break: break-all;
}
.location_service .lswhy .lswy_menu{
    width: 8%;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.location_service .lswhy .lswy_menu .litem{
    width: 100%;
    height: 2px;
    background-color: var(--mcolor);
    display: block;
    margin: 1vw auto;
    transition: all 0.3s;
}
.location_service .lswhy .lswy_menu.is-active .litem:nth-of-type(1){
    transform: rotate(45deg);
    position: absolute;
}
.location_service .lswhy .lswy_menu.is-active .litem:nth-of-type(2){
    display: none;
}
.location_service .lswhy .lswy_menu.is-active .litem:nth-of-type(3){
    transform: rotate(-45deg);
    position: absolute;
}
.location_service .lswhe{
    /*display: none;*/
    height: 0;
    transition: all 0.3s;
    overflow: auto;
    max-height: 98vw;
}
.location_service .lswhe.dis{
    /*display: block;*/
    height: auto;

    /*opacity: 1;*/
}

.location_service .CAul{
    width: 100%;
}

.location_service .CAli{
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 0 0 4%;
}
.location_service .lswhe ul li .CAa{
    width: 80%;
    display: block;
    height: 12vw;
    line-height: 12vw;
    color: #333333;
    font-size: 4vw;
}

.location_service .CBul{
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
}
.location_service .CBul .CBli{
    padding: 0 0 0 4%;
    position: relative;
}
.location_service .CBul .CBli:after{

}
.location_service .CBul .CBli .CBa{
    width: 80%;
    display: block;
    height: 10vw;
    line-height: 10vw;
    color: #333333;
    font-size: 3.8vw;
}
.location_service .CBul.dis{
    height: auto;
}


.location_service .CCul{
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
}
.location_service .CCul .CCli{
    background-size: 3vw;
    padding: 0 0 0 4%;
}
.location_service .CCul .CCli .CCa{
    width: 100%;
    display: block;
    height: 10vw;
    line-height: 10vw;
    color: #333333;
    font-size: 3.5vw;
    padding: 0 8% 0 0;
}
.location_service .CCul.dis{
    height: auto;
}


.location_service .CAxl{
    position: absolute;
    top: 0;
    right: 0;
    width: 12vw;
    height: 12vw;
    background: url(../images/icons/next_blank.png)no-repeat center;
    background-size: 4vw;
    opacity: 0.7;
}
.location_service .CBxl{
    position: absolute;
    top: 0;
    right: 0;
    width: 12vw;
    height: 10vw;
    background: url(../images/icons/next_blank.png)no-repeat center;
    background-size: 4vw;
    opacity: 0.7;
}

.location_service .CAli.is-active .CAxl{
    transform: rotate(90deg);
}
.location_service .CBli.is-active .CBxl{
    transform: rotate(90deg);
}

.location_service .lswhe ul .CAli.selected .CAa{
    color: var(--mcolor);
}

.location_service .CBli.selected .CBa{
    color: var(--mcolor);
}

.location_service .CCli.selected .CCa{
    color: var(--mcolor);
}
/*鎵嬫満绔笁绾у垎绫�*/



/*产品中心*/
.picture_chan {
    width: 100%;
}

.picture_chan2 {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 68px;
    padding-bottom: 80px;
}

.picture_title {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #212529;
}

.picture_desc {
    font-size: 16px;
    text-align: center;
    color: #6B6B6B;
    margin-top: 15px;
    margin-bottom: 47px;
}

.pi_g {
    width: 32%;
    display: inline-block;
    margin-right: 1%;
    /*padding: 58px 145px 29px;*/
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: center;
}

.pi_g:nth-of-type(3) {
    margin-right: 0px;
}

.pi_title {
    font-size: 26px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}

.pi_desc {
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}

.pi_img {
    margin-top: 37px;
}

.liaojgd {
    background-color: #CF1413;
    font-size: 14px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 22%;
    margin: 0 auto;
    margin-top: 20px;
    border-radius:20px;
}

.liaojgd a {
    color: #ffffff;
}

/*行业应用*/
.hangyyy {
    width: 100%;
}

.hangyyy2 {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 67px;
    overflow: hidden;

}

.slideTxtBox {
    /*float: left;*/
    /*width: 28%;*/
}

.bd {
    /*position: relative;*/
    /* width: 392px; */
    /* height: 54px; */
    position: unset !important;
    width: 78% !important;
    /*height: unset !important;*/
    float: right;

    max-height: 20px !important;
}

.slideTxtBox .hd ul li {
    background-color: #F1F1F1;
    border-bottom: 1px solid #dddddd;
    padding-left: 12%;
}

.yind_on {
    /*background-color: #B11914;*/
    background-color:unset !important;
    font-size: 16px;
    color: #ffffff;
    background: url(/static/images/yin_x.png) no-repeat center;
    background-size: 101% 100%;
    width: 106%;
    position: relative;
    border-bottom: unset !important;
}

.hd_left {
    width: 22%;
    float: left;
}

.slideTxtBox .bd ul {
    position: unset !important;
    width: unset !important;
    left: unset !important;
    top: unset !important;

}

.yinc {
    display: none;
}

.anniud_g {
    margin-right: 4%;
}

.shanbeij {
    line-height: 95px;
}

.yin_img_title {
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    margin-top: -68px;
    color: #ffffff;
    width: 99.7%;
    padding-top: 23px;
    padding-bottom: 23px;
    padding-left: 3%;
}


/*合作案例*/

.hezal {
    width: 100%;
    margin-top: 67px;
    padding-bottom: 40px;
}

.hezal2 {
    max-width: 1400px;
    margin: 0 auto;
}

.hezuonei {
    text-align: center;
    border: 1px solid #dddddd;
    margin-left: 1px;
    font-size: 16px;
    padding: 15px 0px;
}

.swiper-button-next, .swiper-button-prev {
    margin-top: -12.5% !important;
    position: unset !important;
    width: unset !important;
    height: unset !important;
}

.xinwen {
    width: 100%;
    background: url(/static/images/xinw_bei.png) no-repeat center;
    background-size: cover;
    padding-top: 68px;
    padding-bottom: 93px;
    overflow: hidden;

}

.xinwen2 {
    max-width: 1400px;
    margin: 0 auto;
    margin-bottom: 53px;
}

.xin_left,.xin_right {
    width: 49%;
}

.xin_left {
    float: left;
}

.xin_right {
    float: right;
}

/*新闻咨询*/
.new_de1 {
    background: #ffffff;
    padding: 2% 3% 3% 4%;
}

.new_title {
    font-size: 20px;
    color: #343434;
}

.xin_de2 {
    background: #ffffff;
    padding: 7% 6% 5%;
}

.xin_right_title {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 2%;
    overflow: hidden;
    font-size: 20px;
    color: #343434;
}

.xin_title_left {
    float: left;
}

.xin_title_right {
    float: right;
}

.xin_right_description {
    margin-top: 2%;
}

.xin_xiangp {
    margin-top: 4%;
}



/*footer底部*/
.foot_icon02 p {
    font-size: 14px;
}

.saomzxtis {
    font-size: 20px;
    margin-left: 4%;
    padding-left: 2%;
    padding-bottom: 6px;
    margin-bottom: 15px;
}

.fr_footer {
    max-width: 1400px;
    margin: 0 auto;
}



@media only screen and (min-width: 1029px){
    .p_img a img,#c_banner_027-16734324055190,#c_banner_027-16734324298320 {
        height: 446px !important;
        width: 100% !important;
    }
}



.xin_de2:nth-of-type(2) {
    margin-top: 2% !important;
}


@media (max-width: 1391px) {


    .slideTxtBox .hd ul li {
        display: inline-block;
    }

    .bd {
        float: unset;
        width: unset !important;
        max-height: 419px !important;
    }

    .yin_gongt img {
        width: 100%;
    }

    .hd_left {
         width: unset;
         float: unset;
    }

    .yind_on {
        width: unset;
    }

    .slideTxtBox .hd ul li {
        padding-left:unset;
        width: 16%;
    }



}

@media (max-width: 1190px) {
    .col01 {
        display: none;
    }
}



/*手机端*/
@media (max-width: 770px) {


    .pi_g {
        width: 100%;
        margin-top: 10px;
        padding-bottom: 6%;
    }

    .swiper-button-next, .swiper-button-prev {
        margin-top: 5.5% !important;
    }

    .swiper {
        width: 100% !important;
    }

    .shoujiyou {
        margin-right: 5% !important;
    }

    .swiper-button-next, .swiper-rtl .swiper-button-prev {
        margin-right: 34%;
    }

    .swiper-button-prev {
        margin-left: 34%;
    }

    /*新闻咨询*/
    .xin_left {
        float: unset;
        width: 100%;
        padding: 4%;
    }

    .xin_left img {
        width: 100%;
    }

    .xin_right {
        float: unset;
        width: 100%;
        padding: 4%;
        padding-top: 0%;
    }

    .xinwen {
        padding-bottom: 0px;
    }

    .foot_contact {
        float: unset !important;
        width: 100% !important;
    }

    .foot_qr {
        float: unset !important;
    }

    .foot_contact .col02 {
        width: 100% !important;
    }

    .fp1 {
        width: 100% !important;
    }
    .foot_links {
        padding: 3% !important;
    }

    .xuanzde {
        width: 100% !important;
         float: unset !important;
    }

    .foot_icon .foot_icon02 {
        float: unset !important;
        width: 100% !important;
    }


}

@media (max-width: 684px) {
    .anniud_g {
        display: none;
    }

    .slideTxtBox .hd ul li {
        width: 32%;
        font-size: 12px;
    }
}

@media (max-width: 502px) {
    .shoujiyou {
        margin-right: 6% !important;
    }
}

@media (max-width: 418px) {
    .shoujiyou {
        margin-right: 7% !important;
    }
}

@media (max-width: 360px) {
    .shoujiyou {
        margin-right: 8% !important;
    }
}



