.title p:nth-of-type(1) {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: calc(8px + 0.5rem);
  color: #0072C1;
  line-height: 1;
}
.title p:nth-of-type(2) {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: calc(2px + 1.5rem);
  color: #242424;
  line-height: 1;
  margin-top: calc(2px + 0.5rem);
  line-height: 1.5;
}
.nei_banner {
  width: 100%;
  height: calc(200px + 20rem);
  position: relative;
}
.nei_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nei_ban_text {
  height: max-content;
  max-width: 1400px;
  width: 85%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.nei_ban_text div {
  width: calc(20px + 2rem);
  height: calc(4px + 0.25rem);
  background: #0072C1;
  border-radius: calc(0px + 0.1rem);
  margin-bottom: calc(9px + 1rem);
}
.nei_ban_text p {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: calc(10px + 1.5rem);
  color: #FFFFFF;
  line-height: calc(6px + 1.5rem);
}
.nei_ban_text p:nth-of-type(2) {
  margin-top: calc(2px + 1rem);
}
.position_box {
  width: 100%;
  background: #F1F1F1;
}
.position_nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.position_nav .position_line {
  width: 1px;
  height: calc(7px + 0.5rem);
  background: #BFBFBF;
}
.position {
  max-width: 1400px;
  width: 85%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.position_nav_item {
  width: calc(40px + 10rem);
  height: calc(20px + 3rem);
  background: transparent;
}
.position_nav_item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: calc(10px + 0.5rem);
  color: #333333;
}
.position_nav .position_nav_item_act {
  background: #0072C1;
}
.position_nav .position_nav_item_act a {
  color: #ffffff;
}
.position_right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(2px + 0.5rem);
}
.position_right img {
  width: calc(8px + 0.5rem);
}
.position_right p {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: calc(6px + 0.5rem);
  color: #919EA7;
}
.nei_title p:nth-of-type(1) {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: calc(20px + 1rem);
  color: #333333;
  line-height: 1;
  text-align: center;
}
.nei_title p:nth-of-type(2) {
  width: calc(16px + 40rem);
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: calc(6px + 0.5rem);
  color: #585858;
  line-height: calc(6px + 1.5rem);
  text-align: center;
  margin: auto;
  margin-top: calc(5px + 2rem);
}
.nei_title p:nth-of-type(3) {
  width: calc(16px + 40rem);
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: calc(6px + 0.5rem);
  color: #585858;
  line-height: calc(6px + 1.5rem);
  text-align: center;
  margin: auto;
  margin-top: calc(-3px + 1rem);
}
.nei_title div {
  width: calc(10px + 4rem);
  height: calc(2px + 0.1rem);
  background: #0072C1;
  margin: auto;
  margin-top: calc(2px + 1rem);
}
@media (max-width: 1100px) {
  .title p:nth-of-type(1) {
    font-size: calc(10px + 1rem);
  }
  .title p:nth-of-type(2) {
    font-size: calc(14px + 1rem) !important;
  }
  .nei_banner {
    height: calc(200px + -14rem);
  }
  .position_right {
    display: none;
  }
  .position {
    width: 100%;
  }
  .position_nav {
    width: 100%;
    flex-wrap: wrap;
  }
  .nei_title p:nth-of-type(1) {
    font-size: calc(16px + 1rem);
  }
  .nei_title p:nth-of-type(2) {
    width: 100% !important;
    font-size: calc(10px + 1rem);
    line-height: 1.5;
  }
  .nei_title p:nth-of-type(3) {
    width: 100% !important;
    font-size: calc(10px + 1rem);
    line-height: 1.5;
  }
  .position_nav_item {
    width: 100% !important;
    height: calc(25px + 3rem);
    padding: 0 calc(10px + 0.5rem) !important;
  }
  .position_nav_item a {
    font-size: calc(10px + 1rem);
  }
}
