@charset "UTF-8";
.all {
  padding: 120px 0 254px;
  position: relative;
}
.all .w1440 {
  position: relative;
  z-index: 2;
}
.all::after {
  bottom: 0;
  left: 0;
  opacity: 0.2;
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 327px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(2%, #FFFFFF), to(#3E7E1F));
  background: linear-gradient(180deg, #FFFFFF 2%, #3E7E1F 100%);
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info .tit {
  margin: 25px 0 18px;
  font-family: "fontM";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.info .time {
  color: #B8B8B8;
}
.info > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 93px;
}
.info > div a{
    color: #333;
    transition: all 0.5s;
}
.info > div a:hover{
    color: #6BA23E;
}
.info > div:last-child {
  border-right: none;
}
.info > div:first-child {
  padding-left: 0;
}
.info > div:hover .tit {
  color: #6BA23E;
  text-decoration: underline;
}
.info .add_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info .add_flx > div:first-child {
  width: 110px;
}
.info .add_flx > div:last-child {
  width: calc(100% - 110px);
}
.info .add_flx:not(:last-child) {
  margin-bottom: 5px;
}

.map {
  position: relative;
  margin-top: 72px;
}
.map #container {
  height: 675px;
}
.map .txt {
  position: absolute;
  width: 450px;
  height: 70%;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  right: 37px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 97px 50px 0;
}
.map .tit {
  font-family: "fontM";
  color: #6BA23E;
}
.map .des {
  line-height: 1.8125;
}

.consult_tit {
  color: #6BA23E;
  margin-top: 105px;
  line-height: 1.16;
  font-family: "fontM";
}

.all form {
  margin-top: 59px !important;
}
.all form .flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.all form .flx > div:nth-child(n+3) {
  margin-top: 53px;
}
.all form .flx2 {
  width: calc((100% - 93px) / 2);
}
.all form .flx2 > input {
  width: 100%;
  margin-top: 12px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #E8E8E8;
  padding: 0 32px;
}
.all form .tit {
  font-family: "fontM";
}
.all form .tit::after {
  content: "*";
  color: rgb(231, 0, 0);
}
.all form .last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.all form .pull {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.all form textarea {
   font-family: 'fontM'; 
  height: 198px;
  margin-top: 12px;
  border-radius: 5px;
  border: 1px solid #E8E8E8;
  padding: 32px;
  width: 100%;
  display: block;
}
.all form .pull {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.all form .pull > div {
  width: 100%;
}
.all form .pull .tit {
  margin-bottom: 12px;
}
.all form .pull_box {
  position: relative;
}
.all form .pull_box input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #E8E8E8;
  padding: 0 32px;
  cursor: pointer;
}
.all form .pull_box svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 34px;
}
.all form .choose_list {
  display: none;
  position: absolute;
  z-index: 9;
  width: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  height: 160px;
  overflow: auto;
}
.all form .choose_list::-webkit-scrollbar {
  width: 2px;
  border-radius: 4px;
}
.all form .choose_list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.02);
  /* 背景色 */
  border-radius: 4px;
}
.all form .choose_list::-webkit-scrollbar-thumb {
  background: #6BA23E;
  /* 滚动色 */
  border-radius: 6px;
}
.all form .choose_list div {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 40px;
  cursor: pointer;
  padding: 0 32px;
}
.all form .choose_list div:hover {
  background: #6BA23E;
  color: #fff;
  padding-left: 40px;
}
.all form .submit {
  width: 180px;
  height: 45px;
  overflow: hidden;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border: none;
  position: relative;
  z-index: 2;
}
.all form .submit span{
    position: relative;
    z-index: 2;
}
.all form .submit:after{
    background: -webkit-gradient(linear, left top, right top, from(#7CA84B), color-stop(19%, #458031), color-stop(57%, #447F31), to(#7CA84B));
  background: linear-gradient(90deg, #7CA84B 0%, #458031 19%, #447F31 57%, #7CA84B 100%);
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.all form .submit:hover:after{
    width: 200%;
}
@media screen and (max-width: 1600px){
    .all {
    padding: 6.25% 0 13.22%;
        
    }
    .info > div{
        padding: 0 40px;
    }
    .map {
    position: relative;
    margin-top: 50px;
}
.consult_tit {
    margin-top: 60px;
    
}
.all form {
    margin-top: 30px !important;
}
}
@media screen and (max-width: 1200px){
        .consult_tit {
        margin-top: 45px;
    }
    .all form .flx > div:nth-child(n+3) {
    margin-top: 35px;
}
.all form .flx2 {
    width: calc((100% - 45px) / 2);
}
    .info > div {
        padding: 0 20px;
    }
    .info .add_flx > div:first-child {
    width: 90px;
}
.info .add_flx > div:last-child {
    width: calc(100% - 90px);
}
}
@media screen and (max-width: 768px){
.info{
    flex-direction: column;
}
     .info > div {
         display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
            border-right: none;
                border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    
.info .tit {
    margin: 15px 0 5px;
    text-align: center;
}
    .all {
        padding:20px 0 40px;
    }
    .info > div img{
        display: block;
        margin: auto;
    }
    .map .txt {
    position: relative;
    width: 100%;
    height: auto;
    padding: 25px 0 0;
    background: none;
      right: 0px;
    top: 0px; 
    transform: inherit;
    }
    .map #container {
    height: 300px;
}
    .map {
        margin-top: 40px;
    }
        .consult_tit {
        margin-top: 30px;
        text-align: center;
    }
    .consult_des {
        text-align: center;
    }
        .all form .flx2 {
        width: 100%;
    }
        .all form .flx > div:nth-child(n+2) {
        margin-top: 20px;
    }
    .all form .flx2 > input{
        margin-top: 5px;
        padding: 0 20px;
    }
    .all form .last{
        flex-direction: column;
    }
    .all form .submit{
        margin-top: 20px;
            width: 140px;
    }
    .all form .pull .tit {
    margin-bottom: 5px;
}
.all form textarea{
    padding: 20px;
}
.pull {
    margin-top: 20px;
}
.all form .pull_box input{
    padding: 0 20px;
}
    .all form {
        margin-top: 20px !important;
    }
}
