@charset "utf-8";

html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: 100vh;
}
li.yewu {
    width: 49%;
    float: left;
}
li.yewu a {
    margin: 0 10%;
    color: #000;
transition: background-color 0.3s;
}
li.yewu a img {
    width: 46px;
    margin-right: 15px;
}
li.yewu a h2 {
    font-size: 0.16rem;
}
li.yewu a:hover {
    background:#8F000B;
    color: #fff;
transition: background-color 0.5s;
}
li.yewu a:hover  img{
    filter: brightness(100);
}
.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.banner a {
    display: block;
}


.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}


.banner .slick-dots li button {
    display: none;
}

.banner .slick-dots {
    bottom: .3rem;
}

.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 li {
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 8px;
    transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
    width: 60px;
}


/* index */
.index {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    padding-top: 1.42rem;
    background-color: #fff;
    width: 100%;
    overflow-x: hidden;
}

/* s1 */

.tit h3 {
    text-align: center;
}

.tit h3 b {
    display: block;

    font-size: .4rem;
    font-weight: bold;
    color: #333333;
    line-height: 1;
    position: relative;
}

.tit h3 span {
    display: block;
    font-family: Georgia;
    font-size: 1rem;
    color: rgba(153, 153, 153, 0.2);
    position: absolute;
    bottom: -0.1rem;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
}

.tit {
    position: relative;
    margin-bottom: .54rem;
}

.tit a {
    font-size: .2rem;
    line-height: .3rem;
    color: #3D3D3D;
    padding-right: .32rem;
    background: url(../images/more.png) no-repeat right center;
    background-size: .25rem;

    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.tit a:hover {
    color: #BB1A1A;
}



/* s1组件 */
/* 图片自适应 */
.info_news_1400_043 .imged {
    position: relative;
    padding-top: 65%;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;
    background-position: center center !important;
}

a:hover .imged {
    transform: scale(1.1);
}

.info_news_1400_043 .scale {
    overflow: hidden;
}

/* 组件样式 */
#info_news_1400_043 {
    font-size: 16px;
}

.info_news_1400_043 {
    padding-top: 1.1rem;
    padding-bottom: 1rem;
}

.info_news_1400_043 a {
    display: block;
}

/* 版心宽度 */
.ins1443-wid {
    max-width: 1400px;
    margin: 0 auto;
}

.ins1443-tit {
    position: relative;
    margin-bottom: 30px;
}

.ins1443-tit h3 {
    width: fit-content;
    padding-left: 35px;
}

.ins1443-tit::after {
    content: '';
    width: 140px;
    height: 140px;

    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.ins1443-tit h3 b {
    display: block;
    font-size: 36px;
    font-weight: bold;
    color: #3D3D3D
}

.ins1443-tit h3 span {
    display: block;
    font-size: 18px;
    color: #8B8B8B;
    text-align: right;
    position: relative;
}

.ins1443-tit h3 span::before {
    content: '';
    background: #BB1A1A;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    width: 17px;
    height: 3px;
    opacity: 1;
}

.ins1443-tit a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

    font-size: 14px;
    line-height: 24px;
    color: #3D3D3D;
    padding-right: 20px;
}

.ins1443-tit a::after {
    content: '';
    position: absolute;
    width: 58px;
    height: 58px;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

    background-size: 100% 100%;
}

.ins1443-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ins1443-lt ul li {
    width: 25%;
}

.ins1443-lt ul li a b {
    display: block;
    font-family: Impact;
    font-size: 30px;
    letter-spacing: 0.05em;
    color: #BB1A1A;
    margin-bottom: 20px;
}

.ins1443-lt ul li a h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #2C2C2C
}

.ins1443-lt ul li a span {
    display: block;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 25px;
    padding: 0 15px;
    border-radius: 9999px;
    background: #BB1A1A;
    width: fit-content;
    margin: 20px 0;
}


.ins1443-lt ul li a p {
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    letter-spacing: 0em;
    color: #999999
}

.ins1443-lt ul li a {
    padding: 40px;
    position: relative;

    transition: all 0.5s;
}

.ins1443-lt ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
    background: #BB1A1A;
    display: none;
}

.ins1443-lt ul li a .scale {
    display: none;
    margin: 30px 0;
}

.ins1443-lt ul li.on a .scale {
    display: block;
}

.ins1443-lt ul li.on a b {
    display: none;
}

.ins1443-lt ul li.on a span {
    display: none;
}

.ins1443-lt ul li.on a h3 {
    font-size: 20px;
    font-weight: bold;
}

.ins1443-lt ul li.on a {
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.ins1443-lt ul li.on a::after {
    display: block;
}


#info_news_1400_043 .chg_02_tit {
    color: #3D3D3D;
}

#info_news_1400_043 .chg_03_tit {
    color: #8B8B8B;
}

#info_news_1400_043 .chg_01_png_bg::after {

    background-size: 100% 100%;
}


#info_news_1400_043 .chg_04::before {
    background: #BB1A1A;
}


#info_news_1400_043 .chg_05_png_bg::after {

    background-size: 100% 100%;
}

#info_news_1400_043 .chg_06 {
    color: #3D3D3D;
}

#info_news_1400_043 .chg_07 b {
    color: #BB1A1A
}

#info_news_1400_043 .chg_08 h3 {
    color: #2C2C2C;
}

#info_news_1400_043 .chg_10 span {
    color: #ffffff;
}

#info_news_1400_043 .chg_11 span {
    background-color: #BB1A1A;
}

#info_news_1400_043 .chg_09 {
    color: #999999;
}

#info_news_1400_043 .chg_13 li.on a h3 {
    color: #333333;
}

#info_news_1400_043 .chg_14 li.on a p {
    color: #666666;
}


@media screen and (max-width: 1400px) {
    .ins1443-wid {
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media screen and (max-width: 1024px) {
    .info_news_1400_043 {
        padding: 30px 0;
    }


    .ins1443-lt ul li {
        width: 50%;
    }

    .ins1443-lt ul li a {
        padding: 20px;
    }

    .ins1443-tit h3 b {
        font-size: 24px !important;
    }

    .ins1443-tit h3 span {
        font-size: 16px !important;
    }

    .ins1443-tit h3 span::before {
        left: 0px;
    }

    .ins1443-tit::after {
        bottom: -40px;
    }
}

@media screen and (max-width: 768px) {
    .ins1443-lt ul li {
        width: 100%;
    }

    .ins1443-lt ul li a h3 {
        display: block;
        height: auto;
        white-space: nowrap;
    }

    .ins1443-lt ul li a b {
        font-size: 24px !important;
    }

    .ins1443-lt ul li a span {
        margin: 15px 0;
    }

    .ins1443-lt ul li a p {
        line-height: 24px !important;
        height: 72px;
        -webkit-line-clamp: 3;
    }
}


/* s2组件 */

/* 图片自适应 */
.info_enr_1400_008 .imged {
    position: relative;
    padding-top: 65%;
    width: 100%;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;
    background-position: center center !important;
}

a:hover .imged {
    transform: scale(1.1);
}

.info_enr_1400_008 .scale {
    overflow: hidden;
}

.info_enr_1400_008 .imged {
    padding-top: 68%;
}

/* 组件样式 */
#info_enr_1400_008 {
    font-size: 16px;
}

.info_enr_1400_008 {
    padding: 100px 0;
    background: url(../images/ier1408-bg.png) no-repeat center center;
    background-size: cover;
}

.info_enr_1400_008 a {
    display: block;
}


/* 版心宽度 */
.ier1408-wid {
    max-width: 1400px;
    margin: 0 auto;
}

.ier1408-l {
    width: 400px;
}

.ier1408-l ul li a {
    background: #02457E;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    padding-left: 11%;
}

.ier1408-ico {
    width: 100px;
    height: 100px;
}

.ier1408-ico img {
    display: block;
    width: 100%;
    height: 100%;
}

.ier1408-inf {
    width: calc(92% - 100px);
}

.ier1408-inf h3 {
    font-family: Source Han Serif CN;
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF
}

.ier1408-inf p {
    font-family: Source Han Serif CN;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ier1408-l ul li.on a {
    background: url(../images/ier1408-txbg.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.ier1408-tit h3 {
    font-family: Source Han Serif CN;
    font-size: 42px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0em;
    color: #333333;
    margin-bottom: 80px;
    position: relative;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ier1408-tit h3::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #02457E;
    width: 5px;
    height: 42px;
}



.ier1408-c {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ier1408-r {
    width: calc(100% - 400px);
}

.ier1408-r ul {
    display: flex;
    flex-wrap: wrap;
}

.ier1408-r ul li {
    width: 50%;
    background: #ffffff;
}



.ier1408-r a {
    position: relative;
}

.ier1408-p {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 20px;
    z-index: 2;
}

.ier1408-p p {
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0em;
    color: #FFFFFF;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ier1408-date {
    float: left;
    margin-right: 24px;
    text-align: center;
}

.ier1408-date b {
    display: block;
    font-family: Source Han Serif CN;
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    margin-bottom: 10px;
    color: #333333
}

.ier1408-date span {
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #9E9E9E
}

.ier1408-tx {
    overflow: hidden;
}

.ier1408-tx h3 {
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ier1408-tx p {
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    letter-spacing: 0em;
    color: #9E9E9E;
    margin-top: 15px;
    margin-bottom: 40px;

}

.ier1408-tx span {
    display: block;
    font-family: Microsoft YaHei;
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0em;
    color: #9E9E9E
}

.ier1408-tx span img {
    margin-left: 12px;
}

.ier1408-dt {
    padding: 0 40px;
    padding-top: 80px;
}

.ier1408-pt {
    position: relative;
}

.ier1408-pt::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ier1408-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 1;
}

#info_enr_1400_008 .chg_02_tit {
    color: #333333;
}

#info_enr_1400_008 .chg_01::after {
    opacity: 1;
    background: #02457E;
}

#info_enr_1400_008 .chg_09 h3 {
    color: #ffffff;
}

#info_enr_1400_008 .chg_10 p {
    color: #ffffff;
}

#info_enr_1400_008 .chg_91_png_bg li.on a {
    background: url(../images/ier1408-txbg.jpg) no-repeat center center;
    background-size: 100% 100%;
}

#info_enr_1400_008 .chg_14 li.on h3 {
    color: #ffffff;
}

#info_enr_1400_008 .chg_15 li.on p {
    color: #ffffff;
}

#info_enr_1400_008 .chg_19 h3 {
    color: #333333;
}

#info_enr_1400_008 .chg_20 p {
    color: #9E9E9E;
}

#info_enr_1400_008 .chg_21 span {
    color: #9E9E9E;
}

#info_enr_1400_008 .chg_17 {
    color: #333333;
}

#info_enr_1400_008 .chg_18 {
    color: #9E9E9E;
}

#info_enr_1400_008 .chg_16 li {
    background: #ffffff;
}

#info_enr_1400_008 .chg_23 .ier1408-pt p {
    color: #ffffff;
}

#info_enr_1400_008 .chg_24 .ier1408-pt::after {
    background: url(../images/ier1408-zzc.png) repeat-x;
    background-position: center bottom;
}

#info_enr_1400_008 .chg_08 li a {
    background: #02457E;
}


#info_enr_1400_008 .chg_93_png_bg {
    background: url(../images/ier1408-bg.png) no-repeat center center;
    background-size: cover;
}

@media screen and (max-width: 1400px) {
    .ier1408-wid {
        padding-left: 15px;
        padding-right: 15px;
    }

    .info_enr_1400_008 {
        padding: 30px 0;
    }

    .ier1408-tit h3 {
        margin-bottom: 50px;
    }



}

@media screen and (max-width: 1300px) {
    .ier1408-l {
        width: 360px;
    }

    .ier1408-r {
        width: calc(100% - 360px);
    }

    .info_enr_1400_008 .imged {
        height: 300px;
        padding-top: 0;
    }

    .ier1408-dt {
        padding: 0 30px;
        padding-top: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .ier1408-l {
        width: 100%;
    }

    .ier1408-r {
        width: 100%;
    }

    .ier1408-l ul li a {
        padding: 20px 0;
        padding-left: 20px;
    }

    .ier1408-ico {
        width: 80px;
        height: 80px;
    }

    .ier1408-inf {
        width: calc(100% - 100px);
    }

    .ier1408-tit h3 {
        font-size: 26px !important;
    }

    .ier1408-inf p {
        font-size: 15px !important;
    }

    .ier1408-inf h3 {
        font-size: 18px !important;
    }

    .info_enr_1400_008 .imged {
        height: auto;
        padding-top: 68%;
    }

    .ier1408-dt {
        padding-top: 12%;
    }

    .ier1408-tit h3 {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 768px) {
    .ier1408-tit h3 {
        font-size: 24px !important;
    }

    .ier1408-r ul li {
        width: 100%;
    }

    .ier1408-dt {
        padding: 30px;
    }

    .ier1408-tx p {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .ier1408-p p {
        font-size: 16px !important;
    }

    .ier1408-r ul li {
        order: 2;
        margin-top: 25px;
    }

    .ier1408-r ul li:nth-child(2) {
        order: 0;
    }
}


/* s3组件 */

#info_list_1400_004 {
    font-size: 14px;
}

/* 组件样式 */
.info_list_1400_004 img {
    max-width: 100%;
}

.info_list_1400_004 .wl {
    position: relative;
    z-index: 1;
}

.info_list_1400_004 .wl::after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 100%;
    transition: 0.5s;
}

.info_list_1400_004 .imged {
    position: relative;
    padding-bottom: 65%;
    width: 100%;
    display: block;
    overflow: hidden;
    transition: 0.5s;
    background-size: cover !important;
    background-position: center center !important;
}

.info_list_1400_004 .imged img {
    display: none;
}

.info_list_1400_004 a:hover .imged {
    transform: scale(1.1);
}

.info_list_1400_004 .overflow_l {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.info_list_1400_004 .overflow_l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.info_list_1400_004 .scale {
    overflow: hidden;
}

.info_list_1400_004 .infolist14-04-wid {
    max-width: 1400px;
    margin: 0 auto;
}

.info_list_1400_004 {
    width: 100%;
    padding: 100px 0;
    overflow: hidden;
}

.info_list_1400_004 .infolist14-04-t {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 30px 30px 0;
}

.info_list_1400_004 .infolist14-04-t::after {
    width: 100%;
    height: 100%;
    background: url(../images/list14-04-bg.png) no-repeat;
    background-size: 100% 100% !important;
}

.info_list_1400_004 .infolist14-04-tit {
    margin-bottom: 35px;
    align-items: center;
    position: relative;
    justify-content: space-between;
    display: flex;
}

.info_list_1400_004 .infolist14-04-tit h3 {
    font-size: 36px;
    color: #333;
    font-family: Source Han Serif CN;
    width: 145px;
    font-weight: bold;
    white-space: nowrap;
    height: 52px;
}

.info_list_1400_004 .infolist14-04-tit img {
    width: calc(100% - 200px);
}

.info_list_1400_004 .infolist14-04-tit .more {
    width: 50px;
}

.info_list_1400_004 .infolist14-04-tit a {
    font-size: 14px;
    color: #8F000B;
}

.info_list_1400_004 .infolist14-04-t .infolist14-04-l {
    width: 50%;
    background: #fff;
    padding: 60px 15px 45px 60px;
    border-radius: 0px 0px 0px 40px;
    overflow: hidden;
    box-shadow: 0px 5px 33px 0px rgba(143, 0, 11, 0.2);
}

.info_list_1400_004 .infolist14-04-t .infolist14-04-r {
    width: 50%;
    background: #fff;
    padding: 60px 60px 45px 25px;
    border-radius: 0px 0px 40px 0px;
    overflow: hidden;
    box-shadow: 0px 5px 33px 0px rgba(143, 0, 11, 0.2);
}

.info_list_1400_004 .infolist14-04-t li a {
    display: flex;
    align-items: center;
    height: 72px;
    border-bottom: 1px dashed #d8d8d8;
    padding: 0 20px;
}

.info_list_1400_004 .infolist14-04-t li a::after {
    width: 100vw;
    opacity: 0;
    background: #8F000B;
}

.info_list_1400_004 .infolist14-04-t li span {
    width: 75px;
    display: inline-block;
    color: #333;
    font-size: 20px;
    padding-right: 14px;
    border-right: 1px solid #d8d8d8;
    white-space: nowrap;
}

.info_list_1400_004 .infolist14-04-t li h3 {
    font-size: 18px;
    color: #333;
    width: calc(100% - 75px);
    padding: 0 0 0 15px;
}

.info_list_1400_004 .infolist14-04-t .infolist14-04-r .infolist14-04-tit {
    padding-left: 25px;
}

@media screen and (max-width: 1024px) {
    .info_list_1400_004 {
        padding: 30px 0;
    }

    .info_list_1400_004 .infolist14-04-t {
        padding: 0;
    }

    .info_list_1400_004 .infolist14-04-t::after {
        display: none;
    }

    .info_list_1400_004 .infolist14-04-t .infolist14-04-l {
        width: 100%;
        padding: 20px 15px;
    }

    .info_list_1400_004 .infolist14-04-t .infolist14-04-r {
        width: 100%;
        padding: 20px 15px;
        margin-top: 20px;
    }

    .info_list_1400_004 .infolist14-04-t .infolist14-04-r .infolist14-04-tit {
        padding-left: 0px;
    }

    .info_list_1400_004 .infolist14-04-t li a {
        height: 60px;
        padding: 0;
    }

    .info_list_1400_004 .infolist14-04-tit h3 {
        font-size: 24px !important;
    }

    .info_list_1400_004 .infolist14-04-tit {
        margin-bottom: 10px;
    }

    .info_list_1400_004 .infolist14-04-tit img {
        display: none;
    }
}





@media screen and (max-width: 1400px) {
    .info_list_1400_004 .infolist14-04-wid {
        padding: 0 15px;
    }
}

#info_list_1400_004 .chg_01_tit {
    color: #333;
}

#info_list_1400_004 .chg_02_tit {
    color: #333;
}

#info_list_1400_004 .chg_03 {
    color: #8F000B;
}

#info_list_1400_004 .chg_14_png_bg {
    background: url(../images/list14-04-bg.png) no-repeat;
}

#info_list_1400_004 .chg_12 {
    background: #fff;
}

#info_list_1400_004 .chg_14 {
    background: #fff;
}

#info_list_1400_004 .chg_07 {
    border-color: #d8d8d8;
}

#info_list_1400_004 .chg_11::after {
    background: #8F000B;
}

#info_list_1400_004 .chg_04 {
    color: #333;
}

#info_list_1400_004 .chg_06 {
    color: #333;
}

#info_list_1400_004 .chg_05 {
    border-color: #d8d8d8;
}


@media screen and (min-width: 1024px) {
    .info_list_1400_004 .infolist14-04-t li a:hover::after {
        opacity: 1;
    }

    .info_list_1400_004 .infolist14-04-t li a:hover span,
    .info_list_1400_004 .infolist14-04-t li a:hover h3 {
        color: #fff;
    }

    .info_list_1400_004 .infolist14-04-t li a:hover span {
        border-right: 1px solid rgba(255, 255, 255, 0.3);
    }

    #info_list_1400_004 a:hover .chg_08 {
        color: #fff;
    }

    #info_list_1400_004 a:hover .chg_09 {
        border-color: rgba(255, 255, 255, 0.3);
    }

    #info_list_1400_004 a:hover .chg_10 {
        color: #fff;
    }
}



/* s5 */

/* 组件ID */

#img_char_1400_013 {
    font-size: 16px;
}

#img_char_1400_013 a {
    display: block;
}

#img_char_1400_013 img {
    object-fit: cover;
}

/* pic：padding-top */
.pic {
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
}

a:hover .pic>img {
    transform: scale(1.05);
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}


/* 组件样式 */
.img_char_1400_013 {
    padding: 60px 0;
}

.icr1413-tit {
    position: relative;
    margin-bottom: 30px;
}

.icr1413-tit h3 {
    font-size: 42px;
    font-weight: bold;
    color: #333333;
    font-family: 'sy';
    text-align: center;
}

#img_char_1400_013 .chg_01_tit {
    color: #333333;
}

#img_char_1400_013 .chg_02 {
    color: #8F000B;
}

#img_char_1400_013 .chg_09 {
    color: #333333;
}

#img_char_1400_013 .chg_10 {
    color: #9E9E9E;
}

.icr1413-tit a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 16px;
    color: #8F000B;
    transition: all 0.5s;
}

.icr1413-tit a:hover {
    opacity: 0.7;
}

.icr1413-list ul li {
    padding: 20px 10px;
    position: relative;
}

.icr1413-list ul li a {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.302);
}

.icr1413-list ul li.slick-center {
    transform: scale(1.2);
    z-index: 9;
    transition: all 0.5s;
}

.icr1413-list ul li.slick-center span {
    transform: scale(0.9);
}


.icr1413-list ul li.slick-center+li {
    z-index: 0;
}

.icr1413-list .pic {
    padding-top: 130%;
}

.icr1413-tx h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.icr1413-tx p {
    font-size: 16px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    color: #9E9E9E;
    margin-top: 20px;
    margin-bottom: 30px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.icr1413-tx {
    padding: 30px;
    padding-bottom: 40px;
    background-color: #fff;
}

.icr1413-more {
    width: 160px;
    margin: 0 auto;
    text-align: center;
    border-radius: 999px;
    border: 1px solid #8F000B;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#img_char_1400_013 .chg_11 {
    border: 1px solid #8F000B;
}

#img_char_1400_013 .chg_12 {
    color: #8F000B;
}

#img_char_1400_013 .chg_13_png_bg>span {
    background: url(../images/icr1413-more1.png) no-repeat right center;
}


.icr1413-more span {
    font-size: 16px;
    color: #8F000B;
    line-height: 40px;
    display: inline-block;
    padding-right: 28px;
    background: url(../images/icr1413-more1.png) no-repeat right center;
    background-size: 18px !important;
}

.icr1413-list .slick-slider {
    padding: 0 40px;
}

.icr1413-list ul li a:hover .icr1413-more {
    background-color: #8F000B;
}

#img_char_1400_013 .icr1413-list ul li a:hover .chg_11 {
    background-color: #8F000B;
}

.icr1413-list ul li a:hover .icr1413-more>span {
    color: #fff;
    background: url(../images/icr1413-more2.png) no-repeat right center;
}

#img_char_1400_013 .icr1413-list ul li a:hover .chg_12>span {
    color: #fff;
}

#img_char_1400_013 .icr1413-list ul li a:hover .chg_13_png_bg>span {
    background: url(../images/icr1413-more2.png) no-repeat right center;
}
















@media screen and (max-width: 1430px) {
    .px1400 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .icr1413-list ul li.slick-center {
        transform: scale(1);
        z-index: 9;
        transition: all 0.5s;
    }

    .icr1413-list ul li {
        padding: 10px;
    }

    .icr1413-tit h3 {
        font-size: 32px;
    }

    .icr1413-list .slick-slider {
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    .icr1413-tit h3 {
        font-size: 26px;
    }

    .icr1413-tx h3 {
        font-size: 16px;
    }

    .icr1413-tx p {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .icr1413-tx {
        padding: 20px;
    }

    .icr1413-more {
        width: 120px;
    }

    .icr1413-more span {
        font-size: 14px;
        padding-right: 20px;
        background-size: 13px !important;
    }

    .img_char_1400_013 {
        padding: 30px 0;
    }
}

/* s4 */
.s4 {
    padding: 60px 0;
}
.s4-ban .pic {
    padding-top: 34%;
}

.s4-lt .pic {
    padding-top: 62%;
}

.s4-c {
    max-width: 1920px;
    margin: 0 auto;
}

.s4-lt {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    margin-top: -60px;
}

.s4-lt>ul {
    padding: 20px 10px;
    background: #FFFFFF;
    box-shadow: 0px 10px 15px 1px rgba(0, 0, 0, 0.1);
}
.s4-lt>ul li a {
    margin: 0 10px;
}

.s4-lt .slick-prev {
    width: 50px;
    height: 50px;
    background: url(../images/s4-r.png) no-repeat;
    background-size: 100% 100%;
    left: -80px;
    transform: rotateY(180deg) translateY(-50%);
}
.s4-lt .slick-prev:hover {
    background: url(../images/s4-l.png) no-repeat;
    background-size: 100% 100%;
    transform: translateY(-50%);
}

.s4-lt .slick-next {
    width: 50px;
    height: 50px;
    background: url(../images/s4-r.png) no-repeat;
    background-size: 100% 100%;
    right: -80px;
}

.s4-lt .slick-next:hover {
    background: url(../images/s4-l.png) no-repeat;
    background-size: 100% 100%;
    transform: rotateY(180deg) translateY(-50%);
}






@media screen and (max-width: 1600px) {
    .s4-lt .slick-next {
        right: 0;
    }
    .s4-lt .slick-prev {
        left: 0;
    }
}





@media screen and (max-width: 1200px) {


    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
    }

    .index {
        position: static;
        padding-top: 0;
    }
    

}


@media screen and (max-width: 1024px) {
    .s4-ban {
        display: none;
    }
    .s4-lt {
        margin-top: 0;
    }
    .tit h3 b {
        font-size: 26px;
    }
    .tit h3 span {
        font-size: 30px;
    }
    .tit a {
        font-size: 16px;
    }
    .s4 {
        padding: 20px 0;
    }
}
