.ab_trans{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.widthClient{
    width: 80%;
    margin: auto;
}
/* 导航 */
/* .header_top .header_menu .header_nav ul li a:hover {
    color: #fff;
}
 */
.header_top .header_contact > a.header_login {
    background: #fff;
    color: #656565;
}

.top_menu_phone ul > li:last-child a {
    display: block;
}
.top_menu_phone ul li.contact{
    width: 90%;
    margin: 1.4rem auto;
    background: #0070D2;
    color: #fff;
    border-radius: 20px;
    padding: 6px 0;
    text-align: center;
}
.top_menu_phone ul li.contact a{
    color: #fff;
    display: inline-block;
    text-align: center;
}

/* 客户首页 */
.video_say_less_margin{
    margin-top: 1rem;
}
a.bg5 {
    border: 2px solid #FFF;
    background: #FFF;
    color: #015C9D;
}

a.bg5:hover {
    background: #015C9D;
    color: #fff;
}

.head_title {
    color: #656565;
    font-size: 1.4rem;
    text-align: center;
    margin: 0 auto 1.5rem;
    width: 92%;
}

.client-top {
    position: relative;
    top: -86px;
}

.client-top .client_logo, .gallery-top .client_logo{
    width: 5.5rem;
    margin-top: .5rem;
}
.client-top .client_logo2, .gallery-top .client_logo2{
    margin-bottom: 1rem;
    width: 4.5rem;
    margin-top: 0;
}
.gallery-top.banner-client-top .swiper-banner .text-banner{
    width: 50%;
    left: 15%;
}

.client-top .text-banner {
    color: #fff;
    font-size: 1.2rem;
    width: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.client-top .text-banner h1 > span {
    display: inline-block;
    font-weight: normal;
    border-top: 2px solid #fff;
    padding-top: .5rem;
    margin-bottom: 1rem;
}

.client-top a {
    font-size: .9rem;
}
.partners-logo .contents > div {
    width: 18%;
    padding: 10px 0;
}

.icon-logo {
    height: 45px;
}

.logs .logo-icon>div{
    width: 18%;
}
.jobs-view-content.video_say_client{
    margin-bottom: 20px;
}
.help_swiper, .partners-logo, .help_a, .client_video{
    /* width: 80%;
    margin: auto;
    padding: 0 5%; */
    position: relative;
    margin-bottom: 1rem;
}
.client_video{
    width: 100%;
    padding: 0;
    margin: 10px auto 0;
}
.jian .client_video{
    width: 76%;
}
.client_video .swiper-container .swiper-button-next, 
.client_video .swiper-container .swiper-button-prev{
    width: 25%;
    height: 80%;
    background: none;
    top: 15%;
}
.client_video .swiper-container .swiper-button-prev{
    left: 0;
}
.client_video .swiper-container .swiper-button-next{
    right: 0;
}

.help_swiper .swiper-button-next, .help_swiper .swiper-container-rtl .swiper-button-prev,
.client_video .swiper-button-next, .client_video .swiper-container-rtl .swiper-button-prev {
    background-image: url('../images/right_icon.png');
}

.help_swiper .swiper-button-prev, .help_swiper .swiper-container-rtl .swiper-button-next, 
.client_video .swiper-button-prev, .client_video .swiper-container-rtl .swiper-button-next {
    background-image: url('../images/left_icon.png');
}

.client_help .client_item {
    display: block;
    float: left;
    width: 100%;
    margin: 10px auto;
    background: #fff;
    border: 1px solid #979797;
    border-radius: 6px;
}
.client_help_box .help_swiper{
    padding: 0 5%;
}
.client_help .client_item .client_pic img {
    width: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.client_help .client_item .client_text {
    padding: 10px;
}

.client_help .client_item .client_text h6, .client_help .client_item .client_text .client_item_p {
    color: #3E5A74;
    margin-bottom: 6px;
}

.client_help .client_item .client_text p {
    color: #898989;
    font-size: .7rem;
    height: 80px;
    line-height: 20px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.jobs-view-content.video_say_clien{
    margin: 0 auto 8px;
}
.jobs-view-content.video_say_client .video_say_box{
    width: 100%;
}
.video_say_client dl{
    width: 33.3%;
    margin-bottom: 5px;
    float: left;
}
.video_say dl dd img{
    width: 100%;
    display: block;
}
.client_video .swiper-slide>a, .client_video .swiper-slide>dl, .jian_video .swiper-slide>a, .jian_video .swiper-slide>dl{
    display: block;
    border: 1px solid #dedede;
}
.client_video .video_say dl dd .ic_play, .client_video .video_relative .ic_play .jian_video .video_relative .ic_play{
    width: 1.4rem;
}
.video_say dl .client-video{
    border: 1px solid #dedede;
    margin: 5px;
}
.video_say dl.active .client-video{
    border-color: transparent;    
}
.client_video .swiper-slide>dl .video_relative>img{
    width: 100%;
}
.video_say .logoFix, .client_video .logoFix, .jian_video .logoFix{
    background: #fff;
    padding: 20px 0;
    position: relative;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
    cursor: pointer;
}
.video_say_box .logoFix img, .client_video .logoFix img, .jian_video .logoFix img{
    width: auto;
    height: 30px;
}
.video_say_client .video_say{
    margin: auto;
}
.video_say .logoFix .add_icon, .client_video .logoFix .add_icon,
.jian_video .logoFix .add_icon, .jian_video .logoFix .add_icon{
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.video_say .logoFix .add_cont, .client_video .logoFix .add_cont,
.jian_video .logoFix .add_cont, .jian_video .logoFix .add_cont{
    display: none;
    padding: 0 10px;
    background: transparent;
    font-size: .75rem;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px 0 0em;
    text-align: center;
    width: 100%;
    webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2);
    visibility: visible;
    opacity: 1;
    z-index: 3;
    transition-delay: 100ms;
    border-bottom: 1px solid #dedede;
}
.client_video .logoFix .add_cont,
.jian_video .logoFix .add_cont{
    bottom: 0;
    top: 0;
    padding: 0;
    overflow-y: auto;
    background: #fff;
}
.jian_video .active .logoFix{
    position: static;
}
.client_video .active .logoFix{
    position: relative;
}

.video_say .logoFix .add_text, .client_video .logoFix .add_text,  .jian_video .logoFix .add_text{
    color: #676767;
    background: #fff;
    padding: 1rem 12px ;    
}
.client_text_pre{
    position: relative;
    width: 100%;
    height: 100%;
}
.client_text_pre .add_text{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.client_video .logoFix .add_text{
    padding: 10px;
}
.client_video .logoFix{
    padding: 20px 0;
}
.client_video .logoFix img{
    height: 40px;
}
.client_video .logoFix .add_text p,
.jian_video .logoFix .add_text p{
    color: #676767;
    font-size: .7rem;
    line-height: 1.4;
}
.video_say .logoFix .add_xq, .client_video .logoFix .add_xq, .jian_video .logoFix .add_xq{
    color: #5490C9;
    background: #fff;
    font-size: .7rem;
}
.client_video .logoFix .add_xq a, .jian_video .logoFix .add_xq a{
    font-size: .7rem;
}
.video_say .logoFix .add_icon img, .client_video .logoFix .add_icon img, .jian_video .logoFix .add_icon img{
    height: 16px;
}
.video_say .logoFix .add_icon img.add_btn,
.video_say .active .logoFix .add_icon img.del_btn,
.client_video .logoFix .add_icon img.add_btn,
.client_video .active .logoFix .add_icon img.del_btn,
.jian_video .logoFix .add_icon img.add_btn,
.jian_video .active .logoFix .add_icon img.del_btn{
    display: inline-block;
}
.video_say .logoFix .add_icon img.del_btn,
.video_say .active .logoFix .add_icon img.add_btn,
.client_video .logoFix .add_icon img.del_btn,
.client_video .active .logoFix .add_icon img.add_btn,
.jian_video .logoFix .add_icon img.del_btn,
.jian_video .active .logoFix .add_icon img.add_btn{
    display: none;
}
.video_say_client .video_say .ic_play{
    width: 1.6rem;
}
.btn-more p{
    color: #656565;
    margin-top: 12px;
}
.marg15{
    margin-top: 15px;
}
.swiper-banner .text-banner .banner_pc_p>p{
    margin: 0;
}
.help_a li{
    float: left;
    width: 50%;
}
.help_a li>a{
    display: block;
    color: #fff;
    margin: 10px;
    position: relative;
    text-align: center;
}
.help_a li .help_a_text{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.help_a li .help_a_text h1, .help_a li .help_a_text .help_a_p{
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.help_a li .help_a_text p{
    font-size: .7rem;
}
.btn_help_a{
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 24px;
}

/* 客户四类人价值切图 */
.topHe{
    height: 80px;
}
.topHe2{
    height: 20px;
}
.client-jz .banner_slide_img img{
    width: 100%;
    height: auto;
}
.bg-client, .bg-client-2:hover{
    background: #5f9edc;
    color: #fff;
    border: 1px solid #5f9edc;
}
.bg-client-2, .bg-client:hover{
    color: #5f9edc;
    border: 1px solid #5f9edc;
    background: #fff;
}
.client-jz a.standardlink{
    margin: 1rem .6rem 0;
    display: inline-block;
}
.gl-video-item{
    width: 33.3%;
    float: left;
    padding: 0 .5rem;
}
.gl-video dl {
    border: 1px solid #979797;
}
.gl-video dl dd {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.gl-video{
    overflow: hidden;
}
.gl-video dl dd img{
    display: block;
    width: 100%;
}
.gl-video .ic_play{
    width: 3.8rem;
}
.gl-video dl dt {
    color: #6F6F6F;
    background: #fff;
    margin: 1rem 0;
    text-align: center;
    padding: 0 5px;
}
.gl-video dl dt h4, .gl-video dl dt .h4{
    font-size: 1.1rem;
    line-height: 1.8;
}
.gl-video dl dt p{
    font-size: .8rem;
    font-weight: normal;
}
.client-marginT{
    margin-top: 4rem;
}
.qd{
    text-align: center;
    width: 80%;
    margin: auto;
    padding: 0 10px;
}
.qd-tit{
    margin-bottom: 2.5rem;
    position: relative;
}
.qd-tit h2, .qd-tit .h2{
    color: #6F6F6F;
    background: #fff;
    font-size: 1.1rem;
}
.qd-tit .qd-border{
    border: 0.5px dashed #6F6F6F;
    width: 60%;
    z-index: -1;
}
.qd_img_bg{
    position: relative;
    margin-bottom: 2rem;
}
.qd_text{
    text-align: center;
}
.qd_text p{
    color: #fff;
    font-size: 1.1rem;
}
.qd_text h5{
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 15px;
    line-height: 1.6;
}
.qd_text h6{
    color: #fff;
    font-size: 1.2rem;
}
.qd_data{
    color: #5f9edc;
    font-size: 1.1rem;
    margin-bottom: 3rem;
}
.qd_data img{
    width: 88%;
}
.qd_data h2, .qd_data .h2{
    font-size: 1rem;
    margin-bottom: 1.4rem;
}
.qd_data_li{
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-bottom: .4rem;
}
.qd_data_li2{
    margin: .8rem 0 2rem 0;
}
.data_icon, .data_text{
    float: left;
    color: #777777;
    font-size: 1rem;
    text-align: left;
}
.data_icon{
    width: 1.4rem;
    margin-right: .5rem;
    position: relative;
    top: -8px;
}
.data_text h6, .data_text .h6{
    font-size: .9rem;
    margin-bottom: .2rem;
}
.data_text p{
    font-size: .75rem;
    line-height: 1.4;
}
.qd_img_bgNo{
    margin-bottom: 0;
}
.bottom_img{
    margin-top: 4rem;
    display: block;
}
.bottom_img>a{
    display: block;
}
.cw_title{
    position: relative;
    width: 40%;
    color: #fff;
}
.cw_title p{
    width: 80%;
    font-size: 1.1rem;
    text-align: center;
}
.cloud_icon{
    width: 16%;
    margin-left: 84%;
}
.cw_tit_text{
    color: #656565;
    font-size: 1.3rem;
    text-align: center;
    margin: 2rem auto;
}
.sh_tab{
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #979797;
    padding-bottom: .5rem;
    color: #AFAFAF;
    font-size: 1rem;
    cursor: pointer;
}
.sh_tab_item.active{
    color: #5f9edc;
}
.sh_tab_item .default_icon, .sh_tab_item.active .active_icon{
    display: inline-block;
}
.sh_tab_item.active .default_icon, .sh_tab_item .active_icon{
    display: none;
}
.sh_icon{
    display: inline-block;
    height: 22px;
    margin-right: 10px;
}
.sh_icon img{
    width: auto;
    height: 100%;
}
.sh_slide{
    display: flex;
    justify-content: space-around;  
    align-items: center;    
    width: 90%;
    margin: auto;
}
.sh_img{
    width: 24%;
    position: relative;
}
.sh_img .play_icon{
    width: 2rem;
    cursor: pointer;
}
.sh-box{
    padding: 3rem 0;
}
.sh_text_item{
    margin-bottom: 1.5rem;
    overflow: hidden;
}
.sh_text_item .gou{
    float: left;
    width: .8rem;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.sh_text_item .video_icon{
    float: left;
    width: 1.1rem;
    cursor: pointer;
}
.sh_text_item .sh_text_p{
    float: left;
    width: 10rem;
    color: #777777;
    font-size: .75rem;
    line-height: 1.8;
}
.sh_text_p p>span{
    font-size: 1rem;
    color: #6AACEB;
}
.sh_text_p h6, .sh_text_p .h6{
    font-size: 1rem;
    font-weight: bold;
}
.sh_text_p h5, .sh_text_fk h5, .sh_text_p .h5, .sh_text_fk .h5{
    color: #777777;
    line-height: 1.8;
    font-size: .8rem;
    margin-bottom: 1.5rem;
}
.text_h5.sh_text_p h5, .text_h5.sh_text_p .h5{
    margin-bottom: 0;
}
.text_h5.sh_text_p{
    margin-top: -2.8rem;
}
.sh_text_item2{
    display: flex;
    justify-content: space-around;
    align-items: center;  
    width: 50%;
    float: left;
}
.sh_text_item2:last-child{
    margin-left: 5%;
    width: 45%;
}
.sh_text_item2 .sh_text_pNp{
    width: 8rem;
}
.sh_text_item2 .sh_img{
    width: 40%;
}
.sh_img img{
    width: 100%;
}
.sh_text_item2 .sh_img.sh_imgPc{
    width: 100%;
}
.sh_text_fk{
    width: 90%;
    margin: 1.5rem auto;
}
.sh_text_fk .sh_img{
    width: 100%;
}
.sh_fk{
    display: flex;
    justify-content: space-around;
    margin-top: 1.2rem;
    color: #777777;
    font-size: .75rem;
}
.sh_fk li{
    float: left;
    width: 23%;
    margin-right: 15%;
    text-align: center;
}
.sh_fk li:last-child{
    margin-right: 0;
}
.sh_fk li h6, .sh_fk li .h6{
    font-size: 1rem;
    margin-bottom: .5rem;
}
.client_cost{
    display: flex;
    justify-content: space-around;
    align-items: center;  
    width: 100%;  
    margin-bottom: 1.2rem;
}
.cost_img{
    position: relative;
    color: #fff;
    font-size: 1.1rem;
}
.client_cost .cost_img{
    width: 49%;
}
.client_cost .cost_img:last-child{
    margin-left: 2%; 
}
.client_cost2{
    margin-bottom: 1rem;
}
.client_cost2_text{
    position: absolute;
    top: 50%;
    width: 45%;
    left: 20%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.client_cost2_text h6, .client_cost2_text .h6{
    font-size: 1rem;
    margin-bottom: 1.2rem;
}
.client_cost2_text p{
    font-size: .75rem;
    line-height: 1.8;
}
.client_cost2_text img{
    width: .9rem;
    margin-right: 10px;
}
.cost_fr{
    position: absolute;
    top: 0;
    right: 2%;
    height: 100%;
    width: auto;
}
.cloud_icon2{
    width: 18%;
    margin: 2rem 0;
}
.wd{
    background: url('../images/client/fly_icon.png') no-repeat;
    background-size: auto 6rem;
}
.wd .cw_tit_text{
    margin: 5rem auto;
}
.wd .sh_text_item, .baobiao .sh_text_item{
    margin-bottom: .2rem;
}
.wd .sh_img{
    width: 40%;
}
.bb_tab{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    cursor: pointer;
}
.bb_tab_item{
    background: #F6F6F6;
    color: #656565;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: .9rem;
    flex: 1;
    text-align: center;
}
.bb_tab_item.active{
    background: #E2F1FF;
}
.baobiao{
    margin-top: 5rem;
    background: url('../images/client/cloud_icon2.png') right top no-repeat;
    background-size: auto 3.5rem;
}
.baobiao .sh_img, .jz .sh_img{
    width: 64%;
}
.baobiao .sh_text_item .sh_text_p{
    width: 12rem;
}
.jz_tit{
    font-size: 1.1rem;
    color: #5f9edc;
}
.jz .sh_text_item .gou{
    width: 1rem;
    top: 6px;
}
.jz .sh_text_item{
    margin-bottom: .8rem;
}
.jz .sh_text_item .sh_text_p{
    color: #5f9edc;
    font-size: .8rem;
    line-height: 1.6;
}
.jz_list{
    color: #656565;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 5rem auto;
}
.jz_item{
    flex: 3;
}
.jz_item.jz_item_fr{
    flex: 2;
}
.jz_item_tit{
    color: #5f9edc;
    font-weight: bold;
    font-size: 1.2rem;
    text-align: center;    
    height: 2.5rem;
}
.jz_item_fr .jz_item_tit{
    color: #999;
}
.jz_fl_item{
    border: 1px dashed #dddddd;
    padding: 1.2rem 0 1.5rem;
}
.jz_icons{
    font-size: .65rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}
.jz_icons>div.jz_icon{
    flex: 5;
    padding: 1.2rem 0;
}
.jz_icons.jz_iconsNo2>div.jz_icon{
    padding: 0;
    margin: 0 0 1.2rem; 
}
.jz_icons .jz_icon.jz_icon_border{
    border: 3px solid #5f9edc;
    text-align: center;
}
.jz_icons>div.jz_jt{
    flex: 1;
}
.jz_icons>div.jz_jt, .jz_icons>div.jz_jt2{
    width: auto;
    height: .6rem;
    margin: -1.3rem 8px 0;
}
.jz_icons.jz_iconsNo{
    margin-bottom: .7rem;
}
.jz_icon img, .jz_fr_icon img{
    width: auto;
    height: 1.4rem;
    margin: 0 auto 8px;
}
.jz_fr_icon img{
    margin-bottom: 0;
}
.jz_jt img, .jz_icons>div.jz_jt2 img{
    width: auto;
    height: 100%;
    margin-bottom: 0;
}
.jz .sh_slide, .baobiao .sh_slide{
    width: 100%;
}
.jz_item_center{
    padding: 20px;
    margin-top: 2.5rem;
}
.jz_center_item{
    font-size: .65rem;
    text-align: center;
    margin-bottom: 2.6rem;
}
.jz_center_item p>span{
    font-weight: bold;
    color: #5f9edc;
    font-size: 1rem;
}
.jz_center_item.jz_center_item_last{
    padding-top: 1rem;
}
.line_jt{
    width: 70%;
    margin: 6px auto;
}
.line_jt2{
    width: 100%;
}
.jz_item_bo{
    border: 1px dashed #edecec;
    padding: 15px;
}
.jz_fr_item{
    background: #fbfbfb;
    /* border: 1px dashed #DDDDDD; */
    width: 80%;
    margin: auto;
    padding: 15px;
}
.jz_item_fr_icons{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}
.jz_fr_item .jz_item_fr_icons:last-child{
    margin-bottom: 0;
}
.jz_icons_fr{
    display: block;  
    text-align: left; 
    width: 100%;
    margin: auto;
}
.jz_icons_fr .jz_icons{
    display: block;
    padding: 0;
}
.jz_icons_fr .jz_icons>div.jz_icon{
    margin-bottom: 0;
    padding: 1.2rem 10%;
    width: 45%;
}
.jz_icons_fr .jz_icons>div.jz_icon.jz_icon_border{
    width: 40%;
}
.jz_icons_fr .jz_icons>div.jz_icon.jz_jt2{
    margin: 1rem .3rem;
    padding: 0 10%;
}
.jz_icons_fr .jz_icons>div.jz_icon.jz_jt2.jz_jt_none2{
    margin-bottom: 1.2rem;
}
.jz_icons_fr .jz_icons.jz_iconsNo2>div.jz_icon.jz_jt2{
    margin: .6rem .3rem 0;
}
.jz_icons_fr .jz_icons.jz_icons1>div.jz_icon{
    padding-bottom: 0;
}
.jz_icons>div.jz_img img{
    width: auto;
    height: 3.4rem;
}
.jz_display_mobile{
    display: none;
}
.jz_display_pc{
    display: block;
}
/* .jz_display_mobile .jz_icons.jz_iconsNo2>div.jz_jt{
    margin-top: 1rem;
}
.jz_display_mobile .jz_icons.jz_iconsNo2>div.jz_iconN{
    padding: 1rem 0;
} */
.jz_display_mobile  .jz_icon.jz_icon_border{
    border: none;
}
.jz_display_mobile .jz_icon.jz_icon_border .jz_iconN{
    color: #fff;
    background: #91c9ff;
    padding: .8rem 0;
    width: 70%;
    margin: auto;
}

.data_kk{
    margin-top: 4rem;
}
.kk_list{
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem;
}
.kk_item{
    flex: 1;
    text-align: center;
}
.kk_item img{
    width: auto;
    height: 2rem;
    margin-bottom: .6rem;
}
.kk_item h6, .kk_item .h6, .kk_item p>span{
    color: #5f9edc;
    font-weight: bold;
    font-size: 1rem;
}
.kk_item h6, .kk_item .h6{
    margin-bottom: .4rem;
}
.kk_item p{
    font-size: .75rem;
    color: #656565;
    line-height: 22px;
}
.it_ch{
    position: relative;
    margin-bottom: 1.5rem;
}
.it_ch img{
    width: 100%;
}
.it_ch .ab_trans_y{
    position: absolute;
    top: 50%;
    left: 10%;
    width: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.it_ch .sh_text_item .sh_text_p{
    font-size: .9rem;
    width: 85%;
}
.it_ch .sh_text_item, .advantages .sh_text_item{
    margin-bottom: .1rem;
}
.advantages{
    margin: 1rem 0 4rem;
}
.advantages .sh_img{
    width: 55%;
}
.advantages .sh_slide_mobile{
    display: none;
}
.advantages .sh_slide_pc{
    display: block;
}
.advantages .sh_text h6, .advantages .sh_text .h6{
    color: #478ABF;
    font-size: .9rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.advantages .sh_slide{
    margin-bottom: 4rem;
}
.advantages .sh_text_item .sh_text_p{
    width: 15rem;
}
#advance_video_1, #advance_video_2, #advance_video_3,
#advance_video_4, #advance_video_5, #advance_video_6{
    background: #000;
    width: 600px;
    height: 340px;
    position: fixed;
    left: 50%;
    top: -400px;
    margin-left: -300px;
    z-index: 99999;
}
.cw_tit_textNo{
    margin-top: 0;
}
.yg{
    position: relative;
    margin-bottom: 2rem;
    padding-top: 5rem;
}
.yg_list{
    position: absolute;
    top: 2rem;
    left: 0;
    right: 0;
    bottom: 0;
}
.yg_list .sh_slide{
    margin-bottom: 3.5rem;
    width: 75%;
}
.yg_list .sh_text{
    line-height: 1.6;
}
.yg_list .sh_text h5, .yg_list .sh_text .h5{
    color: #656565;
    font-size: 1.3rem;
    margin-bottom: .5rem;
}
.yg_list .sh_text h6, .yg_list .sh_text .h6{
    color: #5f9edc;
    font-size: 1rem;
    margin-bottom: .5rem;
}
.yg_list .sh_text p{
    color: #656565;
    font-size: .8rem;
}
.yg_list .sh_text p>img{
    width: auto;
    height: .9rem;
    margin-right: 8px;
    position: relative;
    top: -2px;
}
.yg_list .sh_text2{
    text-align: right;
}
.video_say dl dd .ic_play.ab_trans, .video_relative .ic_play.ab_trans{
    right: inherit;
    bottom: initial;
}

/* 文章页 */
.article_top{
    margin: 3rem 0 5rem;
}
.article_top_crumb{
    margin-top: 0;
}
.article_crumb{
    width: 90%;
    margin: 20px auto;
    padding-left: 146px;
    font-size: .75rem;
}
.article_title .logo_cloudpense{
    width: 22%;
    margin-left: 68%;
    margin-bottom: 2rem;
    padding-top: 1rem;
}
.article_top img{
    width: 100%;
}
.article_title h3, .article_title .article_title_p{
    color: #656565;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 1.4rem;
}
.article_top .client_logo{
    width: auto;
    height: 3rem;
    text-align: center;
}
.article_top .client_logo img{
    width: auto;
    height: 100%;
}
.article_title .text{
    color: #656565;
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
}
.article_title .text p{
    max-width: 70%;
    margin: auto;
}
.article_title .text span{
    color: #5f9edc;
}
.article_title .text .border_img{
    width: 3.5rem;
    margin-left: 24%;
    margin-bottom: .4rem;
}
.article_title .border_img2{
    width: 21%;
    margin: .5rem 6%;
}
.article_banner{
    position: relative;
}
.article_banner img{
    width: 100%;
}
.article_banner .play_icon2{
    width: 3.4rem;
    height: auto;
    padding-top: 6.5rem;
    cursor: pointer;
    z-index: 2;
}
.article_banner .text{
    color: #fff;
    font-size: 1rem;
    position: absolute;
    top: 50%;
    left: 12%;
    width: 35%;
    text-align: justify;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.article_banner .text .line{
    margin-bottom: .2rem;
}
.article_banner .text .line>span{
    background: #fff;
    display: inline-block;
    width: 4rem;
    height: 2px;
}
.article_banner .bottom_text{
    color: #fff;
    font-size: .9rem;
    position: absolute;
    bottom: 20%;
    left: 14%;
}
.article_banner .text .people_text,
.article_banner .text .people_text a.bg1-2{
    margin-top: 2rem;
}
.article_jian .article_banner .text{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-top: 2rem;
}
.article_jian .article_banner .text.textSmall{
    font-size: .9rem;
}
.content_jz h3, .content_jz h1{
    color: #656565;
    font-size: 1.4rem;
    text-align: center;
}
.content_jz .article_cont{
    width: 74%;
    margin: 4rem auto;
}
#client_video_1, #client_video_2,
#new_video_1, #new_video_2, #new_video_3{
    width: 600px;
    height: 340px;
    position: fixed;
    left: 50%;
    top: -400px;
    margin-left: -300px;
    z-index: 99999;
}
.article_cont_img{
	position: relative;
}
.btn_expl{
	background: #f39746;
    border: 1px solid #f39746;
	color: #fff;
	border-radius: 5px;
	padding: 5px 0;
	font-size: 1rem;
	position: absolute;
    bottom: 4%;
    left: 72%;
    right: 12%;
    text-align: center;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}
.btn_expl2{
    left: 74%;
    right: 10%;
}
.btn_expl:hover{
    color: #f39746;
    background: #fff;
}
/* 视频轮播 */
.video_relative {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.client_video .swiper-slide>dl {
    display: block;
    border: 1px solid #dedede;
}
.logo_box_new {
    background: #fff;
    padding: 20px 14px;
}
.logonew {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logonew>img {
    width: auto;
    height: 34px;
    margin-right: 14px;
}
.logo_text p {
    color: #202020;
    font-size: .8rem;
    line-height: 1.8;
    text-align: left;
}
.logo_box_new_a {
    margin-top: 14px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.logo_box_new_a a {
    color: #337ab7;
    display: inline-block;
    font-size: .8rem;
}
.client_video .logoFix {
    background: #fff;
    padding: 20px 0;
    position: relative;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
    cursor: pointer;
}
.client_video .swiper-container .swiper-button-next, 
.client_video .swiper-container .swiper-button-prev {
    width: 25%;
    height: 80%;
    background: none;
    top: 15%;
}
.client_video .swiper-container .swiper-button-next {
    right: 0;
}
.client_video .swiper-container .swiper-button-prev {
    left: 0;
}
/* 视频轮播 */
.client_video {
    margin-bottom: 1rem;
}
.video_relative {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.client_video .swiper-slide>dl {
    display: block;
    border: 1px solid #dedede;
}
.logo_box_new {
    background: #fff;
    padding: 20px 14px;
}
.logonew {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logonew>img {
    width: auto;
    height: 34px;
    margin-right: 14px;
}
.logo_text p {
    color: #202020;
    font-size: .8rem;
    line-height: 1.8;
    text-align: left;
}
.logo_box_new_a {
    margin-top: 14px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.logo_box_new_a a {
    color: #337ab7;
    display: inline-block;
    font-size: .8rem;
}
.client_video .logoFix {
    background: #fff;
    padding: 20px 0;
    position: relative;
    text-align: center;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    transition: all 250ms ease;
    cursor: pointer;
}
.video_relative .ic_play {
    width: 2.2rem;
    position: absolute;
}
.video_relative .ic_play img{
    width: 100%;
}
.client_video .swiper-container .swiper-button-next, 
.client_video .swiper-container .swiper-button-prev {
    width: 25%;
    height: 80%;
    background: none;
    top: 15%;
}
.client_video .swiper-container .swiper-button-next {
    right: 0;
}
.client_video .swiper-container .swiper-button-prev {
    left: 0;
}

/* 为什么选择Cloudpense */
.client-top.client-reason .text-banner{
    left: 8%;
    width: 84%;
}
.client-reason h1{
    font-size: 1.6rem;
    margin: 1.1rem auto;
}
.client-reason p{
    font-size: .85rem;
    line-height: 1.6;
}
.client-reason .client_video{
    width: 100%;
    margin: 3rem auto 0;
}
.reason_list .sh_text p{
    font-size: .75rem;
    line-height: 1.4;
}
.reason_list .sh_slide>div{
    flex: 1;
    padding: 0 20px;
}
.reason_list .advantages .sh_slide{
    margin-bottom: 5rem;
}
.reason_list .advantages .sh_text_item .sh_text_p{
    width: 100%;
}
.reason_list .sh_text p{
    line-height: 1.6;
}
.reason_list .sh_text h6, .reason_list .sh_text .h6{
    font-weight: normal;
    font-size: 1rem;
    color: #6AACEB;
    margin: 0;
    line-height: 1.6;
}
.reason_list .sh_text .sh_text_tit{
    color: #6D6E6F;
    font-size: 1.1rem;
    margin-bottom: .5rem;
    line-height: 1.6;
    position: relative;
    padding-left: 22px;
}
.reason_list .sh_text .sh_text_tit>span{
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #6AACEB;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
}
.sf{
    background: #5f9edc;
    color: #fff;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 3rem;
}
.sf h6, .sf .h6{
    line-height: 1.6;
    font-size: 1rem;
    margin-bottom: 25px;
}
.sf_icons{
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.sf_icon{
    flex: 1;
    font-size: .7rem;
}
.sf_icon img{
    width: auto;
    height: 3rem;
    margin-bottom: 12px;
}
.reason_list2 .sh_text_p p>span{
    color: #6AACEB;
    font-size: .8rem;
}
.reason_list .sh_text_p p>em{
    color: #6AACEB;
    font-size: 1.2rem;
}
.reason_list .sh_text_p p>em.marg{
    margin-left: 20px;
}
.expert{
    text-align: center;
}
.reason_title{
    color: #656565;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.6;
}
.expert_p{
    margin-top: 1.5rem;
}
.expert_p p{
    font-size: .7rem;
    color: #727272;
    line-height: 1.6;
}
.expert_p p>span{
    color: #6AACEB;
    font-size: .9rem;
}
.expert_img{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 2rem auto 5rem;
}
.expert_img .expert_icon{
    flex: 1;
    padding: 20px;
    /* border: 1px solid #979797; */
    margin: 0 20px;
}
.expert_icon{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.expert_icon>div{
    flex: 1;
}
.expert_pic img{
    width: 60%;
    margin: auto;
}
.expert_text p{
    font-size: .7rem;
    color: #727272;
    text-align: left;
}
.expert_text p>span{
    color: #6AACEB;
    font-size: 1.2rem;
}
.join_us{
    width: 80%;
    margin: 2rem auto;
}
.join_us img{
    width: 100%;
    margin-bottom: 1rem;
}
/* 三简 */
.bx-banner h1{
    color: #5f9edc;
}
.text-banner.bx-banner p{
    color: #3E3E3E;
}
.text-banner.bx-banner p>span{
    color: #000;
}
.article_jian{
    margin-top: -8rem;
    position: relative;
    z-index: 9;
}
.article_jian img.bx_logo{
    width: 5rem;
    height: auto;
    margin-bottom: 2rem;
}
.article_jian img.bx_logo.bx_logo2{
    width: auto!important;
    height: 1.8rem!important;
}
.jian{
    margin-bottom: 5rem;
}
.jian_video{
    width: 90%;
    padding: 0 5%;
    margin: auto;
    position: relative;
}
.jian-title{
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
}
.jian-title>span{
    display: inline-block;
    width: 50%;
    height: 2px;
    background: #bedfff;
}
.jian-title p{
    color: #656565;
    font-size: 1.5rem;
    background: #fff;
    display: inline-block;
    padding: 0 1rem;
    position: relative;
    z-index: 1;
}
.jian_video .swiper-container{
    padding-bottom: 2rem;
}
.jian_video .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.jian_video .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 4px solid #dbdbdb;
    margin: 0 5px;
}
.jian_video .swiper-pagination-bullet-active{
    background: #5f9edc;
    border-color: #5f9edc;
}
.fk_advantage{
    background: #F2F8FF;
    padding: 4rem 0 3rem;
}
.fk_advantage_tit{
    color: #3E3E3E;
    margin-bottom: 2rem;
}
.fk_advantage_tit h6, .fk_advantage_tit .h6{
    font-size: .8rem;
}
.fk_advantage_tit h6>img, .fk_advantage_tit .h6>img{
    width: 1.5rem;
    height: auto;
    margin-right: 10px;
    position: relative;
    top: -8px;
}
.fk_advantage_tit p{
    font-size: .75rem;
}
.fk_advantage_tit h6>span, .fk_advantage_tit .h6>span{
    color: #5f9edc;
    font-size: 1.4rem;
}
.fk_advantage .jian-title{
    margin-bottom: 2rem; 
}
.fk_advantage .jian-title p{
    background: #F2F8FF;
    color: #656565;
}
.fk_advantage_item{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
    margin: auto;
}
.fk_advantage_item>.flex_icon{
    width: 33.3%;
    color: #6D6E6F;
    margin-bottom: 2rem;
}
.fk_advantage_item>.flex_icon img{
    width: auto;
    height: 1.8rem;
    margin-bottom: 15px;
}
.fk_advantage_item>.flex_icon h6, .fk_advantage_item>.flex_icon .h6{
    font-size: .75rem;
    margin-bottom: 4px;
}
.fk_advantage_item>.flex_icon p{
    font-size: .6rem;
    word-wrap: break-word;
}
.fk_advantage .btn-more a.bg1-2{
    background: transparent;
}
.fk_advantage .btn-more a.bg1-2:hover{
    background: #0070D2;
}
.fk_advantage a.btn{
    background: transparent;
}
.fk_advantage a.btn:hover{
    background: #FEAE00;
    color: #fff;
}
.zx_advantage{
    margin-bottom: 0;
}
.fk_advantage.zx_advantage{
    padding-bottom: 5rem;
}
.fk_article{
    margin: 5rem auto;
}
.bottom_imgNo{
    margin-top: 0;
}
.apply_info_client.apply_info_box h1{
    font-size: 1.5rem;
}
.zx_title{
    text-align: center;
}
.zx_title .jian-title>span{
    width: 100%;
    background: transparent;
    border-top: 1px dashed #bedfff;
}
.zx_title .jian-title{
    margin-bottom: .8rem;
}
.zx_title p{
    color: #5f9edc;
    font-size: .9rem;
}
.zx_title h5, .zx_title .zx_title_p{
    color: #6D6E6F;
    font-size: .9rem;
    font-weight: bold;
}
.zx_img{
    width: 1000px;
    margin: 3.5rem auto 2rem;
    position: relative;
    text-align: center;
}
.zx_img img{
    width: 45%;
    margin: auto;
}
.zx_img>p{
    color: #656565;
    font-size: .75rem;
    position: absolute;
    text-align: left;
    line-height: 1.4;
}
.zx_img_text1{
    top: 5%;
    left: 24%;
}
.zx_img_text2{
    top: -1.5rem;
    right: 8%;
}
.zx_img_text3{
    top: 45%;
    left: 13%;
}
.zx_img_text4{
    top: 45%;
    right: 20%;
}
.zx_img_text5{
    left: 30%;
    bottom: 8%;
}
.zx_zj{
    color: #6D6E6F;
    font-size: .85rem;
    margin-bottom: 5rem;
}
.zx_zj h6{
    color: #6AACEB;
    font-size: 1rem;
    padding-bottom: .5rem;
}
.zx_zj p{
    margin-top: .3rem;
}
.zx_zj p>img{
    width: 1.1rem;
    margin-right: 12px;
    position: relative;
    top: -2px;
}
.zx_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    margin: 1.5rem -0.6rem 2rem;
}
.zx_list .zx_item{
    width: 50%;
    padding: .6rem;
}
.zx_list .zx_item .zx_icon{
    background: #f9f9f9;
    padding: 1rem;
    text-align: center;
}
.zx_list .zx_item:nth-child(2) .zx_icon,
.zx_list .zx_item:nth-child(3) .zx_icon{
    background: #f1f8ff;
}
.zx_item img{
    display: block;
    height: 1.5rem;
    width: auto;
    margin: auto;
}
.zx_item .zx_text h6, .zx_item .zx_tezt_p{
    color: #6D6E6F;
    font-size: .85rem;
    margin: .7rem 0 .5rem;
}
.zx_item .zx_text p{
    color: #6D6E6F;
    font-size: .75rem;
}

.reason-top{
    width: 100%;
    /* background: url('../images/client/reason_bg.png') no-repeat; */
    /* background-size: 100% 100%; */
    background: #2a7ada;
    padding: 130px 0 60px;
}
.reason-top>.wh{
    /* max-width: 960px; */
    margin: auto;
}
.reason-top .logo_box_new{
	padding: 14px;
}
.reason-top .logo_box_new_a{
	margin-top: 5px;
	height: 22px;
	line-height: 22px;
}
.reason-top .logo_text p{
	line-height: 1.4;
}
.reason-top .logonew>img{
	margin-right: 14px;
	height: 28px;
}
.reason-top-text h1,
.reason-top-text p{ 
    color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
    margin-bottom: .6rem;
    line-height: 1.4;
    letter-spacing: 1px;
}
.reason-top-text p{
    font-size: 1rem;
}
.reason-top-p p{
    margin-bottom: 0;
}
.reason-top .client_video{
    margin: 25px auto 0;
}

/* 导航 */
img.rotate_a{
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.phone_product{
    display: none;
}
.phone_product p{
    color: #8492A6;
    margin-top: 10px;
}
.phone_product p>em{
    float: right;
}
.top_menu_phone .product_p ul{
    display: none;
}
.top_menu_phone .product_p ul li{
    border: none;
    padding: 10px 0 0 0;
}

/* 轮播视频 new */
.logo_box_new{
    background: #fff;
    padding: 20px 14px;
}
.logo_box_new_a{
    margin-top: 14px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.logo_box_new_a a{
    color: #337ab7;
    display: inline-block;
    font-size: .8rem;
}
.logo_box_new_a a:hover, .article_title .text a:hover{
    color: #0466BC;
}
.logonew{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logonew>img{
    width: auto;
    height: 34px;
    margin-right: 14px;
}
.logo_text p{
    color: #202020;
    font-size: .8rem;
    line-height: 1.6;
    text-align: left;
}
/* 出差申请到财务入账的闭环流程 */
/* .apply_trave{
    padding-bottom: 0;
    margin-top: 4rem;
} 
.apply_trave_tab{
    min-width: 100%;
    overflow-x: auto;
    height: 117px;
    overflow-y: hidden;
    text-align: center;
}
.apply_trave_tab ul{
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  padding-bottom: 10px;
  border: none;
  -webkit-overflow-scrolling: touch;
}
.apply_trave_tab li{
  margin-right: 0;
  padding: 0;
  width: 130px;
  display: inline-block;
  float: none;
}
.apply_trave_tab li.active{
  border-bottom: none;
}
.apply_trave_tab_li{
  overflow: hidden;
  position: relative;
}
.apply_trave_icon{
  text-align: center;
  display: inline-block;
  padding: 10px;
  border-bottom: 4px solid transparent;
}
.apply_trave_tab li.active .apply_trave_icon{
    border-bottom-color: #0070D2;
}
.jt_icon{
  float: right;
  margin: 15px 10px 0;
  width: 22px;
}
.apply_trave_icon img{
  width: auto;
  height: 40px;
}
.apply_trave_icon p{
  font-size: 16px;
  margin-top: 10px;
}
.apply_trave_tab li.active .default_icon, .apply_trave_tab li .active_icon{
  display: none;
}
.apply_trave_tab li.active .active_icon {
    display: inline-block;
}
.apply_trave_line{
  width: 800px;
  height: 1px;
  background: #dedede;
  margin: auto;
  margin-top: -21px;
}
.apply_trave .btn-more{
  margin-top: 2rem;
}
.apply_trave_box{
  padding: 50px 0;
}
.apply_trave_box .swiper-slide{
  text-align: center;
}
.apply_trave_box .swiper-slide .apply_trave_slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
.apply_trave_item{
  text-align: center;
  position: relative;
  height: 18rem;    
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apply_vedio, .apply_trave_text{
  display: inline-block;
  width: auto;
  height: 100%;
  vertical-align: top;
}
.apply_trave_item .video_relative{
  margin: auto;
  width: auto;
  height: 100%;
}
.apply_trave_item .video_relative>img{
  width: auto;
  height: 100%;
}
.apply_trave_item .video_relative .ic_play{
  bottom: 50%;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.apply_trave_text{
  display: flex;
  align-items: center;
}
.apply_trave_text .apply_trave_p p{
  margin-bottom: 20px;
  text-align: left;
  overflow: hidden;
}
.apply_trave_text .apply_trave_p p:last-child{
  margin-bottom: 0;
}
.apply_trave_text .apply_trave_p p img{
  width: .9rem;
  margin: 0 .4rem;    
  position: relative;
  top: 4px;
  float: left;
}
.apply_trave_text .apply_trave_p p>span{
  float: left;
  width: 10rem;
}
.apply_trave_text .apply_trave_p p{
  padding: 0 1.2rem;
}
.apply_trave_item2{
    width: auto;
    margin: 0 40px;
}
.apply_traveLeft,
.apply_trave_text.apply_traveLeft .apply_trave_p p {
  text-align: right;
}
.apply_trave_text .apply_trave_p .h6{
  font-size: 18px;
  padding: 0 1.6rem .3rem;
  margin-bottom: 15px;
  border-bottom: 1px solid #0370d2;
  display: inline-block;
  position: relative;
}
.apply_trave_textRight{
    text-align: left;
}
.apply_traveLeft .apply_trave_p .h6{
  padding-left: 45px;
}
.apply_trave_textRight .apply_trave_p .h6{
  padding-right: 45px;
}
.apply_trave_p .apply_dot{
   position: absolute;
   width: 15px;
   height: 15px;   
   bottom: -7px;
   background: #fff url('../images/apply_trave_dot.png') center no-repeat ;
   background-size: 100% 100%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   border-radius: 50%;
}
.apply_traveLeft .apply_trave_p .apply_dot{
   left: 0;
}
.apply_trave_textRight .apply_trave_p .apply_dot{
   right: 0;
}

.apply_info_box {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
.apply_info_box .apply_info {
  background: -webkit-linear-gradient(right, #EEF8FF ,#FFFFFF);
  background: -o-linear-gradient(left, #EEF8FF, #FFFFFF);
  background: -moz-linear-gradient(left, #EEF8FF, #FFFFFF);
  background: linear-gradient(to left, #EEF8FF , #FFFFFF);
  height: 85rem;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
}

.apply_info_box .apply_info h2, .apply_info_box .apply_info .h2{
  font-weight: bold;
  color: #444;
  font-size: 1.7rem;
  line-height: 1.4;
}
.apply_info_box .apply_info h5, .apply_info_box .apply_info .h5{
  margin-top: 3rem;
  color: #777;
  font-size: .9rem;
  line-height: 1.4;
}
.apply_info_box .apply_info .apply_info_bg{
  background: #FFFFFF;
  height: 20rem;
  transform:skewY(165deg);
  -webkit-transform:skewY(165deg);  
  -moz-transform:skewY(165deg);   
}
.apply_info_box .apply_info .apply_info_bg2{
  background: -webkit-linear-gradient(right, #EEF8FF ,#FFFFFF);
  background: -o-linear-gradient(left, #EEF8FF, #FFFFFF);
  background: -moz-linear-gradient(left, #EEF8FF, #FFFFFF);
  background: linear-gradient(to left, #EEF8FF , #FFFFFF);
  height: 20rem;
  transform:skewY(165deg);
  -webkit-transform:skewY(165deg); 
  -moz-transform:skewY(165deg);  
}

.apply_info_box .apply_info .apply_info_title1,
.apply_info_box .apply_info .apply_info_title_1{
  position: absolute;
  top: 3rem;
  left:15%
}
.apply_info_box .apply_info .apply_info_title2,
.apply_info_box .apply_info .apply_info_title_2{
  position: absolute;
  top: 18rem;
  left: 50%;
  text-align: left;
  padding-right: 2rem;
}
.apply_info_box .apply_info .apply_info_title3,
.apply_info_box .apply_info .apply_info_title_3{
  position: absolute;
  top: 42rem;
  left: 15%;
  z-index: 99;
}
.apply_info_box .apply_info .apply_info_title4,
.apply_info_box .apply_info .apply_info_title_4{
  position: absolute;
  top: 61rem;
  left: 50%;
  z-index: 99;
  text-align: left;
  padding-right: 2rem;
}
#apply_info_bg1{
  position: absolute;
  top: -11rem; bottom: 0; right: 0; left: 0;
  z-index: -1;
}
#apply_info_bg2{
  height: 27rem;
  position: absolute;
  top: 30rem; bottom: 0; right: 0; left: 0;
  z-index: 3;
}
#apply_info_bg3{
  height: 27rem;
  position: absolute;
  top: 75rem; bottom: 0; right: 0; left: 0;
  z-index: 7;
}
#apply_info_bg4{
  position: absolute;
  top: 54rem; bottom: 0; right: 0; left: 0;
  z-index: 5;
}
#phone1{
  width: 30%;
  position: absolute;
  top: 9rem; bottom: 0; right: 0; left: 10%;
  z-index: 2;
}
#phone2{
  width: 30%;
  position: absolute;
  top: 30rem; bottom: 0; right: 0; left: 50%;
  z-index: 4;
}
#phone3{
  width: 30%;
  position: absolute;
  top: 55rem; bottom: 0; right: 0; left: 10%;
  z-index: 6;
}
#arrow1{
  width: 18%;
  position: absolute;
  top: 9rem; bottom: 0; right: 0; left: 50%;
}
#arrow2{
  width: 20%;
  position: absolute;
  top: 35rem; bottom: 0; right: 0; left: 30%;
  z-index: 99;
}
#arrow3{
  width: 14%;
  position: absolute;
  top: 48rem; bottom: 0; right: 0; left: 40%;
  z-index: 99;
}
#simple-share {
  display: block;
  width: 18%;
  margin: 1% auto;
}
#already {
  margin-top: 1rem;
} */

.apply_info_table{
  background: #FFFFFF;
  padding-top: 3rem;
}

.apply_info_table .info_table .info_table_title{
  text-align: center;
}
.apply_info_table .info_table .info_table_title h1{
  font-weight: bold;
  font-size: 1.7rem;
  color: #444;
}
.apply_info_table .info_table .info_table_title h5{
  font-size: .9rem;
  color: #777;
  margin-top: .8rem;
}
.apply_info_table .info_table .info_table_content{
  width: 90%;
  margin: 4rem auto;
  overflow: hidden;
  text-align: left;
}
.info_table_content ul {
  overflow: hidden;
}
.info_table_content ul li {
  float: left;
  width: 50%;
  margin-bottom: 5rem;
  position: relative;
  letter-spacing: 1px;
}
.info_table_content img{
  width: 20%;
}
.info_table_content .info_table_text{
  font-size: .9rem;
  position: absolute;
  top: 0; bottom: 0; right: 0; left: 25%;
}
.info_table_content .info_table_text .text_title{
  font-weight: bold;
  color: #333333;
  margin-bottom: 1rem;
}
.info_table_content .info_table_text .text_con{
  color: #777;
}

/* 客户主页修改 */
.client_help_box .help_swiper.know_imgs{
	padding: 0;
}
.know_imgs .know_imgs_box{
	margin: -10px;
	overflow: hidden;
}
.know_imgs .know_imgs_item{
	width: 33.3%;
	float: left;
	padding: 0 10px;
}


@media screen and (max-width: 1280px){
    .topHe2{
        height: 0;
    }
    .cw_title{
        width: 70%;
    }
    .client-reason .client_video{
        margin: 1rem auto 0;
    }
    .zx_img{
        width: 100%;
    }
    .zx_img img{
        width: 36%;
    }
}
@media screen and (max-width: 990px) {
    #usage::before, #footer_title::before{
        margin-top: -181px !important;
    }
    .client-top .text-banner{
        left: 25%;
    }
    .logonew>img{
        height: 24px;
    }
    .logo_text p, .logo_box_new_a a{
        font-size: .7rem;
    }
    .gallery-top .client_logo{
        margin: .6rem auto 0;
     }
    .client_video{
        width: 100%;
    }
    .client_video .wh{
        width: 100%;
        margin: auto;
    }
    .jian-title p{
        font-size: 1.3rem;
    }

    .expert_img{
        margin: .2rem auto 2rem;
    }
    .apply_info_box.apply_info_client .apply_info{
        height: 78rem;
    }
    .apply_info_box.apply_info_client h1{
        display: none;
    }
    .client_video .active .logoFix{
        position: static;
    }
    .client_video .logoFix .add_text{
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .client_video .logoFix .add_xq{
        margin-top: 10px;
        padding-bottom: 0;
    }
    #usage::before, #footer_title::before{
        margin-top: -141px !important;
    }
    .client-top{
        top: 0;
    }
    .client-top .text-banner {
        width: 92%;
        left: 4%;
        line-height: 1.6;
    }
    .client-top .banner_slide_img img{
        height: 350px;
        width: auto;
    }
    .text-banner h1 {
        font-size: 1.2rem;
        margin-bottom: .2rem;
    }
    .client-top .banner_slide_img {
        height: auto;
    }
    .partners-logo .contents > div, .partners .contents div:nth-child(2n) {
        width: 29.3%;
        margin: 8px 2%;
    }
    .icon-logo {
        height: 24px;
    }
    .help_swiper, .partners-logo, .help_a, .client_video, .jian_video{
        width: 100%;
        margin: auto;
    }
    .logs .logo-icon>div{
        width: 29.3%;
    }
    .client_help_box .help_swiper{
        padding: 0;
    }
    .client_help_box .help_swiper .swiper-button-prev{
        left: 10px;
    }
    .client_help_box .help_swiper .swiper-button-next{
        right: 10px;
    }
    .jian, .client_help_box{
        overflow: hidden;
    }
    .help_swiper, .client_video, .jian_video, .client-reason .client_video{
        width: 100%;
        padding: 0;
    }
    .jian_video{
        padding: 0 4%;
    }
    .head_title {
        font-size: 1.1rem;
        margin-bottom: .6rem;
    }
    .marginBox {
        padding: 0 0 2.4rem;
    }
    .video_say_less_margin {
        margin-bottom: 0;
        margin-top: 2rem;
        overflow: hidden;
    }
    .video_say_box .logoFix img, .client_video .logoFix img, .jian_video .logoFix img{
        height: 1.8rem;
    }
    .client-jz{
        margin-bottom: 1.5rem;
    }
    .jz .sh_text_item{
        margin-bottom: .4rem;
    }
    .jz .sh_text_item .sh_text_p{
        line-height: 1.4;
        font-size: .9rem;
        width: 8rem;
    }
    .sh_text_p h5, .sh_text_p .h5{
        margin-bottom: .5rem;
    }
    .jz .sh_text_item .gou{
        top: 2px;
    }
    .client-jz .banner_slide_img img{
        height: 350px;
        width: 900px;
        object-fit: cover;
    }
    .client-jz .banner_slide_img img.reason_bg{
        height: 450px;
    }
    .client_video .swiper-button-prev{
        left: 15%;
    }
    .client_video .swiper-button-next{
        right: 15%;
    }
    .topHe, .topHe2{
        height: 0;
    }
    .gl-video{
        margin-top: 3rem;
    }
    #client_video_1, #client_video_2{
        width: 90%;
        margin-left: -45%;
    }
    .article_title .logo_cloudpense{
        width: 35%;
        margin-left: 55%;
    }
    .article_title .text .border_img{
        margin-left: 15%;
    }
    .article_title .text p{
        max-width: 92%;
        font-size: .9rem;
    }
    .article_title .text .align_center{
        text-align: center;
    }
    .content_jz .article_cont{
        margin: 2rem auto 5rem;
        width: 92%;
    }
    .content_jz h3, .content_jz h1{
        width: 92%;
        margin: auto;
        font-size: 1.1rem;
        line-height: 1.4;
    }
    .article_banner.article_banner_new{
        margin-top: .8rem;
    }
    .article_banner .text{
        width: 92%;
        left: 4%;
        font-size: .8rem;
    }
    .article_banner .play_icon2{
        width: 2rem;
        padding-top: 4rem;
    }
    .article_banner .bottom_text{
        bottom: 1rem;
        left: 7%;
        font-size: .7rem;
    }
    .article_banner .text .line{
        display: none;
    }
    .article_banner .bottom_text p{
        display: inline-block;
    }
    .article_banner.article_banner_new .text{
        position: static;
        width: 86%;
        margin: auto;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
    .article_banner.article_banner_new p{
        font-size: .9rem;
        line-height: 1.6;
    }
    .article_banner.article_banner_new .text .people_text{
        text-align: center;
        margin-top: 1.5rem;
    }
     .article_banner.article_banner_new .banner_text_box{
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
     }
    .article_banner.article_banner_new .play_icon2{
        position: static;
        width: 3rem;
        padding: 0;
        margin: 0 auto 2rem;    
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
    }
    .article_banner.article_banner_new .dot_icon{
        width: 1.6rem;
        margin: 0 auto 2rem;
    }
    .client-top .text-banner p{
        text-align: left;
    }
    .client-top .text-slide1.text-banner.bx-banner p{
        text-align: center;
    }
    .client-top .text-banner p.marg15,
    .client-top .text-banner p:nth-child(4){
        display: none;
    }
    .mobile_client{
        position: absolute;
        width: 92%;
        left: 4%;
        top: 15%;
        font-size: .8rem;
    }
    .article_jian .article_banner .mobile_client .bottom_text p{
        display: block;
    }
    .article_jian .article_banner .mobile_client a.bg1-2{
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-top: 4rem;
    }
    .article_top_new{
        margin-top: 1rem;
        margin-bottom: 3rem;
    }
    .article_crumb{
        display: none;
    }
    .article_top.article_jian .article_banner .bottom_text, .article_top.article_jian .article_banner .text{
        position: static;
        width: 100%;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
    .article_banner .text .people_text{
        margin-top: .8rem;
    }
    .article_top.article_jian .article_banner .text .people_text .btn{
        margin-top: 0;
    }
    .article_top.article_jian .article_banner .text .people_text p{
        display: none;
    }
    .article_jian img.bx_logo{
        margin: 0 0 .6rem;
    }
    .article_jian .article_banner .bottom_text p{
        display: block;
    }
    .article_jian .article_banner a.bg1-2{
        margin-top: .5rem;
    }
    .article_jian img.bx_logo{
        width: 3.4rem;
    }
    .client_video .swiper-container .swiper-button-next,
    .client_video .swiper-container .swiper-button-prev{
        width: 25%;
        height: 80%;
        top: 15%;
        cursor: pointer;
        background-size: 12px 22px;
        background-repeat: no-repeat;
        margin-top: -10px;
        z-index: 10;
    }
    .client_video .swiper-container .swiper-button-next {
        background-image: url('../images/right_icon.png');
        background-position: 85% center;
    }
    .client_video .swiper-container .swiper-button-prev{
        background-image: url('../images/left_icon.png');
        background-position: 15% center;
    }
    .qd{
        width: 100%;
    }
    .data_icon{
        width: .9rem;
        margin-right: 5px;
    }
    .qd_text p{
        font-size: .9rem;
    }
    .data_text h6, .data_text .h6{
        font-size: .8rem;
    }
    .data_text p{
        font-size: .65rem;
    }
    .mobile_ch{
        position: absolute;
        bottom: 0;
        right: 0;
        width: auto;
    }
    .article_top.article_jian .article_banner .mobile_client_new .text{
        text-align: center;
    }
    .article_jian .mobile_client_new img.bx_logo{
        margin-bottom: 1.8rem;
        width: 4.5rem;
    }
    .article_jian .mobile_client_new img.bx_logo.yj_logo{
        width: 6.8rem;   
    }
    .article_jian .mobile_client_new  .text p{
        font-size: .9rem;
        text-align: left;
        line-height: 1.6;
    }
    .article_jian .article_banner .mobile_client.mobile_client_new a.bg1-2{
        margin-top: 1rem;
        position: static;    
        -webkit-transform: translate(0%, 0%);
        -moz-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        padding: 10px 20px;
        font-size: .85rem;
    }
    /* .article_banner img{
        width: auto;
        height: 16rem;
    } */
    .widthClient{
        width: 92%;
    }
    .help_a li{
        width: 90%;
        float: none;
        margin: auto;
    }
    .help_a li>a{
        margin: 10px 0;
    }
    .help_a li .help_a_text p{
        font-size: .8rem;
    }
    .help_a li .help_a_text h1, .help_a li .help_a_text .help_a_p{
        margin-bottom: 6px;
    }
    .video_say_client dl{
        width: 50%;
        float: left;
    }
    .gl-video .ic_play{
        width: 2.5rem;
    }
    article.sh-swiper.widthClient{
        margin-top: 2rem;
    }
    .cloud_icon{
        width: 25%;
        margin-left: 75%;
        margin-top: .5rem;
    }
    .cw_title p{
        width: 100%;
    }
    .cw_tit_text{
        margin: 2rem auto;
    }
    .sh-box{
        padding: 1.5rem 0;
    }
    .sh_text_item2{
        float: none;
        width: 100%;
    }
    .sh_text_item2:last-child{
        margin-left: 0;
    }
    .sh_text_item2 .sh_img, .sh_img{
        width: 20%;
    }
    .jz .sh_img{
        width: 45%;
    }
    .jz .jz_tit{
        margin-bottom: 1rem;
    }
    .baobiao .sh_text_item .sh_text_p{
        width: 7rem;
    }
    .sh_slide, .sh_text_fk,
    .sh_text_item2:last-child{
        width: 100%;
        margin: auto;
    }
    .sh_text_item_block{
        display: block;
        overflow: hidden;
    }
    .sh_text_item_block .sh_text_p{
        float: left;
        width: 42%;
    }
    .sh_text_item_block .sh_img{
        float: right;
        width: 56%;
        text-align: center;
    }
    .sh_text_item_block .sh_img img{
        width: auto;
        height: 8rem;
    }
    .sh_text_item_block .sh_img .play_icon{
        width: 2rem;
        height: auto;
    }
    .advantages .sh_slide{
        display: block;
        margin-bottom: 2.5rem;
    }
    .advantages .sh_slide_mobile{
        display: block;
    }
    .advantages .sh_slide_pc{
        display: none;
    }
    .advantages .sh_img{
        width: 100%;
    }
    .advantages .sh_text{
        width: 90%;
        margin: 1.5rem auto 0;
    }
    .advantages .sh_text h6, .advantages .sh_text .h6{
        text-align: center;
    }
    .kk_list{
        padding-bottom: 0;
    }
    .kk_item img{
        height: 1.5rem;
        margin-bottom: 10px;
    }
    .widthClientN{
        width: 100%;
    }
    .yg{
        padding-top: 1rem;
        width: 100%;
        margin-left: 0;
    }
    .yg_list{
        top: 1rem;
    }
    .yg_list .sh_slide{
        margin-bottom: 4rem;
        width: 68%;
    }
    .yg_list .sh_text p>img{
        margin-right: 4px;
    }
    .yg_list .sh_text h6, .yg_list .sh_text h5, .yg_list .sh_text .h6, .yg_list .sh_text .h5{
        margin-bottom: 0;
        display: inline-block;
        font-size: 1.1rem;
    }
    .qd_text h5, .qd_text .h5{
        font-size: 1rem;
        margin-bottom: 5px;
    }
    .qd_text h6, .qd_text .h6{
        font-size: .85rem;
    }
    article.bottom_img.bottom_img_mobil .qd_text h5, article.bottom_img.bottom_img_mobil .qd_text .h5{
        font-size: 1.4rem;
        margin-bottom: 10px;
        line-height: normal;
    }
    article.bottom_img.bottom_img_mobil .qd_text h6, article.bottom_img.bottom_img_mobil .qd_text .h6{
        font-size: 1rem;
    }
    .client_cost{
        display: block;
        margin-bottom: 1rem;
    }
    .client_cost .cost_img{
        width: 100%;
        margin-bottom: 1rem;
    }
    .client_cost .cost_img:last-child{
        margin: 0;
    }
    .cost_fr{
        right: 0;
    }
    .client_cost2_text{
        left: 10px;
        width: 70%;
    }
    .client_cost2_text h6, .client_cost2_text .h6{
        font-size: .9rem;
        margin-bottom: .2rem;
    }
    .client_cost2_text p{
        font-size: .8rem;
        line-height: 1.4;
    }
    .client_cost2_text img{
        width: .8rem;
        margin-right: 6px;
    }
    .swiper-button-next, .swiper-button-prev{
        width: 24px;
        height: 20px;
    }
    .swiper-button-prev{
        left: 0;
    }
    .swiper-button-next{
        right: 0;
    }
    .jz_list{
        display: block;
        margin: 1.5rem auto;
    }
    .jz_item_tit{
        color: #777777;
        font-size: 1rem;
        font-weight: normal;
        text-align: left;
        height: auto;
        margin-bottom: .5rem;
    }
    .jz_icons>div.jz_icon{
        padding: .6rem 0;
    }
    .jz_item_bo{
        display: flex;
        justify-content: space-between;
    }
    .jz_item_bo .jz_icons_fr .jz_icon.jz_jt_none{
        display: none;
    }
    .jz_icons_fr .jz_icons>div.jz_iconm, .jz_icons_fr .jz_icons>div.jz_icon.jz_icon_border{
        width: 100%;
    }
    .jz_icons_fr .jz_icons .jz_icon.jz_icon_border{
        border: none;
        background: #91c9ff;
        color: #fff;
        text-align: center;
    }
    .jz_icons_fr{
        margin-left: 20px;
        flex: 4;
    }
    .jz_icons_fr_last, .jz_fr_item{
        flex: 5;
    }
    .jz_icons_fr.jz_icons_fr_jt{
        flex: 1;
        text-align: center;
    }
    .jz_item.jz_item_center.jz_display_mobile{
        margin: 0;
        padding: 12px;
    }
    .jz_display_mobile .jz_center{
        display: flex;
        justify-content: center;
        position: relative;
    }
    .jz_display_mobile .jz_center_item{
        margin: 0 10px;
        position: relative;
    }
    .jz_display_mobile .jz_center_item p{
        width: 1rem;
        display: inline-block;
        margin: 0 5px;
    }
    .jz_display_mobile .jz_center_item p>span{
        margin: .5rem 0;
        display: inline-block;
        font-weight: normal;
    }
    .jz_display_mobile .jz_center_item.jz_center_item_last{
        background: url('../images/client/line_jt3_2.png') no-repeat;
        background-size: auto 100%;
        padding-left: .5rem;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 2rem;
    }
    .jz_display_mobile .jz_center_item.jz_center_item_last p{
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .jz_display_mobile .jz_center_item .border_p{
        background: url('../images/client/line_jt2_2.png') no-repeat;
        background-size: auto 100%;
        padding-left: .5rem;
    }
    .jz_display_mobile .jz_center_item p.posi_p{
        position: absolute;
        left: -1.5rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .jz_display_pc{ 
        display: none;
    }
    .jz_display_mobile{
        display: block;
    }
    .qd_data img{
        width: 100%;
    }
    .reason_list .advantages .sh_slide{
        display: flex;
        margin-bottom: 2rem;
    }
    .sf_icon img{
        height: 2rem;
    }
    .reason_list .advantages .sh_text h6, .reason_list .advantages .sh_text .h6{
        text-align: left;
    }
    .client-top.client-reason .text-banner{
        width: 92%;
        left: 4%; 
        overflow: hidden;
    }
    .client-top.client-reason .text-banner>p{
        text-align: left;
    }
    .client-top.client-reason .align_left{
        display: block;
        text-align: left;
        line-height: 1.2;
    }
    .client-top.client-reason .align_left p{
        display: initial;
        font-size: .85rem;
    }
    .jian{
        margin-bottom: 2rem;
    }
    .apply_info_box.apply_info_client{
        padding-bottom: 0;
        margin-top: 0;
    }
    .fk_advantage.zx_advantage{
        margin-bottom: 0;
    }
    .zx_zj{
        margin-bottom: 2rem;
    }
    .apply_info_box.apply_info_client h1{
        margin-bottom: 0;
    }
    .article_top.article_jian{
        margin-bottom: 2rem;
    }
    .client-marg.client-top .text-banner{
        padding-bottom: 4rem;
    }
    .zx_img_text2{
        right: 4%;
    }
    .baobiao .sh_img, .jz .sh_img{
        width: 55%;
    }
    .sh_text_item .sh_text_p{
        width: 11rem;
    }
    .fk_article{
        margin: 3rem auto;
    }
    .fk_advantage{
        padding: 2.5rem 0;
        margin-bottom: 3rem;
    }
    article.widthClient.reason_list{
        padding: 1rem 0;
    }
    .reason_list .sh_slide>div{
        padding: 0 5px;
    }
    .btn_expl{
    	left: 50%;
    	bottom: 5%;
    	transform: translateX(-50%);
    }

    .video_say .logoFix .add_icon, .client_video .logoFix .add_icon, .jian_video .logoFix .add_icon, .jian_video .logoFix .add_icon{
        z-index: 9;
    }
    .jz-top .swiper-banner .text-banner p{
        text-align: left;
    }
    .reason-top{
        padding: 80px 0 10px;
    }
    .reason-top-text h1{
        font-size: 1.3rem;
        margin-bottom: .3rem;
    }

    .reason-top-p{
        text-align: left;
    }
    .reason-top-p p{
        font-size: .95rem;
        display: inline;
    }
    .gallery-top.banner-client-top .swiper-banner .text-banner{
        width: 92%;
        left: 4%;
    } 
    .gallery-top.banner-client-top h1{
        margin-bottom: 1rem;
        text-align: center;
    }
    .gallery-top.banner-client-top p.client_logo.client_logo2{
        margin: 0 auto 1rem;
    }
    .jz-top .swiper-banner .text-banner-arc p{
        text-align: center;
    }
    .client_help_box .help_swiper.know_imgs{
    	width: 90%;
    	margin: auto;
    }
    .know_imgs .know_imgs_item{
    	width: 50%;
    }
    .gl-video-item{
        width: 100%;
        margin-bottom: 1.4rem;
    }
    .gl-video-item:last-child{
        margin-bottom: 0;
    }
}

@media screen and (max-width: 640px){
    .article_title .text{
        width: 92%;
        margin: auto;
        text-align: justify;
    }
    .article_title .text p{
        max-width: initial;
        display: inline;
    }
    .article_jian .article_banner .bottom_text p{
        display: inline-block;
        font-size: .7rem;
    }
    .article_jian .article_banner a.bg1-2{
        padding: 4px 10px;
        font-size: .7rem;
    }
    .client_help .client_item .client_text p {
        height: 90px;
        line-height: 18px;
        -webkit-line-clamp: 5;
    }
    #usage::before, #footer_title::before{
        margin-top: -32px !important;
        padding-bottom: 0;
    }
    .client-jz.client-reason{
        margin-bottom: 1rem;
    }
    .expert{
        margin-bottom: 5rem;
    }
    .expert_pic{
        margin: 0;
        width: 3.4rem;
    }
    .expert_img .expert_icon{
        margin: 0 10px;
    }
    .expert_img, .join_us, .sf_icons{
        width: 100%;
    }
    .sf_icon{
        padding: 0 5px;
    }
    .reason_list .sh_text .sh_text_tit, .reason_list .sh_text p{
        line-height: normal;
    }
    .reason_list .sh_text .sh_text_tit{
        padding-left: 14px;
        font-size: 1rem;
    }
    .reason_list .sh_text .sh_text_tit>span{
        width: 6px;
        height: 6px;
        margin-top: -3px;
    }
    .reason_list .sh_text .sh_text_tit>span{
        margin-right: 5px;
    }
    .reason_list .advantages{
        margin: 0 0 2rem;
    }
    .sf{
        margin-bottom: 1rem;
    }
    .fk_advantage_item>.flex_icon{
        width: 50%;
    }
    .client_zx{
        padding-bottom: 1.6rem;
    }
    .zx_img{
        margin: 4rem auto;
    }
    .zx_img img{
        width: 65%;
    }
    .zx_img_text1{    
        top: 2%;
        left: 4%;
    }
    .zx_img_text2{
        top: -2.5rem;
    }
    .zx_img_text3 {
        top: 58%;
        left: 0;
    }
    .zx_img_text4 {
        top: 45%;
        right: 3%;
    }
    .zx_img_text5 {
        left: 40%;
        bottom: -2.6rem;
    }
    .zx_zj p>img{
        margin-right: 0;
    }
    .zx_zj p>span{
        width: -webkit-calc(100% - 1.5rem);
        width: calc(100% - 1.5rem);
        float: right;
    }
    .video_say dl dd .ic_play, .video_relative .ic_play{
        width: 1.4rem;
    }
    .yg_list .sh_text p{
        font-size: .6rem;
    }
    .sh_text_p p>span.block_mobile{
        display: block;
    }
    #client_video_1, #client_video_2, #new_video_1, #new_video_2, #new_video_3{
    	width: 100%;
    	left: 0;
    	margin-left: 0;
    }

    .mobile_client_new{
        top: 50%;
        width: 86%;
        left: 7%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .article_jian .article_banner .text{
        padding-top: 0;
    }
}
