@font-face {
  font-family: PingFang SC;
  src: url("/static/fonts/kaiti.ttf");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: PingFang SC !important;
}
.mySwiper2 .content_img img {
  width: 100%;
  max-width: 100%;
}
.grid01-item-picture img {
  width: auto;
  height: 100%;
}
.breadcrumbs-item a {
  font-size: 16px;
  background-color: transparent;
  color: #004370;
  text-decoration: none;
}
.breadcrumbs-item .ahover {
  color: var(--light-blue);
  text-decoration: underline;
}
.text-standard-content h1 p {
  font-family: Arial, Helvetica, sans-serif;
}
.en_title {
  font-family: Arial, Helvetica, sans-serif;
}
.footer_nav {
  padding: 0;
  margin: 0;
  list-style-type: disc;
}
.footer_nav li {
  margin-right: 20px;
  list-style-type: none;
  float: left;
}

.footer_nav li a {
  text-decoration: none;
  color: #fff;
}
.logo_img_2 {
  margin-top: 10px;
}
.rte_fir {
  width: 150px;
}
.grid01-item-picture-logo img{
    width: 100%;
}
@media screen and (max-width:768px){
    .p_default{
       padding: 20px 16px;
    }
}
