.row {
  margin: 0;
}

body {
  transition: 2s;
}
body > section .title {
  text-align: center;
  color: #5f6367;
  font-size: 26px;
  font-weight: bold;
}
body > section .subhead {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 10px auto;
}
body > section .subhead .word {
  position: relative;
  top: -7px;
  display: inline-block;
  height: 14px;
  padding: 0 10px;
  font-size: 12px;
  color: #00c1de;
  text-transform: uppercase;
}
body > section .subhead .line {
  width: 24px;
  height: 2px;
  background-color: #d7d8d9;
}
body > section .describe {
  max-width: 1200px;
  padding: 0 40px;
  text-align: center;
  color: #5f6367;
  margin: 20px auto 0;
}
body > section .banner img {
  display: block;
  width: 100%;
}
body > section .company {
  padding-top: 4.3%;
}
body > section .company .company-img {
  margin-top: 4%;
}
body > section .company .company-img img {
  padding: 0;
}
body > section .honor {
  padding: 4.3% 0 4.3%;
}
body > section .honor .honor-inline {
  position: relative;
  max-width: 1200px;
  margin: auto;
  transition: 0.6s;
}
body > section .honor .honor-inline ul {
  padding: 3% 0 1.5%;
  margin: 0;
  transition: 0.6s;
}
body > section .honor .honor-inline ul li {
  padding: 18px;
}
body > section .honor .honor-inline ul li > a {
  display: block;
  height: 238px;
  padding: 20px;
  border: 1px solid #eee;
}
body > section .honor .honor-inline ul li > a:hover .top {
  transform: scale(1.03);
}
body > section .honor .honor-inline ul li > a .top {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #333;
  transition: 0.4s;
}
body > section .honor .honor-inline ul li > a .top img {
  width: 80px;
  height: 80px;
  display: block;
}
body > section .honor .honor-inline ul li > a .top .honor-title {
  margin-left: 10px;
}
body > section .honor .honor-inline ul li > a .honor-describe {
  text-align: justify;
  line-height: 24px;
  font-size: 14px;
  margin-top: 14px;
  color: #5f6367;
}
body > section .honor .honor-inline .more {
  position: relative;
  bottom: 0;
  display: inline-block;
  margin: 0 auto;
  padding: 6px 20px;
  font-size: 12px;
  color: #9b9ea0;
  border: 1px solid #e2e2e2;
  transform: translateX(-50%);
  left: 50%;
  text-transform: uppercase;
}
body > section .honor .honor-inline .more:hover {
  background-color: #00C1DE;
  border: 1px solid #00C1DE;
  color: #fff;
  transition: 0.6s;
}
body > section .culture {
  padding: 4.3% 0 3%;
  background-color: #f5f5f6;
  overflow: hidden;
}
body > section .culture .culture-inline {
  max-width: 1200px;
  margin: auto;
}
body > section .culture .swiper-culture {
  margin-top: 5%;
  margin-bottom: 2%;
}
@media screen and (max-width: 768px) {
  body > section .culture .swiper-slide {
    width: 50%;
    margin: 0 10px;
  }
  body > section .culture .swiper-slide img {
    width: 100%;
  }
}
body > section .culture .swiper-pagination {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5%;
}
body > section .culture .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background: #d7d8d9;
  margin: 0 4px;
  opacity: 0.8;
}
body > section .culture .swiper-pagination-bullet-active {
  background: #00c1de;
}
body > section .organization {
  margin: 4.3% 0 4.3%;
}
body > section .organization .organization-inline {
  max-width: 1200px;
  margin: auto;
}
body > section .organization .organization-img {
  margin-top: 64px;
}
body > section .organization .organization-img img {
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  body > section .organization .organization-img img {
    width: 100%;
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .about .banner img {
    display: none;
  }
  .about .banner {
    background: url(../img/about-banner01.jpg);
    padding-top: 39%;
    background-size: cover;
  }
}
