@charset "utf-8";

@keyframes _ani1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes _ani2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

/* 
@keyframes ani_bj {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    50% {
        opacity: .8;
        transform: scale(1.45);
    }

    95% {
        opacity: 0;
        transform: scale(1.8);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
} */

.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.banner a {
    display: block;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}



.banner .slick-slide a>img {
    display: block;
    width: 100%;
    object-fit: cover;
}


@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}


@keyframes img_scale3 {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}




.banner .slick-dots {
    font-size: 0;
    max-width: 16rem;
    right: 0;
    transform: translateX(-50%);
    bottom: 50%;
    /* display: flex !important; */
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    width: 1rem;
}

.banner .slick-dots li {
    width: .07rem;
    height: .07rem;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    margin: .15rem auto;
    display: block;
}

.banner .slick-dots li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: #fff;
    transition: all 0.5s;
}

.banner .slick-dots li button {
    display: none;
}

.banner .slick-dots li.slick-active {
    background: url(../images/banner_activeico.png) center no-repeat;
    width: .54rem;
    height: .64rem;
    margin: -14px auto;
}

/* index */
.index {
    z-index: 99;
}

.title {
    position: relative;
    padding-bottom: 0.1rem;
    margin-bottom: 0;
}

.tit-c {
    background: url(../images/tie_bg.png) left center no-repeat;
}

.tit-c h3 {
    display: block;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: .93rem;
    color: #333;
    position: relative;
    padding: 0 .1rem;
    z-index: 9;
}

.tit-c h3 i {
    position: absolute;
    left: .1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    color: #F6F8FF;
    font-style: normal;
    font-size: .6rem;
}

.tit-c h3::after {
    content: '';
    position: absolute;
    bottom: -0.16rem;
    left: 0;
    right: 0;
}

.more {
    top: 0;
    right: 0;
    position: absolute;
    line-height: .93rem;
    z-index: 10;
    background: url(../images/more_ico.png) right no-repeat;
    transition: all 0.5s
}

.more a {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    color: #0551A5;
    transition: all 0.5s;
    line-height: .93rem;
    padding-right: .25rem;
}

.more:hover {
    margin-right: .1rem;
    transition: all 0.5s
}


/*  */
.section1 {
    margin: .4rem;
}

.section1 .s1-c {
    display: flex;
    justify-content: space-between;
    /* overflow: hidden; */
}

.section1 .s1-l {
    width: 64%;
    position: relative;
}

.section1 .s1-l:after {
    content: '';
    position: absolute;
    bottom: -1rem;
    right: 0;
    width: 3.95rem;
    height: 4.65rem;
    background: url(../images/xsbk_bg.png) bottom right no-repeat;
}

.section1 .s1-list {}

.s1-list li {
    padding: 0;
    margin-top: .2rem;
    transition: color 0.3s;
    padding: 0.1rem 0rem;
    transition: all 0.5s;
}

.s1-list li:hover {
    margin-left: .1rem;
    transition: all 0.5s;
}

.s1-list li a {
    display: flex;
    align-items: center;
    transition: color 0.3s;
}

.s1-list .time {
    width: .65rem;
    font-size: .12rem;
    color: #0551A5;
    text-align: center;
    font-family: Arial;
    line-height: .26rem;
    background: #EEF2FF;
    box-shadow: 0px 4px 11px 0px rgba(0, 110, 202, 0.07);
    transition: all 0.3s;
    /* display: flex; */
    /* align-items: center; */
    /* justify-items: center; */
    flex-wrap: wrap;
    padding: .1rem 0;
    align-content: stretch;
    position: relative;
    height: .7rem;
    transition: color .5s;
}

.s1-list .time time {
    transition: all 0.3s;
}

.s1-list .time span {
    display: block;
    font-size: .25rem;
    color: #0460C7;
    font-weight: 600;
    transition: color 0.3s;
    /* padding: .1rem 0; */
    width: 100%;
}

.s1-list .time i {
    font-style: normal;
    display: block;
    text-align: center;
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
}

.s1-list .txt {
    padding-left: .2rem;
    position: relative;
    flex: 1;
    min-width: 0;
}


.s1-list .txt h3 {
    font-weight: bold;
    position: relative;
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .25rem;font-size: .20rem;
    color: #333333;
    line-height: .4rem;
}

.s1-listli:hover .txt h3 {
    background-size: 100% 1px;
}

.s1-list .txt p {
    color: #797979;
    font-size: .17rem;
    line-height: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.s1-list li:hover h3 {
    color: #0551A5;
    font-weight: bold;

}

.s1-list li:hover p {
    color: #888;
}

.s1-list li:hover .time {
    background: #0551A5;
    transition: color .3s
}

.s1-list li:hover .time span {
    color: #fff
}

.s1-list li:hover .time i {
    color: #fff;
    background: none;
    bottom: .07rem;


}

.section1 .s1-r {
    flex: 1;
    margin-left: 0.4rem;
    min-width: 0;
    background: url(../images/xwbk_bg.png) 90% 50% no-repeat;
    background-size: auto;
}

.xw_list {}

.xw_list ul {}

.xw_list ul li {
    margin-top: .2rem;
}

.xw_list ul li a {
    display: block;
    padding: 0.15rem 0.15rem;
    position: relative;
    overflow: hidden;
}

.xw_list ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 1px solid #0551A5;
    transition: all 0.5s;
}

.xw_list ul li a span {
    display: block;
    font-size: 0.18rem;
    line-height: 1;
    color: #A3A4A4;
}

.xw_list ul li a h3 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.24rem;
    height: 0.3rem;
    color: #353535;
    margin-top: 0.1rem;
    transition: all 0.5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.xw_list ul li:hover {
    background: #F8FAFF;
}

.xw_list ul li:hover a::after {
    width: 100%;
}

.xw_list ul li:hover a span {
    color: #0551A5;
    font-weight: bold;
}

.xw_list ul li:hover a h3 {
    color: #0551A5;
    font-weight: bold;
}

.section2 .s2-c {
    display: flex;
    justify-content: space-between;
    /* overflow: hidden; */
}

.section2 .s2-l {
    width: 64%;
}

.vider_list {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 -0.1rem;
}

.vider_list ul {
    margin: 0 -.2rem;
}

.vider_list ul .slick-list {
    z-index: 9;
}

.vider_list .item {
    width: 50%;
    margin-top: 0;
    transition: all 0.3s;
    position: relative;
}

.vider_list .item:before {
    content: "";
    position: absolute;
    width: 0.16rem;
    height: 0.16rem;
    bottom: .07rem;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 9;
    opacity: 0;
    transition: all 0.6s;
    border: 1px solid #1962C8;
}

.vider_list .item.slick-current:before {
    opacity: 1;
}

.vider_list .item:after {
    content: "";
    position: absolute;
    width: 0.08rem;
    height: 0.08rem;
    background: #397EDB;
    bottom: .12rem;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.vider_list .item a {
    margin: .2rem .2rem 0 .2rem;
    display: block;
    padding-bottom: 0.32rem;
    position: relative;
}

.vider_list .item a:before {
    content: "";
    position: absolute;
    background: rgba(246, 248, 255, 0.53);
    left: 0;
    right: 0;
    top: 0;
    bottom: .16rem;
    z-index: 1;
}

.vider_list .item:hover a:before {
    transition: all 0.3s;
    background: #f5f8ff;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, .1);
}

.vider_list .item:hover .tit {
    color: #0551A5;
}

.vider_list .item:hover .arrow {
    background: #0551A5;
    color: #fff
}

.vider_list .item .pic {
    overflow: hidden;
    padding-top: 64%;
    z-index: 9;
    position: relative;
}

.vider_list .item .pic:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/icon-video.png) no-repeat;
    background-position: center center;
    background-size: .35rem auto;
}

.vider_list .item .text-con {
    padding: .3rem;
    /* border: 1px #f1f1f1 solid; */
    border-top: 0;
    height: 2.5rem;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.vider_list .item .tit {
    font-size: .2rem;
    height: .6rem;
    font-weight: bold;
    line-height: .33rem;
    color: #333333;
    transition: color .1s !important;
}

.vider_list .item .des {
    margin-top: .2rem;
    font-family: Arial;
    font-size: .16rem;
    font-weight: normal;
    line-height: .28rem;
    color: #8D8D8D;
}

.vider_list .item .info {
    margin-top: .25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vider_list .item .date {
    font-size: .18rem;
    color: #0551A5;
    line-height: .4rem;
}

.vider_list .item .arrow {
    line-height: .4rem;
    font-size: .18rem;
    color: #0551A5;
    border: 1px solid #0551A5;
    border-radius: 0px 24px 24px 0px;
    text-align: center;
    padding: 0 .3rem;
}

.vider_list .slick-dots {
    background: url(../images/vider_list_line.png) center no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: .12rem;
    left: .1rem;
    right: 0.1rem;
    height: .1rem;
    margin: 0;
    width: auto;
}

.vider_list .slick-dots ul {}

.vider_list .slick-dots li {}

.vider_list .slick-dots li button {
    display: none;
}

.vider_list .slick-slider {
    position: relative;
}

.vider_list .slick-prev {
    width: .32rem;
    height: .32rem;
    border-radius: 50%;
    background: #F0F4FF url(../images/vider_list_prev.png) no-repeat center;
    position: absolute;
    right: 0.8rem;
    bottom: 0;
    top: auto;
    transform: translateY(0);
    left: auto;
    background-size: .1rem auto;
}

.vider_list .slick-next {
    width: .32rem;
    height: .32rem;
    border-radius: 50%;
    background: #F0F4FF url(../images/vider_list_next.png) no-repeat center;
    position: absolute;
    right: .3rem;
    bottom: 0;
    top: auto;
    transform: translateY(0);
    left: auto;
    background-size: .1rem auto;
}

/*  */
.section2 .s2-r {
    flex: 1;
    margin-left: 0.4rem;
    min-width: 0;
}

.zt-list {}

.zt-list ul {}

.zt-list li {
    margin: .2rem auto .4rem auto;
}

.zt-list li a {
    display: block;
}

.zt-list li a .pic {
    width: 100%;
    padding-top: 0;
    padding-top: 51%;
}

.zt-list li a img {}

/*  */
.section3 {
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.section3 .s3-c {
    margin: .3rem auto .5rem;
}

.fast-link {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: .2rem auto;
}

.fast-link ul {
    display: flex;
    justify-content: space-between;
}

.fast-link li {
    width: 25%;
}

.fast-link li a {
    display: block;
    border: #d1def3 1px solid;
    padding: 0.3rem 0.1rem;
    color: #292929;
    font-size: .18rem;
    font-weight: bold;
    text-align: center;
    margin-top: 0.1rem;
    transition: all 0.5s;
}

.fast-link li:hover a {
    background: #1869c3;
    color: #fff;
    margin-top: 0rem;
    transition: all 0.5s;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, .1);
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (min-width: 1025px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480) {}