body{
    padding-top: 80px;
}
.index_container{
    width:auto;
}
a:link{
    text-decoration: none;
}

/* 轮播图部分 */
#m_swiper{
    display: none;
}
.carousel-caption{
    background: transparent;
    height: 12.8%;
    opacity: 0.2;
}
.carousel-caption h3,.carousel-indicators{
    display: none;
}

/* 解决方案部分 */
.top_col  .m_solution_img{
    display: none;
}
.m_solution{
    display: none;
}
.solution{
    padding-top: 68px;
    background: linear-gradient(180deg,#FCFDFF, #F6FAFF);
}
.solution_content{
    max-width: 1200px;
    margin: 0 auto;
}
.solution_content .row-cols-5{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.solution_content .row-cols-5>*{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.solution_content .row .col{
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
}
.solution_content .row .col:first-child{
    padding-left: 17px;
}
.solution_content .row .col:last-child{
    padding-right: 17px;
}
.solution_content .row .solution_column{
    /* height: 100%; */
    background: #ffffff;
    height: 100%;
}
.solution_box{
    height: 200px;
    background:  #FFFFFF url("../images/solution_box_bg.png") no-repeat bottom right;
    border: 1px solid #E1E6F0;
    margin-bottom: 69px;
}
.solution_content .row{
    margin-top: 20px;
    padding: 0 6px;
}
.row-cols-5 .col:nth-child(1) .top_col{
   
    background: #F97D9F;
}
.row-cols-5 .col:nth-child(2) .top_col{
    
    background: #6959CF;
}
.row-cols-5 .col:nth-child(3) .top_col{
   
    background: #45C5CB;
}
.row-cols-5 .col:nth-child(4) .top_col{
    
    background: #3E6BF7;
}
.row-cols-5 .col:nth-child(5) .top_col{
    
    background: #48C6FF;
}
.top_col img{
    display: block;
    margin: 0 auto;
    width: 81.8%;
    padding-top: 21px;
}

.solution_column .col_title{
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 24px;
    padding-top: 20px;
}
.solution_column .col_text{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    padding: 14px 24px 24px;
    margin: 0;
}
.solution_box .solution_box_logo{
    width: 8.4%;
    margin: 54px 0;
    margin-left: 4.5%;
    float: left;
}
.solution_box .first_text{
    float:left;
    width: 22.6%;
    margin-top:76px;
    margin-left: 3.75%;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 24px;
}
.solution_box .last_text{
    float:left;
    width: 52.16%;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-top: 76px;
    margin-left: 5%;
    position: relative;
}
.oval{
    position: absolute;
    width: 7.6%;
    height: auto;
    top:-36%;
    left: -4%;
}



.features{
    padding-top: 70px;
    background-color: #ffffff;
    padding-bottom: 68px;
}


.features_content{
    max-width: 1200px;
    height: 350px;
    margin: 30px auto 0;
}
.features_content .row{
    margin: 0;
}
.features_content .col-sm-3{
    padding-left: 0px;
}
.features_content .col-sm-3:first-child{
    padding-left:15px;
}
.features_column{
    overflow: hidden;
    height: 333px;
    background: #FFFFFF;
    border: 1px solid #E1E6F0;
    background: url("../images/features_column_bg.png") no-repeat bottom left;
    
    position: relative;
    z-index: 1;
    
}
.bottom_box{
    padding-left:24px;
}
.top_line{
    width: 100%;
    height: 3px;
    background: #4285F4;
    box-shadow: 0px 4px 20px 0px rgba(92, 92, 92, 0.06);
    position: absolute;
    top: 0;
    display: none;
}
.features_content .features_icon{
    position: absolute;
    top: 40px;
    z-index: -1;
}
.features_content .column_title{
    margin: 0;
    margin-top: 95px;
    /* padding-top: 0px; */
    background-color: white;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
    text-shadow: 0px 4px 20px rgba(92, 92, 92, 0.06);
}
.features_content .column_text{
    padding-top: 20px;
    padding-right: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    background-color: #fff;
    text-align: justify;
    /* display: none; */
}
.link_box{
    margin: 20px 0 0 0;
    padding:20px 0;
    position: relative;
    display: none;
    width: 100% !important;
    line-height: 18px;
}
.column_line{
    width: 222px;
    height: 1px;
    background: #EEEEEE;
    box-shadow: 0px 4px 20px 0px rgba(92, 92, 92, 0.06);
    position: absolute;
    top: 0;
}
.link_box .link{
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    line-height: 20px;
    text-shadow: 0px 4px 20px rgba(92, 92, 92, 0.06);
    margin: 20px 0 10px;
}
.link_box .link_text{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    text-shadow: 0px 4px 20px rgba(92, 92, 92, 0.06);
}
.arrow{
    position: absolute;
    bottom: 20px;
    right: 10px;
}



/* 使用原因部分 */
.use_reason{
    background: #ffffff;
}
.m_use_reason{
    display: none;
}
.reason_content{
    height:240px ;
    background: url("../images/use_reason_bg.png") no-repeat;
    padding: 0 65px;
}
.reason_title{
    text-align: center;
    padding-top: 68px;
    font-size: 28px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 40px;
    margin-top: 0;
}
.data{
    max-width: 1200px;
    height: 160px;
    background: #FFFFFF url("../images/reason_oval.png") no-repeat top left;
    border: 1px solid #E1E6F0;
    margin: 48px auto 0;
}
.data .row{
    margin: 0;
}
.data_col{
    position: relative;
}
.math{
    text-align: center;
    font-size: 24px;
    color: #4285F4;
    line-height: 33px;
    font-weight: 600;
    margin: 30px 0 10px;
}
.math span{
    font-size: 54px;
    line-height: 63px;
    font-weight: 600;
}
.data_text{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-bottom: 37px;
}
.straight_line{
    width: 1px;
    height: 60px;
    background: #EEEEEE;
    position: absolute;
    right:0;
    top:47px;
}
.country_col{
    max-width: 1431px;
    margin: 80px auto 0;
    position: relative;
    
}
.country{
    position: absolute;
    width: 5.17%;
}
.country img{
    width: 100%;
}
.earth{
    width: 100%;
    margin-top: 165px;
}

.country_col .country:nth-child(1){
    top:141px;
    left:8.8%;
}
.country_col .country:nth-child(2){
    top:93px;
    left:18.58%;
}
.country_col .country:nth-child(3){
    top:68px;
    left:28.37%;
}
.country_col .country:nth-child(4){
    top:53px;
    left:38.15%;
}
.country_col .country:nth-child(5){
    top:48px;
    left:47.93%;
}
.country_col .country:nth-child(6){
    top:53px;
    right:38.15%;
}
.country_col .country:nth-child(7){
    top:68px;
    right:28.37%;
}
.country_col .country:nth-child(8){
    top:93px;
    right:18.58%;
}
.country_col .country:nth-child(9){
    top:141px;
    right:8.8%;
}

.country_name{
    padding-top: 18px;
    text-align: center;
    margin: 0;
}
.support{
    text-align: center;
    position: absolute;
    top:198px;
    left: 51%;
   font-size: 16px;
   font-weight: 600;
   color: #333333;
   line-height: 22px;
   transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
/* 使用客户部分 */
.customer{
    padding-top: 68px;
    background-color: #ffffff;
    padding-bottom: 79px;
}
.customer .customer_content{
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 48px;
}
.customer_content .row:nth-child(2){
    margin-top: 12px;
}
.customer_content .row{
    margin-left: 0;
    margin-right: 0;
}
.customer_content .cols{
    padding-left: 1%;
    padding-right: 0;
}
.m_company{
    display: none;
}
/* .customer_content .cols:first-child{
    padding-left: 1%;
} */
.customer_content .cols:last-child{
    padding-right: 1%;
}
.customer .customer_col{
    background-color: yellow;
    height: 100px;
    background: #FFFFFF;
    border: 1px solid #E1E6F0;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 客户之言部分 */
.customer_Words{
    padding-top:68px;
    padding-bottom: 68px;
    background: linear-gradient(180deg,#FCFDFF, #F6FAFF);
}
#swiper-container {
    max-width: 1200px;
    height: 285px;
    margin-top: 48px;
  }

  .swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;
    border: 1px solid #EEEEEE;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .people_photo{
      position: absolute;
      width: 60px;
      top: 34px;
      left: 8.88%;
  }
  .people_name{
      position: absolute;
      top:46px;
      left: 38.51%;
      font-size: 14px;
      font-weight: 600;
      color: #333333;
      line-height: 20px;
  }
  .seller{
    position: absolute;
    top: 74px;
    left: 38.51%;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
  }
  .words{
    width: 82.22%;
    position: absolute;
    top: 125px;
    left: 8.88%;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    text-align: justify;
  }

  .m_registered_title{
    display: none;
}
.registered{
    background:url("../images/registered_bg.png") ;
    padding: 60px 0 50px;
    background-size: 100% 100%;
}
.registered_title{
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    margin-bottom: 24px;
}
.registered_btn{
    display: block;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin: 0 auto;
    width: 128px;
    height: 38px;
    background: linear-gradient(180deg, #FFCE86 0%, #FFBC76 100%);
    border: 1px solid #979797;
}
.registered_btn:visited{
    color: #333333;
}
.registered_btn:hover{
    color: #333333;
}
.news{
    padding: 30px 0 50px;
    background-color: #ffffff;
}
.news_content{
    margin-top: 48px;
}
.article-list{
    background-color: transparent;
    height: 400px;
    overflow: hidden;
}
.news .row{
    max-width: 1200px;
    margin: 0 auto;
}
.first-article{
    padding-left: 20px;
    padding-right: 20px;
}
.first_article_tl{
    font-size: 16px;
    font-weight: 500;
    color: #303133;
    line-height: 22px;
    padding-top: 30px;
    margin: 0;
}
.article_time{
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
    padding-top: 8px;
    margin: 0;
}
.first_article_tt{
    font-size: 14px;
    font-weight: 400;
    color: #909399;
    line-height: 24px;
    padding-top: 15px;
    margin: 0;
}
.article-ls{
    padding-left: 20px;
}
.article_pic{
    width: 100%;
}
.article_tl{
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #303133;
    line-height: 22px;
    padding-bottom: 16px;
}
.article_tl > a,.first_article_tl > a{
    color: #303133;
}
.article_tt{
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #909399;
    line-height: 24px;
    padding-bottom: 30px;
}
.article-list .article-item{
    border: none;
}
@media(max-width:767px){
    .top_col  .solution_img{
        display: none;
    }
    .top_col  .m_solution_img{
        display: block;
    }
    .m_company{
        display:block;
        width: 35%;
    }
    .company{
        display:none;
    }
    .use_reason{
        display: none;
    }
    .article-list{  
        height: 575px;
    }
    #m_swiper{
        display: block;
    }
    #pc_swiper{
        display: none;
    }
    .carousel-control{
        display: none;
    }
   
    .solution_content .row-cols-5{
        display: block !important;
        margin: 0 auto;
    }
    .solution_content .row:last-child{
        margin-left: 0;
        margin-right: 0;
        padding: 0;
    }
    .solution_content .row .col{
        padding: 10px;
    }
    .solution_content .row .col:first-child {
        padding-left: 10px;
    }
    .solution_content .row .col:last-child{
    padding-right: 10px;
    }
    .solution_column{
        border: 1px solid #E1E6F0;
    }
    .solution_column .col_text{
        text-align: center;
    }
    .solution{
        padding-top: 40px;
    }
    .m_use_reason{
        display: block;
        background-color: #fff;
        padding-top: 40px;
    }
    .m_use_content{
        margin: 0 15px;
        height: 144px;
        border: 1px solid #E1E6F0;
        background:#FFFFFF url("../images/m_usecontent_bg.png") no-repeat left top;
        background-size: 38px 38px;
    }
    .m_use_content .row{
        margin: 0;
        padding-top: 25px;
    }
    .straight_line{
        top: 14px;
    }
    .m_use_content .row .col-xs-4{
        padding: 0 6px;
    }
    .math{
        font-size: 16px;
        margin: 0;
    }
    .data_text{
        margin: 0;
    }
    .math > span{
        font-size: 34px;
        line-height: 34px;
    }
    .reason_title{
        margin: 0;
        padding-top: 40px;
        padding-bottom: 30px;
        font-size: 20px;
        line-height: 25px;
    }
    .m_usetop{
        background: url("../images/m_usebg.png") no-repeat;
        background-size: 100% 100%;
        height:168px ;
    }
    .m_usebottom{
        padding-top: 112px;
    }
    .country_col{
        margin: 0;
    }
    .country{
        width: 40px;
    }
    .country_col .country:nth-child(1) {
        top: 0px;
        left: 5%;
    }
    .country_col .country:nth-child(2) {
        top: 0px;
        left: 25%;
    }
    .country_col .country:nth-child(3) {
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    .country_col .country:nth-child(4) {
        top: 0px;
        left: 63%;
    }
    .country_col .country:nth-child(5) {
        top: 0px;
        left: 83%;
    }
    .country_col .country:nth-child(6){
        top: 98px;
        right: 75.15%;
    } 
    .country_col .country:nth-child(7){
        top: 98px;
        right: 54.37%;
    } 
    .country_col .country:nth-child(8){
        top: 98px;
        right: 34.58%;
    } 
    .country_col .country:nth-child(9){
        top: 98px;
        right: 14.8%;
    } 
    .country_name{
        padding-top: 12px;
    }
    .earth{
        margin-top: 188px;
    }
    .support{
        top:206px;
    }
    .customer_content .row:nth-child(2) {
        margin-top: 0px;
    }
    .customer .customer_col{
        margin-bottom: 12px;
        height: 60px;
    }
    .customer_content .cols {
        padding-left: 10px;
        padding-right: 10px !important;
    }
    .customer{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .customer .customer_content{
        margin-top: 28px;;
    }
    .company{
        width: 100%;
    }
    .customer_Words{
        padding-top: 40px;
    }
    #swiper-container {
        margin-top: 28px;
    }
    .features{
        padding-top: 40px;
    }
    .features_content{
        height: 1090px;
    }
    .features_content .col-sm-3{
        padding-left:15px  !important;
        padding-right: 15px !important;
        padding-top: 15px;
    }
    .features_column{
        height: 270px;
    }
    .features_content .features_icon {
        top: 20px;
    }
    .features_content .column_title{
        margin-top: 70px;
    }
    .registered_title{
        display: none;
    }
    .m_registered_title{
        display: block;
        font-size: 20px;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 34px;
        text-align: center;
        margin: 0 ;
    }
    .registered_btn{
        margin-top: 24px;
    }
    .first-article {
        border: 1px solid #E1E6F0;
        padding-left: 0;
        padding-right: 0;
        margin: 0 15px;
    }
    .article-ls .col-sm-12{
        padding-left: 8px;
        padding-right: 13px;
    }
    .article_col{
        border: 1px solid #E1E6F0;
        border-top: none;
    }
    .first_article_tl{
        padding: 20px 5px 0;
        font-size: 14px;
        line-height: 20px;
    }
    .article_time{
        display: none;
    }
    .first_article_tt {
        font-size: 12px;
        line-height: 22px;
        padding: 10px 5px;
    }
    .article_tl{
        font-size: 14px;
        line-height: 20px;
        padding: 20px 5px 0;
    }
    .article_tt{
        font-size: 12px;
        line-height: 22px;
        padding: 10px 5px;
    }
    .solution_box{
        display: none;
    }
    .m_solution{
        display: block;
        padding: 0 0 44px;
        margin: 0 auto;
    }
    .m_solution_box img{
        width: 58px;
        height: 58px;
    }
    .m_solution_box{
        margin: 0 auto;
        height: 230px;
        border: 1px solid #E1E6F0;
        padding: 30px 0 0 16px;
        position: relative;
        background:#FFFFFF url("../images/m_solution_bg.png") no-repeat bottom center;
        background-size: 100%;
    }
    .m_first_text{
        position: absolute;
        top:40px;
        left: 85px;
        padding-right: 5px;
        font-size: 14px;
        font-weight: 600;
        color: #333333;
        line-height: 24px;
    }
    .m_last_text{
        margin-top: 22px;
        padding-right: 5px;
        font-size: 14px;
        font-weight: 400;
        color: #666666;
        line-height: 24px;
    }
    .article-ls{
        padding-left: 7px;
        padding-right: 2px;
    }
    .customer_content .cols:nth-child(1),.customer_content .cols:nth-child(3){
        padding-left: 15px;
    }
    .customer_content .cols:nth-child(2),.customer_content .cols:nth-child(4){
        padding-right: 15px!important;
    }
}

