.comm_pos {
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.contact_index .section2 {
  overflow: hidden;
}

/*地图信息*/
.map_content {
  text-align: center;
}

.map_content img {
  height: 50px;
}

.map_content span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.contact_index .content {
  height: 70vh;
  position: relative;
}
.contact_index .content #contactMap {
  height: 100%;
}
.contact_index .content .infos {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-130%);
  -moz-transform: translateY(-130%);
  -ms-transform: translateY(-130%);
  transform: translateY(-130%);
  font-size: 0;
}
.contact_index .content .infos .main {
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.contact_index .content .infos .info {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 60px 28px;
  text-align: center;
  position: relative;
}
.contact_index .content .infos .info i {
  width: 32px;
  height: 32px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
}
.contact_index .content .infos .info p {
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  margin-top: 24px;
}
.contact_index .content .infos .info:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #3f8bc3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.contact_index .content .infos .info:nth-of-type(1) i {
  background-image: url("../images/contact/icon3.png");
}
.contact_index .content .infos .info:nth-of-type(2) i {
  background-image: url("../images/contact/icon4.png");
}
.contact_index .content .infos .info:nth-of-type(3) i {
  background-image: url("../images/contact/icon5.png");
}
.contact_index .content .infos .info:nth-of-type(4) i {
  background-image: url("../images/contact/icon6.png");
}
.contact_index .content .infos .info:hover:after {
  width: 100%;
}


/*在线留言*/
.contact_online .section2 {
  padding: 4.5vw 0 6vw;
}
.contact_online .section2 h3 {
  font-size: 24px;
  color: #333;
}
.contact_online .section2 h3 .tip {
  display: inline-block;
  font-size: 14px;
}
.contact_online .section2 h3 span {
  color: #f00;
}
.contact_online .section2 .form {
  margin-top: 40px;
  font-size: 0;
}

.contact_online .section2 .form .box {
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.contact_online .section2 .form .box:nth-of-type(1), .contact_online .section2 .form .box:nth-of-type(2), .contact_online .section2 .form .box:nth-of-type(3) {
  display: inline-block;
  vertical-align: top;
  width: calc(31.5% - 16px);
}
.contact_online .section2 .form .box:nth-of-type(2) {
  margin-left: 50px;
  margin-right: 50px;
}
.contact_online .section2 .form .box:nth-of-type(2) input {
  cursor: pointer;
}
.contact_online .section2 .form .box:nth-of-type(2):after {
  content: '';
  width: 12px;
  height: 8px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/contact/icon1.png");
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact_online .section2 .form .box input, .contact_online .section2 .form .box textarea {
  border: 1px solid #e6e6e6;
  display: block;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  font-size: 14px;
  color: #808080;
}
.contact_online .section2 .form .box input::-webkit-input-placeholder, .contact_online .section2 .form .box textarea::-webkit-input-placeholder {
  color: #808080;
}
.contact_online .section2 .form .box input::-moz-placeholder, .contact_online .section2 .form .box textarea::-moz-placeholder {
  color: #808080;
}
.contact_online .section2 .form .box input:-moz-placeholder, .contact_online .section2 .form .box textarea:-moz-placeholder {
  color: #808080;
}
.contact_online .section2 .form .box input:-ms-input-placeholder, .contact_online .section2 .form .box textarea:-ms-input-placeholder {
  color: #808080;
}
.contact_online .section2 .form .box input:focus::-webkit-input-placeholder, .contact_online .section2 .form .box textarea:focus::-webkit-input-placeholder {
  color: #808080;
}
.contact_online .section2 .form .box input:focus::-moz-placeholder, .contact_online .section2 .form .box textarea:focus::-moz-placeholder {
  color: #808080;
}
.contact_online .section2 .form .box input:focus:-moz-placeholder, .contact_online .section2 .form .box textarea:focus:-moz-placeholder {
  color: #808080;
}
.contact_online .section2 .form .box input:focus:-ms-input-placeholder, .contact_online .section2 .form .box textarea:focus:-ms-input-placeholder {
  color: #808080;
}
.contact_online .section2 .form .box input:focus, .contact_online .section2 .form .box textarea:focus {
  border-color: #3f8bc3;
}
.contact_online .section2 .form .box span {
  position: absolute;
  top: 0px;
  left: 10px;
  color: #f00;
  font-size: 16px;
}
.contact_online .section2 .form .box textarea {
  height: 240px;
  padding: 20px;
}
.contact_online .section2 .form .box ul {
  position: absolute;
  top: calc(100% + 1px);
  left: -1px;
  right: -1px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 87, 205, 0.1);
  display: none;
}
.contact_online .section2 .form .box ul li {
  font-size: 14px;
  color: #333;
  line-height: 60px;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact_online .section2 .form .box ul li:hover {
  background-color: #3f8bc3;
  color: #fff;
}
.contact_online .section2 .form .box.open {
  z-index: 2;
}
.contact_online .section2 .form .box.open ul {
  display: block;
}
.contact_online .section2 .form .box.open:after {
  background-image: url("../images/contact/icon1_on.png");
}
.contact_online .section2 .form .btns {
  font-size: 0;
}
.contact_online .section2 .form .btns button, .contact_online .section2 .form .btns .info {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 16px);
}
.contact_online .section2 .form .btns button {
  height: 60px;
  font-size: 18px;
  cursor: pointer;
}
.contact_online .section2 .form .btns button.submit {
  background-color: #3f8bc3;
  color: #fff;
}
.contact_online .section2 .form .btns button.reset {
  margin: 0 24px;
  border: 1px solid #e6e6e6;
  color: #333;
  background-color: transparent;
}
.contact_online .section2 .form .btns .info {
  font-size: 14px;
  color: #808080;
  line-height: 60px;
}
.contact_online .section2 .form .btns .info a {
  color: #3f8bc3;
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
.contact_online .section2 .form .btns button {
    width: calc(28% - 16px);
  }

  .contact_online .section2 .form .btns .info {
    width: calc(44% - 16px);
  }

 }
 @media screen and (max-width: 992px) {
 	  .contact_online .section2 .form .box input {
    height: 40px;
  }

  .contact_online .section2 .form .box textarea {
    height: 120px;
  }

  .contact_online .section2 .form .btns button {
    height: 40px;
    font-size: 16px;
  }

  .contact_online .section2 .form .box ul li,
  .contact_online .section2 .form .btns .info {
    line-height: 40px;
  }

  .contact_online .section2 .form .btns .info {
    width: 100%;
  }
 }

 @media screen and (max-width: 600px) {
  .contact_online .section2 h3 {
    font-size: 18px;
  }

  .contact_online .section2 .form {
    margin-top: 15px;
  }

  .contact_online .section2 .form .box {
    margin: 0 0 10px 0 !important;
  }

  .contact_online .section2 .form .btns button.reset {
    margin: 0 10px;
  }

  .contact_online .section2 .form .box:nth-of-type(1),
  .contact_online .section2 .form .box:nth-of-type(2),
  .contact_online .section2 .form .box:nth-of-type(3) {
    width: 100%;
  }
 }

 .tit{clear: both;height: 140px;text-align: center;}
.tit span{font-size: 32px;font-weight: normal;letter-spacing: 5px;display: block;color: #282828;padding-top: 40px;}
.tit em{display: block;font-size: 16px;color: #666666;font-weight: normal;font-style: normal;letter-spacing: 0;margin-top: 5px;text-transform: uppercase;font-family: Times New Roman;}    
.lx{}
.lx h2, .lx1 h2{font-size: 34px;font-weight: normal;text-align: center;margin: 50px auto 40px;color: #333;}
.lx p{background:url(../images/contact/img_10.jpg) no-repeat;height: 181px;padding: 20px 20px 0px 250px;}
.lx p b{font-size: 24px;color: #3f8bc3;display: block;margin: 17px auto;font-weight: normal;}
.lx p em{font-style: normal;color: #000;}
.lx li{float: left;border: 1px solid #eee;width: 30%;height: 190px;text-align: center;margin-right: 20px;color: #666;line-height: 160%;padding: 0 10px;font-family: 微软雅黑;}
.lx li.last{float: right;margin-right: 0px}
.lx li img{margin-top: 20px;/*width: 52px;*/}
.lx li i{display: block;font-size: 18px;color: #3f8bc3;padding-bottom: 8px;font-style: normal;padding-top: 10px;}
.lx li span{display: block;font-size: 16px;color: #333;margin-top: 5px;}
.lx li.last span{font-size: 15px;}

.map-title{font-size: 16px;line-height: 24px;}
.map-list{font-size: 14px;line-height: 22px;color: #333;margin-top: 6px;}