body{
    background: #ffffff;
}
/* banner */
.banner{
    animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
}
.banner .news_images img{
    display: block;
    width: 100%;
    height: auto;
    min-height: 156px;
    object-fit: cover;
}
.banner .slick-dots{
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .slick-dots li{
    width: 14px;
    height: 14px;
    margin-right: 30px;
    position: relative;
}
.banner .slick-dots li:last-of-type{
    margin-right: 0;
}
.banner .slick-dots li:last-of-type::before{
    display: none;
}
.banner .slick-dots li button,.banner .slick-dots li button:before{
    width: 10px;
    height: 10px;
}
.banner .slick-dots li button:before {
    border-radius: 100%;
    content: '';
    opacity: 1;
    background: transparent;
    transform: translate(-50%,-50%);
    z-index: 10;
    border: 2px solid #fff;
}
.banner .slick-dots li.slick-active,.banner .slick-dots li.slick-active button,.banner .slick-dots li.slick-active button:before{
    width: 32px;
    height: 32px;
    border-radius: 0;
}
.banner .slick-dots li.slick-active button:before{
    background: url(../img2025/dotIcon.png) no-repeat center;
    border: none;
}
.banner .slick-dots li::before{
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    background: rgba(255,255,255,0.26);
    position: absolute;
    left: 100%;
    top: 50%;
    z-index: 5;
}
.banner .slick-dots li:last-of-type::before{
    display: none;
}
/* tit */
.lmTit h2{
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.4rem;
    color: #005792;
    position: relative;
}
.lmTit h2::before{
    display:block;
    content:"";
    width: 0.7rem;
    height: 0.6rem;
    background:url(../img2025/icon.png) no-repeat center;
    background-size: contain;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}
.lmTit a{
    display: block;
    font-size: 14px;
    color: #005792;
    width: 80px;
    line-height: 34px;
    background: url(../img2025/moreIcon.png) no-repeat right center;
    text-indent: 8px;
}
.lmTit a:hover{
    transform: translateX(10px);
}
.p70{
    padding: 0.7rem 0;
}
/* new */
.new{
    background: #fff;
    position: relative;
    overflow: hidden;
}
.new::after{
    display: block;
    content: "";
    border-right: 0 solid transparent;
    border-left: 1920px solid transparent;
    border-bottom: 0.5rem solid #f2fdfd;
    position: absolute;
    left: 0;
    bottom: 100%;
    z-index: 999;
}
.new::before{
    display: block;
    content: "";
    border-right: 0 solid transparent;
    border-left: 1920px solid transparent;
    border-top: 0.5rem solid #f2fdfd;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
}
.new .lmTit{
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 0.35rem;
}
.new .lmTit a{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.new .lmTit a:hover{
    transform: translate(10px ,-50%);
}
.newBanner{
    width: 100%;
    position: relative;
}
.newBanner ul{
    margin: 0 -0.2rem;
}
.newBanner .slick-list{
    padding: 0.2rem 0;
}
.newBanner ul li{
    margin: 0 0.2rem;
}
.newBanner li a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    box-shadow: 0 0.05rem 0.1rem 0 rgba(202,202,202,0.75);
}
.newBanner li a .img{
    width: 100%;
    padding: 64% 0 0;
    position: relative;
    overflow: hidden;
}
.newBanner li a .img p{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s;
}
.newBanner li a:hover .img p{
    transform: scale(1.05);
}
.newBanner li .tit{
    width: 100%;
    background: #fff;
    padding: 0.25rem 0.35rem;
    box-sizing: border-box;
}
.newBanner li .tit p{
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #333333;
    height: 0.64rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newBanner li .time{
    width: auto;
    height: auto;
    background: #09afde;
    font-size: 0.18rem;
    line-height: 0.38rem;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0.15rem;
    bottom: 1rem;
    padding: 0 0.15rem;
}
.newBanner li a:hover .tit p{
    color:#005792;
    font-weight:bold;
}
.newBanner .arrow{
    display: flex;
    justify-content: center;
    margin-top: 0.2rem;
}
.newBanner .arrow p{
    position:relative;
    z-index: 2;
    margin: 0 0.18rem;
}
.newBanner .arrow p span{
    display:block;
    width: 0.45rem;
    height: 0.45rem;
    background: #ffffff url(../img2025/arrowIcon.png) no-repeat center;
    background-size: 0.25rem auto;
    border: 0.05rem solid #1ac3e9;
    box-sizing: border-box;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
    z-index: 9;
}
.newBanner .arrow p.prev span{
    transform: rotateY(180deg);
}
.newBanner .arrow p::before{
    display:block;
    content:"";
    width: 135%;
    height: 135%;
    border-radius:100%;
    background:rgba(23,193,232,0.2);
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index: -1;
}
/* kstd */
.kstd{
    position: relative;
    background: url(../img2025/bg2.png) no-repeat center;
    background-size: 100% 100%;
}
.kstd .lmTit h2{
    color: #ffffff;
    text-align: center;
    margin-bottom: 0.5rem;
}
.kstd .lmTit h2::before{
    background:url(../img2025/icon2.png) no-repeat center;
    background-size: contain;
}
.kstd ul{
    display: flex;
    justify-content: space-evenly;
}
.kstd ul li{
    width: 15%;
}
.kstd ul li:nth-of-type(even){
    margin-top: 40px;
}
.kstd ul li a{
    display: block;
    width: auto;
    position: relative;
}
.kstd ul li:nth-of-type(odd) a::before{
    display: block;
    content: "";
    width: 140%;
    height: 1px;
    border-bottom: 1px dashed rgba(8,172,218,1);
    position: absolute;
    left: 55%;
    top: 0.8rem;
    transform: rotate(20deg);
}
.kstd ul li:nth-of-type(even) a::before{
    display: block;
    content: "";
    width: 150%;
    height: 1px;
    border-bottom: 1px dashed rgba(8,172,218,1);
    position: absolute;
    left: 50%;
    top: 0.5rem;
    transform: rotate(-20deg);
}
.kstd ul li:last-of-type a::before{ 
    width: 200%;  
    top: 1.2rem;
}
.kstd ul li:first-of-type a::after{
    display: block;
    content: "";
    width: 200%;
    height: 1px;
    border-bottom: 1px dashed rgba(8,172,218,1);
    position: absolute;
    right: 55%;
    top: 1.2rem;
    transform: rotate(-20deg);
}
.kstd ul a .icon{
    width: 1.35rem;
    height: 1.35rem;
    position: relative;
    background: #08abda;
    margin: 0 auto;
    border-radius: 100%;
    z-index: 2;
}
.kstd ul a .icon::after{
    display: block;
    content: "";
    width: 90%;
    height: 90%;
    border-radius: 100%;
    background: url(../img2025/kstdAfter.png) no-repeat bottom center;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.kstd ul a .icon img{
    display: block;
    width: auto;
    height: auto;
    max-width: 45%;
    max-height: 45%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.kstd ul li:nth-of-type(1) .icon::after{
    transform: translate(-50%,-50%) rotateZ(0deg);
}
.kstd ul li:nth-of-type(2) .icon::after{
    transform: translate(-50%,-50%) rotateZ(60deg);
}
.kstd ul li:nth-of-type(3) .icon::after{
    transform: translate(-50%,-50%) rotateZ(150deg);
}
.kstd ul li:nth-of-type(4) .icon::after{
    transform: translate(-50%,-50%) rotateZ(0deg);
}
.kstd ul li:nth-of-type(5) .icon::after{
    transform: translate(-50%,-50%) rotateZ(60deg);
}
.kstd ul li:nth-of-type(6) .icon::after{
    transform: translate(-50%,-50%) rotateZ(40deg);
}
.kstd ul li:nth-of-type(7) .icon::after{
    transform: translate(-50%,-50%) rotateZ(-50deg);
}
.kstd ul li:nth-of-type(8) .icon::after{
    transform: translate(-50%,-50%) rotateZ(40deg);
}
.kstd ul a .icon img:nth-of-type(2){
    display: none;
}
.kstd ul a .txt span{
    display: block;
    text-align: center;
}
.kstd ul a .txt span:nth-of-type(1){
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.32rem;
    color: #ffffff;
    margin-top: 0.15rem;
}
.kstd ul a .txt span:nth-of-type(2){
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
    margin-top: 5px;
    text-transform: uppercase;
}
.kstd ul a .txt img{
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    margin-top: 0.15rem;
}
.kstd ul a:hover .icon{
    background: #fff;
}
.kstd ul a:hover .icon img:nth-of-type(1){
    display: none;
}
.kstd ul a:hover .icon img:nth-of-type(2){
    display: block;
}
/* notice */
.noticeSub{
    width: 47.45%;
}
.notice .lmTit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.3rem;
}
.notice ul li{
    width: 100%;
}
.notice ul li:nth-of-type(2n){
    margin-right: 0;
}
.notice ul li a{
    display: flex;
    padding: 0.4rem 0;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 5;
}
.notice ul li a::after{
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: url(../img2025/noticeBg.png) no-repeat left center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.notice ul li a::before{
    display: block;
    content: "";
    width: 0;
    height: 100%;
    background: url(../img2025/noticeBg.png) no-repeat left center;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s;
    z-index: -1;
}
.notice ul li a .time{
    width: 1.6rem;
    font-size: 0.18rem;
    line-height: 0.36rem;
    color: #333333;
    text-align: center;
}
.notice ul li a .con{
    width: calc(100% - 1.6rem);
    padding-right: 0.4rem;
    box-sizing: border-box;
}
.notice ul li a .con span{
    display: block;
}
.notice ul li a .con span:nth-of-type(1){
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #333333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}
.notice ul li a .con span:nth-of-type(2){
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #666666;
    height: 0.6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.notice ul li a .time::before{
    display: block;
    content: "";
    width: 0.8rem;
    height: 4px;
    background: #005792;
    position: absolute;
    left: 0.4rem;
    bottom:0;
    z-index: 10;
}
.notice ul li a:hover{
    box-shadow: 0 0.18rem 0.18rem -0.1rem rgba(9,175,222,0.1);
}
.notice ul li a:hover .time::before{
     background: #09afde;
    bottom:0.5rem;
}
.notice ul li a:hover .con span:nth-of-type(1){
    color: #005792;
}
.notice ul li a:hover .time::before{
    display: block;
}
.notice ul li a:hover .time::after{
    display: none;
}

@media only screen and (min-width: 1040px){
    .notice{
        visibility: visible;
        opacity: 0;
    }
    .notice.animation{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
    }
    .kstd{
        visibility: visible;
        opacity: 0;
    }
    .kstd.animation{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
    }
    .new{
        visibility: visible;
        opacity: 0;
    }
    .new.animation{
        visibility: inherit;
        opacity: 1;
        animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
    }
}