:root {
  --public-color: #008ca4;
  --max: 1430px;
}

.header {
  position: relative;
}

.container-1665 {
  max-width: 1665px;
  padding-left: 15px;
  margin-left: auto;
}

/* middle-one */
.middle .middle-one {
  background: url(../../images/faq_02.jpg) no-repeat;
  background-size: cover;
  min-height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.middle .middle-one .title h1 {
  color: #fff;
  font-size: 56px;
  line-height: 56px;
  font-weight: 700;
}

.middle .middle-one .title>div {
  max-width: 80px;
  height: 1px;
  background-color: #fff;
  margin: auto;
  margin-top: 28px;
}

/* middle-two */
.middle .middle-two>.container-xl {
  background-color: #fff;
  display: flex;
  align-items: center;
}

.middle .middle-two>.container-xl>.image {
  padding-right: 10px;
}

/* middle-three */
.middle .middle-three {
  padding: 125px 0 125px 0;
  background-color: #fff;
}

.middle .middle-three .up {
  color: #333333;
  line-height: 56px;
  font-size: 36px;
  font-weight: 600;
  position: relative;
  padding-bottom: 30px;
}

.middle .middle-three .up::before {
  position: absolute;
  content: '';
  background-color: var(--public-color);
  width: 120px;
  height: 3px;
  bottom: 0;
  left: 0;
}

.middle .middle-three .down {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
}

.middle .middle-three .down .left {
  width: 50%;
  padding-right: 60px;
}

.middle .middle-three .down .left ul li a {
  color: #333333;
  font-size: 16px;
  line-height: 48px;
  font-weight: 400;
}

.middle .middle-three .down .left ul li a i {
  font-size: 25px;
  color: var(--public-color);
}

.middle .middle-three .down .left ul li a span {
  margin-left: 23px;
}

.middle .middle-three .down .left ul li .nohover:hover span {
  color: #333333;
}

.middle .middle-three .down .left ul li a:hover span {
  color: var(--public-color);
}

.middle .middle-three .down .left .icon-boxs {
  margin-top: 60px;
  display: flex;
}

.middle .middle-three .down .left .icon-boxs .icon-box {
  background-color: var(--public-color);
  border-radius: 4px;
  margin-right: 10px;
  width: 30px;
}

.middle .middle-three .down .left .icon-boxs .icon-box a {
  width: 100%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.middle .middle-three .down .left .icon-boxs .icon-box:hover,
.middle .middle-three .down .left .icon-boxs .icon-box:hover a {
  background-color: #fff;
  color: var(--public-color);
}

.middle .middle-three .down .right {
  width: 50%;
}

.middle .middle-three .down .right .tj .form-row input,
.middle .middle-three .down .right .tj .form-row textarea {
  min-height: 51px;
  background-color: #f6f5f5;
  border: none;
  border-radius: 4px;
}

.middle .middle-three .down .right .tj .form-row input::placeholder,
.middle .middle-three .down .right .tj .form-row textarea::placeholder {
  color: #999999;
}

.middle .middle-three .down .right .tj .form-row input::-webkit-input-placeholder,
.middle .middle-three .down .right .tj .form-row textarea::-webkit-input-placeholder {
  color: #999999;
}

.middle .middle-three .down .right .tj .form-row input::-moz-placeholder,
.middle .middle-three .down .right .tj .form-row textarea::-moz-placeholder {
  color: #999999;
}

.middle .middle-three .down .right .tj .form-row input::-ms-input-placeholder,
.middle .middle-three .down .right .tj .form-row textarea::-ms-input-placeholder {
  color: #999999;
}

.middle .middle-three .down .right .tj .form-row input::-moz-placeholder,
.middle .middle-three .down .right .tj .form-row textarea::-moz-placeholder {
  color: #999999;
}

.middle .middle-three .down .right .tj .form-group {
  margin-bottom: 20px;
}

.middle .middle-three .down .right .tj .form-row button {
  margin-top: 10px;
  background-color: var(--public-color);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  border:1px solid var(--public-color);
}

.middle .middle-three .down .right .tj .form-row button:hover{background:#fff;color:var(--public-color);}

@media(max-width:768px){
  .middle .middle-one {
    min-height: 130px;
  }
  .middle .middle-one .title h1{
    font-size: 24px;
    line-height: 32px;
  }
  .middle .middle-one .title > div{
    margin-top: 15px;
  }
  .middle .middle-three{
    padding: 30px 0 15px 0;
  }
  .middle .middle-three .up{
    line-height: 32px;
    font-size: 24px;
    padding-bottom: 15px;
  }
  .middle .middle-three .down{
    margin-top: 15px;
    display: block;
  }
  .middle .middle-three .down .left{
    width: 100%;
    padding: 0;
  }
  .middle .middle-three .down .left ul li a{
    display: flex;
  }
  .middle .middle-three .down .left ul li a i{
    margin-top: 10px;
  }
  .middle .middle-three .down .left ul li a span{
    margin-left: 15px;
    display: inline-block;
  }
  .middle .middle-three .down .left .icon-boxs{
    margin-top: 15px;
  }
  .middle .middle-three .down .right{
    width: 100%;
    margin-top: 15px;
  }
  .middle .middle-three .down .right .tj .form-group{
    margin-bottom: 15px;
  }
  .middle .middle-three .down .right .tj .form-row button{
    margin: 0;
  }
}

