.two_unit {
  display: flex;
  justify-content: space-around;
  margin: 0 0 60px 0;
  padding: 0 0 80px 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.two_unit a:hover {
  color: #00AB38;
  transition: all 0.6s;
}

.two_unit_box form .line_box {
  display: flex;
  justify-content: space-between;
}

.two_unit_box form .line_box .l,
.two_unit_box form .line_box .r {
  width: 49%;
}

.two_unit_box form .line_box .l input,
.two_unit_box form .line_box .r input,
.two_unit_box form .line_box .l select,
.two_unit_box form .line_box .r select {
  margin: 0 0 30px 0;
  padding: 30px 40px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  outline: none;
  background-color: #F7FCF9;
  border-radius: 10px;
  color: #000;
}

input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
}

.two_unit_box form textarea {
  margin: 0 0 30px 0;
  padding: 30px 40px;
  width: 100%;
  box-sizing: border-box;
  background: #F7FCF9;
  border-radius: 10px;
  border: none;
  outline: none;
  resize: none;
  color: #000;
}

select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #000;

  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;

  /*在选择框的最右侧中间显示小箭头图片*/
  background-image: url("http://ourjs.github.io/static/2015/arrow.png") 85% 50% no-repeat scroll transparent !important;


  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
  background-color: #fff;
}

#vcode {
  width: 45%;
  padding: 30px 40px;
  box-sizing: border-box;
  border: none;
  outline: none;
  background-color: #F7FCF9;
  border-radius: 10px;
  color: #000;
  color: rgba(0, 0, 0, 0.6) !important;
}

#code {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 0 40px; */
  color: #ffffff;
  /*字体颜色白色*/
  width: 15%;
  background-color: #000000;
  font-size: 20pt;
  font-family: "华康娃娃体W5";
  padding: 5px 35px 10px 35px;
  cursor: pointer;
  border-radius: 10px;
}

#search_pass_link {
  width: 70%;
  text-align: right;
  margin: 0 auto;
  padding: 5px;
}

.btns {
  padding: 30px 0;
  width: 60%;
  border: none;
  outline: none;
  color: #fff;
  background: #00AB38;
  border-radius: 10px;
  box-sizing: border-box;
}

.main_bar {
  width: 100%;
}

.flexbox {
  display: flex;
  justify-content: space-between;
}

.attention {
  margin: 40px 0 120px 0;

}

/*据点页面*/

.stronghold_box .p_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 140px 0 90px 0;
}

.stronghold_box .p_box .map_bg {
  display: block;
  width: 70%;
}

.stronghold_lsit ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.stronghold_lsit ul li {
  width: 30%;
}

.stronghold_lsit ul li a {
  display: block;
  margin: 0 0 50px 0;
  padding: 30px 60px;
  height: 90%;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 30px;
  box-sizing: border-box;
}

.stronghold_lsit ul li a:hover {
  background-color: #fff;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.6s;
}

/* .stronghold_lsit ul li:nth-child(7) a,
.stronghold_lsit ul li:nth-child(8) a,
.stronghold_lsit ul li:nth-child(9) a {
  margin: 0 0 120px 0;
} */

.stronghold_lsit ul li a dl dt {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  box-sizing: border-box;
  color: #00AB38;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.stronghold_lsit ul li a dl dd {
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: space-between;*/
  line-height: 32px;
}

.stronghold_lsit ul li a dl dd i {
    display: inline-block;
    margin: 0 0 0 10px;
  color: #00AB38;
}

.stronghold_box .p_box {
  position: relative;
}

.stronghold_box .p_box ul {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.stronghold_box .p_box ul li:nth-child(1) {
  position: absolute;
  top: 36%;
  left: 24%;
}

.stronghold_box .p_box ul li:nth-child(2) {
  position: absolute;
  top: 25%;
  left: 45.5%;
}

.stronghold_box .p_box ul li:nth-child(3) {
  position: absolute;
  top: 46%;
  left: 62%;
}

.stronghold_box .p_box ul li:nth-child(4) {
  position: absolute;
  top: 46%;
  left: 70%;
}

.stronghold_box .p_box ul li:nth-child(5) {
  position: absolute;
  top: 32%;
  left: 74%;
}

.stronghold_box .p_box ul li:nth-child(6) {
  position: absolute;
  top: 18%;
  left: 74%;
}

.stronghold_box .p_box ul li:nth-child(1) .hover_box {
  position: absolute;
  top: 100%;
  left: -685%;
  width: 300%;
}

.stronghold_box .p_box ul li:nth-child(1) .hover_box img {
  position: absolute;
  top: -250%;
  left: 0%;
}

.stronghold_box .p_box ul li:nth-child(2) .hover_box {
  position: absolute;
  top: -345%;
  left: 165%;
  width: 300%;
}

.stronghold_box .p_box ul li:nth-child(2) .hover_box img {
  position: absolute;
  top: 190%;
  left: -40%;
}

.stronghold_box .p_box ul li:nth-child(3) .hover_box {
  position: absolute;
  top: 425%;
  left: 235%;
  width: 300%;
}

.stronghold_box .p_box ul li:nth-child(3) .hover_box img {
  position: absolute;
  top: -1300%;
  left: -65%;
}

.stronghold_box .p_box ul li:nth-child(4) .hover_box {
  position: absolute;
  top: 195%;
  left: 320%;
  width: 300%;
}

.stronghold_box .p_box ul li:nth-child(4) .hover_box img {
  position: absolute;
  top: -425%;
  left: -90%;
}

.stronghold_box .p_box ul li:nth-child(5) .hover_box {
  position: absolute;
  top: 40%;
  left: 350%;
  width: 300%;
}

.stronghold_box .p_box ul li:nth-child(5) .hover_box img {
  position: absolute;
  top: 10%;
  left: -100%;
}

.stronghold_box .p_box ul li:nth-child(6) .hover_box {
  position: absolute;
  top: -190%;
  left: 350%;
  width: 300%;
}

.stronghold_box .p_box ul li:nth-child(6) .hover_box img {
  position: absolute;
  top: 180%;
  left: -100%;
}

.hover_box {
  opacity: 0;
}

.stronghold_box .p_box ul li:hover .hover_box {
  opacity: 1;
  transition: all 0.8s;
}

.stronghold_box .p_box ul li .hover_box h4 {
  font-size: 16px;
}

.stronghold_box .p_box ul li .hover_box img {
  display: block;
  width: 251%;
}

.stronghold_box .p_box ul li:nth-child(2) .hover_box img {
  width: 100%;
}

.stronghold_box .p_box ul li:nth-child(3) .hover_box img {
  width: 150%;
}

/* 新增 */
.inputajava {
  cursor: pointer;
}

.form_box dl:first-child {
  margin: 0;
}

.form_box dl {
  margin: 40px 0 0 0;
}

.form_box dl dt {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 2px solid #D3D3D3;
}

.form_box dl dd {
  margin: 0 0 15px 0;
}

.form_box {
  display: flex;
  justify-content: space-between;
  background-color: #F7FCF9;
  /* margin: 0 0 30px 0; */
  padding: 40px;
  box-sizing: border-box;
}

.form_box .l_box,
.form_box .r_box {
  width: 49%;
}

.popupwindows_box {
  position: relative;
  top: -5%;
  left: 0;
  /* margin: 0 0 15px 0; */
}

.closearrow_box {
  display: block;
  padding: 20px 0;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  background: #8E9EA7;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.popupwindows_box {
  display: none;
}

@media screen and (max-width: 1680px) {

  .two_unit_box form .line_box .l input,
  .two_unit_box form .line_box .r input,
  .two_unit_box form .line_box .l select,
  .two_unit_box form .line_box .r select,
  .two_unit_box form textarea {
    margin: 0 0 25px 0;
    padding: 25px 35px;
  }

  #vcode {
    padding: 25px 35px;
  }

  .btns {
    padding: 25px 0;
  }

  .attention {
    margin: 35px 0 100px 0;
    font-size: 14px;
  }

  .stronghold_box p {
    font-size: 18px;
  }

  .stronghold_lsit ul li a {
    margin: 0 0 45px 0;
    padding: 25px 55px;
  }

  .stronghold_lsit ul li a dl dt {
    margin: 0 0 25px 0;
    padding: 0 0 25px 0;
    font-size: 22px;
  }

  .stronghold_lsit ul li a dl dd {
    font-size: 14px;
  }

}

@media screen and (max-width: 1600px) {

  .two_unit_box form .line_box .l input,
  .two_unit_box form .line_box .r input,
  .two_unit_box form .line_box .l select,
  .two_unit_box form .line_box .r select,
  .two_unit_box form textarea {
    margin: 0 0 20px 0;
    padding: 20px 30px;
  }

  #vcode {
    padding: 20px 30px;
  }

  .btns {
    padding: 20px 0;
  }

  .attention {
    margin: 30px 0 80px 0;
  }

  .stronghold_box p {
    font-size: 16px;
  }

  .stronghold_lsit ul li a {
    margin: 0 0 40px 0;
    padding: 20px 50px;
  }

  .stronghold_lsit ul li a dl dt {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    font-size: 20px;
  }

}

@media screen and (max-width: 1440px) {
    .popupwindows_box {
        top: -3%;
    }

  .two_unit_box form .line_box .l input,
  .two_unit_box form .line_box .r input,
  .two_unit_box form .line_box .l select,
  .two_unit_box form .line_box .r select,
  .two_unit_box form textarea {
    margin: 0 0 15px 0;
    padding: 15px 25px;
  }

  #vcode {
    padding: 15px 25px;
  }

  .btns {
    padding: 15px 0;
  }

  .attention {
    margin: 25px 0 60px 0;
  }

  .stronghold_box p {
    font-size: 14px;
  }

  .stronghold_lsit ul li a {
    margin: 0 0 35px 0;
    padding: 15px 45px;
  }

  .stronghold_lsit ul li a dl dt {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    font-size: 18px;
  }

}

@media screen and (max-width: 1366px) {

  .two_unit_box form .line_box .l input,
  .two_unit_box form .line_box .r input,
  .two_unit_box form .line_box .l select,
  .two_unit_box form .line_box .r select,
  .two_unit_box form textarea {
    margin: 0 0 15px 0;
    padding: 15px 20px;
  }

  #vcode {
    padding: 15px 20px;
  }

  .btns {
    padding: 15px 0;
  }

  .attention {
    margin: 20px 0 40px 0;
  }

  .stronghold_lsit ul li a {
    margin: 0 0 30px 0;
    padding: 15px 40px;
  }

  .stronghold_lsit ul li a dl dt {
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    font-size: 16px;
  }

}

@media screen and (max-width: 1280px) {
  .attention {
    margin: 15px 0 20px 0;
  }

  .stronghold_lsit ul li a {
    margin: 0 0 25px 0;
    padding: 15px 35px;
  }

  .stronghold_box .p_box ul li .hover_box img {
    display: block;
    width: 110%;
  }

  .stronghold_box .p_box ul li:nth-child(6) .hover_box img {
    position: absolute;
    top: 190%;
    left: -30%;
  }

  .stronghold_box .p_box ul li:nth-child(6) .hover_box {
    position: absolute;
    top: -110%;
    left: 150%;
  }

  .stronghold_box .p_box ul li:nth-child(1) .hover_box img {
    position: absolute;
    top: -45%;
    left: 30%;
  }

  .stronghold_box .p_box ul li:nth-child(1) .hover_box {
    position: absolute;
    top: 40%;
    left: -355%;
  }

  .stronghold_box .p_box ul li:nth-child(4) .hover_box {
    position: absolute;
    top: 85%;
    left: 235%;
  }

  .stronghold_box .p_box ul li:nth-child(4) .hover_box img {
    position: absolute;
    top: -115%;
    left: -60%;
  }

  .stronghold_box .p_box ul li:nth-child(5) .hover_box img {
    position: absolute;
    top: 80%;
    left: -55%;
  }

  .stronghold_box .p_box ul li:nth-child(5) .hover_box {
    position: absolute;
    top: 0%;
    left: 200%;
  }

  .stronghold_box .p_box ul li:nth-child(3) .hover_box img {
    width: 100%;
  }

  .stronghold_box .p_box ul li:nth-child(3) .hover_box img {
    position: absolute;
    top: -825%;
    left: -50%;
  }

  .stronghold_box .p_box ul li:nth-child(3) .hover_box {
    position: absolute;
    top: 285%;
    left: 185%;
  }

}

@media screen and (max-width: 1024px) {

  .stronghold_lsit ul li a {
    margin: 0 0 20px 0;
    padding: 15px 30px;
  }

}

@media screen and (max-width: 980px) {
    .form_box {
        padding: 30px;
    }
    
    .form_box {
        flex-wrap: wrap;
    }
    
      .form_box .l_box,
        .form_box .r_box {
            width: 100%;
        }
        
           .form_box dl dt {
               font-size: 16px;
           }
           
             .form_box dl dd {
                 font-size: 14px;
             }
    
    .stronghold_box p {
        line-height: 1.5;
    }
    
  .two_unit_box form .line_box {
    flex-wrap: wrap;
  }

  .two_unit_box form .line_box .l,
  .two_unit_box form .line_box .r {
    width: 100%;
  }

  .flexbox {
    flex-wrap: wrap;
  }

  .flexbox #vcode,
  .flexbox div {
    width: 100% !important;
  }

  .flexbox div {
    justify-content: space-around !important;
    margin: 15px 0 0 0;
  }

  .stronghold_lsit ul li {
    width: 45%;
  }

  .stronghold_lsit ul {
    flex-wrap: wrap;
  }

  .stronghold_lsit ul li a dl dd {
    line-height: 1.5;
  }

  .stronghold_box .p_box ul li .hover_box h4 {
    font-size: 14px;
  }

}

@media screen and (max-width: 768px) {
        .form_box {
        padding: 20px;
    }
    
        .stronghold_box p {
        line-height: 1.3;
    }

  .stronghold_lsit ul li a dl dd {
    line-height: 1.3;
  }

}

@media screen and (max-width: 640px) {
    
    .stronghold_box .p_box ul li:nth-child(2) .hover_box img {
        width: 70%;
    }
    .stronghold_box .p_box ul li:nth-child(2) .hover_box img {
        left: -20%;
    }
    
    .stronghold_box .p_box ul li:nth-child(2) .hover_box {
    position: absolute;
    top: -235%;
    left: 100%;
    }


  .stronghold_lsit ul li {
    width: 100%;
  }
  
  .stronghold_box .p_box ul li img {
      display: block;
      width: 40%;
  }
  
  .stronghold_box .p_box ul li .hover_box img {
      display: none !important;
  }
  
  .stronghold_box .p_box ul li:nth-child(1) .hover_box {
      left: -135%;
  }
  
  .stronghold_box .p_box ul li:nth-child(2) .hover_box {
    top: 55%;
    left: -45%;
}

.stronghold_box .p_box ul li:nth-child(3) .hover_box {
    position: absolute;
    top: 100%;
    left: -55%;
}

.stronghold_box .p_box ul li:nth-child(4) .hover_box {
    position: absolute;
    top: 90%;
    left: -100%;
}

.stronghold_box .p_box ul li:nth-child(5) .hover_box {
    position: absolute;
    top: 80%;
    left: -90%;
}

.stronghold_box .p_box ul li:nth-child(6) .hover_box {
    position: absolute;
    top: 50%;
    left: -100%;
}
  
/*  .stronghold_box .p_box ul li:nth-child(1) .hover_box img {*/
/*    position: absolute;*/
/*    top: 20%;*/
/*    left: 45%;*/
/*}*/
  
}

@media screen and (max-width: 375px) {}