@charset "UTF-8";
/**
* 官网英文版
* date:2025-7-10
* author: hcong;
 */
.head {
  height: 507px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/lxwm.jpg");
}

.head > .container {
  height: 100%;
  -webkit-animation: top ease 1s;
          animation: top ease 1s;
}

.head-tip-txt {
  top: 144px;
  left: 0;
}

.head-tip-cn {
  text-transform: uppercase;
}

.info {
  font-family: "Montserrat";
  padding: 100px 100px 0;
  text-transform: capitalize;
}
.info-name {
  line-height: 56px;
  font-size: 46px;
  color: #1d2129;
  text-align: center;
  font-weight:700;
}
.info-name > span {
  color: #0068b7;
}
.info-tips {
  line-height: 21px;
  font-size: 18px;
  color: #86909c;
  /* font-family: "Roboto"; */
  font-family: "Montserrat";
  margin-top: 30px;
  text-align: center;
  margin-bottom: 60px;
  text-transform: none;
}

.form-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  position: relative;
}

.form-item.l2 {
  width: calc(50% - 37px);
}
.form-item.l2 .label {
  line-height: 50px;
  height: 50px;
}

.form-item .label {
  position: relative;
  color: #1d2129;
  width: 160px;
  padding-right: 12px;
  text-align: right;
  line-height: 32px;
  height: 32px;
  font-size: 14px;
  font-family: "Montserrat";
  /* font-family: "Roboto"; */
}
.form-item .label .red {
  color: #e60012;
  display: none;
}

.form-item .label.required .red {
  display: inline;
}

.form-item .control {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-input {
  width: 100%;
  border-radius: 8px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #dde7f2;
  background: #fff;
  padding: 0 12px;
  font-size: 12px;
  font-family: "Montserrat";
  /* font-family: "Roboto"; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.form-input::-webkit-input-placeholder {
  color: #999;
}
.form-input::-moz-placeholder {
  color: #999;
}
.form-input:-ms-input-placeholder {
  color: #999;
}
.form-input::-ms-input-placeholder {
  color: #999;
}
.form-input::placeholder {
  color: #999;
}

.form-input.error {
  border-color: #e60012;
}

.form-input.error::-moz-placeholder {
  color: #e60012;
}

.form-input.error::-webkit-input-placeholder {
  color: #e60012;
}

.form-input.error:-ms-input-placeholder {
  color: #e60012;
}

.form-input.error::-ms-input-placeholder {
  color: #e60012;
}

.form-input.error::placeholder {
  color: #e60012;
}

.form-input:focus {
  outline: none;
  border-color: #0068B7;
}

.form-textarea {
  border: 1px solid #dde7f2;
  height: 93px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 8px 12px;
  resize: none;
  line-height: 16px;
  font-size: 12px;
  text-transform:capitalize;
  font-family: "Montserrat";
  /* font-family: "Roboto"; */
  vertical-align: top;
}
.form-textarea::-webkit-input-placeholder {
  color: #999;
  text-transform:capitalize;
}
.form-textarea::-moz-placeholder {
  color: #999;
  text-transform:capitalize;
}
.form-textarea:-ms-input-placeholder {
  color: #999;
  text-transform:capitalize;
}
.form-textarea::-ms-input-placeholder {
  color: #999;
  text-transform:capitalize;
}
.form-textarea::placeholder {
  color: #999;
  text-transform:capitalize;
}

.form-textarea:focus {
  outline: none;
  border-color: #0068B7;
}

.form-bottom {
  margin: 0 auto 100px auto;
}

.form-bottom .read-agree {
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #666;
  /* font-family: "Roboto"; */
  font-family: "Montserrat";
  padding-left: 130px;
  margin-bottom: 20px;
}

.form-bottom .read-agree .agree-btn {
  width: 17px;
  height: 16px;
  background: url("../images/checkbox.png") no-repeat;
  cursor: pointer;
  margin-right: 11px;
  margin-top: 5px;
}

.form-bottom .read-agree .agree-btn.active {
  background-image: url("../images/checkbox_h.png");
}

.form-bottom .read-agree .agree-text {
  color: #666;
  text-transform: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form-bottom .read-agree .agree-text a {
  color: #0068b7;
}

.form-commit {
  width: 308px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  background: #d2dfec;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
  display: block;
  cursor: not-allowed;
  font-family: "Montserrat";
}

/* .form-commit:hover {
  background: #0068b7;
} */

.form-commit.submit {
  background: #0068b7;
  cursor: pointer;
}

.control {
  position: relative;
}
.control .chosen-container {
  width: 100%;
  height: 66px;
}
.control.error .chosen-container-single .chosen-single {
  border-color: #e60012;
}
.control.error .chosen-container-single .chosen-single span {
  color: #e60012;
}
.control .chosen-container-single .chosen-single {
  line-height: 48px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #dde7f2;
  background: #fff;
  padding: 0 12px;
  font-size: 12px;
  font-family: "Roboto";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.control .chosen-container-single .chosen-single div {
  width: 33px;
}
.control .chosen-container-single .chosen-single div b {
  background: url("../images/chosen_arrow.png") center center no-repeat;
}
.control .chosen-container .chosen-drop {
  border-radius: 8px;
  background: #fff;
  border: 0;
  padding: 8px 18px 8px 14px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.control .chosen-container .chosen-results li {
  line-height: 30px;
  font-size: 16px;
  color: #1d2129;
  font-family: "Roboto";
}
.control .chosen-container .chosen-results li.highlighted {
  background: none;
  color: #0068B7;
}

.error-info {
  display: none;
  line-height: 14px;
  font-size: 12px;
  color: #E60012;
  font-family: "Roboto";
  position: absolute;
  left: 0;
  bottom: -16px;
}

.form-input.error + .error-info {
  display: block;
}

.control.error .error-info {
  display: block;
}

#postbtn{
	display:none;
}

@media screen and (max-width: 1200px) {
    #form1{
        height:auto!important;
        width:auto!important;
        min-width:1200px;
    }
}