﻿@charset "utf-8";

body,
html {
    height: 100%;
}

html.has-scroll-smooth {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/* 向下滑动 */
@keyframes aniStyle1 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@keyframes aniStyle2 {
    0% {
        opacity: 0;
        transform: translate3d(0, 80px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(0, 0px, 0);
    }
}

@keyframes jumpDown {
    0% {
        opacity: 0;
        transform: translateY(0)
    }

    100% {
        transform: translateY(5px)
    }
}



.scrillm {
    width: 20px;
    height: 29px;
    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: 8px;
}

.scrillm span {
    animation: jumpDown 1.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite
}



.full_slider {
    width: 100%;
    height: 100vh;
    z-index: 2;
    overflow: hidden;
}

.full_slider>.swiper-wrapper {
    display: block;
}

.full_item {
    width: auto;
    height: 100%;
    overflow: hidden;
}

.full_item .inner {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.sec_footer {
    height: auto;
}

.full-ani1 {
    position: relative;
    transform: translateY(100%);
    opacity: 0;
}

.full_wz_p1 {
    color: #fff;
    margin-top: 20px;
    font-size: 18px;
}

.full_wz_p3 {
    margin-top: 60px;
}

.full_pagination {
    position: absolute;
    color: #fff;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 99;
}

.full_pagination.show {
    opacity: 1;
}

.full_pagination.color em {
    color: rgba(0, 0, 0, 0.6);
}

.full_pagination.color .bullet-active em {
    color: rgba(0, 0, 0, 0.6);
}

.full_pagination .span {
    margin: 0 auto;
    margin-top: 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.full_pagination .span:first-child {
    margin-top: 0;
}


.full_pagination i {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.full_pagination i::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: rgba(201, 201, 201, 0.70);
    transition: all 0.3s ease;
}

.full_pagination em {
    transition: all 0.3s ease;
    width: 40px;
    font-size: 0;
    color: var(--red-color);
    font-style: normal;

    background-color: var(--white);
    border-radius: 50%;
}

.full_pagination .active em {
    font-size: 16px;

    opacity: 0;
}

.full_pagination .active em {
    opacity: 1;
}



.full_pagination .active i {
    border-color: rgba(255, 255, 255, 0.50);
    background-color: var(--red-color);
}

.full_pagination .active i::before {
    background-color: var(--white-color);
}

.full_pagination .span:last-child {
    display: none;
}

@media (max-height:750px) {

    .scrill .other {
        display: none !important;
    }


}

@media (max-width:1280px) {

    .full_pagination {
        width: 68px;
    }


}


@media (max-width:991px) {


    .scrillm {
        width: 16px;
        height: 26px;
    }


}



@media (max-width:991px) {

    body,
    html {
        height: auto;
    }

    .full_pagination {
        display: none !important;
    }

    .full_slider>.swiper-wrapper {
        display: block;
    }

    .full_slider {
        height: auto;
    }

    .full_slider .home-slide:last-child {
        max-height: inherit;
    }

}

/* 第一屏 */
.index_banner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index_banner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height:50%;
    max-height: 420px;
    opacity: 0.5;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%); */
    background-image: url(../images/ban_mask.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.banner_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner_video video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner_video .mobile_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner_text {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    z-index: 9;
}

.ban_text {

    color: #FFF;
    font-weight: 700;
    line-height: 1.5;
}

.ban_text p:nth-child(2) {
    padding-top: 26px;
    text-indent: 144px;
}

@media (min-width:992px) {
    .ban_text {
        opacity: 0;
        -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
        transform: translateY(60px);
        transition: all 1.2s .6s;

    }

    .swiper-slide-active .ban_text {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }


}

.ban_down {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
}

.ban_down .scrillm {
    margin-left: 20px;
}

@media (max-width:1680px) {


    .ban_text p:nth-child(2) {
        text-indent: 138px;
    }

}

@media (max-width:1580px) {


    .ban_text p:nth-child(2) {
        text-indent: 132px;
    }

}

@media (max-width:1440px) {


    .ban_text p:nth-child(2) {
        text-indent: 126px;
    }

}

@media (max-width:1366px) {


    .ban_text p:nth-child(2) {
        text-indent: 120px;
    }

}

@media (max-width:1280px) {


    .ban_text p:nth-child(2) {
        text-indent: 114px;
    }

}

@media (max-width:991px) {
    .full_item .banner {
        height: 400px;
    }

    .ban_text p:nth-child(2) {
        text-indent: 102px;
    }
}

@media (max-width:767px) {
    .banner_text {
        bottom: 30px;
    }

    .ban_text {
        padding-bottom: 50px;
        line-height: 1.3;
    }

    .ban_down {
        font-size: 16px;
    }

    .ban_text p:nth-child(2) {
        /* text-indent: 52px; */
        text-indent: 0;
    }

}

/* index about */
.about_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.point_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.about_bg img,
.point_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.point_img  { mix-blend-mode: multiply;}

.index_two .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(164deg, #1F73F0 5.97%, rgba(31, 115, 240, 0.00) 68.35%);
    z-index: 1;
}

.index_two .about_content {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 8;
}

.index_two .about_point {
    position: absolute;
    left: 39.2%;
    bottom: 28%;
    margin-left: -35px;
    z-index: 3;
}

@keyframes jumpDown2 {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(25%);
    }
}

.index_two .about_point i {
    display: inline-block;
    width: 70px;
    height: 70px;
    transform: translateY(0);
    animation: jumpDown2 1.2s ease-in-out alternate infinite;
}

.about_number ul {
    display: flex;
    margin-left: -37px;
    margin-right: -37px;
}

.about_number ul li {
    margin-left: 37px;
    margin-right: 37px;
}

.about_number .line {
    width: 1px;
    opacity: 0.5;
    background: #FFF;
}

.about_number .info-detail {
    text-align: center;
}

.about_number .info-detail {
    min-width: 175px;
}


.about_number .info_number span {
    display: inline-block;
    color: #FFF;
    font-family: "D-DIN";
    font-weight: 700;
    line-height: 1;
}

.about_number .info_number em {
    margin-left: 5px;
    color: #FFF;
    font-style: normal;
    font-weight: 700;
}

.about_number p {
    color: #FFF;
    font-style: normal;
    font-weight: 290;
    line-height: 1.6;
}

.about_more {
    padding-top: 105px;
    padding-left: 68.5%;
}


@media all and (min-width:991px) {
    .index_two .about_number .info_number {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .index_two .about_number .info_number em {
        padding-bottom: 8px;
    }
    .index_two .about_number .info_number span {
        min-width: 145px;
    }
    .index_two .about_number ul li:nth-child(3) .info-detail {
        min-width: 235px;
    }
    
    .index_two .about_number ul li:nth-child(3) span {
        min-width: 165px;
    }
    .index_two .about_number ul li:nth-child(5) span {
        min-width: 195px;
    }
}

@media all and (max-width:1440px) {

    .about_number ul {
        margin-left: -30px;
        margin-right: -30px;
    }

    .about_number ul li {
        margin-left: 30px;
        margin-right: 30px;
    }


}

@media all and (max-width:1366px) {

    .about_number ul {
        margin-left: -25px;
        margin-right: -25px;
    }

    .about_number ul li {
        margin-left: 25px;
        margin-right: 25px;
    }

}

@media (max-width:991px) {
    .index_two .about_content {
        position: relative;
        top: inherit;
        transform: inherit;
        padding: 150px 0;
    }
    .about_number ul {
        margin-left: -15px;
        margin-right: -15px;
    }

    .about_number ul li {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (max-width:767px) {
    .about_bg {
        background-position: center bottom;
    }
    .index_two .about_content {
        padding:50px 0 150px 0;
    }
    .about_content>.container {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        max-width: 320px;
    }
    .index_two .about_number ul{
        flex-flow: column;
    }
    .index_two .about_number ul li {
        padding-bottom: 40px;
    }
    .index_two .about_number {
        width: calc(100% - 150px);
    }
   
    .about_number .info-detail {
        text-align: left !important;
    }
    .about_number ul li:last-child {
        padding-bottom: 0;
    }
    .about_number .line {
        display: none;
    }
   
    .about_number .info_number span {
        font-size: 40px;
    }
    .about_number .info_number em {
        font-size: 12px;
        font-weight: 500;
    }
    .about_number p {
        font-size: 14px;
        font-weight: 500;
    }
    .about_more {
        padding-top: 50px;
        margin-right: 20px;
        padding-left: 0;
        text-align: center;
    }


}
@media (max-width:340px) {
    .about_number p {
        font-size: 12px;
    }

}
/* index three */
.work_cont {
    position: absolute;
    left: 0;
    bottom: 10.5%;
    width: 100%;
}

.work_cont .title {
    color: #FFF;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
}

.work_number {
    max-width: 730px;
    margin: 0 auto;
}

.work_number ul {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
}

.work_number .info-detail {
    text-align: center;
}

.work_number .info_number span {
    color: #F37321;
    text-align: center;
    font-family: "D-DIN Exp";
    font-weight: 700;
    line-height: 1;
}

.work_number .info_number em {
    margin-left: 5px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}

.work_number .info-detail p {
    padding-top: 5px;
    color: #FFF;
    font-style: normal;
    font-weight: 290;
    line-height: 35px;
}

.work_number .line {
    position: relative;

    width: 1px;
}

.work_number .line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70%;
    opacity: 0.3;
    background: #FFF;
}

.work_bottom {
    position: relative;
    width: 100%;
}

.work_list {
    padding-top: 30px;
    margin-left: 70px;
    max-width: 1240px;
}

.work_list ul {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

.work_list ul li {
    width: 25%;
    float: left;
    padding: 0 15px;
}

.work_list .bg {
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.work_list .icon {
    max-width: 36px;

}

.work_list .text {
    margin-top: 10px;
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
}

.work_more {
    position: absolute;
    right: -10px;
    width: max-content;
    top: 0;
    z-index: 8;
}

.work_more .index_more {
    border-radius: 8px;
}



.work_more .index_more span {
    opacity: 0.7;
}

.work_more .index_more::after {
    border-radius: 8px;
}
.work_more .index_more:hover span {
    opacity: 1;
}

@media screen and (max-width:1680px) {

    .work_list {
        margin-left: 50px;

    }
}

@media screen and (max-width:1580px) {

    .work_list {
        margin-left: 0;

    }

    .work_more {
        right: -100px;
    }

    .work_list ul {
        margin-left: -10px;
        margin-right: -10px;
    }

    .work_list ul li {
        padding: 0 10px;
    }
}

@media screen and (max-width:1440px) {
    .work_list .text {
        font-size: 18px;
    }


}

@media screen and (max-width:1366px) {
    .work_list {
        width: calc(100% - 90px);
    }

    .work_list ul {
        display: flex;
        justify-content: space-around;
    }

    .work_list ul li {
        width: auto;
    }

    .work_more {
        right: -40px;
    }
}

@media screen and (max-width:1200px) {

    .work_list {
        width: 100%;
    }

    .work_list ul {
        margin-left: -5px;
        margin-right: -5px;
    }

    .work_list ul li {
        padding: 0 5px;
    }

    .work_list .text {
        font-size: 18px;
    }

}

@media screen and (max-width:1050px) {
    .work_list .text {
        font-size: 16px;
        font-weight: 500;
    }
}

@media (max-width:991px) {
    .work_cont {
        position: relative;
        bottom: inherit;
        padding: 150px 0;
    }

    .work_more {
        position: relative;
        right: inherit;
        width: 100%;
        display: flex;
        justify-content: center;
        padding-top:30px;
    }

    .work_list ul {
        flex-wrap: wrap;
    }

    .work_list ul li {
        width: 50%;
    }

    .work_list .bg {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width:767px) {
    .work_cont {
        padding:50px 0 30px 0;
    }
    .work_cont .title {
        font-size: 22px;
        letter-spacing: -0.2px;
    }
    .work_list {
        padding-top: 30px;
    }
    .work_list ul {
        margin-left: -8px;
        margin-right: -8px;
    }
    .work_list ul li {
        padding:8px;
    }
    .work_list .bg {
        padding-top: 0;
        padding-bottom:0;
    }
    .work_list .icon {
        max-width: 22px;
    }
    .work_number .info_number em {
        font-size: 12px;
    }
    .work_number .info-detail p {
        line-height: 1.4;
        font-size: 14px;
        max-width: 90px;
    }
    .work_list .text {
        margin-top: 8px;
        font-size: 14px;
        max-width: 120px;
        line-height: 1.5;
    }
    .work_number .line {
        margin-left: 8px;
        margin-right: 8px;
    }
}
@media screen and (max-width:767px) {


}

/* index four */
.pro_bottom {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 16.25%;
}

.pro_bottom .left {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
}

.pro_bottom .about_number {
    position: relative;
    max-width: 745px;
    flex: 1;
    margin-left: 80px;
}

.pro_bottom .about_number>ul {
    margin: 0;
    justify-content: space-between;
}

.pro_bottom .about_number>ul>li {
    margin: 0;
}

.pro_bottom .about_number p {
    margin-top: 15px;
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 290;
    line-height: 26px;
}

.pro_bottom .pro_more {
    position: absolute;
    right: 0;
    top: calc(100% + 48px);
}


.pro_r_menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100px;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 8;
}

.pro_menu_click {
    display: flex;
    flex-flow: column;
    justify-content: center;
    max-width: 40px;
    cursor: pointer;
}

.pro_r_menu .icon {
    margin-bottom: 10px;
}

.pro_r_menu .b {
    padding-top: 10px;
}

.pro_r_menu .b img:nth-child(2) {
    display: none;
}

.pro_r_menu .t {

    color: #FFF;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
}

.pro_menu_click.active .b img:nth-child(2) {
    display: block;
}

.pro_menu_click.active .b img:nth-child(1) {
    display: none;
}

.pro_menu_eject {
    position: absolute;
    right: -100%;
    top: 0;
    padding: 140px 100px 120px 125px;
    background: var(--main-color);
    max-width: 1310px;
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    transition: right 0.6s ease-in-out;
}

.pro_menu_eject_box {
    width: 100%;
}


.pro_menu_eject_box .ul {
    margin-left: -55px;
    margin-right: -55px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
    max-height: 485px;
    overflow-y: auto;
    opacity: 0;
    transition: all 0.4s;
    transition-delay: 0.6s;
}

.pro_menu_eject_box .ul .li {
    width: 50%;
    float: left;
    padding: 30px 55px;
}

.pro_menu_eject_box .ul .title {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}
.pro_menu_eject_box .ul .title a{
    color: inherit;
}
.pro_menu_eject_box .ul .pro_link {
    margin-top: 10px;
    min-height: 60px;
}

.pro_menu_eject_box .ul .pro_link a {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    font-weight: 290;
    line-height: 25px;
}

.pro_menu_eject_box .ul .pro_link a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 21px;
    background-image: url(../images/line.svg);
    background-repeat: no-repeat;
}

.pro_menu_eject_box .ul .pro_link a:last-child:after {
    display: none;
}

.pro_menu_eject_box .ul .pro_link a:hover {
    color: var(--white-color);
}

.pro_menu_eject_more {
    padding-top: 40px;
    padding-right: 30px;
    justify-content: flex-end;
    opacity: 0;
    transition: all 0.5s;
    transition-delay: 0.6s;
}

.pro_menu_eject.on {
    right: 100px;
}

.pro_menu_eject.on .pro_menu_eject_box .ul {
    opacity: 1;
}

.pro_menu_eject.on .pro_menu_eject_more {
    opacity: 1;

}

@media screen and (max-height:800px) {
    .pro_menu_eject_box .ul .li {
        padding-top: 20px;
        padding-bottom: 20px;
    }

}

@media screen and (max-height:700px) {
    .pro_menu_eject_box .ul .li {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .pro_menu_eject_more {
        padding-top: 10px;
    }
}

@media screen and (max-width:1680px) {
    .pro_menu_eject_box .ul {
        margin-left: -35px;
        margin-right: -35px;
    }

    .pro_menu_eject_box .ul .li {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media screen and (max-width:1440px) {
    .pro_menu_eject {
        padding: 140px 50px 120px 100px;
    }

    .pro_menu_eject_box .ul {
        margin-left: -25px;
        margin-right: -25px;
    }

    .pro_menu_eject_box .ul .li {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width:1366px) {
    .pro_menu_click {
        max-width: 36px;
    }

    .pro_r_menu .t {
        font-size: 26px;
        line-height: 1.5;
    }

    .pro_menu_eject {
        padding: 140px 50px 120px 80px;
    }

    .pro_menu_eject_more {
        padding-top: 20px;
        padding-right: 10px;
    }
}

@media screen and (max-width:1280px) {
    .pro_menu_click {
        max-width: 32px;
    }

    .pro_menu_eject_box .ul .title {
        font-size: 24px;
    }


}

@media screen and (max-width:1279px) {
    .pro_r_menu {
        width: 80px;
    }

    .pro_menu_eject.on {
        right: 80px;
    }

    .pro_bottom>.container {
        flex-wrap: wrap;
    }

    .pro_bottom .left {
        width: 100%;
    }

    .pro_bottom .about_number {
        padding-top: 50px;
        width: 100%;
        flex: inherit;
        margin-left: 0;
    }

    .pro_menu_eject {
        padding: 140px 50px 100px 60px;
    }
}

@media screen and (max-width:991px) {

    .pro_bottom {
        position: relative;
        bottom: inherit;
        width: calc(100% - 80px);
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .pro_bottom .pro_more {
        position: relative;
        right: inherit;
        top: inherit;
        text-align: center;
        margin-top: 30px;
        height: 70px;
    }

    .pro_r_menu .t {
        font-size: 20px;
    }

    .pro_menu_eject {
        display: block;
        padding: 50px 50px 30px 40px;

    }

    .pro_menu_eject_box {
        height: 100%;
    }

    .pro_menu_eject_box .ul {
        max-height: inherit;
        height: calc(100% - 60px);
    }

    .pro_menu_eject_box .ul {
        margin-left: -15px;
        margin-right: -15px;
    }

    .pro_menu_eject_box .ul .li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pro_menu_eject_box .ul .title {
        font-size: 22px;
    }

    .pro_menu_eject_box .ul .pro_link a {
        font-size: 16px;
    }

}

@media screen and (max-width:767px) {
    .pro_r_menu {
        position: relative;
        right: inherit;
        top: inherit;
        height: 60px;
        width: 100%;
      }
    .pro_menu_eject {
        position: relative;
        right: inherit;
        width: 100%;
        padding: 0;
        height: 0;
    }
    .pro_menu_eject_box {
        padding: 0px 20px 30px 20px;
    }
    .pro_menu_click {
        max-width: inherit;
       flex-flow: inherit;
       align-items: center;
    }
    .pro_r_menu .t {
        font-size: 18px;
    }
    .pro_r_menu .icon {
        margin-bottom:0;
        margin-right: 4px;
        width: 20px;
    }
    .pro_r_menu .b {
        padding-top: 0;
        margin-left: 4px;
        width: 20px;
    }
  
    .pro_menu_eject.on {
        right: inherit;
        height: auto;
    }
    .pro_menu_eject_box .ul .li {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .pro_menu_eject_box .ul .pro_link {
        min-height: inherit;
    }
    .pro_menu_eject_box .ul .title {
        font-size: 18px;
    }
    .pro_menu_eject_box .ul .pro_link a {
        font-size: 14px;
    }
    .pro_menu_eject_box .ul .pro_link a:after {
        height: 12px;
    }
    .pro_bottom {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
        overflow: hidden;
    }
    .mobile_img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
    }
    .pro_bottom .about_number > ul {
        overflow: hidden;
    }
    .pro_bottom .left {
        /* text-align: center; */
        font-size: 22px;
    }
    .pro_bottom .about_number p {
        text-align: left ;
    }
    .index_two .about_number ul li .info-detail {
        min-width: inherit !important;
    }
    .pro_bottom .about_number p {
        margin-top: 5px;
        line-height: 1.2;
    }
    .pro_bottom .about_number .info_number span {
        font-size: 28px;
    }
    .pro_bottom .about_number ul {
        display: block;
        margin-left: -5px;
        margin-right: -5px;
    }
    .pro_bottom .about_number ul li {
        width: 50%;
        float: left;
        margin: 0;
        padding: 15px 5px;
    }
    .pro_bottom .about_number ul li:last-child {
        padding-bottom: 0;
    }
    .pro_bottom .pro_more {
        position: absolute;
        right: 0;
        bottom: 4px;
        width: 50%;
        text-align: left;
        margin-top: inherit;
        height: inherit;
    }
   

}
@media screen and (max-width:359px) {
    .pro_bottom>.container {
        padding-right: 10px;
    }

}

/* index new */
.index_new .inner {
    display: flex;
    align-items: center;
}

.new_top_c {
    padding-top: 90px;
    align-items: flex-end;
}

.new_top_c .new_title {
    color: var(--dark-color);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}
.new_top_c .new_title h2 {
    color:var(--dark-color);
font-weight: 700;
line-height: normal;
}
.new_top_c .new_title p {
    padding-top: 20px;
    color: #333;
    font-size: 20px;
    font-style: normal;
    font-weight: 290;
    line-height: normal;
}

.new_top_c .new_more .index_more {
    border-color: var(--dark-color);
}

.new_top_c .new_more .index_more span {
    color: var(--dark-color);
}

.new_top_c .index_more:hover {
    background-color: var(--main-color);
}

.new_top_c .new_more .index_more:hover {
    border-color: var(--main-color);
}

.new_top_c .index_more:hover span {
    color: var(--white-color);
}

.new_bottom_list {
    padding-top: 80px;
}

.new_bottom_list ul {
    margin-left: -22px;
    margin-right: -22px;
    overflow: hidden;
}

.new_bottom_list li {
    width: 33.33%;
    padding: 0 22px;
    float: left;
}

.new_bottom_list .time {
    position: relative;
    padding-top: 40px;
    color: #666;
    font-size: 16px;
    font-weight: 290;
    line-height: normal;
}

.new_bottom_list .time::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #CCC;
}

.new_bottom_list .time:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #023592;
    width: 0;
    height: 3px;
    transition: width 0.4s;
}

.new_bottom_list .title {
    margin-top: 20px;
    color: var(--dark-color);
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    height: 72px;
}

.new_bottom_list .thumb {
    margin-top: 50px;
}

.thumb {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.thumb img {
    width: 100%;
}

.thumb i {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -o-transition: all 0.4 ease;
}

.new_bottom_list .video_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.new_bottom_list a:hover .time:after {
    width: 100%;
}

.new_bottom_list a:hover .title {
    color: #023592;
}

.new_bottom_list a:hover .thumb i {
    transform: scale(1.08);
}

@media screen and (max-height:800px) {
    .new_bottom_list {
        padding-top: 60px;
    }

}

@media screen and (max-height:700px) {
    .new_bottom_list .thumb {
        margin-top: 30px;
    }

}

@media screen and (max-height:650px) {
    .new_bottom_list {
        padding-top: 50px;
    }

    .new_bottom_list .time {
        padding-top: 30px;
    }

    .new_bottom_list .thumb {
        margin-top: 20px;
    }

    .new_bottom_list .title {
        margin-top: 10px;
        line-height: 1.3;
    }

}

@media screen and (max-width:1366px) {
    .new_bottom_list .thumb {
        margin-top: 30px;
    }

}


@media screen and (min-width:992px) {
    .work_cont {
        opacity: 0;
        transform: translateY(80px);
        transition: all 1.6s;
        transition-delay: 0.3s;
    }

    .new_top_c {
        opacity: 0;
        transform: translateY(50px);
        transition: all 0.8s;
        transition-delay: 0.3s;
    }

    .new_bottom_list {
        opacity: 0;
        transform: translateY(50px);
        transition: all 0.8s;
        transition-delay: 0.5s;
    }

    .swiper-slide-active .work_cont,
    .articleShow {
        opacity: 1;
        transform: translateY(0);
    }

}

@media screen and (max-width:991px) {
    .new_top_c {
        padding-top: 60px;
    }

    .new_bottom_list {
        padding-bottom: 60px;

    }

    .new_top_c .new_title p {
        font-size: 18px;
    }
}

@media screen and (max-width:767px) {
    .new_top_c {
        flex-wrap: wrap;
    }
    .new_bottom_list .title {
        margin-top: 10px;
    }
    .new_top_c .new_title {
        width: 100%;
        padding-bottom: 20px;
    }

    .new_top_c .new_title p {
        padding-top: 10px;
        font-size: 16px;
    }
    .new_bottom_list {
        padding-top: 50px;
        padding-bottom: 30px;
        
    }
    .new_bottom_list ul li {
        width: 100%;
        padding-bottom: 30px;
    }
    .new_bottom_list .time {
        padding-top: 20px;
    }
    .new_bottom_list .time::before {
        height: 1px;
    }
    .new_bottom_list .thumb {
        margin-top: 20px;
    }
    .new_bottom_list .time::after { 
        height: 2px;
    }

}