.title span{
  margin: 0;
  padding-left: 0;
  color: #fff;
}
.title{
  padding-left: 0;
}
.banner-swiper {
  min-height: 120px;
}

.banner-swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  display: inline;
  vertical-align: top;
}

.country {
  width: 100%;
  padding: 10px 5px;
  overflow: hidden;
}

.countryinner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fafafa;
  overflow: hidden;
}
.countryinner a {
  width: 14.28%;
  margin-bottom: 10px;
}
.countryinner a img {
  display: block;
  width: 36px;
  height: 24px;
  margin: 0 auto 5px;
}

.countryinner a p {
  text-align: center;
  margin-top: 5px;
  white-space: nowrap;
}

.lxms {
  width: 100%;
  position: relative;
}

.lxmsinner {
  width: 100%;
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  background: #f6f6f6;
}

.lxmsinner .item {
  width: 25%;
  padding: 5px 0;
}

.lxmsinner .item a {
  width: 100%;
  display: block;
}

.lxmsinner .item a .img {
  width: 40%;
  height: 52px;
  margin: 0 auto;
  position: relative;
}

.lxmsinner .item a .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 100%;
  transform: translate(-50%, -50%);
}

.lxmsinner .item a p {
  font-size: 13px;
  text-align: center;
}

.adwrap {
  width: 100%;
  padding: 0 5px;
  overflow: hidden;
  position: relative;
}

.adwrap .ad {
  width: calc(50% - 10px);
  margin: 0 5px 10px;
  float: left;
}

.adwrap .ad img {
  display: block;
  width: 100%;
}

.ztwrap {
  width: 100%;
  padding: 0 10px;
}

.ztlist {
  width: 100%;
  padding: 0 1%;
  display: flex;
}

.ztlist .item {
  width: 14.3%;
  margin-right: 2.8%;
}
.ztlist .item a{
  display: block;
  width: 85%;
  height: 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #ff9000;
}
.ztlist .item img {
  width: 20px;
}
.ztlist .item p{
  text-align: center;
  margin-top: 10px;
}
.ztlist .item:last-child {
  margin-right: 0;
}

.title.blue2::before {
  background: #ff9000;
}

.title.red1::before {
  background: #f00000;
}
.title.purple1::before {
  background: #ff9000;
}
.title.green1::before {
  background: #ff9000;
}
.zyfl {
  width: 100%;
  margin-bottom: 10px;
  padding: 0 10px;
  overflow: hidden;
  position: relative;
}
.zyfl ul {
  padding-top: 0px;
}
.zyfl ul li {
  height: 62px;
  padding: 6px 12px 6px 12px;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
}
.zyfl ul li div {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
}
.zyfl ul li div>a {
  color: #3e3e3e;
  overflow: hidden;
  display: block;
}
.zyfl ul li div>a span {
  color: #ff9c00;
  font-size: 13px;
  font-weight: normal;
  float: right;
}
.zyfl ul li>a {
  margin-top: 10px;
  margin-right: 10px;
  display: block;
  float: left;
  font-size: 14px;
  color: #525252;
  line-height: 14px;
}
.tabs{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 7px;
}
.tabs a{
  width: calc(20% - 6px);
  margin: 0 2px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  margin: 0 2px 10px;
  border-radius: 2px;
  background: #f6f6f6;
  overflow: hidden;
}
.tabs a.on{
  background: #0082f0;
  color: #fff;
}
.panelwrap .panel{
  display: none;
}
.gwhzyx{
  width: 100%;
  padding: 0 5px;
  overflow: hidden;
  position: relative;
}

.gwhzyx .countryinner{
  padding: 0 5px 0;
  height: 35px;
  line-height: 35px;
  margin-left: 5px;
}
.gwhzyx .countryinner a p{
  margin-top: 0;
  position: relative;
}
.gwhzyx .countryinner .swiper-slide.on a p::after {
  content: '';
  width: 80%;
  height: 3px;
  left: 50%;
  bottom: 5px;
  border-radius: 3px;
  overflow: hidden;
  color: #fff;
  background: #f03c07;
  transform: translateX(-50%);
  position: absolute;
}
.hzSchool {
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.hzSchool:nth-child(1){
  display: flex;
}
.hzSchool a.item {
  width: calc(33.33% - 10px);
 margin: 0 5px;
  margin-bottom: 10px;
  background: #f7f7f7;
}
.hzSchool a.item .img{
  width: 100%;
  height: 120px;
  position: relative;
}
.hzSchool a.item .img img{
  max-width: 60% !important;
  max-height: 60% !important;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.hzSchool a.item p{
  text-align: center;
  font-size: 14px;
    padding-bottom: 8px;
}