
.banner {
    position: relative;
    margin: 30px 0;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide {
    width: 750px;
    height: 450px;
    overflow: hidden;
}

.banner .swiper-slide .img_box {
    position: relative;
    width: 750px;
    height: 450px;
    overflow: hidden;
    opacity: .5;
    -webkit-opacity: .5;
    -ms-opacity: .5;
    -moz-opacity: .5;
    transition: all .7s ease-in;
    -moz-transition: all .7s ease-in;
    -webkit-transition: all .7s ease-in;
}

.banner .swiper-slide .img_box a {
    position: relative;
    display: block;
    z-index: 999;
}

.banner .swiper-slide .img_box:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .2);
}

.banner .swiper-slide .img_box img {
    object-fit: cover;
    width: 100%;
    height: 450px;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.banner .swiper-slide .img_box .cover_title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    padding: 10px;
    padding-right: 135px;
    font-size: 18px;
    color: #fff;
    background: rgba(0, 0, 0, .7);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .7s ease-in;
    -moz-transition: all .7s ease-in;
    -webkit-transition: all .7s ease-in;
}

.banner .swiper-slide.swiper-slide-active .img_box {
    opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
}

.banner .swiper-slide.swiper-slide-active .img_box:after {
    background: none;
}

.banner .swiper-slide.swiper-slide-active .img_box .cover_title {
    bottom: 0;
}

.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 58px;
    height: 100px;
    margin-top: -50px;
}

.banner .swiper-button-prev,
.banner .swiper-container-rtl .swiper-button-next {
    left: -58px;
    opacity: .8;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    background: url(../images/prev.png) no-repeat;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.banner:hover .swiper-button-prev,
.banner:hover .swiper-container-rtl .swiper-button-next {
    left: 0;
}

.banner .swiper-button-next,
.banner .swiper-container-rtl .swiper-button-prev {
    right: -58px;
    opacity: .8;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    background: url(../images/next.png) no-repeat;
    transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -webkit-transition: all .4s ease-in;
}

.banner:hover .swiper-button-next,
.banner:hover .swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    right: 240px;
    left: inherit;
    bottom: 15px;
    width: auto;
}

.banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #759be9;
}


/* 内容 */

.list_tab {
    width: 580px;
    overflow: hidden;
}

.list_tab_new {
    width: 750px;
    overflow: hidden;
}

.list_tab .list_tab_box,
.list_tab_new .list_tab_box,
.list_tab_kj .list_tab_box {
    border-top: 2px solid #759dec;
    overflow: hidden;
}

.list_tab .hd,
.list_tab_new .hd,
.list_tab_kj .hd {
    margin-top: 13px;
    margin-bottom: 25px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list_tab .hd img,
.list_tab_new .hd img,
.list_tab_kj .hd img {
    float: left;
    height: 22px;
    margin-top: 5px;
    margin-right: 5px;
}

.list_tab .hd ul,
.list_tab_new .hd ul,
.list_tab_kj .hd ul {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #578bed;
}

.list_tab .hd li,
.list_tab_new .hd li {
    display: inline-block;
    margin: 0 5px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    font-family: PingFangSC, PingFang SC;
}

.list_tab_new .hd li,
.list_tab_kj .hd li {
    display: inline-block;
    margin: 0 5px;
    font-size: 22px;
    font-weight: bold;
    color: #578bed;
    cursor: pointer;
    font-family: PingFangSC, PingFang SC;
}

.list_tab .hd li.on,
.list_tab_new .hd li.on {
    color: #578bed;
}

.list_tab .bd {
    width: 100%;
    overflow: hidden;
}

.list_tab_new .bd {
    width: 100%;
    overflow: hidden;
    display: flex;
}

.eli1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.list {}

.list ul li a:hover {
    color: #2385e8;
    text-decoration: underline;
}

.more {
    padding-right: 23px;
    background-image: url(../images/more.png);
    background-position: right center;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #10539d;
    font-family: "Microsoft YaHei";
}

.list_tab .list ul li a {
    font-size: 16px;
    color: #111111;
    font-family: "Microsoft YaHei";
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 450px;
}

.list_tab .list ul li a:hover {
    color: #10539d;
}

.list_tab_new .list ul li a {
    font-size: 16px;
    color: #111111;
    font-family: "Microsoft YaHei";
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 282px;
}

.list_tab_new .list ul li a:hover {
    color: #10539d;
}
.list_tab_new .list ul li {
    height: 33px;
    line-height: 33px;
    margin-bottom: 7px;
    text-indent: 16px;
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.list ul li span {
    float: right;
    color: #999;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.list_tab .list ul li {
    height: 33px;
    line-height: 33px;
    margin-bottom: 7px;
    text-indent: 16px;
    background-image: url(../images/li.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.list ul li:last-child {
    margin-bottom: 0;
}

.list ul li a img {
    margin-left: 11px;
}

.list_tab .list ul {
    margin-bottom: 25px;
}

.list_tab_new .list ul {}

.yx {
    width: 100%;
    height: 150px;
    margin-bottom: 25px;
}

.yx img {
    width: 100%;
    height: 150px;
    border-radius: 8px;
}

.honor-container {
    width: 340px;
    height: 230px;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
}

.honor-container .swiper-slide {
    width: 340px;
    height: 230px;
    overflow: hidden;
}

.honor-container .swiper-slide .img_box {
    position: relative;
    width: 340px;
    height: 230px;
    overflow: hidden;
    transition: all .7s ease-in;
    -moz-transition: all .7s ease-in;
    -webkit-transition: all .7s ease-in;
}

.honor-container .swiper-slide .img_box a {
    position: relative;
    display: block;
    z-index: 999;
    width: 100%;
    height: 100%;
}

.honor-container .swiper-slide .img_box a img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.list_tab_new .swiper-container-horizontal>.swiper-pagination-bullets,
.list_tab_new .swiper-pagination-custom,
.list_tab_new .swiper-pagination-fraction {
    width: 340px !important;
    right: 0;
    left: inherit;
    bottom: 10px;
    width: auto;
}

.list_tab_new .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}

.list_tab_new .swiper-pagination-bullet-active {
    background: #759be9;
}

.list_tab_kj {
    width: 400px;
}

.list_tab_kj .bd {}

.rukou_item {
    width: 100%;
    height: 70px;
    display: block;
    margin-bottom: 10px;
}

.rukou_item:last-child {
    margin-bottom: 0;
}

.rukou_item img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}


.slideTxtBox-wrap {
    width: 1200px;
    margin-top: 25px;
}

.slideTxtBox-wrap .hd {
    height: 37px;
    line-height: 40px;
    position: relative;
    margin-bottom: 17px;
    border-bottom: 2px solid #10539d;
    margin: auto;
}

.slideTxtBox-wrap .hd ul {
    float: left;
    position: absolute;
    top: -1px;
    height: 42px;
}

.slideTxtBox-wrap .hd ul li {
    text-align: center;
    width: 140px;
    float: left;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    font-family: "Microsoft YaHei";
}

.slideTxtBox-wrap .hd ul li.on {
    height: 40px;
    background-color: #10539d;
}

.slideTxtBox-wrap .bd ul {
    zoom: 1;
    margin: 25px 0;
}

.slideTxtBox-wrap .bd ul:before,
.slideTxtBox-wrap .bd ul:after {
    content: "";
    display: table;
}

.slideTxtBox-wrap .bd ul:after {
    clear: both;
}

.slideTxtBox-wrap .bd li {
    color: #3679c3;
    margin-bottom: 10px;
    width: 240px;
    text-align: left;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slideTxtBox-wrap .bd li a {
    color: #999;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slideTxtBox-wrap .bd li a:hover {
    color: #3679c3;
}
.mb25{
    margin-bottom: 25px;
}
.list_tab_ts{
    width: 100% !important;
}
.ts_wrap{
    display: flex;
    justify-content: space-around;
}
.ts_item a{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ts_item img{
   width: 100px;
   height: 100px;
   border-radius: 50%;
}
.ts_item span{
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
 }


@media only screen and (max-width: 600px) {
    .slideTxtBox-wrap {
        width: 100%;
        margin-top: 25px;
    }

    .list_tab_new {
        width: 100%;
    }

    .list_tab {
        width: 100%;
    }

    .main_info {
        margin: 0 0.3rem;
        width: calc(100% - .6rem);
    }

    .list_tab_box {
        width: 100%;
    }

    .list ul li span {
        display: none;
    }

    .list_tab .list ul li a {
        max-width: 100%;
    }

    .list_tab .hd li,
    .list_tab_new .hd li {
        font-size: 20px;
    }

    .yx {
        width: 100%;
        height: 100px;
        margin-bottom: 25px;
    }

    .yx img {
        width: 100%;
        height: 100px;
        border-radius: 8px;
    }

    .list_tab_new .bd {
        display: flex;
        flex-direction: column;
    }

    .honor-container {
        width: 100%;
        height: 4rem;
        overflow: hidden;
        margin-right: 20px;
        position: relative;
    }

    .honor-container .swiper-slide {
        width: 100%;
        height: 4rem;
        overflow: hidden;
    }

    .honor-container .swiper-slide .img_box {
        position: relative;
        width: 100%;
        height: 4rem;
        overflow: hidden;
        transition: all .7s ease-in;
        -moz-transition: all .7s ease-in;
        -webkit-transition: all .7s ease-in;
    }

    .list_tab_new .swiper-container-horizontal>.swiper-pagination-bullets,
    .list_tab_new .swiper-pagination-custom,
    .list_tab_new .swiper-pagination-fraction {
        width: 100% !important;
        right: 0;
        left: inherit;
        bottom: 10px;
        width: auto;
    }
    .list_tab_new .list ul li a{
        max-width: 100%;
    }
    .list_tab_new .list ul{
        margin: 25px 0;
    }
    .list_tab_kj{
        width: 100%;
    }
    .slideTxtBox-wrap .bd li{
        width: auto;
        margin-right: 20px;
    }
    .ts_wrap{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .ts_item{
        width: 33%;
    }
     .ts_item:nth-child(1),.ts_item:nth-child(2),.ts_item:nth-child(3){
       margin-bottom: 10px; 
    }
    .ts_item a{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ts_item img{
       width: 60px;
       height: 60px;
       border-radius: 50%;
    }
    .ts_item span{
        font-size: 16px;
        font-weight: bold;
        margin-top: 10px;
     }
}