
img {
  max-width: 100%;
  display: block;
}
.h10 {
  width: 100%;
  height: 10px;
  background: #f8f8f8;
}
.gotop img {
  width: 9%;
  position: fixed;
  bottom: 67px;
  right: 3%;
  z-index: 800;
}
.m_index_zh_mask {
  display: none;

  width: 100%;

  height: 100%;

  position: fixed;

  z-index: 1000;

  background: rgba(0, 91, 172, 0.8);
}
.m_index_zh_mask ul {
  padding-top: 17%;

  padding-left: 10%;
}
.m_index_zh_mask ul li {
  margin-bottom: 3vh;

  color: #fff;

  font-size: 1rem;

  font-weight: bold;
}
.m_index_zh_mask ul li p a {
  color:#fff;
}
#closemask {
  position: absolute;
  width: 10%;
  right: 3%;
  top: 15px;
}
.limit {
  padding: 0 5%;
}
.title {
  padding: 0 5%;
  background: #0096ea;
  position: relative;
  height: 50px;
  line-height: 50px;
}
.title img {
}
.title img:nth-of-type(1) {
  width: 13px;
  position: absolute;
  top: 11px;
  left: 5%;
}
.title p {
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
}
.title img:nth-of-type(2) {
  width: 25px;
  position: absolute;
  right: 5%;
  top: 15px;
}
.footer {
  background: url("../images/footer.png") no-repeat top;
  background-size: cover;
  padding: 40px 5%;
  overflow: auto;
}
.footer .footer_l {
  width: 40%;
  float: left;
}
.footer .footer_l img {
  width: 80%;
}
.footer .footer_r {
  float: left;

  width: 60%;

  position: relative;
}
.footer .footer_r h1 {
  font-size: 1rem;

  margin-bottom: 10px;

  color: #fff;
}
.footer .footer_r p {
  font-size: 0.9rem;
  color: #fff;
  margin-bottom: 5px;
}
.footer .footer_r img:nth-of-type(1) {
  width: 20%;

  margin-top: 3%;

  float: left;

  margin-right: 10%;
}
.footer .footer_r img:nth-of-type(2) {
  width: 20%;

  margin-top: 3%;

  float: left;

  margin-right: 10%;
}
.footer .footer_r img:nth-of-type(3) {
  width: 20%;

  margin-top: 3%;

  float: left;
}
.footer_top {
  overflow: hidden;
}
.footer_list {
  overflow: hidden;

  margin-top: 10px;
}
.footer_list ul li {
  float: left;

  width: 48%;

  padding-bottom: 5px;

  margin: 10px 0;

  font-size: 0.9rem;

  color: #fff;

  border-bottom: 1px solid #339cd9;
}
.footer_list ul li:nth-of-type(odd) {
  margin-right: 4%;
}
.footer_list ul li p {
}

.one_ab{padding: 20px 5%;border-bottom: 15px solid #f1f1f1;}
.one_ab p{
  font-size: 1rem;
  line-height: 25px;
}
.sp_title {
  position: relative;
  font-size: 1.1rem;
  padding-left: 10px;
  margin-bottom: 15px;
}
.sp_title::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  border-radius: 11px;
  background: #ffaa00;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 375px) {
  .m_index_zh_mask ul li {
    margin-bottom: 17px;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}
}

@media screen and (max-width: 320px) {
  .m_index_zh_mask ul li {
    margin-bottom: 12px;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}
}
