.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;
}
.company-info{
  margin-top: 30px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.companyimg{
  width: 50%;
  text-align: center;
}
.companyc{
  margin-top: 89px;
  width: 50%;
  box-sizing: border-box;

}
.companyc h2{
  font-size: 16px;
  font-weight: 700
}
.companyc p{
  font-size: 16px;
  line-height: 40px;
}
#allmap{
  /* width: 800px;*/
  width: 100%;
  height: 400px;
  margin: 0 auto;
}
.comtact-our{
  margin-bottom: 50px
}
.comtact-our h2{
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.comtact-our h2 span{
  color: #0082F9
}
.comtact-our h2 span.me{
  color: #000;
  padding: 0 10px;
}
.address-info{
  padding: 0 30px;
}
.address-info span{
  line-height: 50px;
}
.icon{
  width: 18px;
  height: 18px;
  position: relative;
  top: 3px;
  fill:#333
}
.icon path{
  fill: #333
}
@media(min-width: 1200px){
  .logo {
    padding: 15px 0;
}
}
@media(min-width:767px) and (max-width:1200px) {
  .company-nav{
    width: 60%;
  }
}
@media(max-width:767px){
  .company-nav{
    width: 80%;
  }
  .fl{
    float: left;
  }
  .companyimg{
    width: 50%;
    text-align: center;
    display: none;
  }
  .companyc{
    margin-top: 0px;
    width: 100%;
    padding-left: 30px;
  }
  .companyc p {
    font-size: 12px;
    line-height: 23px;
}
.companyc h2{
  font-size: 13px;
}
.address-info{
  padding-left:30px  
}
.address-info span{
  line-height: 20px;
}
} 