* {
  margin: 0;
  padding: 0;
}

body {
  color: #484848;
  font: 14px/1.5 '\5FAE\8F6F\96C5\9ED1', arial, \5b8b\4f53, helvetica, sans-serif;
}

.reset_style,
body {
  word-break: normal;
}

a {
  transition: all .3s;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #409eff;
  text-decoration: none;
}

.pl_service2 .service_item:hover .service_value_con{
	width: 250px;
}

.subpage_ad .text {
  display: none;
}

/*nav*/
.subNav {
  max-width: 1320px !important;
  display: flex;
  flex-wrap: wrap;
}

.subNav>div {
  width: auto !important;
}

.subNav:after {
  display: none !important;
}

.e_breadcrumb-1 .p_breadcrumb {
  flex-wrap: wrap;
}

  div[class^=e_richText-] img {
    max-width: 100% !important;
    height: auto !important;
  }

  div[class^=e_richText-] video {
    max-width: 100% !important;
    height: auto !important;
  }

@media only screen and (min-width: 769px) {

  /*大屏*/
  .NavList_a1 a {
    font-size: 14px !important;
    padding: 0px 20px !important;
  }
}

@media only screen and (max-width: 768px) {

  /*小屏*/
  .subNav>div {
    width: 100% !important;
  }

}


