@media screen and (max-width: 1200px) and (min-width: 992px) {
  #wechat .service-bottom {
    margin-top: 30px !important;
    padding: 15px 10px !important;
  }
  #wechat .service-bottom .bottom-img {
    width: 100px !important;
    height: 100px !important;
  }
  #wechat .service-bottom .bottom-btn {
    padding: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-around !important;
  }
  #wechat .service-bottom .bottom-btn span {
    font-size: 14px !important;
  }
  #wechat .service-bottom .bottom-title {
    font-size: 16px !important;
  }
  #wechat .service-bottom .bottom-desc {
    font-size: 14px !important;
  }
  #wechat .process-item h2 {
    font-size: 14px !important;
  }
  #wechat .process-item h2 span {
    font-size: 18px !important;
  }
  #wechat .process-item p {
    height: 72px !important;
  }
  #wechat .ecology .ecology-flex .ecology-item {
    margin-top: 80px !important;
  }
  #wechat .entrance .entrance-flex .entrance-item {
    margin-bottom: 50px !important;
  }
  #wechat .programme .programme-flex .programme-item {
    height: 200px !important;
    margin: 15px 15px 0 !important;
  }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
  #wechat .banner {
    height: 30vw !important;
  }
  #wechat .service-bottom {
    margin-top: 30px !important;
    padding: 15px 10px !important;
  }
  #wechat .service-bottom .bottom-img {
    width: 60px;
    height: 60px;
    display: block;
  }
  #wechat .service-bottom .bottom-btn {
    padding: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-around !important;
  }
  #wechat .service-bottom .bottom-btn span {
    font-size: 14px !important;
  }
  #wechat .service-bottom .bottom-title {
    font-size: 16px !important;
  }
  #wechat .service-bottom .bottom-desc {
    font-size: 14px !important;
  }
  #wechat .process-item h2 {
    font-size: 14px !important;
  }
  #wechat .process-item h2 span {
    font-size: 18px !important;
  }
  #wechat .process-item p {
    height: 72px !important;
  }
  #wechat .ecology {
    height: auto !important;
    padding: 50px 0 !important;
  }
  #wechat .ecology .ecology-flex .ecology-item {
    margin-top: 60px !important;
  }
  #wechat .entrance {
    padding: 50px 0 !important;
  }
  #wechat .entrance .entrance-flex .entrance-item {
    margin-bottom: 40px !important;
  }
  #wechat .programme {
    padding: 50px 0 !important;
  }
  #wechat .programme .programme-flex .programme-item {
    height: 180px !important;
    margin: 10px 10px 0 !important;
  }
  #wechat .service {
    padding: 50px 0 !important;
  }
  #wechat .consulting {
    padding: 50px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  #wechat .banner {
    height: 50vw !important;
  }
  #wechat .banner .banner-content h2 {
    font-size: 20px !important;
  }
  #wechat .banner .banner-content p {
    font-size: 14px !important;
  }
  #wechat .introduction-title {
    font-size: 20px !important;
  }
  #wechat .introduction-desc {
    font-size: 14px !important;
  }
  #wechat .introduction-img img {
    width: 100%;
    height: 100%;
  }
  #wechat .advantage-title {
    font-size: 20px !important;
  }
  #wechat .advantage-desc {
    font-size: 14px !important;
    margin-bottom: 40px !important;
  }
  #wechat .advantage-flex {
    justify-content: space-between;
  }
  #wechat .advantage-flex .advantage-item {
    width: 30% !important;
  }
  #wechat .advantage-flex .advantage-item .img-circle {
    height: 60px !important;
    width: 60px !important;
  }
  #wechat .advantage-flex .advantage-item .img-circle img {
    height: 30px !important;
    width: 30px !important;
  }
  #wechat .advantage-flex .advantage-item .img-circle .icon-emoji {
    font-size: 30px !important;
  }
  #wechat .advantage-flex .advantage-item p {
    white-space: nowrap;
    margin-top: 20px !important;
    font-size: 12px !important;
  }
  #wechat .ecology {
    height: 100% !important;
    padding: 30px 0 !important;
  }
  #wechat .ecology .ecology-title {
    font-size: 20px !important;
  }
  #wechat .ecology .ecology-desc {
    font-size: 14px !important;
  }
  #wechat .ecology .ecology-item {
    margin-top: 50px !important;
  }
  #wechat .ecology .ecology-item h2 {
    font-size: 20px !important;
  }
  #wechat .ecology .ecology-item p {
    font-size: 14px !important;
  }
  #wechat .entrance {
    padding: 30px 0 !important;
  }
  #wechat .entrance .entrance-title {
    font-size: 20px !important;
  }
  #wechat .entrance .entrance-desc {
    font-size: 14px !important;
    margin-bottom: 30px !important;
  }
  #wechat .entrance .entrance-item img {
    height: 25px !important;
    width: 25px !important;
  }
  #wechat .entrance .entrance-item .icon-emoji {
    font-size: 25px !important;
  }
  #wechat .entrance .entrance-item p {
    margin-top: 20px !important;
  }
  #wechat .process {
    padding: 30px 0 !important;
  }
  #wechat .process .process-title {
    font-size: 20px !important;
  }
  #wechat .process .process-desc {
    font-size: 14px !important;
    margin-bottom: 10px !important;
  }
  #wechat .process .process-flex {
    display: none !important;
  }
  #wechat .process .process-mobile {
    display: flex !important;
  }
  #wechat .programme {
    padding: 30px 0 !important;
  }
  #wechat .programme .programme-title {
    font-size: 20px !important;
  }
  #wechat .programme .programme-flex {
    margin-top: 20px !important;
  }
  #wechat .programme .programme-item {
    margin: 10px !important;
    height: auto !important;
    text-align: center !important;
    padding: 10px 0 !important;
  }
  #wechat .programme .programme-item .programme-p {
    margin: 5px 0 !important;
  }
  #wechat .programme .programme-item img {
    height: 50px !important;
    width: 50px !important;
  }
  #wechat .programme .programme-item .icon-emoji {
    font-size: 45px !important;
  }
  #wechat .programme .programme-item .programme-mask {
    display: none !important;
  }
  #wechat .service {
    padding: 30px 0 !important;
  }
  #wechat .service .service-title {
    font-size: 20px !important;
    padding-bottom: 20px !important;
  }
  #wechat .service .service-flex {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #wechat .service .service-flex .service-item {
    margin-top: 20px !important;
    width: 25% !important;
  }
  #wechat .service .service-flex .service-item img {
    height: 30px !important;
    width: 30px !important;
  }
  #wechat .service .service-flex .service-item .icon-emoji {
    font-size: 28px !important;
  }
  #wechat .service .service-flex .service-item p {
    margin-bottom: 5px !important;
  }
  #wechat .service .service-flex .service-item .item-number {
    display: block !important;
  }
  #wechat .service .service-bottom {
    margin-top: 30px !important;
    padding: 15px 10px !important;
  }
  #wechat .service .service-bottom .bottom-img {
    width: 60px;
    height: 60px;
    display: block;
  }
  #wechat .service .service-bottom .bottom-btn {
    padding: 10px 5px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  #wechat .service .service-bottom .bottom-btn span {
    font-size: 14px !important;
  }
  #wechat .service .service-bottom .bottom-title {
    font-size: 16px !important;
  }
  #wechat .service .service-bottom .bottom-desc {
    font-size: 14px !important;
  }
  #wechat .consulting {
    padding: 30px 0 !important;
  }
  #wechat .consulting .consulting-title {
    font-size: 20px !important;
  }
  #wechat .consulting .consulting-desc {
    font-size: 14px !important;
  }
  #wechat .consulting .consulting-btn {
    font-size: 16px !important;
    padding: 10px 15px !important;
  }
}

#wechat .banner {
  background: url("../../front/img/wechat/wechat1.jpg") center center;
  width: 100%;
  background-size: cover;
  height: 17vw;
  display: flex;
  align-items: center;
}

#wechat .banner .banner-content h2 {
  font-weight: normal;
  color: #fff;
  font-size: 36px;
  margin-bottom: 40px;
}

#wechat .banner .banner-content p {
  color: #fff;
  font-size: 20px;
  margin-top: 0;
}

#wechat .introduction {
  background: #d9fffc;
  width: 100%;
  padding: 50px 0;
}

#wechat .introduction .introduction-title {
  text-align: center;
  font-size: 36px;
  color: #333;
  font-weight: normal;
  margin-bottom: 21px;
}

#wechat .introduction .introduction-title span {
  color: #60c6cd;
}

#wechat .introduction .introduction-desc {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

#wechat .introduction .introduction-desc span {
  color: #60c6cd;
}

#wechat .introduction .introduction-img {
  margin-top: 70px;
  text-align: center;
}

#wechat .advantage {
  padding: 50px 0;
}

#wechat .advantage .advantage-title {
  font-size: 36px;
  font-weight: normal;
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 21px;
}

#wechat .advantage .advantage-desc {
  text-align: center;
  color: #666;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 50px;
}

#wechat .advantage .advantage-flex {
  display: flex;
  flex-wrap: wrap;
}

#wechat .advantage .advantage-flex .advantage-item {
  text-align: center;
  width: 20%;
  margin-bottom: 30px;
}

#wechat .advantage .advantage-flex .advantage-item .item-img {
  display: flex;
  justify-content: center;
}

#wechat .advantage .advantage-flex .advantage-item .item-img .img-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  width: 120px;
  border-radius: 50%;
}

#wechat .advantage .advantage-flex .advantage-item .item-img .img-circle img {
  height: 60px;
  width: 60px;
}

#wechat .advantage .advantage-flex .advantage-item .item-img .img-circle .icon-emoji {
  font-size: 55px;
  line-height: 1;
}

#wechat .advantage .advantage-flex .advantage-item p {
  color: #666;
  font-weight: bold;
  margin-top: 20px;
  font-size: 16px;
}

#wechat .ecology {
  background-image: url("../../front/img/wechat/wechat3.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  height: 100%;
  padding: 80px 0;
}

#wechat .ecology .ecology-title {
  font-size: 36px;
  font-weight: normal;
  color: #333;
  margin: 0;
  text-align: center;
}

#wechat .ecology .ecology-desc {
  font-size: 18px;
  color: #666;
  margin-bottom: 0;
  margin-top: 21px;
  text-align: center;
}

#wechat .ecology .ecology-flex {
  display: flex;
  flex-wrap: wrap;
}

#wechat .ecology .ecology-flex .ecology-item {
  text-align: center;
  margin-top: 135px;
}

#wechat .ecology .ecology-flex .ecology-item h2 {
  margin-top: 0;
  font-size: 36px;
  color: #65a1ff;
  font-weight: normal;
}

#wechat .ecology .ecology-flex .ecology-item h2 span {
  font-size: 14px;
  font-weight: lighter;
  line-height: 24px;
  color: #65a1ff;
  position: relative;
  top: -25px;
  left: 10px;
}

#wechat .ecology .ecology-flex .ecology-item p {
  font-weight: bold;
  margin: 0;
  line-height: 24px;
  font-size: 16px;
  color: #666;
}

#wechat .entrance {
  padding: 80px 0;
}

#wechat .entrance .entrance-title {
  font-size: 36px;
  font-weight: normal;
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 21px;
}

#wechat .entrance .entrance-desc {
  text-align: center;
  color: #666;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 80px;
}

#wechat .entrance .entrance-flex {
  display: flex;
  flex-wrap: wrap;
}

#wechat .entrance .entrance-flex .entrance-item {
  width: 20%;
  text-align: center;
  margin-bottom: 80px;
}

#wechat .entrance .entrance-flex .entrance-item img {
  height: 50px;
  width: 50px;
  color: #0fc6cb;
}

#wechat .entrance .entrance-flex .entrance-item .icon-emoji {
  font-size: 48px;
  line-height: 1;
}

#wechat .entrance .entrance-flex .entrance-item p {
  font-size: 16px;
  line-height: 16px;
  color: #333;
  margin-bottom: 0;
  margin-top: 35px;
}

#wechat .process {
  background-image: url("../../front/img/wechat/wechat4.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  height: 100%;
  padding: 80px 0;
}

#wechat .process .process-title {
  font-size: 36px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 21px;
}

#wechat .process .process-desc {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 80px;
}

#wechat .process .process-flex {
  display: flex;
  flex-wrap: wrap;
}

#wechat .process .process-flex .process-item {
  margin: 0 18px;
  border: 2px solid #fff;
  text-align: center;
  padding: 18px 8px 15px;
  box-sizing: border-box;
}

#wechat .process .process-flex .process-item h2 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}

#wechat .process .process-flex .process-item h2 span {
  font-size: 36px;
  font-weight: bold;
  font-style: italic;
  line-height: 36px;
  color: #fff;
}

#wechat .process .process-flex .process-item p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
  height: 48px;
}

#wechat .process .process-flex .process-line {
  height: 50px;
  width: 50px;
  display: block;
  margin: 5px auto 0;
}

#wechat .process .process-flex .process-icon {
  height: 60px;
  width: 60px;
  display: block;
  margin: 0 auto;
}

#wechat .process .process-flex .process-icon.icon-emoji,
#wechat .process .process-flex .process-line.icon-emoji {
  font-size: 50px;
  line-height: 1;
  display: block;
  margin: 0 auto;
  text-align: center;
  height: auto;
  width: auto;
}

#wechat .process .process-mobile {
  display: none;
  flex-wrap: wrap;
}

#wechat .process .process-mobile .mobile-item {
  border: 2px solid #fff;
  padding: 8px 5px;
  text-align: center;
  margin: 5px;
}

#wechat .process .process-mobile .mobile-item h2 {
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

#wechat .process .process-mobile .mobile-item h2 span {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  line-height: 20px;
  color: #fff;
}

#wechat .process .process-mobile .mobile-item p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
  height: 60px;
}

#wechat .programme {
  padding: 80px 0;
  border-bottom: 1px solid #eeeeee;
}

#wechat .programme .programme-title {
  font-size: 36px;
  font-weight: normal;
  color: #333;
  text-align: center;
  margin: 0;
}

#wechat .programme .programme-title span {
  color: #31a9b3;
}

#wechat .programme .programme-flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 67px;
}

#wechat .programme .programme-flex .programme-item {
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  height: 254px;
  border: 1px solid #cfcfcf;
  margin: 20px 30px 0;
  justify-content: center;
}

#wechat .programme .programme-flex .programme-item:hover .programme-mask {
  opacity: 1;
}

#wechat .programme .programme-flex .programme-item img {
  height: 100px;
  width: 100px;
}

#wechat .programme .programme-flex .programme-item .icon-emoji {
  font-size: 80px;
  line-height: 1;
}

#wechat .programme .programme-flex .programme-item .programme-p {
  white-space: nowrap;
}

#wechat .programme .programme-flex .programme-item p {
  font-size: 20px;
  color: #333;
  text-align: center;
  margin-bottom: 0;
}

#wechat .programme .programme-flex .programme-item .programme-mask {
  opacity: 0;
  background: #1ccbc6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#wechat .programme .programme-flex .programme-item .programme-mask h1 {
  font-size: 20px;
  margin-top: 30px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-left: 30px;
  margin-right: 30px;
}

#wechat .programme .programme-flex .programme-item .programme-mask p {
  margin: 0 10px;
  font-size: 15px;
  color: #fff;
}

#wechat .service {
  padding: 80px 0;
}

#wechat .service .service-title {
  font-size: 36px;
  font-weight: normal;
  color: #333;
  text-align: center;
  margin: 0;
  padding-bottom: 67px;
}

#wechat .service .service-title span {
  color: #31a9b3;
}

#wechat .service .service-flex {
  display: flex;
}

#wechat .service .service-flex .service-item {
  width: 11.1%;
  text-align: center;
  border-radius: 15px;
  border: 1px solid #ccc;
  padding: 10px 0;
  margin: 0 5px;
  position: relative;
}

#wechat .service .service-flex .service-item:hover .item-mask {
  opacity: 1;
}

#wechat .service .service-flex .service-item .item-number {
  display: none;
  font-size: 14px;
  margin-bottom: 5px;
}

#wechat .service .service-flex .service-item p {
  color: #606266;
  font-size: 16px;
  margin-top: 0;
}

#wechat .service .service-flex .service-item img {
  width: 50px;
  height: 50px;
}

#wechat .service .service-flex .service-item .icon-emoji {
  font-size: 45px;
  line-height: 1;
}

#wechat .service .service-flex .service-item .item-mask {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #1dcbc6;
  border-left: 1px solid #1dcbc6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #1dcbc6;
  color: #fff;
  border-radius: 15px;
  height: 100%;
}

#wechat .service .service-flex .service-item .item-mask strong {
  display: none;
  font-size: 18px;
}

#wechat .service .service-flex .service-item .item-mask em {
  font-size: 14px;
  display: none;
  text-align: center;
  font-weight: bold;
  font-style: normal;
}

#wechat .service .service-flex .service-item .item-mask p {
  color: #fff;
  line-height: 15px;
  font-size: 12px;
}

#wechat .service .service-bottom {
  display: flex;
  align-items: center;
  margin: 70px 10px 0;
  border: 1px solid #ccc;
  padding: 20px 30px;
  border-radius: 10px;
  transition: all 0.6s ease;
  cursor: pointer;
}

#wechat .service .service-bottom:hover {
  border: 1px solid #15acae;
}

#wechat .service .service-bottom:hover img {
  transform: scale(1.2);
}

#wechat .service .service-bottom img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.6s ease;
}

#wechat .service .service-bottom .bottom-title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

#wechat .service .service-bottom .bottom-desc {
  font-size: 16px;
  color: #666;
  margin-top: 12px;
  margin-bottom: 0;
}

#wechat .service .service-bottom .bottom-btn:after, #wechat .service .service-bottom .bottom-btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #fff;
  z-index: -2;
  opacity: 0;
}

#wechat .service .service-bottom .bottom-btn:hover:after, #wechat .service .service-bottom .bottom-btn:hover:before {
  width: 100%;
  opacity: 1;
}

#wechat .service .service-bottom .bottom-btn {
  display: inline-block;
  border: 1px solid #b2b2b2;
  padding: 10px 20px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: #303133;
}

#wechat .service .service-bottom .bottom-btn:hover {
  z-index: 1;
  color: #fff;
}

#wechat .service .service-bottom .bottom-btn:hover i {
  color: #fff;
}

#wechat .service .service-bottom .bottom-btn:before {
  transition: 1s;
  background: #15acae;
  z-index: -1;
}

#wechat .service .service-bottom .bottom-btn img {
  height: 25px;
  width: 25px;
  margin-right: 5px;
}

#wechat .service .service-bottom .bottom-btn .icon-emoji {
  font-size: 22px;
  line-height: 1;
  margin-right: 5px;
}

#wechat .service .service-bottom .bottom-btn span {
  font-size: 16px;
}

#wechat .consulting {
  background-image: url("../../front/img/wechat/wechat7.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 100% 100%;
  padding: 80px 0;
}

#wechat .consulting .consulting-title {
  font-size: 36px;
  color: #00cccc;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 28px;
}

#wechat .consulting .consulting-desc {
  color: #60c6cd;
  margin: 0;
  line-height: 32px;
}

#wechat .consulting .consulting-btn:after, #wechat .consulting .consulting-btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #fff;
  z-index: -2;
  border-radius: 20px;
  opacity: 0;
}

#wechat .consulting .consulting-btn:hover:after, #wechat .consulting .consulting-btn:hover:before {
  width: 100%;
  opacity: 1;
}

#wechat .consulting .consulting-btn {
  display: inline-block;
  border: 1px solid #00cccc;
  color: #00cccc;
  padding: 10px 35px;
  font-size: 20px;
  margin-top: 28px;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

#wechat .consulting .consulting-btn:hover {
  color: #fff;
  z-index: 1;
}

#wechat .consulting .consulting-btn:before {
  transition: 1s;
  background: #00cccc;
  z-index: -1;
}

#wechat .consulting .consulting-btn a {
  text-decoration: none;
  color: #00cccc;
}
