.allmap_mask {
    background: #f4f4f4;
    opacity: 0.7;
    filter: alpha(opacity=70);
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100%;
    z-index: -1;
}
.amap-container {
    cursor: url(https://webapi.amap.com/theme/v1.3/openhand.cur),default;
}
.allmap_close {
    z-index: -2 !important;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 1s all;
    -webkit-transition: 1s all;
}
.amap-container {
    touch-action: none;
    position: relative;
    overflow: hidden;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0CAYAAADL1t+KAAAAGXRFW…DoAKDQAQCFDgAodABAoQOAQgcAFDoA0Gj/LAMAAD/tvwADACFZc/6Ic+VNAAAAAElFTkSuQmCC) #fcf9f2;
    -ms-touch-action: none;
}
i.map_close {
    position: fixed;
    width: 34px;
    height: 34px;
    right: 40px;
    top: 40px;
    background: url(../images/x2.gif) no-repeat center #e60012;
    z-index: 1001;
    display: none;
    padding: 5px;
    cursor: pointer;
    transition: all .57s;
    background-size: 100%;
}
.common-width {
  width: 70%;
}
.text {

}
.text .text_title {
  width: 580px;
  height: 300px;
  background: rgba(0, 0, 0, 0.35);
  padding: 60px 40px;
}
.text .text_title h3 {
  border-bottom: 1px solid #fff;
  font-size: 28px;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  letter-spacing: 5px;
}
.text .text_title p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
}
.text .title_btn {
  background: #f39801;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
}
.contact {
  display: block !important;
}
.contact .contact_title {
  background: #f7f7f7;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  color: #333;
  padding: 0 50px;
}
.contact .local_map {
  margin-top: 100px;
  position: relative;
  margin-bottom: 160px;
}
.contact .local_map .map {
  width: 875px;
}
.contact .local_map .location {
  border: 1px solid #358e84;
  padding: 35px;
  width: 40%;
  position: absolute;
  right: -80px;
  top: 40%;
  background: #f6fffe;
}
.contact .local_map .location .location_name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #333;
  padding-bottom: 30px;
}
.contact .local_map .location .location_name h2 {
  margin: 0 !important;
  color: #666;
  font-size: 26px;
}
.contact .local_map .location .location_name a {
  color: #3aa69f;
}
.contact .local_map .location .dizhi {
  padding-top: 30px;
  display: flex;
  align-items: center;
}
.contact .local_map .location .dizhi .dizhi_icon {
  width: 24px;
  margin-right: 15px;
}
.contact .local_map .location .dizhi p {
  color: #333;
  font-size: 14px;
  margin: 0;
}
.contact .local_map .location .dizhi a {
  color: #3aa69f;
}
.contact .consult_box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 2vw;
}
.contact .consult_box .consult_left .consult_left_title {
  width: 270px;
  height: 123px;
  color: #fff;
  text-align: center;
  background: url(../images/ku4.png) no-repeat center;
  display: grid;
  row-gap: 10px;
  padding: 20px;
}
.contact .consult_box .consult_left .consult_left_title h3 {
  font-size: 36px;
  margin: 0;
}
.contact .consult_box .consult_left .consult_left_title p {
  font-size: 24px;
}
.contact .consult_box .consult_left .consult_left_list ul {
  display: grid;
  row-gap: 30px;
  margin-top: 30px;
}
.contact .consult_box .consult_left .consult_left_list ul li {
  width: 100%;
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  color: #3aa69f;
  margin-top: 30px;
}
.contact .consult_box .consult_left .consult_left_list ul li span {
  width: 41px;
  height: 44px;
  line-height: 44px;
  font-size: 32px;
  color: #3aa69f;
  text-align: center;
  font-family: Arial;
  display: inline-block;
  float: left;
  margin: 0 20px;
  background: url(../images/ku5.png) no-repeat center;
}
.contact .consult_box .consult_right .consult_right_title {
  text-align: center;
}
.contact .consult_box .consult_right .consult_right_title h3 {
  font-size: 32px;
  margin-bottom: 0px;
}
.contact .consult_box .consult_right .consult_right_title img {
  height: 46px;
  width: auto;
  padding-right: 10px;
}
.contact .consult_box .consult_right .consult_right_title p {
  font-size: 20px;
  color: #999;
  margin: 0 0 18px;
}
.contact .consult_box .consult_right .consult_right_list ul {
  display: grid;
  row-gap: 20px;
}
.contact .consult_box .consult_right .consult_right_list ul li {
  display: grid;
  height: 58px;
  grid-template-columns: auto 1fr;
  border: 1px solid #999;
  line-height: 58px;
  border-radius: 5px;
  font-size: 18px;
  margin:10px 0 0 0;
}
.contact .consult_box .consult_right .consult_right_list ul li input {
  border: none;
  height: 58px;
  line-height: 58px;
  font-size: 16px;
  color: #999;
  background: none;
}
.contact .consult_box .consult_right .consult_right_list ul li i {
  font-size: 25px;
  color: #999;
  margin: 0 20px;
}
.contact .consult_box .consult_right .consult_right_list ul li:last-child {
  display: block;
  border: none;
}
.contact .consult_box .consult_right .consult_right_list ul li:last-child .sub_btn {
  background: #3aa69f;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .contact .local_map .map {
    width: 720px;
  }
}
@media only screen and (max-width: 1400px) {
  .contact .local_map .map {
    width: 580px;
  }
  .contact .local_map .location {
    right: 10px;
  }
  .contact .consult_box .consult_right .consult_right_title h3 {
    font-size: 28px;
  }
  .contact .consult_box .consult_left .consult_left_title p {
    font-size: 20px;
  }
  .contact .consult_box .consult_left .consult_left_title h3 {
    font-size: 28px;
  }
  .text .text_title {
    width: 550px;
    height: 240px;
    padding: 20px 30px;
  }
  .text .text_title h3 {
    font-size: 26px;
  }
  .text {
    left: 40% !important;
    top: 10% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .contact .contact_title {
    display: grid;
    grid-template-columns: 1fr auto;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
  }
  .contact .local_map .location {
    padding: 20px;
  }
  .contact .local_map {
    display: none;
  }
  .contact .consult_box {
    margin-top: 50px;
  }
  .contact .consult_box .consult_left .consult_left_title p {
    font-size: 18px;
  }
  .contact .consult_box .consult_left .consult_left_title h3 {
    font-size: 26px;
  }
  .consult_box {
    display: grid;
    row-gap: 40px;
  }
  .consult_box .consult_left {
    grid-column-start: span 2;
    margin: 0 auto;
  }
  .consult_box .consult_right {
    grid-column-start: span 2;
  }
}
@media only screen and (max-width: 992px) {
  .contact .contact_title {
    display: grid;
    grid-template-columns: 1fr auto;
    height: 80px;
    line-height: 0;
    align-items: center;
    justify-items: center;
    width: 70%;
    margin: 0 auto;
    font-size: 14px;
  }
  .contact .contact_title .left_hot {
    grid-column-start: span 2;
  }
  .contact .contact_title .right_email {
    grid-column-start: span 2;
  }
  .text {
    display: none;
  }
  .agency .text{
	  display:block;
  }
  .common-width .title_content {
    padding: 4% 2%;
  }
}
@media only screen and (max-width: 768px) {
  .common-width {
    width: 90%;
  }
  .contact .contact_title {
    width: 100%;
  }
  .contact .consult_box .consult_right .consult_right_title h3 {
    font-size: 24px;
  }
  .contact .consult_box .consult_right .consult_right_title p {
    font-size: 14px;
  }
  .consult_right_list {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px){
.contact .consult_box .consult_right .consult_right_list ul li {
    display: grid;
    height: 58px;
    grid-template-columns: auto 1fr;
    border: 1px solid #999;
    line-height: 58px;
    border-radius: 5px;
    margin: 10px 0 0 0;
    font-size: 18px;
}
.consult_box .consult_left {
    grid-column-start: span 2;
    margin: 0 auto;
    display: none;
}
}