﻿
@media screen and (max-width: 750px){

.wapbanner img {
  width: 100%;
}
.wapbanner .swiper-slide .li-title {
  font-size: 14px;
  text-align: center;
  background-color: #0190cb;
  color: #fff;
  height: 30px;
  line-height: 30px;
}
.clear {
  clear: both;
}
.menu-part .part-title {
  text-align: center;
}
.menu-part .part-title .title {
  font-size: 0.5rem;
  text-align: center;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-weight: 400;
  display: inline-block;
}
.menu-part .part-body a {
  font-size: 14px;
  color: #fff;
  line-height: 0.8rem;
  float: left;
  display: block;
  width: 20%;
  text-align: center;
}
.menu-part .part-body.ws a {
  width: 50%;
}
.menu-part .part-body.ws a.zfd {
  width: 100%;
}
.keshi a {
  font-size: 14px;
  color: #333;
  line-height: 1rem;
  float: left;
  display: block;
  width: 25%;
  text-align: center;
}
.keshi a.weishu {
  width: 50%;
}
.keshi a.weishu.zfd {
  width: 100%;
}
.keshi.weishu a {
  width: 50%;
}
.keshi.weishu a.zfd {
  width: 100%;
}
.nav {
  display: flex;
  justify-content: space-between;
  background-color: #0190cb;
  height: 1rem;
}
.nav a {
  display: block;
  font-size: 14px;
  line-height: 1rem;
  color: #fff;
  width: 25%;
  text-align: center;
}
}