@charset "utf-8";

.banner{
    overflow: hidden;
    background: #fff;
    margin-bottom: .26rem;
}

#img-slider a{
    display: block;
    height: 100%;
}
#img-slider a .pic{
    height: 100%;
}


.my-swiper2{
    display: none;
}

.my-swiper2 .item{
    width: 11.06rem;
    height: 6.4rem;
}
.my-swiper2 a{
    display: block;
    height: 100%;
    position: relative;
}
.my-swiper2 a .pic{
    height: 100%;
}

.my-swiper2 a h3{
    position: absolute;
    left: 0;
    right: 3.7rem;
    bottom: .26rem;
    font-size: .24rem;
    line-height: .66rem;
    color: #fff;
    font-weight: 600;
    background: url("../images/b-mask.png") no-repeat left center/100%;
    padding: 0 .8rem 0 .3rem;
    z-index: 5;
    opacity: 0;
    transform: translate(0 ,10px);
    transition: .3s ease;
}
.my-swiper2 .swiper-slide-active a h3{
    animation: xs 0.4s linear forwards;
}
.my-swiper2 .btn{
    margin-top: -.28rem;
    width: .4rem;
    height: .57rem;
    background: no-repeat 50%/100%;
}
.my-swiper2 .prev{
    left: 22.5vw;
    background-image: url("../images/prev01.png");
}
.my-swiper2 .next{
    right: 22.5vw;
    background-image: url("../images/next01.png");
}
.my-swiper2 .page{
    margin-top: .25rem;
    font-size: 0;
    position: static;
}
.my-swiper2 .page span{
    width: .1rem;
    height: .1rem;
    margin: 0 .08rem;
    background: #c1272d no-repeat 50%/100%;
    opacity: 1;
    vertical-align: middle;
}
.my-swiper2 .page span.active{
    width: .35rem;
    height: .31rem;
    border-radius: 0;
    background-color: transparent;
    background-image: url("../images/dots.png");
}

.title001 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title001 h3{
    position: relative;
    z-index: 2;
    font-size: .36rem;
    line-height: .4rem;
    color: #010101;
}

.title001 h3:after{
    position: absolute;
    content: '';
    top: -.45rem;
    left: .1rem;
    width: 1.25rem;
    height: 1.13rem;
    background: url("../images/img-6.png") no-repeat 50%/100%;
    z-index: -1;
}

.title001 a{
    display: block;
    min-width: 1.57rem;
    border: 1px solid #c8c8c8;
    text-align: center;
    font-size: .14rem;
    line-height: .34rem;
    color: #646464;
    font-family: SourceHanSerifCN-Heavy,sans-serif;
    transition: .5s;
}
.title001 a:hover{
    color: #fff;
    border-color: #14649f;
    background: #14649f;
}

.home1 .left{
    width: 56.58%;
}

.list-box1 li a{
    position: relative;
    z-index: 3;
    padding: .08rem .28rem .09rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-box1 li time{
    width: .7rem;
    height: .7rem;
    background: #e9e9e9;
    border-radius: .1rem 0 .1rem 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    transition: .5s;
}
.list-box1 li time span{
    display: block;
    width: 100%;
    font-size: .36rem;
    line-height: 1;
    color: #616161;
    font-weight: 700;
    margin-bottom: .05rem;
}
.list-box1 li time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    color: #9e9e9e;
}
.list-box1 li .txt{
    width: calc(100% - .94rem);

}
.list-box1 li h3{
    font-size: .2rem;
    line-height: .36rem;
    color: #000000;
    transition: .5s;
}
.list-box1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:#14649f url("../images/s1-img-1.png") no-repeat right bottom/contain;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list-box1 li{
    position: relative;
}
.list-box1 li:hover time{
    background: #1b8bde;
}

.list-box1 li:hover time span,
.list-box1 li:hover time em,
.list-box1 li:hover h3{
    color: #fff;
}
.list-box1 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list-box1{
    background: #f7f7f7;
}

.home1 .right{
    width: 41.45%;
}

.list-box2 ul{
    display: flex;
    flex-wrap: wrap;
}
.list-box2 li{
    width: 24.12%;
    height: 1.06rem;
    margin-left: 1.17%;
    margin-top: 12px;
    border: 1px solid #14649f;

    transition: transform .5s ;
}
.list-box2 li:nth-child(4n+1){
    margin-left: 0;
}
.list-box2 li:nth-child(-n+4){
    margin-top: 0;
}
.list-box2 li a{
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.list-box2 li a .icon{
    width: .32rem;
    height: .3rem;
    position: relative;
    margin-bottom: .1rem;
}
.list-box2 li h3{
    font-size: .18rem;
    line-height: .24rem;
    color: #14649f;
}
.list-box2 li:nth-child(1){
    background: #14649f;
    border-radius: 0 .1rem 0 0;
}
.list-box2 li:nth-child(1) h3,
.list-box2 li:nth-child(3) h3{
    color: #fff;
}
.list-box2 li:nth-child(2){
    border-radius: 0 0 .1rem .1rem;
}

.list-box2 li:nth-child(3){
    background: #14649f;
    border-radius: 0 0 0 .1rem;
}
.list-box2 li:nth-child(4){
    border-radius: 0 0 0 .1rem;
}
.list-box2 li:nth-child(5){
    border-radius: 0 .1rem 0 0 ;
}
.list-box2 li:nth-child(6){
    background: #14649f;
    border-radius: .1rem .1rem 0 0 ;
}
.list-box2 li:nth-child(6) h3{
    color: #fff;
}
.list-box2 li:nth-child(7){
    border-radius: .1rem 0 0 0 ;
}
.list-box2 li:nth-child(8){
    background: #14649f;
    border-radius: .1rem 0 0 0 ;
}
.list-box2 li:nth-child(8) h3{
    color: #fff;
}
.list-box2 li:hover{
    transform: translateY(-.05rem);
}

.list-box3 ul li{
    width: 49.2%;
    margin-top: .13rem;
}

.list-box3 ul li a{
    display: block;
}
.list-box3 ul li .pic{
    padding-top: 1.36rem;
}
.list-box3{
    padding-top: .23rem;
}

.home1 .title001{
    margin-bottom: .68rem;
}
.home1{
    margin-top: 1rem;
}

.home2 .left{
    width: 48.81%;
}
.home2 .tab-tit{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #efefef;
    margin-bottom: .18rem;
}
.home2 .tab-tit .li{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #d4d4d4;
    font-size: .2rem;
    line-height: .76rem;
    font-weight: 700;
    color: #c1272d;
    cursor: pointer;
    transition: background-color .4s;
}
.home2 .tab-tit .li:first-child{
    border: none;
}
.home2 .tab-tit .li .icon{
    width: .33rem;
    height: .3rem;
    position: relative;
    margin-right: .09rem;
}
.home2 .tab-tit .li .icon .img2{
    opacity: 0;
}

.home2 .tab-tit .li.active .icon .img2{
    opacity: 1;
}
.home2 .tab-tit .li.active{
    background: #c1272d;
    color: #fff;
}

.home2 .img-box a{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home2 .img-box .pic{
    width: 3.72rem;
    height: 2.39rem;
}
.home2 .img-box .txt{
    width: calc(100% - 4rem);
}
.home2 .img-box time{
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #bfbfbf;
    line-height: .2rem;
    margin-bottom: .12rem;
}
.home2 .img-box time img{
    display: block;
    width: .13rem;
    margin-right: .05rem;
}

.home2 .img-box h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #000000;
    height: .6rem;
    margin-bottom: .15rem;
}
.home2 .img-box p{
    font-size: .14rem;
    line-height: .3rem;
    color: #646464;
    -webkit-line-clamp: 3;
    height: .9rem;
}
.home2 .img-box:hover h3 {
    color: #c1272d;
}
.home2 .img-box{
    opacity: 0;
    transform: translate(0,10px);
}
.list-box4 li{
    position: relative;
    line-height: .84rem;
    background: #fafafa;
    transition: background-color .5s;
}
.list-box4 li a{
    font-size: .2rem;
    color: #000000;
    padding-right: 1.4rem;
    padding-left: .2rem;
}
.list-box4 li time{
    position: absolute;
    right: .36rem;
    top: 0;
    font-size: .14rem;
    color: #646464;
}

.list-box4 li:hover{
    background: #c1272d;
}
.list-box4 li:hover a,
.list-box4 li:hover time{
    color: #fff;
}
.list-box4{
    margin-top: .22rem;
    opacity: 0;
    transform: translate(0,10px);
}

.home2 .child{
    display: none;
}
.home2 .child.active{
    display: block;
}
.home2 .child.active .img-box,
.home2 .child.active .list-box4{
    animation: xs 0.4s linear forwards;
}
.home2 .child.active .list-box4{
    animation-delay: .2s;
}

.home2 .title001 h3{
    color: #fff;
    font-weight: 700;
    line-height: .94rem;
}
.home2 .title001 h3:after{
    display: none;
}
.home2 .title001 a{
    display: none;
    border-color: #fff;
    color: #fff;
}
.home2 .title001 a.active{
    display: block;
}
.home2 .left .title001 a:hover{
    background: #c1272d;
    border-color: #fff;
}
.home2 .title001{
    padding: 0 .35rem;
    border-radius: 0 .4rem 0 0;
}
.home2 .left .title001{
    background: #c1272d url("../images/s2-img-11.png") no-repeat right bottom/contain;
}

.home2 .right{
    width: 48.81%;
}
.home2 .right .title001{
    background: #14649f url("../images/s2-img-12.png") no-repeat right bottom/contain;
}
.home2 .right .title001 a:hover{
    background: #14649f;
    border-color: #fff;
}
.home2 .right .tab-tit .li{
    color: #14649f;
}
.home2 .right .tab-tit .li.active{
    background: #14649f;
    color: #fff;
}
.home2 .right .img-box:hover h3{
    color: #14649f;
}
.home2 .right  .list-box4 li:hover{
    background: #14649f;
}
.home2 {
    margin-top: .35rem;
}

.home3 .left{
    width: 2rem;
    align-self: center;
}

.home3 .right{
    width: calc(100% - 2rem);
    border: 1px solid #929292;
    padding: .16rem .15rem .2rem .17rem;
}

.list1w a{
    display: block;
}
.list1w a .pic{
    padding-top: 1.05rem;
}

.home3 {
    margin-top: .38rem;
}

.home4 .left{
    width: 71.64%;
    position: relative;
}

.home4 .left .h3{
    font-size: .3rem;
    line-height: .34rem;
    color: #c1272d;
    text-align: center;
}

.list-box5 ul{
    display: flex;
    flex-wrap: wrap;
}
.list-box5 ul li{
    font-size: .18rem;
    line-height: .48rem;
    color: #000000;
    margin-right: .3rem;
}
.list-box5 ul li a{
    display: block;
    transition: .5s;
}
.list-box5 ul li:hover a{
    color: #c1272d;
}
.list-box5{
    position: relative;
    margin-top: -.13rem;
    padding: .4rem 0 .2rem .59rem;
}

.list-box5  .line{
    position: absolute;
    background: #929292;
    transition: .5s;
}

.list-box5 .line1_1{
    top: 0;
    left: 0;
    width: 42.14%;
    height: 1px;
}
.list-box5 .line1_1:after{
    position: absolute;
    content: '';
    right: 0;
    top: -.04rem;
    width: .08rem;
    height: .08rem;
    background: #929292;
    border-radius: 50%;
}

.list-box5 .line1_2{
    top: 0;
    right: 0;
    width: 42.24%;
    height: 1px;
}

.list-box5 .line1_2:after{
    position: absolute;
    content: '';
    left: 0;
    top: -.04rem;
    width: .08rem;
    height: .08rem;
    background: #929292;
    border-radius: 50%;
}
.list-box5 .line2{
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
}
.list-box5 .line3{
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
}
.list-box5 .line4{
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
}

.home4 .right{
    width: 27.3%;
}

.link dl{
    margin-top: .4rem;
    position: relative;
}
.link dl:first-child{
    margin-top: .22rem;
}
.link dl dt {
    height: .73rem;
    line-height: .71rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border: 1px solid #929292;

}
.link dl dt p{
    width: calc(100% - .78rem);
    font-size: .2rem;
    color: #ffffff;
    text-align: center;
    border-right: 1px solid #c1272d;
    background: #c1272d;
}

.link dl dt:after {
    content: '';
    width: .78rem;
    height: 100%;
    background: url("../images/s5-img-1.png") no-repeat 50%/.18rem;
    transition: .3s
}

.link  dl dt.on:after {
    display: inline-block;

}

.link dl dd {
    position: absolute;
    /*top:100%;*/
    bottom: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: .15rem .2rem;
    border-top: 1px solid #eee;
    z-index: 5;
    display: none
}
.link  dl dd ul li {
    font-size: .16rem;
    padding: 5px 0
}

.link  dl dd ul li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333
}

.link  dl dd ul li a:hover {
    color: #c1272d;
}

.link  dl dd ul {
    /*   height: 120px;*/
    overflow-y: auto
}

.link  dl dd ul::-webkit-scrollbar {
    width: 4px
}

.link  dl dd ul::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 5px
}

.link  dl dd ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: linear-gradient(45deg,#c1272d 0%,#c1272d 100%)
}

.home4{
    margin-top: .44rem;
    margin-bottom: .48rem;
}


.sticky-nav ul li{
    padding: 0.005rem 0;
}
.sticky-nav ul li:nth-child(4n) a
{
    background:#c1272d;
}
.sticky-nav ul li a{
    display: flex;
    height: .99rem;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #14649f;
    transition: .5s;
}
.sticky-nav ul li img{
    display: block;
    max-width: .28rem;
}
.sticky-nav ul li h3{
    font-size: .14rem;
    color: #fff;
    margin-top: .1rem;
}
.sticky-nav ul li:hover a{
    background: #c1272d;
}

.sticky-nav2 li a{
    display: block;
}
.sticky-nav2 li .pic{
    padding-top: 2.88rem;
}
.sticky-nav2 li{
    margin-bottom: .2rem;
}
.sticky-nav2 li:last-child{
    margin-bottom: 0;
}

@media (max-width: 1199px){
    .my-swiper1{
        display: none;
    }
    .my-swiper2{
        display: block;
        margin-top: .75rem;
    }
    .my-swiper2 .item{
        height: auto;
    }
    .my-swiper2 a .pic{
        height: auto;
        padding-top: 50%;
    }
    .my-swiper2 .prev{
        left: .1rem;
    }
    .my-swiper2 .next{
        right: .1rem;
    }
    .index-page .sticky-nav,
    .index-page .sticky-nav2{
        display: none;
    }
    .my-swiper2 a h3{
        display: none;
    }

}

@media (max-width: 1025px){
    .my-swiper2 .page{
        position: absolute;
        bottom: .15rem;
        margin-top: 0;
    }
    .my-swiper2 .page span.active{
        width: .28rem;
        height: .28rem;
    }
    .my-swiper2 .page span{
        width: .07rem;
        height: .07rem;
        margin: 0 .05rem;
    }
    .my-swiper2 .btn{
        margin-top: 0;
        width: 0.3rem;
        height: 0.42rem;
    }
    .home1 .left{
        width: 100%;
        margin-bottom: .45rem;
    }
    .title001 h3{
        font-size: .26rem;
    }
    .title001 h3:after{
        top: -0.23rem;
        left: .1rem;
        width: 0.75rem;
        height: 0.73rem;
    }
    .title001 a{
        min-width: 1rem;
        font-size: .12rem;
        line-height: .3rem;
    }
    .list-box1 li time span{
        font-size: .26rem;
    }
    .list-box1 li a{
        padding: .1rem .15rem;
    }
    .list-box1 li h3{
        font-size: .18rem;
    }
    .home1 .title001 {
        margin-bottom: 0.25rem;
    }
    .home1 .right{
        width: 100%;
    }
    .list-box3 ul li .pic{
        padding-top: 43.87%;
    }
    .list-box3 ul li{
        width: 32%;
        margin: 0;
    }
    .list-box3 ul{
        gap: .15rem 2%;
    }
    .home1{
        margin-top: .4rem;
    }
    .home2 .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .list-box4 li{
        line-height: .6rem;
    }
    .list-box4 li a{
        font-size: .18rem;
    }
    .home2 .right{
        width: 100%;
    }
    .home2 .title001 h3{
        line-height: .7rem;
    }
    .home2 .title001{
        padding: 0 .2rem;
        border-radius: 0 .2rem 0 0;
    }
    .home2 .tab-tit .li{
        line-height: .6rem;
    }
    .home4 .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .list-box5{
        padding: 0.3rem 0 .2rem 0.2rem;
    }
    .list-box5 ul li{
        font-size: .16rem;
        margin-right: .15rem;
        line-height: .42rem;
    }
    .home4 .left .h3{
        font-size: .26rem;
        line-height: .3rem;
    }
    .home4 .right{
        width: 100%;
    }
    .link{
        display: flex;
        flex-wrap: wrap;
        gap: .15rem 2%;
    }
    .link dl{
        width: 32%;
        margin-top: 0 !important;
    }
    .link dl dt{
        height: .5rem;
        line-height: .48rem;
    }
    .link dl dt p{
        font-size: .16rem;
        width: calc(100% - 0.48rem);
    }
    .link dl dt:after{
        width: .48rem;
        background-size: .12rem;
    }
    .home4{
        margin: .4rem 0;
    }
}

@media (max-width: 641px){
    .list-box2 li a .icon{
        width: .24rem;
        height: .24rem;
    }
    .home2 .tab-tit .li .icon{
        width: .24rem;
        height: .24rem;
    }
    .home2 .img-box .pic{
        width: 100%;
        height: auto;
        padding-top: 64.24%;
    }
    .home2 .img-box .txt{
        width: 100%;
        padding-top: .2rem;
    }
    .home2 .img-box h3{
        margin-bottom: .1rem;
    }
    .list-box4 li{
        line-height: .48rem;
    }
    .home3 .left{
        width: 100%;
        margin-bottom: .2rem;
    }
    .home3 .right{
        width: 100%;
    }
    .list1w a .pic{
        padding-top: 33.22%;
    }
    .list-box5 .line1_1{
        width: 35%;
    }
    .list-box5 .line1_2{
        width: 35%;
    }
    .link dl{
        width: 100%;
    }
}

@media (max-width: 481px){
    .list-box2 li{
        width: 32%;
        margin: 0 !important;
    }
    .list-box2 ul{
        gap: .1rem 2%;
    }
    .list-box3 ul li{
        width: 49%;
    }
}


.index-page {
    position: relative;
    z-index: 2;
}
.index-page .sticky-nav,
.index-page .sticky-nav2{
    position: absolute;
    top: 1.1rem;
    bottom: 0;
    right: .5rem;
    z-index: 4;
}
.index-page  .sticky {
    position: sticky;
    top: 0;
    /*height: 100vh;
    max-height: 100%;*/
}

.index-page .sticky-nav2{
    left: 0.5rem;
    width: 1rem;
}