.l-sub-menu {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: 0;
    opacity: 0;
    position: absolute;
    top: 119%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    z-index: 9;
    border-top: 4px solid #ffc400;
    text-align: left;
    padding: 15px 0;
  }
.l-product {
    display: flex;
    height: 610px;
    width: 100%;
    max-width: 1920px;

}

.l-product-left {
    position: relative;
    height: 100%;
    width: 20%;
    max-width: 450px;
    text-align: left;
}

.l-characters {
    width: 100%;
    padding: 30px 30px 30px 70px;
    position: absolute;
}

.l-characters div {
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    font-size: 20px;
    color: #181a39;
    text-align: left;
    padding: 0 15px;
}

.l-characters p {
    padding: 0 17px;
    font-size: 14px;
    line-height: 24px;
    color: #6b707a;
    text-align: justify;
}

.l-img {
    float: right;
    width: auto;
    max-width: 100%;
    border: none;
    vertical-align: middle;
}

.l-product-center {
    padding: 30px 0;
}

.l-product-center .l-line {
    width: 2px;
    height: 100%;
    background-color: #d1d3e0;
}

.l-product-right {
    flex: 1;
    width: 100%;
    display: flex;
    padding: 30px 0% 30px 0;
    overflow: hidden;

}
.l-wisdom:nth-child(1){
    flex: 4; 
    padding: 0 3%;
}
.l-wisdom:nth-child(2){
    flex: 4; 
    padding-right: 2%;
}
.l-wisdom:nth-child(3){
    flex: 4; 
    padding:0 2%;
}
.l-wisdom:nth-child(4){
    flex: 6.6; 
}
.l-wisdom-title {
    height: 50px;
    line-height: 50px;
    font-weight: 500;
    font-size: 20px;
    color: #181a39;
    text-align: left;
    padding: 0 15px;
    border-bottom: 1px solid #d1d3e0;
}
/* .l-wisdom-title div{
    display: flex;
    width: 100%;
   
} */
.l-wisdom-list {
    height: 530px;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.l-wisdom-list a{
    padding: 10px !important;
    margin: 5px 0;
    
}
.l-aboutUs{
    display: flex !important; 
    width: 20% !important;
}
.list-title{
    font-size: 16px;
    font-weight: 400;
    color: #181a39;
    letter-spacing: 0px;
}
.l-fontSize{
font-size: 16px;
padding: 10px 5px;
}
.l_Thing{
    display: block;
    width: 100%;
    background-color: #fff;
    box-shadow: 5px 9px 20px 0px rgb(37 45 51 / 6%);
    border-radius: 10px;
    text-align-last: left;
    padding: 35px !important;
}
.l_Thing p{
    text-align: left;
    font-size: 14px;
    color: #6b707a;
    line-height: 24px;
    text-align: justify;
    padding: 0 10px;
}
.list-introduce{
    font-size: 14px;
    color: #6b707a;
    line-height: 24px;
    letter-spacing: 0px;
}
.l-thingStudio{
    background: url(../img/team/tab4.png) no-repeat;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 80px;
    text-align: left;
    /* background-color: #eee; */
    font-size: 20px;
    font-weight: 500;
    color: #181a39;
    padding: 0 30px;
    margin-bottom: 10px;
}
.l-wisdom-list a:hover{
    background-color: #fffaf2;

}
.l-wisdom-list a:hover p:nth-child(1){
    color: #ff7a21;
    
}
.area-picture{
    text-align: center;
}
/* .l-fontSize:hover{
    background-color: #fffaf2;
    color: #ff7a21;
} */
.tab-hover:hover .l-wisdom-title{
    background-color: #fffaf2;
    color: #ff7a21 !important;
}
.tab-hover:hover{
    background-color: #fffaf2;
    color: #ff7a21 !important;
}
.l-thingStudio-button{
    color: #fff;
    padding-left: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 15px;
}
.l-thingStudio-button div{
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    background: #ff9e00;
    padding: 2px 24px;
    border-radius: 23px;
    display: inline-block;
}
.hidden{
    display: none !important;
}
.l-solution-title{
    /* height: 530px; */
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.l-solution-title a{
    padding: 5px 0 !important;
}
.l-hot{
    opacity: 1;
    height: 16px;
    width: 30px;
    background: rgba(255,128,171,.1);
    border-radius: 2px;
    color: #fe3636;
    font-size: 12px;
    padding-right: 0;
    margin-left: 5px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
}
.solution-nav{
    flex:1 !important;
     padding-left: 2%;
}
@media only screen and (max-width: 1500px) {
    .l-wisdom:nth-child(4){
        flex: 6.6; 
        display: none;
    }
    .solution-nav{
        flex:0.5 !important;
         padding-left: 2%;
         display: block !important;
    }
    
}
@media only screen and (max-width: 1200px){
    .l-product-left{
        display: none;
    }
}
@media only screen and (max-width: 1000px) {
  
    .l-product{
        display: none;
    }
    .hidden{
        display: block !important;
    }
    .max_width{
        max-width: 50% !important;
    }
    .footer_width{
        max-width: 30% !important;
    }
}


/* product start */
.application-scenarios{
    background: url(../img/bg/bg1.png) no-repeat;  
    background-size: 100%; 
    margin-top: 30px;
    min-height: 850px;
    width: 100%;
}
.scenarios-title{
    text-align: center;
    
}
.scenarios-title p{
    color: #000;
    font-size: 20px !important;
}
.scenarios-title-line{
    margin: 5px auto;
    width: 40px;
    height: 4px;
    background-color:#2365D3  ;
}
.intelligence{
    width: 100%;
   
    margin: 0 auto;
}

.intelligence ul{
    margin-top: 65px;
   justify-content: center;
    display: flex;
}
.intelligence ul li{
    color: #000;
    width: 148px;
    height: 82px;
    line-height: 82px;
    text-align: center;
    /* margin-left: 50px ; */
    
}
.active{
    background-color: #e4f1ff;
    border-bottom: 5px solid #2365D3;
}
.l-qeihuan{
    margin-top: 50px;
    width: 100%;
    min-height: 420px;
    display: flex;
    justify-content: center;
    align-items: center; 
  
}
.l-qeihuan .left-arrow img,
.l-qeihuan .right-arrow img{
width: 38px;
height: 66px;
}
.left-arrow{
    margin-right:130px ;
}
.right-arrow{
    margin-left:130px ;
}
.l-switch-center{
    width: 60%;
    height: 100%;
    /* background-color: #2365D3; */
    position: relative;
    /* overflow: hidden; */

}
.l-switch-center ul{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0;
    margin: 0;
}
.l-switch-center ul li{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.l-switch-center-img{
    /* width: 35%; */
    height: 80%;
    margin-right: 90px;
    margin-top: 35px;
}
.block{
    
    display: block !important;
    display: flex !important;
}
.click-none{
    display: none !important;
}
.l-switch-center-img img{
    width: 100%;
    height: 100%;
}
.l-switch-center-text{
    min-width: 370px !important;
    height: 90%;
    /* width: 50%; */
    margin-top: 10px;
    color: #000;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 5px 2px  #f3f3f3 ;
    text-align: left;
    padding: 20px 25px;
    margin: 30px auto;
}
.l-switch-center-text-title{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
.l-switch-center-text-title p{
    line-height: 50px !important;
}
.l-switch-center-button{
    display: flex;
    margin-top: 50px;
    margin-bottom: 20px;
}
.l-switch-center-button div{
    width: 120px;
    color: #fff;
    height: 40px;
    margin-right: 40px;
    border-radius: 25px;
    line-height: 40px;
    text-align: center;
}
.l-switch-center-button div:nth-child(1){
    background-color:#ff9e00 ;
}
.l-switch-center-button div:nth-child(2){
    background-color:#98b7e0 ;
}
/* product end */

/* solution start */
.solve-scheme{
    margin-top: 100px;
    /* height: 900px; */
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}
.solve-active{
    background-color: #e4f1ff;
    border-bottom: 5px solid #248fff;
    
}
.scheme-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(243, 242, 242);
    margin: 0 auto;
    margin-top: 70px;
    padding: 0 30px;
    
}
.scheme-list li{
    color: #000;
    width: 130px;
    height: 70px;
    line-height: 72px;
    text-align: center;
    /* margin-left: 50px ; */
}
.l-solve-scheme-center{
    width: 80%;
    /* height: 100%; */
}
.l-solve-scheme-center ul{
    display: flex;
}
.l-solve-scheme-center ul li{
    display: flex;
}
.scheme-center-text{
    /* height: 90%; */
    /* width: 70%; */
    margin-top: 10px;
    color: #000;
    text-align: left;
    justify-content: space-between;
    margin: 0 auto !important;
    /* padding: 0 50px; */
    /* margin-right: 55px; */
    /* margin-left: 50px; */
}
.l-switch-center-text-title{
    display: flex;
}
.l-switch-center-text-title p{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-left: 20px;
    line-height: 50px;
}
.l-scheme-center-button{
    width: 100%;
    background-color:#eaeef4;
    padding: 30px 20px;
}
.solve-scheme-title{
    padding: 0 20px;
}
.l-scheme-center-button ul{
    display: flex;
    flex-wrap: wrap;
}
.l-scheme-center-button ul li{
    display: flex;
    /* width: 25%; */
    margin: 10px 0px;
    
}
.plan-img{
    width: 40px;
    height: 40px;
}
.l-scheme-center-img{
    width: 45%;
    height: 80%;
    margin-right: 20px;
    margin-top: 80px;
}
.l-scheme-center-img img{
    width: 100%;
    height: 100%;
}
.learn-more{
    margin: 0 auto;
    width: 100%;
    background-color:#8197bd;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.scheme-center-text p{
    line-height: 18px;
}
.l-scheme-center-img img{
    width: 100%;
    height: 100%;
}
/* solution end */
.pd{
    padding: 0 !important;
}
.abc {
    animation: pulse 3s;
    animation-iteration-count: infinite;
}
.aaa{
    visibility: visible !important;
    opacity: 1 !important;
}

/* 合作伙伴 start */
.cooperation-partner{
    margin-top:50px;
    padding: 139px 0;
    background-color: #fafafa;
}
.cooperation-partner-title{
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    color: #000;
}
.cooperation-img{
    margin-top:75px;
    padding: 20px;
    justify-content: left;
}
.cooperation-img li{
    margin: 15px 0;
}
@media only screen and (max-width: 1500px) {
    .cooperation-partner-title{
        font-size: 16px;
    }
    
}
@media only screen and (min-width: 750px) and (max-width: 1000px){
    .intelligence ul{
        justify-content: left;
        margin: 30px;
    }
    .intelligence ul li{
        width: 25%;
    }
}
@media only screen  and (min-width: 1200px) and (max-width: 2000px){
    .cooperation-img li{
        width: 20%;
    }
}
@media only screen and (max-width: 780px) {
    .cooperation-img li{
        width: 50%;
        
      }
    
    .cooperation-partner{
        margin-top: 0;
        padding: 50px 0;
    }
    .cooperation-img{
        margin-top: 20px;
    }
    .scheme-list{
        justify-content: left !important;
    }
  
    .scheme-center-text p{
        padding-right: 0 !important;
    }
    .counter-board-area-content{
        width: 25%;
    }
    .counter-board-area-content:nth-child(2){
        line-height: 35px;
    }
    .counter-board-area-content .counter-board-number{
        font-size: 16px;
    }
    .counter-board-border{
        padding-top:35px;
        padding-bottom: 0;
    }
    .features-area-centent{
        width: 50%;
    }
   
    .features-text span{
        font-size: 16px;
    }
    .intelligence ul{
        justify-content: left;
        margin: 30px;
    }
   
}

/* 合作伙伴 end */
@media only screen and (max-width: 580px) {
 .scheme-center-text img{
        margin-left: 0 !important;
        margin-top: 20px !important;
    }
      .l-scheme-center-button ul li {
        display:block !important;
        width: 50% !important;
    }
    .l-scheme-center-button ul li img{
        margin: 10px 8% !important;
    }
    .l-scheme-center-button ul li div p{
        width: 90%;
        margin-top: 10px;
    }
    .scheme-list li{
        width: 50%;
    }
    .intelligence ul li{
        width: 50%;
    }
    .footer-consulting{
        width: 50%;
    }
}
a:focus{
    color: #c1c1c1 !important;
}


.modal-value{
    color: #000;
    padding: 10px;
    margin: 0 auto;
}
.modal-value div{
    margin-bottom: 5%;
}
.modal-value div p{
    color: #000;
    line-height: 38px;
    margin-right: 5px;
    width: 90%;
    padding-left: 30px;
    font-size: 18px;
}
.modal-value div input{
    width: 90%;
    height: 38px;
    border-radius: 5px;
    border: 1px solid transparent ;
    border-bottom: 1px solid #ccc !important;
    margin: 0 auto;
    margin-left: 30px;
    font-size: 16px;
    
}
.form-select{
    width: 90%;
    margin: 0 auto;
    border: 1px solid transparent ;
    border-bottom: 1px solid #ccc !important;
    padding-left: 0px;
    margin-left: 27px;
}
.form-select:focus{
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.25rem transparent;
}
.btn-secondary{
    background-color: transparent;
    color: rgb(120, 120, 120);
    border:1px solid rgb(120, 120, 120);
}
.modal-dialog{
    max-width: 500px;
    border-radius: 15px;
}
.btn1{
    border-radius: 25px;
    font-size: 20px;
    padding: 5px 40px;
    width: 85%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.modal-header{
    padding: 20px 50px;
    display: block;
}
.small-icon-one{
    background-image: url(../img/customerService/WeChat.png);
    background-position: -1px -1px;
    width: 30px;
    height: 30px;

}
.small-icon-two{
    background-image: url(../img/customerService/suspension-bg.png);
    background-position: 32px 5px;
    width: 30px;
    height: 30px;

}
.small-icon-three{
    background-image: url(../img/customerService/side_icon.png);
    background-position: -51px -7px;
    width: 30px;
    height: 30px;

}