/*======================================
  About 页专用样式（从 style.css 拆分）
  包含：关于我们（style2）、关于页联系方式、团队区域
========================================*/

/*===========================
  About Us 2（关于我们页）CSS
=============================*/
.about-us.style2 {
  padding-top: 30px;
  background: #fff;
}
.about-us.style2 .about-image {
}
.about-us.style2 .about-content {
  padding: 0px 30px 0px 50px;
}
.about-us.style2 .section-heading {
}
.about-us.style2 .section-heading h2 {
  font-weight: 600;
  text-transform: capitalize;
  line-height: 42px;
  margin-bottom: 0;
  display: block;
  margin-bottom: 16px;
  color: #333;
}
.about-us.style2 .section-heading h2 span {
  font-weight: 600;
  font-size: 35px;
  color: #0657cf;
}
.about-us.style2 .section-heading p {
  display: block;
  margin-bottom: 20px;
  color: #333;
}
.about-us.style2 .section-heading p:last-child {
  margin-bottom: 0;
}
.about-us.style2 .single-block {
  position: relative;
  padding-right: 15px;
  padding-bottom: 15px;
}
.about-us.style2 .single-block i {
  font-size: 36px;
  color: #0657cf;
  position: absolute;
  left: 0;
  top: 5px;
}
.about-us.style2 .single-block h5 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 4px;
  font-weight: 600;
  text-transform: capitalize;
  color: #0657cf;
}
.about-us.style2 .single-block p {
  color: #333;
  line-height: 24px;
}

/* 关于我们页 联系方式区域（与关于我们区域保持一致的背景） */
.contact-about {
  background: #0657cf;
  background-image: url('../picture/about-us-bg.jpg');
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.contact-about .section-title h2,
.contact-about .section-title p {
  color: #fff;
}
.contact-about .single-info {
  background: #fff;
  box-shadow: 0px 0px 15px #00000040;
}
.contact-about .single-info .title,
.contact-about .single-info ul li,
.contact-about .single-info ul li a {
  color: #2c2d3f;
}

/*=============================
  Contact 区域（共享样式）
===============================*/
.contact .single-info {
  text-align: center;
  padding: 0px 45px;
  padding: 30px 30px;
  box-shadow: 0px 0px 10px #0000001f;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.contact .single-info:hover {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px);
  box-shadow: 0px 18px 45px #00000024;
}
.contact .single-info i {
  color: #0657cf;
  font-size: 35px;
  display: inline-block;
  margin-bottom: 20px;
}
.contact .single-info ul li {
  display: block;
}
.contact .single-info ul li a {
  font-weight: 400;
}
.contact .single-info ul li a:hover {
  color: #0657cf;
}
.contact .single-info .title {
  margin-bottom: 10px;
  font-weight: 500;
  color: #2c2d3f;
  font-size: 18px;
}

/*===========================
  Team（团队）CSS
=============================*/
.team .team-inner {
  margin-top: 20px;
}
.team .team-slider .single-slider {
  padding: 0 15px;
}
.team .team-slider .single-team {
  width: 100%;
}
.team .single-team {
  margin-top: 30px;
  position: relative;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  overflow: hidden;
}
.team .team-slider .single-team {
  margin-top: 0;
}
.team .single-team:hover {
  box-shadow: 0px 0px 10px #0000001a;
}
.team .single-team .image {
  position: relative;
  overflow: hidden;
}
.team .single-team .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.team .team-slider .single-team .image {
  height: 200px;
}
.team .team-slider .single-team .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .contact-about .single-info,
  .contact-about .single-info ul,
  .contact-about .single-info ul li,
  .contact-about .single-info ul li a {
    text-align: center;
  }

  .contact-about .single-info i,
  .contact-about .single-info .title {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

