@charset"utf-8";


.header{
    height:90px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    justify-content: space-between;
    z-index: 999;
    background: transparent;
    transition:all .4s;
    padding: 0 6%;
    border-bottom: 1px solid #ffffff20;
}

.header_wrap{
    height:100%;
    position: relative;
    z-index: 100;
}

.header .logo {
    flex:1;
    min-width: 0;
}
.header .logo img{
    height:66px;
}
.nav{
    margin-right: 30px;
}
.nav_info{
    padding: 0 20px;
}
.nav .nav_li{
    padding:0 26px;
    position: relative;
}
.nav .nav_li .nav1 a{
    display: block;
    line-height:90px;
    position: relative;
    text-transform: uppercase;
    transition:all 0s;
    white-space: nowrap;
    z-index: 1;
    color:#fff;
    font-size: 18px;
    font-weight: bold;
    transition:all .5s;
}
.nav .nav_li .nav1 a:after{
    content:'';
    display: block;
    content:'';
    width:100%;
    height:2px;
    background: var(--subtheme-color);
    position: absolute;
    left: 0;
    bottom: 0;
    transition:all .5s;
    opacity: 0;
}

.nav .nav_li .nav1 a i{
    font-size:12px;
    margin-left:2px;
    vertical-align: middle;
}
.nav .nav_li:hover .nav1 a,.nav .nav_li.cur .nav1 a{
    color:var(--subtheme-color);
}
.nav .nav_li.cur .nav1 a:after{
    opacity: 1;
}

.nav .nav_li.select .nav1 a{
    padding: 0 16px;
    background: var(--subtheme-color);
    line-height: 40px;
    border-radius: 10px;
    transition:all .5s;
    font-size: 16px;
}
.nav .nav_li.select .nav1 a:hover{
    color:#fff;
    background: var(--theme-color);
}

.nav .nav_li .nav2{
    display: none;
    position: absolute;
    top:90px;
    background:#fff;
    left:0;
    width:140px;
    z-index: -1;
    border-radius:0 0 6px 6px;
    box-shadow: 0 3px 15px rgba(0,0,0,.1);
}

.nav .nav_li .nav2>a{
    height: 45px;
    display: block;
    line-height: 45px;
    text-transform: capitalize;
    position: relative;
    text-align: center;
    padding: 0 20px;
    font-weight: bold;
}

.nav .nav_li .nav2>a:hover{
    background: rgba(2,116,255,.2);
    color:var(--theme-color);
}
.nav .nav_li.nav_li2{
    position: inherit;
}
.nav .nav_li .nav2.nav2_pro{
    width: 1500px;
    left: 50%;
    transform: translateX(-50%);
    padding:30px;
}
.nav .nav_li .nav2.nav2_pro .item{
    flex:1;
    padding: 0 30px 30px;
    border-left: 1px solid #eee;
}
.nav .nav_li .nav2.nav2_pro .item a{
    display: block;
    
}
.nav .nav_li .nav2.nav2_pro .item a.a1{
    padding-bottom: 10px;
    color:#11181c;
    font-weight: bold;
    font-size: 20px;
}
.nav .nav_li .nav2.nav2_pro .item a.a2{
    position: relative;
    color:#64748b;
    font-weight: bold;
}

.nav .nav_li .nav2.nav2_pro .item a:hover{
    color:var(--theme-color);
}

.nav .nav_li .nav2_wrap.nav2_product_wrap{
    width: 1400px;
    left: 100px;
    padding: 30px 20px;
    height: 450px;
}
.nav2_product_wrap_flex .hd{
    width: 280px;
}
.nav2_product_wrap_flex .hd a.nav2_p{
    height: 50px;
    line-height: 50px;
    font-size:18px;
    display: block;
    padding: 0 22px;
    margin-bottom: 10px;
}
.nav2_product_wrap_flex .hd a.nav2_p.cur{
    background: #eee;
    color:var(--theme-color);
}
.nav2_product_wrap_flex .bd{
    flex:1;
    min-width: 0;
    padding-left: 30px;
}
.nav2_product_wrap_flex .bd .nav2_product_right_wrap{
    display: none;
}
.nav2_product_wrap_flex .bd .nav2_product_right_wrap:first-child{
    display: block;
}
.nav2_product_right{
    margin:0 -50px;
}
.nav2_product_right .np_item{
    padding: 0 50px;
    flex:1;
}

.nav2_product_right .np_item .p_list a{
    margin-top: 20px;
}
.nav2_product_right .np_item .p_list .img{
    width: 60px;
    height: 60px;
}
.nav2_product_right .np_item .p_list h4{
    font-size:12px;
    flex:1;
    color:#333;
    padding-left: 20px;
}
.nav2_pro .n_list_w{
    border-top: 1px solid #e2e8f0;
    padding-top: 30px;
}
.nav2_pro .n_list_w .j_tit{
    width:110px;
    height:30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    background: var(--theme-color);
    color:#fff;
    border-radius: 5px;
    margin-right: 25px;
    transition:all .5s;
}
.nav2_pro .n_list_w .j_tit i{
    margin-left: 5px;
    font-weight: normal;
}
.nav2_pro .n_list_w .j_tit:hover{
    background: var(--subtheme-color);
}

.nav2_pro .n_list_w .n_list{
    height: 30px;
    overflow: hidden;
}

.nav2_pro .n_list_w .n_list .ico{
    line-height: 1;
}
.nav2_pro .n_list_w .n_list .ico svg{
    width: 22px;
    color:var(--theme-color);
}
.nav2_pro .n_list_w .n_list .tit{
    font-weight: bold;
    font-size: 18px;
    margin: 0 20px 0 10px;
}
.nav2_pro .n_list_w .n_list .time{
    font-family: 'Arial';
    color:#94a3b8;
    font-weight: 400;
}
.nav2_pro .n_list_w .n_list .btn{
    margin-left: 30px;
    color:var(--theme-color);
    font-size: 18px;
}
.nav2_pro .n_list_w .n_list .btn i{
    margin-left: 6px;
}

.nav2_pro .n_list_w .n_list a:hover .tit{
    color:var(--theme-color);
}

.header_wrap .search{
    position: relative;
    margin: 0 36px 0 0;
}
.header_wrap .search input{
    width: 245px;
    border-radius: 100px;
    background: rgba(255,255,255,.8);
    height: 42px;
    border: 2px solid #6f94ba;
    padding: 0 20px 0 45px;
    color:#333;
    font-size: 16px;
}
.header_wrap .search input::placeholder{
    color:#666;
}
.header_wrap .search button{
    display: none;
}
.header_wrap .search .ico{
    position: absolute;
    left:18px;
    top: 0px;
}
.header_wrap .search .ico i{
    font-size: 24px;
    color:var(--theme-color);
}
.header_user{
    display: flex;
    align-items: center;
    gap: 3px;
    margin-right: 20px;
    white-space: nowrap;
}
.header_user_mobile{
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.header_user_link{
    color: #fff;
    font-size: 15px;
    transition: all .3s;
}
.header_user_link:hover{
    color: var(--subtheme-color);
}
.header_user_split{
    color: rgba(255,255,255,.6);
}
.header.header_on .header_user_mobile,
.header.header_on .header_user_link{
    color: #fff;
}
.header.header_on .header_user_link:hover{
    color: var(--subtheme-color);
}
.header.header_on .header_user_split{
    color: rgba(255,255,255,.65);
}
.header_wrap .baidu_b2b img{
    height: 29px;
    transition:all .5s;
}
.header_wrap .baidu_b2b img:hover{
    transform: scale(1.1);
}
.header.header_on{
    background:var(--theme-color);
    backdrop-filter: saturate(180%) blur(6px);
}
.header.header_on .nav .nav_li.select .nav1 a:hover{
    background: #fff;
    color:var(--subtheme-color);
}
.jy-user-entry{
    background: #fff;
}
.jy-user-links{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.jy-user-mobile{
    flex: 1;
    min-width: 0;
    font-size: 15px;
    color: #11181c;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* banner */
 .banner {
    position: relative;
    overflow: hidden;
}
.banner:after{
    content:'';
    display: block;
    background: linear-gradient(to bottom,rgba(0,0,0,.6),transparent);
    height: 40%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}
.banner .item_img img {
    width: 100%;
}
.banner .item .item_desc_w {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    color:#fff;
    display: flex;
    flex-direction: column;
    padding-top: 90px;
    justify-content:center;
}
.banner .item .item_desc_w .item_desc{
    text-transform: uppercase;
    width: 40vw;
}
.banner .item .item_desc_w .btn{
    margin-top: 30px;
}

.banner .swiper-pagination {
    z-index: 10;
    bottom: 20px;
    width: 100%;
    color:rgba(255, 255, 255, .5);
}
.banner .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    background: rgba(255,255,255,.6);
    opacity: 1;
    width: 18px;
    height: 5px;
    transition:all .5s;
    border-radius: 100px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
    width: 40px;
}
.banner .arrow {
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30%;
    padding: 0 0 40px 40px;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
    position: static;
    color:#fff;
}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after {
    font-size: 18px;
}


/* tit_box1 */

.tit_box1 .tit{
    text-align: center;
}
.tit_box1 .tit h4 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    padding-bottom: 30px;
    color:#132127;
}
.tit_box1_fff .tit h4{
    color:#fff;
}
.tit_box1 .tit h4:before,.tit_box1 .tit h4:after{
    content:'';
    width: 35px;
    height:5px;
    display:block;
    background: var(--theme-color);
    position: absolute;
    bottom: 0;
}
.tit_box1 .tit h4:before{
    left: calc(50% - 35px);
    border-radius: 100px 0 0 100px;
}
.tit_box1 .tit h4:after{
    background: var(--subtheme-color);
    left: 50%;
    border-radius: 0 100px 100px 0;
}

.tit_box1 .tit p {
    line-height: 1.2;
    margin-top: 30px;
    color:#4a4a4a;
    font-weight: bold;
}
.tit_box1 .tit p span{
    color:var(--theme-color);
}

.tit_box2 {
    text-align: center;
    padding:100px 0 50px;
}
.tit_box2 .tit h4 {
    line-height: 1.1;
    font-size:48px;
    text-transform: capitalize;
}
.tit_box2 .tit h4:after{
    content:'';
    width: 60px;
    height: 2px;
    background: var(--theme-color);
    margin: 30px auto 0;
    display: block;
}
.tit_box2 .tit p {
    font-size:18px;
    margin-top:30px;
    color:#333;
}


.bg1{
    background: #edf3fa;
}
.bg2{
    background: #f5f7fa;
}


/* product_wrap */

.product_wrap{
    background: url("../images/bg1.jpg") no-repeat center bottom;
    background-size: cover;
}

.product_menu{
    text-align: center;
}
.product_menu .swiper-wrapper{
    justify-content: center;
    display: inline-flex;
    width: auto;
}
.product_menu .swiper-slide{
    width: auto;
}
.product_menu .item{
    display: flex;
    align-items: center;
    padding:4px 22px;
    margin: 0 6px;
    border-radius: 100px;
    transition:all .5s;
}
.product_menu .item:hover{
    color:var(--subtheme-color);
}
.product_menu .swiper-slide-thumb-active .item{
    background: var(--subtheme-color);
    color:#fff;
}



.product_list{
    overflow: hidden;
}
.product_list .swiper-slide{
    display: flex;
    flex-wrap: wrap;
}
.product_list .left_list{
    width: 45%;
}
.product_list .left_list .item{
    display: block;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    height: 100%;
}
.product_list .left_list .item .item_con{
    padding-top: 30px;
}
.product_list .left_list .item .item_con .tit{
    font-weight: bold;
    transition:all .5s;
}
.product_list .left_list .item .item_con .desc{
    color: #666;
    line-height: 1.5;
    margin: 10px 0 30px;
}
.product_list .left_list .item:hover .item_con .tit{
    color:var(--theme-color);
}

.product_list .right_list{
    flex:1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
}
.product_list .right_list .item{
    display: block;
    width: 50%;
    padding: 0 0 20px 20px;
}
.product_list .right_list .item:nth-last-child(-n+2){
    padding-bottom: 0;
}
.product_list .right_list .item a{
    display: block;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.product_list .right_list .item a .tit{
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
    transition:all .5s;
}
.product_list .right_list .item a .icon{
    position: absolute;
    left: 0;
    top: 0;
    transition:all .5s;
    width: 100%;
    height: 100%;
    background: rgba(2,116,255,.8);
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .5s;
    transform: scale(0);
    border-radius: 20px;
}
.product_list .right_list .item a .icon_w{
    width:42px;
    height: 42px;
    border-radius: 50%;
    background:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color:var(--theme-color);
    transition-delay: 0.5s;
    transition:all .5s;
    opacity: 0;
}
.product_list .right_list .item a .icon_w i{
    font-weight: bold;
}

.product_list .right_list .item a:hover .icon{
    transform: scale(1);
}
.product_list .right_list .item a:hover .icon_w{
    opacity: 1;
}


.public_arrow {
    position: relative;
}
.public_arrow .swiper-button-prev:after, .public_arrow .swiper-button-next:after {
    display: none;
}
.public_arrow .swiper-button-prev,.public_arrow .swiper-button-next{
    width: 65px;
    height: 65px;
    border-radius: 10px;
    background: rgba(2,116,255,.1);
    color:var(--theme-color);
    transition:all .5s;
}
.public_arrow .swiper-button-prev {
    left: -85px;
}
.public_arrow .swiper-button-next {
    right: -85px;
}
.public_arrow .swiper-button-prev i, .public_arrow .swiper-button-next i {
    font-size:30px;
    font-weight: bold;
    display: block;
}
.public_arrow .swiper-button-prev i {
    transform: rotate(180deg);
}
.public_arrow .swiper-button-prev:hover, .public_arrow .swiper-button-next:hover{
    background: var(--subtheme-color);
    color:#fff;
}

/* app_wrap */

.app_wrap{
    background: url("../images/bg2.jpg") no-repeat center top;
}

.app_panel{
    position: relative;
}
.app_list{
    position: relative;
    overflow: hidden;
}

.app_list .item .item_img{
    width:50%;
    padding-right: 10px;
    position: relative;
    padding-bottom: 10px;
    z-index: 1;
}
.app_list .item .item_img .tit{
    position: absolute;
    left: 0;
    bottom:10px;
    width: calc(100% - 10px);
    height: 62px;
    background: rgba(0,0,0,.6);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    border-radius: 0 0 20px 20px;
    color:#fff;
}
.app_list .item .item_img:after{
    content:'';
    display: block;
    width: calc(100% - 10px);
    height:calc(100% - 10px);
    display: block;
    background: rgba(62,177,90,.6);
    position: absolute;
    right: 0;
    bottom:0;
    border-radius: 20px;
    z-index: -1;
}
.app_list .item .item_img .img{
    width: 100%;
    border-radius: 20px;
}
.app_list .item .item_img img{
    width: 100%;
    display: block;
    height: 500px;
    object-fit: cover;
}
.app_list .item .item_con{
    flex:1;
    min-width: 0;
    padding-right: 80px;
    padding-top: 10px;
}
.app_list .item .item_con .tit_ico .tit{
    color:#fff;
    line-height: 1.4;
    padding-left: 14px;
    font-weight: bold;
}
.app_list .item .item_con .desc{
    color:#fff;
    margin: 25px 0 40px;
}
.app_list .swiper-slide{
    opacity: 0!important;
}
.app_list .swiper-slide-active{
    opacity: 1!important;
}


.app_menu_wrap{
    width: 50%;
    padding-right: 140px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.app_menu{
    overflow: hidden;
}
.app_menu .item{
    cursor: pointer;
}

.app_menu .item .img{
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.app_menu .item .img:after{
    content:'';
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(62,177,90,.5);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition:all .5s;
}
.app_menu .item .img img{
    width: 100%;
    height: 120px;
    object-fit: cover;
}
.app_menu .item .tit{
    font-size: 14px;
    text-align: center;
    margin-top: 5px;
}
/*.app_menu .swiper-slide-thumb-active .item .tit{*/
/*    color:var(--subtheme-color);*/
/*}*/

.app_menu .swiper-slide-thumb-active .item .img:after{
    opacity: 1;
}



.app_menu_wrap{
    padding-bottom: 20px;
}
.app_menu_wrap .swiper-pagination{
    bottom: 0;
    top: auto;
    width: calc(100% - 140px);
    background: #eee;
}
.app_menu_wrap .swiper-pagination-progressbar-fill{
    background: var(--subtheme-color);
}
.app_menu_wrap .arrow{
    position: absolute;
    right: 60px;
    top: 0;
    z-index: 10;
}
.app_menu_wrap .swiper-button-prev,.app_menu_wrap .swiper-button-next{
    position: initial;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(2,116,255,.2);
    opacity: 1;
    margin: 0 0 10px;
}
.app_menu_wrap .swiper-button-prev{
    transform: rotate(180deg);
}
.app_menu_wrap .swiper-button-prev i,.app_menu_wrap .swiper-button-next i{
    font-size: 18px;
    font-weight: bold;
}
.app_menu_wrap .swiper-button-prev:after,.app_menu_wrap .swiper-button-next:after{
    display: none;
}
.app_menu_wrap .swiper-button-prev:hover,.app_menu_wrap .swiper-button-next:hover{
    background: var(--subtheme-color);
    color:#fff;
}



/* about */

.about_con{
    width: 50%;
}
.about_img{
    flex: 1;
    min-width: 0;
    position: relative;
    padding: 0 80px 10px 10px;
}
.about_img:after{
    content:'';
    width: calc(100% - 90px);
    height: calc(100% - 10px);
    background: rgba(2,116,255,.6);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 20px;
}
.about_img_w{
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
.about_img_w .swiper-button-prev,.about_img_w .swiper-button-next{
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: rgba(2,116,255,.2);
    color:var(--theme-color);
    transition:all .5s;
}
.about_img_w .swiper-button-prev:after,.about_img_w .swiper-button-next:after{
    font-size: 20px;
    font-weight: bold;
}
.about_img_w .swiper-button-prev:hover,.about_img_w .swiper-button-next:hover{
    background: var(--subtheme-color);
    color:#fff;
}
.about_img .item .tit{
    position: absolute;
    height: 62px;
    width: 100%;
    left: 0;
    bottom:0;
    background: rgba(0,0,0,.6);
    display: flex;
    justify-content: center;
    padding: 0 15px;
    color:#fff;
    align-items: center;
}


.about_con .con{
    color:#666;
}
.about_con .con p{
    margin-bottom: 20px;
}
.about_con .con p em{
    font-style: normal;
    color:var(--theme-color);
}
.about_con .play{
    height: 50px;
    background: var(--theme-color);
    border-radius: 10px;
    margin-right: 15px;
    padding: 0 30px;
    color:#fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition:all .5s;
}
.about_con .play i{
    font-size: 18px;
    margin-right: 8px;
}
.about_con .play:hover{
    background: var(--subtheme-color);
}


/* partners_wrap */

.partners_wrap{
    background: url("../images/bg3.jpg") no-repeat center;
}

.partners_list1{
    justify-content: center;
}
.partners_list1 .item{
    width: 250px;
    height: 100px;
    display: flex;  
    justify-content: center;
    align-items: center;
}
.partners_list1 .item img{
    mix-blend-mode: multiply;
}

.partners_list2{
    -webkit-mask-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #fff 10%, #fff 90%, hsla(0, 0%, 100%, 0));
    mask-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #fff 10%, #fff 90%, hsla(0, 0%, 100%, 0));
}

.partners_list2 .item{
    height: 100px;
    width: 200px;
    border: 1px solid rgba(2,116,255,.1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 0;
}
.product_list2_item .item img{
    mix-blend-mode: multiply;
}
#product_list2_item2 .item{
    border-top: 0;
}


/* news */

.news_list{
    position: relative;
    -webkit-mask-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #fff 10%, #fff 90%, hsla(0, 0%, 100%, 0));
    mask-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #fff 10%, #fff 90%, hsla(0, 0%, 100%, 0));
}
.news_list .swiper-slide{
    width: 460px;
}
.news_list .item{
    display: block;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(2,116,255,.2);
    transition:all .5s;
}
.news_list .item .item_con{
    padding: 30px;
}
.news_list .item .item_con .time_name{
    line-height: 1;
}
.news_list .item .item_con .time_name .time,.news_list .item .item_con .time_name .name{
    line-height: 1;
}
.news_list .item .item_con .time_name .time{
    color:#888;
}
.news_list .item .item_con .time_name .name{
    color:var(--theme-color);
}
.news_list .item .item_con .tit{
    font-weight: bold;
    padding: 10px 0;
    transition:all .5s;
}
.news_list .item .item_con .desc{
    color:#666;
    margin-bottom: 20px;
}
.news_list .item .item_con .button_wrap .button{
    height: 42px;
    padding: 0 20px;
    font-size: 16px;
}
.news_list .item:hover{
    box-shadow: 0 5px 15px rgba(2,116,255,.2)
}
.news_list .item:hover .item_con .tit{
    color:var(--theme-color);
}

.news_list .arrow{
    justify-content: center;
}
.news_list .swiper-pagination{
    position: static;
    width: auto;
    margin: 0 20px;
}
.news_list .swiper-pagination .swiper-pagination-bullet{
    width: 7px;
    height: 7px;
    background: rgba(2,116,255,.6);
    opacity: 1;
    margin: 0 8px;
}
.news_list .swiper-pagination .swiper-pagination-bullet-active{
    background: var(--theme-color);
    position: relative;
}
.news_list .swiper-pagination .swiper-pagination-bullet-active:after{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    content:'';
    display: block;
    border:1px solid var(--theme-color);
    position: absolute;
    left: -5px;
    top: -5px;
}

.news_list .swiper-button-prev,.news_list .swiper-button-next{
    position: static;
    margin: 0;
    width: 30px;
    height: 30px;
    background: rgba(2,116,255,.2);
    border-radius: 50%;
    color:var(--theme-color);
    transition:all .5s;
}
.news_list .swiper-button-prev:after,.news_list .swiper-button-next:after{
    font-size: 12px;
    font-weight: bold;
}
.news_list .swiper-button-prev:hover,.news_list .swiper-button-next:hover{
    background: var(--theme-color);
    color:#fff;
}


/* scroll_icons */


#mb_scroll_icons{
    display: none;
}
.scroll_icons{
    overflow: hidden;
    -webkit-mask-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #fff 10%, #fff 90%, hsla(0, 0%, 100%, 0));
    mask-image: linear-gradient(270deg, hsla(0, 0%, 100%, 0) 0, #fff 10%, #fff 90%, hsla(0, 0%, 100%, 0));
    padding: 40px 0;
}
.scroll_icons .bd{
    display: flex;
    align-items: center;
}
.scroll_icons .item{
    display: flex;
    justify-content: center;
    align-items: center;
    width:240px;
    margin-right: 60px;
}
.scroll_icons .item img{
    width: 100%;
    height: auto;
}
#mb_scroll_icons{
    padding: 10px 0;
}
#mb_scroll_icons .item{
    margin-right: 20px;
    width: auto;
    height: 50px;
}


/* footer */
 .footer {
    background:#838a92;
    background-size: cover;
    overflow: hidden;
    border-top:8px solid var(--theme-color);
}
.footer a{
    transition:all .5s;
}
.footer_hd {
    border-bottom: 1px solid #ffffff20;
    color:#fff;
    position: relative;
    padding-bottom: 10px;
}
.footer_hd .f_logo{
    flex:1;
}
.footer_hd .f_logo img{
    height: 65px;
}
.footer_hd .f_logo span{
    font-weight: bold;
    padding-left: 50px;
    position: relative;
}
.footer_hd .f_logo span:before{
    content: '';
    display: block;
    width: 1px;
    height: 26px;
    background: rgba(255,255,255,.7);
    position: absolute;
    left: 25px;
    top: 5px;
}
.footer_hd .f_code{
    padding-top: 6px;
    padding-right: 35px;
}
.footer_hd .f_code .item{
    margin-right: 12px;
    position: relative;
}
.footer_hd .f_code .item .btn{
    cursor: pointer;
}
.footer_hd .f_code .item .btn img{
    width: 34px;
    height: 34px;
    transition:all .5s;
    border-radius: 50%;
}
.footer_hd .f_code .item .code{
    position: absolute;
    left: -58px;
    top: 45px;
    width: 150px;
    height: 150px;
    display: none;
    border-radius: 10px;
}
.footer_hd .f_code .item .code:before{
    content:'';
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
}
.footer_hd .f_code .item .code img{
    width: 100%;
    height:100%;
    border-radius: 10px;
}
.footer_hd .f_code .item .btn:hover img{
    transform: scale(1.1);
}
.footer_hd .f_code .item:hover .code{
    display: block;
}
.footer_hd .f_code p{
    font-weight: 300;
}



.footer_menu{
    color:#fff;
}
.footer_menu a{
    color:#fff;
}

.footer_menu .item{
    padding: 0 10px;
    flex:1;
}
.footer_menu .item .tit{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}
/*.footer_menu .item .tit:after{*/
/*    content:'';*/
/*    width: 30px;*/
/*    height: 2px;*/
/*    background: var(--theme-color);*/
/*    display: block;*/
/*    margin-top: 3px;*/
/*}*/
.footer_menu .item .menu a{
    display: block;
}
.footer_menu .item .menu a:hover{
    text-decoration: underline;
    color:currentColor;
}
.footer_menu .item.item_contact{
    flex:3.2;
    padding-left:10%;
}
.footer_menu .item.item_contact .menu p{
    display: flex;
    line-height: 1.3;
    margin-bottom: 10px;
    font-size: 18px;
}
.footer_menu .item.item_contact .menu p i{
    margin-right:10px;
}
.footer_menu .item.item_contact .menu a{
    line-height: 1;
}

.footer_menu .item.item_contact p.p1{
    font-size: 44px;
    font-weight: bold;
    font-family: 'Arial';
    color:var(--theme-color);
    line-height: 1;
}
.footer_menu .item_contact .p1 img{
    width: 38px;
    margin-right: 10px;
}



.footer_copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    color:#ffffff70;
    border-top: 1px solid #ffffff10;
    margin-top: 20px;
    padding: 15px 0;
    font-weight: 300;
}
.footer_copyright a {
    margin-left:20px;
    color:#ffffff70;
}
.footer_con a:hover {
    color:var(--theme-color);
    text-decoration: underline;
}
.footer_copyright a:hover {
    text-decoration: underline;
}

/* fixed_navbar */

.fixed_navbar{
    position: fixed;
    right: 0%;
    bottom: 12%;
    z-index: 99;
    background: #fff;
    border: 1px solid #E9E9E9;
    width: 3.375rem;
    border-radius: 3rem;
    margin-top: 1rem;
}
.fixed_navbar .item{
    position: relative;
    padding:0.75rem 0.5rem;
    border-bottom: 1px solid #eee;
    z-index: 1;
}
.fixed_navbar .item a{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.fixed_navbar .item a:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -18%;
    width: 18%;
    height: 100%;
}
.fixed_navbar .item a i{
    line-height: 1;
    color:var(--subtheme-color);
    font-size: 18px;
}
.fixed_navbar .item a p{
    color:var(--subtheme-color);
    font-size: 0.75rem;
    line-height: 1.25em;
    text-align: center;
    padding: 0.25em 0;
}
.fixed_navbar .item .con{
    position: absolute;
    z-index: -1;
    padding: 0.5em 1.5rem;
    width: auto;
    text-align: center;
    right: -webkit-calc(110% + 5px);
    right: -moz-calc(110% + 5px);
    right: calc(110% + 5px);
    top: 10%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    color: #333;
    font-size: 1.125rem;
    background: #fff;
    border-radius: 0.4rem;
    white-space: nowrap;
    overflow: hidden;
}
.fixed_navbar .item .con.code{
    width: 7rem;
    padding: 0;
}
.fixed_navbar .item:hover a i{
    color:var(--theme-color);
}
.fixed_navbar .item:hover a p{
    color:var(--theme-color);
}
.fixed_navbar .item:hover .con{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.fixed_navbar .item.b_top{
    border-bottom: 0;
}


/* page_banner */
 .page_banner {
    position: relative;
}
.page_banner .img img {
    width: 100%;
}
.page_banner_con {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color:#fff;
    z-index: 2;
}
.page_banner_con .info {
    width: 100%;
}
.page_banner_con .tit {
    font-weight: bold;
    font-style: italic;
}
.page_banner_con .subtit {
    margin-top:20px;
}
.page_banner_con .pos {
    text-transform: capitalize;
    position: absolute;
    bottom: 10px;
    font-size: 14px;
}
.page_banner_con .pos a {
    padding: 0 3px;
}
.page_about_banner_con {
    padding-right: 13%;
    top: 24%;
    align-items:flex-end;
}
.page_about_banner_con .tit {
    color:#333;
}
.page_product_banner_con {
    position: absolute;
    left: 0;
    top:80px;
    width: 100%;
    text-align: center;
}
.page_product_banner_con .tit {
    font-size:70px;
    font-family:'RobotoMedium';
    line-height: 1;
}
.page_product_banner_con .subtit {
    font-size:40px;
}
.page_product_banner_con a {
    width: 150px;
    height: 40px;
    border-radius: 100px;
    background: var(--theme-color);
    font-size:14px;
    font-family:'RobotoBold';
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    margin:25px auto 0;
    color:#fff;
    transition:all .4s;
}
.page_product_banner_con a:hover {
    background: #333;
}
.page_banner_menu {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.page_banner_menu .list {
    justify-content: center;
}
.page_banner_menu .list .item a {
    background: rgba(0, 0, 0, .6);
    height: 60px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    padding:0 40px;
    display: flex;
    align-items: center;
    color:#fff;
    font-size:18px;
}
.page_banner_menu .list .item.cur a, .page_banner_menu .list .item:hover a {
    background: var(--subtheme-color);
}
.pt80b100 {
    padding-top: 80px;
    padding-bottom: 100px;
}
.inner_pos {
    padding-top: 20px;
    color:#999;
    font-size:18px;
    text-transform: uppercase;
}
.inner_pos a {
    color:#999;
    padding: 0 3px;
}
.inner_pos a:first-child {
    padding-left: 0;
}
.inner_pos a:last-child {
    color:#333;
}
.inner_pos a:hover {
    color:var(--theme-color);
}

/* page_product_menu */

.page_index_promenu{
    margin:-30px -12px;
}
.page_index_promenu .item{
    width: 20%;
    padding:30px 12px;
}
.page_index_promenu .item .item_img{
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    border: 2px solid transparent;
    transition:all .5s;
}
.page_index_promenu .item .item_img img{
    width: 100%;
}
.page_index_promenu .item .item_con{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page_index_promenu .item .item_con .tit{
    margin-bottom: 15px;
    transition:all .5s;
}

.page_index_promenu .item:hover .item_img{
    border-color: var(--theme-color);
}
.page_index_promenu .item:hover .item_con .tit{
    color:var(--subtheme-color);
}

/* page_index_pro_scroll_wrap */

.page_index_pro_scroll_wrap{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.page_index_pro_scroll_wrap .tit_box2 .tit h4{
    color:#fff;
}
.page_index_pro_scroll{
    position: relative;
    overflow: hidden;
}
.page_index_pro_scroll .item{
    display: block;
    background: #fff;
    border-radius: 15px;
}
.page_index_pro_scroll .item .item_con{
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page_index_pro_scroll .item .item_con .tit{
    margin-bottom: 10px;
    transition:all .5s;
}
.page_index_pro_scroll .item:hover .item_con .tit{
    color:var(--subtheme-color);
}


/* page_product_advantage */

.page_product_advantage{
    margin: -15px -30px;
}
.page_product_advantage .item_w{
    width: 33.333%;
    padding: 15px 30px;
}
.page_product_advantage .item{
    transition:all .5s;
    position: relative;
    padding: 32px;
    border-radius: 20px;
    overflow: hidden;
    flex-direction: column;
    height: 100%;
}
.page_product_advantage .item:after{
    content:'';
    width: calc(100% - 30px);
    height: 1px;
    left: 15px;
    bottom: 0;
    background: #9fabb0;
    display: block;
    position: absolute;
}

.page_product_advantage .item .tit{
    margin: 10px 0;
    text-align: center;
    line-height: 1.3;
}
.page_product_advantage .item .desc{
    text-align: center;
    color:#333;
    line-height: 1.5;
}
.page_product_advantage .item:hover{
    background: #fff;
}


/* page_applications_menu */

.page_applications_menu{
    margin: -15px;
}
.page_applications_menu .item{
    width: 50%;
    padding: 15px;
}
.page_applications_menu .item a{
    display:block;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.page_applications_menu .item .item_con{
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 50px 30px 20px;
    background: linear-gradient(to top ,#00000080 , transparent);
    width: 100%;
    color:#fff;
    transition:all .5s;
}
.page_applications_menu .item .item_con .tit{
    flex:1;
    padding-right: 20px;
}
.page_applications_menu .item:hover .item_con{
    padding-bottom: 30px;
}


/* page_product_menu */

.page_banner{
    position: relative;
}
.page_banner:after{
    content: '';
    display: block;
    background: linear-gradient(to bottom, rgba(0, 0, 0, .6), transparent);
    height: 40%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.product_list_w{
    align-items: flex-start;
}
.page_product_menu{
    width: 300px;
    background: #f0f4fa;
    position: sticky;
    top: 90px;
    min-height: 100vh;
    padding-bottom: 40px;
}
.page_product_menu:before{
    content:'';
    position: absolute;
    display: block;
    background: #f0f4fa;
    width: 300%;
    height: 100%;
    right: 100%;
    top: 0;
}

.page_product_menu .menu_tit{
    font-weight: bold;
    line-height: 1;
    padding-bottom: 35px;
}
.page_product_menu .menu_tit i{
    font-weight: normal;
    margin-right: 5px;
    line-height: 1;
    color:var(--theme-color);
}
.page_product_menu .menu_list{
    position: relative;
}
.page_product_menu .menu_list:before{
    content:'';
    display: block;
    width: 2px;
    height: 100%;
    background: rgba(30,115,149,.08);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.page_product_menu .menu_list .hd{
    height: 56px;
    padding-right: 15px;
    position: relative;
    z-index: 1;
}
.page_product_menu .menu_list .hd a{
    flex:1;
    padding:0 10px 0 30px;
    height: 100%;
    display: flex;
    align-items: center;
    transition:all .5s;
}
.page_product_menu .menu_list .hd i{
    font-size: 14px;
    color:#666;
    cursor: pointer;
}
.page_product_menu .menu_list .hd:after{
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width:0;
    transition:all .5s;
    height: 100%;
    background:linear-gradient(to right , var(--theme-color),rgba(2,116,255,.5));
    z-index: -1;
}
.page_product_menu .menu_list .hd.cur:after,.page_product_menu .menu_list .hd:hover:after{
    width: 100%;
    
}
.page_product_menu .menu_list .hd.cur a,.page_product_menu .menu_list .hd:hover a{
    color:#fff;
}
.page_product_menu .menu_list .hd.cur i,.page_product_menu .menu_list .hd:hover i{
    color:#fff;
    transition-delay: 0.3s;
}
/*.page_product_menu .menu_list .hd i,.page_product_menu .menu_list .hd.cur i:hover{*/
/*    transform: rotateX(180deg);*/
/*    transition:all .5s;*/
/*}*/
.page_product_menu .menu_list .hd.cur i{
    transform: rotateX(0deg);
}
.page_product_menu .menu_list .bd{
    padding:3px 30px;
    display: none;
}
.page_product_menu .menu_list .bd a{
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-left: 15px;
    color:#666;
}
.page_product_menu .menu_list .bd a:before{
    content:'';
    display: block;
    width:5px;
    height: 5px;
    background:var(--theme-color);
    position: absolute;
    left: 0;
    top: 24px;
    border-radius: 50%;
}
.page_product_menu .menu_list .bd a:hover{
    color:var(--theme-color);
}
.page_product_menu .get_quote{
    background: url("../images/bg6.jpg") no-repeat center top;
    border-radius: 20px;
    padding: 150px 29px 35px;
    color:#fff;
}
.page_product_menu .get_quote .txt{
    font-family: 'WixSemiBold';
    line-height: 1.3;
}
.page_product_menu .get_quote .btn{
    width: 180px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 100px;
    transition:all .5s;
    margin-top: 35px;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
}
.page_product_menu .get_quote .btn i{
    margin-left: 10px;
}
.page_product_menu .get_quote .btn:hover{
    background: #fff;
    color:var(--theme-color);
}


/* page_product_list */
.product_list_w{
    
}

.page_product_list{
    padding-left: 45px;
    flex:1;
    min-width: 0;
}
.page_product_list .j_info_desc{
    margin-bottom: 20px;
}
.page_product_list .j_tit{
    margin-bottom: 30px;
    font-weight: bold;
    color:#11181c;
    line-height: 1;
}
.page_product_list .j_tit:after{
    content:'';
    width: 40px;
    height: 3px;
    background: var(--theme-color);
    border-radius: 100px;
    display: block;
    margin-top: 10px;
}
.page_product_list .j_desc_img{
    margin-bottom: 20px;
}
.page_product_list .j_tit_desc{
    flex:1;
    min-width: 0;
    padding-right: 40px;
    color:#64748b;
}
.page_product_list .j_info_desc .img{
    width: 240px;
}
.page_product_list .j_info_desc .img img{
    max-width: 100%;
    max-height: 100%;
}
.page_product_list .j_menu a{
    margin:0 20px 20px 0;
    border: 1px solid var(--theme-color);
    border-radius:10px;
    height: 42px;
    padding: 0 20px;
    color:var(--theme-color);
    background: #fff;
    box-shadow: 0 0 15px rgba(2,116,255,.2);
}
.page_product_list .j_menu a span{
    font-size: 16px;
}
.page_product_list .j_menu a i{
    font-size: 16px;
}
.page_product_list .j_pro_tit{
    height: 60px;
    margin-top:40px;
    border-top: 1px solid #f1f5f9;
    border-bottom: 1px solid #f1f5f9;
}
.page_product_list .j_pro_tit h4{
    font-weight: bold;
    color:#11181c;
    padding-left: 16px;
    position: relative;
    flex:1;
}
.page_product_list .j_pro_tit h4:before{
    content:'';
    width: 3px;
    height: 17px;
    background: var(--theme-color);
    position: absolute;
    left: 0;
    top: 9px;
    display: block;
}
.page_product_list .j_pro_tit h5{
    line-height:25px;
}
.page_product_list .j_pro_tit h5 span{
    display: flex;
    align-items: center;
    height: 25px;
    border-radius: 5px;
    background: var(--theme-color);
    color:#fff;
    padding: 0 3px;
    margin-right: 7px;
    min-width: 25px;
    justify-content: center;
}


.page_product_list .list {
    margin:-10px;
}
.page_product_list .list .item {
    display: block;
    padding:10px;
    width:33.333%;
}
.page_product_list .list .item a{
    border: 1px solid #e6e6e6;
    display: block;
    border-radius: 15px;
    overflow: hidden;
    transition:all .5s;
    
}
.page_product_list .list .item .item_img{
    padding: 10px 0 0;
    position: relative;
}
.page_product_list .list .item .item_img span{
    position: absolute;
    right:20px;
    top: 12px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all .5s;
}
.page_product_list .list .item .item_img span i{
    width: 4px;
    display: block;
    height: 4px;
    border-radius: 50%;
    margin: 0 2px;
    background: var(--theme-color);
}
.page_product_list .list .item .item_img img {
    width: 100%;
    mix-blend-mode: multiply;
}
.page_product_list .list .item .item_con {
  padding: 0 20px 20px;
}

.page_product_list .list .item .item_con .tit {
    line-height: 1.5;
    font-weight: bold;
    height: 70px;
    transition:all .5s;
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}
.page_product_list .list .item .item_con .desc{
    margin-top: 5px;
    color:#7a7a7a;
    font-size: 14px;
}

.page_product_list .item a:hover{
    border-color:#83b4f0;
    box-shadow: 0 0 20px rgba(2,116,255,.2);
    background: #f6faff;
}
.page_product_list .item a:hover .item_con .tit{
    color:var(--theme-color);
}

.page_product_list .list .item a:hover .item_img span{
    background: #fff;
}


/* page_ecology_index */
 .page_ecology_index .list {
    margin:0 -20px;
}
.page_ecology_index .list .item {
    padding:0 20px;
}
.page_ecology_index .list .item .img img {
    border-radius: 10px;
}
.page_ecology_index .list .item .tit {
    font-size:20px;
    text-align: center;
    margin-top: 20px;
}
/* page_ecology_index_swiper */
 .page_ecology_index_swiper {
    padding: 40px 0;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    display: none;
}
.page_ecology_index_swiper_Wrap .page_ecology_index_swiper:first-child {
    display: block;
}
.page_ecology_index_swiper .item {
    display: block;
    padding: 30px 60px;
    background: #fff;
    border:1px solid #fff;
}
.page_ecology_index_swiper .item .img {
    display: flex;
    justify-content: center;
}
.page_ecology_index_swiper .item .tit {
    text-align: center;
    margin-top:20px;
}
.page_ecology_index_swiper .swiper-button-next, .page_ecology_index_swiper .swiper-button-prev {
    background:var(--theme-color);
    width: 30px;
    height: 50px;
    color:#fff;
    opacity: .5;
}
.page_ecology_index_swiper .swiper-button-next:after, .page_ecology_index_swiper .swiper-button-prev:after {
    font-size:18px;
}
.page_ecology_index_swiper .swiper-button-prev {
    left: 0;
    border-radius: 0 10px 10px 0;
}
.page_ecology_index_swiper .swiper-button-next {
    right: 0;
    border-radius: 10px 0 0 10px;
}
.page_ecology_index_swiper .swiper-button-next:hover, .page_ecology_index_swiper .swiper-button-prev:hover {
    opacity: 1;
}
.page_ecology_index_swiper .item:hover {
    border-color: var(--theme-color);
}
.page_ecology_index_swiper .item:hover .tit {
    color:var(--theme-color);
}
/* page_ecology_index_partners */
 .page_ecology_index_partners .list {
    margin:-25px;
    padding-bottom: 120px;
}
.page_ecology_index_partners .list .item_wrap {
    width: 20%;
    padding:25px;
}
.page_ecology_index_partners .list .item {
    background:#fff;
    padding:10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
    border-radius: 10px;
}
.page_ecology_index_partners .list .item .img {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* page_become_form */
 .page_become_form {
    width:660px;
    margin:auto;
    padding-bottom: 110px;
}
.page_become_form form {
    margin:0 -20px;
}
.page_become_form .input {
    width: 50%;
    padding:0 20px 20px;
}
.page_become_form .input.input_show {
    display: none;
}
.page_become_form .input h4 {
    font-size:13px;
    color:#666;
    margin-bottom: 3px;
    text-align: left;
}
.page_become_form .input h4 i {
    color:var(--theme-color);
}
.page_become_form .input input, .page_become_form .input select, .page_become_form .input textarea {
    width: 100%;
    height: 50px;
    padding:10px;
    line-height: 28px;
    border:1px solid #ddd;
    border-radius: 5px;
    padding:0 10px;
    outline: none;
    font-size:16px;
}
.page_become_form .input input::placeholder, .page_become_form .input textarea::placeholder {
    font-size:13px;
    color:#bbb;
}
.page_become_form .input select {
    font-size:13px;
    color:#bbb;
}
.page_become_form .input select option {
    padding:5px 10px;
    font-size:16px;
    color:#333;
}
.page_become_form .input select.cur {
    color:#333;
    font-size:16px;
}
.page_become_form .input textarea {
    height: 120px;
}
.page_become_form .input.input100 {
    width: 100%;
}
.page_become_form .txt_btn {
    padding:10px 20px 0;
    width: 100%;
}
.page_become_form .txt_btn .txt {
    font-size:13px;
    color:#666;
    flex:1;
    display: block;
    text-align: left;
}
.page_become_form .txt_btn .button button {
    width: 140px;
    height: 45px;
    background: var(--theme-color);
    border-radius: 100px;
    border:none;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    font-family:'RobotoBold';
    text-transform: uppercase;
    font-size:16px;
    cursor: pointer;
    transition:all .4s;
}
.page_become_form .txt_btn .button button:hover {
    background: #333;
}
/* page_ecology_index_menu */
 .page_ecology_index_menu {
    margin:-35px;
    padding-bottom: 100px;
}
.page_ecology_index_menu .item {
    width: 33.333%;
    padding:35px;
}
.page_ecology_index_menu .item a {
    background: #f7f7f7;
    border-radius:10px;
    padding:55px;
    display: block;
    text-align: center;
    height: 100%;
    transition:all .4s;
}
.page_ecology_index_menu .item .item_con {
    padding-top: 20px;
}
.page_ecology_index_menu .item .item_con .tit {
    font-size:36px;
    font-family:'RobotoBold';
}
.page_ecology_index_menu .item .item_con .desc {
    margin-top:5px;
}
.page_ecology_index_menu .item .item_con .btn {
    width: 140px;
    height: 40px;
    border-radius: 100px;
    border:1px solid var(--theme-color);
    font-size:14px;
    margin:40px auto 0;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family:'RobotoBold';
    color:var(--theme-color);
    transition:all .4s;
}
.page_ecology_index_menu .item a:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, .08);
}
.page_ecology_index_menu .item a:hover .item_con .btn {
    background: var(--theme-color);
    color:#fff;
}
/* page_ecology_list_advantage */
 .page_ecology_list_advantage .item {
    width: 25%;
    padding:40px 60px 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.page_ecology_list_advantage .item .item_con {
    padding-top: 30px;
}
.page_ecology_list_advantage .item .item_con .tit {
    font-size:20px;
    color:var(--theme-color);
}
.page_ecology_list_advantage .item .item_con .desc {
    margin-top: 6px;
}
.page_ecology_list {
    padding:100px 0;
}
.page_ecology_list_advantage .item:hover {
    background: #f7f7f7;
}
.page_ecology_list .list {
    margin:-13px;
}
.page_ecology_list .list a {
    width: 20%;
    display: block;
    padding: 13px;
}
.page_ecology_list .list .item {
    padding:30px 50px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    transition:all .4s;
}
.page_ecology_list .list .item .img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page_ecology_list .list .item .con h4 {
    margin-top: 20px;
    text-align: center;
}
.page_ecology_list .list .item:hover .con h4 {
    color:var(--theme-color);
}
.page_ecology_list .list .item:hover {
    border-color: var(--theme-color);
}
/* public_download */
 .public_download .page_support_download_list {
    padding-bottom: 40px;
}
.public_download .page_support_download_list .list_item {
    padding-top: 0;
}
.public_download .page_support_download_list .list_item .list_wrap {
    display: block;
    padding-top: 0;
}
.public_download .page_support_download_list .list_item .list {
    padding-top: 0;
}
/* public_faq */
 .public_faq {
    padding-bottom: 80px;
}
.public_faq .page_support_faq_list .list {
    padding-top: 0;
}
.page_products_public_more {
    display: inline-block;
    height: 40px;
    background:var(--theme-color);
    margin:40px 0 0;
    padding: 0 20px;
    line-height: 40px;
    color:#fff;
    transition:all .4s;
    border-radius: 100px;
    text-transform: uppercase;
    font-size:14px;
}
.page_products_public_more:hover {
    background: #333;
}
/* page_public_rml_series_retrieve */
 .page_public_rml_series_retrieve {
    position: relative;
}
.page_public_rml_series_retrieve .j_bg {
    position: relative;
    z-index: 1;
}
.page_public_rml_series_retrieve .j_bg1 {
    background: #999;
    height: 500px;
}
.page_public_rml_series_retrieve .j_bg:after {
    content:'';
    display: block;
    width: 100%;
    height: 100%;
    z-index:2;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    top: 0;
}
.page_public_rml_series_retrieve .j_bg img {
    width: 100%;
}
.page_public_rml_series_retrieve .j_con {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color:#fff;
    z-index: 3;
}
.page_public_rml_series_retrieve .j_con .txt {
    font-size:24px;
}
.page_public_rml_series_retrieve .j_con .tit {
    font-size:54px;
    font-family:'RobotoMedium';
    margin:20px 0 50px;
}
.page_public_rml_series_retrieve .j_con .btn {
    width: 150px;
    height: 44px;
    background: var(--theme-color);
    color:#fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:14px;
    text-transform: uppercase;
    transition:all .4s;
}
.page_public_rml_series_retrieve .j_con .btn:hover {
    opacity: .7;
}
/* page_about1 */

.page_about_menu_wrap{
    position: sticky;
    top:85px;
    z-index: 9;
    padding: 10px 0;
    margin-top: -100px;
}
.page_about_menu_w{
    justify-content: center;
}
.page_about_menu{
    height: 52px;
    border-radius: 100px;
    background:#fff;
    overflow: hidden;
    display: inline-flex;
    padding: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
}
.page_about_menu .item{
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    cursor: pointer;
    border-radius: 100px;
    font-size: 18px;
}
.page_about_menu .item.cur{
    background:rgba(2,116,255,.1);
    color:var(--theme-color);
    font-weight: bold;
}
.page_about_menu .item:hover{
    color:var(--theme-color);
}

/* page_about_panel1 */

.page_about_panel1_wrap{
}
.page_about_panel1_tit{
    padding-top: 30px;
}
.page_about_panel1{
    align-items: flex-start;
}

.page_about_panel1_con{
    width: 68%;
    padding-right: 4%;
}
.page_about_panel1_con p{
    margin-top:15px;
}
.page_about_panel1_con p:first-child{
    margin-top: 0;
}
.page_about_panel1_con p em{
    color:var(--theme-color);
}
.page_about_panel1_video{
    flex:1;
    min-width: 0;
    position: relative;
    z-index: 1;
}
.page_about_panel1_video .bg img{
    border-radius: 15px;
}
.page_about_panel1_video .video{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    height: 100%;
}
.page_about_panel1_video .video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_about_panel1_video .btn{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #00000060;
    position: absolute;
    left: 46%;
    top: 46%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 333;
    cursor: pointer;
}
.page_about_panel1_video .btn i{
    color:#fff;
    font-size: 30px;
}
.page_about_panel1_video .btn:hover{
    background: var(--subtheme-color);
}

.layer_video_bg{
    position: fixed;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 19920800;
}
.layer_video_content{
    width: 50%;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 19920801;
    text-align: center;
}
.layer_video_content .video_content_close{
    cursor: pointer;
    position: fixed;
    right: -40px;
    top: -35px;
}
.layer_video_content .video_content_close i{
    color: #fff;
    font-size: 25px;
}

.layer_video_content video{
    width: 100%;
}

.page_about_panel1_data{
    justify-content: space-between;
}
.page_about_panel1_data .item{
    
}
.page_about_panel1_data .item .tit{
    color:var(--theme-color);
}
.page_about_panel1_data .item .tit span,.page_about_panel1_data .item .tit1{
    font-weight: bold;
    font-family: 'Arial';
}
.page_about_panel1_data .item .tit span{
    margin-right: 5px;
    line-height: 1;
}

.page_about_panel1_promotion_wrap{
    background-repeat: no-repeat;
    background-size: cover;
}
.page_about_panel1_promotion{
    justify-content: space-between;
    margin: 0 -50px;
}
.page_about_panel1_promotion .item{
    width: 33.333%;
    color:#fff;
    padding:0 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.page_about_panel1_promotion .item:after{
    position: absolute;
    top: 30%;
    right: 0;
    width: 1px;
    height: 120px;
    background: rgba(255, 255, 255, 0.2);
    content: "";
}
.page_about_panel1_promotion .item:last-child:after{
    display: none;
}
.page_about_panel1_promotion .item .ico{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    justify-content: center;
}
.page_about_panel1_promotion .item .ico img{
    width: 40px;
}
.page_about_panel1_promotion .item .tit{
    font-weight: bold;
    padding-top: 16px;
}
.page_about_panel1_promotion .item .desc{
    padding-top: 12px;
    height: 70px;
}


/* page_about_panel2 */

.page_about_panel2{
    
}
.page_about_panel2_list_w{
    position: relative;
    overflow: hidden;
    padding: 0 40px;
}
.page_about_panel2_list_w:after{
    content:'';
    display: block;
    width: 100%;
    height: 2px;
    background:#ddd;
    position: absolute;
    top: 50%;
    left: 0;
}
.page_about_panel2_list .item .item_img{
    width: 100px;
    height: 100px;
    position: absolute;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 185px;
    left: 0;
}
.page_about_panel2_list .item .item_img:before{
    content:'';
    width: 7px;
    height: 7px;
    background: var(--theme-color);
    display: block;
    position: absolute;
    left: calc(50% - 3px);
    top: -60px;
    border-radius: 50%;
}
.page_about_panel2_list .item .item_img:after{
    content:'';
    width: 1px;
    height: 60px;
    position: absolute;
    background: rgba(2,116,255,.2);
    display: block;
    left: 50%;
    top: -60px;
}
.page_about_panel2_list .item .item_img img{
    width: 60px;
}
.page_about_panel2_list .item .item_con{
    height: 140px;
    padding-left: 40px;
}
.page_about_panel2_list .item .item_con .tit{
    font-weight: bold;
}
.page_about_panel2_list .item .item_con .desc{
    line-height: 1.6;
    margin-top: 5px;
    color:#666;
}
.page_about_panel2_list .swiper-slide:nth-child(2n) .item .item_con{
    margin-top: 320px;
    padding-top: 38px;
}
.page_about_panel2_list .swiper-slide:nth-child(2n) .item .item_img:before{
    top: 155px;
}
.page_about_panel2_list .swiper-slide:nth-child(2n) .item .item_img:after{
    top:100px;
}
.page_about_panel2_list_w .swiper-button-prev{
    left: 0;
}
.page_about_panel2_list_w .swiper-button-next{
    right: 0;
}
.page_about_panel2_list_w .swiper-button-prev,.page_about_panel2_list_w .swiper-button-next{
    padding: 0;
    width: auto;
    color:#999;
    opacity: 1;
}
.page_about_panel2_list_w .swiper-button-prev:after,.page_about_panel2_list_w .swiper-button-next:after{
    font-size: 30px;
}
.page_about_panel2_list_w .swiper-button-prev:hover,.page_about_panel2_list_w .swiper-button-next:hover{
    color:var(--theme-color);
}


/* page_about_panel3_wrap */






.page_about_panel5_list{
    margin: -5px;
}
.page_about_panel5_list .item{
    padding:5px;
    width: 26.5625%;
}
.page_about_panel5_list .item:nth-child(6n),.page_about_panel5_list .item:nth-child(6n+1){
    width: 46.875%;
}
.page_about_panel5_list .item .custom-image-container,.page_about_panel5_list .item .blow_img{
    height: 100%;
}
.page_about_panel5_list .item .blow_img{
    position: relative;
}
.page_about_panel5_list .item .blow_img:after{
    content:'';
    height: 30%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top,#00000080,transparent);
    display: block;
    width: 100%;
}
.page_about_panel5_list .item .blow_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* page_about_panel6 */


.page_about_panel6 .img img{
    width:100%;
}
.page_about_panel6 .con{
    background: #edf3fa;
    padding: 20px 30px;
}
.page_about_panel6 .con b{
    color:var(--theme-color);
}


/* page_about_panel7_wrap */

.page_about_panel7_wrap{
    background-repeat: no-repeat;
    background-position: center;
}
.page_about_panel7_wrap .tit_box2 .tit h4{
    color:#fff;
}

.page_about_panel7{
    display: flex;
    justify-content: flex-end;
}
.page_about_panel7_list{
    width: 400px;
    color:#fff;
}
.page_about_panel7_list .item_w{
    border-bottom: 1px solid #ffffff30;
    padding: 7px 0;
}
.page_about_panel7_list .item{
    height: 44px;
    background: linear-gradient(to left,#ffffff20 10%,transparent 90%);
    padding: 0 10px;
}
.page_about_panel7_list .item .desc{
    flex:1;
    min-width: 0;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
}



/* page_lastest_news_list */
.page_lastest_news_list {
    border-radius: 20px;
    padding: 15px;
}
.page_lastest_news_list .j_tit{
}
.page_lastest_news_list .j_tit img{
    margin-right: 10px;
}
.page_lastest_news_list .list .item{
    padding: 15px 0;
    border-bottom: 1px solid #9fabb0;
}
.page_lastest_news_list .list .item:last-child{
    border-bottom: none;
}
.page_lastest_news_list .list .item .img{
    width: 40%;
    border-radius: 10px;
    overflow: hidden;
}
.page_lastest_news_list .list .item .tit{
    flex:1;
    min-width: 0;
    line-height: 1.4;
    padding-left: 10px;
    transition: all .4s;
}
.page_lastest_news_list .list .item .tit p{
    color:#666;
    margin-top: 6px;
    font-size: 14px;
}
.page_lastest_news_list .list .item:hover .tit{
    color:var(--theme-color);
}


/* public_recommended_products */
 .public_recommended_products {
    padding:30px 0 50px;
}
.public_recommended_products_list .list {
    gap:13px;
    padding-top:10px;
}
.public_recommended_products_list .list .item {
    display: block;
    width: 25%;
    background: #fff;
    padding:30px 40px 50px;
    transition:all .4s;
    border-radius: 10px;
}
.public_recommended_products_list .list .item h4 {
    font-size:20px;
    font-family:'RobotoMedium';
    margin-top: 20px;
    text-align: center;
    transition:all .4s;
}
.public_recommended_products_list .list .item:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
}
.public_recommended_products_list .list .item:hover h4 {
    color:var(--theme-color);
}
/* public_cases_swiper */
 .public_cases_swiper {
    padding-bottom: 100px;
    position: relative;
}
.public_cases_swiper .item {
    display: block;
}
.public_cases_swiper .item .item_img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.public_cases_swiper .item .item_img .img img {
    width: 100%;
}
.public_cases_swiper .item .item_img .con {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding:80px 40px 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
    color:#fff;
}
.public_cases_swiper .item .item_img .con h4 {
    font-size:24px;
    margin-bottom: 5px;
}
.public_cases_swiper .item .item_img .con p {
    font-family:'RobotoLight';
}
.public_cases_swiper .item .item_btn {
    justify-content: flex-end;
    margin-top: 32px;
}
.public_cases_swiper .item .item_btn .btn {
    width: 140px;
    height: 40px;
    background: #333;
    border-radius: 100px;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all .4s;
}
.public_cases_swiper .item .item_btn .btn:hover {
    background: var(--theme-color);
}
.public_cases_swiper .arrow {
    display: flex;
    position: absolute;
    right: 0;
    top:-90px;
    bottom: 100px;
}
.public_cases_swiper .swiper-button-next, .public_cases_swiper .swiper-button-prev {
    position: static;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: flex;
    justify-content:center;
    align-items: center;
    margin:0;
    opacity: 1;
    color:var(--theme-color);
    margin-right:10px;
    transition:all .3s;
    background: #fff;
}
.public_cases_swiper .swiper-button-next:after, .public_cases_swiper .swiper-button-prev:after {
    font-size:18px;
    font-weight: bold;
}
.public_cases_swiper .swiper-button-next:hover, .public_cases_swiper .swiper-button-prev:hover {
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}
/* product_detail */

.pd_detail{
    flex:1;
    min-width: 0;
    padding-left: 45px;
}
.pd_detail_hd .pics {
    width: 385px;
    position: relative;
}
.pd_detail_hd .pics .mySwiper2 {
    overflow: hidden;
    position: relative;
    border: 1px solid #e5e7eb;
    width:100%;
    border-radius: 10px;
    height: 385px;
}
.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;
    cursor: pointer;
}
.pd_detail_hd .pics .mySwiper2 .img img {
    max-width: 100%;
    object-fit: contain;
    max-height: 100%;
}
.pd_detail_hd .pics .mySwiper2 .swiper-button-prev,.pd_detail_hd .pics .mySwiper2 .swiper-button-next{
    width: 40px;
    height: 40px;
    background:rgba(2,116,255,.2);
    border-radius: 5px;
    color:var(--theme-color);
    transition:all .5s;
}
.pd_detail_hd .pics .mySwiper2 .swiper-button-prev:after,.pd_detail_hd .pics .mySwiper2 .swiper-button-next:after{
    font-size: 18px;
    font-weight: bold;
}
.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 .mySwiper {
    overflow: hidden;
    padding-top: 12px;
}
.pd_detail_hd .pics .mySwiper .swiper-slide .img {
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #e5e7eb;
    overflow: hidden;
    height:87px;
    width: 100%;
    border-radius: 6px;
}
.pd_detail_hd .pics .mySwiper .swiper-slide.swiper-slide-thumb-active .img {
    border:1px solid #83b4f0;
}
.pd_detail_hd .pics .mySwiper .swiper-slide .img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next, .pd_detail_hd .pics .mySwiper1_w .swiper-button-prev {
    z-index: 99;
    width:72px;
    height: 72px;
    opacity: 1;
    background:rgba(0, 0, 0, .2);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -13%;
    color:#fff;
}
.pd_detail_hd .pics .mySwiper1_w .swiper-button-next:after, .pd_detail_hd .pics .mySwiper1_w .swiper-button-prev:after {
    font-size:24px;
    font-weight: bold;
}

.pd_detail_hd .pics .mySwiper1_w .swiper-button-next:hover, .pd_detail_hd .pics .mySwiper1_w .swiper-button-prev:hover {
    background: var(--theme-color);
}
.pd_detail_hd .infos {
    flex: 1;
    min-width: 0;
    padding-left: 6%;
    min-width: 0;
}
.pd_detail_hd .infos .name{
    color:var(--theme-color);
}
.pd_detail_hd .infos h1 {
    line-height: 1.2;
}
.pd_detail_hd .infos .subtit{
    font-weight: bold;
    padding-top: 6px;
    color:var(--theme-color);
}
.pd_detail_hd .infos .subtit:after{
    content:'';
    display: block;
    width: 70px;
    height: 3px;
    border-radius: 100px;
    background: var(--theme-color);
    margin-top: 12px;
}
.pd_detail_hd .infos .desc{
    padding: 20px 0 0;
}
.pd_detail_hd .infos .desc p{
    color:#333;
    font-size: 19px;
    font-weight: bold;
    padding-left: 30px;
    position: relative;
    margin-bottom: 14px;
}
.pd_detail_hd .infos .desc p:last-child{
    margin-bottom: 0;
}
.pd_detail_hd .infos .desc p:before{
    content:'';
    background: url("../images/ico2.png") no-repeat left center;
    width: 22px;
    height: 22px;
    display: block;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 5px;
}
.pd_detail_hd .infos .desc p span{
    font-size: 16px;
    display: block;
    color:#8f9da6;
}
.pd_detail_hd .infos .cert{
    padding-top: 10px;
}

.pd_detail_hd .infos .btn_box .btn1 {
    height: 50px;
    background: var(--theme-color);
    border-radius: 10px;
    margin-right: 15px;
    padding: 0 20px;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .5s;
}
.pd_detail_hd .infos .btn_box .button_wrap .button{
    padding: 0 20px;
    font-size: 16px;
}
.pd_detail_hd .infos .btn_box .button_wrap .button i{
    margin:0 6px 0 0;
    font-size: 20px;
}
.pd_detail_hd .infos .btn:hover{
    background: var(--subtheme-color);
}
.pd_detail_hd .infos .btn i{
    margin-right: 8px;
}

/* pd_detail_info */

.pd_detail_info{
    
}
.pd_detail_info_btn{
    position: sticky;
    top:90px;
    z-index: 90;
    height: 57px;
    background: #fff;
    border-top: 1px solid #edf4f7;
    border-bottom: 1px solid #edf4f7;
}

.pd_detail_info_btn .item{
    height: 35px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 30px;
    padding: 0 18px;
    border-radius: 6px;
    color:#64748b;
    font-weight: bold;
}
.pd_detail_info_btn .item.cur{
    color:var(--theme-color);
    background: #e5f1ff;
}
.pd_detail_info_btn .item span{
    display: flex;
    align-items: center;
    height: 20px;
    line-height: 20px;
    border-radius:100px;
    background: var(--subtheme-color);
    color: #fff;
    padding: 0 3px;
    margin-left: 5px;
    min-width: 20px;
    justify-content: center;
    font-family: 'Arial';
    font-size: 14px;
    font-weight: normal;
}


.pd_detail_info_con{
    padding-top: 30px;
}

.pd_detail_info_con .jy_item{
    display: none;
    padding: 0 10px;
}
.pd_detail_info_con .jy_item.page_download_con{
    padding: 0 10px;
}
.pd_detail_info_con .jy_item:first-child{
    display: block;
}
.pd_detail_info_con .page_product_list{
    padding-left: 0;
}
.pd_detail_info_con .jy_item table{
    width: 100%;
    color:#4c4c4c;
}
.pd_detail_info_con .jy_item table tr td{
    border: 1px solid #e2ebef;
    padding: 6px 10px;
    text-align: center;
    line-height: 1.4;
}
.pd_detail_info_con .jy_item table tr.firstRow{
    background: #f1f7fa;
    font-size: 18px;
    font-weight: bold;
    color:#11181c;
}
.pd_detail_info_con .jy_item table tr.firstRow td{
    padding: 8px 10px;
}
.page_solution_list.page_recommend_solution_list{
    margin: -15px;
}
.page_solution_list.page_recommend_solution_list .item{
    width: 33.333%;
    padding:15px;
}

/* pdd_tit_box */
 .pdd_tit_box {
    text-align: center;
    padding: 60px 0 30px;
}
.pdd_tit_box .tit {
    font-size:45px;
    font-family:'RobotoMedium';
    text-transform: uppercase;
    line-height: 1.2;
}
.pdd_tit_box .desc {
    font-size:18px;
}
.j_pd_detail_introduction .desc {
    font-size:18px;
}
.j_pd_detail_introduction .desc p {
    margin-bottom: 6px;
}
.j_pd_detail_introduction .list {
    position: relative;
    overflow: hidden;
    padding:80px 0 100px;
}
.j_pd_detail_introduction .list .item {
    border-radius: 15px;
    overflow: hidden;
}
.j_pd_detail_introduction .list .item .img img {
    width: 100%;
}
.j_pd_detail_introduction .list .arrow {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.j_pd_detail_introduction .list .swiper-button-next, .j_pd_detail_introduction .list .swiper-button-prev {
    position: initial;
    height:40px;
    width: 40px;
    border-radius: 50%;
    background: #bbb;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    margin-top: 0;
    margin:0 10px;
}
.j_pd_detail_introduction .list .swiper-button-next:after, .j_pd_detail_introduction .list .swiper-button-prev:after {
    font-size:18px;
    font-weight: bold;
}
.j_pd_detail_introduction .list .swiper-button-next:hover, .j_pd_detail_introduction .list .swiper-button-prev:hover {
    background: var(--theme-color);
}
/* page_support_download_list */
 .page_support_download_list {
    padding-bottom: 80px;
}
.page_support_download_list .list_item {
    padding:50px 0;
    border-bottom: 1px solid #666;
}
.page_support_download_list .list_item .menu {
    line-height: 1;
    transition:all .4s;
    cursor: pointer;
}
.page_support_download_list .list_item .menu h4 {
    font-size:54px;
    font-family:'RobotoMedium';
    flex:1;
    line-height: 1;
}
.page_support_download_list .list_item .menu i {
    font-size:36px;
    transform: rotate(45deg);
    transition:all .4s;
}
.page_support_download_list .list_item .menu:hover {
    color:var(--theme-color);
}
.page_support_download_list .list_item .menu.cur i {
    transform: rotate(0deg);
}
.page_support_download_list .list_item .list_wrap {
    padding-top: 20px;
    display: none;
}
.page_support_download_list .list_item .list {
    margin:-12px;
    padding-top: 20px;
}
.page_support_download_list .list_item .list a {
    width: 33.333%;
    padding:12px;
}
.page_support_download_list .list_item .list .item {
    background: #fff;
    padding:30px 40px 20px;
    transition:all .4s;
    border-radius: 10px;
}
.page_support_download_list .list_item .list .item h4 {
    font-size:24px;
    line-height: 1.3;
    height: 94px;
}
.page_support_download_list .list_item .list .item .name_btn {
    margin-top: 30px;
}
.page_support_download_list .list_item .list .item .name_btn .name {
    flex:1;
    font-size:14px;
}
.page_support_download_list .list_item .list .item .name_btn i {
    font-size:30px;
}
.page_support_download_list .list_item .list .item:hover {
    background: var(--theme-color);
    color:#fff;
}
/* page_support_cases_list */
 .page_support_cases_list {
    padding-bottom:100px;
}
.page_support_cases_list .list {
    margin:-12px;
}
.page_support_cases_list .list a {
    width: 33.333%;
    padding:12px;
}
.page_support_cases_list .list .item .item_img {
    border-radius: 10px;
    overflow: hidden;
}
.page_support_cases_list .list .item .item_con {
    padding:20px 0;
}
.page_support_cases_list .list .item .item_con .time {
    color:#666;
    font-size:14px;
    line-height: 1;
}
.page_support_cases_list .list .item .item_con .tit {
    font-size:20px;
    line-height: 1.4;
    margin-top: 10px;
    height: 56px;
}
.page_support_cases_list .list .item .item_con .tag {
    height: 32px;
    border:1px solid #666;
    padding:0 15px;
    display: inline-block;
    border-radius: 100px;
    margin: 10px 10px 0 0;
    font-size:14px;
    transition:all .4s;
    line-height: 30px;
}
.page_support_cases_list .list .item:hover .item_con .tit {
    color:var(--theme-color);
}
.page_support_cases_list .list .item .item_con .tag:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color:#fff;
}
/* page_support_faq */
 .page_support_faq {
    padding:70px 0 100px;
}
.page_support_faq_menu {
    justify-content: center;
    border-bottom: 1px solid #666;
}
.page_support_faq_menu .item {
    font-size:20px;
    margin: 0 36px;
    padding-bottom: 20px;
    cursor: pointer;
    font-family:'RobotoMedium';
    position: relative;
}
.page_support_faq_menu .item:after {
    content:'';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    width: 100%;
    height: 5px;
    background: var(--theme-color);
    border-radius: 100px;
    transition:all .4s;
}
.page_support_faq_menu .item.cur:after, .page_support_faq_menu .item:hover:after {
    transform: scale(1);
}
.page_support_faq_list .list {
    display: none;
    padding-top: 15px;
}
.page_support_faq_list .list:first-child {
    display: block;
}
.page_support_faq_list .list .item {
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
}
.page_support_faq_list .list .item .tit {
    cursor: pointer;
    transition:all .4s;
}
.page_support_faq_list .list .item .tit h4 {
    font-size:24px;
    flex:1;
    min-width: 0;
    line-height: 1;
    padding-right: 20px;
}
.page_support_faq_list .list .item .tit i {
    font-size:30px;
    line-height: 1;
    transform: rotate(45deg);
    transition:all .4s;
}
.page_support_faq_list .list .item .desc {
    padding-top: 20px;
    font-size:18px;
    display: none;
}
.page_support_faq_list .list .item .tit.cur i {
    transform: rotate(0deg);
}
.page_support_faq_list .list .item:hover .tit {
    color:var(--theme-color);
}


/* page_news */


.page_news_menu{
    
}

.page_latest_news_wrap{
    background:#f3f4f6;
}

.page_latest_news{
    position: relative;
    overflow: hidden;
}
.page_latest_news .item{
    border-radius:16px;
    overflow: hidden;
    background: #fff;
    overflow: hidden;
}
.page_latest_news .item_con{
    flex:1;
    min-width: 0;
    padding:50px 65px;
}

.page_latest_news .item_con .tit{
    line-height: 1.3;
    transition:all .4s;
    margin: 10px 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    color:#11181c;
    height: 80px;
}
.page_latest_news .item_con .time{
    color:#666;
}
.page_latest_news .item_con .time span{
    color:var(--theme-color);
}
.page_latest_news .item_con .desc{
    margin-bottom: 50px;
}
.page_latest_news .item_con .button_wrap .button{
    height: 42px;
    padding: 0 20px;
    font-size: 16px;
}

.page_latest_news .item_img{
    width: 45%;
}
.page_latest_news .item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_latest_news .arrow{
    position: absolute;
    right: 50px;
    bottom: 50px;
}
.page_latest_news .arrow .swiper-button-prev,.page_latest_news .arrow .swiper-button-next{
    position: initial;
    width: 40px;
    height: 40px;
    background:#f5f5f5;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 1;
    margin: 0;
    transition: all .5s;
    margin-left:10px;
}
.page_latest_news .arrow .swiper-button-prev:after,.page_latest_news .arrow .swiper-button-next:after{
    font-size: 16px;
    font-weight: bold;
}
.page_latest_news .arrow .swiper-button-prev:hover,.page_latest_news .arrow .swiper-button-next:hover{
    background: var(--theme-color);
    color:#fff;
}

.page_latest_news .item:hover .item_con .tit{
    color:var(--theme-color);
}
.page_latest_news .item:hover .item_con .more{
    background: var(--subtheme-color);
    color:#fff;
}


.page_news_list .list{
    margin:-20px -10px;
}
.page_news_list .item{
    width:33.333%;
    display: block;
    padding:20px 10px;
}
.page_news_list .item a{
    border-radius: 8px;
    display: block;
    transition:all .5s;
    border: 2px solid #e5ecef;
}
.page_news_list .item .item_img{
    border-radius:8px;
    overflow: hidden;
    position: relative;
}
.page_news_list .item .item_img img{
    width: 100%;
}
.page_news_list .item .item_img .time{
    height: 28px;
    background: var(--theme-color);
    color:#fff;
    padding: 0 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.page_news_list .item .item_con{
    padding: 25px 30px;
}
.page_news_list .item .item_con .time{
    color: #666;
}
.page_news_list .item .item_con .time span{
    color:var(--theme-color);
}
.page_news_list .item .item_con .tit{
    transition: all .4s;
    line-height: 1.4;
    margin-top: 5px;
    margin:5px 0 10px;
}
.page_news_list .item .item_con .desc{
    line-height: 1.5;
    margin-bottom: 20px;
}

.page_news_list .item .item_con .button_wrap .button{
    height: 42px;
    padding: 0 20px;
    font-size: 16px;
}

.page_news_list .item a:hover .item_con .tit{
    color:var(--theme-color);
}
.page_news_list .item a:hover .item_con .btn{
    background: var(--theme-color);
    color:#fff;
    border-color: var(--theme-color);
}
.page_news_list .item a:hover .item_con .btn i{
    transform: rotate(-45deg);
}


/* page_menu_public */

.page_menu_public {
    position: relative;
}
.page_menu_public .j_search{
    position: relative;
    margin-left: 20px;
}
.page_menu_public .j_search .input{
    width: 250px;
    height: 50px;
    border: 2px solid #e5ecef;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 14px;
}
.page_menu_public .j_search button{
    position: absolute;
    right: 10px;
    top: 8px;
    border: none;
    outline: none;
    background: transparent;
    color:var(--theme-color);
    cursor: pointer;
}
.page_menu_public .j_search button i{
    font-size: 18px;
}

.page_menu_public .item{
    margin:0 20px 0 0 ;
}
.page_menu_public .item a{
    height: 50px;
    padding: 0 40px;
    background: #e5ecef;
    display: flex;
    align-items: center;
    border-radius: 8px;
    transition:all .5s;
}

.page_menu_public .item a:hover,.page_menu_public .item.cur a{
    background: var(--subtheme-color);
    color:#fff;
}

.no_banner_pos {
    font-size: 14px;
    color:#666;
    position: relative;
    z-index: 1;
}
.no_banner_pos:after{
    content: '';
    display: block;
    background: #edf0f5;
    position: absolute;
    right: 0;
    width: 100%;
    height: 1px;
    top: 47px;
    z-index: -1;
}
.no_banner_pos .pos{
    background: #fff;
    display: inline-flex;
    padding-right: 10px;
}
.no_banner_pos span{
    margin-right: 5px;
    color:var(--subtheme-color);
}
.no_banner_pos a{
    padding: 0 3px;
    white-space: nowrap;
}
.no_banner_pos a:hover{
    text-decoration: underline;
    color:var(--subtheme-color);
}

/* page_download */

.page_download_wrap{
    background: #f1f5f9;
}
.page_download_side{
    width: 380px;
    padding-right: 30px;
}

.page_download_side .j_tit{
    height: 60px;
    background: var(--theme-color);
    border-radius: 10px 10px 0 0;
    padding-left: 30px;
    line-height: 50px;
    color:#fff;
    font-weight: bold;
}
.page_download_side .j_con{
    background: #fff;
    border-radius: 10px;
    position: relative;
    margin-top: -10px;
}
.page_download_side .list{
    padding:0 30px 40px;
}
.page_download_side .list .item{
    padding: 16px 0;
    border-bottom: 1px solid #eef1f6;
}
.page_download_side .list .item .ico img{
    width: 20px;
}
.page_download_side .list .item h4{
    flex:1;
    min-width: 0;
    padding: 0 20px 0 10px;
}
.page_download_side .list .item .num{
    min-width: 20px;
    height: 20px;
    border-radius: 100px;
    background: var(--subtheme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff;
    padding:0 5px;
    line-height: 1;
}

.page_download_side .list .item:hover h4{
    color:var(--theme-color);
}

.page_download_side .page_contact_bd .form{
    background: transparent;
    border-radius: 0;
    margin: 0;
    padding: 20px 30px 30px;
}
.page_download_side .page_contact_bd .form .input{
    width: 100%;
    margin:0 0 10px;
}
.page_download_side .page_contact_bd .form .input input,.page_download_side .page_contact_bd .form .input select,.page_download_side .page_contact_bd .form .input textarea{
    width: 100%;
    font-size: 14px;
}
.page_download_side .page_contact_bd .form .input input::placeholder,.page_download_side .page_contact_bd .form .input textarea::placeholder{
    color:#999;
    font-weight: 500;
    font-family: "PingFang SC","Source Han Sans CN","Hiragino Sans GB","Heiti SC","Microsoft Yahei",Helvetica,Arial,sans-serif;
}
.page_download_side .page_contact_bd .form .button button{
    margin:0;
}

.page_download_con{
    background: #fff;
    flex:1;
    min-width: 0;
    border-radius: 10px;
    padding: 30px 45px;
}
.page_download_con .j_tit{
    line-height: 1;
    font-weight: bold;
    color:#11181c;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px;
}
.page_download_con .list .item{
    padding: 25px 0;
    transition: all .5s;
    border-bottom: 1px solid #efefef;
}
.page_download_con .list .item .img_con{
    flex:1;
    min-width: 0;
}
.page_download_con .list .item .img{
    width: 64px;
}
.page_download_con .list .item .con{
    padding: 0 20px;
    flex:1;
    min-width: 0;
}
.page_download_con .list .item .con h4{
    transition:all .5s;
}
.page_download_con .list .item .con p{
    color:#999;
}
.page_download_con .list .item .con p span{
    margin-right: 20px;
}
.page_download_con .list .item .con p i{
    margin-right: 5px;
}
.page_download_con .list .item .btn{
    width: 140px;
    height: 44px;
    background: rgba(62,177,90,.12);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:var(--subtheme-color);
    transition:all .5s;
}
.page_download_con .list .item .btn i{
    margin-left: 6px;
}

.page_download_con .list .item:hover .con h4{
    color:var(--subtheme-color);
}
.page_download_con .list .item .btn:hover{
    background: var(--subtheme-color);
    color:#fff;
}


/* page_news_detail */

.page_news_detail{
    
}
.recommend_info{
    width: 370px;
}
.recommend_info .get_quote{
    background: url("../images/bg6.jpg") no-repeat center top;
    border-radius: 10px;
    padding: 150px 30px 30px;
    color:#fff;
}
.recommend_info .get_quote .txt{
    line-height: 1.3;
}
.recommend_info .get_quote .btn{
    width: 180px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 100px;
    transition:all .5s;
    margin-top: 35px;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
}
.recommend_info .get_quote .btn i{
    margin-left: 10px;
}
.recommend_info .get_quote .btn:hover{
    background: #fff;
    color:var(--theme-color);
}


.page_news_detail_hd {
     flex:1;
     min-width: 0;
     padding-right: 8%;
}
.page_news_detail_hd .columnname {
    color:#fff;
    height: 40px;
    font-family:'PoppinsSemiBold';
    background: var(--theme-color);
    border-radius: 5px;
    padding: 0 20px;
    display: inline-block;
    line-height: 40px;
}
.page_news_detail_hd h1 {
    line-height: 1.2;
}
.page_news_detail_hd .info {
    margin-top:30px;
    font-size:14px;
    color:#888;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding:10px 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 .clicks span{
    font-weight: bold;
    color:var(--theme-color);
    margin:0 3px;
}
.page_news_detail_hd .info .clicks i{
    margin-right: 6px;
}

.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;
}
.page_news_detail_hd .content h4{
    font-size: 20px;
    font-weight: bold;
    padding-left: 18px;
    position: relative;
    line-height: 1.2;
    margin: 30px 0 20px;
}
.page_news_detail_hd .content h4:before{
    content: '';
    width: 6px;
    height: 6px;
    border: 2px solid var(--theme-color);
    left: 0;
    top: 7px;
    position: absolute;
    display: block;
    transform: rotate(45deg);
}
.page_news_detail_hd .j_mark{
    font-size: 18px;
}
.page_news_detail_hd .j_mark span{
    background: rgba(58, 112, 221, .1);
    color: var(--theme-color);
    padding: 3px 5px;
    border-radius: 6px;
}

.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_solution_detail_hd h2{
    height: 28px;
    background: rgba(2,116,255,.2);
    color:var(--theme-color);
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}


/* page_contact */

.page_contact_hd_wrap{
    background: #f1f5f9;
}
.page_contact_hd .panel1{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.page_contact_hd .panel1 .p1{
    color:#474747;
}
.page_contact_hd .panel1 h4.s48{
    font-weight: bold;
    color:#d9292c;
    font-family: 'Arial';
    margin:10px 0;
}
.page_contact_hd .panel1 .p2{
    font-weight: 300;
}
.page_contact_hd .panel1 .btn_box a{
    color:#b2b2b2;
    border: 2px solid #9e9e9e;
    width: 180px;
    height: 58px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    transition: all .5s;
}
.page_contact_hd .panel1 .btn_box a i{
    font-size: 24px;
    margin-right: 8px;
}
.page_contact_hd .panel1 .btn_box a:hover{
    background: var(--subtheme-color);
    color:#fff;
    border-color: var(--subtheme-color);
}
.page_contact_hd .panel2{
    gap: 20px;
}
.page_contact_hd .panel2 h4{
    font-weight: normal;
}
.page_contact_hd .panel2 .panel2_l{
    width: 30%;
    background: #fff;
    border-radius: 10px;
    padding: 40px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page_contact_hd .panel2 .panel2_l img{
    width: 185px;
}
.page_contact_hd .panel2 .panel2_l h4{
    padding: 30px 0 5px;
}
.page_contact_hd .panel2 .panel2_l p{
    color:#b2b2b2;
    font-weight: 300;
}
.page_contact_hd .panel2 .ico i{
    width: 42px;
    height: 42px;
    border-radius:50%;
    border:2px solid var(--theme-color);
    color:var(--theme-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-top: 50px;
}
.page_contact_hd .panel2 .panel2_m{
    flex-direction: column;
    gap: 20px;
    width:32%;
}

.page_contact_hd .panel2 .panel2_m .item{
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    justify-content:space-between;
    height: 100%;
}
.page_contact_hd .panel2 .panel2_m .item .con p{
    color:#b2b2b2;
    font-weight: 300;
    margin: 5px 0 40px;
}
.page_contact_hd .panel2 .panel2_m .item img{
    max-width: 175px;
}
.page_contact_hd .panel2 .panel2_f{
    width: 36%;
    gap: 20px;
    flex-direction: column;
}
.page_contact_hd .panel2 .panel2_f .item{
    background: #fff;
    border-radius: 10px;
    height: 50%;
    padding: 40px;
    position: relative;
}
.page_contact_hd .panel2 .panel2_f .item .icon{
    position: absolute;
    right: 40px;
    top: calc(50% - 33px);
    width: 55px;
    height: 55px;
    border: 1px solid var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:var(--theme-color);
    background: #fff;
}
.page_contact_hd .panel2 .panel2_f .item .icon i{
    font-size: 24px;
}
.page_contact_hd .panel2 .panel2_f .item .con1{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
}
.page_contact_hd .panel2 .panel2_f .item.item1 .con1{
    width: calc(100% - 80px);
}
.page_contact_hd .panel2 .panel2_f .item .con p{
    font-size: 18px;
    color:#666;
}
.page_contact_hd .panel2 .panel2_f .item .con h4{
    font-size: 22px;
    font-weight: bold;
    color:var(--subtheme-color);
    font-family: 'Arial';
}
.page_contact_hd .panel2 .panel2_f .item .con2 h4{
    font-weight: normal;
    font-size: 18px;
    font-family: "PingFang SC","Source Han Sans CN","Hiragino Sans GB","Heiti SC","Microsoft Yahei",Helvetica,Arial,sans-serif;
}
.page_contact_hd .panel2 .panel2_f .item.item2 .con{
    position: relative;
}
.page_contact_hd .panel2 .panel2_f .item.item2 i{
    position: absolute;
    width: 55px;
    height: 55px;
    border: 1px solid var(--theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    right: 0;
    top: 10px;
    border-radius: 50%;
    color:var(--theme-color);
}
.page_contact_hd .panel2 .panel2_f .item .con h4 a:hover{
    color:var(--theme-color);
}


.page_contact_bd .form{
    flex:1;
    min-width: 0;
    margin-right: 25px;
    background: #f5f7fa;
    padding: 30px;
    border-radius: 10px;
}
.page_contact_bd .form .tit h4 i{
    font-weight: normal;
    color:var(--theme-color);
    margin-right: 6px;
}
.page_contact_bd .form .tit p{
    color:#6b7280;
    margin-top: 15px;
}
.page_contact_bd .map{
    width: 40%;
    border-radius: 10px;
    overflow: hidden;
}
.page_contact_bd .map img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_contact_bd .form .input_box{
    gap: 30px;
}
.page_contact_bd .form .input{
    width: 50%;
    margin: 20px 0 0;
}
.page_contact_bd .form .input1{
    width: 100%;
}
.page_contact_bd .form .input input,.page_contact_bd .form .input select,.page_contact_bd .form .input textarea{
    width: 100%;
    height:52px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding:8px 10px;
    color:#11181c;
    font-size: 16px;
    outline: none;
    line-height: 36px;
    display: block;
}
.page_contact_bd .form .input textarea{
    height: 120px;
    line-height: 1.4;
}
.page_contact_bd .form .input input::placeholder,.page_contact_bd .form .input textarea::placeholder{
    color:#b5bfd0;
    font-family: "PingFang SC","Source Han Sans CN","Hiragino Sans GB","Heiti SC","Microsoft Yahei",Helvetica,Arial,sans-serif;
    font-weight: 300;
}
.page_contact_bd .form .input p{
    display: block;
    font-weight: bold;
    font-size: 20px;
    color:#11181c;
    margin-bottom: 3px;
}
.page_contact_bd .form .input p em{
    color:#f70000;
}
.page_contact_bd .form .button button{
    height: 50px;
    background: var(--theme-color);
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    width: 100%;
    outline: none;
    border: none;
    cursor: pointer;
    transition:all .5s;
    margin-top: 20px;
    color:#fff;
    font-size: 18px;
}
.page_contact_bd .form .button button:hover{
    background: var(--subtheme-color);
}


/* page_service_panel1_wrap */

.page_service_panel1_wrap{
    background: url("../images/bg9.jpg") no-repeat center #e5ecef;
}
.page_service_panel1_list{
    margin: -13px;
}
.page_service_panel1_list .item_w{
    padding:13px;
    width: 25%;
}
.page_service_panel1_list .item{
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.page_service_panel1_list .item .item_img{
    position: relative;
    
}
.page_service_panel1_list .item .item_img .ico{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border:4px solid #fff;
    position: absolute;
    background: #e5ecef;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom:-50px;
    left: 0;
    transition:all 1s;
}
.page_service_panel1_list .item .item_img .img img{
    border-radius: 20px;
}
.page_service_panel1_list .item .item_con{
    padding: 50px 20px;
}
.page_service_panel1_list .item .item_con .tit{
    line-height: 1.4;
    transition:all .5s;
}
.page_service_panel1_list .item .item_con .desc{
    line-height: 1.5;
    margin-top:8px;
}

.page_service_panel1_list .item:hover .item_img .ico{
    transform: rotateY(360deg);
}
.page_service_panel1_list .item:hover .item_con .tit{
    color:var(--theme-color);
}

/* page_service_panel2_list */

.page_service_panel2_list{
    margin: 0 -30px;
}
.page_service_panel2_list .item{
    padding: 0 30px;
    width: 16.666%;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    position: relative;
}
.page_service_panel2_list .item:after{
    content:'';
    background: url("../images/ico5.png") no-repeat;
    width: 68px;
    height: 45px;
    position: absolute;
    right: -35px;
    top: 35px;
    display: block;
}
.page_service_panel2_list .item:last-child:after{
    display: none;
}
.page_service_panel2_list .item .img{
    width: 118px;
    height: 118px;
    border: 5px solid #fff;
    background: var(--theme-color);
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition:all 1s;
}
.page_service_panel2_list .item .img:after{
    content:'';
    border: 1px solid var(--theme-color);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    position: absolute;
    left: -7px;
    top: -7px;
    display: block;
}
.page_service_panel2_list .item .tit{
    margin-top:40px;
    transition:all .5s;
}
.page_service_panel2_list .item .desc{
    line-height: 1.5;
    margin-top: 15px;
}
.page_service_panel2_list .item:hover .img{
    transform: rotate(360deg);
}
.page_service_panel2_list .item:hover .tit{
    color:var(--theme-color);
}


.page_service_panel2_btn{
    display: flex;
    justify-content: center;
}
.page_service_panel2_btn a{
    display: inline-flex;
    height: 50px;
    border-radius: 100px;
    padding: 0 30px;
    background: var(--subtheme-color);
    color:#fff;
    align-items: center;
    text-transform: uppercase;
    transition:all .5s;
}
.page_service_panel2_btn a i{
    margin-right: 10px;
}
.page_service_panel2_btn a:hover{
    background: var(--theme-color);
}


/* page_service_panel3_list */

.page_service_panel3{
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.page_service_panel3_list{
    flex:1;
    min-width: 0;
    padding:30px 60px;
}
.page_service_panel3_list .item{
    padding: 30px 0;
    border-bottom: 1px solid #9fabb0;
}
.page_service_panel3_list .item .item_img{
    width: 60px;
}
.page_service_panel3_list .item .item_con{
    flex:1;
    min-width: 0;
    padding-left: 30px;
}
.page_service_panel3_list .item .item_con .tit{
}
.page_service_panel3_list .item .item_con .desc{
    line-height: 1.5;
    margin-top: 10px;
}
.page_service_panel3_img{
    width: 37.5%;
}
.page_service_panel3_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* page_solution */

.page_solution_list{
    margin: -20px;
}
.page_solution_list .item{
    width: 25%;
    padding: 20px;
}
.page_solution_list .item a{
    background: #fff;
    box-shadow: 0 0 15px rgba(2,116,255,.15);
    border-radius: 10px;
    overflow: hidden;
    display: block;
    transition:all .5s;
}
.page_solution_list .item .item_con{
    padding:22px 20px;
}
.page_solution_list .item .item_con .tit{
    height: 30px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    background: var(--theme-color);
    color:#fff;
    font-weight: bold;
    font-size: 15px;
}
.page_solution_list .item .item_con .desc{
    font-weight: bold;
    color:#11181c;
    margin:12px 0 10px;
    line-height: 1.4;
}
.page_solution_list .item .item_con .btn{
    font-size: 16px;
    font-weight: bold;
    color:#96a1b6;
    transition:all .5s;
}
.page_solution_list .item .item_con .btn i{
    margin-left: 5px;
}
.page_solution_list .item a:hover{
    box-shadow: 0 0 20px rgba(2,116,255,.35);
}
.page_solution_list .item a:hover .item_con .btn{
    color:var(--subtheme-color);
}

/* page_solution_panel3_list */
.page_solution_panel3_list{
    position: relative;
    overflow: hidden;
}
.page_solution_panel3_list .list{
    margin: 0;
}
.page_solution_panel3_list .item{
    width: 100%;
    padding: 0;
}
.page_solution_panel3_list .arrow{
    justify-content: center;
}
.page_solution_panel3_list .swiper-button-prev,.page_solution_panel3_list .swiper-button-next{
    position: static;
    margin: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #e5ecef;
    color:#333;
    transition:all .5s;
    margin: 0 12px;
}
.page_solution_panel3_list .swiper-button-prev:after,.page_solution_panel3_list .swiper-button-next:after{
    font-size: 20px;
}
.page_solution_panel3_list .swiper-button-prev:hover,.page_solution_panel3_list .swiper-button-next:hover{
    background: var(--theme-color);
    color:#fff;
}


/* page_solution_panel4_wrap */

.page_solution_panel4_wrap{
    background: url("../images/bg10.jpg") no-repeat center;
    background-size: cover;
}

.page_solution_panel4_wrap .tit_box2 .tit h4{
    color:#fff;
}

.page_solution_panel4{
    align-items: flex-start;
}
.page_solution_panel4_con{
    width: 50%;
    margin:-35px -50px;
}
.page_solution_panel4_con .item{
    padding:35px 50px;
    width: 50%;
    position: relative;
}
.page_solution_panel4_con .item:nth-child(2n):before{
    content:'';
    width: 1px;
    height: 60px;
    background: #ffffff50;
    display: block;
    position: absolute;
    left: 0;
    top: 35px;
}
.page_solution_panel4_con .item .tit{
    flex:1;
    min-width: 0;
    color:#fff;
    line-height: 1.4;
    padding-left: 20px;
    font-weight: bold;
    font-size: 18px;
}
.page_solution_panel4_form{
    flex:1;
    min-width: 0;
    padding-left: 10%;
}
.page_solution_panel4_form .input_box{
    margin: -8px;
    display: flex;
}
.page_solution_panel4_form .input_box .input{
    padding: 8px;
    width: 50%;
}
.page_solution_panel4_form .input_box .input input,.page_solution_panel4_form .input textarea{
    height: 45px;
    padding: 10px;
    line-height: 25px;
    border: none;
    outline: none;
    background: #fff;
    border-radius: 6px;
    width: 100%;
    display: block;
}
.page_solution_panel4_form .input textarea{
    height: 120px;
    margin: 16px 0 0;
}
.page_solution_panel4_form .tip{
    color:#fff;
}
.page_solution_panel4_form .button button{
    width: 200px;
    height: 45px;
    border-radius: 100px;
    background: var(--theme-color);
    color:#fff;
    text-transform: uppercase;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    margin-top: 20px;
    transition:all .5s;
    border: none;
    cursor: pointer;
}
.page_solution_panel4_form .button button:hover{
    background: var(--subtheme-color);
}


/* return */
 .return_page {
    margin-top: 60px;
    position: relative;
}
.return_page i {
    color:var(--theme-color);
    font-size:18px;
    margin-right: 6px;
}
.return_page a:hover {
    text-decoration: underline;
    color:var(--theme-color);
}
.ind_pad {
    padding:80px 0 90px;
}
.info_ly {
    background: #fff;
    padding-left: 4%;
    padding-right: 4%;
    display: flow-root;
}
.info_ly h2 {
    text-align: center;
    margin-bottom: 20px;
}
.info_ly .inp {
    width: 49.3%;
    height: 52px;
    line-height: 52px;
    background: #f6f6f6;
    display: block;
    float: left;
    margin-bottom: 16px;
    text-indent: 22px;
}
.info_ly .inp:nth-child(2n) {
    float: right;
}
.info_ly .inp2 {
    width: 100%;
}
.info_ly textarea {
    height: 150px;
    background: #f6f6f6;
    text-indent: 22px;
    padding-top: 16px;
    width: 100%;
    display: block;
}
.info_ly .sub {
    height: 52px;
    line-height: 52px;
    background:var(--theme-color);
    width: 100%;
    text-align: center;
    color: #fff;
    display: block;
    margin-top: 16px;
    text-transform: uppercase;
    border:none;
    cursor:pointer;
}


.page_user_info_wrap{
    background: #e3e9f7!important;
}
.page_user_info{
    background: #fff;
    max-width: 80%;
    width: 1000px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
}
.page_user_info_pic{
    width: 55%;
    min-height: 660px;
    position: relative;
}
.page_user_info_pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page_user_info_pic .con{
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    padding: 35px 0 0 35px;
}
.page_user_info_pic .con h4{
    font-weight: bold;
    line-height: 1.2;
    color:#1d3f85;
}
.page_user_info_pic .con h4:after{
    content:'';
    width: 36px;
    height: 3px;
    background: var(--theme-color);
    display: block;
    border-radius: 100px;
    margin: 15px 0;
}
.page_user_info_pic .con p{
    line-height: 1.5;
}
.page_user_info_form{
    padding: 50px;
    flex:1;
    min-width: 0;
}
.page_user_info_form .app-page-userform .userform-header h2{
    font-weight: 600;
}
.page_user_info_form .app-page-userform .userformBox{
    width: 100%;
    margin: 0;
}
.page_user_info_form .layui-input,.page_user_info_form .layui-select,.page_user_info_form .layui-textarea{
    height: 46px;
}
.page_user_info_form .layui-btn{
    height: 46px;
}
.page_user_info_form .layui-btn.submit{
    font-size: 16px;
    background: var(--theme-color);
}
.page_user_info_form .app-page-userform .userform-body .userform-icon{
    line-height: 46px;
}
.page_user_info_form .app-page-userform .userform-body .userform-link{
    float: none;
    margin: 0 0 0 5px;
    color:var(--theme-color);
}
.page_user_info_form .app-page-userform .userform-body .userform-link:hover{
    color:var(--subtheme-color);
}
.page_user_info_form .app-page-userform .userform-body .layui-form-item.tip{
    display: flex;
    font-size: 14px;
    margin-bottom: 30px;
    justify-content: flex-end;
    color:#666;
}

.page_user_info_form .form_tip{
    padding: 0 30px;
    font-size: 14px;
}
.page_user_info_form .form_tip .tit{
    color:var(--subtheme-color);
}
.page_user_info_form .form_tip .con{
    color:#666;
}
.page_user_info_form .layui-form-item .layui-form-checkbox[lay-skin=primary]{
    margin-top: 0;
}


.modelTost {
	display: none;
	background: rgba(0, 0, 0, .5);
	z-index: 9999;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.modelTostChile {
	width: 700px;
	height: 700px;
	background-color: #fff;
	position: absolute;
	top: 16vh;
	left: 50%;
	transform: translate(-50%,0);
	overflow: hidden;
}
.modelTostChile .swiper-wrapper{
    align-items: center;
}
@media screen and ( max-width: 992px){
    .modelTostChile{
        width: 90%;
    }
}
.modelTostChile p {
	font-size:18px;
	padding: 3%;
	height: 90px;
}
.modelTostChile .swiper-horizontal{
    height: calc(100% - 90px);
}
.modelClose {
	float: right;
	cursor: pointer;
	font-size:36px;
	line-height: 1;
}
.modelClose:hover{
    color:var(--theme-color);
}

.modelTostChile .swiper-slide {
	text-align: center;
    align-items: center;
    display: flex;
    padding:0 20px;
}

.modelTostChile .swiper-slide img {
	height: 100%;
	text-align: center;
	margin:auto;
	padding-bottom: 3%;
	object-fit: contain;
}
.modelTostChile .swiper-button-next,.modelTostChile .swiper-button-prev{
    color:#fff;
    width: 50px;
    height: 50px;
    border-radius:3px;
    background:#999;
    transition: all .5s;
}
.modelTostChile .swiper-button-next:after,.modelTostChile .swiper-button-prev:after{
    font-size:24px;
}
.modelTostChile .swiper-button-next:hover,.modelTostChile .swiper-button-prev:hover{
    background: var(--theme-color);
}


.page_search_list.page_news_list .item .item_img img{
    max-height: 320px;
    width: 100%;
    object-fit: cover;
}
.page_search_list.page_news_list .item .item_con .tit{
    height: 60px;
}