﻿@charset "utf-8";

body {
    /* 填写默认字体 */
    font-family:"","Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
    color: #333333;
    min-height: initial !important;
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont/iconfont.woff2?t=1681287520508') format('woff2'),
         url('../fonts/iconfont/iconfont.woff?t=1681287520508') format('woff'),
         url('../fonts/iconfont/iconfont.ttf?t=1681287520508') format('truetype');
}

/* 谷歌翻译后防止与sticky产生冲突 */
.translated-ltr body,
.translated-rtl body{
    margin-top: 40px !important;
}

/* 防止弹窗插件问题 */
.hc_container{
    overflow: hidden;
}

.iconfonts {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grahccale;
}
/* slick 懒加载图片去边框 */
.slick-loading{
    opacity: 0;
}


/* h1隐藏 */
.fszero{
    display: none;
}

/* 去除input记忆填充底色 */
input:-webkit-autofill {
    box-shadow:0 0 0 1000px white inset !important;
}

input:-internal-autofill-previewed,
    input:-internal-autofill-selected {
    -webkit-text-fill-color: #333 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

/* ph去除载入效果 */
@media screen and (max-width: 1200px) {
    .wow {
        animation: none;
    }
}

/* 规范 */
.hc_tit48{
    font-size: 48px;
    line-height: 1.5;
    color: #333333;
    font-weight: bold;
}

.hc_tit40{
    font-size: 40px;
    line-height: 1.5;
    color: #333333;
    font-weight: bold;
}

.hc_tit36{
    font-size: 36px;
    line-height: 1.5;
    color: #333333;
    font-weight: bold;
}

.hc_text16,
.hc_text16 p{
    font-size: 16px;
    line-height: 2;
}

.hc_text14,
.hc_text14 p{
    font-size: 14px;
    line-height: 2;
}

:root{
    font-size: 10px;
}
/* 规范-end */

/* page-banner */
.page_banner{
    position: relative;
}

.page_banner img{
    width: 100%;
}

.page_banner h1{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}
/* page-banner-end */

/* about */

.about_info{
    padding-top: 10.16rem;
    padding-bottom: 13rem;
}

.about_info_flex {
    display: flex;
    justify-content: space-between;
}

.about_info_flex .left{
    width: 520px;
    margin-right: 50px;
    flex-shrink: 0;
}

.about_info_flex .right{
    width: 100%;
}

.about_info_flex .right p{
    color: #666;
}

.about_info_flex .left .hc_tit48{
    margin-bottom: 80px;
}

.mod_more{
    display: inline-flex;
    align-items: center;
}

.mod_more_text{
    font-size: 18px;
    line-height: 1.5;
    color: #56AFB0;
    margin-right: 20px;
}

.mod_more svg{
    width: 8px;
    flex-shrink: 0;
    transition: all 0.36s;
}

.mod_more:hover svg{
    transform: translateX(5px);
}

.about_info .mod_more{
    margin-top: -10px;
    transform: translateY(-17px);
}

.about_data_list{
    display: flex;
    justify-content: space-between;
}

.about_data_cont{
    text-align: center;
}

.about_data_top{
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.about_data_top .data{
    font-size: 48px;
    font-weight: bold;
    transition: all 0.36s;
}

.about_data_top .icon {
    font-size: 18px;
    transition: all 0.36s;
    margin-left: 8px;
}

.about_data_bot{
    font-size: 16px;
    line-height: 2;
    transition: all 0.36s;
}

.about_data{
    background-color: #eef7f7;
    padding: 40px 0 30px;
}

.about_server{
    position: relative;
    max-width: 1920px;
}

.about_server_img{
    width: 100%;
}

.about_server_img img{
    width: 100%;
}

.about_server .hc_tit48{
    color: #fff;
}

.about_server a{
    display: block;
}

.about_server_cont .hc_cont1410{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_server_cont .play{
    margin-right: 120px;
    width: 90px;
    transition: all 0.36s;
    cursor: pointer;
}

.about_server_cont .play img{
    width: 100%;
}


.about_server_cont .play:hover {
    transform: scale(1.1);
}

.about_data_item:hover .data,
.about_data_item:hover .icon,
.about_data_item:hover .about_data_bot{
    color: #57afb0;
}

.about_data_item{
    cursor: pointer;
}

.about_honor{
    position: relative;
    padding-top: 14.3rem;
    padding-bottom: 23rem;
    z-index: 1;
}

.about_honor_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.about_honor_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .about_honor .hc_tit48{
    margin-bottom: 18px;
} */

.about_honor_flex{
    display: flex;
    justify-content: space-between;
}

.about_honor_flex .left{
    width: 47.659574%;
    align-self: flex-end;
}

.about_honor_img {
    width: 100%;
}

.about_honor_flex .right{
    width: 42.553191%;
}

.about_honor_slickbox{
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
    padding: 45px 36px 40px;
}

.about_honor_cont{
    padding: 15px 33px 18px;
    border-top: 1px solid #eeeeee;
    display: flex;
    align-items: center;
}

.about_honor_cont .tit{
    width: 240px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #59B0B1;
}

.about_honor_cont .time{
    font-size: 16px;
    line-height: 1.5;
}

.about_honor_item:last-child .about_honor_cont{
    border-bottom: 1px solid #eeeeee;
}

.about_honor_slick{
    margin: 0 -10px;
}

.about_honor_slick_item{
    padding: 0 10px;
}

.about_honor_slick .slick-dots{
    display: flex;
    position: static;
    margin-top: 34px;
    justify-content: flex-start;
    padding-left: 45px;
}

.slick-dots li{
    width: 12px;
    height: 12px;
    border: 2px solid #c4c4c4;
    background-color: transparent !important;
    margin-right: 5px !important;
    margin-left: 0 !important;
}

.slick-dots li.slick-active{
    border: 2px solid #59b0b1;
}
/* about-end */

/* product */
.product_section{
    padding-top: 11rem;
    margin-bottom: 15.3rem;
}

.product_section_flex{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: flex-start;
    justify-content: flex-end;
}

.product_section_flex .left{
    width: 25%;
}

.product_section_flex .rigth{
    width: 75%;
}

.product_section_flex>div{
    padding: 0 15px;
}

.product_nav_item:not(:last-child){
    margin-bottom: 10px;
}

.server_scont{
    display: block;
    height: 100%;
    color: #333;
}

.server_scont:hover .server_stit{
    color: #56AFB0;
}

.server_scont:hover img{
    transform: scale(1.03);
}

.product_nav_cont{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 18px 36px;
    background-color: #EFF7F8;
    transition: all 0.36s;
    cursor: pointer;
    position: relative;
}

.home_product_bg2{
    position: absolute; 
    width: 60.9375%;
    right: 0;
    top: 15%;
    z-index: -1;
}

.home_product_bg2 img{
    width: 100%;
}

.product_nav_img{
    position: absolute;
    width: 90px;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
    transition: all 0.36s;
}

.product_nav_img img{
    width: 100%;
}

.product_nav_link{
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    transition: all 0.36s;
}       

.product_nav_icon{
    width: 12px;
    transition: all 0.36s;
    transform: rotate(-90deg);
    opacity: 0;
}

.product_nav_icon svg{
    width: 100%;
}

.second{
    background-color: #F6FBFB;
    padding: 15px 36px;
    display: none;
}

.second a{
    font-size: 14px;
    line-height: 1.5;
    color: #666666;
    padding: 7px 0; 
    display: inline-block;
}

.second a:hover{
    color: #56AFB0;
}

.product_nav_item:hover .product_nav_cont{
    background-color: #56AFB0;
}

.product_nav_item:hover .product_nav_link{
    color: #fff;
}

.product_nav_item:hover .product_nav_icon{
    opacity: 1;
    transform: rotate(0);
}

.product_nav_item.open .product_nav_cont{ 
    background-color: #56AFB0;
}   

.product_nav_item.open .product_nav_link{ 
    color: #fff;
}   

.product_nav_item.open .product_nav_icon{
    opacity: 1;
    transform: rotate(0);
}

.product_nav_item.open .second{
    display: block;
}

.product_nav_item .second li.active a{
    color: #56AFB0;
}

.product_item:not(:last-child){
    margin-bottom: 20px;
}

.product_section_flex .right{
    width: 75%;
}

.product_link{
    display: flex;
    padding: 10px;
    background-color: #eff7f8;
    border: 1px solid #d8dfe0;
}

.product_img{
    width: 300px;
    margin-right: 50px;
    flex-shrink: 0;
    background-color: #fff;
    transition: all 0.36s;
}

.product_img_box{
    padding-top: 73.333333%;
}

.product_cont{
    width: 100%;
    margin-top: 20px;
}

.product_cont_tit{
    font-size: 18px;
    line-height: 1.5;
    color: #333333;
    padding-bottom: 14px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d8dfe0;
    position: relative;
    transition: all 0.36s;
}

.product_cont_tit::after{
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    bottom: -1px;
    left: 0;
    background-color: #56afb0;
    transition: all 0.36s;
}

.product_cont .hc_text14 p{
    color: #666666;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 84px;
    transition: all 0.36s;
}

.product_cont_left{
    width: 517px;
    margin-right: 50px;
}

.product_cont_right{
    width: 70px;
    flex-shrink: 0;
    align-self: center;
}

.product_cont_right img{
    width: 100%;
    transition: all 0.36s;
}

.product_cont{
    display: flex;
}

.product_link:hover .product_img{
    background-color: rgba(255, 255, 255,0);
}

.product_link:hover {
    background-color: #56afb0;
}

.product_link:hover .product_cont_tit{
    color: #fff;
}

.product_link:hover .product_cont_tit::after{
    background-color: #fff;
}

.product_link:hover .product_cont .hc_text14 p{
    color: #fff;
}

.product_link:hover .product_cont_right img{
    transform: scale(1.1);
}

.product_link:hover .product_img_box img{
    transform: scale(1.03);
}

.product_list{
    margin-bottom: 50px;
}

.mod_page_item a{
    width: 40px;
    line-height: 38px;
}

.mod_page_item a{
    border-color: transparent !important;
    color: #333;
}

.mod_page_item a:hover {
    background-color: #56afb0;
    color: #fff;
}

.mod_page_item.act a{
    background-color: #56afb0;
}

.mod_page_item.prev a,
.mod_page_item.next a{
    background-color: transparent !important;
}

.mod_page_item.prev span,
.mod_page_item.next span{
    color: #000000 !important;
    transition: all 0.36s;
} 

.mod_page_item.prev:hover span,
.mod_page_item.next:hover span{
    color: #56afb0 !important;
} 

.mod_page .prev span {
    font-size: 20px;
    transform: translateY(2px) rotate(0deg);
}

.mod_page .next span {
    font-size: 20px;
    transform: translateY(1px) rotate(180deg);
}

.prodeta_info{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.prodeta_info .left,
.prodeta_info .right{
    width: 480px;
}

.prodeta_info_big{
    border: 1px solid #e6e6e6;
    margin-bottom: 5px;
}

.prodeta_info_small{
    margin: 0 -2px;
}

.prodeta_info_small li{
    padding: 0 2px;
}

.prodeta_info_small_cont{
    position: relative;
    border: 1px solid #e6e6e6;
    cursor: pointer;
    transition: all 0.36s;
}

.pisc_img,
.pibc_img{
    padding-top: 73.3333333%;
}

.pisc_img_play{
    width: 36px;
    z-index: 2;
}

.pisc_img_play img{
    width: 100%;
}

.prodeta_info_small_cont.video::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    top: 0;
}

.prodeta_info h1{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}

.prodeta_info .hc_text14 p{
    color: #666666;
}

.prodeta_info .hc_text14{
    margin-bottom: 40px;
}

.prodeta_info_btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 166px;
    height: 45px;
    padding: 0 20px;
    font-size: 20px;
    background-color: #56afb0;
    cursor: pointer;
}

.prodeta_info_btn_text{
    color: #fff;
    font-size: 14px;
    margin-left: 18px;
}

.prodeta_info_btn span{
    color: #fff;
}

.prodeta_header{
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    padding: 18px 0;
    padding-left: var(--right) !important;
    background-color: #eff7f8;
    font-weight: bold;
    color: #333333;
}

.prodeta_header::before{
    content: "";
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: #56afb0;
    left: 0;
    top: 0;
}

.product_section_flex {
    --right:44px;
}

.prodeta_introduce_body{
    padding: 40px var(--right);
}

.prodeta_form_body{
    padding: 40px 0 60px;
}

.jobapply_main .prodeta_form_body{
    padding: 0 !important;
}

.prodeta_introduce p{
    color: #666;
    /* white-space: nowrap; */
}

.prodeta_introduce table{
    width: 100% !important;
}

.prodeta_introduce_body img,
.prodeta_introduce_body video{
    height: auto !important;
}

.prodeta_introduce_body th,
.prodeta_introduce_body td{
    border: 1px solid #999;
    padding: 14px 20px;
    font-size: 14px;
    line-height: 1.75;
}

.prodeta_form_body{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.prodeta_form_item{
    width: 50%;
    padding: 0 10px;
    margin-bottom: 14px;
}

.prodeta_form_item input{
    height: 58px;
    padding-left: 35px;
    padding-right: 20px;
    width: 100%;
}

.prodeta_form_item label{
    transition: all 0.36s;
    font-size: 14px;
    line-height: 1.5;
    color: #999999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 35px;
    pointer-events: none;
    background: #fff;
}

.prodeta_form_cont{
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

.prodeta_form_item.textarea{
    width: 100%;
}

.prodeta_form_item.textarea label{
    top: 30px;
}

.prodeta_form_item textarea{
    width: 100%;
    height: 230px;
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 35px;
    padding-right: 35px;
}

.prodeta_form_item.active label{
    top: 0 !important;
    color: #56afb0;
}

.prodeta_form_item.block{
    width: 100% !important;
}

.prodeta_form_item.button .prodeta_form_cont{
    border: none;
}

.prodeta_form_item button{
    width: 330px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    background: #56AFB0;
    border-radius: 6px;
}

.prodeta_order_body{
    padding-top: 40px;
}

.prodeta_order_list{
    margin: 0 -15px;
}

.prodeta_order_item{
    padding: 0 15px;
}

.prodeta_order_img{
    padding-top: 68.181818%;
    border: 1px solid #e6e6e6;
}

.prodeta_order_tit{
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
}

.prodeta_order_list .slick-dots{
    position: static;
    margin-top: 40px;
}

.prodeta_section{
    margin-bottom: 11rem !important;
}
/* product-end */

/* invite-end */
.invite_develop{
    padding-top: 8.4rem;
    padding-bottom: 10rem;
    background: #fafafa;
}

.invite_develop_hd{
    margin-bottom: 6.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.invite_develop_slick{
    margin-right: -720px;
}

.invite_develop_bot{
    padding: 30px 46px 38px;
    background-color: #fff;
    flex-grow: 1;
}

.invite_develop_bot_tit{
    font-size: 18px;
    line-height: 1.7777;
    margin-bottom: 15px;
    font-weight: bold;
}

.invite_develop_bot_text p{
    color: #999999;
}

.invite_develop_img{
    padding-top: 50.428571%;
    flex-shrink: 0;
}

.invite_develop_list{
    margin: 0 -10px;
    margin-bottom: 82px !important;
}

.invite_develop_list li{
    padding: 0 10px;
}

.invite_develop_list .slick-track{
    display: flex;
    flex-wrap: wrap;
}

.invite_develop_list .slick-track li{
    height: initial !important;
}

.invite_develop_cont{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.invite_develop_arrow{
    width: 300px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.invite_develop_prev,
.invite_develop_next{
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 2px rgba(219, 226, 235, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.36s;
}

.invite_develop_prev svg,
.invite_develop_next svg{
    width: 8px;
}

.invite_develop_prev:hover,
.invite_develop_next:hover{
    background-color: #56afb0;
}

.invite_develop_prev:hover path,
.invite_develop_next:hover path{
    fill:#fff !important;
}

.invite_develop_prev{
    margin-right: 12px;
}

.invite_develop_pro{
    width:calc(100% - 720px);
    height: 1px;
    position: relative;
    background-color: #dde4e9;
    display: none;
}

.invite_develop_pro_active{
    content: "";
    position: absolute;
    width: 20%;
    transition: all 0.36s;
    height: 3px;
    background-color: #56afb0;
    border-radius: 3px;
    top: 50%;
    transform: translateY(-50%);
}

.invite_bonus{
    padding-top: 8.5rem;
    padding-bottom: 10rem;
}

.invite_bonus h2{
    margin-bottom: 12px;
    text-align: center;
}

.invite_bonus_tit p{
    font-size: 16px;
    line-height: 2.625;
    color: #666666;
    margin-bottom: 64px;
    text-align: center;
}

.invite_bonus_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.invite_bonus_list li{
    width: 25%;
    padding: 0 15px;
    margin-bottom: 35px;
}

.invite_bonus_icon{
    width: 70px;
    margin: 0 auto 15px;
}

.invite_bonus_icon img{
    width: 100%;
}

.invite_bonus_tit{
    text-align: center;
    font-size: 16px;
    line-height: 2;    
}

.invite_join{
    padding-top: 14rem;
    padding-bottom: calc(11rem + 30px);
    position: relative;
    z-index: 1;
}

.invite_join_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.invite_join_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.invite_join_tit{
    margin-bottom: 24px;
    color: #fff;
}

.invite_join_text p{
    color: #fff;
}

.invite_join_text{
    margin-bottom: 94px;
    width: 600px;
}

.invite_join_link{
    display: inline-block;
    line-height: 44px;
    text-align: center;
    color: #fff;
    text-align: center;
    border:2px solid #fff;
    font-size: 16px;
    min-width: 166px;
    padding: 0 20px;
    transition: all 0.36s;
    cursor: pointer;
}

.invite_join_link:hover{
    background-color: #56afb0;
    border-color: #56afb0;
}
/* invite-end */

/* job */
.job_section{
    padding-top: 8.4rem;
    padding-bottom: calc(135px + 40px);
}

.job_tit{   
    margin-bottom: 30px;
}

.job_type_hd{
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 26px 50px;
    background-color: #f6f6f6;
    justify-content: space-between;
    transition: all 0.36s;
    position: relative;
}

.job_type_hd::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 5px;
    background-color: #56afb0;
    top: 0;
    left: 0;
}

.job_type_tit{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.5;
}

.job_type_name{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    transition: all 0.36s;
    width: 50%;
    flex-shrink: 0;
}

.job_type_address{
    display: flex;
    align-items: center;
    width: 30%;
    flex-shrink: 0;
}

.job_type_icon {
    width: 18px;
    flex-shrink: 0;
    transition: all 0.36s;
}

.job_type_icon path{
    transition: all 0.36s;
}

.job_type_address>div,
.job_type_address>div p{
    font-size: 16px;
    line-height: 1.75;
    transition: all 0.36s;
}

.job_type_bd_tit{
    padding: 32px 50px 25px;
    color: #56AFB0;
    font-size: 16px;
    line-height: 1.75;
    border-bottom: #e7ecf1 1px solid;
}

.job_type_bd_cont{
    padding: 30px 50px 74px;
}

.jtbc_text p{
    color: #666666;
    font-size: 16px;
    line-height: 1.75;
}

.jtbc_tit{
    font-size: 16px;
    margin-bottom: 15px;
}

.jtbc_text{
    margin-bottom: 32px;
}

.jtbc_group{
    display: flex;
}

.jtbc_group .invite_join_link{
    border: 2px solid #56AFB0;
    color: #56AFB0;
    margin-right: 14px;
}

.jtbc_group .invite_join_link:hover{
    color: #fff;
}

.job_type:not(:last-child){
    margin-bottom: 30px;
}

.job_type_bd{
    display: none;
}

.job_type_item:not(:last-child){
    margin-bottom: 7px;
}

.job_type_item.active .job_type_name,
.job_type_item.active .job_type_address>div,
.job_type_item.active .job_type_address p  {
    color: #fff;
}

.job_type_item.active .job_type_icon{
    transform: rotate(180deg);
}

.job_type_item.active .job_type_icon path{
    fill:#fff
}

.job_type_item.active .job_type_hd{
    background-color: #56afb0;
}

.job_type_item:hover .job_type_name,
.job_type_item:hover .job_type_address .tit,
.job_type_item:hover .job_type_address p  {
    color: #fff;
}

.job_type_item:hover .job_type_icon path{
    fill:#fff
}

.job_type_item:hover .job_type_hd{
    background-color: #56afb0;
}

.job_type_list{
    padding-bottom: 38px;
    border-bottom: 1px solid #f0f0f0;
}

.jobapply_section{
    padding-top: 12rem;
    padding-bottom: calc(112px + 40px);
    background-color: #fafafa;
}

.jobapply_tit{
    text-align: center;
    margin-bottom: 60px;
}

.jobapply_section .prodeta_form_cont{
    background-color: #fff;
    border-color: #fff;
}

.jobapply_section .prodeta_form_body label{
    left: 20px;
    background: transparent;
    font-size: 16px;
}

.jobapply_section .prodeta_form_body input,
.jobapply_section .prodeta_form_body textarea{
    padding-left: 20px;
    font-size: 16px;
}

.jobapply_section .prodeta_form_item{
    margin-bottom: 30px;
}

.jobapply_section .prodeta_form_item:last-child{
    margin-bottom: 0;
}

.jobapply_section button{
    width: 100%;
}

.jobapply_section .prodeta_form_item textarea{
    height: 200px;
}

.contact_info{
    padding-bottom: calc(115px + 40px);
}

.contact_info_flex{
    margin-bottom: -55px;
    position: relative;
    z-index: 1;
    display: flex;
}

.contact_info_flex::before{
    content: "";
    position: absolute;
    width: calc(100% + 140px);
    left: 50%;
    transform: translateX(-50%);
    top: -74px;
    height: 160px;
    z-index: -1;
    background-color: #fff;
    border-radius: 20px;
}

.contact_info_flex .left{
    width: 64.255319%;
    position: relative;
    min-height: 504px;
}

.contact_info_flex .right{
    width: 380px;
    flex-shrink: 0;
    margin-left: 64px;
}

.contact_info_map{
    padding-top: 55.62913907%;
    position: relative;
    height: 100%;
}

.map-content{
    width: 100%;
    height: 100%;
    position: absolute !important;
    left: 0;
    top: 0;
}

.contact_info_flex .right{
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 60px 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact_info_list{
    margin-bottom: 47px;
}

.contact_info_right_tit{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 18px;
}

.contact_info_right_text{
    margin-bottom: 44px;
}

.contact_info_item{
    display: flex;
    align-items: flex-start;
}

.contact_info_item:not(:last-child){
    margin-bottom: 10px;
}

.contact_info_item_left{
    display: flex;
    align-items: center;
    width: 75px;
    margin-right: 10px;
    flex-shrink: 0;
}

.ciil_icon{
    width: 16px;
    flex-shrink: 0;
    margin-right: 10px;
}

.ciil_icon svg{
    width: 100%;
}

.ciil_text{
    font-size: 14px;
    line-height: 2;
    color: #666666;
}

.contact_info_item_right p,
.contact_info_item_right a{
    color: #666666;
    font-size: 14px;
    line-height: 2;
}

.contact_qr{
    width: 118px;
}

.contact_qr_img{
    margin-bottom: 10px;
}

.contact_qr_img img{
    width: 100%;
}

.contact_qr_tit{
    text-align: center;
    font-size: 14px;
    color: #333333;
}

.contact_form_flex{
    display: flex;
    background: #FCFCFC;
    box-shadow: 0px 0px 53px 10px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    overflow: hidden;
}

.contact_form_flex .left{
    width: 480px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.contact_form_flex .left img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}

.contact_form_tit{
    padding: 87px 0;
    padding-left: 85px !important;
    padding-right: 120px !important;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
}

.contact_form_flex .right{
    width: 100%;
    padding: 75px 90px;
}

.contact_form_flex .prodeta_form_body {
    margin: 0 -7px;
    padding: 0 !important;
}

.contact_form_flex .prodeta_form_body .prodeta_form_item{
    padding: 0 7px;
}

.contact_form_flex .prodeta_form_item input {
    height: 53px;
    padding-left: 25px;
    padding-right: 20px;
}

.contact_form_flex .prodeta_form_item button{
    height: 55px;
    width: 100%;
}

.contact_form{
    padding-bottom: calc(114px + 40px);
}
/* job-end */

/* server */
.server_section{
    padding-top: 11rem;
    padding-bottom: 8.5rem;
}

.server_main h2{
    margin-bottom: 55px;
    text-align: center;
    font-weight: bold;
}

.server_item_cont{
    color: #333;
    height: 100%;
    cursor: pointer;
}

.server_list{
    display: flex;
    margin: 0 -28px;
}

.server_item{
    width: 25%;
    padding: 0 28px;
    text-align: center;
}

.server_item_cont{
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 10px rgba(185, 194, 211, 0.2);
    border-radius: 10px;
    padding: 74px 30px 56px;
}

.server_item_icon{
    width: 55px;
    margin: 0 auto;
}

.server_item_tit{
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 40px;
}

.server_item_text{
    color: #56AFB0;
    text-align: center;
    line-height:14px;
    line-height: 1.28;
}

.server_btn{
    min-width: 138px;
    height: 45px;
    display: inline-flex;
    border-radius: 30px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(189, 189, 189, 0.25);
    justify-content: center;
    align-items: center;
    margin-top: 46px;
    font-size: 18px;
}

.server_btn_text{
    font-size: 14px;
    line-height: 1.2;
    margin-right: 12px;
    color: #56AFB0;
}

.server_btn span{
    color: #56AFB0;
}

.server_slist{
    display: flex;
    margin: 0 -10px;
}

.server_sitem{
    width: 33.333333%;
    padding: 0 10px;
}

.server_simg{
    padding-top: 66.301969%;
    margin-bottom: 33px;
}

.server_stit{
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
    transition: all 0.36s;
}

.server_stext p{
    color: #666;
}

.server_solution{
    padding-bottom: calc(140px + 40px);
    padding-bottom: 100px !important;
}

.dot_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.dot_item{
    width: 50%;
    padding: 0 15px;
    margin-bottom: 50px;
}

.dot_cont{
    padding: 60px 120px 60px 75px;
    color: #333;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.06);
    border-radius: 0px 0px 50px 0px;
    display: block;
    height: 100%;
    position: relative;
}

.dot_cont::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #56AFB0 0%, rgba(86, 175, 176, 0) 101.42%);
}

.dot_tit p{
    font-size: 24px;
    line-height: 2;
    font-weight: bold;
    color: #333;
    transition: all 0.36s;
}

.dot_tit{
    padding-bottom: 18px;
    border-bottom: 1px solid #e1e1e6;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.dot_tit p:not(:last-child){
    margin-right: 30px;
}

.dot_text p{
    line-height: 2;
    font-size: 18px;
    color: #666666;
}

.dot_cont:hover .dot_tit p{
    color: #56AFB0;
}

.dot_section{
    padding: 11rem 0 calc(7rem);
}
/* server-end */

/* promise */
.promise_eidt{
    padding: 70px 0;
}

.promise_eidt p{
    color: #666;
}

.promise_video a{
    position: relative;
    display: block;
}

.promise_video>img{
    width: 100%;
}

.promise_video_btn{
    position: absolute;
    transition: all 0.36s;
    width: 90px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    overflow: hidden;
}

.promise_video_btn img{
    width: 100%;
    backdrop-filter: blur(10px);
    overflow: hidden;
    border-radius: 50%;
}

.promise_video:hover .promise_video_btn{
    transform:translate(-50%,-50%) scale(1.1);
}
/* promise-end */

.news_section{
    padding-top: 12rem;
    padding-bottom: calc(11rem + 40px);
}

.news_item{
    margin-bottom: 40px;
}

.news_item:last-child{
    margin-bottom: 0;
}

.news_cont{
    display: flex;
}

.news_cont .left{
    width: 410px;
    flex-shrink: 0;
    margin-right: 65px;
}

.news_img{
    padding-top:75.675675%;
    height: 100%;
}

.news_cont .right{
    width: 100%;
    border-top: 1px solid #d6d6d6;
    padding-top: 40px;
    padding-bottom: 45px;
}

.news_hd{
    display: flex;
    justify-content: space-between;
}

.news_tit{
    font-size: 24px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 22px;
    width: 726px;
    flex-shrink: 0;
    transition: all 0.36s;
    color: #333;
}

.news_time{
    font-size: 16px;
    line-height: 2;
    color: #999999;
    margin-top: 5px;
    flex-shrink: 0;
}

.news_text p{
    color: #666666;
}

.news_text{
    margin-bottom: 49px;
    width: 726px;
}

.news_item .mod_more .mod_more_text{
    font-size: 16px ;
}

.news_item:not(:last-child){
    margin-bottom: 40px;
}

.news_list{
    margin-bottom: 50px;
}

.news_cont:hover .news_img img{
    transform: scale(1.03);
}

.news_cont:hover .news_tit{
    color: #56AFB0;
}

.news_cont:hover .mod_more svg{
    transform: translateX(5px);
}

/* header */
.hd{
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
}

.hc_container{
    margin-top: 90px;
}

.hd_flex{
    display: flex;
    justify-content: space-between;
}

.hc_logo{
    display: block;
    width: 210px;
}

.hc_logo,
.hc_link,
.hc_control_item{
    line-height: 90px;
}

.hd_slit{
    display: flex;
}

.hd_item{
    margin: 0 30px;
    position: relative;
    z-index: 1;
}

.hd_cont{
    position: relative;
}

.hc_link{
    display: block;
    position: relative;
    font-size: 16px;
    color: #333333;
}

.hc_link::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #56afb0;
    left: 0;
    bottom: 0;
    transition: all 0.36s;
    width: 0;
}

.hd_item:hover .hc_link::after{
    width: 100%;
}

.hd_item.active .hc_link::after{
    width: 100%;
}

.hd_item.active .hc_link{
    color: #56afb0;
}

.hc_control{
    display: flex;
}

.hc_control_item{
    padding: 0 25px;
    cursor: pointer;
    display: block;
}

.hc_search{
    font-size: 18px;
    position: relative;
}

.hc_search::after{
    content: "";
    position: absolute;
    background-color: #a3a3a3;
    width: 1px;
    height: 16px;
    right: 0;
    top: 50%;
    transform: translate(50%,-50%);
}

.hc_language {
    font-size: 16px;
    color: #333;
    transition: all 0.36s;
}

.hc_language:hover{
    color: #56AFB0;
}

.hc_search:hover span{
    color: #56AFB0;
}

.iconfont{
    transition: all 0.36s;
}

.hd_second{
    position: absolute;
    min-width: 170px;
    padding: 23px 20px;
    background-color: #fff;
    top: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%) translateY(-20%);
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    text-align: center;
    opacity: 0;
    transition: all 0.36s;
    z-index: -1;
    pointer-events: none;
}

.hd_item:hover .hd_second{
    opacity: 1;
    transform: translateX(-50%) translateY(0%);
    pointer-events: all;
}

.hd_second::before{
    content: "";
    position: absolute;
    display: block;
    border-top: none;
    border-bottom: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.hd_second::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: 100%;
}



.hd_second_link{
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hd_second_link::before{
    content: "";
    width: 12px;
    height: 1px;
    transition: all 0.36s;
    opacity: 0;
    background-color: #56AFB0;
    display: inline-block;
    margin-right: 11px;
}

.hd_second_link::after{
    content: "";
    width: 12px;
    height: 1px;
    transition: all 0.36s;
    opacity: 0;
    background-color: #56AFB0;
    display: inline-block;
    margin-left: 11px;
}

.hd_second_link:hover {
    color: #56AFB0;
}

.hd_second_link:hover::after, 
.hd_second_link:hover::before{
    opacity: 1;
}

.hd_second_item:not(:last-child){
    margin-bottom: 20px;
}

.hd_second_item.active .hd_second_link{
    color: #56AFB0;
}

.hd_second_item.active .hd_second_link::after,
.hd_second_item.active .hd_second_link::before{
    opacity: 1;
}

.banner_img{
    padding-top: 45.3125%;
}

.banner_cont{
    position: relative;
    display: block;
}

.banner_video{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ph_videobtn{
    display: none;
}

.banner_video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_dots_box{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 50px;
}

.banner_dots{
    display: flex;
    justify-content: center;
}

.banner_dots_item{
    width: 40px;
    position: relative;
    margin: 0 15px;
    cursor: pointer;
    font-size: 0;
}

.banner_dots_item::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.36s;
    opacity: 0;
}

.banner_dots_item.active::before{
    opacity: 1;
}

.banner_dots_item:hover::before{
    opacity: 1;
}

.banner_dots_item svg{
    width: 100%;
}

.banner_dots_item::after{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.home_product{
    position: relative;
    z-index: 1;
}

.home_product_cont{
    position: relative;
}

.home_product_dateils{
    position: absolute;
    width: 42.447916%;
    height: 100%;
    z-index: 2;
    transition: all 0.36s;
    background-color: #56afb0;
    left: 0;
    top: 0;
    transition: all 0.36s;
    opacity: 0;
    transform: translateX(-100%);
    z-index: 3;
}

.home_product_dateils.active{
    opacity: 1;
    transform: translateX(0%);
}

.home_product_flex{
    padding: 14rem 0 15rem;
}

.home_product_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.home_product_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_product_navbox{
    border-bottom: 1px solid #e8e8e8;
    z-index: 20;
    position: relative;
    overflow-y: hidden !important;
}

.home_product_nav{
    display: flex;
    justify-content: space-between;
}

.home_product_nav li{
    line-height: 86px;
    position: relative;
    transition: all 0.36s;
    font-size: 18px;
    cursor: pointer;
}

.home_product_nav li::after{
    content: "";
    bottom: -1px;
    background-color: #56AFB0;
    height: 3px;
    width: 0%;
    position: absolute;
    left: 0;
    transition: all 0.36s;
}

.home_product_nav li:hover::after{
    width: 100%;
}

.home_product_nav li:hover{
    color: #56AFB0;
}

.home_product_nav li.active{
    color: #56AFB0;
}

.home_product_nav li.active::after{
    width: 100%;
}

.home_product_flex .hc_cont1410{
    display: flex;
    align-items: center;
}

.home_product_flex{
    position: relative;
}

.home_product_flex .left{
    width: 44.32624113%;
    flex-shrink: 0;
    padding-right: 40px;
    position: relative;
    z-index: 3;
}

.home_product_flex .right{
    width: calc(100% - 44.32624113%);
    position: relative;
    transform: translateX(40px);
}

.home_pro_base{
    position: absolute;
    bottom: 0%;
    left: 2%;
    width: 100%;
    transform: scale(1.4);
}


.home_pro_subtit{
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 5px;
}

.home_pro_tit{
    font-weight: bold;
    margin-bottom: 45px;
}

.home_pro_clist{
    margin-bottom: 130px;
}

.home_pro_clist p{
    padding-left: 25px;
    position: relative;
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 10px;
}

.home_pro_clist p:last-child{
    margin-bottom: 0;
}

.home_pro_clist p::after{
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #b19964;
}

.home_pro_rslickbox{
    position: relative;
    width: 660px;
    margin: 0 auto;
}

.home_pro_arrow{
    position: absolute;
    width: calc(100% + 220px);
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    pointer-events: none;
    z-index: 3;
}

.home_pro_arrow_flex{
    display: flex;
    justify-content: space-between;
}

.home_pro_prev,
.home_pro_next{
    color: #636161;
    font-size: 24px;
    padding: 5px;
    cursor: pointer;
    pointer-events: all;
}

.home_pro_prev:hover span,
.home_pro_next:hover span{
    color: #56afb0;
}

.home_pro_next{
    transform: rotate(180deg);
}

.home_pro_rslick{
    position: relative;
}

.home_pro_rslick li{
    text-align: center;
}

.home_pro_rslick li img{
    width: 100%;
}

.home_product_list .slick-list{
    overflow: initial;
}

.home_adv{
    position:relative;
    padding: 17.5rem 0 15.5rem;
    z-index: 1;
}

.home_adv_tit{
    color: #fff;
    margin-bottom: 35px;
}

.home_adv .home_pro_clist{
    margin-bottom: 0;
}

.home_adv .home_pro_clist p{
    color: #Fff;
}

.home_adv .home_pro_clist p::after{
    background-color: #fff;
}

.home_adv_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.home_adv_flex .right{
    width: 740px;
    flex-shrink: 0;
}

.home_adv_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.home_adv_item{
    width: 50%;
    padding: 0 12px; 
    margin-bottom: 20px;
}

.home_adv_cont{
    background-color: rgba(255, 255, 255,0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px 20px;
    transition: all 0.36s;
    cursor: pointer;
}

.home_adv_cont:hover{
    background-color: rgba(255, 255, 255,0.4);
}

.home_adv_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home_adv_tits{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-left: 30px;
}

.home_adv_icon{
    font-size: 48px;
}

.home_adv_icon span{
    color: #fff;
}

.home_adv_bg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home_sec_text p{
    color: #666666;
    line-height: 2.25;
}

.home_sec_text{
    margin-bottom: 80px;
}

.home_sec_tit{
    margin-bottom: 27px;
}

.home_sec_flex{
    display: flex;
}

.home_sec_flex .left{
    width: 40.42553%;
    flex-shrink: 0;
}

.home_sec_flex .right{
    width: 100%;
    padding-left: 135px;
}

.home_section{
    padding: 11rem 0 13rem;
}

.home_sec_flex .invite_join_link{
    border-color: #56AFB0;
    color: #fff;
    background: #56AFB0;
}

.home_sec_img{
    position: relative;
    width: 705px;
}

.home_sec_img img{
    width: 100%;
    transition: all 0.36s;
}

.home_sec_smimg{
    width: 360px;
    width: 51%;
    position: absolute;
    bottom: -10%;
    left: -8%;
    border-radius: 0 0 0 20px;
    overflow: hidden;
}

.home_sec_smimg img{
    width: 100%;
}

.home_sec_play{
    width: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    transition: all 0.36s;
}

.home_sec_play img{
    width: 100%;
}

.home_sec_img a{
    overflow: hidden;
    display: block;
}

.home_sec_img a:hover img{
    transform: scale(1.03);
}

.home_sec_img:hover .home_sec_play{
    transform: translate(-50%,-50%) scale(1.1);
}

.home_news_tit{
    margin-bottom: 8px;
}

.home_news_hd{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.home_news_arrow{
    display: flex;
    position: relative;
}

.home_news_prev,
.home_news_next{
    padding: 10px;
    font-size: 22px;
    cursor: pointer;
    margin: 0 5px;
}

.home_news_next{
    transform: rotate(180deg);
}

.home_news_arrow::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 19px;
    background-color: #c6cccc;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.home_news_prev span,
.home_news_next span{
    color: #696767;
}

.home_news_prev:hover span,
.home_news_next:hover span{
    color: #5db2b3;
}

.home_news_img{
    padding-top: 53.703703%;
    border-radius: 10px;
    margin-bottom: 28px;
}

.home_news_more{
    display: flex;
}

.home_news_time{
    color: #666666;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.home_news_tits{
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 26px;
    transition: all 0.36s;
    color: #333333;
}

.home_news_more{
    display: flex;
    align-items: center;
    font-size: 16px;
}

.home_news_more .text{
    color: #b19964;
    font-size: 16px;
    line-height: 1.6;
    margin-right: 12px;
}

.home_news_more span{
    color: #898a8a;
    transform: rotate(180deg);
}

.home_news_slick{
    padding-left: calc((100% - 1410px) / 2);
}

.home_news_list{
    margin: 0 -15px;
}

.home_news_item{
    padding: 0 15px;
}

a{
    color: #333333;
}

.home_news_cont:hover .home_news_tits{
    color: #56afb0;
}

.home_news_cont:hover .home_news_more span{
    transform: translateX(5px) rotate(180deg);
}

.home_news_cont:hover .home_news_img img{
    transform: scale(1.03);
}

.home_news .home_pro_clist{
    margin-bottom: 0;
}

.home_news_hd{
    margin-bottom: 55px;
}

.home_news{
    padding-top: 11.5rem;
    padding-bottom: calc(13rem + 30px) ;
    background-color: #eef7f7;
}

.home_banner{
    position: relative;
}

.ft{
    position: relative;
    background-color: #222222;
    z-index: 3;
}

.ft_bg{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom:calc(100% - 1px);
    width: 1920px;
    z-index: 2;
}

.ft_bg img{
    width: 100%;
}

.ft_item_key,
.ft_item_value,
.ft_item_value p,
.ft_item a{
    font-size: 16px;
    line-height: 1.75;
    color: #9f9f9f;
    transition: all 0.36s;
}

.ft_item a{
    display: inline-block;
}

.ft_item a:hover{
    color: #fff;
}

.ft_item_key{
    margin-bottom: 6px;
}

.ft_item_tit{
    margin-bottom: 26px;
    color: #fff;
    font-size: 18px;
    position: relative;
    padding-bottom: 40px;
    font-weight: bold;
}

.ft_item_tit::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #565656;
}

.ft_item_tit::after{
    content: "";
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #56afb0;
    bottom: 0;
    left: 0;
}

.ft_cont_flex{
    display: flex;
    justify-content: space-between;
}

.ft_item:not(:last-child){
    margin-bottom: 25px;
}

.ft_items.form .ft_item_tit{
    margin-bottom: 44px;
}

.ft_items.ft_contact{
    width: 31.91489%;
    flex-shrink: 0;
}

.ft_items.form{
    width: 100%;
}

.ft_form{
    display: flex;
    margin-top: 5px;
    margin-bottom: 50px;
}

.ft_form input{
    border: 1px solid #5e5e5e;
    height: 55px;
    width: calc(100% - 100px);
    padding: 0 23px;
    color: #fff;
    background-color: rgba(255, 255, 255,0.2);
}

.ft_form button{
    width: 100px;
    background-color: #56afb0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.ft_form input::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: #7f7f7f;
}
.ft_form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #7f7f7f;
}
.ft_form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #7f7f7f;
}
.ft_form input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #7f7f7f;
}

.ft_item_img{
    width: 436px;
}

.ft_item_img img{
    width: 100%;
}

.ft_cont{
    padding-bottom: 90px;
    padding-top: 70px;
}

.ft_bot_cont{
    border-top: 1px solid #3a3a3d;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 29px 0;
}

.ft_bot_name,
.ft_bot_name p,
.ft_bot_cont a{
    color: #999999;
    font-size: 14px;
    transition: all 0.36s;
}

.ft_bot_name,
.mod_z,
.ft_bot_cont a{
    display: inline-block;
    margin-right: 20px;
}

.sitemap{
    text-decoration: underline !important;
    transition: all 0.36s;
}

.ft_bot_cont a:hover,
.sitemap:hover{
    color: #fff;
}

.home_pro_rslick .slick-list {
    overflow: initial;
}


/* aside */
.ct_aside1{
    position: fixed;
    top: 70%;
    right: 0px;
    transform: translateY(-50%);
    z-index: 10;
}

.ct_aside1_list{
    margin-bottom: 15px;
    transition: all 0.36s;
}

.ct_aside1_item{
    margin-bottom: 10px;
    position: relative;
    transition: all 0.36s;
    cursor: pointer;
}

.ct_aside1_item:last-child{
    margin-bottom: 0;
}

.ct_aside1_link{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(71, 145, 143,0.2);
    font-size: 34px;
    color: #fff;
    transition: all 0.36s;
}

.ct_aside1_item.active .ct_aside1_link{
    background-color: rgba(89, 187, 184, 0.8);

}

.ct_aside1_item:hover .ct_aside1_link{
    background-color: rgba(89, 187, 184, 0.8);
}

.ct_aside1_link,
.ct_aside1_switch{
    width: 50px;
    height: 50px;
    border-radius: 4px;
}

.ct_aside1_switch{
    background-color: #6295a7;
    position: relative;
    transition: all 0.36s;
    cursor: pointer;
    display: none;
}

.ct_aside1_switch::after,
.ct_aside1_switch::before{
    content: "";
    position: absolute;
    background-color: #fff;
    transition: all 0.36s;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.ct_aside1_switch::after{
    width: 2px;
    height: 15px;
}

.ct_aside1_switch::before{
    height: 2px;
    width: 15px;
}

.ct_aside1_switch.active{
    background-color: #031417;
    transform: rotate(-135deg);
}

.ct_aside1_cont{
    position: absolute;
    right: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%) translateX(100px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .04);
    transition: all 0.36s;
    opacity: 0;
    pointer-events: none;
}

.ct_aside1_item.active .ct_aside1_cont{
        pointer-events: all;
        opacity: 1;
        transform: translateY(-50%) translateX(0px);
    }

.ct_aside1_cont::after{
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 100%;
}

.ct_aside1_cont .qr{
    width: 100px;
    padding: 2px;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.07);
    background-color: #fff;

}

.ct_aside1_cont .qr img {
    width: 100%;
}

.ct_aside1_cont a{
    display: inline-block;
    padding: 17px 22px;
    background-color: #fff;
    border-radius: 4px;
    color: #333;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.07);
    white-space: nowrap;
}

/* type-animatelist */
.ct_aside1_list.animatelist{
    transform: translateX(100px);
}

.ct_aside1_list.active{
    transform: translateX(0px);
}

/* type-animateitem */
.ct_aside1_list.animateitem .ct_aside1_item{
    transform: translateX(100px);
}

.ct_aside1_list.active .ct_aside1_item{
    transform: translateX(0px) ;
}

/* type-animateitem-rotate */
.ct_aside1_list.animateitem-rotate .ct_aside1_item{
    transform: translateX(80px) rotate(360deg);
}

.ct_aside1_list.active .ct_aside1_item{
    transform: translateX(0px) rotate(0deg);
}



@media screen and (max-width:768px) {
    .ct_aside1_list{
        display: none;
    }

    .ct_aside1{
        top: initial;
        right: 20px;
        bottom: 70px;
        transform: translateY(0);
    }

    .ct_aside1_switch{
        display: block;
    }
}

.ct_aside1_item:hover .ct_aside1_cont{
    pointer-events: all;
    opacity: 1;
    transform: translateY(-50%) translateX(0px);
}

/* hover */
@media screen and (min-width:1200px) {
    .ct_aside1_switch:hover{
        background-color: rgba(89, 187, 184, 0.8);
    }

    
}
/* aside */


/* search */
.search_view{
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0,0.9);
    z-index: 999;
    display: none;
}

.search_view form{
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    animation: searchtit 1.3s ease both; 
}

.search_view_tit{
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 50px;
    text-align: center;
}

.search_close{
    position: absolute;
    width: 34px;
    transition: all 0.36s;
    z-index: 1;
    right: 200px;
    top: 100px;
    cursor: pointer;
}

.search_close:hover{
    transform: rotate(-90deg);
}

body.search_open{
    overflow: hidden;
}

@keyframes searchtit {
    from{
        transform: translateY(-80px) scale(0.5);
        opacity: 0;
    }
    to{
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.search_view_cont{
    position: relative;
    width: 1200px;
}

.search_view_cont input{
    width: 100%;
    height: 50px;
    color: #fff;
    padding-left: 10px;
    padding-right: 40px;
    border-bottom: 1px solid #999;
    transition: all 0.36s;
}

.search_view_cont input:focus{
    border-bottom: 1px solid #fff;
}

.search_view_cont button{
    padding: 4px;
    font-size: 26px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/* search-end */

.contact_form_flex .prodeta_form_item{
    margin-bottom: 17px;
}

.contact_form_flex .prodeta_form_item:last-child{
    margin-bottom: 0px;
}

form{
    width: initial;
}

.news_section .mod_more svg{
    width: 6px;
}

.img_box img{
    height: 100%;
    object-fit: cover;
}

.home_sec_img img {
    width: 100%;
    height: 100%;
    transition: all 0.36s;
    object-fit: cover;
}

.ft_list{
    padding-right: 20px;
}

.c_pcbtn{
    display: none;
}

.hd_three{
    display: none;
}

.mod_online {
    background-color: #56afb0;
}

.ct_aside1_switch{
    background-color: #56afb0;
}

/* newdate */
.newdate_info_tit{
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
}

.newdate_info_date {
    font-size: 16px;
    line-height: 1.5;
}

.newdate_info {
    padding: 60px 0 20px;
    border-bottom: 1px solid #ccc;
}

.news_info{
    margin-bottom: 50px;
}

.news_primary{
    padding-top: 50px !important;
    padding-bottom: 100px !important;
}

.news_info h2 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    color: #222222;
    margin-bottom: 20px;
}

.news_info p {
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
    margin-bottom: 20px;
}

.news_info img {
    height: auto !important;
}

.newdate_main .pdrf_shares {
    margin-top: 50px;
}

.newdate_page {
    margin-top: 40px;
}

.newdate_page a:hover {
    color: #56afb0;
}

.newdate_prev {
    margin-bottom: 20px;
}

.pdrf_shares_text {
    flex-shrink: 0;
    font-size: 22px;
    line-height: 1.2;
    margin-right: 5px;
    margin-bottom: 5px;
}

.pdrf_shares {
    display: flex;
    align-items: center;
}

.newdate_page a {
    color: #666;
    font-size: 16px;
    line-height: 1.4;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

@media screen and (max-width: 1680px) {
    .newdate_info_tit {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .newdate_info {
        padding: 55px 0 20px;
    }


    .news_info h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .news_primary {
        padding-top: 40px !important;
        padding-bottom: 80px !important;
    }

    .pdrf_shares_text {
        font-size: 20px;
    }

    .news_info {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1440px) {
    .newdate_info_tit {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .newdate_info {
        padding: 50px 0 15px;
    }

    .news_primary {
        padding-top: 35px !important;
        padding-bottom: 60px !important;
    }

    .newdate_info_date {
        font-size: 14px;
    }

    .news_info h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .news_info p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 12px;
    }

    .news_info {
        margin-bottom: 30px;
    }

    .pdrf_shares_text {
        font-size: 18px;
    }

    .newdate_page {
        margin-top: 30px;
    }

    .newdate_page a {
        font-size: 14px;
        line-height: 1.4;
    }

    .newdate_prev {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .newdate_info_tit {
        font-size: 22px;
    }

    .newdate_info {
        padding: 40px 0 12px;
    }

    .news_primary {
        padding-top: 30px !important;
        padding-bottom: 50px !important;
    }

    .pdrf_shares_text {
        font-size: 16px;
    }

    .news_info h2 {
        font-size: 18px;
    }
}


@media screen and (max-width: 768px) {
    .newdate_info {
        padding: 35px 0 12px;
    }

    .newdate_info_tit {
        margin-bottom: 13px;
        font-size: 24px;
    }

    .news_primary {
        padding-top: 25px !important;
        padding-bottom: 40px !important;
    }
}
/* newdate-end */

/* 搜索页 */
.product_search{
    margin-bottom: 20px;
}

.product_search_tit{
    font-size: 22px;
    color: #14151a;
    margin-bottom: 15px;
}

.product_search_text{
    background-color: rgb(86, 175, 176,0.8);
    padding: 12px 20px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    display: flex;
    align-items: center;
}
/* 搜索页-end */

/* sitemap */
.sitemap_cont{
    padding: 80px 0 20px;
    padding-bottom: 10rem !important;
}

.sitemap_cont_list{
    display: flex;
    margin: 0 -10px;
}

.sitemap_cont_item{
    width: 16.666666%;
    padding: 0 10px;
}

.sitemap_cont_link{
    display: block;
    text-align: center;
    line-height: 50px;
    background-color: 
    #56afb0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.sitemap_cont_link:hover{
    text-decoration: underline;
}

.sitemap_second_list{
    margin-top: 15px;
}

.sitemap_second_item{
    margin-bottom: 10px;
}

.sitemap_second_link{
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    transition: all 0.36s;
    display: block;
    color: #222;
    padding: 4px 0;
}

.sitemap_second_link:hover{
    color: #56afb0;
    text-decoration: underline;
}

@media screen and (max-width: 1680px) {
    .sitemap_cont {
        padding: 60px 0 0px;
    }

    .sitemap_cont_link {
        line-height: 45px;
    }

    .sitemap_second_item {
        margin-bottom: 8px;
    }
}   

@media screen and (max-width: 1440px) {
    .sitemap_cont_item {
        padding: 0 8px;
    }

    .sitemap_cont_list {
        margin: 0 -8px;
    }

    .sitemap_cont_link {
        line-height: 40px;
        font-size: 16px;
    }

    .sitemap_second_link {
        padding: 4px 0;
        line-height: 26px;
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .sitemap_cont_item {
        padding: 0 5px;
    }

    .sitemap_cont_list {
        margin: 0 -5px;
        flex-wrap: wrap;
    }

    .sitemap_cont_item{
        width: 33.333333%;
        margin-bottom: 20px;
    }

    .sitemap_cont {
        padding: 40px 0 0px;
    }
}

@media screen and (max-width: 768px) {
    .sitemap_cont {
        padding: 30px 0 0px;
    }

    .sitemap_cont_list{
        flex-direction: column;
    }

    .sitemap_cont_item{
        width: 100%;
        margin-bottom: 10px;
    }

    .sitemap_second_list {
        margin-top: 10px;
    }
}
/* sitemap-end */

.home_product_datecont{
    padding-top: 80px;
    padding-bottom: 70px;
    /* padding-right: 75px; */
    padding-left: 110px;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.hpd_hd{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #78bfc0;
    margin-bottom: 35px;
    margin-right: 75px;

}

.hpd_hd_link{
    display: inline-block;
    min-width: 140px;
    padding: 0 20px;
    line-height: 50px;
    border-radius: 50px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.36s;
    font-size: 16px;
}

.hpd_hd_link:hover{
    background-color: rgba(255, 255, 255, 1);
    color: #56AFB0;
}

.hpd_hd_tit{
    color: #fff;
}

.hpd_bd{
    flex-grow: 1;
    overflow-y: hidden;
    position: relative;
    width: 100% !important;
    padding-right: 30px;
}

.hpd_bd_cont{
    padding-right: 50px;
}

.hpd_bd_img{
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 35px;
}

.hpd_bd_img img{
    width: 100%;
}

.hpd_bd_tit{
    font-weight: bold;
    color: #fff;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.5;
}

.hpd_bd_text p{
    color: #fff;
    font-size: 14px;
    line-height: 2;
}


.mCSB_inside>.mCSB_container{
    margin-right: 0 !important;
}

.mCustomScrollBox{
    overflow: initial !important;
}

.mCSB_container{
    width: 100% !important;
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
    touch-action: initial !important;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{
    background-color: #67b7b8 !important;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff !important
}

.home_pro_imgbox{
    padding-top: 59.090909%;
}

.home_pro_imgbox img{
    height: 100% !important;
}

/* 弹窗 */
.carter_pop{
    padding: 100px;
    background-color: #fff;
}

.carter_pop_hd{
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}

.carter_pop_tit{
    color: #5bb1b2;
    margin-right: 30px;
    line-height: 1.75;
    font-weight: bold;
    font-size: 36px;
}

.carter_pop_type{
    font-size: 16px;
    line-height: 1.3125;
    color: #5bb1b2;
    transform: translateY(-14px);
}

.fancybox-slide>*{
    background-color: transparent;
}

#hidden-content{
    padding: 0;
}

.carter_pop_eidt p{
    font-size: 18px;
    line-height: 2;
    color: #666666;
}
/* 弹窗-end */

.prodeta_introduce_body td  {
    min-width: 130px !important;
}

.prodeta_introduce p{
    word-break: break-all;
}

.about_honor_hd{
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
}

.about_honor_nav{
    display: flex;
    margin-left: 40px;
    padding-bottom: 5px;
}

.about_honor_nav li{
    margin-right: 50px;
}

.about_honor_nav a{
    font-size: 18px;
    line-height: 1.75;
    color: #333;
    font-weight: bold;
}


.about_honor_nav a:hover{
    color: #56afb0;
}



/* hover */
@media screen and (min-width:1200px) {
    .hd_item:hover .hc_link{
        color: #56afb0;
    }
}

/* honor */
.about_nav{
    z-index: 10;
    width: 100% !important;
    box-shadow:  0 0 5px 0 rgba(0, 0, 0, .05);
}

.about_nav_list{
    display: flex;
    justify-content: center;
    margin: 0 -10px;
    padding: 20px 0;
}

.about_nav_item{
    min-width: 17.730496%;
    padding: 0 10px;
}

.about_nav_link{
    display: block;
    line-height: 50px;
    text-align: center;
    color: #222222;
    font-size: 16px;
    transition: all 0.36s;
    padding: 0 16px;
}

.about_nav_item.active .about_nav_link{
    color: #fff;
    background-color: #56afb0;
}

.about_nav_item:hover .about_nav_link{
    color: #fff;
    background-color: #56afb0;
}

.honor_cont{
    padding: 80px 0 100px;
}

.honor_img{
    padding-top: 137.931034%;
}

.honor_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 15px;
}

.honor_item{
    width: 25%;
    padding: 0 15px;
    margin-bottom: 35px;
}

.honor_item a{
    display: block;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0,0.03);
}

.honor_item a{
    cursor: pointer !important;
}

.honor_item .tits{
    text-align: center;
    font-size: 16px;
    line-height: 1.75;
    margin-top: 8px;
    transition: all 0.36s;
}

.honor_item a:hover .tits{
    color: #59B0B1;
}

.honor_item a:hover img{
    transform: scale(1.03);
}

.honor_item a:hover{
    box-shadow: 0 0 15px 0 rgba(0, 0, 0,0.08);
}

.about_nav{
    background-color: #fff;
}

@media screen and (max-width:1680px) {
    .about_nav_list {
        padding: 15px 0;
    }
    
    .honor_cont{
        padding: 70px 0 90px;
    }

    .about_nav_link {
        line-height: 46px;
    }

    .honor_item {
        margin-bottom: 30px;
    }

    .honor_item a {
        padding: 12px;
    }
}

@media screen and (max-width:1440px) {
    .about_nav_list {
        padding: 12px 0;
    }

    .honor_cont {
        padding: 50px 0 70px;
    }

    .honor_item {
        padding: 0 10px;
        margin-bottom: 25px;
    }

    .honor_list {
        margin: 0 -10px 10px;
    }

    .honor_item .tits {
        font-size: 14px;
    }

    .about_nav_link {
        line-height: 42px;
    }

    .about_honor_nav {
        padding-bottom: 0px;
    }

    .about_honor {
        padding-top: 8rem;
        padding-bottom: 12rem;
    }

    .about_honor_hd {
        margin-bottom: 30px;
    }

}

@media screen and (max-width:991px) {
    .honor_item {
        padding: 0 8px;
        width: 33.3333%;
        margin-bottom: 20px;
    }

    .honor_list {
        margin: 0 -8px 10px;
    }

    .honor_cont {
        padding: 50px 0 60px;
    }

    .about_nav_item {
        min-width: 22.730496%;
    }

    .about_honor_nav{
        margin-bottom: 15px;
    }

    .about_honor_hd {
        margin-bottom: 15px;
    }

    .about_honor_nav a {
        font-size: 16px;
    }

    .about_honor_nav li {
        margin-right: 40px;
    }



}

@media screen and (max-width:768px) {
    .about_nav_item {
        width: 50%;
        min-width: none;
        margin-bottom: 8px;
    }

    .about_nav_list{
        flex-wrap: wrap;
        padding: 14px 0 6px;
    }

    .honor_item {
        width: 50%;
    }

    .honor_cont {
        padding: 40px 0 50px;
    }

    .about_nav_link {
        line-height: 38px;
        font-size: 15px;
    }

    .honor_cont { 
        padding: 25px 0 50px;
    }

    .about_honor_nav li {
        margin-right: 30px;
    }

    .about_honor_hd{
        flex-direction: column;
        align-items: flex-start;
    }

    .about_honor_nav {
        margin-left: 0px;
    }


    .about_honor_nav li {
        margin-right: 16px;
    }

    .about_honor_nav li:last-child{
        margin-right: 0;
    }

    

}
/* honor-end */

