@charset "utf-8";



body {
    overflow-x: hidden;
}

.banner {
    position: relative;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.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%;
}




.banner .slick-slide.slick-current a img {
    animation: img_scale linear 8s;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}

.banner .slick-dots {
    font-size: 0;
    text-align: right;
    bottom: 0.6rem;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 0.15rem;
}

.banner .slick-dots li {
    display: flex;
    border-radius: 50%;
    margin: 0 0.12rem;
    transition: all 0.3s;
    vertical-align: middle;
    width: 0.3rem;
    height: 0.3rem;
    justify-content: center;
    align-items: center;

}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li button {
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #ffffff;
}

.banner .slick-dots li.slick-active {
    border-color: #fff;
    background-size: 100% 100%;
    animation: cilcle 2s infinite linear;
}

/* index */
.index {
    overflow-y: auto;
    overflow-x: hidden;
}

.s1s2 {
    background: url(../images/s1s2bj.jpg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: .55rem 0 .5rem 0;
}
.s1s2 .s1 .w14 .stit
{  
    position: relative;
    z-index: 9;
    height: .32rem;
}
.s1s2 .s1 .w14 .stit .more
{
    position:absolute;
    top: 0;
}
.s1-c {
    display: flex;
    justify-content: space-between;
}

.s1-l {
    width: 6.72rem;
}

.s1-l ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.s1-l ul li a .pic {
    padding-top: 59%;
}

.s1-l ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s1-zzc.png) repeat-x;
    background-position: center bottom;
}
.s1-l ul li a .pic .a
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.s1-l ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.2rem;
    z-index: 9;
    right: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.19rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.2rem;
    color: #ffffff;
    padding: 0 .2rem;
}

.s1-l .slick-dots {
    position: absolute;
    right: 0.25rem;
    bottom: 0.17rem;
    width: auto;
    display: flex !important;
    align-items: center;
}

.s1-l .slick-dots li {
    width: 0.13rem;
    height: 0.12rem;
    background-color: #ffffff;
    opacity: 0.43;
    margin: 0 .05rem;
}

.s1-l .slick-dots li.slick-active {
    opacity: 1;
}

.s1-r {
    flex: 1;
    min-width: 0;
    padding-left: .34rem;
}

.s1-r ul li a {
    display: flex;
    align-items: center;
    margin-top: .53rem;
}

.s1-r ul li:nth-child(1) a {
    margin-top: .1rem;
}

.s1-r ul li a .date {
    width: 0.83rem;
    height: 0.88rem;
    background: url(../images/s1-date-bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    margin-right: .2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: .1rem;
}

.s1-r ul li a .date b {
    display: block;
    font-size: 0.31rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.31rem;

    color: #ffffff;
}

.s1-r ul li a .date span {
    display: block;
    font-size: 0.15rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.25rem;
    color: #ffffff;
    margin-top: .05rem;
}

.s1-r ul li a .info {
    flex: 1;
    min-width: 0;
}

.s1-r ul li a .info h3 {
    font-size: 0.21rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.25rem;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.s1-r ul li a .info p {
    font-size: 0.15rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.18rem;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.36rem;
    margin-top: .14rem;
}

.s1-r ul li a:hover .info h3 {
    color: #be140b;
}

.s2 {
    margin-top: .88rem;
}

.stit {
    position: relative;
    z-index: 9;
}

.stit img {
    display: block;
    margin: 0 auto;
}

.s2-c {
    margin-top: .75rem;
}

.s2-c ul {
    display: flex;
    margin: 0 -.12rem;
}

.s2-c ul li {
    width: 25%;
}

.s2-c ul li a {
    display: block;
    margin: 0 .12rem;
    padding: .12rem .12rem 0 .12rem;
    transition: all 0.5s;
}

.s2-c ul li a .pic {
    padding-top: 69%;
}

.s2-c ul li a .info {
    padding: .18rem 0;
}

.s2-c ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.25rem;
    letter-spacing: 0rem;
    color: #111111;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.5rem;
}

.s2-c ul li a:hover {
    background-color: #f4e3d2;
}

.s2-c ul li a:hover .info h3 {
    color: #be140b;
    font-weight: 600;
}

.s3 {
    margin-top: .93rem;
}

.s3 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s3 ul li {
    width: 49%;
}

.s3 ul li a {
    display: block !important;
    position: relative;
}

.s3 ul li a .pic {
    padding-top: 22.7%;
}


.s3_img {
    margin-top: .75rem;
}

.s3_img ul {
    display: flex;
    /* margin: 0 -.12rem; */
}

.s3_img ul li {
    width: 32%;
}

.s3_img ul li a {
    display: block;
    /* margin: 0 .12rem; */
    /* padding: .12rem .12rem 0 .12rem; */
    transition: all 0.5s;
}

.s3_img ul li a .pic {
    padding-top: 69%;
}

.s3_img ul li a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: 0.2rem  .1rem;
    background: url("../images/H.png");
}

.s3_img ul li a .info h3 {
    text-align: center;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.25rem;
    letter-spacing: 0rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.s3_img ul li a:hover .info h3 {
    color: #fff;
    font-weight: 600;
}
.s3_txt
{
    margin-top:0.25rem;
}
.s3_txt ul
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.s3_txt ul li
{
    width:32%;
    border-bottom: 1px dashed #f7d0c2;
    position:relative;
    height: 1.21rem;
}
.s3_txt ul li:before
{
    content:"";
    display:block;
    position:absolute;
    left: 10px;
    top: 28px;
    background: url("../images/hsj.png") no-repeat;
    background-size: 5px;
    width: 8px;
    height: 10px;
}
.s3_txt ul li a
{
    font-size:0.18rem;
    padding: 0.25rem;
    line-height: 0.35rem;
}
.s3_txt ul li:hover
{
    background: #b7040a;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #e86614, #b7040a);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #e86614, #b7040a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border:none;
}
.s3_txt ul li:hover a
{
    color:#ffffff;
}
.s3_txt ul li:hover::before
{
    content:"";
    display:block;
    position:absolute;
    left: 10px;
    top: 28px;
    background: url("../images/bsj.png") no-repeat;
    background-size: 5px;
    width: 8px;
    height: 10px;
}




.s4 {
    margin-top: 1.28rem;
    padding-bottom: 2.3rem;
    background: url(../images/s4-bg.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.s4-c {
    margin-top: .45rem;
    display: flex;
    justify-content: space-between;
}

.s4-l {
    width: 49.5%;
}

.s4-r {
    width: 49.5%;
}

.s4-pitem a {
    display: block;
    position: relative;
}

.s4-pitem a .pic {
    padding-top: 56.65%;
}

.s4-pitem a .info {
    position: absolute;
    left: .17rem;
    right: .17rem;
    top: .18rem;
    bottom: .18rem;
    background-color: #f5583d;
    opacity: 0.76;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.5s;
}

.s4-pitem a .info div {
    max-width: 95%;
    width: 5.28rem;
    transition: all 0.5s;
}

.s4-pitem a .info h3 {
    font-size: 0.21rem;
    font-stretch: normal;
    line-height: 0.25rem;
    letter-spacing: 0.01rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-weight: 600;
}

.s4-pitem a .info p {
    font-size: 0.15rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.25rem;
    letter-spacing: 0.01rem;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    max-height: 1.25rem;
    margin-top: .25rem;
}

.s4-pitem a:hover .info {
    opacity: 1;
}

.s4-pitem2 a {
    display: flex;
}

.s4-pitem2 a .pics {
    width: 3.38rem;
    margin-right: .14rem;
}

.s4-pitem2 a .pics .pic {
    padding-top: 56.5%;
}

.s4-pitem2 a .pics .pic::after {
    content: "";
    position: absolute;
    right: -.03rem;
    top: 50%;
    transform: translateY(-50%);
    border-width: .16rem .14rem .16rem 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    z-index: 1;
}

.s4-pitem2 a .info {
    flex: 1;
    min-width: 0;
    padding: .4rem .15rem;
    background: #f5583d;
    position: relative;
}

.s4-pitem2 a .info::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-width: .16rem .14rem .16rem 0;
    border-style: solid;
    border-color: transparent #f5583d transparent transparent;
    z-index: 9;
}

.s4-pitem2 a .info div {
    max-width: 95%;
    width: 2.52rem;
    margin: 0 auto;
}

.s4-pitem2 a .info h3 {
    font-size: 0.21rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.25rem;
    letter-spacing: 0.01rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.s4-pitem2 a .info p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.22rem;
    letter-spacing: 0rem;
    color: #ffffff;
    opacity: 0.48;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: .66rem;
    margin-top: .2rem;
}

.s4-l .s4-pitem2 {
    margin-top: .1rem;
}

.s4-r .s4-pitem2 {
    margin-bottom: .1rem;
}

.s5 {
    margin-top: -.5rem;
    position: relative;
    z-index: 8;
}

.s5-c {
    display: flex;
    justify-content: space-between;
    margin-top: .8rem;
}

.s5-l {
    width: 49%;
}

.s5-r {
    width: 49%;
}

.s5-pic a {
    display: block;
    position: relative;
}

.s5-pic a .pic {
    padding-top: 56.5%;
}

.s5-pic a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s5-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 8;
}

.s5-pic a .info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    padding: .2rem .15rem;
}

.s5-pic a .info p {
    text-align: center;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.25rem;
    letter-spacing: 0rem;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.s5-list ul li {
    margin-top: .17rem;
}

.s5-list ul li:nth-child(1) {
    margin-top: 0;
}

.s5-list ul li a {
    display: block;
    background-color: #fdf9f4;
    padding: .25rem .4rem;
}

.s5-list ul li a h3 {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.25rem;
    letter-spacing: 0rem;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.s5-list ul li a p {
    font-size: 0.15rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.25rem;
    letter-spacing: 0rem;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .1rem;
}

.s5-list ul li a:hover h3 {
    color: #be140b;
    font-weight: 600;
}


.s5-r .s5-list {
    margin-bottom: .1rem;
}

.s5-l .s5-list {
    margin-top: .1rem;
}

.s6 {
    padding-top: 1.58rem;
    padding-bottom: .68rem;
    position: relative;
    z-index: 7;
}

.s6::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2rem;
    right: 0;
    bottom: 0;
    background: url(../images/s6-bg.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: 1;
}

.s6-c ul {
    display: flex;
    margin: 0 -.1rem;
    position: relative;
    z-index: 9;
    margin-top: .78rem;
}

.s6-c ul li {
    width: 25%;
}

.s6-c ul li a {
    display: block;
    margin: 0 .1rem;
}

.s6-c ul li a .pic {
    padding-top: 61.8%;
}

.more
{
    position:absolute;
    right:0;
    top: 80px;
    width: 70px;
    height: 25px;
    line-height: 25px;
    border-radius: 20px;
    text-align: center;
    border: 1px solid #be140b;
}
.more a
{
    font-size: 13px;
    color: #be140b;
    display: block;
    width: 100%;
    height: 100%;
}
.more:hover
{
    background: #be140b;
}
.more:hover a
{
    color:#ffffff;
}


@media screen and (max-width: 1024px) {
    .s1-c {
        display: block;
    }

    .s1-l {
        width: auto;
        margin-bottom: .3rem;
    }

    .s1-r {
        padding-left: 0;
    }

    .s1-r ul li a {
        margin-top: .25rem;
    }

    .stit img {
        max-height: .5rem;
        max-width: 100%;
    }

    .s2-c ul {
        flex-wrap: wrap;
        margin: 0 -.05rem;
    }

    .s2-c ul li {
        width: 50%;
    }

    .s2-c ul li a {
        margin: 0 .05rem;
    }

    .s4-c {
        display: block;
    }

    .s4-l {
        width: auto;
    }

    .s4-r {
        width: auto;
        margin-top: .1rem;
    }

    .s5-c {
        display: block;
    }

    .s5-l {
        width: auto;
    }

    .s5-r {
        width: auto;
        margin-top: .17rem;
    }

    .s6-c ul {
        flex-wrap: wrap;
    }

    .s6-c ul li {
        width: 50%;
        margin-top: .1rem;
    }

    .s6-c ul li a {
        margin: 0 .05rem;
    }

    .s6-c ul {
        margin: 0 -.05rem;
    }



    .s1-l ul li a p {
        padding: 0 .1rem;
        bottom: 0.15rem;
    }

    .s1-l .slick-dots li {
        width: 0.08rem;
        height: 0.09rem;
    }
    .s1-l .slick-dots{
        right: 0.1rem;
    }
    .s1-r ul li a .info h3,.s4-pitem a .info h3,.s4-pitem2 a .info h3{
        font-size: .2rem;
    }
    .s1s2{
        padding: .35rem 0;
    }
    .s2,.s3,.s4,.s5{
        margin-top: .35rem;
    }
    .s2-c,.s4-c,.s5-c,.s6-c ul{
        margin-top: .25rem;
    }
    .s2-c ul li a .info{
        padding: .1rem 0;
    }
    .s4{
        padding-bottom: .35rem;
    }
    .s5-list ul li a{
        padding: .15rem;
    }
    .s6{
        padding: .35rem 0;
    }

}

@media screen and (max-width: 768px) {
    .s3 ul {
        display: block;
    }

    .s3 ul li {
        width: auto;
        margin-top: .15rem;
    }

    .s4-pitem2 a {
        display: block;
    }

    .s4-pitem2 a .pics {
        width: auto;
        margin-right: 0;
    }

    .s4-pitem2 a .pics .pic::after {
        top: auto;
        left: 50%;
        right: auto;
        bottom: -.0rem;
        transform: translateX(-50%);
        border-width: 0 .12rem .16rem .12rem;
        border-style: solid;
        border-color: transparent transparent #fff transparent;
    }

    .s4-pitem2 a .info {
        margin-top: .1rem;
    }

    .s4-pitem2 a .info::before {
        top: auto;
        left: 50%;
        right: auto;
        bottom: 100%;
        transform: translateX(-50%);
        border-width: 0 .12rem .16rem .12rem;
        border-style: solid;
        border-color: transparent transparent #f5583d transparent;
    }

    .s4-pitem2 a .info div {
        width: auto;
    }

    .s4-pitem a .info {
        opacity: 1;
    }

    .s4-pitem a .info p {
        -webkit-line-clamp: 3;
    }
}

@media screen and (max-width: 480px) {}