/* 子页banner部分 */

.zy_banner_box {
    
    position: relative;
    width: 100%;
}

.banner_dh {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.315);
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_nav {
    width: 55%;
}
.onn {
    background-color: #0f4d92;
}
.banner_nav_box {
     justify-content: center; 
}

.banner_nav_box a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: .15rem 0 0 0;
    line-height: .4rem;
    color: #ffffff;
}

.banner_nav_box a img {
    width: auto;
    height: .39rem;
}
.banner_dh .on{
    background-color: #0f4d92;
    color: #fff !important;
}
.banner_nav_box a:hover {
    background-color: #0f4d92;
}

.banner_nav_next,
.swiper-rtl .banner_nav_prev {
    right: 3.5rem !important;
    left: auto;
}

.banner_nav_prev,
.swiper-rtl .banner_nav_next {
    left: 3.5rem !important;
    right: auto;
}

.banner_nav_next::after,
.banner_nav_prev::after {
    -webkit-tap-highlight-color:rgba(255,0,0,0);
}


/* 当前位置 */
.fywz {
    color: #666666 !important;
}
.dqwz {
    display: flex;
    align-items: center;
    color: #757575;
    padding-top: .45rem;
}
    .dqwz img {
        width: auto;
        height: auto;
        margin-right: .1rem;
    }

    .dqwz a {
        color: #757575;
        font-size: .14rem;
        font-family: '微软雅黑';
        padding: 0 .05rem;
    }

.dqwz a:hover {
    color: #0e57a2;
}


/* 上下篇 */

.shangxia {
    margin-top: 1.1rem;
    margin-bottom: .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: #edf1f2 .01rem solid;
    box-sizing: border-box;
    padding: 0 .1rem;
    position: relative;
}

.shangxia .syp,
.shangxia .xyp {
    position: absolute;
}

.shangxia .syp {
    left: .3rem;
}

.shangxia .xyp {
    right: .3rem;
}

.shangxia a {
    padding: .5rem 0;
    font-size: .14rem;
    color: #222222;
    display: flex;
    align-items: center;
}

.shangxia a .jt_l {
    display: none;
}

.shangxia a .jt_h {
    display: block;
}

.shangxia a:hover {
    color: #1356f5;
}

.shangxia a:hover .jt_h {
    display: none;
}

.shangxia a:hover .jt_l {
    display: block;
}

.shangxia a img {
    padding: 0 .2rem;
    width: auto;
    height: auto;
}


/* 分页 */

.fy {
    margin-bottom:.5rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .3rem;
}

.fy div,
.fy div a {
    color: #666666 !important;
    font-size: .14rem;
    font-family: '微软雅黑';
}

    .fy div {
        margin-right: .1rem;
        margin-left: .1rem;
        display: flex;
    }

.fy .fy_cont a {
    margin-right: .1rem;
    padding: .1rem;
    text-align: center;
    border: #9a9a9a solid .01rem;
    box-sizing: border-box;
    border-radius: .05rem;
    background-color: #ffffff;
}

.fy .fy_cont a:hover {
    background-color: #0e57a2;
    color: #ffffff !important;
}
    .fy .fy_cont a.on {
        color:#fff !important;
        background-color: #0e57a2 !important;
    }
    .tz {
        display: flex;
        align-items: center;
    }

.tz input {
    border: #9a9a9a solid .01rem;
    box-sizing: border-box;
    border-radius: .05rem;
    padding: .07rem .1rem;
    margin-right: .1rem;
    width: .4rem;
    height: 100%;
}

.tz p {
    margin-right: .1rem;
}

.tz a {
    margin-right: .1rem;
    padding: .1rem .15rem;
    text-align: center;
    border: #9a9a9a solid .01rem;
    box-sizing: border-box;
    border-radius: .05rem;
    background-color: #ffffff;
}


/* 工程案例 */

.gcal_box {
    width: 75%;
    margin: 0 auto;
}

.gcal_list {
    width: 73%;
    margin: 0 auto;
}

.gcal_list ul {
    min-height:8rem;
    width: 100%;
    justify-content: space-between;
}

    .gcal_list li {
        float: left;
        width: 31%;
        margin-top: 0.5rem;
        position: relative;
        height: 100%;
        margin-right: 0.2rem;
    }

.gcal_list ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3.9rem;
}

.gcal_list ul li .gcal_top {
    position: absolute;
    top: 0;
}
    .gcal_list ul li .gcal_top {
        height:3rem;
    }
    .gcal_list ul li .gcal_top img {
        width: 100%;
        height: 100%;
    }

.gcal_list ul li a .gcal_bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: #dbdbe2 .01rem solid;
    border-top: none;
    box-sizing: border-box;
    padding: 0.4rem .3rem 0.3rem .3rem;
    width: 100%;
    position: absolute;
    background-color: #ffffff;
    bottom: 0;
    overflow: hidden;
}

.gcal_list ul li a .gcal_bottom h1 {
    color: #1e1e1e;
    font-size: .22rem;
    font-weight: 600;
    font-family: '微软雅黑';
    position: relative;
    line-height:.25rem;
}

.gcal_list ul li a .gcal_bottom h1:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 1px;
    width: 0;
    height: 3px;
    background: #0e57a2;
    transition: all .4s;
}

.gcal_list ul li a:hover .gcal_bottom h1:before {
    width: 20%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.gcal_list ul li a .gcal_bottom h3 {
    opacity: 0;
    font-size: .16rem;
    font-weight: 500;
    font-family: '微软雅黑';
    line-height: .3rem;
    color: #9a9a9a;
    line-height: .3rem;
    height: .6rem;
    margin: -0.3rem;
    transition: all 0.5s;
}

.gcal_list ul li a:hover {
    box-shadow: 1px 1px 35px -14px #ccc;
}

.gcal_list ul li a:hover .gcal_bottom {
    border: none;
}

.gcal_list ul li a:hover .gcal_bottom h1 {
    padding: 38px 0;
}

.gcal_list ul li a:hover .gcal_bottom h3 {
    transition: all 0.5s ease 0s;
    margin: .3rem 0;
    height: auto;
    opacity: 1;
}


/* 工程案例详情 */

.gcalxq_box {
    width: 73%;
    margin: auto;
    display: flex;
    padding: .5rem 0;
    justify-content: space-between;
}

.gcal_left {
    min-height: 6rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-bottom: 0.6rem;
    width: 69%;
}

.gcal_left h1 {
    line-height: .6rem;
    color: #282828;
    font-size: .28rem;
    font-family: '微软雅黑';
}
.gcal_cont p {
    display: block;
    color: #2c2c2c;
    font-size: .16rem;
    line-height: .3rem;
    text-indent: 2em;
}
.gcal_cont em{
    display:block;
    color: #2c2c2c;
    font-size: .16rem;
    line-height: .3rem;
    text-indent: 2em;
}
.gcal_cont img {
    max-width: 100%;
}
.sj {
    color:#757575;
}
.gcal_cont {
    min-height:5rem;
    line-height:.3rem;
    font-size:.18rem;
}

.gcal_top {
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 0.01rem solid #dbdde1;
}

.gcal_top_l {
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: .5rem;
    font-size: .14rem;
    color: #838688;
    font-family: '微软雅黑';
}

.gcal_top_l img {
    margin-right: .15rem;
    width: auto !important;
    height: auto !important;
}

.gcal_top_l span {
    margin-right: .4rem;
}

.gcal_top_r a,
.gcal_top_r {
    margin-right: .1rem;
    color: #838688;
    font-size: .14rem;
}

.gcal_top_r a:hover,
.gcal_top_r a.zt {
    color: #1356f5;
    font-size: .14rem;
    font-weight: 600;
}

.gcal_right {
    width: 21%;
    display: flex;
    flex-direction: column;
}

.gcal_right h1 {
    margin-top: .7rem;
    margin-bottom: .3rem;
    font-size: .2rem;
    color: #282828;
    font-weight: 600;
}

    .gcal_right ul li div {
        width: 292px;
        margin-top: 0.2rem;
        overflow: hidden;
        height: 200px;
    }

        .gcal_right ul li div img {
            width: 100%;
            height: 100%;
            cursor: pointer;
            transition: all 0.6s;
        }

.gcal_right ul li a h4 {
    line-height: .45rem;
    font-size: .16rem;
    color: #111111;
    font-weight: 500;
}

.gcal_right ul li a:hover img {
    transform: scale(1.4);
}

.gcal_right ul li a:hover h4 {
    color: #0e57a2;
}

/* 组织架构 */
.zzjgs{
    display: none;
}
.zzjg{
    margin: 1.6rem 0 3rem 0;
    text-align: center;
}
.tc_gbs {
    display: none;
    position: absolute;
    left: 45%;
    top: 50%;
}
.boxs{
    
    position: absolute;
    top: 26.5%;
}
.xytcs{
    display: none;
/*background: #1111115c;*/
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;

}
/* 企业文化 */

.qywh,.jyln_con,.gsyj{
    width: 75%;
    margin: auto;
    overflow: hidden;
    margin-top: .75rem;
    margin-bottom: .6rem;
}
.qywh_left{
    float: left;
    width: 49%;
    margin-top: .3rem;
    background: url(../img/wh1.jpg) no-repeat ;
}
.qywh_right{
    float: right;
    width: 42%;
}
.qywh span {
    line-height:.3rem;
}
.wh h2 {
    margin-left: .8rem;
    color: #191919;
    padding-top: .1rem;
    font-size: .26rem;
    margin-bottom: .7rem;
}
.wh em{
    color: #383838;
    font-size: .16rem;
    line-height: .3rem;
}
.wh img{
    width: 100%;
}
.jyln{
    width: 100%;
    overflow: hidden;
    background-color: #f6f8fb;
}
.jyln_left{
    width: 42%;
    float: left;
    
}
.jyln_right{
    line-height:.3rem;
    width: 49%;
    float: right;
    margin-top: .8rem;
    background: url(../img/wh2.jpg) no-repeat ;
}
.gsyj_left{
    line-height:.3rem;
    float: left;
    width: 49%;
    margin-top: .3rem;
    background: url(../img/wh5.jpg) no-repeat ;
}
.gsyj_right{
    float: right;
    width: 42%;
}
.wh_l{
    width: 100%;
    background: url(../img/wh7.jpg) no-repeat;
}
.wh_l h2{
    color: #212121;
    font-size: .24rem;
    display: block;
    padding-top: .45rem;
    padding-bottom: .3rem;
    text-align: center;
}
.wh_l span{
    display: block;
    text-align: center;
    padding-bottom: .45rem;
    color: #1f1f1f;
    font-size: .18rem;
    background: url(../img/wh8.png)no-repeat;
    background-position-x: 46%;
}
    .wh_l span:hover {
        font-weight:700;
        color:#0e57a2;
    }
    /* 荣誉资质 */
    .ryzz {
        min-height: 5.81rem;
        width: 74%;
        margin: auto;
        margin-top: 1rem;
        overflow: hidden;
        margin-bottom: .2rem;
    }
.ryzz ul{
    width: 100%;
float: left;
margin-top:.5rem;
margin-bottom: 1rem;
background: url(../img/ry3.png) no-repeat 0 1.8rem;
}
    .ryzz ul li {
        width: 20%;
        float: left;
        height:2rem;
        margin-left: .5rem;
        text-align: center;
    }
    .ryzz ul li .tp {
        width:2.5rem;
        height:1.86rem;
    }
    .ryzz ul li img {
        margin-top: -.05rem;
    }
    .ryzz ul li:first-child {
        margin-left: 1rem;
    }
.ryzz ul li a {
        display: block;
}
.ryzz ul li h3{
    font-weight: 400;
    margin-top: .6rem;
    text-align: center;
    color: #333333;
    font-size: .16rem;
}

/* 荣誉弹窗 */
.xytc {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    padding-top: 1rem;
  }
  .xytc .tcnr {
    width: 7rem;
    margin: 2% auto;
    text-align: center;
  }
  .xytc .tcnr .box {
    width: 8rem;
    height: 6rem;
    margin: 0 auto;
  }
  .xytc .tcnr h2 {
    color: #fff;
    font-size: 0.26rem;
    line-height: 0.4rem;
    font-weight: normal;
    margin-top: 0.3rem;
  }
  .xytc .tcnr .img {
    width: 100%;
  }
    .xytc .tcnr .box h3 {
        color:#fff;
        font-size:.16rem;
        margin-top:.2rem;
    }
    .xytc  .tc_gb {
        width: 0.52rem;
        font-size: 0.3rem;
        position: fixed;
        bottom: 10%;
        right: 46%;
        z-index: 9999;
        cursor: pointer;
    }










  /* 联系我们 */
.lxwm{
     position: relative;
     height: 9.5rem;
}
.lxwm_con{
      position: absolute;
      bottom: 10%;
      left: 15%;
    width: 73%;
    margin: auto;
    height: 7.5rem;
    background-color:#fff;
    box-shadow: 1px 1px 35px -14px #ccc;
}
.lxwm_con>.dqwz{
    margin-left: .8rem;
}
.lxfs{
    
    margin-top: .65rem;
}
.lxfs_top{
    overflow: hidden;
margin: 0 .8rem;
}
.lxfs_left{
    width: 30%;
    float: left;
    margin-right: .5rem;
}
.lxfs_left h2{
    color: #2b2b2b;
    font-size: .36rem;
    margin-bottom: .2rem;
    margin-top: .3rem;
}
.lxfs_left h5{
    color: #2b2b2b;
    font-size: .16rem;
    font-weight: 400;
    margin-bottom: .67rem;
}
.lxfs_left .ewm{
    width: 2.02rem;
    margin-bottom: .9rem;
}
.lxfs_left .ewm img{
    width: 100%;
}
.lxfs_right{
    margin-right: .7rem;
    margin-left: .8rem;
    width: 40%;
    float: left;
    border: .01rem solid #ededf2;
}
.lxfs_right ul{
    width: 100%;
    float: left;
}
.lxfs_right ul li{
    width: 47%;
    float: left;
    padding-right: .14rem;
}
.lxfs_right span{
    display: block;
    margin: .3rem 0 .3rem .2rem;
    color: #76797d;
    font-size: .16rem;
}
.lxfs_right h4{
    display: block;
    margin-left:.2rem;
    font-weight: 400;
    color: #272727;
    margin-bottom: .3rem;
    font-size: .16rem;
}
.lxfs_right h3{
    display: block;
    margin-left:.2rem;
    font-weight: 700;
    color: #272727;
    margin-bottom: .47rem;
    font-size: .2rem;
}
.lxfs_right em{
    display: block;
    padding: 0 0.08rem;
    margin-left:.2rem;
    margin-bottom: .05rem;
    color: #272727;
    font-size: .16rem;
    line-height: .31rem;
}
.lxfs_right img{
    display: block;
    margin-left:.2rem;
    margin-bottom: .2rem;
}
.lxfs_right li:nth-child(1) {
    border-bottom:.01rem solid #ededf2;
    border-right:.01rem solid #ededf2;
}
.lxfs_right li:nth-child(2) {
    border-bottom:.01rem solid #ededf2;
}
.lxfs_right li:nth-child(3) {
    border-right:.01rem solid #ededf2;

}
.lxfs_bot{
    float: left;
    width: 45%;
    height: 3.9rem;
}
.lxfs_bot iframe{
    width: 100%;
    height: 100%;
    display: block;
}


/* 公司简介 */
.jianjie{
    overflow: hidden;
}
.jj_con{
    margin: auto;
}
.jianjie h1{
    color: #191919;
    font-size: .26rem;
    text-align: center;
    margin-top: 1.3rem;
    
    margin-bottom: 1.55rem;

}

.jj_left {
    position:absolute;
    margin-left: 2.3rem;
    float: left;
    width: 39.5%;
    font-size: .18rem;
    color: #383838;
    line-height: .3rem;
}
.jj_right{
    float: right;
    width: 59%;
    margin-top: -2.7rem;
}

.jj_left em{
    font-weight: 700;
}
.fzlc{
    height: 300px;
    text-align: center;
 overflow: hidden;
    background: url(../img/jj2.jpg)no-repeat;
}
.fzlc h1{
    display: block;
    margin-top: .75rem;
    color: #232323;
    font-size: .26rem;
}
.jj-img{
    text-align: center;
}






/* 业务范围 */

.ywfw_box {
    height: max-content;
    width: 27%;
    display: flex;
    flex-direction: column;
    background-color: #f2f2f2;
    align-items: center;
}
.ywfw_box .on{
    color: #fff !important;
    background: url(../img/ywfw_jt2.png) no-repeat 2.54rem #0e57a2; 
}
.ywfw_box h1 {
    margin-top: .3rem;
    margin-bottom: .3rem;
    font-size: .2rem;
    color: #282828;
    font-weight: 600;
    text-align: left;
    width: 80%;
}

.ywfw_box ul {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-bottom: .3rem;
}

.ywfw_box ul li {
    margin-bottom: .15rem;
    background-color: #fff;
}

.ywfw_box ul li a {
    display: block;
    padding: 0 .3rem;
    line-height: .55rem;
    color: #253752;
    background-color: #ffffff;
    position: relative;
}

.ywfw_box ul li a img {
    position: absolute;
    width: auto;
    height: auto;
    right: 5%;
    top: 40%;
}

.ywfw_box ul li a .ywfw_jt2 {
    display: none;
}

.ywfw_box ul li a .ywfw_jt1 {
    display: block;
}

.ywfw_box ul li a:hover .ywfw_jt2 {
    display: block;
}

.ywfw_box ul li a:hover .ywfw_jt1 {
    display: none;
}
.ywfw_box ul li a{
    background: url(../img/ywfw_jt1.png) no-repeat 2.54rem;
}
.ywfw_box ul li a:hover{
    background: url(../img/ywfw_jt2.png) no-repeat 2.54rem;
}
.ywfw_box ul li a:hover {
    line-height: .55rem;
    color: #ffffff;
    background-color: #0e57a2;
}



/* 网站地图 */
.wzdt{
    background: url(../img/dt.jpg)no-repeat;
    background-size: 100% 100%;
}
.dt{
    width: 73%;
    margin: auto;
    overflow: hidden;
}
.navs{
    overflow: hidden;
    margin-top: .55rem;
}
.nl{
    width: 12%;
    float: left;
    
}
.nl h3{
    margin-bottom: .3rem;
}
.nl h3>a{
    color: #f5f5fa;
    font-size: .18rem;
}
.nl h3:hover a{
    color: #b5b5c6;
}
.nl:nth-child(1){
    width: 10% !important;
    margin-left: .4rem;
}
.nl:nth-child(4){
    width: 15% !important;
}
.subs li{
    margin-bottom: .25rem;
}
.subs li>a{
    font-size: .14rem;
    color: #f5f5fa;
    font-weight: 400;
}
.subs li:hover a{
    color: #b5b5c6;
}


/* 新闻 */
.xw_cons{
    overflow:hidden;
    min-height:8rem;
}
.xwlb{
    display: block;
}
.xwlb li a>h3{
    min-height:.7rem;
    margin-bottom:.4rem;
    margin-left: .45rem;
}

.xw_con{
    max-height:2.76rem;    
}
/* 新闻详情 */
.gcal_cont em {
    line-height: .35rem;
}




/* 招聘列表 */

.zxns_gd {
    box-shadow: 0 0 22px -8px #999;
}
.z:hover {
    cursor:pointer;
}
.zp_left {

    padding: 0!important;
    background-color: #fcfcfc !important;
    width: 10.5rem !important;
}

.zpxq_left_s {
    min-height:2.7rem;
    font-size: .18rem;
    font-weight: 600;
    color: #1d1d1d;
    width: 91%;
    box-shadow: 0 0 22px -8px #999;
    padding: .48rem .47rem;
    background-color: #ffffff;
}

.shaixvan {
    display: flex;
    align-items: center;
}

    .shaixvan span {
        display: block;
        padding: .16rem .58rem;
        background-color: #0f4d92;
        color: #ffffff !important;
        font-size: .18rem;
        border-bottom-right-radius: .05rem;
        border-top-right-radius: .05rem;
    }

.zpxq_sousuo {
    font-size:.18rem;
    padding:.18rem .18rem;
    display: flex;
    border-bottom-left-radius:.05rem;
    border-top-left-radius:.05rem;
    align-items: center;
    border: .01rem #d1d1d1 solid;
    width: 75%;
    margin: .5rem 0;
}
.z {
    font-size:.24rem !important;
}

.leibei {
    padding: .2rem 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.leibei ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.leibei ul li {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin: .10rem;
}

.leibei input {
    width:20px;
    height:20px;
    margin-right: .05rem;
}

.leibei label {
    font-weight: 400;
}

.zpxq_left_x {
    width: 100%;
    background-color: #ffffff;
    margin-top: .3rem;
    margin-bottom: .3rem;
    box-shadow: 0 0 22px -8px #999;
    min-height: 4.2rem;
}

.zpxq_left_x ul {
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
}

.zpxq_left_x ul li {
    padding: .38rem .38rem 0 .38rem;
}

.zpxq_left_x ul li a {
    display: block;
    border-bottom: #ccc .01rem solid;
    padding-bottom: .38rem;
    color: #4e5152;
    font-size: .16rem;
    line-height: .3rem;
}

.zpxq_left_x ul li a h3 {
    color: #272727;
    font-size: .18rem;
    line-height: .45rem;
}

.zpxq_left_x ul li a:hover h3 {
    color: #0062dd;
    font-size: .18rem;
    line-height: .45rem;
}

.zpxq_left_x ul li a span {
    line-height: .35rem;
    margin: 0 0.05rem;
}


/* 招聘详情 */

.zpxq_box {
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: .4rem;
}

.zpxq_left {
    width: 68%;
    background-color: #FFFFFF;
    padding: .48rem .43rem 0 .43rem;
    margin-bottom: .5rem;
}

.zpxq_left .zpxq_yq {
    display: flex;
    margin-top: .4rem;
}

.zpxq_left .zpxq_yq span {
    margin-right: .3rem;
}

.zpxq_left-title {
    color: #232323;
    font-size: .3rem !important;
    font-weight: 600;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.zpxq_left h1 {
    color: #232323;
    font-size: .22rem;
    font-weight: 600;
    margin-bottom: .35rem;
    margin-top: .6rem;
}

.zpxq_left span,
.zpxq_left p {
    color: #232323;
    font-size: .16rem;
    line-height: .3rem;
}

.jianli {
    display: flex;
   
    margin-top: .6rem;
    margin-bottom: 1rem;
}

.jianli a {
    display: block;
    padding: .12rem .28rem;
    background-color: #0062dd;
    color: #FFFFFF;
    margin-left: .3rem;
    border-radius: .25rem;
}

    .jianli a:hover {
        cursor: pointer;
        display: block;
        padding: .12rem .28rem;
        background-color: #0062dd;
        color: #FFFFFF;
        border-radius: .25rem;
        opacity: .8;
    }

.zpxq_right {
    min-height:7.4rem;
    display: flex;
    flex-direction: column;
    width: 20%;
    background-color: #FFFFFF;
    padding: .4rem .25rem;
    height: 100%;
}

.zpxq_right-title {
    display: flex;
    align-items: center;
    padding-bottom: .25rem;
    border-bottom: .01rem solid #dbdde1;
    margin-bottom: .15rem;
}

.zpxq_right-title h1 {
    color: #1c1c1c;
    font-size: .18rem;
    margin-left: .1rem;
}

.zpxq_right-cont ul li a {
    display: block;
    padding: .2rem 0;
}

.zpxq_right-cont ul li a span {
    color: #1c1c1c;
    font-size: .18rem;
}

.zpxq_right-cont ul li a:hover span {
    color: #0062dd;
}

.zpxq_right-cont ul li a span {
    margin-left: .1rem;
}

/* 产品中心 */
.cp{
    width: 70%;
}
.cp ul{
    min-height:10rem;
    overflow: hidden;    
}
.cp>ul li{
    width: 45%;
    float: left;
    margin-right: .5rem;
    margin-bottom: .5rem;
}
.cp ul li:nth-child(2n){
    margin-right: 0;
}
.cp ul li a{
    display: block;
}
.cp ul li:hover .nr_neirong{
    background-color: #0e57a2;
}
.cp ul li:hover .nr_neirong h2{
    color: #fff;
}
.cp ul li:hover .nr_neirong span{
    color: #fff;
}
.cp ul li:hover .nr_bot {
    background: url(/img/cpjt2.png)no-repeat 4.05rem;
    background-color: #0e57a2;
}
.cp ul li:hover .nr_bot h5 {
    color: #fff;
}
.cp ul li .bd_nr h1{
    display: none;
}
.cp ul li:hover .bd_nr {
    position: relative;
}
.cp ul li:hover .bd_nr h1 {
    position: absolute;
    top: 0px;
    padding: 0.2rem;
    background: #0e57a2;
    display: block;
    color: #ffffff;
    font-size: .2rem;
    border-radius: 0 0 0.2rem 0;
}

/* 产品中心详情 */

.cpxq_title {
    display: flex;
    padding: .5rem 0;
    justify-content: space-between;
}

.cpxq_img_box {
    text-align: center;
    padding: .3rem 0rem;
    margin-right: .35rem;
    width: 100%;
}

.cpxq_img_box img {
    width: auto;
    height: auto;
    max-width: 100%;
}

.cpxq_title_box h1 {
    color: #1b1b1b;
    font-size: .26rem;
    line-height: .5rem;
    margin-top:.2rem;
    border-bottom: #dbdde1 solid .01rem;
}

.cpxq_title_box span {
    color: #1b1b1b;
    font-size: .18rem;
    line-height: .7rem;
    display: block;
    border-bottom: #dbdde1 solid .01rem;
}

.cpxq_title_box p {
    color: #1b1b1b;
    line-height: .35rem;
    font-size: .18rem;
    margin-top: .2rem;
}

.cpxq_cpjs {
    display: block;
    line-height: .85rem !important;
    border-bottom: #dbdde1 solid .01rem;
    margin-bottom: .4rem;
}
.gcal_cont ul{
    margin-top: .5rem;
    overflow: hidden;
    margin-bottom: .8rem;
}
.gcal_cont ul li{
    float: left;
    width: 100%;
}
.gcal_cont ul li span{
    margin-left: .2rem;
    width: 50%;
    font-size: .18rem;
    line-height: .5rem;
    color: #1e1e1e;
    float: left;
}
.gcal_cont ul li h4{
    width: 46%;
    float: left;
    line-height: .5rem;
    font-size: .18rem;
    line-height: .5rem;
    font-weight: 400;
}
.gcal_cont ul li:nth-child(2n-1){
    background-color:#f8f9fc;
}
.gcal_cont  .shangxia a {
    padding: 0;
}
.cpxq_xgtj{
    font-size: .2rem !important;
}
.xgtj ul{
    overflow: hidden;
    margin-top: .3rem;
}
.xgtj ul li{
    width: 30%;
    margin-right: .2rem;
    float: left;
}
.xgtj ul li:last-child{
    margin-right: 0;
}
.xgtj ul li a{
    display: block;
}
.xgtj ul li a div{
    max-width: 100%;
    text-align: center;

    border: .02rem  solid #e9edf2;
}
.xgtj ul li img {
    width: 100%;
}
.xgtj ul li h4{
    margin-top: .2rem;
    text-align: center;
}
    .xgtj ul li:hover div {
        border: 0.02rem solid #0e57a2;
    }





    @media screen and (Max-width: 1680px) {
        .foot_left li em:nth-child(3) {
        display: block;
        margin-left: 0.7rem;
    }
  .zh {
        background: url(../img/changguan.png) no-repeat 0.45rem 0.4rem;
    }
    .jf {
        background: url(../img/jifang.png) no-repeat 0.45rem 0.4rem;
    }
    .gcal_bottom .zh:hover {
        background: url(../img/changguan1.png) no-repeat 0.45rem 0.4rem;
    }
    .gcal_bottom .jf:hover {
        background: url(../img/jifang.png) no-repeat 0.45rem 0.4rem;
    }
}
@media screen and (Max-width: 1600px){
    .ryzz ul {
        width: 100%;
        float: left;
        margin-bottom: 1rem;
        background: url(../img/ry3.png) no-repeat 0 2rem;
    }
    
}
@media screen and (Max-width: 1440px){
    .foot_left li em:nth-child(3) {
        display: block;
        margin-left: 0.8rem;
    }
    .ryzz ul {
        width: 100%;
        float: left;
        margin-bottom: 1rem;
        background: url(../img/ry3.png) no-repeat 0 2.2rem;
    }
}
@media screen and (Max-width: 1366px){
/*	.lxfs_right li:nth-child(1) {
	    border-bottom:none !important
;
	}*/
    .ewms {
         width:80%;
    }
    .xytc .tcnr .tc_gb {
        bottom:3%;
    }
    .lxfs_right h3 {
        margin-bottom: .46rem;
    }
    .wx1 {
        margin-left: 0.3rem;
        display: block;
    }
    .wx:hover .wx2 {
        margin-left: 0.3rem;
        display: block;
        margin-bottom: 0.309rem;
    }
   
    .xw:hover .chakan {
        margin-bottom: 0.69rem;
    }
    .foot_left > li:nth-child(5) {
        width: 14%;
    }
    .fzlc .mySwiper {
        margin:.4rem .1rem;
    }
/*	.lxfs_right li:nth-child(3) {
	    border-top: 0.01rem solid #ededf2;
	    
	}*/

    .sPrev{
        top: .2rem !important;
    }
    .sNext{
        top: 2.8rem !important;
    }
    .parHd ul {
        float: right;
        overflow: hidden;
        margin: 0.9rem 0 !important;
    }
    .foot_left>li:last-child {
        float: right;
        width: 32%;
    }
    .foot_left li em:nth-child(3) {
        display: block;
        margin-left: 0.85rem;
    }
    .slideTxtBox .bd li:hover .nr_bot {
        background: url(../img/cpjt2.png)no-repeat 3.9rem;
        background-color: #0e57a2;
    }
    .zh {
        background: url(../img/changguan.png) no-repeat 0.4rem 0.4rem;
    }
    .jf {
        background: url(../img/jifang.png) no-repeat 0.4rem 0.4rem;
    }
    .gcal_bottom .zh:hover {
        background: url(../img/changguan1.png) no-repeat 0.4rem 0.4rem;
    }
    .gcal_bottom .jf:hover {
        background: url(../img/jifang1.png) no-repeat 0.4rem 0.4rem;
    }
    .nr_neirong span {
        line-height: .3rem;
    }
   
    .xw h3 {
        line-height: .4rem;
    }
/*    .slideTxtBox .bd li {
        width: 30% !important;

    }*/
    .ryzz ul {
        width: 100%;
        float: left;
        margin-bottom: 1rem;
        background: url(../img/ry3.png) no-repeat 0 2.5rem;
    }
    .foot_left>li:nth-child(1) {
        width: 8%;
    }
    .foot_left>li:nth-child(2) {
        width: 16%;
    }
    .foot_left {
        width: 84%;
        float: left;
    }
    .foot_right {
        width: 16%;
        float: left;
    }
   
}

.ej_box{
    display: none;
}
.gcals_right{
    display: none;
}









/* 手机子页 */
@media screen and (Max-width: 768px){
    .hxq_upload {
        margin: -3rem 0 0 -3.8rem !important;
    }
    .fzlc .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: auto;
        right: 1.05rem !important;
        top: 30px !important;
    }
    .fzlc .swiper-button-next, .swiper-rtl .swiper-button-prev {
        right: 1.05rem !important;
        left: auto;
        top: 200px;
    }
    .fzlc .mySwiper2 {
        margin-left: 0.3rem;
        margin-top: 1.5rem !important;
        float: left;
        height: 80%;
        width: 70% !important;
    }
    .fzlc_nr span {
        background: url(../img/jj3.png) no-repeat 0.3rem;
        padding: 0.8rem !important;
        line-height: .6rem !important;
        background-position: left;
    }
    .fzlc .swiper-slide span {
        color: #0f4d92;
        font-size: .3rem !important;
        padding: 0.3rem 0;
        font-weight: 400;
    }
    .fzlc .mySwiper {
        margin-top:1rem;
        float: right;
        box-sizing: border-box;
        width: 20% !important;
    }
        .fzlc .mySwiper .swiper-slide-thumb-active h4 {
            font-size: .36rem !important;
            color: #0f4d92;
        }
    .zpxq_sousuo {
        font-size:.3rem !important;
    }
    .cp ul li:hover h5 {
        border-right: 0.01rem solid #fff;
    }
    .zpxq_sousuo {
    padding:.2rem .18rem !important;
    }
    .gcal_bottom h3 {
        display: none;
    }
    .hxq_upload {
        left: 50vw !important;
        width: 100vw !important;
    }
    .hxq_upload_b_lt {
        margin-left:10px !important;
    }
    .hxq_upload_b_rt {
        margin-left: 10px;
        float: left !important;
        width: 155px !important;
        font-size: 14px;
        line-height: 30px;
        color: #666;
    }
    .dqgz {
        margin-top: 1rem;
    }
        .dqgz .container {
            position: inherit;
          /*  margin-left: 1rem !important;
            margin-top: 3rem !important;*/
        }
    .xytc .tcnr .box {
        width:100% !important;
    }
    .zpxq_left {
        width: 100% !important;
    }
    .dqwz, .banner_dh {
        display: none;
    }
    .xytc{
        padding-top: 0;
    }
    .gcal_cont em {
        font-size:.3rem;
        line-height:.45rem;
    }
    .cp .nr_img {
        padding-right: 0 !important;
    }
	.zpxq_left h1{
		font-size: .32rem;
	}
    .xw:hover .rq{
        padding: 0 !important;
    }
	.xw:nth-child(2n):hover .rq{
	    padding: 0 0 0.01rem 0 !important;
	}
/*    .xw>a {
        margin-bottom: 0.5rem;
    }*/
    .leibei input{
        width: 25px;
        height: 25px;
        font-size: .28rem;
    }
    .tz p{
        margin-top: 0 !important;
    }
    .go{
        /* margin-top: 0.2rem; */
    line-height: .3rem;
    }
    .ryzz .tp img{
        width: 80%;
    }
   /* .bd li{
        margin-right: 20px !important;
    } */
.ej_box {
    display: block;
    position: relative;
    width: 100%;
    height: 0.93rem;
    box-shadow: 0 0 0.3rem #e9eaf7;
  }
  .ej_box::before {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    height: 1rem;
    width: 0.74rem;
    background: url('../img/ej_yjt.jpg') no-repeat center #fff;
    background-size: 0.16rem 0.29rem;
    content: "";
    display: none;
  }
  .ej_box::after {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    height: 1rem;
    width: 0.74rem;
    background: url('../img/ej_zjt.jpg') no-repeat center #fff;
    background-size: 0.16rem 0.29rem;
    content: "";
    display: none;
  }
  .ej_box .inner {
    width: 100%;
    height: 100%;
    padding: 0 3.25%;
    box-sizing: border-box;
    overflow-x: auto;
    white-space: nowrap;
  }
  .ej_box .inner::-webkit-scrollbar {
    display: none;
  }
  .ej_box .ej_nav li {
    margin-bottom: 0.2rem;
    display: inline-block;
    margin: 0 0.15rem;
  }
  .ej_box .ej_nav li.onn a {
    color: #004fcb;
    border-bottom: 0.05rem solid #004fcb;
  }
    .onn {
        color: #004fcb !important;
        border-bottom: 0.05rem solid #004fcb;
    }
    .ej_box .ej_nav li a {
        display: block;
        font-size: 0.28rem;
        line-height: 0.88rem;
        color: #333333;
    }
    .jianjie h1 {
        font-size: .34rem;
        margin-top: .5rem !important;
        margin-bottom: .55rem;
    }
    .fzlc h1 {
        font-size: .34rem;
    }
    .jj_left {
        position: initial;
        margin-left: 0;
        float: left;
        width: 96.5%;
        padding: 0.2rem;
        text-indent: 2em;
        font-size: .26rem;
        color: #383838;
        line-height: .5rem;
    }
.jj_right {
    float: right;
   width: 100%;
    margin-right: 0; 
    margin-top: 0; 
}
.event_box{
    width: 100% !important;
}
.parHd ul {
    margin: 1.5rem 0.95rem 0.5rem 0 !important;
}
.parHd li {
    font-size: .3rem !important;
}
.act {
    color: #0f4d92 !important;
    font-size: .3rem !important;
}
.sPrev {
    top: 0.8rem !important;
    right: 1.05rem !important;
}
.sNext {
    top: 3.8rem !important;
    right: 1.07rem !important;
}
.parBd {
    margin-top: 1.5rem !important;
    text-align: center;
    width: 75% !important;
}

.parBd h4 {
    font-size: .30rem !important;
    padding: 0.3rem 0.2rem !important;
}
.zy_banner_box{
    margin-top: .9rem;
}

/* 企业文化 */
.qywh_left {
    width: 100% !important;
    background:none;
    margin-bottom: .2rem;
}
.jj_con{
    overflow: hidden;
}
.wh{
    margin-bottom: 1rem;
}
.wh h2 {
    margin-left: 0 !important;
    font-size: .32rem !important;
    text-align: center;
}
.qywh{
    width: 95% !important;
}
.wh span {
    padding: 0 0.2rem;
    font-size: .28rem;
    line-height: .5rem;
}
.gsyj_left{
    margin-bottom: .2rem;
}
.qywh_right{
    width: 100% !important;
}
.jyln_con{
    width: 96% !important;
}
.jyln_left,.gsyj_left,.gsyj_right{
    background: none;
    width: 100% !important;
    float: none !important;
}
/* .bd_nr{
    padding-bottom: .1rem;
} */
.jyln_right{
    background: none;
    width: 100% !important;
}
.gsyj{
    width: 96% !important; 
}
.wh_l h2{
    font-size: .36rem;
}
.wh_l span{
    font-size: .26rem;
}
.wh_l span {
    display: block;
    font-size: .26rem;
    background: url(../img/wh8.png)no-repeat;
    background-position-x: 36%;
}

/* 荣誉资质 */
.ryzz{
    width: 100% !important;
}
.ryzz ul{
    margin-bottom: 0rem !important;
    background: none;
}
.ryzz ul li{
    width: 42% !important;
}
.ryzz ul li{
    margin-bottom: 1rem !important;
    margin-left: .6rem !important;
}
.ryzz ul li h3{
    font-size: .3rem !important;
}
.xytc .tcnr{
    margin: 50% auto !important;
}
.xytc .tcnr .tc_gb{
    bottom: 15%;
}
    .xytc .tcnr h3 {
        font-size:.36rem !important;
    }
    .fy {
        flex-wrap: wrap;
    }
    .fy div {
        margin-top: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .fy .tz {
        line-height:1rem;
    }
.fy .fy_cont a{
    margin-right: .3rem;
}
.tz input{
    /* margin-top: .2rem; */
    padding:0 0.1rem !important;
}
.record,.toal{
    display: none !important;
}

/* 业务范围 */
.ywfw_box{
    display: none !important;
}
.gcalxq_box{
    min-height:10.5rem;
    width: 100% !important;
}
    .gcal_left {
        width: 96% !important;
        padding: 0 0.2rem !important;
        margin-bottom:0;
    }
    .gcalxq_box {
        padding-bottom:0 !important;
    }
    .gcal_left h1 {
        text-align: center;
        font-size: .36rem !important;
        margin-bottom: .5rem;
    }
.gcal_cont p{
    font-size: .28rem;
    line-height: .5rem !important;
}

/* 产品中心 */
.cp{
    width: 100%!important;
}
.cp>ul li{
    margin: 0 .15rem !important;
    
}
.cp ul li:hover .nr_neirong{
    padding-bottom: 0.39rem;
    background:none !important;
}
.cp ul li:hover .nr_img{
    border: none;
}
.cp ul li:hover .bd_nr h1{
    display: none;
}
.cp ul li:hover .nr_neirong h2{
    color: #232323 !important;
}
.cp ul li:hover .nr_bot h5{
    color: #7f7f7f !important;
}
.cp ul li:hover .nr_bot{
    background: none;
}
.cp ul{
    margin-bottom: .2rem;
}
.cpxq_title{
    display: block;
}
.cpxq_img_box{
    border: none !important;
}
.cpxq_title_box span{
    border: none !important;
}
.cpxq_title_box p{
    border-bottom: #dbdde1 solid 0.01rem !important;
}

/*.cp ul li .nr_neirong span{
    display: none !important;
}*/
.zpxq_left .zpxq_yq{
    flex-wrap:wrap;
}
.tz p{
    color: #666666 !important;
}

.shaixvan>span{
    line-height: .37rem !important;
    margin-top: 0rem !important;
    font-size: .3rem !important;
}
/* 工程案例 */



.gcal_list ul li a{
    height: 100%;
    margin-bottom: 1.27rem;
}
.gcal_list{
    min-height:11.5rem !important; 
    width: 100% !important;
}
    .gcal_list ul {
        margin-bottom:1rem;
    }
.gcal_list li{
    width: 44% !important;
    margin: .8rem 0.2rem !important;
}
.gcal_list ul li a .gcal_bottom {
    margin-left: .1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: #dbdbe2 1px solid;
    border-top: none;
    box-sizing: border-box;
    padding: .3rem .1rem .2rem .1rem;
    width: 100%;
    position: relative;
    background-color: #ffffff;
    bottom: -109px;
    left: 3px;
    width: 97%;
    /* margin-bottom: 113px; */
    overflow: hidden;
}
.gcal_list ul li a .gcal_bottom h1{
    line-height:.5rem !important;
    font-size: .3rem !important;
    min-height:1rem;
}
.gcal_list ul li a:hover {
    box-shadow: 0;
}
.gcal_list ul li a:hover .gcal_bottom h3 {
    
display: none !important;
}
.gcal_list ul li a:hover .gcal_bottom h1 {
    padding: .07rem !important;
}
.gcal_list ul li a .gcal_bottom h1:before {
display: none !important;
}
.fy{
    padding: 0 !important;
}
.gcal_list ul li a:hover .gcal_bottom h1:before{
    width: 0 !important;
}

/* 工程案例详情 */
.gcal_right{
    display: none;
}


.gcal_top_l span:nth-child(2){
    display: none;
}
.gcal_top{
    width: 96% !important;
    padding-left: .2rem !important;
}
.gcal_top_r{
    padding-right: .3rem;
}
.gcal_top_l img:first-child{
    display: none;
}
.gcals_right{
    display: block;
}
.gcals_right ul{
    overflow: hidden;
    width: 100%;
    margin-bottom: .2rem;
}
.gcals_right h1{
    text-align: center;
    font-size: .4rem;
    margin-bottom: .3rem;
}
.gcals_right ul li{
    margin-left: .1rem;
    float: left;
    margin-right: .1rem;
    width: 46%;
}
.gcals_right ul li a {
    display:block;
    text-align: center;
}
    .gcals_right ul li a > div {
        height:2.4rem;
    }
    .gcals_right ul li a > div img {
        height: 100%;
        width:100%
    }
    .gcals_right ul li h4 {
        margin-top: .2rem;
    }
.xgtj ul li{
    width: 43% !important;
    margin-left: .2rem !important;
    margin-bottom: .2rem !important;
}
.cpxq_img_box{
    width: 100% !important;
    padding: 0rem !important;
}
.cpxq_title_box p{
    line-height: .5rem !important;
    font-size: .28rem !important;
}
.cpxq_title_box span{
    font-size: .28rem !important;
}
.gcal_cont ul li span{
    font-size: .28rem !important;
}
.gcal_cont ul li h4{
    font-size: .28rem !important;
}
.xgtj ul li:nth-child(3){
    display: none;
}
.cpxq_img_box img{
    padding-top: 0rem;
}


/* 新闻 */
.xwzx{
    min-height:11.5rem;
    overflow:hidden;
    width: 100% !important;
}
.xw{
    width: 45% !important;
    margin-left: 0.3rem !important;
    margin-right: 0 !important;
}
.xw .rq{
    margin: 0.5rem 0 .3rem 0.2rem !important;
}
    .xw_con {
        max-height:1.8rem !important;
    }
    .xw:hover {
        background: none;
    }
    .gcal_cont {
        line-height: .5rem;
        margin-top: .3rem;
        min-height: 7rem;
    }
.xw:hover h3{
    color: #1e1e1e;
}
    .xwlb .xw:hover h3 {
        line-height: .39rem;
    }
.shangxia a{
    font-size: .28rem;
}
    .shangxia .syp {
    width:30%;
    }
    .shangxia .xyp {
        width: 30%;
    }
    .xw:hover .content {
        display: none !important;
    }
.xw:hover .chakan{
    display: none;
}
.xw:hover .xw_con{
    display: block;    
}
    .xwlb .xw:hover a {
        padding-top: 0 !important;
        /*padding-bottom: 0.53rem !important;*/
    }
.xw em{
    padding-right: .2rem !important;
    background: none;
}
.xw:hover span{
    margin-top: 0 !important;
    color: #9ea0a2 !important;
}
.xw:hover em{
    margin-top: 0 !important;
    color: #9ea0a2 !important;
}
    .xwlb .xw h3 {
        height: 0.8rem;
        font-size: .3rem !important;
        margin: 0 0 0.5rem 0.2rem !important;
    }
/* 招贤纳士 */
.zpxq_right {
    display: none;
}
.zpxq_box{
    width: 100% !important;
}
.shaixvan span {
    padding: 0.2rem 0.2rem !important;
}
/*.leibei ul li{
    width: 30% !important;
    line-height: .5rem !important; 
}*/
.zpxq_left_s{
    width: 87% !important;
}
.zpxq_left_x ul li a h3{
    font-size: .36rem !important;
    margin-bottom: .2rem !important;
}
.zpxq_left span, .zpxq_left p{
    font-size: .26rem;
    line-height: .5rem;
    margin-top: .2rem;
}
.zpxq_left_x{
    box-shadow:none !important;
}



/* 网站地图 */
.lxwm_con{
    width: 96% !important; 
    position: initial;
}
.lxfs_right{
    width: 100% !important;
    margin-left: 0 !important;
}
.lxfs_left h2{
    font-size: .42rem;
}
.lxfs_left {
    margin-left: .2rem;
    width: 80% !important;
}
.lxfs{
    overflow: hidden;
    margin-top:0rem !important;
    
}
.lxfs_top{
    margin: 0 !important;
}
.lxfs_right span{
    font-size: .32rem !important;
}
.lxfs_right h3{
    font-size: .36rem !important;
}
.lxfs_left h5{
    font-size: .32rem !important;
}
.lxfs_right ul li{
    text-align: center;
    width: 100% !important;
}
.lxfs_right{
    border: none;
}
.lxfs_right img{
    margin:.2rem  auto !important;
}
.lxfs_right ul li{
    border-right: none ;
    border-bottom: 0.01rem solid #ededf2;
}
.lxwm{
    height: 100% !important;
}
.lxwm_con{
    height: 100% !important;
}
.lxfs_right em{
    font-size: .3rem !important;
}
.lxfs_right h4{
    font-size: .32rem !important;
}
.lxfs_bot{
    height: 9.7rem !important;
    width: 100% !important;
}
.zzjg{
    display: none;
}
.zzjgs{
    display: block;
    margin: 1.6rem 0 6rem 0;
    text-align: center;
}



/* 网站地图 */
.wzdt{
    display: none;
}
.wzdts {
    width: 100%;
    margin-top:1rem;
    display: block;
    margin-bottom: 1.27rem;
    background: url('../img/dt_bj.jpg') no-repeat right bottom;
    background-size: 4.97rem 6.32rem;
  }
  .wzdts .wzdt_ul {
    background: url('../img/line.jpg') repeat-y 0.36rem 0.2rem;
    background-size: 0.02rem 1rem;
  }
  .wzdts .wzdt_ul li {
    margin-bottom: 0.2rem;
    padding-left: 0.8rem;
    box-sizing: border-box;
    background: url('../img/hy.jpg') no-repeat 0.25rem 0.14rem;
    background-size: 0.23rem 0.22rem;
  }
  .wzdts .wzdt_ul li.on {
    background: url('../img/ly.jpg') no-repeat 0.2rem 0.1rem;
    background-size: 0.37rem 0.36rem;
  }
  .wzdts .wzdt_ul li.on .a1 {
    color: #004fcb;
  }
  .wzdts .wzdt_ul li .a1 {
    display: block;
    font-size: 0.3rem;
    color: #333333;
    line-height: 0.6rem;
    font-weight: 900;
    margin-bottom: 0.2rem;
  }
  .wzdts .wzdt_ul li .a1.on {
    color: #004fcb;
  }
  .wzdts .wzdt_ul li .ej_nav .xl_a {
    display: inline-block;
    font-size: 0.3rem;
    color: #666666;
    line-height: 0.5rem;
    margin-right: 3%;
    margin-bottom: 0.2rem;
  }
  .wzdts .wzdt_ul li .ej_nav .xl_a.on {
    color: #004fcb;
  }

/*  */



  
 }