.page_banner {
  background: url("../images/banner/about_banner.jpg") no-repeat center;
}
.page_container {
  padding-bottom: 0;
}
.about_title {
  padding: 50px 0 10px;
  text-align: center;
}
.about_title h1 {
  font-size: 36px;
  font-weight: bold;
  color: #f08519;
}
.about_title h2 {
  font-size: 24px;
  margin-top: 5px;
}
.about_title > span {
  display: block;
  margin: 20px auto;
  width: 40px;
  border-bottom: 2px solid #f08519;
}
.about_tips {
    text-align: left;
    color: #666666;
    line-height: 1.8;
    text-indent: 32px;
    margin: 0 0 15px 0;
}
.about_img {
  margin-top: 30px;
}
.about_img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.honor_box {
  background: #f8f8f8;
}
.honor_swiper {
  text-align: center;
}
.honor_swiper .swiper-slide {
  box-sizing: border-box;
  background: #818181;
  border: 2px solid #818181;
}
.honor_swiper .swiper-slide:hover {
  border-color: #f08519;
}
.honor_swiper .swiper-slide:hover h3 {
  background: #f08519;
}
.honor_swiper .imgs_box {
  height: 290px;
  background: #fff;
}
.honor_swiper .imgs_box img {
  max-width: 95%;
  max-height: 95%;
}
.honor_swiper h3 {
  line-height: 60px;
  font-size: 18px;
  color: #fff;
  background: #818181;
  padding: 0 10px;
}
.culture_box {
  padding-top: 60px;
}
.culture_img {
  margin-right: 50px;
  width: 570px;
  height: 370px;
}
.culture_img img {
  width: 570px;
  height: 370px;
}
.culture_img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.culture_info .about_title {
  padding: 5px 0 0;
  text-align: left;
}
.culture_info .about_title > span {
  margin: 20px 0;
}
.culture_info h4 {
  line-height: 1.9;
}
.demeanor_box {
  background: #f8f8f8;
  padding-bottom: 80px;
}
.demeanor_list li {
  width: 320px;
  margin-bottom: 23px;
}
.demeanor_list li:not(:nth-child(4n)) {
  margin-right: 23.3333px;
}
.demeanor_list li:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
