.index_banner {
  width: 100%;
  height: auto;
}

.index_banner img {
  width: 100%;
}

.container {
  width: 100%;
  height: auto;
  background: #fff;
}

/*  头部图片 */
.container_top {
  position: absolute;
  top: -142px;
  left: 0;
  width: 100%;
  height: 230px;
}

.about_us {
  position: relative;
  width: 444px;
  height: 230px;
}

.about_us .bg_img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 444px;
  height: 230px;
}

.about_us .bg_img img {
  width: 100%;
  height: 100%;
}

.about_us .content {
  position: absolute;
  z-index: 1;
  top: 75px;
  left: 21px;
}

.about_us .content .title {
  font-size: 40px;
  font-weight: 600;
  text-align: left;
  color: #fff;
  line-height: 56px;
  letter-spacing: 2px;
}

.about_us .content .name {
  margin: 2px 0 17px;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  color: #fff;
  line-height: 22px;
}

.about_us .content .under_line {
  width: 42px;
  height: 3px;
  background: #6ebf88;
}

.container_top .list {}

.container_top .list img {
  height: 196px;
}

.container_top .list p {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #333;
  line-height: 28px;
}


/* 主要文字 */

.article {
  width: 100%;
  height: auto;
  margin: 144px auto 90px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #333;
  line-height: 28px;
}

/* 业务特色 */
.business_character {
  width: 100%;
  height: auto;
}

.name_en {
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Thin;
  font-weight: 200;
  text-align: center;
  color: #333333;
  line-height: 33px;
}

.name_zh {
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  text-align: center;
  color: #333333;
  line-height: 33px;
}

.bus_character_list {
  width: 100%;
  height: 100%;
  margin: 48px auto 68px;
  flex-wrap: wrap;
}

.bus_character_list .list_item {
  position: relative;
  width: 366px;
  height: 260px;
  margin-bottom: 56px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

.bus_character_list .list_item .bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 366px;
  height: 260px;

}

.bus_character_list .list_item .bg_img img {
  width: 100%;
  height: 100%;
}

.bus_character_list .bottom_text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 64px;
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
}

.bus_character_list .bottom_text span {
  margin-left: 12px;
  font-size: 20px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  text-align: left;
  color: #fff;
  line-height: 28px;
}


/* 新闻动态 */
.new_dynamic {
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
}

.news_list {
  width: 100%;
  height: auto;
  margin: 52px auto 28px;
  position: relative;
  flex-wrap: wrap;
}

.news_list .item {
  position: relative;
  width: 584px;
  height: 135px;
  margin-bottom: 28px;
  cursor: pointer;
}

.news_list .item img {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 166px;
  height: 120px;
}

.news_list .item_content {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 568px;
  height: 120px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.06);
}

.news_list .item_content .title {
  position: absolute;
  right: 22px;
  top: 18px;
  width: 385px;
  height: 44px;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333;
  line-height: 22px;
}

.news_list .item_content .tip {
  position: absolute;
  right: 22px;
  bottom: 18px;
  width: 385px;
  height: 22px;
}

.news_list .item_content .tip span:first-child {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #999;
  line-height: 22px;
}

.news_list .item_content .tip span:last-child {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  color: #ccc;
  line-height: 22px;
}

/* 更多 */
.more_btn {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  width: 154px;
  height: 42px;
  margin-bottom: 119px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 42px;
  background: #6ebf88;
  cursor: pointer;
}