*{margin: 0;padding: 0; color: #222;}
a{text-decoration: none;color:#333;}
a:hover{ color: #015293;}
ul{list-style: none}
body{
    background-color: #fff;
}
.clearfix{
    zoom: 1;
}
.clearfix:after{
    display: block;
    content: '';
    clear: both;
}
.pc{
    display: none;
}
.mobile{
    display: block;
}
.zhwy_after{
    display: none; background: #fff !important;
}
.bgc{
    background-color: #eff6fd;
}

.shadow{
    position: fixed;
    top:0;
    width:100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 999999;
}
.shadow .slh_container{
    position: relative;
}
.shadow img{
    display: block;
}
.firststep{
    position: absolute;
    left: 60px;
}
.laststep{
    position: absolute;
    left: 115px;
    display: none;
}
.close{
    width: 192px;
    height: 64px;
    border-radius: 64px;
    border: 3px solid #1980dd;
    text-align: center;
    line-height: 64px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    background-color: #ffffff;
    display: inline-block;
    margin: 0 40px 0 240px;
    cursor: pointer;
}
.nextstep{
    width: 192px;
    height: 64px;
    border-radius: 64px;
    border: 3px solid #ffffff;
    text-align: center;
    line-height: 64px;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    background-color: #1980dd;
    display: inline-block;
    cursor: pointer;
}
/*头部*/
.slh_header{
    width: 100%;
    height: 437px;
    background: url(../../slhimages/bannerbg.png) no-repeat top center;
}
.slh_header_logo{
    width: 1200px;
    padding-top: 81px;
    margin: 0 auto;
    position: relative;
}
.slh_header_logo>a{ display:block; width: 480px;}
.slh_header_logo img{
    display: block !important;
}
.slh_header_logo .zzms{margin-top: 48px;}
.slh_header_logo .bannerimg{position: absolute; top: 53px; right: 0;}

.slh_container{
    width: 1200px;
    margin: 0 auto;
}
/*主内容区域开始*/

/*轮播图*/
.banner_box_slh{
    width: 1200px;
    padding: 25px 16px;
    background-color: #fff;
    margin: -62px auto 36px;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
}
.banner_box_slh .swiper-container {
    width: 100%;
    height: 100%;
}
.banner_box_slh .swiper-container .swiper-wrapper .swiper-slide>a{
    float: left;
    width: 656px;
    height: 371px;
}
.banner_box_slh .swiper-container .swiper-wrapper .swiper-slide img{
    width: 656px;
    height: 371px;
}
.banner_box_slh .swiper-container .swiper-wrapper .swiper-slide>div{
    float: left;
    width: 512px;
    height: 371px;
    padding: 40px 10px 40px 50px;
    line-height: 52px;
    font-size: 36px;
    font-weight: bold;
    overflow: hidden;
    box-sizing: border-box;
}

.banner_box_slh .swiper-button-next,.banner_box_slh .swiper-button-prev{
    width: 28px !important;
    height: 55px !important;
    background-color: rgba(0,0,0,0.7);
    color: #ffffff !important;
    margin-top: -28px !important;
}
.banner_box_slh .swiper-button-next{
    right:512px !important;
    border-radius: 4px 0 0 4px;
}
.banner_box_slh .swiper-button-prev{
    left: 0 !important;
    border-radius: 0 4px 4px 0;
}
.banner_box_slh .swiper-button-next::after,.banner_box_slh .swiper-button-prev::after{
    transform: scale(0.6);
}

/* 栏目导航 */
.main_con_box{
   width: 1200px;
   padding-bottom: 20px;
   margin: 0 auto;  
}
.main_con_box a{
    float: left;
    width: 31.5%;
    height: 272px;
    border-radius: 10px;
    margin-bottom: 32px;
    padding-top: 30px;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    font-size: 42px;
    line-height: 90px;
    font-weight: bold;
}
.main_con_box a:nth-child(2),.main_con_box a:nth-child(5){
    margin-left: 2.75%;
    margin-right: 2.75%;
}
.main_con_box a:nth-child(7),.main_con_box a:nth-child(8){
    width: 48%;
}
.main_con_box a:nth-child(7){
    margin-right: 4%;
}
.main_con_box img{
    display: block;
    margin: 0 auto;
}
/*网站底部*/
.slh_footer{
    background-color: #1980dd;
}
.slh_footer_container{
    width: 1200px;
    margin: 0 auto;
    padding: 26px 0;
    box-sizing: border-box;
}
.slh_footer_left{
    float: left;
}
.slh_footer_right{
    float: right;
}
.slh_footer_left ul li{
    width: 132px;
    height: 41px;
    display: inline-block;
    vertical-align: top;
    background-color: #4695da;
    text-align: center;
    line-height: 41px;
    margin-right: 5px;
    border-radius: 2px;
}
.slh_footer_left ul li a{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.slh_footer_left p,.slh_footer_left span,.slh_footer_left div a{
    font-size: 18px;
    color: #ffffff;
    margin-top: 20px;
}
.slh_footer_left div{
    margin-top: 20px;
}
.slh_footer_left div img{
    vertical-align: bottom;
    margin-right: 5px;
}

.slh_footer_right{
    margin-top: 40px;
}
.slh_footer_right img,.slh_footer_right a{
    display: inline-block;
    vertical-align: middle;
}


/*二级页*/
.cur_position{
    height:80px;
    background-color: #ffffff;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom: 1px solid #ededed;
    line-height: 80px;
    padding-left: 25px;
    box-sizing: border-box;
    font-size: 24px;
    color: #666666;
}
.cur_position img{
    vertical-align: middle;
    margin-right: 15px;
}
.cur_position span,.cur_position a{
    font-size: 24px;
    color: #666666;
}
.slh_lists_box{
    background-color: #ffffff;
    padding-left: 25px;
    box-sizing: border-box;
    overflow: hidden;
}
.slh_lists_box h2{
    height: 84px;
    line-height: 84px;
    font-size: 40px;
    background: url("../../slhimages/fgx.png" ) no-repeat bottom left;
}
.slh_lists_box ul li{
    width: 1148px;
    border-radius: 7px;
    border: 1px solid #ededed;
    background-color: #faf6ed;
    margin-top: 47px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

.li_left{
    float: left;
    padding-left: 25px;
    width: 900px;
}
.li_left a{
    display: inline-block;
    background: url("../../slhimages/yuandiandian.png") no-repeat left center;
    line-height: 70px;
    color: #222222;
    font-size: 34px;
    padding-left: 40px;
    margin-top: 20px;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.li_left a:hover{
    text-decoration: underline;
}
.li_left p{
    font-size: 28px;
    color: #666666;
    padding-left: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.li_right{
    float: right;
    margin-right: 25px;
    width: 161px;
}
.li_right span{
    font-size: 24px;
    color: #666666;
    display: block;
    margin-top: 30px;
    text-align: center;
}
.li_right a{
    display: block;
    width: 161px;
    height: 49px;
    line-height: 46px;
    font-size: 28px;
    color: #ffffff;
    padding-left: 80px;
    box-sizing: border-box;
    border-radius: 47px;
    background-color: #df0000;
    background-image: url("../../slhimages/voice.png");
    background-repeat: no-repeat;
    background-position: 20px 9px;
    margin-top: 20px;
}
.li_right a:hover{ color: #fff;}
.li_right .pause{
    background-image: url("../../slhimages/pause.png");
}
.li_right p{display: none}
.fenye{
    margin: 80px 0 70px 0;
    text-align: center;
}
.fenye_cur{
    border: 1px solid #b61011;
    background-color: #b61011;
    color:#ffffff !important;
}
.fenye a{
    display: inline-block;
    font-size: 34px;
    text-align: center;
    line-height: 64px;
    width: 70px;
    height: 65px;
    border: 1px solid #cdcdcd;
    border-radius: 8px;
    color: #999999;
    margin: 0 2px 0 2px;
}
.fenye a:hover{
    border: 1px solid #b61011;
    background-color: #b61011;
    color:#ffffff !important;
}
.fenye .prev,.fenye .next{
    width: 179px;

}
.SubXieBiao{
    width: 870px;
    margin: 0 auto;
}


/* 领导之窗 */
.elder_container{
    margin-top: -60px;
    margin-bottom: 60px;
}
.leader-img{
    float: left;
    margin-top: 20px;
    margin-left: 25px;
    width: 124px;
}
.slh_leader_box ul li{
    padding-bottom: 20px;
}
.leader-img img{
    display: block;
}
.slh_leader_box .li_left{
    padding-left: 25px;
    width: 700px;
}
.slh_leader_box .li_left a{
    background: none;
    text-overflow:initial;
    white-space:initial;
}
.slh_leader_box .li_left p{
    text-overflow:initial;
    white-space:initial;
}
.slh_leader_box .li_left p span{
    text-overflow:initial;
    white-space:initial;
    font-size: 28px !important;
}
.slh_leader_box .li_right a{
    margin-top: 50px;
}

.slh_jgzn_wrap{
    position: relative;
    padding: 0 30px 30px;
    margin-bottom: 50px;
    font-size: 28px;
    line-height: 60px;
    box-sizing: border-box;
}
.slh_jgzn_wrap .showmore{
    position: absolute;
    right: 30px;
    bottom: -24px;
    cursor: pointer;
}
.slh_jgzn{
    height: 378px;
    overflow: hidden;
}

/* 领导之窗细览 */
.leaderbox{
    padding-bottom: 40px ;
}
.leaderbox .leaderpic{
    display: block !important;
    width: 150px;
    margin: 0 auto;
    padding-top: 40px;
}
.leadername{
    font-size: 40px;
    font-weight: bold;
    padding: 50px 0 10px 0;
    text-align: center;
}
.Lt{
      color: #be0023;
      font-size: 38px;
      width: 90%;
      text-align: left;
      border-bottom: 14px solid #f5f5f5;
      margin: 40px auto 0;
      padding-bottom: 20px;
    font-weight: bold;
  }
.leaderCon{
    width: 90%;
    margin: 0 auto;
    font-size: 30px;
    line-height: 50px;
    text-align: left;
    text-indent: 2rem;
    margin-top: 35px;
}
.slhweb{
    display: none;
}

.leaderbox .TRS_UEDITOR{
    width: 90%;
    margin: 0 auto;
    font-size: 28px;
    line-height: 50px;
    text-align: left;
    margin-top: 35px;
}
.leaderbox .TRS_UEDITOR *{
    font-size: 28px !important;
    line-height: 50px !important;
    font-family: '微软雅黑' !important;
}
.leaderbox p span{
    font-size: 28px !important;
    line-height: 50px !important;
}
/*细览页*/
.doctitle{
    padding: 40px 0;
    font-size: 34px;
    line-height: 70px;
    text-align: center;
    color: #333333;
}
 .slh_wrap{
    background-color: #ffffff;
    padding: 0 40px 40px 40px;
    box-sizing: border-box;
    overflow: hidden;
} 
.docextentd{
    padding: 20px 50px;
    box-sizing: border-box;
    color: #333333;
    text-align: center;
}
.docextentd .docreltime{float: left}
.docextentd .docsource{float: right}
.docextentd span{
    font-size: 28px;
}
.doccontent{
    margin-top: 30px;
    font-size: 28px;
    line-height: 2.5;
}
.doccontent *{
    font-size: 28px !important;
    line-height: 2.5;
    margin: 20px 0;
}
.doccontent img{
    display: block !important;
    width:auto;
    height: auto !important;
    max-width: 100% !important;
    margin: 0 auto;
}
.doccontent iframe{
    display: block;
    margin: 0 auto;
}
.slh_container .ql_detailbro_table_mobile{margin-left: 10px;}

.content_top{
    width: 100%;
    float: left;
    background: #faf6ed;
    border: solid 1px #c7c7c7;
}
.xlli_left{
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 47px;
    font-size: 22px;
    margin-left: 20px;
    padding-left: 25px;
}    
.xlli_left span{
    color: #575757;
} 
.xlli_right{
    float: right;
    margin-right: 25px;
    width: 161px;
}
.xlli_right a{
    display: block;
    width: 161px;
    height: 46px;
    line-height: 46px;
    font-size: 28px;
    color: #ffffff;
    padding-left: 80px;
    box-sizing: border-box;
    border-radius: 47px;
    background-color: #df0000;
    background-image: url(../../slhimages/voice.png);
    background-repeat: no-repeat;
    background-position: 20px 9px;
    margin-bottom: 20px;
    margin-top: 37px;
}
.xlli_right p{
    display: none;
}
.li_right a:hover{ color: #fff;}
.xlli_right .pause{
    background-image: url("../../slhimages/pause.png");
}

/*小屏*/
@media (max-width: 1280px) and (min-width: 1000px){
    body, html {
        min-width: 1000px;
    }
    .slh_header_logo{
        width: 1000px;
    }

    .slh_container{
        width: 1000px;
    }

    .banner_box_slh {
        width: 1000px;
    }
    .banner_box_slh .swiper-container .swiper-wrapper .swiper-slide>a{
        width: 600px;
        height: 340px;
    }
    .banner_box_slh .swiper-container .swiper-wrapper .swiper-slide img{
        width: 600px;
        height: 340px;
    }
    .banner_box_slh .swiper-container .swiper-wrapper .swiper-slide>div{
        width: 368px;
        height: 340px;
        padding: 20px 0 20px 20px;
        font-size: 30px;
    }
    .banner_box_slh .swiper-button-next{
        right:368px !important;
    }

    
    /*主内容区域开始*/
    .main_con_box{
       width: 1000px;      
    }
    .main_con_box a{
        font-size: 40px;
    }
    /*网站底部*/
    .slh_footer_container{
        width: 1000px;
        position: relative;
    }
    .slh_footer_right{
        position: absolute;
        right: 0;
    }
    /*二级页*/
    .slh_lists_box{
        padding-left: 0;
        padding-right: 0;
    }
    .slh_lists_box ul li{
        width: 100%;       
        margin-top: 40px;
    }
    .li_left{
        padding-left: 20px;
        width: 790px;
    }
    .li_left a{
        font-size: 32px;
        padding-left: 28px;
    }
    .li_left p{
        padding-left: 28px;
    }
    .li_right{
        margin-right: 20px;
    }
    }
/*手机适配*/
@media (max-width: 750px) and (min-width: 320px){
    body, html {
        min-width: 320px;
    }
	.pc{
        display: block !important;
    }
    .mobile{
        display: none !important;
    }
    .firststep{
        width: 100%;
        left: 0;
    }
    .close{
        width: 140px;
        height: 48px;
        line-height: 48px;
        font-size: 24px;
        display: block;
        margin: 20px auto;
    }
    /*首页 */
    .slh_header{
        height: auto;
    }
    .slh_header_logo{
        width: 100%;
        padding-top: 15px;
    }
    .slh_header_logo a{
        width: 100%;
    }
    .slh_header_logo a img{
        width: 84%;
        height: auto;
        margin-left: 2%;
    }
    .slh_header_logo .zzms {
        margin-left: 2%;
        margin-top: 20px;
        width: 60%;
    }
    .slh_header_logo .bannerimg {
        position: relative;
        top: initial;
        right: initial;
        width: 50%;
        margin-left: 50%;
        margin-top: -35px;
    }
    .banner_box_slh{
        width: 100%;
        margin-top: 15px;
        margin-bottom: 0;
        background: none;
        padding: 0;
    }
    .banner_box_slh .swiper-container {
        width: 98%;
        height: 100%;
    }
    .banner_box_slh .swiper-container .swiper-wrapper .swiper-slide>a{
        width: 100%;
        height: 200px;
    }
    .banner_box_slh .swiper-container .swiper-wrapper .swiper-slide img{
        width: 100%;
        height: 200px;
    }
    .banner_box_slh .swiper-container .swiper-wrapper .swiper-slide>div{
        width: 100%;
        height: auto;
        padding: 10px 5px;
        line-height: 40px;
        font-size: 20px;
    }
    
    .banner_box_slh .swiper-button-next,.banner_box_slh .swiper-button-prev{
        display: none;
    }
    .main_con_box{
        width: 100%;
        padding: 12px;
        box-sizing: border-box;
        text-align: center;
    }
    .main_con_box a{
        width: 48%;
        height: 200px;
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 80px;
    }
    .main_con_box a:nth-child(2),.main_con_box a:nth-child(5){
        margin-left: 0;
        margin-right: 0;
    }
    .main_con_box a:nth-child(2n+1){
        margin-right: 4%;
    }
    .main_con_box a img{
        width: 80px;
    }
    .main_con_box a.clearfix{width: 48%; font-size: 24px;line-height: 80px;;}
    .main_con_box a.clearfix img{ float: none; margin-right: auto; margin-top: 0x;}

    /*网站底部*/
    .slh_footer_container{
        width: 100%;
        padding: 26px 10px;
    }
    .slh_footer_left{
        width: 100%;
    }
    .slh_footer_right{
       width: 100%;
    }
    .slh_footer_left ul{
        display: none;
    }
    .slh_footer_left p,.slh_footer_left span,.slh_footer_left div a{
        font-size: 16px;
        line-height: 30px;
        color: #fff;
        margin-top: 0;
    }
    .slh_footer_left span,.slh_footer_left div a{
        display: inline-block;
    }
    
    .slh_footer_left div{
        margin-top: 0;
    }
    .slh_footer_left div img{
        vertical-align: bottom;
        margin-right: 5px;
    }

    .slh_footer_right{
        margin-top: 20px;
    }
    .slh_footer_right img,.slh_footer_right a{
        display: inline-block;
        vertical-align: middle;
    }

    /*二级页*/
    .cur_position{
        padding-left: 10px;
        font-size: 24px;
    }
    .cur_position img{
        width: 20px;
        margin-right: 2px;
    }
    .cur_position span, .cur_position a{
        font-size: 20px;
    }
    .slh_lists_box h2{
        font-size: 28px;
    }
    .slh_container,.slh_footer_container ,.slh_lists_box ul li{
        width: 100%;
    }
    .slh_lists_box{
        padding: 10px;
        width: 100%;
    }
    .slh_lists_box ul li{
        margin-top: 30px;
    }
    .li_left,.li_right{
        width: 100%;
        float: unset;
        padding-left: 10px;
    }
    .li_left a{
        font-size: 20px;
        padding-left: 20px;
        margin-top: 10px;
        max-width: 88%;
        line-height: 58px;
    }
    .li_left p{
        padding-left: 20px;
        font-size: 18px;
        max-width: 88%;
    }
    .li_right span{
        font-size: 20px;
        text-align: left;
        padding-left: 20px;
        margin-top: 15px;
    }
    .fenye{
        margin: 20px 0 20px 0;
    }
    .fenye .prev, .fenye .next{
        width: 64px;
        height: 30px;
    }
    .fenye a{
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    
    
    .docextentd{
        padding: 0;
    }
    .docextentd span{
        font-size: 24px;
        display: block;
        line-height: 40px;
        float: none !important;
    }
    .doccontent .TRS_UEDITOR p,.doccontent{
        font-size: 20px;
    }
    .doccontent .TRS_UEDITOR span{
        font-size: 20px !important;
    }
    .doccontent img{
        display: block !important;
        width: auto;
        height: auto !important;
        margin: 0 auto;
        max-width: 100% !important;
    }
    .doccontent iframe{
        width:auto;
        height:auto;
        max-width: 100% !important;
    }
/*细览页*/
.doctitle{
    font-size: 28px;
    line-height: 50px;
}
 .slh_wrap{
    padding: 0 10px 40px 10px;
} 

.doccontent{
    font-size: 20px !important;
    line-height: 2.5;
}
.doccontent *{
    font-size: 20px !important;
    line-height: 2.5;
}
.content_top{
    width: 96%;
    margin-left: 2%;
}
.xlli_left{
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 30px;
    margin-left: 0px;
    padding-left: 10px;
    width: 60%;
}
.xlli_right{
    width: 36%;
    margin-right: 0px;
}
.xlli_right a{
    width: 120px;
    font-size: 18px;
    padding-left: 70px;
    margin-top: 17px;
    margin-bottom: 17px;
}

    /* 领导细缆 */
    .leader-img {
        float: none;
        position:absolute;
        margin-left: 10px;
        width: 80px;
    }
    .leadername{
        font-size: 28px;
    }
    .Lt{
        font-size: 26px;
    }
    .leaderCon{
        font-size: 24px;
    }
    .leaderbox .TRS_UEDITOR{
        font-size: 24px;
    }
    .leaderbox .TRS_UEDITOR *{
        font-size: 24px !important;
    }
    .leaderbox p span{
        font-size: 24px !important;
    }

    .slh_leader_box .li_left {
        padding-left: 90px;
        width: 100%;
        min-height: 100px;
        box-sizing: border-box;
    }
    .slh_leader_box .li_left a{
        line-height: 40px;
    }
    .slh_leader_box .li_left p{
        line-height: 30px;
    }
    .slh_leader_box .li_left p span{
        font-size: 20px !important;
    }
    .slh_leader_box .li_right a {
        margin-top: 20px;
    }
    .slh_jgzn_wrap {
        padding: 0 10px 30px;
        font-size: 20px;
        line-height: 40px;
    }
}