.m_top_banner {
  height: 75vh;
  position: relative;
}

.m_top_txt {
  position: absolute;
  bottom: 10%;
  left: 10%;
  color: #fff;
  width: 80%;
  transition: all 0.3s ease-in-out;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8), 0 0 10px rgba(16, 124, 201, 0.5);
}

.m_top_txt h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.2rem;
}

.m_top_txt p {
  font-size: 1rem;
  line-height: 1.5;
}

.m_service_nav {
  padding: 2.5rem 1.5rem;
}

.m_service_nav ul {
  display: grid;
  gap: 2rem;
}

.m_service_nav ul li {
  height: 10vh;
  line-height: 10vh;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  color: #333333;
  position: relative;
  background: #fbfbfb;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px #efefef solid;
}

.m_service_nav ul li::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(/static/images/lineMask.png) no-repeat 0 -12vh;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 3;
  transition: all 0.8s ease-out 0.2s;
  content: "";
  display: block;
}

.m_service_nav ul li::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: .5vh;
  background: linear-gradient(45deg, #175dc5, #008cd6);
  transition: all 0.4s ease;
  content: "";
  display: block;
}


.m_service_main {
  padding: 1.5rem 0;
}

.m_service_li {
  padding: 1rem;
  color: #333333;
}

.m_service_li_tit h2 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 1rem;
}

.m_service_li_con p {
  font-size: 1.1rem;
  line-height: 1.6;
}
.m_service_tc_tit h2 {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 1rem;
}

.m_service_tc_con p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.m_phtg {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 1rem;
  height: 70vh;
}

.m_sw_item {
  padding: 0.5rem;

}

.m_sw_box {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 1rem;
  /* padding-top: 0.5rem; */
  transition: all 0.3s;
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px 2px #c6c6c6;
}

.m_sw_content {
  padding: 0.9rem;
  min-height: 15vh;
}

.m_sw_img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.m_sw_content h3 {
  line-height: 1.6;
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
}

.m_sw_content p {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.5;
  color: #666666;

}

.m_gdhl {
  margin-top: 1rem;
}

.m_gdhl_cj {
  position: relative;
  padding: 1rem;
  padding-bottom: 9rem;
  padding-right: 3rem;
  border-radius: 0.5rem;
  border-bottom-right-radius: 0;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.3);
}

.m_gdhl_cj h2 {
  font-size: 1.6rem;
  font-weight: 500;
  padding-bottom: 1rem;
  color: #333333;
}

.m_gdhl_cj p {
  font-size: 1.1rem;
  font-weight: 500;
  padding-bottom: 0.5rem;
  color: #333333;
  text-indent: 0;
}

.m_gdhl_cj_img {
  position: absolute;
  right: -0.5rem;
  bottom: -0.5rem;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  overflow: hidden;
}

.m_gdhl_px {
  position: relative;
  height: 10vh;
}

.m_gdhl_px h3 {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: right;
  padding-top: 1.5rem;
  padding-left: 8rem;
}

.m_gdhl_px_img {
  position: absolute;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  overflow: hidden;
  top: -8rem;
}

.m_gdhl_px_img img {
  height: 100%;
  object-fit: cover;
}

.m_ylfz {
  padding: 1rem 0;
}

.m_ylfz ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem 0.5rem;
}

.m_ylfz ul li {
  border-radius: 0.4rem;
  padding: 0.5rem;
  box-shadow: 0 1px 6px 2px #c6c6c6;
}

.ylfz_txt {
  text-align: center;
  line-height: 3;
}

.m_myhl {
  padding: 1rem 0;
}

.m_myhl ul {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 1rem 0.5rem;
}

.m_myhl ul li {
  border-radius: 0.4rem;
  padding: 1rem;
  margin-bottom: 0.5rem;
  box-shadow: 0 1px 6px 2px #c6c6c6;
}

.m_myhl ul li h3 {
  font-size: 1.3rem;
  padding-bottom: 0.5rem;
  text-align: center;
}

.m_zzfw {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
}

.m_zzfw_l {
  flex-basis: 30%;
}

.m_zzfw_r {
  flex-basis: 70%;
  font-size: 0.9rem;
}

.m_zzfw_img {
  border-radius: 0.5rem;
  border-bottom-right-radius: 0;
  overflow: hidden;
  margin-top: 1rem;
  box-shadow: 0 1px 6px 2px #c6c6c6;
}

.m_bxys p {
  text-indent: 0;
}

.m_bxys_img {
  margin-top: 1rem;
}

.m_zypx li {
  margin-top: 10px;
  list-style: circle;
  margin-left: 28px;
}

.m_zypx_img {
  margin-top: 1rem;
}

.m_service_tc {
  position: fixed;
  left: 0;
  top: 0;
  background: #ffffff;
  z-index: 999;
  transform: translateX(-110%);
  transition: all 0.5s;
  width: 100vw;
  height: 100vh;
}

.m_service_tc.tc_show {
  transform: translateX(0);
}

.m_service_tc_close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 1.25rem;
  height: 1.25rem;
}

.m_service_tc_tab {
  padding: 2rem 1rem;
  color: #333333;
  display: none;
}

.m_service_tc_tab.tab_show {
  display: block;
}

.m_service_tc_tit {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.m_service_tc_con {
  max-height: 85vh;
  overflow: auto;
  padding-right: 1rem;
}
