/* 首页头部 */
.home_header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    height: 102px;
    padding: 20px 0;
    background: none;
}
.home_mainNav ul li a span{
    color: #fff;
    padding: 38px 0;
}
.home_mainNav ul li a span:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 18px;
    background: #fff;
}
.home_header_menu .header_search{
    top: -5px;
}
.home_mainNav ul li a span:hover,
.home_mainNav ul li.on a{
    font-weight: bold;
    color: #fff
}
/* 首页大轮播图 */
.home_banner .bannerPic{
    width: 100%;
}
.home_banner .swiper-button-prev{
    background-image: url(../images/tpxwScroll_arrow_l.png);
    left: 10%;
}
.home_banner .swiper-button-next{
	background-image: url(../images/tpxwScroll_arrow_r.png);
    right: 10%;
}
.home_banner .swiper-button-next,.home_banner .swiper-button-prev{
	width: 91px;
    height: 56px;
	background-size: auto;
}
.home_banner .swiper-pagination-bullets{
    bottom: 200px;
}
.home_banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    opacity: .5;
}
.home_banner .swiper-pagination-bullet-active{
    background: #fff;
    border-radius: 10px;
    opacity: 1;
}
/* 菜单栏 */
.home_menu{
    position: relative;
    z-index: 2;
    margin-top: -120px;
    margin-bottom: 25px;
}
.home_menu ul{
    background: rgba(0, 0, 0, 0.5);
}
.home_menu ul li{
    width: 25%;
    float: left;
    color: #fff;
    position: relative;
    height: 100px;
}
.home_menu ul li.active::before{
    content: "";
    position: absolute;
    width: 100%;
    padding: 10px 0;
    height: 120px;
    top: -20px;
    box-shadow: 1px 1px 10px #ada2a2;
    background-repeat: no-repeat;
    background-size: cover;
}

.home_menu ul li.qyjj_menu.active::before{background-image: url(../images/home_jyzx_bg.png);}
.home_menu ul li.gsyw_menu.active::before{background-image: url(../images/home_gsyw_bg.png);}
.home_menu ul li.ddjs_menu.active::before{background-image: url(../images/home_ddjs_bg.png);}
.home_menu ul li.jyzx_menu.active::before{background-image: url(../images/home_jyzx_bg1.png);}

.home_menu ul li h2{
    padding: 23px 0 10px;
    border-right: 2px solid #959595;
}
.home_menu ul li:last-of-type h2{
    border: none;
}
.home_menu ul li h2 .item{
    position: relative;
    padding-left: 80px;
    margin-left: 80px;
    padding-bottom: 12px;
    background-repeat: no-repeat;
    background-position: left center;
}
.home_menu ul li.qyjj_menu h2 .item{background-image: url(../images/home_qyjj_icon.png);}
.home_menu ul li.gsyw_menu h2 .item{background-image: url(../images/home_gsyw_icon.png);}
.home_menu ul li.ddjs_menu h2 .item{background-image: url(../images/home_ddjs_icon.png);}
.home_menu ul li.jyzx_menu h2 .item{background-image: url(../images/home_jyzx_icon.png);}

.home_menu ul li.qyjj_menu.active h2 .item{background-image: url(../images/home_qyjj_icon_red.png);}
.home_menu ul li.gsyw_menu.active h2 .item{background-image: url(../images/home_gsyw_icon_red.png);}
.home_menu ul li.ddjs_menu.active h2 .item{background-image: url(../images/home_ddjs_icon_red.png);}
.home_menu ul li.jyzx_menu.active h2 .item{background-image: url(../images/home_jyzx_icon_red.png);}

.home_menu ul li h2 .item span{
    font-size: 20px;
    font-weight: bold;
}
.home_menu ul li h2 .item i{
    display: block;
    font-style: normal;
    color: #b4b4b4;
    font-size: 14px;
    letter-spacing: 2px;
    margin-top: 5px;
    font-weight: 400;
}
.home_menu ul li.active h2 .item span{
    color: #333;
}
/* 企业简介 */
/* .owl-carousel .owl-stage-outer{height: 362px!important;} */
.home_tab > div{
    padding-top: 33px;
    padding-bottom: 64px;
    display: none;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.home_tab > div.on{
    display: block;
}
.home_tab > div.home_qyjj{background-image: url(../images/home_qyjj.png);padding-bottom: 107px;}
.home_tab > div.home_gsyw{background-image: url(../images/home_gsyw.png);}
.home_tab > div.home_ddjs{background-image: url(../images/home_ddjs.png);}
.home_tab > div.home_jyzx{background-image: url(../images/home_jyzx.png);padding-bottom: 103px;}
.home_tab .tie strong{
    font-size: 30px;
    margin-right: 19px;
}
.home_tab .tie span{
    font-size: 14px;
    letter-spacing: 2px;
    color: #b4b4b4;
    background-image: url(../images/ht_icon.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 88px;
}
.home_tab .tie > a{
    color: #BF101C;
    text-decoration-line: underline;
    float: right;
    margin-top: 18px;
}
.home_qyjj .tie{margin-bottom: 28px;}
.home_qyjj .clearfix .fl{
    width: 60%;
}
.home_qyjj .clearfix .fr{
    width: 36%;
}
.home_qyjj .clearfix .fl p{
    line-height: 2;
    text-indent: 2em;
    text-align: justify;
}
.home_qyjj .clearfix .fl p a{
    color: #BF101C;
    text-decoration-line: underline;
}
.home_qyjj .clearfix .fl ul{
    box-shadow: 0px 0px 22px  rgba(0, 0, 0, 0.1);
    margin-top: 26px;
}
.home_qyjj .clearfix .fl ul li{
    float: left;
    width: 25%;
    background-repeat: no-repeat;
}
.home_qyjj .clearfix .fl ul li:nth-child(1){
    background-image: url(../images/ztxypj_icon.png);
    background-position: 128px 20px;
}
.home_qyjj .clearfix .fl ul li:nth-child(2){
    background-image: url(../images/zzc_icon.png);
    background-position: 113px 28px;
}
.home_qyjj .clearfix .fl ul li:nth-child(3){
    background-image: url(../images/zgs_icon.png);
    background-position: 62px 40px;
}
.home_qyjj .clearfix .fl ul li:nth-child(4){
    background-image: url(../images/zyczyry_icon.png);
    background-position: 69px 50px;
}
.home_qyjj .clearfix .fl ul li .item{
    text-align: center;
    margin: 42px 0 47px;
    border-right: 1px solid #d0d0d0;
}
.home_qyjj .clearfix .fl ul li:last-of-type .item{
    border: none;
}
.home_qyjj .clearfix .fl ul li .item strong{
    display: block;
    font-size: 34px;
    color: rgba(190, 0, 14, 1);
}
.home_qyjj .clearfix .fl ul li .item strong i{
    font-style: normal;
    font-size: 14px;
    color: rgba(51, 51, 51, 1);
}
.home_qyjj .clearfix .fl ul li .item span{
    display: block;
}
/* 公司要闻 */
.home_gsyw .tie{
  margin-bottom: 16px;
}
.home_gsyw .clearfix .news_banner{
    float: left;
    width: 46%;
    box-shadow: 0px 0px 22px  rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}

.home_gsyw .clearfix .news_banner .item img{
    height: 362px;
}
.home_gsyw .clearfix .news_banner .owl-nav div{
    display: block;
}
.home_gsyw .clearfix .news_banner .item .item-name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 108px 14px 40px;
    line-height: 24px;
    font-size: 1.125em;
    background: #0000005c;
    color: #fff;
}
.home_gsyw .clearfix .news_banner .owl-dots {
    position: absolute;
    right: 40px;
    bottom: 16px;
}
.home_gsyw .clearfix .news_banner .owl-dot {
    width: 12px;
    height: 12px;
    background: #979797;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 5px;
    transition: all 500ms;
}
.home_gsyw .clearfix .news_banner .owl-dot.active {
    background: #CE0016;
}
.home_gsyw .clearfix .news_list{
    float: right;
    width: 52%;
}
.home_gsyw .clearfix .news_list li a{
    padding-left: 20px;
    position: relative;
}
.home_gsyw .clearfix .news_list li a::before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(216, 216, 216, 1);
    left: 0;top: 50%;
    margin-top: -3px;
}
/* 党的建设 */
.home_ddjs .tie{
    width: 52%;overflow: hidden;
}
.home_ddjs .clearfix .news_banner{
    width: 46%;
    float: right;
}
.home_ddjs .clearfix .news_banner .item img{
    height: 362px;
}
.home_ddjs .clearfix .news_banner .owl-nav div{
    display: block;
}
.home_ddjs .clearfix .news_banner .item .item-name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14px 108px 14px 40px;
    line-height: 24px;
    font-size: 1.125em;
        background: #0000005c;
    color: #fff;
}
.home_ddjs .clearfix .news_banner .owl-dots {
    position: absolute;
    right: 40px;
    bottom: 16px;
}
.home_ddjs .clearfix .news_banner .owl-dot {
    width: 12px;
    height: 12px;
    background: #979797;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 5px;
    transition: all 500ms;
}
.home_ddjs .clearfix .news_banner .owl-dot.active {
    background: #CE0016;
}

.home_ddjs .clearfix .news_list{
    width: 52%;
    float: left;
}
.home_ddjs .clearfix .news_list .infolist{
    margin-top: 16px;
}
/* 经营资讯 */
.home_jyzx .hd .tie{
    float: left;
}
.home_jyzx .hd ul{
    float: right;
    margin-top: 10px;
}
.home_jyzx .hd ul li{
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin-left: 40px;
    position: relative;
    cursor: pointer; 
}
.home_jyzx .hd ul li.on{
    color: #ba0814;
}
.home_jyzx .hd ul li.on a{
    color: #ba0814;
}
.home_jyzx .hd ul li.on::after{
    content: "";
    position: absolute;
    width: 17px;
    height: 9px;
    background: url(../images/41bf845d37c24f4eb4b5faf24488ec7c.png) no-repeat;
    left: 0;right: 0;
    margin: 0 auto;
    bottom: -12px;
}
.home_jyzx .owl-carousel .owl-stage-outer{padding-top: 25px;}
.home_jyzx .bd .item_zyyw ul{
    margin: 30px -12px 0;
}
.home_jyzx .bd .item_zyyw ul li{
    float: left;
    width: 20%;
    text-align: center;
}
.home_jyzx .bd .item_zyyw ul li .item{
    border: 1px solid #E6E6E6;
    margin: 0 12px;
    transition: all .3s; 
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.home_jyzx .bd .item_zyyw ul li:hover .item{
    border: none;
    border-bottom: 7px solid #c60012;
    box-shadow: 0px 0px 22px  rgba(0, 0, 0, 0.18);
    background-image: url(../images/227228fe622a60f7d7e1b8823c9274b7.png);

}
.home_jyzx .bd .item_zyyw ul li:hover .item a span{
    border: none;
    color: transparent;
}
.home_jyzx .bd .item_zyyw ul li .item a{
    padding: 60px 20px 0;
    display: block;
}
.home_jyzx .bd .item_zyyw ul li .item a span{
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: #CC0300;
    border-top: 1px solid #E6E6E6;
    padding: 20px 0;
    margin-top: 20px;
}
.home_jyzx .bd .item_zyyw ul li .item a p{
    height: 100px;
    overflow: hidden;
    position: relative;
}
.home_jyzx .bd .item_zyyw ul li .item a p img{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 110px;
}
.home_jyzx .bd .item_zyyw ul li .item a strong{
    font-size: 28px;
    color: #383838;
    display: block;
    margin-top: 40px;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* item_zczs */
.home_jyzx .bd .item_zczs .item{
    border: 1px solid #E6E6E6;
    padding: 23px 28px 20px;
    transition: all .3s; 
    background: #fff;
}
.home_jyzx .bd .item_zczs .item:hover{
    border: none;
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.18);
}
.home_jyzx .bd .item_zczs .item .red-line{position: absolute;width: 0;height: 7px;background: #c60012;transition: all .3s; bottom: -1px;left: 0;}
.home_jyzx .bd .item_zczs .item:hover .red-line{width: 100%;} 
.home_jyzx .bd .item_zczs .item a{
    display: block;
}
.home_jyzx .bd .item_zczs .item a.czz{
    position: relative;
}
.home_jyzx .bd .item_zczs .item a.czz img{
    height: 130px;
}
.home_jyzx .bd .item_zczs .item a span{
    display: block;
    position: absolute;
    top: 20px;
    width: 85px;
    height: 34px;
    line-height: 34px;
    background: #c60012;
    color: #fff;
    text-align: center;
}
.home_jyzx .bd .item_zczs .item a.title{
    font-size: 18px;
    font-weight: bold;
    margin-top: 14px;
}
.home_jyzx .bd .item_zczs .item .text{
    border-top: 1px solid #E6E6E6;
    margin-top: 14px;
}
.home_jyzx .bd .item_zczs .item .text p{
    padding-left: 30px;
    margin-top: 14px;
    overflow: hidden;
}
.home_jyzx .bd .item_zczs .item .text .p1{
    background-image: url(../images/fund_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.home_jyzx .bd .item_zczs .item .text .p1 i{
    color: rgba(187, 0, 13, 1);
    font-size: 18px;
}
.home_jyzx .bd .item_zczs .item .text .p2{
    background-image: url(../images/property_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.home_jyzx .bd .item_zczs .item .text p span{
    float: left;
    color: rgba(102, 102, 102, 1);
}
.home_jyzx .bd .item_zczs .item .text p i{
    float: right;
    font-style: normal;
}
.home_jyzx .bd .item_zczs .owl-nav div{
    position: absolute;
    width: 34px;
    height: 72px;
    top: 50%;
    margin-top: -36px;
    z-index: 100;
}
.home_jyzx .bd .item_zczs .owl-nav .owl-prev{
    left: -17px;
    background: url(../images/tpxw_arrow_l.png) no-repeat;
}
.home_jyzx .bd .item_zczs .owl-nav .owl-next{
    right: -17px;
    background: url(../images/tpxw_arrow_r.png) no-repeat;
}

/*主营业务 新*/
.item_zyyw .item {margin-bottom: 20px;}
.item_zyyw .item .item-normal{height: 276px;}
.item_zyyw .item .img img{width: 100%;}
.item_zyyw .item .img{position: relative;}
.item_zyyw .item .img .icon{display: block;width: 31px;height: 31px;position: absolute;background: url(../images/index_zyyw_img_icon.png) center center no-repeat;top: 21px;left: 25px;}
.item_zyyw .item .txt{padding:15px 25px;background: #fff;box-shadow: 0 0 22px rgba(0,0,0,0.18);box-sizing: border-box;transition: all 500ms;}
.item_zyyw .item .txt .tit{font-size: 18px;font-weight: bold;color: #383838;line-height: 27px;padding-bottom: 9px;border-bottom: 1px solid #E6E6E6;}
.item_zyyw .item .txt .tit span{color: #C50012;font-size: 20px;}
.item_zyyw .item .txt .memo{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;padding-top: 7px;font-size: 15px;line-height: 30px;color: #999999;}
.item_zyyw .item:hover{position: relative;}
.item_zyyw .item:hover .txt{position: absolute;background: #A6000B;width: 100%;height: 100%;top: 0;left: 0;color: #fff;}
.item_zyyw .item:hover .txt .tit{color: #fff;padding-top: 20px;}
.item_zyyw .item:hover .txt .tit span{color: #fff;}
.item_zyyw .item:hover .txt .memo{display: block;color: #fff;}
.item_zyyw .owl-nav div{
    position: absolute;
    width: 34px;
    height: 72px;
    top: 50%;
    margin-top: -36px;
    z-index: 100;
}
.item_zyyw .owl-nav .owl-prev{
    left: -17px;
    background: url(../images/tpxw_arrow_l.png) no-repeat;
}
.item_zyyw .owl-nav .owl-next{
    right: -17px;
    background: url(../images/tpxw_arrow_r.png) no-repeat;
}

/*处置公告*/
.home_jyzx .item_czgg .owl-stage-outer{padding-bottom: 25px;}
.home_jyzx .bd .item_czgg .item{
    padding: 23px 28px 20px;
    transition: all .3s; 
    background: #fff;
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.18);
    position: relative;
    background: url(../images/index_czgg_item_bg.png) right bottom no-repeat;
}
.home_jyzx .bd .item_czgg .item:hover{margin-top: -15px;}
.item_czgg .owl-nav div{
    position: absolute;
    width: 34px;
    height: 72px;
    top: 50%;
    margin-top: -36px;
    z-index: 100;
}
.item_czgg .tit{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;font-size: 18px;font-weight: bold; line-height: 27px;color: #383838;height: 54px;padding-bottom: 18px;border-bottom: 1px solid #e6e6e6;}
.item_czgg .tit a:hover{color: #BA0814;}
.item_czgg .memo{display: -webkit-box; overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-break: break-all;padding-top: 7px;font-size: 15px;line-height: 30px;color: #999999;height: 60px;margin:16px 0 40px 0;}
.item_czgg .date{color: #666;font-size: 16px;line-height: 30px;padding-top: 6px;}
.item_czgg .detail a{    display: block;
    width: 108px;
    height: 26px;
    line-height: 26px;
    border-radius: 18px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #BA0814;
    margin-top: 5px;}


.item_czgg .owl-nav .owl-prev{
    left: -17px;
    background: url(../images/tpxw_arrow_l.png) no-repeat;
}
.item_czgg .owl-nav .owl-next{
    right: -17px;
    background: url(../images/tpxw_arrow_r.png) no-repeat;
}
.js-tab1{position: relative;}
.cd{margin:20px 0}
.cd .mored:nth-child(1){ position: absolute;right: 5px;z-index: 999;bottom: -45px;}
.cd .mored:nth-child(2){position: absolute;right: 5px;display:none;z-index: 999;bottom: -40px;}
.cd .mored:nth-child(3){ position: absolute;right: 5px;display:none;z-index: 999;bottom: -41px;}

 .cd .mored a{
    display: block;
    width: 108px;
    height: 26px;
    line-height: 26px;
    border-radius: 18px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #BA0814;
    margin-top: 5px;
}


@media (max-width: 768px) {
    .item_czgg .tit{display: block;height: auto;}
}


/*切换插件*/
.owl-carousel.owl-hidden {
    opacity: unset;!important;
}
.owl-height{transition: none !important;}
@media (min-width: 1480px) {
.home_tab{height:517px}
}
@media (max-width: 1480px) {
    /* 菜单栏 */
    .home_menu{
        margin-top: -130px;
        margin-bottom: 30px;
    }
    .home_menu ul li h2 .item{
        margin-left: 35px;
        padding-left: 60px;
    }
    .home_menu ul li h2 .item{
        padding-left: 80px;
    }
    .home_banner .swiper-pagination-bullets{
        bottom: 160px;
    }
}
@media (max-width: 1200px) {
    /* 菜单栏 */
    .home_menu{margin-top: 30px;margin-bottom: 0;}
    .home_menu ul li h2 .item{
        background-image: none!important;
        margin-left: 0;
        padding-left: 0;
        text-align: center;
    }
    .home_menu ul li.qyjj_menu.active h2 .item{
        padding-left: 0px;
    }
    .home_menu ul li.active::before{
        height: 80px;
        top: 0;
    }
    .home_banner .swiper-pagination-bullets{
        bottom: 10px;
    }
    /* 企业简介 */
    .home_qyjj .clearfix .fl ul li .item strong{
        font-size: 26px;
    }
    /* 经营资讯 */
    .home_jyzx .bd .item_zyyw ul li .item a{
        padding: 20px 10px 0;
    }
    .home_jyzx .bd .item_zyyw ul li .item a span{
        padding: 10px 0;
        margin-top: 10px;
    }
    .home_jyzx .bd .item_zyyw ul li .item a strong{
        margin-top: 10px;
        font-size: 20px;
    }
}
@media (max-width: 992px){
    .home_header{
        position: fixed;
        height: 80px;
        background: rgba(220, 181, 122, 1);
    }    
    .header_toggle_btn{
        top: 13px;
    }
    .header_toggle_btn span{
        background: #fff;
    }
    /* 大轮播图 */
    .home_banner{
        padding-top: 110px;
    }
    .home_banner .swiper-button-prev,.home_banner .swiper-button-next{
        display: none;
    }
    /* 企业简介 */
    .home_qyjj .clearfix .fr{
        text-align: center;
    }
    .home_qyjj .clearfix .fr,.home_qyjj .clearfix .fl{
        float: none;
        width: 100%;
    }
    .home_qyjj .clearfix .fl p{
        margin-top: 20px;
    }
    /* 公司要闻 */
    .home_gsyw .clearfix .news_banner,.home_gsyw .clearfix .news_list{
        float: none;
        width: 100%;
    margin-top: 0px;
    }
    .home_gsyw .clearfix .news_list{
        margin-top: 20px;
    }
    /* 党的建设 */
    .home_ddjs .tie{
        width: 100%;
        margin-bottom: 18px;
    }
	.home_ddjs .tie span{
	        padding-right: 78px;
	}
	.home_ddjs .tie > a{
	        display: block !important;;
	}
    .home_ddjs .clearfix .news_banner,.home_ddjs .clearfix .news_list{
        float: none;
        width: 100%;
    }
    .home_ddjs .clearfix .news_list{
        margin-top: 20px;
    }
    /* 经营资讯 */
    .home_jyzx .bd .item_zyyw ul li{
        width: 33.333%;
    }
    .home_jyzx .bd .item_zyyw ul li .item{
        margin-bottom: 20px;
    }
    .home_jyzx .bd .item_zyyw ul li.active .item{
        background-size: cover;
    }
    .home_jyzx .bd .item_zyyw ul li.active .item a{
        padding-top: 16px;
    }
	.home_gsyw .clearfix .news_banner .item img{
		height: 250px;
		width: 100%;
	}
	.home_ddjs .clearfix .news_banner .item img{
		height: 250px;
		width: 100%;
	}
	 .home_tab .tie span {

	   /* display: none; */
	}
	.home_jyzx .tie span {
	    display: inline;
	}
	.home_tab .tie > a {
	   display: block; 
	
	}
	.home_tab .tie span{
	    
	    letter-spacing: 0px;
	 
	}

	.home_ddjs .tie a{

	    display: none; 
	}
	.home_ddjs .tie  strong a{
		
			    display: inherit; 
	}
	.home_gsyw .clearfix .news_banner .owl-dots {
	    position: absolute;
	    right: 10px;
	    bottom: 16px;
	}
	.home_gsyw .clearfix .news_banner .owl-dot {
	  
	    margin-left: 5px;
	
	}
	.home_ddjs .clearfix .news_banner .owl-dots {
	    position: absolute;
	    right: 10px;
	    bottom: 16px;
	}
	.home_ddjs .clearfix .news_banner .owl-dot {
			margin-left: 5px;
	}
	.cd .mored {
	 right: 30%;
	 
	}
	
	.bd{margin-top: 10px;}
}
@media (max-width: 768px) {
    .home_jyzx .bd .item_zczs .item a.czz img{
        height: auto;
    }
}
@media (max-width: 640px) {
    .home_tab .tie strong{font-size: 26px;}
    .home_tab .tie > a{margin-top: 10px;}
    /* 菜单栏 */
    .home_menu ul li{
        width: 50%;
    }
    .home_menu ul li h2{
        border: none;
    }
    .home_menu ul li.qyjj_menu h2{
        border-right: 1px solid #959595;
        border-bottom: 1px solid #959595;
    }
    .home_menu ul li.gsyw_menu h2{
        border-bottom: 1px solid #959595;
    }
    .home_menu ul li.ddjs_menu h2{
        border-right: 1px solid #959595;
    }
    /* 企业简介 */
    .home_qyjj .clearfix .fl ul li{
        width: 50%;
    }
    .home_qyjj .clearfix .fl ul li:nth-child(2) .item{
        border-right: none;
    }
    /* 经营资讯 */
    .home_jyzx .bd .item_zyyw ul li{
        width: 50%;
    }
    .home_jyzx .hd ul li{
        margin-left: 20px;
    }
}
@media (max-width: 580px) {
    .home_header{
        height: 60px;
    }
    .home_banner {
        padding-top: 100px;
    }
    .header_toggle_btn {
        top: 9px;
    }
}
@media (max-width: 480px) {
    .home_tab .tie > a{margin-top: 10px;}
}
@media (max-width: 390px) {
    .home_header {
        height: 46px;
    }
    .home_banner {
        padding-top: 86px;
    }
    .home_tab .tie > a{margin-top: 10px;}
    .home_tab .tie strong {
        font-size: 20px;
        margin-right: 10px;
    }
}