@charset "utf-8";

.index_banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.index_banner .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.index_banner_mb {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.swiper-bottom-box {
    position: absolute;
    z-index: 4;
    bottom: 66px;
    left: 0;
    right: 0;
    width: 100%;
}

.swiper-bottom-box .my-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swiper-bottom-box .ban_left {
    flex: 1;
    margin-right: 30px;
    position: relative;
}

.swiper-bottom-box .ban_left .ban-pagination {
    left: 174px;
    top: 50%;
    width: calc(100% - 174px);
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
}

.swiper-bottom-box .ban_left .ban-pagination .swiper-pagination-progressbar-fill {
    background: #FFF;
}

.img_pc,
.img_mo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.index_banner video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ban_button {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.ban_button div {
    position: relative;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #FFF;
    overflow: hidden;
    z-index: 1;
}

.ban_button div::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--main-color);
    border-radius: 50%;
    width: 0;
    height: 0;
    z-index: -1;
    transition: all .4s;
}

.ban_prev {
    margin-right: 14px;
}

.ban_button div:hover {
    border-color: var(--main-color);
}

.ban_button div:hover::before {
    width: 130%;
    height: 130%;
}

.ban_button div:hover svg rect {
    stroke: var(--main-color);
}

.scrill {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.scrillm {
    margin-right: 16px;
    width: 20px;
    height: 31px;
    border-radius: 50px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
}

.scrillm span {
    width: 2px;
    height: 5px;
    background: #fff;
    margin-top: 4px;
}

.scrillm span {
    animation: jumpDown 1.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
}

@keyframes jumpDown {
    0% {
        opacity: 0;
        transform: translateY(0)
    }

    100% {
        transform: translateY(5px)
    }
}

.pub-more {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    transition: all 1.8s 0.6s;
}

.pub-more a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 32px;
    border-radius: 50px;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    transition: all .4s ease;
}

.pub-more i {
    margin-left: 10px;
}

.pub-more a:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.pub-more a:hover i {
    transform: rotate(45deg);
}

.index_banner_text {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.index_banner .swiper-slide.swiper-slide-active .pub-more {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.index_banner_text .t1 {
    opacity: 0;
    font-family: 'Roboto bold';
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 1s .4s;
}

.index_banner_text .t2 {
    opacity: 0;
    line-height: 1.2;
    padding-top: 16px;
    color: var(--white-color);
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    transition: all 1.4s .4s;
}

.index_banner .swiper-slide.swiper-slide-active .index_banner_text .t1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.index_banner .swiper-slide.swiper-slide-active .index_banner_text .t2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.ban_text .t {
    color: #FFF;
    font-weight: 400;
    line-height: 1.3;
}

.ban_text .eng {
    padding-top: 10px;
    color: #FFF;
    line-height: 1.1;
}


.index_banner_text .t3 {
    padding-top: 30px;
    line-height: 1.2;
    font-weight: 400;
    color: var(--white-color);
}

.index_banner_text .t4 {
    padding-top: 30px;
    display: flex;
}

.index_banner_text i {
    font-size: inherit;
}



@media (max-width:1280px) {


    .swiper-bottom-box {
        bottom: 30px;
    }

}

@media (max-width:767px) {
    .index_banner {
        margin-top: 80px;
        height: auto;
    }

    .banner_img {
        position: relative;
    }

    .swiper-bottom-box {
        bottom: 15px;
    }


    .ban_button div {
        width: 36px;
        height: 36px;
        padding: 6px;
    }

    .ban_button div svg {
        width: 100%;
        height: 100%;
    }

    .ban_text .t {
        line-height: 1.1;
    }

    .ban_left {
        display: none;
    }

    .swiper-bottom-box .my-container {
        justify-content: flex-end;
    }

    .pub-more a {
        padding: 14px 26px;
        font-size: 14px;
    }

    .ban_text .t {
        max-width: 90%;
        font-size: 22px;
    }

    .index_banner_text .t2 {
        font-size: 14px;
        max-width: 90%;
    }

    .index_banner .pub-more {
        display: none;
    }

}



.index_title h2 {
    font-weight: 700;
    line-height: 1.2;
}

.index_title p {
    padding-top: 16px;
    font-size: 16px;
    font-weight: 400;
}

.white h2 {
    color: var(--white-color);
}

.black h2 {
    color: var(--dark);
}

.white p {
    color: var(--white-color);
}

.black p {
    color: var(--dark);
}

.index_more {
    display: flex;
}

.index_more a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 32px;
    height: 60px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    transition: all .4s ease;
}

.index_more i img:nth-child(2) {
    display: none;
}

.index_more i {
    display: block;
    margin-left: 10px;
    transition: all .4s;
}

.more_white a {
    color: var(--white-color);
    border: 1px solid var(--white-color);
}

.more_black a {
    color: #999;
    border: 1px solid #999;
}

.index_more a:hover {
    color: var(--white-color);
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.index_more a:hover i {
    transform: rotate(45deg);
}

.more_white a i img:nth-child(1) {
    display: none;
}

.more_white a i img:nth-child(2) {
    display: block;
}

.more_white a:hover i img:nth-child(2) {
    display: block;
}

.more_black a:hover i img:nth-child(1) {
    display: none;
}

.more_black a:hover i img:nth-child(2) {
    display: block;
}

@media (max-width:767px) {

    .index_title p {
        padding-top: 10px;
    }
}

/* about */
.index_about {
    position: relative;
    padding: 80px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.in_about_cont {
    position: relative;
    z-index: 1;
}



.index_about .in_about_left {
    flex: 1;
    padding-right: 70px;
}

.index_about .in_about_eng {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}

.index_about .in_about_eng img {
    max-height: 100%;
}

.index_about .index_more {
    padding-top: 50px;
}

.in_about_text {
    padding-top: 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.in_about_text p {
    padding-bottom: 25px;
}

.in_about_text p:last-child {
    padding-bottom: 0;
}

.in_about_right {
    position: relative;
    max-width: 586px;
    width: 50%;
    border-radius: 58px 0px;

    overflow: hidden;
}

.in_about_right .bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.in_about_right img {
    display: none;
}

.in_about_right {
    position: relative;
}

.in_about_play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.in_about_play span {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: var(--main-color);
    border-radius: 50%;
    position: relative;
    background-image: url(/template/default/index/4344/images/play.svg);
    background-size: 48px 48px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.in_about_play span i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 177px;
    height: 177px;
    border-radius: 50%;
    background-color: rgba(236, 152, 25, 0.15);
    animation: pulse2 1s alternate ease-in-out infinite;
}

@keyframes pulse2 {
    from {
        transform: translate(-50%, -50%) scale(0.8);
    }

    to {
        transform: translate(-50%, -50%) scale(1);
    }

}

.about_c_right {
    position: relative;
    margin-top: 75px;
    padding-top: 50px;
    padding-bottom: 45px;
}

.about_c_right::before {
    content: "";
    position: absolute;
    left: -200%;
    top: 0;
    width: 350%;
    height: 100%;
    background-color: var(--main-color);
    z-index: -1;
}

.about_c_right ul {
    display: flex;
    justify-content: space-between;
}

.about_c_right ul li {
    text-align: center;
}

.about_c_right .year {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.about_c_right .year span {
    color: #FFF;
    font-family: 'D-DIN-PRO';
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2
}

.about_c_right .des {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.about_infor_text {
    position: relative;
    padding: 70px 0;
    overflow: hidden;
    z-index: 1;
}

@media (max-width:1366px) {
    .about_c_right .year span {
        font-size: 44px;
    }
}

@media (max-width:1280px) {
    .about_c_right .year span {
        font-size: 40px;
    }
}

@media (max-width:1279px) {

    .index_about .in_about_left {
        padding-right: 40px;
    }

    .about_c_right {
        margin-top: 45px;
        padding-top: 30px;
    }

    .about_c_right .year span {
        font-size: 36px;
    }

    .in_about_play span {
        width: 50px;
        height: 50px;
        background-size: 38px 38px;
    }

    .in_about_play span i {
        width: 120px;
        height: 120px;
    }

}

@media (max-width:1200px) {
    .index_about .in_about_left {
        padding-right: 30px;
    }

    .about_c_right .year span {
        font-size: 32px;
    }

}

@media (max-width:991px) {
    .in_about_text {
        padding-top: 40px;
        line-height: 1.6;
    }

    .in_about_cont>div:first-child {
        flex-wrap: wrap;
    }

    .index_about .in_about_left {
        padding-right: 0;
        flex: inherit;
        width: 100%;
    }

    .in_about_right {
        margin-top: 30px;
        max-width: inherit;
        width: calc(100% + 60px);
        border-radius: 0;
        margin-left: -30px;
        margin-right: -30px;
    }

    .in_about_right .pc_show {
        display: none;
    }

    .in_about_right img {
        display: block;
    }

}

@media (max-width:767px) {
    .index_about {
        padding: 50px 0;
    }

    .index_about .in_about_eng {
        width: 15%;
        right: 0;
    }

    .about_c_right {
        margin-top:0;
        padding-bottom: 0;
    }

    .about_c_right ul {
        flex-wrap: wrap;
    }

    .about_c_right ul li {
        width: auto;
        min-width: 56px;
        padding-bottom: 15px;
    }

    .in_about_right {
        width: 100%;
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .index_more a {
        padding: 12px 20px;
        height: 48px;
        font-size: 14px;
    }

    .in_about_play span i {
        width: 60px;
        height: 60px;
    }

    .in_about_play span {
        width: 30px;
        height: 30px;
        background-size: 18px 18px;
    }
    .in_about_text p:nth-child(n+2) {
        display: none;
    }

    .about_c_right::before {
        display: none;
    }
    .about_c_right .year {
        color: var(--dark);
        font-size: 14px;
        text-align: left;
    }
    .about_c_right .year span {
     font-size: 24px;
     margin-right: 2px;
        color: var(--main-color);
    }
    .about_c_right .des {
        color: #666;
        font-size: 14px;
        text-align: left;
    }
    .in_about_right {
        margin-top: 15px;
    }
}
@media (max-width:359px) {
    .about_c_right ul li {
        width: 50%;
    }

}

/* product */
.index_product {
    position: relative;
    padding-top: 80px;
    padding-bottom: 125px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}

.index_product::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.10) 100%);
}

.index_product .my-container {
    position: relative;
    z-index: 9;
}

.pro_title {}

.pro_button {
    display: flex;
    align-items: center;
}

.pro_button div {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    cursor: pointer;
}

.pro_button .pro_next {
    margin-left: 14px;
}

.pro_button div:hover {
    background-color: var(--white-color);
}

.pro_button div:hover svg path {
    stroke: #666;
}

.product_cont {
    position: inherit;
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.product_cont .product_left {
    position: absolute;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    max-width: 464px;
    width: 35%;
    height: 100%;
}

.product_left .text {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.product_left .text p {
    padding-bottom: 20px;
}

.product_left .text p:last-child {
    padding-bottom: 0;
}

.product_right {
    position: relative;
    margin-left: 35%;
    width: 100%;
    padding-left: 130px;
}

.product_right .swiper-slide {
    width: 342px;
}

.product_right .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.product_right .thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.product_right .thumb i {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease;
}

.pro_swiper .title {
    width: 100%;
    height: 74px;
    padding: 24px 0;
    border-radius: 0px 0px 8px 8px;
    background: #FFF;
    color: var(--dark);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}

.pro_swiper {
    padding-bottom: 40px;
    padding-right: 35%;
}

.product_right .pro_pagination {
    position: relative;
    width: calc(100% - 35%);
    height: 2px;
}

.product_right .pro-pagination {
    position: absolute;
    left: 0;
    top: inherit;
    bottom: 0;
    height: 2px;
    width: 100%;
    border-radius: 21px;
    background: var(--white-color);
}

.product_right a:hover .thumb i {
    transform: scale(1.05);
}

.product_right a:hover .title {
    color: var(--main-color);
}

.product_right .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--main-color);
}

@media (max-width:1440px) {
    .product_right .swiper-slide {
        width: 320px;
    }

}

@media (max-width:1366px) {
    .product_right .swiper-slide {
        width: 280px;
    }

}

@media (max-width:1280px) {
    .product_right {
        margin-left: 35%;
        padding-left: 50px;
    }

    .product_right .swiper-slide {
        width: 260px;
    }

}

@media (max-width:991px) {
    .product_right {
        padding-left: 30px;
    }

    .product_left .text {
        line-height: 26px;
    }

}

@media (max-width:767px) {
    .index_product {
        padding-top: 50px;
        padding-bottom: 45px;
    }

    .product_cont {
        flex-wrap: wrap;
    }

    .product_cont .product_left {
        position: relative;
        max-width: inherit;
        width: 100%;
    }

    .product_right {
        margin-top: 30px;
        padding-left: 0;
        margin-left: 0;
    }

    .pro_swiper {
        padding-right: 0;
    }

    .product_right .swiper-slide {
        width: auto;
    }

    .product_left .text {
        /* padding-bottom: 30px; */
    }

    .product_left .text p:nth-child(2) {
        display: none;
    }

    .pro_swiper {
        overflow: visible;
    }

    .pro_button {
        justify-content: center;
    }

    .pro_button div {
        width: 46px;
        height: 46px;
    }

    .pro_swiper .title {
        height: 50px;
        padding: 14px 0;
        font-size: 18px;
    }


}

/* case */
.index_case {
    position: relative;
    padding-top: 80px;
    background-image: url(/template/default/index/4344/images/case_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}


.index_case .case_loop {
    padding-top: 38px;
}

.case_loop .line {
    position: relative;
}

.case_loop .line::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 1px;
    background-color: #DDD;
}

.case-swiper01 .swiper-slide>div:first-child {
    position: relative;
    padding-bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.case-swiper01 .swiper-slide>div:first-child:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 6px;
    background-image: url(/template/default/index/4344/images/yellow_line.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: width 0.4s ease;
}

.case-swiper01 .icon {
    width: 30px;
}

.case-swiper01 .icon img:nth-child(2) {
    display: none;
}

.case-swiper01 .t {
    padding-left: 6px;
    color: var(--dark);
    font-size: 18px;
    font-weight: 400;
}

.case-swiper01 .swiper-slide-thumb-active .t {
    color: var(--main-color);
}

.case-swiper01 .swiper-slide-thumb-active .icon img:first-child {
    display: none;
}

.case-swiper01 .swiper-slide-thumb-active .icon img:nth-child(2) {
    display: block;
}

.case-swiper01 .swiper-slide-thumb-active>div:first-child:before {
    width: 100%;
}

.index_case .case-swiper02 {
    margin-top: 30px;
}

.case_bottom {
    position: relative;
    width: 100%;
    height: 602px;
    border-radius: 8px;
    overflow: hidden;
}

.case_bottom .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.case_b_mask .text {
    padding: 50px 55px 28px 28px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
}

.case_b_mask .text p {
    position: relative;
    padding-left: 10px;
    margin-bottom: 20px;
}

.case_b_mask .text p:last-child {
    margin-bottom: 0;
}

.case_b_mask .text p::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: var(--white-color);
    border-radius: 50%;
    left: 0;
    top: 10px;
}


.case_b_mask .t .num {
    color: var(--white-color);
    font-family: 'D-DIN-PRO';
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.case_b_mask .t .small_t {
    padding-top: 8px;
    color: var(--white-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
}

.case_b_mask .t .eng {
    padding-top: 4px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
}

@media (min-width:768px) {
    .case_b_mask {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 610px;
        height: 419px;
        border-radius: 0px 8px 8px 0px;
        background: rgba(0, 0, 0, 0.60);
        z-index: 9;
    }

    .case_b_mask .t {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -350px;
        width: 194px;
        height: 194px;
        border-radius: 8px;
        background: var(--main-color);
        padding: 30px 24px;
        transition: all 0.4s ease;
    }

    .swiper-slide-active .case_b_mask .t {
        right: -150px;
        transition-delay: .4s;
    }



}

@media (max-width:767px) {
    .index_case {
        padding-top: 50px;
    }

    .index_case .title {
        flex-wrap: wrap;
    }

    .index_case .index_title {
        width: 100%;
    }

    .index_more {
        padding-top: 20px;
    }

    .index_about .index_more {
        padding-top: 20px;
    }

    .case-swiper01 .swiper-slide {
        width: max-content;
    }

    .case-swiper01 .icon {
        width: 20px;
    }

    .case_bottom {
        height: auto;
        border-radius: 0;
    }

    .case_bottom .bg {
        position: relative;
    }

    .case_b_mask .t .num {
        color: #999;
    }

    .case_b_mask .t .small_t {
        color: var(--dark);
    }

    .case_b_mask .t .eng {
        color: #999;
    }

    .case_b_mask .text {
        padding: 30px 0 28px 0;
        color: #666;
    }

    .case_b_mask .text p {
        padding-left: 14px;
        margin-bottom: 20px;
    }

    .case_b_mask .text p::before {
        background-color: #ddd;
    }

}

/* new */
.index_new {
    padding: 80px 0;
    background-color: var(--white-color);
    overflow: hidden;
}

.new_mid {
    margin-top: 40px;
    align-items: stretch;
}

.new_mid .new_mid_left {
    flex: 1;
    margin-right: 40px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.new_mid .new_mid_left .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.30) 100%);
}

.new_mid .new_mid_left .thumb {
    width: 100%;
    height: 100%;
}

.new_mid .new_mid_left .thumb i {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.4s ease;
}

.new_mid .new_mid_right {
    position: relative;
    padding: 68px 26px 26px 26px;
    width: 30%;
    height: 397px;
    border-radius: 8px;
    background-color: var(--main-color);
    z-index: 1;
}

.new_mid .new_mid_right::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;

    background-image: url(/template/default/index/4344/images/new_bg_r.svg);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: -1;
}

.new_mid .new_mid_left:hover .thumb i {
    transform: scale(1.05);
}

.new_mid_left .new_mid_left_text {
    position: absolute;
    left: 0;
    bottom: 24px;
    width: 100%;
    padding: 0 40px;
    z-index: 9;
}

.new_mid_left_text .label .title {
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.1;
}

.new_mid_left_text .label .more {
    padding-left: 24px;
    color: rgba(255, 255, 255, 0.90);
    font-size: 16px;
    font-weight: 400;
}

.new_mid_left_text .label .more img {
    width: 18px;
    margin-left: 4px;
}

.new_mid_left_text .t {
    margin-top: 25px;
    color: var(--white-color);
    font-size: 20px;
    font-weight: 700;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.new_mid_left_text .t a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.new_mid_right .new_r_title {
    padding-bottom: 45px;
}

.new_mid_right .new_r_title .t {
    position: relative;
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.2;
}

.new_mid_right .new_r_title .t::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    background-image: url(/template/default/index/4344/images/new_line.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 34px;
    height: 3px;
}

.new_mid_right .new_r_title .more a {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.90);
    font-size: 16px;
    font-weight: 400;
}

.new_mid_right .new_r_title .more img {
    margin-left: 4px;
}

.new_mid_right .n_mid_r_list ul li {
    width: 100%;
}

.new_mid_right .n_mid_r_list ul li:first-child {
    padding-bottom: 28px;
}

.new_mid_right .n_mid_r_list .time {
    color: rgba(255, 255, 255, 0.90);
    font-family: 'D-DIN-PRO-Regular';
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.new_mid_right .n_mid_r_list .t {
    margin-top: 4px;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    max-height: 60px;
    line-height: 30px;
}

.new_mid_right .n_mid_r_list a:hover .t {
    font-weight: 600;
}

.new_bottom_list {
    padding-top: 38px;
}

.new_bottom_list ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    align-items: stretch;
}

.new_bottom_list ul li {
    width: 33.33%;
    padding: 0 12px;
    float: left;
}

.new_bottom_list a {
    display: block;
    width: 100%;
    padding: 30px;
    border-radius: 8px;

    transition: background-color 0.4s ease;
}

.new_bottom_list .top_time {
    color: var(--main-color);
    font-weight: 700;
    line-height: 1;
}

.new_bottom_list .top_time span:nth-child(1) {
    font-size: 18px;
}

.new_bottom_list .top_time span:nth-child(1) em {
    font-style: normal;
    font-weight: 400;
}

.new_bottom_list .top_time span:nth-child(2) {
    padding-left: 16px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
}

.new_bottom_list .t {
    margin-top: 25px;
    overflow: hidden;
    color: var(--dark);
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.new_bottom_list .text {
    margin-top: 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}


@media (min-width:768px) {
    .new_bottom_list a:hover {
        background-color: var(--blue-color);
    
    }
    
    .new_bottom_list a:hover .t,
    .new_bottom_list a:hover .text {
        color: var(--white-color);
    }
    
    .new_bottom_list a:hover .top_time span {
        color: var(--white-color);
    }
}
@media (max-width:1280px) {
    .new_mid .new_mid_right {
        width: 40%;
    }

}

@media (max-width:1279px) {
    .new_mid_left .new_mid_left_text {
        padding: 0 30px;
    }

}

@media (max-width:991px) {
    .new_mid .new_mid_left {
        margin-right: 20px;
    }

    .new_mid_left .new_mid_left_text {
        padding: 0 30px;
    }

    .new_bottom_list a {
        padding: 30px 20px;
    }

    .new_mid_left_text .t {
        margin-top: 25px;
        font-size: 18px;
        height: 56px;
        line-height: 28px;
    }

    .new_mid_right .n_mid_r_list .t {
        margin-top: 4px;
        font-size: 18px;
        max-height: 56px;
        line-height: 28px;
    }

    .new_bottom_list .t {
        margin-top: 25px;
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width:767px) {
    .index_new {
        padding: 50px 0 30px 0;
    }

    .new_mid {
        margin-top: 40px;
        flex-wrap: wrap;
    }

    .new_mid .new_mid_left {
        width: 100%;
        flex: inherit;
        margin-right: 0;
    }

    .new_mid .new_mid_left .thumb {
        height: 300px;
    }

    .new_mid .new_mid_right {
        width: 100%;
        margin-top: 20px;
        padding: 40px 26px 40px 26px;
        height: auto;
    }

    .new_mid_left .new_mid_left_text {
        padding: 0 20px;
    }

    .new_bottom_list ul {
        flex-wrap: wrap;
    }

    .new_bottom_list ul li {
        width: 100%;
        padding-bottom: 16px;
    }

    .new_bottom_list .t {
        margin-top: 25px;
        font-size: 18px;
        line-height: 28px;
    }
    .new_bottom_list a {
        padding: 16px 0;
        border-radius: 0;
        border-bottom: 1px solid #CCC;
    }


}



/* honor */
.index_honor {
    padding: 65px 0 95px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.r_button div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background-color: var(--white-color);
    border-radius: 50%;
    cursor: pointer;
}

.r_button .swiper-button-disabled {
    opacity: 0.7;
    pointer-events: none;
}

.r_button .honor_next {
    margin-left: 14px;
}

.r_button div:hover {
    background-color: var(--main-color);
}

.r_button div:hover svg path {
    stroke: var(--white-color);
}

.honor_bottom {
    margin-top: 45px;
    border-top: 1px solid #DDD;
}

.honor_loop .honor-swiper {
    overflow: visible;
}

.honor_loop {
    padding-top: 60px;
}

.honor_loop .thumb {
    overflow: hidden;
}

.honor_loop .thumb i {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.honor_loop .t {
    margin-top: 24px;
    color: var(--dark);
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.honor_button {
    padding-top: 25px;
}

.honor_button .swiper-num {
    color: #999;
    font-family: 'D-DIN-PRO-Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.honor_button .in_l .active {
    margin-right: 4px;
    color: var(--main-color);

    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}

.honor_button .in_l .total {
    margin-left: 4px;
    color: #999;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
}

.honor-swiper a:hover .t {
    color: var(--main-color);
}

@media (max-width:767px) {
    .index_honor {
        padding: 50px 0 45px 0;
    }

    .honor_top .r_button div {
        width: 46px;
        height: 46px;
    }

    .honor_loop {
        padding-top: 40px;
    }

    .honor_bottom {
        margin-top: 20px;
    }

    .honor_button .in_l {
        padding-top: 20px;
    }

    .r_button {
        padding-top: 20px;
    }

    .r_button div {
        width: 46px;
        height: 46px;
    }
    .honor_loop .t {
        margin-top: 16px;
        font-size: 14px;
        line-height: 25px;
    }

}<!--ºÄÊ±1758367492.5812Ãë-->