@charset"utf-8";


.right_online{position: fixed;top: 30%;right: 20px;z-index: 999;}
.right_online li{text-align: center;position: relative;margin-bottom: 5px;cursor: pointer;}
.right_online li span{font-size: 26px;color: #fff;background: #c53b3e;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: #c53b3e;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%;}

.c-flex{display: flex;flex-wrap: wrap;align-items: center}
.lj_banner{ width: 100%; overflow: hidden; height: 920px;}
.lj_banner .banbox{ width: 100%; height: 100%; justify-content:center;}
.lj_banner .ban_item{ width: 20%; position: relative; height: 100%;}
.lj_banner .ban_item .banbg{ width: 100%; height: 99999px; position: absolute; left: 0; background-repeat: repeat-y!important;animation: bannerup 50s linear infinite;background-size: 100% auto !important;}
.lj_banner .ban_item:nth-child(2n) .banbg{animation: bannerdown 50s linear infinite;}
@-webkit-keyframes bannerup{
	0%{ top: 0;}
to{top: -3000px;}
}
@keyframes bannerup{
	0%{ top: 0;}
to{top: -3000px;}
}
@-webkit-keyframes bannerdown{
	0%{ bottom: 0;}
to{bottom: -3000px;}
}
@keyframes bannerdown{
	0%{ bottom: 0;}
to{bottom: -3000px;}
}
.lj_banner .bantxt{position: absolute; width: 100%; height: 100%; justify-content: center; background: rgba(0,0,0,.2); color: #fff; text-align: center; opacity: 0; transition: .2s ease; padding:0 30px;}
.lj_banner .bantxt h2{ font-size: 22px; color: #fff;}
.lj_banner .bantxt a{ display: inline-block; margin-top: 20px; line-height: 34px; padding: 0 20px; background: rgba(0,0,0,.5); color: #fff; border-radius: 17px; font-size: 14px;}
.lj_banner .ban_item:hover .bantxt{ opacity: 1;}
.lj_banner .bantxt a:hover{ background:var(--theme-color);}

.up .finger{width:30%;height:30%;background:rgba(0,0,0,.1);position:absolute;left:0;top:0;display:none}
.bigdiv{box-sizing:border-box;background-color:#fff;width:45%;height:550px;position:absolute;left:50%;top:70px;overflow:hidden;z-index:5;display:none}
.bigImg{width:200%;position:absolute;left:0;top:0}
.header {
    height: 120px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    justify-content: space-between;
    z-index: 9999;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    transition:all .4s;
    padding: 0 5%;
}
.header_wrap {
    height: 120px;
}
.header .logo {
    flex:1;
}
.header .logo img {
    height: 80px;
}
.header .logo .img1{
    display: none;
}
.nav .nav_li {
    margin:0 30px;
    position: relative;
}
.nav .nav_li:last-child {
    margin-right: 0;
}
.nav .nav_li .nav1 a {
    color:#fff;
    display: block;
    line-height:72px;
    position: relative;
    transition:all 0s;
    font-size:18px;
    max-width: 245px;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'BarlowMedium';
}
.nav .nav_li .nav1 a:after {
    content:'';
    width:0;
    height:3px;
    background:#fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition:all .3s;
}
.nav .nav_li .nav1 a i {
    margin-left: 5px;
}
.nav .nav_li .nav2 {
    list-style-type: none;
    position: absolute;
    top:71px;
    line-height: 40px;
    width: 300px;
    background: #fff;
    border-radius:5px;
    padding:15px 30px;
    color:#3a3a3a;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    z-index: 10;
    display: none;
}
.nav .nav_li .nav2 a {
    display: flex;
    align-items: center;
    padding-top:10px;
    padding: 10px 0;
}
.nav .nav_li .nav2 a span {
    flex:1;
    line-height: 1;
}
.nav .nav_li .nav2 a i {
    margin-left: 10px;
}
.nav .nav_li .nav2 .nav2_pro .item h5 a {
    font-size:16px;
    font-weight: bold;
}
.nav .nav_li .nav2 .nav2_pro a img {
    width: 30px;
    height: 30px;
    margin-right: 6px;
}
.nav .nav_li .nav2 a i {
    font-size:12px;
}
.nav .nav_li .nav2 a:hover {
    color:var(--theme-color);
}

.nav .nav_li:hover .nav1 a:after, .nav .nav_li.cur .nav1 a:after,.nav .nav_li.all .nav1 a:after{
    width: 100%;
}

.nav_info {
    flex-direction: column;
}
.header_info {
    padding-top: 5px;
    height: 48px;
    align-items: center;
    justify-content: flex-end;
}
.header_info .menu{
    margin-right: 40px;
}
.header_info .menu .item{
    position: relative;
}
.header_info .menu .item>a{
    color:#fff;
    padding: 0 28px;
    display:block;
    position: relative;
}
.header_info .menu .item>a i{
    font-size: 14px;
}
.header_info .menu .item>a:after{
    width: 1px;
    height: 16px;
    display: block;
    position: absolute;
    content:'';
    background: rgba(255,255,255,.5);
    right: 0;
    top:7px;
}

.header_info .menu .item .nav2{
    display: none;
    position: absolute;
    left: 0;
    top:27px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px 20px;
    z-index: 99;
    width: 200px;
    
}

.header_info .menu .item .nav2 a{
    margin-top: 5px;
    display: block;
    text-transform: capitalize;
}
.header_info .menu .item .nav2 a:hover{
    color:var(--theme-color);
    text-decoration: underline;
}
.header_info .menu .item:hover .nav2{
    display: block;
    box-shadow: 0 3px 15px rgba(0,0,0,.13);
    
}

.nav_info .lang_box .lang {
    display: flex;
    align-items: center;
    height: 28px;
    padding:0 20px;
    border-radius: 100px;
    cursor: pointer;
    color:#fff;
    background: rgba(255,255,255,.1);
    transition:all .3s;
}
.nav_info .lang_box .lang img {
    height:18px;
    margin-right: 10px;
}
.nav_info .lang_box:hover .lang {
    background:#fff;
    color: var(--theme-color);
}
.nav_info .lang_box .lang i {
    margin-right: 3px;
}
.nav_info .lang_box .lang i.iconjt {
    margin-right: 0;
    font-size:12px;
    margin-left: 3px;
    transform: rotate(180deg);
    transition:all .3s;
}
.nav_info .lang_box:hover .lang i.iconjt {
    transform: rotate(0deg);
}
.nav_info .lang_box {
    position: relative;
    z-index: 100;
    margin-left: 15px;
}
.nav_info .lang_box .dlang {
    position: absolute;
    left: 0;
    top: 28px;
    width: 145px;
    background: #fff;
    padding:5px 15px 10px;
    display: none;
    border-radius: 3px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
}
.nav_info .lang_box .dlang a {
    display: flex;
    align-items: center;
    color:#666;
}
.nav_info .lang_box .dlang a:hover {
    color:var(--theme-color);
}
.nav_info .lang_box .dlang a img {
    height: 16px;
    margin-right: 6px;
}
.nav_info .lang_box:hover .dlang {
    display: block;
}
.header.header_on {
    background:#fff;
    border-color: rgba(0, 0, 0, .08);
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
}
.header.header_on .logo .img1 {
    display: block;
}
.header.header_on .logo .img2 {
    display: none;
}
.header_on .nav .nav_li .nav1 a {
    color:#333;
}
.header_on .nav .nav_li.cur .nav1 a, .header_on .nav .nav_li:hover .nav1 a, .header_on .nav .nav_li.all .nav1 a{
    color:var(--theme-color);
}
.header_on .nav .nav_li:hover .nav1 a:after, .header_on .nav .nav_li.cur .nav1 a:after,.header_on .nav .nav_li.all .nav1 a:after{
    background: var(--theme-color);
}
.header_on .header_info .tel .search i, .header_on .header_info .tel a {
    color:#333;
}
.header_on .header_info .tel a:before {
    background-color:#999;
}
.header_on .nav_info .lang_box .lang {
    color:#333;
    background: rgba(0,0,0,.06);
}
.header .nav_lang .get_touch {
    height: 44px;
    line-height: 44px;
    padding: 0 30px;
    background: var(--theme-color);
    color:#fff;
    cursor: pointer;
    margin-left: 100px;
}
.header .nav_lang .get_touch:hover {
    opacity: .8;
}
.header_on .header_info .menu a{
    color:#333;
}
.header_on .header_info .menu a:hover{
    color:var(--theme-color);
}
.header_on .header_info .menu a:after{
    background: rgba(0,0,0,.1);
}
.header .follow_list a {
    width: 22px;
    height: 22px;
}
.header .follow_list a svg {
    width: 14px;
    height: 14px;
}


/* banner */
 .banner {
    position: relative;
    overflow: hidden;
}
.banner .item_img img {
    width: 100%;
}
.banner .item .item_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner .item .item_con .wrapper{
    height: 100%;
    display: flex;
    align-items: center;
}
.banner .item .item_con .info{
    display: flex;
    flex-direction: column;
    flex-flow: wrap;
    width: 50%;
}
.banner .item .item_con .tit{
    line-height:1.2;
    color:#fff;
    margin-bottom: 35px;
    font-family: 'BarlowBold';
}
.banner .item .item_con .tit span{
    color:var(--theme-color);
    display: block;
    line-height: 1;
}
.banner .item .item_con a{
    color:#fff;
}
.banner .item .item_con a i{
    width: 65px;
    height: 65px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:#fff;
    font-size: 20px;
    margin-right: 20px;
    transition:all .4s;
}
.banner .item .item_con a:hover i{
    border-color:var(--theme-color);
    background: var(--theme-color);
    margin-right: 15px;
}
.banner .img_box{
    flex:1;
    min-width: 0;
    padding-left: 15%;
    padding-top: 10%;
    position: relative;
    z-index: 99;
}
.banner .img_box_t .i{
    display: none;
}
.banner .img_box_t .i:first-child{
    display: block;
}
.banner .img_box_b{
    display: flex;
    margin-top: 40px;
}
.banner .img_box_b .i{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid rgba(255,255,255,.1);
    overflow: hidden;
    margin-right: 40px;
    cursor: pointer;
}
.banner .img_box_b .i.cur{
    border-color: rgba(255,255,255,.6);
}
.banner .swiper-pagination {
    color: #fff;
    font-size: 14px;
    z-index: 10;
    border-radius: 4px;
    padding-left: 8%;
    height: 20px;
    display: flex;
    align-items: center;
    font-family:'Arial';
    position: absolute;
    bottom: 30px;
    color:rgba(255, 255, 255, .5);
}
.banner .swiper-pagination span {
    margin: 0 6px;
}
.banner .swiper-pagination span.swiper-pagination-current {
    width: 30px;
    height:30px;
    border-radius: 50%;
    color:#fff;
    border:1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .arrow {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    padding: 0 0 40px 40px;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
    position: static;
    color:#fff;
}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after {
    font-size: 18px;
}
.banner_ico {
    position: absolute;
    left: 50%;
    bottom:20px;
    z-index: 30;
    width: 42px;
    height: 42px;
    border: 1px solid #000;
    transform: rotate(-45deg);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: downico 2s ease-out infinite;
    color:#000;
    transition:all .6s;
    cursor: pointer;
    border-radius: 5px;
}
.banner_ico i {
    transform: rotate(-45deg);
    display: block;
    font-size:20px;
}
@keyframes downico {
    0% {
        bottom: 20px;
    }
    50% {
        bottom:50px;
    }
    100% {
        bottom:20px;
    }
}
.banner_ico:hover {
    border-color: var(--theme-color);
    background: var(--theme-color);
    color:#fff;
}
.pub_btn1 {
    height: 50px;
    background: var(--theme-color);
    line-height: 50px;
    display: inline-block;
    padding:0 26px;
    border-radius: 5px;
    color:#fff;
    transition:all .5s;
}
.pub_btn1 i {
    font-size:13px;
    margin-left: -5px;
    opacity: 0;
    transition:all .5s;
}
.pub_btn1:hover {
    opacity: .9;
    box-shadow: 0 5px 20px 0 rgb(1 153 52 / 35%);
}
.pub_btn1:hover i {
    opacity: 1;
    margin-left:10px;
}


.txt_scroll{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    z-index: 99;
}
.mb_none .txt_scroll{ position: relative;}
.txt_scroll ul{
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.txt_scroll ul li{
    padding: 0 40px;
    color: #0f0f0f;
    -webkit-text-fill-color: #0f0f0f;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #878787;
    font-size: 70px;
    white-space: nowrap;
    text-transform:uppercase;
    font-family: 'Arial';
}

/* tit_box1 */


.tit_box1 .tit p {
    line-height: 1.4;
    width: 50%;
    margin: 25px auto 0;
}
.tit_box2 {
    text-align: center;
    padding:80px 0 30px;
}
.tit_box2 .tit h4 {
    color:#333;
    line-height: 1.1;
    font-size:40px;
    text-transform: capitalize;
}
.tit_box2 .tit p {
    font-size:18px;
    margin-top:30px;
    color:#333;
}
.bg1 {
    background:#f7f7f7;
    overflow: hidden;
}
.bg2 {
    background:var(--theme-color);
}
.bg3 {
    background: #f5f5f5;
}

/* product_list */

.product_part1_wrap{
    background: url("../images/bg4.png") no-repeat center bottom #f8f8f8;
}
.product_part1{
    position: relative;
}
.product_part1 .swiper-button-prev,.product_part1 .swiper-button-next{
    border: 3px solid #e4e4e4;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    color:#808080;
    transition:all .5s;
}
.product_part1 .swiper-button-prev:after,.product_part1 .swiper-button-next:after{
    font-size: 30px;
}
.product_part1 .swiper-button-prev:hover,.product_part1 .swiper-button-next:hover{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}

.product_part1_con{
    width: 900px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 40px;
}
.product_part1_con .item .con_img{
    position: relative;
}
.product_part1_con .item .con_img .con{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background:rgba(9,70,129,.7);
    border-radius: 10px;
    padding: 40px 50px;
    color:#fff;
    opacity: 0;
    transition:all .5s;
    line-height: 1.4;
}
.product_part1_con .item:hover .con_img .con{
    opacity: 1;
}

/* product_list */

.product_list .list{
    margin:-20px;
}
.product_list .list .item{
    width: 20%;
    padding: 20px;
}
.product_list .list .item a .tit{
    height: 64px;
}
.product_list .list .item a .img{
    transition:all 1.5s;
}
.product_list .list .item a:hover .img{
    transform: rotateY(180deg);
}
.product_list .list .item a:hover .tit{
    color:var(--theme-color);
}


.product_more{
    background: #f4f4f4;
    border-radius: 10px;
    padding: 10px 30px;
}
.product_more .tit{
    flex:1;
    padding: 0 50px;
    font-family: 'BarlowMedium';
}
.product_more a{
    background: var(--theme-color);
    height: 58px;
    padding: 0 30px;
    color:#fff;
    transition:all .4s;
    border-radius: 100px;
}
.product_more a i{
    margin-left: 6px;
}
.product_more a:hover{
    padding: 0 40px;
}

.public_arrow {
    position: relative;
}
.public_arrow .swiper-button-prev, .public_arrow .swiper-button-next{
    width: 80px;
    height: 80px;
    opacity: 1;
    border: 1px solid #bbb;
    border-radius: 50%;
    color:#333;
    transition:all .4s;
}
.public_arrow .swiper-button-prev:after, .public_arrow .swiper-button-next:after{
    font-size: 24px;
}
.public_arrow .swiper-button-prev {
    left: -110px;
}
.public_arrow .swiper-button-next {
    right: -110px;
}

.public_arrow .swiper-button-prev:hover, .public_arrow .swiper-button-next:hover{
    background:var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}
/* about */
.about_top_img img{
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    width: 100%;
}
.about_wrap {
    background: url("../images/bg1.png") no-repeat center #f6f6f6;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    position: relative;
    margin-top: -50px;
}

.about_con {
    max-width: 80%;
    margin: auto;
    text-align: center;
}

.about_con .desc {
    line-height: 1.5;
    margin:20px 0 40px;
}
/* about_data */
 .about_data {
    gap:130px;
}
.about_data .item {
    width:25%;
    padding-bottom: 30px;
    border-bottom: 2px solid #929292;
}
.about_data .item .num {
    
}
.about_data .item .num span {
    line-height: 1.1;
}
.about_data .item .desc {
    line-height: 1.3;
}
.about_data .item .img {
    width: 65px;
    margin-right: 30px;
}
.more_box{
    display: flex;
    justify-content: center;
}
.more_box>a{
    margin: 0 10px;
}

/* product_menu_tit */

.product_menu_tit_wrap{
    background: url("../images/bg2.png") no-repeat right bottom;
    background-size: 100% auto;
}
.product_menu_tit .tit{
    width: 58%;
    padding-right: 12%;
}
.product_menu_tit .desc{
    flex:1;
    min-width: 0;
}
.product_menu_tit .desc p{
    margin-bottom: 40px;
    line-height: 1.5;
}


/* product_menu */

.product_menu {
    gap: 20px;
}
.product_menu .item{
    display: flex;
    position: relative;
    flex:1;
    transition:all .5s;
}

.product_menu .item .item_con_w{
    position: absolute;
    right: 0;
    top: 0;
    padding: 70px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.product_menu .item .item_con{
    width: 100%;
    color:#fff;
    height: 40px;
    overflow: hidden;
}
.product_menu .item .item_con .tit{
    font-family: 'BarlowBold';
}
.product_menu .item .item_con .tit:after{
    content:'';
    width: 40px;
    height: 3px;
    background: #fff;
    display: block;
    margin: 15px 0 25px;
}
.product_menu .item .item_con .desc{
    line-height: 1.4;
}
.product_menu .item .item_img{
    width:100%;
}
.product_menu .item .item_img img{
    height: 580px;
    object-fit: cover;
    width: 100%;
}
.product_menu .item.cur{
    flex:2.2;
}

.product_menu .item.cur .item_con{
    height: auto;
}

/* choose_list */

.choose{
    position: relative;
}
.choose_list .item{
    width: 20%;
}
.choose_list .item:nth-child(2n){
    margin-left: 60%;
}
.choose_list .item .item_img{
    width: 60px;
}
.choose_list .item .item_con{
    margin-top:20px;
    position: relative;
}
.choose_list .item .item_con .tit{
    font-family: 'BarlowBold';
}
.choose_list .item .item_con .desc{
    line-height: 1.4;
    margin-top: 10px;
}
.choose_list .item .item_con .num{
    color:#eee;
    position: absolute;
    right: 0;
    top: -25px;
}
.choose_list .item:nth-child(-n+2){
    padding-bottom: 100px;
}

.choose_con{
    position: absolute;
    width: 53%;
    left: 50%;
    top:50%;
    transform: translate3d(-50%,-50%,0);
}
.choose_con .j_list{
    
}
.choose_con .j_list .item{
    
}
.choose_con .j_list .item .item_con_w{
    display: none;
    position: absolute;
    width: 580px;
    background: #f2f5f8;
    border-radius: 20px;
    padding: 20px;
    z-index: 9;
}
.choose_con .j_list .item.item1 .item_con_w{
    left: 0;
    top: -8px;
}
.choose_con .j_list .item.item2 .item_con_w{
    left: -15px;
    top: -44px;
}

.choose_con .j_list .item.item3 .item_con_w{
    left: -5px;
    top: 60px;
}
.choose_con .j_list .item.item4 .item_con_w{
    right: 164px;
    top: 40px;
}

.choose_con .j_list .item .item_con .img{
    width: 55%;
}
.choose_con .j_list .item .item_con .con{
    flex:1;
    min-width: 0;
    padding-left: 20px;
}
.choose_con .j_list .item .item_con .con h4{
    font-family: 'BarlowBold';
}
.choose_con .j_list .item .item_con .con p{
    line-height: 1.4;
    margin-top: 10px;
}

.choose_con .j_list .item .item_btn{
    position: absolute;
    width:34px;
    height: 34px;
    border: 2px solid #fff;
    background: #1b1b1a;
    border-radius: 50%;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transform: rotate(-45deg);
    transition:all .5s;
}
.choose_con .j_list .item.item1 .item_btn{
    left: 120px;
    bottom: 165px;
}
.choose_con .j_list .item.item2 .item_btn{
    right: 250px;
    top: 45px;
}
.choose_con .j_list .item.item3 .item_btn{
    right: 240px;
    top: 145px;
}
.choose_con .j_list .item.item4 .item_btn{
    right: 130px;
    top: 115px;
}
.choose_con .j_list .item .item_btn i{
    font-size: 12px;
}
.choose_con .j_list .item:hover .item_btn,.choose_con .j_list .item.on .item_btn{
    background: #fff;
    border-color: var(--theme-color);
    color:var(--theme-color);
    transform: rotate(0deg);
}

/* news */

.news_list{
    margin: 0 -40px;
}
.news_list_h,.news_list_c{
    padding: 0 40px;
    width: 50%;
}


.news_list_h .item .item_img{
    border-radius: 30px;
    overflow: hidden;
}
.news_list_h .item .item_img img{
    width: 100%;
}
.news_list_h .item .item_con{
    position: relative;
    margin-top: -130px;
    width: calc(100% - 10%);
    background: #fff;
    margin-left: 10%;
    padding: 40px 50px 60px;
    border-radius: 20px 0 10px 20px;
}
.news_list_h .item .item_con .time{
    color:var(--theme-color);
}
.news_list_h .item .item_con .tit{
    font-family: 'BarlowBold';
    line-height: 1.2;
}
.news_list_h .item .item_con .desc{
    margin-top: 10px;
    color:#666;
}
.news_list_h .item .item_con .btn{
    width: 50px;
    height: 50px;
    border-radius: 20px 0 10px 0;
    background: var(--theme-color);
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
}
.news_list_h .item .item_con .btn i{
    transition:all .4s;
}
.news_list_h .item:hover .item_con .tit{
    color:var(--theme-color);
}
.news_list_h .item:hover .item_con .btn i{
    transform: rotate(45deg);
}
.news_list_c{
    display: flex;
    flex-direction: column;
}
.news_list_c .item{
    border-bottom: 1px solid #ddd;
    padding: 35px 0 30px;
}
.news_list_c .item:first-child{
    padding-top: 0;
}
.news_list_c .item .info{
    flex:1;
    min-width:0;
    padding-right: 50px;
}
.news_list_c .item .time{
    height: 32px;
    background: var(--theme-color);
    border-radius: 100px;
    display: inline-block;
    color:#fff;
    padding: 0 20px;
    line-height: 32px;
}
.news_list_c .item .tit{
    font-family: 'BarlowMedium';
    margin: 10px 0;
}
.news_list_c .item .desc{
    line-height: 1.4;
    color:#666;
}
.news_list_c .item .btn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #bfbfbf;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .4s;
    
}
.news_list_c .item:hover .info .tit{
    color:var(--theme-color);
}
.news_list_c .item:hover .btn{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
    transform: rotate(45deg);
}

/* public_message */
 .public_message_con {
    border-radius: 30px;
    background: #fff;
    margin-top: 70px;
    padding:70px;
}
.public_message_con .cover {
    width: 40%;
    height: 500px;
    background: #f6f6f6;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.public_message_con .cover img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.public_message_con .page_contact2_form {
    background: transparent;
}
.public_message_con .page_contact2_form .input_box .input input, .public_message_con .page_contact2_form textarea {
    border:1px solid #ddd;
}
/* footer */
 .footer {
    background: #1e1f20;
    border-radius: 50px 50px 0 0;
}
.footer_hd {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.footer_hd .tit {
    color:#fff;
    flex:1;
    min-width: 0;
}
.footer_hd .tit h4 {
    line-height: 1;
    margin-bottom: 10px;
}
.footer_hd .more .more_style3 {
    color:#fff;
    border-color:#fff;
    width: 220px;
}
.footer_con {
    padding: 50px 0;
    color:#97a1aa;
}
.footer_info {
    width:40%;
    padding-right: 60px;
}
.footer_info .logo p {
    font-family:'MagraBold';
    padding-left:40px;
    margin-left:40px;
    border-left: 1px solid rgba(255, 255, 255, .45);
    color:#fff;
    line-height: 1.4;
}
.footer_info .info {
    margin: 40px 0 40px;
}
.footer_info .info p {
    font-size: 18px;
}
.footer_info .info p span {
    margin-right: 20px;
}
.footer_info .info p i {
    font-family:'Arial';
    margin-right: 20px;
    color:#fff;
}
.footer_info .info p a {
    color:#fff;
}
.footer_info .share h4 {
    margin-right: 20px;
}
.footer_menu {
    flex:1;
    min-width: 0;
}
.footer_menu .item {
    flex:1;
}
.footer_menu .item:nth-child(-n+2) {
    flex:1.5;
}
.footer_menu .item h4 {
    margin-bottom: 10px;
}
.footer_menu .item h4 a {
    font-size: 22px;
    color:#fff;
    font-family:'MontserratRegular';
    font-weight: normal;
}
.footer_menu .item h5 a {
    margin-bottom: 10px;
    display: block;
    text-transform: capitalize;
}
.footer_message {
    width:40%;
}
.footer_message .form .input_box {
    margin:0 -10px;
}
.footer_message .form .input {
    padding:0 10px;
    flex:1;
}
.footer_message .form input, .footer_message .form textarea {
    border-radius: 200px;
    height: 45px;
    outline: none;
    border: none;
    border-bottom: 1px solid #bbb;
    font-size:14px;
    padding:15px 0;
    width: 100%;
    line-height: 25px;
    border-radius: 0;
    background: transparent;
    margin-bottom: 10px;
}
.footer_message .form textarea {
    height: 100px;
}
.footer_message .form .button {
    margin-top: 15px
}
.footer_message .form button, .footer_message .form .button a {
    border:none;
    outline: none;
    width:180px;
    height: 45px;
    border-radius:5px;
    background: var(--theme-color);
    color:#fff;
    cursor: pointer;
    font-size:16px;
    transition:all .3s;
    font-family:'PoppinsMedium';
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_message .form .button a {
    background: #333;
    margin-left: 20px;
}
.footer_message .form .button a:hover {
    text-decoration: none;
}
.footer_message .form button:hover, .footer_message .form .button a:hover {
    opacity: .8;
}
.footer_copyright {
    font-size:14px;
    display: flex;
    height: 70px;
    justify-content: center;
    align-items: center;
    color:#b0b0b0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    font-family:'Arial';
}
.footer_copyright a {
    margin-left:30px;
    color:#b0b0b0;
}
.footer_con a:hover {
    color:var(--theme-color);
    text-decoration: underline;
}
.footer_copyright a:hover {
    text-decoration: underline;
}
/* page_banner */
 .page_banner {
    margin-top:120px;
    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: capitalize;
}
.page_banner_con .subtit {
    margin-top:20px;
}
.page_banner_con .pos {
    text-transform: capitalize;
}
.page_banner_con .pos a {
    padding: 0 3px;
}

.page_about_banner_con .about_data{
    margin-top: 6%;
}
.page_about_banner_con .about_data .item .img img{
    filter:brightness(10000%) ;
}


.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: capitalize;
}
.inner_pos a {
    color:#999;
    padding: 0 3px;
}
.inner_pos a:first-child {
    padding-left: 0;
}
.inner_pos a:last-child {
    color:#333;
}
.inner_pos a:hover {
    color:var(--theme-color);
}
/* page_product_menu */
 .page_product_menu {
    width: 36.25%;
    padding-right: 5%;
}
.page_product_menu .item{
    padding-left: 36px;
    position: relative;
    cursor: pointer;
    margin: 10px 0;
}
.page_product_menu .item:before{
    content:'';
    background: #aeaeae;
    display: block;
    position: absolute;
    left: 9px;
    top: 15px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    transition:all .5s;
}
.page_product_menu .item:after{
    width: 23px;
    height: 23px;
    display: block;
    content:'';
    position: absolute;
    left: 0;
    top: 6px;
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    transition:all .5s;
    opacity: 0;
}
.page_product_menu .item:hover:before,.page_product_menu .item.cur:before{
    background: var(--theme-color);
}
.page_product_menu .item:hover:after,.page_product_menu .item.cur:after{
    opacity: 1;
}
.page_product_menu .item:hover{
    text-decoration: underline;
    color:var(--theme-color);
}
.page_product_menu .item h4{
    position: relative;
    display: inline-block;
}
.page_product_menu .item h4:after{
    width:0;
    content:'';
    display: block;
    height: 1px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom: 0;
    transition:all .5s;
}
.page_product_menu .item:hover h4,.page_product_menu .item.cur h4{
    color:var(--theme-color);
}
.page_product_menu .item:hover h4:after,.page_product_menu .item.cur h4:after{
    width: 100%;
}


.page_product_list .list .item{
    display: none;
}
.page_product_list .list .item:first-child,.page_product_list .list .item.cur{
    display: block;
}
.page_product_list .list .item .img img{
    width: 100%;
    border-radius:15px;
}
.page_product_list .list .item .tit{
    font-family: BarlowBold;
}
.page_product_list .list .item .desc{
    margin-top: 10px;
}


/* page_product_list */

.page_product_list {
    flex:1;
    min-width: 0;
}



/* 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_panel1_wrap {
    background: url("../images/map.png") no-repeat left top 80px;
}
.page_about_panel1 .info {
    width: 37.5%;
    padding-right: 5%;
}
.page_about_panel1 .content{
    flex:1;
    min-width: 0;
}

/* page_about_panel2 */
.page_about_panel2_img{
    width: 46%;
}
.page_about_panel2_img img{
    width: 100%;
}
.page_about_panel2_con {
    flex:1;
    min-width: 0;
    padding: 50px 80px 50px 6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f6f6f6;
}
.page_about_panel2_con .tit {
    padding-right: 5%;
}
.page_about_panel2_con .desc {
    margin: 40px 0 60px;
}
.page_about_panel2_img {
    width: 48%;
}

/* page_about_panel3 */

.page_about_panel3_con{
    width:48%;
}
.page_about_panel3_con .tit{
    text-transform: uppercase;
}
.page_about_panel3_list{
    flex:1;
    min-width: 0;
    margin: -25px;
}
.page_about_panel3_list .item_w{
    width: 50%;
    padding: 25px;
}
.page_about_panel3_list .item{
    background: #f5f5f5;
    position: relative;
    border-radius: 20px;
    padding: 80px 45px 50px;
    height: calc(100% - 50px);
    transition:all .5s;
}
.page_about_panel3_list .item .img{
    position: absolute;
    width: 106px;
    height: 106px;
    background: var(--theme-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50px;
    top:-53px;
    transition:all .5s;
}
.page_about_panel3_list .item .img img{
    filter: brightness(10000%);
    width: 55px;
    height: 55px;
}
.page_about_panel3_list .item .con h5{
    font-family: 'BarlowBold';
}
.page_about_panel3_list .item .con p{
    line-height: 1.4;
    margin-top: 10px;
}
.page_about_panel3_list .item:hover{
    background: var(--theme-color);
}
.page_about_panel3_list .item:hover .img{
    background: #f7f7f7;
}
.page_about_panel3_list .item:hover .img img{
    filter: brightness(0%);
}
.page_about_panel3_list .item:hover .con{
    color:#fff;
}

/* page_about_panel4_wrap */

.page_about_panel4_wrap{
    background: url("../images/bg3.jpg") no-repeat center;
}
.page_about_panel4_con .tit{
    color:#fff;
}

/* page_about_panel5_list */

.page_about_panel5{
    position: relative;
}
.page_about_panel5_tit{
    width: 40%;
    padding-right: 5%;
}
.page_about_panel5_tit .tit{
    margin:10px 0 30px;
}
.page_about_panel5_list{
    flex:1;
    min-width: 0;
    overflow: hidden;
}
.page_about_panel5 .arrow{
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
}
.page_about_panel5 .swiper-button-next,.page_about_panel5 .swiper-button-prev{
    position: static;
    width: 80px;
    height:80px;
    border: 1px solid #b9b9b9;
    border-radius: 50%;
    opacity: 1;
    color:#333;
    transition:all .4s;
}
.page_about_panel5 .swiper-button-prev{
    margin-right: 40px;
}
.page_about_panel5 .swiper-button-next:after,.page_about_panel5 .swiper-button-prev:after{
    font-size: 24px;
}
.page_about_panel5 .swiper-button-next:hover,.page_about_panel5 .swiper-button-prev:hover{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}


/* page_factory_panel1_list */

.page_factory_panel1_list{
    margin: 0 -20px;
}
.page_factory_panel1_list .item_w{
    width: 50%;
    padding: 0 20px;
}
.page_factory_panel1_list .item{
    border: 1px solid #eee;
    border-radius: 20px;
    overflow: hidden;
    transition:all .4s;
    height: 100%;
}
.page_factory_panel1_list .item .img img{
    width: 100%;
}
.page_factory_panel1_list .item .con{
    padding:30px 40px 40px;
    height: 100%;
}
.page_factory_panel1_list .item .con h4{
    font-family: 'BarlowBold';
    margin-bottom: 10px;
}
.page_factory_panel1_list .item:hover{
    border-color: var(--theme-color);
}
.page_factory_panel1_list .item:hover .con h4{
    color:var(--theme-color);
}

/* page_factory_panel2 */

.page_factory_panel2_tit{
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
.page_factory_panel2_tit .tit{
    flex:1;
}
.page_factory_panel2_tit .list .item{
    height: 56px;
    border-radius: 100px;
    border: 1px solid #ddd;
    line-height: 54px;
    padding: 0 30px;
    margin-left: 50px;
    cursor: pointer;
    transition:all .4s;
}
.page_factory_panel2_tit .list .item:hover{
    border-color: var(--theme-color);
    color:var(--theme-color);
}
.page_factory_panel2_tit .list .item.cur{
    background: var(--theme-color);
    color:#fff;
    border:var(--theme-color);
}
.page_factory_panel2_list_w .public_arrow{
    display: none;
}
.page_factory_panel2_list_w .public_arrow.active{
    display: block;
}
.page_factory_panel2_list{
    overflow: hidden;
}
.page_factory_panel2_list .item .img{
    border-radius: 20px;
    overflow: hidden;
}

/* page_factory_panel3_list */

.page_factory_panel3_list{
    overflow: hidden;
}
.page_factory_panel3_list .item .img{
    border-radius: 20px;
    overflow: hidden;
}


.page_quality_manufacturing_panel1_list{
    overflow: hidden;
}
.page_quality_manufacturing_panel1_list .item .img{
    border-radius: 20px;
    overflow: hidden;
}
.page_quality_manufacturing_panel1_list .item .con{
    padding-top: 20px;
}
.page_quality_manufacturing_panel1_list .item .con h4{
    font-family: 'BarlowBold';
    margin-bottom: 10px;
}


/* page_quality_manufacturing_panel2_tit */

.page_quality_manufacturing_panel2_tit .info{
    margin-top: 20px;
}
.page_quality_manufacturing_panel2_tit .info a{
    text-decoration: underline;
    color:var(--theme-color);
}
.page_quality_manufacturing_panel2_list{
    margin: 0 -20px;
}
.page_quality_manufacturing_panel2_list .item_w{
    padding: 0 20px;
    width: 50%;
}
.page_quality_manufacturing_panel2_list .item{
    background: #f7f7f7;
    border-radius: 20px;
    padding: 45px 65px 70px 65px;
    position: relative;
    transition:all .4s;
}
.page_quality_manufacturing_panel2_list .item .con h5{
    font-family: 'BarlowBold';
}
.page_quality_manufacturing_panel2_list .item .con p{
    margin: 10px 0 30px;
}
.page_quality_manufacturing_panel2_list .item .con a{
    display: inline-block;
}
.page_quality_manufacturing_panel2_list .item .con a:after{
    content:'';
    width: 100%;
    height: 1px;
    display: block;
    background: #fff;
    transition:all .4s;
}
.page_quality_manufacturing_panel2_list .item .con a i{
    font-size: 14px;
    margin-left: 10px;
}
.page_quality_manufacturing_panel2_list .item .img{
    position: absolute;
    right:50px;
    bottom:50px;
    transition:all .4s;
}
.page_quality_manufacturing_panel2_list .item:hover{
    background: var(--theme-color);
    color:#fff;
}
.page_quality_manufacturing_panel2_list .item:hover .con a{
    
}
.page_quality_manufacturing_panel2_list .item:hover .img{
    opacity: .2;
}

/* 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 {
    
}
.pd_detail_hd {
    position: relative;
}
.pd_detail_hd .pics {
    width:48%;
    padding: 90px 125px;
    position: relative;
    background: #fff;
}
.pd_detail_hd .pics .swiper-button-prev,.pd_detail_hd .pics .swiper-button-next{
    color:#333;
}
.pd_detail_hd .pics .swiper-button-prev{
    left: 30px;
}
.pd_detail_hd .pics .swiper-button-next{
    right: 30px;
}
.pd_detail_hd .pics .mySwiper2 {
    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;
}

.j_desc a{
    color:var(--theme-color);
    text-decoration: underline;
}
.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-prev {
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next {
}
.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 0 0 8%;
    min-width: 0;
}

.pd_detail_hd .infos .desc {
    font-size: 18px;
    margin:20px 0 0;
    line-height: 1.6;
}
.pd_detail_hd .infos .desc span {
    padding-left: 5px;
}
.pd_detail_hd .infos .params {
    color:#333;
    margin-top: 40px;
    gap:20px;
    justify-content:space-between;
}
.pd_detail_hd .infos .params .item{
    position: relative;
}
.pd_detail_hd .infos .params .item:after{
    content:'';
    display: block;
    width: 1px;
    height: 60px;
    background: #d4d4d4;
    position: absolute;
    right: -40px;
    top: 10px;
}
.pd_detail_hd .infos .params .item:last-child:after{
    display: none;
}
.pd_detail_hd .infos .params .tit{
    margin-top: 10px;
}
.pd_detail_hd .infos .params .img {
    width: 80px;
}
.pd_detail_hd .infos .params p {
    line-height:1.6;
    margin-bottom: 12px;
    padding-left: 40px;
}
.pd_detail_hd .infos .btns {
    
}
.pd_detail_hd .infos .btns .btn {
    align-items: center;
    text-transform: capitalize;
    margin-right:20px;
    font-family:'RobotoBold';
    line-height: 1;
    display: flex;
    background: var(--theme-color);
    color:#fff;
    height:55px;
    padding:0 30px;
    cursor: pointer;
    border-radius: 100px;
}
.pd_detail_hd .infos .btns .btn i {
    font-size:20px;
    line-height: 1;
    vertical-align: middle;
    margin-left: 6px;
    display: inline-block;
}
.pd_detail_hd .infos .btns .btn.btn2 {
    background:#333;
}
.pd_detail_hd .infos .btns .btn:hover {
    opacity: .8;
}
.pd_detail_hd .infos .share {
    
}


.pd_detail_intro .hd{
    border-bottom: 2px solid #ddd;
    gap: 32px;
}
.pd_detail_intro .hd .item{
    height: 70px;
    flex:1;
    text-align: center;
    border: 2px solid #ddd;
    border-bottom: none;
    line-height: 68px;
    font-size: 20px;
    cursor: pointer;
}
.pd_detail_intro .hd .item.cur{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}
.pd_detail_intro .hd .item i{
    font-size: 24px;
    margin-right: 10px;
}
.pd_detail_intro .bd .item_a{
    display: none;
}
.pd_detail_intro .bd .item_a:first-child{
    display: block;
}

/* page_related_products */
 .page_related_products {
}
.page_related_products .list {
    margin: -12px;
}
.page_related_products .list .item {
    width: 25%;
    padding: 12px;
}
.page_related_products .list .item a{
    border: 1px solid #d8d8d8;
    display: block;
    padding: 40px;
    border-radius: 15px;
    transition:all .5s;
    background-color: #fff;
}
.page_related_products .list .item .item_con .tit{
    margin: 20px 0;
    height: 64px;
}
.page_related_products .list .item .item_con .btn{
    height: 40px;
    line-height: 38px;
    width: 120px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 100px;
    transition:all .5s;
}
.page_related_products .list .item a .img img{
    width: 100%;
}
.page_related_products .list .item a:hover{
    border-color: var(--theme-color);
}
.page_related_products .list .item a:hover .item_con .btn{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}

/* product_detail */
 .j_pd_detail {
    background: #e4e7ea;
    padding:80px 0 50px;
}
.j_pd_detail_con {
    padding-top: 60px;
}
.j_pd_detail_hd_img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.j_pd_detail_hd .infos {
    flex: 1;
    padding:0 0 0 5%;
    min-width: 0;
}
.j_pd_detail_hd .infos h1 {
    font-size:48px;
    line-height: 1.2;
    color:var(--theme-color);
    font-family:'RobotoBold';
}
.j_pd_detail_hd .infos .desc {
    font-size:18px;
    margin:35px 0 50px;
}
.j_pd_detail_hd .infos .desc p {
    padding-left: 25px;
    position: relative;
    margin-bottom: 6px;
}
.j_pd_detail_hd .infos .desc p:before {
    content:'';
    display: block;
    width: 13px;
    height: 8px;
    background: url("../images/arrow.png") no-repeat;
    position: absolute;
    left: 0;
    top: 10px;
}
.j_pd_detail_hd .infos .list {
    display: flex;
    margin:0 -16px;
}
.j_pd_detail_hd .infos .list .item {
    padding:0 16px;
}
.j_pd_detail_hd .infos .list .item .img {
    border-radius: 50%;
    border:2px solid var(--theme-color);
    overflow: hidden;
}
.j_pd_detail_hd .infos .btns {
    margin-top:100px;
}
.j_pd_detail_hd .infos .btns .btn {
    display: flex;
    align-items: center;
    height:45px;
    width: 240px;
    background: var(--subtheme-color);
    color:#fff;
    justify-content: center;
    text-transform: capitalize;
    border-radius: 100px;
    transition:all .4s;
    font-family:'RobotoBold';
}
.j_pd_detail_hd .infos .btns .btn i {
    color:#fff;
    font-size:20px;
    margin-right: 8px;
    transition:all .3s;
}
.j_pd_detail_hd .infos .btns .btn:hover {
    background: var(--theme-color);
}
/* pdd_tit_box */
 .pdd_tit_box {
    text-align: center;
    padding: 60px 0 30px;
}
.pdd_tit_box .tit {
    font-size:45px;
    font-family:'RobotoMedium';
    text-transform: uppercase;
    line-height: 1.2;
}
.pdd_tit_box .desc {
    font-size:18px;
}
.j_pd_detail_introduction .desc {
    font-size:18px;
}
.j_pd_detail_introduction .desc p {
    margin-bottom: 6px;
}
.j_pd_detail_introduction .list {
    position: relative;
    overflow: hidden;
    padding:80px 0 100px;
}
.j_pd_detail_introduction .list .item {
    border-radius: 15px;
    overflow: hidden;
}
.j_pd_detail_introduction .list .item .img img {
    width: 100%;
}
.j_pd_detail_introduction .list .arrow {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.j_pd_detail_introduction .list .swiper-button-next, .j_pd_detail_introduction .list .swiper-button-prev {
    position: initial;
    height:40px;
    width: 40px;
    border-radius: 50%;
    background: #bbb;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    margin-top: 0;
    margin:0 10px;
}
.j_pd_detail_introduction .list .swiper-button-next:after, .j_pd_detail_introduction .list .swiper-button-prev:after {
    font-size:18px;
    font-weight: bold;
}
.j_pd_detail_introduction .list .swiper-button-next:hover, .j_pd_detail_introduction .list .swiper-button-prev:hover {
    background: var(--theme-color);
}
/* page_support_download_list */
 .page_support_download_list {
    padding-bottom: 80px;
}
.page_support_download_list .list_item {
    padding:50px 0;
    border-bottom: 1px solid #666;
}
.page_support_download_list .list_item .menu {
    line-height: 1;
    transition:all .4s;
    cursor: pointer;
}
.page_support_download_list .list_item .menu h4 {
    font-size:54px;
    font-family:'RobotoMedium';
    flex:1;
    line-height: 1;
}
.page_support_download_list .list_item .menu i {
    font-size:36px;
    transform: rotate(45deg);
    transition:all .4s;
}
.page_support_download_list .list_item .menu:hover {
    color:var(--theme-color);
}
.page_support_download_list .list_item .menu.cur i {
    transform: rotate(0deg);
}
.page_support_download_list .list_item .list_wrap {
    padding-top: 20px;
    display: none;
}
.page_support_download_list .list_item .list {
    margin:-12px;
    padding-top: 20px;
}
.page_support_download_list .list_item .list a {
    width: 33.333%;
    padding:12px;
}
.page_support_download_list .list_item .list .item {
    background: #fff;
    padding:30px 40px 20px;
    transition:all .4s;
    border-radius: 10px;
}
.page_support_download_list .list_item .list .item h4 {
    font-size:24px;
    line-height: 1.3;
    height: 94px;
}
.page_support_download_list .list_item .list .item .name_btn {
    margin-top: 30px;
}
.page_support_download_list .list_item .list .item .name_btn .name {
    flex:1;
    font-size:14px;
}
.page_support_download_list .list_item .list .item .name_btn i {
    font-size:30px;
}
.page_support_download_list .list_item .list .item:hover {
    background: var(--theme-color);
    color:#fff;
}
/* page_support_cases_list */
 .page_support_cases_list {
    padding-bottom:100px;
}
.page_support_cases_list .list {
    margin:-12px;
}
.page_support_cases_list .list a {
    width: 33.333%;
    padding:12px;
}
.page_support_cases_list .list .item .item_img {
    border-radius: 10px;
    overflow: hidden;
}
.page_support_cases_list .list .item .item_con {
    padding:20px 0;
}
.page_support_cases_list .list .item .item_con .time {
    color:#666;
    font-size:14px;
    line-height: 1;
}
.page_support_cases_list .list .item .item_con .tit {
    font-size:20px;
    line-height: 1.4;
    margin-top: 10px;
    height: 56px;
}
.page_support_cases_list .list .item .item_con .tag {
    height: 32px;
    border:1px solid #666;
    padding:0 15px;
    display: inline-block;
    border-radius: 100px;
    margin: 10px 10px 0 0;
    font-size:14px;
    transition:all .4s;
    line-height: 30px;
}
.page_support_cases_list .list .item:hover .item_con .tit {
    color:var(--theme-color);
}
.page_support_cases_list .list .item .item_con .tag:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}
/* page_support_faq */
 .page_support_faq {
    padding:70px 0 100px;
}
.page_support_faq_menu {
    justify-content: center;
    border-bottom: 1px solid #666;
}
.page_support_faq_menu .item {
    font-size:20px;
    margin: 0 36px;
    padding-bottom: 20px;
    cursor: pointer;
    font-family:'RobotoMedium';
    position: relative;
}
.page_support_faq_menu .item:after {
    content:'';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    width: 100%;
    height: 5px;
    background: var(--theme-color);
    border-radius: 100px;
    transition:all .4s;
}
.page_support_faq_menu .item.cur:after, .page_support_faq_menu .item:hover:after {
    transform: scale(1);
}
.page_support_faq_list .list {
    display: none;
    padding-top: 15px;
}
.page_support_faq_list .list:first-child {
    display: block;
}
.page_support_faq_list .list .item {
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}
.page_support_faq_list .list .item .tit {
    cursor: pointer;
    transition:all .4s;
}
.page_support_faq_list .list .item .tit h4 {
    font-size:24px;
    flex:1;
    min-width: 0;
    line-height: 1;
    padding-right: 20px;
}
.page_support_faq_list .list .item .tit i {
    font-size:30px;
    line-height: 1;
    transform: rotate(45deg);
    transition:all .4s;
}
.page_support_faq_list .list .item .desc {
    padding-top: 20px;
    font-size:18px;
    display: none;
}
.page_support_faq_list .list .item .tit.cur i {
    transform: rotate(0deg);
}
.page_support_faq_list .list .item:hover .tit {
    color:var(--theme-color);
}
/* page_news */
 .page_news {
    padding-top:80px;
    background: #f5f7f5;
}
.page_latest_news {
    padding:50px 0 80px;
}
.page_latest_news .item {
}
.page_latest_news .item_con {
    flex:1;
    min-width: 0;
    padding-left: 60px;
}
.page_latest_news .item_con .columnname {
    font-size:14px;
    color:#333;
}
.page_latest_news .item_con .tit {
    font-size:30px;
    line-height: 1.4;
    margin:15px 0 10px;
    transition:all .4s;
    color:#333;
    font-family:'PoppinsSemiBold';
}
.page_latest_news .item_con .time {
    font-size:14px;
    color:var(--theme-color);
    font-family:'PoppinsSemiBold';
}
.page_latest_news .item_con .desc {
    line-height: 1.8;
    margin:20px 0 50px;
}
.page_latest_news .item_img {
    border-radius:10px;
    width: 44%;
    overflow: hidden;
}
.page_latest_news .item_img img {
    width: 100%;
}
.page_latest_news .item_con .pub_btn1 {
    height: 45px;
    line-height: 45px;
}
/* page_menu_public */
 .page_menu_public_box {
     padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.page_menu_public_box .j_tit {
    flex:1;
}
.page_menu_public .item {
    margin-left:50px;
}
.page_menu_public .item a {
    display: block;
    height:56px;
    line-height:52px;
    position: relative;
    border: 1px solid #ccc;
    padding:0 36px;
    border-radius: 100px;
}

.page_menu_public .item a:hover {
    border-color: var(--theme-color);
    color:var(--theme-color);
}
.page_menu_public .item.cur a{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}
.page_menu_public .item.cur a:after {
    width: 100%;
}
.page_news_tit .menu {
    display: flex;
    align-items: center;
}
.page_news_tit .menu a {
    font-size:18px;
    display: block;
    font-family:'MontserratLight';
    margin-left: 100px;
    position: relative;
}
.page_news_tit .menu a:after {
    content:'';
    width: 0;
    height: 2px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom:-17px;
    transition:all .3s;
}
.page_news_tit .menu a.cur, .page_news_tit .menu a:hover {
    color:var(--theme-color);
}
.page_news_tit .menu a:hover:after, .page_news_tit .menu a.cur:after {
    width: 100%;
}


/* page_news_h */

.page_news_h{
    
}
.page_news_h .item{
    background: #f4f4f4;
    border-radius: 20px;
    overflow: hidden;
}
.page_news_h .item_img{
    width: 45%;
}
.page_news_h .item_img img{
    width: 100%;
}
.page_news_h .item_con{
    flex:1;
    min-width: 0;
    padding: 50px 70px;
    transition:all .4s;
}
.page_news_h .item_con .time{
    color:var(--theme-color);
}
.page_news_h .item_con .tit{
    font-family: 'BarlowBold';
    margin: 10px 0 20px;
}
.page_news_h .item_con .desc{
    color:#666;
}
.page_news_h .item_con .btn{
    margin-top: 60px;
}
.page_news_h .item_con .btn i{
    width: 40px;
    height: 40px;
    border: 1px solid #bbb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 18px;
    transition:all .4s;
}

.page_news_h .item:hover .item_con{
    padding: 50px 75px;
}
.page_news_h .item:hover .item_con .tit{
    color:var(--theme-color);
}

.page_news_h .item:hover .item_con .btn i{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
    margin-right: 10px;
}


.page_news_list .list{
    margin:0 -20px;
}
.page_news_list .item {
   padding: 20px;
   width: 33.333%;
}
.page_news_list .item .item_img{
    border-radius: 20px;
    overflow: hidden;
}
.page_news_list .item .item_img img{
    width: 100%;
}
.page_news_list .item .item_con{
    padding-top: 20px;
}
.page_news_list .item .item_con .tit{
    font-family: 'BarlowBold';
    line-height: 1.3;
}
.page_news_list .item .item_con .time{
    color:#666;
    margin-top: 20px;
}
.page_news_list .item:hover .item_con .tit{
    color:var(--theme-color);
}

.no_banner_pos {
    margin-top: 120px;
}
/* page_news_detail */
 .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-size:56px;
    font-family:'MagraBold';
    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_lastest_news_list .list{
    margin: -20px;
}


/* 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{
    background: url("../images/map1.png") no-repeat right bottom #f4f4f4;
}

.page_contact_panel1_hd{
    width: 35%;
}
.page_contact_panel1_hd .tit h4{
    margin-bottom: 20px;
}
.page_contact_panel1_hd .list{
    padding-top: 30px;
}
.page_contact_panel1_hd .list .item{
    margin-top: 40px;
}
.page_contact_panel1_hd .list .item h4{
    font-size: 20px;
}
.page_contact_panel1_hd .list .item p{
    font-family: 'BarlowMedium';
    font-size: 44px;
}
.page_contact_panel1_hd .list .item p a:hover{
    color:var(--theme-color);
}
.page_contact_panel1_bd_w{
    flex:1;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.page_contact_panel1_bd{
    background: var(--theme-color);
    padding: 40px;
    color:#fff;
    width:530px;
}
.page_contact_panel1_bd .name{
    border-bottom: 1px solid rgba(255,255,255,.2);
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.page_contact_panel1_bd .addr .ico{
    margin-right: 6px;
}


.page_contact_panel2_hd{
    flex: 1;
    min-width: 0;
    padding-right: 10%;
}
.page_contact_panel2_hd .list{
    padding-top: 20px;
}
.page_contact_panel2_hd .list .item{
    margin-top: 30px;
}
.page_contact_panel2_hd .list .item .num{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
}
.page_contact_panel2_hd .list .item .con{
    padding-left: 22px;
    flex:1;
    min-width: 0;
}
.page_contact_panel2_hd .list .item .con h4{
    font-family: 'BarlowBold';
}

.page_contact_panel2_bd.footer_message .form .input{
    padding: 0;
}
.page_contact_panel2_bd.footer_message .form input, .page_contact_panel2_bd.footer_message .form textarea{
    border: 1px solid #ddd;
    padding:15px 20px;
    height: 54px;
}
.page_contact_panel2_bd.footer_message .form textarea{
    height: 160px;
}
.page_contact_panel2_bd.footer_message .form .tip i{
    margin-right: 6px;
}
.page_contact_panel2_bd.footer_message .form button{
    width: 100%;
    height: 54px;
    border-radius: 0;
}

/* page_solution */


.page_solution_tit .tit p{
    width: 80%;
}

.page_solution_list {
    margin:-20px;
}
.page_solution_list .item{
    width: 33.333%;
    padding: 20px;
}
.page_solution_list .item a{
    background: #f4f4f4;
    border-radius:15px;
    overflow: hidden;
    display: block;
}
.page_solution_list .item .item_con{
    padding: 25px 35px;
}
.page_solution_list .item .item_con .tit{
    font-family: 'BarlowBold';
}
.page_solution_list .item .item_con .desc{
    color:#666;
    margin-top: 10px;
    line-height: 1.5;
}
.page_solution_list .item a:hover{
    box-shadow: 0 0 15px rgba(0,0,0,.06);
}
.page_solution_list .item a:hover .item_con .tit{
    color:var(--theme-color);
}



/* page_solution_detail */

.page_solution_detail_tit .tit {
    margin-bottom: 20px;
}
.page_solution_detail_tit .desc {
    flex:1;
    min-width: 0;
    color:#666;
    line-height: 1.6;
}

.page_solution_detail_list1 .list{
    gap: 22px;
}
.page_solution_detail_list1 .list .item{
    width: 25%;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 60px 38px;
    text-align: center;
    transition:all .4s;
}
.page_solution_detail_list1 .list .item .item_img img{
    width: 75px;
    height: 75px;
}
.page_solution_detail_list1 .list .item .item_con{
    padding-top:35px;
}
.page_solution_detail_list1 .list .item .item_con .num{
    color:#eee;
    line-height: 1;
}
.page_solution_detail_list1 .list .item .item_con .tit{
    font-family: 'BarlowBold';
    margin-bottom: 20px;
    position: relative;
    margin-top: -20px;
}
.page_solution_detail_list1 .list .item:hover{
    border-color: var(--theme-color);
}
.page_solution_detail_list1 .list .item:hover .item_con .tit{
    color:var(--theme-color);
}

.page_solution_detail_btn .button_wrap .button i{
    margin: 0 10px 0 0;
}


/* page_solution_detail_list */

.page_solution_detail_list{
    overflow: hidden;
}
.page_solution_detail_list .item .item_img{
    border-radius: 20px;
    overflow: hidden;
}


/* page_paygo */
 .page_paygo .panel1 .content {
    font-size:18px;
    color:#333;
}
.page_paygo .panel2 {
    padding:0 7%;
}
.page_paygo .panel2 .list .item .img {
    display: flex;
    justify-content: center;
}
.page_paygo .panel2 .list .item .con {
    border-bottom: 1px solid #bbb;
    padding:50px 0;
    margin-left: 60px;
    flex:1;
    min-width: 0;
}
.page_paygo .panel2 .list .item .con h4 {
    font-size:28px;
    font-family:'PoppinsSemiBold';
    color:#333;
    margin-bottom:10px;
}
.page_paygo .panel2 .list .item .con p {
    font-size:18px;
}
.page_paygo .panel3 {
    padding: 80px 7% 0;
}
.page_paygo .panel3 table {
    width: 100%;
}
.page_paygo .panel3 table tr {
    height: 60px!important;
    background: #f5f7f5;
}
.page_paygo .panel3 table tr:nth-child(2n) {
    background: #fff;
}
.page_paygo .panel3 table tr td {
    padding:0 30px;
}
.page_paygo .panel3 table tr td:first-child {
    width: 25%;
}
.page_paygo .panel3 table tr:first-child td {
    color:#fff;
    font-family:'PoppinsMedium';
}
.page_paygo .panel4 .list {
    padding:20px 0 80px;
}
.page_paygo .panel4 .list .item_wrap {
    padding: 0 20px;
}
.page_paygo .panel4 .list .item {
    text-align: center;
    border-bottom: 1px solid #bbb;
    padding:0 10px 40px;
}
.page_paygo .panel4 .list .item .con {
    font-size:18px;
    color:#333;
    padding-top:30px;
    height: 116px;
}
/* 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;
}