@charset"utf-8";



.header{
    height: 85px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    justify-content: space-between;
    z-index: 999;
    background: transparent;
    transition:all .4s;
}

.header_wrap{
    height:85px;
    position: relative;
    z-index: 100;
    justify-content:space-between;
}

.header .logo{
    
}
.nav_info{
    padding: 0 30px;
}
.nav .nav_li{
    padding:24px 15px;
    position: relative;
}
.nav .nav_li .nav1 a{
    display: block;
    line-height:38px;
    position: relative;
    text-transform: uppercase;
    transition:all 0s;
    white-space: nowrap;
    padding: 0 12px;
    z-index: 1;
    font-family: 'WixBold';
    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:var(--theme-color);
    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(--subtheme-color);
}
.nav .nav_li .nav2.nav2_pro{
    width: 800px;
}
.nav .nav_li .nav2.nav2_pro .item{
    flex:1;
    padding: 0 20px;
}
.nav .nav_li .nav2.nav2_pro .item a{
    display: block;
    color:#fff;
}
.nav .nav_li .nav2.nav2_pro .item a.a1{
    font-family: 'WixBold';
    border-bottom: 1px solid #ffffff50;
    padding-bottom: 10px;
    margin-bottom: 8px;
}
.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: #fff;
}
.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);
}

.h_right_btn .search{
    padding: 0 0 0 50px;
    position: relative;
    cursor: pointer;
    color:#fff;
}


.h_right_btn .language{
    
}
.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: 'WixMedium';
    
    margin-left: 10px;
}
.h_right_btn .language .btn:hover{
    border-color:var(--subtheme-color);
    background: var(--subtheme-color);
}

.header.header_on{
    background:rgba(255,255,255,.95);
    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{
    border-color:#e5ecef;
    background: #e5ecef;
    color:#333;
}
.header.header_on .h_right_btn .language .btn:hover, .h_right_btn .language .btn:hover{
    border-color:var(--subtheme-color);
    background: var(--subtheme-color);
    color:#fff;
}
.header.header_on .h_right_btn .language .btn:hover .img1{
    display: block;
}
.header.header_on .h_right_btn .language .btn:hover .img2{
    display: none;
}
.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;
}
.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: 20px;
    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;
}


/* 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:100px 0 50px;
}
.tit_box2 .tit h4 {
    line-height: 1.1;
    font-size:48px;
    font-family:'WixBold';
    text-transform: capitalize;
}
.tit_box2 .tit h4:after{
    content:'';
    width: 60px;
    height: 2px;
    background: var(--theme-color);
    margin: 30px 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_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);
}


/* about */

.about{
    position: relative;
}
.about_tit{
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'Arial';
    font-weight: bold;
    font-size: 110px;
    font-style: italic;
    line-height: 1;
    text-transform: uppercase;
    -webkit-text-stroke: 1px var(--theme-color);
    text-stroke: 1px var(--theme-color);
    color:transparent;
    opacity: .3;
}
.about_img{
    width: 55%;
    border-radius: 15px;
    overflow: hidden;
}
.about_con{
    width: 55%;
    border-radius: 15px;
    position: absolute;
    right: 0;
    top: 130px;
    padding: 40px 60px 60px;
    background: url("../images/ico2.png") no-repeat right 15px bottom 15px #fff;
}
.about_con .tit{
    font-size: 16px;
}
.about_con .tit:before{
    top: 5px;
}
.about_con .desc{
    margin: 20px 0;
}

.about_data .item{
    flex:1;
    padding: 20px 60px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}
.about_data .item .tit{
    font-family: 'WixBold';
    flex:1;
    min-width: 0;
    padding-left: 30px;
}
.about_data .item:after{
    content:'';
    background: #fff;
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    transition:all .5s;
}
.about_data .item:before{
    content:'';
    width: 0;
    height: 3px;
    z-index: -1;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition:all .5s;
}
.about_data .item:hover:before,.about_data .item:hover:after{
    width: 100%;
}

/* about_imgs */

.about_imgs .item{
    flex:1;
    position: relative;
}
.about_imgs .item .con{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 100px 45px 30px;
    background: linear-gradient(to top,#00000080,transparent);
    color:#fff;
    transition:all .5s;
}
.about_imgs .item .con h4{
    font-family: 'WixBold';
    margin-bottom: 10px;
}
.about_imgs .item:hover .con{
    padding-bottom: 40px;
}


.p_more2_w{
    justify-content: center;
}
.p_more2{
    display: inline-flex;
    padding: 0 25px;
    text-transform: uppercase;
    font-family: 'WixBold';
    color:var(--theme-color);
    border: 2px solid var(--theme-color);
    height: 50px;
    align-items: center;
    border-radius: 100px;
    transition:all .5s;
}
.p_more2 i{
    margin-left: 10px;
}
.p_more2:hover{
    background: var(--theme-color);
    color:#fff;
}


/* certification_cert_list */

.certification_cert_list{
    justify-content:space-around;
}
.certification_cert_list .item{
    padding: 0 10px;
}


/* global_customer_swiper */

.global_customer_swiper{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.global_customer_swiper  .swiper-slide {
	width:330px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
}
.global_customer_swiper  .swiper-slide img{
	display:block;
}

.global_customer_swiper .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

.global_customer_swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

.global_customer_swiper .swiper-button-prev,.global_customer_swiper .swiper-button-next{
    width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 3px 10px rgba(0,0,0,.1);
	color:#333;
	transition:all .5s;
}
.global_customer_swiper .swiper-button-prev:after,.global_customer_swiper .swiper-button-next:after{
    font-size: 20px;
}
.global_customer_swiper .swiper-button-prev {
	left: 15%;
}
.global_customer_swiper .swiper-button-next {
	right:15%;
}
.global_customer_swiper .swiper-button-prev:hover,.global_customer_swiper .swiper-button-next:hover{
    background: var(--subtheme-color);
    color:#fff;
}

/* service */
.service_wrap{
    color:#fff;
    background-repeat: no-repeat;
    background-size: cover;
}
.service_list{
    align-items: flex-start;
}
.service_tit .tit{
    flex:1;
    text-transform: uppercase;
}
.service_list_l{
    width: 45%;
    padding-right: 60px;
    margin: -30px -5px;
}
.service_list_l .item{
    width: 50%;
    padding: 50px 5px;
}
.service_list_l .item .num{
    
}
.service_list_l .item .num span{
    font-size: 72px;
    font-family: 'WixExtraBold';
    margin-right: 10px;
    line-height: 1.5;
}
.service_list_l .item .desc{
    font-family: 'WixBold';
}
.service_list_r{
    flex:1;
    min-width: 0;
    position: relative;
    overflow: hidden;
    padding-bottom:30px;
}
.service_list_r .item{
    background: #fff;
    padding: 40px 50px;
    border-radius: 15px;
    color:#333;
    overflow: hidden;
    position: relative;
}
.service_list_r .item .tit{
    font-family: 'WixBold';
    margin: 25px 0;
}
.service_list_r .item .desc{
    height: 190px;
    overflow: hidden;
}
.service_list_r .item .ico{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-top-left-radius: 100px;
    background: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    padding: 10px 0 0 10px;
}

.service_list_r .arrow{
    display: flex;
    justify-content: flex-end;
}
.service_list_r .swiper-button-prev,.service_list_r .swiper-button-next{
    position: static;
    margin: 0;
    color:#fff;
}
.service_list_r .swiper-button-prev:after,.service_list_r .swiper-button-next:after{
    font-size: 20px;
}


/* solution_list */

.solution_wrap{
    background: url("../images/bg2.jpg") no-repeat center bottom #e5ecef;
}
.solution{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.solution_list{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.solution_list .item{
    display: block;
    flex:1;
    position: relative;
    border-right: 2px solid #e5ecef50;
}
.solution_list .item .item_con{
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background:#2280a995;
    padding: 30px;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition:all .5s;
}
.solution_list .item .item_con .tit{
    font-family: 'WixBold';
    line-height: 1.3;
}
.solution_list .item .item_con .tit:after{
    content:'';
    width: 30px;
    height: 2px;
    display: block;
    background: #fff;
    margin-top: 20px;
}
.solution_list .item .item_con .ico{
    flex-direction: column;
    align-items: center;
}
.solution_list .item .item_con .ico i{
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .5s;
}
.solution_list .item .item_con .img{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.solution_list .item .item_tit{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    transition:all .5s;
}
.solution_list .item .item_tit .tit{
    font-family: 'WixBold';
    color:#fff;
    line-height: 1.5;
    height: 48px;
}
.solution_list .item .item_tit .ico{
    display: flex;
    justify-content: flex-end;
    color:#fff;
}
.solution_list .item .item_con .ico i:hover{
    background: var(--subtheme-color);
    border-color: var(--subtheme-color);
}
.solution_list .item:hover .item_tit{
    bottom: -100%;
}
.solution_list .item:hover .item_con{
    bottom: 0;
}


/* product_list */

.product_list{
    position: relative;
    overflow: hidden;
}
.product_list .item{
    display: block;
    border: 2px solid #e5ecef;
    padding: 30px;
    border-radius: 15px;
    transition:all .5s;
}
.product_list .item .item_con{
    padding-top: 30px;
}
.product_list .item .item_con .name{
    color:var(--theme-color);
    font-family: 'WixBold';
}
.product_list .item .item_con .tit{
    font-family: 'WixSemiBold';
    line-height: 1.4;
    margin: 10px 0 20px;
    height: 56px;
    transition:all .5s;
}
.product_list .item .item_con .more{
    display: flex;
    justify-content: flex-end;
}
.product_list .item:hover{
    border-color: var(--subtheme-color);
}
.product_list .item:hover .item_con .tit{
    color:var(--subtheme-color);
}

.product_list .arrow{
    display: flex;
    justify-content: center;
}
.product_list .swiper-button-prev,.product_list .swiper-button-next{
    position: static;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #e5ecef;
    color:#333;
    margin: 0 6px;
    transition:all .5s;
}
.product_list .swiper-button-prev:hover,.product_list .swiper-button-next:hover{
    background: var(--theme-color);
    color:#fff;
}
.product_list .swiper-button-prev:after,.product_list .swiper-button-next:after{
    font-size: 20px;
}

/* news */

.news_list{
    margin: 0 -15px;
}
.news_list_l{
    width: 50%;
    padding: 0 15px;
}
.news_list_l .item{
    display: block;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.news_list_l .item .item_con{
    position: absolute;
    left: 20px;
    bottom:20px;
    background: url("../images/bg3.jpg") no-repeat center;
    background-size: cover;
    width: calc(100% - 40px);
    border-radius: 15px;
    padding: 35px;
    color:#fff;
}
.news_list_l .item .item_con .time{
    font-family: 'WixBold';
    color:var(--subtheme-color);
}
.news_list_l .item .item_con .tit{
    line-height: 1.4;
    font-family: 'WixBold';
    margin: 10px 0 20px;
}
.news_list_l .item .item_con .p_more1 span:before{
    background: #fff;
}
.news_list_r{
    width: 50%;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.news_list_r .item{
    flex:1;
    background: #e5ecef;
    padding: 20px;
    border-radius: 15px;
    overflow: hidden;
}
.news_list_r .item .item_img{
    width:40%;
    overflow: hidden;
    border-radius: 15px;
}
.news_list_r .item .item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_list_r .item .item_con{
    flex:1;
    min-width: 0;
    padding-left: 30px;
}
.news_list_r .item .item_con .time{
    font-family: 'WixBold';
    color:var(--theme-color);
}
.news_list_r .item .item_con .tit{
    font-family: 'WixBold';
    line-height: 1.3;
    transition:all .5s;
}
.news_list_r .item .item_con .desc{
    line-height: 1.6;
    margin: 10px 0 15px;
}
.news_list_r .item:hover .item_con .tit{
    color:var(--subtheme-color);
}

/* footer */
 .footer {
    background: url("../images/bg4.jpg") no-repeat left top #182d36;
    background-size: cover;
    overflow: hidden;
}
.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: 'WixBold';
    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:2.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 .follow_list span{
    margin-right: 20px;
}
.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 {
    margin-top:85px;
    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%;
}
.page_banner_con .tit {
    text-transform: capitalize;
    font-family: 'WixBold';
}
.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_menu */

.page_index_promenu{
    margin:-30px -12px;
}
.page_index_promenu .item{
    width: 20%;
    padding:30px 12px;
}
.page_index_promenu .item .item_img{
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid transparent;
    transition:all .5s;
}
.page_index_promenu .item .item_img img{
    width: 100%;
}
.page_index_promenu .item .item_con{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page_index_promenu .item .item_con .tit{
    font-family: 'WixBold';
    margin-bottom: 15px;
    transition:all .5s;
}

.page_index_promenu .item:hover .item_img{
    border-color: var(--theme-color);
}
.page_index_promenu .item:hover .item_con .tit{
    color:var(--subtheme-color);
}

/* 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 .j_tit{
    margin-bottom: 25px;
}
.page_product_list {
    flex:1;
    min-width: 0;
}
.page_product_list .list {
    margin:-20px;
}
.page_product_list .item {
    display: block;
    padding:20px;
    width:33.333%;
}
.page_product_list .item a{
    border: 2px solid #e5ecef;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    transition:all .5s;
}

.page_product_list .item .item_img img {
    width: 100%;
}
.page_product_list .item .item_con {
    padding: 30px;
}

.page_product_list .item .item_con .name {
    font-family: WixBold;
    color:var(--theme-color);
}
.page_product_list .item .item_con .tit {
    font-family: 'WixBold';
    line-height: 1.3;
    margin: 5px 0 25px;
    color: var(--subtheme-color);
    height: 52px;
}
.page_product_list .item .item_con .btn {
    justify-content: flex-end;
}

.page_product_list .item a:hover{
    border-color:var(--theme-color);    
}


/* product_detail */
 .j_pd_detail {
    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);
}
/* pd_detail_application */
 .j_pd_detail_application .list {
    margin:-13px;
    padding-bottom: 105px;
}
.j_pd_detail_application .list a {
    display: block;
    width: 33.333%;
    padding:13px;
}
.j_pd_detail_application .list .item {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.j_pd_detail_application .list .item .img img {
    width: 100%;
}
.j_pd_detail_application .list .item .con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding:50px;
}
.j_pd_detail_application .item .con h4 {
    font-size:30px;
    font-family:'RobotoMedium';
    color:#fff;
    line-height: 1.2;
    position: relative;
    padding-top: 20px;
}
.j_pd_detail_application .item .con h4:before {
    content:'';
    width: 30px;
    height: 2px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    top: 0;
}
.j_pd_detail_application .item:hover .img img {
    opacity:0.7;
}
.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);
}
/* pd_detail_application */
 .j_pd_detail_application .list {
    margin:-13px;
    padding-bottom: 105px;
}
.j_pd_detail_application .list a {
    display: block;
    width: 33.333%;
    padding:13px;
}
.j_pd_detail_application .list .item {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.j_pd_detail_application .list .item .img img {
    width: 100%;
}
.j_pd_detail_application .list .item .con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding:50px;
}
.j_pd_detail_application .item .con h4 {
    font-size:30px;
    font-family:'RobotoMedium';
    color:#fff;
    line-height: 1.2;
    position: relative;
    padding-top: 20px;
}
.j_pd_detail_application .item .con h4:before {
    content:'';
    width: 30px;
    height: 2px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    top: 0;
}
.j_pd_detail_application .item:hover .img img {
    opacity:0.7;
}
/* 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: url("../images/bg5.jpg") no-repeat left bottom #e5ecef;
}
.page_about_panel1_tit{
    padding-top: 30px;
}
.page_about_panel1{
    align-items: flex-start;
}
.page_about_panel1_con{
    width: 75%;
    padding-right: 8%;
}
.page_about_panel1_video{
    flex:1;
    min-width: 0;
    position: relative;
    z-index: 1;
    margin-top: 30px;
}
.page_about_panel1_video .video{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}
.page_about_panel1_video .video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_about_panel1_video .btn{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #00000060;
    position: absolute;
    left: 46%;
    top: 46%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 333;
    cursor: pointer;
}
.page_about_panel1_video .btn i{
    color:#fff;
    font-size: 30px;
    transform: rotate(180deg);
}
.page_about_panel1_video .btn:hover{
    background: var(--subtheme-color);
}

.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%;
}

.page_about_panel1_data{
    width: 100%;
    padding-right: 0;
    margin: 0;
}
.page_about_panel1_data .item{
    padding: 0 5px;
}
.page_about_panel1_data .item .num{
    color:var(--theme-color);
}

/* page_about_panel2 */

.page_about_panel2{
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.page_about_panel2_list{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.page_about_panel2_list .item{
    flex:1;
    border-right: 1px solid #ffffff35;
    padding: 50px;
    color:#fff;
    transition:all .5s;
}
.page_about_panel2_list .item .img img{
    width: 80px;
}
.page_about_panel2_list .item .tit{
    font-family: 'WixBold';
    margin-top: 40px;
    height: 66px;
}
.page_about_panel2_list .item .desc{
    line-height: 1.5;
}
.page_about_panel2_list .item:hover{
    background: #2280a990;
}

/* page_about_panel3_wrap */

.page_about_panel3_wrap{
    background-repeat: no-repeat;
    background-position: center bottom;
}
.page_about_panel3{
    position: relative;
    
}
.page_about_panel3:after{
    content:'';
    background: url("../images/line1.png") no-repeat center;
    display: block;
    width: 100%;
    height: 85px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -42px;
}

.page_about_panel3_list{
    position: relative;
    overflow: hidden;
    height: 410px;
}
.page_about_panel3_list .swiper-slide:nth-child(2n-1){
    top: 220px;
}

.page_about_panel3_list .item{
    position: relative;
}
.page_about_panel3_list .item:after{
    content:'';
    width:10px;
    height:10px;
    border: 5px solid var(--theme-color);
    background: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -70px;
    left: 130px;
}
.page_about_panel3_list .swiper-slide:nth-child(2n-1) .item:after{
    left: 130px;
    top: -64px;
    bottom: auto;
}
.page_about_panel3_list .swiper-slide-active .item:before{
    content:'';
    width: 0;
    height: 50px;
    border: 2px dashed var(--theme-color);
    display: block;
    position: absolute;
    left: 138px;
    top: -45px;
}
.page_about_panel3_list .item .tit{
    font-family: 'WixExtraBold';
    color:var(--theme-color);
}
.page_about_panel3_list .swiper-button-prev,.page_about_panel3_list .swiper-button-next{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
    color:#333;
    opacity: 1;
}
.page_about_panel3_list .swiper-button-prev:after,.page_about_panel3_list .swiper-button-next:after{
    font-size: 20px;
    font-weight: bold;
}
.page_about_panel3_list .swiper-button-prev:hover,.page_about_panel3_list .swiper-button-next:hover{
    background: var(--theme-color);
    color:#fff;
}

.page_about_panel5_list{
    margin: -5px;
}
.page_about_panel5_list .item{
    padding:5px;
    width: 26.5625%;
}
.page_about_panel5_list .item:nth-child(6n),.page_about_panel5_list .item:nth-child(6n+1){
    width: 46.875%;
}
.page_about_panel5_list .item .custom-image-container,.page_about_panel5_list .item .blow_img{
    height: 100%;
}
.page_about_panel5_list .item .blow_img{
    position: relative;
}
.page_about_panel5_list .item .blow_img:after{
    content:'';
    height: 30%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top,#00000080,transparent);
    display: block;
    width: 100%;
}
.page_about_panel5_list .item .blow_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* page_about_panel6_list */

.page_about_panel6_list{
    position: relative;
    padding-bottom: 50px;
}
.page_about_panel6_list>.swiper-wrapper{
    flex-wrap: wrap;
}
.page_about_panel6_list .item{
    background: #fff;
    padding: 20px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
}
.page_about_panel6_list .item .img{
    border-radius: 15px;
}
.page_about_panel6_list .swiper-pagination{
    width: 100%;
    bottom: 0;
}
.page_about_panel6_list .swiper-pagination-bullet{
    margin: 0 6px;
}
.page_about_panel6_list .swiper-pagination-bullet-active{
    background: var(--subtheme-color);
}



/* page_about_panel7_wrap */

.page_about_panel7_wrap{
    background-repeat: no-repeat;
    background-position: center;
}
.page_about_panel7_wrap .tit_box2 .tit h4{
    color:#fff;
}

.page_about_panel7{
    display: flex;
    justify-content: flex-end;
}
.page_about_panel7_list{
    width: 400px;
    color:#fff;
}
.page_about_panel7_list .item_w{
    border-bottom: 1px solid #ffffff30;
    padding: 7px 0;
}
.page_about_panel7_list .item{
    height: 44px;
    background: linear-gradient(to left,#ffffff20 10%,transparent 90%);
    padding: 0 10px;
}
.page_about_panel7_list .item .desc{
    flex:1;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}


/* 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:40%;
    position: relative;
}
.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%;
    object-fit: contain;
}
.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 .mySwiper1_w .swiper-button-next, .pd_detail_hd .pics .mySwiper1_w .swiper-button-prev {
    z-index: 99;
    width:72px;
    height: 72px;
    opacity: 1;
    background:rgba(0, 0, 0, .2);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -13%;
    color:#fff;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next:after, .pd_detail_hd .pics .mySwiper1_w .swiper-button-prev:after {
    font-size:24px;
    font-weight: bold;
}

.pd_detail_hd .pics .mySwiper1_w .swiper-button-next:hover, .pd_detail_hd .pics .mySwiper1_w .swiper-button-prev:hover {
    background: var(--theme-color);
}
.pd_detail_hd .infos {
    flex: 1;
    padding:10px 20% 0 0;
    min-width: 0;
}
.pd_detail_hd .infos .name{
    font-family: 'WixBold';
    color:var(--theme-color);
}
.pd_detail_hd .infos h1 {
    line-height: 1.2;
    font-family:'WixBold';
    margin-top: 10px;
}

.pd_detail_hd .infos .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 50px;
    background: var(--theme-color);
    color:#fff;
    font-family: 'WixBold';
    text-transform: uppercase;
    border-radius: 100px;
    transition:all .5s;
    cursor: pointer;
    margin-right: 30px;
}
.pd_detail_hd .infos .btn:hover{
    background: var(--subtheme-color);
}
.pd_detail_hd .infos .btn i{
    margin-right: 10px;
    font-size: 20px;
}

/* pd_detail_info */

.pd_detail_info{
    display: flex;
    align-items: flex-start;
}
.pd_detail_info_btn{
    width: 270px;
    padding: 30px 25px 30px 45px;
    position: sticky;
    top: 120px;
    border-radius: 15px;
}
.pd_detail_info_btn:before{
    content:'';
    height: calc(100% - 60px);
    left: 30px;
    top: 30px;
    background: var(--theme-color);
    width: 1px;
    display: block;
    position: absolute;
}
.pd_detail_info_btn .item{
    padding: 8px 0;
    cursor: pointer;
}
.pd_detail_info_btn .item.cur{
    font-family: 'WixBold';
    color:var(--theme-color);
}
.pd_detail_info_con{
    flex:1;
    min-width: 0;
    padding-left: 8%;
}

.pd_detail_info_con .j_tit{
    font-size: 36px;
    font-family: 'WixSemiBold';
    line-height: 1.3;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--theme-color);
}
.pd_detail_info_con .j_con{
    padding: 30px 0 50px;
    font-size: 18px;
}
.pd_detail_info_con .j_con.j_con1{
    padding-top: 50px;
}

.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_latest_news_wrap{
    background:url("../images/bg8.jpg") no-repeat center;
}



.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:-20px -10px;
}
.page_news_list .item{
    width:33.333%;
    display: block;
    padding:20px 10px;
}
.page_news_list .item a{
    border-radius: 8px;
    display: block;
    transition:all .5s;
    border: 2px solid #e5ecef;
}
.page_news_list .item .item_img{
    border-radius:8px;
    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 30px;
}
.page_news_list .item .item_con .time{
    color: #666;
    font-family: 'WixBold';
}
.page_news_list .item .item_con .time span{
    color:var(--theme-color);
}
.page_news_list .item .item_con .tit{
    transition: all .4s;
    line-height: 1.4;
    margin-top: 5px;
    font-family: 'WixBold';
    margin:5px 0 10px;
}
.page_news_list .item .item_con .desc{
    line-height: 1.5;
    margin-bottom: 20px;
}

.page_news_list .item .item_con .btn{
    color:#333;
    width:40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #666;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .5s;
}
.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;
}
.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: 85px;
    height: 50px;
}
.no_banner_pos span{
    margin-right: 8px;
    color:var(--theme-color);
}
.no_banner_pos a{
    white-space: nowrap;
}
.no_banner_pos a:hover{
    text-decoration: underline;
    color:var(--subtheme-color);
}
/* page_news_detail */

.page_news_detail_hd {
     flex:1;
     min-width: 0;
     padding-right: 8%;
}
.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_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_contact .j_tit {
    font-size:18px;
    color:#333;
    margin-bottom: 30px;
}
.page_contact_hd {
    flex:1;
    min-width: 0;
}
.page_contact_hd {
    padding:40px 50px;
    width: 100%;
    border-radius: 30px;
}
.page_contact_hd .form .input{
    margin-bottom: 20px;
}
.page_contact_hd .form .input input,.page_contact_hd .form .input textarea{
    height: 45px;
    background: #fff;
    border: none;
    outline: none;
    padding: 10px 15px;
    width: 100%;
    border-radius: 6px;
    display: block;
}
.page_contact_hd .form .input textarea{
    height: 120px;
}
.page_contact_hd .form .button button{
    width: 200px;
    height: 45px;
    border-radius: 100px;
    background: var(--subtheme-color);
    color:#fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'WixBold';
    margin-top: 10px;
    border: none;
    outline: none;
    transition:all .5s;
    cursor: pointer;
    font-size: 16px;
}
.page_contact_hd .form .button button:hover{
    background: var(--theme-color);
}


.page_contact_bd {
    width: 57%;
    padding-right: 10%;
}
.page_contact_bd .tit_box2{
    padding: 0;
    text-align: left;
}
.page_contact_bd .tit_box2 .tit h4:after{
    margin: 30px 0 0;
}

.page_contact_bd .info {
    padding:50px 0 0;
    margin: -25px;
}
.page_contact_bd .info .info_item {
    width: 50%;
    padding: 25px;
}
.page_contact_bd .info .info_item .ico {
    width: 53px;
    height: 53px;
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:var(--theme-color);
}
.page_contact_bd .info .info_item .ico i {
    font-size: 24px;
}
.page_contact_bd .info .info_item .con {
    padding-left: 17px;
    flex:1;
    min-width: 0;
}
.page_contact_bd .info .info_item .con h4 {
    line-height: 1.2;
}
.page_contact_bd .info .info_item .con p{
    line-height: 1.5;
}
.page_contact_bd .info .info_item .con p a:hover{
    color:var(--subtheme-color);
    text-decoration: underline;
}
.page_contact_bd .whatsapp_share .whatsapp{
    height: 110px;
    background: var(--subtheme-color);
    border-radius: 15px;
    padding:10px 33px;
    color:#fff;
}
.page_contact_bd .whatsapp_share .whatsapp .con{
    padding-left: 15px;
}
.page_contact_bd .whatsapp_share .whatsapp .con span{
    line-height: 1.2;
}
.page_contact_bd .whatsapp_share .whatsapp .con p{
    font-family: 'WixBold';
    line-height: 1.2;
}
.page_contact_bd .whatsapp_share .share{
    margin-left: 50px;
}
.page_contact_bd .whatsapp_share .share .tit{
    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;
}