@charset "utf-8";

.box0 {
    position: relative;
}

.box0 .custom-nav {
    position: absolute;
    bottom: 2.1rem;
    right: calc((100% - 1600px)/2);
    z-index: 11;
}

.box0 .custom-nav1 {
    /* position: relative; */
    display: flex;
    align-items: center;
}

.box0 .index-display1 {
    margin-right: .1rem;
    margin-left: .24rem;
}

.box0 .index-display2 {
    margin-right: .24rem;
    margin-left: .1rem;
}

.box0 .nav-buttons {
    display: flex;
    gap: 0.1rem;
}

.box0 .nav-buttons button {
    border: 0.01rem solid #ddd;
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0rem;
    background: url(../image/top1.png) no-repeat center center;
    background-size: .07rem;
}

.box0 .nav-buttons button.next-btn1 {
    background-image: url(../image/top2.png);
}

.box0 .nav-buttons button:hover {
    background-color: #ffffff;
    background-image: url(../image/top1_.png);
}

.box0 .nav-buttons button.next-btn1:hover {
    background-color: #ffffff;
    background-image: url(../image/top2_.png);
}

.box0 .index-display {
    display: flex;
    align-items: center;
    /* font-family: monospace; */
    font-size: 0.23rem;
    font-weight: 600;
    color: #ffffff;

}

.box0 .index-display .current {
    font-size: .36rem;
}

.box0 .progress-container {
    width: 2.6rem;
    height: 0.01rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0.08rem;
    /* overflow: hidden; */
}

.box0 .progress-bar {
    width: 20%;
    height: 200%;
    background: #ffffff;
    transition: width 0.6s ease;
}

.box0 .slick-slide img {
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.box0 .slick-current img {
    animation: vibes 3s ease;
}

@-webkit-keyframes vibes {

    0% {
        -webkit-transform: scale(1.15)
    }

    100% {
        -webkit-transform: scale(1)
    }
}



.mv_scroll {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: .64rem;
    z-index: 9;
    text-align: center;
    width: 0.3rem;
    cursor: pointer;
}


.mv_scroll span {
    width: 0.24rem;
    height: 0.4rem;
    margin: 0 auto;
    display: block;
    position: relative;
    border: .02rem solid #fff;
    border-radius: 0.5rem;
    box-sizing: border-box;
    margin-bottom: 0.08rem;
    background-size: 100% 100%;
}

.mv_scroll span::before {
    position: absolute;
    top: 0.03rem;
    left: 50%;
    content: '';
    width: 0.03rem;
    height: 0.12rem;
    margin-left: -0.01rem;
    background-color: #fff;
    border-radius: 0.5rem;
    -webkit-animation: scrollAnia 2s infinite;
    animation: scrollAnia 2s infinite;
    box-sizing: border-box;
}

@keyframes scrollAnia {
    0% {
        transform: translate(0, 0.05rem);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, 0.15rem);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.mv_scroll div {
    padding-top: 0.12rem;
    color: #ffffff;
    background: url(../image/index61.png) no-repeat top center;
    margin-top: 0.05rem;
    /* transform: translateX(-0.01rem); */
}

.mv_scroll div:nth-child(3) {

    margin-top: 0rem;
}

.mv_scroll .jiantou {
    margin: auto;
    margin-top: 0.05rem;
}

.mv_scroll1 {
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0.12rem;
    z-index: 9;
    text-align: center;
    background: url(../image/b_bannericon.png) no-repeat left top;
    background-size: 100% auto;
    width: 1.8rem;
    height: 1.95rem;
    cursor: pointer;
}

.box0 .jz {
    position: absolute;
    left: 0;
    height: .01rem;
    bottom: 1.56rem;

}

.kslj {
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    bottom: 0;
    background: rgba(43, 99, 131, 0.6);
}

.kslj .slick-dots {
    display: none !important;
}

.kslj1 {
    width: 100%;
    max-width: 1660px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

/*  */

.kslj1 .item {
    /* flex: 1; */
    padding: 0.25rem 0;
    box-sizing: border-box;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    flex: 1;
}

.kslj1 .item:last-child {
    flex: 0 0 auto;
    /* 关键：不伸缩，宽度由内容决定 */
}

.kslj1 .item1 {
    /* width: 90%; */
    margin: auto;
    /* height: 1.02rem; */
    height: 100%;
    padding: 0 .3rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}




.kslj1 .item:nth-child(1) {
    border-left: 0;
}

.kslj1 .left {
    /* width: 1.2rem; */
    /* margin-right: auto; */
    transition: all 0.6s;
}

.kslj1 .left .icon {
    margin: auto;
    height: 0.5rem;
}

.kslj1 .left .wz {
    text-align: center;
    line-height: 1.3;
    margin-top: 0.1rem;
    color: #ffffff;
    font-size: 0.18rem;
    white-space: nowrap;
}


.kslj1 .left:hover .wz {
    text-decoration: underline;
}

.kslj1 .right {
    /* flex: 1; */
    max-width: calc(100% - .98rem);
}

.kslj1 .item:last-child .right {
    display: none;
}

.kslj1 .right1 {
    /* padding-left: 0.25rem; */
    box-sizing: border-box;
    padding-right: .1rem;
}

.kslj1 .right .a {
    font-size: 0.16rem;
    line-height: 2;
    color: #ffffff;
    box-sizing: border-box;
}

.kslj1 .right .lbx .a {
    float: left;
    width: 50%;
    padding-right: .2rem;
}

.kslj1 .slick-prev,
.kslj1 .slick-next {
    width: .17rem;
    height: .17rem;
    box-sizing: border-box;
    position: absolute;
    bottom: 50%;
    right: 0;
    background: url(../image/ksljtb.png) no-repeat center center;
    background-size: .17rem auto;
    z-index: 9;
    cursor: pointer;
    transition: all 0.4s;
}

.kslj1 .slick-next {
    bottom: auto;
    top: 50%;
    background-image: url(../image/ksljtb_.png);
}

.kslj1 .slick-prev:hover,
.kslj1 .slick-next:hover {
    opacity: 0.6;
}

.kslj1 .right .a:hover {
    opacity: 0.85;
    text-decoration: underline;
}


.box3 {
    position: relative;
    padding: 1rem 0;
}

.box3 .box3bj {
    position: absolute;
    left: 0;
    top: -0.2rem;
    z-index: -1;
}

.box3 .left {
    width: 53%;
    padding-right: 0.15rem;
    box-sizing: border-box;
}

.box3 .left .item1 {}

.box3 .left .item1 .img {
    position: relative;
    overflow: hidden;
}

.box3 .left .item1 .img img {
    width: 100%;
    height: 4.6rem;
    object-fit: cover;
}

.box3 .left .item1 .date {
    position: absolute;
    top: 0.27rem;
    left: 0.27rem;
    background-color: #2b6383;
    color: #ffffff;
    width: 0.64rem;
    height: 0.64rem;
    text-align: center;
}

.box3 .left .item1 .date1 {
    font-family: 'DinBold';
    font-size: 0.34rem;
    padding-top: 0.04rem;
    padding-bottom: 0.03rem;
    line-height: 1;
}

.box3 .left .item1 .date2 {
    font-family: 'DINRegular';
    font-size: 0.14rem;
}

.box3 .left .item1 .bt {
    font-size: 0.22rem;
    line-height: 0.8rem;
    color: #2b6383;
    background-color: #f5fafc;
    padding: 0rem 0.2rem;
}

.box3 .left .item2 {
    padding-left: 0.64rem;
    padding-right: 0.5rem;
    line-height: 0.95rem;
    font-size: 0.22rem;
    background: url(../image/index19.png) no-repeat left center;
    background-size: auto 100%;
    background-color: #f5fafc;
    margin-top: 0.13rem;
}

.box3 .left .item1:hover img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.box3 .left .item1:hover .bt {
    font-weight: 600;
}

.box3 .left .item2:hover {
    font-weight: 600;
    color: #2b6383;
}

.box3 .right {
    width: 47%;
}

.box3 .right .top {
    width: calc(100% + 0.13rem);
}

.box3 .right .top .item {
    float: left;
    width: calc(50% - 0.13rem);
    margin-right: 0.13rem;
    background-color: #f5fafc;
    padding: 0.2rem;
    padding-bottom: 0.5rem;
    box-sizing: border-box;
}

.box3 .right .top .item .date {
    background-color: #2b6383;
    color: #ffffff;
    width: 0.64rem;
    height: 0.64rem;
    text-align: center;
    margin-bottom: 0.25rem;
}

.box3 .right .top .item .date1 {

    font-family: 'DinBold';

    font-size: 0.34rem;

    padding-top: 0.04rem;

    padding-bottom: 0.03rem;

    line-height: 1;
}

.box3 .right .top .item .date2 {

    font-family: 'DINRegular';
    font-size: 0.14rem;
}

.box3 .right .top .item .bt {
    font-size: 0.22rem;
    line-height: 0.38rem;
    height: .76rem;
    padding: 0rem 0.2rem;
}

.box3 .right .top .item:hover .bt {
    font-weight: 600;
    color: #2b6383;
}

.box3 .right .bottom {
    /* width: calc(100% + 0.13rem); */
    padding: 0.41rem 0.32rem;
    background-color: #f5fafc;
    box-sizing: border-box;
    margin-top: 0.17rem;
}


.box3 .right .bottom .item {
    position: relative;
}

.box3 .right .bottom .img {
    overflow: hidden;
}

.box3 .right .bottom .img img {
    width: 100%;
    height: 4.22rem;
    object-fit: cover;
}

.box3 .right .bottom .title {
    position: absolute;
    padding: 0.22rem 0.27rem;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #ffffff;
    font-size: 0.24rem;
    box-sizing: border-box;
}





.box3 .right .bottom .back {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

.box3 .right .bottom .date {
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    background-color: #2b6383;
    color: #ffffff;
    width: 0.64rem;
    height: 0.64rem;
    text-align: center;
    margin-bottom: 0.18rem;
}

.box3 .right .bottom .date1 {
    font-family: 'DinBold';
    font-size: 0.34rem;
    padding-top: 0.04rem;
    padding-bottom: 0.03rem;
    line-height: 1;
}

.box3 .right .bottom .date2 {
    font-family: 'DINRegular';
    font-size: 0.14rem;
}

.box3 .right .bottom:hover .img img {
    transition: all 0.4s;
    transform: scale(1.1);
}

.box3 .right .bottom:hover .date {
    transition: all 0.4s;
}

.box3 .right .bottom:hover .title {
    transition: all 0.4s;
}

.title1 {
    margin-bottom: 0.5rem;
    position: relative;
}

.title1 .name {
    font-size: 0.46rem;
    margin-bottom: 0.12rem;
}

.title1 .name span {
    color: #2b6383;
}


.title1 .ename {
    color: #629dbe;
    line-height: 0.22rem;
    padding-right: 0.58rem;
    display: inline-block;
    background: url(../image/title1.png) no-repeat center right;
    background-size: auto 100%;
}

.title1 .more {
    font-size: 0.16rem;
    color: #2b6383;
    padding-right: 0.22rem;
    background: url(../image/more1.png) no-repeat center right;
    background-size: 0.17rem auto;
    line-height: 0.22rem;
    position: absolute;
    bottom: 0.2rem;
    right: 0;
    font-family: SourceHanSerifSCBold;
}

.box2 {
    background: url(../image/tzggbj.png);
    background-size: cover;
    padding-top: 1rem;
    padding-bottom: 0.6rem;
}

.box2 .title1 {
    color: #fff;
}

.box2 .title1 .ename {
    background-image: url(../image/title2.png);
    color: #fff;
}

.box2 .title1 .more {
    background-image: url(../image/more2.png);
    color: #fff;
}

.box2 .list {
    width: calc(100% + 0.34rem);
}

.box2 .list .item {
    width: 33.33%;
    padding-right: 0.34rem;
    padding-top: 0.34rem;
    margin-bottom: 0.47rem;
    float: left;
    box-sizing: border-box;
}

.box2 .list .a {
    padding-top: 0.98rem;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    position: relative;
    height: 2.07rem;
    background-size: contain;
    background-color: #ffffff;
}

.box2 .list .a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../image/tzgg2.png) no-repeat top right;
    display: none;
}

.box2 .list .a:hover:before {
    animation: customWipe1 2s;
    display: block;
}

@keyframes customWipe1 {

    0% {
        opacity: 0;
        clip-path: inset(0 0 100% 100%);
        /* 从左向右裁剪 */
    }

    /* 0%, */
    50% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        /* 完全显示 */
    }

}

.box2 .list .date {
    position: absolute;
    width: 1rem;
    height: 1rem;
    text-align: center;
    color: #ffffff;
    background: url(../image/tzgg1.png) no-repeat center center;
    background-color: #6fa3c1;
    background-size: 85% 85%;
    border-radius: 50%;
    left: 0.25rem;
    top: -0.34rem;
    transition: all 0.4s;
}

.box2 .list .date1 {
    font-family: 'DinBold';
    font-size: 0.46rem;
    padding-top: 0.09rem;
    padding-bottom: 0.02rem;
}

.box2 .list .date2 {
    font-family: 'DINRegular';
    font-size: 0.17rem;
}

.box2 .list .itembj {
    position: absolute;
    left: 0;
    top: 0rem;
    width: 0%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s;
}

.box2 .list .item:hover .itembj {
    border: 1px solid #fbcb5c;
    transition: all 0.4s;
}

.box2 .list .item:hover .itembj {
    width: 100%;
}

.box2 .list .item:hover .date {
    background-color: #2b6383;
}

.box2 .list .item:hover .bt {
    color: #2b6383;
    font-weight: 600;
}

.box2 .list .bt {
    position: relative;
    padding: 0rem 0.3rem;
    line-height: 0.32rem;
    font-size: 0.2rem;
}


.box6 {
    background: url(../image/wlaq1.png) no-repeat center top;
    height: 11.5rem;
    background-size: 100% 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding-top: 1.12rem;
}

.box6 .title1 {
    text-align: center;
}

.more1 {
    margin-top: 0.3rem;
    margin-bottom: 0.25rem;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.more1 .more1wz {
    color: #ffffff;
    font-size: 0.24rem;
    font-family: SourceHanSerifSCBold;
}

.more1 .moretb {
    margin: auto;
    margin-top: 0.15rem;
    width: 0.35rem;
}

.more1:hover .more2 {
    animation: customWipe 2s infinite;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.box3 .left .item1 .img img{
width: 100%;
height: auto;
}  
.box3 .right .bottom .img img {
    overflow: hidden;
    height: 5.17rem;
}

}
/* 自定义擦除动画 */
@keyframes customWipe {

    1% {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
        /* 从左向右裁剪 */
    }

    0%,
    50% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
        /* 完全显示 */
    }

}

.box6 .block {
    padding-top: 0.3rem;
}

.box6 .block1 {
    position: relative;
}

.box6 .icon1 {
    margin: auto;
    width: 1.53rem;
    position: relative;
    z-index: 1;
}

.box6 .icon2 {
    margin: auto;
    width: 0.09rem;
    position: relative;
    z-index: 1;
}

.box6 .zt {
    text-align: center;
}

.box6 .list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0.2rem;
}

.box6 .list .item {
    box-sizing: border-box;
    padding: 0 0.18rem;
    width: calc((100% - 2.6rem)/2/2);
    float: left;
}

.box6 .list .img img {
    width: 100%;
    height: 5.2rem;
    object-fit: cover;
}

.box6 .list .item:nth-child(1) {
    width: calc((100% - 2.6rem)/2);
    margin-right: 2.6rem;
}

.box6 .list .item .l1 {
    color: #ffffff;
    margin-top: 0.25rem;
    font-size: 0.2rem;
}

.box6 .list .a:hover .l1 {
    /* color: #eeba75; */
    text-decoration: underline;
}

.box6 .list .slick-dots {
    display: none !important;
}

.box6 .list .item .l2 {
    color: #ffffff;
    font-size: 0.16rem;
    line-height: 0.26rem;
    opacity: 0;
    transition: all 0.4s;
    margin-top: 0.2rem;
}

.box6 .list .slick-current .item:nth-child(1) .l2 {
    opacity: 1;
}

.box6 .list .slick-list {
    overflow: visible;
}


.box6 .slick-prev,
.box6 .slick-next {
    width: .6rem;
    height: .6rem;
    box-sizing: border-box;
    position: absolute;
    bottom: -1.2rem;
    left: calc(50% - 0.7rem);
    transform: translateX(-50%);
    background: url(../image/ztzl6.png) no-repeat center center;
    background-size: 100% 100%;
    border-radius: 50%;
    z-index: 9;
    cursor: pointer;
    transition: all 0.5s;
}

.box6 .slick-next {
    left: calc(50% + 0.7rem);
    background-image: url(../image/ztzl7.png);
}

.box6 .slick-prev:hover {
    background-image: url(../image/ztzl6_.png);
    background-color: #ffffff;
}

.box6 .slick-next:hover {
    background-image: url(../image/ztzl7_.png);
    background-color: #ffffff;
}

@media screen and (max-width: 1720px) {

    .box0 .custom-nav {
        right: 3%;
    }

}

@media screen and (max-width: 1000px) {


    .kslj1 .item:last-child .right {
        display: block;
    }

    .box6 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .box2 {
        padding-top: 35px;
        padding-bottom: 5px;
    }

    .box2 .list .item {
        width: 50%;
    }

    .box3 {
        position: relative;
        padding: 35px 0;
    }

    .title1 .ename {
        font-size: 12px;
        line-height: 14px;
        padding-right: 37px;
    }

    .title1 .name {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .title1 {
        margin-bottom: 27px;
    }

    .title1 .more {
        bottom: 10px;
    }

    .kslj {
        position: static;
        background-color: rgba(43, 99, 131, 0);
    }

    .kslj1 {
        display: block;
        overflow: hidden;
        width: 94%;
    }

    .kslj1 .item {
        width: 100%;
        border: 0;
        background-color: rgba(43, 99, 131, 1);
        margin-top: 30px;
    }

    .box6 .list .item {
        width: calc((100%) / 2 / 2);
    }

    .box6 .list .item:nth-child(1) {
        width: calc((100%) / 2);
        margin-right: 0;
    }

    .box6 .list .item .l1 {
        font-size: 14px;
        margin-top: 20px;
        line-height: 24px;
    }

    .box6 .list .slick-current .item:nth-child(1) .l1 {
        font-size: 16px;
    }

    .box6 .slick-slider {
        padding-bottom: 60px;
    }



    .box6 .zt {
        display: none;
    }

    .box6 .list {
        position: static;
    }

    .box6 .list,
    .box6 .block {
        padding-top: 0;
    }

    .box6 {
        height: auto;
    }

    .box6 .slick-prev,
    .box6 .slick-next {
        bottom: 0;
        width: 50px;
        height: 50px;
    }

    .box6 .box {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .box6 .list .img img {
        height: 35vw;
    }

    .progress-container,
    .index-display,
    .mv_scroll,
    .mv_scroll1 {
        display: none !important;
    }

    .box0 .slick-slide img {
        height: 50vw;
    }

    .box0 .custom-nav {
        position: static;
    }

    .box0 .nav-buttons button.next-btn1,
    .box0 .nav-buttons button {
        position: absolute;
        left: 17px;
        top: 25vw;
        transform: translateY(-50%);
        z-index: 9;
    }

    .box0 .nav-buttons button.next-btn1 {
        left: auto;
        right: 17px;
    }

    .box3 .left,
    .box3 .right {
        width: 100%;
        padding-right: 0px;
        float: none;
    }

    .box3 .right {
        margin-top: 30px;
    }

    .box3 .left .item1 .img img {
        height: calc(94vw/70*42);
    }

    .box3 .right .bottom .img img {
        height: calc(94vw/64*36);
    }

}

@media screen and (max-width: 700px) {
    .box2 .list .item {
        width: 100%;
        margin-bottom: 28px;
    }

    .box2 .list .date1 {
        font-size: 29px;
    }

    .box2 .list .date2 {
        font-size: 12px;
    }

    .box2 .list .date {
        width: 70px;
        height: 70px;
    }

    .box2 .list .a {
        height: auto;
        padding-top: 60px;
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 600px) {
    .box3 .left .item2 {
        padding-left: 45px;
        padding-right: 20px;
        line-height: 70px;
        font-size: 17px;
        margin-top: 15px;
    }

    .box3 .right .top .item {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .box3 .right .top .item .bt {
        height: auto;
    }

    .box3 .right .bottom {
        padding: 0px;
    }

    .box3 .right .bottom .title {
        font-size: 17px;
    }

    .box3 .right .bottom .img img {
        height: calc(94vw / 64* 40);
    }
}

@media screen and (max-width: 550px) {
    .box6 .list .item .l2 {
        display: none;
    }

    .box6 .list .item {
        width: calc((100%) / 2);
        /* padding: 0 10px; */
        text-align: center;
    }

    .box6 .list .item:nth-child(1) {
        width: calc((100%));
        margin-bottom: 20px;
    }

    .box6 .list .img img {
        height: auto;
    }

    .kslj1 .left .wz {
        font-size: 14px;
    }

    .kslj1 .left .icon {
        height: 40px;
    }

    .kslj1 .right .lbx .a {
        float: none;
        width: 100%;
    }

    /* .kslj1 .left {
        width: 85px;
        margin-right: 15px;
    }

    .kslj1 .right {
        max-width: calc(100% - 100px);
    } */

    .kslj1 .right .a {
        font-size: 14px;
    }

    .kslj1 .item {
        /* height: 115px; */
        margin-top: 20px;
        padding: 0.2rem 0;
    }
}