﻿@charset "utf-8";

a {
    display: block;
}

.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a {
    display: block;
    position: relative;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-prev {
    width: .23rem;
    height: .41rem;
    background: url(../images/banner-l.png) no-repeat;
    background-size: 100% 100%;
    left: 1.2rem;
}

.banner .slick-next {
    width: .23rem;
    height: .41rem;
    background: url(../images/banner-r.png) no-repeat;
    background-size: 100% 100%;
    right: 1.2rem;
}

.banner .slick-dots {
    bottom: 0;
    padding-bottom: .4rem;
    right: calc(50% - 7.5rem);
    text-align: right;
}

.banner .slick-dots li {
    width: .42rem;
    height: .3rem;
    background: url(../images/ban-d.png) no-repeat center center;
    background-size: .18rem;
    position: relative;
    margin: 0;
}

.banner .slick-dots li:nth-child(1)::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 110%;
    transform: translateY(-50%);
    width: 50px;
    height: 8px;
    background: url(../images/ban-l.png) no-repeat;
    background-size: 100% 100%;
}
.banner .slick-dots li:last-child::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 110%;
    transform: translateY(-50%);
    width: 50px;
    height: 8px;
    background: url(../images/ban-r.png) no-repeat;
    background-size: 100% 100%;
}

.banner .slick-dots li.slick-active {
    background: url(../images/ban-da.png) no-repeat center center;
    background-size: 100%;
}

/* s1 */
@font-face {
    font-family: 'sy';
    src: url('fonts/sySong.woff');
    font-style: normal;
}

.tit {
    margin-bottom: .4rem;
    text-align: center;
    position: relative;
}

.tit h3 b {
    display: inline-block;
    font-size: .38rem;
    line-height: 1;
    background: linear-gradient(81deg, #9B0D14 3%, #DF4E26 93%);
    background: transparent\0;
    color: #9E1418\0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: normal;
    margin-bottom: .05rem;
    position: relative;
}

.tit h3 b::before {
    content: '';
    position: absolute;
    width: .5rem;
    height: .2rem;
    background: url(../images/tit-l.png) no-repeat;
    background-size: 100% 100%;
    right: 105%;
    top: .1rem;
}

.tit span {
    display: inline-block;
    font-size: .14rem;
    color: #999999;
    font-family: 'sy';
    position: relative;
}

.tit span::after {
    content: '';
    position: absolute;
    bottom: .03rem;
    left: 110%;
    width: .9rem;
    height: .23rem;
    background: url(../images/tit-r.png) no-repeat;
    background-size: 100% 100%;
}



.more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: .16rem;
    color: #999999;
    padding: 0 .12rem .1rem .05rem;
    background: url(../images/more.png) no-repeat left bottom;
    background-size: .6rem;
    transition: all 0.5s;
}

.more:hover {
    color: #9B0D14;
}

#info_list_1400_031 .tit,
#info_list_1400_030 .tit {
    text-align: left;
}

.infolist14_31_r .tit {
    margin-left: 40px;
}

.s3-ban {
    position: relative;
}

.s3-ban .scale .imged {
    padding-top: 70%;
}

.s3-ban1 {
    border-radius: 0 .5rem 0 0;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.s3-ban2 {
    border-radius: 0 .5rem 0 0;
    overflow: hidden;
    position: absolute;
    left: -0.45rem;
    bottom: 0;
    width: 82%;
}

.s3-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: .3rem;
    background: url(../images/s3-q.png) no-repeat center bottom .1rem;
}

.s3-dots>div {
    cursor: pointer;
    transition: all 0.5s;
    margin: 0 .5rem;
}

.s3-p {
    width: .4rem;
    height: .4rem;
    background: url(../images/s3-l.png) no-repeat;
    background-size: 100% 100%;
}

.s3-p:hover {
    background: url(../images/s3-lh.png) no-repeat;
    background-size: 100% 100%;
}

.s3-n {
    width: .4rem;
    height: .4rem;
    background: url(../images/s3-r.png) no-repeat;
    background-size: 100% 100%;
}

.s3-n:hover {
    background: url(../images/s3-rh.png) no-repeat;
    background-size: 100% 100%;
}








@media screen and (max-width: 1024px) {
    .info_list_1400_030 {
        background-size: cover;
    }

    .infolist14_30_l {
        padding: .3rem .2rem;
    }

    .tit {
        text-align: center !important;
        margin: 0 0 .3rem .3rem !important;
    }

    .infolist14_30_m ul li a {
        padding: .2rem 0;
    }

    .infolist14_30_m {
        padding: .25rem;
        margin-bottom: .1rem;
    }

    #info_list_1400_031 {
        padding: .3rem 0;
    }

    .s3-ban2 {
        display: none;
    }

    .ins1425-lt ul {
        margin-left: -0.1rem;
        margin-right: -0.1rem;
    }
}

@media screen and (max-width: 768px) {
    .tit {
        text-align: left !important;
    }
}

@media screen and (max-width: 480px) {}