@charset "UTF-8";

/* s0 */
.s0 {
    padding-top: 1.96rem;
    padding-bottom: .7rem;
    background: url(/images/s0-bg.png) no-repeat center center;
    background-size: cover;
}

.s0-t>ul {
    margin-left: -0.24rem;
    margin-right: -0.24rem;
}

.s0-t a .pic {
    padding-top: 64%;
}

.s0-t a {
    margin: 0 .24rem;
    margin-bottom: .45rem;
    background: #ffffff;
    transition: all 0.3s;
}

.s0-t a:hover {
    box-shadow: 0 0 .1rem 0 rgba(0, 0, 0, 0.1);
}

.s0-t a:hover p {
    color: #9B010A;
    font-weight: 600;
}

.s0-t a p {
    font-size: .18rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: .64rem;
    text-align: center;
    padding: 0 .1rem;
}

.s0-b ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s0-b ul li {
    width: 48%;
}

.s0-b ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    line-height: .76rem;
    border-bottom: .01rem solid #E8D1D2;
    position: relative;
    padding-left: .13rem;
    transition: all 0.3s;
}

.s0-b ul li a::before {
    content: '';
    width: .04rem;
    height: .04rem;
    background-color: #9B010A;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.s0-b ul li a p {
    flex: 1;
    min-width: 0;
    color: #3D3D3D;
    font-size: .18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* border-radius: 50%; */
}

.s0-b ul li a span {
    color: #AB010B;
    font-size: .14rem;
}

.s0-b ul li a:hover span,
.s0-b ul li a:hover p {
    color: #ffffff;
}

.s0-b ul li a:hover {
    background-color: #9B010A;
    padding-right: .2rem;
}




















@font-face {
    font-family: 'sy';
    src: url('/style/fonts/sy.woff');
    font-style: normal;
}

a {
    display: block;
    /* transform: scale(0.8); */
}

.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.banner .slick video,
.banner .slick img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.banner video::-webkit-media-controls {
    display: none !important;
}

.banner video {
    pointer-events: none;
}

.banner ul li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.banner .slick-slide.slick-current a img {
    animation: img_scale 8s linear;
}

.banner>ul::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.banner .slick-dots {
    bottom: .5rem;
    right: 1.6rem;
    width: auto;
    z-index: 2;
}


.ban-mouse {
    position: absolute;
    left: 50%;
    bottom: .4rem;
    transform: translateX(-50%);
    width: .53rem;
    height: .53rem;
    background: url(/images/ban-mouse.png) no-repeat;
    background-size: 100% 100%;
    z-index: 2;
    cursor: pointer;
}

.banner .slick-dots li button::before {
    content: '0';
}

.banner .slick-dots li {
    margin: 0 .2rem;
    opacity: 0.5;
}

.banner .slick-dots li.slick-active {
    opacity: 1;
}

.banner .slick-dots li button {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    font-size: .22rem;
    line-height: 1;
    font-family: 'sy';
    color: #ffffff;
}


/* s1 */

.s1 {
    padding-top: 1.16rem;
    padding-bottom: 1.95rem;
    background: url(/images/s1-bg.png) no-repeat center bottom;
    background-size: cover;
}

.tit {
    text-align: center;
    position: relative;
    margin-bottom: .5rem;
}
.s1-more  {
    text-align: center;
}
.s1-more a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: .16rem;
    font-weight: 600;
    color: #2E75B7;
    font-family: 'sy';
    /* background: url(/images/more.png) no-repeat; */
    background-size: 100% 100%;
    width: 1.44rem;
    line-height: .34rem;
    padding-left: .3rem;
    transition: all 0.5s;
}

.s1-more a:hover {
    letter-spacing: .02rem;
}

.tit h3 {
    padding-bottom: .15rem;
    padding-right: .8rem;
    display: inline-block;
    font-size: 0;
    background: url(/images/tit-bg.png) no-repeat left bottom;
    background-size: 100%;
}

.tit h3 b {
    color: #111111;
    font-size: .36rem;
}

.tit h3 b:first-child {
    color: #AB010B;
}

.s1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-ban {
    width: 51%;
    margin-right: .45rem;
}

.s1-ban .pic {
    padding-top: 62%;
}

.s1-lt {
    flex: 1;
    min-width: 0;
}

.s1-ban a {
    position: relative;
}

.s1-ban a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, rgba(171, 1, 11, 0) 1%, rgba(38, 1, 3, 0.8061) 52%, rgba(23, 0, 1, 0.85) 73%);
    background-size: 100%;
    z-index: 1;
}

.s1-ban a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80%;
    color: #ffffff;
    font-size: .2rem;
    padding: .24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2;
}

.s1-ban .slick-dots {
    width: auto;
    right: .2rem;
    bottom: .3rem;
}

.s1-ban .slick-dots li {
    height: .12rem;
    width: .12rem;
    background: #FFFFFF;
    border-radius: 50%;
}

.s1-ban .slick-dots li.slick-active {
    background: #AB010B;
}

.s1-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .21rem 0;
    background: url(/images/s1-line.png) no-repeat right bottom;
    background-size: 100%;
    transition: padding 0.5s;
}

.s1-lt ul li a h3 {
    flex: 1;
    min-width: 0;
    color: #333333;
    font-size: .18rem;
    line-height: .35rem;
    max-height: .7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-lt ul li a span {
    color: #9B010A;
    font-size: .2rem;
    font-family: 'sy';
    display: block;
    width: .68rem;
    margin-right: .24rem;
    position: relative;
    font-weight: 600;
}

.s1-lt ul li a span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.21rem;
    width: 100%;
    border-bottom: .03rem solid #9B010A;
}

.s1-lt ul li.on a {
    background: url(/images/s1-tbg.jpg) no-repeat;
    background-size: cover;
    padding: .25rem .25rem;
}

.s1-lt ul li.on a h3 {
    height: .7rem;
    white-space: normal;
}

.s1-lt ul li.on a span {
    color: #ffffff;
}

.s1-lt ul li.on a h3 {
    color: #ffffff;
}

.s1-lt ul li.on a span::after {
    display: none;
}

/* s2 */

.s2 {
    padding-top: 1.13rem;
    padding-bottom: 1.63rem;
    background: url(/images/s2-bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.s2 .tit {
    text-align: left;
}

.s2-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-l {
    width: 64%;
    margin-right: .6rem;
}

.s2-r {
    flex: 1;
    min-width: 0;
}

.s2-lc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .4rem;
    padding-top: 0;
    background: url(/images/s2-lbg.png) no-repeat center bottom;
    background-size: 100%;
}

.s2-lt {
    flex: 1;
    min-width: 0;
    background: #FFF8F9;
}

.s2-lt .pic {
    padding-top: 53%;
}

.s2-tx {
    background: #FFF8F9;
    padding: .25rem;
    padding-bottom: .6rem;
}

.s2-tx h3 {
    color: #333333;
    font-size: .2rem;
    line-height: .32rem;
    height: .64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s2-ptx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-tx p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #666666;
    font-size: .18rem;
    margin-top: .25rem;
}

.s2-tx p img {
    min-width: .2rem;
    max-width: .3rem;
    margin-right: .1rem;
}

.s2-lt .slick-dots {
    text-align: right;
    right: .3rem;
    bottom: .4rem;
}

.s2-lt .slick-dots li {
    width: .12rem;
    height: .12rem;
    background: #FCD5D7;
    border-radius: 50%;
}

.s2-lt .slick-dots li.slick-active {
    background: #AB010B;
}

.s2-lt a:hover h3 {
    color: #9B010A;
    font-weight: 600;
}

.s2-one .pic {
    padding-top: 54%;
}

.s2-one a h3 {
    color: #ffffff;
    font-size: .18rem;
    line-height: .5rem;
    padding: 0 .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #9B010A;
}

.s2-rt {
    background: #ffffff;
    padding: .25rem;
    padding-bottom: 0;
}

.s2-rt ul li a {
    padding: .15rem 0;
    border-bottom: .01rem solid #F6E6E7;
}

.s2-rt ul li:last-child a {
    border-color: transparent;
}

.s2-rt ul li a h3 {
    color: #3D3D3D;
    font-size: .18rem;
    padding-left: .2rem;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-rt ul li a:hover h3 {
    color: #9B010A;
    font-weight: 600;
}

.s2-rt ul li a h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .06rem;
    height: .06rem;
    background-color: #9B010A;
    border-radius: 50%;
}

.s2-rt ul li a p {
    color: #8D8D8D;
    font-size: .14rem;
    padding-left: .2rem;
    font-family: 'sy';
}

/* s3 */
.more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.more a {
    color: #2E75B7;
    font-size: .16rem;
}

.s3 {
    padding-top: 1rem;
    padding-bottom: 2rem;
    background: url(/images/s3-bg.jpg) no-repeat center bottom;
    background-size: 100%;
}

.s3-lt {
    background: #ffffff;
    padding: .4rem;
    padding-top: 0;
}

.s3-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-lt ul li {
    padding: .15rem 0;
    width: 48%;
    border-bottom: .01rem solid #E4E4E4;
}

.s3-lt ul li:nth-last-child(-n+2) {
    border-color: transparent;
}

.s3-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

    background: url(/images/s3-tbg.png) no-repeat;
    background-size: 0% 100%;
    transition: all 0.5s;
    padding: .1rem 0;
}

.s3-lt ul li a p {
    width: 1.67rem;
    height: .74rem;
    text-align: center;
    position: relative;
    background: url(/images/s3-pbg.jpg) no-repeat;
    background-size: 100% 100%;
    margin-right: .3rem;
}

.s3-lt ul li a p span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    font-size: .2rem;
    color: #7C5355;
}

.s3-lt ul li a h3 {
    flex: 1;
    min-width: 0;
    font-size: .18rem;
    line-height: .26rem;
    height: .52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #3D3D3D;
}

.s3-lt ul li a b {
    margin-left: .3rem;
    display: block;
    padding-bottom: .4rem;
    color: #9E9E9E;
    font-size: .18rem;
    font-weight: normal;
    background: url(/images/s3-jt.png) no-repeat right bottom;
    background-size: .16rem
}

.s3-lt ul li a:hover {
    background: url(/images/s3-tbg.png) no-repeat;
    background-size: 100% 100%;
}

.s3-lt ul li a:hover h3 {
    color: #AB010B;
    font-weight: 600;
}

.s3-lt ul li a:hover p {
    background-size: 0;
    margin-right: 0;
}


.s3-lt ul li a:hover {
    padding-left: .3rem;
}

.s3-lt ul li a:hover span {
    color: #ffffff;
}

/* s4 */
.s4 {
    padding-top: 1.3rem;
    padding-bottom: 1.8rem;
    background: url(/images/s4-bg.png) no-repeat center center;
    background-size: cover;
}

.s4-lt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .18rem;
    border-bottom: .01rem solid #E4E4E4;
    transition: all 0.5s;
}

.s4-lt ul li a p {
    flex: 1;
    min-width: 0;
    color: #333333;
    font-size: .18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4-lt ul li a:hover p {
    font-weight: 600;
    color: #9B010A;
}

.s4-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s4-c>div {
    width: 48%;
}

.s4 .tit {
    text-align: left;
}

.s4-date {
    background: #FFFFFF;
    border: .01rem solid #B2B6C1;
    padding: .18rem .1rem;
    margin-right: .2rem;
    transition: all 0.5s;
}

.s4-date b {
    font-family: 'sy';
    font-size: .2rem;
    line-height: .22rem;
    color: #9B010A;
    padding-bottom: .1rem;
    position: relative;
    display: block;
}

.s4-date b::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: .22rem;
    height: .01rem;
    background-color: #9B010A;
}

.s4-lt ul li a:hover {
    background: #ffffff;
    box-shadow: 0rem .04rem .1rem 0rem rgba(172, 2, 12, 0.16);
}

.s4-lt ul li a:hover .s4-date {
    background: #AC020C;
}

.s4-lt ul li a:hover b {
    color: #ffffff;
}

.s4-lt ul li a:hover b::after {
    background: #ffffff;
}

.s4-lt ul li a:hover .s4-date {
    border-color: transparent;
}

.s4-rt ul {
    background: #FFFFFF;
    box-shadow: 0rem .04rem .1rem 0rem rgba(171, 1, 11, 0.1);
    border-top: .03rem solid #AC020C;
    padding: 0 .5rem;
    padding-bottom: .2rem;
}

.s4-rt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .31rem 0;
    border-bottom: .01rem solid #D8D8D8;
}

.s4-rt ul li:last-child a {
    border-color: transparent;
}

.s4-rt ul li a span {
    font-size: .2rem;
    color: #9B010A;
    padding-right: .2rem;
    margin-right: .3rem;
    position: relative;
    display: block;
    border-right: .01rem solid #DEDEDE;
    line-height: .4rem;
    font-family: 'sy';
}

.s4-rt ul li a p {
    color: #333333;
    font-size: .18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    min-width: 0;
}

.s4-rt ul li a:hover p {
    color: #9B010A;
    font-weight: 600;
}

/* s5 */

.s5 {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    background: url(/images/s5-bg.png) no-repeat center bottom;
    background-size: 100%;
    position: relative;
}

.s5-lt ul li a {
    margin: 0 .2rem;
}

.s5-lt ul {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
}

.s5-lt .pic {
    padding-top: 73%;
}

/* .s5-lt ul li {
    perspective: 500px;
}

.s5-lt ul li.slick-current a {
    transform: rotateY(0deg) scale(0.95);
}

.s5-lt ul li a {
    transform: rotateY(6deg);
    transition: all 0.5s;
}

.s5-lt ul li.slick-current+li a {
    transform: rotateY(-6deg);
}

.s5-lt .slick-list {
    padding: 0 3.7rem !important;
} */

.s5-lt .slick-prev {
    width: .9rem;
    height: .9rem;
    background: url(/images/s8-l.png) no-repeat;
    background-size: 100% 100%;
    left: -1.2rem;
}

.s5-lt .slick-next {
    width: .9rem;
    height: .9rem;
    background: url(/images/s8-r.png) no-repeat;
    background-size: 100% 100%;
    right: -1.2rem;
}

/* s6 */
.s6 {
    padding: 1.15rem 0;
    background: url(/images/s6-bg.png) no-repeat center bottom;
    background-size: cover;
    overflow: hidden;
}

.s6-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s6-l {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.s6-r {
    width: 50%;
}

.s6-tit {
    width: 45%;
    background: url(/images/s6-lbg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
}

.s6-lc {
    border-right: .01rem solid #F4E5E4;
    border-left: .01rem solid #F4E5E4;
    width: 55%;
}

.s6-lc .pic {
    padding-top: 7.37rem;
}

.s6-a {
    position: relative;
    border-bottom: .01rem solid #F4E5E4;
}


.s6-tx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: .15rem .2rem;
}

.s6-tx img {
    width: .37rem;
    margin-right: .1rem;
}

.s6-tx p {
    color: #ffffff;
    font-size: .2rem;
    flex: 1;
    min-width: 0;
}

.s6-vd .pic {
    padding-top: 3.7rem;
}

.s6-p .pic {
    padding-top: 3.65rem;
}

.s6-rb {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s6-rb>div {
    width: 50%;
}

.s6-tit h3 {
    width: .4rem;
    font-size: .36rem;
    font-weight: 600;
    color: #ffffff;
    margin-right: 1rem;
}

.s6-tit {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: .4rem .6rem;
    position: relative;
}

.s6-tit::before {
    content: '';
    width: 5.61rem;
    height: 4.08rem;
    position: absolute;
    right: 0;
    bottom: -0.2rem;
    background: url(/images/s6-wz.png) no-repeat center bottom;
    background-size: 100%;
}

.s6-ewm {
    position: relative;
    margin-bottom: .2rem;
    cursor: pointer;
}

.s6-ewm>img {
    width: .37rem;
    height: .37rem;
    transition: all 0.5s;
}

.ewm img {
    width: 100%;
    height: 100%;
    display: block;
}

.ewm {
    width: .8rem;
    height: .8rem;
    position: absolute;
    top: 50%;
    left: 180%;
    transform: translateY(-50%);
    background: #ffffff;
    padding: .06rem;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    border-radius: .05rem;
}

.s6-ewm:hover .ewm {
    left: 150%;
    visibility: visible;
    opacity: 1;
}

.s6-ewm:hover>img {
    transform: scale(1.1);
}

.ewm::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    border-top: .1rem solid transparent;
    border-right: .1rem solid #fff;
    border-bottom: .1rem solid transparent;
    border-left: .1rem solid transparent;
}

.s6-vd a::after {
    content: '';
    width: .5rem;
    height: .5rem;
    background: url(/images/s6-play.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s6-book {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: url(/images/s6-bookbg.jpg) no-repeat;
    background-size: cover;
    padding: .1rem 0;
    padding-left: .3rem;
    border-left: .01rem solid #F4E5E4;
}

.s6-bkpic {
    width: 2.04rem;
}

.s6-bkpic img {
    display: block;
    width: 100%;
}

.s6-bkpic li {
    position: relative;
}

.s6-bkpic li::before {
    content: '';
    width: 47%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/images/s6-zzl.png) no-repeat;
    background-size: 100% 100%;
}

.s6-bkpic li::after {
    content: '';
    width: 47%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/images/s6-zzr.png) no-repeat;
    background-size: 100% 100%;
}

.s6-bkbt {
    position: relative;
}

.s6-bkbt ul {
    overflow-y: auto;
    height: 2.4rem;
    scrollbar-width: none;
    padding-left: .25rem;
    position: relative;
}

.s6-bkbt::after {
    content: '';
    width: .13rem;
    height: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(/images/s6-line.png) repeat-y right center;
}

.s6-bkbt ul::-webkit-scrollbar {
    display: none;
    /* Òþ²Ø¹ö¶¯Ìõ */
}

.s6-bkbt {
    flex: 1;
    min-width: 0;
}

.s6-bkbt a {
    font-size: .18rem;
    color: #ffffff;
    line-height: .5rem;
    padding-right: .4rem;
    position: relative;
    padding-top: .1rem;
}

.s6-bkbt li.on a {
    background: url(/images/s6-tbg.png) no-repeat;
    background-size: 100% 100%;
}

.s6-bkbt li.on a::after {
    content: '';
    width: .75rem;
    height: .22rem;
    background: url(/images/s6-fj.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -0.2rem;
    top: 0rem;
}

/* s7 */
.s78 {
    background: url(/images/s78-bg.png) no-repeat;
    background-size: cover;
    position: relative;
}

.s7 {
    padding: 1.1rem 0;
}

.s7-lt ul li a {
    margin: 0 .28rem;
}

.s7-lt ul li a .pic {
    padding-top: 58%;
}


/* s8 */
.s8 {
    padding-top: 1rem;
    padding-bottom: .8rem;
    background: rgba(147, 4, 12, 0.05);
}

.s8-lt .ico {
    width: 1.23rem;
    height: 1.17rem;
    margin: 0 auto;
    text-align: center;
    position: relative;
    background: url(/images/s8-tbg1.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.s8-lt a:hover .ico {
    background: url(/images/s8-tbg2.png) no-repeat;
    background-size: 100% 100%;
}

.s8-lt a:hover img {
    transform: translate(-50%, -50%) rotateY(180deg);
}

.s8-lt .ico img {
    max-height: .4rem;
    min-height: .3rem;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.s8-lt a:hover p {
    color: #9B010A;
}

.s8-lt p {
    font-size: .18rem;
    color: #333333;
    text-align: center;
    margin-top: .3rem;
}
.s8-lt a {
    transform:scale(0.85)
}
.s8-lt .slick-prev {
    width: .9rem;
    height: .9rem;
    background: url(/images/s8-l.png) no-repeat;
    background-size: 100% 100%;
    left: -0.8rem;
}

.s8-lt .slick-next {
    width: .9rem;
    height: .9rem;
    background: url(/images/s8-r.png) no-repeat;
    background-size: 100% 100%;
    right: -0.8rem;
}





/* index */
.index {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
    background: #ffffff;
    /* padding-top: 1.16rem; */
}






@media screen and (max-width: 1024px) {

    .s6-a::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 2;
    }
    .s6-tx {
        z-index: 3;
    }
    .s0 {
        padding: .3rem 0;
    }

    .banner .slick video,
    .banner .slick img {
        height: auto;
    }

    .banner {
        position: relative;
    }

    .index {
        position: static;
        padding: 0;
    }

    .ban-mouse {
        display: none;
    }

    .banner .slick-dots {
        width: 100%;
        right: auto;
        bottom: .3rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .s0,
    .s1 {
        padding: .3rem 0;
    }

    .s1-ban {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .s1-lt {
        flex: auto;
        width: 100%;
    }

    .tit {
        margin-bottom: .3rem;
    }

    .tit h3 b {
        font-size: .26rem;
    }

    .s2 {
        padding: .3rem 0;
    }

    .s2-l {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .s2-r {
        flex: auto;
        width: 100%;
    }

    .s3 {
        padding: .3rem 0;
    }

    .s3-lt {
        padding: 0 .2rem;
    }

    .s4 {
        padding: .3rem 0;
    }

    .s4-c>div {
        width: 100%;
    }

    .s4-l {
        margin-bottom: .3rem;
    }

    .s4-rt ul {
        padding: 0 .3rem;
    }

    .s5 {
        padding: .3rem 0;
    }

    .s5-lt .slick-list {
        padding: 0 !important;
    }

    .s5-lt ul li a {
        transform: none !important;
        margin: 0 .1rem;
    }

    .s3-lt ul li a p {
        margin-right: .2rem;
        width: 1.2rem;
        height: .6rem;
    }

    .s3-lt ul li a p span {
        font-size: .16rem;
    }

    .s3-lt ul li a b {
        margin-left: .1rem;
        padding-bottom: .2rem;
        font-size: .16rem;
    }

    .s6-l {
        width: 100%;
    }

    .s6-r {
        width: 100%;
    }

    .s6-lc .pic {
        padding-top: 167%;
    }

    .s6-tit h3 {
        margin-right: 0;
    }

    .s6-tit {
        justify-content: space-between;
    }

    .s6-vd .pic {
        padding-top: 46%;
    }

    .s6-p .pic {
        padding-top: 90%;
    }

    .s6 {
        padding: .3rem 0;
    }

    .s7 {
        padding: .3rem 0;
    }

    .s5-lt .slick-arrow,
    .s8-lt .slick-arrow {
        display: none !important;
    }

    .s8 {
        padding: .3rem 0;
    }
}

@media screen and (max-width: 768px) {
    #schedule-box {
        width: 100%;
        margin: 0;
    }

    .s2-lt {
        flex: auto;
        width: 100%;
    }

    .s3-lt ul li {
        width: 100%;
    }

    .s6-tit::before {
        width: auto;
        left: 0;
    }

    .s6-rb>div {
        width: 100%;
    }

    .s6-book {
        justify-content: center;
    }

    .s0-t a {
        margin-bottom: .2rem;
    }

    .s0-b ul li {
        width: 100%;
    }

}

@media screen and (max-width: 480px) {
    .s2-lc {
        padding: .2rem;
        padding-top: 0;
    }

    .schedule-hd {
        line-height: .5rem;
    }

    .week-ul>li {
        line-height: .3rem;
    }

    .ul-box>li {
        margin-top: .05rem;
    }

    .s6-bkpic {
        width: 1.6rem;
    }

    .s6-tit {
        padding: .2rem .4rem;
    }

    .s6-tit::before {
        background-size: 80%;
    }

    .s6-ewm {
        margin-bottom: .1rem;
    }

    .tit {
        text-align: left !important;
    }
}