
/* 联系我们页面-start */

.c-flex{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.fix-banner-txt{
  padding: 18px 0;
  line-height: 24px;
  background-color: #f5f6f9;
  font-size: 16px;
  font-family: Arial;
}

.contacts_one_con .form-input.captcha img {
    position: absolute;
    right: 7px;
    top: 7px;
    height: 36px;
}

/* nei-contact */
.nei-contact {
  position: relative;
  padding: 70px 0;
}
.nei-contact .dth_wh {
  width: 100%;
  max-width: 100%;
}
.nei-cc-left {
  position: relative;
  width: 680px;
}
.nei-cc-left > h1 {
  font-size: 46px;
  color: 333333;
  margin-bottom: 20px;
  font-family: "HEEBO-BOLD";
}
.nei-contact-list {
  position: relative;
}
.nei-contact-list li {
  position: relative;
  padding: 25px 0;
  border-bottom: 1px solid #eeeeee;
}
.nei-contact-list li .img {
  width: 65px;
}
.nei-contact-list li .img img {
  width: 43px;
  height: 43px;
}
.nei-contact-list li .wz {
  width: calc(100% - 65px);
}
.nei-contact-list li .wz h3 {
  font-size: 16px;
  color: #999999;
  font-weight: normal;
}
.nei-contact-list li .wz .pu {
  font-size: 16px;
  color: #333333;
}
.nei-contact-list li .wz .pu a{
  color:#333;
  font-weight: bold;
}
.nei-contact-list li .wz .pu p {
  margin-bottom: 0px;
  font-family: "HEEBO-BOLD";
}

.cc-message {
  position: relative;
}
.cc-message > h2 {
  font-size: 32px;
  color: #333333;
  font-weight: bold;
}
.cc-message > p {
  font-size: 16px;
  color: #888888;
  margin-bottom: 2rem;
}
.contacts_one_con {
  position: relative;
  color: #999999;
  margin: 0 -10px;
}
.contacts_one_con .form-input{
  position: relative;
  padding-left: 20px;
}
.contacts_one_con .yz{
  position: relative;
  margin-left: 15px;
}
span.xing{
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  color: red;
  font-size: 14px;
}
.contacts_one_con .email .form-control{
  font-weight: 600;
}
.contacts_one_con .form-input input{
}
.contacts_one_con input[type="text"],
.contacts_one_con textarea {
  height: 52px;
  border: 1px solid #eeeeee;
  border-radius: 0;
  font-size: 14px;
  color: #999999;
}
.contacts_one_con input[type="text"]::-webkit-input-placeholder,
.contacts_one_con textarea::-webkit-input-placeholder {
  color: #999;
}
.contacts_one_con input[type="text"]:-ms-input-placeholder,
.contacts_one_con textarea:-ms-input-placeholder {
  color: #999;
}
.contacts_one_con input[type="text"]::-ms-input-placeholder,
.contacts_one_con textarea::-ms-input-placeholder {
  color: #999;
}
.contacts_one_con input[type="text"]::placeholder,
.contacts_one_con textarea::placeholder {
  color: #999;
}
.contacts_one_con textarea {
  padding-top: 15px;
  height: 120px;
  resize: none;
}
.contacts_one_con .x-submit {
  width: 165px;
  height: 55px;
  background: var(--dth-main-color);
  color: #fff;
  font-size: 14px;
  border: none;
  outline: 0;
  border-radius: 30px;
  margin: 0 auto;
  font-family: gilroy-regular;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contacts_one_con .x-submit:hover {
  background: var(--dth-main-color);
}

.contacts_one_con .contans {
  border: 1px solid #eeeeee;
  height: 54px;
}
.contacts_one_con .contans input {
  border: none;
}
.contacts_one_con .pr-5 {
  position: absolute;
  top: 18px;
  left: 0.75rem;
}

.contacts_one_con img{
  height: 52px;
}


.form-input.relative input[type="text"] {
  padding-left: 1.2rem;
}

.w100 {
  width: calc(100% - 120px) !important;
}

.nei-cc-right {
  position: relative;
  width: 910px;
  flex-grow: 1;
  margin-left: 4%;
}
.nei-cc-right img {
  max-width: 100%;
}


@media (max-width: 1560px) {
  .nei-cc-left {
    width: 42.5%;
  }
}

@media (max-width: 640px) {
  .nei-contact{
    padding: 30px 0;
  }
  .nei-contact .flex{
    display: block;
  }
  .nei-cc-left{
    width: 100%;
  }  
  .nei-cc-right{
    width: 100%;
  }
  .nei-cc-left > h1{
    font-size: 26px;
  }
}


/* 联系我们页面-end */
