@charset"utf-8";


.bottom-feed{position: fixed;z-index: 99;left: 20px;bottom: 20px;}
.bottom-feed .subNavBox{
    position: relative;padding-top: 50px;
}
.bottom-feed .subNavBox .navContent{position: absolute;bottom: 70px;left: 0;}
.bottom-feed .subNavBox i{width: 18px;height: 7px;background: url(../images/rtic8.png) no-repeat center;margin-top: 3px;}
.bottom-feed .currentDt i{background: url(../images/rtic9.png) no-repeat center;}
.bottom-feed span i{display: block; height: 60px; width: 18px;background: url(../images/rtic06.png) no-repeat center; transition: all 0.3s ease-out; transform: rotate(0deg);float: right;margin-right: 10px;overflow: hidden;}
.bottom-feed span{
    border-radius: 40px;
    background: rgba(10, 30, 40, 0.92);
    backdrop-filter: blur(12px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3), 0 0 0 2px rgba(46, 255, 190, 0.5), 0 0 15px #2affb6;
    cursor: pointer;
    transition: all 0.35s cubic-bezier(0.2, 0.9, 0.4, 1.1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    height: 70px;
}
.bottom-feed span b{display: inline-block;width: 50px;height: 50px;border-radius: 500px;margin-top: 5px;margin-left: 5px;float: left;background: #fff;overflow: hidden;}
.bottom-feed span p{font-size: 14px;color: #fff;float: left;line-height: 20px;margin-left: 10px;margin-top: 6px;height: 40px;display: block;overflow: hidden;padding-right:30px;}
.bottom-feed span:hover p,.bottom-feed .feed .sub:hover{font-style: italic;}
.bottom-feed .feed{background: #fff;box-shadow: 0 0 10px rgba(0,0,0,.1);width:300px;padding: 10px 0;display: block; border-radius:10px;}
.bottom-feed .feed input{width: 90%;margin: 0 5%;border: 1px solid #eee;height: 40px;line-height: 40px;font-size: 12px;text-indent: 10px;margin-bottom: 10px;}
.bottom-feed .feed textarea{width: 90%;margin: 0 5%;border: 1px solid #eee;height: 80px;text-indent: 10px;font-size: 12px;padding: 5px 0;}
.bottom-feed .feed input:hover,.bottom-feed .feed textarea:hover{border: 1px solid #e62429}
.bottom-feed .feed .sub{background:var(--theme-color);color: #fff;cursor: pointer;margin-bottom: 0;margin-top: 5px;border: none;border-radius: 500px;}
.navContent{display: none;}
.bottom-feed span b img{transform: translateY(-200px);filter: drop-shadow(var(--theme-color) 0 200px);}


.right_list{
    position:fixed; bottom:20%; right:10px; z-index:99; 
    
}
.right_list a{
    position: relative;
    z-index: 5;
    height:64px;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-image:linear-gradient(0deg, #28793f 0%, #90e693 100%);
    background-blend-mode: normal, normal;
    border-radius: 5px;
    cursor: pointer;
    color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 6px;
}
.right_list a .ico i{
    font-size: 20px;
}
.right_list a .tit{
    font-size: 12px;
}
.right_list a:hover{
    background:var(--theme-color);
}


.layer_message{
    
}
.layer_message form{
    
}
.layer_message .close{
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.layer_message .close i{
    font-size: 30px;
    line-height: 1;
    transition:all .5s;
}
.layer_message .close i:hover{
    color:var(--theme-color);
}
.header {
    height: 116px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    justify-content: space-between;
    z-index: 9999;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    transition:all .4s;
}
.header_wrap {
    height: 120px;
}
.header .logo {
    flex:1;
}
.header .logo img {
    height: 62px;
}
.header .logo .img2{
    display: none;
}
.nav .nav_li {
    margin:0 45px;
    position: relative;
}
.nav .nav_li:last-child {
    margin-right: 0;
}
.nav .nav_li .nav1 a {
    color:#fff;
    display: block;
    line-height:68px;
    position: relative;
    transition:all 0s;
    font-size:18px;
    max-width: 245px;
    white-space: nowrap;
    overflow: hidden;
}
.nav .nav_li .nav1 a:after {
    content:'';
    width:0;
    height:3px;
    background:#fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition:all .3s;
}
.nav .nav_li .nav1 a i {
    margin-left: 5px;
}
.nav .nav_li .nav2 {
    list-style-type: none;
    position: absolute;
    top:68px;
    line-height: 40px;
    width: 300px;
    background: #fff;
    border-radius:5px;
    padding:15px 30px;
    color:#3a3a3a;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    z-index: 10;
    display: none;
}
.nav .nav_li .nav2 a {
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.nav .nav_li .nav2 a span {
    flex:1;
    line-height: 1;
}
.nav .nav_li .nav2 a i {
    margin-left: 10px;
}
.nav .nav_li .nav2 .nav2_pro .item h5 a {
    font-size:16px;
    font-weight: bold;
}
.nav .nav_li .nav2 .nav2_pro a img {
    width: 30px;
    height: 30px;
    margin-right: 6px;
}
.nav .nav_li .nav2 a i {
    font-size:12px;
}
.nav .nav_li .nav2 a:hover {
    color:var(--theme-color);
}

.nav .nav_li:hover .nav1 a:after, .nav .nav_li.cur .nav1 a:after,.nav .nav_li.all .nav1 a:after{
    width: 100%;
}

.nav_info {
    flex-direction: column;
}
.header_info {
    padding-top: 5px;
    height: 48px;
    align-items: center;
    justify-content: flex-end;
}
.header_info .menu{
    
}
.header_info .menu .item{
    position: relative;
}
.header_info .menu .item.item1 .nav2{
    width: 300px;
}
.header_info .menu .item>a{
    color:#fff;
    padding: 0 28px;
    display:block;
    position: relative;
}
.header_info .menu .item>a i{
    font-size: 14px;
}
.header_info .menu .item>a:after{
    width: 1px;
    height: 16px;
    display: block;
    position: absolute;
    content:'';
    background: rgba(255,255,255,.5);
    right: 0;
    top:5px;
}

.header_info .menu .item .nav2{
    display: none;
    position: absolute;
    left: 0;
    top:26px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px 20px;
    z-index: 99;
    width: 200px;
    
}

.header_info .menu .item .nav2 a{
    margin-top: 5px;
    display: block;
    text-transform: capitalize;
}
.header_info .menu .item .nav2 a:hover{
    color:var(--theme-color);
    text-decoration: underline;
}
.header_info .menu .item:hover .nav2{
    display: block;
    box-shadow: 0 3px 15px rgba(0,0,0,.13);
}


.header_info .mail{
    color:#fff;
    position: relative;
    padding: 0 30px;
    margin-right: 30px;
}
.header_info .mail:after{
    width: 1px;
    height: 16px;
    display: block;
    position: absolute;
    content:'';
    background: rgba(255,255,255,.5);
    right: 0;
    top:5px;
}
.header_info .mail i{
    font-size: 18px;
    margin-right: 4px;
}

.nav_info .lang_box .lang {
    display: flex;
    align-items: center;
    height: 28px;
    padding:0 20px;
    border-radius: 100px;
    cursor: pointer;
    color:#fff;
    background: rgba(255,255,255,.1);
    transition:all .3s;
}
.nav_info .lang_box .lang img {
    height:18px;
    margin-right: 10px;
}
.nav_info .lang_box:hover .lang {
    background:#fff;
    color: var(--theme-color);
}
.nav_info .lang_box .lang i {
    margin-right: 3px;
}
.nav_info .lang_box .lang i.iconjt {
    margin-right: 0;
    font-size:12px;
    margin-left: 3px;
    transform: rotate(180deg);
    transition:all .3s;
}
.nav_info .lang_box:hover .lang i.iconjt {
    transform: rotate(0deg);
}
.nav_info .lang_box {
    position: relative;
    z-index: 100;
    margin-left: 15px;
}
.nav_info .lang_box .dlang {
    position: absolute;
    left: 0;
    top: 28px;
    width: 145px;
    background: #fff;
    padding:5px 15px 10px;
    display: none;
    border-radius: 3px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .1);
}
.nav_info .lang_box .dlang a {
    display: flex;
    align-items: center;
    color:#666;
}
.nav_info .lang_box .dlang a:hover {
    color:var(--theme-color);
}
.nav_info .lang_box .dlang a img {
    height: 16px;
    margin-right: 6px;
}
.nav_info .lang_box:hover .dlang {
    display: block;
}
.header.header_on,.header:hover {
    background:#fff;
    border-color: rgba(0, 0, 0, .08);
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
}
.header.header_on .logo .img1 {
    display: block;
}
.header.header_on .logo .img2 {
    display: none;
}
.header_on .nav .nav_li .nav1 a,.header:hover .nav .nav_li .nav1 a{
    color:#333;
}
.header_on .nav .nav_li.cur .nav1 a, .header_on .nav .nav_li:hover .nav1 a, .header_on .nav .nav_li.all .nav1 a,.header:hover .nav .nav_li.cur .nav1 a, .header:hover .nav .nav_li:hover .nav1 a, .header:hover .nav .nav_li.all .nav1 a{
    color:var(--theme-color);
}
.header_on .nav .nav_li:hover .nav1 a:after, .header_on .nav .nav_li.cur .nav1 a:after,.header_on .nav .nav_li.all .nav1 a:after,.header:hover .nav .nav_li:hover .nav1 a:after, .header:hover .nav .nav_li.cur .nav1 a:after,.header:hover .nav .nav_li.all .nav1 a:after{
    background: var(--theme-color);
}
.header_on .header_info .tel .search i, .header_on .header_info .tel a,.header:hover .header_info .tel .search i, .header:hover .header_info .tel a {
    color:#333;
}
.header_on .header_info .tel a:before,.header:hover .header_info .tel a:before {
    background-color:#999;
}
.header_on .nav_info .lang_box .lang,.header:hover .nav_info .lang_box .lang {
    color:#333;
    background: rgba(0,0,0,.06);
}
.header .nav_lang .get_touch {
    height: 44px;
    line-height: 44px;
    padding: 0 30px;
    background: var(--theme-color);
    color:#fff;
    cursor: pointer;
    margin-left: 100px;
}
.header .nav_lang .get_touch:hover {
    opacity: .8;
}
.header_on .header_info .menu a,.header_on .header_info .mail,.header:hover .header_info .menu a,.header:hover .header_info .mail{
    color:#333;
}
.header_on .header_info .menu a:hover,.header:hover .header_info .menu a:hover{
    color:var(--theme-color);
}
.header_on .header_info .menu a:after,.header_info .mail:after{
    background: rgba(0,0,0,.1);
}
.header_on.header .logo .img1,.header:hover .logo .img1{
    display: none;
}
.header_on.header .logo .img2,.header:hover .logo .img2{
    display: block;
}
.header .follow_list a {
    width: 22px;
    height: 22px;
}
.header .follow_list a svg {
    width: 14px;
    height: 14px;
}


/* banner */
 .banner {
    position: relative;
    overflow: hidden;
}
.banner .item_img{
    overflow: hidden;
}
.banner .item_img img {
    width: 100%;
    /*-webkit-animation: bs2 80s linear infinite;*/
    /*animation: bs2 80s linear infinite;*/
}
@keyframes bs2 {
    0% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        filter: scale(1.05);
        filter: transform;
    }

    8.3333333333% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        filter: scale(1.1);
        filter: transform;
    }

    16.6666666666% {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        filter: scale(1.15);
        filter: transform;
    }

    25% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        filter: scale(1.2);
        filter: transform;
    }

    33.3333333333% {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        filter: scale(1.15);
        filter: transform;
    }

    41.6666666667% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        filter: scale(1.1);
        filter: transform;
    }

    50% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        filter: scale(1.05);
        filter: transform;
    }

    58.3333333333% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        filter: scale(1.1);
        filter: transform;
    }

    66.6666666667% {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        filter: scale(1.15);
        filter: transform;
    }

    75% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        filter: scale(1.2);
        filter: transform;
    }

    83.333333333% {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        filter: scale(1.15);
        filter: transform;
    }

    91.666666666% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        filter: scale(1.1);
        filter: transform;
    }

    100% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        filter: scale(1.05);
        filter: transform;
    }
}
.banner .item .item_desc_w {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content:center;
}
.banner .item .item_desc_w .item_desc .desc{
    margin: 40px 0 80px;
}
.banner .item .item_desc_w .btn{
    margin-top: 30px;
}

.banner .swiper-pagination {
    color: #fff;
    font-size: 14px;
    z-index: 10;
    border-radius: 4px;
    padding-left: 8%;
    height: 20px;
    display: flex;
    align-items: center;
    font-family:'Arial';
    position: absolute;
    bottom: 30px;
    color:rgba(255, 255, 255, .5);
}
.banner .swiper-pagination span {
    margin: 0 6px;
}
.banner .swiper-pagination span.swiper-pagination-current {
    width: 30px;
    height:30px;
    border-radius: 50%;
    color:#fff;
    border:1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner .arrow {
    display: flex;
    position: absolute;
    right: 8%;
    bottom: 0;
    padding: 0 0 40px 40px;
}
.banner .arrow .swiper-button-prev,.banner .arrow .swiper-button-next{
    margin: 0 4px;
}
.banner .arrow .swiper-button-prev i,.banner .arrow .swiper-button-next i{
    font-size: 28px;
    line-height: 1;
}
.banner .arrow .swiper-button-prev i{
    transform: rotate(180deg);
}
.banner .swiper-button-next, .banner .swiper-button-prev {
    position: static;
    color:#fff;
}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after {
    display: none;
}

.banner_ico {
    position: absolute;
    left: 50%;
    bottom:20px;
    z-index: 30;
    animation: downico 2s ease-out infinite;
    color:#fff;
    transition:all .6s;
    cursor: pointer;
    border-radius: 5px;
}
.banner_ico span{
    
}
.banner_ico i {
    transform: rotate(90deg);
    display: block;
    font-size:24px;
    line-height: 1.2;
}
@keyframes downico {
    0% {
        bottom: 20px;
    }
    50% {
        bottom:50px;
    }
    100% {
        bottom:20px;
    }
}
.pub_btn1 {
    height: 50px;
    background: var(--theme-color);
    line-height: 50px;
    display: inline-block;
    padding:0 26px;
    border-radius: 5px;
    color:#fff;
    transition:all .5s;
}
.pub_btn1 i {
    font-size:13px;
    margin-left: -5px;
    opacity: 0;
    transition:all .5s;
}
.pub_btn1:hover {
    opacity: .9;
    box-shadow: 0 5px 20px 0 rgb(1 153 52 / 35%);
}
.pub_btn1:hover i {
    opacity: 1;
    margin-left:10px;
}


.txt_scroll{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    z-index: 99;
}
.mb_none .txt_scroll{ position: relative;}
.txt_scroll ul{
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.txt_scroll ul li{
    padding: 0 40px;
    color: #0f0f0f;
    -webkit-text-fill-color: #0f0f0f;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #878787;
    font-size: 70px;
    white-space: nowrap;
    text-transform:uppercase;
    font-family: 'Arial';
}

/* tit_box1 */


.tit_box1 .tit{
    flex:1;
    min-width: 0;
    padding-right: 30px;
}
.tit_box1 .tit p{
    margin-top: 15px;
}
.tit_box1 .desc{
    width: 50%;
}
.tit_box1 .desc p{
    margin-bottom: 45px;
}

.tit_box2 {
    text-align: center;
    padding:80px 0 30px;
}
.tit_box2 .tit h4 {
    color:#333;
    line-height: 1.1;
    font-size:40px;
    text-transform: capitalize;
}
.tit_box2 .tit p {
    font-size:18px;
    margin-top:30px;
    color:#333;
}

.tit_box3 .tit h4:after{
    content:'';
    width: 100px;
    height: 4px;
    display: block;
    background: var(--theme-color);
    margin: 30px 0 30px;
}


.bg1 {
    background:#f7f7f7;
    overflow: hidden;
}
.bg2 {
    background:var(--theme-color);
}
.bg3 {
    background: #f5f5f5;
}


/* video_demo */

.video_demo video{
    width: 100%;
    display: block;
}

/* about */

.about_wrap{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.about{
    width: 40%;
    color:#fff;
}

.num_list .item{
    margin-right: 60px;
    color:#fff;
}
.num_list .item .num{
    font-size: 60px;
    font-family: var(--theme-font);
    line-height: 1;
}
.num_list .item .num span{
    line-height: 1.2;
}

.honors_list{
    overflow: hidden;
}
.honors_list .img{
    border: 4px solid #c4d4e0;
}
.honors_list .img img{
    width: 100%;
}

/* youtube_video_wrap */

.youtube_video_wrap{
    background: url("../images/bg1.jpg") no-repeat center center;
    background-size: cover;
}
.youtube_video{
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.youtube_video .desc{
    font-family: 'popsb';
    color:#fff;
    margin-top: 40px;
}
.youtube_video .play{
    width: 86px;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    cursor: pointer;
    color:#ff0000;
    transition:all .5s;
}
.youtube_video .play i{
    font-size: 40px;
}
.youtube_video .play:after{
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px #fff;
    opacity: 0;
    transform: scale(.9);
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: "";
    box-sizing: content-box;
    -webkit-animation: jyScale 1.3s ease-out 75ms infinite;
    animation: jyScale 1.3s ease-out 75ms infinite;
}
@keyframes jyScale{
    0% {
        opacity: .3;
    }
    40% {
        opacity: .5;
        box-shadow: 0 0 0 2px #fff, 0 0 10px 10px #fff, 0 0 0 10px #fff;
    }
    100% {
        box-shadow: 0 0 0 2px #fff, 0 0 10px 10px #fff, 0 0 0 10px #fff;
        transform: scale(1.3);
        opacity: 0;
    }
}
.youtube_video .play:hover{
    background: #ff0000;
    color:#fff;
}

.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: -40px;
    top: -35px;
}
.layer_video_content .video_content_close i{
    color: #fff;
    font-size: 25px;
}

.layer_video_content video{
    width: 100%;
}



/* public_arrow */

.public_arrow {
    position: relative;
}
.public_arrow .swiper-button-prev, .public_arrow .swiper-button-next{
    width: 65px;
    height: 65px;
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 50%;
    color:#fff;
    transition:all .4s;
}

.public_arrow .swiper-button-prev:after, .public_arrow .swiper-button-next:after{
    font-size: 24px;
}
.public_arrow .swiper-button-prev {
    left: -80px;
}
.public_arrow .swiper-button-next {
    right: -80px;
}

.public_arrow .swiper-button-prev:hover, .public_arrow .swiper-button-next:hover{
    background:var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}



.solution_list1 .item{
    width: 33.333%;
    position: relative;
    display: block;
    overflow: hidden;
}
.solution_list1 .item .item_con{
    position: absolute;
    left: 0;
    bottom: 0;
    color:#fff;
    z-index: 1;
    padding: 0 10% 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 30%;
    justify-content: flex-end;
    text-align: center;
    transition:all .5s;
}
.solution_list1 .item .item_con .tit{
    line-height: 1.5;
    margin-top: 15px;
    max-width: 100%;
}
.solution_list1 .item .item_con:after{
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,.5),transparent);
    z-index: -1;
}
.solution_list1 .item .item_con .ico img{
    max-width: 80px;
}
.solution_list1 .item .item_hover{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: -100%;
    background: rgba(0,0,0,.7);
    z-index: 2;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color:#fff;
    transition:all .5s;
}
.solution_list1 .item .item_hover .tit{
    font-family: 'popsb';
    padding-top: 30px;
}
.solution_list1 .item .item_hover .tit:after{
    content:'';
    width: 60px;
    height: 3px;
    display: block;
    margin: 20px auto 10px;
    background: #fff;
}
.solution_list1 .item .item_hover .desc{
    margin-bottom: 50px;
}
.solution_list1 .item .item_img img{
    width: 100%;
}
.solution_list1 .item:hover .item_con{
    opacity: 0;
}
.solution_list1 .item:hover .item_hover{
    bottom: 0;
}

.solution_list2 .item{
    position: relative;
    overflow: hidden;
    display: block;
    width: 50%;
}
.solution_list2 .item .item_img img{
    width: 100%;
}
.solution_list2 .item .item_con{
    position: absolute;
    padding: 70px;
    left: 0;
    top: 0;
    color:#fff;
}
.solution_list2 .item .item_con .tit{
    font-family: 'popsb';
    margin-bottom: 50px;
}


/* case_list */

.case_list{
    position: relative;
}
.case_list .item .item_img img{
    height: 285px;
    width: 100%;
    object-fit: cover;
}
.case_list .item .item_con{
    padding-top: 30px;
}
.case_list .item .item_con .ico{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #bcbcbc;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .5s;
}
.case_list .item .item_con .tit{
    flex:1;
    min-width: 0;
    padding-right: 20px;
    transition:all .5s;
}
.case_list .item:hover .item_con .tit{
    color:var(--theme-color);
}
.case_list .item:hover .item_con .ico{
    border-color: var(--theme-color);
    color:#fff;
    background: var(--theme-color);
}
.case_list .arrow_switch{
    overflow: hidden;
    position:absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
}
.arrow_switch .progress{
    width: 90%;
}
.arrow_switch .progress .swiper-pagination{
    position: static;
    background: #f0f0f0;
}
.arrow_switch .progress .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: var(--theme-color);
}
.case_list .arrow_switch .arrow{
    position: absolute;
    right: 0;
    right: 0;
}
.case_list .arrow_switch .arrow>div{
    position: static;
    margin: 0;
    color:#aeaeae;
    padding: 0 30px;
}
.case_list .arrow_switch .arrow:before{
    content:'';
    width: 2px;
    height: 30px;
    background: #aeaeae;
    display: block;
    position: absolute;
    right: 58px;
    top: 6px;
}
.case_list .arrow_switch .arrow>div:after{
    font-size: 24px;
}
.case_list .arrow_switch .arrow>div:hover{
    color:var(--theme-color);
}

/* news */

.news_list_l{
    width: calc(50% - 20px);
    overflow: hidden;
    position: relative;
}
.news_list_l .item .item_img{
    position: relative;
}
.news_list_l .item .item_img img{
    height: 530px;
    width: 100%;
    object-fit: cover;
}
.news_list_l .item .item_img .name{
    height: 42px;
    position: absolute;
    left: 0;
    top: 50px;
    background: var(--theme-color);
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    color:#fff;
}
.news_list_l .item .item_con{
    border: 1px solid #ddd;
    padding: 30px 50px;
}
.news_list_l .item .item_con .tit{
    font-family: 'popsb';
    margin-bottom: 16px;
    height: 67px;
}
.news_list_l .item .item_con .info span{
    padding: 0 10px;
}
.news_list_l .swiper-pagination{
    right:45px;
    left: auto;
    width: auto;
    bottom: 30px;
}
.news_list_l .swiper-pagination .swiper-pagination-bullet-active{
    background:var(--theme-color);
}
.news_list_r{
    flex:1;
    min-width: 0;
    padding-left: 5%;
    display: flex;
    flex-direction: column;
}
.news_list_rt{
    position: relative;
}
.news_list_rt .name{
    height: 30px;
    position: absolute;
    left: 0;
    top: 20px;
    background: var(--theme-color);
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    color:#fff;
    z-index: 10;
    font-size: 14px;
}
.news_list_rt .imgs{
    overflow: hidden;
    position: relative;
}
.news_list_rt .imgs .item img{
    height: 150px;
    width: 100%;
    object-fit: cover;
}
.news_list_rt .imgs:before{
    content: '';
    display: block;
    width:150px;
    height: 100%;
    background: linear-gradient(to left,var(--theme-color) 20% , transparent);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
.news_list_rt .imgs .swiper-button-next:after{
    font-size: 30px;
    color:#fff;
}
.news_list_rt .tit{
    font-family: 'popsb';
    margin-top: 25px;
}

.news_list_rb{
    border: 1px solid #ddd;
    flex:1;
    min-width: 0;
    margin-top: 40px;
    padding: 30px;
}
.news_list_rb .j_tit h4{
    font-family: 'popsb';
    flex:1;
    min-width: 0;
}
.news_list_rb .j_tit a i{
    margin-left: 5px;
}
.news_list_rb .j_tit a:hover{
    color:var(--theme-color);
}
.news_list_rb .list .item{
    padding: 20px 0 20px 20px;
    display: block;
    border-bottom: 1px solid #ececec;
    position: relative;
    transition:all .5s;
    font-family: 'popm';
}
.news_list_rb .list .item:last-child{
    border-bottom: 0;
}
.news_list_rb .list .item:before{
    background: #3a3a3a;
    border-radius: 50%;
    content:'';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 30px;
    transition:all .5s;
}
.news_list_rb .list .item:hover{
    color:var(--theme-color);
}
.news_list_rb .list .item:hover:before{
    background: var(--theme-color);
}


/* get_touch_con */

.get_touch{
    background: #fff;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
}
.get_touch_con{
    position: relative;
}
.get_touch_con .img{
    width: 28.125%;
}
.get_touch_con .img img{
    width: 100%;
}

.get_touch_con .list{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px;
}
.get_touch_con .list p{
    color:#fff;
    font-size: 18px;
}
.get_touch_con .list p i{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--theme-color);
    font-size: 12px;
    color:#fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.get_touch .form{
    padding: 40px 60px;
    flex:1;
    min-width: 0;
}
.get_touch .form .j_tit h4 span{
    color:var(--theme-color);
}
.get_touch .form .input_box{
    width: 50%;
    padding-right: 20px;
}
.get_touch .form .input{
    margin-bottom: 30px;
}
.get_touch .form .info{
    flex:1;
    min-width: 0;
}
.get_touch .form input,.get_touch .form textarea{
    width: 100%;
    height: 60px;
    border: 1px solid #e1e2e6;
    padding: 15px 20px;
    line-height: 30px;
}
.get_touch .form textarea{
    height: 120px;
}
.get_touch .form .tip{
    font-size: 14px;
    color:#666;
}
.get_touch .form button{
    display: inline-flex;
    height: 50px;
    padding: 0 50px;
    background: var(--theme-color);
    border-radius: 100px;
    border: none;
    outline: none;
    cursor: pointer;
    color:#fff;
    align-items: center;
    font-size: 16px;
    margin-top: 15px;
    transition:all .5s;
}
.get_touch .form button:hover{
    opacity: .8;
}


/* public_message */
 .public_message_con {
    border-radius: 30px;
    background: #fff;
    margin-top: 70px;
    padding:70px;
}
.public_message_con .cover {
    width: 40%;
    height: 500px;
    background: #f6f6f6;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.public_message_con .cover img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.public_message_con .page_contact2_form {
    background: transparent;
}
.public_message_con .page_contact2_form .input_box .input input, .public_message_con .page_contact2_form textarea {
    border:1px solid #ddd;
}
/* footer */

.footer {
    background: #323232;
    color:#fff;
}
.footer a{
    color:#fff;
    transition:all .5s;
}
.footer a:hover{
    color:var(--theme-color)!important;
}
.footer_hd{
    border-bottom: 2px solid #5b5b5b;
}
.footer_hd .f_logo{
    width: 25%;
}
.footer_hd .f_logo img{
    padding-bottom: 35px;
}
.footer_hd .f_logo p{
    font-size: 18px;
    margin-bottom: 10px;
}
.footer_hd .f_logo span{
    color:#bdbdbd;
    text-transform: uppercase;
    width: 100px;
    display: inline-block;
}
.footer_hd .f_logo .follow_list{
    padding-top: 30px;
}
.footer_hd .f_menu{
    flex:1;
    min-width: 0;
}
.footer_hd .f_menu .item{
    flex:1;
    padding: 0 25px;
}
.footer_hd .f_menu a{
    display: block;
}
.footer_hd .f_menu a.a1{
    padding-bottom: 10px;
}
.footer_hd .f_menu a.a2{
    color:#cacaca;
    margin-top: 10px;
    line-height: 1.4;
}
.footer_copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color:#b9b9b9;
    padding: 26px 0; 
}



.footer_message {
    width:40%;
}
.footer_message .form .input_box {
    margin:0 -10px;
}
.footer_message .form .input {
    padding:0 10px;
    flex:1;
}
.footer_message .form input, .footer_message .form textarea {
    border-radius: 200px;
    height: 45px;
    outline: none;
    border: none;
    border-bottom: 1px solid #bbb;
    font-size:14px;
    padding:15px 0;
    width: 100%;
    line-height: 25px;
    border-radius: 0;
    background: transparent;
    margin-bottom: 10px;
}
.footer_message .form textarea {
    height: 100px;
}
.footer_message .form .button {
    margin-top: 15px
}
.footer_message .form button, .footer_message .form .button a {
    border:none;
    outline: none;
    width:180px;
    height: 45px;
    border-radius:5px;
    background: var(--theme-color);
    color:#fff;
    cursor: pointer;
    font-size:16px;
    transition:all .3s;
    font-family:'PoppinsMedium';
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_message .form .button a {
    background: #333;
    margin-left: 20px;
}
.footer_message .form .button a:hover {
    text-decoration: none;
}
.footer_message .form button:hover, .footer_message .form .button a:hover {
    opacity: .8;
}


/* page_banner */
.page_banner {
    margin-top:116px;
    position: relative;
}
.page_banner .img img {
    width: 100%;
}
.page_banner_con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#fff;
}
.page_banner_con .info {
    width: 100%;
    text-align: center;
}
.page_banner_con .tit {
    text-transform: capitalize;
}
.page_banner_con .subtit {
    margin-top:20px;
}
.page_banner_con .search{
    display: flex;
    justify-content: center;
}
.page_banner_con .search .input{
    width: 600px;
    height: 60px;
    border: none;
    outline: none;
    font-size: 16px;
    padding: 0 20px;
}
.page_banner_con .search .input::placeholder{
    color:#999;
}
.page_banner_con .search button{
    width: 130px;
    height: 60px;
    display: flex;
    justify-content: center;
    color:#fff;
    background: var(--theme-color);
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}
.page_banner_con .search button i{
    font-size: 16px;
    margin-right: 8px;
}
.page_banner_con .search button:hover{
    opacity: .8;
}

.page_banner_con .pos {
    text-transform: capitalize;
    position: absolute;
    bottom: 10px;
    font-size: 14px;
}
.page_banner_con .pos a {
    padding: 0 3px;
}

.page_banner_menu{
    border-bottom: 1px solid #f1f1f1;
    padding: 30px 0;
    justify-content:space-evenly;
    position: relative;
}
.page_banner_menu .item{
    display: block;
    position: relative;
    transition:all .5s;
}
.page_banner_menu .item:after{
    width: 0;
    height: 2px;
    display: block;
    content: '';
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom: -31px;
    transition:all .5s;
}
.page_banner_menu .item.cur,.page_banner_menu .item:hover{
    color:var(--theme-color);
}
.page_banner_menu .item.cur:after{
    width: 100%;
}
.page_banner_menu span{
    height: 30px;
    width: 1px;
    display: block;
    background: #e3e3e3;
}
.page_banner_menu span:last-child{
    display: none;
}
.page_banner_menu .item.cur .submenu{
    display:flex;
    flex-wrap: wrap;
}
.page_banner_menu .submenu{
    position: absolute;
    left: 0;
    bottom: -100px;
    width: 100%;
    display: none;
    justify-content:center;
    
}

.page_solution_menu.page_banner_menu .item:after{
    display: none;
}
.page_solution_menu .item{
    position: static;
}
.page_solution_menu.page_banner_menu .jy{
    display: block;
    border: 1px solid #e1e1e1;
    padding: 10px 20px;
    color:#333;
    transition:all .5s;
    margin:10px;
}
.page_solution_menu.page_banner_menu .jy.cur,.page_solution_menu.page_banner_menu .jy:hover{
    border-color: var(--theme-color);
    color:var(--theme-color);
}

.page_banner_submenu{
    margin: 0 -30px;
    border-bottom: 1px solid #dfdfdf;
    justify-content: space-between;
}
.page_banner_submenu .item{
    padding: 0 30px 20px;
    flex-direction: column;
    text-align: center;
    position: relative;
}
.page_banner_submenu .item:after{
    content:'';
    display: block;
    width: 0;
    transition:all .5s;
    height: 2px;
    background: var(--theme-color);
    bottom: 0;
    left: 0;
    position: absolute;
}
.page_banner_submenu .item:before{
    content:'';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 0 solid var(--theme-color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:-8px;
    transition:all .5s;
}
.page_banner_submenu .item .tit{
    transition:all .5s;
}
.page_banner_submenu .item.cur .ico img{
    filter: invert(58%) sepia(32%) saturate(632%) hue-rotate(75deg) brightness(97%) contrast(87%);
}
.page_banner_submenu .item.cur:after{
    width: 100%;
}
.page_banner_submenu .item.cur .tit,.page_banner_submenu .item:hover .tit{
    color:var(--theme-color);
}
.page_banner_submenu .item.cur:before{
    border-top-width:8px;
}


.pt80b100 {
    padding-top: 80px;
    padding-bottom: 100px;
}
.inner_pos {
    padding-top: 20px;
    color:#999;
    font-size:18px;
    text-transform: capitalize;
}
.inner_pos a {
    color:#999;
    padding: 0 3px;
}
.inner_pos a:first-child {
    padding-left: 0;
}
.inner_pos a:last-child {
    color:#333;
}
.inner_pos a:hover {
    color:var(--theme-color);
}
/* page_product_menu */
 .page_product_menu {
    width: 36.25%;
    padding-right: 5%;
}
.page_product_menu .item{
    padding-left: 36px;
    position: relative;
    cursor: pointer;
    margin: 10px 0;
}
.page_product_menu .item:before{
    content:'';
    background: #aeaeae;
    display: block;
    position: absolute;
    left: 9px;
    top: 15px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    transition:all .5s;
}
.page_product_menu .item:after{
    width: 23px;
    height: 23px;
    display: block;
    content:'';
    position: absolute;
    left: 0;
    top: 6px;
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    transition:all .5s;
    opacity: 0;
}
.page_product_menu .item:hover:before,.page_product_menu .item.cur:before{
    background: var(--theme-color);
}
.page_product_menu .item:hover:after,.page_product_menu .item.cur:after{
    opacity: 1;
}
.page_product_menu .item:hover{
    text-decoration: underline;
    color:var(--theme-color);
}
.page_product_menu .item h4{
    position: relative;
    display: inline-block;
}
.page_product_menu .item h4:after{
    width:0;
    content:'';
    display: block;
    height: 1px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    bottom: 0;
    transition:all .5s;
}
.page_product_menu .item:hover h4,.page_product_menu .item.cur h4{
    color:var(--theme-color);
}
.page_product_menu .item:hover h4:after,.page_product_menu .item.cur h4:after{
    width: 100%;
}


/* page_product_list */

.page_product_list{
    margin: -10px;
}
.page_product_list .list .item{
    display: block;
    width: 25%;
    padding: 10px;
}
.page_product_list .list .item a{
    display: block;
    background: #fff;
    padding: 40px;
}
.page_product_list .list .item .item_tit{
    position: relative;
}
.page_product_list .list .item .item_tit .tit{
    font-family: 'popsb';
    text-align: center;
    transition:all .5s;
    height: 67px;
}
.page_product_list .list .item .item_tit .ico{
    position: absolute;
    right: -12px;
    bottom: -45px;
    z-index: 2;
}
.page_product_list .list .item .item_img{
    margin:25px 0;
    aspect-ratio: 1 / 1;
}
.page_product_list .list .item .item_con{
    justify-content: center;
    color:#666;
    transition:all .5s;
}
.page_product_list .list .item .item_con img{
    margin-right: 12px;
    display: block;
    transition:all .5s;
}
.page_product_list .list .item .item_con span{
    line-height: 23px;
}
.page_product_list .list .item a:hover .item_tit .tit{
    color:var(--theme-color);
}
.page_product_list .list .item a:hover .item_con{
    color:var(--theme-color);
}
.page_product_list .list .item a:hover .item_con img{
    filter: invert(58%) sepia(32%) saturate(632%) hue-rotate(75deg) brightness(97%) contrast(87%);
}




/* 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);
}

/* page_about1 */

.page_about_panel1_wrap{
    background: url("../images/bg2.png") no-repeat left top 60px;
}

.page_about_panel1_left .tit_box3,.page_about_panel1_right .j_tit_w{
    width: 55%;
    padding-right: 5%;
}

.page_about_panel1_left .con p{
    padding-left: 32px;
    background: url(../images/ico1.png) no-repeat left center;
    margin-top: 15px;
}
.page_about_panel1_left .desc{
    flex:1;
    min-width: 0;
}
.page_about_panel1_right{
    flex:1;
    min-width: 0;
}
.page_about_panel1_right .j_tit_w{
    
}
.page_about_panel1_right .img{
    height: auto;
    position: relative;
}
.page_about_panel1_right .img .play{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}


/* page_about_panel2 */

.page_about_panel2_wrap{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page_about_panel2{
    color:#fff;
}
.page_about_panel2 .num_list{
    justify-content: space-between;
}
.page_about_panel2 .num_list .item .num{
    font-size: 90px;
}
.page_about_panel2 .num_list .item .num em{
    font-size: 60px;
    vertical-align: top;
    line-height: 1;
}

/* page_about_panel3_list */

.page_about_panel3_list .swiper1{
    
    overflow: hidden;
    position: relative;
}
.page_about_panel3_list .swiper1:before{
    content:'';
    position: absolute;
    border-top: 2px dashed #e2e2e2;
    width: 100%;
    top: 10px;
    left: 0;
}
.page_about_panel3_list .swiper1 .item{
    text-align: center;
    padding-top: 35px;
    position: relative;
    cursor: pointer;
}
.page_about_panel3_list .swiper1 .item:before{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    content:'';
    display: block;
    background: #28292b;
    position: absolute;
    top: -10px;
    top: 7px;
    left: 50%;
    z-index: 2;
}
.page_about_panel3_list .swiper1 .item:after{
    content:'';
    display: block;
    width: 19px;
    height: 19px;
    border: 1px solid #a1a1a1;
    position: absolute;
    left: calc(50% - 6px);
    top: 0;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
}
.page_about_panel3_list .swiper1 .swiper-slide-thumb-active .item{
    color:var(--theme-color);
}
.page_about_panel3_list .swiper1 .swiper-slide-thumb-active .item:before{
    background: var(--theme-color);
}
.page_about_panel3_list .swiper1 .swiper-slide-thumb-active .item:after{
    border-color: var(--theme-color);
}
.page_about_panel3_list .swiper2{
    overflow: hidden;
}
.page_about_panel3_list .swiper2 .item .item_img{
    width: 46%;
    max-height:450px;
    overflow: hidden;
}
.page_about_panel3_list .swiper2 .item .item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_about_panel3_list .swiper2 .item .item_con{
    flex:1;
    min-width: 0;
    padding-left: 6%;
}
.page_about_panel3_list .swiper2 .item .item_con .tit{
    font-family: 'popsb';
    border-bottom: 1px solid #d5d5d5;
    padding-bottom:10px;
    margin-bottom: 25px;
}
.page_about_panel3_list .swiper2 .item .item_con .desc{
    max-height: 360px;
    overflow-y: auto;
}
.page_about_panel3_list .public_arrow .swiper-button-prev,.page_about_panel3_list .public_arrow .swiper-button-next{
    border-color: #5b5b5b;
    color:#5b5b5b;
}
.page_about_panel3_list .public_arrow .swiper-button-prev:hover,.page_about_panel3_list .public_arrow .swiper-button-next:hover{
    border-color: var(--theme-color);
    color:#fff;
}


/* page_about_panel4_wrap */

.page_about_panel4_wrap{
    background: #f5f5f5;
}

.page_about_panel4_list{
    height: 220px;
    overflow: hidden;
}
.page_about_panel4_list .swiper-slide{
    height: calc((100% - 30px) / 2) !important;
}
.page_about_panel4_list .item{
    padding: 10px;
    background: #fff;
}
.page_about_panel4_list_w.public_arrow .swiper-button-prev,.page_about_panel4_list_w.public_arrow .swiper-button-next{
    border-color: #8e8e8e;
    color:#8e8e8e;
}
.page_about_panel4_list_w.public_arrow .swiper-button-prev:hover,.page_about_panel4_list_w.public_arrow .swiper-button-next:hover{
    border-color: var(--theme-color);
    color:#fff;
}



/* page_industrial_layout_panel1_con */

.page_industrial_layout_panel1_con{
    width: 50%;
}
.page_industrial_layout_panel1_con .con{
    font-size: 18px;
}
.page_industrial_layout_panel1_con .con p{
    padding-left: 32px;
    background: url("../images/ico1.png") no-repeat left center;
    margin-top: 15px;
}
.page_industrial_layout_panel1_img{
    flex:1;
    min-width: 0;
    position: relative;
    right: -5%;
}


/* page_industrial_layout_panel2_wrap */

.page_industrial_layout_panel2_wrap{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page_industrial_layout_panel2{
    color:#fff;
}


.page_industrial_layout_panel3_con{
    width: 35.625%;
}
.page_industrial_layout_panel3_con .list{
    justify-content: space-between;
}
.page_industrial_layout_panel3_con .item .num{
    font-family: var(--theme-font);
}
.page_industrial_layout_panel3_con .item .num span{
    font-size: 90px;
    line-height: 1;
}
.page_industrial_layout_panel3_con .item .num em{
    font-size: 70px;
    line-height: 1;
    vertical-align: top;
}


.page_industrial_layout_panel3_img{
    flex:1;
    min-width: 0;
    position: relative;
    right: -5%;
}


/* page_culture_panel1_list */

.page_culture_panel1_list .hd{
    display: flex;
    margin-bottom: 40px;
    border-bottom: 1px solid #f3f3f3;
    justify-content: space-between;
}
.page_culture_panel1_list .hd .item{
    padding: 0 30px 25px;
    cursor: pointer;
    position: relative;
    transition: all .5s;
}
.page_culture_panel1_list .hd .item:after{
    content:'';
    width: 0;
    transition: all .5s;
    height: 3px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.page_culture_panel1_list .hd .item.cur,.page_culture_panel1_list .hd .item:hover{
    color:var(--theme-color);
}
.page_culture_panel1_list .hd .item.cur:after{
    width: 100%;
}

.page_culture_panel1_list .bd{
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.page_culture_panel1_list .bd .item{
    display: none;
    width: 45%;
    color:#fff;
}
.page_culture_panel1_list .bd .item:first-child{
    display: block;
}
.page_culture_panel1_list .bd .item .tit{
    margin: 30px 0 20px;
    font-family: var(--theme-font);
}
.page_culture_panel1_list .bd .item .desc h4{
    font-size: 24px;
}
.page_culture_panel1_list .bd .item .desc h4:after{
    content: '';
    width: 80px;
    height: 4px;
    background: #fff;
    display: block;
    margin: 40px 0 30px;
}
.page_culture_panel1_list .bd .item .desc p{
    font-size: 18px;
}


/* page_culture_panel2_list */

.page_culture_panel2_wrap{
    position: relative;
    z-index: 1;
}
.page_culture_panel2_list{
    position: relative;
    overflow: hidden;
}
.page_culture_panel2_list .item .item_img{
    width: 50%;
}
.page_culture_panel2_list .item .item_con{
    flex:1;
    min-width: 0;
    padding-left: 5%;
}
.page_culture_panel2_list .item .item_con .tit{
    font-family: var(--theme-font);
    margin: 10px 0 30px;
    transition:all .5s;
}
.page_culture_panel2_list .item:hover .item_con .tit{
    color:var(--theme-color);

}
.page_culture_panel2_list .arrow{
    position: absolute;
    left: 55%;
    bottom: 50px;
}
.page_culture_panel2_list .swiper-button-next,.page_culture_panel2_list .swiper-button-prev{
    position: static;
    margin: 0;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #8e8e8e;
    display: flex;
    justify-content:center;
    align-items: center;
    margin-right: 23px;
    color:#8e8e8e;
    transition:all .5s;
}
.page_culture_panel2_list .swiper-button-next:after,.page_culture_panel2_list .swiper-button-prev:after{
    font-size: 18px;
}

.page_culture_panel2_list .swiper-button-next:hover,.page_culture_panel2_list .swiper-button-prev:hover{
    border-color: var(--theme-font);
    color:#fff;
    background: var(--theme-color);
}


/* page_honor_panel1_wrap */

.page_honor_panel1_wrap{
    background: url("../images/bg4.jpg") no-repeat center bottom;
    background-size: cover;
}
.page_honor_panel1_data{
    justify-content:space-around;
}
.page_honor_panel1_data .item{
    
}
.page_honor_panel1_data .item .num span{
    font-size: 90px;
    font-family: var(--theme-font);
    line-height: 1;
}
.page_honor_panel1_data .item .num em{
    font-family:var(--theme-font);
    font-size: 70px;
    line-height: 1;
    vertical-align: top;
}


/* page_honor_panel1_list */

.page_honor_panel1_list{
    justify-content: space-around;
}
.page_honor_panel1_list .item_w{
    padding: 30px 25px;
}
.page_honor_panel1_list .item{
    position: relative;
    
}
.page_honor_panel1_list .item .tit{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    text-align: center;
    flex-direction: column;
}
.page_honor_panel1_list .item .tit h4{
    color:var(--theme-color);
    font-weight: bold;
}
.page_honor_panel1_list .item_w:nth-child(-n+4){
    padding: 30px 50px;
}

/* page_honor_panel2_wrap */

.page_honor_panel2_wrap{
    height: 790px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.page_honor_panel2{
    width: 40%;
}


/* page_honor_panel3_wrap */

.page_honor_panel3_wrap{
    background: url("../images/bg5.png") no-repeat center;
}
.page_honor_panel3_list{
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}
.page_honor_panel3_list .item{
    background: #f8f8f8;
    padding: 30px;
}
.page_honor_panel3_list .item .img img{
    width: 100%;
}
.page_honor_panel3_list .item .tit{
    text-align: center;
    padding-top: 10px;
}
.page_honor_panel3_list .swiper-pagination-bullet-active{
    background: var(--theme-color);
}


/* page_social_responsibility_panel2_wrap */

.page_social_responsibility_panel2_wrap{
    height: 920px;
    background-size: 100%;
}

/* page_service_panel1_con */

.page_service_panel1_con{
    
}
.page_service_panel1_con .img{
    width: 50%;
}
.page_service_panel1_con .con{
    padding:30px 0 30px 5%;
    flex:1;
    min-width: 0;
}
.page_service_panel1_con .con h4{
    font-family: var(--theme-font);
    font-size: 30px;
}
.page_service_panel1_con .con p{
    font-size: 18px;
    margin-top: 25px;
}

.page_service_panel1_list{
    margin: 0 -70px;
}
.page_service_panel1_list .item{
    flex:1;
    padding: 0 70px;
}
.page_service_panel1_list .item .tit{
    font-family: 'popsb';
    margin: 20px 0 30px;
}

/* page_service_panel2_list */

.page_service_panel2{
    color:#fff;
}
.page_service_panel2_list{
    margin: 0 -25px;
}
.page_service_panel2_list .item_w{
    padding: 0 25px;
    width: 33.333%;
}
.page_service_panel2_list .item{
    padding: 60px 40px;
    border: 1px solid var(--theme-color);
    height: 100%;
}
.page_service_panel2_list .item .tit{
    font-family: 'popsb';
}
.page_service_panel2_list .item .tit:after{
    width: 58px;
    height: 3px;
    background: #fff;
    display: block;
    content:'';
    display: block;
    margin: 30px auto 20px;
}

/* page_service_panel3_list */

.page_service_panel3_list{
    margin: 0 -25px;
}
.page_service_panel3_list .item{
    padding: 0 25px;
    width: 33.333%;
}
.page_service_panel3_list .item .tit{
    font-family:var(--theme-font);
    margin: 40px 0 30px;
}
.page_service_panel3_list .item .desc p{
    position: relative;
    padding-left: 20px;
    margin-top: 15px;
}
.page_service_panel3_list .item .desc p:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: var(--theme-color);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}


.page_service_panel4_list{
    margin: 0 -11px;
}
.page_service_panel4_list .item_w{
    padding: 0 11px;
}
.page_service_panel4_list .item{
    padding: 70px 24px;
    background: rge6e6e6ba(87,165,78,.1);
}


/* page_service_panel5_con */

.page_service_panel5_img{
    width: 62.5%;
}
.page_service_panel5_img img{
    width: 100%;
}
.page_service_panel5_con{
    width: 32%;
    padding-left: 50px;
}
.page_service_panel5_con .item{
    border: 1px solid #e6e6e6;
    width: 100%;
    padding:30px;
    margin-bottom: 40px;
}
.page_service_panel5_con .item h4{
    font-size: 24px;
    font-family: 'popsb';
}
.page_service_panel5_con .item h4 em{
    color:var(--theme-color);
}
.page_service_panel5_con .item p{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.page_service_panel5_con .item p em{
    display: block;
    width: 25%;
    padding:3px 14px;
    position: relative;
}
.page_service_panel5_con .item p em:before{
    content:'';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
}


/* page_case_list */

.page_case_w{
    background: url("../images/bg5.png") no-repeat center top 50px;
}
.page_case_list .list{
    margin: -17px;
}
.page_case_list .item{
    padding: 17px;
    width: 33.3333%;
}
.page_case_list .item a{
    background: #fff;
    display: block;
}

.page_case_contact_wrap{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 15px;
}
.page_case_contact{
    flex-direction: column;
    color:#fff;
}
.page_case_contact .desc{
    margin: 25px 0 70px;
}
.page_case_list.page_seach_list .item a{
    padding: 30px;
}
.page_case_list.page_case_list .item .item_img{
    text-align: center;
}

/* page_industry_solution_list_hd */

.page_industry_solution_list_hd{
    justify-content: space-between;
    margin: 0 -30px;
}
.page_industry_solution_list_hd .item{
    display: block;
    cursor: pointer;
    padding: 0 30px;
    text-align: center;
}
.page_industry_solution_list_hd .item.cur,.page_industry_solution_list_hd .item:hover{
    color:var(--theme-color);
}
.page_industry_solution_list_hd .item:after{
    width:0;
    height: 2px;
    background: var(--theme-color);
    content:'';
    display: block;
    margin-top: 5px;
    transition:all .5s;
}
.page_industry_solution_list_hd .item.cur:after{
    width: 100%;
}
.spage_industry_solution_list_bd .item_w{
    display: none;
}
.spage_industry_solution_list_bd .item_w:first-child{
    display: block;
}
.spage_industry_solution_list_bd .item{
    background: #f3f3f3;
}

.spage_industry_solution_list_bd .item .item_img{
    width: 50%;
    overflow: hidden;
}
.spage_industry_solution_list_bd .item .item_img img{
    width: 100%;
}
.spage_industry_solution_list_bd .item .item_con{
    flex:1;
    min-width: 0;
    background: #f3f3f3;
    padding: 60px 8% 60px 100px;
}
.spage_industry_solution_list_bd .item .item_con .tit{
    font-family: 'popsb';
}
.spage_industry_solution_list_bd .item .item_con .desc{
    margin: 40px 0 60px;
}




/* 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:45%;
    position: relative;
}
.pd_detail_hd .pics .mySwiper2{
    height:620px;
    margin:0;
    overflow: hidden;
    border-radius:5px;
    position: relative;
    border: 1px solid #ddd;
}
.pd_detail_hd .pics .mySwiper2 .swiper-pagination-bullet{
    width: 30px;
    height: 3px;
    background: #9f9f9f;
    border-radius: 0;
    opacity: 1;
}
.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;
    padding: 15px;
}
.pd_detail_hd .pics .mySwiper2 .img img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.pd_detail_hd .pics .mySwiper2 .swiper-button-prev,.pd_detail_hd .pics .mySwiper2 .swiper-button-next{
    color:var(--theme-color);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
    transition:all .5s;
}
.pd_detail_hd .pics .mySwiper2 .swiper-button-prev:after,.pd_detail_hd .pics .mySwiper2 .swiper-button-next:after{
    font-size: 24px;
}
.pd_detail_hd .pics .mySwiper2 .swiper-button-prev:hover,.pd_detail_hd .pics .mySwiper2 .swiper-button-next:hover{
    background: var(--theme-color);
    color:#fff;
}


.pd_detail_hd .pics .mySwiper1_w{
    padding:20px 0;
}
.pd_detail_hd .pics .mySwiper{
    overflow: hidden;
    height: 100%;
}

.pd_detail_hd .pics .mySwiper .swiper-slide .img{
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #fff;
    overflow: hidden;
    height:120px;
    width: 100%;
    padding: 10px;
}
.pd_detail_hd .pics .mySwiper .swiper-slide.swiper-slide-thumb-active .img{
    border:1px solid var(--theme-color);
    
}
.pd_detail_hd .pics .mySwiper .swiper-slide .img img{
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.pd_detail_hd .pics .mySwiper1_w .swiper-button-next,.pd_detail_hd .pics .mySwiper1_w .swiper-button-prev{
    z-index: 99;
    width:72px;
    height: 72px;
    border-radius:3px;
    opacity: 1;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -13%;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next:after,.pd_detail_hd .pics .mySwiper1_w .swiper-button-prev:after{
    font-size:24px;
    font-weight: bold;
}

.pd_detail_hd .pics .mySwiper1_w .swiper-button-prev{
    
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next{
    
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next:hover,.pd_detail_hd .pics .mySwiper1_w .swiper-button-prev:hover{
    background: var(--theme-color);
    color:#fff;
}


.pd_detail_hd .infos{
    flex: 1;
    padding-left:6%;
    min-width: 0;
}
.pd_detail_hd .infos h3{
    font-weight: normal;
    margin-top: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.pd_detail_hd .infos h5{
    margin: 10px 0 0;
    color:#888;
}
.pd_detail_hd .infos .name{
    font-family: 'popsb';
}
.pd_detail_hd .infos .desc{
    color:#333;
    margin:10px 0 0;
    line-height: 1.8;
    height: 160px;
    overflow-y: scroll;
}
.pd_detail_hd .infos .desc span{
    padding-left: 5px;
}

.pd_detail_hd .infos .btns .btn{
    align-items: center;
    text-transform: capitalize;
    line-height: 1;
    display: flex;
    color:var(--theme-color);
    height:55px;
    padding:0 30px;
    border-radius: 100px;
    font-size: 18px;
    cursor: pointer;
    border: 2px solid var(--theme-color);
    transition:all .5s;
    margin-right: 20px;
}
.pd_detail_hd .infos .btns .btn1{
    background: var(--theme-color);
    color:#fff;
}
.pd_detail_hd .infos .btns .btn i{
    font-size:22px;
    line-height: 1;
    vertical-align: middle;
    margin-left: 6px;
    display: inline-block;
}
.pd_detail_hd .infos .btns .ico{
    width: 55px;
    height: 55px;
    border: 1px solid var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left:10px;
    transition:all .4s;
    color:var(--theme-color);
}
.pd_detail_hd .infos .btns .ico i{
    font-size: 24px;
}

.pd_detail_hd .infos .btns .btn:hover{
    background: var(--theme-color);
    color:#fff;
    opacity: .8;
}
.pd_detail_hd .infos .share h4{
    margin-right: 15px;
}


.pd_detail_intro{
    background: #fff;
}

.pd_detail_intro_tit{
    text-align: center;
    margin-top:80px;
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
    z-index: 50;
    display: flex;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background: #fff;
    font-family: 'popsb';
    font-size: 26px;
}
.pd_detail_intro_tit .item{
    flex:1;
    cursor: pointer;
    line-height: 1.5;
    height:88px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.pd_detail_intro_tit .item i{
    font-size: 24px;
    margin-right: 10px;
}
.pd_detail_intro_tit .item.cur{
    background: var(--theme-color);
    color:#fff;
}
.pd_detail_intro_tit .item.cur:after{
    width: 100%;
}




.pd_detail_intro1{
    
}
.pd_detail_intro1 .imgs{
    width: 50%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.pd_detail_intro1 .list{
    flex:1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap:20px;
    padding-right:40px;
}
.pd_detail_intro1 .list .item{
    background: #f5f5f5;
    padding: 15px 50px 15px 60px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.pd_detail_intro1 .list .item .num{
    position: absolute;
    left: 3px;
    top:90%;
    z-index: 1;
    height: 100%;
    color:#fff;
    font-size:18px;
    font-family: 'PoppinsMedium';
    transform: translateY(-50%);
}
.pd_detail_intro1 .list .item .num:after{
    content:'';
    display: block;
    width: 50px;
    height: 50px;
    background: var(--theme-color);
    position: absolute;
    left:-20px;
    top:-10px;
    border-radius: 50%;
    z-index: -1;
}
.pd_detail_intro1 .list .item .tit{
    font-size:26px;
    color:#333;
}
.pd_j_tit{
    height: 76px;
    background: var(--theme-color);
    padding: 0 30px;
    display: flex;
    align-items: center;
    font-family: 'popsb';
    color:#fff;
}
.pd_detail_intro1 .con{
    padding-top: 30px;
}
.pd_detail_intro2 table tr td{
    padding:5px 10px;
    border: 2px dashed #999;
}
.pd_detail_intro2 table tr p{ line-height:36px!important; background:none!important;}
.pd_detail_intro2 table tr:nth-child(2n+1){ background:#f5f7f9;}
.pd_detail_intro2 table tr:nth-child(2n+1){ background:#e1eaf0;}
.pd_detail_intro2 table tr:hover{ background:var(--theme-color); color:#fff;}

.pd_detail_intro3 .page_contact1_con .b_list .list .item{
    margin-bottom: 20px;
}



/* page_related_products */
 .page_related_products {
}
.page_related_products .list {
    margin: -12px;
}
.page_related_products .list .item {
    width: 25%;
    padding: 12px;
}
.page_related_products .list .item a{
    border: 1px solid #d8d8d8;
    display: block;
    padding: 40px;
    border-radius: 15px;
    transition:all .5s;
    background-color: #fff;
}
.page_related_products .list .item .item_con .tit{
    margin: 20px 0;
    height: 64px;
}
.page_related_products .list .item .item_con .btn{
    height: 40px;
    line-height: 38px;
    width: 120px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 100px;
    transition:all .5s;
}
.page_related_products .list .item a .img img{
    width: 100%;
}
.page_related_products .list .item a:hover{
    border-color: var(--theme-color);
}
.page_related_products .list .item a:hover .item_con .btn{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}

/* product_detail */
 .j_pd_detail {
    background: #e4e7ea;
    padding:80px 0 50px;
}
.j_pd_detail_con {
    padding-top: 60px;
}
.j_pd_detail_hd_img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.j_pd_detail_hd .infos {
    flex: 1;
    padding:0 0 0 5%;
    min-width: 0;
}
.j_pd_detail_hd .infos h1 {
    font-size:48px;
    line-height: 1.2;
    color:var(--theme-color);
    font-family:'RobotoBold';
}
.j_pd_detail_hd .infos .desc {
    font-size:18px;
    margin:35px 0 50px;
}
.j_pd_detail_hd .infos .desc p {
    padding-left: 25px;
    position: relative;
    margin-bottom: 6px;
}
.j_pd_detail_hd .infos .desc p:before {
    content:'';
    display: block;
    width: 13px;
    height: 8px;
    background: url("../images/arrow.png") no-repeat;
    position: absolute;
    left: 0;
    top: 10px;
}
.j_pd_detail_hd .infos .list {
    display: flex;
    margin:0 -16px;
}
.j_pd_detail_hd .infos .list .item {
    padding:0 16px;
}
.j_pd_detail_hd .infos .list .item .img {
    border-radius: 50%;
    border:2px solid var(--theme-color);
    overflow: hidden;
}
.j_pd_detail_hd .infos .btns {
    margin-top:100px;
}
.j_pd_detail_hd .infos .btns .btn {
    display: flex;
    align-items: center;
    height:45px;
    width: 240px;
    background: var(--subtheme-color);
    color:#fff;
    justify-content: center;
    text-transform: capitalize;
    border-radius: 100px;
    transition:all .4s;
    font-family:'RobotoBold';
}
.j_pd_detail_hd .infos .btns .btn i {
    color:#fff;
    font-size:20px;
    margin-right: 8px;
    transition:all .3s;
}
.j_pd_detail_hd .infos .btns .btn:hover {
    background: var(--theme-color);
}
/* pdd_tit_box */
 .pdd_tit_box {
    text-align: center;
    padding: 60px 0 30px;
}
.pdd_tit_box .tit {
    font-size:45px;
    font-family:'RobotoMedium';
    text-transform: uppercase;
    line-height: 1.2;
}
.pdd_tit_box .desc {
    font-size:18px;
}
.j_pd_detail_introduction .desc {
    font-size:18px;
}
.j_pd_detail_introduction .desc p {
    margin-bottom: 6px;
}
.j_pd_detail_introduction .list {
    position: relative;
    overflow: hidden;
    padding:80px 0 100px;
}
.j_pd_detail_introduction .list .item {
    border-radius: 15px;
    overflow: hidden;
}
.j_pd_detail_introduction .list .item .img img {
    width: 100%;
}
.j_pd_detail_introduction .list .arrow {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.j_pd_detail_introduction .list .swiper-button-next, .j_pd_detail_introduction .list .swiper-button-prev {
    position: initial;
    height:40px;
    width: 40px;
    border-radius: 50%;
    background: #bbb;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    margin-top: 0;
    margin:0 10px;
}
.j_pd_detail_introduction .list .swiper-button-next:after, .j_pd_detail_introduction .list .swiper-button-prev:after {
    font-size:18px;
    font-weight: bold;
}
.j_pd_detail_introduction .list .swiper-button-next:hover, .j_pd_detail_introduction .list .swiper-button-prev:hover {
    background: var(--theme-color);
}
/* page_support_download_list */
 .page_support_download_list {
    padding-bottom: 80px;
}
.page_support_download_list .list_item {
    padding:50px 0;
    border-bottom: 1px solid #666;
}
.page_support_download_list .list_item .menu {
    line-height: 1;
    transition:all .4s;
    cursor: pointer;
}
.page_support_download_list .list_item .menu h4 {
    font-size:54px;
    font-family:'RobotoMedium';
    flex:1;
    line-height: 1;
}
.page_support_download_list .list_item .menu i {
    font-size:36px;
    transform: rotate(45deg);
    transition:all .4s;
}
.page_support_download_list .list_item .menu:hover {
    color:var(--theme-color);
}
.page_support_download_list .list_item .menu.cur i {
    transform: rotate(0deg);
}
.page_support_download_list .list_item .list_wrap {
    padding-top: 20px;
    display: none;
}
.page_support_download_list .list_item .list {
    margin:-12px;
    padding-top: 20px;
}
.page_support_download_list .list_item .list a {
    width: 33.333%;
    padding:12px;
}
.page_support_download_list .list_item .list .item {
    background: #fff;
    padding:30px 40px 20px;
    transition:all .4s;
    border-radius: 10px;
}
.page_support_download_list .list_item .list .item h4 {
    font-size:24px;
    line-height: 1.3;
    height: 94px;
}
.page_support_download_list .list_item .list .item .name_btn {
    margin-top: 30px;
}
.page_support_download_list .list_item .list .item .name_btn .name {
    flex:1;
    font-size:14px;
}
.page_support_download_list .list_item .list .item .name_btn i {
    font-size:30px;
}
.page_support_download_list .list_item .list .item:hover {
    background: var(--theme-color);
    color:#fff;
}
/* page_support_cases_list */
 .page_support_cases_list {
    padding-bottom:100px;
}
.page_support_cases_list .list {
    margin:-12px;
}
.page_support_cases_list .list a {
    width: 33.333%;
    padding:12px;
}
.page_support_cases_list .list .item .item_img {
    border-radius: 10px;
    overflow: hidden;
}
.page_support_cases_list .list .item .item_con {
    padding:20px 0;
}
.page_support_cases_list .list .item .item_con .time {
    color:#666;
    font-size:14px;
    line-height: 1;
}
.page_support_cases_list .list .item .item_con .tit {
    font-size:20px;
    line-height: 1.4;
    margin-top: 10px;
    height: 56px;
}
.page_support_cases_list .list .item .item_con .tag {
    height: 32px;
    border:1px solid #666;
    padding:0 15px;
    display: inline-block;
    border-radius: 100px;
    margin: 10px 10px 0 0;
    font-size:14px;
    transition:all .4s;
    line-height: 30px;
}
.page_support_cases_list .list .item:hover .item_con .tit {
    color:var(--theme-color);
}
.page_support_cases_list .list .item .item_con .tag:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}
/* page_news */
 .page_news {
    padding-top:80px;
    background: #f5f7f5;
}
.page_latest_news {
    padding:50px 0 80px;
}
.page_latest_news .item {
}
.page_latest_news .item_con {
    flex:1;
    min-width: 0;
    padding-left: 60px;
}
.page_latest_news .item_con .columnname {
    font-size:14px;
    color:#333;
}
.page_latest_news .item_con .tit {
    font-size:30px;
    line-height: 1.4;
    margin:15px 0 10px;
    transition:all .4s;
    color:#333;
    font-family:'PoppinsSemiBold';
}
.page_latest_news .item_con .time {
    font-size:14px;
    color:var(--theme-color);
    font-family:'PoppinsSemiBold';
}
.page_latest_news .item_con .desc {
    line-height: 1.8;
    margin:20px 0 50px;
}
.page_latest_news .item_img {
    border-radius:10px;
    width: 44%;
    overflow: hidden;
}
.page_latest_news .item_img img {
    width: 100%;
}
.page_latest_news .item_con .pub_btn1 {
    height: 45px;
    line-height: 45px;
}
/* page_menu_public */
 .page_menu_public_box {
     padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.page_menu_public_box .j_tit {
    flex:1;
}
.page_menu_public .item {
    margin-left:50px;
}
.page_menu_public .item a {
    display: block;
    height:56px;
    line-height:52px;
    position: relative;
    border: 1px solid #ccc;
    padding:0 36px;
    border-radius: 100px;
}

.page_menu_public .item a:hover {
    border-color: var(--theme-color);
    color:var(--theme-color);
}
.page_menu_public .item.cur a{
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}
.page_menu_public .item.cur a:after {
    width: 100%;
}
.page_news_tit .menu {
    display: flex;
    align-items: center;
}
.page_news_tit .menu a {
    font-size:18px;
    display: block;
    font-family:'MontserratLight';
    margin-left: 100px;
    position: relative;
}
.page_news_tit .menu a:after {
    content:'';
    width: 0;
    height: 2px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: 0;
    bottom:-17px;
    transition:all .3s;
}
.page_news_tit .menu a.cur, .page_news_tit .menu a:hover {
    color:var(--theme-color);
}
.page_news_tit .menu a:hover:after, .page_news_tit .menu a.cur:after {
    width: 100%;
}


/* page_news_h */

.page_news_h{
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}
.page_news_h .item{
    background: #f4f4f4;
    border-radius: 20px;
    overflow: hidden;
}
.page_news_h .item_img{
    width: 45%;
}
.page_news_h .item_img img{
    width: 100%;
    max-height:420px;
    object-fit: cover;
}
.page_news_h .item_con{
    flex:1;
    min-width: 0;
    padding: 50px 70px;
    transition:all .4s;
}
.page_news_h .item_con .time{
    
}
.page_news_h .item_con .tit{
    font-family: 'popsb';
    margin: 10px 0 20px;
}
.page_news_h .item_con .desc{
    color:#666;
}
.page_news_h .item_con .btn{
    margin-top: 60px;
}
.page_news_h .item_con .btn i{
    width: 40px;
    height: 40px;
    border: 1px solid #bbb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 18px;
    transition:all .4s;
}

.page_news_h .item:hover .item_con{
    padding: 50px 75px;
}
.page_news_h .item:hover .item_con .tit{
    color:var(--theme-color);
}

.page_news_h .item:hover .item_con .btn i{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
    margin-right: 10px;
}


.page_news_list .list{
}
.page_news_list .item {
   padding: 50px 0;
   border-bottom: 1px solid #e5e5e5;
}
.page_news_list .item .item_img{
    border-radius: 20px;
    overflow: hidden;
    width: 31.875%;
}
.page_news_list .item .item_img img{
    width: 100%;
}
.page_news_list .item .item_con{
    flex:1;
    min-width: 0;
    padding-left: 5%;
}
.page_news_list .item .item_con .tit{
    font-family: 'popsb';
    line-height: 1.3;
    margin: 15px 0 20px;
    transition:all .5s;
}
.page_news_list .item .item_con .time{
    color:#666;
    margin-top: 20px;
}
.page_news_list .item .item_con .more{
    margin-top: 30px;
}
.page_news_list .item .item_con .more i{
    margin-left: 6px;
}
.page_news_list .item:hover .item_con .tit{
    color:var(--theme-color);
}

.no_banner_pos {
    margin-top: 150px;
    color:#999;
}
.no_banner_pos a{
    color:#999;
}
.no_banner_pos a:last-child{
    color:#666;
}
.no_banner_pos a:hover{
    color:var(--theme-color);
}

/* page_case_show_tit */

.page_case_show_tit{
    border-bottom: 1px solid #ddd;   
}
.page_case_show_tit .tit{
    padding-right: 30px;
    flex:1;
    min-width: 0;
}

.page_case_show_desc .img{
    width: calc(50% - 15px);
    border-radius: 20px;
    overflow: hidden;
}
.page_case_show_desc .img img{
    width: 100%;
}
.page_case_show_desc_img{
    overflow: hidden;
    position: relative;
}
.page_case_show_desc_img .swiper-button-prev,.page_case_show_desc_img .swiper-button-next{
    background: rgba(0,0,0,.2);
    width: 40px;
    height:40px;
    color:#fff;
    transition:all .5s;
    opacity: 1;
    border-radius: 6px;
}
.page_case_show_desc_img .swiper-button-prev:after,.page_case_show_desc_img .swiper-button-next:after{
    font-size: 20px;
}
.page_case_show_desc_img .swiper-button-prev:hover,.page_case_show_desc_img .swiper-button-next:hover{
    background: var(--theme-color);
}
.page_case_show_desc .con{
    padding-left: 5%;
    flex:1;
    min-width: 0;
}
.page_case_show_desc .con .j_con{
    max-height:600px;
    overflow-y: auto;
    text-align: justify;
    padding-right: 20px;
}



/* page_news_detail */
 .page_news_detail_hd {
}
.page_news_detail_hd .columnname {
    color:#fff;
    height: 40px;
    font-family:'PoppinsSemiBold';
    background: var(--theme-color);
    border-radius: 5px;
    padding: 0 20px;
    display: inline-block;
    line-height: 40px;
}
.page_news_detail_hd h1 {
    
}
.page_news_detail_hd .info {
    margin-top:40px;
    font-size:14px;
    color:#888;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding:15px 0;
}
.page_news_detail_hd .info .time {
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.page_news_detail_hd .info .time i {
    margin-right: 6px;
    font-size:18px;
}
.page_news_detail_hd .info .tag {
    color:#888;
    background: #f5f5f5;
    height: 30px;
    padding:0 20px;
    border-radius: 5px;
    margin-right: 15px;
    line-height:30px;
}
.page_news_detail_hd .info .tag:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}
.page_news_detail_hd .info .share {
    flex:1;
    min-width: 0;
    justify-content: flex-end;
}
.page_news_detail_hd .content {
    padding:35px 0 20px;
    min-height: 20vh;
    font-size:18px;
}
.page_news_detail_bd {
    width: 330px;
}
.page_news_detail_bd .j_tit {
    font-size:22px;
    color:#333;
    margin-bottom: 10px;
    font-family:'PoppinsSemiBold';
}
.page_news_detail_bd .list .item {
    background: #f5f7f5;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.page_news_detail_bd .list .item .item_con {
    padding: 20px;
}
.page_news_detail_bd .list .item .item_con .time {
    color:var(--theme-color);
    font-family:'PoppinsSemiBold';
}
.page_news_detail_bd .list .item .item_con .tit {
    font-family:'PoppinsSemiBold';
    color:#333;
    margin:5px 0 10px;
}
.page_news_detail_bd .list .item .item_con .btn {
    font-size:14px;
    color:#333;
    font-family:'PoppinsMedium';
    display: inline-block;
    position: relative;
}
.page_news_detail_bd .list .item .item_con .btn:after {
    content:'';
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
}

.page_recommend_news{
    overflow: hidden;
    position: relative;
}
.page_recommend_news .item{
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}
.page_recommend_news .item .item_img{
    width: 32.5%;
    position: relative;
}
.page_recommend_news .item .item_img .name{
    background: var(--theme-color);
    color:#fff;
    display: inline-flex;
    position: absolute;
    left: 0;
    top: 20px;
    height: 30px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    font-size: 14px;
    border-radius: 0 6px 6px 0;
}
.page_recommend_news .item .item_con{
    flex:1;
    min-width: 0;
    padding: 10px 30px;
}
.page_recommend_news .item .item_con .tit{
    font-family: 'popsb';
    transition:all .5s;
}
.page_recommend_news .item .item_con .time{
    color:#3a3a3a;
    margin-top: 12px;
}
.page_recommend_news .swiper-pagination-bullet-active{
    background: var(--theme-color);
}
.page_recommend_news .item:hover .item_con .tit{
    color:var(--theme-color);
}

/* 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_contact1{
    
}
.page_contact1_map{
    
}
.page_contact1_con{
    width: 50%;
    padding-right: 5%;
    overflow: hidden;
    background-size: cover;
}
.page_contact1_con .b_tit{
    
}
.page_contact1_con .b_tit span{
    color:var(--theme-color);
    font-size:20px;
}
.page_contact1_con .b_tit h4{
    text-transform: uppercase;
    margin-bottom: 10px;
}
.page_contact1_con .b_tit p{
    font-family: 'MontserratRegular';
}
.page_contact1_con .b_tit p a{
    color:var(--theme-color);
    text-decoration: underline;
}

.page_contact1_con .b_list .tit{
    font-family: 'popsb';
}
.page_contact1_con .b_list .list{
    border-bottom: 1px solid #ddd;
}
.page_contact1_con .b_list .list .item{
    margin-bottom:50px;
}
.page_contact1_con .b_list .list .item .num{
    width: 40px;
    height: 40px;
    background: var(--theme-color);
    border-radius: 50%;
    justify-content: center;
    color:#fff;
}
.page_contact1_con .b_list .list .item .con{
    flex:1;
    min-width: 0;
    padding-left: 23px;
}
.page_contact1_con .b_list .list .item .con h4{
    font-family: 'popsb';
}
.page_contact1_con .c_list{
    margin: 0 -10px;
}
.page_contact1_con .c_list .item{
    padding: 0 10px;
}

.page_contact2_form .info{
    
}
.page_contact2_form .info .item{
    display: flex;
    width:50%;
    margin-top: 20px;
}
.page_contact2_form .info .item:last-child{
    width: 100%;
}
.page_contact2_form .info .item .ico{
    width: 53px;
    height: 53px;
    border:1px solid rgba(204,204,204,1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_contact2_form .info .item .ico i{
    color:#333;
    font-size:22px;
}
.page_contact2_form .info .item .con{
    padding-left: 15px;
    flex:1;
    min-width: 0;
}
.page_contact2_form .info .item .con h4{
    font-size:20px;
    font-family: 'popsb';
}

.page_contact2_form .info .item .con p span{
    display: block;
}
.page_contact2_form .share{
    border-bottom: 1px solid #ddd;

}
.page_contact2_form .share .tit{
    text-transform: uppercase;
    font-style: italic;
    color:#333;
    margin-right: 15px;
}
.page_contact2_form .share .tit span{
    color:var(--theme-color);
}

/* page_contact2 */

.page_contact2{
    padding-bottom:100px;
}
.page_contact2_info{
    width: 50%;
    padding-right: 120px;
}
.page_contact2_info .tit{
    padding-top: 20px;
}
.page_contact2_info .tit h4{
    font-size:40px;
    color:#333;
    font-family: 'MontserratExtraBold';
}
.page_contact2_info .tit p{
    color:#333;
    line-height: 2;
    margin-top: 20px;
}
.page_contact2_info .con h4{
    color:#053c8a;
    font-family: 'MontserratSemiBold';
    margin:30px 0 10px;
    font-size:20px;
}
.page_contact2_info .con p{
    margin-bottom: 10px;
    display: flex;
    font-family: 'MontserratLight';
    font-size:14px;
}
.page_contact2_info .con p span{
    background: #053c8a;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border:4px solid #e6ebf3;
    margin-right: 10px;
}
.page_contact2_info .con p span i{
    font-size:10px;
    color:#fff;
}

.page_contact2_form{
    flex:1;
    min-width: 0;
}
.page_contact2_form .tit h4{
    font-size:40px;
    font-family:var(--theme-font);
}
.page_contact2_form .tit p{
    color:#666;
}
.page_contact2_form .form{
    padding-top: 20px;
}
.page_contact2_form .input_box{
    
}
.page_contact2_form .input_box .input{
    margin:0 0 20px;
}
.page_contact2_form .input_box .input input,.page_contact2_form textarea{
    width: 100%;
    border:none;
    outline: none;
    background: #f8f8f8;
    border-radius: 6px;
    height: 54px;
    padding:10px 20px;
    line-height: 34px;
}
.page_contact2_form textarea{
    height: 120px;
}
.page_contact2_form .form p{
    
}
.page_contact2_form .form .button{
    margin-top: 20px;
}
.page_contact2_form .form .button button{
    width: 100%;
    height: 60px;
    background:var(--theme-color);
    border:none;
    outline: none;
    border-radius: 6px;
    color:#fff;
    font-size:16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.page_contact2_form .form .button button i{
    font-size:22px;
    margin-left: 10px;
}
.page_contact2_form .form .button button:hover{
    background: var(--theme-color);
}


.page_contact_map{
    
}

/* page_solution */


.page_solution_tit .tit p{
    width: 80%;
}

.page_solution_list {
    margin:-20px;
}
.page_solution_list .item{
    width: 33.333%;
    padding: 20px;
}
.page_solution_list .item a{
    background: #f4f4f4;
    border-radius:15px;
    overflow: hidden;
    display: block;
}
.page_solution_list .item .item_con{
    padding: 25px 35px;
}
.page_solution_list .item .item_con .tit{
    font-family: 'BarlowBold';
}
.page_solution_list .item .item_con .desc{
    color:#666;
    margin-top: 10px;
    line-height: 1.5;
}
.page_solution_list .item a:hover{
    box-shadow: 0 0 15px rgba(0,0,0,.06);
}
.page_solution_list .item a:hover .item_con .tit{
    color:var(--theme-color);
}


/* page_solution_choose */

.page_solution_choose_wrap{
    position: relative;
    z-index: 1;
}
.canvas-box{
    position: absolute;
    height: 350px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.page_solution_choose{
    margin: -12px;
}
.page_solution_choose .item_w{
    width: 25%;
    padding: 12px;
}
.page_solution_choose .item{
    border: 1px solid #d8d8d8;
    padding: 50px 30px;
    height: 100%;
    text-align: center;
    transition:all .5s;
}
.page_solution_choose .item .tit{
    font-family: 'popsb';
    padding: 40px 0 10px;
    transition:all .5s;
}
.page_solution_choose .item:hover{
    border-color: var(--theme-color);
}
.page_solution_choose .item:hover .tit{
    color:var(--theme-color);
}


/* page_industry_applications */

.page_industry_applications{
    margin: 0 -10px;
}
.page_industry_applications .item{
    flex:1;
    position: relative;
    transition:all .5s;
    margin: 0 10px;
}
.page_industry_applications .item .item_img{
    height: 530px;
    width: 100%;
}
.page_industry_applications .item .item_img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.page_industry_applications .item .item_con{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color:#fff;
    text-align: center;
    background: linear-gradient(to top,rgba(0,0,0,.9),transparent);
}
.page_industry_applications .item .item_con .tit{
    font-family: 'popsb';
    line-height: 1.4;
    margin-bottom: 10px;
}
.page_industry_applications .item .item_con .desc{
    display: none;
}
.page_industry_applications .item.cur{
    flex:2;
}
.page_industry_applications .item.cur .item_con .desc{
    display: block;
}

/* page_more_solutions */

.page_more_solutions .item{
    display: block;
    padding: 0 20px;
    width: 50%;
}
.page_more_solutions .item .item_con{
    border: 1px solid #eaeaea;
    padding: 40px;
}
.page_more_solutions .item .item_con .con{
    padding-right: 20px;
    min-width: 0;
    flex:1;
}
.page_more_solutions .item .item_con .con h4{
    font-family: 'popsb';
    margin-bottom: 10px;
    transition: all .5s;
    height: 70px;
}
.page_more_solutions .item .item_con .ico{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid #b4b4b4;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .5s;
}
.page_more_solutions .item .item_con .ico i{
    font-size: 22px;
}
.page_more_solutions .item:hover .item_con .con h4{
    color:var(--theme-color);
}
.page_more_solutions .item:hover .item_con .ico{
    color:#fff;
    border-color: var(--theme-color);
    background: var(--theme-color);
}


/* page_support_menu */

.page_support_menu{
    padding:30px 20%;
}

.page_support_faq_list{
    margin: -18px;
}
.page_support_faq_list .item{
    width: 33.333%;
    padding: 18px;
}
.page_support_faq_list .item .item_img img{
    width: 100%;
}
.page_support_faq_list .item .item_con{
    padding: 30px 0 0;
}
.page_support_faq_list .item .item_con .tit{
    margin-bottom: 20px;
    transition:all .5s;
}
.page_support_faq_list .item .item_con .more span{
    margin-right: 10px;
}
.page_support_faq_list .item:hover .item_con .tit{
    color:var(--theme-color);
}

.page_support_download_img{
    width: 50%;
}
.page_support_download_img img{
    width: 100%;
}
.page_support_download_list{
    flex:1;
    min-width: 0;
    padding:0 8%;
}
.page_support_download_list .j_tit{
    padding-bottom: 30px;
    border-bottom: 2px solid #ededed;
}
.page_support_download_list .list .item{
    padding: 25px 0;
    border-bottom: 2px solid #ededed;
    cursor: pointer;
}
.page_support_download_list .list .item .tit{
    padding: 0 20px;
    flex:1;
    min-width: 0;
    transition:all .5s;
}
.page_support_download_list .list .item .ico i{
    transition:all .5s;
    
}
.page_support_download_list .list .item:hover .tit,.page_support_download_list .list .item:hover .ico i{
    color:var(--theme-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;
}