.dropleft {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 2;
}
.salesBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 400px;
  width: 72px;
  height: 72px;
  background: rgba(5, 114, 255, 1);
  border-radius: 4px;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 17px;
}
.phone-img {
  margin-bottom: 7px;
  width: 20px;
  height: 20px;
}
.hideMenu {
  display: none;
}
.showMenu {
  display: block;
}
.dropleft .salesBtnMenu {
  position: absolute;
  top: -30px;
  right: 100px;
  width: 266px;
  height: 120px;
  padding-left: 22px;
  padding-top: 19px;
  border: none;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.dropleft .triangle {
  position: relative;
  width: 0;
  height: 0;
  border-width: 40px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
  transform: rotate(30deg);
  right: -170px;
  bottom: 70px;
  -ms-transform: rotate(30deg); /* IE 9 */
  -webkit-transform: rotate(30deg); /* Safari and Chrome */
  -o-transform: rotate(30deg); /* Opera */
  -moz-transform: rotate(30deg);
}
.dropleft .tips_title {
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
}
.dropleft .item {
  margin-bottom: 12px;
}

#headerNavbarWrap .navbar-nav .aboutus-item a::after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 4px;
  background: #ffffff;
  border-radius: 2px;
  bottom: 0px;
  left: 50%;
  margin-left: -12.5px;
  /* color: #fff !important;
  border-bottom: 2px solid #fff; */
}
.content {
  width: 100%;
  padding-top: 40px;
  /* padding-bottom: 100px; */
  background: #f9f9f9;
}
.banner-wrap {
  position: relative;
  width: 100%;
  height: 600px;
  /* margin-bottom: 60px; */
}
.banner-wrap img {
  height: 600px;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.banner {
  width: 100%;
  height: 100%;
}
.company-info {
  position: absolute;
  top: 150px;
  right: 0;
  left: 20%;
  width: 500px;
  /* margin: auto; */
}
.company-desc {
  margin-bottom: 24px;
  font-size: 44px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222222;
  line-height: 62px;
}
.company-purpose {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222222;
  line-height: 38px;
}
.title {
  padding-top: 120px;

  position: relative;
  text-align: center;
  /* height: 57px; */
  font-size: 32px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(20, 20, 20, 1);
  line-height: 45px;
}
.title img {
  height: 57px;
}
.title span {
  font-weight: 600;
  /* position: absolute; */
  /* margin-top: -22.5px;
  margin-left: -64px;
  top: 50%;
  left: 50%; */
}
.english-title {
  text-align: center;
  height: 27px;
  font-size: 20px;
  font-family: Alibaba-PuHuiTi-R;
  font-weight: normal;
  color: rgba(229, 229, 229, 1);
  line-height: 27px;
}
.icon-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 104px;
  margin-bottom: 162px;
}
.icon-item {
  padding: 0 30px;
  width: 48%;
  height: 178px;
  background: #ffffff;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 6px solid #2648ef;
  /* flex-direction: column; */
  /* align-items: center; */
  margin-bottom: 40px;
}
.icon-item:nth-child(3),
.icon-item:nth-child(4) {
  margin: 0;
}
.icon-item:hover {
  background: #2648ef !important;
}
.icon-item:hover p {
  color: #fff !important;
}
.icon-item > div p:first-child {
  margin-bottom: 14px;
  font-size: 24px;
  font-family: PingFangSC-Bold, PingFang SC;
  font-weight: bold;
  color: #181818;
  line-height: 33px;
}
.icon-item > div p:last-child {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999;
  line-height: 25px;
}
.adress {
  /* padding: 80px 0; */
  background-color: #fff;
}
.icon {
  width: 113px;
  height: 138px;
}
.idea {
  margin-top: 30px;
  margin-bottom: 10px;
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(20, 20, 20, 1);
  line-height: 28px;
}
.idea-desc {
  max-width: 256px;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(76, 76, 76, 1);
  line-height: 22px;
}
.forward-img {
  width: 100%;
  height: 100%;
  margin-top: 44px;
}
.text {
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 999;
  margin-top: -30px;
  display: flex;
  align-items: center;
  width: 90%;
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 5px 18px 0px rgba(138, 138, 138, 0.15);
  border-radius: 8px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222222;
  margin-bottom: 164px;
}
.text span {
  margin: 0 30px;
  display: inline-block;
  width: 1px;
  height: 30px;
  background: #eaeaea;
}
.text img {
  width: 38px;
  height: 42px;
}
@media screen and (max-width: 1024px) {
  .icon-wrap {
    left: 0;
  }
  .company-desc {
    font-size: 26px;
  }
  .company-purpose {
    font-size: 18px;
  }
  .title {
    font-size: 26px;
  }
  .english-title {
    font-size: 18px;
  }
  .icon {
    width: 140px;
    height: 140px;
  }
  .idea {
    font-size: 18px;
  }
  .idea-desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .company-desc {
    font-size: 20px;
  }
  .company-purpose {
    font-size: 16px;
  }
}
@media screen and (max-width: 428px) {
  .company-info .company-desc {
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #222222;
    line-height: 31px;
  }
  .company-info .company-purpose {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222222;
    line-height: 22px;
  }
  #headerNavbarWrap .navbar-nav .aboutus-item a {
    color: #0572ff !important;
  }
  .banner-wrap {
    height: 440px;
    /* margin-bottom: 20px; */
  }
  .banner-wrap img {
    width: 100%;
    height: 440px;
  }
  .company-desc {
    margin-bottom: 9px;
  }
  .company-info {
    width: 350px;
    text-align: center;
    top: 25px;
    left: 50%;
    margin-left: -175px;
    line-height: 16px;
  }
  .company-purpose {
    line-height: 18px;
  }
  .banner {
    height: 440px;
  }
  .title img {
    height: 23px;
  }
  .title span {
    /* margin-left: -36px;
    margin-top: -22.5px; */
  }
  .icon-item {
    margin-bottom: 10px;
    border-left: 0;
    padding: 0 15px;
    width: 100%;
    height: 89px;
  }
  .icon-item > div p:first-child {
    margin-bottom: 5px;
    font-size: 14px;
    font-family: PingFangSC-Bold, PingFang SC;
    font-weight: bold;
    color: #222222;
    line-height: 20px;
  }
  .icon-item > div p:last-child {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
  }
  .icon-item:nth-child(3) {
    margin-bottom: 10px;
  }
  .icon {
    width: 49px;
    height: 59px;
  }
  .company-desc {
    font-size: 16px;
  }
  .company-purpose {
    font-size: 12px;
  }
  .title {
    padding-top: 40px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
    line-height: 25px;
    /* height: 30px; */
  }
  #oneMap {
    margin-top: 20px !important;
    height: 300px !important;
  }
  .text {
    margin-bottom: 40px;
    margin-top: -15px;
    padding: 0 15px;
    height: 40px;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222222;
    line-height: 17px;
  }
  .text span {
    width: 1px;
    height: 15px;
    background: #eaeaea;
    margin: 0 15px;
  }
  .adress {
    /* padding: 30px 0; */
  }
  .text img {
    width: 19px;
    height: 21px;
  }
  .english-title {
    font-size: 10px;
  }
  .icon-wrap {
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .idea {
    font-size: 12px;
  }
  .idea-desc {
    font-size: 10px;
    width: 160px;
  }
}
