/* 颜色 */
/* 字体大小 */
/* 背景颜色 */
.about {
  position: relative;
  width: 100%;
  padding-bottom: 26%;
}
.about > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.about-container {
  text-align: center;
}
.about-container h2 {
  font-size: 62px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  bottom: 259px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}
.about-container h5 {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  bottom: 191px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}
.about-container-nav {
  position: absolute;
  width: 950px;
  height: 120px;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: white;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(107, 107, 107, 0.13);
          box-shadow: 0px 4px 6px 0px rgba(107, 107, 107, 0.13);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-align: center;
}
.about-container-nav ul {
  height: 120px;
}
.about-container-nav ul li {
  width: 80px;
  height: 80px;
}
.about-container-nav ul li a {
  display: block;
}
.about-container-nav ul li a img {
  width: 50px;
  height: 51px;
  margin: 0 auto;
}
.about-container-nav ul li a p {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 300;
  color: #222222;
  margin-top: 10px;
}
.culture {
  padding: 120px 0;
  background: white;
}
.culture-container-image {
  width: 694px;
  height: 422px;
  margin: 70px auto 60px auto;
  position: relative;
}
.culture-container-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.culture-container-image > div span {
  display: block;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.culture-container-image > div p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #333333;
  line-height: 28px;
  margin-top: 10px;
}
.culture-container-image-itemleft {
  position: absolute;
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  left: 55px;
  top: -20px;
}
.culture-container-image-itemleft span {
  text-align: right;
  border-right: 6px solid #5fc0ce;
}
.culture-container-image-itemright {
  position: absolute;
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  top: -20px;
  right: 20px;
}
.culture-container-image-itemright span {
  border-left: 6px solid #5fc0ce;
}
.culture-container-image-itembottom {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(100%);
     -moz-transform: translateX(-50%) translateY(100%);
      -ms-transform: translateX(-50%) translateY(100%);
          transform: translateX(-50%) translateY(100%);
}
.culture-container-image-itembottom span {
  display: inline-block;
  border-left: 6px solid #5fc0ce;
  margin-left: 20%;
}
.culture-container-about {
  height: 251px;
  background: #f8f8f8;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  margin-top: 120px;
  text-align: center;
}
.culture-container-about h2 {
  width: 829px;
  height: 61px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}
.culture-container-about h4 {
  width: 953px;
  height: 47px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #333333;
  line-height: 28px;
  margin-top: 37px;
}
.team-box {
  background: #3F434C;
}
.team-box .team {
  padding: 100px 0 80px 0;
  text-align: center;
}
.team-box .team > h3 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
}
.team-box .team > h6 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #999999;
  margin-top: 20px;
}
.team-box .team > p {
  width: 937px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #C9C9C9;
  line-height: 28px;
  margin: 40px auto 60px auto;
}
.team-box .team-items {
  width: 100%;
  height: 910px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.team-box .team-items-item {
  -webkit-flex-basis: 574px;
      -ms-flex-preferred-size: 574px;
          flex-basis: 574px;
  height: 431px;
  background: #383A47;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  margin-bottom: 48px;
  overflow: hidden;
}
.team-box .team-items-item-name {
  height: 285px;
}
.team-box .team-items-item-name img {
  display: block;
  width: 50%;
}
.team-box .team-items-item-info {
  height: 146px;
}
.team-box .team-items-item-info p {
  text-align: left;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  padding: 30px;
}
.slices {
  padding: 100px 0 80px 0;
  background: white;
}
.slices-container {
  text-align: center;
}
.slices-container h3 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.slices-container h5 {
  margin-top: 20px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #999999;
}
.slices-container-wrap {
  margin-top: 60px;
}
.slices-container-wrap img {
  display: block;
  width: 100%;
}
.slices-container-wrap-title {
  width: 558px;
  text-align: left;
}
.slices-container-wrap-title li {
  margin: 20px 0;
  cursor: pointer;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #333333;
}
.slices-container-wrap-title li.active {
  color: #5fc0ce;
}
.slices-container-wrap-show {
  width: 365px;
  height: 500px;
  position: relative;
}
.slices-container-wrap-show-slices {
  width: 365px;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.slices-container-wrap-show-slices ul {
  position: absolute;
  width: 500%;
}
.slices-container-wrap-show-slices ul li {
  width: 20%;
  height: 500px;
}
.slices-container-wrap-show-slices ul li img {
  display: block;
  height: 479px;
}
.slices-container-wrap-show-slices ul li p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #333333;
}
.slices-container-wrap-show-btnleft {
  width: 25px;
  height: 48px;
  position: absolute;
  left: -87px;
  top: 40%;
  cursor: pointer;
}
.slices-container-wrap-show-btnright {
  width: 25px;
  height: 48px;
  position: absolute;
  right: -87px;
  top: 40%;
  cursor: pointer;
}
.contact {
  background: white;
}
.contact-container > h3 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
  text-align: center;
}
.contact-container h5 {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #999999;
  margin-top: 20px;
  text-align: center;
}
.contact-container-form {
  margin-top: 65px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 300;
}
.contact-container-form h3 {
  font-size: 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
}
.contact-container-form p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #333333;
  margin-top: 10px;
}
.contact-container-form-info {
  margin-top: 50px;
}
.contact-container-form-info input {
  -webkit-flex-basis: 595px;
      -ms-flex-preferred-size: 595px;
          flex-basis: 595px;
  height: 44px;
  border: 1px solid #5fc0ce;
  padding: 0 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.contact-container-form-market {
  margin-top: 25px;
}
.contact-container-form-market textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #5fc0ce;
  padding: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.contact-container-form-btn {
  width: 270px;
  height: 60px;
  margin: 60px auto;
}
.contact-container-form-btn button {
  width: 270px;
  height: 60px;
  background: #5fc0ce;
  -webkit-box-shadow: 0px 6px 10px 0px rgba(95, 192, 206, 0.3);
          box-shadow: 0px 6px 10px 0px rgba(95, 192, 206, 0.3);
  -webkit-border-radius: 4px;
          border-radius: 4px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
