img{
    object-fit: cover;
}
.banner-container {
    overflow: hidden;
    margin-bottom: 26px;
    height: 416px;
    width: 710px;
    position: relative;
}
.banner-container .banner-swiper{
    height: 100%;
}
.banner-container .banner-navigation {
    width: 135px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 27px !important;
    right: 15px !important;
    left: auto !important;
    z-index: 99999;
}

.banner-container .banner-navigation p {
    font-size: 30px;
    font-weight: bold;
    color: #FEFEFF;
}

.banner-container .banner-navigation img {
    width: 26px;
    height: 14px;
    cursor: pointer;
}
.banner-container .banner-swiper .swiper-wrapper .swiper-slide a{
    height: 100%;
}
.banner-container .banner-swiper .swiper-wrapper .swiper-slide a .banner{
    height: 100%;
}
.bullet-normal{
    width: 20px;
    height: 20px;
    background: #b9b9b9;
    border-radius: 50%;
    cursor: pointer;
}
.bullet-active{
    width: 14px;
    height: 14px;
    background: #275FAB;
    border-radius: 50%;
    border: solid 4px #fff;
    cursor: pointer;
}
.news-container .news-content2{
    width: 467px;
    height: 416px;
}
.news-container .news-content2 ul:nth-of-type(1) {
    display: block;
}
.news-container .news-content2 ul{
    display: none;
}
.news-container .news-content2 li{
    margin-top: 30px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding-left: 5px;
}
.news-container .news-content2 li p{
    transition: all .2s;
    display: inline-block;
    width: 92%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
}
.news-container .news-content2 li span{
    float: right;
}
.news-container .news-content2 li::before{
    content:"";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: rgba(38,111,245,.4);
    transform: rotate(45deg);
    transition: all .2s;
    margin-bottom: 2px;
}
.news-container .news-content2 li:hover::before{
    content:"";;
    background: #266ff5;
}
.news-container .news-content2 li:hover{
    color: #3767E7;
}

.news-container .news-content2 li:hover p{
    transform: translateX(10px);
}

.news-container .news-content2 .news-tab {
    height: 45px;
    border-bottom: solid 1px #E1EEFC;
}
.news-container .news-content2 .news-tab>img{
    width: 18px;
    height: 16px;
    margin-right: 11px;
    margin-top: -3px;
}
.news-container .news-content2 .news-tab .news-tab-con{
    width: 100%;
}

.news-container .news-content2 .news-tab .news-tab-con img {
    width: 18px;
    height: 16px;
    cursor: pointer;
}

.news-container .news-content2 .news-tab .news-tab-left .news-tab-left-item {
    padding-bottom: 22px;
    margin-right: 30px;
    cursor: pointer;
    margin-top: -7px;
    border-bottom: solid 4px transparent;
    position: relative;
    font-size: 22px;
    font-weight: 500;
}
.news-container .news-content2 .news-tab .news-tab-left .news-tab-left-active{
    border-bottom: solid 4px #3767E7;
    color: #3767E7;
    font-weight: bold;
}

.news-container .news-content2 .news-tab .news-tab-left .news-tab-left-item img {
    width: 11px;
    height: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
}

.banner-container .banner-swiper .swiper-wrapper .swiper-slide .banner img {
    width: 100%;
    height: 100%;
}

.banner-container .banner-swiper .swiper-wrapper .swiper-slide .banner .banner-right {
    width: 361px;
    height: 471px;
    background: url("../image/bannerBg.png") no-repeat;
    background-size: 100% 100%;
    background-position: -1px;
}

.banner-container .banner-swiper .swiper-wrapper .swiper-slide .banner .banner-right p {
    font-size: 26px;
    font-weight: bold;
    color: #FEFEFF;
    padding: 56px 30px 0;
    margin-bottom: 62px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 2px;
    line-height: 40px;
}

.banner-container .banner-swiper .swiper-wrapper .swiper-slide .banner {
    position: relative;
}

.banner-container .banner-swiper .swiper-wrapper .swiper-slide .banner > p {
    /*display: none;*/
    position: absolute;
    left: 10px;
    bottom: 25px;
    z-index: 99999;
    color: #fff;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    text-shadow: 0 0 4px rgba(0, 0, 0, 1);
}

.banner-container .banner-swiper .swiper-wrapper .swiper-slide .banner .banner-right .banner_content {
    font-size: 16px;
    font-weight: 500;
    color: #FEFEFF;
    line-height: 28px;
    display: block;
    padding: 0 30px 0 40px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-container2{
    margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
    .news-container2{
        justify-content: center;
    }
}

@media screen and (max-width: 850px) {
    .banner-container .banner-swiper .swiper-wrapper .swiper-slide .banner img {
        width: 100%;
        height: 470px;
    }

    .banner-container .banner-swiper .swiper-wrapper .swiper-slide .banner .banner-right {
        display: none;
    }

    .banner-container .banner-swiper .swiper-wrapper .swiper-slide .banner > p {
        display: block;
        font-size: 30px;
        width: 50%;
    }
    .news-container .news-content2 {
        width: calc(100% - 10px);
        height: auto;
        padding: 5px;
        margin-bottom: 10px;
    }
    .news-container .news-content2 li{
        font-size: 14px;
        margin-top: 20px;
    }
    .news-container .news-content2 ul>li:first-child{
        margin-top: 0;
    }
    .news-container .news-content2 .news-tab{
        height: 30px;
        margin-bottom: 30px;
    }
    .news-container .news-content2 .news-tab .news-tab-left .news-tab-left-item {
        font-size: 18px;
        padding-bottom: 12px;
        margin-right: 22px;
    }
    .news-container .news-content2 .news-tab img{
        width: 18px;
        height: 18px;
    }
}

@media screen and (max-width: 600px) {
    .banner-container .banner-swiper .swiper-wrapper .swiper-slide .banner > p {
        display: block;
        font-size: 18px;
    }

    .banner-container {
        height: 270px;
    }

    .banner-container .banner-swiper .swiper-wrapper .swiper-slide .banner img {
        height: 270px;
    }

    .banner-container .banner-navigation {
        width: 112px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: absolute;
        bottom: 21px;
        right: 25px;
        z-index: 99999
    }

    .banner-container .banner-navigation p {
        font-size: 20px;
        font-weight: bold;
        color: #FEFEFF;
    }

    .banner-container .banner-navigation img {
        width: 20px;
        height: 8px;
        cursor: pointer;
    }
    .news-container .news-content2 li p{
        width: 90%;
    }
}

.content-specialBg {
    margin-bottom: 50px;
    max-height: 80px;
}

.content-specialBg .special-swiper{
    overflow: hidden;
}

.content-specialBg .special-swiper .swiper-wrapper{
    max-height: 80px;
}

.content-specialBg img {
    width: 100%;
    max-height: 80px;
    min-height: 40px;
}

.news-container .news-content {
    width: 667px;
    height: 348px;
}
.news-container .news-content-right {
    width: 456px;
    height: 348px;
}

.news-container .news-content ul{
    /*padding-left: 20px;*/
    display: none;
}
.news-container .news-content ul:nth-of-type(1){
    display: block;
}
.news-container .news-content .wjk-sw{
    display: block;
}
.news-container .news-content ul li{
    margin-top: 38px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}
.news-container .news-content ul li p{
    transition: all .2s;
    display: inline-block;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
}
.news-container .news-content ul li span{
    float: right;
}
.news-container .news-content ul li::before{
    content:url("../image/list-normal.png");
}
.news-container .news-content ul li:hover::before{
    content:url("../image/list-active.png");
}
.news-container .news-content ul li:hover{
    color: #3767E7;
}

.news-container .news-content ul li:hover p{
    transform: translateX(10px);
}

.news-container .news-content .news-tab {
    height: 45px;
    border-bottom: solid 1px #E1EEFC;
}

.news-container .news-content .news-tab img {
    width: 18px;
    height: 16px;
    cursor: pointer;
}

.news-container .news-content .news-tab .news-tab-left .news-tab-left-item {
    padding-bottom: 22px;
    margin-right: 30px;
    cursor: pointer;
    margin-top: -4px;
    border-bottom: solid 4px transparent;
    position: relative;
    font-size: 22px;
    font-weight: 500;
}
.news-container .news-content .news-tab .news-tab-left .news-tab-left-active{
    border-bottom: solid 4px #3767E7;
    color: #3767E7;
    font-weight: bold;
}

.news-container .news-content .news-tab .news-tab-left .news-tab-left-item img {
    width: 11px;
    height: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
}



.news-container .news-content-right ul{
    /*padding-left: 20px;*/
    display: none;
}
.news-container .news-content-right ul:nth-of-type(1){
    display: block;
}
.news-container .news-content-right ul li{
    margin-top: 38px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
}
.news-container .news-content-right ul li p{
    transition: all .2s;
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
}
.news-container .news-content-right ul li span{
    float: right;
}
.news-container .news-content-right ul li::before{
    content:url("../image/list-normal.png");
    display: inline-block;
    /*vertical-align: middle;*/
}
.news-container .news-content-right ul li:hover::before{
    content:url("../image/list-active.png");
    /*display: block;*/
    /*margin-top: -200px;*/
}
.news-container .news-content-right ul li:hover{
    color: #3767E7;
}

.news-container .news-content-right ul li:hover p{
    transform: translateX(10px);
}

.news-container .news-content-right .news-tab {
    height: 45px;
    border-bottom: solid 1px #E1EEFC;
}

.news-container .news-content-right .news-tab img {
    width: 18px;
    height: 16px;
    cursor: pointer;
}

.news-container .news-content-right .news-tab .news-tab-left .news-tab-left-item {
    padding-bottom: 22px;
    margin-right: 30px;
    cursor: pointer;
    margin-top: -4px;
    border-bottom: solid 4px transparent;
    position: relative;
    font-size: 22px;
    font-weight: 500;
}
.news-container .news-content-right .news-tab .news-tab-left .news-tab-left-active{
    border-bottom: solid 4px #3767E7;
    color: #3767E7;
    font-weight: bold;
}

.news-container .news-content-right .news-tab .news-tab-left .news-tab-left-item img {
    width: 11px;
    height: 14px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
}


@media screen and (max-width: 1130px) {
    .news-container .news-content-right {
        margin-top: 20px;
    }
}

@media screen and (max-width: 850px) {
    .content-specialBg{
        margin-bottom: 30px;
    }

    .news-container .news-content ul li p{
        width: 80%;
    }
    .news-container .news-content-right ul li p{
        width: 80%;
    }
    .news-container .news-content {
        width: calc(100% - 10px);
        height: auto;
        padding: 5px;
    }
    .news-container .news-content ul li{
        font-size: 14px;
        margin-top: 20px;
    }
    .news-container .news-content .news-tab{
        height: 30px;
        margin-bottom: 30px;
    }
    .news-container .news-content .news-tab .news-tab-left .news-tab-left-item {
        font-size: 15px;
        padding-bottom: 14px;
        margin-right: 25px;
    }
    .news-container .news-content .news-tab img{
        width: 13px;
        height: 13px;
    }


    .news-container .news-content-zwgk {
        width: calc(100% - 10px);
        padding: 5px;
    }
    .news-container .news-content-zwgk ul li{
        font-size: 14px;
    }
    .news-container .news-content-zwgk .news-tab{
        height: 30px;
    }
    .news-container .news-content-zwgk .news-tab .news-tab-left .news-tab-left-item {
        font-size: 16px;
        padding-bottom: 14px;
        margin-right: 25px;
    }

    .news-container .news-content-zmhd {
        width: calc(100% - 10px);
        padding: 5px;
    }
    .news-container .news-content-zmhd ul li{
        font-size: 14px;
    }
    .news-container .news-content-zmhd .news-tab{
        height: 30px;
    }
    .news-container .news-content-zmhd .news-tab .news-tab-left .news-tab-left-item {
        font-size: 16px;
        padding-bottom: 14px;
        margin-right: 25px;
    }




    .news-container .news-content-right {
        width: calc(100% - 10px);
        height: auto;
        padding: 5px;
    }
    .news-container .news-content-right ul li{
        font-size: 14px;
        margin-top: 20px;
    }
    .news-container .news-content-right .news-tab{
        height: 30px;
        margin-bottom: 30px;
    }
    .news-container .news-content-right .news-tab .news-tab-left .news-tab-left-item {
        font-size: 15px;
        padding-bottom: 14px;
        margin-right: 25px;
    }
    .news-container .news-content-right .news-tab img{
        width: 13px;
        height: 13px;
    }
}
@media screen and (max-width: 384px) {
    .news-container .news-content .news-tab .news-tab-left .news-tab-left-item {
        margin-right: 22px;
    }
}
.news-img{
    margin-top: 20px;
}
.news-img img{
    max-width: 590px;
    max-height: 89px;
    min-height: 50px;
    cursor: pointer;
    margin-top: 20px;
}
.img-mid-box{
    margin-top: 40px;
}
.img-mid-box img{
    width: 391px;
    height: 91px;
}
@media screen and (max-width: 1196px) {
    .news-img img{
        max-height: 75px;
    }
}
@media screen and (max-width: 1065px) {
    .news-img img{
        max-height: 61px;
    }
}

@media screen and (max-width: 700px) {
    .img-mid-box{
        justify-content: center;
    }
}

@media screen and (max-width: 850px) {
    .news-img{
        margin-top: 0;
        justify-content: center;
    }
    .news-img img{
        width: 100%;
    }
}

.zwgk-title{
    border-bottom: solid 1px #E1EEFC;
    padding-bottom: 19px;
    margin: 50px auto 34px;
}
.zwgk-title .zwgk-title-left{
    width: 206px;
    height: 54px;
    background-image: url("../image/zwgk-title.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.zwgk-title img{
    width: 39px;
    height: 28px;
}
@media screen and (max-width: 850px) {
    .zwgk-title{
        margin: 35px auto 20px;
    }
}
.news-container .zfxxgk-container{
    width: 459px;
    height: 349px;
    background: url("../image/zfxx-bg.png") no-repeat;
    background-size: 100% 100%;
}
.news-container .zfxxgk-container .zfxxgk-title{
    height: 60px;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    user-select: none;
    cursor: pointer;
}
.news-container .zfxxgk-container .zfxxgk-title p{
    margin: 0 18px;
}
.news-container .zfxxgk-container .zfxxgk-title img{
    width: 64px;
    height: 4px;
}

.news-container .zfxxgk-container .zfxxgk-list{
    height: 290px;
}
.news-container .zfxxgk-container .zfxxgk-list .zfxxgk-item{
    width: 80%;
    height: 50px;
    margin: 0 auto;
    background: #FFFFFF;
    border: 1px solid #AAC9FF;
    border-radius: 5px;
    padding: 0 12px 0 14px;
    cursor: pointer;
}
.news-container .zfxxgk-container .zfxxgk-list .zfxxgk-item>img{
    width: 11px;
    height: 16px;
}
.news-container .zfxxgk-container .zfxxgk-list .zfxxgk-item .zfxxgk-item-left{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}
.news-container .zfxxgk-container .zfxxgk-list .zfxxgk-item:hover .zfxxgk-item-left{
    color: #3767E7;
}
.news-container .zfxxgk-container .zfxxgk-list .zfxxgk-item .zfxxgk-item-left img{
    width: 24px;
    height: 26px;
    margin-right: 22px;
}
@media screen and (max-width: 1127px) {
    .news-container .zfxxgk-container{
        margin-top: 30px;
    }
}
@media screen and (max-width: 600px) {
    .news-container .zfxxgk-container{
        width: 100%;
    }
    .zwgk-title .zwgk-title-left{
        width: 126px;
        height: 34px;
    }
}
.ztzl-content a{
    margin-right: 17px;
}
.ztzl-content a:last-child{
    margin-right: 0;
}
.ztzl-content .ztzl-item img{
    width: 287px;
    /*height: 171px;*/
}
@media screen and (max-width: 900px) {
    .ztzl-content .ztzl-item img{
        width: 357px;
        margin-top: 20px;
    }
}
@media screen and (max-width: 750px) {
    .ztzl-content .ztzl-item img{
        width: 300px;
    }
}
@media screen and (max-width: 651px) {
    .ztzl-content .ztzl-item img{
        width: 250px;
    }
}
@media screen and (max-width: 571px) {
    .ztzl-content a{
        margin-right: 0;
    }
    .ztzl-content .ztzl-item{
        width: calc(100% - 10px);
        padding: 0 5px;
    }
    .ztzl-content .ztzl-item img{
        width: 100%;
    }
}
.news-container .other-content{
    width: 457px;
    height: 348px;
}
.news-container .other-content a{
    width: 100%;
    flex:1;
}
.news-container .other-content img{
    width: 100%;
}
@media screen and (max-width: 1125px) {
    .news-container .other-content{
        margin-top: 30px;
    }
}
@media screen and (max-width: 830px) {
    .news-container .other-content{
        margin: 30px auto 0;
    }
}
@media screen and (max-width: 500px) {
    .news-container .other-content{
        width: 100%;
        height: 308px;
        margin: 20px auto 0;
    }
    @media screen and (max-width: 450px) {
        .news-container .other-content{
            height: 278px;
        }
    }
}
.szfxx_list{
    overflow: hidden;
}
.szfxx_list li::marker{
    content: url(../image/list-normal.png);
}
/*.bs_img{*/
/*    width: 457px !important;*/
/*    height: 98px !important;*/
/*}*/

