.bannerBox {
  width: 100%;
  position: relative;
}
.bannerCenter {
  width: 100%;
}
.bannerBox .bannerCenter img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.bannerBox .bannerText {
  text-align: center;
  position: absolute;
}
.itemConten {
  width: 1200px;
  background: #FFFFFF;
  box-shadow: 0 4px 12px 0 rgba(4,18,38,0.12);
  display: flex;
  position: relative;
  z-index: 100;
  margin: -286px auto 94px;
}
.itemConten .leftPart {
  width: 50%;
  height: inherit;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 108px 0 88px 100px; 
}
.leftPart .line {
  display: inline-block;
  width: 80px;
  height: 2px;
  background: #3F7BAB;
  margin-bottom: 136px;
} 
.leftPart .textBox {
  width: 100%;
}
.leftPart .textBox p:first-child {
  color: #444444;
  font-size: 48px;
  letter-spacing: 0.25px;
  font-weight: 300;
  margin-bottom: 15px;
}
.leftPart .textBox p:last-child {
  color: #7D7D7D;
  font-size: 20px;
  letter-spacing: 0.25px;
}

.itemConten .rightPart {
  width: 50%;
  margin: 80px 0 88px; 
}

.rightPart ul {
  width: 80%;
}
/*.rightPart li:nth-of-type(1),*/
/*.rightPart li:nth-of-type(2) {*/
/*  display: inline-block;*/
/*  width: calc(50% - 13px);*/
/*}*/
/*.rightPart li:nth-of-type(1) {*/
/*  margin-right: 19px;*/
/*}*/
.rightPart li {
  margin-bottom: 26px;
  position: relative;
}
.rightPart li:last-of-type {
  margin-bottom: 0;
}
.rightPart li input {
  width: 100%;
  height: 56px;
  /*line-height: 56px;*/
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #D9D9D9;
  padding-left: 66px;
  outline: none;
}
/*去除safari下输入框右侧的小图标*/
.rightPart li input::-webkit-credentials-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
}

/* 选择框 */
.rightPart .select {
  position: relative;
}
.rightPart .select input {
  padding-left: 22px;
}
.rightPart .select ul {
  width: 100%;
  height: 148px;
  position: absolute;
  top: 58px;
  left: 0;
  background: #FFFFFF;
  z-index: 200;
  display: none;
  padding: 14px 0;
  margin-top: 13px;
  box-shadow: 0px 4px 12px 0px rgba(4,18,38,0.12);
}
.rightPart .select ul.options li { 
  clear: both;
  width: 100%;
  height: 40px;
  cursor: pointer;
  font-size: 16px;
  line-height:40px;
  padding: 0 12px;
  margin-bottom: 0;
  margin-right: 0;
  color: #000000;
  user-select: none;
}
.rightPart .select input:focus-visible + ul,
.rightPart .select input:focus + ul {
  border-top: 0;
}
.rightPart .select input.activeInput + ul {
  border-top: 0;
}
.rightPart .select ul.options li:hover,
.rightPart .select ul.options li.active {
  background-color: rgba(63,123,171,0.15);
  color: #3F7BAB;
}
.select .arrowIcon {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 16px;
  margin-right: 10px;
}
.select .arrowIcon::after{
  content: ' ';
  width: 12px;
  height: 12px;
  float: right;
  color: #000000;
  border-width: 3px 3px 0 0;
  border-color: #000000;
  border-style: solid;
  -webkit-transform: matrix(0.40, -0.40, 0.40, 0.40, 0, 8);
  -moz-transform: matrix(0.40, -0.40, 0.40, 0.40, 0, 8);
  transform: matrix(0.40, -0.40, 0.40, 0.40, 0, 8);
}
.rightPart .select input:focus-visible + .arrowIcon,
.rightPart .select input:focus + .arrowIcon {
  margin-top: 14px;
}
.rightPart .select input.activeInput + .arrowIcon{
  margin-top: 14px;
}
.rightPart .select input:focus-visible + .arrowIcon::after,
.rightPart .select input:focus + .arrowIcon::after {
  -webkit-transform: matrix(0.40, 0.40, 0.40, -0.40, 0, 8);
  -moz-transform: matrix(0.40, 0.40, 0.40, -0.40, 0, 8);
  transform: matrix(0.40, 0.40, 0.40, -0.40, 0, 8);
}
.rightPart .select input.activeInput + .arrowIcon::after {
  -webkit-transform: matrix(0.40, 0.40, 0.40, -0.40, 0, 8);
  -moz-transform: matrix(0.40, 0.40, 0.40, -0.40, 0, 8);
  transform: matrix(0.40, 0.40, 0.40, -0.40, 0, 8);
}

/* 文本框 */
.rightPart li textarea {
  width: 100%;
  height: 90px;
  padding: 18px 22px;
  font-size: 18px;
  border: 1px solid #D9D9D9;
  resize: none;
  border-radius: 4px;
  font-family: "PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Microsoft Yahei",STHeiti,SimSun,sans-serif;
}

.rightPart li textarea::placeholder {
  font-size: 16px;
}

.rightPart li p:first-child {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 6px;
}
.rightPart li textarea:focus,
.rightPart li textarea:hover,
.rightPart li textarea:active,
.rightPart li textarea:focus-visible {
  border: 1px solid #3F7BAB;
  outline-color: #3F7BAB;
}
.rightPart li textarea.activeInput {
  border: 1px solid #3F7BAB;
  outline-color: #3F7BAB;
}


.rightPart li input:focus,
.rightPart li input:hover,
.rightPart li input:active,
.rightPart li input:focus-visible {
  border: 1px solid #3F7BAB;
  outline-color: #3F7BAB;
}

.rightPart li input.activeInput {
  border: 1px solid #3F7BAB;
  outline-color: #3F7BAB;
}
/*去除ie下的删除icon*/
.rightPart li input::-ms-clear {
    width: 0;
    height: 0;
}

/* error */
.rightPart li .requiredVerify {
  border: 1px solid red;
}
input.requiredVerify:focus,
input.requiredVerify:hover,
input.requiredVerify:active,
input.requiredVerify:focus-visible{
  border: 1px solid red;
  outline-color: red;
}
input.requiredVerify.activeInput{
  border: 1px solid red;
  outline-color: red;
}

/* 姓名 */
.rightPart .formName {
  background: url('../img/contactTrial/name2.svg') no-repeat 22px 16px;
  background-size: 20px 20px;
}
.rightPart input.formName:focus,
.rightPart input.formName:focus-visible {
  background: url('../img/contactTrial/name1.svg') no-repeat 22px 16px;
  background-size: 20px 20px;
}
.rightPart input.formName.activeInput {
  background: url('../img/contactTrial/name1.svg') no-repeat 22px 16px;
  background-size: 20px 20px;
}
/* 邮箱 */
.rightPart .formEmail {
  background: url('../img/contactTrial/email2.svg') no-repeat 22px 16px;
  background-size: 20px 20px;
}
.rightPart input.formEmail:focus,
.rightPart input.formEmail:focus-visible {
    background: url('../img/contactTrial/email1.svg') no-repeat 22px 16px;
    background-size: 20px 20px;
  }
.rightPart input.formEmail.activeInput {
  background: url('../img/contactTrial/email1.svg') no-repeat 22px 16px;
  background-size: 20px 20px;
}
/* 电话 */
.rightPart .formPhoneNumber {
  background: url('../img/contactTrial/tel2.svg') no-repeat 22px 16px;
  background-size: 20px 20px;
}
.rightPart input.formPhoneNumber:focus,
.rightPart input.formPhoneNumber:focus-visible {
  background: url('../img/contactTrial/tel1.svg') no-repeat 22px 16px;
  background-size: 20px 20px;
}
.rightPart input.formPhoneNumber.activeInput {
  background: url('../img/contactTrial/tel1.svg') no-repeat 22px 16px;
  background-size: 20px 20px;
}
/* 公司 */
.rightPart .formCompany {
  background: url('../img/contactTrial/company2.svg') no-repeat 22px 16px;
  background-size: 20px 20px;
}
.rightPart input.formCompany:focus,
.rightPart input.formCompany:focus-visible{
   background: url('../img/contactTrial/company1.svg') no-repeat 22px 16px;
   background-size: 20px 20px;
 }
.rightPart input.formCompany.activeInput {
  background: url('../img/contactTrial/company1.svg') no-repeat 22px 16px;
  background-size: 20px 20px;
}
/* 城市 */
.rightPart .formCity {
  background: url('../img/customDevelopment/city1.svg') no-repeat 22px 16px;
  background-size: 20px 20px;
}
.rightPart input.formCity:focus,
.rightPart input.formCity:focus-visible{
   background: url('../img/customDevelopment/city2.svg') no-repeat 22px 16px;
   background-size: 20px 20px;
 }
.rightPart input.formCity.activeInput  {
  background: url('../img/customDevelopment/city2.svg') no-repeat 22px 16px;
  background-size: 20px 20px;
}

.rightPart .checkboxItem span {
  color: #333333;
  font-size: 16px;
}
.rightPart .button {
  width: 80%;
  height: 56px;
  color: #FFFFFF;
  font-size: 18px;
  margin-top: 26px;
  border: none;
  border-radius: 2px;
  background: -webkit-linear-gradient(86.68deg, #3F7BAB 1.37%, #73B2D5 97.19%);
  background: -o-linear-gradient(86.68deg, #3F7BAB 1.37%, #73B2D5 97.19%);
  background: -moz-linear-gradient(86.68deg, #3F7BAB 1.37%, #73B2D5 97.19%);
  background: linear-gradient(86.68deg, #3F7BAB 1.37%, #73B2D5 97.19%);
}
.rightPart .button:hover {
  background: -webkit-linear-gradient(86.68deg, #73B2D5 0%,#3F7BAB 100%);
  background: -o-linear-gradient(86.68deg, #73B2D5 0%,#3F7BAB 100%);
  background: -moz-linear-gradient(86.68deg, #73B2D5 0%,#3F7BAB 100%);
  background: -ms-linear-gradient(86.68deg, #73B2D5 0%,#3F7BAB 100%);
  background: linear-gradient(86.68deg, #73B2D5 0%,#3F7BAB 100%);
}

/* 提示 */
.onError {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25px;
  color: red;
  text-align: left;
  float: left;
  position: absolute;
}

.publicity {
   width: 100%;
   height: 78px;
   position: relative;
   overflow: hidden;
   margin: 0 auto;
   background: #FA7F27;
 }
.publicity img {
  width: 1920px;
  height: 78px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}


@media screen and (max-width:1024px) {
  .itemConten {
    width: 100% !important;
    margin: 0 !important;
    padding: 30px 20px !important;
    display: block !important;
  }

  .itemConten .leftPart{
    width: 100% !important;
    margin: 0 !important;
  }

  .itemConten .leftPart .line {
    margin-bottom: 20px !important;
  }

  .itemConten .leftPart .textBox {
    width: 100% !important;
    margin-bottom: 30px !important;
  }

  .itemConten .rightPart{
    width: 100% !important;
    margin: 0 !important;
  }

  .itemConten .rightPart ul,.itemConten .rightPart .button{
    width: 100% !important;
  }
}

@media screen and (max-width:1024px) {
  .leftPart .textBox p:first-child {
    font-size: 30px !important;
  }
}


