.company-nav .active{
  width: 33.3333%;
  padding: 8px 0;
  color: #fff;
  background: #ed6c00;
  text-align: center;
}
.company-nav .active a{
  color: #fff
}
.company-nav .noactive{
  width: 33.3333%;
  padding: 8px 0;
  color: #fff;
  background: #fff;
  text-align: center;
}
.company-nav .noactive a{
  color: #000
}
.company-nav{
  width: 40%;
  margin: 0 auto;
  font-weight: 700;
  box-shadow: 0px 3px 5px #d6d6d6;
  margin-top: -4px;
  position: relative;
  background: #fff;
}
.des-content p{
  text-indent: 2em;
}
@media (min-width:767px){
  .des{
    padding-top: 20px; 
  }
  .des-img{
    width: 35%;
    text-align: center;
  }
  .des-content{
    box-sizing: border-box;
    padding: 30px 0;
    font-size: 18px;
    line-height: 35px;
    width: 65%;
  }
  .item{
    padding:20px 0;
    margin-top: 30px;
    border-top: 2px solid #d6d6d6;
    border-bottom: 2px solid #d6d6d6;
  }
  .item h2{
    color: #ed6c00;
    font-size: 20px;
    padding-bottom: 10px;
  }
  .item p{
    padding: 0 20px;
    font-size: 18px;
    line-height: 35px;
    text-indent: 2em;
  }
  .hope{
    padding: 20px 0 30px;
    box-sizing: border-box;
    border-bottom: 2px solid #d6d6d6
  }
  .hope h2{
    font-size: 20px;
    color: #ed6c00;
    padding-bottom: 10px;
  }
  .hope-list{
    margin-right: -1%;
  }
  .list-info{
    padding-top: 10px;
    width: 24%;
    margin-right: 1%;
  }
  .list-info p {
    font-size: 18px;
    line-height: 34px;
  }
  .list-info p:nth-of-type(1){
    padding-top: 10px;
  }
  .honor{
    padding-bottom: 80px;
    padding-top: 10px;
  }
  .honor h2{
    font-size: 20px;
    padding: 10px 0; 
    color: #ed6c00;
  }
  .honor-list{
    width: 19%;
    margin-right: 1%;
  }
}
@media (min-width:767px) and (max-width: 1200px){
  .company-nav{
    width: 60%;
  }
  .des-content{
    font-size: 16px;
    line-height: 22px;
    padding-left: 10px;
  }
  .item p{
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 767px){
  .company-nav{
    width: 80%;
  }
  .honor-nav{
    display: flex;
    flex-wrap: wrap
  }
  .fl{
    float: left;
  }
  .des-img{
    display:none;
    transform: translate3d(0, -50%, 0);
    margin-top:50%; 
    width: 35%;
    text-align: center;
  }
  .des{
    padding-top: 20px; 
  }
  .des-content{
    box-sizing: border-box;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    /* width: 65%; */
    /* padding-left: 10px; */
  }
  .item{
    padding:10px 0;
    margin-top: 30px;
    border-top: 2px solid #d6d6d6;
    border-bottom: 2px solid #d6d6d6;
  }
  .item h2{
    color: #ed6c00
  }
  .item p{
    padding-top: 10px;
    font-size: 14px;
    color: #666;
    text-indent: 2em;
    line-height: 20px;
  }
  .hope{
    padding-bottom: 20px;
  }
  .hope h2{
    color: #ed6c00;
    padding: 10px 0;
  }
  .list-info{
    width: 49%;
    margin-right: 1%;
    height: 190px;
  }
  .honor-list p{
    font-size: 14px;
    line-height: 26px;
  }
  .honor{

  }
  .honor h2{
    color: #ed6c00
  }
  .honor-list{
    width: 49%;
    margin-right: 1%;
    margin-bottom: 10px;
  }
}
@media(min-width: 1200px){
  .logo {
    padding: 15px 0;
}
}