.management {
  word-wrap: break-word;
  margin: 20px 0;
}
.management .title {
  color: #333;
  text-align: center;
  padding: 40px 0;
}
.management .title h3 {
  font-size: 36px;
}
.management .title .tips {
  position: relative;
  font-size: 18px;
  margin: 0 auto;
}
.management .title .tips p {
  background: #d4e0f4;
  border-radius: 50px;
  opacity: 1;
  width: 200px;
  height: 40px;
  margin: 0 auto;
  text-align: center;
}
.management .title .tips p em {
  text-align: center;
  line-height: 40px;
  font-style: normal;
  color: #02319a;
}
@media (max-width: 576px) {
  .management .title {
    color: #333;
    text-align: center;
    padding: 20px 0;
  }
  .management .title h3 {
    font-size: 28px;
  }
  .management .title .tips {
    position: relative;
    font-size: 16px;
    margin: 0 auto;
  }
  .management .title .tips p {
    background: #d4e0f4;
    border-radius: 50px;
    opacity: 1;
    width: 160px;
    height: 32px;
    margin: 0 auto;
    text-align: center;
  }
  .management .title .tips p em {
    text-align: center;
    line-height: 32px;
    font-style: normal;
    color: #02319a;
  }
}
.management .mainbox {
  color: #333;
  font-size: 16px;
  line-height: 38px;
}
@media (max-width: 576px) {
  .management .mainbox {
    font-size: 16px;
    line-height: 1.8;
  }
}
.management .mainbox .content {
  background: #f5f5f5;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .management .mainbox .content {
    margin-bottom: 20px;
  }
}
.management .mainbox .content .cont {
  padding: 30px;
}
@media (max-width: 576px) {
  .management .mainbox .content .cont {
    padding: 10px;
  }
}
.management .mainbox .content .cont p {
  margin-bottom: 0;
}
.quality {
  word-wrap: break-word;
  margin: 40px 0;
  background: url(../images/about_bg.png);
}
.quality .title {
  color: #fff;
  text-align: center;
  padding: 40px 0;
}
.quality .title h3 {
  font-size: 36px;
}
.quality .title .tips {
  position: relative;
  color: #fff;
  font-size: 15px;
  margin: 0 auto;
}
.quality [class*="col"] img {
	transition: all .5s;
  
	}
	.quality [class*="col"] img:hover {

  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
		}
.quality .title .tips p {
  background: #ccc;
  border-radius: 50px;
  opacity: .2;
  width: 180px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -90px;
}
.quality .title .tips em {
  text-align: center;
  line-height: 40px;
  font-style: normal;
}
@media (max-width: 576px) {
  .quality .title {
    color: #fff;
    text-align: center;
    padding: 20px 0;
  }
  .quality .title h3 {
    font-size: 28px;
  }
  .quality .title .tips {
    position: relative;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
  }
  .quality .title .tips p {
    background: #ccc;
    border-radius: 50px;
    opacity: .2;
    width: 160px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -80px;
  }
  .quality .title .tips em {
    text-align: center;
    line-height: 30px;
    font-style: normal;
  }
}
.quality .content {
  max-width: 1030px;
  margin: auto;
}
.quality .content p {
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
}
@media (max-width: 576px) {
  .quality .content p {
    line-height: 1.8;
  }
}
