.title .title-font {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    color: var(--sitecolor);
}.title .title-en {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: normal;
    color: #707b85;
    font-size: 20px;
}

.business-box{ width: 100%;
   padding-top: 3vw;
}

.business-box .business-category .row{
    margin: 0px;
}
.business-box  .business-category{
    width: 100%;
    display: flex;
    
    background-image: url(../images/category_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.business-box  .business-category .row{
width: 100%;
}
.business-box  .business-category .font{
    font-size: 20px ;
    text-align: center;
    color: #fff;padding: 6vw 0;
    border-right: 1px solid rgba(255, 255, 255, .6);
    font-weight: bold;
    background-color: rgba(0, 0, 0, .36);
}
.business-box  .business-category .font strong{

color: #fff;

}
.business-box  .business-category .font .font-icon{

width:50px;
height:50px;

margin: 30px auto;

}.business-box  .business-category .font .font-icon .icon{
width: 100%;
height: 100%;
fill: #fff;
}
.business-box  .business-category .font .cate-more{
    margin-top: 30px;
    margin-bottom: 30px;
}
.business-box  .business-category .font .cate-more span{
padding: 5px 25px;

font-size: 0.875rem;

line-height: 1.5;
color: #fff;
border: 1px solid rgba(255, 255, 255, .6);
border-radius: 15px;
font-weight: normal;
}

.business-box  .business-category .font .cate-more span:hover{
color: #fff;
border-color: var(--sitecolor);
background-color: var(--sitecolor);

}



/*优势实力*/



.youshi-box {



    padding: 3vw 0 0;
  
  
  
  }
  
  
  
  .youshi-box .title .title-font {
  
  
  
    text-align: center;
    font-size: 3rem;
  
  
  
    font-weight: bold;
    color: var(--sitecolor);
  
  
  
  }
  
  
  
  .youshi-box .title .title-en {
  
  
  
    text-align: center;
  
  
  
    margin-bottom: 2rem;
    font-weight: normal;
    color: #707b85;
    font-size: 20px;
  
  
  
  }
  
  


.youshi-box .youshi-list {



    display: block;
   
    counter-reset: figure;
  
  
  
  
  
  
  
    position: relative;
  
  
  
    max-width: 100%;
  
  
  
  }
  
  
  
  .youshi-box .youshi-list .youshi-list-item {
  
  
  
  
  
  
  
    position: relative;
  
  
  
  
  
  
  
    flex: 1;
  
  
  
    transition: all .5s ease;
  
  
  
    flex-basis: auto;
  
   
  
  
  
  
  
  
  
  }
  
  
  
  
  
   
  
  
  
  
  
  .youshi-box .youshi-list .youshi-list-item.active {
  
    background-color: #f1f1f1;
  
  
    flex: 0 0 50%;
  
  
  
    transition: all .5s ease;
  
  
  
  }
  
  
  
  .youshi-box .youshi-list .youshi-list-item.active .list-image:before {
  
  
  
    display: block;
  
  
  
    content: "";
  
  
  
    width: 100%;
  
  
  
    height: 100%;
  
  
  
    position: absolute;
  
  
  
    left: 0px;
  
  
  
    top: 0px;
  
  
  
    transition: all .5s ease;
  
  
  
    bottom: 0px;
  
  
  
    right: 0px;
  
  
  
    background-color: rgba(9, 118, 213, .8);
  
  
  
    z-index: 1;
  
  
  
  }
  
  
  
  .youshi-list-item .list-image {
  
  
  
    overflow: hidden;
  
  
  
    height: 100%;
  
  
  
  }
  
  
  
  .youshi-list-item .list-image img {
  
  
  
    width: 100%;
  
  
  
    height: 100%;
  
  
  
    object-fit: cover;
  
  
  
  }
  
  
  
  .youshi-list-item .list-main {
  
  
  
    display: block;
  
  
  
    flex-wrap: wrap;
  
  
  
    flex-direction: row;
  
   
  
  
    width: 100%;
  
  
  
    transition: all .5s ease;
  
  
  
    z-index: 9;
  
  
  
    left: 0px;
  
  
  
    padding-top:10px;
  
  
  
    padding-bottom:10px;
  
  
  
    padding-right: 10px;
  
  
  
    padding-left:10px;
  
  
  
  }
  
  
  
  .youshi-list-item .list-main .youshi_text {
  
  
  
    color: var(--sitecolor);
    font-size: 1.25rem;
    font-weight: bold;
  
  margin: 0px;
  
  }
  
  
  
  .youshi-box .youshi-list .youshi-list-item.active .youshi_richText {
    display: block;
  }
  
  
  
  .youshi-box .youshi-list .youshi-list-item .youshi_richText {
    display: none;
  }
  
  
  
  .youshi-box .youshi-list .youshi-list-item.active .list-main .s-icon .icon {
  
  
  
    fill: #666;
  
  
  
  
  
  
  
  }
  
  .line {



    border-top-style: solid;
  
  
  
    border-top-width: 0px;
  
  
  
    margin-bottom: 0px;
  
  
  
    margin-top: 0px;
  
  
  
    padding-bottom: 0px;
  
  
  
    padding-top: 0px;
  
  
  
    min-height: 0px;
  
  
  
    max-height: none;
  
  
  
    height: auto;
  
  border-bottom: 1px solid #eee;
  
  }
  
  
  .youshi-list-item .list-main .youshi_richText {
  
  
  
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
  
  
  
  }
  
  
  
  .youshi-list-item:nth-child(2) .list-main .s-icon .icon,
  
  
  
  .youshi-list-item:nth-child(4) .list-main .s-icon .icon {
  
  
  
    width: 45px;
  
  
  
    height: 45px;
    margin-bottom: 5px;
  
  
  
    fill: var(--sitecolor);
  
  
  
  
  
  
  
  }
  
  
  
  .youshi-list-item .list-main .s-icon .icon {
  
  
  
    width: 55px;
  
  
  
    height: 55px;
  
  
  
    fill: var(--sitecolor);
  
  
  
  
  
  
  
  }
  
  
  @media only screen and (max-width:992px) {

    .business-box .business-category{
        display: flex;
    }
  .business-box .business-category .font{
    width: 50%;
    flex: 0 0 50%;
  }

  }