.customer_nav{
    width: 90%;
    height: 42px;
    display: flex;
    margin: 0 auto;
    padding-left: 30%;
}
.customer_nav span{
    line-height: 42px;  
}
.customer_nav span:nth-child(-n+2){
    margin-right: 45px;
}
.customer_banner{
    height: 240px;
    width: 100%;
    overflow: hidden;
}
.customer_banner img{
    height: 240px;
    width: 100%;
    position: absolute;
}
.customer_banner_text{
    position: relative;
    top: 50%;
    left: 70%;
}
.customer_idea{
    display: flex;
    margin: 60px auto;
    align-items: center;
    flex-direction: column;
}
.customer_idea_title{
    margin-bottom: 60px;
}
.customer_idea_content{
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content:center;
    background-color:#F4F4F4 ;
    font-weight: bold !important;
    color: #2D77FD !important;
    line-height:30px;
}
.customer_team{
    display: flex;
    margin:0 auto 120px auto;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.customer_team_title{
    margin-bottom: 60px;
}
.map_notice{
    font-size: 16px;
    position: absolute;
    font-weight: normal;
    bottom: 80px;
    left: 24%;
    line-height: 30px;
}
.customer_team_content{
    color: #282938 !important;
    line-height: 30px;
    width: 78%;
    margin: auto;
    margin-bottom: 60px;
    text-indent: 2em;
}
.customer_team_img1{
    width: 28%;
    margin-bottom: 40px;
}
.customer_team_img2{
    width: 55%;
}
 .customer_case{
    display: flex;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
}
.customer_case_title{
   margin-bottom: 60px;
}
.customer_case_box{
    width: 100%;
    background-color: #F4F4F4;
    padding: 60px 0 0 0 ;
    
}
ul.customer_case_tab
{
  width: 70%;
  margin: auto;
}
.customer_con{
    width: 90%;
    margin:auto;
}
ul.customer_case_tab>li{
    float: left;
    width: 14%;
    font-size: 16px;
    color:#666;
    font-weight: normal;
    line-height: 40px;
    cursor: pointer;
    
}
ul.customer_case_tab>li.active{
    color: #2D77FD 
}
ul.customer_case_tab>li:nth-child(8){
    width: 17%;
}
ul.customer_case_tab>li:nth-child(9){
    width: 24%;
}
#footerNav:hover{
    cursor:pointer;
}
.customer_case_name{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    color: #2D77FD !important;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
}
.customer_case_content{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
    margin-bottom: 60px;
    align-items: center;
    height:245px;
}
.customer_case_content img{
    height: 245px;
    width: 400px;
    margin-right: 40px;
}
.customer_case_content div{
    text-indent:2em;
    color: #282938 !important;
    line-height: 30px;
}
.tab_item{
    margin: 35px auto;
    
}
/* 点击激活样式 */
.header_active{
    color: #005DFF !important;
    position: relative;
}
.header_active::after{
    content: '';
    position: absolute;
    left: 33%;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 30px;
    border-radius: 3px;
    background-color: #2D77FD;
}
.footer_active{
    color: #005DFF !important;
    position: relative;
}
.footer_active::after{
    content: '';
    position: absolute;
    left: 33%;
    bottom: -10px;
    right: 0;
    height: 2px;
    width: 30px;
    border-radius: 3px;
    background-color: #2D77FD;
}
.linestyle{
    position: relative;
}
.linestyle::after{
    content: '';
    position: absolute;
    left: 8px;
    bottom: -17px;
    right: 0;
    height: 4px;
    width: 80px;
    background-color: #2D77FD;
}
.mobile_team_img1,.fwal_more,.mobile_customer_case_tab,.mobile_customer_case_content{
    display: none;
}
@media screen and (max-width:550px) {
    .customer_idea{
      margin: 0px 0px 30px 0px;
      background: #f4f4f4;
    }
    .customer_case_tab{
        display: none;
    }
    .customer_idea_title{
        margin: 30px 0px;
    }
    .customer_idea_content{
        height:100px;
        padding-bottom: 20px;
    }
    .none{
        display: none;
    }
    .mobile_team_img1{
        display: block;
        width: 96%;
        margin: auto;
        text-align: center;
    }
    .mobile_team_img1>img{
        width: 70%;
    }
    .customer_team_content{
      width: 80%;
      margin: 20px auto;
      text-align: center;
    }
    .customer_team_img2{
        width: 98%;
        margin: auto;
        position: relative;
        top: 80px;
    }
    .map_notice{
        bottom: 220px;
       text-align: center;
       left: 20%;
    }
    .customer_case{
        background: #f4f4f4;
    }
    .customer_case_title{
        margin: 30px 0px;
    }
    .customer_case_box{
     padding: 20px 0px 0px 0px;
    }
    .linestyle::after{
        left:0px;
    }
    ul.mobile_customer_case_tab{
        width: 100%;
        background: #FFFFFF;
        line-height: 50px;
        padding: 0px 20px;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        font-family: Source Han Sans CN-Regular, Source Han Sans CN;
        font-weight: 400;
        color: #282938;
        font-size: 12px;
    }
    ul.mobile_customer_case_tab>li{
        width: 33%;
        text-align: center;
        line-height: 22px;
        padding: 10px;
        font-weight: 100;
        font-size: 1.2em;
      
    }
    ul.mobile_customer_case_tab>li:nth-child(9){
        width: 33%;
    }
    ul.mobile_customer_case_tab>li.active{
        color: #2D77FD;
    }
    .customer_case_nav{
        position: relative;
    }
    .fwal_more{
    display: block;
    position: absolute;
    top: 16px;
    right: 10px;
    }
    .customer_case_name,.customer_team_img1{
        display: none;
    }
    .customer_case_content{
        width: 90%;
        display: block;
        height:auto;
    }
    .customer_case_content img{
        margin-right: 0px;
        width: 100%;
        height:auto;
    }
    .customer_con{
        width: 100%;
    }
    .mobile_customer_case_content
    {
        display: block;
        font-size: 18px;
        font-weight: bold;
        color:#282938;
        text-indent: 0px;
        padding-top: 20px;
    }
    .customer_con{
    
    height: auto;
    }
    .customer_case_content div{
        text-indent: 0px;
    }
    .customer_case_content>div.h5{
        padding-top: 10px;
        text-indent: 2em;
        color: #666;
        font-size: 14px;
    }
}