
.about {
  padding-top: 132px;
  font-size: 16px;
  line-height: 1.8;
}
.about-nav{
  width: 18.6%;
}
.about-content{
  width: 81.4%;
}
.about-nav a {
  padding: 30px 0;
  color: #595757;
  font-weight: bold;
  text-align: center;
  display: block;
  border-bottom: 1px solid #fff;
  background: #ebebeb;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.about-nav a:hover, .about-nav a.active {
  color: #fff;
  background: #e00032;
}
.about-content h4 {
  margin: 110px 0 40px;
  font-size: 20px;
}
.about-content {
  margin-bottom: 140px;
}
@media (max-width: 768px) {
  .about{
    padding-top: 0.84rem;
  }
  .about .row{
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  /*.about-content {
    margin-left: 15px;
    margin-right: 15px;
  }*/
  .about-nav,
  .about-content{
    width: 100%;
    padding: 0 0.08rem;
  }
}
.partner-content {
  border: 1px solid #e3e3e3;
  margin-bottom: 140px;
  padding: 38px;
}
.partner-content h4 {
  font-size: 20px;
}
.partner-content ul {
  margin-bottom: 80px;
}
.partner-content li {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #e3e3e3;
}
.partner-content a {
  color: #000;
  line-height: 1.8;
}
.copyright-content {
  border: 1px solid #e3e3e3;
  margin-bottom: 90px;
  padding: 12px 38px 50px;
  line-height: 1.8;
}
.copyright-content h2 {
  font-size: 20px;
  margin: 40px 0;
}
.copyright-content h3 {
  font-size: 16px;
}
.copyright-content li {
  margin-top: 40px;
}
.contact-content {
  border: 1px solid #e3e3e3;
  margin-bottom: 240px;
  padding: 30px 54px 66px;
}
.contact-content h3 {
  font-size: 20px;
  margin-bottom: 35px;
}
.contact-content img {
  margin-right: 15px;
}
.contact-content p {
  margin-bottom: 19px;
}
