@charset"utf-8";


.header{
    height: 85px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    justify-content: space-between;
    z-index: 999;
    background: transparent;
    transition:all .4s;
    border-bottom: 1px solid #ffffff50;
}

.header_wrap{
    height:85px;
    z-index: 100;
    justify-content:space-between;
}

.header .logo .img2{
    display: none;
}
.nav_info{
    padding: 0 35px;
}
.nav .nav_li{
    padding:24px 10px;
    position: relative;
}
.nav .nav_li .nav1 a{
    display: block;
    line-height:38px;
    position: relative;
    text-transform: uppercase;
    transition:all 0s;
    white-space: nowrap;
    padding: 0 15px;
    z-index: 1;
    font-size: 18px;
    color:#fff;
    border-radius:100px;
    font-family: 'GilroyMedium';
}
.nav .nav_li .nav1 a:before{
    content:'';
    display: block;
    content:'';
    width:100%;
    height: 100%;
    background: var(--subtheme-color);
    position: absolute;
    left: 0;
    bottom: 0;
    transition:transform 0.3s cubic-bezier(0.65, 0, 0.35, 1);
    z-index:-2;
    transform: scale(0);
}

.nav .nav_li .nav1 a i{
    font-size:12px;
    margin-left:2px;
    vertical-align: middle;
}
.nav .nav_li:hover .nav1 a,.nav .nav_li.cur .nav1 a{
    color:#fff;
}
.nav .nav_li:hover .nav1 a:after,.nav .nav_li:hover .nav1 a:before,.nav .nav_li.cur .nav1 a:after,.nav .nav_li.cur .nav1 a:before{
    transform: scaleX(1);
}
.nav .nav_li .nav2{
    display: none;
    position: absolute;
    top:85px;
    background:rgba(0,0,0,.9);
    left:0;
    width:330px;
    z-index: -1;
    padding:20px;
    border-radius: 6px;
}

.nav .nav_li .nav2>a{
    height: 36px;
    display: block;
    line-height: 36px;
    padding:0 10px 0 22px;
    margin-top: 3px;
    text-transform: capitalize;
    color:#fff;
    border-radius: 6px;
    position: relative;
}
.nav .nav_li .nav2>a:before{
    content:'';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 10px;
    top: 16px;
}
.nav .nav_li .nav2>a:hover{
    background: #f5f5f5;
    color:#333;
}
.nav .nav_li .nav2>a:hover:before{
    background: var(--theme-color);
}
.nav .nav_li .nav2.nav2_pro{
    width: 100%;
    padding: 40px 20px;
}
.nav .nav_li .nav2.nav2_pro .item{
    flex:1;
    padding: 0 50px;
    border-right: 1px solid #ffffff30;
}
.nav .nav_li .nav2.nav2_pro .item:last-child{
    border-right: none;
}
.nav .nav_li .nav2.nav2_pro .item a{
    display: block;
    color:#aaa;
}
.nav .nav_li .nav2.nav2_pro .item a.a1{
    padding-bottom: 10px;
    text-transform: uppercase;
    color:#fff;
}
.nav .nav_li .nav2.nav2_pro .item a.a2{
    position: relative;
    padding-left: 12px;
}
.nav .nav_li .nav2.nav2_pro .item a.a2:before{
    position: absolute;
    left: 0;
    top: 10px;
    content:'';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #aaa;
}
.nav .nav_li .nav2.nav2_pro .item a:hover{
    text-decoration: underline;
}

.nav .nav_li .nav2_wrap.nav2_product_wrap{
    width: 1400px;
    left: 100px;
    padding: 30px 20px;
    height: 450px;
}
.nav2_product_wrap_flex .hd{
    width: 280px;
}
.nav2_product_wrap_flex .hd a.nav2_p{
    height: 50px;
    line-height: 50px;
    font-size:18px;
    display: block;
    padding: 0 22px;
    margin-bottom: 10px;
    font-family: 'PoppinsMedium';
}
.nav2_product_wrap_flex .hd a.nav2_p.cur{
    background: #eee;
    color:var(--theme-color);
}
.nav2_product_wrap_flex .bd{
    flex:1;
    min-width: 0;
    padding-left: 30px;
}
.nav2_product_wrap_flex .bd .nav2_product_right_wrap{
    display: none;
}
.nav2_product_wrap_flex .bd .nav2_product_right_wrap:first-child{
    display: block;
}
.nav2_product_right{
    margin:0 -50px;
}
.nav2_product_right .np_item{
    padding: 0 50px;
    flex:1;
}
.nav2_product_right .np_item>a{
    font-family: 'PoppinsMedium';
}
.nav2_product_right .np_item .p_list a{
    margin-top: 20px;
}
.nav2_product_right .np_item .p_list .img{
    width: 60px;
    height: 60px;
}
.nav2_product_right .np_item .p_list h4{
    font-size:12px;
    flex:1;
    color:#333;
    padding-left: 20px;
}
.nav a{
    color:#333;
}
.nav a:hover{
    color:var(--theme-color);
}
.nav .nav_li.nav_li2{
    position: static;
}
.nav2_pro_flex{
    width: 1000px;
    margin: auto;
}



.h_right_btn .search{
    padding: 0 50px 0 0;
    position: relative;
    cursor: pointer;
    color:#fff;
}
.h_right_btn .search:after{
    width: 1px;
    height: 20px;
    background: rgba(255,255,255,.3);
    display: block;
    content:'';
    position: absolute;
    right: 25px;
    top: 8px;
}
.h_right_btn .search i{
    margin-left: 5px;
}


.h_right_btn .language{
    position: relative;
    margin-right: 20px;
}
.h_right_btn .language .btn{
    height: 32px;
    cursor: pointer;
    color:#fff;
    transition:all .5s;
}
.h_right_btn .language .btn a{
    padding: 0 5px;
}
.h_right_btn .language .btn a:hover{
    text-decoration: underline;
}
.h_right_btn .language .btn i{
    margin-left: 6px;
}
.h_right_btn .language .btn img{
    width: 17px;
    transition:all .5s;
}
.h_right_btn .language .btn .img2{
    display: none;
}
.h_right_btn .language .btn span{
    margin-left: 10px;
}
.h_right_btn .language .btn:hover{
    
}

.h_right_btn .language .list{
    position: absolute;
    left: -20px;
    top: 32px;
    width: 160px;
    background: #fff;
    padding: 5px 15px 10px;
    display: none;
    border-radius: 3px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
}
.h_right_btn .language:hover .list{
    display: block;
}

.h_right_btn .language .list a img{
    height: 16px;
    margin-right: 6px;
}
.h_right_btn .language .list a h4{
    flex:1;
    min-width: 0;
    padding-left: 5px;
    line-height: 1.2;
}
.h_right_btn .language .list a:hover{
    color:var(--theme-color);
}
.h_right_btn .download{
    width: 120px;
    height: 36px;
    background: var(--theme-color);
    color:#fff;
    justify-content: center;
    border-radius: 6px;
    transition:all .5s;
    margin-left: 30px;
}
.h_right_btn .download i{
    margin-left: 5px;
}
.h_right_btn .download:hover{
    background: var(--subtheme-color);
}
.header.header_on .logo .img1{
    display: none;
}
.header.header_on .logo .img2{
    display: block;
}
.header.header_on{
    background:rgba(255,255,255,.95);
    backdrop-filter: saturate(180%) blur(6px);
    border-bottom: none;
}
.header.header_on .nav .nav_li .nav1 a,.header.header_on .h_right_btn .search,.header_on.header .h_right_btn .language .btn{
    color:#333;
}
.header.header_on .nav .nav_li.cur .nav1 a,.header.header_on .nav .nav_li:hover .nav1 a{
    color:#fff;
}
.header_on.header .h_right_btn .language .btn img.img1{
    display: none;
}
.header_on.header .h_right_btn .language .btn img.img2{
    display: block;
}
.header.header_on .h_right_btn .download{
    background: var(--theme-color);
    color:#fff;
}
.header.header_on .h_right_btn .download:hover{
    background: var(--subtheme-color);
    color:#fff;
}


/* banner */
 .banner {
    position: relative;
    overflow: hidden;
}
.banner .item_img img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.banner .item .item_desc {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner .item .item_desc .desc{
    text-transform: uppercase;
}
.banner .item .item_desc .tit{
    margin: 30px 0 40px;
}
.banner .item .item_desc_w .btn{
    margin-top: 30px;
    width: 220px;
    height: 50px;
    background: #000;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family:var(--theme-fontBold);
    transition:all .5s;
}
.banner .item .item_desc_w .btn img{
    margin-left: 20px;
}
.banner .item .item_desc_w .btn:hover{
    background: var(--theme-color);
}

.banner .swiper-pagination {
    z-index: 10;
    position: relative;
    width: 100%;
    color:rgba(255, 255, 255, .5);
    padding-right: 180px;
}
.banner .swiper-pagination:after{
    width: 200px;
    height: 2px;
    background: rgba(255,255,255,.4);
    display: block;
    content:'';
    position: absolute;
    right: 10px;
    top: 50%;
}
.banner .swiper-pagination .swiper-pagination-bullet {
    width: auto;
    margin-right: 40px;
    background: transparent;
    height: auto;
    font-size: 20px;
    opacity: 1;
    color:#fff;
    position: relative;
}
.banner .swiper-pagination .swiper-pagination-bullet:after{
    content:'';
    width: 0;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition:all .5s;
}
.banner .swiper-pagination .swiper-pagination-bullet-active:after{
    width: 22px;
}
.banner .arrow {
    position: absolute;
    left: 5.7%;
    bottom: 50px;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
    color:#ffffff90;
    position: static;
    line-height: 1;
    margin: 0 8px;
}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after{
    font-size: 20px;
    font-weight: bold;
}
.banner .swiper-button-next:hover, .banner .swiper-button-prev:hover{
    color:#ffffff;
}


/* public_btn */

.public_btn{
    display: inline-flex;
}
.public_btn .ico_w{
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255,255,255,.8);
    border-radius: 50%;
    background: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    box-sizing: border-box;
    margin-right: 10px;
    transition:all 1s;
}
.public_btn .ico_w .dot_track{
    position: absolute;
    width: 100%;
    height: 100%;
    animation: none;
    transform-origin: center;
}
.public_btn .ico_w .dot_track .dot{
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: var(--subtheme-color);
    border-radius: 50%;
    top: 3px;
    right: 3px;
}
.public_btn .btn{
    font-family: 'GilroyMedium';
    text-transform: uppercase;
    text-decoration: underline;
    position: relative;
    line-height: 1;
    transition:all .5s;
}
.public_btn .btn:after{
    content:'';
    width:0;
    height: 2px;
    background: var(--subtheme-color);
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    transition:all .5s;
}
.public_btn:hover .btn{
    color:var(--subtheme-color);
}
.public_btn.public_btn1 .ico_w{
    border-color: #5b5b5b;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.public_btn:hover .ico_w{
    margin-right: 20px;
}
.public_btn .ico_w .dot_track {
    animation: rotate 3s linear infinite;
}


/* tit_box1 */

.tit_box1 .tit h4 {
    text-transform: uppercase;
}
.tit_box1 .tit h4 img{
    margin-right: 10px;
}
.tit_box1 .tit p {
    line-height: 1.4;
    margin-top: 10px;
    color:#333;
}
.tit_box2 {
    text-align: center;
    padding:80px 0 40px;
}
.tit_box2 .tit h4 {
    line-height: 1.1;
    font-size:54px;
    font-family: var(--theme-fontBold);
    text-transform: uppercase;
    color:var(--theme-color);
}

.tit_box2 .tit p {
    margin-top:20px;
    color:#333;
}

.tit_box2_fff .tit h4{
    color:#fff;
}
.tit_box2_fff .tit p{
    color:#fff;
}


.bg1 {
    background:#f2f6ff;
    overflow: hidden;
}
.bg2 {
    background:var(--theme-color);
}
.bg3 {
    background: #f5f5f5;
}


.public_arrow {
    position: relative;
}
.public_arrow .swiper-button-prev:after, .public_arrow .swiper-button-next:after {
    display: none;
}
.public_arrow .swiper-button-prev {
    left: -50px;
}
.public_arrow .swiper-button-next {
    right: -50px;
}
.public_arrow .swiper-button-prev i, .public_arrow .swiper-button-next i {
    font-size:42px;
    font-weight: bold;
    display: block;
    color:#c5c5c5;
}
.public_arrow .swiper-button-prev i {
    transform: rotate(180deg);
}
.public_arrow .swiper-button-prev:hover i, .public_arrow .swiper-button-next:hover i {
    color:var(--theme-color);
}


/* about */

.wrap_bg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.about{
    width: 88%;
}
.tit_box5{
    position: relative;
    z-index: 1;
}
.tit_box5 .tit{
    color:var(--theme-color);
    font-family: var(--theme-fontBold);
    
}
.tit_box5 .subtit{
    text-transform: uppercase;
}
.tit_box5 .tit_x{
    font-family: var(--theme-fontBold);
    font-size: 160px;
    line-height: 1;
    color:#f6f6f6;
    position: absolute;
    z-index: -1;    
    top:-35px;
    left: 0;
}
.about_data{
    gap: 65px;
}
.about_data .item{
    flex:1;
    border-bottom: 1px solid #666;
}
.about_data .item .desc{
    line-height: 1.2;
}
.about_data .item .desc span{
    font-size: 70px;
    line-height: 1.2;
    font-family:var(--theme-fontBold);
    margin-right: 10px;
    color:var(--subtheme-color);
}
.about_data .item .tit{
    font-family: var(--theme-fontBold);
}
.about_con .tit_con{
    width: 75%;
}
.about_con .tit_con .tit{
    font-family: var(--theme-fontBold);
}
.about_con .more{
    flex:1;
    min-width: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: rotate 6s linear infinite;
}

.about_video{
    position: absolute;
    right: 3.8%;
    top: 50%;
    color:rgba(255,255,255,.75);
    cursor: pointer;
    transition:all .5s;
}
.about_video:hover{
    transform: scale(1.2);
}



/* product_tit */

.product_wrap .wrapper{
    height: calc(100vh - 120px);
    display: flex;
    flex-direction: column;
}
.product_tit{
    color:#fff;
}
.product_tit .tit h4{
    text-transform: uppercase;
}
.product_tit .menu{
    flex:1;
    min-width: 0;
    justify-content: flex-end;
}
.product_tit .menu .item{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 26px;
    cursor: pointer;
}
.product_tit .menu .item.active{
    background: var(--subtheme-color);
    border-color: var(--subtheme-color);
}
.product_info{
    position: relative;
    height: 100%;
}
.product_info .j_item{
    display: none;
}
.product_info .j_item.show{
    display: block;
}
.product_info .j_item .j_item_tit{
    color:#fff;
    text-align: center;
}
.product_info .j_item .j_item_tit h4{
    text-transform: uppercase;
    color:var(--subtheme-color);
    margin-bottom: 20px;
}

.product_list_w{
    background: #fff;
    max-width: 1480px;
    width: 80%;
    position: absolute;
    right: -6.2%;
    bottom: 0;
    border-top-left-radius: 50px;
    padding: 35px;
}
.j_more_tit .tit{
    font-size: 160px;
    font-family: var(--theme-fontBold);
    text-transform: uppercase;
    color:#f6f6f6;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
}
.j_more_tit .public_btn .ico_w{
    border-color:#666;
}

.product_list{
    position: relative;
    z-index: 1;
    margin: 0 -20px;
}
.product_list .item {
    padding: 0 20px;
    width: 25%;
    position: relative;
}
.product_list .item a{
    display: block;
    background: #fff;
    padding: 30px 30px 10px;
    transition:all .5s;
    border-radius: 10px;
}
.product_list .item .con{
    position: absolute;
    left: 0;
    top: 0;
    padding: 30px;
    width: 100%;
    height: 100%;
    color:#fff;
    opacity: 0;
    transition:all .5s;
    background: rgba(229,12,7,.8);
}
.product_list .item .item_con .tit{
     margin-top: 10px;
     text-align: center;
     line-height: 1.3;
     height: 46px;
}
.product_list .item:hover{
    box-shadow: 0 0 15px rgba(4,41,125,.1);
}
.product_list .item:hover .con{
    opacity: 1;
}


/* certification_cert_list */

.core_certifications_wrap{
    background: url("../images/bg3.jpg") no-repeat center top;
    background-size: cover;
}

.core_certifications_con{
    width: 45%;
}
.core_certifications_scroll{
    flex:1;
    min-width: 0;
    justify-content: flex-end;
    max-height: calc(100vh - 100px);
    overflow: hidden;
}
.core_certifications_scroll_item{
    width: 300px;
    margin-left: 50px;
}
.core_certifications_scroll_item .item {
    width:100%;
    height: 410px;
    background: #f2f6ff;
    border-radius: 40px 10px 10px 10px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.core_certifications_scroll_item .item img{
    max-width: 100%;
    padding: 20px;
}


/* application_list */

.application_list{
    position: relative;
}
.application_list .swiper-slide{
    width: 1000px;
    height: 55vh;
    overflow: hidden;
    padding: 0 20px;
}
.application_list .swiper-slide .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.application_list .item{
    border-top-left-radius: 60px;
    overflow: hidden;
    display: block;
    position: relative;
    height: 100%;
}
.application_list .item .item_con{
    position: absolute;
    right: 0;
    bottom: 0;
    background: rgba(229,12,7,.8);
    z-index: 1;
    padding:30px 40px;
    border-top-left-radius: 50px;
    max-width: 500px;
}
.application_list .item .item_con .tit{
    font-family:var(--theme-fontBold);
    color:#fff;
    line-height: 1.1;
}
.application_list .public_btn .ico_w .dot_track .dot{
    background: var(--theme-color);
}
.application_list .public_btn .ico_w .ico i{
    color:#fff;
}

.application_list .arrow{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: flex;
    align-items: center;
}
.application_list .arrow .swiper-button-prev,.application_list .arrow .swiper-button-next,.application_list .arrow .swiper-pagination{
    position: static;
    margin: 0;
}
.application_list .arrow .swiper-pagination{
    width: 280px;
    background: #ccc;
}
.application_list .arrow .swiper-pagination .swiper-pagination-progressbar-fill{
    background: var(--subtheme-color);
}
.application_list .arrow .swiper-button-prev,.application_list .arrow .swiper-button-next{
    color:#333;
    margin: 0 20px;
}
.application_list .arrow .swiper-button-prev:after,.application_list .arrow .swiper-button-next:after{
    font-size: 24px;
    font-weight: bold;
}
.application_list .arrow .swiper-button-prev:hover,.application_list .arrow .swiper-button-next:hover{
    color:var(--subtheme-color);
}


/* core_advantages_wrap */

.core_advantages_wrap{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.core_advantages_wrap .tit_box5 .tit_x{
    color:#163885;
}
.core_advantages_wrap .tit_box5 .tit{
    color:var(--subtheme-color);
}
.core_advantages_wrap .tit_box5 .subtit{
    color:#fff;
}
.core_advantages_list{
    position: relative;
    z-index: 2;
}
.core_advantages_list .hd{
    width: 70%;
}
.core_advantages_list .hd .item{
    display: none;
    overflow: hidden;
    position: relative;
}
.core_advantages_list .hd .item:first-child{
    display: block;
}
.core_advantages_list .hd .item .item_img{
    border-top-right-radius: 120px;
}
.core_advantages_list .hd .item .item_con{
    padding: 16px 50px;
}
.core_advantages_list .hd .item .item_con .icon{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: var(--subtheme-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.core_advantages_list .hd .item .item_con .tit{
    color:#fff;
    text-align: center;
}
.core_advantages_list .hd .item .public_btn{
    display: flex;
    justify-content: flex-end;
}
.core_advantages_list .hd .item .public_btn .ico_w .ico i{
    color:#fff;
}
.core_advantages_list .hd .item .item_img{
    max-height: 600px;
}
.core_advantages_list .hd .item .item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.core_advantages_list .bd{
    flex:1;
    min-width: 0;
}
.core_advantages_list .bd .item{
    border-bottom: 1px solid rgba(255,255,255,.2);
    color:#fff;
    padding:20px 15px 20px 30px;
    cursor: pointer;
}
.core_advantages_list .bd .item .num{
    font-size: 40px;
    color:#264998;
    font-family: var(--theme-fontBold);
    line-height: 1;
    text-align: right;
    font-style: italic;
}
.core_advantages_list .bd .item .num span{
    line-height: 1;
}
.core_advantages_list .bd .item .tit{
    font-family:var(--theme-fontBold);
    font-size: 32px;
    padding: 0 70px;
    line-height: 1;
}
.core_advantages_list .bd .item .subtit{
    padding: 0 70px;
    font-size: 24px;
    font-family: 'GilroyMedium';
    display: none;
}
.core_advantages_list .bd .item .tit1{
    display: none;
}
.core_advantages_list .bd .item .icon{
    transform: scaleX(-1);
    width: 40px;
    display: none;
}
.core_advantages_list .bd .item .icon i{
    font-size: 24px;
}
.core_advantages_list .bd .item.cur .num{
    font-size: 60px;
}
.core_advantages_list .bd .item.cur .subtit{
    display: block;
}
.core_advantages_list .bd .item.cur .icon{
    display: block;
}

/* news */

.news_tit{
    
}
.news_tit .public_btn .ico_w{
    border-color: #5c5c5c;
}
.news_tit .tit_box5{
    flex:1;
    min-width: 0;
}

.news_list{
    overflow: hidden;
    position: relative;
}
.news_list .item .item_con{
    background:#f2f6ff;
    padding: 30px 30px 60px;
    position: relative;
    border-bottom-right-radius: 50px;
}
.news_list .item .item_con .time{
    font-family: var(--theme-fontBold);
    color:var(--theme-color);
    position: relative;
    z-index: 1;
}
.news_list .item .item_con .time:after{
    background: #c2d0e9;
    height: 1px;
    content:'';
    display: block;
    position: absolute;
    right: 0;
    width: 160px;
    top: 15px;
    z-index: -1;
}
.news_list .item .item_con .tit{
    font-family:var(--theme-fontBold);
}
.news_list .item .item_con .desc{
    line-height: 1.4;
    color:#666;
    margin-top: 10px;
}
.news_list .item .item_con .public_btn{
    position: absolute;
    right: 0;
    
    bottom: 0;
}
.news_list .item .item_con .public_btn .ico_w{
    margin-right: 0;
    background: #fff;
    border-color: #595a5c;
    border-width: 1px;
}


/* footer */
 .footer {
    background: url("../images/footer_bg.jpg") no-repeat left top #182d36;
    background-size: cover;
    overflow: hidden;
    
}
.index_footer{
    height: 490px!important;
}
.footer_hd {
    color:#fff;
    position: relative;
    padding-right: 5%;
}
.footer_hd:before{
    background:rgba(255, 255, 255, .1);
    width: 1000%;
    height: 1px;
    display: block;
    content:'';
    left: -200%;
    bottom:-1px;
    position: absolute;
}
.footer_hd .txt{
    flex:1;
}
.footer_hd .txt h4{
    font-size: 40px;
    font-family: 'WixBold';
    color:var(--subtheme-color);
    line-height: 1.4;
}
.footer_hd .txt p{
    font-size: 20px;
}
.footer_hd .btn a{
    height: 50px;
    border: 2px solid #fff;
    padding: 0 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    font-family: 'WixBold';
    transition:all .5s;
}
.footer_hd .btn a i{
    font-weight: bold;
    margin-left: 20px;
    font-size: 18px;
}
.footer_hd .btn a:hover{
    background: var(--subtheme-color);
    border-color: var(--subtheme-color);
}

.footer_menu{
    color:#ccc;
}
.footer_menu .f_logo{
    margin-bottom: 30px;
}
.footer_menu a{
    color:#ccc;
    cursor: pointer;
}

.footer_menu .item{
    padding: 0 50px 0 0;
    flex:1;
}
.footer_menu .item .tit,.footer_menu .item .tit>a{
    font-size: 20px;
    font-family:var(--theme-fontBold);
    text-transform: uppercase;
    padding-bottom: 10px;
    color:#fff;
}
.footer_menu .item .menu>a{
    display: block;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 15px;
}
.footer_menu .item .menu a:hover{
    text-decoration: underline;
    color:var(--subtheme-color);
}
.footer_menu .item.item_contact{
    flex:1.3;
    padding-right: 5%;
}
.footer_menu .item.item_contact .menu p{
    display: flex;
    align-items: center;
    line-height: 1.3;
    margin-bottom:5px;
}
.footer_menu .item.item_contact .menu p.p1{
    align-items: flex-start;
}
.footer_menu .item.item_contact .menu p span{
    line-height: 1.3;
    font-size: 16px;
}
.footer_menu .item.item_contact .menu p i{
    margin-right:10px;
    color:var(--subtheme-color);
    font-size: 22px;
}
.footer_menu .item.item_contact .menu p span em{
    display: block;
    margin-bottom: 6px;
    font-size: 18px;
}
.footer_menu .item.item_contact .follow_list span{
    margin-right: 20px;
}

.footer_menu .item_info{
    flex:0.8;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer_menu .item_info .code{
    max-width: 180px;
    margin-top: 20px;
    
}
.footer_menu .item_info .code img{
    
}
.footer_menu .item_info .code p{
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    line-height: 1.3;
}
.footer_menu .item_info .code{
    margin-bottom: 30px;
}
.footer_menu .item_info .follow_list{
    justify-content: center;
}
.footer_copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    border-top: 1px solid rgba(255,255,255,.3);
    margin-top: 40px;
}
.footer_copyright{
    padding: 20px 0;
}
.footer_copyright a {
    margin-left:30px;
    color:#fff;
}
.footer_con a:hover {
    color:var(--theme-color);
    text-decoration: underline;
}
.footer_copyright a:hover {
    text-decoration: underline;
}
/* page_banner */
 .page_banner {
    position: relative;
}
.page_banner .img img {
    width: 100%;
}
.page_banner_con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#fff;
}
.page_banner_con .info {
    width: 100%;
}
.page_banner_con .tit {
    text-transform: uppercase;
    font-style: italic;
}
.page_banner_con .subtit {
    margin-top:20px;
}
.page_banner_con .pos {
    text-transform: capitalize;
    position: absolute;
    bottom: 10px;
    font-size: 14px;
}
.page_banner_con .pos a {
    padding: 0 3px;
}
.page_about_banner_con {
    
}
.page_about_banner_con .tit_data{
    
}
.page_about_banner_con .tit_data .tit{
    width: 55%;
    padding-right: 5%;
}
.page_about_banner_con .tit_data .data{
    margin: -50px;
    flex:1;
    min-width: 0;
}
.page_about_banner_con .tit_data .data .item{
    width: 50%;
    padding: 50px;
}
.page_about_banner_con .tit_data .data .item .desc{
    line-height: 1.2;
}
.page_about_banner_con .tit_data .data .item .desc span{
    font-family: var(--theme-fontBold);
    font-size: 70px;
    margin-right: 10px;
    line-height: 1.2;
}
.page_about_banner_con .tit_data .data .item .tit_x{
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    font-family:var(--theme-fontBold);
}



.page_product_banner_con {
    position: absolute;
    left: 0;
    top:80px;
    width: 100%;
    text-align: center;
}
.page_product_banner_con .tit {
    font-size:70px;
    font-family:'RobotoMedium';
    line-height: 1;
}
.page_product_banner_con .subtit {
    font-size:40px;
}
.page_product_banner_con a {
    width: 150px;
    height: 40px;
    border-radius: 100px;
    background: var(--theme-color);
    font-size:14px;
    font-family:'RobotoBold';
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:25px auto 0;
    color:#fff;
    transition:all .4s;
}
.page_product_banner_con a:hover {
    background: #333;
}
.page_banner_menu {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.page_banner_menu .list {
    justify-content: center;
}
.page_banner_menu .list .item a {
    background: rgba(0, 0, 0, .6);
    height: 60px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    padding:0 40px;
    display: flex;
    align-items: center;
    color:#fff;
    font-size:18px;
}
.page_banner_menu .list .item.cur a, .page_banner_menu .list .item:hover a {
    background: var(--subtheme-color);
}
.pt80b100 {
    padding-top: 80px;
    padding-bottom: 100px;
}
.inner_pos {
    padding-top: 20px;
    color:#999;
    font-size:18px;
    text-transform: uppercase;
}
.inner_pos a {
    color:#999;
    padding: 0 3px;
}
.inner_pos a:first-child {
    padding-left: 0;
}
.inner_pos a:last-child {
    color:#333;
}
.inner_pos a:hover {
    color:var(--theme-color);
}

/* page_product_menu */

.page_index_promenu{
    margin:-30px;
}
.page_index_promenu .item{
    padding: 30px;
    width: 50%;
}
.page_index_promenu .item a{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 30px;
}
.page_index_promenu .item .item_img img{
    width: 100%;
}
.page_index_promenu .item .item_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 12% 0;
}
.page_index_promenu .item .item_con .tit{
    color:#fff;
    text-align: center;
    margin-bottom: 80px;
}
.page_index_promenu .public_btn .ico_w .ico i{
    color:#fff;
}

/* page_product_resource */

.page_product_resource{
    margin: -25px;
}
.page_product_resource .item{
    padding: 25px;
    width: 25%;
}
.page_product_resource .item a{
    display: block;
    background: linear-gradient(to bottom,#fff 50%,var(--theme-color) 50%);
    padding: 40px 30px;
    border-radius:60px 0;
    position: relative;
    box-shadow:  0 0 10px rgba(0,0,0,.1);
}
.page_product_resource .item a .tit{
    font-family: var(--theme-fontBold);
    text-align: center;
    height: 68px;
}
.page_product_resource .item a .img{
    border: 2px solid #fff;
    border-radius: 100px;
}
.page_product_resource .item a .img img{
    width: 100%;
}
.page_product_resource .item a .ico{
    padding: 0 25px;
}
.page_product_resource .item a .btn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    transition:all .5s;
    color:var(--theme-color);
}
.page_product_resource .item a .btn i{
    font-size: 22px;
    font-weight: bold;
}
.page_product_resource .item a:hover .btn{
    background: var(--subtheme-color);
    color:#fff;
}


.page_product_menu_tit .tit{
    color:var(--theme-color);
}

/* page_product_menu_list */


.page_product_menu_list .list{
    margin: -15px;
}
.page_product_menu_list .item{
    width: 50%;
    padding: 15px;
}
.page_product_menu_list .item a{
    padding: 50px;
    background: #fff;
}
.page_product_menu_list .item .item_img{
    width:40%;
}
.page_product_menu_list .item .item_con{
    flex:1;
    min-width: 0;
    padding-left: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.page_product_menu_list .item .item_con .tit{
    color:var(--theme-color);
}
.page_product_menu_list .item .item_con .btn{
    text-decoration: underline;
    text-transform: uppercase;
    transition:all .5s;
}
.page_product_menu_list .item:hover .item_con .btn{
    color:var(--subtheme-color);
}


/* page_product_advantage */

.page_product_advantage{
    margin: -15px -30px;
}
.page_product_advantage .item_w{
    width: 33.333%;
    padding: 15px 30px;
}
.page_product_advantage .item{
    transition:all .5s;
    position: relative;
    padding: 32px;
    border-radius: 20px;
    overflow: hidden;
    flex-direction: column;
    height: 100%;
}
.page_product_advantage .item:after{
    content:'';
    width: calc(100% - 30px);
    height: 1px;
    left: 15px;
    bottom: 0;
    background: #9fabb0;
    display: block;
    position: absolute;
}

.page_product_advantage .item .tit{
    margin: 10px 0;
    text-align: center;
    line-height: 1.3;
}
.page_product_advantage .item .desc{
    text-align: center;
    color:#333;
    line-height: 1.5;
}
.page_product_advantage .item:hover{
    background: #fff;
}


/* page_applications_menu */

.page_applications_menu{
    margin: -15px;
}
.page_applications_menu .item{
    width: 50%;
    padding: 15px;
}
.page_applications_menu .item a{
    display:block;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.page_applications_menu .item .item_con{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 50px 30px 20px;
    background: linear-gradient(to top ,#00000080 , transparent);
    width: 100%;
    color:#fff;
    transition:all .5s;
}
.page_applications_menu .item .item_con .tit{
    flex:1;
    padding-right: 20px;
}
.page_applications_menu .item:hover .item_con{
    padding-bottom: 30px;
}


/* page_product_menu */

.page_product_menu{
    width: 410px;
    padding-right: 40px;
}
.page_product_menu .menu{
    padding: 15px;
    border-radius: 20px;
}
.page_product_menu .menu .hd{
    padding: 10px 0;
}
.page_product_menu .menu .hd a{
    font-family: 'WixBold';
    flex:1;
    margin-left: 10px;
}
.page_product_menu .menu .hd i,.page_product_menu .menu .hd.cur i:hover{
    transform: rotateX(180deg);
    transition:all .5s;
}
.page_product_menu .menu .hd.cur i{
    transform: rotateX(0deg);
}
.page_product_menu .menu .bd{
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px;
}
.page_product_menu .menu .bd a i{
    font-size: 12px;
    margin-right: 5px;
}
.page_product_menu .menu .bd a:hover{
    color:var(--theme-color);
}
.page_product_menu .get_quote{
    background: url("../images/bg6.jpg") no-repeat center top;
    border-radius: 20px;
    padding: 150px 29px 35px;
    color:#fff;
}
.page_product_menu .get_quote .txt{
    font-family: 'WixSemiBold';
    line-height: 1.3;
}
.page_product_menu .get_quote .btn{
    width: 180px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 100px;
    transition:all .5s;
    margin-top: 35px;
    justify-content: center;
    text-transform: uppercase;
    font-family: 'WixBold';
    cursor: pointer;
}
.page_product_menu .get_quote .btn i{
    margin-left: 10px;
}
.page_product_menu .get_quote .btn:hover{
    background: #fff;
    color:var(--theme-color);
}


/* page_product_list */


.page_product_list .j_tit{
    margin-bottom: 25px;
}
.page_product_list {
    flex:1;
    min-width: 0;
}
.page_product_list .list {
    margin:-20px;
}
.page_product_list .item {
    display: block;
    padding:20px;
    width:33.333%;
}
.page_product_list .item a{
    border: 2px solid #e5ecef;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    transition:all .5s;
}

.page_product_list .item .item_img img {
    width: 100%;
}
.page_product_list .item .item_con {
    padding: 30px;
}

.page_product_list .item .item_con .name {
    font-family: WixBold;
    color:var(--theme-color);
}
.page_product_list .item .item_con .tit {
    font-family: 'WixBold';
    line-height: 1.3;
    margin: 5px 0 25px;
    color: var(--subtheme-color);
}
.page_product_list .item .item_con .btn {
    justify-content: flex-end;
}

.page_product_list .item a:hover{
    border-color:var(--theme-color);    
}


/* product_detail */
 .j_pd_detail {
    padding:80px 0 50px;
}
.j_pd_detail_con {
    padding-top: 60px;
}
.j_pd_detail_hd_img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.j_pd_detail_hd .infos {
    flex: 1;
    padding:0 0 0 5%;
    min-width: 0;
}
.j_pd_detail_hd .infos h1 {
    font-size:48px;
    line-height: 1.2;
    color:var(--theme-color);
    font-family:'RobotoBold';
}
.j_pd_detail_hd .infos .desc {
    font-size:18px;
    margin:35px 0 50px;
}
.j_pd_detail_hd .infos .desc p {
    padding-left: 25px;
    position: relative;
    margin-bottom: 6px;
}
.j_pd_detail_hd .infos .desc p:before {
    content:'';
    display: block;
    width: 13px;
    height: 8px;
    background: url("../images/arrow.png") no-repeat;
    position: absolute;
    left: 0;
    top: 10px;
}
.j_pd_detail_hd .infos .list {
    display: flex;
    margin:0 -16px;
}
.j_pd_detail_hd .infos .list .item {
    padding:0 16px;
}
.j_pd_detail_hd .infos .list .item .img {
    border-radius: 50%;
    border:2px solid var(--theme-color);
    overflow: hidden;
}
.j_pd_detail_hd .infos .btns {
    margin-top:100px;
}
.j_pd_detail_hd .infos .btns .btn {
    display: flex;
    align-items: center;
    height:45px;
    width: 240px;
    background: var(--subtheme-color);
    color:#fff;
    justify-content: center;
    text-transform: capitalize;
    border-radius: 100px;
    transition:all .4s;
    font-family:'RobotoBold';
}
.j_pd_detail_hd .infos .btns .btn i {
    color:#fff;
    font-size:20px;
    margin-right: 8px;
    transition:all .3s;
}
.j_pd_detail_hd .infos .btns .btn:hover {
    background: var(--theme-color);
}
/* pdd_tit_box */
 .pdd_tit_box {
    text-align: center;
    padding: 60px 0 30px;
}
.pdd_tit_box .tit {
    font-size:45px;
    font-family:'RobotoMedium';
    text-transform: uppercase;
    line-height: 1.2;
}
.pdd_tit_box .desc {
    font-size:18px;
}
.j_pd_detail_introduction .desc {
    font-size:18px;
}
.j_pd_detail_introduction .desc p {
    margin-bottom: 6px;
}
.j_pd_detail_introduction .list {
    position: relative;
    overflow: hidden;
    padding:80px 0 100px;
}
.j_pd_detail_introduction .list .item {
    border-radius: 15px;
    overflow: hidden;
}
.j_pd_detail_introduction .list .item .img img {
    width: 100%;
}
.j_pd_detail_introduction .list .arrow {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.j_pd_detail_introduction .list .swiper-button-next, .j_pd_detail_introduction .list .swiper-button-prev {
    position: initial;
    height:40px;
    width: 40px;
    border-radius: 50%;
    background: #bbb;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    margin-top: 0;
    margin:0 10px;
}
.j_pd_detail_introduction .list .swiper-button-next:after, .j_pd_detail_introduction .list .swiper-button-prev:after {
    font-size:18px;
    font-weight: bold;
}
.j_pd_detail_introduction .list .swiper-button-next:hover, .j_pd_detail_introduction .list .swiper-button-prev:hover {
    background: var(--theme-color);
}
/* pd_detail_application */
 .j_pd_detail_application .list {
    margin:-13px;
    padding-bottom: 105px;
}
.j_pd_detail_application .list a {
    display: block;
    width: 33.333%;
    padding:13px;
}
.j_pd_detail_application .list .item {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.j_pd_detail_application .list .item .img img {
    width: 100%;
}
.j_pd_detail_application .list .item .con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding:50px;
}
.j_pd_detail_application .item .con h4 {
    font-size:30px;
    font-family:'RobotoMedium';
    color:#fff;
    line-height: 1.2;
    position: relative;
    padding-top: 20px;
}
.j_pd_detail_application .item .con h4:before {
    content:'';
    width: 30px;
    height: 2px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    top: 0;
}
.j_pd_detail_application .item:hover .img img {
    opacity:0.7;
}
.j_pd_detail_introduction .desc {
    font-size:18px;
}
.j_pd_detail_introduction .desc p {
    margin-bottom: 6px;
}
.j_pd_detail_introduction .list {
    position: relative;
    overflow: hidden;
    padding:80px 0 100px;
}
.j_pd_detail_introduction .list .item {
    border-radius: 15px;
    overflow: hidden;
}
.j_pd_detail_introduction .list .item .img img {
    width: 100%;
}
.j_pd_detail_introduction .list .arrow {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.j_pd_detail_introduction .list .swiper-button-next, .j_pd_detail_introduction .list .swiper-button-prev {
    position: initial;
    height:40px;
    width: 40px;
    border-radius: 50%;
    background: #bbb;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    margin-top: 0;
    margin:0 10px;
}
.j_pd_detail_introduction .list .swiper-button-next:after, .j_pd_detail_introduction .list .swiper-button-prev:after {
    font-size:18px;
    font-weight: bold;
}
.j_pd_detail_introduction .list .swiper-button-next:hover, .j_pd_detail_introduction .list .swiper-button-prev:hover {
    background: var(--theme-color);
}
/* pd_detail_application */
 .j_pd_detail_application .list {
    margin:-13px;
    padding-bottom: 105px;
}
.j_pd_detail_application .list a {
    display: block;
    width: 33.333%;
    padding:13px;
}
.j_pd_detail_application .list .item {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.j_pd_detail_application .list .item .img img {
    width: 100%;
}
.j_pd_detail_application .list .item .con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding:50px;
}
.j_pd_detail_application .item .con h4 {
    font-size:30px;
    font-family:'RobotoMedium';
    color:#fff;
    line-height: 1.2;
    position: relative;
    padding-top: 20px;
}
.j_pd_detail_application .item .con h4:before {
    content:'';
    width: 30px;
    height: 2px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    top: 0;
}
.j_pd_detail_application .item:hover .img img {
    opacity:0.7;
}
/* page_ecology_index */
 .page_ecology_index .list {
    margin:0 -20px;
}
.page_ecology_index .list .item {
    padding:0 20px;
}
.page_ecology_index .list .item .img img {
    border-radius: 10px;
}
.page_ecology_index .list .item .tit {
    font-size:20px;
    text-align: center;
    margin-top: 20px;
}
/* page_ecology_index_swiper */
 .page_ecology_index_swiper {
    padding: 40px 0;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    display: none;
}
.page_ecology_index_swiper_Wrap .page_ecology_index_swiper:first-child {
    display: block;
}
.page_ecology_index_swiper .item {
    display: block;
    padding: 30px 60px;
    background: #fff;
    border:1px solid #fff;
}
.page_ecology_index_swiper .item .img {
    display: flex;
    justify-content: center;
}
.page_ecology_index_swiper .item .tit {
    text-align: center;
    margin-top:20px;
}
.page_ecology_index_swiper .swiper-button-next, .page_ecology_index_swiper .swiper-button-prev {
    background:var(--theme-color);
    width: 30px;
    height: 50px;
    color:#fff;
    opacity: .5;
}
.page_ecology_index_swiper .swiper-button-next:after, .page_ecology_index_swiper .swiper-button-prev:after {
    font-size:18px;
}
.page_ecology_index_swiper .swiper-button-prev {
    left: 0;
    border-radius: 0 10px 10px 0;
}
.page_ecology_index_swiper .swiper-button-next {
    right: 0;
    border-radius: 10px 0 0 10px;
}
.page_ecology_index_swiper .swiper-button-next:hover, .page_ecology_index_swiper .swiper-button-prev:hover {
    opacity: 1;
}
.page_ecology_index_swiper .item:hover {
    border-color: var(--theme-color);
}
.page_ecology_index_swiper .item:hover .tit {
    color:var(--theme-color);
}
/* page_ecology_index_partners */
 .page_ecology_index_partners .list {
    margin:-25px;
    padding-bottom: 120px;
}
.page_ecology_index_partners .list .item_wrap {
    width: 20%;
    padding:25px;
}
.page_ecology_index_partners .list .item {
    background:#fff;
    padding:10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
    border-radius: 10px;
}
.page_ecology_index_partners .list .item .img {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* page_become_form */
 .page_become_form {
    width:660px;
    margin:auto;
    padding-bottom: 110px;
}
.page_become_form form {
    margin:0 -20px;
}
.page_become_form .input {
    width: 50%;
    padding:0 20px 20px;
}
.page_become_form .input.input_show {
    display: none;
}
.page_become_form .input h4 {
    font-size:13px;
    color:#666;
    margin-bottom: 3px;
    text-align: left;
}
.page_become_form .input h4 i {
    color:var(--theme-color);
}
.page_become_form .input input, .page_become_form .input select, .page_become_form .input textarea {
    width: 100%;
    height: 50px;
    padding:10px;
    line-height: 28px;
    border:1px solid #ddd;
    border-radius: 5px;
    padding:0 10px;
    outline: none;
    font-size:16px;
}
.page_become_form .input input::placeholder, .page_become_form .input textarea::placeholder {
    font-size:13px;
    color:#bbb;
}
.page_become_form .input select {
    font-size:13px;
    color:#bbb;
}
.page_become_form .input select option {
    padding:5px 10px;
    font-size:16px;
    color:#333;
}
.page_become_form .input select.cur {
    color:#333;
    font-size:16px;
}
.page_become_form .input textarea {
    height: 120px;
}
.page_become_form .input.input100 {
    width: 100%;
}
.page_become_form .txt_btn {
    padding:10px 20px 0;
    width: 100%;
}
.page_become_form .txt_btn .txt {
    font-size:13px;
    color:#666;
    flex:1;
    display: block;
    text-align: left;
}
.page_become_form .txt_btn .button button {
    width: 140px;
    height: 45px;
    background: var(--theme-color);
    border-radius: 100px;
    border:none;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-family:'RobotoBold';
    text-transform: uppercase;
    font-size:16px;
    cursor: pointer;
    transition:all .4s;
}
.page_become_form .txt_btn .button button:hover {
    background: #333;
}
/* page_ecology_index_menu */
 .page_ecology_index_menu {
    margin:-35px;
    padding-bottom: 100px;
}
.page_ecology_index_menu .item {
    width: 33.333%;
    padding:35px;
}
.page_ecology_index_menu .item a {
    background: #f7f7f7;
    border-radius:10px;
    padding:55px;
    display: block;
    text-align: center;
    height: 100%;
    transition:all .4s;
}
.page_ecology_index_menu .item .item_con {
    padding-top: 20px;
}
.page_ecology_index_menu .item .item_con .tit {
    font-size:36px;
    font-family:'RobotoBold';
}
.page_ecology_index_menu .item .item_con .desc {
    margin-top:5px;
}
.page_ecology_index_menu .item .item_con .btn {
    width: 140px;
    height: 40px;
    border-radius: 100px;
    border:1px solid var(--theme-color);
    font-size:14px;
    margin:40px auto 0;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family:'RobotoBold';
    color:var(--theme-color);
    transition:all .4s;
}
.page_ecology_index_menu .item a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
}
.page_ecology_index_menu .item a:hover .item_con .btn {
    background: var(--theme-color);
    color:#fff;
}
/* page_ecology_list_advantage */
 .page_ecology_list_advantage .item {
    width: 25%;
    padding:40px 60px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.page_ecology_list_advantage .item .item_con {
    padding-top: 30px;
}
.page_ecology_list_advantage .item .item_con .tit {
    font-size:20px;
    color:var(--theme-color);
}
.page_ecology_list_advantage .item .item_con .desc {
    margin-top: 6px;
}
.page_ecology_list {
    padding:100px 0;
}
.page_ecology_list_advantage .item:hover {
    background: #f7f7f7;
}
.page_ecology_list .list {
    margin:-13px;
}
.page_ecology_list .list a {
    width: 20%;
    display: block;
    padding: 13px;
}
.page_ecology_list .list .item {
    padding:30px 50px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    transition:all .4s;
}
.page_ecology_list .list .item .img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_ecology_list .list .item .con h4 {
    margin-top: 20px;
    text-align: center;
}
.page_ecology_list .list .item:hover .con h4 {
    color:var(--theme-color);
}
.page_ecology_list .list .item:hover {
    border-color: var(--theme-color);
}
/* public_download */
 .public_download .page_support_download_list {
    padding-bottom: 40px;
}
.public_download .page_support_download_list .list_item {
    padding-top: 0;
}
.public_download .page_support_download_list .list_item .list_wrap {
    display: block;
    padding-top: 0;
}
.public_download .page_support_download_list .list_item .list {
    padding-top: 0;
}
/* public_faq */
 .public_faq {
    padding-bottom: 80px;
}
.public_faq .page_support_faq_list .list {
    padding-top: 0;
}
.page_products_public_more {
    display: inline-block;
    height: 40px;
    background:var(--theme-color);
    margin:40px 0 0;
    padding: 0 20px;
    line-height: 40px;
    color:#fff;
    transition:all .4s;
    border-radius: 100px;
    text-transform: uppercase;
    font-size:14px;
}
.page_products_public_more:hover {
    background: #333;
}
/* page_public_rml_series_retrieve */
 .page_public_rml_series_retrieve {
    position: relative;
}
.page_public_rml_series_retrieve .j_bg {
    position: relative;
    z-index: 1;
}
.page_public_rml_series_retrieve .j_bg1 {
    background: #999;
    height: 500px;
}
.page_public_rml_series_retrieve .j_bg:after {
    content:'';
    display: block;
    width: 100%;
    height: 100%;
    z-index:2;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    top: 0;
}
.page_public_rml_series_retrieve .j_bg img {
    width: 100%;
}
.page_public_rml_series_retrieve .j_con {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color:#fff;
    z-index: 3;
}
.page_public_rml_series_retrieve .j_con .txt {
    font-size:24px;
}
.page_public_rml_series_retrieve .j_con .tit {
    font-size:54px;
    font-family:'RobotoMedium';
    margin:20px 0 50px;
}
.page_public_rml_series_retrieve .j_con .btn {
    width: 150px;
    height: 44px;
    background: var(--theme-color);
    color:#fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
    text-transform: uppercase;
    transition:all .4s;
}
.page_public_rml_series_retrieve .j_con .btn:hover {
    opacity: .7;
}
/* page_about1 */

.page_about_menu_wrap{
    position: sticky;
    top:85px;
    z-index: 9;
    padding: 20px 0;
}
.page_about_menu_w{
    justify-content: center;
}
.page_about_menu{
    height: 50px;
    border-radius: 100px;
    background: var(--theme-color);
    overflow: hidden;
    display: inline-flex;
}
.page_about_menu .item{
    color:#fff;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    cursor: pointer;
    border-radius: 100px;
}
.page_about_menu .item.cur{
    background: var(--subtheme-color);
}

/* page_about_panel1 */

.page_about_panel1_wrap{
    
}

.page_about_panel1_con{
    width: 50%;
    padding-right: 8%;
}
.page_about_panel1_con .tit{
    font-family: var(--theme-fontBold);
}
.page_about_panel1_img{
    flex:1;
    min-width: 0;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.page_about_panel1_img .img img{
    width: 100%;
}
.page_about_panel1_img .swiper-pagination{
    bottom: 20px;
    width: 100%;
}
.page_about_panel1_img .swiper-pagination span{
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0 6px;
}
.page_about_panel1_img .swiper-pagination .swiper-pagination-bullet-active{
    background: var(--subtheme-color);
}

.layer_video_bg{
    position: fixed;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 19920800;
}
.layer_video_content{
    width: 50%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 19920801;
    text-align: center;
}
.layer_video_content .video_content_close{
    cursor: pointer;
    position: fixed;
    right: 0;
    top: -35px;
}
.layer_video_content .video_content_close i{
    color: #fff;
    font-size: 25px;
}

.layer_video_content iframe{
    width: 100%;
    height: 450px;
}


/* page_about_panel2 */

.page_about_panel2_wrap{
    background-repeat: no-repeat;
    background-size: cover;
}


.page_about_panel2{
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.page_about_panel2_list{
    margin: -13px;
}
.page_about_panel2_list .item{
    width: 25%;
    padding: 13px;
}
.page_about_panel2_list .item a{
    display: block;
    border-radius: 12px;
    overflow: hidden;
}
.page_about_panel2_list .item .item_img{
    position: relative;
}
.page_about_panel2_list .item .item_img img{
    width: 100%;
}
.page_about_panel2_list .item .item_img .tit{
    height: 45px;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    width: 100%;
    color:#fff;
    font-family:var(--theme-fontBold);
    display: none;
}
.page_about_panel2_list .item .desc{
    background: #fff;
    line-height: 1.2;
    padding:25px 30px;
}


/* page_about_panel3_wrap */


.page_about_panel3{
    align-items: flex-start;
    position: relative;
}
.page_about_panel3_list{
    width: 65%;
    overflow: hidden;
    border-radius: 20px 20px 80px 20px;
}

.page_about_panel3_list .item img{
    width: 100%;
}
.page_about_panel3_con{
    flex:1;
    min-width: 0;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    position: absolute;
    right:0;
    top: 0;
    width: 40%;
    z-index: 10;
    padding: 65px 65px 30px 65px;
    border-radius: 20px 20px 20px 80px;
    z-index: 1;
}
.page_about_panel3_con .tit{
    text-transform: uppercase;
    color:var(--theme-color);
    margin-bottom: 10px;
}
.page_about_panel3_con .bg{
    position: absolute;
    right: 40px;
    top: 40px;
    z-index: -1;
}
.page_about_panel3_con .btn{
    display: flex;
    justify-content: flex-end;
}
.page_about_panel3_con .btn a{
    width:210px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--theme-color);
    border-radius: 10px;
    color:#fff;
    transition:all .5s;
    text-transform: uppercase;
}
.page_about_panel3_con .btn a i{
    margin-left: 10px;
    font-size: 20px;
}
.page_about_panel3_con .btn a:hover{
    background: var(--subtheme-color);
}

.page_about_panel3 .arrow{
    position: absolute;
    right: 20%;
    bottom: 6%;
    display: flex;
}
.page_about_panel3 .arrow>div{
    position: static;
    width: 60px;
    height: 60px;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    border-radius: 50%;
    margin: 0 10px;
    transition:all .5s;
}
.page_about_panel3 .arrow>div:after{
    font-size: 24px;
}
.page_about_panel3 .arrow>div:hover{
    background: var(--theme-color);
    color:#fff;
}


/* page_panel456_wrap */

.page_panel456_wrap{
    background: url("../images/bg1.jpg") no-repeat center;    
}

.page_about_pane4_hd{
    overflow: hidden;
    position: relative;
}
.page_about_pane4_hd .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.page_about_pane4_hd .item .ico{
    width: 140px;
    height: 140px;
    background: #f3f7fc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_about_pane4_hd .item .tit{
    font-family:var(--theme-fontBold);
    color:var(--theme-color);
    margin-top: 10px;
    line-height: 1.3;
    text-align: center;
}

.page_about_pane4_hd .swiper-slide-thumb-active .item .ico{
    background: var(--theme-color);
}
.page_about_pane4_hd .swiper-slide-thumb-active .item .ico img{
    filter: invert(100%) sepia(27%) saturate(0%) hue-rotate(282deg) brightness(116%) contrast(100%);
}
.page_about_pane4_hd .swiper-pagination{
    bottom: 0;
    top: auto;
    left: 50%;
    width: 500px;
    transform: translateX(-50%);
    max-width: 40%;
    height: 4px;
    background: #ececed;
    border-radius: 100px;
}
.page_about_pane4_hd .swiper-pagination .swiper-pagination-progressbar-fill{
    background: var(--theme-color);
    border-radius: 100px;
}


.page_about_pane4_bd{
    overflow: hidden;
    
}
.page_about_pane4_bd .item{
    display: flex;
    background: #f3f7fc;
    border-radius: 20px;
    overflow: hidden;
}
.page_about_pane4_bd .item .item_img{
    width: 50%;
    
}
.page_about_pane4_bd .item .item_con{
    flex:1;
    min-width: 0;
    padding: 40px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page_about_pane4_bd .item .item_con .tit{
    
}

/* page_about_panel6_list */

.page_about_panel6_list{
    position: relative;
    overflow: hidden;
}
.page_about_panel6_list .item{
    height: 100px;
    background: #fff;
    border-radius: 15px;
    box-shadow:0 0 10px rgba(0,0,0,.1);
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_about_panel6_list .item .img img{
    max-height: 70px;
}

.page_about_panel6_list .arrow{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.page_about_panel6_list .arrow>div{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    position: static;
    margin: 0 10px;
    opacity: 1;
    color:var(--theme-color);
    transition:all .5s;
}
.page_about_panel6_list .arrow>div:after{
    font-size: 24px;
}
.page_about_panel6_list .arrow>div:hover{
    background: var(--theme-color);
    color:#fff;
}


/* page_about_panel7_wrap */

.page_about_panel7_list{
    gap: 35px;
}

.page_about_panel7_list .item{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.page_about_panel7_list .item_con{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.35);
    flex-direction: column;
    justify-content: center;
    padding: 80px;
    color:#fff;
    text-align: center;
}
.page_about_panel7_list .item_con .tit:after{
    width: 28px;
    height: 2px;
    background: var(--subtheme-color);
    content:'';
    display: block;
    margin: 15px auto 20px;
}
.page_about_panel7_list .item_con .desc{
    line-height: 1.5;
    height: 120px;
}



/* page_lastest_news_list */
.page_lastest_news_list {
    border-radius: 20px;
    padding: 15px;
}
.page_lastest_news_list .j_tit{
    font-family:var(--theme-fontBold);
    text-transform: uppercase;
    color:var(--theme-color);
}
.page_lastest_news_list .j_tit img{
    margin-right: 10px;
}
.page_lastest_news_list .list .item{
    padding: 15px 0;
    border-bottom: 1px solid #9fabb0;
}
.page_lastest_news_list .list .item:last-child{
    border-bottom: none;
}
.page_lastest_news_list .list .item .img{
    width: 40%;
    border-radius: 15px;
    overflow: hidden;
}
.page_lastest_news_list .list .item .tit{
    flex:1;
    min-width: 0;
    line-height: 1.3;
    padding-left: 10px;
    transition: all .4s;
}
.page_lastest_news_list .list .item:hover .tit{
    color:var(--theme-color);
}


/* public_recommended_products */
 .public_recommended_products {
    padding:30px 0 50px;
}
.public_recommended_products_list .list {
    gap:13px;
    padding-top:10px;
}
.public_recommended_products_list .list .item {
    display: block;
    width: 25%;
    background: #fff;
    padding:30px 40px 50px;
    transition:all .4s;
    border-radius: 10px;
}
.public_recommended_products_list .list .item h4 {
    font-size:20px;
    font-family:'RobotoMedium';
    margin-top: 20px;
    text-align: center;
    transition:all .4s;
}
.public_recommended_products_list .list .item:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
}
.public_recommended_products_list .list .item:hover h4 {
    color:var(--theme-color);
}
/* public_cases_swiper */
 .public_cases_swiper {
    padding-bottom: 100px;
    position: relative;
}
.public_cases_swiper .item {
    display: block;
}
.public_cases_swiper .item .item_img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.public_cases_swiper .item .item_img .img img {
    width: 100%;
}
.public_cases_swiper .item .item_img .con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding:80px 40px 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
    color:#fff;
}
.public_cases_swiper .item .item_img .con h4 {
    font-size:24px;
    margin-bottom: 5px;
}
.public_cases_swiper .item .item_img .con p {
    font-family:'RobotoLight';
}
.public_cases_swiper .item .item_btn {
    justify-content: flex-end;
    margin-top: 32px;
}
.public_cases_swiper .item .item_btn .btn {
    width: 140px;
    height: 40px;
    background: #333;
    border-radius: 100px;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .4s;
}
.public_cases_swiper .item .item_btn .btn:hover {
    background: var(--theme-color);
}
.public_cases_swiper .arrow {
    display: flex;
    position: absolute;
    right: 0;
    top:-90px;
    bottom: 100px;
}
.public_cases_swiper .swiper-button-next, .public_cases_swiper .swiper-button-prev {
    position: static;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    justify-content:center;
    align-items: center;
    margin:0;
    opacity: 1;
    color:var(--theme-color);
    margin-right:10px;
    transition:all .3s;
    background: #fff;
}
.public_cases_swiper .swiper-button-next:after, .public_cases_swiper .swiper-button-prev:after {
    font-size:18px;
    font-weight: bold;
}
.public_cases_swiper .swiper-button-next:hover, .public_cases_swiper .swiper-button-prev:hover {
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}
/* product_detail */


.pd_detail_hd .pics {
    width:40%;
    position: relative;
}
.pd_detail_hd .pics .mySwiper2 {
    height: 500px;
    margin:0;
    overflow: hidden;
    position: relative;
}
.pd_detail_hd .pics .mySwiper2 .swiper-pagination-bullet-active {
    background: var(--theme-color);
}
.pd_detail_hd .pics .mySwiper2 .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
}

.pd_detail_hd .pics .mySwiper2 .img img {
    height: 100%;
    object-fit: contain;
}
.pd_detail_hd .pics .mySwiper1_w {
    padding:20px 0;
}
.pd_detail_hd .pics .mySwiper_w{
    position: relative;
}

.pd_detail_hd .pics .mySwiper_w .swiper-button-prev,.pd_detail_hd .pics .mySwiper_w .swiper-button-next{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f6f6f6;
    color:#333;
    transition:all .5s;
}
.pd_detail_hd .pics .mySwiper_w .swiper-button-prev:after,.pd_detail_hd .pics .mySwiper_w .swiper-button-next:after{
    font-size: 14px;
    font-weight: bold;
}
.pd_detail_hd .pics .mySwiper_w .swiper-button-prev:hover,.pd_detail_hd .pics .mySwiper_w .swiper-button-next:hover{
    background: var(--theme-color);
    color:#fff;
}
.pd_detail_hd .pics .mySwiper {
    overflow: hidden;
    margin: 20px 50px 0;
}
.pd_detail_hd .pics .mySwiper .swiper-slide .img {
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height:75px;
    width: 100%;
    border-radius: 6px;
    position: relative;
}
.pd_detail_hd .pics .mySwiper .swiper-slide .img:after{
    content:'';
    width: 100%;
    height: 3px;
    background: var(--subtheme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
}
.pd_detail_hd .pics .mySwiper .swiper-slide-thumb-active .img:after{
    opacity: 1;
}


.pd_detail_hd .pics .mySwiper .swiper-slide .img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next, .pd_detail_hd .pics .mySwiper1_w .swiper-button-prev {
    z-index: 99;
    width:72px;
    height: 72px;
    opacity: 1;
    background:rgba(0, 0, 0, .2);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -13%;
    color:#fff;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next:after, .pd_detail_hd .pics .mySwiper1_w .swiper-button-prev:after {
    font-size:24px;
    font-weight: bold;
}

.pd_detail_hd .pics .mySwiper1_w .swiper-button-next:hover, .pd_detail_hd .pics .mySwiper1_w .swiper-button-prev:hover {
    background: var(--theme-color);
}
.pd_detail_hd .infos {
    flex: 1;
    padding:10px 0 0 8%;
    min-width: 0;
}
.pd_detail_hd .infos .name{
    color:var(--theme-color);
}
.pd_detail_hd .infos h1 {
    border-bottom: 1px solid #666;
    padding-bottom: 20px;
}
.pd_detail_hd .infos .adv p{
    margin-bottom:10px;
    display: flex;
}
.pd_detail_hd .infos .adv p span{
    display: block;
    width: 200px;
}
.pd_detail_hd .infos .adv p em{
    flex:1;
    min-width: 0;
    padding-left: 20px;
}
.pd_detail_hd .infos .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 50px;
    background: var(--theme-color);
    color:#fff;
    font-family: 'WixBold';
    text-transform: uppercase;
    border-radius: 100px;
    transition:all .5s;
    cursor: pointer;
    margin-right: 30px;
}
.pd_detail_hd .infos .btn:hover{
    background: var(--subtheme-color);
}
.pd_detail_hd .infos .btn i{
    margin-right: 10px;
    font-size: 20px;
}

/* pd_detail_info */

.pd_detail_info{
    display: flex;
    align-items: flex-start;
}

.pd_detail_info_menu{
    width: 350px;
}
.pd_detail_info_menu .j_tit{
    height: 60px;
    background: var(--theme-color);
    border-radius: 10px 10px 0 0;
    padding: 0 23px;
}
.pd_detail_info_menu .j_tit h4{
    flex:1;
    color:#fff;
    font-family: var(--theme-fontBold);
    font-weight: normal;
}
.pd_detail_info_menu .j_list{
    background: #f2f6ff;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    border-radius: 0 0 10px 10px;
}
.pd_detail_info_menu .j_list .item .hd{
    padding: 0 20px;
    border-bottom: 1px solid #898f9e;
    height: 60px;
}
.pd_detail_info_menu .j_list .item .hd.cur{
    background: #898f9e;
    color:#fff;
}
.pd_detail_info_menu .j_list .item .hd a{
    flex:1;
    padding-right: 10px;
}
.pd_detail_info_menu .j_list .item .hd i{
    cursor: pointer;
}
.pd_detail_info_menu .j_list .item .bd{
    display: none;
    padding:10px 20px;
    background: #fff;
}

.pd_detail_info_menu .j_list .item .bd a{
    font-size: 16px;
    padding: 6px;
}
.pd_detail_info_menu .j_list .item .bd a h4{
    font-weight: normal;
    flex:1;
    min-width: 0;
    padding: 0 10px 0 5px;
}
.pd_detail_info_menu .j_list .item .bd a .ico1{
    font-size: 14px;
    transform: rotate(-90deg);
}
.pd_detail_info_menu .j_list .item .bd a .ico2{
    width: 24px;
    height: 24px;
    background: var(--subtheme-color);
    font-size: 14px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    opacity: 0;
    transition:all .5s;
}
.pd_detail_info_menu .j_list .item .bd a:hover h4{
    text-decoration: underline;
    color:var(--subtheme-color);
}
.pd_detail_info_menu .j_list .item .bd a:hover .ico2{
    opacity: 1;
}


.pd_detail_info_con{
    flex:1;
    min-width: 0;
    padding-left: 5.5%;
}

.pd_detail_info_con .j_tit{
    line-height: 1;
    padding-left:58px;
    background: url("../images/ico6.png") no-repeat left center;
}
.pd_detail_info_con .j_con{
    padding: 45px 0 80px;
    font-size: 18px;
}
.pd_detail_info_con .j_con table{
    width: 100%;
    background: #f2f6ff;
}
.pd_detail_info_con .j_con table tr:nth-child(1),.pd_detail_info_con .j_con table tr:nth-child(2){
    background: var(--theme-color);
    color:#fff;
}
.pd_detail_info_con .j_con table tr td{
    padding: 5px 10px;
    border: 1px solid #ccc;
}
.pd_detail_info_con .j_con1 .list{
    margin: -25px;
}
.pd_detail_info_con .j_con1 .list .item{
    width: 50%;
    padding: 25px;
}
.pd_detail_info_con .j_con1 .list .item .img{
    border-radius: 20px;
    overflow: hidden;
}
.pd_detail_info_con .j_con1 .list .item .img img{
    width: 100%;
}
.pd_detail_info_con .j_con1 .list .item .tit{
    font-family: 'GilroyMedium';
    text-align: center;
    padding-top: 20px;
    transition:all .5s;
}
.pd_detail_info_con .j_con1 .list .item:hover .tit{
    color:var(--subtheme-color);
}
.pd_detail_info_con .j_con2 .list{
    margin: -12px;
}
.pd_detail_info_con .j_con2 .list .item{
    border-radius: 20px;
    overflow: hidden;
    width: 33.33%;
    padding:12px;
}
.pd_detail_info_con .j_con2 .list .item .img img{
    width: 100%;
}
.pd_detail_info_con .j_con2 .list .item .tit{
    background: #eee;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.3;
}

.page_product_show_message_wrap{
    background: url("../images/bg2.jpg") no-repeat center;
    background-size: cover;
}
.page_product_show_message{
    max-width: 60%;
    width: 920px;
    margin: auto;
}
.page_product_show_message .j_tit {
    text-align: center;
    color:#fff;
}
.page_product_show_message .j_tit h4{
    margin-bottom: 15px;
}
.page_product_show_message .input_box{
    margin:0 -13px;
}
.page_product_show_message .input{
    width: 50%;
    padding: 13px;
}
.page_product_show_message .input input,.page_product_show_message .input textarea{
    width: 100%;
    height: 52px;
    border: none;
    outline: none;
    padding: 10px 20px;
    line-height: 32px;
    border-radius: 10px;
}
.page_product_show_message .input.input1{
    padding:13px 0 ;
    width: 100%;
}
.page_product_show_message .input textarea{
    height: 120px;
}
.page_product_show_message .button{
    text-align: center;
}
.page_product_show_message .button button{
    width: 180px;
    height: 52px;
    border-radius: 100px;
    background: var(--subtheme-color);
    font-size: 18px;
    color:#fff;
    outline: none;
    border: none;
}


.page_product_show_rlist .j_tit{
    color:var(--theme-color);
}
.page_product_show_rlist .page_product_menu_list{
    overflow: hidden;
    position: relative;
}
.page_product_show_rlist .page_product_menu_list .item{
    width: 100%;
    padding: 0;
}
.page_product_show_rlist .page_product_menu_list .swiper-pagination-bullet-active{
    background: var(--subtheme-color);
}

.page_online_contact .j_tit{
    color:var(--theme-color);
}
.page_online_contact .item{
    width: 50%;
    padding-right: 30px;
}
.page_online_contact .item .item_img{
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    overflow: hidden;
}
.page_online_contact .item .item_con{
    padding-left: 50px;
}
.page_online_contact .item .item_con .tit{
    font-family:var(--theme-fontBold);
    margin-bottom: 20px;
}

.page_online_contact .item .item_con .desc .p1{
    background: url("../images/ico7.png") no-repeat left center;
}
.page_online_contact .item .item_con .desc .p2{
    background: url("../images/ico8.png") no-repeat left center;
}
.page_online_contact .item .item_con .desc p{
    padding-left: 38px;
    margin-top: 5px;
}
.page_online_contact .item .item_con .desc p a:hover{
    color:var(--subtheme-color);
}


/* page_resource_menu */

.page_resource_menu.pd_detail_info_menu .j_list .item .hd a{
    height: 100%;
    padding-right: 0;
}
.page_resource_menu.pd_detail_info_menu .j_list .item .hd a span{
    flex:1;
    min-width: 0;
    display: block;
    padding-right: 22px;
}
.page_resource_menu.pd_detail_info_menu .j_list .item .hd a i{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--subtheme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    opacity: 0;
    transition:opacity .3s;
}
.page_resource_menu.pd_detail_info_menu .j_list .item .hd a:hover i,.page_resource_menu.pd_detail_info_menu .j_list .item .hd.cur a i{
    opacity: 1;
}


.page_resource_list{
    flex:1;
    min-width: 0;
    padding-left: 5.5%;
}
.page_resource_list .pd_detail_info_con{
    padding-left: 0;
}
.page_resource_list .item{
    height: 100px;
    padding: 10px 30px;
    border-bottom: 1px solid #898f9e;
    transition:all .5s;
}
.page_resource_list .item .ico{
    width: 40px;
}
.page_resource_list .item .tit{
    width: 65%;
    padding: 0 40px;
    transition:all .5s;
}
.page_resource_list .item .time{
    flex:1;
    font-size: 16px;
    min-width: 0;
}
.page_resource_list .item .btn{
    text-transform: uppercase;
    transition:all .5s;
}
.page_resource_list .item .btn i{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color:#fff;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 14px;
    transition:all .5s;
}

.page_resource_list .item:hover{
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    border-bottom-color: #fff;
}
.page_resource_list .item:hover .tit{
    color:var(--subtheme-color);
    text-decoration: underline;
}
.page_resource_list .item:hover .btn{
    color:var(--subtheme-color);
    text-decoration: underline;
}
.page_resource_list .item:hover .btn i{
    text-decoration: none;
    background: var(--subtheme-color);
}

/* page_related_products */
 .page_related_products {
}
.page_related_products .list {
}
.page_related_products .list .item {
    width: 33.333%;
}
/* product_detail */
 .j_pd_detail {
    background: #e4e7ea;
    padding:80px 0 50px;
}
.j_pd_detail_con {
    padding-top: 60px;
}
.j_pd_detail_hd_img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.j_pd_detail_hd .infos {
    flex: 1;
    padding:0 0 0 5%;
    min-width: 0;
}
.j_pd_detail_hd .infos h1 {
    font-size:48px;
    line-height: 1.2;
    color:var(--theme-color);
    font-family:'RobotoBold';
}
.j_pd_detail_hd .infos .desc {
    font-size:18px;
    margin:35px 0 50px;
}
.j_pd_detail_hd .infos .desc p {
    padding-left: 25px;
    position: relative;
    margin-bottom: 6px;
}
.j_pd_detail_hd .infos .desc p:before {
    content:'';
    display: block;
    width: 13px;
    height: 8px;
    background: url("../images/arrow.png") no-repeat;
    position: absolute;
    left: 0;
    top: 10px;
}
.j_pd_detail_hd .infos .list {
    display: flex;
    margin:0 -16px;
}
.j_pd_detail_hd .infos .list .item {
    padding:0 16px;
}
.j_pd_detail_hd .infos .list .item .img {
    border-radius: 50%;
    border:2px solid var(--theme-color);
    overflow: hidden;
}
.j_pd_detail_hd .infos .btns {
    margin-top:100px;
}
.j_pd_detail_hd .infos .btns .btn {
    display: flex;
    align-items: center;
    height:45px;
    width: 240px;
    background: var(--subtheme-color);
    color:#fff;
    justify-content: center;
    text-transform: capitalize;
    border-radius: 100px;
    transition:all .4s;
    font-family:'RobotoBold';
}
.j_pd_detail_hd .infos .btns .btn i {
    color:#fff;
    font-size:20px;
    margin-right: 8px;
    transition:all .3s;
}
.j_pd_detail_hd .infos .btns .btn:hover {
    background: var(--theme-color);
}
/* pdd_tit_box */
 .pdd_tit_box {
    text-align: center;
    padding: 60px 0 30px;
}
.pdd_tit_box .tit {
    font-size:45px;
    font-family:'RobotoMedium';
    text-transform: uppercase;
    line-height: 1.2;
}
.pdd_tit_box .desc {
    font-size:18px;
}
.j_pd_detail_introduction .desc {
    font-size:18px;
}
.j_pd_detail_introduction .desc p {
    margin-bottom: 6px;
}
.j_pd_detail_introduction .list {
    position: relative;
    overflow: hidden;
    padding:80px 0 100px;
}
.j_pd_detail_introduction .list .item {
    border-radius: 15px;
    overflow: hidden;
}
.j_pd_detail_introduction .list .item .img img {
    width: 100%;
}
.j_pd_detail_introduction .list .arrow {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.j_pd_detail_introduction .list .swiper-button-next, .j_pd_detail_introduction .list .swiper-button-prev {
    position: initial;
    height:40px;
    width: 40px;
    border-radius: 50%;
    background: #bbb;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    margin-top: 0;
    margin:0 10px;
}
.j_pd_detail_introduction .list .swiper-button-next:after, .j_pd_detail_introduction .list .swiper-button-prev:after {
    font-size:18px;
    font-weight: bold;
}
.j_pd_detail_introduction .list .swiper-button-next:hover, .j_pd_detail_introduction .list .swiper-button-prev:hover {
    background: var(--theme-color);
}
/* page_support_download_list */
 .page_support_download_list {
    padding-bottom: 80px;
}
.page_support_download_list .list_item {
    padding:50px 0;
    border-bottom: 1px solid #666;
}
.page_support_download_list .list_item .menu {
    line-height: 1;
    transition:all .4s;
    cursor: pointer;
}
.page_support_download_list .list_item .menu h4 {
    font-size:54px;
    font-family:'RobotoMedium';
    flex:1;
    line-height: 1;
}
.page_support_download_list .list_item .menu i {
    font-size:36px;
    transform: rotate(45deg);
    transition:all .4s;
}
.page_support_download_list .list_item .menu:hover {
    color:var(--theme-color);
}
.page_support_download_list .list_item .menu.cur i {
    transform: rotate(0deg);
}
.page_support_download_list .list_item .list_wrap {
    padding-top: 20px;
    display: none;
}
.page_support_download_list .list_item .list {
    margin:-12px;
    padding-top: 20px;
}
.page_support_download_list .list_item .list a {
    width: 33.333%;
    padding:12px;
}
.page_support_download_list .list_item .list .item {
    background: #fff;
    padding:30px 40px 20px;
    transition:all .4s;
    border-radius: 10px;
}
.page_support_download_list .list_item .list .item h4 {
    font-size:24px;
    line-height: 1.3;
    height: 94px;
}
.page_support_download_list .list_item .list .item .name_btn {
    margin-top: 30px;
}
.page_support_download_list .list_item .list .item .name_btn .name {
    flex:1;
    font-size:14px;
}
.page_support_download_list .list_item .list .item .name_btn i {
    font-size:30px;
}
.page_support_download_list .list_item .list .item:hover {
    background: var(--theme-color);
    color:#fff;
}
/* page_support_cases_list */
 .page_support_cases_list {
    padding-bottom:100px;
}
.page_support_cases_list .list {
    margin:-12px;
}
.page_support_cases_list .list a {
    width: 33.333%;
    padding:12px;
}
.page_support_cases_list .list .item .item_img {
    border-radius: 10px;
    overflow: hidden;
}
.page_support_cases_list .list .item .item_con {
    padding:20px 0;
}
.page_support_cases_list .list .item .item_con .time {
    color:#666;
    font-size:14px;
    line-height: 1;
}
.page_support_cases_list .list .item .item_con .tit {
    font-size:20px;
    line-height: 1.4;
    margin-top: 10px;
    height: 56px;
}
.page_support_cases_list .list .item .item_con .tag {
    height: 32px;
    border:1px solid #666;
    padding:0 15px;
    display: inline-block;
    border-radius: 100px;
    margin: 10px 10px 0 0;
    font-size:14px;
    transition:all .4s;
    line-height: 30px;
}
.page_support_cases_list .list .item:hover .item_con .tit {
    color:var(--theme-color);
}
.page_support_cases_list .list .item .item_con .tag:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}
/* page_support_faq */
 .page_support_faq {
    padding:70px 0 100px;
}
.page_support_faq_menu {
    justify-content: center;
    border-bottom: 1px solid #666;
}
.page_support_faq_menu .item {
    font-size:20px;
    margin: 0 36px;
    padding-bottom: 20px;
    cursor: pointer;
    font-family:'RobotoMedium';
    position: relative;
}
.page_support_faq_menu .item:after {
    content:'';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    width: 100%;
    height: 5px;
    background: var(--theme-color);
    border-radius: 100px;
    transition:all .4s;
}
.page_support_faq_menu .item.cur:after, .page_support_faq_menu .item:hover:after {
    transform: scale(1);
}
.page_support_faq_list .list {
    display: none;
    padding-top: 15px;
}
.page_support_faq_list .list:first-child {
    display: block;
}
.page_support_faq_list .list .item {
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}
.page_support_faq_list .list .item .tit {
    cursor: pointer;
    transition:all .4s;
}
.page_support_faq_list .list .item .tit h4 {
    font-size:24px;
    flex:1;
    min-width: 0;
    line-height: 1;
    padding-right: 20px;
}
.page_support_faq_list .list .item .tit i {
    font-size:30px;
    line-height: 1;
    transform: rotate(45deg);
    transition:all .4s;
}
.page_support_faq_list .list .item .desc {
    padding-top: 20px;
    font-size:18px;
    display: none;
}
.page_support_faq_list .list .item .tit.cur i {
    transform: rotate(0deg);
}
.page_support_faq_list .list .item:hover .tit {
    color:var(--theme-color);
}


/* page_news */

.page_latest_news_wrap{
    background:url("../images/bg8.jpg") no-repeat center;
}



.page_latest_news{
    position: relative;
    overflow: hidden;
}
.page_latest_news .item{
    border-radius:16px;
    overflow: hidden;
    background: #fff;
    overflow: hidden;
}
.page_latest_news .item_con{
    flex:1;
    min-width: 0;
    padding:50px 65px;
}

.page_latest_news .item_con .tit{
    line-height: 1.3;
    transition:all .4s;
    font-family:'WixBold';
    margin: 10px 0 20px;
}
.page_latest_news .item_con .time{
    color:#666;
    font-family: 'WixBold';
}
.page_latest_news .item_con .time span{
    color:var(--theme-color);
}
.page_latest_news .item_con .desc{
    margin-bottom: 50px;
}
.page_latest_news .item_con .more{
    border-radius: 100px;
    width: 145px;
    height: 45px;
    border-radius: 100px;
    background:var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .5s;
    color:#fff;
    margin-top: 50px;
}
.page_latest_news .item_con .more:hover{
    background:#0b8346;
}
.page_latest_news .item_con .more i{
    margin-left: 8px;
}
.page_latest_news .item_img{
    width: 40%;
}
.page_latest_news .item_img img{
    width: 100%;
    object-fit: cover;
}
.page_latest_news .arrow{
    position: absolute;
    right: 50px;
    bottom: 50px;
}
.page_latest_news .arrow .swiper-button-prev,.page_latest_news .arrow .swiper-button-next{
    position: initial;
    width: 40px;
    height: 40px;
    background:#f5f5f5;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 1;
    margin: 0;
    transition: all .5s;
    margin-left:10px;
}
.page_latest_news .arrow .swiper-button-prev:after,.page_latest_news .arrow .swiper-button-next:after{
    font-size: 16px;
    font-weight: bold;
}
.page_latest_news .arrow .swiper-button-prev:hover,.page_latest_news .arrow .swiper-button-next:hover{
    background: var(--theme-color);
    color:#fff;
}

.page_latest_news .item:hover .item_con .tit{
    color:var(--theme-color);
}
.page_latest_news .item:hover .item_con .more{
    background: var(--subtheme-color);
    color:#fff;
}


.page_news_list{
    flex:1;
    min-width: 0;
    padding-right: 5%;
}
.page_news_list .list{
    margin:-20px;
}
.page_news_list .item{
    width:33.333%;
    display: block;
    padding:20px;
}
.page_news_list .item a{
    border-radius: 8px;
    display: block;
    transition:all .5s;
    background: #f2f6ff;
}
.page_news_list .item .item_img{
    border-radius:8px 8px 0 0;
    overflow: hidden;
    position: relative;
}
.page_news_list .item .item_img img{
    width: 100%;
}
.page_news_list .item .item_img .time{
    height: 28px;
    background: var(--theme-color);
    color:#fff;
    padding: 0 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.page_news_list .item .item_con{
    padding: 20px 30px;
}
.page_news_list .item .item_con .time{
    color:var(--theme-color);
    font-family: var(--theme-fontBold);
}

.page_news_list .item .item_con .tit{
    transition: all .4s;
    line-height: 1.2;
    font-family:var(--theme-fontBold);
    margin:5px 0 10px;
    height: 86px;
}
.page_news_list .item .item_con .desc{
    line-height: 1.5;
    margin-bottom: 20px;
}

.page_news_list .item .item_con .btn{
    text-decoration: underline;
    transition:all .5s;
    text-transform: uppercase;
}

.page_news_list .item a:hover{
    border-color: var(--theme-color);
}

.page_news_list .item a:hover .item_con .tit{
    color:var(--theme-color);
}
.page_news_list .item a:hover .item_con .btn{
    color:var(--subtheme-color);
}

.page_recommended_news{
    width: 300px;
    padding: 25px;
    background: #f2f6ff;
}
.page_recommended_news .j_tit{
    text-transform: uppercase;
    color:var(--theme-color);
    font-family:var(--theme-fontBold);
    border-bottom: 1px solid #ddd;
}
.page_recommended_news .list .item{
    padding:12px 0;
    display: block;
}
.page_recommended_news .list .item .img{
    margin-bottom: 12px;
}
.page_recommended_news .list .item .item_con{
    padding-left: 10px;
    position: relative;
}
.page_recommended_news .list .item .item_con:before{
    content:'';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
}
.page_recommended_news .list .item .tit{
    font-size: 16px;
    line-height: 1.3;
}
.page_recommended_news .list .item .time{
    font-family: 'GilroyMedium';
    font-size: 16px;
    color:var(--theme-color);
}
.page_recommended_news .list .item:hover .tit{
    text-decoration: underline;
}


/* page_menu_public */

.page_menu_public {
    position: relative;
}
.page_menu_public .j_search{
    position: relative;
}
.page_menu_public .j_search .input{
    width: 250px;
    height: 50px;
    border: 2px solid #e5ecef;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 14px;
}
.page_menu_public .j_search button{
    position: absolute;
    right: 10px;
    top: 8px;
    border: none;
    outline: none;
    background: transparent;
    color:var(--theme-color);
    cursor: pointer;
}
.page_menu_public .j_search button i{
    font-size: 18px;
}

.page_menu_public .item{
    margin:0 0 0 20px;
}
.page_menu_public .item a{
    height: 50px;
    padding: 0 40px;
    background: #e5ecef;
    display: flex;
    align-items: center;
    border-radius: 8px;
    transition:all .5s;
}

.page_menu_public .item a:hover,.page_menu_public .item.cur a{
    background: var(--subtheme-color);
    color:#fff;
}
.no_banner_pos_wrap{
    background: var(--theme-color);
}
.no_banner_pos {
    margin-top: 85px;
    height: 80px;
    color:#fff;
}
.no_banner_pos span{
    margin-right: 8px;
}
.no_banner_pos a{
    white-space: nowrap;
    color:#fff;
}
.no_banner_pos a:hover{
    text-decoration: underline;
    color:var(--subtheme-color);
}
/* page_news_detail */

.page_news_detail_hd {
     flex:1;
     min-width: 0;
     padding-right: 6%;
}
.page_news_detail_hd .columnname {
    color:#fff;
    height: 40px;
    background: var(--theme-color);
    border-radius: 5px;
    padding: 0 20px;
    display: inline-block;
    line-height: 40px;
}
.page_news_detail_hd h1 {
    line-height: 1.2;
    font-family: var(--theme-fontBold);
}
.page_news_detail_hd .info {
    margin-top:30px;
    font-size:14px;
    color:#888;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding:15px 0;
}
.page_news_detail_hd .info .time {
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.page_news_detail_hd .info .time i {
    margin-right: 6px;
    font-size:18px;
}
.page_news_detail_hd .info .tag {
    color:#888;
    background: #f5f5f5;
    height: 30px;
    padding:0 20px;
    border-radius: 5px;
    margin-right: 15px;
    line-height:30px;
}
.page_news_detail_hd .info .tag:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}
.page_news_detail_hd .info .share {
    flex:1;
    min-width: 0;
    justify-content: flex-end;
}
.page_news_detail_hd .content {
    padding:35px 0 20px;
    min-height: 20vh;
    font-size:18px;
}
.page_news_detail_bd {
    width: 330px;
}
.page_news_detail_bd .j_tit {
    font-size:22px;
    color:#333;
    margin-bottom: 10px;
    font-family:'PoppinsSemiBold';
}
.page_news_detail_bd .list .item {
    background: #f5f7f5;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.page_news_detail_bd .list .item .item_con {
    padding: 20px;
}
.page_news_detail_bd .list .item .item_con .time {
    color:var(--theme-color);
    font-family:'PoppinsSemiBold';
}
.page_news_detail_bd .list .item .item_con .tit {
    font-family:'PoppinsSemiBold';
    color:#333;
    margin:5px 0 10px;
}
.page_news_detail_bd .list .item .item_con .btn {
    font-size:14px;
    color:#333;
    font-family:'PoppinsMedium';
    display: inline-block;
    position: relative;
}
.page_news_detail_bd .list .item .item_con .btn:after {
    content:'';
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
}
/* page_certificates */
 .page_certificates {
    background: url("../images/map.png") no-repeat center top 80px;
}
.page_certificates_tit .con {
    margin-top: 30px;
}
.page_certificates_list1 {
    justify-content: space-around;
}
.page_certificates_list1 .item {
    margin: 0 20px;
    text-align: center;
}
/* page_factory_show_list */
 .page_factory_show_wrap {
    background-color: #f2f2f2;
}
.page_factory_show_list {
    margin: -20px;
}
.page_factory_show_list .item_w {
    padding: 20px;
    width: 50%;
    height: 100%;
}
.page_factory_show_list .item {
    background: #fff;
}
.page_factory_show_list .item .item_img {
    flex:1;
    min-width: 0;
    height: 100%;
}
.page_factory_show_list .item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_factory_show_list .item .item_con {
    padding: 40px;
    width: 50%;
}
.page_factory_show_list .item .item_con .tit {
    font-family:'MagraBold';
}
.page_factory_show_list .item .item_con .desc {
    line-height: 1.4;
    margin-top: 10px;
}
.page_equipment_show {
    margin-top: 30px;
    overflow: hidden;
}
/* page_contact */
.page_contact_wrap {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page_contact .j_tit {
    font-size:18px;
    color:#333;
    margin-bottom: 30px;
}
.page_contact .j_tit h4{
    text-transform: uppercase;
    color:var(--theme-color);
}
.page_contact_hd {
    flex:1;
    min-width: 0;
    background: #f4f4f4;
}
.page_contact_hd {
    padding:40px 50px;
    width: 100%;
    border-radius: 30px;
}
.page_contact_hd .form .input{
    margin-bottom: 20px;
}
.page_contact_hd .form .input input,.page_contact_hd .form .input textarea{
    height: 45px;
    background: #fff;
    border: none;
    outline: none;
    padding: 10px 15px;
    width: 100%;
    border-radius: 6px;
    display: block;
}
.page_contact_hd .form .input textarea{
    height: 120px;
}
.page_contact_hd .form .button button{
    width: 200px;
    height: 45px;
    border-radius: 100px;
    background: var(--theme-color);
    color:#fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'WixBold';
    margin-top: 10px;
    border: none;
    outline: none;
    transition:all .5s;
    cursor: pointer;
    font-size: 16px;
}
.page_contact_hd .form .button button:hover{
    background: var(--subtheme-color);
}


.page_contact_bd {
    width: 55%;
    padding-left: 8%;
    color:#fff;
}
.page_contact_bd .tit_box2{
    padding: 0;
    text-align: left;
}
.page_contact_bd .tit_box2 .tit h4{
    color:#fff;
    text-transform: none;
}
.page_contact_bd .tit_box2 .tit h4:after{
    margin: 30px 0 0;
}

.page_contact_bd .addr .addr_hd{
    font-family: var(--theme-fontBold);
}
.page_contact_bd .addr .addr_hd img{
    margin-right: 10px;
}
.page_contact_bd .addr .addr_bd span{
    display: block;
    width:180px;
}
.page_contact_bd .addr .addr_bd em{
    display: block;
    flex:1;
    min-width: 0;
}


.page_contact_bd .info {
    margin: -20px;
}
.page_contact_bd .info .info_item {
    width: 50%;
    padding: 20px;
}
.page_contact_bd .info .info_item .name{
    padding-left: 60px;
    background: url("../images/ico11.png") no-repeat left center;
    font-family: var(--theme-fontBold);
    height: 50px;
}
.page_contact_bd .info .info_item .absp{
    padding:20px 0 15px;
    font-size: 16px;
}
.page_contact_bd .info .info_item .absp .absp_i{
    display: flex;
}
.page_contact_bd .info .info_item .absp .absp_i span{
    display: block;
    width: 120px;
}
.page_contact_bd .info .info_item .icos a{
    margin-right:10px;
    cursor: pointer;
}
.page_contact_bd .info .info_item .icos a i{
    font-size: 30px;
    position: relative;
    z-index: 1;
}
.page_contact_bd .info .info_item .icos a i:after{
    content:'';
    width: 22px;
    height: 22px;
    position: absolute;
    display: block;
    background: #fff;
    left: 4px;
    top: 3px;
    z-index: -1;
    border-radius: 50%;
}
.page_contact_bd .info .info_item .icos a.ico1 i{
    color:#0e76a8;
}
.page_contact_bd .info .info_item .icos a.ico2 i{
    color:#2ee150;
    font-size: 28px;
}


/* page_service_panel1_wrap */

.page_service_panel1_wrap{
    background: url("../images/bg9.jpg") no-repeat center #e5ecef;
}
.page_service_panel1_list{
    margin: -13px;
}
.page_service_panel1_list .item_w{
    padding:13px;
    width: 25%;
}
.page_service_panel1_list .item{
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.page_service_panel1_list .item .item_img{
    position: relative;
    
}
.page_service_panel1_list .item .item_img .ico{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border:4px solid #fff;
    position: absolute;
    background: #e5ecef;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom:-50px;
    left: 0;
    transition:all 1s;
}
.page_service_panel1_list .item .item_img .img img{
    border-radius: 20px;
}
.page_service_panel1_list .item .item_con{
    padding: 50px 20px;
}
.page_service_panel1_list .item .item_con .tit{
    font-family: 'WixBold';
    line-height: 1.4;
    transition:all .5s;
}
.page_service_panel1_list .item .item_con .desc{
    line-height: 1.5;
    margin-top:8px;
}

.page_service_panel1_list .item:hover .item_img .ico{
    transform: rotateY(360deg);
}
.page_service_panel1_list .item:hover .item_con .tit{
    color:var(--theme-color);
}

/* page_service_panel2_list */

.page_service_panel2_list{
    margin: 0 -30px;
}
.page_service_panel2_list .item{
    padding: 0 30px;
    width: 16.666%;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    position: relative;
}
.page_service_panel2_list .item:after{
    content:'';
    background: url("../images/ico5.png") no-repeat;
    width: 68px;
    height: 45px;
    position: absolute;
    right: -35px;
    top: 35px;
    display: block;
}
.page_service_panel2_list .item:last-child:after{
    display: none;
}
.page_service_panel2_list .item .img{
    width: 118px;
    height: 118px;
    border: 5px solid #fff;
    background: var(--theme-color);
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all 1s;
}
.page_service_panel2_list .item .img:after{
    content:'';
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    position: absolute;
    left: -7px;
    top: -7px;
    display: block;
}
.page_service_panel2_list .item .tit{
    font-family: 'WixBold';
    margin-top:40px;
    transition:all .5s;
}
.page_service_panel2_list .item .desc{
    line-height: 1.5;
    margin-top: 15px;
}
.page_service_panel2_list .item:hover .img{
    transform: rotate(360deg);
}
.page_service_panel2_list .item:hover .tit{
    color:var(--theme-color);
}


.page_service_panel2_btn{
    display: flex;
    justify-content: center;
}
.page_service_panel2_btn a{
    display: inline-flex;
    height: 50px;
    border-radius: 100px;
    padding: 0 30px;
    background: var(--subtheme-color);
    color:#fff;
    align-items: center;
    font-family: 'WixBold';
    text-transform: uppercase;
    transition:all .5s;
}
.page_service_panel2_btn a i{
    margin-right: 10px;
}
.page_service_panel2_btn a:hover{
    background: var(--theme-color);
}


/* page_service_panel3_list */

.page_service_panel3{
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.page_service_panel3_list{
    flex:1;
    min-width: 0;
    padding:30px 60px;
}
.page_service_panel3_list .item{
    padding: 30px 0;
    border-bottom: 1px solid #9fabb0;
}
.page_service_panel3_list .item .item_img{
    width: 60px;
}
.page_service_panel3_list .item .item_con{
    flex:1;
    min-width: 0;
    padding-left: 30px;
}
.page_service_panel3_list .item .item_con .tit{
    font-family: 'WixBold';
}
.page_service_panel3_list .item .item_con .desc{
    line-height: 1.5;
    margin-top: 10px;
}
.page_service_panel3_img{
    width: 37.5%;
}
.page_service_panel3_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* page_solution */

.page_solution_tit .tit_box2{
    text-align: left;
}

.page_solution_panel1_list{
    
}
.page_solution_panel1_list .hd{
    width: 60%;
}
.page_solution_panel1_list .hd .item{
    display: none;
    position: relative;
}
.page_solution_panel1_list .hd .item .item_img img{
    width: 100%;
}
.page_solution_panel1_list .hd .item .item_con{
    position: absolute;
    left: 0;
    bottom: 0;
    width:100%;
    height: 50%;
    align-items: flex-end;
    padding: 50px 40px 40px 60px;
    background: linear-gradient(to top,rgba(0,58,147,.8),transparent);
    color:#fff;
}
.page_solution_panel1_list .hd .item .item_con .tit{
    flex:1;
    min-width: 0;
    padding-right:20%;
}
.page_solution_panel1_list .hd .item .item_con .tit p{
    line-height: 1.4;
    margin-top: 20px;
}
.page_solution_panel1_list .hd .item .item_con .btn{
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color:var(--theme-color);
}

.page_solution_panel1_list .hd .item:first-child{
    display: block;
}
.page_solution_panel1_list .bd{
    flex:1;
    min-width: 0;
}
.page_solution_panel1_list .bd .item{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.page_solution_panel1_list .bd .item .tit{
    margin-top: 20px;
}
.page_solution_panel1_list .bd .item .jia{
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--theme-color);
    color:#fff;
    border-top-left-radius: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .5s;
}
.page_solution_panel1_list .bd .item.cur .jia{
    opacity: 1;
}
.page_solution_panel1_list .bd .item:first-child,.page_solution_panel1_list .bd .item:last-child{
    background: #f2f6ff;
}



.page_solution_panel2_list{
    position: relative;
    overflow: hidden;
    margin: -25px;
}

.page_solution_panel2_list .item{
    width: 33.333%;
    padding: 25px;
}
.page_solution_panel2_list .item a{
    display: block;
    border-radius: 20px;
    overflow: hidden;
}
.page_solution_panel2_list .item .img img{
    width: 100%;
}
.page_solution_panel2_list .item .item_con{
    background: #f2f6ff;
    padding: 20px 30px;
}
.page_solution_panel2_list .item .item_con .tit{
    font-family: 'GilroyMedium';
    line-height: 1.2;
    flex:1;
    min-width: 0;
    padding-right: 30px;
}
.page_solution_panel2_list .item .item_con .ico{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    transition:all .5s;
}
.page_solution_panel2_list .item:hover .item_con .ico{
    background: var(--subtheme-color);
}


/* return */
 .return_page {
    margin-top: 60px;
    position: relative;
}
.return_page i {
    color:var(--theme-color);
    font-size:18px;
    margin-right: 6px;
}
.return_page a:hover {
    text-decoration: underline;
    color:var(--theme-color);
}
.ind_pad {
    padding:80px 0 90px;
}
.info_ly {
    background: #fff;
    padding-left: 4%;
    padding-right: 4%;
    display: flow-root;
}
.info_ly h2 {
    text-align: center;
    margin-bottom: 20px;
}
.info_ly .inp {
    width: 49.3%;
    height: 52px;
    line-height: 52px;
    background: #f6f6f6;
    display: block;
    float: left;
    margin-bottom: 16px;
    text-indent: 22px;
}
.info_ly .inp:nth-child(2n) {
    float: right;
}
.info_ly .inp2 {
    width: 100%;
}
.info_ly textarea {
    height: 150px;
    background: #f6f6f6;
    text-indent: 22px;
    padding-top: 16px;
    width: 100%;
    display: block;
}
.info_ly .sub {
    height: 52px;
    line-height: 52px;
    background:var(--theme-color);
    width: 100%;
    text-align: center;
    color: #fff;
    display: block;
    margin-top: 16px;
    text-transform: uppercase;
    border:none;
    cursor:pointer;
}