.activityBg {
  margin-top: 107px;
  background-color: #ffffff;
  background-image: url(../image/about_banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 488px;
  position: relative;
}
.about_page {
  padding-bottom: 60px;
}
.page_title {
  padding: 40px 0 10px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
}
.page_title_name {
  font-size: 32px;
  color: #333;
}
.page_title_summary {
  font-size: 16px;
  color: #777;
  padding-top: 6px;
}
.about_content_summary {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.about_content_summary p {
  text-indent: 2em;
  margin-bottom: 20px;
}
.culture_page {
  padding-bottom: 60px;
}
.culture_page_content ul li {
  padding: 0 30px;
  margin-bottom: 50px;
  width: calc(100% / 3);
  float: left;
  border: none;
}
.culture_page_content ul li .product_img {
  width: 100%;
}
.culture_page_content ul li .product_img .product_img_box {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.culture_page_content ul li .product_img img {
  max-width: 100%;
  max-height: 100%;
}
.culture_page_content ul li .product_text .product_text_title {
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #fff;
  padding: 10px 0;
  font-size: 18px;
}
.culture_page_content ul li .product_text .product_text_summary {
  color: #777;
  height: 124px;
  line-height: 30px;
  overflow: hidden;
}
.course_page_content {
  position: relative;
}
.course_page_line {
  position: absolute;
  height: 100%;
  z-index: 2;
  border-right: 1px solid #ddd;
  width: 10px;
  left: 105px;
}
.course_page_content ul {
  padding-top: 50px;
  height: 520px;
  overflow: hidden;
}
.course_page_content ul li {
  margin-bottom: 50px;
  overflow: hidden;
}
.course_page_content ul li .year {
  width: 80px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: #00bbee;
  float: left;
}
.course_page_content ul li .circle {
  width: 10px;
  margin-top: 10px;
  min-height: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  margin: 10px 30px 0 30px;
  background: #00bbee;
  float: left;
  position: relative;
  z-index: 3;
}
.course_page_content ul li .text {
  width: calc(100% - 150px);
  float: left;
  line-height: 30px;
}
.course_page_content ul li .text p{margin:0 0 10px;}
.course_page_more {
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
  width: calc(100% - 120px);
  margin-left: 120px;
}
.course_page_more .bgbox {
  background: #fff;
  position: relative;
  bottom: -10px;
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
}
img {
  vertical-align: middle;
}
.swiper-slide {
  text-align: center;
  font-size: 14px;
  background: #fff;
}
.honor_page_content .swiper-slide img {
  border: 1px solid #eee;
  padding: 10px 0;
  width: 270px;
}