@charset "UTF-8";
.title {
  font-weight: 500;
}

.bread {
  background: #F9F9F9;
}

.consult {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 77px;
}
.consult .list {
  width: 70.83%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.consult .list > div {
  width: 50%;
  padding-right: 20px;
}
.consult .list > div:nth-child(n+3) {
  margin-top: 85px;
}
.consult .sub {
  color: #2B69BF;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
.consult .tit {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
}
.consult .way {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.consult .way > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 4px;
}
.consult .way > div:last-child {
  margin-bottom: 0;
}
.consult .way > div > div {
  width: calc(100% - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.consult .way > div > div span {
  word-break: keep-all;
}
.consult .way svg {
  margin-right: 10px;
}
.consult a {
  color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  word-break: break-all;
}
.consult a:hover {
  color: #2B69BF;
}

.info {
  margin-top: 104px;
  border-top: 1px solid #D9D9D9;
  padding: 88px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.info > div {
  width: 50%;
  padding-right: 173px;
}
.info .tit {
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
}
.info .des {
  color: #898989;
  margin-bottom: 30px;
  line-height: 2;
}
.info .relation_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.info .relation > div:nth-child(n+2) {
  margin-top: 32px;
}
.info .relation svg {
  margin-right: 12px;
  margin-top: 6px;
}
.info .phone {
  font-weight: bold;
  color: #2B69BF;
  line-height: 1;
}
.info .relation_name {
  padding-left: 34px;
}
.info .email {
  color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
  margin-left: 12px;
}
.info .email:hover {
  color: #2B69BF;
}
.info .contact_img {
  width: 100%;
}

.join {
  padding: 120px 0 102px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.join form {
  width: 70.83%;
}
.join .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.join .flx > div {
  width: calc((100% - 71px) / 2);
  padding: 20px 29px 10px;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
}
.join .flx > div:last-child {
  width: 100%;
}
.join .flx input {
  width: 100%;
  border-color: transparent;
  background: none;
  color: #2B69BF;
}
.join .must {
  position: relative;
}
.join .must::before {
  content: "*";
  color: #FF0000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -15px;
  font-size: 20px;
  display: block;
  height: 100%;
}
.join .kuang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.join .pull_down {
  display: none;
  background: white;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 320px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  overflow: auto;
}
.join .pull_down div {
  padding: 0px 20px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.join .pull_down div:hover {
  background: #2B69BF;
  color: white;
}
.join .pull_down::-webkit-scrollbar {
  width: 4px;
  border-radius: 4px;
}
.join .pull_down::-webkit-scrollbar-track {
  background: #fff;
  /* 背景色 */
  border-radius: 4px;
}
.join .pull_down::-webkit-scrollbar-thumb {
  background: #2B69BF;
  /* 滚动色 */
  border-radius: 6px;
}
.join textarea {
  line-height: 2;
  height: 8em;
  font-weight: 400;
  color: #2B69BF;
  width: 100%;
  border: none;
  font-family: "Arial";
}
.join textarea::-webkit-scrollbar {
  width: 2px;
  border-radius: 4px;
}
.join textarea::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.08);
  /* 背景色 */
  border-radius: 4px;
}
.join textarea::-webkit-scrollbar-thumb {
  background: #2B69BF;
  /* 滚动色 */
  border-radius: 6px;
}
.join .form_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}
.join .form_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  line-height: 1;
  color: #9B9B9B;
}
.join .form_l a {
  color: #2B69BF;
}
.join .form_l input {
  margin-right: 10px;
}
.join .form_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.join .form_btn button {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: none;
  width: 155px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2B69BF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #2B69BF;
}
.join .form_btn button:hover {
  background: #2B69BF;
  color: white;
}
.join .reset {
  margin-left: 20px;
}
.join .tit {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  color: #2B69BF;
}
.join .tit_act {
  opacity: 1;
}

.contact_img {
  width: 100%;
}

@media screen and (max-width: 1600px) {
  .consult {
    padding-top: 5.34%;
  }
  .consult .list > div {
    padding-right: 40px;
  }
  .consult .tit {
    margin-bottom: 20px;
  }
  .consult .list > div:nth-child(n+3) {
    margin-top: 50px;
  }
  .info {
    margin-top: 7.22%;
    padding: 6.11% 0;
  }
  .info > div {
    padding-right: 10%;
  }
  .join {
    padding: 8.33% 0 7%;
  }
  .join .flx > div {
    width: calc((100% - 45px) / 2);
  }
}
@media screen and (max-width: 1000px) {
  .consult {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .consult .list {
    width: 100%;
    margin-top: 30px;
  }
  .join {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .join form {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .consult {
    padding-top: 40px;
  }
  .join .form_btn button {
    width: 130px;
    height: 40px;
  }
  .join .reset {
    margin-left: 10px;
}
  .consult .list > div {
    padding-right: 0px;
    width: 100%;
  }
  .consult .list > div:nth-child(n+2) {
    margin-top: 20px;
  }
  .consult .tit {
    margin-bottom: 10px;
  }
  .consult .sub {
    margin-bottom: 6px;
  }
  .info {
    margin-top: 40px;
    padding: 40px 0;
  }
  .info > div {
    padding-right: 0;
    width: 100%;
  }
  .info .tit {
    margin-bottom: 5px;
  }
  .info .des {
    margin-bottom: 15px;
  }
  .info > div:nth-child(n+2) {
    margin-top: 25px;
  }
  .info .relation > div:nth-child(n+2) {
    margin-top: 15px;
  }
  .join {
    padding: 40px 0;
  }
  .join .flx > div {
    width: 100%;
    padding: 15px 15px 10px;
  }
  .join .form_btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  .join .form_btn {
    margin-top: 25px;
  }
  .consult .list {
    margin-top: 20px;
  }
}
