@charset"utf-8";


.right_online{position: fixed;top: 35%;right: 60px;z-index: 99999;}
.right_online li{text-align: center;position: relative;margin-bottom: 5px;cursor: pointer;}
.right_online li span{font-size: 26px;color: #fff;background:var(--theme-color);position: relative;z-index: 2;border-radius: 100%;display: block;line-height: 55px;width: 55px;height: 55px;}
.right_online li .box{
	position: absolute;right: 25px;top: 0;max-width: 0px;height: 55px;line-height: 55px;background:var(--theme-color);border-radius: 30px;border-top-right-radius: 0;border-bottom-right-radius: 0;
	overflow:hidden;
	-moz-transition:max-width 0.3s linear;
	transition:max-width 0.3s linear;
}
.right_online li:hover .box{max-width:300px;z-index: 1;}
.right_online li .box .p{color: #fff;font-size: 16px;width: 100%;white-space: nowrap;padding-left: 30px;padding-right: 40px;display: flex;line-height:55px;}
.right_online li.inq .addnum{width: 18px;height: 18px;position: absolute;top: 0;right: 0;text-align: center;line-height: 18px;background: red;color: #fff;border-radius: 500px;display: block;font-size: 12px;z-index: 9;}
.right_online li .ewmtp{width: 120px;height: 120px;right: 55px;border-radius: 5px;}
.right_online li .ewmtp .p{padding: 10px;}
.right_online li .ewmtp .p img{ width: 100%; height:100%;}
.j_tit1{
    color:#333;
}

#FixMenu{position: fixed;right: 15px;z-index: 10000;top: 50%;transform: translate(0,-50%);}
#FixMenu li{display: block;width: 120px;text-align:right;position: relative;line-height: 35px;padding-right: 22px;transition: all 0.5s;}
#FixMenu li:After{width: 2px;height: 0;content: "";position: absolute;background: rgba(218,218,218,0.9);bottom: -26px;transition: all 0.5s;right: 4px;}
#FixMenu li a{display: block;color: #d2d2d2;}
#FixMenu li em{position: absolute;width: 10px;right:0px;top: 50%;transform: translateY(-50%);height: 10px;border-radius: 50%;background:#d2d2d2;}
#FixMenu li span{opacity: 0;transition: all 0.5s;text-align:right;}
#FixMenu li:hover span{opacity: 1;}
#FixMenu li a{color:var(--theme-color);}
#FixMenu li.active{margin-bottom: 20px;}
#FixMenu li.active:After{height: 27px;}
#FixMenu li.active em,#FixMenu li:hover em{box-shadow: 8px 9px 7px rgba(1,64,149,0.1);}
#FixMenu li.active em,#FixMenu li:hover em{width: 25px;height: 25px;right:-8px;border: 2px solid var(--theme-color);	background:var(--theme-color);}
#FixMenu li:nth-child(5):After{display: none;}
/* #FixMenu li:nth-child(1){display: none !important;} */
#FixMenu li:last-child:after{display: none !important;}


.header{
    height: 85px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    justify-content: space-between;
    z-index: 999;
    background: transparent;
    transition:all .4s;
    border-bottom: 1px solid #ffffff50;
    padding: 0 3%;
}

.header_wrap{
    height:85px;
    z-index: 100;
    justify-content:space-between;
}

.header .logo{
    
}
.nav_info{
    padding: 0 35px;
}
.nav .nav_li{
    padding:24px 15px;
    position: relative;
}
.nav .nav_li .nav1 a{
    display: block;
    line-height:38px;
    position: relative;
    text-transform: capitalize;
    transition:all 0s;
    white-space: nowrap;
    padding: 0 15px;
    z-index: 1;
    font-size: 18px;
    font-family: 'ProximaNovaSemibold';
    color:#fff;
    border-radius:100px;
}
.nav .nav_li .nav1 a:before{
    content:'';
    display: block;
    content:'';
    width:100%;
    height: 100%;
    background: var(--subtheme-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:85px;
    background:rgba(0,0,0,.9);
    left:0;
    width:330px;
    z-index: -1;
    padding:20px;
    border-radius: 6px;
}

.nav .nav_li .nav2>a{
    height: 36px;
    display: block;
    line-height: 36px;
    padding:0 10px 0 22px;
    margin-top: 3px;
    text-transform: capitalize;
    color:#fff;
    border-radius: 6px;
    position: relative;
}
.nav .nav_li .nav2>a:before{
    content:'';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 10px;
    top: 16px;
}
.nav .nav_li .nav2>a:hover{
    background: #f5f5f5;
    color:#333;
}
.nav .nav_li .nav2>a:hover:before{
    background: var(--theme-color);
}
.nav .nav_li .nav2.nav2_pro{
    width: 100%;
    padding: 40px 20px;
}
.nav .nav_li .nav2.nav2_pro .item{
    flex:1;
    padding: 0 50px;
    border-right: 1px solid #ffffff30;
}
.nav .nav_li .nav2.nav2_pro .item:last-child{
    border-right: none;
}
.nav .nav_li .nav2.nav2_pro .item a{
    display: block;
    color:#aaa;
}
.nav .nav_li .nav2.nav2_pro .item a.a1{
    padding-bottom: 10px;
    text-transform: uppercase;
    color:#fff;
}
.nav .nav_li .nav2.nav2_pro .item a.a2{
    position: relative;
    padding-left: 12px;
}
.nav .nav_li .nav2.nav2_pro .item a.a2:before{
    position: absolute;
    left: 0;
    top: 10px;
    content:'';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #aaa;
}
.nav .nav_li .nav2.nav2_pro .item a:hover{
    text-decoration: underline;
}

.nav .nav_li .nav2_wrap.nav2_product_wrap{
    width: 1400px;
    left: 100px;
    padding: 30px 20px;
    height: 450px;
}
.nav2_product_wrap_flex .hd{
    width: 280px;
}
.nav2_product_wrap_flex .hd a.nav2_p{
    height: 50px;
    line-height: 50px;
    font-size:18px;
    display: block;
    padding: 0 22px;
    margin-bottom: 10px;
    font-family: 'PoppinsMedium';
}
.nav2_product_wrap_flex .hd a.nav2_p.cur{
    background: #eee;
    color:var(--theme-color);
}
.nav2_product_wrap_flex .bd{
    flex:1;
    min-width: 0;
    padding-left: 30px;
}
.nav2_product_wrap_flex .bd .nav2_product_right_wrap{
    display: none;
}
.nav2_product_wrap_flex .bd .nav2_product_right_wrap:first-child{
    display: block;
}
.nav2_product_right{
    margin:0 -50px;
}
.nav2_product_right .np_item{
    padding: 0 50px;
    flex:1;
}
.nav2_product_right .np_item>a{
    font-family: 'PoppinsMedium';
}
.nav2_product_right .np_item .p_list a{
    margin-top: 20px;
}
.nav2_product_right .np_item .p_list .img{
    width: 60px;
    height: 60px;
}
.nav2_product_right .np_item .p_list h4{
    font-size:12px;
    flex:1;
    color:#333;
    padding-left: 20px;
}
.nav a{
    color:#333;
}
.nav a:hover{
    color:var(--theme-color);
}
.nav .nav_li.nav_li2{
    position: static;
}
.nav2_pro_flex{
    width: 1000px;
    margin: auto;
}



.h_right_btn .search{
    padding: 0 50px 0 0;
    position: relative;
    cursor: pointer;
    color:#fff;
}


.h_right_btn .language{
    position: relative;
}
.h_right_btn .language .btn{
    border: 1px solid #fff;
    border-radius: 100px;
    height: 32px;
    padding: 0 20px;
    cursor: pointer;
    color:#fff;
    transition:all .5s;
}
.h_right_btn .language .btn img{
    width: 17px;
    transition:all .5s;
}
.h_right_btn .language .btn .img2{
    display: none;
}
.h_right_btn .language .btn span{
    font-family: 'ProximaNovaSemibold';
    margin-left: 10px;
}
.h_right_btn .language .btn:hover{
    border-color:var(--subtheme-color);
    background: var(--subtheme-color);
}

.h_right_btn .language .list{
    position: absolute;
    left: -20px;
    top: 32px;
    width: 160px;
    background: #fff;
    padding: 5px 15px 10px;
    display: none;
    border-radius: 3px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
}
.h_right_btn .language:hover .list{
    display: block;
}

.h_right_btn .language .list a img{
    height: 16px;
    margin-right: 6px;
}
.h_right_btn .language .list a h4{
    flex:1;
    min-width: 0;
    padding-left: 5px;
    line-height: 1.2;
}
.h_right_btn .language .list a:hover{
    color:var(--theme-color);
}

.header.header_on{
    background:rgba(0,0,0,.95);
    backdrop-filter: saturate(180%) blur(6px);
    border-bottom: none;
}




/* banner */
 .banner {
    position: relative;
    overflow: hidden;
}
.banner .item_img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.banner .item .item_desc_w {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner .item .item_desc_w .item_desc{
    text-transform: uppercase;
    text-align: right;
    font-family:var(--theme-font-bold);
}
.banner .item .item_desc_w .btn_w{
    display: flex;
    justify-content: flex-end;
}
.banner .item .item_desc_w .btn{
    margin-top: 30px;
    width: 220px;
    height: 50px;
    background: #000;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family:'ProximaNovaSemibold';
    transition:all .5s;
}
.banner .item .item_desc_w .btn img{
    margin-left: 20px;
}
.banner .item .item_desc_w .btn:hover{
    background: var(--theme-color);
}

.banner .swiper-pagination {
    z-index: 10;
    bottom: 20px;
    width: 100%;
    color:rgba(255, 255, 255, .5);
}
.banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0 20px;
    background: #ffffff30;
    opacity: 1;
    width: 100px;
    height: 3px;
    border-radius: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
    background:#ffffff;
}
.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 {
    color:#ffffff50;
    
}
.banner .swiper-button-prev{
    left:7%;
}
.banner .swiper-button-next{
    right:7%;
}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after {
    font-size: 36px;
    font-weight: bold;
}
.banner .swiper-button-next:hover, .banner .swiper-button-prev:hover{
    color:#ffffff;
}

/* tit_box1 */

.tit_box1 .tit h4 {
    text-transform: uppercase;
}
.tit_box1 .tit h4 img{
    margin-right: 10px;
}
.tit_box1 .tit p {
    line-height: 1.4;
    margin-top: 10px;
    color:#333;
}
.tit_box2 {
    text-align: center;
    padding:60px 0 45px;
}
.tit_box2 .tit h4 {
    line-height: 1.1;
    font-size:36px;
    font-family:var(--theme-font-bold);
    text-transform: uppercase;
}
.tit_box2 .tit h4:after{
    content:'';
    width: 120px;
    height: 1px;
    background: #333;
    margin: 20px auto 0;
    display: block;
}
.tit_box2 .tit p {
    font-size:18px;
    margin-top:30px;
    color:#333;
}
.bg1 {
    background:#e5ecef;
    overflow: hidden;
}
.bg2 {
    background:var(--theme-color);
}
.bg3 {
    background: #f5f5f5;
}
/* product_menu */


.product_menu_img{
    width: 50%;
    height:100vh;
}
.product_menu_img img{
    height: 100%;
    width: 100%;
}

.product_menu_con{
    flex:1;
    min-width: 0;
    padding: 0 10%;
}
.product_menu_con .j_tit{
    text-transform: uppercase;
    text-align: center;
}

.product_menu{
    overflow: hidden;
    position: relative;
}
.product_menu .item{
    text-align: center;
}
.product_menu .item .item_img{
    padding:0 12% ;
}
.product_menu .item .item_con .mark{
    width: 68px;
    height: 20px;
    border-radius: 5px;
    background: var(--theme-color);
    color:#fff;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding-top:4px;
}
.product_menu .item .item_con .tit{
    font-family: 'ProximaNovaSemibold';
    text-transform: uppercase;
    margin-top: 15px;
}
.product_menu .item .item_con .subtit{
    color:#666;
}
.product_menu .swiper-button-prev,.product_menu .swiper-button-next{
    color:#333;
    top: 40%;
}
.product_menu .swiper-button-prev:after,.product_menu .swiper-button-next:after{
    font-size: 20px;
}
.product_menu .swiper-button-prev:hover,.product_menu .swiper-button-next:hover{
    color:var(--theme-color);
}
.product_menu .swiper-pagination{
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}
.product_menu .swiper-pagination-bullet{
    background: #ccc;
    width: 40px;
    height: 1px;
    border-radius: 0;
    margin: 0;
    opacity: 1;
    transition:all .5s;
}
.product_menu .swiper-pagination-bullet-active{
    background: #000;
}


.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;
    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);
}


/* about */

.about_wrap{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.about{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    position: relative;
}
.about_video_btn{
    color:#ffffff50;
    margin-bottom: 10%;
    cursor: pointer;
    transition:all .5s;
}
.about_video_btn:hover{
    color:#ffffff;
}
.about_video_btn i{
    font-size: 80px;
}
.about_btn{
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
}
.about_btn a{
    width: 240px;
    height: 55px;
    display: flex;
    border-radius: 6px;
    justify-content: center;
    background: #ffffff30;
    align-items: center;
    font-family: 'ProximaNovaSemibold';
    text-transform: uppercase;
    color:#fff;
    overflow: hidden;
    transition:all .5s;
    position: relative;
    z-index: 1;
}
.about_btn a:after{
    background: #fff;
    content:'';
    display: block;
    width: 5px;
    transition:all .5s;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}
.about_btn a:hover{
    color:#000;
}
.about_btn a:hover:after{
    width: 100%;
}


.layer_video_bg{
    position: fixed;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 19920800;
}
.layer_video_content{
    width: 50%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 19920801;
    text-align: center;
}
.layer_video_content .video_content_close{
    cursor: pointer;
    position: fixed;
    right: 0;
    top: -35px;
}
.layer_video_content .video_content_close i{
    color: #fff;
    font-size: 25px;
}

.layer_video_content video{
    width: 100%;
    height: 450px;
}

/* product_list */

 .product_list {
    width: 100%;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}

/* 轮播项基础样式 - 关键：添加内边距优化间距视觉效果 */
.product_list .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    color: white;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-origin: center center;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    opacity: 1;
    /* 可选：给轮播项加内边距，让间距视觉更柔和 */
    padding: 0 8px; 
    /* 关键：设置轮播项的基础宽度，避免间距导致变形 */
    width: calc(100% - 16px); 
}

/* 轮播项内容容器 - 独立的内容区域，不影响间距 */
.product_list .item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform-style: preserve-3d;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
}
.product_list .item .tit{
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.product_list .swiper-slide.hidden {
    opacity: 0.2;
}

.product_list_txt{
    text-align: center;
    text-transform: uppercase;
}



/* contact_form */

.contact{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
    padding-right: 80px;
}
.contact_form{
    width: 50%;
    background: #fff;
    border-radius: 30px;
    padding: 40px;
}
.contact_form .j_tit h4{
    line-height: 1.2;
    color:var(--theme-color);
    flex:1;
    font-weight: normal;
    font-family: 'ProximaNovaSemibold';
}
.contact_form .j_tit a{
    display: block;
    font-family: 'ProximaNovaSemibold';
    position: relative;
    transition: all .5s;
}
.contact_form .j_tit a:before,.contact_form .j_tit a:after{
    content:'';
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
    transition:all .5s;
}
.contact_form .j_tit a:hover{
    color:var(--theme-color);
}
.contact_form .j_tit a:after{
    width: 0;
    background: var(--theme-color);
}
.contact_form .j_tit a:hover:after{
    width: 100%;
}
.contact_form .form{
    margin-top: 25px;
}
.contact_form .form .input_box{
    margin: -15px;
    display: flex;
}
.contact_form .form .input{
    padding: 15px;
    width: 50%;
}
.contact_form .form .input input,.contact_form .form .input textarea{
    width: 100%;
    border: none;
    outline: none;
    background: #eee;
    height: 45px;
    padding: 10px 15px;
    line-height: 25px;
    border-radius: 8px;
}
.contact_form .form .input.input_textarea{
    padding: 15px 0;
    width: 100%;
}
.contact_form .form .input.input_textarea textarea{
    width: 100%;
    height: 120px;
}

.contact_form .form .tip_btn .tip{
    text-transform: uppercase;
    line-height: 1.3;
    color:#333;
    flex:1;
}
.contact_form .form .tip_btn .button button{
    width: 150px;
    height: 45px;
    border-radius: 8px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color:#fff;
    border: none;
    outline: none;
    cursor: pointer;
    transition:all .5s;
}
.contact_form .form .tip_btn .button button:hover{
    background: var(--theme-color);
}




/* footer */
 .footer {
    background:#111;
    overflow: hidden;
    height: 360px!important;
}
.footer_hd {
    color:#fff;
    position: relative;
    padding-right: 5%;
}
.footer_hd:before{
    background:rgba(255, 255, 255, .1);
    width: 1000%;
    height: 1px;
    display: block;
    content:'';
    left: -200%;
    bottom:-1px;
    position: absolute;
}
.footer_hd .txt{
    flex:1;
}
.footer_hd .txt h4{
    font-size: 40px;
    font-family: 'WixBold';
    color:var(--subtheme-color);
    line-height: 1.4;
}
.footer_hd .txt p{
    font-size: 20px;
}
.footer_hd .btn a{
    height: 50px;
    border: 2px solid #fff;
    padding: 0 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    font-family: 'WixBold';
    transition:all .5s;
}
.footer_hd .btn a i{
    font-weight: bold;
    margin-left: 20px;
    font-size: 18px;
}
.footer_hd .btn a:hover{
    background: var(--subtheme-color);
    border-color: var(--subtheme-color);
}

.footer_menu{
    color:#fff;
}
.footer_menu a{
    color:#fff;
}

.footer_menu .item{
    padding: 0 10px;
    flex:1;
}
.footer_menu .item .tit{
    font-size: 20px;
    font-family: 'ProximaNovaSemibold';
    margin-bottom: 10px;
}
.footer_menu .item .menu a{
    display: block;
}
.footer_menu .item .menu a:hover{
    text-decoration: underline;
    color:var(--subtheme-color);
}
.footer_menu .item.item_contact{
    flex:1.5;
    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;
}
.footer_menu .item.item_contact .menu p span{
    padding: 0 5px;
}
.footer_menu .item.item_contact .follow_list span{
    margin-right: 20px;
}
.footer_copyright_wrap{
    border-top: 1px solid #ffffff30;
    padding: 20px 0;
}
.footer_copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
}

.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 {
    position: relative;
}
.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;
}
.page_banner_con .info {
    width: 100%;
    text-align: center;
}
.page_banner_con .tit {
    text-transform: uppercase;
}
.page_banner_con .subtit {
    margin-top:20px;
}
.page_banner_con .pos {
    text-transform: capitalize;
    position: absolute;
    bottom: 10px;
    font-size: 14px;
}
.page_banner_con .pos a {
    padding: 0 3px;
}
.page_about_banner_con {
    padding-right: 13%;
    top: 24%;
    align-items:flex-end;
}
.page_about_banner_con .tit {
    color:#333;
}
.page_product_banner_con {
    position: absolute;
    left: 0;
    top:80px;
    width: 100%;
    text-align: center;
}
.page_product_banner_con .tit {
    font-size:70px;
    font-family:'RobotoMedium';
    line-height: 1;
}
.page_product_banner_con .subtit {
    font-size:40px;
}
.page_product_banner_con a {
    width: 150px;
    height: 40px;
    border-radius: 100px;
    background: var(--theme-color);
    font-size:14px;
    font-family:'RobotoBold';
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:25px auto 0;
    color:#fff;
    transition:all .4s;
}
.page_product_banner_con a:hover {
    background: #333;
}
.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_index_panel1 */

.page_product_index_panel1{
    margin: 0 -40px;
}
.page_product_index_panel1 .item{
    padding: 0 40px;
}
.page_product_index_panel1 .item a{
    display: block;
    position: relative;
}
.page_product_index_panel1 .item .tit{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    text-transform: uppercase;
    color:#fff;
    padding: 60px;
}

/* page_product_index_panel2 */

.page_product_index_panel2_w .tit_box2{
    border-top: 1px solid #333;
}
.page_product_index_panel2 .item{
    padding:50px 45px 20px;
    background: #f9f9f9;
    position: relative;
}
.page_product_index_panel2 .item a{
    display: block;
}
.page_product_index_panel2 .item .tit{
    text-align: center;
    margin-top: 30px;
}
.page_product_index_panel2 .item a .item_img img{
    mix-blend-mode:multiply;
}

.layer_msg{
    position: absolute;
    right: 11px;
    top: 14px;
    width: 19px;
    cursor: pointer;
}
.layer_msg img{
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.layer_msg .img1{
    display: block;
}
.layer_msg .img2{
    display: none;
}
.layer_msg:hover .img1{
    display: none;
}
.layer_msg:hover .img2{
    display:block;
}


/* page_index_pro_scroll_wrap */

.page_index_pro_scroll_wrap{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page_index_pro_scroll_wrap .tit_box2 .tit h4{
    color:#fff;
}
.page_index_pro_scroll{
    position: relative;
    overflow: hidden;
}
.page_index_pro_scroll .item{
    display: block;
    background: #fff;
    border-radius: 15px;
}
.page_index_pro_scroll .item .item_con{
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page_index_pro_scroll .item .item_con .tit{
    margin-bottom: 10px;
    transition:all .5s;
    font-family: 'WixBold';
}
.page_index_pro_scroll .item:hover .item_con .tit{
    color:var(--subtheme-color);
}


/* page_product_advantage */

.page_product_advantage{
    margin: -15px -30px;
}
.page_product_advantage .item_w{
    width: 33.333%;
    padding: 15px 30px;
}
.page_product_advantage .item{
    transition:all .5s;
    position: relative;
    padding: 32px;
    border-radius: 20px;
    overflow: hidden;
    flex-direction: column;
    height: 100%;
}
.page_product_advantage .item:after{
    content:'';
    width: calc(100% - 30px);
    height: 1px;
    left: 15px;
    bottom: 0;
    background: #9fabb0;
    display: block;
    position: absolute;
}

.page_product_advantage .item .tit{
    font-family: 'WixBold';
    margin: 10px 0;
    text-align: center;
    line-height: 1.3;
}
.page_product_advantage .item .desc{
    text-align: center;
    color:#333;
    line-height: 1.5;
}
.page_product_advantage .item:hover{
    background: #fff;
}


/* 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_menu */

.page_product_menu{
    width: 410px;
    padding-right: 40px;
}
.page_product_menu .menu{
    padding: 15px;
    border-radius: 20px;
}
.page_product_menu .menu .hd{
    padding: 10px 0;
}
.page_product_menu .menu .hd a{
    font-family: 'WixBold';
    flex:1;
    margin-left: 10px;
}
.page_product_menu .menu .hd i,.page_product_menu .menu .hd.cur i:hover{
    transform: rotateX(180deg);
    transition:all .5s;
}
.page_product_menu .menu .hd.cur i{
    transform: rotateX(0deg);
}
.page_product_menu .menu .bd{
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px;
}
.page_product_menu .menu .bd a i{
    font-size: 12px;
    margin-right: 5px;
}
.page_product_menu .menu .bd a:hover{
    color:var(--theme-color);
}
.page_product_menu .get_quote{
    background: url("../images/bg6.jpg") no-repeat center top;
    border-radius: 20px;
    padding: 150px 29px 35px;
    color:#fff;
}
.page_product_menu .get_quote .txt{
    font-family: 'WixSemiBold';
    line-height: 1.3;
}
.page_product_menu .get_quote .btn{
    width: 180px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 100px;
    transition:all .5s;
    margin-top: 35px;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'WixBold';
    cursor: pointer;
}
.page_product_menu .get_quote .btn i{
    margin-left: 10px;
}
.page_product_menu .get_quote .btn:hover{
    background: #fff;
    color:var(--theme-color);
}


/* page_product_list */

.page_product_list{
    margin: -20px;
}
.page_product_list .item_w{
    padding: 20px;
    width: 25%;
}
.page_product_list .item{
    padding:50px 45px 20px;
    background: #f9f9f9;
    position: relative;
}
.page_product_list .item a{
    display: block;
}
.page_product_list .item .tit{
    text-align: center;
    margin-top: 30px;
    transition:all .5s;
}
.page_product_list .item a:hover .tit{
    color:var(--theme-color);
}
.page_product_list .item .img img{
    mix-blend-mode: multiply;
}
.page_product_list .item_more{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: center;
    transition:all .5s;
    text-align: center;
}
.page_product_list .item_more .txt{
    text-transform: uppercase;
    font-family: var(--theme-font-bold);
}
.page_product_list .item_more:hover{
    color:var(--theme-color);
}

.loading-tips{
    gap: 6px;
    justify-content: center;
}
.loading-tips div{
    width: 12px;
    height: 12px;
    background-color:#111;
    border-radius: 50%;
    animation: bounce 1.4s ease-in-out infinite both;
}
.loading-tips > div:nth-child(1) { animation-delay: -0.32s; }
.loading-tips > div:nth-child(2) { animation-delay: -0.16s; }
@keyframes bounce {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(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_menu_wrap{
    position: sticky;
    top:85px;
    z-index: 9;
    padding: 20px 0;
}
.page_about_menu_w{
    justify-content: center;
}
.page_about_menu{
    height: 50px;
    border-radius: 100px;
    background: var(--theme-color);
    overflow: hidden;
    display: inline-flex;
}
.page_about_menu .item{
    color:#fff;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    cursor: pointer;
    border-radius: 100px;
}
.page_about_menu .item.cur{
    background: var(--subtheme-color);
}

/* page_about_panel1 */

.page_about_panel1_wrap{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page_about_panel1{
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

/* page_about_panel2 */
.page_about_panel2_img{
    width: 50vw;
    height: 100vh;
}
.page_about_panel2_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_about_panel2_con{
    flex:1;
    min-width: 0;
    padding: 100px 8.3vw 50px 6vw;
}
.page_about_panel2_con .tit{
    text-transform: uppercase;
    font-family: var(--theme-font-bold);
}

/* page_about_panel3_wrap */

.page_about_panel3_wrap{
    background: #33200a;
}
.page_about_panel3{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.page_about_panel3_tit{
    color:#fff;
    text-align: center;
    margin: 0 auto;
}
.page_about_panel3_tit .tit{
    font-family: var(--theme-font-bold);
    text-transform: uppercase;
}

.page_about_panel3_list{
    position: relative;
    overflow: hidden;
}
.page_about_panel3_list .item .item_img{
    width: 50%;
}
.page_about_panel3_list .item .item_con{
    flex:1;
    min-width: 0;
    padding: 80px 12vw 50px 6vw;
    color:#fff;
}
.page_about_panel3_list .item .item_con .tit{
    font-family: var(--theme-font-bold);
    position: relative;
}
.page_about_panel3_list .item .item_con .tit:before{
    content:'';
    width: 160px;
    height: 1px;
    display: block;
    content:'';
    background: #fff;
    position: absolute;
    left: -190px;
    top: 20px;
}
.page_about_panel3_list .arrow{
    position: absolute;
    right: 8.3vw;
    bottom: 50px;
    display: flex;
}
.page_about_panel3_list .swiper-button-prev,.page_about_panel3_list .swiper-button-next{
    position: static;
    margin: 0;
    color:#fff;
}
.page_about_panel3_list .swiper-button-prev:after,.page_about_panel3_list .swiper-button-next:after{
    font-size: 20px;
    transition:all .5s;
}
.page_about_panel3_list .swiper-button-prev:hover:after,.page_about_panel3_list .swiper-button-next:hover:after{
    font-size: 24px;
}


/* page_about_panel4 */

.page_about_panel4{
    height: 100%;
}
.page_about_panel4_img{
    width: 50vw;
    height: 100vh;
}
.page_about_panel4_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_about_panel4_con{
    flex:1;
    min-width: 0;
    padding: 100px 6vw 50px 15vw;
}
.page_about_panel4_con .tit{
    font-family: var(--theme-font-bold);
    text-transform: uppercase;
}

/* page_about_panel5_wrap */

.page_about_panel5_wrap{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-color: #111;
}
.page_about_panel5{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.page_about_panel5_con{
    color:#fff;
    text-align: center;
}
.page_about_panel5_con .tit{
    text-transform: uppercase;
    font-family: var(--theme-font-bold);
}




/* 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 {
    width:50%;
    position: relative;
    height: 100vh;
}
.pd_detail_hd .pics .mySwiper2 {
    flex:1;
    min-width: 0;
    margin:0;
    overflow: hidden;
    position: relative;
}
.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: 100vh;
    object-fit: cover;
}
.pd_detail_hd .pics .mySwiper1_w {
    padding:20px 0;
}
.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 #c8c8c8;
    overflow: hidden;
    height:120px;
    width: 100%;
    padding: 5px;
}
.pd_detail_hd .pics .mySwiper .swiper-slide.swiper-slide-thumb-active .img {
    border:1px solid var(--theme-color);
}
.pd_detail_hd .pics .mySwiper .swiper-slide .img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.pd_detail_hd .pics .mySwiper2 .swiper-button-next, .pd_detail_hd .pics .mySwiper2 .swiper-button-prev {
    z-index: 99;
    width:50px;
    height: 50px;
    opacity: 1;
    background:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#666;
    border-radius: 50%;
    transition:all .5s;
}
.pd_detail_hd .pics .mySwiper2 .swiper-button-next:after, .pd_detail_hd .pics .mySwiper2 .swiper-button-prev:after {
    font-size:18px;
    font-weight: bold;
}
.pd_detail_hd .pics .mySwiper2 .swiper-button-next:hover, .pd_detail_hd .pics .mySwiper2 .swiper-button-prev:hover {
    background: var(--theme-color);
    color:#fff;
}
.pd_detail_hd .infos {
    flex: 1;
    min-width: 0;
    padding-right: 8.3vw;
    padding-left: 3.2vw;
}
.pd_detail_hd .infos .infos_bd{
    padding:35px 0 0 50px;
}
.pd_detail_hd .infos .infos_bd .tit_btn{
    position: relative;
    width: 100%;
}
.pd_detail_hd .infos h1 {
    line-height: 1.1;
    font-family: var(--theme-font-bold);
}
.pd_detail_hd .infos .desc p{
    padding-left: 22px;
    background: url("../images/ico3.png") no-repeat left 5px;
    background-size: 15px auto;
}
.pd_detail_hd .infos .swiper{
    margin-right: 50px;
    margin-bottom: 40px;
}
.pd_detail_hd .infos .swiper .img{
    border-radius: 15px;
    overflow: hidden;
}
.pd_detail_hd .infos .swiper .img img{
    width: 100%;
}


.accordion{
    border-top: 1px solid #999;
}
.accordion_item{
    border-bottom: 1px solid #999;
}
.accordion_item .j_tit{
    display: flex;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    transition:all .5s;
}
.accordion_item .j_tit h4{
    font-family: 'ProximaNovaSemibold';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 20px;
    flex:1;
    line-height: 1;
}
.accordion_item .j_tit i{
    transition: transform 0.3s ease;
}
.accordion_item .j_con{
    display: none;
    overflow: hidden;
    background-color: #fff;
    transition: max-height 0.5s ease, padding 0.5s ease;
    margin-bottom: 20px;
}
.accordion_item.active .j_tit{
    color:var(--theme-color);
}
.accordion_item.active .j_tit i {
    transform: rotate(45deg);
    color:var(--theme-color);
}

#accordion2 .accordion_item .j_tit h4{
    text-transform: none;
}

.pd_detail_bd .item{
    background: #33200a;
}
.pd_detail_bd .item:nth-child(2n){
    flex-direction: row-reverse;
}
.pd_detail_bd .item .item_img{
    width: 50%;
}
.pd_detail_bd .item .item_img img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.pd_detail_bd .item .item_con{
    flex:1;
    min-width: 0;
    padding: 50px 5vw 50px 16vw;
    color:#fff;
}
.pd_detail_bd .item .item_con .tit{
    font-family: var(--theme-font-bold);
    
}
.pd_detail_bd .item .item_con .desc p{
    margin-bottom: 30px;
}
.pd_detail_bd .item:nth-child(2n) .item_con{
    padding: 50px 16vw 50px 5vw;
}

.pd_detail_faq{
    width: 690px;
    margin: auto;
}



/* 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_latest_news_tit{
    font-family: var(--theme-font-bold);
    text-transform: uppercase;
}



.page_latest_news{
    position: relative;
    overflow: hidden;
}
.page_latest_news .item{
    border-radius:16px;
    overflow: hidden;
    background: #fff;
    overflow: hidden;
}
.page_latest_news .item_con{
    flex:1;
    min-width: 0;
    padding:50px 65px;
}

.page_latest_news .item_con .tit{
    line-height: 1.3;
    transition:all .4s;
    font-family:'WixBold';
    margin: 10px 0 20px;
}
.page_latest_news .item_con .time{
    color:#666;
    font-family: 'WixBold';
}
.page_latest_news .item_con .time span{
    color:var(--theme-color);
}
.page_latest_news .item_con .desc{
    margin-bottom: 50px;
}
.page_latest_news .item_con .more{
    border-radius: 100px;
    width: 145px;
    height: 45px;
    border-radius: 100px;
    background:var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .5s;
    color:#fff;
    margin-top: 50px;
}
.page_latest_news .item_con .more:hover{
    background:#0b8346;
}
.page_latest_news .item_con .more i{
    margin-left: 8px;
}
.page_latest_news .item_img{
    width: 40%;
}
.page_latest_news .item_img img{
    width: 100%;
    object-fit: cover;
}
.page_latest_news .arrow{
    position: absolute;
    right: 50px;
    bottom: 50px;
}
.page_latest_news .arrow .swiper-button-prev,.page_latest_news .arrow .swiper-button-next{
    position: initial;
    width: 40px;
    height: 40px;
    background:#f5f5f5;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 1;
    margin: 0;
    transition: all .5s;
    margin-left:10px;
}
.page_latest_news .arrow .swiper-button-prev:after,.page_latest_news .arrow .swiper-button-next:after{
    font-size: 16px;
    font-weight: bold;
}
.page_latest_news .arrow .swiper-button-prev:hover,.page_latest_news .arrow .swiper-button-next:hover{
    background: var(--theme-color);
    color:#fff;
}

.page_latest_news .item:hover .item_con .tit{
    color:var(--theme-color);
}
.page_latest_news .item:hover .item_con .more{
    background: var(--subtheme-color);
    color:#fff;
}


.page_news_list .list{
    margin:-25px;
}
.page_news_list .item{
    width:33.333%;
    display: block;
    padding:25px;
}
.page_news_list .item a{
    display: block;
    transition:all .5s;
}
.page_news_list .item .item_img{
    overflow: hidden;
    position: relative;
}
.page_news_list .item .item_img img{
    width: 100%;
}
.page_news_list .item .item_img .time{
    height: 28px;
    background: var(--theme-color);
    color:#fff;
    padding: 0 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.page_news_list .item .item_con{
    padding: 25px 0 0;
}
.page_news_list .item .item_con .time{
    color: #666;
}
.page_news_list .item .item_con .time span{
    color:var(--theme-color);
    text-transform: uppercase;
}
.page_news_list .item .item_con .tit{
    transition: all .4s;
    line-height: 1.3;
    margin-top: 5px;
    font-family: 'ProximaNovaSemibold';
    height: 62px;
    margin:5px 0 10px;
}
.page_news_list .item .item_con .desc{
    line-height: 1.5;
    color:#666;
    margin-bottom: 20px;
}
.page_news_list .item .item_con .btn{
    color:#fff;
    width: 140px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .5s;
    background: #111;
    border-radius: 8px;
    font-family: 'ProximaNovaSemibold';
}
.page_news_list .item .item_con .btn i{
    display: block;
    transition:all .5s;
    font-size: 12px;
}
.page_news_list .item a:hover{
    border-color: var(--theme-color);
}

.page_news_list .item a:hover .item_con .tit{
    color:var(--theme-color);
}
.page_news_list .item a:hover .item_con .btn{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}
.page_news_list .item a:hover .item_con .btn i{
    transform: rotate(-45deg);
}


/* page_menu_public */

.page_menu_public {
    position: relative;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 35px 0;
}
.page_menu_public .j_search{
    position: relative;
}
.page_menu_public .j_search .input{
    width: 250px;
    height:48px;
    border: 1px solid #333;
    border-radius: 100px;
    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:#555;
    cursor: pointer;
}
.page_menu_public .j_search button:hover{
    color:var(--theme-color);
}
.page_menu_public .j_search button i{
    font-size: 18px;
}

.page_menu_public .list{
    flex:1;
    padding-right: 40px;
    min-width: 0;
}
.page_menu_public .item{
    margin:0 50px 0 0;
}
.page_menu_public .item a{
    transition:all .5s;
    color:#555;
    text-transform: uppercase;
}

.page_menu_public .item a:hover,.page_menu_public .item.cur a,.page_menu_public .item.all a{
    color:#111;
}

.no_banner_pos {
    margin-top: 30px;
}
.no_banner_pos span{
    margin-right: 8px;
    color:var(--theme-color);
}
.no_banner_pos a{
    white-space: nowrap;
    text-transform: uppercase;
    padding: 0 8px;
    color:#999;
}
.no_banner_pos a:first-child{
    padding-left: 0;
}
.no_banner_pos a:last-child{
    color:#111;
}
.no_banner_pos a:hover{
    text-decoration: underline;
    color:var(--subtheme-color);
}
/* page_news_detail */

.page_news_detail_banner img{
    width: 100%;
}
.page_news_detail_wrap{
    position: relative;
    margin-top: -90px;
    z-index: 99;
}
.page_news_detail{
    background: #fff;
    padding: 45px;
    border-bottom: 1px solid #333;
}
.page_news_detail .no_banner_pos{
    margin-top: 0;
}
.page_news_detail_hd {
     
}
.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:var(--theme-font-bold);
    line-height: 1.2;
}
.page_news_detail_hd .time {
    margin: 20px 0;
    color:#555;
    text-transform: uppercase;
}


.page_news_detail_hd .content {
    padding:35px 0 20px;
    min-height: 20vh;
    font-size:18px;
}

.page_related_news .j_tit{
    text-transform: uppercase;
    text-align: center;
    font-family: var(--theme-font-bold);
}



/* 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_panel1_wrap{
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page_contact_panel1_wrap .w1320{
    height: 100%;
}
.page_contact_panel1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color:#fff;
}
.page_contact_panel1 .j_tit{
    text-align: center;
}
.page_contact_panel1_list{
    gap: 60px;
}
.page_contact_panel1_list .item{
    border: 1px solid #ffffff50;
    padding: 70px;
    width: 33.3333%;
    text-align: center;
}
.page_contact_panel1_list .item .ico i{
    font-size: 48px;
}
.page_contact_panel1_list .item p{
    font-size: 20px;
    line-height: 1.4;
}
.page_contact_panel1_list .item p a{
    line-height: 1.4;
}

.page_contact_panel1_icons{
    display: flex;
    justify-content: center;
}
.page_contact_panel1_icons .follow_list a{
    background: #fff;
    width: 50px;
    height: 50px;
    margin: 0 25px;
}
.page_contact_panel1_icons .follow_list a svg{
    fill:#000;
    width:24px;
    height: 24px;
}

/* page_contact_panel2_wrap */

.page_contact_panel2_wrap{
    padding:20vh 0;
    background: url("../images/bg1.jpg") no-repeat center;
}
.page_contact_panel2{
    display: flex;
    justify-content: center;
}
.page_contact_panel2 .contact{
    width: 100%;
    justify-content: center;
    align-items: center;
}

/* page_contact_panel3_tit */

.page_contact_panel3_tit h4{
    font-family: var(--theme-font-bold);
    font-weight: normal;
    margin-bottom: 10px;
}



/* 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_btn{
    justify-content: center;
}
.page_solution_panel2_list{
    position: relative;
    overflow: hidden;
}
.page_solution_panel2_list .item{
    background: #e5ecef;
    border-radius: 20px;
    overflow: hidden;
}
.page_solution_panel2_list .item .item_img{
    width:40%;
}
.page_solution_panel2_list .item .item_con{
    padding: 50px 100px;
    flex:1;
    min-width: 0;
}
.page_solution_panel2_list .item .item_con .tit{
    font-family: 'WixBold';
    transition:all .5s;
}
.page_solution_panel2_list .item .item_con .desc{
    margin: 10px 0 30px;
}
.page_solution_panel2_list .item:hover .item_con .tit{
    color:var(--theme-color);
}
.page_solution_panel2_list .swiper-pagination{
    right: 40px;
    bottom: 30px;
}
.page_solution_panel2_list .swiper-pagination .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
    margin: 0 6px;
}
.page_solution_panel2_list .swiper-pagination .swiper-pagination-bullet-active{
    background: var(--subtheme-color);
}


/* page_solution_panel3_list */
.page_solution_panel3_list{
    position: relative;
    overflow: hidden;
}
.page_solution_panel3_list .list{
    margin: 0;
}
.page_solution_panel3_list .item{
    width: 100%;
    padding: 0;
}
.page_solution_panel3_list .arrow{
    justify-content: center;
}
.page_solution_panel3_list .swiper-button-prev,.page_solution_panel3_list .swiper-button-next{
    position: static;
    margin: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #e5ecef;
    color:#333;
    transition:all .5s;
    margin: 0 12px;
}
.page_solution_panel3_list .swiper-button-prev:after,.page_solution_panel3_list .swiper-button-next:after{
    font-size: 20px;
}
.page_solution_panel3_list .swiper-button-prev:hover,.page_solution_panel3_list .swiper-button-next:hover{
    background: var(--theme-color);
    color:#fff;
}


/* page_solution_panel4_wrap */

.page_solution_panel4_wrap{
    background: url("../images/bg10.jpg") no-repeat center;
    background-size: cover;
}

.page_solution_panel4_wrap .tit_box2 .tit h4{
    color:#fff;
}

.page_solution_panel4{
    align-items: flex-start;
}
.page_solution_panel4_con{
    width: 50%;
    margin:-35px -50px;
}
.page_solution_panel4_con .item{
    padding:35px 50px;
    width: 50%;
    position: relative;
}
.page_solution_panel4_con .item:nth-child(2n):before{
    content:'';
    width: 1px;
    height: 60px;
    background: #ffffff50;
    display: block;
    position: absolute;
    left: 0;
    top: 56px;
}
.page_solution_panel4_con .item .tit{
    flex:1;
    min-width: 0;
    color:#fff;
    font-family: 'WixBold';
    line-height: 1.4;
    padding-left: 20px;
}
.page_solution_panel4_form{
    flex:1;
    min-width: 0;
    padding-left: 10%;
}
.page_solution_panel4_form .input_box{
    margin: -8px;
    display: flex;
}
.page_solution_panel4_form .input_box .input{
    padding: 8px;
    width: 50%;
}
.page_solution_panel4_form .input_box .input input,.page_solution_panel4_form .input textarea{
    height: 45px;
    padding: 10px;
    line-height: 25px;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    display: block;
}
.page_solution_panel4_form .input textarea{
    height: 120px;
    margin: 16px 0 0;
}
.page_solution_panel4_form .tip{
    color:#fff;
}
.page_solution_panel4_form .button button{
    width: 200px;
    height: 45px;
    border-radius: 100px;
    background: var(--theme-color);
    color:#fff;
    text-transform: uppercase;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    margin-top: 20px;
    transition:all .5s;
    border: none;
    cursor: pointer;
}
.page_solution_panel4_form .button button:hover{
    background: var(--subtheme-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;
}