﻿@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)
    }
}

.scrill {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
    opacity: 0;
    z-index: 333;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    transition: opacity 1.6s;
}

.index_page_current .scrill {
    opacity: 1;
}

.scrillm {
    width: 26px;
    height: 38px;
    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;
}

.other img,
.scrillm span {
    animation: jumpDown 1.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite
}

.scrillwz {

    margin-top: 8px;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.scrill.active .scrillwz {
    color: #333;
}

.scrill.active span {
    background: #666;
}

.scrill.active .scrillm {
    border-color: #666;
}

.scrill.go2 {
    position: absolute;
}



.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;
    overflow: visible;
}

.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: 90px;
    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 .span:nth-last-child(2) i {
    display: none;
} */

.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: 73px;
    font-size: 0;
    color: var(--red-color);
    font-style: normal;

    background-color: var(--white);
    border-radius: 50%;
    text-align: left;
    padding-left: 2px;
}

.full_pagination .active em {
    font-size: 14px;

    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:1024px) {

    .index_two .scrill,
    .index_three .scrill,
    .index_four .scrill,
    .sectionnew .scrill {
        display: none
    }

}
@media (max-width:991px) {

    .scrill {
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
    }
    .scrillm {
        width: 16px;
        height: 26px;
    }
}
@media (max-width:1024px) {

    body,
    html {
        height: auto;
    }

    .full_pagination {
        display: none !important;
    }

    .full_slider>.swiper-wrapper {
        display: block;
    }

    .full_slider {
        height: auto;
    }


    .index_two .inner,
    .index_three .inner,
    .index_tecnolagy .inner,
    .index_four .inner,
    .sectionnew .inner {
        transform: inherit !important;
    }
    .full_slider .home-slide:last-child {
        max-height: inherit;
    }

}

@media (max-width:767px) {
    .index_banner_text .t1 {
        width: 100%;
    }

    .ban_text .eng {
        font-size: 16px;
        line-height: 1.5;
    }

    .ban_button {
        width: 40px;
        height: 40px;
    }

    .ban_button svg {
        width: 16px;
    }

    .num {
        padding-left: 6px;
        padding-right: 6px;
    }

    .swiper-bottom-box {
        bottom: 30px;
    }
}

/* banner */
.banner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index_banner {
    width: 100%;
    height: 100%;
}

.index_banner .index_banner_swp {
    width: 100%;
    height: 100%;
}

.index_banner .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}
.index_banner .img_pc {
    height: 100%;
}
.index_banner .img_pc img {
    transform: translateZ(0) scale(1.2);
    transition: all 2.5s ease-in-out;
}

.index_banner .img_pc img,
.index_banner .img_m img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  
}

.index_banner .img_m {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.index_banner .swiper-slide-active .img_pc img {
    transform: none;
}
.index_banner .text {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.index_banner .text img {
    max-height: 100%;
}
.left_sch {
    position: absolute;
    left: 35px;
    bottom: 48px;
    width: 18px;
    z-index: 9;
}

.left_sch span {
    margin-top: 8px;
    display: inline-block;
    color: #FFF;
    width: 100%;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.6px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.scrillm {
    width: 18px;
    height: 26px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
}

.scrillm i {
    width: 2px;
    height: 5px;
    background: #fff;
    margin-top: 8px;
}

.scrillm i {
    animation: jumpDown 1.9s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite
}


@keyframes spin {
    to {
        transform: rotate(360deg);
    }

}

@keyframes wave {
    from {
        transform: translate(-50%, -60%);
    }

    to {
        transform: translate(-50%, -20%);
    }

}

.banner_line {
    position: absolute;
    left: 0;
    bottom: 77px;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.20);
    z-index: 9;
}
.ban-pagination {
    text-align: right;
}
.ban-pagination .swiper-pagination-bullet {
    position: relative;
    padding-top: 8px;
    margin: 0 12px;
    margin-top: -2px;
    width: 26px;
    text-align: center;
    height: auto;
    background: transparent;
    color: #FFF;
    font-family: 'Archivo';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    opacity: 1;
}
.ban-pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 4px;
    background-color: var(--red-color);
}
.ban-pagination .swiper-pagination-bullet-active::before {
    width: 100%;
}

@media screen and (max-width:1024px) {
    .banner {
        height: 100vh !important;
    }
    .banner_line {
        bottom: 60px;
    }

}
@media screen and (max-width:991px) {
    .left_sch {
        left: 16px;
        bottom: 44px;
    }
    .banner_line {
        bottom: 40px;
    }
    .ban-pagination .swiper-pagination-bullet {
        margin: 0 8px;
    }
}



/* index two */
.index_two {
    background: linear-gradient(114deg, rgba(0, 59, 188, 0.70) 1.67%, rgba(1, 60, 127, 0.70) 30.95%, rgba(0, 33, 76, 0.70) 87.45%);
    backdrop-filter: blur(10px);
}

.index_two .inner {
    position: relative;
}
.index_p_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.index_p_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_title h2 {
    font-weight: 700;
    line-height: 1.5;
}

.index_title p {
    padding-top: 4px;
    font-family: 'Archivo';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
}

.index_title.black h2 {
    color: var(--dark-color);
}

.index_title.black p {
    color: rgba(102, 102, 102, 0.50);
}

.index_title.white h2 {
    color: var(--white-color);
}

.index_title.white p {
    color: rgba(255, 255, 255, 0.50);
}

.index_pro_top {
    position: relative;
    text-align: center;
    z-index: 9;
}

.index_pro_top .more_n a span {
    color: #666;
}

.index_pro_top .more_n a:hover span {
    color: var(--white-color);
}

.index_two .inner>.container {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.pt156 {
    padding-top: 140px;
}
.pro_tab {
    position: relative;
    width: 100%;
    flex: 1;
    padding-bottom: 40px;
}
.pro_tab_cont {
    width: 100%;
    height: 100%;
    max-height: 680px;
}

.pro_tab .tab-nav ul {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}
.pro_tab .tab-nav ul li {
    width:33.33%;
    padding: 0 15px;
}
.pro_tab .tab-nav a {
    display: flex;
padding: 60px 15px;
flex-direction: column;
/* justify-content: center; */
align-items: center;
width: 100%;
height: 100%;
    background: rgba(255, 255, 255, 0.10);
    color: var(--white-color);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: normal;
transition: background .3s;
}
.pro_tab .tab-nav span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 10px;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    border: 1px dashed #FFF;
}

.pro_tabcont {
    width: 100%;
    height: 100%;
    max-height:650px;
}
.pro_tabcont .pub-t1 {
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
}
.pro_tabcont .pub-t1.d-show {
    display: block !important;
}
.in_pro_right .title {
    padding-left:41px;
    background-image: url(../images/pro_left_line.svg);
    background-repeat: no-repeat;
    background-size:21px 31px;
    background-position: left;
    color: var(--white-color);
}
.in_pro_right .text {
    margin-top: 20px;
    color:var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    opacity: 0.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.index_page_current .index_pro_top {
    animation: 1.2s aniStyle2 0.2s;
    animation-fill-mode: forwards;
}
.index_page_current .pro_tab_cont {
    animation: 1.4s aniStyle2 0.3s;
    animation-fill-mode: forwards;
}
.pro_tab .tab-nav {
    position: absolute;
    right: 0;
    top: 50%;
    width: 46.5%;
}

@media (min-width:768px) {

    .pro_tabcont .in_pro_left {
        position: absolute;
        left: -50px;
        top: -100px;
        width: calc(53.5% + 50px);
        height: calc(100% + 100px);
        z-index: 1;
    }
    .pro_tabcont .in_pro_left img {
        max-width: 100%;
        max-height: calc(100% + 40px);
    }
    .pro_tabcont .in_pro_right {
        float: right;
        padding-top: 100px;
        width: 46.5%;
    }
    .pro_tab .tab-nav .active a {
        background: linear-gradient(329deg, #010C7F -1.51%, #0249D9 101.69%);
    }

}
@media screen and (max-height:900px) {
    .pt156 {
        padding-top: 130px;
    }
    .pro_tab .tab-nav {
        top: 50%;
     }
    .pro_tab .tab-nav a{
        padding: 50px 30px;
    }

}

@media screen and (max-height:850px) {
    .pt156 {
        padding-top: 120px;
    }
    .pro_tab .tab-nav {
        top: 52%;
     }
    .pro_tab .tab-nav a{
        padding: 40px 10px;
    }
}

@media screen and (max-height:800px) {
    .index_title h2 {
        line-height: 1.3;
    }
    .pt156 {
        padding-top: 110px;
    }
    .pro_tabcont .in_pro_right {
        padding-top: 60px;
    }
    .pro_tab .tab-nav {
        top: 58%;
     }
}
@media screen and (max-height:700px) {
    .in_pro_right .text {
        -webkit-line-clamp: 4;
    }
}
@media screen and (max-width:1440px) {
    .pro_tabcont .in_pro_left {
        left: -80px;
        top: -80px;
        width: calc(53.5% + 80px);
        height: calc(100% + 80px);
    }

}

@media screen and (max-width:1366px) {
    .pro_tab .tab-nav span {
        padding: 15px;
        width: 70px;
        height: 70px;
    }
    .pro_tabcont .in_pro_left {
        left:-50px;
        top: -60px;
        width:calc(53.5% + 50px);
        height: calc(100% + 60px);
    }
}

@media screen and (max-width:1279px) {
    .pro_tab .tab-nav ul {
        margin-left: -10px;
        margin-right: -10px;
    }
    .pro_tab .tab-nav ul li {
        padding: 0 10px;
    }
    .pro_tab .tab-nav a {
        padding: 30px 10px;
    }
    .pro_tab .tab-nav span {
        width: 60px;
        height:60px;
    }
}

@media screen and (max-width:1024px) {

    .pt156 {
        padding-top: 80px;
    }
    .pro_tabcont,
    .pro_tabcont .pub-t1 {
        min-height: 500px;
    }
    .pro_tabcont .in_pro_left {
        top: 0;
    }
    .pro_tabcont .in_pro_right {
        padding-top: 60px;
    }
    .pro_tab .tab-nav a{
        font-size: 16px;
    }
}

@media screen and (max-width:767px) {

    .pt146 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pt156 {
        padding-top: 50px;
    }

    .index_title p {
        font-size: 16px;
        line-height: 1.2;
    }

    .index_pro_top {
        flex-wrap: wrap;
    }

    .index_pro_top .index_title {
        width: 100%;
        padding-bottom: 25px;
    }
    .pro_tab_cont,
    .pro_tabcont, .pro_tabcont .pub-t1 {
        height: auto;
        min-height: inherit;
        max-height: inherit;
    }
    .index_two .inner>.container {
        height: auto;
    }
    .pro_tab {
        padding-bottom: 20px;
    }
    .pro_tabcont .in_pro_left {
        width: calc(100% + 32px);
        margin-left: -16px;
        height: auto;
    }
    .in_pro_right .text {
        opacity: 0.8;
        -webkit-line-clamp: 10;
    }
    .in_pro_right .more {
        padding-top: 20px;
    }
    .in_pro_right .more a {
        color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
    }
    .pro_tab .tab-nav ul {
        margin-left: -5px;
        margin-right: -5px;
    }
    .pro_tab .tab-nav ul li {
        padding: 0 5px;
    }
    .pro_tab .tab-nav a {
        padding-bottom: 0;  
        background-color: transparent;
        font-size: 16px;
        font-weight: 400;
    }
    .pro_tab .tab-nav span {
        margin-bottom: 10px;
        /* width: 70px;
        height: 70px; */
    }
    .pro_tab .tab-nav .active span {
        background-color: var(--blue-color);
    }
    .pro_tab .tab-nav {
        position: relative;
        right: inherit;
        top: inherit;
        width: 100%;
    }

}

/* 行业应用 */
.index_four .bg {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index_four .bg::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.40) 100%);
    z-index: 9;
}

.index_four .bg .in_top_bg,
.index_four .bg .in_top_bg .in_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index_four .bg .in_top_bg {
    position: relative;
    z-index: 8;
}

.index_four .bg .in_top_bg .in_img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.index_four .bg .in_top_bg .swiper-slide {
    opacity: 0 !important;
}

.index_four .bg .in_top_bg .swiper-slide-active {
    opacity: 1 !important;
}

.perform_swiper .title .t {
    color: var(--white-color);
    font-size: 26px;
    font-weight: 400;
    opacity: 0.6;
}

.perform_swiper .title {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.perform_swiper .title::before {
    content: "";
    position: absolute;
    left: -105%;
    height: 2px;
    width: 0;
    background-color: var(--white-color);
    transition: width .6s;
}

.perform_swiper .title .icon {
    opacity: 0.5;
    width: 38px;
    margin-right: 24px;
}

.perform_swiper .swiper-slide-thumb-active .title .t {
    opacity: 1;
}

.perform_swiper .swiper-slide-thumb-active .title::before {
    width: 100%;
}

.perform_swiper .swiper-slide-thumb-active .title .icon {
    opacity: 1;
}

.indus_cont {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.indus_top{
    text-align: center;
}
.swiper-slide-active .indus_top {
    animation: 1s aniStyle2 0.3s;
	animation-fill-mode: forwards;
}
.indus_cont>.container {
    display: flex;
    flex-flow: column;
    height: 100%;
}

.indus_bottom {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
    height: calc(100% - 110px);
}

.indus_top_right {
    color: var(--white-color);
    text-align: right;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.5;
}

@media screen and (min-width:768px) {
    .index_four .bg .in_top_bg .in_img {
        -webkit-clip-path: circle(35vw at 82% 130%);
        clip-path: circle(35vw at 82% 130%);
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

    .index_four .bg .in_top_bg .swiper-slide-active .in_img {
        -webkit-clip-path: circle(100vw at 50% 50%) !important;
        clip-path: circle(100vw at 50% 50%) !important;
        transition: -webkit-clip-path 1s;
        transition: clip-path 1s;
        transition: clip-path 1s, -webkit-clip-path 1.6s;
    }

}
@media screen and (max-width:1024px) {
.indus_cont {
    position: relative;
    padding-bottom:60px;
}


}


/* 原始图 */
.index_four .bg .bg-wrap {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 0;
}

/* new */
.index_new .inner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.conwrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s ease;
    z-index: 13;
}

.index_new_content {
    padding-top: 45px;
    overflow: hidden;
}
.in_new_left a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.in_new_left a img{
    display: block;
    height: 100%;
    object-fit: cover;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -o-transition: all 0.4 ease;
}
.in_new_left .title {
    color:var(--white-color);
font-weight: 700;
line-height: 36px;
}
.in_new_left .mask {
    position: absolute;
    padding:30px 40px;
    display: flex;
    align-items: flex-end;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 135px;
    z-index: 1;
}
.in_new_left .mask::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: -1;
}
.in_new_left a:hover img {
    transform: scale(1.05);
}


@media screen and (max-width:1024px) {
    .index_new .inner {
        transform: inherit !important;
    }

    .conwrap {
        position: relative;
        transform: none !important;
    }
}

/* index three */
.cpswiper_div{
    position: relative;
    display: flex;
    align-items: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	height: 100%;
    background-repeat: no-repeat;
	background-size: cover;
	padding: 28px 74px;
    z-index: 1;
}
.cpswiper_div .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.cpswiper_div .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_content {
    padding-top: 50px;
    padding-bottom: 20px;
    flex: 1;
}
.index_page_current .index_content {
    animation: 1.4s aniStyle2 0.4s;
    animation-fill-mode: forwards;
}
.cp_be {
    height: 100%;
}
.cp_be .cpswiper {
    height: calc(100% - 60px);
}
.cpswiper_div>img{
	width: 100%;
	height: 100%;
}
.container .cpswiper {
	overflow: visible;
}
.cpswiper .swiper-pagination-bullet{
    margin: 0 10px;
    width: 24px;
    height: 6px;
    border-radius: 10px;
}
.cpswiper .swiper-pagination-bullet-active {
    background-color: var(--main-color); 
}
.cp_box{
    width: 344px;
    padding: 50px 30px;
    background-color:var(--white-color);
    position: relative;
    z-index: 1;
}
.cp_box .more_n a span,
.new_in_more .more_n a span {
    color: #666;
}

.cp_box .more_n a:hover span,
.new_in_more .more_n a:hover span {
    color: var(--white-color);
}

.cp_box1{
    color: #303030;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.cp_box2{
    height: 96px;
    color:  #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 17px;
    margin-bottom: 50px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cpswiper .indus_button {
    background-color: #A4A4A4;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
}
.cpswiper .swiper-button-prev {
    background-image: url(../images/pro_left.svg);
    left: -94px;
}
.cpswiper .swiper-button-next {
    background-image: url(../images/pro_right.svg);
    right: -94px;
}
.cpswiper .swiper-pagination{
    bottom: -50px !important;
}
.index_page_current .index_content {
    animation: 1.4s aniStyle2 0.3s;
    animation-fill-mode: forwards;
}
@media (min-width:1025px) {
    .indus_top {
        opacity: 0;
    }
}
@media screen and (max-height:800px) {
    .index_content {
        padding-top: 30px;
    }
}

@media (max-width:1279px) {
    .cpswiper .swiper-button-prev {
        left: -70px;
    }
    .cpswiper .swiper-button-next {
        right: -70px;
    }
}
@media (max-width:991px) {
    .cpswiper_div{
        padding: 28px 50px;
    }
    .cpswiper .indus_button{
        display: none;
    }

}
@media (max-width:767px) {
    .cpswiper_div{
        padding: 30px 20px;
        padding-bottom: 0;
        flex-flow: column;
    }
    .cpswiper_div .thumb {
        position: relative;
    }
    .cp_box {
        width: 100%;
        padding: 30px 0;
        padding-bottom: 0;
    }
    .cpswiper .swiper-pagination-bullet{
        margin: 0 10px;
        width: 20px;
        height: 4px;
    }
    .cp_box2{
        height:50px;
        line-height: 25px;
        margin-top: 17px;
        margin-bottom: 0;
        -webkit-line-clamp: 2;
    }
}

/*index new */
.new_in_more {
    padding-top: 30px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
}
.in_new_left {
    width: calc(50% - 20px);
}
.in_new_list {
    float: left;
    padding-left:20px;
    width: calc(50% - 20px);
}

.in_new_list ul li {
    padding-top: 20px;
    padding-bottom:20px;
    border-bottom: 1px solid #DDD;
}

.in_new_list ul li:first-child {
    padding-top:0;
}

.in_new_list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.in_new_list span {
    display: inline-block;
}

.in_new_list .in_new_time {
    width: 92px;
    border-right: 1px solid #DDD;
}

.in_new_time em {
    display: block;
    font-style: normal;
    text-align: center;
}

.in_new_time .in_new_mouth {
    font-family: 'Archivo';
    font-size: 30px;
    line-height: 32px;
    color:var(--blue-color);
}

.in_new_time .in_new_year {
    margin-top: 5px;
    color: #999;
    font-family: 'Archivo';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.in_new_list .n_title {
    width: calc(100% - 92px);
    padding-left: 30px;
}
.in_new_list .n_title .title {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    color:var(--dark-color);
}
.in_new_list .n_title .des {
    margin-top: 5px;
    color: #999;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.in_new_list a:hover .title {
    color: var(--blue-color);
}
.index_page_current .index_new_title {
    animation: 1.4s aniStyle2 0.1s;
    animation-fill-mode: forwards;
}
.index_page_current .in_new_left {
    animation: 1.4s aniStyle2 0.3s;
    animation-fill-mode: forwards;
}
.swiper-slide-active .in_new_list {
    animation: 1s aniStyle2 0.5s;
    animation-fill-mode: forwards;
}
.swiper-slide-active .new_in_more {
    animation: 1s aniStyle2 0.5s;
    animation-fill-mode: forwards;
}
@media screen and (min-width:1024px) {
    .index_new_content .index_new_title,
    .new_in_more {
        opacity: 0;
    }

}
@media screen and (max-height:900px) {
  
    .in_new_list ul li {
        padding-top: 16px;
        padding-bottom:16px;
    }
    
}
@media screen and (max-height:850px) {
    .index_new_content {
        padding-top: 30px;
    }
    .in_new_list ul li {
        padding-top: 14px;
        padding-bottom:14px;
    }
    
}
@media screen and (max-height: 800px) and (max-width: 1366px) {
    .in_new_list ul li:nth-child(6) {
        display: none;
    }
}
@media screen and (max-width:1279px) {

.in_new_left {
    width: calc(50% - 10px);
}
.in_new_list {
    padding-left:10px;
    width: calc(50% - 10px);
}
.in_new_left .mask {
    padding: 25px 30px;
    height: 135px;
}
}
@media screen and (max-width:1024px) {
    .in_new_list ul li:nth-child(6) {
        display: block;
    }

}
@media screen and (max-width:768px) {
    .index_new_content {
        flex-flow: column;
    }
    .in_new_left {
        width:100%;
    }
    .in_new_list {
        padding-top: 30px;
        padding-left: 0;
        width: 100%;
    }
    .in_new_list .in_new_time {
        width: 80px;
    }
    .in_new_list .n_title {
        width: calc(100% - 80px);
        padding-left: 16px;
    }

}
@media screen and (max-width:767px) {
    .in_new_left .mask {
        padding: 20px 20px;
        height: 100px;
    }
    .in_new_left .title {
        font-size: 18px;
    }
}
/* 应用行业 */
.index_four,
.index_four .indus_cont {
    overflow: hidden;
}
.tec_content {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.solution_swiper {
    overflow: visible;
}
.index_content .swiper-pagination {
    bottom:-20px;
    width: 100%;
}
.index_content .swiper-pagination-bullet{
    margin: 0 10px;
    width: 24px;
    height: 6px;
    border-radius: 10px;
}
.index_content .swiper-pagination-bullet-active {
    background-color: var(--main-color); 
}
.solution_swiper .swiper-slide-prev,
.solution_swiper .swiper-slide-duplicate-prev {
    opacity: 0.5;
}

.solution_button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    /* top: 230px; */
    /* top: 43%; */
    /* transform: translateY(-50%); */
    /* margin-top: -32px; */
    margin-top: -15px;
        top: 50%;
        transform: translateY(-50px);
    width: 64px;
    height: 64px;
    background-color:#A4A4A4;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
}

.solution-prev {
    left: -32px;
}

.solution-next {
    right: -32px;
}

.solution_swiper .thumb {
    position: relative;
    overflow: hidden;
}
.solution_swiper .thumb img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.solution_swiper .thumb i {
    display: block;
}

.solution_swiper .text {
    padding-top: 30px;
}

.solution_swiper .title {
    color:#3E3A39;
    font-style: normal;
    font-weight: 400;
}

.solution_swiper .des {
    margin-top: 20px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 290;
    line-height: 26px;
}
@media screen and (max-height:750px) {
    .solution_swiper .des{
        display: none;
    }
    .index_content .pr {
        padding-bottom: 20px;
    }
    .solution_button {
        top: 50%;
    }
}
@media (max-width: 1440px) {

    .solution_swiper .des {
        margin-top: 10px;
    }

}
@media (max-width:1024px) {
    .solution_button {
        /* top: 38%; */
        /* top: 165px; */
    }
    .solution_swiper .des {
        display: block !important;
    }
    .index_content .swiper-pagination {
        bottom: -30px !important;
    }

}
@media (max-width: 991px) {
  
    .solution_button {
        top:240px;
    }
    .solution_button {
        /* margin-top: -80px; */
        width: 52px;
        height: 52px;
    }

    .solution_swiper .text {
        padding-top: 40px;
    }

    .solution-prev {
        left: -10px;
    }
    .solution-next {
        right: -10px;
    }

   
}

@media (max-width: 767px) {
    .solution_button {
        margin-top: -15px;
        top: 50%;
        transform: translateY(-50px);
        width: 46px;
        height: 46px;
    }

    .solution_swiper .text {
        padding-top: 30px;
        text-align: center;
    }
    .solution_swiper .title {
        font-size: 20px;
    }
    .solution-prev {
        left: -16px;
    }
    .solution-next {
        right: -16px;
    }
    .index_content .swiper-pagination-bullet{
        margin: 0 5px;
        width: 20px;
        height: 4px;
        border-radius: 10px;
    }


}
/* case */
.case_swiper {
    margin-top: 30px;
}
.case_button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 8;
}

.case-button-prev {
    left: -34px;
}
.case-button-next {
    right: -34px;
}
.case_button>div.swiper-button-disabled {
    cursor: default;
}
.case_button>div:hover {
    background-color: var(--main-color);
}
.case_button>div:hover svg path{
    stroke:var(--white-color)
}
.case_swiper .swiper-slide {
    padding:16px 20px;
     background-color: var(--white-color);
    overflow: hidden;
}
.case_swiper .swiper-slide .bg{
    position: relative;
    width: 100%;
    transition: all .4s;
}
.case_swiper .bg img:first-child{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.case_swiper .bg:hover {
    transform: scale(1.05);
}
.case_title {
    padding-top: 20px;
    text-align: center;
    color: var(--white-color);
    line-height: 1.5;
}
@media (max-height:900px) {
    .about_bottom_list .bg {
        padding: 40px 30px;
    }
}
@media (max-height:800px) {

    .about_swiper .text {
        margin-top: 20px;
        padding-top: 20px;
    }

}
@media (max-height:750px) {
    .about_bottom_list {
        padding-top: 20px;
    }
    .about_bottom_list .bg {
        padding: 30px 20px !important;
    }
    .about_swiper .text {
        margin-top: 16px !important;
        padding-top: 16px !important;
    }

    .about_swiper .text {
        line-height: 26px;
    }
}

@media (max-width:1440px) {
    .about_bottom_list .bg {
        padding: 35px 30px;
    }
    .about_swiper .icon span {
        font-size: 84px;
    }

}
@media (max-width:1366px) {
    .about_bottom_list .bg {
        padding: 30px 30px;
    }
    .about_swiper .icon span {
        font-size: 80px;
    }
    .about_swiper .text{
        line-height: 25px;
    }

}
@media (max-width:1280px) {
    .about_bottom_list .bg {
        padding: 30px 20px;
    }
    .about_swiper .icon span {
        font-size: 76px;
    }
    .about_swiper .text {
        margin-top: 16px;
        padding-top: 16px;
    }

}
@media (max-width:1279px) {
    .about_bottom_list .bg {
        padding: 24px 16px !important;
    }
    .about_swiper .icon span {
        font-size: 70px;
    }

}
@media (max-width:1024px) {
    .tec_content {
        padding-bottom: 50px;
    }

}
@media (max-width:991px) {
    .case_title {
        padding-top: 40px;
    }
    .case_swiper .swiper-slide {
        padding:14px 25px;
    }
    .case-button-prev {
        left: -30px;
    }
    .case-button-next {
        right: -30px;
    }

}
@media (max-width:767px) {
    .case_title {
        font-size: 22px;
    }
    .case_swiper .swiper-slide {
        padding:14px 20px;
    }
    .case_button {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--main-color);
        border-radius: 50%;
        width: 30px;
        height: 30px;
    }
    .case-button-prev {
        left: -16px;
    }
    .case-button-next {
        right: -16px;
    }
    .about_number span {
        width: 14px;
        height: 4px;
    }

}