@charset"utf-8";

.header{
    height: 90px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    justify-content: space-between;
    z-index: 999;
    background: #ffffff;
    transition:all .4s;
    padding: 0 3%;
    box-shadow: 0 3px 10px #00000010
}

.header_wrap{
    height:90px;
    position: relative;
    z-index: 100;
    justify-content:space-between;
}

.header .logo{
    
}
.header .logo img{
    height: 31px;
}
.nav_info{
    padding: 0 30px;
}
.nav .nav_li{
    padding:25px 10px;
    position: relative;
}
.nav .nav_li .nav1 a{
    display: block;
    line-height:40px;
    position: relative;
    text-transform: uppercase;
    transition:all 0s;
    white-space: nowrap;
    padding: 0 12px;
    z-index: 1;
    border-radius:100px;
    font-family: 'GoogleSansMedium';
}
.nav .nav_li .nav1 a:before{
    content:'';
    display: block;
    content:'';
    width:100%;
    height: 100%;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom: 0;
    transition:transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    z-index:-2;
    transform: scale(0);
}

.nav .nav_li .nav1 a i{
    font-size:12px;
    margin-left:2px;
    vertical-align: middle;
}
.nav .nav_li:hover .nav1 a,.nav .nav_li.cur .nav1 a{
    color:#fff;
}
.nav .nav_li:hover .nav1 a:after,.nav .nav_li:hover .nav1 a:before,.nav .nav_li.cur .nav1 a:after,.nav .nav_li.cur .nav1 a:before{
    transform: scaleX(1);
}
.nav .nav_li .nav2{
    display: none;
    position: absolute;
    top:90px;
    background:#fff;
    left:0;
    width:300px;
    z-index: -1;
    border-top: 2px solid var(--theme-color);
}

.nav .nav_li .nav2>a{
    height: 45px;
    display: block;
    line-height: 45px;
    padding:0 20px;
    text-transform: capitalize;
    position: relative;
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
}

.nav .nav_li .nav2>a:hover{
    background:var(--theme-color);
    color:#fff;
}
.nav .nav_li .nav2>a:hover:before{
    background:#fff;
}
.nav .nav_li .nav2.nav2_pro{
    
}
.nav .nav_li .nav2.nav2_pro .item{
    position: relative;
}
.nav .nav_li .nav2.nav2_pro .item a{
    display: block;
    padding: 0 20px;
}
.nav .nav_li .nav2.nav2_pro .item .item_box{
    position: absolute;
    display: none;
    left: 300px;
    top: 0;
    background: #fff;
    width: 300px;
    box-shadow: 0 -3px 15px rgba(0,51,102,.15);
}
.nav .nav_li .nav2.nav2_pro .item a.a1{
    border-bottom: 1px solid #e7e7e7;
    height: 45px;
    line-height: 45px;
}
.nav .nav_li .nav2.nav2_pro .item a.a1 i{
    margin-left:10px;
    opacity: 0;
}
.nav .nav_li .nav2.nav2_pro .item a.a2{
    padding:0 20px;
    font-size: 15px;
    display: block;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e7e7e7;
}

.nav .nav_li .nav2.nav2_pro .item:hover a.a1{
    background: var(--theme-color);
    color:#fff;
}

.nav .nav_li .nav2.nav2_pro .item:hover .item_box{
    display: block;
}
.nav .nav_li .nav2.nav2_pro .item a.a2:hover{
    background: var(--theme-color);
    color:#fff;
}
.nav .nav_li .nav2.nav2_pro .item:hover a.a1 i{
    opacity: 1;
}

.nav a{
    color:#333;
}
.nav a:hover{
    color:var(--theme-color);
}
.h_right_btn .search{
    position: relative;
    margin-right: 25px;
}
.h_right_btn .search i{
    margin-right: 10px;
    position: absolute;
    left: 14px;
    top: 8px;
    z-index: 10;
    width: 20px;
    color: #111;
    transition: all .5s;
}
.h_right_btn .search input {
    border: none;
    outline: none;
    padding: 0 15px 0 45px;
    transition: all .5s;
    background: transparent;
    width: 100%;
    font-size: 14px;
    text-transform: capitalize;
    border: 1px solid #bbb;
    height: 42px;
    border-radius: 100px;
}
.h_right_btn .search input:focus{
    border-color: var(--theme-color);
}
.h_right_btn .language{
    
}
.h_right_btn .language .btn{
    border-radius: 100px;
    height: 32px;
    cursor: pointer;
    transition:all .5s;
}
.h_right_btn .language .btn img{
    width: 20px;
    transition:all .5s;
}
.h_right_btn .language .btn i{
    font-size: 14px;
    margin-left: 4px;
}
.h_right_btn .language .btn span{
    margin-left: 6px;
}
.h_right_btn .language .btn:hover{
    
}
.h_right_btn .follow_list{
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #dcdcdc;
}


.header.header_on{
    background:#fff;
    backdrop-filter: saturate(180%) blur(6px);
}
.header.header_on .h_right_btn .language .btn .img1{
    display: none;
}
.header.header_on .h_right_btn .language .btn .img2{
    display: block;
}
.header.header_on .h_right_btn .language .btn{

    color:#333;
}
.header.header_on .h_right_btn .language .btn:hover, .h_right_btn .language .btn:hover{
    
}

.header.header_on .nav .nav_li .nav1 a{
    color:#333;
}

.header.header_on .nav .nav_li:hover .nav1 a,.header.header_on .nav .nav_li.cur .nav1 a{
    color:#fff;
}
.header.header_on .h_right_btn .search{
    color:var(--theme-color);
}


/* banner */
 .banner {
    position: relative;
    overflow: hidden;
    min-height: 960px;
}
.banner .item_img video{
    width: 100%;
}
.banner .item_img img {
    width: 100%;
}
.banner .item .item_desc_w {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    color:#fff;
    display: flex;
    flex-direction: column;
    padding-bottom:5%;
    justify-content: flex-end;
}
.banner .item .item_desc_w .item_desc{
    text-transform: uppercase;
}
.banner .item .item_desc_w .btn{
    margin-top: 30px;
}

.banner .swiper-pagination {
    z-index: 10;
    bottom: 5px;
    width: 100%;
    color:rgba(255, 255, 255, .5);
}
.banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
    background: #fff;
    opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--theme-color);
}
.banner .arrow {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    padding: 0 0 40px 40px;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
    position: static;
    color:#fff;
}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after {
    font-size: 18px;
}

.banner_ico {
    position: absolute;
    left: calc(50% - 22px);
    bottom:20px;
    z-index: 30;
    animation: downico 2s ease-out infinite;
    color:#fff;
    transition:all .6s;
    cursor: pointer;
    border-radius: 5px;
}
.banner_ico span{
    
}
.banner_ico i {
    transform: rotate(90deg);
    display: block;
    font-size:24px;
    line-height: 1;
}
@keyframes downico {
    0% {
        bottom: 30px;
    }
    50% {
        bottom:60px;
    }
    100% {
        bottom:30px;
    }
}



/* tit_box1 */

.tit_box1 .tit h5{
    color:var(--subtheme-color);
    text-transform: uppercase;
}
.tit_box1 .tit h4 {
    color:var(--theme-color);
    text-transform: uppercase;
    font-family: 'FuturaHeavy';
}
.tit_box1 .tit p {
    line-height: 1.4;
}

.tit_box1_fff{
    color:#fff;
}
.tit_box1_fff .tit h4{
    color:#fff;
}
.tit_box2 {
    
}
.tit_box2 .tit{
    flex:1;
    min-width: 0;
}
.tit_box2 .tit h4 {
    line-height: 1.1;
    color:var(--theme-color);
}
.tit_box2 .tit h4 br{
    display: none;
}

.tit_box2 .tit p {
    line-height: 1.5;
}

.tit_box2 .desc{
    width: 60%;
    padding-left: 5%;
}

.bg1 {
    background:#eceff7;
}
.bg2 {
    background:var(--theme-color);
}
.bg3 {
    background: #f5f5f5;
}

.plr15{
    padding-left: 15px;
    padding-right: 15px;
}

.pub_btn{
    background: var(--theme-color);
    display: inline-flex;
    padding: 0 20px;
    height: 45px;
    color:#fff;
    align-items: center;
    border-radius: 100px;
    transition: all .6s;
    cursor: pointer;
}
.pub_btn_empty{
    background: transparent;
    border: 1px solid var(--subtheme-color);
    color:var(--subtheme-color);
}
.pub_btn_fff{
    border-color: #fff;
    color:#fff;
}
.pub_btn_empty_fff{
    background: transparent;
    border: 1px solid #fff;
    color:#fff;
}
.pub_btn_sub{
    background: var(--subtheme-color);
}
.pub_btn_sub i{
    margin-left: 15px;
}

.pub_btn img{
    width: 9px;
    height: 15px;
    margin-left: 15px;
    transition: all .4s;
}
.pub_btn:hover{
    background: var(--subtheme-color);
}
.pub_btn_empty:hover{
    background: var(--subtheme-color);
    color:#fff;
}
.pub_btn_empty:hover img{
    filter: brightness(0) invert(1);
}
.pub_btn_fff:hover{
    border-color: var(--subtheme-color);
}
.pub_btn_empty_fff:hover{
    border-color: var(--subtheme-color);
}
.pub_btn_sub:hover{
    background: var(--theme-color);
}

/* solution_swiper */

.solution_swiper{
    overflow: hidden;
    position: relative;
}
.solution_swiper .item{
    display: block;
    border-radius:15px;
    overflow: hidden;
    position: relative;
}
.solution_swiper .item .item_img{
    position: relative;
}
.solution_swiper .item .item_img img{
    width: 100%;
}
.solution_swiper .item .item_img .tit{
    font-family: 'GoogleSansBold';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    color:#fff;
    padding: 30px;
    transition: all .4s;
    transition-delay: .2s;
}
.solution_swiper .item .item_img .tit span{
    display: block;
    position: relative;
    line-height: 1.2;
    z-index: 2;
}
.solution_swiper .item .item_img .tit span:after{
    content:'';
    width: 110px;
    height: 8px;
    background: var(--subtheme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
}
.solution_swiper .item .item_con{
    position: absolute;
    left: 0;
    bottom: -100%;
    background:url(../images/bg1.jpg) no-repeat center;
    background-size:cover;
    padding: 40px;
    z-index: 3;
    color:#fff;
    text-align: center;
    transition: all .6s;
}
.solution_swiper .item .item_con .tit{
    font-family: 'GoogleSansBold';
    line-height: 1.1;
}
.solution_swiper .item .item_con .desc{
    line-height: 1.3;
}

.solution_swiper .item:hover .item_img .tit{
    top: -100%;
}
.solution_swiper .item:hover .item_con{
    bottom: 0;
}
.solution_swiper .item .item_con .pub_btn:hover{
    background: var(--theme-color);
    opacity: .8;
}


.pub_arrow{
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.pub_arrow .swiper-button-prev,.pub_arrow .swiper-button-next{
    position: static;
    line-height: 1;
    margin: 0;
}
.pub_arrow .swiper-button-prev i{
    transform: rotate(180deg);
}
.pub_arrow .swiper-button-prev i,.pub_arrow .swiper-button-next i{
    font-weight: bold;
    line-height: 1;
    font-size: 24px;
}
.pub_arrow .swiper-button-prev:after,.pub_arrow .swiper-button-next:after{
    display: none;
}
.pub_arrow .swiper-pagination{
    position: static;
    padding: 0 8px;
}
.pub_arrow .swiper-pagination .swiper-pagination-bullet{
    margin: 0 6px;
    opacity: 1;
    background: #e7e7e7;
}
.pub_arrow .swiper-pagination .swiper-pagination-bullet-active{
    background: var(--subtheme-color);
}
.pub_arrow .swiper-button-prev:hover,.pub_arrow .swiper-button-next:hover{
    color:var(--subtheme-color);
}

/* product_menu */

.product_menu_wrap{
    background: url("../images/bg1.jpg") no-repeat center top #e5ecef;
    overflow: hidden;
}

.product_menu{
    position: relative;
}
.product_menu .item{
    display: block;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}
.product_menu .item .item_con{
    padding: 25px 30px;
}
.p_tit1{
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
.p_tit1:before{
    width: 20px;
    height: 20px;
    display: block;
    content: '';
    position: absolute;
    left: -10px;
    top:2px;
    border-radius: 50%;
    background: var(--subtheme-color);
    z-index: -1;
}
.product_menu .item .item_con .tit{
    text-transform: capitalize;
    font-family: 'WixBold';
    transition:all .5s;
}
.product_menu .item .item_img img{
    width: 100%;
}

.product_menu .item:hover .item_con .tit{
    color:var(--subtheme-color);
}
.product_menu .arrow_more .arrow{
    flex:1;
}
.product_menu .arrow_more .arrow .swiper-button-prev,.product_menu .arrow_more .arrow .swiper-button-next{
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    position: static;
    margin: 0 25px 0 0;
    color:#333;
    transition:all .5s;
}
.product_menu .arrow_more .arrow .swiper-button-prev:after,.product_menu .arrow_more .arrow .swiper-button-next:after{
    font-size: 20px;
}
.product_menu .arrow_more .arrow .swiper-button-prev:hover,.product_menu .arrow_more .arrow .swiper-button-next:hover{
    background: var(--theme-color);
    color:#fff;
}
.p_more1 span{
    display: block;
    text-transform: uppercase;
    font-family: 'WixBold';
    margin-right: 10px;
    position: relative;
    transition:all .5s;
}
.p_more1 span:before,.p_more1 span:after{
    content:'';
    width: 100%;
    height: 1px;
    display: block;
    background: #111;
    position: absolute;
    left: 0;
    bottom: 0;
}
.p_more1 span:after{
    background: var(--subtheme-color);
    width: 0;
    transition:all .5s;
}
.p_more1:hover{
    color:var(--subtheme-color);
}

.p_more1:hover span:after{
    width: calc(100% + 30px);
}


.public_arrow {
    position: relative;
}
.public_arrow .swiper-button-prev:after, .public_arrow .swiper-button-next:after {
    display: none;
}
.public_arrow .swiper-button-prev {
    left: -50px;
}
.public_arrow .swiper-button-next {
    right: -50px;
}
.public_arrow .swiper-button-prev i, .public_arrow .swiper-button-next i {
    font-size:42px;
    font-weight: bold;
    display: block;
    color:#c5c5c5;
}
.public_arrow .swiper-button-prev i {
    transform: rotate(180deg);
}
.public_arrow .swiper-button-prev:hover i, .public_arrow .swiper-button-next:hover i {
    color:var(--theme-color);
}


/* product_list */

.product_list{
    position: relative;
    overflow: hidden;
    margin: -8px;
}
.product_list .item_w{
    transition:all .5s;
    width: 50%;
    padding: 8px;
}
.product_list .item{
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.product_list .item .item_img img{
    width: 100%;
}
.product_list .item .item_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
}
.product_list .item .item_con .ico{
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: var(--theme-color);
}
.product_list .item .item_con .ico img{
    height: 124px;
}
.product_list .item .item_con .tit{
    font-family: 'GoogleSansBold';
    width: 200px;
    text-transform: uppercase;
    color:var(--theme-color);
}
.product_list .item .item_con .more{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--subtheme-color);
    position: absolute;
    right: -60px;
    bottom: -60px;
}
.product_list .item .item_con .more i{
    font-size: 24px;
    margin-left:25px;
    line-height: 70px;
    color:#fff;
}
.product_list .item .item_menu{
    position: absolute;
    right: -50%;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: var(--theme-color);
    padding: 70px;
    transition: all .6s;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.product_list .item .item_menu a{
    display: inline-block;
    color:#fff;
}
.product_list .item .item_menu a.a1{
    margin: 6px 0;
}
.product_list .item .item_menu a.a1:after{
    content:'';
    width:0;
    height: 1px;
    background: #fff;
    display: block;
    transition:all .6s;
}
.product_list .item .item_menu a.a1:hover:after{
    width: 100%;
}
.product_list .item .item_menu a.a2{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 40px;
    line-height: 1;
}
.product_list .item:hover .item_menu{
    right: 0;
}

/* about */

.indmh{width: 100%;position: relative;height:200vh;}
.indmh-sticky{width: 100%;top: 140px;left: 0;position: sticky;overflow: hidden;}
.indmh-bg{width: 100%;height: 68vh;object-fit: cover;}
.indmh-logo{position: absolute;z-index: 2;width: 100%;height: 100vh;top: 0;left: 0;}
.indmh-logo img{width: 100%;object-fit: cover;}
.indmh-text{width: 100%;position: absolute;z-index: 3;justify-content: center;left: 0;top: 86vh;color: #333;transition: all .4s ease;}
.indmh-text span{position: relative;margin-left: 24px;}
.indmh-text span:first-child{margin-left: 0;}
.indmh-text.active{opacity: 0;}
.indmh-shade{position: absolute;z-index: 1;width: 100%;height: 100vh;top: 0;left: 0;background: rgba(0, 0, 0, 0.7);opacity: 0;}
.indmh-content{position: absolute;width: 100%;z-index: 4;height: 100vh;display: flex;align-items: center;justify-content: center;top: 0;left: 0;}
.indmh-desc{max-width: 710px;margin-left: auto;margin-right: auto;text-align: center;color: #fff;}
.indmh-num{width: 100%;color: #fff;}
.indmh-num li{width: 25%;text-align: center;}
.indmh-num li .num{font-family: "MB";line-height: 1;font-weight: 700;}
.indmh-num li .title{line-height: 1.1;}
.indmh-more{width: 100%;justify-content: center;}
.indmh-more a{display: flex;align-items: center;position: relative;justify-content: center;width: 230px;height: 52px;padding-top: 2px;border: 1px solid #fff;border-radius: 26px;line-height: 1;font-size: 14px;color: #fff;transition: all .4s ease;}
.indmh-more a::after{content: "";width: 24px;height: 12px;position: absolute;top: 50%;margin-top: -4px;right: 22px;background: url('../images/index/indArr.png') no-repeat center;transition: all .4s ease;}
.indmh-more a:hover{background: #0056b8;border-color: #0056b8;}
.indmh-more a:hover::after{transform: translateX(-26px);}
/* -- */
.indmh-content{opacity: 0;pointer-events: none;transition: all .8s ease;}
.indmh-content.active{opacity: 1;pointer-events: auto;}
.indmh-content.active .indTitle{animation: indmhRun 1s ease both .4s;}
.indmh-content.active .indmh-desc{animation: indmhRun 1s ease both .6s;}
.indmh-content.active .indmh-num{animation: indmhRun 1s ease both .8s;}
.indmh-content.active .indmh-more{animation: indmhRun 1s ease both 1s;}
@keyframes indmhRun {0%{opacity: 0;transform: translateY(60px);filter: blur(6px);}100%{opacity: 1;transform: translateY(0);filter: blur(0);}}

.indmh-logo{
    transition: all .6s; /* js控制逐帧动画，不要css过渡 */
    will-change: transform, opacity;
}


.about_data{
}
.about_data .item{
    width: 25%;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about_data .item .tit{
    font-family: var(--theme-fontBold);
    font-size: 75px;
    color:var(--theme-color);
    line-height: 1;
}
.about_data .item .tit span{
    line-height: 1;
}
.about_data .item .desc{
    font-family: 'GoogleSansMedium';
    margin-top: 10px;
}


/* advantages_list */

.advantages_list{
    border-bottom: 1px solid #ffffff30;
}
.advantages_list .item{
    width: 25%;
    border-right: 1px solid #ffffff30;
    position: relative;
    overflow: hidden;
}
.advantages_list .item .item_img{
    height: 600px;
    padding: 50px 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.advantages_list .item .item_img .img{
    border-radius: 50%;
    width: 130px;
    height: 130px;
    border: 2px solid #ffffff50;
    display: flex;
    justify-content: center;
    align-items: center;
}
.advantages_list .item .item_img .img img{
    width: 90px;
}
.advantages_list .item .item_img .tit{
    font-family: var(--theme-fontBold);
    color:#fff;
    text-align: center;
    line-height: 1.2;
    height: 72px;
}
.advantages_list .item .item_con{
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: var(--theme-color);
    padding:60px;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all .6s;
}
.advantages_list .item .item_con .tit{
    font-family: var(--theme-fontBold);
    line-height: 1.2;
}
.advantages_list .item .item_con .desc{
    line-height: 1.3;
}
.advantages_list .item:hover .item_con{
    bottom: 0;
}

.advantages_more{
    justify-content: center;
}


/* custom_filter_wrap */

.custom_filter_wrap{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
}
.plr50{
    padding-left: 50px;
    padding-right: 50px;
}

.custom_filter_list{
    padding-left:8%;
    padding-right: 8%;
    margin: 0 -50px;
}
.custom_filter_list .item{
    padding: 0 50px;
}
.custom_filter_list .item .con{
    flex:1;
    min-width: 0;
    padding-left: 30px;
}
.custom_filter_list .item .con h4{
    font-weight: normal;
    font-family: var(--theme-fontBold);
    color:var(--subtheme-color);
    line-height: 1;
}
.custom_filter_list .item .con p{
    color:#fff;
}


/* news */

.news_list{
    position: relative;
}
.news_list .item{
    display: block;
    border: 1px solid #eee;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 0 12px #33333310;
    transition:all .6s;
}
.news_list .item .item_con{
    padding: 20px 25px 15px;
}
.news_list .item .item_con .tit{
    font-family: 'GoogleSansMedium';
    line-height: 1.3;
    color:var(--theme-color);
    transition:all .6s;
    height: 52px;
}
.news_list .item .item_con .desc{
    line-height: 1.4;
    margin-top: 15px;
}
.news_list .item .item_con .more{
    color:var(--theme-color);
}
.news_list .item .item_con .more img{
    margin-left: 12px;
    width: 9px;
}
.news_list .item .time{
    border-top: 1px solid #e7e7e7;
    padding: 10px 25px;
    font-family: 'GoogleSansMedium';
    color:#666;
    font-style: italic;
}
.news_list .item:hover{
    border-color: var(--theme-color);
}
.news_list .item:hover .item_con .tit{
    color:var(--subtheme-color);
}


/* footer */
.footer {
    background:#051646;
    background-size: cover;
    overflow: hidden;
}


.footer_menu{
    color:#fff;
}
.footer_menu a{
    color:#fff;
}

.footer_logo{
    flex:2;
    padding-right: 50px;
}


.footer_menu .item{
    padding: 0 30px;
    flex:1;
}
.footer_menu .item .tit{
    font-size: 20px;
    font-family: 'GoogleSansMedium';
    margin-bottom: 15px;
}
.footer_menu .item .tit:after{
    content:'';
    display: block;
    width: 24px;
    height: 2px;
    background: var(--subtheme-color);
    margin-top: 6px;
}
.footer_menu .item .menu a{
    display: block;
    font-size: 16px;
    color:#c8c8c8;
}
.footer_menu .item .menu a:hover{
    text-decoration: underline;
    color:var(--subtheme-color);
}
.footer_menu .item.item_contact{
    flex:2;
    padding-left: 5%;
}
.footer_menu .item.item_contact .menu p{
    display: flex;
    line-height: 1.3;
    margin-bottom: 10px;
}
.footer_menu .item.item_contact .menu p i{
    margin-right:10px;
    color:var(--subtheme-color);
}
.footer_menu .item.item_contact .follow_list span{
    margin-right: 20px;
}

.footer_copyright_wrap{
    border-top: 1px solid #ffffff20;
}
.footer_copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color:#fff;
    padding: 15px 0;
}
.footer_copyright a {
    margin-left:30px;
    color:#fff;
}
.footer_con a:hover {
    color:var(--theme-color);
    text-decoration: underline;
}
.footer_copyright a:hover {
    text-decoration: underline;
}
/* page_banner */
.page_banner {
    margin-top:90px;
    position: relative;
}
.page_banner:after{
    content:'';
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 100% 0, calc(100% - 200px) 100%, 0 100%);
    background: rgba(27,62,146,.9);
}
.page_banner .img img {
    width: 100%;
}
.page_banner_con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#fff;
    z-index: 2;
}
.page_banner_con .info {
    width: 38%;
}
.page_banner_con .tit {
    text-transform: capitalize;
}
.page_banner_con .subtit {
    margin-top:20px;
}
.page_banner_con .pos {
    text-transform: capitalize;
    position: absolute;
    top: 15px;
    font-size: 16px;
}
.page_banner_con .pos a {
    padding: 0 3px;
}
.page_banner_con .pos a:last-child{
    color:var(--subtheme-color);
}
.page_banner_con .pos a:hover{
    text-decoration: underline;
}


.page_banner_menu {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.page_banner_menu .list {
    justify-content: center;
}
.page_banner_menu .list .item a {
    background: rgba(0, 0, 0, .6);
    height: 60px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    padding:0 40px;
    display: flex;
    align-items: center;
    color:#fff;
    font-size:18px;
}
.page_banner_menu .list .item.cur a, .page_banner_menu .list .item:hover a {
    background: var(--subtheme-color);
}
.pt80b100 {
    padding-top: 80px;
    padding-bottom: 100px;
}
.inner_pos {
    padding-top: 20px;
    color:#999;
    font-size:18px;
    text-transform: uppercase;
}
.inner_pos a {
    color:#999;
    padding: 0 3px;
}
.inner_pos a:first-child {
    padding-left: 0;
}
.inner_pos a:last-child {
    color:#333;
}
.inner_pos a:hover {
    color:var(--theme-color);
}

/* page_product_menu */

.page_product_menu{
    margin: -15px;
}
.page_product_menu .item{
    width: 50%;
    padding:15px;
}
.page_product_menu .item a{
    display: block;
    position: relative;
    border-radius:15px;
    overflow: hidden;
}
.page_product_menu .item .item_img{
    position: relative;
   
}
.page_product_menu .item .item_img .tit{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color:var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
}
.page_product_menu .item .item_con{
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background:rgba(27,62,146,.9);
    border-radius: 10px;
    padding: 30px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#fff;
    text-align: center;
    opacity: 0;
    transform: scale(0);
    transition: all .6s;
}
.page_product_menu .item .item_con .desc{
    line-height: 1.5;
}
.page_product_menu .item a:hover .item_con{
    transform: scale(1);
    opacity: 1;
}

/* page_product_index_panel1_list */

.page_product_index_panel1_list{
    margin: -10px;
}
.page_product_index_panel1_list .item_w{
    width: 25%;
    padding: 10px;
}
.page_product_index_panel1_list .item{
    background: #eceff7;
    padding:45px 28px 40px 28px;
    border-radius: 15px;
    height: 100%;
}
.page_product_index_panel1_list .item .img{
    width: 70px;
    transition: all 1s;
}
.page_product_index_panel1_list .item .tit{
    font-family: var(--theme-fontBold);
    color:var(--theme-color);
    line-height: 1.2;
    transition: all .6s;
}
.page_product_index_panel1_list .item .desc p{
    margin-top: 8px;
    line-height: 1.5;
    padding-left: 13px;
    position: relative;
}
.page_product_index_panel1_list .item .desc p:before{
    content:'';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--subtheme-color);
    position: absolute;
    left: 0;
    top:12px;
}
.page_product_index_panel1_list .item:hover .img{
    transform: rotateY(360deg);
}
.page_product_index_panel1_list .item:hover .tit{
    color:var(--subtheme-color);
}


/* page_product_index_panel2_tit */

.page_product_index_panel2_wrap{
    position: relative;
}
.page_product_index_panel2_tit{
    max-width: 75%;
}
.page_product_index_panel2_swiper{
    overflow: hidden;
}
.page_product_index_panel2_swiper .item .item_img{
    border-radius: 20px;
}
.page_product_index_panel2_swiper .item .item_img img{
    width: 100%;
    height: 340px;
    object-fit: cover;
}
.page_product_index_panel2_swiper .item .item_con{
    text-align: center;
}
.page_product_index_panel2_swiper .item .item_con .tit{
    font-family: var(--theme-fontBold);
}
.page_product_index_panel2_wrap .arrow{
    position: absolute;
    right: 0;
    top:200px;
}
.page_product_index_panel2_wrap .swiper-button-prev,.page_product_index_panel2_wrap .swiper-button-next{
    position: static;
    margin:0 0 0 15px;
    color:var(--theme-color);
}
.page_product_index_panel2_wrap .swiper-button-prev{
    transform:rotate(180deg);
}
.page_product_index_panel2_wrap .swiper-button-prev i,.page_product_index_panel2_wrap .swiper-button-next i{
    font-size: 30px;
    font-weight: bold;
}
.page_product_index_panel2_wrap .swiper-button-prev:after,.page_product_index_panel2_wrap .swiper-button-next:after{
    display: none;
}
.page_product_index_panel2_wrap .swiper-button-prev:hover,.page_product_index_panel2_wrap .swiper-button-next:hover{
    color:var(--subtheme-color);
}


/* page_applications_menu */

.page_applications_menu{
    margin: -15px;
}
.page_applications_menu .item{
    width: 50%;
    padding: 15px;
}
.page_applications_menu .item a{
    display:block;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.page_applications_menu .item .item_con{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 50px 30px 20px;
    background: linear-gradient(to top ,#00000080 , transparent);
    width: 100%;
    color:#fff;
    transition:all .5s;
}
.page_applications_menu .item .item_con .tit{
    flex:1;
    font-family: 'WixBold';
    padding-right: 20px;
}
.page_applications_menu .item:hover .item_con{
    padding-bottom: 30px;
}




/* page_product_list */

.page_product_list{
    margin: -20px;
}
.page_product_list .item_w{
    width: 50%;
    padding: 20px;
}
.page_product_list .item{
    border: 1px solid #e7e7e7;
    transition:all .5s;
}
.page_product_list .item:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}



/* page_ecology_index */
 .page_ecology_index .list {
    margin:0 -20px;
}
.page_ecology_index .list .item {
    padding:0 20px;
}
.page_ecology_index .list .item .img img {
    border-radius: 10px;
}
.page_ecology_index .list .item .tit {
    font-size:20px;
    text-align: center;
    margin-top: 20px;
}
/* page_ecology_index_swiper */
 .page_ecology_index_swiper {
    padding: 40px 0;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    display: none;
}
.page_ecology_index_swiper_Wrap .page_ecology_index_swiper:first-child {
    display: block;
}
.page_ecology_index_swiper .item {
    display: block;
    padding: 30px 60px;
    background: #fff;
    border:1px solid #fff;
}
.page_ecology_index_swiper .item .img {
    display: flex;
    justify-content: center;
}
.page_ecology_index_swiper .item .tit {
    text-align: center;
    margin-top:20px;
}
.page_ecology_index_swiper .swiper-button-next, .page_ecology_index_swiper .swiper-button-prev {
    background:var(--theme-color);
    width: 30px;
    height: 50px;
    color:#fff;
    opacity: .5;
}
.page_ecology_index_swiper .swiper-button-next:after, .page_ecology_index_swiper .swiper-button-prev:after {
    font-size:18px;
}
.page_ecology_index_swiper .swiper-button-prev {
    left: 0;
    border-radius: 0 10px 10px 0;
}
.page_ecology_index_swiper .swiper-button-next {
    right: 0;
    border-radius: 10px 0 0 10px;
}
.page_ecology_index_swiper .swiper-button-next:hover, .page_ecology_index_swiper .swiper-button-prev:hover {
    opacity: 1;
}
.page_ecology_index_swiper .item:hover {
    border-color: var(--theme-color);
}
.page_ecology_index_swiper .item:hover .tit {
    color:var(--theme-color);
}
/* page_ecology_index_partners */
 .page_ecology_index_partners .list {
    margin:-25px;
    padding-bottom: 120px;
}
.page_ecology_index_partners .list .item_wrap {
    width: 20%;
    padding:25px;
}
.page_ecology_index_partners .list .item {
    background:#fff;
    padding:10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
    border-radius: 10px;
}
.page_ecology_index_partners .list .item .img {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* page_become_form */
 .page_become_form {
    width:660px;
    margin:auto;
    padding-bottom: 110px;
}
.page_become_form form {
    margin:0 -20px;
}
.page_become_form .input {
    width: 50%;
    padding:0 20px 20px;
}
.page_become_form .input.input_show {
    display: none;
}
.page_become_form .input h4 {
    font-size:13px;
    color:#666;
    margin-bottom: 3px;
    text-align: left;
}
.page_become_form .input h4 i {
    color:var(--theme-color);
}
.page_become_form .input input, .page_become_form .input select, .page_become_form .input textarea {
    width: 100%;
    height: 50px;
    padding:10px;
    line-height: 28px;
    border:1px solid #ddd;
    border-radius: 5px;
    padding:0 10px;
    outline: none;
    font-size:16px;
}
.page_become_form .input input::placeholder, .page_become_form .input textarea::placeholder {
    font-size:13px;
    color:#bbb;
}
.page_become_form .input select {
    font-size:13px;
    color:#bbb;
}
.page_become_form .input select option {
    padding:5px 10px;
    font-size:16px;
    color:#333;
}
.page_become_form .input select.cur {
    color:#333;
    font-size:16px;
}
.page_become_form .input textarea {
    height: 120px;
}
.page_become_form .input.input100 {
    width: 100%;
}
.page_become_form .txt_btn {
    padding:10px 20px 0;
    width: 100%;
}
.page_become_form .txt_btn .txt {
    font-size:13px;
    color:#666;
    flex:1;
    display: block;
    text-align: left;
}
.page_become_form .txt_btn .button button {
    width: 140px;
    height: 45px;
    background: var(--theme-color);
    border-radius: 100px;
    border:none;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-family:'RobotoBold';
    text-transform: uppercase;
    font-size:16px;
    cursor: pointer;
    transition:all .4s;
}
.page_become_form .txt_btn .button button:hover {
    background: #333;
}
/* page_ecology_index_menu */
 .page_ecology_index_menu {
    margin:-35px;
    padding-bottom: 100px;
}
.page_ecology_index_menu .item {
    width: 33.333%;
    padding:35px;
}
.page_ecology_index_menu .item a {
    background: #f7f7f7;
    border-radius:10px;
    padding:55px;
    display: block;
    text-align: center;
    height: 100%;
    transition:all .4s;
}
.page_ecology_index_menu .item .item_con {
    padding-top: 20px;
}
.page_ecology_index_menu .item .item_con .tit {
    font-size:36px;
    font-family:'RobotoBold';
}
.page_ecology_index_menu .item .item_con .desc {
    margin-top:5px;
}
.page_ecology_index_menu .item .item_con .btn {
    width: 140px;
    height: 40px;
    border-radius: 100px;
    border:1px solid var(--theme-color);
    font-size:14px;
    margin:40px auto 0;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family:'RobotoBold';
    color:var(--theme-color);
    transition:all .4s;
}
.page_ecology_index_menu .item a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
}
.page_ecology_index_menu .item a:hover .item_con .btn {
    background: var(--theme-color);
    color:#fff;
}
/* page_ecology_list_advantage */
 .page_ecology_list_advantage .item {
    width: 25%;
    padding:40px 60px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.page_ecology_list_advantage .item .item_con {
    padding-top: 30px;
}
.page_ecology_list_advantage .item .item_con .tit {
    font-size:20px;
    color:var(--theme-color);
}
.page_ecology_list_advantage .item .item_con .desc {
    margin-top: 6px;
}
.page_ecology_list {
    padding:100px 0;
}
.page_ecology_list_advantage .item:hover {
    background: #f7f7f7;
}
.page_ecology_list .list {
    margin:-13px;
}
.page_ecology_list .list a {
    width: 20%;
    display: block;
    padding: 13px;
}
.page_ecology_list .list .item {
    padding:30px 50px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    transition:all .4s;
}
.page_ecology_list .list .item .img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_ecology_list .list .item .con h4 {
    margin-top: 20px;
    text-align: center;
}
.page_ecology_list .list .item:hover .con h4 {
    color:var(--theme-color);
}
.page_ecology_list .list .item:hover {
    border-color: var(--theme-color);
}
/* public_download */
 .public_download .page_support_download_list {
    padding-bottom: 40px;
}
.public_download .page_support_download_list .list_item {
    padding-top: 0;
}
.public_download .page_support_download_list .list_item .list_wrap {
    display: block;
    padding-top: 0;
}
.public_download .page_support_download_list .list_item .list {
    padding-top: 0;
}
/* public_faq */
 .public_faq {
    padding-bottom: 80px;
}
.public_faq .page_support_faq_list .list {
    padding-top: 0;
}
.page_products_public_more {
    display: inline-block;
    height: 40px;
    background:var(--theme-color);
    margin:40px 0 0;
    padding: 0 20px;
    line-height: 40px;
    color:#fff;
    transition:all .4s;
    border-radius: 100px;
    text-transform: uppercase;
    font-size:14px;
}
.page_products_public_more:hover {
    background: #333;
}
/* page_public_rml_series_retrieve */
 .page_public_rml_series_retrieve {
    position: relative;
}
.page_public_rml_series_retrieve .j_bg {
    position: relative;
    z-index: 1;
}
.page_public_rml_series_retrieve .j_bg1 {
    background: #999;
    height: 500px;
}
.page_public_rml_series_retrieve .j_bg:after {
    content:'';
    display: block;
    width: 100%;
    height: 100%;
    z-index:2;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    top: 0;
}
.page_public_rml_series_retrieve .j_bg img {
    width: 100%;
}
.page_public_rml_series_retrieve .j_con {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color:#fff;
    z-index: 3;
}
.page_public_rml_series_retrieve .j_con .txt {
    font-size:24px;
}
.page_public_rml_series_retrieve .j_con .tit {
    font-size:54px;
    font-family:'RobotoMedium';
    margin:20px 0 50px;
}
.page_public_rml_series_retrieve .j_con .btn {
    width: 150px;
    height: 44px;
    background: var(--theme-color);
    color:#fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
    text-transform: uppercase;
    transition:all .4s;
}
.page_public_rml_series_retrieve .j_con .btn:hover {
    opacity: .7;
}
/* page_about1 */

.page_about_banner{
    position: relative;
    margin-top: 90px;
}
.page_about_banner .img img{
    width: 100%;
}
.page_about_banner_con_wrap{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.page_about_banner_con_wrap .wrapper{
    height: 100%;
}
.page_about_banner_con .pos{
    color:#fff;
    padding-top: 15px;
}
.page_about_banner_con .pos a:last-child{
    color:var(--subtheme-color);
}
.page_about_banner_con .pos a:hover{
    text-decoration: underline;
}
.page_about_banner_con .j_con{
    height: 100%;
    color:#fff;
}
.page_about_banner_con .about_data{
    padding-left:6%;
    padding-right: 6%;
}
.page_about_banner_con .about_data .item .tit{
    color:var(--subtheme-color);
}

.page_about_banner_con .rz{
    justify-content: center;
}
.page_about_banner_con .rz .item{
    padding: 0 60px;
}
.page_about_banner_con .rz .item .img img{
    max-height: 92px;
}

.page_about_panel1{
    position: relative;
    z-index: 1;
}
.page_about_panel1 .en_tit{
    position: absolute;
    left: -8%;
    top: 0;
    font-size: 180px;
    font-weight: bold;
    color:#fff;
    text-transform: uppercase;
    font-family: 'Arial';
    z-index: -1;
}
.page_about_panel1_con{
    flex:1;
    min-width: 0;
    padding-right: 6%;
}
.page_about_panel1_con .tit{
    color:var(--theme-color);
    line-height: 1.1;
}
.page_about_panel1_img{
    width: 48.75%;
    border-radius: 20px;
    overflow: hidden;
}
.page_about_panel1_img img{
    display: block;
    width: 100%;
}

/* page_about_panel2_list */

.page_about_panel2_list .item_w{
    width: 25%;
    padding: 8px;
}
.page_about_panel2_list .item{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.page_about_panel2_list .item .tit{
    height: 50px;
    background:rgba(5,22,70,.75);
    display: flex;
    align-items: center;
    padding: 5px 20px;
    color:#fff;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    justify-content: center;
}

/* page_about_panel5_wrap */

.page_about_panel5_wrap{
    background-repeat: no-repeat;
    background-position:center top;
    background-size: cover;
}

.page_about_panel5_list .service_list_r{
    padding-bottom: 80px;
}
.service_list_r{
    flex:1;
    min-width: 0;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
}
.service_list_r .swiper-slide-active{
    transform: scale(1.1);
}
.service_list_r .item{
    overflow: hidden;
    position: relative;
}


.service_list_r .arrow{
    display: flex;
    justify-content:center;
}
.service_list_r .swiper-button-prev,.service_list_r .swiper-button-next{
    position: static;
    margin: 0;
    color:#fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--theme-color);
    margin: 0 15px;
    transition: all .6s;
}
.service_list_r .swiper-button-prev i{
    transform: rotate(90deg);
}
.service_list_r .swiper-button-next i{
    transform: rotate(-90deg);
}
.service_list_r .swiper-button-prev:after,.service_list_r .swiper-button-next:after{
    display: none;
}
.service_list_r .swiper-button-prev:hover,.service_list_r .swiper-button-next:hover{
    background: var(--subtheme-color);
}

/* page_lastest_news_list */
.page_lastest_news_list {
    border-radius: 20px;
    padding: 15px;
}
.page_lastest_news_list .j_tit{
    font-family: 'WixBold';
}
.page_lastest_news_list .j_tit img{
    margin-right: 10px;
}
.page_lastest_news_list .list .item{
    padding: 15px 0;
    border-bottom: 1px solid #9fabb0;
}
.page_lastest_news_list .list .item:last-child{
    border-bottom: none;
}
.page_lastest_news_list .list .item .img{
    width: 40%;
    border-radius: 15px;
    overflow: hidden;
}
.page_lastest_news_list .list .item .tit{
    flex:1;
    min-width: 0;
    line-height: 1.4;
    padding-left: 10px;
    transition: all .4s;
}
.page_lastest_news_list .list .item:hover .tit{
    color:var(--theme-color);
}


/* public_recommended_products */
 .public_recommended_products {
    padding:30px 0 50px;
}
.public_recommended_products_list .list {
    gap:13px;
    padding-top:10px;
}
.public_recommended_products_list .list .item {
    display: block;
    width: 25%;
    background: #fff;
    padding:30px 40px 50px;
    transition:all .4s;
    border-radius: 10px;
}
.public_recommended_products_list .list .item h4 {
    font-size:20px;
    font-family:'RobotoMedium';
    margin-top: 20px;
    text-align: center;
    transition:all .4s;
}
.public_recommended_products_list .list .item:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
}
.public_recommended_products_list .list .item:hover h4 {
    color:var(--theme-color);
}
/* public_cases_swiper */
 .public_cases_swiper {
    padding-bottom: 100px;
    position: relative;
}
.public_cases_swiper .item {
    display: block;
}
.public_cases_swiper .item .item_img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.public_cases_swiper .item .item_img .img img {
    width: 100%;
}
.public_cases_swiper .item .item_img .con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding:80px 40px 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
    color:#fff;
}
.public_cases_swiper .item .item_img .con h4 {
    font-size:24px;
    margin-bottom: 5px;
}
.public_cases_swiper .item .item_img .con p {
    font-family:'RobotoLight';
}
.public_cases_swiper .item .item_btn {
    justify-content: flex-end;
    margin-top: 32px;
}
.public_cases_swiper .item .item_btn .btn {
    width: 140px;
    height: 40px;
    background: #333;
    border-radius: 100px;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .4s;
}
.public_cases_swiper .item .item_btn .btn:hover {
    background: var(--theme-color);
}
.public_cases_swiper .arrow {
    display: flex;
    position: absolute;
    right: 0;
    top:-90px;
    bottom: 100px;
}
.public_cases_swiper .swiper-button-next, .public_cases_swiper .swiper-button-prev {
    position: static;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    justify-content:center;
    align-items: center;
    margin:0;
    opacity: 1;
    color:var(--theme-color);
    margin-right:10px;
    transition:all .3s;
    background: #fff;
}
.public_cases_swiper .swiper-button-next:after, .public_cases_swiper .swiper-button-prev:after {
    font-size:18px;
    font-weight: bold;
}
.public_cases_swiper .swiper-button-next:hover, .public_cases_swiper .swiper-button-prev:hover {
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}


/* product_detail */

.pd_detail_hd .pics{
    height: 500px;
    width: 37.5%;
}
.pd_detail_hd .pics .mySwiper2{
    height:490px;
    margin:0;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    flex:1;
    min-width: 0;
}
.pd_detail_hd .pics .mySwiper2 .swiper-pagination-bullet-active{
    background: var(--theme-color);
}
.pd_detail_hd .pics .mySwiper2 .img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
}
.pd_detail_hd .pics .mySwiper2 .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pd_detail_hd .pics .mySwiper1_w{
    position: relative;
    padding:20px 0;
    width: 90px;
    margin-left:10px;
}
.pd_detail_hd .pics .mySwiper{
    overflow: hidden;
    height: 100%;
}

.pd_detail_hd .pics .mySwiper .swiper-slide .img{
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #dfdfdf;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.pd_detail_hd .pics .mySwiper .swiper-slide .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pd_detail_hd .pics .mySwiper .swiper-slide.swiper-slide-thumb-active .img{
    border-color:var(--subtheme-color);
    
}


.pd_detail_hd .pics .mySwiper1_w .swiper-button-next,.pd_detail_hd .pics .mySwiper1_w .swiper-button-prev{
    z-index: 99;
    height: 12px;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    left: calc(50% - 10px);
    margin:0;
    color:#333;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next:after,.pd_detail_hd .pics .mySwiper1_w .swiper-button-prev:after{
    font-size:20px;
    transform: rotate(90deg);
    margin: 0;
}

.pd_detail_hd .pics .mySwiper1_w .swiper-button-prev{
    top: 0;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next{
    top: auto;
    bottom: 0;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next:hover,.pd_detail_hd .pics .mySwiper1_w .swiper-button-prev:hover{
    color:var(--theme-color);
}



.pd_detail_hd .infos {
    flex: 1;
    min-width: 0;
    padding-right: 8%;
}
.pd_detail_hd .infos h1 {
    line-height: 1.2;
    font-family: var(--theme-fontBold);
    color:var(--theme-color);
}
.pd_detail_hd .infos .btns .pub_btn{
    margin-right: 20px;
}

.pd_detail_hd .follow_list span{
    font-family: 'GoogleSansMedium';
    color:var(--theme-color);
    margin-right: 20px;
}


/* pd_detail_info */

.pd_detail_info{
    
}
.pd_detail_info_btn_wrap{
    background: var(--theme-color);
    position: sticky;
    top: 90px;
    z-index: 15;
}
.pd_detail_info_btn{
    height: 60px;
    align-items: center;
    justify-content: center;
    gap: 100px;
}

.pd_detail_info_btn .item{
    cursor: pointer;
    font-size: 20px;
    font-family: 'GoogleSansMedium';
    color:#fff;
    position: relative;
    line-height: 60px;
}
.pd_detail_info_btn .item:after{
    width:0;
    height: 3px;
    background: var(--subtheme-color);
    display: block;
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    transition:all .6s;
}
.pd_detail_info_btn .item.cur:after{
    width: 100%;
}
.pd_detail_info_con{
    
}

.pd_detail_info_con .j_tit{
    line-height: 1.2;
    color:var(--theme-color);
    padding-top: 80px;
    padding-bottom: 30px;
}
.pd_detail_info_con .j_con{
    
}
.pd_detail_info_con .j_con table{
    width: 100%;
}
.pd_detail_info_con .j_con table tr:nth-child(2n-1){
    background: #eceff7;
}
.pd_detail_info_con .j_con table tr{
    
}
.pd_detail_info_con .j_con table tr td{
    line-height: 1.5;
    padding: 8px 15px;
    font-size: 16px;
}

.j_messgae{
    border-radius: 20px;
    overflow: hidden;
}
.j_messgae_img{
    width: 32.6%;
}
.j_messgae_con{
    flex:1;
    min-width: 0;
    padding: 30px 50px;
}
.j_messgae_con .top{
    font-family: 'WixSemiBold';
    margin-bottom: 10px;
}
.j_messgae_con .input_box{
    margin:0 -8px;
}
.j_messgae_con .input{
    width: 50%;
    padding:8px;
}
.j_messgae_con .input input,.j_messgae_con .input textarea{
    width: 100%;
    height: 45px;
    border-radius:6px;
    background: #fff;
    border:none;
    outline: none;
    padding: 10px;
    display: block;
}
.j_messgae_con .input1{
    width: 100%;
    padding: 0;
    margin-top:8px;
}
.j_messgae_con .input1 textarea{
    height: 120px;
}
.j_messgae_con .button button{
    width: 140px;
    height: 45px;
    background: var(--theme-color);
    border-radius: 100px;
    font-family: 'WixBold';
    color:#fff;
    text-transform: uppercase;
    border: none;
    outline: none;
    font-size: 16px;
    margin-top: 16px;
    cursor: pointer;
    transition:all .5s;
}
.j_messgae_con .button button:hover{
    background: var(--subtheme-color);
}


/* page_related_products */
 .page_related_products {
}
.page_related_products .list {
}
.page_related_products .list .item {
    width: 33.333%;
}
/* product_detail */
 .j_pd_detail {
    background: #e4e7ea;
    padding:80px 0 50px;
}
.j_pd_detail_con {
    padding-top: 60px;
}
.j_pd_detail_hd_img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.j_pd_detail_hd .infos {
    flex: 1;
    padding:0 0 0 5%;
    min-width: 0;
}
.j_pd_detail_hd .infos h1 {
    font-size:48px;
    line-height: 1.2;
    color:var(--theme-color);
    font-family:'RobotoBold';
}
.j_pd_detail_hd .infos .desc {
    font-size:18px;
    margin:35px 0 50px;
}
.j_pd_detail_hd .infos .desc p {
    padding-left: 25px;
    position: relative;
    margin-bottom: 6px;
}
.j_pd_detail_hd .infos .desc p:before {
    content:'';
    display: block;
    width: 13px;
    height: 8px;
    background: url("../images/arrow.png") no-repeat;
    position: absolute;
    left: 0;
    top: 10px;
}
.j_pd_detail_hd .infos .list {
    display: flex;
    margin:0 -16px;
}
.j_pd_detail_hd .infos .list .item {
    padding:0 16px;
}
.j_pd_detail_hd .infos .list .item .img {
    border-radius: 50%;
    border:2px solid var(--theme-color);
    overflow: hidden;
}
.j_pd_detail_hd .infos .btns {
    margin-top:100px;
}
.j_pd_detail_hd .infos .btns .btn {
    display: flex;
    align-items: center;
    height:45px;
    width: 240px;
    background: var(--subtheme-color);
    color:#fff;
    justify-content: center;
    text-transform: capitalize;
    border-radius: 100px;
    transition:all .4s;
    font-family:'RobotoBold';
}
.j_pd_detail_hd .infos .btns .btn i {
    color:#fff;
    font-size:20px;
    margin-right: 8px;
    transition:all .3s;
}
.j_pd_detail_hd .infos .btns .btn:hover {
    background: var(--theme-color);
}
/* pdd_tit_box */
 .pdd_tit_box {
    text-align: center;
    padding: 60px 0 30px;
}
.pdd_tit_box .tit {
    font-size:45px;
    font-family:'RobotoMedium';
    text-transform: uppercase;
    line-height: 1.2;
}
.pdd_tit_box .desc {
    font-size:18px;
}
.j_pd_detail_introduction .desc {
    font-size:18px;
}
.j_pd_detail_introduction .desc p {
    margin-bottom: 6px;
}
.j_pd_detail_introduction .list {
    position: relative;
    overflow: hidden;
    padding:80px 0 100px;
}
.j_pd_detail_introduction .list .item {
    border-radius: 15px;
    overflow: hidden;
}
.j_pd_detail_introduction .list .item .img img {
    width: 100%;
}
.j_pd_detail_introduction .list .arrow {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.j_pd_detail_introduction .list .swiper-button-next, .j_pd_detail_introduction .list .swiper-button-prev {
    position: initial;
    height:40px;
    width: 40px;
    border-radius: 50%;
    background: #bbb;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    margin-top: 0;
    margin:0 10px;
}
.j_pd_detail_introduction .list .swiper-button-next:after, .j_pd_detail_introduction .list .swiper-button-prev:after {
    font-size:18px;
    font-weight: bold;
}
.j_pd_detail_introduction .list .swiper-button-next:hover, .j_pd_detail_introduction .list .swiper-button-prev:hover {
    background: var(--theme-color);
}
/* page_support_download_list */
 .page_support_download_list {
    padding-bottom: 80px;
}
.page_support_download_list .list_item {
    padding:50px 0;
    border-bottom: 1px solid #666;
}
.page_support_download_list .list_item .menu {
    line-height: 1;
    transition:all .4s;
    cursor: pointer;
}
.page_support_download_list .list_item .menu h4 {
    font-size:54px;
    font-family:'RobotoMedium';
    flex:1;
    line-height: 1;
}
.page_support_download_list .list_item .menu i {
    font-size:36px;
    transform: rotate(45deg);
    transition:all .4s;
}
.page_support_download_list .list_item .menu:hover {
    color:var(--theme-color);
}
.page_support_download_list .list_item .menu.cur i {
    transform: rotate(0deg);
}
.page_support_download_list .list_item .list_wrap {
    padding-top: 20px;
    display: none;
}
.page_support_download_list .list_item .list {
    margin:-12px;
    padding-top: 20px;
}
.page_support_download_list .list_item .list a {
    width: 33.333%;
    padding:12px;
}
.page_support_download_list .list_item .list .item {
    background: #fff;
    padding:30px 40px 20px;
    transition:all .4s;
    border-radius: 10px;
}
.page_support_download_list .list_item .list .item h4 {
    font-size:24px;
    line-height: 1.3;
    height: 94px;
}
.page_support_download_list .list_item .list .item .name_btn {
    margin-top: 30px;
}
.page_support_download_list .list_item .list .item .name_btn .name {
    flex:1;
    font-size:14px;
}
.page_support_download_list .list_item .list .item .name_btn i {
    font-size:30px;
}
.page_support_download_list .list_item .list .item:hover {
    background: var(--theme-color);
    color:#fff;
}
/* page_support_cases_list */
 .page_support_cases_list {
    padding-bottom:100px;
}
.page_support_cases_list .list {
    margin:-12px;
}
.page_support_cases_list .list a {
    width: 33.333%;
    padding:12px;
}
.page_support_cases_list .list .item .item_img {
    border-radius: 10px;
    overflow: hidden;
}
.page_support_cases_list .list .item .item_con {
    padding:20px 0;
}
.page_support_cases_list .list .item .item_con .time {
    color:#666;
    font-size:14px;
    line-height: 1;
}
.page_support_cases_list .list .item .item_con .tit {
    font-size:20px;
    line-height: 1.4;
    margin-top: 10px;
    height: 56px;
}
.page_support_cases_list .list .item .item_con .tag {
    height: 32px;
    border:1px solid #666;
    padding:0 15px;
    display: inline-block;
    border-radius: 100px;
    margin: 10px 10px 0 0;
    font-size:14px;
    transition:all .4s;
    line-height: 30px;
}
.page_support_cases_list .list .item:hover .item_con .tit {
    color:var(--theme-color);
}
.page_support_cases_list .list .item .item_con .tag:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}
/* page_support_faq */
 .page_support_faq {
    padding:70px 0 100px;
}
.page_support_faq_menu {
    justify-content: center;
    border-bottom: 1px solid #666;
}
.page_support_faq_menu .item {
    font-size:20px;
    margin: 0 36px;
    padding-bottom: 20px;
    cursor: pointer;
    font-family:'RobotoMedium';
    position: relative;
}
.page_support_faq_menu .item:after {
    content:'';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    width: 100%;
    height: 5px;
    background: var(--theme-color);
    border-radius: 100px;
    transition:all .4s;
}
.page_support_faq_menu .item.cur:after, .page_support_faq_menu .item:hover:after {
    transform: scale(1);
}
.page_support_faq_list .list {
    display: none;
    padding-top: 15px;
}
.page_support_faq_list .list:first-child {
    display: block;
}
.page_support_faq_list .list .item {
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}
.page_support_faq_list .list .item .tit {
    cursor: pointer;
    transition:all .4s;
}
.page_support_faq_list .list .item .tit h4 {
    font-size:24px;
    flex:1;
    min-width: 0;
    line-height: 1;
    padding-right: 20px;
}
.page_support_faq_list .list .item .tit i {
    font-size:30px;
    line-height: 1;
    transform: rotate(45deg);
    transition:all .4s;
}
.page_support_faq_list .list .item .desc {
    padding-top: 20px;
    font-size:18px;
    display: none;
}
.page_support_faq_list .list .item .tit.cur i {
    transform: rotate(0deg);
}
.page_support_faq_list .list .item:hover .tit {
    color:var(--theme-color);
}


/* page_news */

.page_news_menu{
    width: 390px;
    padding-left: 50px;
}
.page_news_menu .menu{
    background: var(--theme-color);
    padding: 25px;
    border-radius: 15px;
}
.page_news_menu .menu .j_tit{
    font-family: 'GoogleSansMedium';
    color:#fff;
    padding-bottom: 10px;
}
.page_news_menu .menu a.item{
    padding: 15px 0;
    display: block;
    border-bottom: 1px solid #ffffff40;
    color:#fff;
    line-height: 1.3;
    
}
.page_news_menu .menu a.item i{
    margin-right: 6px;
    line-height: 1.3;
    transition:all .5s;
}
.page_news_menu .menu a.item:hover i{
    margin-right: 10px;
}
.page_news_menu .quote{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 40px;
    border-radius: 15px;
    overflow: hidden;
}
.page_news_menu .quote .txt{
    font-family:var(--theme-fontBold);
    color:#fff;
    line-height: 1.2;
}


.page_news_list{
    flex:1;
    min-width: 0;
}
.page_news_list .list{
    margin:-20px;
}
.page_news_list .item_w{
    width:33.333%;
    display: block;
    padding:20px;
}


/* page_menu_public */

.page_menu_public {
    position: relative;
}
.page_menu_public .j_search{
    position: relative;
}
.page_menu_public .j_search .input{
    width: 250px;
    height: 50px;
    border: 2px solid #e5ecef;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 14px;
}
.page_menu_public .j_search button{
    position: absolute;
    right: 10px;
    top: 8px;
    border: none;
    outline: none;
    background: transparent;
    color:var(--theme-color);
    cursor: pointer;
}
.page_menu_public .j_search button i{
    font-size: 18px;
}

.page_menu_public .item{
    margin:0 0 0 20px;
}
.page_menu_public .item a{
    height: 50px;
    padding: 0 40px;
    background: #e5ecef;
    display: flex;
    align-items: center;
    border-radius: 8px;
    transition:all .5s;
}

.page_menu_public .item a:hover,.page_menu_public .item.cur a{
    background: var(--subtheme-color);
    color:#fff;
}

.no_banner_pos {
    margin-top:90px;
    height:60px;
}
.no_banner_pos span{
    color:var(--theme-color);
}
.no_banner_pos a{
    white-space: nowrap;
}
.no_banner_pos a:last-child{
    color:var(--subtheme-color);
}
.no_banner_pos a:hover{
    text-decoration: underline;
    color:var(--subtheme-color);
}
/* page_news_detail */

.page_news_detail_hd {
     flex:1;
     min-width: 0;
}
.page_news_detail_hd .columnname {
    color:#fff;
    height: 40px;
    font-family:'PoppinsSemiBold';
    background: var(--theme-color);
    border-radius: 5px;
    padding: 0 20px;
    display: inline-block;
    line-height: 40px;
}
.page_news_detail_hd h1 {
    font-family:'WixBold';
    line-height: 1.2;
}
.page_news_detail_hd .info {
    margin-top:40px;
    font-size:14px;
    color:#888;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding:15px 0;
}
.page_news_detail_hd .info .time {
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.page_news_detail_hd .info .time i {
    margin-right: 6px;
    font-size:18px;
}
.page_news_detail_hd .info .tag {
    color:#888;
    background: #f5f5f5;
    height: 30px;
    padding:0 20px;
    border-radius: 5px;
    margin-right: 15px;
    line-height:30px;
}
.page_news_detail_hd .info .tag:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}
.page_news_detail_hd .info .share {
    flex:1;
    min-width: 0;
    justify-content: flex-end;
}
.page_news_detail_hd .content {
    padding:35px 0 20px;
    min-height: 20vh;
    font-size:18px;
}
.page_news_detail_bd {
    width: 330px;
}
.page_news_detail_bd .j_tit {
    font-size:22px;
    color:#333;
    margin-bottom: 10px;
    font-family:'PoppinsSemiBold';
}
.page_news_detail_bd .list .item {
    background: #f5f7f5;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.page_news_detail_bd .list .item .item_con {
    padding: 20px;
}
.page_news_detail_bd .list .item .item_con .time {
    color:var(--theme-color);
    font-family:'PoppinsSemiBold';
}
.page_news_detail_bd .list .item .item_con .tit {
    font-family:'PoppinsSemiBold';
    color:#333;
    margin:5px 0 10px;
}
.page_news_detail_bd .list .item .item_con .btn {
    font-size:14px;
    color:#333;
    font-family:'PoppinsMedium';
    display: inline-block;
    position: relative;
}
.page_news_detail_bd .list .item .item_con .btn:after {
    content:'';
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
}

/* page_faq_list */

.page_faq_list.page_solution_show_panel4_right{
    margin: auto;   
    width: 60%;
    padding: 50px 0 0;
}
.page_faq_list.page_solution_show_panel4_right .item{
    padding: 0;
    margin-bottom: 20px;
    border-bottom: none;
}
.page_faq_list.page_solution_show_panel4_right .item .tit{
    background: #eceff7;
    padding:24px 18px;
    border-radius: 15px;
}
.page_faq_list.page_solution_show_panel4_right .item .tit h4:before{
    top: 16px;
}
.page_faq_list.page_solution_show_panel4_right .item .con{
    border: 1px solid #e7e7e7;
    border-radius: 0 0 15px 15px;
    padding: 20px 30px 30px;
}
.page_faq_list.page_solution_show_panel4_right .item.active .tit{
    border-radius: 15px 15px 0 0;
}

/* page_video */

.page_video_list{
    margin: -25px;
}
.page_video_list .item{
    padding: 25px;
    width: 33.333%;
}
.page_video_list .item .video{
    border-radius: 10px;
    overflow: hidden;
}
.page_video_list .item .video video{
    width: 100%;
    display: block;
}
.page_video_list .item .tit{
    font-family: 'GoogleSansMedium';
    text-align: center;
    line-height: 1.3;
}


/* page_certificates */
 .page_certificates {
    background: url("../images/map.png") no-repeat center top 80px;
}
.page_certificates_tit .con {
    margin-top: 30px;
}
.page_certificates_list1 {
    justify-content: space-around;
}
.page_certificates_list1 .item {
    margin: 0 20px;
    text-align: center;
}
/* page_factory_show_list */
 .page_factory_show_wrap {
    background-color: #f2f2f2;
}
.page_factory_show_list {
    margin: -20px;
}
.page_factory_show_list .item_w {
    padding: 20px;
    width: 50%;
    height: 100%;
}
.page_factory_show_list .item {
    background: #fff;
}
.page_factory_show_list .item .item_img {
    flex:1;
    min-width: 0;
    height: 100%;
}
.page_factory_show_list .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_factory_show_list .item .item_con {
    padding: 40px;
    width: 50%;
}
.page_factory_show_list .item .item_con .tit {
    font-family:'MagraBold';
}
.page_factory_show_list .item .item_con .desc {
    line-height: 1.4;
    margin-top: 10px;
}
.page_equipment_show {
    margin-top: 30px;
    overflow: hidden;
}
/* page_contact */
.page_contact .page_solution_show_panel4_left{
    width: 53%;
    padding: 0;
}
.page_contact_bd{
    flex:1;
    min-width: 0;
    padding-left: 160px;
    background: url("../images/map11.png") no-repeat right bottom -100px;
    position: relative;
}
.page_contact_bd:before{
    content:'';
    width: 1px;
    height: 100%;
    background: #e7e7e7;
    position: absolute;
    left: 80px;
    top: 0;
    display: block;
}
.page_contact_bd .tit{
    font-family: var(--theme-fontBold);
}
.page_contact_bd .info p{
    line-height: 1.1;
    color:var(--subtheme-color);
}
.page_contact_bd .info p a{
    line-height: 1;
}
.page_contact_bd .info p a:hover{
    text-decoration: underline;
}
.page_contact_bd .address .ico i{
    color:var(--theme-color);
}
.page_contact_bd .address .con{
    line-height: 1.3;
    padding-left: 8px;
    flex:1;
    min-width: 0;
}
.page_contact_bd .share .tit{
    margin-bottom: 10px;
    font-family: 'GoogleSansMedium';
}



/* page_service_panel1_wrap */

.page_service_panel1_wrap{
    background: url("../images/bg9.jpg") no-repeat center #e5ecef;
}
.page_service_panel1_list{
    margin: -13px;
}
.page_service_panel1_list .item_w{
    padding:13px;
    width: 25%;
}
.page_service_panel1_list .item{
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.page_service_panel1_list .item .item_img{
    position: relative;
    
}
.page_service_panel1_list .item .item_img .ico{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border:4px solid #fff;
    position: absolute;
    background: #e5ecef;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom:-50px;
    left: 0;
    transition:all 1s;
}
.page_service_panel1_list .item .item_img .img img{
    border-radius: 20px;
}
.page_service_panel1_list .item .item_con{
    padding: 50px 20px;
}
.page_service_panel1_list .item .item_con .tit{
    font-family: 'WixBold';
    line-height: 1.4;
    transition:all .5s;
}
.page_service_panel1_list .item .item_con .desc{
    line-height: 1.5;
    margin-top:8px;
}

.page_service_panel1_list .item:hover .item_img .ico{
    transform: rotateY(360deg);
}
.page_service_panel1_list .item:hover .item_con .tit{
    color:var(--theme-color);
}

/* page_service_panel2_list */

.page_service_panel2_list{
    margin: 0 -30px;
}
.page_service_panel2_list .item{
    padding: 0 30px;
    width: 16.666%;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    position: relative;
}
.page_service_panel2_list .item:after{
    content:'';
    background: url("../images/ico5.png") no-repeat;
    width: 68px;
    height: 45px;
    position: absolute;
    right: -35px;
    top: 35px;
    display: block;
}
.page_service_panel2_list .item:last-child:after{
    display: none;
}
.page_service_panel2_list .item .img{
    width: 118px;
    height: 118px;
    border: 5px solid #fff;
    background: var(--theme-color);
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all 1s;
}
.page_service_panel2_list .item .img:after{
    content:'';
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    position: absolute;
    left: -7px;
    top: -7px;
    display: block;
}
.page_service_panel2_list .item .tit{
    font-family: 'WixBold';
    margin-top:40px;
    transition:all .5s;
}
.page_service_panel2_list .item .desc{
    line-height: 1.5;
    margin-top: 15px;
}
.page_service_panel2_list .item:hover .img{
    transform: rotate(360deg);
}
.page_service_panel2_list .item:hover .tit{
    color:var(--theme-color);
}


.page_service_panel2_btn{
    display: flex;
    justify-content: center;
}
.page_service_panel2_btn a{
    display: inline-flex;
    height: 50px;
    border-radius: 100px;
    padding: 0 30px;
    background: var(--subtheme-color);
    color:#fff;
    align-items: center;
    font-family: 'WixBold';
    text-transform: uppercase;
    transition:all .5s;
}
.page_service_panel2_btn a i{
    margin-right: 10px;
}
.page_service_panel2_btn a:hover{
    background: var(--theme-color);
}


/* page_service_panel3_list */

.page_service_panel3{
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.page_service_panel3_list{
    flex:1;
    min-width: 0;
    padding:30px 60px;
}
.page_service_panel3_list .item{
    padding: 30px 0;
    border-bottom: 1px solid #9fabb0;
}
.page_service_panel3_list .item .item_img{
    width: 60px;
}
.page_service_panel3_list .item .item_con{
    flex:1;
    min-width: 0;
    padding-left: 30px;
}
.page_service_panel3_list .item .item_con .tit{
    font-family: 'WixBold';
}
.page_service_panel3_list .item .item_con .desc{
    line-height: 1.5;
    margin-top: 10px;
}
.page_service_panel3_img{
    width: 37.5%;
}
.page_service_panel3_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* page_solution */

.page_solution_panel1_con{
    max-width: 80%;
}
.page_solution_menu{
    margin: -20px;
}
.page_solution_menu .item{
    width: 50%;
    padding:20px;
}
.page_solution_menu .item a{
    display: block;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}
.page_solution_menu .item_con{
    border: 1px solid #e7e7e7;
    border-top: none;
    border-radius: 0 0 20px 20px;
    padding: 30px 40px;
}
.page_solution_menu .item_con .info{
    flex:1;
    min-width: 0;
    padding-right: 50px;
}
.page_solution_menu .item_con .info .tit{
    font-family: var(--theme-fontBold);
    color:var(--theme-color);
    line-height: 1.2;
    transition: all .6s;
}
.page_solution_menu .item_con .info .desc{
    line-height: 1.3;
    height: 46px;
}
.page_solution_menu .item_con .icon{
    width: 90px;
}
.page_solution_menu .item_img img{
    width: 100%;
    height: 375px;
    object-fit: cover;
}
.page_solution_menu .item a:hover .item_con .info .tit{
    color:var(--subtheme-color);
}


/* page_solution_show */

.page_solution_show_banner{
    border-radius:20px;
    overflow: hidden;
    position: relative;
}
.page_solution_show_banner:after{
    content:'';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90%;
    background: linear-gradient(to top ,#002273,transparent);
}
.page_solution_show_banner .j_img img{
    width: 100%;
}
.page_solution_show_banner .j_con{
    position: absolute;
    left: 10%;
    bottom: 15%;
    width: 80%;
    text-align: center;
    z-index: 2;
    color:#fff;
}
.page_solution_show_banner .j_con .desc{
    line-height: 1.4;
}


/* page_solution_show_panel1 */

.page_solution_show_panel1_list{
    margin: -15px;
}
.page_solution_show_panel1_list .item_w{
    width: 50%;
    padding: 15px;
}
.page_solution_show_panel1_list .item{
    padding: 40px;
    background: #eceff7;
    height: 100%;
    border-radius: 15px;
}
.page_solution_show_panel1_list .item .item_img{
    width: 80px;
}
.page_solution_show_panel1_list .item .item_con{
    flex:1;
    min-width: 0;
    padding-left: 50px;
}
.page_solution_show_panel1_list .item .item_con .tit{
    font-family: var(--theme-fontBold);
    line-height: 1.3;
    color:var(--theme-color);
}
.page_solution_show_panel1_list .item .item_con .desc{
    line-height: 1.5;
}

/* page_solution_show_panel2_list */

.page_solution_show_panel2_con{
    font-size: 20px;
    padding: 0 3%;
}
.page_solution_show_panel2_con h3{
    font-family: var(--theme-fontBold);
    font-size: 40px;
    color:var(--theme-color);
    margin-bottom: 20px;
    margin-left: -3%;
}
.page_solution_show_panel2_con p{
    line-height: 1.5;
}
.page_solution_show_panel2_list{
    margin: -30px;
}
.page_solution_show_panel2_list .item{
    width: 50%;
    padding: 30px;
}
.page_solution_show_panel2_list .item .item_img{
    border: 2px solid var(--subtheme-color);
    border-radius: 50%;
    width: 140px;
    height: 140px;
    overflow: hidden;
    position: relative;
}
.page_solution_show_panel2_list .item .item_img:before{
    width: 131px;
    height: 131px;
    display: block;
    content: '';
    border: 3px solid #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    z-index: 2;
}
.page_solution_show_panel2_list .item .item_img img{
    width: 136px;
    height: 136px;
    object-fit: cover;
}
.page_solution_show_panel2_list .item .item_con{
    padding-left: 35px;
    min-width: 0;
    flex:1;
}
.page_solution_show_panel2_list .item .item_con .tit{
    font-family: var(--theme-fontBold);
    color:var(--theme-color);
    transition: all .5s;
}
.page_solution_show_panel2_list .item:hover .item_con .tit{
    color:var(--subtheme-color);
}


/* page_solution_show_panel3_list */

.page_solution_show_panel3_list{
    overflow: hidden;
    position: relative;
}
.page_solution_show_panel3_list .item{
    padding: 30px 40px;
    background: #fff;
    border-radius: 20px;
    height: 100%;
}
.page_solution_show_panel3_list .item .item_img{
    width: 40%;
}
.page_solution_show_panel3_list .item .item_con{
    flex:1;
    min-width: 0;
    padding-left: 20px;
}
.page_solution_show_panel3_list .item .item_con .tit{
    font-family: 'GoogleSansMedium';
    line-height: 1.3;
    color:var(--theme-color);
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.page_solution_show_panel3_list .item .item_con .desc{
    line-height: 1.4;
    height: 76px;
}
.page_solution_show_panel3_list .item .item_con .btns{
    justify-content: flex-end;
}
.page_solution_show_panel3_list .item .item_con .pub_btn{
    height: 40px;
    margin-left: 20px;
}
.page_solution_show_panel3_list .pub_arrow .swiper-pagination .swiper-pagination-bullet{
    background: #fff;
}
.page_solution_show_panel3_list .pub_arrow .swiper-pagination .swiper-pagination-bullet-active{
    background: var(--subtheme-color);
}


/* page_solution_show_panel4 */

.page_solution_show_panel4{
    margin: 0 -50px;
}
.page_solution_show_panel4_left,.page_solution_show_panel4_right{
    width: 50%;
    padding: 0 50px;
}
.page_solution_show_panel4_left .form .input_box{
    display: flex;
    margin: -15px;
}
.page_solution_show_panel4_left .form .input_box .input{
    width: 50%;
    padding: 15px;
}
.page_solution_show_panel4_left .form .input_box label{
    font-size: 16px;
    color:#666;
    display: block;
    margin-bottom: 10px;
}
.page_solution_show_panel4_left .form .input_box label span{
    color:var(--subtheme-color);
}
.page_solution_show_panel4_left .form .input_box .input input,.page_solution_show_panel4_left .form .input_box .input textarea{
    width: 100%;
    height: 50px;
    background: #eceff7;
    border: none;
    padding:10px 20px;
    color:#333;
    border-radius: 10px;
    font-size: 16px;
    line-height: 30px;
}
.page_solution_show_panel4_left .form .input_box .input input::placeholder,.page_solution_show_panel4_left .form .input_box .input textarea::placeholder{
    color:#aaa;
}
.page_solution_show_panel4_left .form .input_box .input1{
    width: 100%;
}
.page_solution_show_panel4_left .form .tip i{
    margin-right: 10px;
    color:var(--theme-color);
}
.page_solution_show_panel4_left .form .tip p{
    font-size: 16px;
    color:#999;
    line-height: 1.5;
}
.page_solution_show_panel4_left .form .button button{
    font-size: 18px;
    border: none;
    outline: none;
    padding: 0 30px;
}
.page_solution_show_panel4_right .item{
    padding: 18px 0;
    border-bottom: 1px solid #e7e7e7;
}
.page_solution_show_panel4_right .tit{
    cursor: pointer;
}
.page_solution_show_panel4_right .item .tit h4{
    padding-left: 15px;
    flex:1;
    min-width: 0;
    position: relative;
    font-weight: normal;
    font-family: 'GoogleSansMedium';
    padding-right: 20px;
}
.page_solution_show_panel4_right .item .tit h4:before{
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    top: 19px;
    display: block;
    content:'';
}
.page_solution_show_panel4_right .item.active .tit h4{
    color: var(--theme-color);
}
.page_solution_show_panel4_right .item .tit i{
    transition: transform 0.3s ease;
}
.page_solution_show_panel4_right .item .con{
    display: none;
    padding-left: 18px;
    padding-top: 10px;
}
.page_solution_show_panel4_right .item .con .txt{
    flex:1;
    min-width: 0;
    color:var(--theme-color);
}
.page_solution_show_panel4_right .item .con .ico{
    background: #dbe3ea;
    color:var(--theme-color);
}
.page_solution_show_panel4_right .item.active .tit i {
    transform: rotate(45deg);
    color:var(--theme-color);
}


/* return */
 .return_page {
    margin-top: 60px;
    position: relative;
}
.return_page i {
    color:var(--theme-color);
    font-size:18px;
    margin-right: 6px;
}
.return_page a:hover {
    text-decoration: underline;
    color:var(--theme-color);
}
.ind_pad {
    padding:80px 0 90px;
}
.info_ly {
    background: #fff;
    padding-left: 4%;
    padding-right: 4%;
    display: flow-root;
}
.info_ly h2 {
    text-align: center;
    margin-bottom: 20px;
}
.info_ly .inp {
    width: 49.3%;
    height: 52px;
    line-height: 52px;
    background: #f6f6f6;
    display: block;
    float: left;
    margin-bottom: 16px;
    text-indent: 22px;
}
.info_ly .inp:nth-child(2n) {
    float: right;
}
.info_ly .inp2 {
    width: 100%;
}
.info_ly textarea {
    height: 150px;
    background: #f6f6f6;
    text-indent: 22px;
    padding-top: 16px;
    width: 100%;
    display: block;
}
.info_ly .sub {
    height: 52px;
    line-height: 52px;
    background:var(--theme-color);
    width: 100%;
    text-align: center;
    color: #fff;
    display: block;
    margin-top: 16px;
    text-transform: uppercase;
    border:none;
    cursor:pointer;
}