
a {
  text-decoration: none;color: #333;
}

#swiper1 {
    height: auto;
}
.bg-grey {
  background-color: #efefef;
}
.imglist {
  width: 100%;
  height: auto;
}
.imglist .taptit {
  width: 100%;
  font-size: 20px;
  color: #525252;
  display: flex;
  line-height: 90px;
  overflow: hidden;
  margin-top: 20px;font-weight:bold;
}
.imglist .taptit::before {
  width: 10px;
  height: 30px;
  display: block;
  background-color: #63cb9a;
  content: "";
  margin-right: 10px;
  border-radius: 5px;
  margin-top: 30px ;
  margin-bottom: 20px ;
  margin-left: 15px;
}
.imglist .taptit span {
  font-size: 16px;
  flex: 1;
  text-align: right;font-weight:100;margin-right:16px ;
}
.imglist .tapimgbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;;
}
.imglist .tapimgbox li {
  width: 22%;
  height: auto;
  margin-bottom: 30px;padding: 3%;
}
.imglist .tapimgbox li img {
  width: 100%;
}
.imglist .tapimgbox li span {
  text-align: center;
  width: 100%;
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  color: #4c4c4c;
}
.zhuan .imglist {
  width: 100%;
  height: auto;
}
.zhuan .imglist .taptit {
  width: 100%;
  font-size: 20px;
  color: #525252;
  display: flex;
  line-height: 90px;
  overflow: hidden;
  margin-top: 20px;font-weight: bold;
}
.zhuan .imglist .taptit::before {
  width: 10px;
  height: 30px;
  display: block;
  background-color: #63cb9a;
  content: "";
  margin-right: 10px;
  border-radius: 5px;
  margin-top: 30px ;
  margin-bottom: 20px ;margin-left: 25px;
}
.zhuan .imglist .taptit span {
  font-size: 16px;
  flex: 1;
  text-align: right;font-weight:100;margin-right:16px ;
}
.zhuan .imglist .tapimgbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;;
}
.zhuan .imglist .tapimgbox li {
  width: 50%;
  height: auto;
  margin-bottom: 10px;padding: 0;
}
.zhuan .imglist .tapimgbox li a{display: block;
  padding:10%;
}
.zhuan .imglist .tapimgbox li img {
  width: 100%;
}
.zhuan .imglist .tapimgbox li span {
  text-align: center;
  width: 100%;
  display: block;
  height: auto;
  line-height: 30px;
  font-size: 16px;
  color: #4c4c4c;
}
@media screen and (max-width: 750px){
.imglist .tapimgbox li span{line-height: 30px;
  font-size: 16px;height: auto;}
    .imglist .tapimgbox li {
    width: 31%;padding: 1%;
}
.imglist .tapimgbox li{    margin-bottom: 10px;}
    
}