.h-banner {
  position: relative;
  z-index: 2;
  padding: 133px 0;
  background-size: cover;
  background-color: linear-gradient(279.11deg, rgba(21, 46, 86, 0) -0.2%, rgba(21, 46, 86, 0.8) 82.98%);
  background-image: url('../../img/beijing-go-broad-boren/bg.jpg');
}
.h-banner .h-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(279.11deg, rgba(21, 46, 86, 0) -0.2%, rgba(21, 46, 86, 0.8) 82.98%);
  z-index: -1;
}
.h-banner .h-banner_title {
  line-height: 1.5;
  color: #fff;
  font-size: 48px;
  font-weight: 700;
}
.h-banner .h-desc {
  font-size: 24px;
  color: #fff;
  margin: 13px 0 40px 0;
}
.h-banner .h-logo {
  padding: 18px 37px;
  background: #FFFFFF1F;
  border: 2px solid #FFFFFF47;
  width: max-content;
  border-radius: 12px;
  backdrop-filter: blur(1px);
  margin-top: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.h-banner .h-logo img {
  height: 57px;
  width: auto;
}
.h-banner .h-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F5A253;
  column-gap: 18px;
  padding: 23px 43px;
  color: #fff;
  font-size: 28px;
  border-radius: 98px;
  margin-top: 49px;
  transition: all 0.5s;
  width: max-content;
  cursor: pointer;
}
.h-banner .h-btn .icon {
  width: 35px;
  height: 34px;
}
.h-banner .h-btn:hover {
  background: linear-gradient(90deg, #FFD44F 0%, #F47652 100%);
}
@media screen and (max-width: 768px) {
  .h-banner {
    padding: 111rem 0 150rem 0;
  }
  .h-banner .h-cover {
    background: linear-gradient(177.39deg, rgba(21, 46, 86, 0) 1.02%, rgba(21, 46, 86, 0.8) 92.48%);
  }
  .h-banner .h-desc {
    font-size: 18rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20rem;
  }
  .h-banner .h-banner_title {
    font-size: 36rem;
    text-align: center;
  }
  .h-banner .h-logo {
    padding: 10rem 13rem;
    margin: 28rem auto 0 auto;
  }
  .h-banner .h-logo img {
    height: 33rem;
    width: auto;
  }
  .h-banner .h-btn {
    padding: 17rem 25rem;
    column-gap: 8rem;
    font-size: 24rem;
    margin: 48rem auto 0 auto;
  }
  .h-banner .h-btn .icon {
    width: 27px;
    height: 26px;
  }
}
.introduce .introduce-title {
  margin-top: 125px;
  color: #171717;
  font-size: 36px;
  text-align: center;
  font-weight: 600;
}
.introduce .introduce-text {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 300;
  color: #393939;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .introduce .introduce-title {
    font-size: 28rem;
    margin-top: 70px;
  }
  .introduce .introduce-text {
    margin-top: 20rem;
    font-size: 16rem;
    font-weight: 300;
    color: #393939;
    line-height: 1.8;
  }
}
.introduce .container {
  position: relative;
}
.introduce .container::before {
  content: '';
  position: absolute;
  background-image: url('../../img/beijing-go-broad-boren/bg2.png');
  width: 614px;
  height: 638px;
  top: 320px;
  left: -350px;
  transform: rotate(300deg);
}
.introduce .container::after {
  content: '';
  position: absolute;
  background-image: url('../../img/beijing-go-broad-boren/bg2.png');
  width: 614px;
  height: 638px;
  bottom: -60px;
  right: -350px;
}
.flex-card-swiper {
  margin-bottom: -20px;
  position: relative;
  margin-top: 38px;
}
.flex-card-swiper .swiper-pagination-bullet {
  visibility: hidden;
}
.flex-card-swiper .flex-card-swiper-wrap {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}
.flex-card-swiper .flex-card-swiper-wrap .swiper-slide {
  width: 530px;
}
.flex-card-swiper .flex-card-swiper-wrap .swiper-slide .flex-card_item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: linear-gradient(184.73deg, rgba(21, 46, 86, 0) -1.76%, rgba(21, 46, 86, 0.8) 93.63%);
  transition: all 0.5s;
  margin-bottom: 22px;
  height: 180px;
}
.flex-card-swiper .flex-card-swiper-wrap .swiper-slide .flex-card_item .item-img {
  width: 100%;
  height: 100%;
  display: block;
}
.flex-card-swiper .flex-card-swiper-wrap .swiper-slide .flex-card_item .item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background: linear-gradient(184.73deg, rgba(21, 46, 86, 0) -1.76%, rgba(21, 46, 86, 0.8) 93.63%);
  align-items: end;
  padding: 10px 22px;
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  line-height: 1.5;
}
.flex-card-swiper .flex-card-swiper-wrap .swiper-slide .flex-card_item .item-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  padding: 0 25px;
  width: 100%;
  height: 100%;
  background: linear-gradient(184.73deg, #152E56 -299.62%, rgba(21, 46, 86, 0.88) 93.63%);
  font-size: 14px;
  font-weight: 300;
  color: #FFF;
  line-height: 1.8;
  transform: translateY(100%);
}
.flex-card-swiper .flex-card-swiper-wrap .swiper-slide .flex-card_item .item-desc li {
  list-style: disc;
  margin-left: 20px;
}
.flex-card-swiper .flex-card-swiper-wrap .swiper-slide .flex-card_item:hover .item-title {
  visibility: hidden;
}
.flex-card-swiper .flex-card-swiper-wrap .swiper-slide .flex-card_item:hover .item-desc {
  transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
  .flex-card-swiper {
    overflow: hidden;
    padding-bottom: 20rem;
  }
  .flex-card-swiper .swiper-pagination-bullet {
    visibility: visible;
  }
  .flex-card-swiper .flex-card-swiper-wrap {
    column-gap: 0;
    flex-wrap: nowrap;
  }
  .flex-card-swiper .flex-card-swiper-wrap .swiper-slide {
    width: 100%;
  }
  .flex-card-swiper .flex-card-swiper-wrap .swiper-slide .flex-card_item {
    height: auto;
    background: unset;
  }
  .flex-card-swiper .flex-card-swiper-wrap .swiper-slide .flex-card_item .item-img {
    width: 100%;
    height: 179rem;
    border-radius: 6px;
  }
  .flex-card-swiper .flex-card-swiper-wrap .swiper-slide .flex-card_item .item-title {
    font-size: 16rem;
    color: #393939;
    padding: 8rem 14rem;
    position: unset;
    background: unset;
    padding: 0;
    margin-top: 24rem;
    height: auto;
  }
  .flex-card-swiper .flex-card-swiper-wrap .swiper-slide .flex-card_item .item-desc {
    transform: unset;
    background: unset;
    padding: 0;
    color: #4A4A4A;
    font-size: 14rem;
    margin-top: 15rem;
    height: auto;
  }
  .flex-card-swiper .flex-card-swiper-wrap .swiper-slide .flex-card_item:hover .item-title {
    visibility: unset;
  }
  .flex-card-swiper .flex-card-swiper-wrap .swiper-slide .flex-card_item:hover .item-desc {
    transform: unset;
  }
}
.swiper-pagination-bullet-active {
  background: #152E56;
}
.flex-swiper-bottom {
  margin-top: 36px;
}
.flex-swiper-bottom .swiper-wrapper {
  flex-wrap: wrap;
  gap: 20px;
}
.flex-swiper-bottom .swiper-wrapper .swiper-slide {
  width: 346px;
  border-radius: 6px;
}
.flex-swiper-bottom .swiper-wrapper .swiper-slide .item-img {
  border-radius: 6px 6px 0 0;
  width: 346px;
  height: 207px;
  display: block;
}
.flex-swiper-bottom .swiper-wrapper .swiper-slide .item-title {
  max-width: 100%;
  padding: 0 23px;
  height: 60px;
  word-break: break-all;
  background: #e8eaee;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #393939;
  line-height: 1.5;
  border-radius: 0 0 6px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.environment .swiper-wrapper {
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: column;
  height: 790px;
}
.environment .swiper-wrapper .swiper-slide {
  width: 353px;
  overflow: hidden;
  height: max-content;
}
.environment .swiper-wrapper .swiper-slide .item-img {
  height: auto;
  width: 100%;
  position: relative;
}
.environment .swiper-wrapper .swiper-slide .item-title {
  background: #152E568A;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  transform: translateY(80px);
  transition: all 0.5s;
}
.environment .swiper-wrapper .swiper-slide:hover .item-title {
  transform: translateY(0px);
}
.overview-title {
  margin: 0 auto;
  background: linear-gradient(270deg, rgba(245, 162, 83, 0) 0%, rgba(245, 162, 83, 0.1) 30%, rgba(245, 162, 83, 0.1) 80%, rgba(245, 162, 83, 0) 100%);
  width: max-content;
  padding: 15px 0;
  font-size: 26px;
  font-weight: 600;
  color: #152E56;
  line-height: 1.5;
  margin-top: 60px;
}
.overview {
  margin-top: 54px;
  padding-bottom: 130px;
}
.overview .swiper-wrapper {
  gap: 10px;
  flex-wrap: wrap;
}
.overview .swiper-wrapper .swiper-slide {
  width: 353px;
}
.overview .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet {
  visibility: hidden;
}
.wrap-h2 {
  line-height: 1.5;
}
.outstanding {
  background: #F5A2531A;
  padding: 65px 0 110px 0;
}
.outstanding .outstanding-title {
  font-size: 36px;
  font-weight: 600;
  color: #171717;
  line-height: 1.5;
  text-align: center;
}
.outstanding .flex {
  display: flex;
  column-gap: 80px;
  margin-top: 40px;
}
.outstanding p {
  font-size: 18px;
  font-weight: 300;
  color: #393939;
  line-height: 1.8;
  margin-bottom: 25px;
}
.outstanding .echart {
  width: 437px;
  height: 277px;
}
.wrap-inquiry {
  padding: 100px 0;
  background: rgba(245, 162, 83, 0.2);
  position: relative;
  overflow: hidden;
  background: #fdeedf;
}
@media screen and (max-width: 768px) {
  .wrap-inquiry {
    padding: 60rem 0;
  }
}
.wrap-inquiry .wrap-h2 {
  margin-top: 0;
}
.wrap-inquiry .bg-1 {
  position: absolute;
  right: 45px;
  top: 0;
  background-image: url(../../img/beijing-go-broad-boren/form-img2.png);
  width: 389px;
  height: 339px;
  z-index: 3;
}
.wrap-inquiry .bg-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../../img/beijing-go-broad-boren/form-img2.png);
  width: 389px;
  height: 339px;
  transform: rotate(180deg);
}
.wrap-inquiry::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../../img/beijing-go-broad-boren/form-img1.png);
  width: 528px;
  height: 497px;
}
.wrap-inquiry::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../../img/beijing-go-broad-boren/form-img1.png);
  width: 528px;
  height: 497px;
  transform: rotate(180deg);
}
.wrap-inquiry .wrap-h2 {
  color: #171717;
  text-align: center;
}
.wrap-inquiry .common-form {
  margin: 50px auto 0;
  width: 858px;
  border-radius: 16px 0px 16px 16px;
  background: #fff;
  padding: 36px 54px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrap-inquiry .common-form {
    flex-direction: column;
  }
}
.wrap-inquiry .common-form.popup {
  border-radius: 16px;
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.wrap-inquiry .common-form.popup::before,
.wrap-inquiry .common-form.popup::after {
  display: none;
}
.wrap-inquiry .common-form::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  right: -16px;
  top: 0;
  background-color: #fff;
}
.wrap-inquiry .common-form::after {
  content: '';
  position: absolute;
  background-image: url(../../img/index/form-right.png);
  width: 33px;
  height: 121px;
  right: -33px;
  top: 0;
}
.wrap-inquiry .common-form_tips {
  font-size: 20px;
  font-weight: normal;
  color: #171717;
  font-style: italic;
  flex: 0 0 100%;
  margin-bottom: 30px;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.wrap-inquiry .common-form_item {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}
.wrap-inquiry .common-form_item.half {
  flex: 0 0 353px;
}
.wrap-inquiry .common-form_pact {
  display: flex;
  align-items: flex-start;
}
.wrap-inquiry .common-form_pact .common-form_checkbox {
  border-radius: 3.276px;
  border: 1px solid #d9d9d9;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin-top: 2px;
}
.wrap-inquiry .common-form_pact .common-form_label {
  flex-grow: 1;
  margin-left: 9px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  color: #393939;
  line-height: 1.5;
}
.wrap-inquiry .common-form_label {
  font-size: 20px;
  font-weight: normal;
  color: #171717;
  margin-bottom: 20px;
  display: inline-block;
}
.wrap-inquiry .common-form_input {
  box-sizing: border-box;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: transparent;
  padding: 18px 20px;
  font-size: 20px;
  font-weight: normal;
  color: #404040;
}
.wrap-inquiry .common-form_input::placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #959595;
}
.wrap-inquiry .common-form_input.error {
  border: 1px solid #d04c3f;
}
.wrap-inquiry .common-form_error {
  margin-top: 10px;
  min-height: 17px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #D04C3F;
}
.wrap-inquiry .common-form_submit {
  border-radius: 50px;
  padding: 22px 0;
  width: 317px;
  text-align: center;
  background: linear-gradient(90deg, #f6d365 0%, #fda085 100%);
  font-size: 26px;
  font-weight: normal;
  color: #FFF;
  margin: 0 auto;
}
.wrap-inquiry .common-form_submit:hover {
  background: linear-gradient(90deg, #ffd44f 0%, #f47652 100%);
}
.wrap-inquiry .common-form .file-box {
  border-radius: 8px;
  border: 2px dashed #152e56;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  width: 100%;
}
.wrap-inquiry .common-form .file-box_placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #959595;
}
.wrap-inquiry .common-form .file-box_collect {
  display: none;
  align-items: center;
}
.wrap-inquiry .common-form .file-box_collect .img-box {
  margin-left: 10px;
  position: relative;
}
.wrap-inquiry .common-form .file-box_collect .img-box_file {
  object-fit: contain;
}
.wrap-inquiry .common-form .file-box_collect .img-box_close {
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 5px;
  border-radius: 50%;
  background: #747474;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  line-height: 1;
  width: 10px;
  height: 10px;
}
.wrap-inquiry .common-form .file-box_upload {
  background-image: url(../../img/folder.svg);
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.wrap-inquiry .common-form .file-box_file {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.wrap-inquiry .common-form .file-box_tips {
  font-size: 14px;
  font-weight: normal;
  color: #F5A253;
  display: inline-block;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .wrap-inquiry .common-form {
    width: 100%;
    border-radius: 16rem;
    padding: 25rem 16rem 40rem 16rem;
    flex-wrap: nowrap;
  }
  .wrap-inquiry .common-form::after,
  .wrap-inquiry .common-form::before {
    display: none;
  }
  .wrap-inquiry .common-form_tips {
    font-size: 16rem;
    margin-bottom: 30rem;
    flex: unset;
  }
  .wrap-inquiry .common-form_item {
    flex: unset;
    margin-bottom: 15rem;
    width: 100%;
  }
  .wrap-inquiry .common-form_item.half {
    flex: unset;
  }
  .wrap-inquiry .common-form_pact .common-form_checkbox {
    border-radius: 3.276rem;
    border: 1rem solid #d9d9d9;
    width: 19rem;
    height: 19rem;
    flex: 0 0 19rem;
    margin-top: 2rem;
  }
  .wrap-inquiry .common-form_pact .common-form_label {
    flex-grow: 1;
    margin-left: 9rem;
    margin-bottom: 0;
    font-size: 14rem;
  }
  .wrap-inquiry .common-form_label {
    font-size: 16rem;
    margin-bottom: 12rem;
  }
  .wrap-inquiry .common-form_input {
    border-radius: 8rem;
    border: 1rem solid #d9d9d9;
    padding: 13rem;
    font-size: 16rem;
  }
  .wrap-inquiry .common-form_input::placeholder {
    font-size: 14rem;
  }
  .wrap-inquiry .common-form_input.error {
    border: 1rem solid #d04c3f;
  }
  .wrap-inquiry .common-form_error {
    margin-top: 10px;
    min-height: 17px;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #D04C3F;
  }
  .wrap-inquiry .common-form_submit {
    border-radius: 50rem;
    padding: 22rem 0;
    width: 277rem;
    text-align: center;
    font-size: 20rem;
  }
  .wrap-inquiry .common-form .file-box {
    border-radius: 8rem;
    border: 2rem dashed #152e56;
    flex-direction: row;
    padding: 13rem;
  }
  .wrap-inquiry .common-form .file-box_placeholder {
    font-size: 14rem;
  }
  .wrap-inquiry .common-form .file-box_upload {
    width: 23rem;
    height: 23rem;
  }
  .wrap-inquiry .common-form .file-box_tips {
    font-size: 12rem;
    margin-top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .wrap-inquiry .wrap-h2 {
    width: 305rem;
    line-height: 1.5;
  }
  .wrap-inquiry .bg-1,
  .wrap-inquiry .bg-2,
  .wrap-inquiry::before {
    display: none;
  }
  .wrap-inquiry .common-form {
    position: relative;
    z-index: 1;
  }
  .wrap-inquiry::after {
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    visibility: visible;
  }
  .h-banner {
    background-image: url('../../img/beijing-go-broad-boren/mb-bg.png');
  }
  .flex-card-swiper {
    margin-top: 30rem;
  }
  .international {
    height: 600rem;
  }
  .flex-swiper-bottom {
    padding-bottom: 26rem;
    overflow: hidden;
    position: relative;
  }
  .flex-swiper-bottom .swiper-wrapper {
    gap: 0;
  }
  .flex-swiper-bottom .swiper-wrapper .swiper-slide {
    width: 100%;
    height: auto;
    margin-bottom: 20rem;
  }
  .flex-swiper-bottom .swiper-wrapper .swiper-slide .item-img {
    width: 100%;
    height: 207rem;
  }
  .environment {
    position: relative;
  }
  .environment .swiper-wrapper {
    gap: 0;
    height: 730rem;
  }
  .environment .swiper-wrapper .swiper-slide {
    border-radius: 0;
    margin-bottom: 10rem;
  }
  .environment .swiper-wrapper .swiper-slide .item-img {
    height: auto;
    border-radius: 0;
  }
  .environment .swiper-wrapper .swiper-slide .item-title {
    transform: translateY(0px);
    border-radius: 0;
  }
  .introduce .container::before,
  .introduce .container::after {
    display: none;
  }
  .overview-title {
    width: 100%;
    text-align: center;
    background: linear-gradient(270deg, rgba(245, 162, 83, 0) 0.87%, rgba(245, 162, 83, 0.1) 70%, rgba(245, 162, 83, 0) 100%);
    font-size: 26rem;
  }
  .overview {
    height: 550rem;
    overflow: hidden;
    position: relative;
  }
  .overview .swiper-wrapper {
    gap: 0;
    height: auto;
  }
  .overview .swiper-slide {
    height: 244rem;
    margin-bottom: 10px;
  }
  .outstanding {
    padding: 56rem 0 90rem 0;
    margin-top: 80rem;
  }
  .outstanding .outstanding-title {
    font-size: 28rem;
    text-align: left;
  }
  .outstanding .flex {
    flex-wrap: wrap;
    margin-top: 20rem;
  }
  .outstanding p {
    font-size: 16px;
    margin-bottom: 15rem;
  }
  .outstanding .echart {
    width: 100%;
    height: auto;
    margin-top: 20rem;
  }
}
