
*,
body,
html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font: 14px/1.8 'SourceHanSans', sans-serif;
    margin: 0 auto;
    color: #333;
    background-color: #fff;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

input {
    outline: none;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

img {
    border: 0;
}

/* ===============================
    common
================================================================================= */
/* 首页 */
.lxSec {
    position: relative;
    z-index: 11;
    background: #fff;
    margin-top: 100vh;
}

/* 标题 */
.lxTit {
    position: relative;
    margin-bottom: 38px;
}

.lxTit_cn {
    font-weight: bold;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 2px;
}

.lxTit_en {
    font-size: 24px;
    text-transform: capitalize;
	color:#999;
    line-height: 2.4;
}


.lxTit_line {
    display: none;
    margin-top: 16px;
    overflow: hidden;
}

.lxTit_line span {
    display: block;
    float: left;
    height: 4px;
    background-color: #d0121b;
    line-height: 1;
}

.lxTit_span1 {
    width: 50px;
}

.lxTit_span2 {
    width: 16px;
    margin-left: 3px;
}

.lxTit.white .lxTit_line span {
    background-color: #fff;
}

.lxTit.white .lxTit_en span,
.lxTit.white .lxTit_en,
.lxTit.white .lxTit_cn {
    color: #fff;
}

.lxTit.center {
    text-align: center;
}

/* 更多 */
.lxMore {
    position: relative;
}

.lxMore {
    margin-top: 48px;
}

.lxMore .more {
    display: block;
    width: 189px;
    height: 54px;
    line-height: 54px;
    border-radius: 58px;
    text-align: center;
    transition: all .2s;
    background: #b1010e;
    color: #fff;
}

.lxMore span {
    padding-right: 44px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/arr.png);
    background-size: 21px;
}

.lxMore.sm .more {
    width: 128px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
}

.lxMore.sm span {
    padding-right: 24px;
    background-size: 14px;
}

.lxMore.center .more {
    margin: 0 auto;
}

.lxDw {
    position: absolute;
    top: -89px;
}

.inner {
    position: relative;
    max-width: 1900px;
    width: 80%;
    margin: 0 auto;
}

/*  */
.abAbout {
    position: relative;
}

.lxAbout {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    padding:109px 0 19px 0;
}

.lxAbout_box {
    position: relative;
}

.lxAbout_info {

    padding: 4% 0;
}

.lxAbout_txt {
    max-width: 58%;
}

.lxAbou_p {
    margin-top: 68px;
    max-width: 80%;
}

.lxAbou_p span {
    font-size: 26px;
    color: #b1010e;
    display: block;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.lxAbou_p p {
    font-size: 16px;
    line-height: 2.1;
    color: #666;
}

.lxAbout_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 42%;
    height: 100%;
	border-radius:50px;
    background: #999;
    overflow: hidden;
}

.lxAbout_img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.46;
}

.lxAbout_img video,
.lxAbout_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indAb_num {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 68px;
    box-sizing: border-box;
    margin-left: -7%;
}

.indAb_div {
    position: relative;
    text-align: center;
    width: 100%;
}



.indAb_div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #eee;
    transform: rotate(15deg);
}

.indAb_div:first-child:before {
    content: none;
}

.indAb_div>div {
    position: relative;
    display: inline-block;
}

.indAb_div img {
    display: block;
    margin-bottom: 14px;
}

.indAb_num span {
    color: #b1010e;
    font-size: 58px;
    letter-spacing: 0;
    line-height: 1;
    font-family: 'BEBAS';
    min-width: 66px;
    display: inline-block;
}

.indAb_num i {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 122%;
    /* right: -54px; */
    color: #b1010e;
    line-height: 1;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    transform-origin: top left;
    transform: rotate(90deg);
    font-style: inherit;
}

.indAb_num p {
    font-size: 13px;
    color: #999;
    margin-top: 6px;
}

/* solu */
.lxSolu {
    position: relative;
}

.lxSolu_top {
    position: absolute;
    top: 12%;
    width: 100%;
    left: 0;
    z-index: 11;
    padding-left: 10%;
}

.indSolu_list {
    opacity: 0.8;
    position: relative;
    margin-top: 78px;
}

.indSolu_list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    border-bottom: 2px solid rgba(255, 255, 255, 0.38);
}

.indSolu_list li {
    position: relative;
    display: inline-block;
    margin-right: 40px;
    min-width: 108px;
    padding-bottom: 6px;
}

.indSolu_list li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    z-index: 3;
    background: #b1010e;
    transition: all 0.48s;
}

.indSolu_list li.on::after {
    width: 100%;
}

.indSolu_a {
    display: flex;
    align-items: stretch;
}

.indSolu_a i {
    line-height: 1;
    font-style: inherit;
    font-family: 'BEBAS';
    font-family: 'CENTURYGOTHIC';
    color: #fff;
    font-size: 40px;
    margin-right: 8px;
    text-transform: uppercase;
}

.indSolu_a div {
    padding-bottom: 6px;
    display: inline-block;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.indSolu_a span {
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.indSolu_a p {
    letter-spacing: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

/*  */
.lxSolu_img {
    position: relative;
    height: 100vh;
}

.lxSolu_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0028aa;
    opacity: 0.58;
    z-index: 1;
}

.lxSolu_img .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lxSolu_img .swiper-container,
.lxSolu_img .swiper-wrapper,
.lxSolu_img .swiper-slide {
    height: 100%;
}

.lxSolu_img .swiper-pagination {
    width: auto;
    background: #fff;
    bottom: 0;
    right: 0;
    left: auto;
    padding: 38px;
}

.lxSolu_img .swiper-pagination-bullet {
    position: relative;
    width: auto;
    height: auto;
    font-size: 12px;
    text-decoration: underline;
    background: transparent;
}

.lxSolu_img .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: #b1010e;
    opacity: 0;
}

.lxSolu_img .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 18px;
}

.lxSolu_img .swiper-pagination-bullet-active {
    text-decoration: none;
    font-size: 18px;

}

.lxSolu_img .swiper-pagination-bullet-active::after {
    opacity: 1;
}

.lxSolu_btm .swiper-button-next,
.lxSolu_btm .swiper-button-prev {
    position: absolute;
    left: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.5);
    border: 0;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.lxSolu_btm .swiper-button-next img,
.lxSolu_btm .swiper-button-prev img {
    width: 18%;
}

.lxSolu_btm .swiper-button-prev {
    top: 6px;
}

.lxSolu_btm .swiper-button-next {
    top: 32%;
}

.lxSolu_btm .swiper-slide {
    opacity: 0 !important;
}

.lxSolu_btm .swiper-slide-active {
    opacity: 1 !important;
}

.lxSolu_btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 7;
}

.lxSolu_btm>.inner {
    position: relative;
    z-index: 5;
}

.lxSolu_btm::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(rgb(177 1 14 / 0%), rgb(177 1 14 / 10%));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgb(177 1 14 / 0%), rgb(177 1 14 / 10%));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgb(177 1 14 / 0%), rgb(177 1 14 / 10%));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgb(177 1 14 / 0%), rgb(177 1 14 / 10%));
    /* 标准的语法（必须放在最后） */
}

.lxSolu_btm>img {
    position: absolute;
    bottom: 89px;
    left: 0;
    width: 100%;
}

.lxSolu_txt {
    padding-bottom: 8%;
    padding-left: 10%;
}

.lxSolu_btm .indSolu_a i {
    font-size: 80px;
    margin-right: 12px;
}

.lxSolu_btm .indSolu_a div {
    padding-bottom: 14px;
}

.lxSolu_btm .indSolu_a span {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: 1px;
}

.lxSolu_btm .indSolu_a p {
    font-size: 15px;
}

.lxSolu_p {
    margin: 38px 0;
}

.lxSolu_p p {
    color: #fff;
    font-size: 17px;
    max-width: 50%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    line-height: 2.1;
}



.abDeve {
    position: relative;
    background-color: #ecf0f3;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 108px 10%;
}

.abDeve::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0028aa;
    opacity: .1;
}

.abDeve_box {
    position: relative;
    margin-top: 48px;
}

.abDeve_line {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 88px;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
}

.deveItem {
    position: relative;
    text-align: center;
    z-index: 10;
    margin: 0 14px;
}

.deveTime {
    font-size: 24px;
    font-weight: bold;
    height: 89px;
    padding-top: 30px;
    line-height: 1.2;
    transition-duration: .3s;
    font-family: 'GOTHIC';
}

.deveDian {
    position: relative;
    display: block;
    width: 14px;
    height: 40px;
    margin: -5px auto;
}

.deveDian::before,
.deveDian::after {
    content: "";
    position: absolute;
    display: block;
    box-sizing: border-box;
}

.deveDian::before {

    left: 50%;
    top: 0;
    width: 10px;
    height: 10px;
    border: 2px solid #b1010e;
    background: #fff;
    border-radius: 50%;
    margin-left: -5px;
    transition-duration: .3s;
}

.deveDian::after {
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 20px;
    background: #fff;
}

.deveTime span {
    display: block;
    font-size: 20px;
    line-height: 1;
}

.deveTxt {
    padding: 24px 38px;
}

.deveTxt p {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    transition-duration: .3s;
    min-height: 48px;
    text-align: left;
}

@media(min-width:1025px) {
    .deveItem:hover {
        background: rgba(255, 255, 255, 0.41);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .deveItem:hover .deveTime {
        padding-top: 38px;
        color: #b1010e;
    }

    .deveItem:hover .deveDian::before {
        background: #fff;
        border-color: #b1010e;
    }
}


.deveDemo {
    padding: 0 48px;
    z-index: 11;
}

.deveDemo .slick-arrow {
    width: 54px;
    height: 54px;
    position: absolute;
    top: 88px;
    margin-top: -27px;
    display: block;
    background-color: #fff;
    box-shadow: 0px 0px 18px 2px rgba(154, 154, 154, 0.25);
    cursor: pointer;
}

.deveDemo .slick-arrow i {
    background-size: 18%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    display: block;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.deveDemo .slick-prev {
    left: 0;
}

.deveDemo .slick-next {
    right: 0;
}

.deveDemo .slick-prev i {
    background-image: url("../images/arrow-left-lighth1.png")
}

.deveDemo .slick-next i {
    background-image: url("../images/arrow-right-lighth1.png");
}

.deveDemo .slick-arrow:hover {
    background-color: #b1010e;
}

.deveDemo .slick-prev:hover i {
    background-image: url("../images/arrow-left-lighth.png")
}

.deveDemo .slick-next:hover i {
    background-image: url("../images/arrow-right-lighth.png");
}

.deveDemo.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.deveDemo .slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
}

.deveDemo .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
}

.deveDemo .slick-prev,
.deveDemo .slick-next {
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

.deveDemo .slick-dots {
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.deveDemo .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #eeeeee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.deveDemo .slick-dots li.slick-active {
    background: #e60012;
}
.ysHor_ul {
    text-align: center;
    margin: 0 0 32px;
}

.ysHor_ul a {
    padding: 9px 51px;
    border: 1px solid #AA0F2E;
    margin: 10px;
    display: inline-block;
    font-size: 16px;
}

.ysHor_ul a.hover,
.ysHor_ul a:hover {
    background: #AA0F2E;
    color: #fff;
}

/*  */
.ysHor {
    padding: 108px 0;
    overflow: hidden;
}
.ysHor.banGong
{
    position: relative;
    background: #f8f8f8;
}

.abHor_box {
    position: relative;
}

.abHor_box .swiper-button-prev,
.abHor_box .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    border: 0;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
}

.abHor_box .swiper-button-prev {
    left: -89px;
    background-image: url(../images/arrow-left-lighth.png);

}

.abHor_box .swiper-button-next {
    right: -89px;
    background-image: url(../images/arrow-right-lighth.png);
}

.abHor_bg {
    padding: 20px 48px 0;
    border: 5px solid #eee;
    box-shadow: 1px 1px 18px 3px rgb(51 51 51 / 10%) inset;
}

.abHor_img {
    max-width: 100%;
    width: 100%;
    position: relative;
    padding-top: 138%;
}

.abHor_img img {
    position: absolute;
    top: 0;
    left: 5%;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.abHor_p {
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
    padding: 18px 14px 14px;
    border-top: 1px solid #eee;
    min-height: 72px;
    color: #666;
}

.ysHor .swiper-pagination {
    position: relative;
    margin-top: 34px;
}

.ysHor .swiper-pagination-bullet {
    width: 68px;
    height: 4px;
    margin: 0 4px;
    border-radius: 6px;
    background: #b1010e;
}
.ysYfsl {
    position: relative;
    background: #f8f8f8;
    padding: 108px 0;
}

.ysYfsl_item,
.ysYfsl_box {
    position: relative;
    z-index: 7;
}

.ysYfsl_box {
    margin-top: 48px;
}

.ysYfsl_item {
    padding: 0 38px 38px;
    text-align: center;
}

.ysYfsl_item::after,
.ysYfsl_item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38%;
    background: #fff;
    z-index: -1;
}

.ysYfsl_img img {
    width: 90%;
    margin: 0 auto;
    max-width: 289px;
    box-shadow: 10px 28px 24px rgb(51 51 51 / 18%)
    /* box-shadow: 0 0 10px 1px #999; */
}

.ysYfsl_item p {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 20px;
    min-height: 40px;
}

.ysYfsl .swiper-pagination {
    position: relative;
    margin-top: 34px;
}

.ysYfsl .swiper-pagination-bullet {
    width: 68px;
    height: 4px;
    margin: 0 4px;
    border-radius: 6px;
    background: #b1010e;
}
.ysPic {
    padding: 0;
}

.ysPic_img {
    position: relative;
    width: 100%;
    padding-top: 50%;
}

.ysPic_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.talk-tab-box {
    margin-top: 48px;
}

.talk-tab-box .bimg-box {
    position: relative;
}

.talk-tab-box .bimg-tab {
    overflow: hidden;
    position: relative;
}

.talk-tab-box .bimg-tab .swiper-slide {
    width: 52.67%;
    margin: 0 2%;
    cursor: pointer;
}

.talk-tab-box .bimg-tab .swiper-slide .img {
    position: relative;
    padding-top: 63%;
}


.talk-tab-box .bimg-tab .swiper-slide .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.talk-tab-box .bimg-tab .swiper-slide .img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 7;
    opacity: .68;
    filter: alpha(opacity=68);
}

.talk-tab-box .bimg-tab .swiper-slide .text {
    font-size: .5rem;
    line-height: .6rem;
    color: #1a1a1a;
    text-align: center;
    margin-top: 1rem;
    opacity: 0;
    filter: alpha(opacity=0);
}

.talk-tab-box .bimg-tab .swiper-slide-active {
    cursor: default;
}

.talk-tab-box .bimg-tab .swiper-slide-active .img:before {
    opacity: 0;
    filter: alpha(opacity=0);
}

.talk-tab-box .bimg-tab .swiper-slide-active .text {
    opacity: 1;
    filter: alpha(opacity=100);
}

.talk-tab-box .simg-tab {
    width: 48.4375%;
    margin: .7rem auto 0;
    padding-top: 1.75rem;
    border-top: 1px solid #eee;
    overflow: hidden;
   
}
.talk-tab-box .simg-tab{ display: none;}


.talk-tab-box .simg-tab .swiper-slide {
    width: 12.8371%;
    margin-right: 1.7%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.talk-tab-box .simg-tab .swiper-slide:last-child {
    margin-right: 0;
}

.talk-tab-box .simg-tab .swiper-slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
    transition: all .3s;
}

.talk-tab-box .simg-tab .swiper-slide img {
    width: 100%;
    display: block;
}

.talk-tab-box .simg-tab .swiper-slide.cur:before {
    opacity: 0;
    filter: alpha(opacity=0);
}

.talk-tab-box .prev,
.talk-tab-box .next {
    position: absolute;
    top: 50%;
    width: 54px;
    height: 54px;
    margin-top: -27px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #b1010e;
    background-size: 18%;
    z-index: 3;
}

.talk-tab-box .prev {
    background-image: url("../images/arrow-left-lighth.png");
    left: 10%;
}

.talk-tab-box .next {
    background-image: url("../images/arrow-right-lighth.png");
    right: 10%;
}

.talk-tab-box .swiper-button-disabled {
    display: none;
}

.live-tab-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    z-index: -1;
}

.talk-aside {
    position: fixed;
    top: 50%;
    left: .25rem;
    transform: translateY(-50%);
    z-index: 50;
}

.talk-aside a {
    display: block;
    margin-bottom: .2rem;
    background-color: #d5d5d5;
    border-radius: 2px;
    transition: all .3s;
    position: relative;
}

.talk-aside .icon {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    transition: all .3s;
}

.talk-aside .icon img {
    width: 100%;
}

.talk-aside .icon:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: .8rem;
    transform: translateY(-50%);
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s;

}

.talk-aside .txt {
    position: absolute;
    left: 1.25rem;
    top: 0;
    padding: 3rem;
    height: 1.25rem;
    line-height: 1.25rem;
    padding: 0 .5rem;
    white-space: nowrap;
    font-size: .4rem;
    color: #fff;
    background-color: #de0245;
    border-radius: 0 2px 2px 0;
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
}

.talk-aside a:last-child {
    margin-bottom: 0;
}


.talk-aside a.cur {
    background-color: #de0245;
}
.ysCase {
    position: relative;
    height: 89vh;
    background-color: #0028aa;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    display: flex;
    align-items: center;
	margin-bottom:50px;
}

.ysCase_tit {
    position: relative;
    z-index: 11;
    left: 0;
    width: 100%;
}

.ysCase_wid {
    max-width: 40%;
}

.ysCase_p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 89px;
    line-height: 2.1;
}

.ysCase_bg {
    position: absolute;
    top: -60%;
    left: -51%;
    width: 100%;
    height: 160%;
    background-color: #0028aa;
    opacity: 0.48;
    transform: rotate(18deg);
}

.ysCase_ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    width: 50%;
    text-align: center;
    z-index: 21;
}


.ysCase_ul ul {
    display: inline-block;
}

.ysCase_ul li {
    cursor: pointer;
    position: relative;
    text-align: left;
    background: rgba(255, 255, 255, 0.28);
    margin-bottom: 1px;
    padding: 32px 58px;
}

.ysCase_ul li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #b1010e;
    transition: all 0.8s;
}

.ysCase_ul li:hover::before {
    height: 100%;
}

.ysCase_ul a {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ysCase_ul img {
    display: block;
    width: 42px;
    margin-right: 34px;
    margin-top: 3px;
}

.ysCase_ul div:last-child {
    width: calc(100% - 76px);
}

.ysCase_ul span {
    color: #fff;
    font-size: 22px;
}

.ysCase_ul p {
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
    line-height:55px;
    letter-spacing: .5px;
    opacity: 1;
}
.ysZl {
    padding: 108px 0;
    position: relative;
    background-image: url(../images/bg_zl.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ysZl_img {
    position: relative;
    padding-top: 38%;
    width: 80%;
    margin: 0 auto;
    border-radius: 6px;
}

.ysZl_img::after {
    width: 90%;
    content: "";
    height: 90%;
    position: absolute;
    background: #aad1f1;
    border-radius: 6px;
    left: 0;
    right: 0;
    bottom: -11px;
    margin: auto;
}

.ysZl_img::before {
    width: 80%;
    content: "";
    height: 80%;
    position: absolute;
    background: #d8eaf8;
    border-radius: 6px;
    left: 0;
    right: 0;
    bottom: -21px;
    margin: auto;
}

.ysZl_img div {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0028aa;
    opacity: .28;
    z-index: 11;
    border-radius: 6px;
}

.ysZl_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 7;
    border-radius: 6px;
}
.ysZl {
    padding: 108px 0;
    position: relative;
    background-image: url(../images/bg_zl.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.ysZl_img {
    position: relative;
    padding-top: 38%;
    width: 80%;
    margin: 0 auto;
    border-radius: 6px;
}

.ysZl_img::after {
    width: 90%;
    content: "";
    height: 90%;
    position: absolute;
    background: #aad1f1;
    border-radius: 6px;
    left: 0;
    right: 0;
    bottom: -11px;
    margin: auto;
}

.ysZl_img::before {
    width: 80%;
    content: "";
    height: 80%;
    position: absolute;
    background: #d8eaf8;
    border-radius: 6px;
    left: 0;
    right: 0;
    bottom: -21px;
    margin: auto;
}

.ysZl_img div {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0028aa;
    opacity: .28;
    z-index: 11;
    border-radius: 6px;
}

.ysZl_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 7;
    border-radius: 6px;
}

