@import url('/wp-content/themes/global/static/landing2/swiper-bundle.css');
@font-face {
  font-family: Regular;
  src: url(/wp-content/themes/global/static/fonts/AlimamaAgileVF-Thin.ttf);
}
@font-face {
  font-family: Righteous;
  src: url(/wp-content/themes/global/static/fonts/Righteous-Regular.ttf);
}
.this-public {
  font-family: Regular;
  /*--wght: 400;*/
  --wdth: 100;
  --slnt: 0;
  --SRIF: 0;
  font-variation-settings: 'wght' var(--wght), 'wdth' var(--wdth), 'slnt' var(--slnt), 'SRIF' var(--SRIF);
  --color: #EB6318;
  color: #333;
}
#form{
    padding-top: 10px !important;
}
.inquiry-pop-bd{
    height:550px !important;
}
.this-public h1,
.this-public h2,
.this-public h3,
.this-public h4,
.this-public h5,
.this-public h6 {
  font-family: Righteous;
  font-weight: 500;
}
.this-public .swiper-button-next,
.this-public .swiper-button-prev {
  opacity: 1;
  background-color: transparent;
}
.this-public .swiper-button-prev::before,
.this-public .swiper-button-next::before {
  content: '';
}
.this-public .swiper-button-prev::after,
.this-public .swiper-button-next::after {
  background-color: none;
}
.this-public .w1400 {
  width: 1400px;
  margin: auto;
}
.this-public .pl1400 {
  padding-left: calc((100% - 1400px)/2);
}
.this-public .this-button {
  cursor: pointer;
  color: #fff;
  background-color: var(--color);
  border: 1px solid transparent;
  padding: 8px 30px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
}
.this-public .this-button:hover {
  transition: all 0.5s;
  background-color: #fff;
  border: 1px solid var(--color);
}
.this-public .this-button:hover span {
  color: var(--color);
}
.this-public .this-button:hover::before {
  color: var(--color);
}
.this-public .this-button::before {
  content: "\f061";
  font-family: FontAwesome;
}
.this-public .this-button span {
  color: #fff;
  font-size: 18px;
}
.this-public .this-button i {
  font-size: 24px;
  color: #fff;
}
.this-public .this-button2 {
  width: 300px;
  margin-top: 50px;
  font-size: 24px;
  text-align: center;
}
.this-public h2 {
  font-size: 56px;
}
.this-title h2 {
  text-transform: capitalize;
}
.this-public h3 {
  font-size: 32px;
}
.this-public h5 {
  color: #333;
}
@media screen and (max-width: 1440px) {
  .this-public .w1400 {
    width: 1200px;
  }
  .this-public h2 {
    font-size: 50px;
  }
  .this-public .pl1400 {
    padding-left: calc((100% - 1200px)/2);
  }
}
@media screen and (max-width: 1280px) {
  .this-public .w1400 {
    width: 90vw;
  }
  .this-public h2 {
    font-size: 45px;
  }
  .this-public .pl1400 {
    padding-left: calc((100% - 1000px)/2);
  }
}
@media screen and (max-width: 1024px) {
  .this-public .w1400 {
    width: 880px;
  }
  .this-public .pl1400 {
    padding-left: calc((100% - 880px)/2);
  }
  .this-public h2 {
    font-size: 35px;
  }
  .this-public h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 900px) {
  .this-public .w1400 {
    width: 90vw;
  }
  .this-public .pl1400 {
    padding-left: calc((100% - 90vw)/2);
  }
}
@media screen and (max-width: 700px) {
  .this-public h2 {
    font-size: 28px;
  }
  .this-public h3 {
    font-size: 24px;
  }
  .this-public .this-button2 {
    font-size: 20px;
  }
}


.landingPage2  .contactWrapper{
    padding: 80px 0 50px 0;
}
.landingPage2  .contactWrapper .Wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}
.landingPage2  .contactWrapper .Wrap .contact_title{
   font-size: 26px;
   font-weight: bold;
   font-family: Righteous;
}
.landingPage2  .contactWrapper .Wrap .this-button{
    font-family: Regular;
    padding:10px 80px;
    font-size: 20px;
}
.landingPage2  .contactWrapper .Wrap .this-button:hover{
    background-color: #fff;
    color: var(--color);
    
}

.landingPage2 .bannerSwiper .swiper-slide1 {
  /*根据内容调整宽度*/
  width: 100%;
}
.landingPage2 .bannerWrapper .bannerswiper {
  position: relative;
  overflow: hidden;
}
.landingPage2 .bannerWrapper .bannerswiper .img-b {
  width: 100%;
}
.landingPage2 .bannerWrapper .bannerswiper .img-b::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.landingPage2 .bannerWrapper .bannerswiper .img-b img {
  width: 100%;
  display: block;
}
.landingPage2 .bannerWrapper .bannerswiper .this-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.landingPage2 .bannerWrapper .bannerswiper .this-text h1 {
  font-size: 60px;
  color: #fff;
}
.landingPage2 .bannerWrapper .bannerswiper .this-text p {
  display: block;
  margin-top: 30px;
  color: #fff;
  font-size: 24px;
}
.landingPage2 .bannerWrapper .bannerswiper .this-text .this-button {
  margin-top: 30px;
}
.landingPage2 .bannerWrapper .bannerswiper .this-text .this-button i {
  font-size: 24px;
}
.landingPage2 .bannerWrapper .bannerswiper .this-text .this-button span {
  font-size: 22px;
}
.landingPage2 .this-model {
  display: flex;
  align-items: flex-end;
  transform: translateY(-30px);
  gap: 2vw;
  position: relative;
  z-index: 2;
}
.landingPage2 .this-model .this-model-in {
  display: flex;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  padding-left: calc((100% - 1400px) / 2);
  gap: 2vw;
  background-color: var(--color);
}
.landingPage2 .this-model .this-model-in .this-child {
  position: relative;
  padding:30px 20px;
}
.landingPage2 .this-model .this-model-in .this-child p {
  font-size: 20px;
  color: #fff;
}
.landingPage2 .this-model .this-model-in .this-child .bottom {
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.landingPage2 .this-model .this-model-in .this-child .bottom h3 {
  color: #fff;
  font-size: 40px;
}
.landingPage2 .this-model .this-model-in .this-child .bottom span {
  color: #fff;
  font-size: 42px;
  font-weight: 300;
}
.landingPage2 .this-model .this-company-logo .this-title h5 {
  display: inline-block;
  font-size: 18px;
}
.landingPage2 .this-model .this-company-logo .this-in {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.landingPage2 .this-model .this-company-logo .this-in .img-b {
  width: auto;
}
.landingPage2 .this-model .this-company-logo .this-in .img-b img {
  max-height: 90px;
}
.landingPage2 .aboutWrapper {
  margin-top: 5vw;
}
.landingPage2 .aboutWrapper .Wrapper {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.landingPage2 .aboutWrapper .Wrapper .left {
  width: calc(49% - 1vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.landingPage2 .aboutWrapper .Wrapper .left h2 {
  padding-bottom: 20px;
  position: relative;
}
.landingPage2 .aboutWrapper .Wrapper .left h2::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #6D6D6D;
}
.landingPage2 .aboutWrapper .Wrapper .left h3 {
  margin-top: 20px;
}
.landingPage2 .aboutWrapper .Wrapper .left .this-text p {
  margin-top: 20px;
  font-size: 16px;
}
.landingPage2 .aboutWrapper .Wrapper .left .this-button {
  margin-top: 30px;
}
.landingPage2 .aboutWrapper .Wrapper .right {
  width: calc(50% - 1vw);
}
.landingPage2 .aboutWrapper .Wrapper .right .img-b {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.landingPage2 .aboutWrapper .Wrapper .right .img-b img {
  width: 100%;
}
.landingPage2 .aboutWrapper .about_swiper {
  margin-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.landingPage2 .aboutWrapper .about_swiper .swiper-slide{
    height: auto!important;
}
.landingPage2 .aboutWrapper .about_swiper .swiper-pagination {
  bottom: 0;
}
.landingPage2 .aboutWrapper .about_swiper .swiper-pagination-bullet:before {
  display: none;
}
.landingPage2 .aboutWrapper .about_swiper .swiper-pagination-clickable .swiper-pagination-bullet {
  background-color: var(--color);
}
.landingPage2 .aboutWrapper .about_swiper .img-b {
  width: 100%;
  height: 100%;
}
.landingPage2 .aboutWrapper .about_swiper .img-b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landingPage2 .partnertWrapper {
  margin-top: 5vw;
}
.landingPage2 .partnertWrapper .this-title {
  text-align: center;
}
.landingPage2 .partnertWrapper ul {
  display: flex;
  margin-top: 3vw;
}
.landingPage2 .partnertWrapper ul li {
  flex: 0 33.33%;
  padding: 10px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.landingPage2 .partnertWrapper ul li .iconWrap {
  background-color: #EC6418;
  box-sizing: border-box;
  border-radius: 20px;
  width: 100px;
  height: 100px;
}
.landingPage2 .partnertWrapper ul li .iconWrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landingPage2 .partnertWrapper ul li .info {
  text-align: center;
  margin-top: 24px;
}
.landingPage2 .partnertWrapper ul li .info .title {
  font-size: 24px;
  font-family: Righteous;
}
.landingPage2 .partnertWrapper ul li .info .desc {
  font-size: 16px;
  width: 80%;
  margin: 10px auto;
}
.landingPage2 .introWrapper {
  margin-top: 5vw;
}
.landingPage2 .introWrapper .Wrapper {
  display: flex;
  height: 700px;
}
.landingPage2 .introWrapper .Wrapper > div {
  padding: 8px;
}
.landingPage2 .introWrapper .Wrapper .left {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.landingPage2 .introWrapper .Wrapper .left .img-b {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}
.landingPage2 .introWrapper .Wrapper .left .img-b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landingPage2 .introWrapper .Wrapper .left .img1 {
  height: 35%;
}
.landingPage2 .introWrapper .Wrapper .left .img2 {
  height: calc(65% - 16px);
}
.landingPage2 .introWrapper .Wrapper .center {
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.landingPage2 .introWrapper .Wrapper .center .this-text {
  width: 100%;
  height: calc(60% - 16px);
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--color);
  padding: 80px 30px 30px;
  position: relative;
}
.landingPage2 .introWrapper .Wrapper .center .this-text::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50px;
  left: 30px;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
.landingPage2 .introWrapper .Wrapper .center .this-text p {
  color: #fff;
  font-size: 20px;
  line-height: 2;
}
.landingPage2 .introWrapper .Wrapper .center .img-b {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 40%;
}
.landingPage2 .introWrapper .Wrapper .center .img-b img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.landingPage2 .introWrapper .Wrapper .right {
  width: 40%;
  height: 100%;
}
.landingPage2 .introWrapper .Wrapper .right .img-b {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.landingPage2 .introWrapper .Wrapper .right .img-b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landingPage2 .proWrapper {
  margin-top: 100px;
}
.landingPage2 .proWrapper .titleWrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.landingPage2 .proWrapper .titleWrap ul {
  display: flex;
  justify-content: flex-end;
  flex: auto;
}
.landingPage2 .proWrapper .titleWrap ul li {
  flex: 0 auto;
  padding: 0 30px;
  text-align: end;
  font-size: 20px;
  font-family: Righteous;
  cursor: pointer;
}
.landingPage2 .proWrapper .titleWrap ul li.current{
    background: #EB6318;
    color: #fff;
}
.landingPage2 .proWrapper .itemWrap{
    position: relative;
}

.landingPage2 .proWrapper .item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  position: relative;
  width: 100%;
  height: 100%;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.landingPage2 .proWrapper .item li {
  flex: 0 33.3333%;
  padding: 15px 30px 50px 15px;
  box-sizing: border-box;
  position: relative;
}
.landingPage2 .proWrapper .item li .this-child {
  height: 100%;
  padding: 15px;
  display: block;
  border-radius: 10px;
  padding-bottom: 50px ;
  background-color: #EFEFEF;
}
.landingPage2 .proWrapper .item li .this-child .img-b {
  border-radius: 10px;
  overflow: hidden;
}
.landingPage2 .proWrapper .item li .this-child .img-b img {
  width: 100%;
}
.landingPage2 .proWrapper .item li .this-child .this-text {
  margin-top: 15px;
}
.landingPage2 .proWrapper .item li .this-child .this-text h5 {
  font-size: 18px;
}
.landingPage2 .proWrapper .item li .this-child .this-text p {
  font-size: 16px;
  margin-top: 10px;
}
.landingPage2 .proWrapper .item li .this-child .this-button {
  border-radius: 10px;
  padding: 15px 30px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.landingPage2 .proWrapper .hide {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
.landingPage2 .whyWrapper {
  margin-top: 50px;
}
.landingPage2 .whyWrapper .this-title {
  text-align: center;
}
.landingPage2 .whyWrapper .Wrapper {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.landingPage2 .whyWrapper .Wrapper li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.landingPage2 .whyWrapper .Wrapper li .left {
  width: calc(50% - 1vw);
}
.landingPage2 .whyWrapper .Wrapper li .left .img-b {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.landingPage2 .whyWrapper .Wrapper li .left .img-b img {
  width: 100%;
}
.landingPage2 .whyWrapper .Wrapper li .right {
  padding-left: 0;
  padding-right: 1vw;
  width: calc(45% - 1vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.landingPage2 .whyWrapper .Wrapper li .right .title {
  font-size: 40px;
}
.landingPage2 .whyWrapper .Wrapper li .right p {
  margin-top: 20px;
  font-size: 16px;
}
.landingPage2 .whyWrapper .Wrapper li .right ul {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.landingPage2 .whyWrapper .Wrapper li .right ul li {
  padding-left: 16px;
  position: relative;
  font-size: 16px;
}
.landingPage2 .whyWrapper .Wrapper li .right ul li::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -70%);
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color);
}
.landingPage2 .whyWrapper .Wrapper li .right .this-button {
  margin-top: 20px;
}
.landingPage2 .whyWrapper .Wrapper li:nth-child(2n+2) {
  flex-direction: row-reverse;
}
.landingPage2 .whyWrapper .Wrapper li:nth-child(1) .right::before,
.landingPage2 .whyWrapper .Wrapper li:nth-child(5) .right::before {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  display: inline-block;
  width: 5px;
  height: 150px;
  background-color: var(--color);
}
.landingPage2 .whyWrapper .Wrapper li:nth-child(2)::after,
.landingPage2 .whyWrapper .Wrapper li:nth-child(6)::after {
  content: "";
  top: 0;
  left: 0;
  width: 150px;
  height: 5px;
  background-color: #EB6318;
  position: absolute;
}
.landingPage2 .whyWrapper .Wrapper li:nth-child(2) .right,
.landingPage2 .whyWrapper .Wrapper li:nth-child(6) .right {
  padding-left: 3vw;
}
.landingPage2 .whyWrapper .Wrapper li:nth-child(2) .right::before,
.landingPage2 .whyWrapper .Wrapper li:nth-child(6) .right::before {
  display: none;
}
.landingPage2 .galleryWrapper {
  background-color: #F3F3F3;
  padding: 60px 0 50px;
  margin-top: 50px;
}
.landingPage2 .galleryWrapper .Wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.landingPage2 .galleryWrapper .Wrapper .this-title {
  text-align: center;
}
.landingPage2 .galleryWrapper .Wrapper .this-in {
  width: 100%;
  margin-top: 30px;
}
.landingPage2 .galleryWrapper .Wrapper .this-in .swiper {
  width: 100%;
}
.landingPage2 .galleryWrapper .Wrapper .this-in .swiper .swiper-button-next {
  height: 100%;
  padding: 0 30px;
  right: 0;
  top: 0;
  left: auto;
  bottom: auto;
  margin: auto;
  background-color: #DCD2D099;
  filter: blur(1);
  border-radius: 0;
}
.landingPage2 .galleryWrapper .Wrapper .this-in .swiper .swiper-button-next::after {
  font-size: 20px;
  color: #222121;
}
.landingPage2 .galleryWrapper .Wrapper .this-in .swiper .img-b {
  width: 100%;
}
.landingPage2 .galleryWrapper .Wrapper .this-in .swiper .img-b img {
  width: 100%;
}
.landingPage2 .galleryWrapper .Wrapper .this-button {
  margin-top: 60px;
}
.landingPage2 .sayWrapper {
  margin-top: 60px;
  text-align: center;
}
.landingPage2 .sayWrapper .this-title {
  text-align: center;
}
.landingPage2 .sayWrapper .this-in {
  margin-top: 50px;
}
.landingPage2 .sayWrapper .this-in .swiper .swiper-slide {
  height: auto !important;
}
.landingPage2 .sayWrapper .this-in .swiper .this-child {
  height: 100%;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background-color: #F5F5F5;
}
.landingPage2 .sayWrapper .this-in .swiper .this-child .left_img {
  flex: 0 30%;
  width: 30%;
}
.landingPage2 .sayWrapper .this-in .swiper .this-child .left_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.landingPage2 .sayWrapper .this-in .swiper .this-child .this-intro {
  flex: 0 70%;
  width: 70%;
  padding: 30px;
}
.landingPage2 .sayWrapper .this-in .swiper .this-child .this-intro .this-user {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.landingPage2 .sayWrapper .this-in .swiper .this-child .this-intro .this-user .title {
  text-align: left;
  font-size: 20px;
  font-family: Righteous;
}
.landingPage2 .sayWrapper .this-in .swiper .this-child .this-intro .this-user img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}
.landingPage2 .sayWrapper .this-in .swiper .this-child .this-intro .this-text {
  margin-top: 10px;
}
.landingPage2 .sayWrapper .this-in .swiper .this-child .this-intro .this-text p {
  font-size: 16px;
}
.landingPage2 .sayWrapper .this-in .swiper .swiper-button-next::after {
  font-size: 20px;
  color: #2B60A5;
  font-weight: 700;
}
.landingPage2 .sayWrapper .this-button {
  margin-top: 30px;
  display: inline-block;
}
.landingPage2 .load_faq {
  padding: 5vw 0;
}
.landingPage2 .load_faq .load_title {
  text-align: center;
}
.landingPage2 .load_faq .load_title::after {
  display: none;
}
.landingPage2 .load_faq .load_title p {
  font-size: 20px;
  margin-top: 20px;
  color: #494949;
  font-family: ArialMT;
  font-weight: normal;
}
.landingPage2 .load_faq .Wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.landingPage2 .load_faq .Wrap .left {
  flex: 0 20%;
}
.landingPage2 .load_faq .Wrap .left .this-title {
  position: relative;
}
.landingPage2 .load_faq .Wrap .left .this-title h2 {
  padding-bottom: 20px;
}
.landingPage2 .load_faq .Wrap .left .this-title::after {
  position: absolute;
  left: 0;
  content: "";
  width: 80px;
  height: 3px;
  display: block;
  background-color: #333333;
}
.landingPage2 .load_faq .Wrap .left .imgWrap {
  margin-top: 50px;
  width: 80%;
}
.landingPage2 .load_faq .Wrap .left .imgWrap img {
  width: 100%;
}
.landingPage2 .load_faq .Wrap .right {
  flex: 0 75%;
}
.landingPage2 .load_faq .Wrap .right .faq ul {
  width: 100%;
}
.landingPage2 .load_faq .Wrap .right .faq ul li {
  padding: 10px 0;
  border-bottom: 1px solid #858585;
}
.landingPage2 .load_faq .Wrap .right .faq ul li .question {
  padding: 20px;
  background-color: #FFF;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.landingPage2 .load_faq .Wrap .right .faq ul li .question p {
  display: inline-block;
  width: calc(100% - 20px);
}
.landingPage2 .load_faq .Wrap .right .faq ul li .question b {
  position: absolute;
  content: "";
  background-image: url(../images/faqarrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  font-family: Astra;
  font-size: 14px;
  font-weight: 700;
  color: #a7afb4;
  transform: rotate(0deg);
  transition: all 0.3s;
}
.landingPage2 .load_faq .Wrap .right .faq ul li .question .active {
  transform: rotate(180deg);
}
.landingPage2 .load_faq .Wrap .right .faq ul li .answer {
  display: none;
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  color: #546a8c;
}
.landingPage2 .load_form {
  margin-top: 60px;
  padding-bottom: 5vw;
}
.landingPage2 .load_form .this-title {
  text-align: center;
}
.landingPage2 .load_form .load_layout {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.landingPage2 .load_form .leftForm {
  box-sizing: border-box;
  flex: 0 47%;
  padding: 2vw;
  background-color: #f3eee9;
  border-radius: 30px;
  box-shadow: -40px 30px #79BD34;
}
.landingPage2 .load_form .leftForm .form_text .top {
  display: flex;
  flex-direction: column;
  /*align-items: center;*/
  gap: 0 30px;
}
.landingPage2 .load_form .leftForm .form_text .top .icon_img {
  width: 250px;
}
.landingPage2 .load_form .leftForm .form_text .top .icon_img img {
  width: 100%;
}
.landingPage2 .load_form .leftForm .form_text .top h3 {
  font-size: 30px;
  width:90%;
}
.landingPage2 .load_form .leftForm .form_text p {
  font-size: 18px;
  color: #56606f;
  line-height: 2;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 30px;
}
.landingPage2 .load_form .leftForm .form_input .this_form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px 0;
}
.landingPage2 .load_form .leftForm .form_input .this_form .this_list {
  width: 100%;
}
.landingPage2 .load_form .leftForm .form_input .this_form .this_list h5 {
  color: #494949;
  font-size: 20px;
  margin-bottom: 10px;
}
.landingPage2 .load_form .leftForm .form_input .this_form .this_list input {
  border: 1px solid #eee;
  width: 100%;
  line-height: 3;
  padding-left: 10px;
  box-sizing: border-box;
}
.landingPage2 .load_form .leftForm .form_input .this_form .this_list input::placeholder {
  font-size: 16px;
}
.landingPage2 .load_form .leftForm .form_input .this_form .this_list textarea {
  border: 1px solid #eee;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 2;
  resize: none;
  height: 120px;
}
.landingPage2 .load_form .leftForm .form_input .this_form .this_list textarea::placeholder {
  font-size: 16px;
}
.landingPage2 .load_form .leftForm .form_input .this_form input[type="submit"] {
  background-color: var(--color);
  padding: 10px 30px;
  color: #ffff;
  border-radius: 10px;
  border: none;
  font-size: 16px;
}
.landingPage2 .load_form .rightIntro {
  flex: 0 47%;
}
.landingPage2 .load_form .rightIntro .load_title {
  text-align: left;
  font-size: 2vw;
}
.landingPage2 .load_form .rightIntro .load_title::after {
  display: none;
}
.landingPage2 .load_form .rightIntro .load_title p {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}
.landingPage2 .load_form .rightIntro ul {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.landingPage2 .load_form .rightIntro ul li {
  display: flex;
  flex-direction: column;
}
.landingPage2 .load_form .rightIntro ul li h5 {
  font-size: 18px;
  line-height: 1.6;
}
.landingPage2 .load_form .rightIntro ul li p {
  margin-top: 10px;
  color: #5d6772;
  line-height: 1.5;
  font-size: 16px;
}
@media screen and (max-width: 1440px) {
  .landingPage2 .sayWrapper .this-in .swiper .this-child {
    min-height: 330px;
  }
  .landingPage2 .this-model {
    justify-content: space-between;
  }
  .landingPage2 .this-model .this-model-in .this-child .bottom h3 {
    font-size: 50px;
  }
  .landingPage2 .this-model .this-company-logo {
    flex: auto;
  }
  .landingPage2 .this-model .this-company-logo .this-in {
    gap: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .landingPage2 .sayWrapper .this-in .swiper .this-child {
    min-height: 370px;
  }
  .landingPage2 .this-model {
    flex-direction: column;
    transform: translateY(0);
    align-items: flex-start;
  }
  .landingPage2 .this-model .this-model-in {
    width: 100%;
    border-radius: 0;
  }
  .landingPage2 .this-model .this-model-in .this-child {
    flex: 1;
    text-align: center;
  }
  .landingPage2 .this-model .this-model-in .this-child .bottom {
    justify-content: center;
  }
  .landingPage2 .whyWrapper .Wrapper li .right .title {
    font-size: 35px;
  }
  .landingPage2 .proWrapper .titleWrap ul {
    flex: 100%;
  }
}
@media screen and (max-width: 1080px) {
  .landingPage2 .bannerWrapper .bannerswiper .this-text {;
    transform: translate(0);
    width: 100%;
    padding: 5px 20px;
    display: block;
    top: 30px;
    left: auto;
  }
  .landingPage2 .bannerWrapper .bannerswiper .this-text h1 {
    text-align: start;
    font-size: 40px;
    color: #333;
  }
  .landingPage2 .bannerWrapper .bannerswiper .this-text p {
    display: none;
  }
  .landingPage2 .bannerWrapper .bannerswiper .this-text .this-button{
      width:51%;
  }
  .landingPage2 .bannerWrapper .bannerswiper .this-model {
    background-color: transparent;
    position: relative;
    transform: translate(0);
    padding-left: 0;
    border-radius: 0;
  }
  .landingPage2 .bannerWrapper .bannerswiper .this-model .this-model-in {
    background-color: var(--color);
  }
  .landingPage2 .bannerWrapper .bannerswiper .this-model .this-company-logo {
    padding: 20px;
    position: relative;
    transform: translate(0);
    border-radius: 0;
  }
  .landingPage2 .bannerWrapper .bannerswiper .this-model .this-company-logo .this-in {
    display: flex;
    flex-wrap: wrap;
  }
  .landingPage2 .bannerWrapper .bannerswiper .this-model .this-company-logo .this-in .img-b img {
    max-height: 50px;
    width: auto;
  }
  .landingPage2 .proWrapper{
      margin-top:50px;
  }
  .landingPage2 .proWrapper .titleWrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .landingPage2 .proWrapper .this-title{
      width:100%;
      text-align: center;
  }
  .landingPage2 .proWrapper .titleWrap ul {
    flex: 100%;
  }
  .landingPage2 .proWrapper .item li {
    padding: 10px;
  }
  .landingPage2 .proWrapper .item li .this-child {
    position: relative;
    padding: 10px ;
    padding-bottom: 60px;
  }
  .landingPage2 .proWrapper .item li .this-child .this-button {
    position: absolute;
    transform: translate(0);
    width: 90%;
    left: 5%;
    bottom: 10px;
    padding: 5px 30px;
  }
  .landingPage2 .whyWrapper .Wrapper li .right {
    width: 50%;
  }
  .landingPage2 .whyWrapper .Wrapper li .right .title {
    font-size: 30px;
  }
  .landingPage2 .whyWrapper .Wrapper li .right p {
    margin-top: 5px;
  }
  .landingPage2 .whyWrapper .Wrapper li:nth-child(6) .right,
  .landingPage2 .whyWrapper .Wrapper li:nth-child(2) .right {
    padding-left: 0;
  }
  .landingPage2 .partnertWrapper ul li {
    padding: 20px;
  }
  .landingPage2 .partnertWrapper ul li .info .title {
    font-size: 20px;
  }
  .landingPage2 .sayWrapper .this-in .swiper .this-child {
    background-color: #F5F5F5;
    min-height: 390px;
  }
}
@media screen and (max-width: 950px) {
    .landingPage2 .this-model .this-company-logo .this-in{
        gap: 20px 0;
    }
    .landingPage2 .this-model .this-company-logo .this-in .img-b img{
        max-height: none;
    }
    .landingPage2 .this-model .this-company-logo .this-in .img-b{
        flex: 0 33%;
        width: 50%;
    }
    .landingPage2 .this-model .this-model-in .this-child .bottom{
        padding: 0;
    }
    .landingPage2 .bannerWrapper .bannerswiper .img-b::after{
        display: none;
    }
    .landingPage2 .contactWrapper .Wrap{
        flex-direction: column;
        gap: 20px;
    }
  .landingPage2 .introWrapper {
    margin-top: 5vw;
  }
  .landingPage2 .introWrapper .Wrapper {
    flex-direction: column;
    height: auto;
  }
  .landingPage2 .introWrapper .Wrapper .left {
    flex-direction: row;
    width: 100%;
    gap: 20px;
  }
  .landingPage2 .introWrapper .Wrapper .center {
    width: 100%;
    gap: 20px;
  }
  .landingPage2 .introWrapper .Wrapper .right {
    width: 100%;
    gap: 20px;
  }
  .landingPage2 .proWrapper .titleWrap ul {
    flex-wrap: wrap;
  }
  .landingPage2 .proWrapper .titleWrap ul li {
    padding: 5px;
    flex: 0 50%;
    text-align: left;
    font-size: 16px;
  }
  .landingPage2 .proWrapper .item {
    margin-top: 20px;
  }
  .landingPage2 .proWrapper .item li {
    flex: 50%;
  }
  .landingPage2 .proWrapper .item li .this-child .this-text p{
      font-size: 12px;
  }
  .landingPage2 .proWrapper .item li .this-child .this-button{
      padding: 10px;
    gap: 5px;
  }
  .landingPage2 .proWrapper .item li .this-child .this-button i{
      font-size: 12px;
  }.landingPage2 .proWrapper .item li .this-child .this-button span{
      font-size: 12px;
  }
  .landingPage2 .partnertWrapper ul {
    flex-direction: column;
  }
  .landingPage2 .whyWrapper .Wrapper {
    margin-top: 50px;
  }
  .landingPage2 .whyWrapper .Wrapper li {
    flex-direction: column;
    gap: 20px;
  }
  .landingPage2 .whyWrapper .Wrapper li .left {
    width: 100%;
  }
  .landingPage2 .whyWrapper .Wrapper li .right {
    width: 100%;
  }
  .landingPage2 .whyWrapper .Wrapper li .right .title {
    font-size: 20px;
  }
  .landingPage2 .whyWrapper .Wrapper li .right p {
    margin-top: 5px;
  }
  .landingPage2 .whyWrapper .Wrapper li:nth-child(1) .right::before,
  .landingPage2 .whyWrapper .Wrapper li:nth-child(5) .right::before {
    display: none;
  }
  .landingPage2 .whyWrapper .Wrapper li:nth-child(2)::after,
  .landingPage2 .whyWrapper .Wrapper li:nth-child(6)::after {
    display: none;
  }
  .landingPage2 .whyWrapper .Wrapper li:nth-child(2n+2) {
    flex-direction: column;
  }
  .landingPage2 .aboutWrapper .Wrapper {
    flex-direction: column-reverse;
  }
  .landingPage2 .aboutWrapper .Wrapper::before {
    display: none;
  }
  .landingPage2 .aboutWrapper .Wrapper .left {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .landingPage2 .aboutWrapper .Wrapper .right {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .landingPage2 .sayWrapper .this-in {
    margin-top: 20px;
  }
  .landingPage2 .load_faq .Wrap {
    flex-direction: column;
    gap: 30px;
  }
  .landingPage2 .load_faq .Wrap .left .title {
    font-size: 25px;
  }
  .landingPage2 .load_faq .Wrap .left .imgWrap {
    width: 100%;
  }
  .landingPage2 .load_faq .Wrap .right .faq ul li .question {
    padding: 20px 0;
  }
  .landingPage2 .load_faq .Wrap .right .faq ul li .question b {
    right: 0;
  }
  .landingPage2 .load_faq .Wrap .right .faq ul li .answer {
    padding: 10px 0;
  }
  .landingPage2 .load_form .load_layout {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .landingPage2 .load_form .leftForm {
    box-shadow: none;
    padding: 20px;
  }
  .landingPage2 .load_form .leftForm .form_text .top h3 {
    font-size: 25px;
  }
  .landingPage2 .load_form .rightIntro .load_title {
    font-size: 25px;
  }
}
@media screen and (max-width: 700px) {
  .landingPage2 .bannerWrapper .bannerswiper .this-text h1 {
    font-size: 36px;
  }
  .landingPage2 .bannerWrapper .bannerswiper .this-text .this-button{
      width: 40%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 10px;
    gap: 5px;
  }
  .landingPage2 .bannerWrapper .bannerswiper .this-text .this-button span{
      font-size: 12px;
  }
  .landingPage2 .bannerWrapper .bannerswiper .this-text .this-button i{
      font-size: 12px;
  }
  .landingPage2 .this-model .this-model-in .this-child {
    padding: 10px;
  }
  .landingPage2 .this-model .this-model-in .this-child p {
    font-size: 16px;
  }
  .landingPage2 .this-model .this-model-in .this-child .bottom h3 {
    font-size: 30px;
  }
  .landingPage2 .this-model .this-company-logo .this-title{
      text-align: center;
  }
  .landingPage2 .this-model .this-company-logo .this-title h5{
      font-size: 24px;
      padding: 10px 0px;
  }
  .landingPage2 .this-model .this-company-logo .this-in {
    flex-wrap: wrap;
  }
  .landingPage2 .sayWrapper .this-in .swiper .this-child {
    flex-direction: column;
    min-height: auto;
  }
  .landingPage2 .sayWrapper .this-in .swiper .this-child .left_img {
    display: none;
  }
  .landingPage2 .sayWrapper .this-in .swiper .this-child .this-intro {
    width: 100%;
    padding: 30px  15px ;
  }
  .landingPage2 .sayWrapper .this-in .swiper .this-child .this-intro .this-user .title {
    font-size: 16px;
  }
  .landingPage2 .load_form .leftIntro ul li::before {
    width: 100%;
    height: 2px;
  }
  .landingPage2 .load_form .rightForm .form_input .this_form .this_submit input[type="submit"] {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .landingPage2 .bannerWrapper .bannerswiper .this-text h1 {
    font-size: 14px;
    line-height: 1.6;
    font-family: "Montserrat", sans-serif;
    color:#fff;
    text-align:center;
  }
  .landingPage2 .bannerWrapper .bannerswiper .this-model .this-model-in {
    flex-direction: column;
  }
  .landingPage2 .bannerWrapper .bannerswiper .this-model .this-model-in .this-child {
    text-align: center;
  }
  .landingPage2 .bannerWrapper .bannerswiper .this-model .this-model-in .this-child .bottom {
    justify-content: center;
  }
  .landingPage2 .proWrapper .this-in .this-child .this-button {
    width: 80%;
  }
  .landingPage2 .load_form .leftForm .form_text .top {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }
  .landingPage2 .load_form .leftForm .form_text .top h3 {
    margin-top: 20px;
    width: 100%;
  }
}
.form_title {
  font-size: 18px;
  color: #fff;
  line-height: 3.5;
  background: #EB6318;
  padding: 0 15px;
  font-weight: normal;
}
#form {
  background-color: #fff;
  padding: 0 22px 22px 22px;
}
#form .list {
  margin-bottom: 15px;
}
#form .list p {
  color: #2A2B32;
  font-size: 18px;
  line-height: 2;
}
#form .list p span {
  color: #FF4236;
}
#form .list input {
  width: 100%;
  line-height: 3;
  padding-left: 10px;
  box-sizing: border-box;
}
#form .list input::placeholder {
  font-size: 16px;
}
#form .list textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 2;
  resize: none;
  height: 120px;
}
#form .list textarea::placeholder {
  font-size: 16px;
}
#form #submit {
  width: 30%;
  color: #fff;
  background-color: #EB6318;
  border: none;
  line-height: 3;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}
