.footer__contact-info,
.footer__logo {
  vertical-align: middle;
  display: inline-block;
}
.footer-content,
.footer__contact-info,
.footer__logo,
.header-logo-container {
  display: inline-block;
}
body {
  padding: 0;
  margin: 0;
  min-width: 1024px;
  font-family: PingFangSC-Light, Arial, Helvetica, 'Hiragino Sans GB', STXiHei,
    'Microsoft YaHei', sans-serif;
}
.header {
  width: 1200px;
  height: 100px;
  margin: 0 auto;
}
.header-logo-container {
  line-height: 100px;
  font-size: 20px;
  font-weight: 700;
  color: #0096ff;
}
.header__logo {
  height: 46px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.header__menu {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__menu-item {
  float: left;
  line-height: 100px;
  margin-right: 30px;
}
.header__menu-item.active a {
  color: #00a0e9;
}
.header__menu-item a {
  text-decoration: none;
  color: #000;
}
.header__menu-item a:hover {
  color: #00a0e9;
}
.footer {
  margin-top: 58px;
  margin-bottom: 58px;
  text-align: center;
  font-size: 0;
}
.footer__logo {
  padding-right: 20px;
  border-right: 1px solid #00a0e9;
}
.footer__logo img {
  height: 37px;
  max-width: 100%;
}
.footer__contact-info {
  padding-left: 20px;
  text-align: left;
}
.footer__contact-info__detail {
  font-size: 12px;
  color: #9b9c9c;
}
.footer__contact-info__detail p {
  margin: 0;
}
.footer__contact-method-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}
.footer__contact-method {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.about__body__bg {
  padding-top: 47.6%;
  background-size: cover;
  background-position: center center;
}
.about__info {
  margin: 100px 195px;
}
.about__info dt {
  font-size: 20px;
  font-weight: 700;
  color: #00a0e9;
}
.about__info dd {
  margin: 0 0 50px;
  line-height: 1.9;
}
.about__info dd p {
  margin: 0;
}
.hide {
  position: absolute;
  top: 380px;
  width: 100%;
  height: 100px;
  left: -2px;
  text-align: center;
  line-height: 180px;
  display: block;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0.5)),
    to(#fff)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5) 0,
    #fff 100%
  );
}
.news-container {
  display: inline-block;
  position: relative;
  min-height: 100px;
  padding-left: 50px;
  margin: 0 195px 100px;
}
.time-line {
  position: absolute;
  top: 0;
  left: -10px;
  height: 100%;
  width: 20px;
  overflow: hidden;
  z-index: -1;
}
.time-line .time-line-line {
  position: absolute;
  height: 100%;
  top: 20px;
  left: 10px;
  width: 1px;
  background-color: #e1e1e1;
  opacity: 0.8;
}
.news-content {
  text-align: left;
}
.news-content .news-date,
.news-content .news-title {
  padding: 0 15px;
  display: inline-block;
  text-align: left;
}
.news-content .news-date {
  width: 60px;
  text-align: center;
}
.news-content .news-year {
  margin: 0;
  font-size: 22px;
  position: relative;
}
.news-content .news-year:before {
  content: '';
  position: absolute;
  z-index: 10;
  left: -60px;
  top: 5px;
  background-color: #00a0e9;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.news-content .news-year .news-date,
.news-content .news-year .news-title {
  padding: 0 20px;
  margin: 0;
  display: inline-block;
  color: #00a0e9;
  font-weight: 700;
}
.news-content .news-item {
  margin: 20px 0;
  font-size: 14px;
}
.news-content .news-item:last-child {
  margin-bottom: 0;
}
.news-content .news-item .news-date,
.news-content .news-item .news-title {
  padding: 5px 20px;
}
.news-content .news-item:hover {
  position: relative;
  color: #00a0e9;
}
.news-content .news-item:hover:before {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 100%;
  left: -50px;
  top: 0;
  background-color: #00a0e9;
}
