@charset "utf-8";

/*banner*/
.banner-box {
    position: relative;
    z-index: 1;
    max-width: 100%;
    overflow: hidden;
}

.banner-box .banner::before {
    content: '';
    position: absolute;
    width: 3.46rem;
    height: 3.46rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transform: translateX(-50%);
    bottom: -1.46rem;
    left: 50%;
    z-index: 11;
}

.banner-box .bannertb2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* padding-bottom: .37rem; */
    bottom: 0.3rem;
    color: #ffffff;
    z-index: 11;
    cursor: pointer;
}

.banner-box .bannertb2 .wz {
    font-family: SourceHanSerifSCBold;
    font-size: .18rem;
    text-align: center;
    margin-bottom: .15rem;
}

.banner-box .bannertb2 .jt {
    margin: auto;
    display: block;
    position: relative;
    width: .36rem;
    cursor: pointer;
}

.banner-box .bannertb2 .jt1 {
    width: 100%;
}

.banner-box .bannertb2 .jt2 {
    width: .15rem;
    position: absolute;
    left: 0.11rem;
    top: 0.07rem;
    animation: scrollAnia 2s infinite;
}

@keyframes scrollAnia {
    0% {
        transform: translate(0, 0.05rem);
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        transform: translate(0, .17rem);
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* @keyframes bannerplay {

  61%,
  0% {
    transform: translateY(0);
    opacity: 1;
  }

  50% {
    transform: translateY(.15rem);
    opacity: 0;
  }

  60% {
    transform: translateY(0);
    opacity: 0;
  }
} */

.banner,
.banner div.slick-list,
.banner .slick-slide .a,
.banner .slick-slide .a img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner .slick-slide .a .pic {
    padding-top: 0;
    height: 100vh;
}

.banner .slick-slide .a .pic video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.banner {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.banner .slick-slide .a {
    display: block;
    overflow: hidden;
    position: relative;
}

.banner .slick-slide .a::after {
    /* content: ""; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2.58rem;
}

.banner .slick-current img {
    display: block;
    width: 100%;
    animation: vibes 3s ease;
}


@-webkit-keyframes vibes {

    0% {
        -webkit-transform: scale(1.2)
    }

    100% {
        -webkit-transform: scale(1)
    }
}

.banner .img_scale img {
    transform: scale(1);
}

.banner .slick-dots {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    bottom: 0.34rem;
    right: 0;
    left: 0;
    font-size: 0;
    z-index: 12;
    text-align: center;
    display: none !important;
}

.banner .slick-dots li {
    vertical-align: middle;
    margin: 0 0.07rem;
    padding: 0;
    width: 0.11rem;
    height: 0.11rem;
    border-radius: 50%;
    border: 1px solid #014fa7;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    display: inline-block;
    margin: 0px .1rem;
    cursor: pointer;
}

.banner .slick-dots li::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    /* background: url(../image/ban-dot.png) no-repeat; */
    background-size: 100% 100%;
    transition: all 0.5s 0.1s;
}

.banner .slick-dots li.slick-active {
    background-color: #014fa7;
}

.banner .slick-dots li.slick-active::after {
    width: 0.21rem;
    height: 0.21rem;
    transform: translate(-50%, -50%) rotate(360deg);
}

.banner .slick-dots li button {
    display: none;
}





.banner-box .gd {
    position: absolute;
    bottom: 0.55rem;
    left: 50%;
    margin-left: 7.435rem;
    z-index: 2;
}

.banner-box .gd a {
    display: block;
    border-left: 1px solid #fff;
    padding-left: 0.1rem;
    font-size: 0.18rem;
    color: #fff;
    transition: all 0.5s;
}

.banner-box .gd a:hover {
    color: #991718;
}

.banner-box .slick-slide .a {
    position: relative;
    display: block;
}

/* .banner-box .slick-slide .a::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 2.53rem;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    z-index: 1;
    transition: all 0.8s;
} */

.juanzhou {
    position: absolute;
    bottom: 1.18rem;
}


.banner-box .slick-prev,
.banner-box .slick-next {
    width: .5rem;
    height: .5rem;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: .4rem;
    background: url(../image/zuo.png) no-repeat center center;
    background-size: .1rem;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.4s;
}

.banner-box .slick-next {
    left: auto;
    right: .4rem;
    background-image: url(../image/you.png);
}

.banner-box .slick-prev:hover,
.banner-box .slick-next:hover {
    background-color: #014fa7;
}

.banner-box .fade-1 .slick-dots {
    /* display: none !important; */
}

.banner-box .fade-1 img {
    height: 100vh;
}


.box1 {
    background: url(../image/bj1.png) no-repeat top center;
    background-size: cover;
}

.box11 {
    padding-top: 0.6rem;
    padding-bottom: 0.8rem;
}

.box11 .list {
    background: url(../image/tt1.png) no-repeat;
    background-size: 100% 100%;
}

.box11 .list {
    padding-left: 0.2rem;
    display: flex;
    box-sizing: border-box;
    height: 1.73rem;
    box-sizing: border-box;
    align-items: center;
}

.box11 .list .zc {
    width: 0.94rem;
    height: 0.91rem;
    background: url(../image/tt2.png) no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box11 .list .zc .wz {
    font-family: SourceHanSerifSCBold;
    color: #ffffff;
    font-size: 0.22rem;
    line-height: 0.3rem;
    text-align: justify;
    text-align-last: justify;
    /* 关键属性 */
    width: 0.5rem;
}

.box11 .list .yc {
    flex: 1;
    width: calc(100% - 0.94rem);
    padding: 0rem 0.6rem;
    box-sizing: border-box;
}

.box11 .list .l1 {
    color: #014fa7;
    font-size: 0.34rem;
    font-family: SourceHanSerifSCBold;
    margin-bottom: 0.22rem;
    text-align: center;
}

.box11 .list .l2 {
    font-size: 0.18rem;
    line-height: 0.28rem;
    height: 0.56rem;
    color: #666666;
}

.box11 .list .slick-arrow,
.box11 .list .slick-dots {
    display: none !important;
}

.box11 .list .a:hover .l1 {
    text-decoration: underline;
}

.box11 .list .a:hover .l2 {
    color: #014fa7;
}

.title1 {
    text-align: center;
    position: relative;
    margin-bottom: 0.7rem;
}

.title1 .tb1 {
    width: 1.54rem;
    margin: auto;
}

.title1 .name {
    margin-top: 0.08rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
}

.title1 .neme1 {
    color: #121212;
    font-size: 0.48rem;
    font-family: SourceHanSerifSCBold;
    cursor: pointer;
}

.title1 .tb2 {
    width: 0.26rem;
}

.box12 {
    padding-top: 0.6rem;
    padding-bottom: 1rem;
}

.box12 .left {
    width: 57%;
}

.box12 .left .top .slick-arrow,
.box12 .left .top .slick-dots {
    display: none !important;
}

.box12 .left .top .img {
    position: relative;
    overflow: hidden;
}

.box12 .left .top .img img {
    width: 100%;
    height: 5.8rem;
    object-fit: cover;
}


.box12 .left .top .sj {
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    background-color: #014fa7;
    color: #ffffff;
    width: 0.72rem;
    height: 0.72rem;
    text-align: center;
}

.box12 .left .top .sj1 {
    font-family: DinBold;
    font-size: 0.34rem;
    padding-top: 0.06rem;
    padding-bottom: 0.03rem;
}

.box12 .left .top .sj2 {
    font-family: DINRegular;
    font-size: 0.14rem;
}

.box12 .left .top .l1 {
    line-height: 0.94rem;
    padding: 0rem 0.3rem;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 0.24rem;
    color: #014fa7;
    background: url(../image/xwdd2.png);
    background-size: 100% 100%;
    transition: all 0.4s;
}

.box12 .left .top .a:hover .l1 {
    background-color: #014fa7;
    color: #ffffff;
}

.box12 .left .top .a:hover .img img {
    transform: scale(1.04);
}

.box12 .left .bottom {
    padding-top: 0.25rem;
    width: calc(100% + 0.6rem);
}

.box12 .left .bottom .a {
    padding: 0.3rem 0;
    width: calc(50% - 0.6rem);
    margin-right: 0.6rem;
    float: left;
    box-sizing: border-box;
    transition: all 0.4s;
    border-bottom: 0.01rem solid #c7d3e2;
}

/* .box12 .left .bottom .a:nth-child(1),
.box12 .left .bottom .a:nth-child(2) {
    border-bottom: 0.01rem solid #c7d3e2;
} */

.box12 .left .bottom .sj {
    color: #014fa7;
    font-size: 0.18rem;
    font-family: Arial;
    transition: all 0.4s;
}

.box12 .left .bottom .l2 {
    line-height: 0.32rem;
    font-size: 0.2rem;
    margin-top: 0.1rem;
    height: 0.64rem;
}

.box12 .left .bottom .a:hover {
    background-color: #014fa7;
    padding: 0.3rem;
    color: #ffffff;
}

.box12 .left .bottom .a:hover .sj {
    color: #ffffff;
}

.box12 .right {
    padding-left: 0.6rem;
    width: 43%;
    box-sizing: border-box;
}

.box12 .right .ys .img {
    position: relative;
    overflow: hidden;
}

.box12 .right .ys .img img {
    width: 100%;
    height: 3.5rem;
    object-fit: cover;
}


.box12 .right .ys .sj {
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    background-color: #014fa7;
    color: #ffffff;
    width: 0.72rem;
    height: 0.72rem;
    text-align: center;
}

.box12 .right .ys .sj1 {
    font-family: DinBold;
    font-size: 0.34rem;
    padding-top: 0.06rem;
    padding-bottom: 0.03rem;
}

.box12 .right .ys .sj2 {
    font-family: DINRegular;
    font-size: 0.14rem;
}

.box12 .right .ys .back {
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(51, 51, 51, 0), rgba(51, 51, 51, 1));
}

.box12 .right .ys .l1 {
    color: #ffffff;
    font-size: 0.18rem;
    padding: 0.25rem 0.3rem;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}


.box12 .right .yx {
    /* padding-top: 0.25rem; */
}

.box12 .right .yx .a {
    padding: 0.316rem 0;
    box-sizing: border-box;
    transition: all 0.4s;
    background: url(../image/xwdd3.png) no-repeat center left;
    background-size: 0% 100%;
    border-bottom: 0.01rem solid #c7d3e2;
}

.box12 .right .yx .a:hover {
    background-size: 100% 100%;
    padding: 0.32rem;
    color: #ffffff;
    /* background-color: #014fa7; */
}


.box12 .right .yx .sj {
    color: #014fa7;
    font-size: 0.18rem;
    font-family: Arial;
    transition: all 0.4s;
}

.box12 .right .yx .l1 {
    line-height: 0.32rem;
    font-size: 0.2rem;
    margin-top: 0.1rem;
}


.box12 .right .yx .a:hover .sj {
    color: #ffffff;
}


.box13 {
    position: relative;
}

.box13::before {
    content: '';
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #6a91ba;
}

.box13 .list .item {
    padding: 0rem 0.23rem;
    box-sizing: border-box;
}

.box13 .list .item .a {
    position: relative;
    height: 4.44rem;
    background: url(../image/dsasdfsd1.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.8s;
}

.box13 .list .item .a:hover {
    background-image: url(../image/dsasdfsd1_h.png);
}

.box13 .list .item:nth-child(even) .a {
    background-image: url(../image/dsasdfsd2.png);
}

.box13 .list .item:nth-child(even) .a:hover {
    background-image: url(../image/dsasdfsd2_h.png);
}

.box13 .list .item .a.imgbg{
    background-image: url(../image/nonotice.png);
}

.box13 .list .item .a.imgbg:hover{
    background-image: url(../image/nonoticeh.png) ;
}


.box13 .list .item .a.imgbg:hover{
    background-image: url(../image/nonoticeh.png);
}

.box13 .list .item:nth-child(even) .a.imgbg {
    background-image: url(../image/nonotice022.png);
}

.box13 .list .item:nth-child(even) .a.imgbg:hover{
    background-image: url(../image/nonotice022h.png);
}
.box13 .list .item .block {
    background-size: 100% 100%;
    padding: 0.32rem;
    box-sizing: border-box;
}

.box13 .list .item .xian {
    border-left: 1px dashed #3e79bc;
    height: 1.7rem;
}

.box13 .list .item .wz1 {}

.box13 .list .item .sj {
    float: right;
    color: #668cb2;
    font-size: 0.18rem;
    margin-left: 0.15rem;
    line-height: 0.38rem;
    transition: all 0.6s;
}

.box13 .list .item .lm {
    display: inline-block;
    box-sizing: border-box;
    line-height: 0.38rem;
    padding: 0rem 0.25rem;
    color: #ffffff;
    font-size: 0.16rem;
    border-radius: 0.5rem;
    background-color: #014fa7;
    max-width: 100%;
    transition: all 0.6s;
}

.box13 .list .item .a:hover .lm {
    background: #de9e2e;
}

.box13 .list .item .bt {
    font-size: 0.18rem;
    line-height: 0.28rem;
    margin-top: 0.25rem;
    margin-bottom: 0.1rem;
    transition: all 0.6s;
}

.box13 .list .item .a:hover .sj,
.box13 .list .item .a:hover .bt {
    color: #de9e2e;
}


.box13 .list .item .zy {
    font-size: 0.16rem;
    line-height: 0.25rem;
    color: #7e7e7e;
    transition: all 0.6s;
}

.box13 .list .item .a:hover .zy {
    color: rgba(222, 158, 46, 0.7);
}



.box13 .slick-list {
    margin: 0rem -0.33rem;
    padding: 0 0.1rem;
    padding-bottom: 0.4rem;
}

.box13 .list .dian {
    border: 1px solid #de9e2e;
    background-color: #ffffff;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 0.07rem;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
    transition: all 0.6s;
}

.box13 .list .item .a:hover .dian {
    padding: 0.09rem;
    background: #de9e2e;
    box-shadow: 0 0 0.18rem 0.08rem rgb(222, 158, 46, 0.5);
    ;
}

.box13 .list .dian1 {
    width: 0.1rem;
    border-radius: 50%;
    height: 0.1rem;
    background-color: #de9e2e;
    transition: all 0.6s;

}

.box13 .list .item .a:hover .dian1 {
    background-color: #ffffff;
}

.box13 .list .slick-arrow,
.box13 .list .slick-dots {
    display: none !important;
}

.box2 {
    background: url(../image/bj2.png) no-repeat left bottom;
    background-size: cover;
    padding-top: 3.15rem;
    padding-bottom: 1.24rem;
}

.box2 .lmbt {
    margin-bottom: 0.7rem;
}

.box2 .lmbt img {
    margin: auto;
    width: 3.67rem;
}

.box2 .list {
    position: relative;
}

.box2 .jgtb {
    position: absolute;
    width: calc((100% - 0.48rem));
    left: 0.24rem;
    top: 0.85rem;
}

.box2 .jgtb img {
    width: 0.42rem;
    position: relative;
    left: 33.33%;
    transform: translateX(-50%);
}

.box2 .jgtb1 img {
    left: 66.66%;
}

.box2 .list::before {
    content: '';
    position: absolute;
    top: 0.37rem;
    left: 0.47rem;
    height: 1px;
    width: calc(100% - 0.94rem);
    background-color: #77a7dd;
}

.box2 .list .slider {
    padding: 0 0.24rem;
}



.box2 .list .item {
    padding: 0rem 0.44rem;
    box-sizing: border-box;
}

.box2 .list .item .lh {
    width: 0.72rem;
    height: 0.72rem;
    background: url(../image/xxjz2_.png) no-repeat center center;
    background-size: 0rem 0rem;
    margin: auto;
    transition: all 0.5s;
    position: relative;
}

.box2 .list .item .lh img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.44rem;
    transition: all 0.5s;
}

.box2 .list .a:hover .lh {
    background-size: 100% 100%;
}

.box2 .list .a:hover .lh img {
    width: 0.26rem;
}

.box2 .list .item .lh .img2 {
    opacity: 0;
}

.box2 .list .a:hover .lh .img1 {
    opacity: 0;
}

.box2 .list .a:hover .lh .img2 {
    opacity: 1;
}

.box2 .list .item .block {
    padding: 0.37rem;
    background-color: #ffffff;
    box-sizing: border-box;
    margin-top: 0.25rem;
    padding-bottom: 0.25rem;
    transition: all 0.5s;
}

.box2 .list .item .img {
    border-radius: 0.15rem;
    overflow: hidden;
}

.box2 .list .item .img img {
    width: 100%;
    height: 2.22rem;
    object-fit: cover;
}

.box2 .list .item .mz {
    text-align: center;
    margin-top: -0.19rem;
    z-index: 1;
    position: relative;
}

.box2 .list .item .mz1 {
    display: inline-block;
    color: #ffffff;
    padding: 0rem 0.3rem;
    background-color: #014fa7;
    font-size: 0.15rem;
    line-height: 0.36rem;
    max-width: 80%;
    box-sizing: border-box;
    border-radius: 0.5rem;
    transition: all 0.5s;
}

.box2 .list .item .bt {
    color: #014fa7;
    font-size: 0.2rem;
    margin-top: 0.22rem;
    margin-bottom: 0.14rem;
    transition: all 0.5s;
}

.box2 .list .item .xx {
    font-size: 0.15rem;
    line-height: 0.35rem;
    color: rgba(51, 51, 51, 0.7);
    padding-left: 0.28rem;
    background: url(../image/xxjz11.png) no-repeat center left;
    background-size: .2rem;
    transition: all 0.5s;
}

.box2 .list .item .xx:nth-child(2) {
    background-image: url(../image/xxjz12.png);
}

.box2 .list .item .xx:nth-child(3) {
    background-image: url(../image/xxjz13.png);
}

.box2 .list .item .xx:nth-child(4) {
    background-image: url(../image/xxjz14.png);
}

.box2 .list .a:hover .block {
    background-color: #014fa7;
}

.box2 .list .a:hover .mz1 {
    background-color: #de9e2e;
}

.box2 .list .a:hover .bt {
    color: #ffffff;
}

.box2 .list .a:hover .xx {
    color: rgba(255, 255, 255, 0.8);
    background-image: url(../image/xxjz11_.png);
}

.box2 .list .a:hover .xx:nth-child(2) {
    background-image: url(../image/xxjz12_.png);
}

.box2 .list .a:hover .xx:nth-child(3) {
    background-image: url(../image/xxjz13_.png);
}

.box2 .list .a:hover .xx:nth-child(4) {
    background-image: url(../image/xxjz14_.png);
}

.box2 .list .slick-dots {
    display: none !important;
}

.box2 .list .slick-prev,
.box2 .list .slick-next {
    width: .47rem;
    height: .47rem;
    box-sizing: border-box;
    position: absolute;
    top: 0.14rem;
    left: 0;
    background: url(../image/xxjz3.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 9;
    cursor: pointer;
    transition: all 0.4s;
}

.box2 .list .slick-next {
    left: auto;
    right: 0;
    background-image: url(../image/xxjz4.png);
}

.box2 .list .slick-prev:hover {
    background-image: url(../image/xxjz3_.png);
}

.box2 .list .slick-next:hover {
    background-image: url(../image/xxjz4_.png);
}

.box3 {
    background: url(../image/bj3mtsj.png) no-repeat top center;
    background-size: 100% auto;
    padding-top: 1.85rem;
    /* padding-bottom: 1.45rem; */
    padding-bottom: 1.95rem;
    margin-top: -1.25rem;
}

.box3 .list {
    width: calc(100% + 0.3rem);
    position: relative;
}

.box3 .list .item {
    float: left;
    padding-right: 0.3rem;
    padding-bottom: 0.3rem;
    box-sizing: border-box;
}

.box3 .list .item1 {
    width: 50%;
}

.box3 .list .item1 .a {
    padding: 0.12rem;
    box-sizing: border-box;
    position: relative;
}

.box3 .list .item1 .img {
    overflow: hidden;
    position: relative;
}

.box3 .list .img .back {
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(51, 51, 51, 0), rgba(51, 51, 51, 1));
}

.box3 .list .item1 .img img {
    width: 100%;
    height: 4.95rem;
    object-fit: cover;
}

.box3 .list .item1 .wz {
    padding: 0.45rem;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
}


.box3 .list .tb {
    height: 0.5rem;
    background: url(../image/mtsjtb1.png) no-repeat left center;
    background-size: auto 100%;
}

.box3 .list .tb2 {
    background-image: url(../image/mtsjtb2.png);
}

.box3 .list .tb3 {
    background-image: url(../image/mtsjtb3.png);
}

.box3 .list .tb4 {
    background-image: url(../image/mtsjtb4.png);
}

.box3 .list .tb5 {
    background-image: url(../image/mtsjtb5.png);
}

.box3 .list .item1 .l1 {
    font-size: 0.2rem;
    margin-top: 0.15rem;
    color: #ffffff;
}

.box3 .list .item1 .a:hover .wz .l1 {
    /* text-decoration: underline; */
}

.box3 .list .item1 .bk {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.box3 .list .item2 {
    width: 25%;
}


.box3 .list .item2 .img {
    overflow: hidden;
    position: relative;
}



.box3 .list .item2 .img img {
    width: 100%;
    height: 2.87rem;
    object-fit: cover;
}

.box3 .list .item2 .tb {
    position: absolute;
    width: calc(100% - 0.4rem);
    left: 0.2rem;
    bottom: 0.2rem;
}

.box3 .list .item2 .wz {
    background-color: #ffffff;
    padding: 0.2rem 0.3rem;
    transition: all 0.4s;
}

.box3 .list .item2 .wz .l2 {
    font-size: 0.17rem;
    line-height: 0.3rem;
    height: 0.6rem;
}

.box3 .list .item2 .a:hover .wz {
    background-color: #014fa7;
    color: #ffffff;
}

.box3 .list .item:nth-child(4) {
    clear: both;
}

.box3 .list .item:last-child {
    position: absolute;
    bottom: 0;
    right: 0;
}

.box4 {
    background: url(../image/bj4rdcj.png) no-repeat top center;
    background-size: 100% auto;
    padding-top: 2.7rem;
    margin-top: -1.8rem;
}

.box4 .list {
    position: relative;
    transform: translateX(calc(100% / 8));
    z-index: 1;
}


.box4 .slick-list {
    padding-top: 0.7rem;
    overflow: visible;
}



.box4 .item .a {
    height: 5.87rem;
    background: url(../image/aaadsads.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    box-sizing: border-box;
    padding-top: 0.65rem;
}

.box4 .item .block {
    opacity: 0;
    transition: all 0.4s;
}

.box4 .item.slick-active .block {
    opacity: 1;
}

.box4 .item .date {
    display: flex;
    align-items: center;
    /* margin-top: -0.5rem; */
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    width: 100%;
}

.box4 .item .sjx {
    height: 0.02rem;
    width: 0.8rem;
    background-color: #5086c3;
    float: left;
}

.box4 .item .sj {
    width: 1rem;
    height: 1rem;
    background: url(../image/rdcj1.png) no-repeat;
    background-size: 100% 100%;
    font-family: Arial;
    text-align: center;
    transition: all 0.4s;
}

.box4 .item .sj1 {
    font-size: 0.29rem;
    font-weight: 600;
    padding-top: 0.21rem;
}

.box4 .item .sj2 {
    font-size: 0.16rem;
    margin-top: 0.02rem;
}

.box4 .item .bt1 {
    padding: 0rem 0.48rem;
    box-sizing: border-box;
}

.box4 .item .bt {
    max-width: 3.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.12rem 0.18rem;
    box-sizing: border-box;
    border-bottom: 1px solid #c39165;
    position: relative;
    height: 1.09rem;
}

.box4 .item .bt .bk {
    width: 0.17rem;
    position: absolute;
    bottom: 0;
    left: -0.13rem;
}

.box4 .item .bt .bk1 {
    left: auto;
    right: -0.13rem;
}

.box4 .item .l3 {
    font-size: 0.17rem;
    line-height: 0.28rem;
}

.box4 .list .slick-arrow,
.box4 .list .slick-dots {
    display: none !important;
}

.box4 .item .a:hover .sj {
    background-image: url(../image/rdcj2.png);
    color: #ffffff;
}

.box4 .item .a:hover .bt .l3 {
    /* color: #5a7da0; */
    color: #014fa7;
    font-weight: 600;
}


.box4 .fjtp {
    transform: translateY(-3.6rem); 
    margin-bottom: -3.6rem;
}

.box4 .fjtp img {
    width: 100%;
}

.box5 {
    background: url(../image/bj5ztzl.png);
    background-size: 100% auto;
    box-sizing: border-box;
    padding-bottom: 2.4rem;
    padding-top: .4rem;
    margin-bottom: -110px;
    position: relative;
    z-index: 1;
}

.box5 .box5bj {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 2000px;
}

.box5 .box {
    position: relative;
}

.box5 .list {
    width: calc(100% + 0.7rem);
    padding-top: 0.3rem;
}

.box5 .list .item {
    padding-right: 0.7rem;
    width: 25%;
    box-sizing: border-box;
    float: left;
}


.box5 .list .item:nth-child(2),
.box5 .list .item:nth-child(4) {
    padding-top: 1.7rem;
}

.box5 .list .a {
    padding: 0.28rem;
    box-sizing: border-box;
    background: url(../image/ztzl11.png);
    background-size: 100% 100%;
}

.box5 .list .block {
    box-sizing: border-box;
    position: relative;
}

.box5 .list .img {
    width: 100%;
    object-fit: cover;
}

.box5 .list .bt {
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    color: #ffffff;
    width: calc(100% - 1rem);
    height: calc(100% - 0.4rem);
}

.box5 .list .bt p {
    font-size: 0.2rem;
    width: 100%;
    height: 100%;
    float: left;
    font-family: SourceHanSerifSCBold;
    text-align: justify;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-orientation: upright;
    line-height: 1.75;
    letter-spacing: 2.5px;
}

.box5 .list .item:nth-child(1) .bt p {
    width: 0.27rem;
    font-size: 0.27rem;
}



.box5 .list .more {
    position: absolute;
    right: 0.22rem;
    color: #ffffff;
    bottom: 0.22rem;
    padding-top: 0.22rem;
    width: 0.18rem;
    background: url(../image/dasfdsads.png) no-repeat top center;
    background-size: 100%;
    font-size: 0.14rem;
    font-family: SourceHanSerifSCSemiBold;
    text-align: center;
    line-height: 0.18rem;
    transition: all 0.4s;
}

.box5 .list .a:hover .more {
    padding-bottom: 0.1rem;
    /* color: #e1ad6a;
    background-image: url(../image/dasfdsads1.png); */
}

.box5 .list .a:hover .bt {
    color: #e1ad6a;
}

.box5 .list .item:nth-child(2) .a:hover .bt {
    color: #975118;
}

.box5 .list .a:hover {
    background-image: url(../image/ztzl12.png);
}

.box5 .list .a .block {
    position: relative;
    overflow: hidden;
}

.box5 .list .a .block::before {
    position: absolute;
    top: 0;
    left: -90%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    opacity: 0.25;
    pointer-events: none;
    background: -webkit-linear-gradient(left,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 53) 50%,
            rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 30%,
            rgba(255, 255, 255, 53) 50%,
            rgba(255, 255, 255, 0) 70%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 3;
}


.box5 .list .a:hover .block::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}


@media screen and (max-width: 1650px) {
  .banner,
    .banner div.slick-list,
    .banner .slick-slide .a,
    .banner .slick-slide .a img {
        height: 43vw;
    }

    .banner-box .bannertb2 {
        display: none;
    }
}


@media screen and (max-width: 1000px) {


    .box5 {
        margin-bottom: 0px;
    }

    .box5 {
        height: auto;
        padding-top: 0;
        background: url(../image/mbja.png);
        margin-top: 0;
    }

    .box5 {
        padding-top: 0.35rem;
        padding-bottom: 0.1rem;
    }

    .box5 .list .item {
        width: 50%;
        padding-top: 0rem !important;
        padding-bottom: 0.3rem;
    }

    .box5 .list .a {
        width: 3rem;
        height: 4.72rem;
        margin: auto;
    }


    .box3 .list .item2 {
        width: 50%;
    }

    .box3 .list .item1 {
        width: 100%;
        position: static !important;
    }

    .box3 .list {
        height: auto
    }

    .box3 .list .item1 .img img {
        height: 60vw;
    }

    .box3 .list .item2 .img img {
        height: 30vw;
    }

    .box3 {
        padding-top: 35px;
        padding-bottom: 35px;
        margin-top: 0;
        background-image: url(../image/bj3mtsj_.png);
        background-size: cover;
    }

    .box4 {
        background: url(../image/mbja.png);
        padding-top: 35px;
        margin-top: 0;
    }

    .box2 .list .item {
        padding: 0rem 18px;
    }

    .box2 .jgtb {
        display: none;
    }

    .box2 .list .slider {
        padding: 0 0;
    }


    .box2 .list .item .img img {
        width: 100%;
        height: 24vw;
    }

    .box2 {
        background: url(../image/in1dex_03.png);
        padding-top: 20px;
        padding-bottom: 0;
    }


    .box2 .lmbt img {
        width: 200px;
    }

    .box2 .box {
        background: url(../image/bj2_1.png) no-repeat left bottom;
        background-size: 100% auto;
        padding-bottom: 35px;
    }

    .box12 {
        padding-bottom: 35px;
    }

    .box13 .list .item .a {
        max-width: 300px;
        margin: auto;
        width: 90%;
    }

    .box12 .left {
        float: none;
        width: 100%;
    }

    .box12 .right .yx {
        padding-top: 10px;
    }

    .box12 .left .top .img img {
        height: 55vw;
    }

    .box12 .left .top .l1 {
        border-top: 0;
        background: #ffffff;
    }

    .box12 .left .bottom {
        padding-top: 10px;
    }

    .box12 .right .ys .img img {
        height: 60vw;
    }


    .box12 .right {
        padding-left: 0;
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .title1 .neme1 {
        font-size: 22px;
    }

    .title1 {
        margin-bottom: 25px;
    }

    .title1 .tb1 {
        width: 100px;
    }

    .title1 .tb2 {
        width: 18px;
    }

    .box11 {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .box11 .list .l1 {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .banner,
    .banner div.slick-list,
    .banner .slick-slide .a,
    .banner .slick-slide .a img {
        height: 43vw;
    }

    .banner-box .bannertb2 {
        display: none;
    }

}

@media screen and (max-width: 800px) {
    .box4 .fjtp {
        transform: translateY(-35vw);
        margin-bottom: -35vw;
    }

    .box4 .list {
        transform: translateX(calc(100% / 4));
    }
}

@media screen and (max-width: 700px) {
    .box5 .list {
        width: calc(100% + 30px);
    }


    .box5 .list .item {
        padding-right: 30px;
    }

    .box2 .list .item .img img {
        height: 48vw;
    }

    .box12 .left .bottom .a {
        width: calc(100% - 0.6rem);
        padding: 0.2rem 0;
    }

    .box12 .right .yx .a {
        padding: 0.2rem 0;
    }

    .box12 .left .bottom .l2 {
        height: auto;
        font-size: 15px;
        margin-top: 5px;
    }
    .box12 .right{
    margin-top: 25px;
}
    .box12 .right .yx .l1{font-size: 15px;margin-top: 5px;}
    .box5 .list .a {
        width: 100%;
        height: auto;
    }
    .box2 .list .item .bt{
    font-size: 0.18rem;
}
    .box5 .list .img {
        height: calc((94vw - 118px)/2/29*48);
    }
}

@media screen and (max-width: 600px) {
    .box13 .list .item .a{
    height: 3.6rem;
}
    .box5 .list {
        padding-top: 0.1rem;
    }
    .box5 .list .item .a {
        padding: 18px;
        max-width: 3rem;
    }

    .box5 .list .item {
        width: 100%;
    }

    .box5 .list .img {
        height: auto;
    }
    .box3 .list .item1 .l1{font-size:15px}
}

@media screen and (max-width: 550px) {


    .box4 .item .a {
        /* background-size: 100% auto;
        background-position: center bottom; */
        background-image: url(../image/aaadsads_.png);
        height: 400px;
    }

    .box4 .fjtp {
        transform: translateY(-40vw);
        margin-bottom: -40vw;
        /* display: none; */
    }

    .box4 .list {
        transform: translateX(0);
        max-width: 280px;
        width: 90%;
        margin-left: 30px;
    }

    .box4 .item .block {
        opacity: 1;
    }

    .box3 .list .item2 {
        width: 100%;
    }

    .box3 .list .tb {
        height: 35px;
    }

    .box3 .list .item:last-child {
        padding-bottom: 0 !important;
    }

    .box3 .list .item1 .wz {
        padding: 25px;
    }

    .box3 .list .item2 .img img {
        height: 60vw;
    }

    .box2 .lmbt img {
        width: 150px;
    }

    .box2 .lmbt {
        margin-bottom: 15px;
    }

    .box12 .left .top .l1 {
        font-size: 16px;
        line-height: 60px;
        padding: 0rem 10px;
    }

        .box11 {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .box11 .list .yc {
        padding: 0rem 15px;
    }

    .box12 .right .ys .sj,
    .box12 .left .top .sj {
        top: 15px;
        left: 15px;
    }

    .box12 .right .ys .l1 {
        padding: 15px 15px;
    }

    .box12 .right .ys .sj1,
    .box12 .left .top .sj1 {
        font-size: 26px;
        padding-top: 7px;
    }

    .box11 .list {
        height: 110px;
    }

    .box11 .list .zc {
        width: 60px;
        height: 60px;
    }

    .box11 .list .zc .wz {
        font-size: 16px;
        line-height: 19px;
        width: 35px;
    }

    .box11 .list .l1 {
        font-size: 16px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 450px) {



    .box2 .list .item .lh img {
        width: 25px;
    }

    .box2 .list .item .block {
        padding: 20px;
    }

    .box2 .list .item .img {
        border-radius: 7px;
    }

    .banner-box .slick-prev {
        left: 15px;
    }

    .banner-box .slick-next {
        right: 15px;
    }
}



/* 12-2新增 */

.box4 .list {
    transform: translateX(3vw) !important;
    padding-right: 3vw;
    box-sizing: border-box;
}


@media screen and (max-width: 551px) {
    .box4 .list {
        max-width: 1000px;
        width: 50%;
        margin-left: 0px;
        padding-right: 0;
    }

    .box4 .item .block {
        opacity: 1;
    }
}

@media screen and (max-width: 450px) {
    .box4 .list {
        width: calc(100%);
        margin-left: 20px;
    }

    .box4 .list .a {
        padding-right: 20px !important;
    }

}




.box5 .list .item {
    display: block !important;
}

.box5 .list .item:nth-child(even) {
    padding-top: 1.7rem !important;
}

.box5 .list .slick-arrow,
.box5 .list .slick-dots {
    display: none !important;
}


@media screen and (max-width: 800px) {
    .box5 .list .item:nth-child(even) {
        padding-top: 0 !important;
    }
}