@charset "utf-8";

.banner-box {
    background: #000;
    height: 100vh;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8;
}

.Bannerslick,
.Bannerslick div,
.Bannerslick .slick-slide a {
    height: 100%;
}

.Bannerslick .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: 2s;
    transform: scale(1);
}

.Bannerslick .slick-slide.slick-current img {
    transform: scale(1.00)
}

.Bannerslick .slick-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Bannerslick {
    position: relative;
}

.Bannerslick .slick-slide a {
    display: block;
    position: relative
}

.Bannerslick .slick-slide a::after {
    /* content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
 */
}

.Bannerslick .slick-list::after {
    /* content: ""; */
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1.81rem;
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 9%, #000000 94%);
}

.Bannerslick .slick-dots {
    bottom: 0.3rem;
    font-size: 0;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(87, 0, 1, 0.4);
    padding: 0.1rem 0.05rem;
    border-radius: 1rem;
    z-index: 1;
}

/* .Bannerslick .slick-dots::before {
    content: "";
    position: absolute;
    left: -0.45rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.35rem;
    height: 0.35rem;
    background: url(../images/ban-zt.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
} */

.Bannerslick .slick-dots li {
    transition: all 0.3s;
    margin: 0 0.075rem;
    padding: 0;
    font-size: 0;
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
}

.Bannerslick .slick-dots li button {
    display: none;
}

.Bannerslick .slick-dots li.slick-active {
    background: #fff;
}



/* 
#downPage {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 20px;
    z-index: 9;
    cursor: pointer;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    font-size: 0;
    text-align: center;
    line-height: 52px;
}

#downPage::before {
    content: "";
    position: absolute;
    left: 10%;
    top: 10%;
    right: 10%;
    bottom: 10%;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    animation: circle infinite 3s linear 1.5s;
    opacity: 0;
}

#downPage::after {
    content: "";
    position: absolute;
    left: 10%;
    top: 10%;
    right: 10%;
    bottom: 10%;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    animation: circle infinite 3s linear;
    opacity: 0;
} */

/* @keyframes circle {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        opacity: .6;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

#downPage img {
    display: inline-block;
    vertical-align: middle;
} */

.ban-btn {
    position: absolute;
    left: calc(50% - 1rem);
    transform: translateX(-50%);
    bottom: 0.3rem;
    width: 0.35rem;
    height: 0.35rem !important;
    background: url(../images/ban-zt.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.ban-btn.pause {
    background-image: url(../images/ban-zt2.png);
}

/* 主体 */

.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-bottom: 0.32rem;
}

.title .titc-zi h3 {
    font-family: "sysong";
    font-size: 0.42rem;
    font-weight: 900;
}

.title .titc-zi h3>span {
    color: #B41B19;
}

.title .titc-zi>p {
    display: block;
    font-family: "sysong-semi";
    font-size: 0.2rem;
    font-weight: 600;
    color: #9D9D9D;
    display: flex;
    align-items: center;
}

.title .titc-zi>p::before {
    content: '';
    display: block;
    width: 0.46rem;
    height: 0.01rem;
    background: #9D9D9D;
    margin-right: 0.09rem;
}


.more {}

.more a {
    display: block;
    background: url(../images/more1.png) no-repeat right center;
    background-size: 0.18rem auto;
    padding-right: 0.28rem;
    font-family: "syh-m";
    font-size: 0.18rem;
    color: #B41B19;
    transition: all 0.4s;
}

.more a:hover {
    padding-right: 0.2rem;
}

.title.white .titcbox .titc-zi h3 {
    color: #fff;
}

.title.white .titcbox .titc-zi h3>span {
    color: #29acff;
    background-image: -webkit-linear-gradient(0deg, #227cec 0%, #29acff 100%);
}

.title.white .titcbox .titc-zi>span {
    color: #a3c7fe;
}



.title.white .more a .more-r p {
    color: #e6edf6;
}

.title.white .more a .more-r span {
    color: #e6edf6;
    opacity: 0.5;
}


em {
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#9E2122, #9E2122);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .3s;
}

.index {
    overflow: hidden;
    margin-top: 100vh;
    position: relative;
    z-index: 9;
    background: #fff;
}

.section12 {
    background: url(../images/bg12.jpg) no-repeat center top;
    background-size: cover;
}

.section1 {
    position: relative;
    padding: 0.75rem 0 0.92rem 0;
}


.section1 .wp {
    position: relative;
    z-index: 1;
}

.s1-l {
    width: 61.56%;
    box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.08);
}

.s1-l ul li a {
    display: block;
}

.s1-l ul li a .bg_img {
    height: 6.69rem;
}

.s1-l ul li a .tx {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.3rem 0.4rem;
    margin-right: 0.52rem;
}

.s1-l ul li a .tx .date {
    color: #9E2122;
    text-align: center;
}

.s1-l ul li a .tx .date b {
    display: block;
    font-family: Athelas;
    font-size: 0.72rem;
    line-height: 1;
    margin-top: -0.35rem;
}

.s1-l ul li a .tx .date span {
    display: block;
    font-family: PingFangSC;
    font-size: 0.18rem;
    line-height: 1;
    margin-top: 0.1rem;
}

.s1-l ul li a .tx .tx-r {
    flex: 1;
    min-width: 0;
    position: relative;
    padding-left: 0.63rem;
}

.s1-l ul li a .tx .tx-r::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.285rem;
    border-left: 1px solid #D5D5D5;
    height: 0.88rem;
}

.s1-l ul li a .tx .tx-r h3 {
    font-family: "syh-m";
    font-size: 0.24rem;
    line-height: 0.36rem;
    height: 0.72rem;
    font-weight: 500;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.4s;
}

.s1-l ul li a .tx .tx-r p {
    font-family: PingFangSC;
    font-size: 0.18rem;
    line-height: 0.28rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    color: #666666;
    opacity: 0.7;
    margin-top: 0.05rem;
}

.s1-l ul li a .tx .tx-r h3:hover em {
    color: #9E2122;
    background-size: 100% 1px;
}

.s1-l .slick-prev,
.s1-l .slick-next {
    width: 0.52rem;
    height: 0.5rem;
    font-size: 0;
    z-index: 1;
    top: inherit;
    transform: none;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.14rem auto;
    transition: all 0.5;
}

.s1-l .slick-prev {
    left: inherit;
    top: 6.69rem;
    background-color: #9E2122;
    background-image: url(../images/jdt-prev.png);
}

.s1-l .slick-prev:hover {
    background-color: rgba(158, 33, 34, 0.8);
}

.s1-l .slick-next {
    left: inherit;
    top: 7.21rem;
    background-color: #D8AC6A;
    background-image: url(../images/jdt-next.png);
}

.s1-l .slick-next:hover {
    background-color: rgba(216, 172, 106, 0.8);
}

.slick-prev::before,
.slick-next::before {
    display: none !important;
}


.s1-r {
    width: 36.25%;
    background: #fff;
    box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.08);
}

.s1-r ul li {
    padding: 0 0.3rem;
}

.s1-r ul li:first-child {
    padding: 0;
}

.s1-r ul li:first-child a {
    border-top: none;
    padding: 0;
}

.s1-r ul li:first-child .bg_img {
    height: 2.99rem;
}

.s1-r ul li:first-child .tx {
    background: linear-gradient(90deg, #B41B19 0%, #D55F3E 100%);
    color: #fff;
    padding: 0.27rem 0.3rem;
}

.s1-r ul li a {
    display: block;
    padding: 0.2rem 0;
    border-top: 1px solid #EAEAEA;

}

.s1-r ul li a span {
    display: block;
    font-family: "athelas";
    font-size: 0.18rem;
    color: #9E9E9E;
    transition: all 0.4s;
}

.s1-r ul li:first-child a span {
    color: #fff;
}

.s1-r ul li a h3 {
    font-family: PingFangSC, "syh-m";
    font-size: 0.2rem;
    line-height: 0.32rem;
    height: 0.64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.1rem;
    transition: all 0.4s;
}

.s1-r ul li:first-child a h3 {
    font-family: PingFangSC, "syh-m";
    font-size: 0.2rem;
    line-height: 0.32rem;
    height: 0.32rem;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    margin-top: 0.15rem;
}

.s1-r ul li a:hover h3 em {
    color: #9E2122;
    background-size: 100% 1px;
}

.s1-r ul li:first-child a h3 em {
    color: #fff;
    background-image: linear-gradient(#fff, #fff);
}

.s1-r ul li:first-child a h3:hover em {
    color: #fff;
    background-size: 100% 1px;
}


.section2 {
    position: relative;
    padding-bottom: 0.93rem;
}

.s2-c {
    overflow: hidden;
}

.s2-c ul {
    margin: 0 -0.24rem;
}

.s2-c ul li {
    padding-bottom: 0.3rem;
}

.s2-c ul li a {
    display: flex;
    justify-content: space-between;
    margin: 0 0.24rem;
    background: #FFFFFF;
    border-bottom: 1px solid #D6A022;
    padding: 0.48rem 0.38rem 0.53rem 0.38rem;
    position: relative;
    transition: all 0.4s;
}

.s2-c ul li a::after {
    content: '';
    position: absolute;
    bottom: 0.12rem;
    right: 0.12rem;
    width: 0.37rem;
    height: 0.39rem;
    background: url(../images/s2-czs1.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.4s;
}

.s2-c ul li a .date {
    width: 0.95rem;
    height: 0.95rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(270deg, #E0B36F 0%, #D8AC6A 100%);
    border-radius: 0px 0.25rem;
    color: #FFFFFF;
    margin-right: 0.3rem;
    transition: all 0.4s;
}

.s2-c ul li a .date b {
    display: block;
    font-family: Athelas;
    font-size: 0.56rem;
    font-weight: normal;
    line-height: 1;
    margin-top: -0.15rem;
}

.s2-c ul li a .date span {
    display: block;
    font-family: PingFangSC;
    font-size: 0.16rem;
    margin-top: 0.08rem;
}

.s2-c ul li a .tx {
    flex: 1;
    min-width: 0;
}

.s2-c ul li a .tx h3 {
    font-family: PingFangSC, "syh-m";
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.32rem;
    height: 0.64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333333;
    transition: all 0.4s;
}

.s2-c ul li a .tx hr {
    display: block;
    width: 1rem;
    border: none;
    border-top: 1px solid #D6A022;
    margin: 0.1rem 0 0.15rem 0;
    transition: all 0.4s;
}

.s2-c ul li a .tx p {
    font-family: "syh-r";
    font-size: 0.14rem;
    line-height: 0.24rem;
    height: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #9F9F9F;
}

.s2-c ul li:hover a {
    box-shadow: 0px 0.1rem 0.2rem 0px rgba(158, 176, 167, 0.4);
    border-bottom-color: #B41B19;
}

.s2-c ul li:hover a .date {
    background: linear-gradient(90deg, #B41B19 0%, #D55F3E 100%);
}

.s2-c ul li:hover a h3 {
    color: #B41B19;
}

.s2-c ul li:hover a hr {
    border-top-color: #B41B19;
}

.s2-c ul li:hover a::after {
    background-image: url(../images/s2-czs2.png);
}

.s2-c .slick-dots {
    display: block;
    margin: 0;
    position: static;
    width: auto;
    margin: 0 auto;
    margin-top: 0.14rem;
    font-size: 0;
}

.s2-c .slick-dots li {
    vertical-align: middle;
    width: 0.1rem;
    height: 0.1rem;
    background: #D2BEA3;
    border-radius: 50%;
    margin: 0 0.1rem;
    padding: 0;
}

.s2-c .slick-dots li.slick-active {
    width: 0.32rem;
    height: 0.32rem;
    background: url(../images/s2-cdot.png) no-repeat;
    background-size: 100% 100%;
}

.s2-c .slick-dots li button {
    display: none;
}



.section3 {
    overflow: hidden;
    background: url(../images/bg34.png) no-repeat center top;
    background-size: cover;
    padding-bottom: 1.02rem;
}

.s3-t {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s3-tl {
    width: 57.93%;
    height: 5.7rem;
    position: relative;
}

.s3-tl ul {
    position: absolute;
    width: calc((100vw - 16rem)/2 + 100%);
    left: auto;
    right: 0;
}

.s3-tl ul li a {
    display: block;
}

.s3-tl ul li a .bg_img {
    height: 5.7rem;
}

.s3-tl ul li a .bg_img .s3-wx {
    position: absolute;
    display: block;
    width: 0.37rem;
    height: 0.37rem;
    right: 0.17rem;
    bottom: 0.14rem;
}

.s3-tr {
    width: 42.07%;
    padding-top: 0.92rem;
    padding-left: 1rem;
}

.s3-tr .title {
    justify-content: center;
    z-index: 2;
}

.s3-tr .s3-wx {
    /* position: absolute;
    display: block;
    width: 0.5rem;
    right: 0;
    top: 0.12rem; */
}

.foot-media1 {
    position: absolute;
    display: block;
    right: 0;
    top: 0.12rem;
    z-index: 1;
}

.foot-media1>div {
    position: relative;
    cursor: pointer;
    margin: 0 0.15rem;
}

.foot-media1>div:hover div {
    display: block;
}

.foot-media1>div>span {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    position: relative;
    font-size: 0;
    transition: all 0.4s;
}

.foot-media1>div>span>img {
    display: inline-block;
    height: auto;
    vertical-align: middle;
    max-width: 0.5rem;
}

.foot-media1>div>div {
    position: absolute;
    left: 50%;
    top: 120%;
    transform: translateX(-50%);
    width: 1rem;
    padding: 0.05rem;
    background: #fff;
    box-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.1);
    border-radius: 0.1rem;
    z-index: 9;
    display: none;
}

.foot-media1>div>div img {
    display: block;
    width: 100%;
}

.foot-media1>div>img {
    display: block;
    margin: 0 auto;
}

.s3-tr ul li a {
    display: block;
}

.s3-tr ul li a h3 {
    font-family: "syh-m";
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 0.36rem;
    height: 0.72rem;
    line-height: normal;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.4s;
}

.s3-tr ul li a p {
    font-family: PingFangSC, "微软雅黑";
    font-size: 0.18rem;
    line-height: 0.28rem;
    height: 0.84rem;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 0.24rem;
}

.s3-tr ul li a .gd {
    text-align: right;
    margin-top: 0.36rem;
}

.s3-tr ul li a .gd span {
    background: url(../images/more1.png) no-repeat right center;
    background-size: 0.18rem auto;
    padding-right: 0.28rem;
    font-family: "syh-m";
    font-size: 0.18rem;
    color: #B41B19;
    transition: all 0.4s;
}

.s3-tr ul li a h3:hover {
    color: #B41B19;
}

.s3-tr ul li a .gd span:hover {
    padding-right: 0.2rem;
}

.s3-tr .slick-dots {
    width: auto;
    font-size: 0;
}

.s3-tr .slick-dots li {
    vertical-align: middle;
    width: 0.1rem;
    height: 0.1rem;
    background: #D2BEA3;
    border-radius: 50%;
    margin: 0 0.1rem;
    padding: 0;
}

.s3-tr .slick-dots li.slick-active {
    width: 0.32rem;
    height: 0.32rem;
    background: url(../images/s2-cdot.png) no-repeat;
    background-size: 100% 100%;
}

.s3-tr .slick-dots li button {
    display: none;
}


.s3-d {
    position: relative;
}

.s3-d::before {
    content: '';
    position: absolute;
    bottom: 0.25rem;
    left: 1.38rem;
    right: 0;
    width: calc((100% - 16rem)/2 + 100% + 1.38rem);
    border-bottom: 1px solid #D2BEA3;
}

.s3-d .title {
    position: absolute;
    left: 0;
    bottom: 0.6rem;
    width: 20.37%;
    padding-right: 0.38rem;
    display: block;
  z-index:5;
}

.s3-d .more {
    margin-top: 0.16rem;
    text-align: right;
}

.s3-dr {}

.s3-dr .slick-list {
    margin-left: 20.37%;
}

.s3-dr .slick-slider {
    padding-bottom: 0.6rem;
}

.s3-dr ul {
    width: calc((100vw - 16rem)/2 + 100%);
}

.s3-dr ul li a {
    display: block;
    padding: 0.35rem 0.35rem 0.5rem;
    transition: all 0.4s;
}

.s3-dr ul li.slick-current a,
.s3-dr ul li:hover a {
    background: linear-gradient(90deg, #B41B19 0%, #D55F3E 100%) !important;
}

.s3-dr ul li.slick-current+li a {
    background: #F2F2F2;
}

.s3-dr ul li.slick-current+li+li a {
    background: linear-gradient(270deg, #C2AA86 0%, #CFBEA4 100%);
}

.s3-dr ul li a h3 {
    font-family: PingFangSC;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.32rem;
    height: 0.64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
}

.s3-dr ul li a p {
    font-family: "syh-r";
    font-size: 0.16rem;
    line-height: 0.24rem;
    height: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.27rem;
    color: #fff;
}

.s3-dr ul li.slick-current+li a h3 {
    color: #222222;
}

.s3-dr ul li.slick-current+li a p {
    color: #222222;
    opacity: 0.6;
}

.s3-dr ul li:hover a h3,
.s3-dr ul li:hover a p {
    color: #fff !important;
    opacity: 1 !important;
}

.s3-dr .slick-arrow {
    width: 0.5rem;
    height: 0.5rem;
}

.s3-dr .slick-prev {
    left: 0.11rem;
   
    background-size: 100%;
}

.s3-dr .slick-next {
    right: 0.11rem;

    background-size: 100%;
}

.s3-dr .slick-prev,
.s3-dr .slick-next {
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 50%;
    top: inherit;
    bottom: 0;
    transform: none;
    background-repeat: no-repeat;
    background-size: 0.19rem auto;
    background-position: center center;
    z-index: 1;
    transition: all 0.4s;
}

.s3-dr .slick-prev {
    left: 0;
    background-color: #D2BEA3;
    background-image: url(../images/s3-drprev.png);
}

.s3-dr .slick-prev:hover {
    background-color: rgba(210, 190, 163, 0.8);
}

.s3-dr .slick-next {
    right: inherit;
    left: 0.65rem;
    background-color: #B41B19;
    background-image: url(../images/s3-drnext.png);
}

.s3-dr .slick-next:hover {
    background-color: rgba(180, 27, 25, 0.8);
}

.section4 {
    position: relative;
    z-index: 1;
    height: 9.12rem;
}

.section4::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    background: url(../images/s4-lbg.png) no-repeat right center;
    background-size: 100% 100%;
    z-index: -1;
}

.section4::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    background: url(../images/s4-rbg.png) no-repeat left center;
    background-size: 100% 100%;
    z-index: -1;
}

.s4-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 0.9rem;
}

.s4-c>div {
    width: 46%;
}

.s4-l .title {
    padding-bottom: 0.37rem;
}

.s4-l .title .titc-zi h3,
.s4-l .title .titc-zi h3 span {
    color: #fff;
}

.s4-l .title .titc-zi>p {
    color: #D2BEA3;
}

.s4-l .title .titc-zi>p::before {
    background: #D2BEA3;
}

.s4-l .more a {
    color: #fff;
    background-image: url(../images/more2.png);
}

.s4-l ul li a {
    display: flex;
    align-items: center;
    padding: 0.23rem 0;
}

.s4-l ul li a .date {
    text-align: center;
    color: #FFFFFF;
    margin-right: 0.76rem;
    position: relative;
}

.s4-l ul li a .date::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -0.38rem;
    opacity: 0.7;
    height: 0.55rem;
    border-left: 1px solid #C9A77B;
}

.s4-l ul li a .date b {
    display: block;
    font-family: Athelas;
    font-size: 0.42rem;
    font-weight: normal;
    line-height: 0.56rem;
    margin-top: -0.1rem;
}

.s4-l ul li a .date span {
    display: block;
    font-family: PingFangSC;
    font-size: 0.14rem;
    line-height: 1;
    margin-top: 0.05rem;
}

.s4-l ul li a .tx {
    flex: 1;
    min-width: 0;
}

.s4-l ul li a .tx h3 {
    font-family: PingFangSC;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #FFFFFF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.s4-l ul li a .tx p {
    font-family: "syh-r";
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #FFFFFF;
    opacity: 0.7;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin-top: 0.06rem;
}

.s4-r .title {
    padding-bottom: 0.45rem;
}

.s4-r ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.15rem 0 0.15rem 0.25rem;
    transition: all 0.4s;
}

.s4-r ul li a .bg_img {
    width: 35.32%;
    height: 1.5rem;
}

.s4-r ul li a .tx {
    flex: 1;
    min-width: 0;
    background: url(../images/s4-rx.png) no-repeat center bottom;
    padding: 0 0.25rem;
    position: relative;
}

.s4-r ul li a .tx::after {
    content: '';
    position: absolute;
    bottom: 0.1rem;
    right: 0.25rem;
    width: 0.57rem;
    height: 0.08rem;
    background: url(../images/s4-rxq.png) no-repeat;
    background-size: 100% 100%;
    display: none;
}

.s4-r ul li a .tx h3 {
    font-family: PingFangSC;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #222222;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    margin: 0.15rem 0 0.1rem 0;
    transition: all 0.4s;
}

.s4-r ul li a .tx p {
    font-family: "syh-r";
    font-size: 0.16rem;
    line-height: 0.3rem;
    height: 0.6rem;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    opacity: 0.6;
    transition: all 0.4s;
}

.s4-r ul li:hover a {
    background: linear-gradient(90deg, #B41B19 0%, #D55F3E 100%);
}

.s4-r ul li:hover a .tx {
    background: none;
}

.s4-r ul li:hover a .tx::after {
    display: block;
}

.s4-r ul li:hover a h3,
.s4-r ul li:hover a p {
    color: #fff;
}

.s4-r ul li:hover a p {
    opacity: 1;
}

.section5 {
    padding-top: 0.63rem;
    padding-bottom: 1.02rem;
    background: url(../images/bg5.jpg) no-repeat center top;
    background-size: cover;
}

.s5-t ul,
.s5-d ul {
    display: flex;
}

.s5-t ul li,
.s5-d ul li {
    margin-left: 0.5%;
}

.s5-t ul li a,
.s5-d ul li a {
    display: block;
}

.s5-t ul li a .pic>img,
.s5-d ul li a .pic>img {
    display: block;
}

.s5-t ul li:first-child {
    width: 39%;
    margin-left: 0;
}

.s5-t ul li:nth-child(2) {
    width: 39%;
}

.s5-t ul li:first-child a .pic,
.s5-t ul li:nth-child(2) a .pic {
    padding-top: 56.64%;
}

.s5-t ul li:nth-child(3) {
    width: 21%;
}

.s5-t ul li:nth-child(3) a {
    background: #B41B19;
}

.s5-t ul li:nth-child(3) a .pic {
    padding-top: 105.35%;
}

.s5-t ul li:nth-child(3) a .pic .s5-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.svg path {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 1px;
}

.s5-t ul li:nth-child(3) a .pic .s5-icon svg,
.s5-d ul li:first-child a .pic .s5-icon svg {
    fill: transparent;
    stroke: #fff;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    width: 1rem;
    height: 0.95rem;
    transition: .4s;
}

.s5-d ul li:first-child a .pic .s5-icon svg {
    width: 0.91rem;
    height: 0.69rem;
}

.s5-t ul li:nth-child(3):hover a .pic .s5-icon svg,
.s5-d ul li:first-child:hover a .pic .s5-icon svg {
    animation: dash 8s ease;
}

.s5-t ul li:nth-child(3):hover a .pic .s5-icon svg path {
    fill: #DAAE6C;
    stroke: #fff;
}

.s5-d ul li:first-child:hover a .pic .s5-icon svg path {
    fill: #fff;
    stroke: #B41B19;
}

@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.s5-t ul li:nth-child(3) a .pic p,
.s5-d ul li:first-child a .pic p {
    font-family: "sysong";
    font-size: 0.32rem;
    font-weight: 900;
    color: #FFFFFF;
    margin-top: 0.1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.s5-t ul li:nth-child(3):hover a .pic p {
    color: #DAAE6C;
}

.s5-d {
    margin-top: 0.07rem;
}

.s5-d ul li:first-child {
    width: 21%;
    margin-left: 0;
}

.s5-d ul li:first-child a {
    background: #DAAE6C;
}

.s5-d ul li:first-child a .pic {
    padding-top: 105.35%;
}

.s5-d ul li:first-child a .pic .s5-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.s5-d ul li:nth-child(2) {
    width: 39%;
}

.s5-d ul li:nth-child(3) {
    width: 39%;
}

.s5-d ul li:nth-child(2) a .pic,
.s5-d ul li:nth-child(3) a .pic {
    padding-top: 56.64%;
}

.s5-d ul li:first-child:hover a .pic p {
    color: #B41B19;
}








@media screen and (min-width:2000px) {}

@media screen and (max-width:1600px) {
    .s3-tl ul {
        width: calc(100% + 0.2rem);
    }

    .s3-tr {
        padding-left: 0.5rem;
    }

    .s3-dr ul {
        width: calc(100% + 0.2rem);
    }
}


@media screen and (max-width:1300px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {
    .banner-box {
        height: auto;
        position: static;
    }

    .index {
        margin-top: 0;
    }

}

@media screen and (max-width:768px) {
    .Bannerslick .slick-dots li {
        width: 0.1rem;
        height: 0.1rem;
        margin: 0 0.05rem;
    }

    .Bannerslick .slick-dots {
        bottom: 0.2rem;
    }

    .ban-btn {
        bottom: 0.2rem;
        left: calc(50% - 0.7rem);
        width: 0.3rem;
        height: 0.3rem !important;
    }

    .Bannerslick .slick-dots::before {
        width: 0.3rem;
        height: 0.3rem;
        left: -0.4rem;
    }

    .title {
        padding-bottom: 0.3rem;
    }

    .title .titc-zi h3 {
        font-size: 0.3rem;
    }

    .title .titc-zi>p {
        font-size: 0.16rem;
    }

    .title .titc-zi>p::before {
        width: 0.23rem;
    }

    .more a {
        font-size: 0.16rem;
        background-size: 0.14rem auto;
        padding-right: 0.24re;
    }

    .flex-jcsb {
        flex-wrap: wrap;
    }

    .section1 {
        padding: 0.3rem 0 0.4rem 0;
    }

    .s1-l {
        width: 100%;
    }

    .s1-l ul li a .bg_img {
        height: auto;
        padding-top: 67.91%;
    }

    .s1-l ul li a .tx .tx-r h3 {
        font-size: 0.2rem;
        line-height: 0.3rem;
        height: 0.6rem;
    }

    .s1-l ul li a .tx .date b {
        font-size: 0.62rem;
    }

    .s1-l ul li a .tx .date span {
        font-size: 0.16rem;
    }

    .s1-l .slick-prev {
        top: inherit;
        bottom: 1.03rem;
    }

    .s1-l .slick-next {
        top: inherit;
        bottom: 0.51rem;
    }

    .s1-r {
        width: 100%;
        margin-top: 0.3rem;
    }

    .s1-r ul li:first-child .bg_img {
        height: auto;
        padding-top: 51.55%;
    }

    .s1-r ul li:first-child .tx {
        padding: 0.2rem 0.3rem;
    }

    .s1-r ul li:first-child a h3 {
        margin-top: 0.1rem;
    }

    .s1-r ul li a h3 {
        height: auto;
        max-height: 0.64rem;
    }

    .section2 {
        padding-bottom: 0.3rem;
    }

    .s2-c ul {
        margin: 0 -0.15rem;
    }

    .s2-c ul li a {
        margin: 0 0.15rem;
        padding: 0.2rem 0.2rem 0.4rem;
    }

    .s2-c ul li a .date {
        width: 0.8rem;
        height: 0.8rem;
        margin-right: 0.2rem;
    }

    .s2-c ul li a .date b {
        font-size: 0.46rem;
    }

    .s2-c ul li a .tx p {
        font-size: 0.16rem;
    }

    .s2-c ul li a::after {
        bottom: 0.05rem;
        right: 0.05rem;
        width: 0.25rem;
        height: 0.26rem;
    }

    .s2-c .slick-dots {
        margin-top: 0;
    }

    .section3 {
        padding-bottom: 0.4rem;
    }

    .s3-tr .s3-wx {
        width: 0.4rem;
        top: 0.1rem;
    }

    .s3-tl {
        order: 2;
        width: 100%;
        height: auto;
        margin-top: 0.3rem;
    }

    .s3-tl ul {
        width: 100%;
        position: static;
    }

    .s3-tl ul li a .bg_img {
        height: auto;
        padding-top: 52.43%;
    }

    .s3-tl ul li a .bg_img .s3-wx {
        width: 0.3rem;
        height: 0.3rem;
    }

    .s3-tr {
        width: 100%;
        order: 1;
        padding-left: 0;
        padding-top: 0.3rem;
    }

    .s3-tr .title {
        justify-content: flex-start;
    }

    .s3-tr ul li a h3 {
        font-size: 0.2rem;
        height: auto;
        max-height: 0.72rem;
    }

    .s3-tr ul li a p {
        height: auto;
        max-height: 0.84rem;
        margin-top: 0.15rem;
    }

    .s3-tr ul li a .gd {
        margin-top: 0.2rem;
    }

    .s3-tr ul li a .gd span {
        font-size: 0.16rem;
        background-size: 0.16rem auto;
        padding-right: 0.26rem;
    }

    .s3-d {
        margin-top: 0.3rem;
    }

    .s3-d .title {
        position: static;
        width: 100%;
        padding-right: 0;
        padding-bottom: 0.3rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .s3-d .more {
        margin-top: 0;
    }

    .s3-dr .slick-list {
        margin-left: 0;
    }

    .s3-dr ul {
        width: 100%;
    }

    .s3-dr .slick-prev,
    .s3-dr .slick-next {
        width: 0.42rem;
        height: 0.42rem;
    }

    .s3-d::before {
        width: calc(100% - 1.38rem);
        bottom: 0.21rem;
    }

    .section4 {
        height: auto;
    }

    .section4::before,
    .section4::after {
        display: none;
    }

    .s4-c {
        padding-top: 0;
    }

    .s4-c>div {
        width: 100%;
        padding: 0.3rem 0.2rem;
    }

    .s4-l {
        background: #B41B19;
    }

    .s4-l .title {
        padding-bottom: 0.1rem;
    }

    .s4-l ul li a {
        padding: 0.2rem 0;
    }

    .s4-l ul li a .tx p {
        font-size: 0.18rem;
        margin-top: 0.1rem;
    }

    .s4-r {
        background: #F3E4CF;
    }

    .s4-r .title {
        padding-bottom: 0.15rem;
    }

    .s4-r ul li a {
        padding: 0.15rem 0;
    }

    .s4-r ul li a .tx p {
        font-size: 0.18rem;
    }

    .section5 {
        padding-top: 0.3rem;
        padding-bottom: 0.5rem;
    }

    .s5-t ul li:nth-child(3) a .pic .s5-icon svg {
        width: 0.8rem;
        height: auto;
    }

    .s5-d ul li:first-child a .pic .s5-icon svg {
        width: 0.8rem;
        height: auto;
    }

    .s5-t ul li:nth-child(3) a .pic p,
    .s5-d ul li:first-child a .pic p {
        font-size: 0.2rem;
    }

    .s5-d {
        margin-top: 0.05rem;
    }
}

@media screen and (max-width:640px) {}

@media screen and (max-width:480px) {
    .s1-l ul li a .tx {
        padding: 0.2rem;
        margin-right: 0.42rem;
    }

    .s1-l .slick-prev,
    .s1-l .slick-next {
        width: 0.42rem;
        height: 0.4rem;
    }

    .s1-l .slick-prev {
        bottom: 0.93rem;
    }

    .s1-l ul li a .tx .tx-r {
        padding-left: 0.4rem;
    }

    .s1-l ul li a .tx .tx-r::before {
        left: 0.2rem;
        height: 0.8rem;
    }

    .s5-t ul li:nth-child(3) a .pic .s5-icon svg,
    .s5-d ul li:first-child a .pic .s5-icon svg {
        width: 0.5rem;
    }

    .s5-t ul li:nth-child(3) a .pic p,
    .s5-d ul li:first-child a .pic p {
        font-size: 0.18rem;
        margin-top: 0;
    }
}