@charset "utf-8";

body{
   padding-top: 0!important;
}
.page_public_about{
    padding-top: 30px;
}
.page_public_family{
    padding-top: 30px;
}
.page_public_family .j_tit{
    height: 53px;
    line-height: 53px;
    font-size: 20px;
    background:rgb(238, 238, 238);
    border-left: 12px solid var(--theme-color);
    margin-top: 10px;
    padding-left: 20px;
    margin-bottom:30px;
    font-family:'GothicB';
}
.page_public_family .list1 .item{
    border-bottom: 1px solid rgb(221, 221, 221);
    padding:30px 0;
}
.page_public_family .list1 .item .item_con{
    flex:1;
    min-width: 0;
    padding-right: 40px;
}
.page_public_family .list1 .item .item_con .tit{
    font-family:'GothicB';
    margin-bottom: 10px;
    font-size: 18px;
}
.page_public_family .list1 .item .item_img{
    width:23%;
}
.page_public_family .list1 .item .item_img img{
    width: 100%;
}
.page_public_family .list2{
    display: flex;
}
.page_public_family .list2 .cover{
    width: 25%;
}
.page_public_family .list2 .cover img{
    width: 100%;
}
.page_public_family .list2 .con{
    flex:1;
    min-width: 0;
    padding-left:30px;
}

.header{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    justify-content: space-between;
    z-index: 999;
    transition:all .4s;
    padding: 0 3%;
}
.header_top{
    height: 46px;
    align-items: center;
    border-bottom: 1px solid #fff;
    color:#fff;
    font-size: 14px;
}
.header_top .info_hd{
    flex:1;
}
.header_top .info_hd span{
    margin-right: 50px;font-size: 18px;
}
.header_top .info_hd span i{ color:var(--theme-color);margin-right: 5px;}
.header_top .info_hd span a:hover{
    text-decoration: underline;
}
.header_top .info_bd .search{
    cursor: pointer;
    transition:all .4s;
}
.header_top .info_bd .search i{
    margin-right:8px;
}
.header_top .info_bd .search:hover{
    color:var(--theme-color);
}
.header_top .info_bd .language{
    margin: 0 30px;
}
.header_top .info_bd .language .lang{
    height: 20px;
    background: rgba(0,0,0,.25);
    border-radius: 100px;
    padding: 0 10px;
    cursor: pointer;
    transition:all .4s;
    color: #fff;
}
.header_top .info_bd .language .lang i{
    font-size:8px;
    margin-left: 5px;
}
.header_top .info_bd .language .lang:hover{
    background: var(--theme-color);
    color:#333;
}


.header_wrap{
    height:80px;
    position: relative;
    z-index: 100;
}
.header_wrap .nav_btn{
    height: 50px;
    background: var(--theme-color);
    color:#333;
    font-family:'GothicB';
    border-radius: 100px;
    padding: 0 12px;
    text-transform: uppercase;
    cursor: pointer;
    transition:all .5s;
    font-size: 15px;
}
.header_wrap .nav_btn:hover{
    padding: 0 20px;
}

.header .logo{
   
}
.header .logo img{
    max-height: 37px;
     filter: grayscale(100%);-webkit-filter: grayscale(100%);filter: brightness(0%) invert(100%);-webkit-filter: brightness(0%) invert(100%);
}

.nav_info {
    flex:1;
    padding:0 50px 0 10%;
}
.nav .nav_li{
    padding:16px;
    position: relative;
}
.nav .nav_li .nav1 a{
    display: block;
    line-height:48px;
    position: relative;
    text-transform: uppercase;
    transition:all 0s;
    white-space: nowrap;
    margin: 0 12px;
    z-index: 1;
    font-family: 'GothicB';
    color:#fff;
}
.nav .nav_li .nav1 a:after{
    content:'';
    display: block;
    content:'';
    width:100%;
    height: 100%;
    background: #eee;
    position: absolute;
    left: 0;
    bottom: 0;
    transition:transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    z-index:-2;
    transform: scale(0);
    height: 3px;
    z-index: -1;
    background: var(--theme-color);
}

.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,.header_on .nav .nav_li:hover .nav1 a,.header_on .nav .nav_li.cur .nav1 a{
    color:var(--theme-color);
}
.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_wrap{
    display: none;
    position: absolute;
    top:81px;
    background:#fff;
    left:0;
    width:300px;
    z-index: -1;
    padding:10px 20px 20px;
    box-shadow: 0 3px 15px rgba(0,0,0,.08);
}

.nav .nav_li .nav2_wrap>a{
    font-size:14px;
    height: 30px;
    display: block;
    line-height: 30px;
    padding:0 10px;
    margin-top: 10px;
    text-transform: capitalize;
}
.nav .nav_li .nav2_wrap>a:hover{
    background: #f5f5f5;
}

.nav .nav_li.nav_li1{
    position: static;
}
.nav .nav_li .nav2_wrap.nav2_product_wrap{
    width: 100%;
    padding: 30px 20px;
}
.nav .nav_li .nav2_wrap.nav2_product{
    width: 100%;
}
.nav .nav_li .nav2_wrap.nav2_product_wrap .j_item{
    flex:1;
    padding: 0 20px;
}
.nav .nav_li .nav2_wrap.nav2_product_wrap .j_item h4 a{
    font-family: 'GothicB';
    margin-bottom:6px;
    display: block;
}
.nav .nav_li .nav2_wrap.nav2_product_wrap .j_item h5{
    margin-bottom: 4px;
}
.nav .nav_li .nav2_wrap.nav2_product_wrap .j_item h5 a{
    font-size: 15px;
    display: block;
}


.nav a{
    color:#333;
}
.nav a:hover{
    color:var(--theme-color);
}

.layer_search{
    position: fixed;
    z-index: 998;
    background: #fff;
    top: 0px;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
    padding-top:250px;
}
.layer_search form{
    position: relative;
    width:800px;
    margin: auto;
}
.layer_search form input{
    outline: none;
    width:100%;
    height:70px;
    border:1px solid #aaa;
    border-radius: 100px;
    padding:0 40px 0 20px;
    background: transparent;
    margin:auto;
    font-size:20px;
}
.layer_search form input::placeholder{
    font-size:16px;
    color:#999;
}
.layer_search form button{
    outline: none;
    border:none;
    position: absolute;
    right: 20px;
    top: 12px;
    background: transparent;
    cursor: pointer;
}
.layer_search form button i{
    font-size:26px;
    color:#c5c5c5;
}
.layer_search form button i:hover{
    color:var(--theme-color);
}

.layer_search .close{
    right:10%;
    top: 160px;
    position: absolute;
}
.layer_search .close i{
    font-size:36px;
    display: block;
    transition:all .4s;
    cursor: pointer;
}
.layer_search .close i:hover{
    transform: rotate(180deg);
    color:var(--theme-color);
}

.header.header_on{
    background:rgba(255,255,255,.95);
    backdrop-filter: saturate(180%) blur(6px);
    border-bottom: 1px solid #999;
}
.header_on .header_top{
    color: #333;
    border-bottom-color:#999;
}
.header_on .nav .nav_li .nav1 a{
    color: #333;
}
.header_on.header .logo .img1{
    filter: grayscale(100%);-webkit-filter: grayscale(100%);filter: brightness(0%) invert(10%);-webkit-filter: brightness(0%) invert(10%);
}




/* banner */
.banner{
    position: relative;
    overflow: hidden;
}
.banner .wrapper{
    position: relative;
}
.banner .item_img img{
    width: 100%;
}
.banner .item .item_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-bottom:5vh;
}
.banner .item .item_con .wrapper{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner .item .item_con .tit{
    margin-bottom: 40px;
}
.banner .item .item_con .tit h3{
    font-size:72px;
    font-family: 'montb';
    line-height:1.5;
    color:#fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.banner .item .item_con .tit h3 span{ display: block;}
.banner .item .item_con .tit span{
    color:var(--theme-color);
    line-height: 1;
}
.banner .item .item_con .tit h4{
    color:#fff;
    font-size: 47px;
    font-family: 'montb';
    text-transform: uppercase;
}

.banner .item .item_con .desc{
    font-size:34px;
    margin: 10px 0 100px;
}

.banner .swiper-pagination{
    bottom:100px;
    text-align: left;
}
.banner .swiper-pagination .swiper-pagination-bullet{
    width:4px;
    height:10px;
    border-radius:100px;
    background: #fff;
    margin:0 6px;
    opacity: 1;
    position: relative;
    opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--theme-color);
    height: 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;
}


/* more_style_ */

.new_more{
    align-items: center;
    display: flex;
    margin-top: 30px;
    position: relative;
    z-index: 2;
    width:260px;
}
.new_more:after{
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition:all .4s;
    z-index: -1;
    background: var(--theme-color);
    
}
.new_more .ico{
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.new_more .ico i{
    color:#333;
    font-size: 16px;
}
.new_more span{
    margin-left:20px;
    font-family: 'GothicB';
    transition:all .4s;
    color:#fff;
    text-transform: uppercase;
}
.new_more:hover:after{
    transform: rotate(0deg);
    background: var(--theme-color);
}
.new_more:hover .ico i{
    color:#333;
}
.new_more:hover span{
    margin-left:10px;
    text-decoration: underline;
}
.new_more_blue{
    color:var(--theme-color);
}
.new_more_blue:hover span{
    color:#fff;
}




/* tit_box1 */

.tit_box1{
    padding:80px 0 50px;
    text-align: center;
}
.tit_box1_center{
    text-align: center;
}
.tit_box1 .tit h4{
    font-size:60px;
    line-height:1;
    text-transform: uppercase;
    font-family: 'GothicB';
}
.tit_box1 .tit h4 sup{ font-size: 40px; line-height:1; }
.tit_box2{
    text-align: center;
    padding:80px 0 30px;
}
.tit_box2 .tit h4{
    line-height: 1.1;
    font-size:40px;
    font-family: 'PoppinsSemiBold';
    text-transform: capitalize;
}
.tit_box2 .tit p{
    font-size:18px;
    margin-top:30px;
    color:#333;
}

.bg1{
    background:#f1f1f1;
}
.bg2{
    background:var(--theme-color);
}
.bg3{
    background: #f5f5f5;
}


/* product_menu */

.product_menu{
    padding:30px 30px 0;
}
.product_menu .list{
    margin: 0 -10px;
}
.product_menu .item{
    padding: 0 10px;
    width: 25%;
}
.product_menu .item .img_scale .img{
    overflow: visible;
}
.product_menu .item a{
    display: block;
    position: relative;
    overflow: hidden;
}
.product_menu .item .img_bg{
    position: relative;
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
}
.product_menu .item .img_bg img{
    width: 100%;
}
.product_menu .item .img_bg:after{
    width:0;
    height: 100%;
    display: block;
    position: absolute;
    content:'';
    background:linear-gradient(to right,rgba(255,180,0,1),rgba(255,180,0,0.1));
    left: 0;
    top: 0;
    transition:all .4s;
}
.product_menu .item .info{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding:35px 0 0 40px;
    z-index: 2;
}
.product_menu .item .info .tit{
    font-size: 45px;
    font-family: 'GothicB';
    color:#fff;
    width: 80%;
    line-height: 1;
    height: 135px;
}
.product_menu .item .info .img{
    position: absolute;
    right:0;
    bottom:0;
    height: 100%;
}
.product_menu .item .info .img img{ height: 100%;}
.product_menu .item .info .more{
    border: 1px solid #333;
    border-radius: 100px;
    display:none;
    font-size: 14px;
    font-family: 'GothicB';
    padding:0 10px 0 15px;
    text-transform: uppercase;
    margin-top: 60px;
    transition:all .4s;
}
.product_menu .item .info .more i{
    margin-left: 6px;
    font-size: 14px;
}

.product_menu .item:hover .img_bg:after{
    width: 100%;
}
.product_menu .item:hover .info .more{
    display: inline-block;
}
.product_menu .item .info .more:hover{
    background: #333;
    color:#fff;
}

.pt100{
    padding-top: 100px;
}
.pb100{
    padding-bottom: 100px;
}

/* product_wrap */

.product_wrap{
    position: relative;
}
.product_swiper{
    overflow: hidden; padding: 0 0 45px;
}
.product_swiper a{
    display: block;
    background: #fff; border-radius: 15px; overflow: hidden; transition: .3s ease;
}
.product_swiper a .imggd{padding-top: 100%;}
.product_swiper .item_tit{
    font-size:160px;
    color:var(--theme-color);
    text-transform: uppercase;
    line-height: 1;
    font-family: 'GothicB';
}
.product_swiper .item_img{
    max-width: 52%;
    position: relative;
    margin-top: -80px;
}
.product_swiper .img_scale .img{
    overflow: visible;
}
.product_swiper .item_con{
    padding: 18px 18px 25px;
}
.product_swiper .item_con .tit{
    font-size: 24px;
    font-family: 'GothicB';
    color:var(--theme-color);
    text-align: center;
}
.product_swiper .item_con h4{ color: #333; font-family: 'GothicB'; font-size: 20px; text-align: center; line-height: 30px; height: 30px; overflow: hidden; margin-bottom:15px;}
.product_swiper .item_con .desc{
    font-size: 16px;
    line-height: 24px; height: 48px; overflow:hidden ;
    
}
.product_swiper .item_con .desc p:before{
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top:12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--theme-color);
}
.product_swiper .swiper-slide{transition: .3s ease; position:relative;}
.product_swiper .swiper-slide:hover{ transform:scale(1.05);}
.product_swiper .swiper-slide i{ display: inline-block; width: 46px; text-align: center; font-size: 18px; line-height: 46px; border-radius: 50%; background: var(--theme-color); position:absolute; left:50%; transform:translateX(-50%); top:calc(100% - 23px); opacity:0; transition:.3s ease;}
.product_swiper .swiper-slide:hover a{ padding-bottom:10px;}
.product_swiper .swiper-slide:hover i{ opacity:1;}
.product_wrap{
    position: relative;
}
.product_wrap .swiper-button-prev,.product_wrap .swiper-button-next{
    width: 119px;
    height: 138px;
    top: 36%;
}
.product_wrap .swiper-button-prev{
    left: 0%;
}
.swiper-button-prev:focus,.swiper-button-next:focus{ outline:none;}
.product_wrap .swiper-button-next{
    right: 0%;
}
.product_wrap .swiper-button-prev:after,.product_wrap .swiper-button-next:after{
    display: none;
}

/* solution_wrap */


.solution_wrap .j_item{
    position: relative;
}
.solution_wrap .j_item .j_item_hd{
    position: absolute;
    z-index: 2;
    left: 10%;
    height: 100%;
    width: 21%;
    border-right: 1px solid rgba(255,255,255,.5);
}
.solution_wrap .j_item .j_item_hd_w{
    padding-top: 80px;
}
.solution_wrap .j_item .j_item_hd .j_tit{
    font-size:60px;
    color:#fff;
    font-family: 'GothicB';
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.solution_wrap .j_item .j_item_hd .list{
    display: flex;
    flex-direction: column;
}
.solution_wrap .j_item .j_item_hd .list .item{
    display: inline-block;
    padding-left: 22px;
    font-size: 24px;
    font-family: 'GothicB';
    color:#fff;
    position: relative;
    margin-bottom: 16px;
    cursor: pointer;
}
.solution_wrap .j_item .j_item_hd .list .item:before{
    content:'';
    width:7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 18px;
    display: block;
}
.solution_wrap .j_item .j_item_hd .list .item_w.cur .item{
    color:var(--theme-color);
}
.solution_wrap .j_item .j_item_hd .list .item_w.cur .item:after{
    content:'';
    width: 100%;
    height: 2px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left:0;
    bottom: 0;
}
.solution_wrap .j_item .j_item_hd .list .item_w.cur .item:before{
    background: var(--theme-color);
}
.solution_wrap .j_item .j_item_bd_item .item_bg img{
    width: 100%;
}

.solution_wrap .j_item .j_item_bd .j_item_bd_item{
    position: relative;
}
.solution_wrap .j_item .j_item_bd .j_item_bd_item .imgfd{padding-top: 49%;}
.solution_wrap .j_item .j_item_bd .j_item_bd_item .item_con{
    position: absolute;
    left: 31%;
    top: 0;
    height: 100%;
    width: 100%;
}
.solution_wrap .j_item .j_item_bd .j_item_bd_item .item_con .item_con_w{
    position: absolute;
    width: 40%;
    padding-left: 135px;
    padding-bottom: 160px; bottom: 0;
}
.solution_wrap .j_item .j_item_bd .j_item_bd_item .item_con .tit{
    font-size: 45px;
    font-family: 'GothicB';
    color:var(--theme-color);
    line-height: 50px;
}
.solution_wrap .j_item .j_item_bd .j_item_bd_item .item_con .desc{
    width: 70%;
    font-size: 18px;
    color:#fff;
    margin:20px 0 60px;
}
.solution_wrap .j_item .j_item_bd .j_item_bd_item .item_con .more{
    border: 1px solid #fff;
    border-radius: 100px;
    padding:0 23px;
    margin-bottom: 165px;
    font-family: 'GothicB';
    height: 45px;
    line-height: 43px;
    width: 170px;
    color:#fff;
    text-transform: uppercase;
    transition:all .5s;
}
.solution_wrap .j_item .j_item_bd .j_item_bd_item .item_con .more i{
    margin-left: 6px;
}
.solution_wrap .j_item .j_item_bd .j_item_bd_item .item_con .ico{
    width: 150px;
    height: 150px;
    border-top-right-radius: 1000px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.solution_wrap .j_item .j_item_bd .j_item_bd_item .item_con .more:hover{
    background: #fff;
    color:#333;
}
.solution_wrap .j_item .j_item_bd .j_item_bd_item .item_con .ico img{
    width: 64px;
    height: 64px;
    margin:25px 25px 0 0;
}
.solution_wrap .j_item_bd .j_item_bd_item{
    display: none;
}
.solution_wrap .j_item_bd .j_item_bd_item:first-child{
    display: block;
}


/* about */

.about_wrap{
    background: url("/static/images/abbg_19.jpg") no-repeat right bottom #f1f1f1;
    padding: 30px 0;
}
.about_con .j_desc{
    text-align: center;
    width: 80%; margin: 0 auto;
}
.about_con .j_desc h5{
    font-size:36px;
    font-family: 'GothicB';
    line-height: 1;
    margin-bottom:30px;
}
.about_con .j_desc p{
    font-size: 24px;
}
.about_con .btns{
    display: flex;
    margin: 70px 0 100px;
    justify-content: center;
}
.about_con .btns a{
    height: 50px;
    border: 2px solid #444;
    font-family:'GothicB';
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-radius: 100px;
    margin: 0 20px;
    transition:all .5s;
}
.about_con .btns a i{ font-size: 18px;}
.about_con .btns a i{
    margin-left: 10px;
}
.about_con .btns a.btn,.about_con .btns a:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#333;
}
.about_con .btns a:hover{
    padding: 0 25px;
}


/* about_data */

.about_data{
    justify-content: space-around;
    margin:0 -55px;
}
.about_data .item{
    padding: 0 55px;
    width: 25%;
}
.about_data .item .item_w{
    border-bottom:2px solid #333;
    padding-bottom:35px;
}
.about_data .item .num sup{
   font-family:'GothicB'; font-size: 45px; line-height: 1; display: inline-block;
}
.about_data .item .num span{
    line-height: 1.2;
    font-family:'GothicB';
    font-size: 64px;
    letter-spacing: -2px;
}
.about_data .item .con{ width: calc(100% - 120px);}
.about_data .item .desc{
    font-size: 18px;
    text-transform: uppercase;
    font-family:'GothicB';
}
.about_data .item .img{
    padding-right: 50px;
}




/* news */

.news_wrap{
    background: url("/static/images/newsbg_11.png") no-repeat center top;
}

.news_tit_box1 .tit{
    text-align: left;
}
.news_list{
    
}
.news_list .item{
    display: block;
}
.news_list .item .item_img{
    border-radius:10px 10px 0 0;
    overflow: hidden; padding-top: 60%;
}
.news_list .item .item_img img{
    width: 100%;
}
.news_list .item .item_con{
    background: #f5f7f5;
    padding: 25px 35px;
    border-radius: 0 0 10px 10px;
    transition:all .5s;
}
.news_list .item .item_con .time{
    font-size: 15px;
}
.news_list .item .item_con .tit{
    font-size:22px;
    font-family: 'GothicB';
    line-height: 1.4;
    transition:all .4s;
}
.news_list .item .item_con .desc{
    margin:10px 0 25px;
    color:#666;
}

.news_list .item .item_con .btn{
    font-size:14px;
    font-family: 'GothicB';
    border: 1px solid #333;
    display: inline-block;
    border-radius: 100px;
    padding: 0 15px;
    text-transform: uppercase;
    line-height: 28px;
    height: 30px;
    transition:all .4s;
}
.news_list .item .item_con .btn i{
    margin-left:8px;
    font-weight: bold;
    vertical-align: middle;
}


.news_list .item:hover .item_con{
    box-shadow: 0 0 15px rgba(0,0,0,.15);
}
.news_list .item:hover .item_con .tit{
    color:var(--theme-color);
    text-decoration: underline;
}
.news_list .item:hover .item_con .btn{
    background: var(--theme-color);
    border-color: var(--theme-color);
}

.news_con{
    position: relative;
}
.news_con .arrow{
    display: flex;
    position: absolute;
    right: 0;
    top:-75px;
}
.news_con .arrow .swiper-button-prev{
    margin-right: 25px;
}
.news_con .arrow .swiper-button-prev,.news_con .arrow .swiper-button-next{
    width: 45px;
    height: 45px;
    background: #f1f1f1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    color:#333;
    transition:all .5s;
}
.news_con .arrow .swiper-button-prev i,.news_con .arrow .swiper-button-next i{
    font-size: 24px;
}
.news_con .arrow .swiper-button-prev i{
    transform: rotateY(180deg);
}
.news_con .arrow .swiper-button-prev:after,.news_con .arrow .swiper-button-next:after{
    display: none;
}
.news_con .arrow .swiper-button-prev:hover,.news_con .arrow .swiper-button-next:hover{
    background: var(--theme-color);
    color:#fff;
}

/* 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;
}

.page_part_big_img img{
    width: 100%;
}

.footer_message_wrap{
    padding-top: 80px;
}
.footer_message{
    flex:1;
    min-width: 0;
    padding-right: 6%;
}
.footer_message_img{
    width: 52%;
}
.footer_message .tit{
    font-size:40px;
    font-family: 'GothicB';
}
.footer_message .desc{
    font-size: 20px;
    margin: 10px 0 40px;
}

.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:58px;
    outline: none;
    border: none;
    border-bottom: 1px solid #bbb;
    font-size:16px;
    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: 35px
}
.footer_message .form button{
    border:none;
    outline: none;
    width:180px;
    height:50px;
    border-radius:100px;
    background: var(--theme-color);
    cursor: pointer;
    font-size:15px;
    transition:all .4s;
    font-family: 'GothicB';
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}
.footer_message .form button i{
    margin-left: 10px;
    font-size: 20px;
    vertical-align: middle;
}
.footer_message .form .button a:hover{
    text-decoration: none;
}
.footer_message .form button:hover{
    opacity: .8;
    width: 200px;
}

/* footer */

.footer{
    background: #333;
    color:#fff;
}
.footer_con{
    padding: 50px 0 30px;
}

.footer_menu{
    width: 68%;
}
.footer_menu .item{
    flex:1;
    min-width: 0;
}
.footer_menu .item h4 a{
    font-size:18px;
    font-family: 'GothicB';
    color:#fff;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}
.footer_menu .item h5 a{
    display: block;
    margin-bottom:8px;
    color:#fff;
}
.footer_contact{
    width: 23%;
    min-width: 0; margin-right: auto;
}
.footer_contact .txt {
    font-size:18px;
}
.footer_contact .txt p{
    margin-top:16px;
    line-height: 1.4;
}
.footer_contact .btn a{
    width: 160px;
    height: 45px;
    background: var(--theme-color);
    color:#333;
    display: block;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-family: 'GothicB';
    text-transform: uppercase;
    transition:all .4s;
}
.footer_contact .btn a i{
    margin-left: 5px;
}
.footer_contact .btn a:hover{
    width: 170px;
}
.footer_share{
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,.4);
}
.footer_share .share{
    flex:1;
}
.footer_share .share h4{
    font-size:18px;
    font-family: 'GothicB';
    margin-right: 10px;
}

.footer_share .auth .item{
    margin-left: 40px;
}


.footer_copyright_wrap{
    
}
.footer_copyright{
    display: flex;
    height: 70px;
    justify-content: center;
    color:#fff;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,.3);
}
.footer_copyright a{
    color:#fff;
    margin-left:30px;
}
.footer_menu a:hover{
    color:var(--theme-color);
    text-decoration: underline;
}
.footer_copyright a:hover{
    text-decoration: underline;
}

/* page_banner */

.page_banner{
    position: relative;
    margin-top: 127px;
}
.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: 45%;
}
.page_banner_con .tit{
    font-size:45px;
    font-family: 'GothicB';
    line-height: 1.2;
    color:var(--theme-color);
}
.page_banner_con .desc{
    margin:20px 0 50px;
    font-size: 18px;
}
.page_banner_con .pos{
    margin-top: 10px;
    font-family: 'RobotoLight';
}
.page_banner_con .pos a{
    padding: 0 3px;
}

.page_about_banner_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page_about_banner_con .list{
    justify-content: space-around;
    margin:0 -66px;
}
.page_about_banner_con .item{
    padding: 0 66px;
    width: 25%;
}
.page_about_banner_con .item .item_w{
    border-bottom:2px solid #fff;
    justify-content: center;
    padding-bottom:35px;
}
.page_about_banner_con .item .num{
   line-height: 1;
}
.page_about_banner_con .item .num span{
    line-height: 1;
    font-family:'GothicB';
    font-size: 54px;
    color:var(--theme-color);
}
.page_about_banner_con .item .desc{
    font-size: 20px;
    text-transform: uppercase;
    font-family:'GothicB';
    color:#fff;
}
.page_about_banner_con .item .img{
    padding-right: 60px;
}
.page_about_banner_con .item .img img{
    filter: invert(57%) sepia(96%) saturate(493%) hue-rotate(1deg) brightness(104%) contrast(107%);
}

.page_about_banner_con .btns{
    display: flex;
    margin-top:80px;
}
.page_about_banner_con .btns .btn{
    height: 45px;
    border: 1px solid #fff;
    border-radius: 100px;
    font-family: 'GothicB';
    padding: 0 30px;
    line-height: 43px;
    text-transform: uppercase;
    margin:0 10px;
    color:#fff;
    transition:all .5s;
    cursor: pointer;
}
.page_about_banner_con .btns .btn.btn2{
    border-color:var(--theme-color);
    color:var(--theme-color);
}
.page_about_banner_con .btns .btn:hover{
    background:var(--theme-color);
    color:#333;
    border-color: var(--theme-color);
    
}

#about_video_iframe{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    display: none;
}
#about_video_iframe .close{
    position: absolute;
    top: -34px;
    right: -40px;
    color: #fff;
    cursor: pointer;
}
#about_video_iframe .close i{
    font-size:36px;
}
#about_video_iframe .close:hover{
    color:var(--theme-color);
}


.page_product_banner_con{
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    padding: 60px 0;
    margin-top: 127px;
}

.page_product_banner_con .content_img .info{
    flex:1;
    padding-right: 100px;
    min-width: 0;
}
.page_product_banner_con .content_img .info .tit{
    font-size: 40px;
    font-family: 'GothicB';
}
.page_product_banner_con .content_img .info .desc{
    padding-right: 5%;
    margin-top: 15px;
}
.page_product_banner_con .content_img .img{
    width: 39%;
}



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

.inner_pos_wrap{
    
}

.inner_pos{
    height: 60px;
     font-size: 14px;
}
.inner_pos i{margin-right: 5px;}
.inner_pos a:first-child{
    padding-left: 0;
}
.inner_pos a:hover{
    color:var(--theme-color);
}

/* pager_solution_show */

.page_solution_tit.about_tit_box1{
    padding: 50px 0 30px;
}

.page_case_study{
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}
.page_case_study .item .img{
    border-radius: 10px;
    overflow: hidden;
}
.page_case_study .item{ display:block;padding-bottom: 25px; border-bottom:1px solid #666666; position:relative;}
.page_case_study .item:after{ width:0; height: 1px; position: absolute; left: 0; bottom: -1px;content: ''; background: var(--theme-color); transition:.3s ease;}
.page_case_study .item:hover:after{width:100%;}
.page_case_study .item .imgfd{ border-radius: 10px;}
.page_case_study .item .con{
    padding-top: 20px;
}
.page_case_study .item .con h4{
    font-size: 20px;
    font-family: 'GothicB';
    transition:all .4s;
}
.page_case_study .item .con p{
    margin-top: 10px;
    color:#666;
}
.page_case_study .item:hover .con h4{
    color:var(--theme-color);
}
.page_case{ position: relative;}
.page_case .arrow{
    top: 55px;
}
.page_case .arrow .swiper-button-prev,.page_case .arrow .swiper-button-next{
    background: #fff;
}
.page_case .arrow .swiper-button-prev:hover,.page_case .arrow .swiper-button-next:hover{
    background: var(--theme-color);
}

/* page_suggested_products */

.page_suggested_products{
    margin: 0 -20px;
}
.page_suggested_products .item{
    width:25%;
    padding: 0 20px;
}
.page_suggested_products .item .img{
    border-radius: 10px;
    overflow: hidden;
}
.page_suggested_products .item .img img{
    width: 100%;
}
.page_suggested_products .item .con{
    padding-top:20px;
}
.page_suggested_products .item .con h4{
    font-size: 22px;
    font-family: 'GothicB';
    text-align: center;
}
.page_suggested_products .item .con .btns{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.page_suggested_products .item .con .btns a{
    width: 100px;
    height: 28px;
    border: 1px solid #333;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .4s;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'GothicB';
    margin: 0 10px;
}
.page_suggested_products .item .con .btns a i{
    margin-left: 5px;
}
.page_suggested_products .item .con .btns .btn1{
    border-color:var(--theme-color);
    color:var(--theme-color);
}
.page_suggested_products .item .con .btns a:hover{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#333;
}

/* page_service_panel1 */

.page_service_panel1 .item_img{
    width: 46.875%;
}
.page_service_panel1 .item_img img{
    width: 100%;
    border-radius: 15px;
}
.page_service_panel1 .item_con{
    flex:1;
    min-width: 0;
    padding-left: 5%;
}
.page_service_panel1 .item_con .tit{
    font-size:36px;
    font-family: 'GothicB';
}
.page_service_panel1 .item_con .desc{
    margin: 20px 0 50px;
}


/* page_service_panel2 */

.page_service_panel2{
    padding: 70px 0;
}
.page_service_panel2 .j_tit{
    font-size: 40px;
    font-family: 'GothicB';
    text-align: center;
    line-height: 1;
    margin: 0 -10px;
}
.page_service_panel2 .list{
    margin-top: 30px;
}
.page_service_panel2 .list .item{
    width: 33.333%;
    padding: 0 10px;
}
.page_service_panel2 .list .item_w{
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding:40px;
    height: 100%;
}
.page_service_panel2 .list .item .img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border-bottom-right-radius: 100px;
    background: var(--theme-color);
    padding: 15px 0 0 15px;
}
.page_service_panel2 .list .item .tit{
    padding:0 0 0 90px;
    font-family: 'GothicB';
    font-size: 24px;
}
.page_service_panel2 .list .item .desc{
    color:#666;
    margin-top: 20px;
}


/* page_service_panel3 */

.page_service_panel3.page_service_panel1 .item_con{
    padding: 0 5% 0 0;
}
.page_service_panel3.page_service_panel1 .item_con .desc h5{
    font-size: 24px;
    color:var(--theme-color);
    margin:0 0 10px;
    font-family: 'GothicB';
}
.page_service_panel4 .img_list{
    margin-top: 40px;
}
.page_service_panel4 .img_list .img{
    width: 47.5%;
}
.page_service_panel4 .img_list .img img{
    border-radius: 10px;
}
.page_service_panel4 .list{
    flex:1;
    min-width: 0;
    padding-left: 5%;
}
.page_service_panel4 .list .item{
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}
.page_service_panel4 .list .item .tit{
    cursor: pointer;
    transition:all .4s;
}
.page_service_panel4 .list .item .tit h4{
    font-size:20px;
    flex:1;
    min-width: 0;
    line-height: 1;
    padding-right: 20px;
    font-family: 'GothicB';
}
.page_service_panel4 .list .item .tit i{
    font-size:14px;
    line-height: 1;
    transform: rotate(45deg);
    transition:all .4s;
    color:#666;
}
.page_service_panel4 .list .item .desc{
    padding-top: 20px;
    display: none;
}
.page_service_panel4 .list .item .tit.cur i{
    transform: rotate(0deg);
}
.page_service_panel4 .list .item .tit i:hover{
    color:var(--theme-color);
}
.page_service_panel4 .list .item:hover .tit{
    color:var(--theme-color);
}
.page_service_panel4 .btn{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

/* page_service_panel5 */

.page_service_panel5_list{

    height: 270px;
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
    margin-top: 30px;
}
.page_service_panel5_list .swiper-slide{
   text-align: center;
   font-size: 18px;
   background: #fff;
   height: calc((100% - 30px) / 2) !important;
   display: flex;
   justify-content: center;
   align-items: center;
}
.page_service_panel5_list .img{
    border:1px solid #ddd;
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.page_service_panel5_list .img img{
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.page_service_panel5_list .swiper-pagination-bullet{
    width: 7px;
    height: 7px;
}
.page_service_panel5_list .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--theme-color);
}

/* page_service_panel6 */

.page_service_panel6_list{
    margin:30px -15px 0;
}
.page_service_panel6_list .item{
    padding: 15px;
    width: 50%;
}
.page_service_panel6_list .item a{
    background: #f2f2f2;
    border-radius: 5px;
    padding: 30px 50px;
    height: 100%;
    transition:all .4s;
}
.page_service_panel6_list .item .tit{
    flex:1;
    font-size: 18px;
    font-family:'GothicB';
    padding: 0 20px;
}
.page_service_panel6_list .item .btn{
    flex-direction: column;
    transition:all .4s;
}
.page_service_panel6_list .item .btn i{
    font-size: 18px;
}
.page_service_panel6_list .item .btn span{
    font-size: 14px;
    line-height: 1;
    font-family: 'GothicB';
}
.page_service_panel6_list .item a:hover{
    box-shadow: 0 3px 15px rgba(0,0,0,.1);
}
.page_service_panel6_list .item:hover .btn{
    color:var(--theme-color);
}

.page_service_panel6 .j_btn_style1{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.page_download_list.page_service_panel6_list{
    margin-top: 0;
}
.page_download_list.page_service_panel6_list .item{
    width: 100%;
}
.page_download_list .item .time{
    padding-right: 20%;
}

/* page_oness_panel1 */

.page_oness_panel1{
    font-size: 18px;
    color:#666;
}
.page_oness_panel2{
    padding:30px 100px 0;
    margin: 0 -110px;
}
.page_oness_panel2 .item{
    width: 33.333%;
    padding:30px 110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.page_oness_panel2 .item:after{
    position: absolute;
}
.page_oness_panel2 .item .img{
    border-radius: 50%;
    width: 180px;
    height: 180px;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.page_oness_panel2 .item .img .num{
    position: absolute;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--theme-color);
    font-family: 'GothicBi';
    font-size: 24px;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,50%);
}
.page_oness_panel2 .item .tit{
    font-size: 18px;
    font-family: 'GothicB';
    margin-top: 40px;
    text-align: center;
}

/* page_oness_panel3 */

.page_oness_panel3{
    padding-top:50px;
}
.page_oness_panel3 .panel_img{
    width:45%;
}
.page_oness_panel3 .panel_img img{
    border-radius: 10px;
}
.page_oness_panel3 .panel_con{
    flex:1;
    min-width:0;
    padding-left: 5%;
}
.page_oness_panel3 .panel_con .tit{
    font-size: 24px;
    font-family: 'GothicB';
    margin-bottom:20px;
}
.page_oness_panel3 .panel_con .con{
    font-size: 18px;
}

/* page_product_menu */


.page_product_menu{
    width: 300px;
    margin-right: 30px;
}
.page_product_menu .bg{
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}
.page_product_menu .search form{
    position: relative;
    margin-bottom:20px;
}
.page_product_menu .search .input{
    font-size:12px;
    border: 2px solid #e7e7e7;
    border-radius: 3px;
    width: 100%;
    height: 45px;
    padding:0 20px 0 38px;
}
.page_product_menu .search button{
    position: absolute;
    border:none;
    background: transparent;
    left: 10px;
    top: 10px;
}
.page_product_menu .menu{
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}
.page_product_menu .menu_tit{
    font-size:20px;
    font-family: 'PoppinsSemiBold';
    text-transform: capitalize;
    color:#333;
    margin-bottom: 10px;
}
.page_product_menu .menu_list .item{
    border-bottom: 1px solid #ddd;
    padding:14px 0;
}
.page_product_menu .menu_list .item:last-child{
    border-bottom: none;
}
.page_product_menu .menu_list .item .hd a{
    flex:1;
    min-width: 0;
    padding-left: 16px;
    position: relative;
    color:#333;
}
.page_product_menu .menu_list .item .hd a:before{
    width: 5px;
    height: 5px;
    display: block;
    content:'';
    position: absolute;
    left: 0;
    top:9px;
    background: #333;
    border-radius: 50%;
}
.page_product_menu .menu_list .item .hd i{
    cursor: pointer;
    font-size:12px;
    transform: rotate(180deg);
    line-height: 1;
    font-weight: bold;
    transition:all .4s;
}
.page_product_menu .menu_list .item .bd{
    display: none;
    padding-left: 16px;
}
.page_product_menu .menu_list .item .bd a{
    font-size:14px;
    padding-top:8px;
    line-height: 1.4;
}

.page_product_menu .menu_list .item .hd.cur i,.page_product_menu .menu_list .item .hd i:hover{
    transform: rotate(0deg);
    color:var(--theme-color);
}

.page_product_menu .menu_list .item .hd.cur a,.page_product_menu .menu_list .item .hd a:hover,.page_product_menu .menu_list .item .bd a:hover{
    color:var(--theme-color);
}
.page_product_menu .menu_list .item .hd.cur a:before,.page_product_menu .menu_list .item .hd a:hover:before{
    background: var(--theme-color);
}

/* page_product_index_menu */

.page_product_index{
    font-size: 16px;
}
.page_product_index_menu{
    margin: -25px;
    padding-top: 60px;
}
.page_product_index_menu .item{
    padding: 25px;
    width: 33.333%;
}
.page_product_index_menu .item:last-child{
    display: none;
}
.page_product_index_menu .item a{
    display: block;
    background: #f1f1f1;
    border-radius: 5px;
    height: 100%;
    overflow: hidden;
}
.page_product_index_menu .item .item_img{
    position: relative;
}
.page_product_index_menu .item .item_img h4{
    font-size: 36px;
    color:#fff;
    font-family: 'GothicB';
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 100%;
    padding: 40px;
    line-height:1.1;
}
.page_product_index_menu .item .item_img img{
    width: 100%;
}
.page_product_index_menu .item .item_con{
    padding: 35px;
}
.page_product_index_menu .item .item_con .desc{
    font-size: 16px;
}
.page_product_index_menu .item .item_con .more{
    width: 90px;
    height: 28px;
    border:1px solid #333;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: 'GothicB';
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 20px;
    transition:all .4s;
}
.page_product_index_menu .item .item_con .more i{
    margin-left: 6px;
    font-weight: bold;
}

.page_stage_panel2 .content{
    flex:1;
    min-width: 1;
    padding-right: 4%;
    font-size: 18px;
}
.page_product_index_menu .item:hover .item_con .more{
    border-color: var(--theme-color);
    background: var(--theme-color);
}

.page_stage_panel3{
    justify-content: space-around;
}
.page_stage_panel3 .item{
    padding: 0 15px;
}

.page_stage_panel4.j_btn_style1{
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.page_stage_panel4.j_btn_style1 a{
    width: 245px;
}


/* page_cases_menu */

.page_cases_menu{
    margin: -10px -13px;
    padding-bottom: 60px;
}
.page_cases_menu .item{
    width: 20%;
    padding: 10px 13px;
}
.page_cases_menu .item a{
    display: flex;
    padding: 15px 22px;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 100%;
    transition:all .4s;
}
.page_cases_menu .item img{
    max-width: 42px;
    max-height: 42px;
}
.page_cases_menu .item span{
    font-size: 18px;
    font-family: 'GothicB';
    padding-left: 30px;
}
.page_cases_menu .item a:hover{
    border-color: var(--theme-color);
    background: #fbf4e4;
}
.page_cases_menu .item.cur a{
    background: var(--theme-color);
    border-color: var(--theme-color);
}

/* page_cases_list */

.page_cases_list{
    margin: -15px -25px;
}
.page_cases_list .item{
    width: 33.33%;
    display: block;
    padding: 15px 25px;
}
.page_cases_list .item .item_img{
    border-radius: 10px;
    overflow: hidden;
}
.page_cases_list .item .item_img img{
    width: 100%;
}
.page_cases_list .item .item_con{
    padding-top: 15px;
}
.page_cases_list .item .item_con .tit{
    font-size: 24px;
    font-family: 'GothicB';
    transition:all .4s;
}
.page_cases_list .item .item_con .time{
    color:#666;
    margin-top: 10px;
}
.page_cases_list .item:hover .item_con .tit{
    color:var(--theme-color);
}


/* product_model_select */

.product_model_select{
    margin: 0 100px;
    background: #f1f1f1;
    padding: 25px 60px;
    margin-bottom: 40px;
    border-radius: 5px;
}
.product_model_select .layui-form-select dl dd.layui-this{
    background: var(--theme-color);
}
.product_model_select .list{
    width: 75%;
    display: flex;
}
.product_model_select .list .item{
    width: 33.333%;
    padding-right: 20px;
}
/*.product_model_select .list .item select{*/
/*    height: 45px;*/
/*    width: 100%;*/
/*    border-radius: 5px;*/
/*    border: none;*/
/*    padding:0 0 0 10px;*/
/*    text-transform: uppercase;*/
/*    outline: none;*/
/*}*/
.product_model_select .btn{
    flex:1;
    min-width: 0;
    margin-left: 20px;
    background: #333;
    font-family: 'GothicB';
    text-transform: uppercase;
    color:#fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition:all .3s;
}
.product_model_select .btn:hover{
    background: var(--theme-color);
    color:#333;
}


/* page_product_list */

.page_product_list_tit{
    font-size: 18px;
    font-family: 'GothicB';
    margin-bottom: 10px;
}
.page_product_list_tit span{
    margin-right: 5px;
    color:var(--theme-color);
}
.page_product_list{
    
}
.page_product_list .list{
    margin:-20px;
}
.page_product_list .item{
    display: block;
    padding:20px;
    width:25%;
}
.page_product_list .item .item_w{
    display: block;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
    height: 100%;
    transition:all .4s;
}
.page_product_list .item .item_w .imggd{padding-top: 100%;}
.page_product_list .item .item_img{
    
}
.page_product_list .item .item_con{
    text-align: center;
    padding: 15px 15px 30px;
}
.page_product_list .item .item_con .tit{
    font-size:16px;
    font-family: 'GothicB';
    transition:all .4s;
     line-height: 20px; height: 100px; overflow: hidden; margin-bottom: 5px; text-align: left;
}
.page_product_list .item .item_con p{ font-size: 14px; text-align: left; color:#999; line-height:18px; height:18px;}
.page_product_list .item .item_con .desc{
    font-size: 18px;font-family: 'GothicB'; line-height: 22px;height: 44px; overflow: hidden;
}
.page_product_list .item .item_con .btns{
    display: flex;
    margin-top: 15px;
    justify-content: center;
}
.page_product_list .item .item_con .btns a{
    width: 90px;
    height: 28px;
    margin: 0 5px;
    border:1px solid #333;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-family: 'GothicB';
    font-size: 14px;
    transition:all .4s;
}
.page_product_list .item .btns .btn1:hover{ background:var(--theme-color); border-color:var(--theme-color);}
.page_product_list .item .item_con .btns a i{
    margin-left: 6px;
    font-weight: bold;
}
.page_product_list .item .item_con .btns a.btn2{
    width: 110px;
}
.page_product_list .item .item_con .btns a:hover{
    border-color:var(--theme-color);
    background: var(--theme-color);
}
.page_product_list .item_w:hover{
    border-color: var(--theme-color);
    transform: scale(1.03);
}
.page_product_list .item:hover .item_con .tit{

}


/* 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("/static/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{
    
}
.page_about_panel1 .tit{
    font-size: 36px;
    font-family: 'GothicB';
    text-transform: uppercase;
    line-height: 1;
}
.page_about_panel1 .desc{
    font-size: 24px;
    margin:20px 0;
}




/* page_about_panel2_wrap */

.page_about_panel2{
    position: relative;
}
.page_about_panel2 .item{
    align-items: center;
}
.page_about_panel2 .item .img{
    width: 31.5%;
    border-radius: 10px;
    overflow: hidden;
}
.page_about_panel2 .item .img img{
    width: 100%;
}
.page_about_panel2 .item .con{
    flex:1;
    padding-right: 50px;
    min-width: 0;
}
.page_about_panel2 .item .con h4{
    font-size: 30px;
    font-family: 'GothicB';
}
.page_about_panel2 .item .con p{
    margin: 20px 0;
}
#page_about_panel2{
    width: 87.5%;
    margin: auto;
    overflow: hidden;
}

.page_about_panel2 .swiper-button-prev,.page_about_panel2 .swiper-button-next{
    width: 45px;
    height: 45px;
    background: #f1f1f1;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#333;
    transition:all .5s;
}
.page_about_panel2 .swiper-button-prev i,.page_about_panel2 .swiper-button-next i{
    font-size: 24px;
}
.page_about_panel2 .swiper-button-prev i{
    transform: rotateY(180deg);
}
.page_about_panel2 .swiper-button-prev:after,.page_about_panel2 .swiper-button-next:after{
    display: none;
}
.page_about_panel2 .swiper-button-prev:hover,.page_about_panel2 .swiper-button-next:hover{
    background: var(--theme-color);
    color:#fff;
}


/* page_about_panel3_wrap */

.page_about_panel3{
    background: #f1f1f1;
    border-radius: 10px;
    overflow: hidden;
}
.page_about_panel3 .img{
    width: 46%;
}
.page_about_panel3 .img img{
    width: 100%;
}
.page_about_panel3 .con{
    flex:1;
    min-width: 0;
    padding:50px 6%;
}
.page_about_panel3 .con h4{
    font-size: 36px;
    font-family: 'GothicB';
}
.page_about_panel3 .con p{
    margin: 20px 0 50px;
}
.j_btn_style1{
    
}
.j_btn_style1 a{
    height: 45px;
    border: 2px solid #333;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 188px;
    font-family: 'GothicB';
    text-transform: uppercase;
    transition:all .4s;
}
.j_btn_style1_theme a{
    border-color: var(--theme-color);
    color:var(--theme-color);
}
.j_btn_style1 a i{
    font-size: 18px;
    font-weight: bold;
    margin-left: 6px;
}
.j_btn_style1 a:hover{
    border-color:var(--theme-color);
    color:#333;
    background: var(--theme-color);
}


/* page_about_panel4 */

.page_about_panel4_wrap{
    position: relative;
}
.page_about_panel4_img img{
    width: 100%;
}
.page_about_panel4_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.page_about_panel4_con .wrapper{
    height: 100%;
}
.page_about_panel4_con .info{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}
.page_about_panel4_con .info h4{
    font-size: 40px;
    font-family: 'GothicB';
    color:var(--theme-color);
}
.page_about_panel4_con .info p{
    font-size: 18px;
    color:#fff;
    margin:20px 0 60px;
}


/* page_about_panel5 */

.about_tit_box1{
    display: flex;
    align-items: center;
    padding: 100px 0 40px;
}
.about_tit_box1 .tit{
    flex:1;
}
.about_tit_box1 .tit h4{
    font-size:40px;
    font-family: 'GothicB';
    line-height: 1;
}
.about_tit_box1 .tit p{
    font-size: 18px;
    margin-top:20px;
}

.page_about_panel5_list{
    padding-top: 30px;
}
.page_about_panel5_list .item{
    flex:1;
    padding: 0 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    transition:all 2s;
}
.page_about_panel5_list .item:after{
    content:'';
    width: 1px;
    height: 150px;
    background: #999;
    display: block;
    position: absolute;
    right: 0;
    top:60px;
}
.page_about_panel5_list .item:last-child:after{
    display: none;
}
.page_about_panel5_list .item .img{
    transition:all 2s;
}
.page_about_panel5_list .item .tit{
    font-size: 26px;
    font-family: 'GothicB';
    margin:20px 0;
}
.page_about_panel5_list .item .desc{
    font-size: 18px;
}
.page_about_panel5_list .item:hover .img{
    transform:rotateY(360deg);
}


/* page_about_panel6_list */

.page_about_panel6_list .item .item_img{
    border: 1px solid #ddd;
    border-radius: 5px;
    padding:10px;
    text-align: center;
}
.page_about_panel6_list .item .item_con .tit{
    font-size: 18px;
    font-family: 'GothicB';
    text-align: center;
    margin-top: 10px;
}
.page_about_panel6_more{
    margin-top: 50px;
}
.page_about_panel6_more .j_btn_style1{
    display: flex;
    justify-content: center;
}
.page_about_panel6_more .j_btn_style1 a{
    background: #333;
    color:var(--theme-color);
    width: 220px;
}

/* page_about_panel7 */

.page_about_panel7{
    margin: 0 -35px;  
}  
.page_about_panel7 .item{
    flex:1;
    padding: 0 35px;
}
.page_about_panel7 .item .img{
    border-radius: 10px;
    overflow: hidden;
}
.page_about_panel7 .item .img img{
    width: 100%;
}
.page_about_panel7 .item .con{
    padding:20px 0 0;
}
.page_about_panel7 .item .con h4{
    font-size: 40px;
    font-family: 'GothicB';
    transition:all .4s;
}
.page_about_panel7 .item .con p{
    font-size: 18px;
    margin-top:10px;
}
.page_about_panel7 .item:hover .con h4{
    color:var(--theme-color);
}

.page_vision_mission_wrap{
    background: url("/static/images/standard_of_behavior_bg.jpg") no-repeat center;
    background-size: 100% 100%;
}
.page_vision_mission_tit{
    font-size: 40px;
    font-family: 'GothicB';
    color:#fff;
    text-align: center;
    padding-top: 50px;
}
.page_vision_mission_list{
    position: relative;
    overflow: hidden;
    padding:30px 0 80px;
}
.page_vision_mission_list .item{
    padding: 50px;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 15px;
    height: 100%;
    transition:all .4s;
}
.page_vision_mission_list .item .num{
    font-size: 54px;
    font-family: 'GothicB';
    color:#999;
    line-height: 1;
    font-style: italic;
}
.page_vision_mission_list .item .tit{
    font-size: 26px;
    font-family: 'GothicB';
    color:var(--theme-color);
    padding: 20px 0 10px;
}
.page_vision_mission_list .item .desc{
    color:#fff;
    min-height: 145px;
    transition:all .4s;
}

.page_vision_mission_list.news_con .arrow{
    top: auto;
    bottom: 0;
    width: 100%;
    justify-content: center;
}
.page_vision_mission_list .item:hover{
    background: #fff;
}
.page_vision_mission_list .item:hover .desc{
    color:#666;
}


/* 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 */


.jy_pin_wrap{
    
}
.pd_detail{
    background: url("/static/images/showbg_02.jpg") no-repeat center bottom; background-size: cover;
}
.pd_detail_hd{
    padding-top: 80px;
    padding-bottom: 50px;
}
.pd_detail_hd .pics{
    width:40%;
}
.pd_detail_hd .pics .imgfd{ padding-top: 100%;}
.pd_detail_hd .pics .mySwiper2{
    flex:1;
    min-width: 0;
    margin:0;
    overflow: hidden;
    border-radius:5px;
    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%;
}
.pd_detail_hd .pics .mySwiper2 .img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.pd_detail_hd .pics .mySwiper1_w{
    position: relative;
    padding:20px 0;
    width: 72px;
}
.pd_detail_hd .pics .mySwiper{
    overflow: hidden;
    height: 100%;
    margin-top: 10px;
}

.pd_detail_hd .pics .mySwiper .swiper-slide .img{
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%; padding-top: 100%;
}
.pd_detail_hd .pics .mySwiper .swiper-slide.swiper-slide-thumb-active .img:after{
    width: 100%; height: 100%;content: ''; position: absolute; left: 0; top: 0;border:2px solid var(--theme-color); box-sizing: border-box;
    
}
.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: 12px;
    border-radius:3px;
    opacity: 1;
    color:#333;
    background: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    margin:0;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next:after,.pd_detail_hd .pics .mySwiper1_w .swiper-button-prev:after{
    font-size:8px;
    font-weight: bold;
    transform: rotate(90deg);
}

.pd_detail_hd .pics .mySwiper1_w .swiper-button-prev{
    top: 0;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next{
    top: auto;
    bottom: 0;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next:hover,.pd_detail_hd .pics .mySwiper1_w .swiper-button-prev:hover{
    background: var(--theme-color);
    color:#fff;
}


.pd_detail_hd .infos{
    width: 55%;
}

.pd_detail_hd .infos .infos_bd{
    flex:1;
    min-width: 0;
}
.pd_detail_hd .infos h1{
    font-size:36px;
    line-height: 1.2;
    color:#333;
    font-weight: normal;
    font-family: 'GothicB'; margin-bottom: 30px;
}
.pd_detail_hd .infos p.model{ color: #666; margin-bottom: 15px;}
.pd_detail_hd .infos h3{ font-size: 30px; margin: 15px 0 40px; font-weight:normal;}
.pd_detail_hd .infos h5{
    margin: 10px 0 0;
    color:#888;
}
.pd_detail_hd .infos .desc{
    line-height: 1.8;
}
.pd_detail_hd .infos .desc p{
    font-size: 18px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}
.pd_detail_hd .infos .desc p:before{
    content:'';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    background: #666;
    top: 13px;
}
.pd_detail_hd .infos .share{margin-top: 28px;}
.pd_detail_hd .infos .share h4{ font-family: 'GothicB'; margin-right:10px;}

.pd_detail_hd .infos .params{
    color:#333;
    margin-top: 40px;
}
.pd_detail_hd .infos .params p{
    line-height:1.6;
    margin-bottom: 12px;
    padding-left: 40px;
}
.pd_detail_hd .infos .params p:nth-child(1){
    background: url("/static/images/params_ico1.png") no-repeat center left;
}
.pd_detail_hd .infos .params p:nth-child(2){
    background: url("/static/images/params_ico2.png") no-repeat center left;
}
.pd_detail_hd .infos .params p:nth-child(3){
    background: url("/static/images/params_ico3.png") no-repeat center left;
}
.pd_detail_hd .infos .params p:nth-child(4){
    background: url("/static/images/params_ico4.png") no-repeat center left;
}


.pd_detail_hd .infos .btns{
    margin-top:30px;
}
.pd_detail_hd .infos .btns .btn{
    align-items: center;
    text-transform: uppercase;
    margin-right:20px;
    font-family: 'GothicB';
    line-height: 1;
    display: flex;
    background: var(--theme-color);
    border-radius:100px;
    cursor: pointer;
    width: 200px;
    height: 50px;
    justify-content: center;
}
.pd_detail_hd .infos .btns .btn i{
    font-size:20px;
    line-height: 1;
    vertical-align: middle;
    margin-right: 6px;
    display: inline-block;
}
.pd_detail_hd .infos .btns .btn.btn2{
    background:#333;
}
.pd_detail_hd .infos .btns .btn:hover{
    opacity: .8;
}

.j_pdinal{
    padding-top: 90px;
}
.pd_detail_intro_tit{
   position: sticky;
   position: -webkit-sticky;
   top: 127px;
   width: 100%;
   background: #fff;
    padding-top: 30px;
    border-bottom: 1px solid #dddddd;
    justify-content: center;
    z-index: 3;
}
.pd_detail_intro_tit .item{
    color:#666;
    font-size: 18px;
    cursor: pointer;
    line-height: 1.5;
    padding-bottom: 15px;
     margin: 0 22px;
    position: relative;
    color: #333;
}
.pd_detail_intro_tit .item:after{ position:absolute; bottom: -2px; left: 0; width: 0; height: 3px; background: #333; content: ''; transition:.3s ease;}
.pd_detail_intro_tit .item.cur{
    font-family: 'GothicB';
}

.pd_detail_intro_tit .item.cur:after,.pd_detail_intro_tit .item:hover:after{
    width: 100%;
}
.pd_detail_intro2 table{ width: 100%; background:#f8f8f8;}
.pd_detail_intro2 table td{ border-color: #fff; padding-left:40px; line-height:46px; border-width:2px!important;}
.pd_detail_intro2 table td:first-child{ background:#efefef; width:35%;}
.pd_detail_intro3{ margin-top:70px; background:#f1f1f1; border-radius:10px; padding:50px 0 60px 55px;}
.pd_detail_intro__tit{
    font-size: 36px;
    text-align: center;
    font-family: 'GothicB';
    line-height: 1;
    margin:70px 0 40px;
}
.pd_detail_intro3 .pd_detail_intro__tit{margin-top: 0; margin-bottom:50px;}
.pd_detail_intro__desc{
    font-size: 24px;
    font-family: 'GothicB';
    margin-top: -10px;
}


/* pd_detail_intro2 */

.pd_detail_intro2_hd{
    background: #f2f2f2;
    display: flex;
}
.pd_detail_intro2_hd .item{
    border-top: 3px solid #f2f2f2;
    height: 60px;
    flex:1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
    font-family: 'GothicB';
}
.pd_detail_intro2_hd .item.cur{
    border-top-color:var(--theme-color);
    background: #fff;
}

.pd_detail_intro2_bd{
    padding: 40px 0 0;
}
.pd_detail_intro2_bd .item{
    display: none;
}
.pd_detail_intro2_bd .item:first-child{
    display: block;
}
.pd_detail_intro2_bd.pd_detail_intro2_bd_diesel .item:first-child table tr td:nth-child(1),.pd_detail_intro2_bd.pd_detail_intro2_bd_diesel .item:first-child table tr td:nth-child(3){
    background:#eee;
}
.pd_detail_intro2_bd.pd_detail_intro2_bd_diesel .item:first-child table tr:first-child{
    background: transparent;
}
.pd_detail_intro2_bd .item table{
    width: 100%;
}
.pd_detail_intro2_bd .item table tr td{
    padding: 10px 15px;
    text-align: center;
}
.pd_detail_intro2_bd .item table tr:first-child{
    background: #eee;
    font-family: 'GothicB';
}
.pd_detail_intro2_bd.pd_detail_intro2_bd_diesel .item table tr:first-child{
    background: transparent;
    font-family: "Gothic"!important;
}
.pd_detail_intro2_bd .item table tr td a{
    color:var(--theme-color);
    text-decoration: underline;
    font-family: 'GothicB';
}

/* pd_detail_intro4 */

.pd_detail_intro4 .page_case_study{
    margin: 0 -15px;
    padding-bottom: 0;
}
.pd_detail_intro4 .page_case_study .item{
    width: 33.333%;
    padding: 0 15px;
}


/* pd_detail_intro6 */

.pd_detail_intro6 .list .item{
    margin-bottom: 20px;
    background: #fff; padding: 25px 30px; box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.pd_detail_intro6 .list .item h2{ font-size: 18px;font-family: 'GothicB'; width:calc(100% - 30px); margin-right:auto;}

.pd_detail_intro6 .list .item .tit i{ display: inline-block; width: 26px; height: 26px; border-radius: 50%; background: var(--theme-color); position:relative; cursor:pointer;}
.pd_detail_intro6 .list .item .tit i:after,.pd_detail_intro6 .list .item .tit i:before{ position:absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); content: ''; background: #333;}
.pd_detail_intro6 .list .item .tit i:after{ width:10px; height: 2px;}
.pd_detail_intro6 .list .item .tit i:before{ height:10px; width: 2px;}
.pd_detail_intro6 .list .item .tit b{
    font-style: italic;
    text-decoration: underline;
}
.pd_detail_intro6 .list .desc{ display: none;}
.pd_detail_intro6 .list .item.on .desc{ display: block;}
.pd_detail_intro6 .list .item.on .tit i:before{ display:none;}
/* page_related_products */

.page_related_products{
    padding-bottom: 80px;
}
.page_related_products .list{
    margin:-20px;
}
.page_related_products .list .item{
    padding: 20px;
    width: 33.333%;
}
.page_related_products .list .item .img{
    background: #fff;
    padding: 25px;
    display: flex;
    justify-content: center;
    border-radius:10px;
    overflow: hidden;
}
.page_related_products .list .item .con{
    margin-top: 20px;
}
.page_related_products .list .item .con h4{
    font-size:22px;
    font-family: 'PoppinsSemiBold';
    color:#333;
    margin-bottom: 10px;
}




/* 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("/static/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{
    
}

.page_latest_news{
    
}
.page_latest_news .item{
    
}
.page_latest_news .item_con{
    flex:1;
    min-width: 0;
    padding-left:8%;
}
.page_latest_news .item_con .columnname{
    font-size:15px;
    color:#888;
    font-family: 'GothicB';
}
.page_latest_news .item_con .tit{
    font-size:24px;
    line-height: 1.4;
    margin:15px 0 10px;
    transition:all .4s;
    color:var(--theme-color);
    font-family: 'GothicB';
}
.page_latest_news .item_con .desc{
    line-height: 1.8;
    margin:20px 0 50px;
}
.page_latest_news .item_img{
    border-radius:10px;
    width:50%;
    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{
    margin:80px 0 40px;
    justify-content: center;
}
.page_menu_public .item{
    margin-right: 20px;
}
.page_menu_public .item a{
    display: block;
    height:50px;
    line-height:48px;
    border:1px solid #ccc;
    padding: 0 20px;
    border-radius: 10px;
    font-size:18px;
    font-family: 'GothicB';
    transition:all .4s;
}
.page_menu_public .item a:hover{
    border-color: var(--theme-color);
    color:var(--theme-color);
}
.page_menu_public .item.all a,.page_menu_public .item.cur a{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}

.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_list{
   
}
.news_list.page_news_list .list{
    margin:-20px;
}
.news_list.page_news_list .item{
    padding: 20px;
    width: 25%;
}
.page_news_list.news_list .item .item_con .tit{
    font-size: 20px;
}
.no_banner_pos{
    padding:20px 0 0;
}


/* page_news_detail */



.page_news_detail{
    
}

.page_news_detail_hd{
    flex:1;
    min-width: 0;
    padding-right: 65px;
}
.page_news_detail_hd .hd_left{
    flex:1;
    min-width: 0;
    padding-right: 8%;
}
.page_news_detail_hd .hd_right{
    width: 45%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.page_news_detail_hd .hd_right img{
    width: 100%;
    
}

.page_news_detail_hd .swiper-pagination-bullet{
    background: rgba(255,255,255,.5);
    opacity: 1;
}
.page_news_detail_hd .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--theme-color);
}
.page_news_detail_hd h1{
    font-size:36px;
    font-family: 'GothicB';
    line-height: 1.2;
    font-weight: normal;
    color:#333;
}

.page_news_detail_hd .time{
    display: flex;
    align-items: center;
    font-size: 15px;
    font-family: 'GothicB';
    color:#888;
    margin: 35px 0;
}
.page_news_detail_hd .share{
    
}
.page_news_detail_hd .share h4{
    margin-right: 6px;
    color:#888;
    font-size: 15px;
}

.page_news_detail_hd .content{
    padding:70px 0 20px;
    min-height: 20vh;
}

.page_case_detail_hd .time{
    margin: 10px 0 30px;
}

.page_case_detail_hd .desc{
    margin-bottom:30px;
}


/* page_certificates */

.page_certificates{
    
}

.page_certificates_tit{
    
}
.page_certificates_tit .tit{
    font-size:36px;
    font-family: 'GothicB';
    margin-bottom:20px;
    line-height: 1;
}

.page_certificates_tit .desc{
    font-size: 22px;
    margin-top: 10px;
}

.page_certificates_list_tit{
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 1;
    font-family: 'GothicB';
}
.page_certificates_list{
    margin:-20px -45px;
}
.page_certificates_list .item{
    padding:20px 45px;
    width: 20%;
    cursor: pointer;
}
.page_certificates_list .item .img{
    border:1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
}
.page_certificates_list .item .img img{
    width: 100%;
}
.page_certificates_list .item .tit{
    font-family: 'GothicB';
    text-align: center;
    margin-top: 10px;
}
.page_certificates_list .item:hover .img{
    border-color:var(--theme-color);
}
.page_certificates_list .item:hover .tit{
    color:var(--theme-color);
}

.modelTost {
	display: none;
	background: rgba(0, 0, 0, .5);
	z-index: 9999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.modelTostChile {
	/*width:550px;*/
	width: 800px;
	height: 86vh;
	background-color: #fff;
	position: absolute;
	top: 7vh;
	left: 50%;
	transform: translate(-50%,0);
	overflow: hidden;
}
.modelTostChile .swiper-wrapper{
    align-items: center;
}
@media screen and ( max-width: 992px){
    .modelTostChile{
        width: 90%;
    }
}
.modelTostChile p {
	font-size:18px;
	padding: 3%;
	font-family: 'PoppinsSemiBold';
	height: 90px;
}
.modelTostChile .swiper-horizontal{
    height: calc(100% - 90px);
}
.modelClose {
	float: right;
	cursor: pointer;
	font-size:36px;
	line-height: 1;
}

.modelTostChile .swiper-slide {
	text-align: center;
    align-items: center;
    display: flex;
    padding:0 20px;
}

.modelTostChile .swiper-slide img {
	height: 100%;
	text-align: center;
	margin:auto;
	padding-bottom: 3%;
	object-fit: contain;
}
.modelTostChile .swiper-button-next,.modelTostChile .swiper-button-prev{
    color:#fff;
    width: 50px;
    height: 50px;
    border-radius:3px;
    background:#999;
    transition: all .5s;
}
.modelTostChile .swiper-button-next:after,.modelTostChile .swiper-button-prev:after{
    font-size:24px;
}
.modelTostChile .swiper-button-next:hover,.modelTostChile .swiper-button-prev:hover{
    background: var(--theme-color);
}


/* page_contact */

.page_contact_tit .tit{
    font-size: 36px;
    font-family: 'GothicB';
    line-height: 1;
    text-align: center;
}
.page_contact_tit .desc{
    color:#666;
    margin-top: 20px;
}

.page_contact_img{
    text-align: center;
    margin-top: 30px;
    position: relative;
}
.page_contact_img .map img{
    width: 100%;
}
.page_contact_img .marks{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.page_contact_img .marks .mark{
    position: absolute;
    cursor: pointer;
}
.page_contact_img .marks .mark .mark_ico{
    display: flex;
    align-items: center;
    transition:all .4s;
}
.page_contact_img .marks .mark .mark_ico .ico{
    position: relative;
    z-index: 1;
}
.page_contact_img .marks .mark .mark_ico .ico:after{
    position: absolute;
    left: 2px;
    bottom: -3px;
    background: var(--theme-color);
    border-radius: 50%;
    -webkit-animation: living 3s linear infinite;
    z-index: -1;
    content: '';
    display: block;
    width: 15px;
    height: 15px;
}
@keyframes living{
	0%{transform: scale(1); opacity: 0.6;}
	50%{transform: scale(2);opacity: 0;}
	100%{transform: scale(1);opacity: 0.6;}
}
.page_contact_img .marks .mark .mark_ico .txt{
    font-size: 15px;
    font-family: 'GothicB';
    margin-right: 10px;
    text-transform: uppercase;
}
.page_contact_img .marks .mark_con{
    width: 320px;
    border-radius: 10px;
    background: #fff;
    padding: 30px;
    position: absolute;
    right: 25px;
    top: -20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    text-align: left;
    z-index: 99;
    transition:all .3s;
    transform: scale(0);
}
.page_contact_img .marks .mark_con .tit{
    font-size: 18px;
    font-family: 'GothicB';
    margin-bottom: 10px;
    text-transform: uppercase;
    line-height: 1;
}
.page_contact_img .marks .mark1{
    right: 21%;
    top: 56%;
}
.page_contact_img .marks .mark2{
    right: 11%;
    top: 78%;
}
.page_contact_img .marks .mark3{
    right: 45%;
    top: 65%;
}

.page_contact_img .marks .mark4{
    right: 38%;
    top: 52%;
}
.page_contact_img .marks .mark5{
    left: 13%;
    top: 37%;
}
.page_contact_img .marks .mark6{
    right: 44%;
    top: 34%;
}
.page_contact_img .marks .mark7{
    right: 15%;
    top: 34%;
}
.page_contact_img .marks .mark5 .mark_con{
    left: 115px;
    top: -20px;
}
.page_contact_img .marks .mark:hover .mark_con{
    transform: scale(1);
}
.page_contact_img .marks .mark:hover .mark_ico{
    transform: translateY(-5px);
}

.page_contact_img .marks .mark_con a:hover{
    text-decoration: underline;
    color:var(--theme-color);
}

.page_contact_list{
    margin: 0 -80px;
}
.page_contact_list .item{
    width: 33.333%;
    padding:40px 80px;
}
.page_contact_list .item h4{
    font-size: 18px;
    font-family: 'GothicB';
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    position: relative;
    padding-left:30px;
    margin-bottom: 20px;
}
.page_contact_list .item h4:before{
    content:'';
    background: url("/static/images/contact_ico1.png") no-repeat left center;
    position: absolute;
    left: 0;
    width: 18px;
    height: 22px;
    display: block;
    top: 5px;
}
.page_contact_list .item h4:after{
    content:'';
    width: 25px;
    height: 2px;
    background: var(--theme-color);
    position:absolute;
    left: 0;
    bottom:-1px;
}
.page_contact_list .item h5{
    font-family: 'GothicB';
}
.page_contact_list .item p{
    color:#666;
}
.page_contact_list .item a{
    height: 30px;
    line-height: 30px;
    padding: 0 20px 0 40px;
    display: inline-block;
    margin-top: 20px;
    background: url("/static/images/contact_ico2.png") no-repeat left 20px center #333;
    font-size: 14px;
    border-radius: 100px;
    color:var(--theme-color);
    transition:all .5s;
}
.page_contact_list .item a:hover{
    padding-right: 30px;
}

/* page_equ_panel1 */

.page_equ_panel1_wrap{
    background: #f5f5f5;
}
.page_equ_panel1 .desc{
    font-size:18px;
    margin:35px 0;
}
.page_equ_panel1 .list{
    margin:0 -34px;
    padding-bottom: 80px;
}
.page_equ_panel1 .list .item{
    flex:1;
    padding:0 34px;
}
.page_equ_panel1 .list .item .img img{
    border-radius: 30px;
}
.page_equ_panel1 .list .item .tit{
    font-size:18px;
    text-align: center;
    padding-top: 15px;
}

.page_equ_panel2_wrap{
    padding-bottom: 80px;
}
.page_equ_panel2_con{
    padding:40px 0 20px 0;
    position: relative;
}
.page_equ_panel2_con .item img{
    border-radius: 20px;
}

/* page_solution */

.page_solution_list{
    padding: 0 7%;
    width: 100%;
}
.page_solution_list .item{
    display: flex;
    position:relative;
    margin-bottom: 88px;
}
.page_solution_list .item:last-child{
    margin-bottom: 0;
}
.page_solution_list .item .item_img{
    width: 60%;
    border-radius: 0 20px 0 0;
}
.page_solution_list .item .item_con{
    position: absolute;
    background: #f5f7f5;
    width: 50%;
    right: 0;
    bottom: 0;
    height: 80%;
    border-radius:20px 0 0 0;
    padding: 80px;
}
.page_solution_list .item .item_con .tit{
    font-size:36px;
    font-family: 'PoppinsSemiBold';
    color:#333;
    line-height: 1.2;
}
.page_solution_list .item .item_con .desc{
    margin:30px 0 50px;
}
.page_solution_list .item .item_con .pub_btn1{
    height: 45px;
    line-height: 45px;
    font-size:14px;
}
.page_solution_list .item:nth-child(2n){
    flex-direction:row-reverse;
}
.page_solution_list .item:nth-child(2n) .item_img{
    border-radius: 20px 0 0 0;
}
.page_solution_list .item:nth-child(2n) .item_con{
    left: 0;
    right: auto;
    border-radius: 0 20px 0 0;
}


/* page_jteam_wrap */

.page_jteam_wrap{
    background: url("/static/images/j_bg3.jpg") no-repeat center;
    padding: 80px 0;
    background-size: cover;
}
.page_jteam_tit{
    font-size: 40px;
    font-family: 'GothicB';
    color:#fff;
}
.page_jteam_list{
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
}
.page_jteam_list .item .item_img{
    border: 2px solid var(--theme-color);
    border-radius: 50%;
    width: 114px;
    height: 114px;
    overflow: hidden;
}
.page_jteam_list .item .item_img .imgfd{ padding-top: 100%;}
.page_jteam_list .item .item_img img{
    width: 100%;
}
.page_jteam_list .item .item_con{
    flex:1;
    min-width: 0;
    padding-left:40px;
    color:#fff;
}
.page_jteam_list .item .item_con .tit{
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'GothicB';
    margin-bottom: 10px;
}
.page_jteam_list .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.page_jteam_list .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--theme-color);
}

/* page_solution_detail */

.page_solution_detail .content{
    font-size:18px;
    color:#333;
}

/* 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;}





