@charset "UTF-8";
.aboutOur_body {
  background-color: #F7FAFD;
}

.aboutOur_body h1 {
  font-size: 24px;
  color: #333333;
  line-height: 60px;
  font-weight: bold;
  text-align: left;
  margin-left: 15vw;
}

@media (min-width: 2048px) {
  .aboutOur_body h1 {
    margin-left: 23vw;
  }
}

.aboutOur_body .content {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}

.aboutOur_body .content .content_nav {
  margin-left: 15vw;
  display: flex;
}

.aboutOur_body .content .content_nav li {
  font-size: 16px;
  margin-left: 26px;
  line-height: 30px;
}

.aboutOur_body .content .content_nav li:nth-of-type(1) {
  margin: 0;
}

.aboutOur_body .content .content_nav .active {
  color: #5397F7;
  border-bottom: 4px solid #5397F7;
}

@media (min-width: 2048px) {
  .aboutOur_body .content .content_nav {
    margin-left: 23vw;
  }
}

.aboutOur_body .content .content_main {
  width: 100%;
  height: 500px;
  border-top: 1px solid #DEDEDE;
}

.aboutOur_body .content .content_main .CompanyProfile {
  width: 100%;
  height: 500px;
  display: flex;
}

.aboutOur_body .content .content_main .CompanyProfile div {
  width: 50%;
  height: 100%;
  position: relative;
}

.aboutOur_body .content .content_main .CompanyProfile .CompanyProfile_left .CompanyProfile_text {
  position: absolute;
  top: 54px;
  right: 46px;
  width: 400px;
  font-size: 16px;
  text-align: left;
  padding: 0 20px;
  letter-spacing: 2px;
  line-height: 24px;
}

@media (min-width: 2048px) {
  .aboutOur_body .content .content_main .CompanyProfile .CompanyProfile_left .CompanyProfile_text {
    width: 438px;
    top: 80px;
    right: 4vw;
  }
}

.aboutOur_body .content .content_main .CompanyProfile .CompanyProfile_right .CompanyProfile_img {
  width: 510px;
  height: 372px;
  background-image: url("../img/dljz/蒙版组 132@2x.png");
  background-size: 100% 100%;
  position: absolute;
  left: 30px;
  top: 78px;
}

.aboutOur_body .content .content_main .contactUs {
  width: 100%;
  height: 500px;
  display: flex;
}

.aboutOur_body .content .content_main .contactUs div {
  width: 50%;
  height: 100%;
  position: relative;
}

.aboutOur_body .content .content_main .contactUs .contactUs_left #contactUs_text {
  position: absolute;
  right: -14px;
  top: 100px;
  width: 486px;
  height: auto;
  text-align: left;
  color: #333333;
}

.aboutOur_body .content .content_main .contactUs .contactUs_left #contactUs_text h5 {
  font-size: 22px;
  font-weight: bold;
  position: relative;
}

.aboutOur_body .content .content_main .contactUs .contactUs_left #contactUs_text h5::after {
  content: "全国技术支持服务中心";
  font-size: 14px;
  color: #666666;
  font-weight: normal;
  position: absolute;
  top: 33px;
  left: 0;
}

.aboutOur_body .content .content_main .contactUs .contactUs_left #contactUs_text .contactUs_list {
  margin-top: 68px;
}

.aboutOur_body .content .content_main .contactUs .contactUs_left #contactUs_text .contactUs_list li {
  font-size: 18px;
  margin-top: 16px;
}

@media (min-width: 2048px) {
  .aboutOur_body .content .content_main .contactUs .contactUs_left #contactUs_text {
    right: 3vw;
  }
}

.aboutOur_body .content .content_main .contactUs .contactUs_right #Map_positioning {
  width: 510px;
  height: 388px;
  margin-top: 78px;
  margin-left: 10vh;
  position: absolute;
}
