.contactus .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 43px;
  font-family:
    Microsoft YaHei-Light,
    Microsoft YaHei;
  font-weight: 350;
  color: #111111;
  box-sizing: border-box;
}

.contactus .right {
  position: relative;
  background: url("../images/contactus/31.png") no-repeat;
  background-position: center;
  width: 55%;
  background-size: 100% 100%;
}

.contactus .info {
  box-sizing: border-box;
  padding: 50px 0;
}

.contactus .left {
  width: 40%;
  background-color: #fff;
  box-sizing: border-box;
}

.contactus .left li {
  border-bottom: 2px solid #cccfd4;
  margin-bottom: 20px;
}

.contactus .left li .icon {
}

.contactus .left li .text {
  font-size: 20px;
  font-family:
    Microsoft YaHei-Regular,
    Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  margin: 10px 0;
}

.number {
  font-size: 20px;
  font-family:
    Microsoft YaHei-Regular,
    Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  margin-bottom: 22px;
}

.contactus .hr {
  height: 0px;
  opacity: 1;
  border: 1px solid #cccfd4;
}

.contactus .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.number2 {
  width: 170px;
  height: 26px;
  font-size: 20px;
  font-family:
    Microsoft YaHei-Regular,
    Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  margin-bottom: 17px;
}

.number3 {
  width: 416px;
  height: 26px;
  font-size: 20px;
  font-family:
    Microsoft YaHei-Regular,
    Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 19px;
  margin-bottom: 22px;
}

.contactus .phone {
  margin-bottom: 15px;
}

.contactus .email {
  margin-top: 58px;
  margin-bottom: 16px;
}

.contactus .local {
  margin-top: 54px;
  margin-bottom: 12px;
}

.contactus .map {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translateX(-55%);
}

.bottom-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  background-color: #fff;
  margin: auto;
  position: relative;
  margin-left: 0;
  text-align: center;
}

.bottom-box > div {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 33%;
  height: 233px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  padding: 10px;
  justify-content: space-around;
}

.contactus .title {
  padding: 0;
  font-size: 24px;
  font-family:
    Microsoft YaHei-Regular,
    Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}

.contactus .people {
  font-size: 16px;
  font-family:
    Microsoft YaHei-Regular,
    Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}

.pnumber {
  font-size: 16px;
  font-family:
    Microsoft YaHei-Regular,
    Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}

.ht {
  /* height: 40px; */
  font-size: 16px;
  font-family:
    Microsoft YaHei-Regular,
    Microsoft YaHei;
  font-weight: 400;
  color: #000000;
}

@media screen and (max-width: 1024px) {
  .jy-img25 {
    height: 20rem;
    background-size: cover;
    margin-top: 80px;
  }
  .info {
    padding: 50px 20px;
  }
  .info .top {
    flex-wrap: wrap;
  }
  .info .top .left {
    order: 2;
    width: 100%;
    margin: 30px 0;
  }
  .info .top .right {
    height: 22rem;
    width: 100%;
    order: 1;
  }
  .info .bottom-box > div {
    width: 100%;
    height: 18rem;
    margin-bottom: 10px;
  }

  .info .bottom-box div:last-child {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  .jy-box171 {
    left: 20%;
    top: 20%;
  }
  .jy-img26 {
    top: 35%;
    left: 40%;
  }
  .contactus .txt {
    font-size: 4rem;
  }
}

@media screen and (max-width: 640px) {
  .jy-img25 {
    margin-top: 0px;
  }
  .contactus .txt {
    font-size: 3rem;
  }
}
