@charset "utf-8";
.tit h3 img {
    max-width: 1.1rem;
    min-width: .9rem;
    display: block;
    margin-left: .05rem;
}

@media screen and (max-width: 1024px) {
    .tit h3 img{
        width: .8rem;
        min-width: .8rem;
        margin-left: .1rem;
    }
    .tit span {
        font-size: .12rem !important;
    }
}
/* side */
.side {
    position: fixed;
    top: 60%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9;
    width: 130px;
    background-color: #94070a;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding-top: 60px;
}

.s-scorll {
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.side.on .s-scorll {
    height: 360px;
}

.s-lg {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: url(../images/s-lg.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 0px 30px 0px rgba(148, 7, 10, 0.2);
    border-radius: 50%;
}

.side p {
    font-size: 16px;
    line-height: 28px;
    color: #fefeff;
    text-align: center;
}

.s-dh img,
.s-qq img {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-bottom: 5px;
    display: block;
}

.s-qq {
    margin: 10px 0;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.s-ewm {
    padding-bottom: 10px;
}

.s-ewm img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: block;
}

.s-sq {
    background-color: #ecb772;
    border-radius: 0 0 20px 20px;
    transform: translateY(5px);
    padding: 10px 0;
    cursor: pointer;
}

.s-sq img {
    width: 13px;
    margin: 0 auto;
    display: block;
    transform: rotate(180deg);
}

.side.on .s-sq img {
    transform: rotate(0);
}

/* side**end */















@font-face {
    font-family: 'sy';
    src: url('fonts/sySong.woff');
    font-style: normal;
}

@font-face {
    font-family: Slidexiaxing-Regular;
    src: url('fonts/Slidexiaxing-Regular.ttf');
    font-style: normal;
}

@font-face {
    font-family: AbhayaLibre-Bold;
    src: url('fonts/AbhayaLibre-Regular.ttf');
    font-style: normal;
}

a {
    display: block;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner ul li video,
.banner ul li a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.banner ul li a {
    display: block;
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.banner ul li a::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.5) 100%);
    z-index: 1;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-dots {
    padding-bottom: .4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.banner .slick-dots li {
    width: .1rem;
    height: .1rem;
    background: #ffffff;
    border-radius: 50%;
    position: relative;
    transition: width 0.3s;
    margin: 0 .1rem;
}

.banner .slick-dots li.slick-active {
    width: .45rem;
    height: .45rem;
    background: url(../images/ban-d.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 .3rem;
}

.banner .slick-dots li.slick-active::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.3rem;
    transform: translateY(-50%);
    width: .25rem;
    height: .01rem;
    background: #ffffff;
}

.banner .slick-dots li.slick-active::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -0.3rem;
    transform: translateY(-50%);
    width: .25rem;
    height: .01rem;
    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: .8rem 0;
    background: url(../images/s1-bg.jpg) no-repeat center bottom;
    background-size: cover;
}

.tit {
    position: relative;
    margin-bottom: .4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.tit span {
    font-size: .14rem;
    color: #999999;
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: 'sy';
    padding-left: .15rem;
}

.tit span::before {
    content: '';
    width: .1rem;
    height: .01rem;
    background-color: #999999;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.tit h3 {
    display: flex;
    align-items: flex-end;
}

.tit h3 b:first-child {
    padding-bottom: .2rem;
    font-weight: 600;
}

.tit h3 b {
    font-size: .36rem;
    line-height: 1;
    letter-spacing: .01rem;
    color: #000000;
    display: block;
    font-weight: normal;
}

.tit h3 b:nth-child(2) {
    font-family: Slidexiaxing-Regular;
    font-size: .7rem;
    line-height: 1;
    color: #94070a;
    letter-spacing: -0.3rem;
    margin-left: -0.1rem;
    transform: translateY(.1rem);
}

.s1-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-l {
    width: 70%;
    margin-right: .6rem;
}

.s1-r {
    flex: 1;
    min-width: 0;
}

.more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.more a {
    font-size: .16rem;
    color: #94070a;
    padding-right: .2rem;
    background: url(../images/more.png) no-repeat right center;
    background-size: .16rem;
    transition: all 0.3s;
}

.more a:hover {
    padding-right: .25rem;
}

.s1-pt {
    background: url(../images/s1-tbg.jpg) no-repeat right center;
    background-size: cover;
}

.s1-pt .pic {
    width: 7rem;
    padding-top: 3.94rem;
}

.s1-pt a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s1-tx {
    flex: 1;
    min-width: 0;
    padding: .5rem;
}

.s1-d {
    font-family: AbhayaLibre-Bold;
    color: #ffffff;
}

.s1-d b {
    font-size: .5rem;
    margin-right: .05rem;
    line-height: 1;
}

.s1-d span {
    font-size: .18rem;
}

.s1-tx h3 {
    font-size: .22rem;
    line-height: .34rem;
    color: #fefefe;
    max-height: .68rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: .3rem 0;
}

.s1-tx p {
    font-size: .16rem;
    line-height: .28rem;
    color: #fefefe;
    opacity: 0.6;
    max-height: .84rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.s1-pt .slick-dots {
    width: auto;
    right: .2rem;
    bottom: .2rem;
}

.s1-pt .slick-dots li {
    width: .12rem;
    height: .12rem;
    border: solid .01rem #ffffff;
    opacity: 0.5;
    border-radius: 50%;
    margin: 0 .06rem;
}

.s1-pt .slick-dots li.slick-active {
    background: #ffffff;
    opacity: 1;
}

.s1-lt {
    margin-top: .4rem;
}

.s1-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1-lt ul li {
    width: 48%;
    border-bottom: .01rem dashed rgba(0, 0, 0, 0.1);
}

.s1-lt ul li:nth-child(-n+2) {
    border-top: .01rem dashed rgba(0, 0, 0, 0.1);
}

.s1-lt ul li a {
    line-height: .56rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: .13rem;
}

.s1-lt ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .03rem;
    height: .16rem;
    background-color: #94070a;
    border-radius: .02rem;
    opacity: 0.5;
    transition: all 0.3s;
}

.s1-lt ul li a:hover:before {
    opacity: 1;
}

.s1-lt ul li a p {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .2rem;
    color: #000000;
}

.s1-lt ul li a span {
    font-family: AbhayaLibre-Bold;
    font-size: .18rem;
    color: #999999;
}

.s1-rt {
    background-color: #ffffff;
    box-shadow: 0rem 0rem .3rem 0rem rgba(0, 0, 0, 0.1);
    border-top: .03rem solid #94070a;
    padding: 0 .3rem;
}

.s1-rt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .3rem 0;
    border-bottom: .01rem dashed rgba(0, 0, 0, 0.1);
}

.s1-rt ul li:last-child a {
    border: none;
}

.s1-rd {
    font-family: AbhayaLibre-Bold;
    text-align: center;
    padding-right: .13rem;
    margin-right: .13rem;
}

.s1-rd b {
    font-size: .4rem;
    line-height: 1;
    color: #94070a;
    display: block;
}

.s1-rd span {
    line-height: 1;
    font-size: .18rem;
    color: #999999;
}

.s1-rtx {
    flex: 1;
    min-width: 0;
}

.s1-rtx p {
    font-size: .2rem;
    line-height: .3rem;
    color: #000000;
    height: .6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* s2 */
.s2 {
    padding: .8rem 0;
}

.s2-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-c>div {
    width: 30%;
}

.s2-l ul li {
    margin-bottom: .22rem;
}

.s2-l ul li:last-child {
    margin-bottom: 0;
}

.s2-l ul li a {
    background-color: #ffffff;
    box-shadow: 0rem 0rem .3rem 0rem rgba(0, 0, 0, 0.1);
    padding: .2rem .3rem;

    transition: all 0.3s;
    border-left: .03rem solid #94070a;
}

.s2-l ul li a p {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .2rem;
}

.s2-l ul li a p span {
    font-family: AbhayaLibre-Bold;
    font-size: .18rem;
    color: #999999;
}

.s2-l ul li a p b {
    font-size: .18rem;
    line-height: .3rem;
    color: #94070a;
}

.s2-l ul li a h3 {
    font-size: .2rem;
    line-height: .3rem;
    height: .6rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.s2-l ul li a:hover b,
.s2-l ul li a:hover span {
    color: #ffffff;
}

.s2-l ul li a:hover {
    background-color: #94070a;
    box-shadow: 0rem 0rem .3rem 0rem rgba(148, 7, 10, 0.2);
}

.s2-m ul li a h3 {
    font-size: .2rem;
    color: #000000;
    margin-bottom: .18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.4;
}

.s2-m ul li {
    margin-bottom: .4rem;
}

.s2-m ul li:last-child {
    margin-bottom: 0;
}

.s2-m ul li a p {
    font-family: AbhayaLibre-Bold;
    font-size: .18rem;
    color: #999999;
    padding-left: .2rem;
    background: url(../images/s2-date.png) no-repeat left center;
    background-size: .14rem;
    position: relative;
}

.s2-m ul li a p::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 1rem;
    right: 0;
    transform: translateY(-50%);
    border-top: .01rem solid rgba(0, 0, 0, 0.1);
}

.s2-r ul li:first-child a {
    border-top: .01rem dashed rgba(0, 0, 0, 0.1);
}

.s2-r ul li a {
    line-height: .69rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left: .13rem;
    border-bottom: .01rem dashed rgba(0, 0, 0, 0.1);
}


.s2-r ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: .03rem;
    height: .16rem;
    background-color: #94070a;
    border-radius: .02rem;
    opacity: 0.5;
    transition: all 0.3s;
}

.s2-r ul li a:hover:before {
    opacity: 1;
}

.s2-r ul li a p {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .2rem;
    color: #000000;
}

.s2-r ul li a span {
    font-family: AbhayaLibre-Bold;
    font-size: .18rem;
    color: #999999;
}

/* s3 */

.s3 {
    padding-bottom: .8rem;
    background: url(../images/s3-bg.jpg) no-repeat center center;
    background-size: cover;
}

.s3-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: .8rem;
    background: url(../images/s3-rbg.jpg) no-repeat right top;
    background-size: auto 100%;
    position: relative;
}

.s3-a {
    position: relative;
}

.s3-a::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;
}

.s3-ifo {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .3rem;
    z-index: 2;
}

.s3-ifo img {
    width: .55rem;
    margin-right: .2rem;
}

.s3-tx {
    flex: 1;
    min-width: 0;
}

.s3-l {
    width: 28%;
    margin-right: .1rem;
}

.s3-l .pic {
    padding-top: 8rem;
}

.s3-r {
    flex: 1;
    min-width: 0;
}

.s3-ban {
    width: 7.5rem;
    margin-bottom: .1rem;
    margin-bottom: .1rem;
    max-width: 100%;
}

.s3-ban a {
    position: relative;
}

.s3-ban a::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;
}

.s3-ban a p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: .22rem;
    padding: .3rem;
    z-index: 2;
}

.s3-ban .pic {
    padding-top: 4.22rem;
}

.s3-r {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: .5rem;
}

.s3-r .s3-a {
    width: 49.3%;
}

.s3-r .s3-a .pic {
    padding-top: 3.68rem;
}

.s3-ifo p {
    font-family: AbhayaLibre-Bold;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.6;
}

.s3-ifo h3 {
    font-size: .22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
}

.s3-ban .slick-prev {
    width: .3rem;
    height: .3rem;
    background: url(../images/s3-l.png) no-repeat center center;
    background-size: .27rem;
    top: auto;
    left: .2rem;
    bottom: 0rem;
}

.s3-ban .slick-next {
    width: .3rem;
    height: .3rem;
    background: url(../images/s3-r.png) no-repeat center center;
    background-size: .27rem;
    top: auto;
    right: .2rem;
    bottom: 0rem;
}

.s3-tit .tit h3 b {
    color: #ffffff !important;
}

.s3-tit h3 span {
    opacity: 0.6;
}

.s3-tit {
    position: absolute;
    right: 1rem;
    top: .8rem;
}

.s3-mt p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: .25rem;
    line-height: .5rem;
    color: #ffffff;
    font-size: .18rem;
    transition: all 0.3s;
}

.s3-mt>div:hover p {
    background-color: #ecb772;
    border-radius: .25rem;
}

.s3-mt p img {
    height: .25rem;
    margin-right: .1rem;
}

.s3-mt>div {
    position: relative;
    margin-top: .35rem;
    cursor: pointer;
}

.s3-mt>div:hover .ewm {
    opacity: 1;
    visibility: visible;
    right: 110%;
}

.ewm {
    position: absolute;
    top: 50%;
    right: 150%;
    transform: translateY(-50%);
    background: #ffffff;
    padding: .05rem;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.ewm::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    border-top: .1rem solid transparent;
    border-right: .1rem solid transparent;
    border-bottom: .1rem solid transparent;
    border-left: .1rem solid #fff;
}

.ewm img {
    width: 1.08rem;
    height: 1.08rem;
    display: block;
}

/* s4 */

.s4 {
    padding: .8rem 0;
}

.s4-lt {
    padding-bottom: .7rem;
}

.s4-lt>ul {
    margin: 0 -0.4rem;
    padding-bottom: 0.7rem;
}

.s4-lt a {
    margin: 0 .2rem;
}

.s4-lt .pic {
    border-radius: .2rem;
    padding-top: 62%;
}

.s4-lt .slick-dots li {
    width: .12rem;
    height: .12rem;
    background-color: #000000;
    opacity: 0.15;
    border-radius: 50%;
    margin: 0 .12rem;
}

.s4-lt .slick-dots li.slick-active {
    background-color: #94070a;
    opacity: 1;
}







.wap-tit {
    display: none;
}

@media screen and (max-width: 1024px) {
.banner .slick-dots li.slick-active{    width: .35rem;
    height: .35rem;}
.slick-dots{    bottom: -19px;}
    .side {
        display: none !important;
    }
    .tit h3 b:nth-child(2) {
        font-size: .5rem;
        transform: translateY(0rem);
    }

    .tit h3 b {
        font-size: .3rem;
    }

    .wap-tit {
        display: block;
    }

    .banner ul li a {
        padding-top: 50%;
        height: auto;
    }

    .s1 {
        padding: .3rem 0;
    }

    .s2 {
        padding: .3rem 0;
    }

    .s1-l {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .s1-pt .pic {
        padding-top: 60%;
    }

    .s1-r {
        flex: auto;
        width: 100%;
    }

    .s1-tx {
        padding: .3rem;
    }

    .s1-tx h3 {
        margin: .2rem 0;
    }

    .s1-lt ul li {
        width: 100%;
    }

    .s1-lt {
        margin-top: .2rem;
    }

    .s2-c>div {
        width: 100%;
    }

    .s2-m {
        margin: .3rem 0;
    }

    .s3-r {
        padding-right: 0;
    }

    .s3 {
        padding: .3rem 0;
    }

    .s3-c {
        padding: 0;
        background-size: 0;
    }

    .s3-l {
        width: 40%;
    }

    .s3-ban {
        width: 100%;
    }

    .s4-lt>ul {
        margin: 0;
    }

    .s4-lt a {
        margin: 0 .1rem;
    }

    .s4 {
        padding: .3rem 0;
    }

    .s4-lt {
        padding-bottom: .5rem;
    }
}

@media screen and (max-width: 768px) {
    .s3-l {
        width: 100%;
        margin: 0;
        margin-bottom: .3rem;
    }

    .s3-r {
        flex: auto;
        width: 100%;
    }

    .s3-r .s3-a {
        width: 100%;
        margin-bottom: .1rem;
    }

    .s3-l .pic {
        padding-top: 120%;
    }

    .s3-r .s3-a .pic {
        padding-top: 64%;
    }

    .s3-ban .pic {
        padding-top: 64%;
    }

    .s3-ifo {
        padding: .2rem;
    }

    .s3-ifo img {
        margin-right: .1rem;
        width: .4rem;
    }
}

@media screen and (max-width: 480px) {}