.company {
  width: 70%;
  margin: 50px auto;
}
.company .title p {
  width: 60px;
  height: 3px;
  background-color: #0075C2;
}
.company .main {
  display: flex;
}
.company .main img{
  width:500px;
  height:400px;
}
.company .main .intro {
  flex: 1;
  padding: 20px 50px;
}
.company .main .intro h3 {
  text-align: center;
}
.company .main .intro div {
  font-size: 14px;
  line-height: 35px;
  text-indent: 2em;
  color: #666;
}
.line {
  height: 20px;
  background-color: #F0F5F9;
}
.honor {
  width: 70%;
  margin: 50px auto;
}
.honor .title p {
  width: 60px;
  height: 3px;
  background-color: #0075C2;
}
.honor .main > div {
  padding: 5px;
}
.honor .item {
  border: 1px solid #ccc;
  padding: 10px;
}
.honor .item img {
  width: 300px;
  height: 222px;
}
.honor .more {
  width: 40%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto;
}
.honor .more span {
  width: 28%;
  display: inline-block;
  height: 1px;
  background-color: #ccc;
}
.honor .more a {
  /* width: 150px; */
  display: inline-block;
  padding: 10px 30px;
  border-radius: 20px;
  background-color: #0075C2;
  color: #fff;
  text-align: center;
}
.history {
  background: url('../images/imgs_10.png') 100% 100%;
}
.history .container {
  width: 70%;
  margin: 50px auto;
}
.history .container .title h2 {
  color: #fff;
}
.history .container .title p {
  width: 60px;
  height: 3px;
  background-color: #0075C2;
}
.history .container .main .product-section {
  position: relative;
}
.history .container .main .product-title {
  padding: 50px 10px 30px;
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  color: #252b3a;
  text-align: center;
  color: #fff;
}
.history .container .main .product-wrapper {
  max-width: 1200px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.history .container .main .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.history .container .main .product-features .product-body {
  margin: 0 25px;
}
.history .container .main .product-features .product-body:after {
  content: "";
  width: 100%;
  height: 3px;
  background: url("../images/productBase-features-model.png") no-repeat;
  background-size: 100% auto;
  background-position: center;
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 1;
}
.history .container .main .features-item {
  position: relative;
  float: left;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0);
}
.history .container .main .features-slide .features-item > * {
  text-align: center;
}
.history .container .main .features-item h3 {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 50px;
  color: #fff;
  transition: all 0.1s;
}
.history .container .main .features-item i {
  position: absolute;
  width: 75%;
  height: 33px;
  background: url("../images/productBase-features-timeline.png") no-repeat;
  background-size: contain;
  background-position: right center;
  left: -25%;
  margin-left: 10px;
  top: 50px;
  z-index: 5;
}
.history .container .main .features-item .features-info {
  display: block;
  margin: 0 auto;
  padding: 20px 53px;
  transition: all .3s;
  border-radius: 2px;
}
.history .container .main .features-item .features-info .features-info-i {
  font-size: 14px;
  color: #a0a2a8;
  line-height: 22px;
  margin-bottom: 10px;
}
.history .container .main .features-item .features-info .features-info-s {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  overflow: hidden;
}
.history .container .main .features-item.dark i {
  background: url("../images/productBase-features-timeline-dark.png") no-repeat;
  background-size: contain;
  background-position: right center;
}
.history .container .main .features-item:hover h3 {
  font-size: 22px;
  line-height: 28px;
  opacity: 0.9;
}
.history .container .main .features-item:hover i {
  width: 75%;
  margin-left: 13px;
  background: url("../images/productBase-features-timeline-hover.png") no-repeat;
  background-size: contain;
  background-position: right center;
}
.history .container .main .features-item:hover a {
  background: url('../images/productBase-features-info.png') no-repeat;
  background-size: 100% 100%;
}
.contact {
  width: 70%;
  margin: 50px auto;
}
.contact .title p {
  width: 60px;
  height: 3px;
  background-color: #0075C2;
}
.contact .main {
  display: flex;
}
.contact .main .map {
  padding: 10px;
  border: 1px solid #ccc;
  margin-top: 20px;
}
.contact .main .map img {
  width: 100%;
}
.contact .main .intro {
  flex: 1;
  padding: 20px 50px;
}
.contact .main .intro p {
  font-size: 14px;
  line-height: 35px;
  color: #666;
}
@media screen and (max-width: 992px) {
  .company {
    width: 100%;
    padding: 10px;
    margin: 0;
  }
  .company .main {
    flex-direction: column;
  }
  .company .main img{
  width:100%;
  height:400px;
}
  .company .main  .intro {
      flex: 1;
      padding: 20px;
  }
  .contact {
    width: 100%;
    padding: 10px;
  }
  .contact .main {
    flex-direction: column;
  }
  
  .contact .main  .intro {
      flex: 1;
      padding: 20px;
  }
  .honor {
    width: 100%;
    padding: 10px;
  }
  .honor .item img {
  width: 100%;
  height: 222px;
}
  .honor .more {
    width: 100%;
    margin: 10px auto;
    margin-bottom: 30px;
  }
  .history .container {
    width: 100%;
    padding: 10px;
    margin: 0;
  }
  .history .container .main .features-item {
    width: 100px;
  }
  .history .container .main .features-item .features-info {
    padding: 30px 10px 10px 10px;
  }
  .history .container .main .features-item h3 {
    font-size: 12px;
  }
  .history .container .main .features-item:hover h3 {
    font-size: 12px;
    color: #0075C2;
  }
  .history .container .main .features-item i {
    position: absolute;
    width: 75%;
    height: 33px;
    background: url("../images/productBase-features-timeline.png") no-repeat;
    background-size: contain;
    background-position: right center;
    left: -25%;
    margin-left: 10px;
    top: 50px;
    z-index: 5;
  }
}
