@media screen and (max-width: 1024px) {
  .icon {
    width: 70%;
    height: 100px;
    margin: 2rem auto;
  }
  .icon li {
    width: 12.5%;
  }
  .icon li i {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    font-size: 40px;
    border: 3px solid white;
    border-radius: 50%;
    padding: 16% 18%;
    cursor: pointer;
  }
  .icon li i span {
    display: none;
    position: absolute;
    top: -3px;
    left: -3px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    background: white;
  }
  .icon li i .spanText {
    padding-top: 15px;
    line-height: 20px;
  }
  .icon li .active {
    color: #3774FF;
    background: white;
  }
  .icon li .active span {
    display: block;
  }
  .recruitment {
    height: 1000px !important;
  }
  .recruitment h4 {
    font-size: 24px !important;
  }
  .recruitment .text {
    display: none;
    width: 90% !important;
  }
  .recruitment .text li {
    font-size: 24px !important;
    line-height: 40px !important;
  }
  .surroundings ul {
    margin-top: 5rem !important;
    height: 370px !important;
  }
  .surroundings ul li {
    height: 370px !important;
  }
  .surroundings ul li div .right {
    height: 185px !important;
    margin-right: 2.5px;
  }
  .surroundings ul li div .left {
    height: 185px !important;
    margin-left: 2.5px;
  }
  .surroundings ul .maxHeight {
    height: 181px !important;
  }
}
@media screen and (min-width: 1200px) {
  .icon {
    width: 70%;
    height: 100px;
    margin: 2rem auto;
  }
  .icon li i {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    font-size: 60px;
    border: 3px solid white;
    border-radius: 50%;
    padding: 16% 18%;
    cursor: pointer;
  }
  .icon li i span {
    display: none;
    position: absolute;
    top: -3px;
    left: -3px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    background: white;
  }
  .icon li .active {
    color: #3774FF;
    background: white;
  }
  .icon li .active span {
    display: block;
  }
}
i {
  -webkit-tap-highlight-color: transparent;
}
.surroundings {
  width: 100%;
  height: 700px;
  background: url("../img/contact/background1.png");
  background-size: 100% 100% ;
  padding: 2rem;
}
.surroundings .midBox {
  height: 100%;
}
.surroundings h2 {
  margin-bottom: 2rem;
}
.surroundings ul {
  height: 500px;
  margin: 0 auto;
}
.surroundings ul li {
  width: 50%;
  height: 500px;
}
.surroundings ul li div .right {
  width: 50%;
  height: 280px;
  margin-right: 2.5px;
}
.surroundings ul li div .left {
  width: 50%;
  height: 280px;
  margin-left: 2.5px;
}
.surroundings ul li:nth-child(1) {
  margin-right: 5px;
}
.surroundings ul .maxHeight {
  height: 216px;
  margin-top: 4px;
}
.surroundings ul .absolute {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .5s;
}
.surroundings ul .absolute h2 {
  position: absolute;
  top: 30%;
  left: 0;
  color: white;
  z-index: 500;
  transition: .5s;
}
.surroundings ul .absolute .absoluteChild {
  top: 35%;
  left: 0;
}
.surroundings ul .absolute .absoluteLast {
  top: 40%;
  left: 0;
}
.surroundings ul .relative:hover .absolute {
  opacity: .6;
}
.surroundings ul .relative:hover .absolute h2 {
  left: 42.5%;
}
.surroundings ul .relative:hover .absolute .absoluteChild {
  left: 36%;
}
.surroundings ul .relative:hover .absolute .absoluteLast {
  left: 42%;
}
.recruitment {
  width: 100%;
  height: 700px;
  background: url("../img/contact/background2.png");
  background-size: 100% 100% ;
  color: white;
  padding: 2rem;
}
.recruitment h2 {
  font-size: 36px;
}
.recruitment h4 {
  font-size: 20px;
  font-weight: normal;
  margin: 1rem 0;
}
.recruitment .text {
  display: none;
  width: 65%;
  margin: 0 auto;
}
.recruitment .text li {
  font-size: 16px;
  line-height: 32px;
}
.recruitment .text li:nth-child(1) {
  font-size: 22px;
}
.recruitment .active {
  display: block;
}
.joinUs {
  width: 100%;
  height: 500px;
  background: url("../img/contact/background3.png");
  background-size: 100% 100% ;
}
.joinUs .widthBox {
  margin: 0 auto;
}
.joinUs .box {
  width: 40%;
  margin: 0 auto 0 0;
  padding: 3% 0;
}
.joinUs h2 {
  margin: 0;
  font-family: Arial;
}
.joinUs h4 {
  margin: 0;
  font-weight: normal;
}
.joinUs .join {
  display: block;
  width: 240px;
  height: 40px;
  margin: 2rem auto;
  line-height: 35px;
  font-size: 20px;
  color: #999999;
  border: 2px solid #999999;
}
.joinUs .join:hover {
  color: white;
  border: 2px solid #3774FF;
  background: #3774FF;
}
.joinUs ul.dif {
  position: relative;
  width: 120%;
  flex-wrap: wrap;
  margin: 4rem 0 0 0;
}
.joinUs ul.dif li {
  display: flex;
  width: 33%;
  margin-bottom: 3rem;
}
.joinUs ul.dif li span {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-family: "Microsoft Yahei", Regular, sans-serif;
}
.joinUs ul.dif li span:nth-child(1) {
  width: 35px;
  background-image: url("../img/contact/sprite.png");
}
.joinUs ul.dif li .span2 {
  background-position: -45px 0;
}
.joinUs ul.dif li .span3 {
  background-position: 35px 0;
}
.joinUs ul.dif li .span4 {
  background-position: 0 -45px;
}
.joinUs ul.dif li .span5 {
  background-position: -45px -45px;
}
.joinUs ul.dif li .span6 {
  background-position: 35px -45px;
}
.joinUs ul.dif li .span7 {
  background-position: 0 35px;
}
.joinUs ul.dif li .span8 {
  background-position: 35px 35px;
}
.joinUs ul.dif li .span9 {
  background-position: -45px 35px;
}
.BMap_Marker {
  background: url("../img/icon.png") 100% no-repeat !important;
}
.BMapLabel {
  border: none !important;
  font-size: 20px !important;
  color: red;
}
.BMap_bubble_title {
  color: red;
  font-size: 16px;
}
/*# sourceMappingURL=contact.css.map */