body {
    background-color: #FFF;
}

.swiper-contact {
    width: 100%;
    /* height: calc(25%); */
    background-color: #F5F8F9;
}

.swiper-contact img {
    width: 100%;
    height: 100%;
}

.swiper-pagination {
    bottom: calc(5%)!important;
}

.swiper-contact .swiper-pagination-bullet {
    width: 40px!important;
    height: 4px!important;
    border-radius: 0px!important;
    background: #D8D8D8!important;
    opacity: 0.3!important;
    margin: 0px!important;
}

.swiper-contact .swiper-pagination-bullet-active {
    background: #D7D7D7!important;
    opacity: 1!important;
}

.hide {
    opacity: 0;
}

.swiper-button-next {
    transition: opacity 2s;
}

.swiper-button-prev {
    transition: opacity 2s;
}


/***********创实互联介绍***********/

.contact-chance-info {
    width:100%;
    background-color: #F5F8F9;
  }
  
  .contact-info-main{
      width: 1120px;
      max-width: 1120px;
      margin: 0 auto;
      display: flex;
  }
  
  .contact-info-txt-box {
      width: 400px;
      margin: 34px 0 0 40px;
      display: flex;
      height: 435px;
      justify-content: center;
      flex-wrap: wrap;
      flex-direction: column;
  }
  
  .contact-chance-info .contact-info-txt-box h3 {
      text-align: center;
      width: 100%;
      height: 33px;
      font-size: 24px;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #303133;
      line-height: 33px;
      margin: 0 0 20px 0;
  }
  
  .contact-chance-info .contact-info-txt-box p {
      text-indent: 20px;
      width: 400px;
      height: 100px;
      font-size: 14px;
      font-family: PingFangSC-Regular, PingFang SC;
      font-weight: 400;
      color: #303133;
      line-height: 20px;
      margin: 0;
      overflow: hidden;
      display: -webkit-box;
      text-overflow: ellipsis;
      word-break: break-all;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
  }
  
  .contact-chance-info .contact-info-img-box {
      margin: 34px 0 50px 40px;
      width: 640px;
      height: 432px;
  }
  
  .contact-info-img-box img {
      width: 100%;
      width: 100%;
  }

/***********我们的团队***********/

.contact-info-team {
    background-repeat: no-repeat;
    background-size:100% 640px ;
    width: 100%;
    height: 640px;
    margin-top: 94px;
    background-color: #FFF;
}
.contact-info-box{
    width: 1120px;
    max-width: 1120px;
    margin: 0 auto;
    display: flex;
}

.contact-info-panel{
    width: 480px;
    height: 432px;
    margin-top: 104px;
}

.contact-info-panel p:nth-of-type(1){
    margin: 140px 0 10px 0;
    width: 240px;
    height: 67px;
    font-size: 48px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 67px;
}

.contact-info-panel p:nth-of-type(2){
    margin: 0;
    width: 440px;
    height: 100px;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.contact-info-box-img {
    width: 640px;
    height: 432px;
    background: #FFFFFF;
    margin: 104px 0 0 40px;
}


/***********联系我们***********/

.contact-us {
    background-color: #ECF3FF;
}

.contact-us>p {
    width: 100%;
    height: 88px;
    background: #FFF;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    border-top: 1px #E3EBED solid;
    font-weight: 400;
    color: #303133;
    line-height: 88px;
    text-align: center;
    margin-bottom: 0px;
}

.contact-us .main {
    width: 1000px;
    max-width: 1000px;
    height: 551px;
    margin: 0 auto;
    display: flex;
    padding: 126px 0 126px 0;
}

.contact-us .main .map-box {
    width: 590px;
    height: 296px;
    margin-right: 20px;
    background: black;
}

.contact-us .main .info-box {
    width: 390px;
    height: 296px;
    background-color: #FFFFFF;
    padding: 50px 40px 60px 40px;
}

.contact-us .main .info-box h5 {
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #303133;
    line-height: 22px;
}

.contact-us .main .info-box .btn-box {
    display: flex;
    margin-top: 20px;
}

.contact-us .main .info-box .btn-box div {
    width: 100px;
    height: 40px;
    border: 1px solid #2954A4;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #2954A4;
    line-height: 40px;
}

.contact-us .main .info-box .btn-box div:first-child {
    margin-right: 20px;
}

/***********资质***********/
.qualifications {
    background-color: #FFF;
}

.qualifications>p {
    width: 100%;
    height: 88px;
    background: #FFF;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    border-bottom: 1px solid transparent;
    border-color: rgba(227, 235, 237, 0.4);
    font-weight: 400;
    color: #303133;
    line-height: 88px;
    text-align: center;
    margin-bottom: 0px;
}

.qualifications-wall {
    width: 1120px;
    max-width: 1120px;
    margin: 0px auto;
    padding: 40px 0;
}

.qualifications-wall img {
    width: 1120px;
    margin: 0 auto;
}


/***********联系我们***********/
.contact-us {
    background-color: #ECF3FF;
}

.contact-us>p {
    width: 100%;
    height: 88px;
    background: #FFF;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    border-top: 1px solid transparent;
    border-color: rgba(227, 235, 237, 0.4);
    font-weight: 400;
    color: #303133;
    line-height: 88px;
    text-align: center;
    margin-bottom: 0px;
}

.contact-us .contact-us-main {
    width: 1120px;
    max-width: 1120px;
    height: 551px;
    margin: 0 auto;
    display: flex;
    padding: 126px 0 126px 0;
}

 .contact-us-main .contact-us-map-box {
    width: 660px;
    height: 296px;
    margin-right: 27px;
    background: black;
}

 .contact-us-main .contact-us-info-box {
    width: 433px;
    height: 296px;
    background-color: #FFFFFF;
    padding: 60px 40px 10px 40px;
}

 .contact-us-main .contact-us-info-box h5 {
    width: 250px;
    height: 22px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #303133;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 0 20px 0;
}

.contact-us-main .contact-us-info-box p {
    width: 350px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #303133;
    line-height: 20px;
}

.contact-us-main .contact-us-info-box p:nth-of-type(1){
    margin: 0 0 5px 0;
}
.contact-us-main .contact-us-info-box p:nth-of-type(2){
    margin: 0 0 10px 0;
}
.contact-us-main .contact-us-info-box p:nth-of-type(3){
    max-height: 40px!important;
    margin: 0 0 20px 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

 .contact-us-main .contact-us-info-box .contact-us-btn-box {
    display: flex;
}

.contact-us-main .contact-us-info-box .contact-us-btn-box a {
    width: 100px;
    height: 40px;
    border: 1px solid #2954A4;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #2954A4;
    line-height: 40px;
}

.contact-us-main .contact-us-btn-box  a:first-child {
    margin-right: 20px;
}
/***********在线留言***********/

.online-message {
    background-color: #FFFFFF;
}

.online-message>p {
    width: 100%;
    height: 88px;
    background: #FFF;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #303133;
    line-height: 88px;
    text-align: center;
    margin-bottom: 0px;
}

.online-form-section {
    width: 1120px;
    max-width: 1120px;
    height: 539px;
    margin: 1px auto 0 auto;
    padding: 30px 69px 40px 69px;
}

.online-form-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.online-form-section .online-form-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.online-form-section .online-form-title {
    margin-right: 26px;
    width: 65px;
    display: inline-block;
    text-align: right;
}

.online-form-section .online-form-title span {
    color: #FF642B;
}

.online-form-section input {
    width: 296px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #D7DAE2;
    padding-left: 11px;
    color: #A1A3A8;
}

#verification input {
    width: 190px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid #D7DAE2;
}

.online-form-sub-btn {
    width: 160px;
    height: 40px;
    border: 1px solid #2954A4;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    background: #FFF;
    color: #2954A4;
    margin: 0 auto;
}

#online-form-verification .online-form-show {
    width: 100px;
    height: 40px;
    border-radius: 4px;
    background-color: #D8D8D8;
    overflow: hidden;
    margin-left: 5px;
}

#online-form-textarea {
    width: 100%;
    align-items: flex-start;
    margin: 9px 0 30px 0;
}