.wrap, body {
  background: #F6F8FC;
}

.banner {
  width: 100%;
  height: 300px;
  position: relative;
}

.banner .banner_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .banner_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner .banner_box .crumbs {
  width: 100%;
  height: auto;
  margin-top: 11px;
}

.banner .banner_box .crumbs .crumbs_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.banner .banner_box .crumbs .crumbs_box a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.banner .banner_box .crumbs .crumbs_box a:hover {
  color: #fff;
}

.banner .banner_box .crumbs .crumbs_box span {
  margin: 0 4px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.banner .banner_box .crumbs .crumbs_box p {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.banner .banner_box h1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 300px;
  /* 83.333% */
}

.who {
  width: 100%;
  height: auto;
  padding: 92px 0 65px;
}

.who .who_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.who .who_box .who_l {
  width: 500px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.who .who_box .who_l h2 {
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 70.588% */
}

.who .who_box .who_l .who_text {
  margin-top: 47px;
  text-align: left;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
}

.who .who_box .who_r {
  width: 600px;
  height: 400px;
  border-radius: 4px;
  overflow: hidden;
}

.who .who_box .who_r:hover img {
  transform: scale(1.05);
}

.who .who_box .who_r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.about_prylist {
  width: 100%;
  height: auto;
  padding: 60px 0 126px;
}

.about_prylist h2 {
  color: #000;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 70.588% */
}

.about_prylist .abot_text {
  margin: 0 auto;
  margin-top: 30px;
  width: 900px;
  color: #333;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
}

.about_prylist .prylist_box {
  margin-top: 43px;
  width: 100%;
  height: 420px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.about_prylist .prylist_box img {
  width: 100%;
  height: 100%;
}

.about_prylist .prylist_box .prylist_list_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.about_prylist .prylist_box .prylist_list_box .list_item {
  width: 25%;
  position: relative;
  height: 100%;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 258px;
  transition: all 0.6s;
}

.about_prylist .prylist_box .prylist_list_box .list_item:hover {
  padding-top: 165px;
  background: url("../img/about/pry_bg.png") no-repeat;
  background-size: 100% 100%;
}

.about_prylist .prylist_box .prylist_list_box .list_item:hover .item_text {
  display: block;
}

.about_prylist .prylist_box .prylist_list_box .list_item::after {
  content: '';
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  right: 0;
}

.about_prylist .prylist_box .prylist_list_box .list_item img {
  width: 44px;
  height: 44px;
}

.about_prylist .prylist_box .prylist_list_box .list_item .item_title {
  margin-top: 20px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 133.333% */
}

.about_prylist .prylist_box .prylist_list_box .list_item .item_text {
  display: none;
  margin-top: 19px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.our_journey {
  width: 100%;
  height: 660px;
  position: relative;
}

.our_journey .our_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our_journey .journey_box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.our_journey .journey_box .journey_content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 124px;
}

.our_journey .journey_box .journey_content h2 {
  color: #FFF;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 70.588% */
}

.our_journey .journey_box .journey_content .journey_text {
  width: 650px;
  height: auto;
  margin-top: 49px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
}

.future_plans {
  width: 100%;
  height: auto;
  padding: 74px 0 83px;
  background: #fff;
}

.future_plans .future_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.future_plans .future_box h2 {
  color: #000;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 70.588% */
}

.future_plans .future_box .future_text {
  width: 900px;
  margin-top: 34px;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
}

.vision {
  width: 100%;
  height: auto;
  padding: 100px 0;
}

.vision h2 {
  text-align: center;
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 70.588% */
}

.vision .vision_box {
  width: 100%;
  height: auto;
  margin-top: 63px;
}

.vision .vision_box .vision_b_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.vision .vision_box .vision_b_box .item {
  width: 380px;
  height: auto;
  min-height: 380px;
  padding: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 4px;
  background: #FFF;
}

.vision .vision_box .vision_b_box .item .item_img {
  width: 100px;
  height: 100px;
  background: #e9f4ff;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.vision .vision_box .vision_b_box .item .item_img img {
  width: 60px;
  height: 60px;
}

.vision .vision_box .vision_b_box .item .item_title {
  margin-top: 28px;
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 109.091% */
}

.vision .vision_box .vision_b_box .item .item_text {
  margin-top: 15px;
  color: #333;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.vision .vision_box .vision_b_bot {
  width: 100%;
  height: 310px;
  margin-top: 39px;
  border-radius: 4px;
  background: #FFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 70px;
}

.vision .vision_box .vision_b_bot .vision_b_l {
  width: 665px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.vision .vision_box .vision_b_bot .vision_b_l .item_title {
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 70.588% */
}

.vision .vision_box .vision_b_bot .vision_b_l .item_text {
  text-align: left;
  margin-top: 34px;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
}

.vision .vision_box .vision_b_bot .vision_b_r {
  width: 229px;
  height: auto;
}

.vision .vision_box .vision_b_bot .vision_b_r img {
  width: 100%;
  height: auto;
}

.key {
  width: 100%;
  height: 630px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.key .key_l {
  width: 50%;
  height: 100%;
  position: relative;
}

.key .key_l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.key .key_l .key_l_box {
  width: 100%;
  height: 100%;
  padding: 102px 0 0 138px;
  position: absolute;
  top: 0;
  left: 0;
}

.key .key_l .key_l_box h2 {
  color: #FFF;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 70.588% */
}

.key .key_l .key_l_box .key_text {
  width: 685px;
  margin-top: 55px;
  text-align: left;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
}

.key .key_r {
  width: 50%;
  height: 100%;
  position: relative;
}

.key .key_r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.choose {
  width: 100%;
  height: auto;
  padding: 114px 0 100px;
}

.choose h2 {
  color: #000;
  text-align: center;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 70.588% */
}

.choose .choose_box {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
}

.choose .choose_box .item {
  width: 380px;
  height: auto;
}

.choose .choose_box .item .item_img {
  width: 100%;
  height: 250px;
  border-radius: 4px;
  overflow: hidden;
}

.choose .choose_box .item .item_img:hover img {
  transform: scale(1.05);
}

.choose .choose_box .item .item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.choose .choose_box .item .item_info {
  width: 100%;
  height: auto;
  margin-top: 27px;
}

.choose .choose_box .item .item_info .item_title {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 109.091% */
}

.choose .choose_box .item .item_info .item_desc {
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}
