@import url(./public.css);
@import url(./header.css);
@import url(./footer.css);
.header_bd {
    height: 750px;
}

.banner {
    height: 750px;
}

.row1 {
    padding: 0 100px;
    text-align: center;
}

.row1 a {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    line-height: 54px;
}

.row1 p {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #999;
    -webkit-line-clamp: 2;
    text-align: center;
}

.row2 {
    margin: 18px 0 20px;
    padding: 20px;
}

.swiper-container_one {
    width: 58.6%;
    height: 460px;
    border-radius: 8px;
}

.row2 .fr {
    width: 39.3%;
}

.gsgg {
    margin-top: 15px;
    box-sizing: border-box;
    padding: 10px 20px;
    width: 100%;
    height: 120px;
    background: #F7F7F7;
    border-radius: 4px;
}

.gsgg h4 {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    background: url(../images/gsgg.png) no-repeat left center;
    text-indent: 40px;
}

.gsgg a {
    display: flex;
    justify-content: space-between;
    /* display: block; */
    font-size: 16px;
    color: #999999;
    line-height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.row3_tab {
    padding: 6px 20px 15px;
    width: 58.33%;
    height: 346px;
}

.cyfz {
    padding: 6px 0 32px 0;
    width: 40%;
}

.cyfz .box_head {
    margin-left: 20px;
}

.cyfz ul{
    box-sizing: border-box;
    padding: 0 20px;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cyfz ul li {
    margin-top: 20px;
    width: calc((100% - 60px) / 4);
    height: 96px;
    transition: all .3s ease;
    text-align: center;
}

.cyfz ul li:nth-child(-n+3){
    width: calc((100% - 40px) / 3);
}

.cyfz ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #999999;
    background: #EBEBEB;
    font-size: 14px;
    border-radius: 8px;
    transition: all .3s ease;
}

.cyfz ul li:hover a {
    background: #CF9527 url(../images/cyjg_bg.png) no-repeat center;
    transition: all .3s ease;
    color: #fff;
}

.cyfz ul li a i {
    margin: 15px 0 5px;
    display: block;
    width: 70px;
    height: 42px;
}

.cyfz ul li:nth-child(1) a i {
    background: url(../images/cyfz1.png) no-repeat center;
}

.cyfz ul li:nth-child(2) a i {
    background: url(../images/cyfz2.png) no-repeat center;
}

.cyfz ul li:nth-child(3) a i {
    background: url(../images/sclt.png) no-repeat center;
}

.cyfz ul li:nth-child(4) a i {
    background: url(../images/zzy.png) no-repeat center;
}

.cyfz ul li:nth-child(5) a i {
    background: url(../images/cyfz4.png) no-repeat center;
    background-size: 40px;
}

.cyfz ul li:nth-child(6) a i {
    background: url(../images/cyfz5.png) no-repeat center;
    background-size: 40px;
}

.cyfz ul li:nth-child(7) a i {
    background: url(../images/ptcy.png) no-repeat center;
}

.cyfz ul li:nth-child(1):hover a i {
    background: url(../images/cyfz1_on.png) no-repeat center;
}

.cyfz ul li:nth-child(2):hover a i {
    background: url(../images/cyfz2_on.png) no-repeat center;
}

.cyfz ul li:nth-child(3):hover a i {
    background: url(../images/sclt_on.png) no-repeat center;
}

.cyfz ul li:nth-child(4):hover a i {
    background: url(../images/zzy_on.png) no-repeat center;
}

.cyfz ul li:nth-child(5):hover a i {
    background: url(../images/cyfz4_on.png) no-repeat center;
    background-size: 40px;
}

.cyfz ul li:nth-child(6):hover a i {
    background: url(../images/cyfz5_on.png) no-repeat center;
    background-size: 40px;
}

.cyfz ul li:nth-child(7):hover a i {
    background: url(../images/ptcy_on.png) no-repeat center;
}

/* .cyfz ul li:nth-child(8) a {
    background: url(../images/cyfz_fr.png) no-repeat center;
}

.cyfz ul li:nth-child(8):hover a {
    background: url(../images/cyfz_fr_on.png) no-repeat 60% center;
} */

.row4 {
    margin: 20px 0;
    display: block;
    width: 100%;
    border-radius: 8px;
}

.dfjs {
    padding: 0 20px 20px;
    width: 58.3%;
}

.dfjs .tab_hd {
    margin-bottom: 20px;
}

.item_top .pic {
    width: 248px;
    height: 143px;
    border-radius: 8px;
}

.item_top .img_info {
    box-sizing: border-box;
    padding-right: 15px;
    width: calc(100% - 268px);
}

.item_top h3 {
    margin: 20px 0 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item_top h3 a {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    transition: all .3s ease;
}

.item_top h3 a:hover {
    color: #CF9527;
    transition: all .3s ease;
}

.item_top p {
    color: #999999;
    line-height: 25px;
    -webkit-line-clamp: 2;
}

.item_top .p2 {
    margin-top: 12px;
    font-size: 14px;
}

.item_bottom {
    margin-top: 20px;
}

.item_bottom .main_lis li {
    padding: 0;
    background: none;
    height: 32px;
    line-height: 32px;
}

.ztzl {
    padding: 0 20px 20px;
    width: 40%;
}

.ztzl .tab_hd {
    margin-top: 20px;
    margin-bottom: 0!important;
    border-bottom: none;
}

.ztzl .tab_hd a {
    margin: 0 0 0 30px;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}

.ztzl .tab_hd a.on {
    font-weight: bold;
    color: #ECA115;
}

.ztzl .tab_bd {
    padding: 5px 8px 0 5px;
}

.ztzl .tab_bd .pic {
    margin-bottom: 10px;
    display: block;
    height: 158px;
}

.ztzl .tab_bd .multiline {
    line-height: 27px;
    height: 81px;
    -webkit-line-clamp: 3;
}


/*
*author:朱华
*title:专题专栏修改为swiper切换 样式
*describe:
*date:2022-05-17 15:08:38
*/
.specialColumnSwiper .main_lis li{
    line-height: 32px;
    height: 32px;
}
.specialColumnPagin{
    top: 0;
    padding-right: 10px !important;
    height: 20px;
}

@media only screen and (max-width: 1400px) {
    .header_bd,
    .banner {
        height: 500px;
    }
}

@media only screen and (max-width: 1200px) {
    .header_bd,
    .banner {
        height: 420px;
    }
    .ztzl .tab_hd a {
        margin: 0 0 0 10px;
    }
    .ztzl .tab_hd a:first-child {
        margin-left: 0!important;
    }
    .row1 {
        padding: 0 50px;
    }
}

@media only screen and (max-width: 969px) {
    .header_bd,
    .banner {
        height: 369px!important;
    }
    .row1 {
        padding: 0 20px;
    }
    .swiper-container_one,
    .row2 .fr,
    .row3_tab,
    .dfjs {
        width: 100%;
    }
    .cyfz,
    .ztzl {
        margin-top: 20px;
        width: 100%;
    }
    .ztzl .tab_bd .pic {
        height: auto;
        border-radius: 8px;
    }
    .ztzl .tab_bd .pic img {
        border-radius: 8px;
    }
    .swiper-container_one {
        height: 480px;
    }
    .row3_tab {
        height: auto;
    }
}

@media only screen and (max-width: 768px) {
    .swiper-container_one {
        height: 410px;
    }
    .row1 {
        padding-top: 10px;
    }
    .row1 a {
        line-height: 46px;
    }
}

@media only screen and (max-width: 616px) {
    .header_bd,
    .banner {
        height: 260px!important;
    }
    .swiper-container_one {
        height: 320px;
    }
}

@media only screen and (max-width: 515px) {
    .header_bd,
    .banner {
        height: 220px!important;
    }
    .swiper-container_one {
        height: 256px;
    }
    .row1 {
        padding: 10px 10px 0;
    }
    .row1 a {
        font-size: 20px;
        line-height: 32px;
    }
    .row1 p {
        font-size: 14px;
        line-height: 26px;
    }
    .row2 {
        margin: 10px 0 10px;
        padding: 5px;
    }
    .row3_tab {
        padding: 2px 10px 10px;
    }
    .gsgg {
        margin-top: 5px;
    }
    .cyfz,
    .ztzl {
        margin-top: 10px;
    }
    .cyfz {
        padding: 0px 10px 10px 0;
    }
    .cyfz .box_head {
        margin-left: 10px;
    }
    .cyfz .box_head {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .cyfz ul li {
        margin-top: 5px;
        margin-left: 5px;
        width: calc((100% - 20px) / 4);
    }
    .row4 {
        margin: 10px 0;
        border-radius: 2px;
    }
    .item_top .img_info {
        padding-right: 0;
        width: 100%;
    }
    .item_bottom {
        margin-top: 10px;
    }
    .item_top .pic {
        margin: 0 auto;
        float: none;
        width: 100%;
        height: auto;
    }
    .item_top h3 {
        margin: 10px 0 5px;
    }
    .item_top .p2 {
        margin-top: 5px;
    }
    .dfjs .tab_hd {
        margin-bottom: 10px;
    }
    .dfjs {
        padding: 0 10px 15px;
    }
    .ztzl {
        padding: 0 10px 5px;
    }
    .ztzl .tab_hd a {
        margin: 0 0 0 5px;
    }
    .ztzl .tab_hd {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 414px) {}