@charset "utf-8";


@font-face {
    font-family: 'sys';
    src: url(../style/font/sySong.woff);
}

body {
    overflow-x: hidden;
}

.banner {
    position: relative;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
}




.banner .slick-slide.slick-current a img {
    animation: img_scale linear 8s;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}

.banner .slick-dots {
    font-size: 0;
    text-align: right;
    bottom: 0.6rem;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 0.15rem;
}

.banner .slick-dots li {
    display: flex;
    border-radius: 50%;
    margin: 0 0.12rem;
    transition: all 0.3s;
    vertical-align: middle;
    width: 0.3rem;
    height: 0.3rem;
    justify-content: center;
    align-items: center;

}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li button {
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #ffffff;
}

.banner .slick-dots li.slick-active {
    border-color: #fff;
    background-size: 100% 100%;
    animation: cilcle 2s infinite linear;
}

/* index */
.index {
    overflow: hidden;
    padding-bottom: 1.3rem;
    background: url(../images/index_bg_new.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.stit {
    display: flex;
    justify-content: center;
}

.stit h2 {
    display: flex;
    align-items: center;
    background: url(../images/tit-bor.png) no-repeat;
    background-position: left bottom;
    padding-bottom: .2rem;
    background-size: auto .135rem;
}

.stit h2 span {
    margin-left: .13rem;
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.4rem;
    color: #BE1D0F;
}

.stit h2 .prev {
        padding: 0 .1rem;
        margin-left:0;
        color:#fff;
    background: #BE1D0F;
}

.s1-c {
    display: flex;
    justify-content: space-between;
    margin-top: .45rem;
}

.s1-l {
    width: 8rem;
}

.s1-l ul li a {
    position: relative;
    display: block;
}

.s1-l ul li a .pic {
    padding-top: 63.25%;
}

.s1-l ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s1-zzc.png) repeat-x;
    background-position: center bottom;
}

.s1-l ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.25rem;
    z-index: 9;
    right: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    color: #ffffff;
    padding: 0 .2rem;
}

.s1-l .slick-dots {
    position: absolute;
    right: 0.25rem;
    bottom: 0.3rem;
    width: auto;
    display: flex !important;
    align-items: center;
}

.s1-l .slick-dots li {
    width: 0.12rem;
    height: 0.12rem;
    background-color: rgba(216, 216, 216, 0.4);
    margin: 0 .05rem;
    border-radius: 50%;
}

.s1-l .slick-dots li.slick-active {
    background: #D8D8D8;
}

.s1-r {
    flex: 1;
    min-width: 0;
    padding-left: .34rem;
}

.s1-r ul li a {
    display: flex;
    align-items: center;
    margin-top: .27rem;
    position: relative;
    /* transition: all 0.5s; */
}

.s1-r ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    transition: all 0.5s;
    width: 5px;
    background: #BE1D0F;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.s1-r ul li:nth-child(1) a {
    margin-top: 0;
}

.s1-r ul li a .info {
    flex: 1;
    min-width: 0;
}

.s1-r ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.25rem;
    color: #111111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    padding-left: .15rem;
    position: relative;
    transition: all 0.5s;
}

.s1-r ul li a .info h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #BE1D0F;
    width: 5px;
    height: 5px;
    border-radius: 50%;
}

.s1-r ul li a .info p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.22rem;
    color: #9E9E9E;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.44rem;
    margin-top: .15rem;
    display: none;
    transition: all 0.5s;
}

.s1-r ul li a:hover .info h3 {
    color: #be140b;
}

.s1-r ul li.on a {
    padding: .25rem .3rem .3rem .35rem;
    background: url(../images/s1-ritembg.png) no-repeat;
    background-position: left bottom;
    background-size: cover;
}

.s1-r ul li.on a::before {
    height: 100%;
}

.s1-r ul li.on a h3 {
    font-weight: 600;
    color: #BE1D0F;
    padding-left: 0;
}

.s1-r ul li.on a h3::before {
    opacity: 0;
}

.s1-r ul li.on a p {
    display: block;
}
.s1 {
    margin-top: .75rem;
}
.s2 {
    margin-top: .45rem;
}
.s2 .spub,.s2 .spub-c{
margin-top:0;
}
.s2-c {
    background: url(../images/s2-bookbg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    margin-top: .45rem;
}

.s2-l {
    width: 50%;
    padding: 0 .3rem;

}

.s2-l div img {
    display: block;
    margin: 0 auto;
    max-width: 60%;
}

.s2-l h3 {
    font-size: 0.5rem;
    font-weight: bold;
    line-height: 0.72rem;
    color: #111111;
    text-align: center;
    margin: .6rem 0;
    font-family: 'sys';
}

.s2-l p {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: .24rem;
    color: #BE1D0F;
    text-align: center;
}

.s2-r {
    width: 50%;
    padding: .5rem 4.5% .6rem 4.5%;
}

.s2-r h3 {
    font-size: .28rem;
    font-weight: bold;
    line-height: .37rem;
    color: #BE1D0F;
    text-align: center;
}

.s2-r div {
    border-top: 0.02rem solid #BE1D0F;
    margin-top: .2rem;
    padding-top: .3rem;
    height: 2.72rem;
    overflow: hidden;
}

.s2-r div p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #333333;
}

.s2-r a {
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #BE1D0F;
    margin-top: .26rem;
}

.s2-r a::before {
    content: "";
    flex: 1;
    min-width: 0;
    height: 1px;
    background: #EDD3D3;
    margin-right: .2rem;
}





.spub {
    margin-top: .9rem;
}


.spub-c {
    margin-top: .45rem;
}

.spub-c ul {
    display: flex;
    margin: 0 -.05rem;
}

.spub-c ul li {
    width: 25%;
}

.spub-c ul li a {
    display: block;
    margin: 0 .05rem;
    padding: .12rem .15rem 0 .15rem;
    transition: all 0.5s;
    position: relative;
}

.spub-c ul li a .pic {
    padding-top: 72%;
    z-index: 9;
}

.spub-c ul li a .info {
    padding: .13rem 0;
    z-index: 9;
    position: relative;
}

.spub-c ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.28rem;
    letter-spacing: 0rem;
    color: #111111;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.56rem;
    transition: color 0s;
}

.spub-c ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/spub-itembg.png) no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: all 0.5s;
}

.spub-c ul li a:hover::before {
    opacity: 1;
}

.spub-c ul li a:hover .info h3 {
    color: #fff;
    font-weight: 600;
}
.s1s2 + .spub,.s1s2 + .spub .spub-c{
margin-top: 0;
}

.s3 {
    margin-top: .7rem;
}

.s3-c {
    margin-top: .65rem;
    display: flex;
}

.s3-l {
    width: 9.89rem;
    position: relative;
    z-index: 1;
}

.s3-l ul {
    overflow: hidden;
    position: relative;
}

.s3-l ul li {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    opacity: 0;
    /* transform: translateX(100%); */
    transition: all 0.5s;
    z-index: -9;
}

.s3-l ul li.on {
    position: relative;
    z-index: 9;
    /* transform: translateX(0); */
    opacity: 1;
}


.s3-l ul li a {
    display: block;

}

.s3-l ul li a .pic {
    padding-top: 56%;
}

.s3-r {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 9;
    background: url(../images/s3-rbg.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s3-r ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.s3-r ul li {
    padding: 0 .4rem;
    position: relative;
}

.s3-r ul li a {
    display: block;
    /* transition: all 0.5s; */
    border-top: 1px dashed #FFFFFF;
    line-height: 0.7rem;
    font-size: 0.18rem;
    color: #0B0B0B;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-r ul li:nth-child(1) a {
    border-top: none;
}

.s3-r ul li.on {
    background: url(../images/s3-ritembg.png) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0 .2rem;
}

.s3-r ul li.on a {
    line-height: 0.9rem;
    color: #fff;
    font-size: 0.22rem;
    font-weight: 600;
    border-color: transparent;
}

.s3-r ul li.on+li a {
    border-color: transparent;
}

.s3-r ul li.on::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    border-width: .45rem .15rem .45rem 0;
    border-style: solid;
    border-color: transparent #BE1D0F transparent transparent;
}

.ss6 {
    margin-top: .93rem;
}

.ss6 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ss6 ul li {
    width: 49%;
}

.ss6 ul li a {
    display: block;
}

.ss6 ul li a .pic {
    padding-top: 22.7%;
}



@media screen and (max-width: 1200px){
    .s3-l{
        width: 8.5rem;
    }
    .s3-r ul li a{
        line-height: .6rem;
    }
    .s3-r ul li.on a{
        line-height: .8rem;
    }
    .s3-r ul li{
        padding: 0 .2rem;
    }
    .s3-r ul li.on::before{
        border-width: .4rem .15rem .4rem 0;
    }
}

@media screen and (max-width: 1024px) {
    .s1-c {
        display: block;
    }

    .s1-l {
        width: auto;
        margin-bottom: .3rem;
    }

    .s1-r {
        padding-left: 0;
    }

    .s1-r ul li a {
        margin-top: .25rem;
    }


    .spub-c ul {
        flex-wrap: wrap;
        margin: 0 -.05rem;
    }

    .spub-c ul li {
        width: 50%;
    }

    .spub-c ul li a {
        margin: 0;
    }



    .s1-l ul li a p {
        padding: 0 .1rem;
        bottom: 0.15rem;
    }

    .s1-l .slick-dots li {
        width: 0.08rem;
        height: 0.08rem;
    }

    .s1-l .slick-dots {
        right: 0.1rem;
        bottom: .2rem;
    }
 
 

    .spub, .ss6 {
        margin-top: .35rem;
    }

    .spub-c {
        margin-top: .25rem;
    }

    .spub-c ul li a .info {
        padding: .1rem 0;
    }

    .stit h2 span {
        font-size: .24rem;
        letter-spacing: -1px;
        margin-left: 0.05rem;
    }

    .stit h2 img {
        height: 0.35rem;
    }
    .s2-l h3 {
        font-size: .3rem;
        line-height: .31rem;
        margin: .25rem 0;
    }

    .s2-c {
        display: block;
        background: none;
    }

    .s2-l {
        width: auto;
        padding: .3rem .2rem;
        background: #fcf8f3;
    }
    .s2-r{
        width: auto;
        background: #f2ede7;
        padding: .3rem .2rem;
    }
    .s2-l div img{
        height: 0.8rem;
    }
    .s2-r h3{
        font-size: .22rem;
    }
    .s3-c{
        display: block;
    }
    .s3-l{
        width: auto;
    }
    .s3-r ul li.on::before{
        display: none;
    }
    .index{
        padding-bottom: .35rem;
    }
    .s2,.s3{
        margin-top: .35rem;
    }
    .s2-c,.s3-c{
        margin-top: .3rem;
    }
    .s3-r ul li.on a{
        font-size: .2rem;
    }
}

@media screen and (max-width: 768px) {
    .ss6 ul {
        display: block;
    }

    .ss6 ul li {
        width: auto;
        margin-top: .15rem;
    }
}

@media screen and (max-width: 480px) {}


    /* banner */
    .stdnav16_3_banner{
        position: relative;
        padding: 0!important;
    }
    .stdnav16_3_banner1 ul {
        position: relative;
        z-index: 9;
    }
    
    .stdnav16_3_banner1 .slick-prev {
        position: absolute;
        left: 14%;
        top: auto;
        transform: none;
        bottom: 57px;
        width: 30px;
        height: 30px;
        background: url(../images/ban-l.png) no-repeat center center;
    }
    
    .stdnav16_3_banner1 .slick-next {
        position: absolute;
        right: 14%;
        top: auto;
        transform: none;
        width: 30px;
        height: 30px;
        bottom: 57px;
        background: url(../images/ban-r.png) no-repeat center center;
    }
    
    .stdnav16_3_banner1 ul .slick-slide a {
        display: block;
        position: relative;
        padding-bottom: 36%;
    }
    /*
    .stdnav16_3_banner1 ul .slick-slide a::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 225px;
        background: url(../images/ban-tc.png) no-repeat center bottom;
        background-size: 100% 100%;
    }
    */
    .stdnav16_3_banner1 ul .slick-slide a img,
    .stdnav16_3_banner1 ul .slick-slide a video {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* 可变点 */
    
    .s2-state {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 600px;
        bottom: 70px;
        z-index: 99;
    }
    
    .s2-state div {
        height: 2px;
        background: rgba(255, 255, 255, 0.3);
        position: relative;
    }
    
    .s2-state span {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 0;
        background: #fff;
        transition: all 0.3s;
    }
    @media screen and (max-width: 1660px) {
        .s2-state {
            max-width: 400px;
        }
    }
    
    
    @media screen and (max-width: 1300px) {
        .s2-state {
            max-width: 200px;
        }
    }
    
    @media screen and (max-width: 1000px) {
        .stdnav16_3_banner1 .slick-prev {
            left: 5%;
        }
        .stdnav16_3_banner1 .slick-next {
            right: 5%;
        }
    }
    
    @media screen and (max-width: 700px) {
        .s2-state {
            max-width: 200px;
            bottom: 20px;
        }
        .stdnav16_3_banner1 .slick-prev {
            bottom: 7px;
            background-size: 10px auto;
        }
        .stdnav16_3_banner1 .slick-next {
            bottom: 7px;
            background-size: 10px auto;
        }
    }