.inside-banner {
  height: 690px;
}

.inside-banner .container {
  position: relative;
}

.inside-banner .box .txt {
  width: 493px;
  margin-top: 78px;
}

.inside-banner .txtInfor .txt .smallTxt {
  font-size: 32px;
  color: #4A4A4A;
  line-height: 48px;
}

.title-01 {
  font-weight: bold;
  font-size: 40px;
  color: #233863;
  line-height: 56px;
  text-align: center;
}

.title-02 {
  margin-top: 16px;
  font-weight: 400;
  font-size: 18px;
  color: #888888;
  line-height: 27px;
  text-align: center;
}

.mapinfo .img_box {
  width: 826px;
  height: 595px;
  float: left;
  margin-top: 48px;
}

.query {
  width: 341px;
  height: 365px;
  border: 1px solid #dddddd;
  float: right;
  margin-top: 137px;
  border-radius: 4px;
}

.Partner_query {
  width: 100%;
  height: 40px;
  background: #e7e7e7;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  text-align: left;
  padding-left: 15px;
}

.key_words_query {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 16px;
  margin-top: 27px;
  padding-left: 15px;
  text-align: left;
}

.query input {
  padding-left: 10px;
  width: 311px;
  height: 40px;
  border: 1px solid #dddddd;
  margin-left: 15px;
  margin-top: 8px;
  border-radius: 4px;
}

.query_bt {
  width: 311px;
  height: 40px;
  background: #229AF4;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  margin-left: 15px;
  margin-top: 18px;
  letter-spacing: 2px;
  border-radius: 4px;
}

.query_result {
  width: 100%;
  height: 40px;
  background: #e7e7e7;
  font-size: 16px;

  font-weight: 400;
  color: #333333;
  line-height: 40px;
  text-align: left;
  padding-left: 15px;
  margin-top: 22px;
}

.Tips {
  font-size: 14px;

  font-weight: 400;
  color: #666666;
  line-height: 14px;
  margin-left: 15px;
  margin-top: 26px;
}

.Investment_hotline {
  font-size: 14px;

  font-weight: 400;
  color: #666666;
  margin-top: 24px;
  margin-left: 15px;
}

.Investment_hotline span {
  font-size: 24px;

  font-weight: 400;
  color: #229AF4;
}

.mapinfo {
  margin: 64px 0;
}

.plan {
  position: relative;
}

.plan::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1182px;
  background-image: url("../image/bg-015.png");
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  z-index: -1;
}

.plan {
  padding-top: 54px;
}

.plan .plan-box {
  margin: 48px -16px;
}

.plan .plan-box .item {
  float: left;
  width: 50%;
  padding: 0 16px;
  box-sizing: border-box;
  margin-bottom: 24px;
  transition: all 0.3s;
}

.plan .plan-box .item:last-child {
  width: 100%;
}

.plan .plan-box .item .insideBox {
  background: #FFFFFF;
  box-shadow: 0px 28px 43px -6px rgba(197, 210, 235, 0.2);
  border-radius: 16px;
  padding: 32px 42px 0 30px;
  display: flex;
  height: 158px;
}

.plan .plan-box .item .insideBox .img {
  width: 56px;
  height: 57px;
  margin-right: 24px;
}

.plan .plan-box .item .insideBox .text {
  width: calc(100% - 56px - 24px);
}

.plan .plan-box .item .insideBox .text .tit {
  font-weight: bold;
  font-size: 20px;
  color: #233863;
  line-height: 28px;
}

.plan .plan-box .item .insideBox .text .des {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #4A4A4A;
  line-height: 24px;
  text-align: left;
}

.plan .plan-box .item .insideBox .img .hover {
  display: none;
}

.plan .plan-box .item:hover .insideBox {
  background: #229AF4;
  box-shadow: 0px 28px 43px -6px rgba(197, 210, 235, 0.2);
}

.plan .plan-box .item:hover .insideBox .text .tit {
  color: #FFFFFF;
}

.plan .plan-box .item:hover .insideBox .text .des {
  color: #FFFFFF;
}

.plan .plan-box .item:hover .insideBox .img .hover {
  display: block;
}

.plan .plan-box .item:hover .insideBox .img .default {
  display: none;
}

.gongjin {
  margin-top: 65px;
}

.gongjin .gongjin-box {
  margin: 48px -30px 0px;
  position: relative;
}

.gongjin .gongjin-box::before {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  bottom: 0;
  left: -57px;
  z-index: -1;
  background: url("../image/yuanbg.png") no-repeat;
  background-size: cover;

}

.gongjin .gongjin-box .swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 55px;
}

.gongjin .gongjin-box .swiper-container .swiper-wrapper {
  height: 313px;
}

.gongjin .gongjin-box .swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.gongjin .gongjin-box .swiper-item {
  padding: 0 30px;
  box-sizing: border-box;
}

.gongjin .gongjin-box .swiper-item .insideBox {
  background: #FFFFFF;
  border-radius: 16px;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 28px 43px -6px rgba(197, 210, 235, 0.2);
  height: 313px;
  width: 100%;
}

.gongjin .gongjin-box .insideBox .img {
  position: relative;
  height: 208px;
}

.gongjin .gongjin-box .insideBox .text {
  box-sizing: border-box;
  text-align: center;
  margin: 32px 32px 42px;
}

.gongjin .gongjin-box .insideBox .text p {
  font-weight: bold;
  font-size: 24px;
  color: #233863;
  line-height: 33px;
}

.swiper-pagination-bullet {
  width: 7px !important;
  height: 7px !important;
  background: #229AF4 !important;
  opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
  width: 21px !important;
  height: 7px !important;
  background: #229AF4 !important;
  border-radius: 4px !important;
  opacity: 1 !important;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px !important;
}

.cooperation {
  position: relative;
  padding-top: 255px;
}

.cooperation::before {
  content: '';
  position: absolute;
  background-image: url("../image/banner_bg20.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  width: 100%;
  height: auto;
  min-height: 1047px;
  aspect-ratio: 1316 / 606;
  z-index: -1;
  top: -57px;
  left: 0;
}

.cooperation .cooperation-info {
  margin-top: 48px;
}

.cooperation .cooperation-info .cooperation-box {
  margin-right: -12px;
  margin-left: -12px;
}

.cooperation .cooperation-info .cooperation-box .item {
  float: left;
  width: 33.3333%;
  padding: 0 12px;
  box-sizing: border-box;
}

.cooperation .cooperation-info .cooperation-box .item .insideBox {
  background: #FFFFFF;
  box-shadow: 0px 28px 43px -6px rgba(197, 210, 235, 0.2);
  border-radius: 8px;
  padding: 32px 30px;
  display: flex;
}

.cooperation .cooperation-info .cooperation-box .item .insideBox .img {
  width: 35px;
  height: 35px;
  margin-right: 24px;
}

.cooperation .cooperation-info .cooperation-box .item .insideBox .text {
  width: calc(100% - 35px - 24px);
}

.cooperation .cooperation-info .cooperation-box .item .insideBox .text .tit {
  font-weight: bold;
  font-size: 20px;
  color: #233863;
  line-height: 28px;
}

.cooperation .cooperation-info .cooperation-box .item .insideBox .text .des {
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #4A4A4A;
  line-height: 24px;
}

.cooperation-msg .form .box {
  margin-top: 24px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cooperation-msg .form .box .item {
  width: 32%;
  margin-bottom: 24px;
  position: relative;
}

.cooperation-msg .form .box .item input {
  width: 100%;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #4A4A4A;
  border: 1px solid #E9E8E8;
  -webkit-appearance: none;
  opacity: 1;
  height: 50px;
  border-radius: 4px;
}

.cooperation-msg .form .box .item.textitem {
  width: 100%;
  height: 167px;
  margin-bottom: 19px;
}

.cooperation-msg .form .box .item textarea {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-top: 16px;
  border: 1px solid #e9e8e8;
}

.cooperation-msg .form .box .item.selitem .arrIcon {
  position: absolute;
  right: 12px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 16px;
  height: 16px;
}

.cooperation-msg .form .box .item .select-box {
  padding-top: 5px;
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  max-height: 144px;
  overflow-y: scroll;
  box-shadow: 0px 2px 10px 0px rgba(78, 89, 105, 0.1);
  border-radius: 4px;
}

.cooperation-msg .form .box .item .select-box .insideBox {
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(78, 89, 105, 0.1);
  border-radius: 4px;
  padding: 4px 0;
}

.cooperation-msg .form .box .item .select-box span {
  display: block;
  height: 36px;
  line-height: 36px;
  padding-left: 12px;
  box-sizing: border-box;
  /* color: #233863; */
  cursor: pointer;
  color: #A9B4C9;
}

.cooperation-msg .form .box .item.activeSelect .select-box {
  display: block;
}

.cooperation-msg .form .box .item .select-box span:hover {
  background: #F2F3F5;
}

.cooperation-msg .form .box .item .select-box span.selectV {
  color: #229AF4;
}

.cooperation-msg .form .box .item.activeSelect .arrIcon {
  transform: rotate(180deg);
}

/* 滚动条样式 */
.cooperation-msg .form .box .item .select-box::-webkit-scrollbar {
  width: 4px;
  /*  设置纵轴（y轴）轴滚动条 */
  height: 4px;
  /*  设置横轴（x轴）轴滚动条 */
  display: none;
}

/* 滚动条滑块（里面小方块） */
.cooperation-msg .form .box .item .select-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

/* 滚动条轨道 */
.cooperation-msg .form .box .item .select-box::-webkit-scrollbar-track {
  border-radius: 0;
}

.cooperation-msg .form .box .info {
  padding-left: 10px;
  width: 100%;
  display: flex;
  justify-content: space-between;

}

.cooperation-msg .form .box .info input[type=checkbox] {
  margin-right: 5px;
}

.cooperation-msg .form .box .info a {
  color: #229AF4;
}

.cooperation-msg .form .box .info .info_right {
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  line-height: 24px;
}

.cooperation-msg .form .box .btn {
  text-align: center;
  margin: 24px auto 64px;
}

.cooperation-msg .form .box .btn .on_trial {
  width: 180px;
  height: 52px;
  line-height: 52px;
  background: #229AF4;
  border-radius: 45px;
  text-align: center;
  margin: auto;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}

.cooperation-msg .form .box .btn .on_trial:hover {
  background: #1E8ADA;
}

.business {
  position: relative;

}

.business .title-01 {
  padding-top: 56px;
}

.business::before {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 532px;
  background: url("../image/bg-034.png") no-repeat;
  background-size: cover;
  z-index: -1;
}

.business .business-box {
  margin-top: 48px;
  margin-bottom: 119px;
  display: flex;
  justify-content: space-between;
}

.business .business-box .item {
  width: calc(50% - 16px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 43px -6px rgba(197, 210, 235, 0.2);
  border-radius: 16px;
}

.business .business-box .item:first-child {
  margin-right: 16px;
}

.business .business-box .item:last-child {
  margin-left: 16px;
}

.business .business-box .item .img {
  width: 265px;
  height: 210px;
  position: relative;
}

.business .business-box .item .img .img_box_lable {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(78, 221, 199, 0.9);
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  border-radius: 0px 0px 0px 8px;
}

.business .business-box .item .text {
  margin-right: 44px;
}

.business .business-box .item .text p {
  font-weight: 400;
  font-size: 14px;
  color: #4A4A4A;
  line-height: 24px;
  margin-bottom: 12px;
}

.business .business-box .item .text p .tit {
  display: inline-block;
  width: 120px;
  text-align: right;
}

.business .business-box .item .text p .des {
  display: inline-block;
  width: 80px;
  text-align: left;
}

.business .business-box .item .text p.datawa {
  text-align: right;
}

.business .business-box .item .text p span.num {
  font-size: 24px;
  color: #229AF4;
}

.contact_us .container {
  height: 320px;
  padding: 104px 150px;
}

@media screen and (max-width: 1600px) {
  .inside-banner {
    height: 600px;
  }

  .inside-banner .box .txt {
    margin-top: 48px;
  }
}

@media screen and (max-width: 1440px) {
  .inside-banner {
    height: 580px;
  }

  .inside-banner .box .txt {
    margin-top: 40px;
  }

  .inside-banner .txtInfor .txt .smallTxt {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1340px) {
  .inside-banner {
    height: 540px;
  }

  .inside-banner .box .txt {
    margin-top: 28px;
  }

  .inside-banner .txtInfor .txt .bigTxt {
    font-size: 45px;
  }

  .inside-banner .txtInfor .txt .smallTxt {
    font-size: 28px;
    line-height: 36px;
  }
}

@media screen and (max-width: 768px) {
  .m-banner {
    background-size: contain;
  }

  .m-banner img {
    margin-top: 32px;
  }

  .mapinfo .img_box {
    width: 100%;
    height: auto;
  }

  .query {
    margin-top: 24px;
    width: 100%;
  }

  .query input {
    width: calc(100% - 30px);
  }

  .query_bt {
    width: calc(100% - 30px);
  }

  .mapinfo {
    margin-bottom: 48px;
  }

  .plan {
    padding-top: 48px;
  }

  .plan .plan-box {
    margin: 32px 0;
  }

  .plan .plan-box .item {
    width: 100%;
    padding: 0;
  }

  .plan .plan-box .item .insideBox {
    height: auto;
    padding: 32px 24px;
  }

  .gongjin {
    margin-top: 55px;
  }

  .gongjin .gongjin-box {
    margin: 32px 0 20px 0;
  }

  .gongjin .gongjin-box .swiper-item {
    padding: 0;
  }

  .gongjin .gongjin-box::before {
    display: none;
  }

  .cooperation {
    padding-top: 83px;
  }

  .cooperation::before {
    background-image: url("../image/m-bg-025.png");
    height: 237px;
    background-size: 100% 100%;
    top: -10px;
  }

  .cooperation .cooperation-info .cooperation-box {
    margin: 0;
  }

  .cooperation .cooperation-info .cooperation-box .item {
    width: 100%;
    margin-bottom: 24px;
    padding: 0;
  }

  .cooperation .cooperation-info .cooperation-box .item .insideBox {
    padding: 32px 24px;
  }

  .cooperation .cooperation-info .cooperation-box .item .insideBox .text .tit {
    font-size: 16px;
    line-height: 22px;
  }

  .cooperation .cooperation-info .cooperation-box .item .insideBox .text .des {
    margin-top: 13px;
    font-size: 12px;
    line-height: 20px;
  }

  .cooperation-msg .form .box {
    margin-top: 0;
  }

  .cooperation-msg .form .box .item {
    width: 100%;
    margin-bottom: 16px;
  }

  .cooperation-msg .form .box .info {
    display: block;
  }

  .cooperation-msg .form .box .info .info_right {
    margin-top: 16px;
  }

  .cooperation-msg .form .box .item.textitem {
    margin-bottom: 16px;
  }

  .cooperation-msg .form .box .btn {
    width: 100%;
    margin-bottom: 48px;
  }

  .cooperation-msg .form .box .btn .on_trial {
    width: 100%;
  }

  .business .title-01 {
    padding-top: 48px;
  }

  .business .business-box {
    margin-top: 32px;
    display: block;
    margin-bottom: 48px;
  }

  .business .business-box .item {
    width: 100%;
    display: block;

  }

  .business .business-box .item .img {
    width: 100%;
    height: auto;
  }

  .business .business-box .item:first-child {
    margin-right: 0;
    margin-bottom: 24px;
  }

  .business .business-box .item:last-child {
    margin-left: 0;
  }

  .business .business-box .item .text {
    margin-right: 0;
    padding: 32px 24px 40px;
  }

  .business .business-box .item .text p .tit {
    width: auto;
    text-align: left;
  }

  .business .business-box .item .text p .des {
    width: auto;
    font-weight: bold;
  }

  .contact_us .container {
    height: auto;
    padding: 50px 24px 100px;
  }

  .contact_us .txt1 {
    padding: 0;
  }
}

@media screen and (max-width: 379px) {

  .cooperation-msg .form .box .info .info_left,
  .cooperation-msg .form .box .info .info_right {
    font-size: 12px;
  }
}