.facade {
  /**
    *最新动态
    */
}
.facade .home-page {
  /**
    *banner
    */
  /**
    *公司介绍
    */
  /**
    *连接资源
    */
  /**
    *发展历程
    */
  /**
    *合作伙伴
    */
  /**
    *提交需求
    */
}
.facade .home-page .banner-view {
  width: 100%;
  margin-top: 121px;
  position: relative;
}
.facade .home-page .banner-view .swiper {
  position: relative;
  left: 0;
  top: 0;
}
.facade .home-page .banner-view .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  object-fit: contain;
  position: relative;
}
.facade .home-page .banner-view .container {
  text-align: center;
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.facade .home-page .banner-view .container .title-text {
  font-size: 60px;
  font-weight: 400;
  font-family: "YouSheBiaoTiHei-Regular, YouSheBiaoTiHei";
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.facade .home-page .banner-view .container .title-desc {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 60px;
}
.facade .home-page .banner-view .container .center-verticall .call-btn {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  width: 170px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffd84d;
  border-radius: 29px 29px 29px 29px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .facade .home-page .banner-view {
    margin-top: 92px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .facade .home-page .banner-view {
    margin-top: 82px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .facade .home-page .banner-view {
    margin-top: 82px;
  }
}
@media (max-width: 767px) {
  .facade .home-page .banner-view {
    margin-top: 0;
  }
  .facade .home-page .banner-view .container {
    width: 100%;
  }
  .facade .home-page .banner-view .container .title-text {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .facade .home-page .banner-view .container .title-desc {
    margin-bottom: 24px;
    font-size: 12px;
  }
  .facade .home-page .banner-view .container .center-verticall .call-btn {
    width: 68px;
    height: 22px;
    border-radius: 11px;
    font-size: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .facade .home-page .banner-view .container .title-text {
    font-size: 38px;
    margin-bottom: 7px;
  }
  .facade .home-page .banner-view .container .title-desc {
    margin-bottom: 38px;
    font-size: 16px;
  }
  .facade .home-page .banner-view .container .center-verticall .call-btn {
    width: 106px;
    height: 34px;
    border-radius: 18px;
    font-size: 16px;
  }
}
.facade .home-page .introduce-view {
  padding: 100px 0;
}
.facade .home-page .introduce-view .content-view {
  display: flex;
}
.facade .home-page .introduce-view .content-view .desc-view {
  width: calc(50% - 100px);
  margin-right: 100px;
  display: flex;
}
.facade .home-page .introduce-view .content-view .desc-view .space-content {
  width: calc(100% - 470px);
}
.facade .home-page .introduce-view .content-view .desc-view .desc-content {
  width: 500px;
}
.facade .home-page .introduce-view .content-view .desc-view .desc-content .title-text {
  font-size: 30px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 45px;
}
.facade .home-page .introduce-view .content-view .desc-view .desc-content .title-desc {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 75px;
}
.facade .home-page .introduce-view .content-view .desc-view .desc-content .count-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 105px;
}
.facade .home-page .introduce-view .content-view .desc-view .desc-content .count-list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.facade .home-page .introduce-view .content-view .desc-view .desc-content .count-list .item .dt {
  font-size: 40px;
  font-family: Manrope-ExtraBold, Manrope;
  font-weight: 800;
  color: #ffd84d;
}
.facade .home-page .introduce-view .content-view .desc-view .desc-content .count-list .item .dd {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.facade .home-page .introduce-view .content-view .desc-view .desc-content .call-btn {
  font-size: 18px;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 54px;
  background: #ffffff;
  border-radius: 29px 29px 29px 29px;
  opacity: 1;
  border: 1px solid #999999;
}
.facade .home-page .introduce-view .content-view .img-view {
  width: 50%;
}
.facade .home-page .introduce-view .content-view .img-view img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .facade .home-page .introduce-view {
    padding: 80px 0;
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content .title-text {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content .title-desc {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content .count-list {
    margin-bottom: 40px;
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content .count-list .item .dt {
    font-size: 29px;
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content .call-btn {
    width: 124px;
    height: 39px;
    background: #ffffff;
    border-radius: 21px 21px 21px 21px;
    opacity: 1;
    border: 1px solid #999999;
  }
  .facade .home-page .introduce-view .content-view .img-view img {
    height: 438px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .facade .home-page .introduce-view {
    padding: 60px 0;
  }
  .facade .home-page .introduce-view .content-view .desc-view .space-content {
    width: calc(100% - 375px);
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content {
    width: 375px;
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content .title-text {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content .title-desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content .count-list {
    margin-bottom: 20px;
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content .count-list .item .dt {
    font-size: 26px;
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content .count-list .item .dd {
    font-size: 14px;
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content .call-btn {
    width: 106px;
    height: 34px;
    background: #ffffff;
    border-radius: 18px;
  }
  .facade .home-page .introduce-view .content-view .img-view img {
    height: 380px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .facade .home-page .introduce-view {
    padding: 40px 0;
  }
  .facade .home-page .introduce-view .content-view .desc-view {
    margin-right: 50px;
    width: calc(50% - 50px);
  }
  .facade .home-page .introduce-view .content-view .desc-view .space-content {
    width: calc(100% - 300px);
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content {
    width: 300px;
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content .title-text {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content .title-desc {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content .count-list {
    margin-bottom: 15px;
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content .count-list .item .dt {
    font-size: 20px;
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content .count-list .item .dd {
    font-size: 12px;
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content .call-btn {
    width: 106px;
    height: 34px;
    background: #ffffff;
    border-radius: 18px;
  }
  .facade .home-page .introduce-view .content-view .img-view img {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .facade .home-page .introduce-view {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .facade .home-page .introduce-view .content-view {
    display: flex;
    flex-direction: column;
  }
  .facade .home-page .introduce-view .content-view .desc-view {
    margin-top: 10px;
    margin-right: 0;
    width: 100%;
  }
  .facade .home-page .introduce-view .content-view .desc-view .space-content {
    display: none;
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content {
    width: 100%;
    padding: 0 15px;
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content .title-text {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content .title-desc {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content .count-list {
    margin-bottom: 15px;
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content .count-list .item .dt {
    font-size: 24px;
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content .count-list .item .dd {
    font-size: 12px;
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content .btn-view {
    display: flex;
    justify-content: center;
  }
  .facade .home-page .introduce-view .content-view .desc-view .desc-content .btn-view .call-btn {
    width: 68px;
    height: 22px;
    border-radius: 11px;
    font-size: 12px;
  }
  .facade .home-page .introduce-view .content-view .img-view {
    padding-top: 20px;
    width: 100%;
  }
  .facade .home-page .introduce-view .content-view .img-view img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 500px) {
  .facade .home-page .introduce-view .content-view .desc-view .desc-content .title-text {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.facade .home-page .connect-view {
  background: #FBFBFB;
}
.facade .home-page .connect-view .container {
  padding: 120px 0;
}
.facade .home-page .connect-view .container .title-view {
  text-align: center;
  margin-bottom: 80px;
}
.facade .home-page .connect-view .container .title-view .title-text {
  font-size: 26px;
  font-weight: 600;
  color: #333333;
}
.facade .home-page .connect-view .container .title-view .icon {
  width: 40px;
  height: 5px;
  background: #ffd84d;
  border-radius: 3px 3px 3px 3px;
  opacity: 1;
  box-sizing: border-box;
  margin: 20px 0 30px 0;
}
.facade .home-page .connect-view .container .title-view .title-desc {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.facade .home-page .connect-view .container .swiper1-view {
  position: relative;
  overflow: hidden;
}
.facade .home-page .connect-view .container .swiper1-view .swiper {
  width: 100%;
  position: relative;
}
.facade .home-page .connect-view .container .swiper1-view .swiper .swiper-slide {
  padding: 32px 30px 32px 40px;
}
.facade .home-page .connect-view .container .swiper1-view .swiper .swiper-slide .item {
  font-size: 14px;
  color: #333333;
}
.facade .home-page .connect-view .container .swiper1-view .swiper .swiper-slide .item .dt {
  display: flex;
  align-items: flex-end;
  font-weight: 600;
  margin-bottom: 10px;
}
.facade .home-page .connect-view .container .swiper1-view .swiper .swiper-slide .item .dt .count2 {
  font-size: 30px;
  font-family: Manrope-SemiBold;
  font-weight: 600;
  margin-right: 4px;
  line-height: 35px;
}
.facade .home-page .connect-view .container .swiper1-view .swiper .swiper-slide .item .dt .icon {
  font-size: 30px;
  font-family: Manrope-SemiBold;
  font-weight: 600;
  margin-right: 4px;
  line-height: 35px;
}
.facade .home-page .connect-view .container .swiper1-view .swiper .swiper-slide .item .dt .text {
  line-height: 27px;
}
.facade .home-page .connect-view .container .swiper1-view .swiper .swiper-slide .item .dd {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .facade .home-page .connect-view .container {
    padding: 80px 0;
  }
  .facade .home-page .connect-view .container .title-view {
    margin-bottom: 40px;
  }
  .facade .home-page .connect-view .container .title-view .icon {
    margin: 15px 0 20px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .facade .home-page .connect-view .container {
    padding: 60px 0;
  }
  .facade .home-page .connect-view .container .title-view {
    margin-bottom: 40px;
  }
  .facade .home-page .connect-view .container .title-view .title-text {
    font-size: 30px;
  }
  .facade .home-page .connect-view .container .title-view .icon {
    margin: 10px 0 15px 0;
  }
  .facade .home-page .connect-view .container .swiper1-view .item .dt .count {
    font-size: 22px !important;
  }
  .facade .home-page .connect-view .container .swiper1-view .item .dt .text {
    font-size: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .facade .home-page .connect-view .container {
    padding: 40px 0;
  }
  .facade .home-page .connect-view .container .title-view {
    margin-bottom: 30px;
  }
  .facade .home-page .connect-view .container .title-view .title-text {
    font-size: 24px;
  }
  .facade .home-page .connect-view .container .title-view .icon {
    margin: 10px 0 15px 0;
    width: 30px;
  }
  .facade .home-page .connect-view .container .swiper1-view .swiper-slide {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding: 22px 10px 22px 20px !important;
  }
  .facade .home-page .connect-view .container .swiper1-view .item .dt .count {
    font-size: 24px !important;
  }
  .facade .home-page .connect-view .container .swiper1-view .item .dt .text {
    font-size: 10px !important;
  }
  .facade .home-page .connect-view .container .swiper1-view .item .dd {
    font-size: 10px !important;
  }
  .facade .home-page .connect-view .container .swiper1-view .swiper-slide:nth-child(2n + 1) {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .facade .home-page .connect-view .container {
    padding: 20px 0;
  }
  .facade .home-page .connect-view .container .title-view {
    margin-bottom: 20px;
  }
  .facade .home-page .connect-view .container .title-view .title-text {
    font-size: 24px;
  }
  .facade .home-page .connect-view .container .title-view .title-desc {
    font-size: 14px;
  }
  .facade .home-page .connect-view .container .title-view .icon {
    margin: 10px 0 15px 0;
    width: 30px;
  }
  .facade .home-page .connect-view .container .swiper1-view .swiper-slide {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .facade .home-page .connect-view .container .swiper1-view .item .dt {
    margin-bottom: 2px !important;
  }
  .facade .home-page .connect-view .container .swiper1-view .item .dt .count {
    font-size: 18px !important;
  }
  .facade .home-page .connect-view .container .swiper1-view .item .dt .text {
    font-size: 8px;
  }
  .facade .home-page .connect-view .container .swiper1-view .item .dd {
    font-size: 12px !important;
  }
  .facade .home-page .connect-view .container .swiper1-view .swiper-slide {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 500px) {
  .facade .home-page .connect-view .container {
    padding: 20px 0;
  }
  .facade .home-page .connect-view .container .title-view {
    margin-bottom: 20px;
  }
  .facade .home-page .connect-view .container .title-view .title-text {
    font-size: 22px;
  }
  .facade .home-page .connect-view .container .title-view .title-desc {
    font-size: 14px;
  }
  .facade .home-page .connect-view .container .title-view .icon {
    margin: 10px 0 15px 0;
    width: 30px;
  }
  .facade .home-page .connect-view .container .swiper1-view .swiper-slide:nth-child(2n + 1) {
    margin-bottom: 5px;
  }
  .facade .home-page .connect-view .container .swiper1-view .swiper-slide {
    padding: 10px 10px 10px 20px !important;
    margin-bottom: 0 !important;
  }
  .facade .home-page .connect-view .container .swiper1-view .item .dt {
    margin-bottom: 2px !important;
  }
  .facade .home-page .connect-view .container .swiper1-view .item .dt .count {
    font-size: 18px !important;
  }
  .facade .home-page .connect-view .container .swiper1-view .item .dt .text {
    font-size: 8px;
  }
  .facade .home-page .connect-view .container .swiper1-view .item .dd {
    font-size: 12px !important;
  }
}
.facade .home-page .history-view {
  background-image: url("/images/home/history-bg.png");
}
.facade .home-page .history-view .container {
  padding-top: 120px;
}
.facade .home-page .history-view .container .title-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
}
.facade .home-page .history-view .container .title-view .title-text {
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
}
.facade .home-page .history-view .container .title-view .swiper-button {
  display: flex;
  z-index: 1;
}
.facade .home-page .history-view .container .title-view .swiper-button .rest-button {
  position: relative;
  right: 0px !important;
  bottom: 0;
  left: auto;
  width: 36px;
  height: 36px;
  margin-top: 0;
  top: 0;
}
.facade .home-page .history-view .container .title-view .swiper-button .swiper-button-prev {
  background-image: url(/images/home/pre-disabled.png);
  background-size: 100% 100%;
  margin-right: 28px;
}
.facade .home-page .history-view .container .title-view .swiper-button .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-image: url(/images/home/pre-button.png);
}
.facade .home-page .history-view .container .title-view .swiper-button .swiper-button-next {
  background-image: url(/images/home/next-disabled.png);
  background-size: 100% 100%;
}
.facade .home-page .history-view .container .title-view .swiper-button .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background-image: url(/images/home/next-button.png);
}
.facade .home-page .history-view .swiper3-view {
  position: relative;
  overflow: hidden;
  padding-bottom: 180px;
}
.facade .home-page .history-view .swiper3-view .line-content {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 70px;
}
.facade .home-page .history-view .swiper3-view .swiper {
  max-width: 1535px;
  margin-left: auto;
  position: relative;
}
.facade .home-page .history-view .swiper3-view .swiper .swiper-slide {
  padding: 0 15px;
  position: relative;
}
.facade .home-page .history-view .swiper3-view .swiper .swiper-slide .desc-view {
  position: absolute;
  color: #ffffff;
  top: 145px;
  left: 80px;
}
.facade .home-page .history-view .swiper3-view .swiper .swiper-slide .desc-view .dt {
  padding-right: 10px;
}
.facade .home-page .history-view .swiper3-view .swiper .swiper-slide .swiper-content {
  display: flex;
}
.facade .home-page .history-view .swiper3-view .swiper .swiper-slide .swiper-content .item {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.facade .home-page .history-view .swiper3-view .swiper .swiper-slide .swiper-content .item .time-view {
  font-size: 30px;
  font-weight: 800;
  color: #ffd84d;
  margin-bottom: 20px;
}
.facade .home-page .history-view .swiper3-view .swiper .swiper-slide .swiper-content .item .icon-view {
  width: 16px;
  height: 16px;
  background: #ffd84d;
  opacity: 1;
  border-radius: 16px;
  position: relative;
}
.facade .home-page .history-view .swiper3-view .swiper .swiper-slide .swiper-content .item .icon-view::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background: rgba(255, 216, 77, 0.1);
  opacity: 1;
  left: -10px;
  top: -10px;
  border-radius: 36px;
}
.facade .home-page .history-view .swiper3-view .swiper .swiper-slide .swiper-content .item .line-view {
  width: 2px;
  height: 150px;
  background: #ffd84d;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  position: relative;
}
.facade .home-page .history-view .swiper3-view .swiper .swiper-slide .swiper-content .item .line-view::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #ffd84d;
  border-radius: 16px;
  opacity: 1;
  border: 1px solid #ffd84d;
  top: 69px;
  left: -7px;
  z-index: 1;
}
.facade .home-page .history-view .swiper3-view .swiper .swiper-slide .swiper-content .item .line-view::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #2c2611;
  border-radius: 14px;
  opacity: 1;
  top: 70px;
  left: -6px;
  z-index: 2;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .facade .home-page .history-view .container {
    padding-top: 80px;
  }
  .facade .home-page .history-view .container .title-view {
    margin-bottom: 40px;
  }
  .facade .home-page .history-view .swiper3-view {
    padding-bottom: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .facade .home-page .history-view .container {
    padding-top: 60px;
  }
  .facade .home-page .history-view .container .title-view {
    margin-bottom: 40px;
  }
  .facade .home-page .history-view .container .title-view .title-text {
    font-size: 26px;
  }
  .facade .home-page .history-view .container .title-view .swiper-button {
    display: flex;
  }
  .facade .home-page .history-view .container .title-view .swiper-button .rest-button {
    position: relative;
    right: 0px !important;
    bottom: 0;
    left: auto;
    width: 28px;
    height: 28px;
    margin-top: 0;
    top: 0;
  }
  .facade .home-page .history-view .swiper3-view {
    padding-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .facade .home-page .history-view .container {
    padding-top: 40px;
  }
  .facade .home-page .history-view .container .title-view {
    margin-bottom: 30px;
  }
  .facade .home-page .history-view .container .title-view .title-text {
    font-size: 24px;
  }
  .facade .home-page .history-view .container .title-view .swiper-button {
    display: flex;
  }
  .facade .home-page .history-view .container .title-view .swiper-button .rest-button {
    position: relative;
    right: 0px !important;
    bottom: 0;
    left: auto;
    width: 24px;
    height: 24px;
    margin-top: 0;
    top: 0;
  }
  .facade .home-page .history-view .swiper3-view {
    padding-bottom: 60px;
  }
  .facade .home-page .history-view .swiper3-view .time-view {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  .facade .home-page .history-view .container {
    padding-top: 20px;
  }
  .facade .home-page .history-view .container .title-view {
    margin-bottom: 20px;
  }
  .facade .home-page .history-view .container .title-view .title-text {
    font-size: 24px;
  }
  .facade .home-page .history-view .container .title-view .swiper-button {
    display: flex;
  }
  .facade .home-page .history-view .container .title-view .swiper-button .rest-button {
    position: relative;
    right: 0px !important;
    bottom: 0;
    left: auto;
    width: 28px;
    height: 28px;
    margin-top: 0;
    top: 0;
  }
  .facade .home-page .history-view .swiper3-view {
    padding-bottom: 40px;
  }
  .facade .home-page .history-view .swiper3-view .time-view {
    font-size: 20px !important;
  }
}
@media (max-width: 500px) {
  .facade .home-page .history-view .container {
    padding-top: 20px;
  }
  .facade .home-page .history-view .container .title-view {
    margin-bottom: 20px;
  }
  .facade .home-page .history-view .container .title-view .title-text {
    font-size: 22px !important;
  }
  .facade .home-page .history-view .swiper3-view {
    padding-bottom: 40px;
  }
  .facade .home-page .history-view .swiper3-view .time-view {
    font-size: 20px !important;
  }
}
.facade .home-page .partner-view .container {
  padding: 120px 0;
}
.facade .home-page .partner-view .container .title-view {
  text-align: center;
  margin-bottom: 80px;
}
.facade .home-page .partner-view .container .title-view .title-text {
  font-size: 26px;
  font-weight: 600;
  color: #333333;
}
.facade .home-page .partner-view .container .title-view .icon {
  width: 40px;
  height: 5px;
  background: #ffd84d;
  border-radius: 3px 3px 3px 3px;
  opacity: 1;
  box-sizing: border-box;
  margin: 20px 0 30px 0;
}
.facade .home-page .partner-view .container .title-view .title-desc {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.facade .home-page .partner-view .container .swiper2-view {
  position: relative;
  overflow: hidden;
}
.facade .home-page .partner-view .container .swiper2-view .swiper {
  width: 100%;
  position: relative;
}
.facade .home-page .partner-view .container .swiper2-view .swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.facade .home-page .partner-view .container .swiper2-view .swiper .swiper-slide .img-view {
  width: calc(100% - 30px);
  padding: 60px 64px;
  background: #fbfbfb;
  height: 214px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.facade .home-page .partner-view .container .swiper2-view .swiper .swiper-slide .img-view img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 100%;
  transition: all 0.6s;
}
.facade .home-page .partner-view .container .swiper2-view .swiper .swiper-slide .img-view img:hover {
  transform: scale(1.1);
}
.facade .home-page .partner-view .container .swiper2-view .swiper-slide:nth-child(2n + 1) {
  margin-bottom: 30px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .facade .home-page .partner-view .container {
    padding: 80px 0;
  }
  .facade .home-page .partner-view .container .title-view {
    margin-bottom: 40px;
  }
  .facade .home-page .partner-view .container .title-view .icon {
    margin: 15px 0 20px 0;
  }
  .facade .home-page .partner-view .container .swiper2-view .swiper .swiper-slide .img-view {
    padding: 50px 34px;
    height: 214px;
  }
  .facade .home-page .partner-view .container .swiper2-view .swiper .swiper-slide .img-view img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .facade .home-page .partner-view .container {
    padding: 60px 0;
  }
  .facade .home-page .partner-view .container .title-view {
    margin-bottom: 40px;
  }
  .facade .home-page .partner-view .container .title-view .title-text {
    font-size: 30px;
  }
  .facade .home-page .partner-view .container .title-view .icon {
    margin: 10px 0 15px 0;
  }
  .facade .home-page .partner-view .container .swiper2-view .swiper .swiper-slide .img-view {
    padding: 40px 28px;
    height: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .facade .home-page .partner-view .container {
    padding: 40px 0;
  }
  .facade .home-page .partner-view .container .title-view {
    margin-bottom: 30px;
  }
  .facade .home-page .partner-view .container .title-view .title-text {
    font-size: 24px;
  }
  .facade .home-page .partner-view .container .title-view .icon {
    margin: 10px 0 15px 0;
    width: 30px;
  }
  .facade .home-page .partner-view .container .swiper2-view .swiper .swiper-slide .img-view {
    padding: 30px 24px;
    height: 140px;
    width: calc(100% - 15px);
  }
  .facade .home-page .partner-view .container .swiper2-view .swiper-slide:nth-child(2n + 1) {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .facade .home-page .partner-view .container {
    padding: 20px 0;
  }
  .facade .home-page .partner-view .container .title-view {
    margin-bottom: 20px;
  }
  .facade .home-page .partner-view .container .title-view .title-text {
    font-size: 24px;
  }
  .facade .home-page .partner-view .container .title-view .title-desc {
    font-size: 14px;
  }
  .facade .home-page .partner-view .container .title-view .icon {
    margin: 10px 0 15px 0;
    width: 30px;
  }
  .facade .home-page .partner-view .container .swiper2-view .swiper .swiper-slide .img-view {
    padding: 20px 15px;
    height: 110px;
    width: calc(100% - 15px);
  }
  .facade .home-page .partner-view .container .swiper2-view .swiper-slide:nth-child(2n + 1) {
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .facade .home-page .partner-view .container {
    padding: 20px 0;
  }
  .facade .home-page .partner-view .container .title-view {
    margin-bottom: 20px;
  }
  .facade .home-page .partner-view .container .title-view .title-text {
    font-size: 22px;
  }
  .facade .home-page .partner-view .container .title-view .title-desc {
    font-size: 14px;
  }
  .facade .home-page .partner-view .container .title-view .icon {
    margin: 10px 0 15px 0;
    width: 30px;
  }
  .facade .home-page .partner-view .container .swiper2-view .swiper .swiper-slide .img-view {
    padding: 10px 10px;
    height: 65px;
    width: calc(100% - 15px);
  }
  .facade .home-page .partner-view .container .swiper2-view .swiper-slide:nth-child(2n + 1) {
    margin-bottom: 15px;
  }
}
@media (max-width: 375px) {
  .facade .home-page .partner-view .container {
    padding: 20px 0;
  }
  .facade .home-page .partner-view .container .title-view {
    margin-bottom: 20px;
  }
  .facade .home-page .partner-view .container .title-view .title-text {
    font-size: 24px;
  }
  .facade .home-page .partner-view .container .title-view .title-desc {
    font-size: 14px;
  }
  .facade .home-page .partner-view .container .title-view .icon {
    margin: 10px 0 15px 0;
    width: 30px;
  }
  .facade .home-page .partner-view .container .swiper2-view .swiper .swiper-slide .img-view {
    padding: 10px 10px;
    height: 70px;
    width: calc(100% - 10px);
  }
  .facade .home-page .partner-view .container .swiper2-view .swiper-slide:nth-child(2n + 1) {
    margin-bottom: 10px;
  }
}
.facade .home-page .demand-view {
  background-image: url("/res/baiila/images/home/demand-bg.png");
}
.facade .home-page .demand-view .container {
  padding: 120px 0;
}
.facade .home-page .demand-view .container .title-view {
  text-align: center;
  margin-bottom: 65px;
}
.facade .home-page .demand-view .container .title-view .title-text {
  font-size: 26px;
  font-weight: 600;
  color: #333333;
}
.facade .home-page .demand-view .container .title-view .icon {
  width: 40px;
  height: 5px;
  background: #ffd84d;
  border-radius: 3px 3px 3px 3px;
  opacity: 1;
  box-sizing: border-box;
  margin: 20px 0 30px 0;
}
.facade .home-page .demand-view .container .title-view .title-desc {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.facade .home-page .demand-view .container .form-view {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.facade .home-page .demand-view .container .form-view .input-view {
  margin-bottom: 30px;
}
.facade .home-page .demand-view .container .form-view .input-view .name-input {
  width: 370px;
  margin-right: 26px;
  outline: none;
  border: none;
  padding: 10px 20px;
}
.facade .home-page .demand-view .container .form-view .input-view .phone-input {
  width: 370px;
  outline: none;
  border: none;
  padding: 10px 20px;
}
.facade .home-page .demand-view .container .form-view .text-view {
  margin-bottom: 40px;
}
.facade .home-page .demand-view .container .form-view .text-view .demand-text {
  width: 770px;
  outline: none;
  border: none;
  padding: 10px 20px;
  resize: none;
}
.facade .home-page .demand-view .container .form-view .btn-view .call-btn {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 770px;
  height: 50px;
  background: #ffd84d;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .facade .home-page .demand-view .container {
    padding: 80px 0;
  }
  .facade .home-page .demand-view .container .title-view {
    margin-bottom: 40px;
  }
  .facade .home-page .demand-view .container .title-view .icon {
    margin: 15px 0 20px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .facade .home-page .demand-view .container {
    padding: 60px 0;
  }
  .facade .home-page .demand-view .container .title-view {
    margin-bottom: 40px;
  }
  .facade .home-page .demand-view .container .title-view .title-text {
    font-size: 30px;
  }
  .facade .home-page .demand-view .container .title-view .icon {
    margin: 10px 0 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .facade .home-page .demand-view .container {
    padding: 40px 0;
  }
  .facade .home-page .demand-view .container .title-view {
    margin-bottom: 30px;
  }
  .facade .home-page .demand-view .container .title-view .title-text {
    font-size: 24px;
  }
  .facade .home-page .demand-view .container .title-view .icon {
    margin: 10px 0 15px 0;
    width: 30px;
  }
  .facade .home-page .demand-view .container .form-view .input-view {
    margin-bottom: 30px;
  }
  .facade .home-page .demand-view .container .form-view .input-view .name-input {
    width: 285px;
  }
  .facade .home-page .demand-view .container .form-view .input-view .phone-input {
    width: 285px;
  }
  .facade .home-page .demand-view .container .form-view .text-view {
    margin-bottom: 40px;
  }
  .facade .home-page .demand-view .container .form-view .text-view .demand-text {
    width: 600px;
  }
  .facade .home-page .demand-view .container .form-view .btn-view .call-btn {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .facade .home-page .demand-view .container {
    padding: 20px 0;
  }
  .facade .home-page .demand-view .container .title-view {
    margin-bottom: 20px;
  }
  .facade .home-page .demand-view .container .title-view .title-text {
    font-size: 24px;
  }
  .facade .home-page .demand-view .container .title-view .title-desc {
    font-size: 14px;
  }
  .facade .home-page .demand-view .container .title-view .icon {
    margin: 10px 0 15px 0;
    width: 30px;
  }
  .facade .home-page .demand-view .container .form-view {
    width: 100%;
    padding: 0 15px;
  }
  .facade .home-page .demand-view .container .form-view .input-view {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
  }
  .facade .home-page .demand-view .container .form-view .input-view .name-input {
    width: 100%;
    margin-bottom: 20px;
    height: 34px;
  }
  .facade .home-page .demand-view .container .form-view .input-view .phone-input {
    width: 100%;
    height: 34px;
  }
  .facade .home-page .demand-view .container .form-view .text-view {
    width: 100%;
    margin-bottom: 20px;
  }
  .facade .home-page .demand-view .container .form-view .text-view .demand-text {
    width: 100%;
    height: 100px;
  }
  .facade .home-page .demand-view .container .form-view .btn-view {
    width: 100%;
  }
  .facade .home-page .demand-view .container .form-view .btn-view .call-btn {
    width: 100%;
    height: 38px;
  }
}
@media (max-width: 500px) {
  .facade .home-page .demand-view .container {
    padding: 20px 0;
  }
  .facade .home-page .demand-view .container .title-text {
    font-size: 22px !important;
  }
}
.facade .trends-view .container {
  padding: 120px 0;
}
.facade .trends-view .container .title-view {
  text-align: center;
  margin-bottom: 60px;
}
.facade .trends-view .container .title-view .title-text {
  font-size: 26px;
  font-weight: 600;
  color: #333333;
}
.facade .trends-view .container .title-view .icon {
  width: 40px;
  height: 5px;
  background: #ffd84d;
  border-radius: 3px 3px 3px 3px;
  opacity: 1;
  box-sizing: border-box;
  margin: 20px 0 30px 0;
}
.facade .trends-view .container .title-view .title-desc {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.facade .trends-view .container .content-view {
  display: flex;
}
.facade .trends-view .container .content-view .left-view {
  display: block;
  width: 470px;
  margin-right: 40px;
  cursor: pointer;
}
.facade .trends-view .container .content-view .left-view .img-view {
  width: 470px;
  height: 278px;
  overflow: hidden;
}
.facade .trends-view .container .content-view .left-view .img-view img {
  width: 100%;
  max-width: 470px;
  height: 100%;
}
.facade .trends-view .container .content-view .left-view .img-view img:hover {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: all 0.4s;
}
.facade .trends-view .container .content-view .left-view .desc-view {
  box-sizing: border-box;
  height: 240px;
  background: #fbfbfb;
  padding: 12px 30px;
}
.facade .trends-view .container .content-view .left-view .desc-view .time {
  color: #999999;
  margin-bottom: 4px;
}
.facade .trends-view .container .content-view .left-view .desc-view .dt {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.facade .trends-view .container .content-view .left-view .desc-view .dd {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  word-break: break-all;
}
.facade .trends-view .container .content-view .left-view .desc-view .dd:hover {
  color: #ffd84d;
  transition: all 0.1s;
}
.facade .trends-view .container .content-view .right-view {
  width: 660px;
}
.facade .trends-view .container .content-view .right-view .item {
  display: flex;
  width: 100%;
  margin-bottom: 40px;
  cursor: pointer;
}
.facade .trends-view .container .content-view .right-view .item .img-view {
  width: 240px;
  height: 146px;
  margin-right: 30px;
  overflow: hidden;
}
.facade .trends-view .container .content-view .right-view .item .img-view img {
  width: 240px;
  max-width: 240px;
  height: 100%;
  object-fit: cover;
}
.facade .trends-view .container .content-view .right-view .item .img-view img:hover {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
  transition: all 0.4s;
}
.facade .trends-view .container .content-view .right-view .item .desc-view {
  width: 410px;
  box-sizing: border-box;
  height: 146px;
}
.facade .trends-view .container .content-view .right-view .item .desc-view .time {
  color: #999999;
  margin-bottom: 4px;
}
.facade .trends-view .container .content-view .right-view .item .desc-view .dt {
  font-size: 24px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding-right: 10px;
}
.facade .trends-view .container .content-view .right-view .item .desc-view .dd {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  word-break: break-all;
}
.facade .trends-view .container .content-view .right-view .item .desc-view .dd:hover {
  color: #ffd84d;
  transition: all 0.1s;
}
.facade .trends-view .container .content-view .right-view .item:nth-child(1) {
  display: none;
}
.facade .trends-view .container .content-view .right-view .item:nth-child(4) {
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .facade .trends-view .container {
    padding: 80px 0;
  }
  .facade .trends-view .container .title-view {
    margin-bottom: 40px;
  }
  .facade .trends-view .container .title-view .icon {
    margin: 15px 0 20px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .facade .trends-view .container {
    padding: 60px 0;
  }
  .facade .trends-view .container .title-view {
    margin-bottom: 40px;
  }
  .facade .trends-view .container .title-view .title-text {
    font-size: 30px;
  }
  .facade .trends-view .container .title-view .icon {
    margin: 10px 0 15px 0;
  }
  .facade .trends-view .container .content-view {
    padding: 0 15px;
    display: flex;
  }
  .facade .trends-view .container .content-view .left-view {
    display: none;
  }
  .facade .trends-view .container .content-view .right-view {
    width: 100%;
  }
  .facade .trends-view .container .content-view .right-view .item .desc-view {
    width: calc(100% - 280px);
  }
  .facade .trends-view .container .content-view .right-view .item:nth-child(1) {
    display: flex;
  }
  .facade .trends-view .container .content-view .right-view .item:nth-child(3) {
    margin-bottom: 30px;
  }
  .facade .trends-view .container .content-view .right-view .item:nth-child(4) {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .facade .trends-view .container {
    padding: 40px 0;
  }
  .facade .trends-view .container .title-view {
    margin-bottom: 30px;
  }
  .facade .trends-view .container .title-view .title-text {
    font-size: 24px;
  }
  .facade .trends-view .container .title-view .icon {
    margin: 10px 0 15px 0;
    width: 30px;
  }
  .facade .trends-view .container .content-view {
    padding: 0 15px;
    display: flex;
  }
  .facade .trends-view .container .content-view .left-view {
    display: none;
  }
  .facade .trends-view .container .content-view .right-view {
    width: 100%;
  }
  .facade .trends-view .container .content-view .right-view .item {
    margin-bottom: 20px;
  }
  .facade .trends-view .container .content-view .right-view .item .desc-view {
    width: calc(100% - 280px);
  }
  .facade .trends-view .container .content-view .right-view .item:nth-child(1) {
    display: flex;
  }
  .facade .trends-view .container .content-view .right-view .item:nth-child(3) {
    margin-bottom: 30px;
  }
  .facade .trends-view .container .content-view .right-view .item:nth-child(4) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .facade .trends-view .container {
    padding: 20px 0;
  }
  .facade .trends-view .container .title-view {
    margin-bottom: 20px;
  }
  .facade .trends-view .container .title-view .title-text {
    font-size: 24px;
  }
  .facade .trends-view .container .title-view .title-desc {
    font-size: 14px;
  }
  .facade .trends-view .container .title-view .icon {
    margin: 10px 0 15px 0;
    width: 30px;
  }
  .facade .trends-view .container .content-view {
    padding: 0 15px;
    display: flex;
  }
  .facade .trends-view .container .content-view .left-view {
    display: none;
  }
  .facade .trends-view .container .content-view .right-view {
    width: 100%;
  }
  .facade .trends-view .container .content-view .right-view .item {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .facade .trends-view .container .content-view .right-view .item .img-view {
    width: 100%;
    margin-bottom: 10px;
  }
  .facade .trends-view .container .content-view .right-view .item .img-view img {
    max-width: 100%;
    width: 100%;
  }
  .facade .trends-view .container .content-view .right-view .item .desc-view {
    width: 100%;
    height: auto;
    max-height: 146px;
  }
  .facade .trends-view .container .content-view .right-view .item .desc-view .dt {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .facade .trends-view .container .content-view .right-view .item:nth-child(1) {
    display: flex;
  }
  .facade .trends-view .container .content-view .right-view .item:nth-child(3) {
    margin-bottom: 30px;
  }
  .facade .trends-view .container .content-view .right-view .item:nth-child(4) {
    margin-bottom: 0;
  }
}
@media (max-width: 500px) {
  .facade .trends-view .container {
    padding: 20px 0;
  }
  .facade .trends-view .container .title-view {
    margin-bottom: 20px;
  }
  .facade .trends-view .container .title-view .title-text {
    font-size: 22px;
  }
  .facade .trends-view .container .title-view .title-desc {
    font-size: 14px;
  }
  .facade .trends-view .container .title-view .icon {
    margin: 10px 0 15px 0;
    width: 30px;
  }
  .facade .trends-view .container .content-view {
    padding: 0 15px;
    display: flex;
  }
  .facade .trends-view .container .content-view .left-view {
    display: none;
  }
  .facade .trends-view .container .content-view .right-view {
    width: 100%;
  }
  .facade .trends-view .container .content-view .right-view .item {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .facade .trends-view .container .content-view .right-view .item .img-view {
    width: 100%;
    margin-bottom: 10px;
    height: 100px;
  }
  .facade .trends-view .container .content-view .right-view .item .img-view img {
    max-width: 100%;
    width: 100%;
  }
  .facade .trends-view .container .content-view .right-view .item .desc-view {
    width: 100%;
    height: auto;
    max-height: 146px;
  }
  .facade .trends-view .container .content-view .right-view .item .desc-view .dt {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .facade .trends-view .container .content-view .right-view .item:nth-child(1) {
    display: flex;
  }
  .facade .trends-view .container .content-view .right-view .item:nth-child(3) {
    margin-bottom: 30px;
  }
  .facade .trends-view .container .content-view .right-view .item:nth-child(4) {
    margin-bottom: 0;
  }
}
.business-cooper .home-page {
  height: 100%;
}
.business-cooper .home-page .home-content .banner-view {
  width: 100%;
  margin-top: 110px;
  padding-top: 70px;
}
.business-cooper .home-page .home-content .banner-view .container {
  margin: 0 auto;
  text-align: center;
}
.business-cooper .home-page .home-content .banner-view .container .title-text {
  font-size: 26px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
}
.business-cooper .home-page .home-content .banner-view .container .yellow-line {
  width: 40px;
  height: 4px;
  background: #ffd84d;
  border-radius: 2px 2px 2px 2px;
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.business-cooper .home-page .home-content .banner-view .container .title-desc {
  margin-top: 50px;
  font-size: 14px;
  font-weight: 400;
  font-family: "PingFang SC-Regular, PingFang SC";
  line-height: 30px;
  margin-bottom: 51px;
}
@media (max-width: 375px) {
  .business-cooper .home-page .home-content .banner-view {
    padding-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
  }
}
@media (min-width: 376px) and (max-width: 765px) {
  .business-cooper .home-page .home-content .banner-view {
    padding-bottom: 10px;
    margin-top: 10px;
    padding-top: 10px;
  }
}
@media (min-width: 766px) and (max-width: 991px) {
  .business-cooper .home-page .home-content .banner-view {
    padding-bottom: 30px;
    margin-top: 70px;
    padding-top: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .business-cooper .home-page .home-content .banner-view {
    padding-bottom: 30px;
    margin-top: 60px;
  }
}
@media (max-width: 375px) {
  .business-cooper .home-page .home-content .banner-view .container .title-text {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 44px;
  }
  .business-cooper .home-page .home-content .banner-view .container .yellow-line {
    font-size: 34px;
    line-height: 44px;
  }
  .business-cooper .home-page .home-content .banner-view .container .title-desc {
    margin-top: 30px;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 22px;
  }
}
@media (min-width: 376px) and (max-width: 767px) {
  .business-cooper .home-page .home-content .banner-view .container .title-text {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 46px;
  }
  .business-cooper .home-page .home-content .banner-view .container .yellow-line {
    font-size: 44px;
    line-height: 46px;
  }
  .business-cooper .home-page .home-content .banner-view .container .title-desc {
    margin-top: 20px;
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .business-cooper .home-page .home-content .banner-view .container .title-text {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 50px;
  }
  .business-cooper .home-page .home-content .banner-view .container .yellow-line {
    font-size: 52px;
    line-height: 50px;
  }
  .business-cooper .home-page .home-content .banner-view .container .title-desc {
    margin-top: 30px;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .business-cooper .home-page .home-content .banner-view .container .title-text {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 60px;
  }
  .business-cooper .home-page .home-content .banner-view .container .yellow-line {
    font-size: 52px;
    line-height: 50px;
  }
  .business-cooper .home-page .home-content .banner-view .container .title-desc {
    margin-top: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 28px;
  }
}
.business-cooper .home-page .home-img {
  display: flex;
  width: 100%;
  position: relative;
}
.business-cooper .home-page .home-img .banner-view {
  width: 100%;
}
.business-cooper .home-page .home-img .banner-view .swiper1-view {
  position: relative;
  overflow: hidden;
}
.business-cooper .home-page .home-img .banner-view .swiper1-view .swiper {
  width: 100%;
  position: relative;
}
.business-cooper .home-page .home-img .banner-view .swiper1-view .swiper .swiper-slide {
  display: flex;
  min-height: 100%;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.business-cooper .home-page .home-img .banner-view .swiper1-view .swiper .swiper-slide .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  transition: all 0.6s;
}
.business-cooper .home-page .home-img .banner-view .swiper1-view .swiper .swiper-slide:hover .bg-img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}
.business-cooper .home-page .home-img .banner-view .swiper1-view .swiper .swiper-slide .up-text {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}
.business-cooper .home-page .home-img .banner-view .swiper1-view .swiper .swiper-slide .up-text .icon {
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
}
.business-cooper .home-page .home-img .banner-view .swiper1-view .swiper .swiper-slide .up-text .icon img {
  width: 100%;
  height: 100%;
}
.business-cooper .home-page .home-img .banner-view .swiper1-view .swiper .swiper-slide .up-text .icon .img1:hover {
  content: url("/images/businessCooper/icon1-2x.png");
}
.business-cooper .home-page .home-img .banner-view .swiper1-view .swiper .swiper-slide .up-text .icon .img2:hover {
  content: url("/images/businessCooper/icon2-2x.png");
}
.business-cooper .home-page .home-img .banner-view .swiper1-view .swiper .swiper-slide .up-text .icon .img3:hover {
  content: url("/images/businessCooper/icon3-2x.png");
}
.business-cooper .home-page .home-img .banner-view .swiper1-view .swiper .swiper-slide .up-text .text1 {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 6px;
}
.business-cooper .home-page .home-img .banner-view .swiper1-view .swiper .swiper-slide .up-text .text2 {
  font-size: 14px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .business-cooper .home-page .home-img .banner-view .home-img {
    margin-bottom: 100px;
  }
  .business-cooper .home-page .home-img .banner-view .home-img .swiper-wrapper .swiper .swiper-slide {
    height: 520px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .business-cooper .home-page .home-img .banner-view .home-img {
    margin-bottom: 120px;
  }
  .business-cooper .home-page .home-img .banner-view .home-img .swiper-wrapper .swiper .swiper-slide {
    height: 450px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .business-cooper .home-page .home-img .banner-view .home-img {
    margin-bottom: 120px;
  }
  .business-cooper .home-page .home-img .banner-view .home-img .swiper-wrapper .swiper .swiper-slide {
    height: 400px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .business-cooper .home-page .home-img .banner-view .home-img {
    margin-bottom: 160px;
  }
  .business-cooper .home-page .home-img .banner-view .home-img .swiper-wrapper .swiper .swiper-slide {
    height: 320px;
  }
}
.business-cooper .home-page .home-main {
  background-color: #FBFBFB;
}
.business-cooper .home-page .home-main .container {
  padding: 120px 0;
}
.business-cooper .home-page .home-main .container .swiper2-view {
  position: relative;
  overflow: hidden;
}
.business-cooper .home-page .home-main .container .swiper2-view .swiper {
  width: 100%;
  position: relative;
}
.business-cooper .home-page .home-main .container .swiper2-view .swiper .swiper-slide {
  padding: 32px 30px 32px 40px;
}
.business-cooper .home-page .home-main .container .swiper2-view .swiper .swiper-slide .item {
  font-size: 14px;
  color: #333333;
}
.business-cooper .home-page .home-main .container .swiper2-view .swiper .swiper-slide .item .dt {
  display: flex;
  align-items: flex-end;
  font-weight: 600;
  margin-bottom: 10px;
}
.business-cooper .home-page .home-main .container .swiper2-view .swiper .swiper-slide .item .dt .count {
  font-size: 30px;
  font-family: Manrope-SemiBold;
  font-weight: 600;
  margin-right: 4px;
  line-height: 35px;
}
.business-cooper .home-page .home-main .container .swiper2-view .swiper .swiper-slide .item .dt .icon {
  font-size: 30px;
  font-family: Manrope-SemiBold;
  font-weight: 600;
  margin-right: 4px;
  line-height: 35px;
}
.business-cooper .home-page .home-main .container .swiper2-view .swiper .swiper-slide .item .dt .text {
  line-height: 27px;
}
.business-cooper .home-page .home-main .container .swiper2-view .swiper .swiper-slide .item .dd {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .business-cooper .home-page .home-main .container {
    padding: 20px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .business-cooper .home-page .home-main .container {
    padding: 20px 0;
  }
  .business-cooper .home-page .home-main .container .swiper2-view .item .dt .count {
    font-size: 22px !important;
  }
  .business-cooper .home-page .home-main .container .swiper2-view .item .dt .icon {
    font-size: 22px !important;
  }
  .business-cooper .home-page .home-main .container .swiper2-view .item .dt .text {
    font-size: 10px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .business-cooper .home-page .home-main .container {
    padding: 20px 0;
  }
  .business-cooper .home-page .home-main .container .swiper2-view .swiper-slide {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding: 22px 10px 22px 20px !important;
  }
  .business-cooper .home-page .home-main .container .swiper2-view .item .dt .count {
    font-size: 24px !important;
  }
  .business-cooper .home-page .home-main .container .swiper2-view .item .dt .icon {
    font-size: 24px !important;
  }
  .business-cooper .home-page .home-main .container .swiper2-view .item .dt .text {
    font-size: 10px !important;
  }
  .business-cooper .home-page .home-main .container .swiper2-view .item .dd {
    font-size: 10px !important;
  }
  .business-cooper .home-page .home-main .container .swiper2-view .swiper-slide:nth-child(2n + 1) {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  .business-cooper .home-page .home-main .container {
    padding: 10px 0;
  }
  .business-cooper .home-page .home-main .container .swiper2-view .swiper-slide {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .business-cooper .home-page .home-main .container .swiper2-view .item .dt {
    margin-bottom: 2px !important;
  }
  .business-cooper .home-page .home-main .container .swiper2-view .item .dt .count {
    font-size: 18px !important;
  }
  .business-cooper .home-page .home-main .container .swiper2-view .item .dt .icon {
    font-size: 18px !important;
  }
  .business-cooper .home-page .home-main .container .swiper2-view .item .dt .text {
    font-size: 8px;
  }
  .business-cooper .home-page .home-main .container .swiper2-view .item .dd {
    font-size: 12px !important;
  }
  .business-cooper .home-page .home-main .container .swiper2-view .swiper-slide {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 500px) {
  .business-cooper .home-page .home-main .container {
    padding: 10px 0;
  }
  .business-cooper .home-page .home-main .container .swiper2-view .swiper-slide:nth-child(2n + 1) {
    margin-bottom: 5px;
  }
  .business-cooper .home-page .home-main .container .swiper2-view .swiper-slide {
    padding: 10px 10px 10px 20px !important;
    margin-bottom: 0 !important;
  }
  .business-cooper .home-page .home-main .container .swiper2-view .item .dt {
    margin-bottom: 2px !important;
  }
  .business-cooper .home-page .home-main .container .swiper2-view .item .dt .count {
    font-size: 18px !important;
  }
  .business-cooper .home-page .home-main .container .swiper2-view .item .dt .icon {
    font-size: 18px !important;
  }
  .business-cooper .home-page .home-main .container .swiper2-view .item .dt .text {
    font-size: 8px;
  }
  .business-cooper .home-page .home-main .container .swiper2-view .item .dd {
    font-size: 12px !important;
  }
}
.latest-new .home-page .latest-view {
  width: 100%;
  margin-top: 122px;
}
.latest-new .home-page .latest-view .img-view {
  width: 100%;
}
.latest-new .home-page .latest-view .img-view img {
  width: 100%;
}
.latest-new .home-page .latest-view .container .container-view .article-list {
  padding-top: 6.6%;
}
.latest-new .home-page .latest-view .container .container-view .article-list .item-view {
  padding: 2.5%;
  margin-bottom: 2.5%;
  background-color: #fbfbfb;
  display: flex;
}
.latest-new .home-page .latest-view .container .container-view .article-list .item-view:last-child {
  margin-bottom: 0;
}
.latest-new .home-page .latest-view .container .container-view .article-list .item-view .left-view {
  width: 240px;
  height: 146px;
  overflow: hidden;
}
.latest-new .home-page .latest-view .container .container-view .article-list .item-view .left-view img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}
.latest-new .home-page .latest-view .container .container-view .article-list .item-view .left-view img:hover {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}
.latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view {
  width: 860px;
  margin-left: 2.5%;
  padding-top: 1%;
  position: relative;
}
.latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view .time {
  color: #999999;
  font-size: 16px;
}
.latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view .dt {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  margin: 4px 0 10px 0;
  width: calc(100% - 36px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
.latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view .dd {
  font-size: 16px;
  color: #666666;
  width: 86%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view .dd:hover {
  color: #ffd84d;
  transition: 0.1s;
}
.latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view .icon {
  width: 36px;
  height: 36px;
  position: absolute;
  cursor: pointer;
  right: 0;
  top: 48px;
}
.latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view .icon img {
  width: 100%;
}
.latest-new .home-page .latest-view .container .container-view .latest-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 12.66% 0 8.3% 0;
}
.latest-new .home-page .latest-view .container .container-view .latest-pagination .pagination li {
  cursor: pointer;
}
.latest-new .home-page .latest-view .container .container-view .latest-pagination .pagination li a {
  color: #666666;
  font-size: 16px;
  padding: 10px 17px;
  border-color: rgba(102, 102, 102, 0.3);
  border-radius: 4px;
}
.latest-new .home-page .latest-view .container .container-view .latest-pagination .pagination li a.active {
  border-color: #ffd84d;
  background-color: #ffd84d;
  color: #666666;
}
.latest-new .home-page .latest-view .container .container-view .latest-pagination .pagination li:not(:last-child) a {
  margin-right: 8px;
}
.latest-new .home-page .latest-view .container .container-view .latest-pagination .pagination li span {
  padding: 10px 0px;
  margin-right: 6px;
  border-color: transparent;
  font-size: 16px;
  color: #666666;
}
.latest-new .home-page .latest-view .container .container-view .latest-pagination .count {
  font-size: 16px;
  color: #666666;
  margin: 0 20px;
}
.latest-new .home-page .latest-view .container .container-view .latest-pagination .page-wrap {
  display: flex;
  align-items: center;
}
.latest-new .home-page .latest-view .container .container-view .latest-pagination .page-wrap .page-input {
  margin: 0 10px;
  width: 44px;
  height: 44px;
  border-color: rgba(102, 102, 102, 0.3);
  text-align: center;
}
.latest-new .home-page .latest-view .container .container-view .latest-pagination .page-wrap span {
  white-space: nowrap;
  color: #666666;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .latest-new .home-page .latest-view {
    margin-top: 100px;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list {
    padding-top: 6.6%;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view {
    padding: 2.5%;
    margin-bottom: 2.5%;
    display: flex;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view:last-child {
    margin-bottom: 0;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .left-view {
    width: 240px;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .left-view img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view {
    width: 860px;
    margin-left: 2.5%;
    padding-top: 1%;
    position: relative;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view .time {
    font-size: 15px;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view .dt {
    font-size: 22px;
    font-weight: 600;
    margin: 4px 0 10px 0;
    width: calc(100% - 36px);
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view .dd {
    font-size: 15px;
    width: 86%;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view .icon {
    width: 30px;
    height: 30px;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .latest-new .home-page .latest-view .container .container-view .latest-pagination {
    margin: 12.66% 0 8.3% 0;
  }
  .latest-new .home-page .latest-view .container .container-view .latest-pagination .pagination li a {
    font-size: 15px;
    padding: 8px 15px;
  }
  .latest-new .home-page .latest-view .container .container-view .latest-pagination .pagination li:not(:last-child) a {
    margin-right: 7px;
  }
  .latest-new .home-page .latest-view .container .container-view .latest-pagination .pagination li span {
    padding: 8px 0px;
    margin-right: 5px;
    font-size: 15px;
  }
  .latest-new .home-page .latest-view .container .container-view .latest-pagination .count {
    font-size: 15px;
    margin: 0 16px;
  }
  .latest-new .home-page .latest-view .container .container-view .latest-pagination .page-wrap .page-input {
    margin: 0 8px;
    width: 40px;
    height: 40px;
  }
  .latest-new .home-page .latest-view .container .container-view .latest-pagination .page-wrap span {
    font-size: 15px;
  }
}
@media (max-width: 992px) {
  .latest-new .home-page .latest-view {
    margin-top: 100px;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .left-view {
    width: 240px;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view {
    width: 860px;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view .time {
    font-size: 14px;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view .dt {
    font-size: 20px;
    font-weight: 600;
    margin: 2px 0 8px 0;
    width: calc(100% - 36px);
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view .dd {
    font-size: 14px;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view .icon {
    width: 26px;
    height: 26px;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .latest-new .home-page .latest-view .container .container-view .latest-pagination .pagination li a {
    font-size: 14px;
    padding: 6px 13px;
  }
  .latest-new .home-page .latest-view .container .container-view .latest-pagination .pagination li:not(:last-child) a {
    margin-right: 7px;
  }
  .latest-new .home-page .latest-view .container .container-view .latest-pagination .pagination li span {
    padding: 8px 0px;
    margin-right: 5px;
    font-size: 14px;
  }
  .latest-new .home-page .latest-view .container .container-view .latest-pagination .count {
    font-size: 14px;
    margin: 0 14px;
  }
  .latest-new .home-page .latest-view .container .container-view .latest-pagination .page-wrap .page-input {
    margin: 0 7px;
    width: 36px;
    height: 36px;
  }
  .latest-new .home-page .latest-view .container .container-view .latest-pagination .page-wrap span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .latest-new .home-page .latest-view {
    margin-top: 8px;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view {
    flex-wrap: wrap;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .left-view {
    width: 100%;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .left-view img {
    object-fit: cover;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view {
    width: 100%;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view .time {
    font-size: 14px;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view .dt {
    font-size: 20px;
    font-weight: 600;
    margin: 2px 0 8px 0;
    width: calc(100% - 36px);
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view .dd {
    font-size: 14px;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view .icon {
    width: 26px;
    height: 26px;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .latest-new .home-page .latest-view .container .container-view .latest-pagination .pagination li:not(:last-child, :first-child) {
    display: none;
  }
  .latest-new .home-page .latest-view .container .container-view .latest-pagination .count {
    display: none;
  }
  .latest-new .home-page .latest-view .container .container-view .latest-pagination .page-wrap {
    display: none;
  }
}
@media (max-width: 425px) {
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view {
    flex-wrap: wrap;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .left-view {
    width: 100%;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view {
    width: 100%;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view .time {
    font-size: 14px;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view .dt {
    font-size: 20px;
    font-weight: 600;
    margin: 2px 0 8px 0;
    width: calc(100% - 36px);
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view .dd {
    font-size: 14px;
  }
  .latest-new .home-page .latest-view .container .container-view .article-list .item-view .right-view .icon {
    width: 26px;
    height: 26px;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.latestnew-detail .home-page .latest-view {
  width: 100%;
  margin-top: 122px;
}
.latestnew-detail .home-page .latest-view .container .nav-view {
  padding: 40px 0 80px 0;
}
.latestnew-detail .home-page .latest-view .container .nav-view .list {
  display: flex;
}
.latestnew-detail .home-page .latest-view .container .nav-view .list .hasdrop {
  padding: 0 18px;
  display: flex;
  align-items: center;
  position: relative;
}
.latestnew-detail .home-page .latest-view .container .nav-view .list .hasdrop:first-child {
  padding-left: 0;
}
.latestnew-detail .home-page .latest-view .container .nav-view .list .hasdrop:first-child::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/nav.png) no-repeat center;
  background-size: 100%;
  margin-right: 11px;
}
.latestnew-detail .home-page .latest-view .container .nav-view .list .hasdrop:nth-child(n + 2)::before {
  content: "";
  width: 1px;
  height: 12px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 8px;
  background-color: #d9d9d9;
}
.latestnew-detail .home-page .latest-view .container .nav-view .list .hasdrop:last-child .item {
  color: #333333;
}
.latestnew-detail .home-page .latest-view .container .nav-view .list .hasdrop .item {
  color: #999999;
  line-height: 1.1;
  font-size: 18px;
}
.latestnew-detail .home-page .latest-view .container .container-view {
  text-align: center;
}
.latestnew-detail .home-page .latest-view .container .container-view .title-view {
  display: flex;
  flex-direction: column;
  margin-bottom: 37px;
}
.latestnew-detail .home-page .latest-view .container .container-view .title-view .dt {
  font-size: 42px;
  color: #333333;
  margin-bottom: 15px;
}
.latestnew-detail .home-page .latest-view .container .container-view .title-view .dd {
  font-size: 16px;
  color: #666666;
}
.latestnew-detail .home-page .latest-view .container .container-view .value-view {
  font-size: 18px;
  color: #333333;
  line-height: 1.8;
  text-align: justify;
}
.latestnew-detail .home-page .latest-view .container .container-view .value-view img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}
.latestnew-detail .home-page .latest-view .container .container-view .btn-view {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0 100px 0;
}
.latestnew-detail .home-page .latest-view .container .container-view .btn-view .last-wrap,
.latestnew-detail .home-page .latest-view .container .container-view .btn-view .next-wrap {
  padding: 6px 28px;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #333333;
  display: flex;
  align-items: center;
}
.latestnew-detail .home-page .latest-view .container .container-view .btn-view .last-wrap img,
.latestnew-detail .home-page .latest-view .container .container-view .btn-view .next-wrap img {
  width: 14px;
  height: 14px;
}
.latestnew-detail .home-page .latest-view .container .container-view .btn-view .last-wrap .text,
.latestnew-detail .home-page .latest-view .container .container-view .btn-view .next-wrap .text {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
}
.latestnew-detail .home-page .latest-view .container .container-view .btn-view .next-wrap .text {
  margin-right: 10px;
}
.latestnew-detail .home-page .latest-view .container .container-view .btn-view .last-wrap {
  margin-right: 60px;
}
.latestnew-detail .home-page .latest-view .container .container-view .btn-view .last-wrap .text {
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .latestnew-detail .home-page .latest-view {
    margin-top: 78px;
  }
  .latestnew-detail .home-page .latest-view .container .nav-view {
    padding: 32px 0 64px 0;
  }
  .latestnew-detail .home-page .latest-view .container .nav-view .list .hasdrop {
    padding: 0 14px;
  }
  .latestnew-detail .home-page .latest-view .container .nav-view .list .hasdrop:first-child {
    padding-left: 0;
  }
  .latestnew-detail .home-page .latest-view .container .nav-view .list .hasdrop:first-child::before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .latestnew-detail .home-page .latest-view .container .nav-view .list .hasdrop:nth-child(n + 2)::before {
    content: "";
    width: 1px;
    height: 12px;
    left: 0;
    bottom: 7px;
  }
  .latestnew-detail .home-page .latest-view .container .nav-view .list .hasdrop .item {
    font-size: 17px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .title-view {
    margin-bottom: 30px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .title-view .dt {
    font-size: 38px;
    margin-bottom: 12px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .title-view .dd {
    font-size: 14px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .value-view {
    font-size: 16px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .value-view img {
    margin-top: 24px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view {
    padding: 64px 0 80px 0;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .last-wrap,
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .next-wrap {
    padding: 5px 20px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .last-wrap img,
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .next-wrap img {
    width: 14px;
    height: 14px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .last-wrap .text,
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .next-wrap .text {
    font-size: 16px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .next-wrap .text {
    margin-right: 8px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .last-wrap {
    margin-right: 48px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .last-wrap .text {
    margin-left: 9px;
  }
}
@media (max-width: 992px) {
  .latestnew-detail .home-page .latest-view {
    margin-top: 58px;
  }
  .latestnew-detail .home-page .latest-view .container .nav-view {
    padding: 32px 0 40px 0;
  }
  .latestnew-detail .home-page .latest-view .container .nav-view .list .hasdrop {
    padding: 0 14px;
  }
  .latestnew-detail .home-page .latest-view .container .nav-view .list .hasdrop:first-child::before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .latestnew-detail .home-page .latest-view .container .nav-view .list .hasdrop:nth-child(n + 2)::before {
    content: "";
    width: 1px;
    height: 12px;
    left: 0;
    bottom: 6px;
  }
  .latestnew-detail .home-page .latest-view .container .nav-view .list .hasdrop .item {
    font-size: 16px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .title-view {
    margin-bottom: 10px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .title-view .dt {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .title-view .dd {
    font-size: 14px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .value-view {
    font-size: 14px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .value-view img {
    margin-top: 16px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view {
    padding: 20px 0 40px 0;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .last-wrap,
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .next-wrap {
    padding: 6px 20px;
    border-radius: 5px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .last-wrap img,
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .next-wrap img {
    width: 14px;
    height: 14px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .last-wrap .text,
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .next-wrap .text {
    font-size: 14px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .next-wrap .text {
    margin-right: 6px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .last-wrap {
    margin-right: 48px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .last-wrap .text {
    margin-left: 5px;
  }
}
@media (max-width: 768px) {
  .latestnew-detail .home-page .latest-view {
    margin-top: 0px;
  }
  .latestnew-detail .home-page .latest-view .container .nav-view {
    padding: 24px 0 30px 0;
  }
  .latestnew-detail .home-page .latest-view .container .nav-view .list .hasdrop {
    padding: 0 10px;
  }
  .latestnew-detail .home-page .latest-view .container .nav-view .list .hasdrop:first-child::before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .latestnew-detail .home-page .latest-view .container .nav-view .list .hasdrop:nth-child(n + 2)::before {
    content: "";
    width: 1px;
    height: 12px;
    left: 0;
    bottom: 3px;
  }
  .latestnew-detail .home-page .latest-view .container .nav-view .list .hasdrop .item {
    font-size: 12px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .title-view {
    margin-bottom: 5px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .title-view .dt {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .title-view .dd {
    font-size: 14px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .value-view {
    font-size: 14px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .value-view img {
    margin-top: 12px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view {
    padding: 16px 0 32px 0;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .last-wrap,
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .next-wrap {
    padding: 6px 20px;
    border-radius: 5px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .last-wrap img,
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .next-wrap img {
    width: 14px;
    height: 14px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .last-wrap .text,
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .next-wrap .text {
    font-size: 13px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .next-wrap .text {
    margin-right: 5px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .last-wrap {
    margin-right: 38px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .last-wrap .text {
    margin-left: 4px;
  }
}
@media (max-width: 432px) {
  .latestnew-detail .home-page .latest-view .container .nav-view {
    display: none;
  }
}
@media (max-width: 375px) {
  .latestnew-detail .home-page .latest-view {
    margin-top: 8px;
  }
  .latestnew-detail .home-page .latest-view .container .nav-view {
    padding: 24px 0 30px 0;
  }
  .latestnew-detail .home-page .latest-view .container .nav-view .list .hasdrop {
    padding: 0 10px;
  }
  .latestnew-detail .home-page .latest-view .container .nav-view .list .hasdrop:first-child::before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
  .latestnew-detail .home-page .latest-view .container .nav-view .list .hasdrop:nth-child(n + 2)::before {
    content: "";
    width: 1px;
    height: 12px;
    left: 0;
    bottom: 3px;
  }
  .latestnew-detail .home-page .latest-view .container .nav-view .list .hasdrop .item {
    font-size: 12px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .title-view {
    margin-bottom: 5px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .title-view .dt {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .title-view .dd {
    font-size: 14px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .value-view img {
    margin-top: 12px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view {
    padding: 16px 0 32px 0;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .last-wrap,
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .next-wrap {
    padding: 6px 20px;
    border-radius: 5px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .last-wrap img,
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .next-wrap img {
    width: 14px;
    height: 14px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .last-wrap .text,
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .next-wrap .text {
    font-size: 13px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .next-wrap .text {
    margin-right: 5px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .last-wrap {
    margin-right: 38px;
  }
  .latestnew-detail .home-page .latest-view .container .container-view .btn-view .last-wrap .text {
    margin-left: 4px;
  }
}
.call-us .home-page .demand-view {
  margin-top: 120px;
  background-image: url("/res/baiila/images/home/demand-bg.png");
  background-size: 100%;
}
.call-us .home-page .demand-view .container {
  padding: 120px 0;
}
.call-us .home-page .demand-view .container .title-view {
  text-align: center;
  margin-bottom: 65px;
}
.call-us .home-page .demand-view .container .title-view .title-text {
  font-size: 26px;
  font-weight: 600;
  color: #333333;
}
.call-us .home-page .demand-view .container .title-view .icon {
  width: 40px;
  height: 5px;
  background: #ffd84d;
  border-radius: 3px 3px 3px 3px;
  opacity: 1;
  box-sizing: border-box;
  margin: 20px 0 30px 0;
}
.call-us .home-page .demand-view .container .title-view .title-desc {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}
.call-us .home-page .demand-view .container .form-view {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.call-us .home-page .demand-view .container .form-view .input-view {
  margin-bottom: 30px;
}
.call-us .home-page .demand-view .container .form-view .input-view .name-input {
  width: 370px;
  margin-right: 26px;
  outline: none;
  border: none;
  padding: 10px 20px;
}
.call-us .home-page .demand-view .container .form-view .input-view .phone-input {
  width: 370px;
  outline: none;
  border: none;
  padding: 10px 20px;
}
.call-us .home-page .demand-view .container .form-view .text-view {
  margin-bottom: 40px;
}
.call-us .home-page .demand-view .container .form-view .text-view .demand-text {
  width: 770px;
  outline: none;
  border: none;
  padding: 10px 20px;
  resize: none;
}
.call-us .home-page .demand-view .container .form-view .btn-view .call-btn {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 770px;
  height: 50px;
  background: #ffd84d;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .call-us .home-page .demand-view {
    margin-top: 92px;
  }
  .call-us .home-page .demand-view .container {
    padding: 80px 0;
  }
  .call-us .home-page .demand-view .container .title-view {
    margin-bottom: 40px;
  }
  .call-us .home-page .demand-view .container .title-view .icon {
    margin: 15px 0 20px 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .call-us .home-page .demand-view {
    margin-top: 82px;
  }
  .call-us .home-page .demand-view .container {
    padding: 60px 0;
  }
  .call-us .home-page .demand-view .container .title-view {
    margin-bottom: 40px;
  }
  .call-us .home-page .demand-view .container .title-view .title-text {
    font-size: 30px;
  }
  .call-us .home-page .demand-view .container .title-view .icon {
    margin: 10px 0 15px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .call-us .home-page .demand-view {
    margin-top: 82px;
  }
  .call-us .home-page .demand-view .container {
    padding: 60px 0;
  }
  .call-us .home-page .demand-view .container .title-view {
    margin-bottom: 30px;
  }
  .call-us .home-page .demand-view .container .title-view .title-text {
    font-size: 24px;
  }
  .call-us .home-page .demand-view .container .title-view .icon {
    margin: 10px 0 15px 0;
    width: 30px;
  }
  .call-us .home-page .demand-view .container .form-view .input-view {
    margin-bottom: 30px;
  }
  .call-us .home-page .demand-view .container .form-view .input-view .name-input {
    width: 285px;
  }
  .call-us .home-page .demand-view .container .form-view .input-view .phone-input {
    width: 285px;
  }
  .call-us .home-page .demand-view .container .form-view .text-view {
    margin-bottom: 40px;
  }
  .call-us .home-page .demand-view .container .form-view .text-view .demand-text {
    width: 600px;
  }
  .call-us .home-page .demand-view .container .form-view .btn-view .call-btn {
    width: 600px;
  }
}
@media (max-width: 767px) {
  .call-us .home-page .demand-view {
    margin-top: 0;
  }
  .call-us .home-page .demand-view .container {
    padding: 60px 0;
  }
  .call-us .home-page .demand-view .container .title-view {
    margin-bottom: 20px;
  }
  .call-us .home-page .demand-view .container .title-view .title-text {
    font-size: 24px;
  }
  .call-us .home-page .demand-view .container .title-view .title-desc {
    font-size: 14px;
  }
  .call-us .home-page .demand-view .container .title-view .icon {
    margin: 10px 0 15px 0;
    width: 30px;
  }
  .call-us .home-page .demand-view .container .form-view {
    width: 100%;
    padding: 0 15px;
  }
  .call-us .home-page .demand-view .container .form-view .input-view {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    width: 100%;
  }
  .call-us .home-page .demand-view .container .form-view .input-view .name-input {
    width: 100%;
    margin-bottom: 20px;
    height: 34px;
  }
  .call-us .home-page .demand-view .container .form-view .input-view .phone-input {
    width: 100%;
    height: 34px;
  }
  .call-us .home-page .demand-view .container .form-view .text-view {
    width: 100%;
    margin-bottom: 20px;
  }
  .call-us .home-page .demand-view .container .form-view .text-view .demand-text {
    width: 100%;
    height: 100px;
  }
  .call-us .home-page .demand-view .container .form-view .btn-view {
    width: 100%;
  }
  .call-us .home-page .demand-view .container .form-view .btn-view .call-btn {
    width: 100%;
    height: 38px;
  }
}
@media (max-width: 500px) {
  .call-us .home-page .demand-view .container {
    padding: 60px 0;
  }
  .call-us .home-page .demand-view .container .title-text {
    font-size: 22px !important;
  }
}
.about-us .home-page .company-profile {
  width: 100%;
  margin-top: 122px;
}
.about-us .home-page .company-profile .banner {
  width: 100%;
}
.about-us .home-page .company-profile .banner img {
  width: 100%;
}
.about-us .home-page .company-profile .title-view {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-us .home-page .company-profile .title-view .title {
  font-size: 30px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
}
.about-us .home-page .company-profile .title-view .line-view {
  width: 40px;
  height: 5px;
  background-color: #ffd84d;
  border-radius: 3px;
  margin-bottom: 60px;
}
.about-us .home-page .company-profile .profile-view {
  margin-bottom: 80px;
  width: 100%;
  display: flex;
}
.about-us .home-page .company-profile .profile-view .profile-left {
  width: 47.06%;
  margin-right: 4.2%;
}
.about-us .home-page .company-profile .profile-view .profile-left .profile-special {
  font-size: 30px;
  color: #333333;
  margin-bottom: 20px;
}
.about-us .home-page .company-profile .profile-view .profile-left .profile-special:hover {
  color: #ffd84d;
  transition: 0.8s;
}
.about-us .home-page .company-profile .profile-view .profile-left .profile-bottom {
  padding: 0 2px;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.about-us .home-page .company-profile .profile-view .profile-right {
  width: 48.74%;
  overflow: hidden;
}
.about-us .home-page .company-profile .profile-view .profile-right img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.about-us .home-page .company-profile .profile-view .profile-right img:hover {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}
.about-us .home-page .company-profile .profile-list {
  width: 100%;
  background-color: #fbfbfb;
}
.about-us .home-page .company-profile .profile-list .container {
  display: flex;
  flex-wrap: wrap;
  background-color: #fbfbfb;
}
.about-us .home-page .company-profile .profile-list .container .item {
  width: 25%;
  padding-left: 40px;
  margin: 55px 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  border-right: 1px solid #efefef;
  background: transparent;
  font-size: 14px;
}
.about-us .home-page .company-profile .profile-list .container .item:first-child {
  padding-left: 50px;
}
.about-us .home-page .company-profile .profile-list .container .item:last-child {
  border-right: 0;
}
.about-us .home-page .company-profile .profile-list .container .item .list-title {
  display: flex;
  margin-right: 20px;
}
.about-us .home-page .company-profile .profile-list .container .item .list-title .count {
  font-size: 30px;
  margin-bottom: 10px;
}
.about-us .home-page .company-profile .profile-list .container .item .list-title .text {
  padding: 14px 0 7px 4px;
  font-size: 14px;
}
.about-us .home-page .company-profile .profile-list .container .item .list-pro {
  color: #666666;
}
.about-us .home-page .company-profile .map-image-view {
  position: relative;
  width: 100%;
  height: 560px;
  color: #333333;
  overflow: hidden;
}
.about-us .home-page .company-profile .map-image-view .map-image {
  width: 1920px;
  height: 560px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-us .home-page .company-profile .map-image-view .map-marker-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about-us .home-page .company-profile .map-image-view .map-marker-wrap .map-point {
  position: absolute;
  padding: 0px;
  margin: 0px;
  border: 0px;
  cursor: pointer;
  width: 20px;
  height: 29.5px;
  left: -10px;
  top: 0;
  transform-origin: 10px 14px;
}
.about-us .home-page .company-profile .map-image-view .map-marker-wrap .map-marker-view {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 494px;
  z-index: 999;
  background-color: #fff;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  padding: 12px 16px;
  border: 1px solid #d7d7d7;
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-us .home-page .company-profile .map-image-view .map-marker-wrap .map-marker-view {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .about-us .home-page .company-profile .map-image-view .map-marker-wrap .map-marker-view {
    width: 300px;
    left: -137px;
    bottom: 7px;
  }
}
.about-us .home-page .company-profile .map-image-view .map-marker-wrap .map-marker-view::before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -17px;
  height: 0;
  width: 0;
  border-top: 9px solid #fff;
  border-left: 9px solid #fff;
  border-bottom: 9px solid transparent;
  border-right: 9px solid transparent;
}
@media screen and (max-width: 767px) {
  .about-us .home-page .company-profile .map-image-view .map-marker-wrap .map-marker-view::before {
    left: 135px;
  }
}
.about-us .home-page .company-profile .map-image-view .map-marker-wrap .map-marker-view span {
  display: block;
}
.about-us .home-page .company-profile .map-image-view .map-marker-wrap .map-marker-view span:first-child {
  font-weight: 600;
  padding-bottom: 4px;
  font-size: 16px;
  color: #333;
  margin-bottom: 4px;
}
.about-us .home-page .company-profile .map-image-view .map-marker-wrap .map-marker-view span:last-child {
  font-size: 14px;
  color: #666;
}
@media (max-width: 474px) {
  .about-us .home-page .company-profile {
    margin-top: 0;
  }
  .about-us .home-page .company-profile .title-view {
    margin-top: 18px;
  }
  .about-us .home-page .company-profile .title-view .title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .about-us .home-page .company-profile .title-view .line-view {
    margin-bottom: 12px;
  }
  .about-us .home-page .company-profile .profile-view {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .about-us .home-page .company-profile .profile-view .profile-left {
    width: 100%;
    flex: 1;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .about-us .home-page .company-profile .profile-view .profile-left .profile-special {
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
  }
  .about-us .home-page .company-profile .profile-view .profile-left .profile-bottom {
    font-size: 14px;
  }
  .about-us .home-page .company-profile .profile-view .profile-right {
    width: 100%;
  }
  .about-us .home-page .company-profile .profile-list {
    margin-bottom: 20px;
  }
  .about-us .home-page .company-profile .profile-list .container {
    width: 100%;
    display: flex;
    margin-left: 0;
  }
  .about-us .home-page .company-profile .profile-list .container .item {
    text-align: center;
    width: 100%;
    padding: 16px 0;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #efefef;
  }
  .about-us .home-page .company-profile .profile-list .container .item .list-title {
    align-self: center;
    font-size: 20px;
    margin: 0;
  }
  .about-us .home-page .company-profile .profile-list .container .item .list-title .count {
    padding: 5px;
  }
  .about-us .home-page .company-profile .profile-list .container .item:first-child {
    padding-left: 0;
  }
  .about-us .home-page .company-profile .profile-list .container .item:last-child {
    border: 0;
  }
  .about-us .home-page .company-profile .map-view {
    height: 240px;
  }
  .about-us .home-page .company-profile .map-image-view {
    height: 240px;
  }
}
@media (min-width: 475px) and (max-width: 767px) {
  .about-us .home-page .company-profile {
    margin-top: 8px;
  }
  .about-us .home-page .company-profile .title-view {
    margin-top: 24px;
  }
  .about-us .home-page .company-profile .title-view .title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .about-us .home-page .company-profile .title-view .line-view {
    margin-bottom: 16px;
  }
  .about-us .home-page .company-profile .profile-view {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .about-us .home-page .company-profile .profile-view .profile-left {
    width: 100%;
    flex: 1;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .about-us .home-page .company-profile .profile-view .profile-left .profile-special {
    font-size: 20px;
    text-align: center;
    margin-bottom: 12px;
  }
  .about-us .home-page .company-profile .profile-view .profile-left .profile-bottom {
    font-size: 16px;
  }
  .about-us .home-page .company-profile .profile-view .profile-right {
    width: 100%;
  }
  .about-us .home-page .company-profile .profile-list {
    margin-bottom: 20px;
  }
  .about-us .home-page .company-profile .profile-list .container {
    width: 100%;
    display: flex;
  }
  .about-us .home-page .company-profile .profile-list .container .item {
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 50%;
    padding: 20px 0;
    margin: 0;
  }
  .about-us .home-page .company-profile .profile-list .container .item:first-child {
    padding-left: 0;
    border-bottom: 1px solid #efefef;
  }
  .about-us .home-page .company-profile .profile-list .container .item:nth-child(2) {
    border-bottom: 1px solid #efefef;
  }
  .about-us .home-page .company-profile .profile-list .container .item:nth-child(2n) {
    border-right: 0;
  }
  .about-us .home-page .company-profile .profile-list .container .item .list-title {
    font-size: 20px;
  }
  .about-us .home-page .company-profile .profile-list .container .item .list-title .count {
    padding: 5px;
  }
  .about-us .home-page .company-profile .map-view {
    height: 240px;
  }
  .about-us .home-page .company-profile .map-image-view {
    height: 240px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-us .home-page .company-profile {
    margin-top: 100px;
  }
  .about-us .home-page .company-profile .title-view {
    margin-top: 50px;
  }
  .about-us .home-page .company-profile .title-view .title {
    font-size: 26px;
  }
  .about-us .home-page .company-profile .title-view .line-view {
    margin-bottom: 38px;
  }
  .about-us .home-page .company-profile .profile-view {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .about-us .home-page .company-profile .profile-view .profile-left {
    width: 100%;
    flex: 1;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .about-us .home-page .company-profile .profile-view .profile-left .profile-special {
    font-size: 24px;
  }
  .about-us .home-page .company-profile .profile-view .profile-left .profile-bottom {
    font-size: 16px;
  }
  .about-us .home-page .company-profile .profile-view .profile-right {
    width: 100%;
  }
  .about-us .home-page .company-profile .profile-list .container .item {
    width: 25%;
    font-size: 14px;
    padding: 8px;
    text-align: center;
    padding: 0 8px;
  }
  .about-us .home-page .company-profile .profile-list .container .item:first-child {
    padding-left: 8px;
  }
  .about-us .home-page .company-profile .profile-list .container .item .list-title {
    font-size: 24px;
    justify-content: center;
  }
  .about-us .home-page .company-profile .profile-list .container .item .list-title .count {
    padding: 8px;
  }
  .about-us .home-page .company-profile .profile-list .container .item:last-child {
    border-right: none;
  }
  .about-us .home-page .company-profile .map-view {
    height: 360px;
  }
  .about-us .home-page .company-profile .map-image-view {
    height: 360px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-us .home-page .company-profile {
    margin-top: 100px;
  }
  .about-us .home-page .company-profile .title-view {
    margin-top: 78px;
  }
  .about-us .home-page .company-profile .profile-view .profile-left .profile-special {
    font-size: 20px;
  }
  .about-us .home-page .company-profile .profile-view .profile-left .profile-bottom {
    font-size: 16px;
  }
  .about-us .home-page .company-profile .profile-list .container .item {
    padding-right: 10px;
  }
  .about-us .home-page .company-profile .profile-list .container .item:last-child {
    border-right: none;
  }
}
