@charset "UTF-8";
.banner {

  overflow: hidden;
  position: relative;
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  width: 992px;
  width: 70%;
}
.banner .banner_tit {
  font-weight: bold;
}
.banner .banner_des {
  font-weight: 500;
  margin-top: 22px;
}

.intrdo {
  padding: 140px 0 244px;
  background-size: cover;
  background-position: top center;
  color: white;
}
.intrdo .intro_des {
  margin-top: 72px;
}

.honor {
  padding: 191px 0 261px;
}
.honor .honor_sw{
    margin-top: 72px;
    position: relative;
}
.honor_btn svg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.honor_btn .honor_prev{
    left: -80px;
}
.honor_btn .honor_next{
    right: -80px;
}
.honor .swiper-container {
  overflow: hidden;
}
.honor .img {
  position: relative;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
  display: block;
}
.honor .img img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact {
  padding-bottom: 78px;
  color: white;
}
.contact .sub_title {
  margin: 56px 0 34px;
  color: white;
  text-align: center;
  font-weight: 500;
}
.contact .contact_info {
  margin-top: 40px;
  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;
}
.contact .contact_info > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 48%;
}
.contact .contact_info > div div {
  word-break: keep-all;
}
.contact .contact_info > div:nth-child(n+3) {
  margin-top: 16px;
}
.contact .contact_info a {
  color: white;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact .contact_info a svg {
  vertical-align: bottom;
}
.contact .contact_info a svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact .contact_info a:hover {
  color: #12C785;
}
.contact .contact_info a:hover svg path {
  fill: #12C785;
}
.contact .contact_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;
}
.contact .contact_flx > div {
  width: 28%;
}
.contact .contact_flx > div:nth-child(n+4) {
  margin-top: 28px;
}
.contact .contact_flx .msg {
  width: 64%;
}
.contact .contact_flx .msg .form_input {
  height: auto;
  padding: 13px 16px;
}
.contact .form_tit {
  margin-bottom: 16px;
}
.contact .must::before {
  content: "*";
  color: #12C785;
}
.contact .form_input {
  height: 52px;
  padding: 0 16px;
  border: 1px solid #737373;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.contact .form_input input {
  width: 100%;
  background: none;
  border: none;
  color: white;
}
.contact .form_input input::-webkit-input-placeholder {
  color: #9E9E9E;
  font-weight: 500;
}
.contact .form_input input::-moz-placeholder {
  color: #9E9E9E;
  font-weight: 500;
}
.contact .form_input input:-ms-input-placeholder {
  color: #9E9E9E;
  font-weight: 500;
}
.contact .form_input input::-ms-input-placeholder {
  color: #9E9E9E;
  font-weight: 500;
}
.contact .form_input input::placeholder {
  color: #9E9E9E;
  font-weight: 500;
}
.contact .send3 {
    color: #333;
    cursor: pointer;
  width: 92px;
  height: 28px;
  border-radius: 2px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  border: none;
}
.contact .send_input {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .send_input input {
  width: calc(100% - 112px);
}
.contact .choose_list {
  display: none;
  height: 136px;
  overflow-y: scroll;
  position: absolute;
  z-index: 2;
  top: 56px;
  left: 0;
  width: 100%;
  background: #1C1C1E;
  border: 1px solid #737373;
  border-radius: 4px;
}
.contact .choose_list::-webkit-scrollbar {
  width: 8px;
  border-radius: 4px;
}
.contact .choose_list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.02);
  /* 背景色 */
  border-radius: 4px;
}
.contact .choose_list::-webkit-scrollbar-thumb {
  background: white;
  /* 滚动色 */
  border-radius: 6px;
}
.contact .choose_list div {
  padding: 5px 16px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contact .choose_list div:hover {
  padding-left: 30px;
  color: #12C785;
}
.contact textarea {
  height: 78px;
  font-family: "Noto Sans SC";
  width: 100%;
  background: none;
  border: none;
  color: white;
  padding-right: 5px;
}
.contact textarea::-webkit-scrollbar {
    width: 2px;
    border-radius: 4px;
  }
.contact textarea::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.2); 
    /* 背景色 */
    border-radius: 4px;
  }
.contact textarea::-webkit-scrollbar-thumb {
  background: #fff;
  /* 滚动色 */
  border-radius: 6px;
}
.contact textarea::-webkit-input-placeholder {
  color: #9E9E9E;
}
.contact textarea::-moz-placeholder {
  color: #9E9E9E;
}
.contact textarea:-ms-input-placeholder {
  color: #9E9E9E;
}
.contact textarea::-ms-input-placeholder {
  color: #9E9E9E;
}
.contact textarea::placeholder {
  color: #9E9E9E;
}
.contact .send_input input {
  width: calc(100% - 112px);
}
.contact .tips {
  color: #9E9E9E;
  margin-top: 22px;
}
.contact .contact_btn {
  width: 448px;
  height: 52px;
  border-radius: 8px;
  background: #FFFFFF;
  margin: 34px auto 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #333;
}
.contact .contact_btn:hover {
  color: white;
  background: #12C785;
}
  /*.point{
    display: flex;
    justify-content: center;
    margin-top: 20px;
} 
.point span{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 2px;
    background: white;
}*/
@media screen and (max-width: 1600px) {
  .intrdo {
    padding: 7.29% 0 12.7%;
  }
  .intrdo .intro_des {
    margin-top: 5%;
  }
  .honor {
    padding: 9.94% 0 13.59375%;
  }
  .honor .honor_sw {
    margin-top: 5%;
  }
  .contact .tips {
    margin-top: 10px;
  }
  .contact .contact_btn {
    width: 31%;
  }
  .contact .form_tit {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .contact .form_input {
    height: 46px;
  }
  .contact .contact_flx > div {
    width: 30%;
  }
  .contact .contact_flx .msg {
    width: 65%;
  }
}
@media screen and (max-width: 1024px) {
    .honor_btn .honor_prev {
    left: -45px;
}
.honor_btn .honor_next {
    right: -45px;
}
}
@media screen and (max-width: 768px) {
    .honor_btn{
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }
    .honor_btn svg {
        width: 20px;
        height: 20px;
        position: relative;
        margin: 0 10px;
        left: 0 !important;
        right: 0 !important;
        top:0;
        transform: inherit;
    }
    .contact .contact_btn{
        height: 40px;
    }
  .intrdo {
    padding: 40px 0;
  }
  .intrdo .intro_des {
    margin-top: 20px;
  }
  .honor {
    padding: 40px 0;
  }
  .contact {
    padding-bottom: 40px;
  }
  .contact .contact_info {
    margin-top: 20px;
  }
  .contact .contact_info > div {
    width: 100%;
  }
  .contact .contact_info > div:nth-child(n+2) {
    margin-top: 10px;
  }
  .contact .sub_title {
    margin: 40px 0 20px;
  }
  .contact .contact_flx > div {
    width: 100%;
  }
  .contact .contact_flx > div:nth-child(n+2) {
    margin-top: 15px;
  }
  .contact .contact_flx .msg {
    width: 100%;
  }
  .intro_des p{
    font-size: 14px !important;
    line-height: 2 !important;
}
.intro_des span{
    font-size: 14px !important;
    line-height: 2 !important;
}
}
@media screen and (max-width: 500px) {
    .banner{
        display: flex;
        justify-content: center;
    }
      .banner img{
    width: auto;
    height: 300px;
}
}
