@charset "utf-8";



.banner-line div {
    width: 0;
    height: 1px;
    background: rgba(208, 178, 126, 0.3);
    transition: all 3s;
}

.banner-line {
    flex: 1;
    min-width: 0;
    height: 1px;
    position: relative;
    display: flex;

}

.banner.ani .banner-line div {
    width: 100%;
}

.banner-linel {
    justify-content: flex-end;
}

.banner-liner {
    justify-content: flex-start;
}

.banner-linel::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #D0B27E;
    transform: translateY(-50%) rotateZ(45deg);
}

.banner-linel::after {
    content: "";
    position: absolute;
    top: 0;
    right: 6px;
    width: 6px;
    height: 6px;
    background: #D0B27E;
    border: 1px solid #D0B27E;
    transform: translateY(-50%) rotateZ(45deg);
}

.banner-liner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    border: 1px solid #D0B27E;
    transform: translateY(-50%) rotateZ(45deg);
}

.banner-liner::after {
    content: "";
    position: absolute;
    top: 0;
    width: 6px;
    height: 6px;
    background: #D0B27E;
    border: 1px solid #D0B27E;
    transform: translateY(-50%) rotateZ(45deg);
    left: 6px;
}

#downPage {
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    background: url(../images/down-page1.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    margin: 0 .6rem;
    opacity: 0;
    transition: opacity 2s;
    animation: _ani1 10s infinite linear;
}

.banner.ani #downPage {
    opacity: 1;
}

#downPage::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/down-page1.png) no-repeat;
    background-size: 100% 100%;
    animation: ani_bj 3s infinite linear;
    opacity: 0;
}

#downPage img {
    animation: _ani2 10s infinite linear;
}

@keyframes _ani1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes _ani2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-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;
    width: 100%;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner-more {
    font-size: .18rem;
    color: #fff;
    padding-left: .15rem;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.65rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 97%);
}

.banner .slick-slide a>img, .banner .slick-slide a>video {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner .slick-slide a div {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .slick-slide a div img {
    display: block;
    max-width: 70%;
    max-height: 1.83rem;
    transition: all 1s;
    transform: scale(0);
    opacity: 0;
}

.banner .slick-slide a div img.on {
    opacity: 1;
    transform: scale(1);
}

.banner .slick-slide.slick-current a>img {
    animation: img_scale linear 8s;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }

}

.b-dot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.48rem;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.b-dot>div {
    width: 0.08rem;
    height: 0.24rem;
    background: rgba(255, 255, 255, .5);
    margin: 0 0.06rem;
    cursor: no-drop;
}

.banner .slick-dots {
    position: absolute;
    font-size: 0;
    display: flex !important;
    justify-content: center;
    align-items: flex-end;
    left: 0;
    bottom: 2.3rem;
    left: 0;
    right: 0;
    max-width: 16rem;
    margin: 0 auto;
}


.banner .slick-dots li {
    border-radius: 50%;
    margin: 0;
    position: relative;
    height: 12px;
    display: flex;
    align-items: center;
    width: 12px;

    background: url(../images/banner-dot-11.png) no-repeat;
    opacity: 1;
    margin-right: 8px;
    margin-left: 8px;
    transition: all .5s;
    text-align: center;

}

.banner .slick-dots li:nth-child(1):before {
    display: none;
}

.banner .slick-dots li:before {}

.banner .slick-dots li:after {}

.banner .slick-dots li span {
    display: block;
    position: relative;
}

.banner .slick-dots li span::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    background: url(../images/banner-dot-act.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0;
    height: 0;
    transition: all .5s;
}

.banner .slick-dots li.slick-active {
    opacity: 1;
    width: .62rem;
    background: transparent;
}

.banner .slick-dots li.slick-active span {}

.banner .slick-dots li.slick-active span::before {

    width: .62rem;
    height: .15rem;
}

.banner .slick-dots li.slick-active::before {
    opacity: 1;
}

.banner .slick-dots li.slick-active::after {
    opacity: 0;
}






.banner .banner-prev {
    position: absolute;
    left: 0;
    width: 10%;
    top: 0;
    bottom: 0;
    transition: all .6s;
    cursor: pointer;
    z-index: 9;
}

.banner .banner-next {
    position: absolute;
    right: 0;
    width: 10%;
    top: 0;
    bottom: 0;
    transition: all .6s;
    cursor: pointer;
    z-index: 9;
}

.banner .banner-prev span {
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    width: 1.27rem;
    height: 1.52rem;
    background: url(../images/prev.png) no-repeat center center;
    background-size: 1.27rem auto;
    opacity: 0;
    z-index: -1;
    cursor: pointer;
    transition: .6s
}

.banner .banner-next span {
    position: absolute;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    width: 1.27rem;
    height: 1.52rem;
    background: url(../images/next.png) no-repeat center center;
    background-size: 1.27rem auto;
    opacity: 0;
    z-index: -1;
    cursor: pointer;
    transition: .6s
}

.banner:hover .banner-prev span {
    opacity: .4;
    z-index: 9;
}

.banner:hover .banner-next span {
    opacity: .4;
    z-index: 9;
}

.banner .banner-prev span:hover {
    opacity: 1;
    z-index: 9;
}

.banner .banner-next span:hover {
    opacity: 1;
    z-index: 9;
}

.index {
    overflow: hidden;
}

.tit {
    position: relative;
    z-index: 9;
    margin-bottom: .35rem;
}

.tit-name {
    display: flex;
    align-items: center
}

.tit-name>img {
    max-height: .58rem;
    margin-right: 0.1rem;
}

.tit-name>div h2 {
    font-size: .3rem;
    font-weight: bold;
    line-height: .43rem;
    letter-spacing: normal;
    color: #333333;
}

.tit-name>div h2 span {
    color: #244b97;
}

.tit-name>div p {
    font-size: .14rem;
    font-weight: normal;
    line-height: .18rem;
    letter-spacing: normal;
    color: #2D7BBB;
    padding-left: .2rem;
    background: url(../images/ftit-icon1.png) no-repeat;
    background-position: left center;
    background-size: .14rem auto;
}


.tit-more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.tit-more a {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.4rem;
    color: #888;
    transition: all .5s;
    border-radius: 0.25rem;

}

.tit-more:hover a {
    color: #2D7BBB;
}


.s1 {
    padding-top: .6rem;
    padding-bottom: .6rem;
    background: #f0f5f8 url(../images/s1_bj.jpg) no-repeat center bottom;
}

.s1-c {
    display: flex;

}

.s1-l {
    width: 7.6rem;
    margin-right: .6rem;
}

.s1-l ul li a {
    display: block;
    position: relative;
}

.s1-l ul li a .pic {
    padding-top: 73%;
}

.s1-l ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1rem;
    height: 0.8rem;
    padding: 0 1.5rem 0 .6rem;
    height: 1.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.s1-l ul li a .info span {
    display: inline;
    font-size: .16rem;
    font-weight: normal;
    color: #FFFFFF;
    width: 1.4rem;
    padding: 0.1rem 0.15rem 0.1rem 0.35rem;
    text-align: center;
    background: #244b97 url(../images/art-time11.png) no-repeat 15px center;
}

.s1-l ul li a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: #ffffff;
    margin-top: 0.04rem;
}

.s1-l .slick-dots {
    display: flex;
    align-items: center;
    height: 0.8rem;
    width: auto;
    right: 0.2rem;
    bottom: 1.1rem;
}

.s1-l .slick-dots li {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    border: 0.02rem solid transparent;
    transition: all .5s;
    margin: 0 .04rem;
    position: relative;
}

.s1-l .slick-dots li button {
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0.12rem;
    height: 0.12rem;
    background-color: #a99391;
    border-radius: 50%;
    transition: all .5s;
}

.s1-l .slick-dots li.slick-active {
    background-color: #fff;
}

.s1-l .slick-dots li.slick-active button {
    opacity: 0;
}

.s1-l .titline1 {
    padding: .2rem .35rem;
    height: .9rem;
    line-height: .55rem;
    background: url(../images/bh_bj.png);
    font-weight: normal;
    font-size: .2rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s1-l li:hover .titline1 {
    color: #244b97;
}


.s1-r {

    flex: 1;
    min-width: 0;
}

.s1-r ul {
    height: 100%;
}

.s1-r ul li {
    height: auto;
    background: url(../images/line_xw.png) no-repeat 90px center;
}

.s1-r ul li a {
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
}

.s1-r ul li a .date_xw {
    width: 120px;
    margin-right: 20px;
    padding-top: .3rem;

}

.s1-r ul li a .date_xw .up_xw {
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    font-size: .3rem;
    color: #244b97;
    font-weight: bold;
}

.s1-r ul li a .date_xw .down_xw {
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    font-size: .16rem;
    color: #888888;
}


.s1-r ul li a .bt_tit {
    font-size: 0.18rem;
    font-stretch: normal;
    line-height: 0.34rem;
    letter-spacing: 0rem;
    color: #333333;
    width: 100%;
    border-bottom: 1px dashed #bcd6ef;
    padding: .3rem 0 .3rem;
}

.s1-r ul li a .bt_tit p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height:0.67rem;
    text-overflow: ellipsis;
    font-size: .2rem;
}

.s1-r ul li a span {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #666666;
    width: 100%;
}

.s1-r ul li:hover {
    padding: 0 20px;
    background: #244b97 url(../images/ddd.jpg) no-repeat 115px center;
}

.s1-r ul li:hover a .date_xw .up_xw {
    color: #fff;
}

.s1-r ul li:hover a .bt_tit p {
    color: #fff;
}

.s1-r ul li:hover a .date_xw .down_xw {
    color: #8d9bc0;
}

.s1-r ul li:hover a .bt_tit {
    border-bottom: 0px dashed #244b97;
}



.s1-b {
    margin-top: .35rem;
}

.s1-b ul {
    display: flex;
    margin: 0 -.18rem;
}

.s1-b ul li {
    width: 33;
    width: 33.33%;
}

.s1-b ul li a {
    display: flex;
    align-items: flex-start;
    padding: .42rem 0.24rem;
    position: relative;
    margin: 0 .18rem;
    background: #FFFFFF;
    border-bottom: 3px solid #2D7BBB;
    transition: all .5s;
}

.s1-b ul li a::before {}

.s1-b ul li:last-child a::before {
    display: none;
}

.s1-b ul li a::after {}

.s1-b ul li a .pics {
    width: 2.2rem;
    margin-right: .2rem;
}

.s1-b ul li a .pics .pic {
    padding-top: 63%;
}

.s1-b ul li a .info {
    flex: 1;
    min-width: 0;
    padding-top: .05rem;
}

.s1-b ul li a .info div {
    display: flex;
    align-items: center;
}

.s1-b ul li a .info div span {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #3D3D3D;
}

.s1-b ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: .9rem;
    margin-top: .1rem;
}



.s4 {
    padding-top: .7rem;
    padding-bottom: .87rem;
    position: relative;
    z-index: 1;
    background: url(../images/s4-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}




.s4-c {
    margin-top: .6rem;
    position: relative;
}

.s4-c .prev {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #CACACA;
    width: .49rem;
    height: .49rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: .24rem;
    transition: all .5s;
}

.s4-c .prev svg {
    width: 0.13rem;
}

.s4-c .next {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #CACACA;
    width: .49rem;
    height: .49rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: .24rem;
    transition: all .5s;
}

.s4-c .next svg {
    width: 0.13rem;
}

.s4-c .swiper-container {
    overflow: visible;
}

.s4-c ul {
    overflow: visible;
}

.s4-c ul li {
    border-radius: .1rem;
    overflow: hidden;
    padding-bottom: 1px;
}

.s4-c ul li {
    opacity: 0;
    pointer-events: none;
    transition: all .5s;
}

.s4-c ul li.swiper-slide-active {
    opacity: 1;
    pointer-events: auto;
}

.s4-c .swiper-container .swiper-slide.swiper-slide-active+.swiper-slide {
    opacity: 1;
    pointer-events: auto;
}

.s4-c ul li>a {
    display: block;
    position: relative;
}

.s4-c ul li>a .ts_tit {
    position: absolute;
    z-index: 100;
    bottom: .25rem;
    text-align: center;
    display: block;
    width: 100%;
    color: #fff;
    font-size: .2rem;
    font-weight: bold;
    line-height: .35rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 .2rem;
}

.s4-c ul li .ts_tit_sm {
    /* display:none; */
    background: #fff url(../images/s4-itembg.jpg) no-repeat left bottom;
    background-size: cover;
    border-radius: .15rem .15rem 0 0;
    padding: .15rem .2rem;
    position: absolute;
    bottom: 0px;
    opacity: 0;
    transition: all .5s;
    width:100%;
}

.s4-c ul li:hover .ts_tit_sm {
    /* display:block; */
    opacity: 1;
}

.s4-c ul li:hover>a .ts_tit {
    display: none;
}

.s4-c ul li .ts_tit_sm .sm_tit {
    text-align: center;
    margin-bottom: .15rem;
    font-size: 0.22rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.35rem;
    letter-spacing: 0rem;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s4-c ul li .ts_tit_sm .sm_wz {
    margin-bottom: .15rem;
    text-align: left;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .72rem;
    margin-top: .18rem;
}

.s4-c ul li .ts_tit_sm a {
    text-align: center;
    display: block;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #244b97;

}

.s4-c ul li .ts_tit_sm a:nth-child(1) {
    border-bottom: 1px solid #fff;
    margin-bottom: .2rem;
}

.s4-c ul li a .pic {
    padding-top: 132%;
}

.s4-c ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.11rem;
    border-radius: 0.1rem;
    opacity: 0.87;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.foot-info_bt {
    font-size: .22rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.foot-info ul li {
    float: left;
    width: 50%;
    font-size: .16rem;
    color: #fff;
}

.lj_footer {
    margin-top: 10px;
}

.lj_footer a {
    display: inline-block;
    padding: 10px 20px;
    font-size: .16rem;
    color: #fff;
}

.dw {
    position: relative;
    z-index: 100;
}

.ksss {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: -2rem;
    background: url(../images/bj_ks.png) no-repeat center center;
    background-size: cover;
    box-shadow: inset 0.02rem 0rem 0.05rem 0rem rgba(255, 255, 255, 0.54),
        inset 0.05rem 0rem 0.01rem 0rem rgba(255, 255, 255, 0.54),
        inset 0.46rem 0rem 0.9rem 0.3rem rgba(255, 255, 255, 0.34);
    border-radius: 0.15rem;
}

.ksss li {
    float: left;
    width: 33.33%;
    text-align: center;
    padding: .4rem 0;
}

.ksss li .ksss_bt {
    height: .5rem;
  /**  margin-bottom: .2rem;  **/
    font-size: .3rem;
    font-weight: bold;
}

.ksss li:hover .ksss_bt {
    color: #244b97;
}

.ksss li .ksss_bt img {
    height: .5rem;
    margin-right: 10px;
    vertical-align: middle;
}

.ksss li .ksss_lr {
    font-size: .16rem;
    color: #555;
}

.ksss li:hover .ksss_lr {
    color: #244b97;
    font-weight: bold;
}

.bckgroup1 {
    background: url(../images/bckgroup1bg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s5 {
    padding-top: .55rem;
}

.s5-c {
    position: relative;
}

.s5-box {
    display: flex;
}

.s5-boxl {
    width: 48%;
}

.s5-boxl a {
    display: block;
    position: relative;
    border-radius: 0.1rem;
    overflow: hidden;
}

.s5-boxl a .pic {
    padding-top: 64.2%;
}

.s5-boxl a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.11rem;
    border-radius: 0.1rem;
    opacity: 0.87;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.s5-boxl a h3 {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.42rem;
    letter-spacing: 0rem;
    color: #ffffff;
    position: absolute;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: .16rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.s5-boxr {
    flex: 1;
    min-width: 0;
}

.s5-boxr ul {
    display: flex;
}

.s5-boxr ul li {
    width: 50%;
}

.s5-boxr ul li a {
    display: block;
    margin-left: .42rem;
}

.s5-boxr ul li a .pic {
    padding-top:107%;
    border-radius: .1rem;
}

.s5-boxr ul li a .info {
    background-color: #ffffff;
    border-radius: 0.1rem;
    padding: .3rem .2rem .4rem .2rem;
    margin-top: -.1rem;
    position: relative;
    z-index: 9;
}

.s5-boxr ul li a .info h3 {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: .3rem;
}

.s5-boxr ul li a .info p{
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.48rem;
    margin-top: .18rem;
}




.s5-c .prev {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #CACACA;
    width: .49rem;
    height: .49rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: .24rem;
    transition: all .5s;
}

.s5-c .prev svg {
    width: 0.13rem;
}

.s5-c .next {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #CACACA;
    width: .49rem;
    height: .49rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: .24rem;
    transition: all .5s;
}

.s5-c .next svg {
    width: 0.13rem;
}








.s6 {
    padding-top: 1rem;
    padding-bottom: 1.1rem;
}

.s6-c {}

#certify {
    position: relative;
}

#certify .swiper-container {}

#certify .swiper-slide {
    width: 8.65rem;
    transition: all 0.5s;
}

#certify .swiper-slide a {
    display: block;
}

#certify .swiper-slide a .pics {
    position: relative;
    overflow: hidden;
}

#certify .swiper-slide a .pics .pic {
    padding-top: 65%;
    border-radius: 0.1rem;
    transition: all 0.5s;
}
#certify .swiper-slide a .pics .pic:after{
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.11rem;
    border-radius: 0.1rem;
    opacity: 0.87;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

#certify .swiper-slide a .pics .pic div {
    transition: all 0.5s;
    /* opacity: .4; */
}

#certify .swiper-slide a .pics .s5-item-tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 10;
}

#certify .swiper-slide a .pics .s5-item-tit p {
    font-size: 0.2rem;
    font-weight: 600;
    line-height: 0.35rem;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin:0 20px;
}

#certify .swiper-slide a .info {
    background: #fff;
    background-color: #ffffff;
    border-radius: 0rem 0rem 0.2rem 0.2rem;
    opacity: 0;
    transition: all 0.5s;
    padding: .25rem .3rem;
}

#certify .swiper-slide a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: SourceHanSerifCN-Regular;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.4rem;
    color: #222222;
    padding-right: .5rem;
    background: url(../images/icon-play.png) no-repeat;
    background-position: right center;
    background-size: auto .35rem;
    border-radius: 0 0 0.2rem 0.2rem;
}

#certify .swiper-slide.swiper-slide-active a .info {
    opacity: 1;
}

#certify .swiper-slide.swiper-slide-active a .pics .pic {
    border-radius: .1rem;
}

#certify .swiper-slide.swiper-slide-active a .pics .pic div {
    opacity: 1;
}

#certify .swiper-slide.swiper-slide-active a .pics .s5-item-tit {
    opacity: 1;
}

#certify .swiper-slide.swiper-slide-active a:hover .info h3 {
    color: #03419e;
}

#certify .swiper-slide a .pics .pic {
    z-index: 1;
}

#certify .swiper-slide.on {
    transition: 0.5s;
}

#certify .swiper-slide-prev a .pics .pic {
    transform-origin: right center;
}

#certify .swiper-slide-active a .pics .pic {
    z-index: 10;
}

#certify .swiper-slide-active+.swiper-slide a .pics .pic {
    z-index: 3;
}

#certify .swiper-slide-active+.swiper-slide+.swiper-slide a .pics .pic {
    z-index: 2;
}


.s6-c .prev {
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #CACACA;
    width: .49rem;
    height: .49rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: .24rem;
    transition: all .5s;
}

.s6-c .prev svg {
    width: 0.13rem;
}

.s6-c .next {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #CACACA;
    width: .49rem;
    height: .49rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-left: .24rem;
    transition: all .5s;
}

.s6-c .next svg {
    width: 0.13rem;
}




@media screen and(-ms-high-contrast:active), (-ms-high-contrast:none) {}


@media screen and (min-width: 1025px) {
    .s1-r ul li a:hover h3, .s1-r ul li a:hover p, .s1-r ul li a:hover span, .s1-b ul li a:hover .info h3, .s1-b ul li a:hover .info div span, .s3-r ul li a:hover .info h3, .s3-r ul li a:hover .info p, .s3-item:hover .info h3, .s3-item:hover .info span {
        color: #2D7BBB;
    }


    .s1-b ul li a:hover {
        box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.16);
    }



    .s4-c .prev:hover {
        background: #2D7BBB;
        border-color: #2D7BBB;
    }

    .s4-c .prev:hover svg * {
        fill: #fff;
    }

    .s4-c .next:hover {
        background: #2D7BBB;
        border-color: #2D7BBB;
    }

    .s4-c .next:hover svg * {
        fill: #fff;
    }

    .s4-c ul li:hover {
        transform: translateY(-.18rem);
        box-shadow: 0 0 .2rem rgba(0, 0, 0, .3);
    }


    .s4-c .swiper-container .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide {
        opacity: 1;
        pointer-events: auto;
    }

    .s4-c .swiper-container .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide {
        opacity: 1;
        pointer-events: auto;
    }


    .s5-c .prev:hover {
        background: #2D7BBB;
        border-color: #2D7BBB;
    }

    .s5-c .prev:hover svg * {
        fill: #fff;
    }

    .s5-c .next:hover {
        background: #2D7BBB;
        border-color: #2D7BBB;
    }

    .s5-c .next:hover svg * {
        fill: #fff;
    }

    .s5-boxr ul li a:hover .info h3 {
        color: #244b97;
    }

    .s6-c .prev:hover {
        background: #2D7BBB;
        border-color: #2D7BBB;
    }

    .s6-c .prev:hover svg * {
        fill: #fff;
    }

    .s6-c .next:hover {
        background: #2D7BBB;
        border-color: #2D7BBB;
    }

    .s6-c .next:hover svg * {
        fill: #fff;
    }


}

@media screen and (max-width: 1400px) {
    .s1-r ul li {
        height: auto;
        background: url(../images/line_xw.png) no-repeat 80px center;
    }
}

@media screen and (max-width: 1024px) {
.foot-info ul li {
    float: none;
    width: auto; 
    display: inline-block;
    margin: 0 8px;
}
.foot-info_bt,
.foot-info ul { 
    text-align: center;
}

    .foot-rl {
        margin-bottom: .2rem;
    }

    .s0 .w16 {
        width: 100%;
        padding: 0;
    }

    .ksss {
        position: static;
        background: url(../images/bj_ks1.png) no-repeat center center;
    }

    .foot-l {
        text-align: center;
    }

    .foot-l a img {
        margin: 0 auto;
    }

    .banner .slick-dots {
        bottom: .4rem;
        justify-content: center;
    }

    .banner .slick-slide a img {
        height: auto !important;
    }

    .banner .slick-slide a::after {
        height: 1rem;
    }

    .banner .banner-prev span, .banner .banner-next span {
        width: 0.63rem;
        height: 0.76rem;
        background-size: 0.63rem auto;
    }

    .banner .slick-dots li:before {
        width: .25rem;
        margin: 0 0.05rem;
    }

    .index {
        position: static;
        padding-top: 0;
        overflow: hidden;
    }


    .s1-c {
        display: block;
    }

    .s1-l {
        width: auto;
        margin-right: 0;
       margin-bottom: .4rem;
    }

    .s1-l ul li a .info {
        padding-left: .15rem;
        padding-right: 0;
        height: .8rem;
    }

    .s1-l ul li a .info span {
        font-size: .16rem;
    }

    .s1-l ul li a .info h3 {
        font-size: .18rem;
        margin-top: 0;
    }

    .s1-r {
        margin-right: 0;
 
    }

    .s1-b ul {
        display: block;
    }

    .s1-b ul li {
        width: auto;
    }

    .s1-b ul li+li {
        margin-top: .2rem;
    }

    .s1-b ul li a {
        padding: .15rem;
    }

    .s1-b ul li a .pics {
        width: 1.7rem;
        margin-right: .1rem;
    }

    .s1-b ul li a .info h3 {
        max-height: .6rem;
        -webkit-line-clamp: 2;
    }


    .s4-c .s4-arrows {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: .3rem;
    }

    .s4-c .s4-arrows div {
        position: static;
        top: auto;
        transform: translateY(0);
        width: 0.4rem;
        height: 0.4rem;
        margin: 0 .1rem;
    }

    .s4-c .s4-arrows div svg {
        width: .12rem;
    }

    /**/
    .s5-c .s5-arrows {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: .3rem;
    }

    .s5-c .s5-arrows div {
        position: static;
        top: auto;
        transform: translateY(0);
        width: 0.4rem;
        height: 0.4rem;
        margin: 0 .1rem;
    }

    .s5-c .s5-arrows div svg {
        width: .12rem;
    }


    .tit-name>img {
        max-height: .4rem;
    }

    .tit-name>div h2 {
        font-size: .24rem;
        line-height: .3rem;
        margin-top: 0;
    }

    .s4-c{
        margin-top: .35rem;
    }
    .s1, .s4,.s6 {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .s5{
        padding-top: .5rem;
    }

.s5-boxr ul li a .info{
    padding: .15rem;
}

}

@media screen and (max-width: 768px) {
    .ksss li .ksss_bt {
        font-size: .2rem;
    }

    .ksss li {
        padding: .36rem .1rem;
    }

    .ksss li .ksss_bt {
        height: .4rem;
        line-height: .4rem;
     /**   margin-bottom: .1rem;   **/
    }

    .ksss li .ksss_bt img {
        height: .4rem;

    }

    .s5-box{
        display: block;
    }
    .s5-boxl{
        width: auto;
    }
    .s5-boxr ul{
        margin-top: .2rem;
        justify-content: space-between;
    }
    .s5-boxr ul li{width: 49%;}
    .s5-boxr ul li a{margin: 0;}
    
}

@media screen and (max-width: 550px) {
    .foot-info ul li {
        float: none;
        width: 100%;
    }

    .s1-r ul li a .date_xw {
        width: 135px;
    }

    .ksss li .ksss_bt {
        font-size: .18rem;
    }

    .ksss li .ksss_bt img {
        height: .3rem;
        margin-right: 5px;
    }

}