@charset "UTF-8";
.btitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3vw;
}

.btitle .t1 {
  text-align: center;
  color: #de0303;
}

.btitle .t2 {
  text-align: center;
  color: #333333;
  font-weight: 800;
  font-size: 80%;
}

.card3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  overflow: hidden;
  padding: 10vw 0;
}

.card3 .swiper-slide {
  width: 100vw;
}

.card3 .item {
  background-color: white;
  -webkit-box-shadow: 0px 9px 50px 0px rgba(255, 189, 148, 0.74);
          box-shadow: 0px 9px 50px 0px rgba(255, 189, 148, 0.74);
  width: 61vw;
  margin-left: 19%;
  height: 73vw;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 3vw 1vw 4vw 1vw;
  color: #333;
  cursor: pointer;
}

.card3 .item .iconfont {
  font-size: 400%;
  color: #ff7318;
}

.card3 .item .line2 {
  font-size: 160%;
  font-weight: 800;
}

.card3 .item .line3 {
  text-align: center;
  margin: 0 10%;
}

.svc {
  margin: 3vw 0;
}

.fuwu3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 5vh;
  overflow: hidden;
}

.fuwu3 .swiper-slide {
  width: 100vw;
  padding-top: 5vw;
}

.fuwu3 .item {
  background-color: #f2f2f2;
  width: 80vw;
  margin-left: 10vw;
  height: 95vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #333;
  position: relative;
  cursor: pointer;
}

.fuwu3 .item .iconfont {
  position: absolute;
  background-color: white;
  font-size: 300%;
  border-radius: 6em;
  padding: 0.5em;
  color: #ff7318;
  position: absolute;
  top: -1em;
  left: calc(50% - 1em);
}

.fuwu3 .item .line2 {
  font-size: 120%;
  font-weight: 800;
  margin-top: 30%;
}

.fuwu3 .item .line3 {
  text-align: center;
  margin: 1vw 2vw;
  min-height: 25%;
  text-align: center;
  color: #606266;
  font-size: 80%;
  line-height: 150%;
}

.chengnuos {
  position: relative;
  margin-top: 5vw;
}

.chengnuos .centerbg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.chengnuos .centerbg img {
  width: 70vw;
}

.chengnuos .cns {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 9vw;
  padding-right: 5vw;
  margin-top: 10vw;
}

.chengnuos .cns .item {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 30%;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 0.5em;
  margin-bottom: 7vw;
}

.chengnuos .cns .item .line1 {
  font-weight: 800;
}

.chengnuos .cns .item .iconfont {
  line-height: 0.2em;
  margin-top: 0.3em;
  font-size: 200%;
}

.chengnuos .cns .item .line3 {
  font-size: 80%;
  line-height: 150%;
  min-height: 4.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.chengnuos .cns .left,
.chengnuos .cns .right {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}

.chengnuos .cns .left .num,
.chengnuos .cns .right .num {
  position: absolute;
  top: 0;
  left: -1em;
  font-weight: 800;
  font-size: 120%;
  color: #de0303;
  line-height: 1.1em;
}

.kouhao {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  align-items: center;
}

.kouhao img {
  height: 100%;
}

.kouhao .hua {
  width: 100%;
  height: 100%;
  height: 4em;
  margin: 0 1em;
  font-size: 110%;
}

.kouhao .hua .line1 {
  width: 100%;
  height: 50%;
  text-align: start;
}

.kouhao .hua .line2 {
  width: 100%;
  height: 50%;
  text-align: end;
}

.card2 {
  padding: 0 5vw;
  position: relative;
  height: 65vw;
}

.card2 .left {
  background-color: #de0303;
  position: absolute;
  width: 25vw;
  height: 25vw;
  bottom: 0;
  left: 5vw;
}

.card2 .right {
  width: 86%;
  height: 90%;
  position: absolute;
  padding: 0vw 2vw;
  top: 0;
  right: 0;
}

.card2 .right img {
  height: 100%;
  width: 100%;
}

.card2 .right .line2 {
  margin-left: 20%;
  border-left: 1px solid #606266;
  height: 4em;
  padding-left: 1em;
  color: #333;
  font-size: 120%;
  font-weight: 700;
}

.tousu {
  margin-top: 3vw;
  padding-bottom: 15vh;
}

.tousu .fuwuform {
  background-image: url("../images/fuwuformbg.png");
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}

.tousu .fuwuform .left {
  display: none;
}

.tousu .fuwuform .ffm {
  width: 90vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tousu .fuwuform .ffm .fi {
  background-color: white;
  border: 1px solid #cfcfcf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1em;
  padding: 0.5em;
}

.tousu .fuwuform input {
  border: none;
  height: 100%;
  width: 100%;
}

.tousu .fuwuform .sub {
  background-color: #de0303;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  height: 3em;
  margin-top: 2em; border: none; width: 100%;
}

.noticeCard {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  padding: 2em 0;
  /*图片向左移动自身宽度的50%, 向上移动自身高度的50%。*/
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.noticeCard .line1 {
  padding: 0 5%;
  text-align: center;
  color: #666;
  line-height: 180%;
}

.noticeCard .line2 {
  margin-top: 2em;
  color: white;
  background-color: #de0303;
  width: 40%;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}
/*# sourceMappingURL=fuwu_m.css.map */