@charset "utf-8";




html, body, .banner, .banner .slick, .banner .slick div, .banner .slick-slide a, .banner .slick-slide a img {
    width: 100%;
    height: 100%;
}

.banner .slick-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/banner-zzc.png) repeat-x;
    background-position: center top;
    z-index: 9;
}

.banner {
    width: 100%;
    position: relative;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 7;
    transition: all 8s;
}

.banner .slick-slide a p {
    position: absolute;
    width: 100%;
    left: 50%;
    max-width: 1300px;
    transform: translateX(-50%);
    font-size: 30px;
    bottom: 40px;
    color: #fff;
    z-index: 9;
}



.banner .slick2 {
    position: relative;
    z-index: 8;
    opacity: 0;
}



.banner .slick-dots {
    font-size: 0;
    text-align: center;
    bottom: .4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .slick-dots li {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 .2rem;
    transition: all 0.3s;
    width: 0.32rem;
    height: 0.32rem;
}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li span {
    width: 0.11rem;
    height: 0.11rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.63);
    margin: 0;
    padding: 0;
    display: block;
    font-size: 0;
    font-family: sysong;
}

.banner .slick-dots li.slick-active {
    background: rgba(148, 7, 10, 0.73);
    opacity: 1;
}

.banner .slick-dots li.slick-active span {
    background: none;
    font-size: .18rem;
    color: #fff;
    line-height: .18rem;
    width: auto;
    height: auto;
}




#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;
    }
}


.index {
    font-size: 0;
    /* position: fixed; */
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 99;
    background: #f5f3f3;
}

.itit {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 1.14rem;
}

.itit::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.09rem;
    height: 1.14rem;
    transform: translateX(-50%) translateY(-50%);
    background: url(/images/tit-logo.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 1;
}

.itit h3 {
    display: flex;
    align-items: center;
    font-size: 0.36rem;
    font-weight: 900;
    line-height: .4rem;
    text-align: center;
    letter-spacing: 0.02em;
    font-weight: 600;
    font-family: 'sysong';
    border-bottom: 1px solid #94070A;
    position: relative;
    padding-bottom: .15rem;
    position: relative;
    z-index: 9;
}

.itit h3::after {
    content: "";
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    background: #AF201E;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) translateY(50%) rotate(45deg);
}

.itit h3 b {
    color: #000000
}

.itit h3 span {
    color: #AF201E
}

.itit h4 {
    font-size: 0.18rem;
    font-weight: 100;
    line-height: 0.3rem;
    text-align: center;
    text-transform: uppercase;
    color: #9E9E9E;
    font-family: 'sysong';
}

.itit a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: .4rem;
    background: url(/images/tit-more.png) no-repeat;
    background-position: left center;
    background-size: .32rem auto;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #AC1B1D;
}



.s1 {
    background: url(/images/s1-bg.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: .47rem 0 1rem 0;
    padding-top: 1.7rem;
}


.s1-c {
    display: flex;
    margin-top: .66rem;
}

.s1-l {
    width: 8.7rem;
    margin-right: 5%;
}

.s1-l ul li a {
    display: block;
}

.s1-l ul li a .pic {
    padding-top: 65.8%;
}

.s1-l ul li a .info {
    padding: .2rem 0.3rem 0 .3rem;
    z-index: 10;
    position: relative;
    height: 1.3rem;
    background: url(/images/s1-litem_bg.png) no-repeat center / cover;
    margin-top: -0.35rem;
    margin-left: 6%;
}

.s1-l ul li a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 0.36rem;
    color: #FFFFFF;
}

.s1-l ul li a .info p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #FFFFFF;
    margin-top: .05rem;
}

.s1-l .slick-dots {
    width: 1.4rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    right: 0.5rem;
    bottom: 0.2rem;
}

.s1-l .slick-dots li {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 50%;
    opacity: 0.4;
    background: #FFFFFF;
}

.s1-l .slick-dots li.slick-active {
    opacity: 1;
}


.s1-l .slick-prev, .s1-l .slick-next {
    width: 0.2rem;
    height: 0.2rem;
    z-index: 9;
    top: auto;
    bottom: 0.16rem;
    transform: translateY(0);
}

.s1-l .slick-prev {
    background: url(/images/s1-lprev.png) no-repeat;
    background-position: left center;
    right: 1.9rem;
    left: auto;
}

.s1-l .slick-next {
    background: url(/images/s1-lnext.png) no-repeat;
    background-position: right center;
    right: 0.3rem;
}


.s1-r {
    flex: 1;
    min-width: 0;
}

.s1-r ul li {
    margin-top: .22rem;
}

.s1-r ul li:nth-child(1) {
    margin-top: 0;
}

.s1-r ul li a {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    padding: .15rem 0.25rem;
    position: relative;
}

.s1-r ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #94070A;
    transition: all 0.5s;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

.s1-r ul li a .date {
    width: 0.83rem;
    height: 0.86rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: .2rem;
    z-index: 2;
}

.s1-r ul li a .date::after {
    content: "";
    position: absolute;
    background: url(/images/infonews16_23_tim1.png) no-repeat;
    background-size: 100% 100% !important;
    width: 0.81rem;
    height: 0.81rem;
    left: 50%;
    bottom: auto;
    top: 5%;
    transform: translate(-50%, 0%);
}

.s1-r ul li a .date b {
    display: block;
    font-size: 0.26rem;
    color: #A40000;
    line-height: 1.3;
    font-family: sysong;
    position: relative;
    z-index: 9;
}

.s1-r ul li a .date span {
    font-size: 0.14rem;
    color: #A40000;
    line-height: 1.1;
    font-family: 'sysong';
    white-space: nowrap;
    position: relative;
    z-index: 9;
}

.s1-r ul li a .info {
    flex: 1;
    min-width: 0;
    position: relative;
    padding-right: .5rem;
    z-index: 2;
}

.s1-r ul li a .info::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 0.35rem;
    padding-left: 0.1rem;
    height: 0.9rem;
    border-left: 1px dashed rgba(216, 216, 216, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/images/infonews16_23_xq1.png) no-repeat;
    background-position: right center;
    background-size: 0.22rem 0.22rem !important;
}

.s1-r ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.3rem;
    letter-spacing: 0em;
    color: #3D3D3D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.6rem;
}


.group23 {
    background: url(/images/group1-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .7rem 0 1.08rem 0;
}


.s2-c ul {
    margin: 0 -0.3rem;
    display: flex;
    flex-wrap: wrap;
}

.s2-c ul li {
    width: 33.33%;
    position: relative;
    padding: 0.22rem 0;
    margin-top: .4rem;
}

.s2-c ul li::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #94070A;
    box-shadow: 0px 4px 10px 0px rgba(148, 7, 10, 0.34);
    opacity: 0;
    transition: all 0.5s;
    z-index: 1;
}

.s2-c ul li a {
    display: block;
    overflow: hidden;
    margin: 0px 0.3rem;
    font-size: 0;
    position: relative;
    z-index: 9;
}

.s2-c ul li a .module-data {
    float: left;
    color: #fff;
    margin-right: 0.15rem;
    text-align: center;
    width: 0.82rem;
    height: 0.8rem;
    background: url(/images/infontc16_5_icon1.png) no-repeat;
    background-position: center center;
    padding-top: 0.1rem;
    background-size: 100% 100%;
}

.s2-c ul li a .module-data p {
    transition: all 0.3s;
    font-weight: 600;
    line-height: 0.3rem;
    color: #94070A;
    font-size: 0.3rem;
    font-family: "sysong";
}

.s2-c ul li a .module-data span {
    display: block;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #94070A;
    font-family: "sysong";
}

.s2-c ul li a .module-info {
    overflow: hidden;
    font-size: 0;
    height: 0.75rem;
    display: flex;
    align-items: center;
}

.s2-c ul li a .module-info p {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.36rem;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    max-height: 0.72rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.s3 {
    margin-top: .9rem;
}

.s3-c {
    margin-top: .55rem;
}

.s3-c ul {
    margin: 0 -.15rem;
}

.s3-c ul li a {
    margin: 0 .15rem;
    display: block;
    padding: 0 .4rem .4rem .4rem;
    background: rgba(255, 255, 255, 0.7);
    position: relative;
}

.s3-c ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #EDDCD4;
    transition: all 0.5s;
}

.s3-c ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(-50%);
    width: 0.11rem;
    height: 0.11rem;
    border-radius: 50%;
    background: #EDDCD4;
    transition: all 0.5s;
}

.s3-c ul li a .date {
    width: 0.78rem;
    height: 0.88rem;
    background: url(/images/s3-datebj.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "sysong";
}

.s3-c ul li a .date b {
    font-size: 0.3rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: #94070A;
}

.s3-c ul li a .date span {
    font-size: 0.14rem;
    font-weight: bold;
    line-height: 0.3rem;
    color: #94070A;
}

.s3-c ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.36rem;
    text-transform: uppercase;
    color: #4D4D4D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .72rem;
    margin-top: .2rem;
}

.s3-c ul li a .info .pic {
    padding-top: 60%;
    margin: .2rem 0;
}

.s3-c ul li a .info p {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.26rem;
    text-transform: uppercase;
    color: #4D4D4D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .52rem;
}

.s3-c .slick-prev, .s3-c .slick-next {}

.s3-c .slick-prev {
    left: -.4rem;
}

.s3-c .slick-next {
    right: -.4rem;
}

.s3-c .slick-arrow {
    width: 0.4rem;
    height: 0.38rem;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 2px 10px 0px rgba(0, 91, 172, 0.2);
}

.s3-c .slick-arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    z-index: 2;
}

.s3-c .slick-arrow::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: #3082a6;
    z-index: 1;
}

.s3-c .slick-prev::before {
    background: url(/images/s3-prev.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 1;
}

.s3-c .slick-prev::after {
    background: url(/images/s3-prev.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 2;
}

.s3-c .slick-next::before {
    background: url(/images/s3-next.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 1;
}

.s3-c .slick-next::after {
    background: url(/images/s3-next.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 2;
}

.s3-c .slick-arrow:hover::after {
    animation: scaleTwo 1s 1;
}

@keyframes scaleTwo {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .9
    }

    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.3);
        opacity: 0
    }
}

.s4 {
    background: url(/images/s4-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: .53rem 0 1rem 0;
}

.s4-c {
    margin-top: .45rem;
    display: flex;
}

.s4-l {
    width: 10.96rem;
    margin-right: 3%;
    display: flex;
    background: #fff;
    border-radius: 0px 0px 4px 0px;
}

.s4-ll {
    width: 7.06rem;
}

.s4-ll ul li a {
    display: block;
}

.s4-ll ul li a .pic {
    padding-top: 66%;
}

.s4-lr {
    flex: 1;
    min-width: 0;
    box-shadow: 0px 5px 10px 0px #EBD3C0;
    border-radius: 0px 0px 4px 0px;
}

.s4-lr>ul {
    padding: 15% 10% 0 10%;
    height: 100%;
}

.s4-lr ul li a {
    display: block;
}

.s4-lr ul li a span {
    display: block;
    font-size: 0.2rem;
    line-height: 0.24rem;
    color: #94070A;
    font-family: 'sysong';
}

.s4-lr ul li a h3 {
    font-size: 0.22rem;
    font-weight: 500;
    line-height: 0.32rem;
    color: #94070A;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 0.96rem;
    margin: .5rem 0 .3rem 0;
}

.s4-lr ul li a p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #888888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .84rem;
}

.s4-lr .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAF3F3;
    height: 0.67rem;
    bottom: 0;
    left: 0;
    border-radius: 0px 0px 4px 0px;
}

.s4-lr .slick-dots li {
    width: 0.35rem;
    height: 0.34rem;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 .13rem;
}

.s4-lr .slick-dots li button {
    width: auto;
    height: auto;
    font-family: Georgia;
    font-size: 0.16rem;
    line-height: .34rem;
    padding: 0;
    color: #808080;
}

.s4-lr .slick-dots li.slick-active {
    background: linear-gradient(180deg, #E15F62 0%, #94070A 100%);
}

.s4-lr .slick-dots li.slick-active button {
    color: #fff;
}



.s4-r {
    flex: 1;
    min-width: 0;
}

.s4-r ul li {
    margin-top: .3rem;
}

.s4-r ul li:nth-child(1) {
    margin-top: 0;
}

.s4-r ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #BF153A;
    transition: all 0.5s;
    height: 1.35rem;
    padding: 0 7%;
    background: #FFFFFF;
}

.s4-r ul li a h3 {
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.36rem;
    color: #1D1D1D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .72rem;
    width: 100%;
}

.s4-r ul li a p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.24rem;
    color: #94070A;
    text-align: right;
    font-family: 'sysong';
    text-align: right;
    width: 100%;
}


.group2 {
    background: url(/images/group2-bg.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding-bottom: .66rem;
}

.s5 {
    padding-top: .45rem;
    background: #FDF8F4;
}

.s5-c {
    margin-top: 0.7rem;
}

.s5-c ul {
    margin: 0 -.15rem;
}

.s5-c ul li a {
    display: block;
    margin: 0 .15rem;
}

.s5-c ul li a .pic {
    padding-top: 41%;
}

.s6 {
    margin-top: 1rem;
}

.s6-c {
    margin-top: .3rem;
}

.s6-c ul li a {
    display: block;
    width: 1.86rem;
    height: 1.86rem;
    border-radius: 50%;
    background: rgba(148, 7, 10, 0);
    padding-bottom: .1rem;
    transition: all 0.5s;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.s6-c ul li a::before {
    content: "";
    position: absolute;
    left: .1rem;
    top: .1rem;
    right: .1rem;
    bottom: .1rem;
    background: linear-gradient(180deg, #94070A 0%, #C40E12 100%);
    opacity: 0;
    transition: all 0.5s;
    z-index: 1;
    border-radius: 50%;
}

.s6-c ul li a .icon {
    /* width: 100%; */
    /* height: 100%; */
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.7rem;
    z-index: 9;
}




.s6-c ul li a .icon img {
    position: relative;
    z-index: 9;
    display: none;
    max-height: 100%;
    max-width: 100%;
}

.s6-c ul li a .icon img:nth-child(1) {
    display: block;
}

.s6-c ul li a p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.32rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 .1rem;
    margin-top: .1rem;
    text-align: center;
    position: relative;
    z-index: 9;
}


@media screen and (min-width:1024px) {

   

    .s1-r ul li a:hover::after {
        opacity: 1;
    }

    .s1-r ul li a:hover h3, .s1-r ul li a:hover b, .s1-r ul li a:hover span {
        color: #fff;
    }

    .s1-r ul li a:hover .date::after {
        background: url(/images/infonews16_23_tim2.png) no-repeat;
        height: 0.86rem;
        width: 100%;
    }

    .s1-r ul li a:hover .info::after {
        background: url(/images/infonews16_23_xq2.png) no-repeat;
        background-position: right center;
        background-size: 0.22rem 0.22rem !important;
    }

    .s2-c ul li a:hover .module-data {
        background: url(/images/infontc16_5_icon2.png) no-repeat;
        background-position: center center;
    }

    .s2-c ul li a:hover .module-data p {
        color: #fff;
    }

    .s2-c ul li a:hover .module-data span {
        color: #fff;
    }

    .s2-c ul li a:hover .module-info p {
        color: #94070A;
    }

    .s2-c ul li:hover::before {
        opacity: 1;
    }

    .s3-c ul li a:hover::before {
        background: #94070A;
    }

    .s3-c ul li a:hover::after {
        background: #94070A;
    }

    .s3-c ul li a:hover .date {
        background: url(/images/s3-dateb2.png) no-repeat;
        background-position: center center;
        background-size: 100%;
    }

    .s3-c ul li a:hover .date b {
        color: #fff;
    }

    .s3-c ul li a:hover .date span {
        color: #fff;
    }

    .s3-c ul li a:hover .info h3 {
        color: #94070A;
    }

    .s4-lr ul li a:hover h3 {
        color: #94070A;
    }

    .s4-r ul li a:hover {
        background: #94070A;
        box-shadow: 0px 4px 10px 0px rgba(96, 5, 7, 0.52);
    }

    .s4-r ul li a:hover h3 {
        color: #FFFFFF;
    }

    .s4-r ul li a:hover p {
        color: #FFFFFF;
    }

    .s6-c ul li a:hover {
        background: rgba(148, 7, 10, .1);
    }

    .s6-c ul li a:hover::before {
        opacity: 1;
    }

    .s6-c ul li a:hover .icon img {
        display: none;
    }

    .s6-c ul li a:hover .icon img:nth-child(2) {
        display: block;
    }

    .s6-c ul li a:hover p {
        color: #fff;
    }
}

@media screen and (max-width:1400px) {
    .s1-l {
        width: 7.5rem;
        margin-right: .25rem;
    }

    .s1-r ul li {
        margin-top: .15rem;
    }

    .s1-r ul li a {
        padding: .1rem .2rem;
    }

    .s3-c {
        padding: 0 .3rem;
    }

    .s4-l {
        width: 8.5rem;
    }

    .s4-ll {
        width: 5.5rem;
    }

    .s4-lr>ul {
        padding: .25rem .2rem 0 .2rem;
    }

    .s4-r ul li {
        margin-top: .1rem;
    }

    .s4-r ul li a {
        padding: 0 .2rem;
        height: 1.15rem;
    }

    .s4-lr ul li a h3 {
        margin: .25rem 0 .2rem 0;
    }
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {
    #downPage {
        display: none;
    }

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick .slick div,
    .banner .slick .slick-slide a,
    .banner .slick .slick-slide a img {
        height: auto !important;
    }

    .banner .slick-dots {
        bottom: 10px;
    }
    .banner .slick-dots li{
        margin: 0 .1rem;
    }
    .banner .slick-slide a::before {
        display: none;
    }

    .index {
        position: static;
        padding-top: 0;
    }


    .s1-c {
        display: block;
    }

    .s1-l {
        width: auto;
        margin-right: 0;
    }

    .s1-r {
        margin-top: .3rem;
    }

    .s2-c ul li {
        width: 50%;
        margin-top: .25rem;
        padding: 0;
    }

    .s2-c ul li:nth-child(-n+4) {}

    .s2-c ul li a .module-data p {
        font-size: 0.2rem;
        line-height: 0.24rem;
    }

    .s2-c ul li a .module-data {
        width: 0.8rem;
        height: 0.7rem;
        background-size: 100% 100%;
    }

    .s2-c ul li a .module-data span {
        font-size: 0.14rem;
    }

    .s2-c ul li a .module-info {
        line-height: 0.7rem;
    }

    .s3-c ul {
        margin: 0 -.05rem;
    }

    .s3-c ul li a {
        margin: 0 .05rem;
        padding: 0 .15rem .2rem .15rem;
    }

    .s3-c ul li a .date {
        /* width: 52px; */
    }

    .s3-c {
        padding: 0 .4rem;
    }

    .s4-c {
        display: block;
    }

    .s4-l {
        width: auto;
        margin-right: 0;
        margin-bottom: .3rem;
    }

    .s6-c ul li a .icon {
        height: .5rem;
    }

    .s4-lr ul li a h3 {
        font-size: .18rem;
    }

    .s6-c ul li a {
        width: auto;
        height: auto;
    }

    .itit {
        height: .76rem;
    }

    .itit h3 {
        font-size: .26rem;
        line-height: .3rem;
    }

    .itit::before {
        width: 0.72rem;
        height: 0.76rem;
    }

    .itit h4 {
        font-size: .16rem;
    }

    .s1-l ul li a .info h3 {
        font-size: .2rem;
        line-height: .3rem;
    }

    .s1-c {
        margin-top: .35rem;
    }

    .s1, .group23, .s4 {
        padding: .5rem 0;
    }

    .s3, .s6 {
        margin-top: .5rem;
    }

    .s3-c, .s4-c, .s5-c {
        margin-top: .35rem;
    }

    .group2 {
        padding-bottom: .5rem;
    }
}



@media screen and (max-width:768px) {
    .s2-c ul li {
        width: auto;
        float: none;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .s4-l {
        display: block;
    }

    .s4-ll {
        width: auto;
    }

    .s4-lr .slick-dots {
        position: static;
        margin-left: -.2rem;
        margin-right: -.2rem;
        width: auto;
        margin-top: .2rem;
    }

    .s4-lr ul li a h3 {
        height: auto;
        max-height: 64rem;
    }

    .s4-lr ul li a p {
        height: auto;
        max-height: .56rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .s4-r ul li a {
        padding: .15rem .15rem;
        height: auto;
    }

    .s5-c ul {
        margin: 0 -.05rem;
    }

    .s5-c ul li a {
        margin: 0 .05rem;
    }

}

@media screen and (max-width:480px) {}