/* 关于我们 */

.more_aboutUs .aboutUs_banner {
  width: 100%;
  height: 6.666667rem;
  position: relative;
  font-size: 0;
  overflow: hidden;
}

.more_aboutUs .aboutUs_banner .banner_img {
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.more_aboutUs .aboutUs_banner .banner_content {
  width: 13.333333rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -6.666667rem;
}

.more_aboutUs .aboutUs_banner .banner_content .banner_tit {
  position: absolute;
  left: 0.64rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.666667rem;
  line-height: 0.933333rem;
  font-weight: bold;
  color: #ffffff;
}

.more_aboutUs .aboutUs_banner .banner_content .more_nav {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}

.more_aboutUs .aboutUs_banner .banner_content .more_nav a {
  display: inline-block;
  font-size: 0.186667rem;
  color: #ffffff;
  line-height: 0.266667rem;
  padding-bottom: 0.186667rem;
  margin: 0 0.653333rem;
  position: relative;
}

.more_aboutUs .aboutUs_banner .banner_content .more_nav a.active,
.more_aboutUs .aboutUs_banner .banner_content .more_nav a:hover {
  color: #CD835A;
}

.more_aboutUs .aboutUs_banner .banner_content .more_nav a.active::after,
.more_aboutUs .aboutUs_banner .banner_content .more_nav a:hover::after {
  content: '';
  width: 100%;
  height: 0.026667rem;
  background: #CD835A;
  position: absolute;
  left: 0;
  bottom: 0;
}

.more_aboutUs .aboutUs_list {
  width: 13.333333rem;
  margin: 1.533333rem auto 1.853333rem;
}

.more_aboutUs .aboutUs_list .aboutUs_title {
  font-size: 0.666667rem;
  line-height: 0.933333rem;
  color: #333333;
  font-weight: bold;
  text-align: center;
}

.more_aboutUs .aboutUs_list .list_content {
  margin-top: 1.186667rem;
}

.more_aboutUs .aboutUs_list .list_content li {
  position: relative;
  padding-bottom: 1.226667rem;
}

.more_aboutUs .aboutUs_list .list_content li .date {
  font-size: 0.373333rem;
  line-height: 0.52rem;
  color: #333333;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.more_aboutUs .aboutUs_list .list_content li .develop_txt {
  margin-left: 4.666667rem;
}

.more_aboutUs .aboutUs_list .list_content li .develop_txt p {
  font-size: 0.186667rem;
  line-height: 0.266667rem;
  color: #6F6D6B;
  margin-bottom: 0.346667rem;
}

.more_aboutUs .aboutUs_list .list_content li::before {
  content: '';
  background: url('../images/circle_icon.png') no-repeat #ffffff center center;
  background-size: 100% 100%;
  width: 0.293333rem;
  height: 0.293333rem;
  position: absolute;
  left: 3.053333rem;
  top: 0.106667rem;
  z-index: 2;
  border-radius: 50%;
  overflow: hidden;
}

.more_aboutUs .aboutUs_list .list_content li::after {
  content: '';
  width: 0.013333rem;
  height: 100%;
  background: #999999;
  position: absolute;
  left: 3.2rem;
  top: 0.106667rem;
  z-index: 1;
}

.more_aboutUs .aboutUs_list .list_content li:nth-last-child(1)::after {
  display: none;
}

.more_aboutUs .paging_main {
  text-align: center;
  padding-left: 4.666667rem;
}

.more_aboutUs .aboutUs_square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1.493333rem;
}

.more_aboutUs .aboutUs_square .square_item {
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.more_aboutUs .aboutUs_square .square_item img {
  max-width: 100%;
  max-height: 100%;
}

/* 新闻动态 */

.more_aboutUs .news_content {
  width: 13.333333rem;
  margin: 1.4rem auto;
}

.more_aboutUs .news_content .news_video a {
  display: block;
}

.more_aboutUs .news_content .news_video video,
.more_aboutUs .news_content .news_video img {
  max-width: 100%;
}

.more_aboutUs .news_content .news_video h3 {
  font-size: 0.306667rem;
  line-height: 0.426667rem;
  color: #333333;
  font-weight: bold;
  margin-top: 0.453333rem;
}

.more_aboutUs .news_content .news_video p {
  font-size: 0.16rem;
  line-height: 0.226667rem;
  margin-top: 0.2rem;
  color: #999999;
}

.more_aboutUs .news_content .news_video p span {
  font-size: 0.16rem;
  height: 0.24rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.04rem;
  color: #ffffff;
  padding: 0 0.066667rem;
  background: #999999;
  border-radius: 0.053333rem;
  margin-left: 0.133333rem;
}

.more_aboutUs .news_content .new_list {
  margin-top: 0.773333rem;
}

.more_aboutUs .news_content .new_list li {
  float: left;
  width: 6.493333rem;
  margin-right: 0.346667rem;
  margin-bottom: 0.653333rem;
}

.more_aboutUs .news_content .new_list li a {
  display: block;
}

.more_aboutUs .news_content .new_list li .news_img {
  width: 6.493333rem;
  height: 3.88rem;
  overflow: hidden;
  font-size: 0;
}

.more_aboutUs .news_content .new_list li .news_img img {
  width: 100%;
  height: 100%;
}

.more_aboutUs .news_content .new_list li h3 {
  font-size: 0.306667rem;
  line-height: 0.426667rem;
  color: #333333;
  font-weight: bold;
  margin-top: 0.346667rem;
}

.more_aboutUs .news_content .new_list li p {
  font-size: 0.16rem;
  line-height: 0.226667rem;
  margin-top: 0.2rem;
  color: #999999;
}

.more_aboutUs .news_content .new_list li p span {
  font-size: 0.16rem;
  height: 0.24rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.04rem;
  color: #ffffff;
  padding: 0 0.066667rem;
  background: #999999;
  border-radius: 0.053333rem;
  margin-left: 0.133333rem;
}

.more_aboutUs .news_content .new_list li:nth-child(2n) {
  margin-right: 0;
}

.more_aboutUs .news_content .paging_main {
  padding-left: 0;
  padding-top: 0.613333rem;
}

/* 加入我们 */

.more_aboutUs .aboutUs_banner .banner_content .search {
  width: 5.4rem;
  height: 0.6rem;
  position: absolute;
  left: 50%;
  bottom: 1.386667rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #ffffff;
  border-radius: 0.133333rem;
  overflow: hidden;
}

.more_aboutUs .aboutUs_banner .banner_content .search i {
  width: 0.213333rem;
  height: 0.213333rem;
  margin: 0 0.106667rem 0 0.186667rem;
}

.more_aboutUs .aboutUs_banner .banner_content .search i img {
  width: 100%;
  height: 100%;
}

.more_aboutUs .aboutUs_banner .banner_content .search input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  font-size: 0.213333rem;
  line-height: 0.293333rem;
  color: #999999;
  padding-right: 0.266667rem;
}

.more_aboutUs .aboutUs_banner .banner_content .search input::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.more_aboutUs .aboutUs_banner .banner_content .search input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.more_aboutUs .aboutUs_banner .banner_content .search input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.more_aboutUs .aboutUs_banner .banner_content .search input::-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.more_aboutUs .aboutUs_banner .banner_content .search input::placeholder {
  color: rgba(51, 51, 51, 0.3);
}

.more_aboutUs .aboutUs_banner .banner_content .search .search_btn {
  width: 0.88rem;
  height: 100%;
  background: #CD835A;
  font-size: 0.213333rem;
  color: #ffffff;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.more_aboutUs .joinUs_content {
  width: 13.333333rem;
  margin: 1.426667rem auto;
}

.more_aboutUs .joinUs_content .joinUs_tit {
  font-size: 0.666667rem;
  color: #333333;
  line-height: 0.933333rem;
  font-weight: bold;
  padding-left: 0.56rem;
}

.more_aboutUs .joinUs_content .joinUs_list {
  margin-top: 1.026667rem;
}

.more_aboutUs .joinUs_content .joinUs_list li {
  background: #F7F7F7;
  padding: 0.72rem 0.853333rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.56rem;
}

.more_aboutUs .joinUs_content .joinUs_list li h3 {
  font-size: 0.333333rem;
  color: #333333;
  line-height: 0.426667rem;
  font-weight: bold;
  margin-bottom: 0.146667rem;
}

.more_aboutUs .joinUs_content .joinUs_list li h4 {
  font-size: 0.213333rem;
  line-height: 0.293333rem;
  color: #666666;
  margin-bottom: 0.56rem;
}

.more_aboutUs .joinUs_content .joinUs_list li p {
  font-size: 0.213333rem;
  line-height: 0.293333rem;
  color: #666666;
}

.more_aboutUs .joinUs_content .paging_main {
  padding-left: 0;
  padding-top: 0.56rem;
}

/* 加入我们-详情 */

.joinUs_detail {
  width: 13.333333rem;
  margin: 0.946667rem auto;
}

.joinUs_detail .detail_top {
  padding-bottom: 0.72rem;
}

.joinUs_detail .detail_top a {
  width: 1.64rem;
  height: 0.573333rem;
  line-height: 0.573333rem;
  text-align: center;
  border: 0.013333rem solid #CDCDCD;
  font-size: 0.213333rem;
  color: #666666;
  display: inline-block;
}

.joinUs_detail .joinUs_position {
  margin-bottom: 0.666667rem;
}

.joinUs_detail .joinUs_position h3 {
  font-size: 0.333333rem;
  line-height: 0.426667rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.106667rem;
}

.joinUs_detail .joinUs_position h4 {
  font-size: 0.213333rem;
  line-height: 0.293333rem;
  color: #666666;
}

.joinUs_detail .joinUs_info {
  margin-bottom: 0.746667rem;
}

.joinUs_detail .joinUs_info .info_tit {
  display: inline-block;
  font-size: 0.266667rem;
  font-weight: bold;
  line-height: 0.293333rem;
  padding-bottom: 0.066667rem;
  position: relative;
  color: #333333;
}

.joinUs_detail .joinUs_info .info_tit::after {
  content: '';
  width: 100%;
  height: 0.026667rem;
  background: #CD835A;
  position: absolute;
  left: 0;
  bottom: 0;
}

.joinUs_detail .joinUs_info .info_txt {
  margin-top: 0.346667rem;
}

.joinUs_detail .joinUs_info .info_txt p {
  font-size: 0.213333rem;
  line-height: 0.333333rem;
  color: #646A73;
}

/* 新闻详情页 */

.news_detail {
  width: 13.333333rem;
  margin: 0 auto 1.333333rem;
}

.news_detail .swiper-container {
  width: 100%;
  height: 100%;
  margin-bottom: 0.986667rem;
}

.news_detail .swiper-container .swiper-slide {
  text-align: center;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.news_detail .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}

.news_detail .swiper-container .swiper-button-prev {
  left: 0.48rem;
  margin-top: -0.16rem;
  width: 0.32rem;
  height: 0.32rem;
  background: url('../images/lunbo_btn_left.png') no-repeat center center;
  background-size: 100% 100%;
}

.news_detail .swiper-container .swiper-button-next {
  right: 0.48rem;
  margin-top: -0.16rem;
  width: 0.32rem;
  height: 0.32rem;
  background: url('../images/lunbo_btn_right.png') no-repeat center center;
  background-size: 100% 100%;
}

.news_detail .swiper-container .swiper-pagination-bullet-active {
  background: none;
  border: 0.026667rem solid #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.news_detail .news_detail_txt p {
  font-size: 0.2rem;
  line-height: 0.373333rem;
  color: #555555;
}

@media only screen and (max-width: 1000px) {
  /* 关于我们 */

  .more_aboutUs .aboutUs_banner {
    min-height: 2.666667rem;
    height: 4rem;
  }

  .more_aboutUs .aboutUs_banner .banner_content {
    width: 96%;
    margin-left: inherit;
    left: 2%;
  }

  .more_aboutUs .aboutUs_banner .banner_content .banner_tit {
    font-size: 0.4rem;
    top: 30%;
  }

  .more_aboutUs .joinUs_content {
    width: auto;
    margin: 1.426667rem 0.4rem;
  }

  .more_aboutUs .aboutUs_list {
    width: auto;
    margin: 0.866667rem 0.4rem 1.186667rem 0.4rem;
  }

  .more_aboutUs .aboutUs_list .aboutUs_title {
    font-size: 0.453333rem;
    line-height: 0.666667rem;
    color: #333333;
    font-weight: bold;
    text-align: center;
  }

  .more_aboutUs .aboutUs_list .list_content {
    margin-top: 0.666667rem;
  }

  .more_aboutUs .aboutUs_list .list_content li {
    position: relative;
    padding-bottom: 0.693333rem;
  }

  .more_aboutUs .aboutUs_list .list_content li .develop_txt {
    margin-left: 3.333333rem;
  }

  .more_aboutUs .aboutUs_list .list_content li .develop_txt p {
    font-size: 0.213333rem;
    line-height: 0.293333rem;
    color: #6F6D6B;
    margin-bottom: 0.346667rem;
  }

  .more_aboutUs .aboutUs_list .list_content li::before {
    left: 2.4rem;
  }

  .more_aboutUs .aboutUs_list .list_content li::after {
    left: 2.546667rem;
  }

  .more_aboutUs .aboutUs_square {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 0.826667rem;
  }

  .more_aboutUs .aboutUs_square .square_item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 0.133333rem;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .more_aboutUs .aboutUs_square .square_item:nth-child(2n) {
    margin-right: 0;
  }

  .more_aboutUs .aboutUs_square .square_item img {
    max-width: 100%;
    max-height: 100%;
  }

  /* 新闻动态 */

  .more_aboutUs .news_content {
    width: auto;
    margin: 1.4rem 0.4rem;
  }

  .more_aboutUs .news_content .news_video p {
    font-size: 0.24rem;
    line-height: 0.293333rem;
  }

  .more_aboutUs .news_content .news_video p span {
    font-size: 0.213333rem;
    height: 0.293333rem;
    line-height: 0.293333rem;
  }

  .more_aboutUs .news_content .new_list {
    margin-top: 0.773333rem;
  }

  .more_aboutUs .news_content .new_list li {
    float: inherit;
    width: 100%;
  }

  .more_aboutUs .news_content .new_list li .news_img {
    width: 100%;
    height: auto;
  }

  .more_aboutUs .news_content .new_list li p {
    font-size: 0.24rem;
    line-height: 0.293333rem;
  }

  .more_aboutUs .news_content .new_list li p span {
    font-size: 0.213333rem;
    height: 0.293333rem;
    line-height: 0.293333rem;
  }

  /* 加入我们-详情 */

  .joinUs_detail {
    width: auto;
    margin: 0.946667rem 0.4rem;
  }

  /* 新闻详情页 */

  .news_detail {
    width: auto;
    margin: 0 auto 1.333333rem;
  }

  .news_detail .news_detail_txt {
    margin: 0 0.4rem;
  }
}