@charset "utf-8";


/* 9-24 */
.ban-dots {
    position: absolute;
    right: 1.8rem;
    bottom: .8rem;
    display: flex;
    align-items: center;
    z-index: 10;
}

.ban-dots .b2,
.ban-dots .b1 {
    color: #ffffff;
    font-size: .18rem;
    font-family: 微软雅黑;
    font-weight: 600;
    font-family: fangsong;
}

.ban-dots>span::before {
    content: '0';
}

/* 进度条 */
.ban-state {
    width: 3rem;
    margin: 0 .05rem;
    font-size: 0;
}

.ban-state div {
    height: .01rem;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
}

.ban-state span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 0.03rem;
    width: 20%;
    background-color: #fff;
    transition: all 0.3s;
}

.banner .slick-dots li {
    opacity: 0 !important;
}

@media screen and (max-width: 1024px) {
    .ban-dots {
        right: auto;
        position: absolute;
        left: 50%;
        bottom: .2rem;
        transform: translateX(-50%);
    }
}

/* 9-24 */

a {
    display: block;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner video,
.banner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.banner a {
    display: block;
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-prev {
    width: .23rem;
    height: .41rem;
    background-size: 100% 100%;
    left: 1.2rem;
}

.banner .slick-next {
    width: .23rem;
    height: .41rem;
    background-size: 100% 100%;
    right: 1.2rem;
}

.banner .slick-dots {
    padding-bottom: .1rem;
}

.banner .slick-dots li {
    width: .11rem;
    height: .11rem;
    border: solid .01rem #ffffff;
    opacity: 0.5;
    border-radius: 50%;
}

.banner .slick-dots li.slick-active {
    opacity: 1;
    background: #ffffff;
}

.banner .slick-slide.slick-current a img {
    animation: img_scale 8s linear;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* s1 */

.s1 {
    padding-top: 1.2rem;
    background: url(../images/s1-rbg.jpg) no-repeat right top;
    background-size: auto 100%;
    position: relative;
}

.s1::before {
    content: '';
    position: absolute;
    left: -0.2rem;
    top: -0.6rem;
    width: 2.17rem;
    height: 6.5rem;
    background: url(../images/s1-titbg.png) no-repeat;
    background-size: 100% 100%;
}

.tit {
    position: relative;
    font-size: 0rem;
    margin-bottom: .5rem;
}

.more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.more a {
    color: #0557AD;
    font-size: .16rem;
    transition: all 0.5s;
}
.s3 .more a {
    color: #ffffff;
    font-size: .16rem;
    transition: all 0.5s;
}

.more a:hover {
    letter-spacing: .02rem;
}

.s1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.s1-l {
    flex: 1;
    min-width: 0;
    position: relative;
}

.s1-r {
    width: 8.73rem;
    margin-left: .75rem;
}

.s1-r .pic {
    padding-top: 63%;
    clip-path: polygon(0 0, 93% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
}

.tit h3 b {
    color: #0557AD;
    font-size: .4rem;
    line-height: 1;
    position: relative;
    z-index: 2;
}

.tit h3 b:first-child {
    color: #333333;
}

.tit h3 img {
    display: block;
    height: .4rem;
    position: absolute;
    left: 0;
    top: -0.25rem;
}

.s1-tx p {
    font-size: .18rem;
    line-height: .36rem;
    letter-spacing: 0.02em;
    color: #333333;
    margin: .8rem 0;
    text-align: justify;
}

.s1-more {
    background: url(../images/s1-more.png) no-repeat;
    background-size: 100% 100%;
    width: 1.6rem;
    line-height: .53rem;
    padding-left: .1rem;
}

.s1-more a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    color: #0557AD;
    font-size: .18rem;
    transition: all 0.5s;
}

.s1-more a:hover {
    letter-spacing: .02rem;
}

.s1-more a img {
    width: .2rem;
    margin-left: .15rem;
}

.s1-r .slick-prev {
    width: .54rem;
    height: .54rem;
    background: url(../images/s1-prev.png) no-repeat;
    background-size: 100% 100%;
    left: -0.27rem;
}

.s1-r .slick-next {
    width: .54rem;
    height: .54rem;
    background: url(../images/s1-next.png) no-repeat;
    background-size: 100% 100%;
    right: -0.27rem;
}

/* s2 */
.s2 {
    background: url(../images/s2-bg.png) no-repeat;
    background-size: cover;
    padding: 1rem 0;
}

.s2-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-l {
    width: 7.68rem;
    margin-right: .45rem;
}

.s2-l .pic::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -o-linear-gradient(bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: -ms-linear-gradient(bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.8) 100%);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
}

.s2-l .slick-dots {
    width: auto;
    left: auto;
    right: 0;
    padding-right: .2rem;
    padding-bottom: 2rem;
}

.s2-l .slick-dots li {
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    background: #ffffff;
    opacity: 0.5;
}

.s2-l .slick-dots li.slick-active {
    opacity: 1;
}

.s2-l .pic {
    padding-top: 56%;
}

.s2-r {
    flex: 1;
    min-width: 0;
}

.s2-tx {
    padding-top: .2rem;
}

.s2-tx span {
    color: #999;
    font-size: .16rem;
    display: block;
}

.s2-tx h3 {
    color: #333333;
    font-size: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: .3rem;
    border-bottom: .01rem solid #D8D8D8;
    position: relative;
    margin: .2rem 0;
    font-weight: 600;
}

.s2-l ul li a:hover h3 {
    color: #0557AD;
}

.s2-tx h3::after {
    content: '';
    width: 1.5rem;
    height: .04rem;
    background-color: #0557AD;
    position: absolute;
    left: 0;
    bottom: -0.01rem;
}

.s2-tx p {
    color: #999999;
    font-size: .16rem;
    line-height: .24rem;
    height: .48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s2-r ul li:last-child a {
    border-color: transparent;
}

.s2-r ul li a {
    border-bottom: .01rem solid #EDEDED;
    padding: .2rem .4rem;
    position: relative;
    transition: all 0.5s;
}

.s2-r ul li a span {
    display: block;
    font-size: .16rem;
    line-height: .3rem;
    letter-spacing: 0.02em;
    color: #999999;
}

.s2-r ul li a h3 {
    font-size: .2rem;
    line-height: .3rem;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #333333;
}

.s2-r ul li.on a {
    background: #FFFFFF;
    box-shadow: 0rem .04rem .1rem 0rem rgba(0, 0, 0, 0.06);
}

.s2-r ul li.on a::after {
    content: '';
    width: 1.05rem;
    height: .03rem;
    background-color: #DBAA4A;
    position: absolute;
    left: .4rem;
    top: 0;
}

.s2-r ul li.on a h3 {
    font-weight: 600;
    color: #0557AD;
}

/* s3 */
.s3 {
    background: url(../images/s3-bg.jpg) no-repeat;
    background-size: cover;
    padding-top: .75rem;
    padding-bottom: .7rem;
}

.s3 .tit h3 b {
    color: #ffffff;
}

.s3-lt>ul {
    margin-left: -0.35rem;
    margin-right: -0.35rem;
}

.s3-lt ul li a {
    margin: 0 .35rem;
}

.s3-lt ul li a:hover .s3-jt {
    background: url(../images/s3-jt2.png) no-repeat;
    background-size: 100% 100%;
}

.s3-lt ul li a .pic {
    padding-top: 65%;
}

.s3-tx {
    padding-top: .25rem;
}

.s3-tx h3 {
    font-size: .24rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}

.s3-tx p {
    font-size: .16rem;
    line-height: .24rem;
    height: .48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: rgba(255, 255, 255, 0.8);
    margin-top: .2rem;
    margin-bottom: .25rem;
}

.s3-jt {
    width: .6rem;
    height: .6rem;
    background: url(../images/s3-jt1.png) no-repeat;
    background-size: 100% 100%;
}


/* 进度条 */
.s2-state {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    margin-top: .7rem;
}

.s2-state div {
    height: .02rem;
    background-color: #3078D3;
    position: relative;
}

.s2-state span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background-color: #DBAA4A;
    transition: all 0.3s;
}

/* 进度条end */

/* s4 */

.s4 {
    padding: 1.2rem 0;
    background: url(../images/s4-bg.png) no-repeat;
    background-size: cover;
}

.s4-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.s4-c::after {
    content: '';
    height: .82rem;
    width: 3.29rem;
    background: url(../images/s4-bline.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -0.2rem;
    left: -0.2rem;
}

.s4-c::before {
    content: '';
    height: .82rem;
    width: 3.29rem;
    background: url(../images/s4-tline.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -0.2rem;
    right: -0.2rem;
}


.s4-r {
    width: 60%;
}

.s4-l {
    flex: 1;
    min-width: 0;
    background: url(../images/s4-lbg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: .6rem;
    position: relative;
    z-index: 2;
}

.s4-l .tit {
    margin-left: .5rem;
    margin-right: .3rem;
}

.s4-r .pic {
    padding-top: 6.54rem;
}

.s4-lt ul li a {
    padding: .28rem 0;
    padding-left: .5rem;
    padding-right: .3rem;
    position: relative;
    transition: all 0.5s;
}

.s4-lt ul li a h3 {
    color: #333333;
    font-size: .2rem;
    margin-bottom: .15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4-lt ul li a p {
    font-size: .16rem;
    line-height: .24rem;
    height: .48rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: none;
}

.s4-lt ul li.on a h3 {
    color: #1567BE;
    font-weight: 600;
}

.s4-lt ul li.on a p {
    display: block;
    display: -webkit-box;
}

.s4-lt ul li.on a {
    background: #ffffff;
    border-right: .05rem solid #DBAA4A;
    margin-right: -0.5rem;
}

.s4-r .pic {
    clip-path: polygon(0 0, 93% 0, 100% 10%, 100% 100%, 0 100%, 0 0);
}







@media screen and (max-width: 1024px) {
    .tit h3 b {
        font-size: .3rem;
    }
    .tit h3 img {
        height: .3rem;
    }
    .banner a {
        padding-top: 50%;
        height: auto;
    }

    .s1 {
        padding-top: .5rem;
    }

    .s1-tx p {
        margin: .3rem 0;
    }
    .s1-l {
        flex: auto;
        width: 100%;
        margin-bottom: .3rem;
    }

    .s1-r {
        width: 100%;
        margin: 0;
    }

    .s1 {
        background-size: 0;
    }

    .s1::before {
        display: none;
    }
    .s1-r .slick-prev {
        left: .1rem;
    }
    .s1-r .slick-next {
        right: .1rem;

    }
    .s2 {
        padding: .5rem 0;
    }
    .s2-l {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }
    .s2-r {
        flex: auto;
        width: 100%;
    }
    .s2-r ul li a {
        padding: .2rem;
    }
    .s3-lt ul li a {
        margin: 0 .2rem;
    }
    .s3-lt>ul {
        margin: 0;
    }
    .s2-state {
        margin-top: .5rem;
    }
    .s3-jt {
        height: .4rem;
        width: .4rem;
    }

    .s4-l {
        flex: auto;
        width: 100%;
        order: 2;
    }
    .s4-r {
        width: 100%;
        margin: 0;
    }
    .s4 {
        padding: .5rem 0;
    }

    .s4-lt ul li.on a {
        margin-right: 0;
    }
    .s4-r .pic {
        padding-top: 64%;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}