@charset "utf-8";

.index {
    font-size: 0;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    /* overflow: hidden; */
    z-index: 99;
    /* padding-top: 1.22rem; */
    background: #fff;
}

.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick .slick-slide a {
    display: block;
    position: relative;
    height:100%;
}
.banner .slick .slick-slide a video{
    
position: absolute;
    
left: 50%;
    
top: 50%;
    
width: 100%;
    
height: 100%;
    
object-fit: cover !important;
    
transform: translateX(-50%) translateY(-50%);
}

.banner .slick .slick-slide a img {
    display: block;
    width: 100%;
}
.banner .slick .slick-slide a  p{
    position:absolute;
    left:0;
    bottom: .1rem;
    z-index:9;
    /* background: #b54444; */
    color:#fff;
    font-size: 0.29rem;
    line-height:.4rem;
    padding:.1rem .2rem;
}

.djs {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 15rem;
    margin: auto;
    top: 50%;
    height: auto !important;
    transform: translateY(-50%);
    z-index: 9;
}

.djs div {
    width: 2.39rem !important;
    height: 3.03rem !important;
    position: inherit;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/djs-bj.png) no-repeat;
    background-size: 100% 100%;
}

.djs div p {
    text-align: center;
    font-size: .3rem;
    line-height: .66rem;
    color: #b7161a;
}

.djs div span {
    display: block;
    text-align: center;
    color: #b7161a;
    font-size: .9rem;
    line-height: .9rem;
    font-weight: 600;
    background: linear-gradient(180deg, #b7161a 10%, #b7161a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-reflect: below -.15rem linear-gradient(transparent, transparent 55%, rgba(0, 0, 0, .4));
    background: none\0;
    padding-top: .2rem;
}

.banner .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    bottom: .25rem;
    width: 100%;
    max-width: 16rem;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.banner .slick-dots li {
    position: relative;
    margin: 0 .07rem;
    opacity: 1;
    background: transparent;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0.25rem;
    height: 0.19rem;
    background: url(../images/banner-dot.png) no-repeat;
    background-size: 100% auto;
}

.banner .slick-dots li::before {
    content: "";
}


.banner .slick-dots li button {
    width: .11rem;
    height: .11rem;
    background: #fff;
    border-radius: 50%;
    display: block;
    margin: 0;
    padding: 0;
    display: none;
}

.banner .slick-dots li.slick-active {
    background: url(../images/banner-dot-act.png) no-repeat;
    background-size: 100% auto;
}



html, body, .banner, .banner .slick, .banner .slick div, .banner .slick-slide a, .banner .slick-slide a img {
    width: 100%;
    height: 100%;
}

.banner img {
    width: 100%
}

.banner {
    position: relative;
    background: #3f52f4
}

.banner .slick-slide a {
    display: block;
    position: relative
}

.banner .slick-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-zzc.png) repeat-x;
    background-position: center top;
    z-index: 1;
}

.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-zzc.png) repeat-x;
    background-position: center top;
    z-index: 1;
    transform:rotate(180deg)
}
.banner .slick-prev {
    width: 0.36rem;
    height: 0.26rem;
    left: auto;
    right: 50%;
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    top: auto;
    bottom: .6rem;
    transform: translateY(0);
    margin-right: 1rem;
}

.banner .slick-next {
    width: 0.36rem;
    height: 0.26rem;
    right: auto;
    left: 50%;
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    top: auto;
    transform: translateY(0);
    bottom: .6rem;
    margin-left: 1rem;
}


#downPage {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .4rem;
    z-index: 9;
    cursor: pointer;
}

#downPage img {
    display: block;
    animation: bb 2s linear 0s infinite;
}

@keyframes bb {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }

    20% {
        transform: translate(-50%, 3px);
        opacity: 1;
    }

    80% {
        transform: translate(-50%, 10px);
        opacity: 1;
    }

    90% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}


.section1 {
    /* background: url(../images/s1-bj.jpg) repeat; */
    /* background-position: center center; */
    /* background-size: cover; */
    padding-top: 2.6rem;
    position: relative;
    padding-bottom: .8rem;
}

.section1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: url(../images/s1-nbg.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.section1::after {
    content: "";
    position: absolute;
    right: 51%;
    top: 0;
    bottom: 0;
    left: 0;
    /* background: #fff; */
    z-index: 1;
}

.section1>div {
    position: relative;
    z-index: 9;

}


.title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .3rem;
    position: relative;
}

.titname {
    position: relative;
}

.titname::before {
    content: "";
}

.titname p {
    font-size: .18rem;
    font-weight: bold;
    line-height: .2rem;
    text-transform: uppercase;
    color: #D6D6D6;
}

.titname h2 {
    font-size: .3rem;
    font-weight: normal;
    line-height: .48rem;
    display: flex;
    align-items: center;
    color: #333333;
}

.titname h2 img {
    margin-right: .15rem;
}

.titname h2 span {
    color: #3D3D3D;
}

.titname h2 b {
    color: #9c0c15;
}

.titmore {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.titmore a {
    display: block;
    font-size: .18rem;
    font-weight: normal;
    line-height: .3rem;
    text-transform: uppercase;
    color: #666666;
}

.titmore a:hover {
    color: #9c0c15;
}

.titmore-w a {
    background: url(../images/titmore.png) no-repeat;
    background-position: right center;
    background-size: .37rem auto;
    color: #FFFFFF;
}


.titname-w p {
    color: rgba(214, 214, 214, .5);
}

.titname-w h2 span {
    color: #fff;
}

.titname-w h2 b {
    color: #E2C071;
}

.s1-c {
    display: flex;
    justify-content: space-between;
}

.s1-l {
    width: 49%;
    position: relative;
    z-index: 9;
    /* padding-left: .2rem; */
}

.s1-l::before {
    content: "";
    position: absolute;
    right: 0;
    left: -0.94rem;
    top: -.45rem;
    bottom: 0;
    background: url(../images/s1-lbj2.png) no-repeat;
    background-position: left top;
    background-size: cover;
}

.s1-r {
    width: 51%;
    position: relative;
    padding-left: .94rem;
    margin-top: -.25rem;
}

.s1-r .title {
    justify-content: flex-start;
}

.s1-lpic {
    margin-right: -.56rem;
    box-shadow: 0rem 0.03rem 0.18rem 0rem rgba(0, 0, 0, 0.56);
    margin-left: -.2rem;
}

.s1-lpic li a {
    display: block;
}

.s1-lpic li a .pic {
    padding-top: 59.2%;
}

.s1-lpic .slick-prev, .s1-lpic .slick-next {
    left: auto;
    top: 100%;
    width: 1.08rem;
    height: 0.74rem;
}

.s1-lpic .slick-prev {
    border-radius: .3rem 0px 0px 0px;
    background: #005CAC url(../images/prev.png) no-repeat;
    background-position: center center;
    background-size: .36rem auto;
    right: 1.08rem;
}

.s1-lpic .slick-next {
    right: 0;
    border-radius: 0px 0px .3rem 0px;
    background: #E2C071 url(../images/next.png) no-repeat;
    background-position: center center;
    background-size: .36rem auto;
}

.s1-lpic .slick-dots {
    right: 100%;
    left: auto;
    width: auto;
    top: 50%;
    transform: translateY(-50%) translateX(-.2rem);
    bottom: auto;
}

.s1-lpic .slick-dots li {
    width: 0.35rem;
    height: 0.35rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .15rem 0;
}

.s1-lpic .slick-dots li button {
    width: 0.12rem;
    height: 0.12rem;
    background-color: #ffffff;
    opacity: 0.5;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 50%;
}

.s1-lpic .slick-dots li.slick-active {
    border: solid 0.01rem #ffbf60;
}

.s1-lpic .slick-dots li.slick-active button {
    background-color: #ffbf60;
    opacity: 1;
}

.s1-linfo {
    margin-top: .1rem;
}

.s1-linfo li a {
    padding-right: .5rem;
    display: block;
    position: relative;
    padding-bottom: .1rem;
    margin-top: .05rem;
}

.pub_info a {
    display: block;
}

.pub_info a span {
    font-size: .14rem;
    font-weight: 500;
    line-height: .48rem;
    color: #9c1412;
    display: block;
    padding-left: 20px;
    background: url(../images/icon-time-w.png) no-repeat;
    background-position: left center;
    position: absolute;
    right: .3rem;
    top: 0;
}

.pub_info a h3 {
    font-size: .2rem;
    font-weight: bold;
    line-height: .48rem;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 1.2rem;
}
.pub_info a h3 i{background-image: linear-gradient(transparent,transparent);}
.pub_info a:hover h3{color:#fff;}

.pub_info a p {
    font-size: .18rem;
    font-weight: normal;
    line-height: .24rem;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .48rem;
    opacity: .8;
    display: none;
}


.first-item a {
    display: flex;
    align-items: center;
    margin-bottom: .25rem;
}

.pubdate {
    width: 0.92rem;
    height: 0.93rem;
    border: dashed 0.01rem rgba(156, 12, 19, .3);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.pubdate b {
    font-size: 0.3rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #9c0c15;
    display: block;
}

.pubdate span {
    font-size: 0.14rem;
    font-weight: normal;
    letter-spacing: 0rem;
    color: #9c0c15;
    line-height: .2rem;
    margin-top: .05rem;
}

.first-item a .pics {
    width: 2.24rem;
    position: relative;
}

.first-item a .pics b {
    position: absolute;
    min-width: 0.53rem;
    height: 0.25rem;
    background-color: #bb0202;
    border-radius: 0 0.13rem 0.13rem 0;
    top: 0.06rem;
    text-align: center;
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.25rem;
    color: #ffffff;
    padding: 0 .15rem 0 .1rem;
    left: 0;
}

.first-item a .pics .pic {
    padding-top: 60.5%;
}

.first-item a .info {
    padding: 0 0 0 .2rem;
    flex: 1;
    min-width: 0;
}

.first-item a .info h3 {
    font-size: 0.20rem;
    font-weight: 600;
    line-height: 0.24rem;
    overflow: hidden;
    color: #585858;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.first-item a .info p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.48rem;
    margin-top: .07rem;
}

.first-item a .info span {
    display: block;
    font-family: ArialMT;
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    color: #2455AA;
    margin-top: .2rem;
    padding-left: 20px;
    background: url(../images/icon-time.png) no-repeat;
    background-position: left center;
}

.first-item a:hover .info h3 {
    color: #9c0c15;
    font-weight: 600;
}

.s1-r ul li a {
    display: flex;
    position: relative;
    border-top: 1px dashed #d3d3d3;
    line-height: 0.76rem;
}

.s1-r ul li a span {
    font-size: .14rem;
    position: relative;
    color: #999999;
    padding-left: 20px;
    background: url(../images/icon-time-g.png) no-repeat;
    background-position: left center;
    font-weight: normal;
}

.s1-r ul li a span::before {
    content: "";
}


.s1-r ul li a p {
    flex: 1;
    padding-left: .3rem;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    font-size: 0.21rem;
    font-weight: normal;
    color: #333333;
    position: relative;
}

.s1-r ul li a p::before {
    content: "";
    position: absolute;
    width: 0.06rem;
    height: 0.06rem;
    background-color: #9c0c13;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.s1-r ul li a:hover span::before {}

.s1-r ul li a:hover p {
    color: #9c0c15;
}

.section2 {
    background: url(../images/s2-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: .7rem;
    padding-bottom: .85rem;
}

.s2-c {
    display: flex;
}

.s2-l {
    width: 50%;
}

.s2-l ul li a {
    display: block;
    position: relative;
}

.s2-l ul li a .pic {
    padding-top: 60.5%;
}

.s2-l ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/s2-zzc.png) repeat-x;
    background-position: center bottom;
}

.s2-l ul li a .info {
    position: absolute;
    left: 5%;
    right: 2rem;
    bottom: 0.3rem;
}

.s2-l ul li a .info span {
    display: block;
    font-size: 0.14rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #ffffff;
    padding-left: 20px;
    background: url(../images/icon-time-w.png) no-repeat;
    background-position: left center;
}

.s2-l ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.18rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-l .slick-dots {
    bottom: 0.3rem;
    left: auto;
    right: 0;
    display: flex !important;
    width: auto;
}

.s2-l .slick-dots li {
    width: 0.24rem;
    height: 0.24rem;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.05rem;
}

.s2-l .slick-dots li button {
    width: 0.08rem;
    height: 0.08rem;
    background-color: #ffffff;
    opacity: 0.5;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 50%;
}

.s2-l .slick-dots li.slick-active {
    border: solid 0.01rem #ffbf60;
}

.s2-l .slick-dots li.slick-active button {
    background-color: #ffbf60;
    opacity: 1;
}

.s2-r {
    flex: 1;
    min-width: 0;
    display: flex;

}

.first-item2 {
    width: 47%;
    margin: 0 3%;
    border-bottom: 1px solid #9c0c15;
}

.first-item2 a {
    display: block;
}

.first-item2 a .pic {
    padding-top: 66%;
}

.first-item2 a .date {
    background-color: #9c0c15;
    margin-left: .2rem;
    margin-top: -.46rem;
    position: relative;
    z-index: 9;
}

.first-item2 a .date b {
    color: #ffffff;
}

.first-item2 a .date span {
    color: #ffffff;
}

.first-item2 a .info {
    padding: 0 .2rem;
    margin-top: .25rem;
}

.first-item2 a .info h3 {
    font-size: 0.18rem;
    font-weight: 600;
    line-height: 0.3rem;
    color: #252525;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
}


.first-item2 a .info p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #606060;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .15rem;
}

.first-item2 a:hover .info h3 {
    color: #9c0c13;
}

.s2-r ul {
    flex: 1;
    min-width: 0;
}

.s2-r ul li {
    height: 33.33%;
}

.s2-r ul li:nth-child(1) a {
    border-top: 1px solid #d7d7d7;
}

.s2-r ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d7d7d7;
}

.s2-r ul li a .info {
    flex: 1;
    min-width: 0;
    padding-left: .2rem;
}

.s2-r ul li a .info h3 {
    font-size: 0.19rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #252525;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.52rem;
}

.s2-r ul li a .info p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #747474;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-r ul li a:hover .info h3 {
    color: #9c0c13;
    font-weight: 600;
}

.section3 {
    background: url(../images/s3-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: .9rem;
    padding-bottom: 1.4rem;
}

.s3-c ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.s3-c ul li {
    width: 16%;
}

.s3-c ul li a {
    display: block;
}

.s3-c ul li a .pics {
    width: 1.18rem;
    height: 1.18rem;
    border: solid 0.01rem transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
    border-radius: 50%;
    transform: rotateZ(30deg);
    transition: all 0.3s;
}

.s3-c ul li a .pics::before {
    content: "";
    position: absolute;
    width: 0.09rem;
    height: 0.09rem;
    background-color: #a0141d;
    top: 0;
    transform: translateY(-50%);
    opacity: 0;
    border-radius: 50%;
    transition: all 0.3s;
}

.s3-c ul li a .pics::after {
    content: "";
    position: absolute;
    width: 0.09rem;
    height: 0.09rem;
    background-color: #a0141d;
    bottom: 0;
    transform: translateY(50%);
    opacity: 0;
    border-radius: 50%;
    transition: all 0.3s;
}

.s3-c ul li a .pics .icon {
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: dashed 0.01rem rgba(156, 12, 19, .5);
    border-radius: 50%;
    transform: rotateZ(-30deg);
    position: relative;
    transition: all 0.3s;
}

.s3-c ul li a .pics .icon::after {
    content: "";
    position: absolute;
    width: 0.34rem;
    height: 0.34rem;
    background-color: #9c0c13;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transition: all 0.3s;
}

.s3-c ul li a .pics .icon img {
    display: none;
}

.s3-c ul li a .pics .icon img:nth-child(1) {
    display: block;
}

.s3-c ul li a .info {
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.s3-c ul li a p {
    text-align: center;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.6rem;
    padding: 0 .1rem;
    width: 100%;
}

.s3-c ul li:nth-child(-n+6) {
    margin-bottom: .55rem;
}

.s3-c ul li a:hover .pics {
    border-color: #9c0c13;
}

.s3-c ul li a:hover .pics::before {
    opacity: 1;
}

.s3-c ul li a:hover .pics::after {
    opacity: 1;
}

.s3-c ul li a:hover .pics .icon {
    background-color: #9c0c13;
}

.s3-c ul li a:hover .pics .icon::after {
    background: #fff;
}

.s3-c ul li a:hover .pics .icon img {
    display: block;
}

.s3-c ul li a:hover .pics .icon img:nth-child(1) {
    display: none;
}

.section4 {
    position: relative;
    padding-top: .7rem;
}

.section4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 2.1rem;
    background: #9c0c15;
}

.section4::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: -2.4rem;
    bottom: 0;
    background: url(../images/s4-jz.png) no-repeat;
    background-position: right top;
}

.section4 .w15 {
    position: relative;
    z-index: 9;
}

.section4 .title {
    justify-content: flex-start;
}

.section4 .titname h2 {
    color: #fff;
}

.section4 .titmore a {
    color: #fff;
}

.s4-c {
    display: flex;
    background: #ffffff url(../images/s4-lbj.png) no-repeat;
    background-position: left bottom;
    box-shadow: 0rem 0.01rem 0.1rem 0.04rem rgba(156, 12, 19, 0.07);
    padding-bottom: .8rem;
}

.s4-l {
    flex: 1;
    min-width: 0;
    padding: .45rem .4rem .4rem .4rem;
}

.s4-r {
    width: 7.5rem;
}

.s4-r ul li a {
    display: block;
}

.s4-r ul li a .pic {
    padding-top: 62.3%;
}

.s4-r .slick-prev, .s4-r .slick-next {
    width: 0.61rem;
    height: 0.55rem;
    top: auto;
    bottom: .22rem;
    right: auto;
    left: auto;
    transform: translateY(40%);
}


.s4-r .slick-prev {
    background: #dab96a url(../images/s4-prev.png) no-repeat;
    background-position: center center;
    border-radius: 0rem 0rem 0rem 0.2rem;
    right: 100%;
}

.s4-r .slick-next {
    background: #902a2a url(../images/s4-next.png) no-repeat;
    background-position: center center;
    border-radius: 0rem 0.2rem 0rem 0rem;
}

.s4-lt ul li a {
    display: block;
    overflow: hidden;
}

.s4-lt ul li a h3 {
    font-size: 0.2rem;
    line-height: .3rem;
    font-weight: 600;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s4-lt ul li a:hover h3 {
    color: #9c0c15;
}

.s4-lt ul li a p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.9rem;
    margin-top: .25rem;
}

.s4-lt ul li a b {
    display: flex;
    align-items: center;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #666666;
    margin-top: .35rem;
    padding-top: .35rem;
    border-top: 1px dashed rgba(116, 116, 116, .5);
}

.s4-lt ul li a b img {
    margin-left: .15rem;
}

.s4-lb {
    margin-top: .59rem;
    padding-right: .4rem;
}

.s4-lb ul {
    margin: 0 -.15rem;
}

.s4-lb ul li a {
    display: block;
    /* padding: .1rem; */
    margin: 0 .15rem;
    /* border-radius: 50%; */
}

.s4-lb ul li a .pic {
    padding-top: 62.3%;
    border-radius: 0 15px 0 15px;
}
.s4-lb ul li a .pic img{
object-fit: cover;
} 

.s4-lb ul li a .pic::before {
    content: "";
}

.s4-lb ul .slick-current a {
    /* background-color: rgba(156, 12, 21, .1); */
    /* border: dashed 0.01rem #9c0c15; */
}

.section5 {
    padding-top: .75rem;
    padding-bottom: .9rem;
    position: relative;
}

.section5::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    top: -2.8rem;
    background: url(../images/s5-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s5-c ul {
    display: flex;
    justify-content: center;
}

.s5-c ul li {
    width: 30%;
    margin-left: 5%;
}
.s5-c ul li:nth-child(1){
    margin-left:0;
}

.s5-c ul li a {
    display: block;
}

.s5-c ul li a .pic {
    padding-top: 45%;
}



@media screen and (max-width: 1400px) {
    .s1-l {
        margin-left: 3%;
        width: 46%;
    }
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick .slick div,
    .banner .slick .slick-slide a,
    .banner .slick .slick-slide a img {
        height: auto !important;
    }

    #downPage {
        display: none;
    }

    .banner .slick-prev {
        /* left: .1rem; */
        bottom: 0.15rem;
        background-size: auto .2rem;
        margin-right: .7rem;
    }

    .banner .slick-next {
        /* right: 0.1rem; */
        bottom: .15rem;
        background-size: auto .2rem;
        margin-left: .7rem;
    }

    .banner .slick .slick-slide a p{
        font-size:.16rem;
        line-height:.3rem;
        padding:0 .1rem;
        bottom: .3rem;
        text-align: center;
        right: 0;
    }

    .banner .slick-slide a::after{
        top:auto;
        height:50%;
        bottom: 0;
        background-size: auto 100%;
    }

    
    .index {
        position: static;
        padding-top: 0;
        overflow: hidden;
    }


    .banner .slick-dots {
        bottom: 0.05rem;
        justify-content: center;
    }

    .banner .slick-dots li {
        margin: 0 .1rem;
    }

    .banner .slick-dots li button {
        width: 0.06rem;
        height: 0.06rem;
    }

    .banner .slick-dots li {
        width: 0.15rem;
        height: 0.15rem;
        line-height: .28rem;
        font-size: .14rem;
        font-weight: normal;
    }

    .banner .slick-slide a::before {
        display: none;
    }

    .index::before {
        display: none;
    }


    .s1-c {
        display: block;
    }

    .s1-l {
        width: auto;
        margin-left: .2rem;
        padding-bottom: .2rem;
    }

    .s1-l::before {
        left: -.5rem;
    }

    .s1-lpic {
        margin-right: 0;
    }

    .s1-lpic .slick-dots {
        transform: translateY(-50%) translateX(-0.1rem);
    }

    .s1-r {
        width: auto;
        padding-left: 0;
        margin-top: .3rem;
    }

    .section1::before {
        content: none;
    }

    .section1::after {
        content: none;
    }

    .s2-c {
        display: block;
    }

    .s2-l {
        width: auto;
    }

    .s2-r {
        display: block;
    }

    .first-item2 {
        width: auto;
        margin: .2rem 0;
        padding-bottom: .2rem;
    }

    .s2-r ul li:nth-child(1) a {
        border-top: none;
    }

    .s2-r ul li a {
        padding: .2rem 0;
    }

    .s3-c ul li {
        width: 25%;
        padding: .05rem 0;
    }

    .s3-c ul li:nth-child(-n+6) {
        margin-bottom: 0;
    }

    .s3-c ul li a .pics .icon {
        width: 0.6rem;
        height: 0.6rem;
    }

    .s3-c ul li a .pics .icon img {
        max-width: 50%;
        max-height: 50%;
    }

    .s3-c ul li a .pics {
        width: .8rem;
        height: .8rem;
    }

    .s3-c ul li a p {
        font-size: .18rem;
        line-height: .24rem;
        max-height: .48rem;
    }

    .section4::after {
        display: none;
    }

    .s4-c {
        display: block;
    }

    .s4-r {
        width: auto;
    }

    .s4-r .slick-prev {
        left: 0;
        right: auto;
        top: auto;
        bottom: 100%;
    }

    .s4-r .slick-next {
        left: .61rem;
        top: auto;
        bottom: 100%;
    }

    .s4-lb {
        padding-right: 0;
        margin-bottom: .2rem;
        margin-top: .2rem;
    }

    .s4-l {
        padding: 0.3rem .15rem;
    }

    .s5-c ul li {
        width: 32%;
    }

    .section1 {
        padding-top: .6rem;
        padding-bottom: 0;
    }

    .s1-l::before {
        top: -.35rem;
    }

    .s1-linfo li a {
        padding-right: .2rem;
    }

    .section2 {
        padding-top: .4rem;
        padding-bottom: .4rem;
    }

    .title {
        justify-content: flex-start;
    }

    .first-item2 a .info {
        padding: 0;
    }

    .section3 {
        padding: .4rem 0;
    }

    .section4 {
        padding-top: .4rem;
    }

    .s4-c {
        padding-bottom: .4rem;
    }

    .section5 {
        padding: .4rem 0;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {
    .s5-c ul {
        display: block;
    }

    .s5-c ul li {
        width: auto;
        margin-top: .2rem;
        margin-left: 0;
    }
}

@media screen and (max-width: 480px) {}