@charset "UTF-8";
/* 主题色 */
/* 首页 */
.Home {
  width: 100%;
}
.Home .HomeBanner .BannerSwiperPagination {
  bottom: 5% !important;
}
.Home .HomeAbout {
  width: 100%;
  padding: 1rem 0;
  background: url(../images/Home4.jpg) top center/contain no-repeat;
}
.Home .HomeAbout:hover .AboutData .DataItem .ItemNumber, .Home .HomeAbout:hover .AboutData .DataItem .ItemText {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.Home .HomeAbout:hover .AboutInfo .InfoText {
  color: #0c826d !important;
}
.Home .HomeAbout:hover .AboutInfo .InfoText span {
  color: #0c826d !important;
}
.Home .HomeAbout .AboutData {
  width: 100%;
}
.Home .HomeAbout .AboutData .DataList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Home .HomeAbout .AboutData .DataItem {
  width: 22%;
}
.Home .HomeAbout .AboutData .DataItem .ItemNumber {
  width: 100%;
  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;
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid #e3e3e3;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
}
.Home .HomeAbout .AboutData .DataItem .ItemNumber .Number {
  width: auto;
  color: #333;
}
.Home .HomeAbout .AboutData .DataItem .ItemNumber .Icon {
  width: 0.33rem;
  min-width: 20px;
  background-size: contain;
}
.Home .HomeAbout .AboutData .DataItem .ItemNumber .Icon::after {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
  background-color: transparent;
}
.Home .HomeAbout .AboutData .DataItem .ItemText {
  width: 100%;
  padding: 0.2rem 0;
  color: #666;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
  line-height: 1.4;
}
.Home .HomeAbout .AboutInfo {
  width: 100%;
  margin-top: 0.8rem;
}
.Home .HomeAbout .AboutInfo .InfoText {
  width: 100%;
  color: #999;
  line-height: 1.8;
  text-align: center;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
}
.Home .HomeAbout .AboutInfo .InfoButtons {
  width: 100%;
  text-align: center;
  margin-top: 0.56rem;
}
.Home .HomeAbout .AboutInfo .InfoButtons .Button.More {
  display: inline-block;
  padding: 0.16rem 0.58rem;
  white-space: nowrap;
  color: #fff;
  background-color: #0c826d;
  line-height: 1.5;
  border-radius: 0.28rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Home .HomeAbout .AboutInfo .InfoButtons .Button.More:hover {
  border-radius: 0;
}
@media (max-width: 1920px) {
  .Home .HomeAbout .AboutInfo .InfoButtons .Button.More {
    border-radius: 28px;
  }
}
@media (max-width: 750px) {
  .Home .HomeAbout .AboutData .DataItem {
    width: 30%;
  }
}
@media (max-width: 500px) {
  .Home .HomeAbout .AboutData .DataList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Home .HomeAbout .AboutData .DataItem {
    width: 100%;
  }
}
.Home .HomePerson {
  width: 100%;
  padding: 1rem 0;
  background: url(../images/Home8.jpg) center/cover no-repeat;
}
.Home .HomePerson .Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Home .HomePerson .PersonSwiper {
  width: 80%;
}
.Home .HomePerson .PersonSlide.swiper-slide-active {
  opacity: 1 !important;
}
.Home .HomePerson .PersonSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1%;
  opacity: 0 !important;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
}
.Home .HomePerson .PersonSlide .SlideText {
  width: 43.75%;
}
.Home .HomePerson .PersonSlide .SlideTitle {
  width: 100%;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
}
.Home .HomePerson .PersonSlide .SlideContent {
  width: 100%;
  margin-top: 0.9rem;
}
.Home .HomePerson .PersonSlide .SlideContent .Info {
  width: 100%;
  padding: 0.3rem 0;
  border-bottom: 0.01rem solid #ccc;
}
.Home .HomePerson .PersonSlide .SlideContent .Info .InfoName {
  width: 100%;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
}
.Home .HomePerson .PersonSlide .SlideContent .Info .InfoRemark {
  width: 100%;
  color: #0c826d;
  line-height: 1.6;
  margin-top: 0.1rem;
}
.Home .HomePerson .PersonSlide .SlideContent .Msg {
  width: 100%;
  margin-top: 0.38rem;
}
.Home .HomePerson .PersonSlide .SlideContent .Msg .MsgText {
  width: 100%;
  color: #333;
  line-height: 1.4;
}
.Home .HomePerson .PersonSlide .SlideContent .Msg .MsgData {
  width: 100%;
  margin-top: 0.42rem;
}
.Home .HomePerson .PersonSlide .SlideContent .Msg .MsgData .DataList {
  width: 100%;
}
.Home .HomePerson .PersonSlide .SlideContent .Msg .MsgData .DataItem {
  width: 100%;
  color: #333;
  line-height: 1.5;
}
.Home .HomePerson .PersonSlide .SlideContent .Msg .MsgData .DataItem .Dot {
  position: relative;
  z-index: 5;
}
.Home .HomePerson .PersonSlide .SlideContent .Msg .MsgData .DataItem .Dot::before {
  content: "点";
  color: transparent;
}
.Home .HomePerson .PersonSlide .SlideContent .Msg .MsgData .DataItem .Dot::after {
  content: "";
  display: block;
  width: 0.06rem;
  min-width: 4px;
  height: 0.06rem;
  min-height: 4px;
  background-color: #0c826d;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.Home .HomePerson .PersonSlide .SlideButtons {
  width: 100%;
  margin-top: 1.1rem;
}
.Home .HomePerson .PersonSlide .SlideButtons .Button.More {
  display: inline-block;
  padding: 0.16rem 0.58rem;
  white-space: nowrap;
  color: #0c826d;
  background-color: transparent;
  border: 0.01rem solid #0c826d;
  line-height: 1.5;
  border-radius: 0.28rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Home .HomePerson .PersonSlide .SlideButtons .Button.More:hover {
  color: #fff;
  background-color: #0c826d;
}
@media (max-width: 1920px) {
  .Home .HomePerson .PersonSlide .SlideButtons .Button.More {
    border-radius: 28px;
  }
}
.Home .HomePerson .PersonSlide .SlideImg {
  width: 42.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.Home .HomePerson .PersonSlide .SlideImg img {
  width: 100%;
  height: auto;
}
.Home .HomePerson .PersonControl {
  width: 12%;
}
.Home .HomePerson .PersonControl .ControlSwiper {
  width: 100%;
  height: 6rem;
}
.Home .HomePerson .PersonControl .ControlSwiper .swiper-container {
  width: 100%;
  height: 100%;
}
.Home .HomePerson .PersonControl .ControlSwiper .swiper-scrollbar-drag {
  background: #0c826d !important;
}
.Home .HomePerson .PersonControl .ControlSlide.In .SlideImg::after {
  opacity: 1;
}
.Home .HomePerson .PersonControl .ControlSlide .SlideImg {
  width: 1.2rem;
  min-width: 100px;
  padding: 0.11rem;
  position: relative;
  z-index: 5;
  cursor: pointer;
}
.Home .HomePerson .PersonControl .ControlSlide .SlideImg::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/Home10.png) center/cover no-repeat;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Home .HomePerson .PersonControl .ControlSlide .SlideImg .Img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  z-index: 5;
}
.Home .HomePerson .PersonControl .ControlSlide .SlideImg .Img img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
}
.Home .HomePerson .PersonControl .ControlButtons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.4rem;
}
.Home .HomePerson .PersonControl .ControlSwiperpagination {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.Home .HomePerson .PersonControl .ControlSwiperpagination .swiper-pagination {
  position: static;
  color: #666;
}
.Home .HomePerson .PersonControl .ControlSwiperpagination .swiper-pagination-current {
  color: #0c826d;
}
.Home .HomePerson .PersonControl .ControlSwiperPrev, .Home .HomePerson .PersonControl .ControlSwiperNext {
  width: 0.21rem;
  min-width: 21px;
  cursor: pointer;
}
.Home .HomePerson .PersonControl .ControlSwiperPrev::after, .Home .HomePerson .PersonControl .ControlSwiperNext::after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 66.6666666667%;
  background: url(../images/right1.png) center/contain no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Home .HomePerson .PersonControl .ControlSwiperPrev:hover::after, .Home .HomePerson .PersonControl .ControlSwiperNext:hover::after {
  background-image: url(../images/right2.png);
}
.Home .HomePerson .PersonControl .ControlSwiperPrev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1200px) {
  .Home .HomePerson .Container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Home .HomePerson .PersonSwiper {
    width: 100%;
  }
  .Home .HomePerson .PersonControl {
    width: 100%;
    margin-top: 20px;
  }
  .Home .HomePerson .PersonControl .ControlSwiper {
    height: auto;
  }
  .Home .HomePerson .PersonControl .ControlSwiper .swiper-scrollbar {
    position: static;
    margin-top: 20px;
  }
  .Home .HomePerson .PersonControl .ControlSlide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .Home .HomePerson .PersonControl .ControlButtons {
    margin-top: 20px;
  }
}
@media (max-width: 750px) {
  .Home .HomePerson .PersonSlide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Home .HomePerson .PersonSlide .SlideText {
    width: 100%;
  }
  .Home .HomePerson .PersonSlide .SlideImg {
    width: 100%;
  }
}
.Home .HomeGoods {
  width: 100%;
  padding: 1rem 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(128, 203, 147, 0.08)), to(rgba(12, 130, 109, 0.02)));
  background-image: linear-gradient(0deg, rgba(128, 203, 147, 0.08) 0%, rgba(12, 130, 109, 0.02) 100%);
}
.Home .HomeGoods .GoodsTitle {
  width: 100%;
}
.Home .HomeGoods .GoodsTitle .Title {
  color: #333;
  line-height: 1.2;
  font-weight: 700;
}
.Home .HomeGoods .GoodsContent {
  margin-top: 0.6rem;
  width: 100%;
}
.Home .HomeGoods .GoodsList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Home .HomeGoods .GoodsItem.In {
  width: 40%;
}
.Home .HomeGoods .GoodsItem.In .ItemMask {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(12, 130, 109)), color-stop(70%, rgba(128, 203, 147, 0.01)));
  background-image: linear-gradient(0deg, rgb(12, 130, 109) 0%, rgba(128, 203, 147, 0.01) 70%);
}
.Home .HomeGoods .GoodsItem.In .ItemRemark, .Home .HomeGoods .GoodsItem.In .ItemButtons {
  display: block;
  opacity: 1;
}
.Home .HomeGoods .GoodsItem {
  display: block;
  width: 18.75%;
  overflow: hidden;
  position: relative;
  z-index: 5;
  border-radius: 0.2rem;
  height: 5.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Home .HomeGoods .GoodsItem .ItemNumber {
  width: 0.45rem;
  position: absolute;
  z-index: 5;
  left: 0.3rem;
  top: 0.5rem;
  background-size: contain;
}
.Home .HomeGoods .GoodsItem .ItemNumber::after {
  content: "";
  width: 100%;
  padding-top: 82.2222222222%;
  display: block;
}
.Home .HomeGoods .GoodsItem .ItemImg {
  display: none;
}
.Home .HomeGoods .GoodsItem .ItemMask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  padding: 0.5rem;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-image: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Home .HomeGoods .GoodsItem .ItemText {
  width: 100%;
}
.Home .HomeGoods .GoodsItem .ItemTitle {
  width: 100%;
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
}
.Home .HomeGoods .GoodsItem .ItemRemark {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-top: 0.2rem;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Home .HomeGoods .GoodsItem .ItemRemark p {
  color: #fff;
  line-height: 1.5;
}
.Home .HomeGoods .GoodsItem .ItemButtons {
  width: 100%;
  margin-top: 0.32rem;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Home .HomeGoods .GoodsItem .ItemButtons .Button.More {
  display: inline-block;
  padding: 0.16rem 0.58rem;
  white-space: nowrap;
  color: #fff;
  background-color: transparent;
  border: 0.01rem solid #fff;
  line-height: 1.5;
  border-radius: 0.28rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Home .HomeGoods .GoodsItem .ItemButtons .Button.More:hover {
  color: #0c826d;
  background-color: #fff;
}
@media (max-width: 1920px) {
  .Home .HomeGoods .GoodsItem .ItemButtons .Button.More {
    border-radius: 28px;
  }
}
@media (max-width: 900px) {
  .Home .HomeGoods .GoodsList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Home .HomeGoods .GoodsItem.In {
    width: 49%;
  }
  .Home .HomeGoods .GoodsItem {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .Home .HomeGoods .GoodsItem .ItemMask {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(12, 130, 109)), color-stop(70%, rgba(128, 203, 147, 0.01)));
    background-image: linear-gradient(0deg, rgb(12, 130, 109) 0%, rgba(128, 203, 147, 0.01) 70%);
  }
  .Home .HomeGoods .GoodsItem .ItemRemark, .Home .HomeGoods .GoodsItem .ItemButtons {
    display: block;
    opacity: 1;
  }
  .Home .HomeGoods .GoodsItem:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 450px) {
  .Home .HomeGoods .GoodsItem.In {
    width: 100%;
  }
  .Home .HomeGoods .GoodsItem {
    width: 100%;
    margin-right: 0;
  }
}
.Home .HomeCase {
  width: 100%;
  padding: 1rem 0;
  background-color: #fff;
}
.Home .HomeCase .CaseTitle {
  width: 16rem;
  margin: 0 auto;
  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;
}
.Home .HomeCase .CaseTitle .Title {
  color: #333;
  line-height: 1.2;
  font-weight: 700;
}
.Home .HomeCase .CaseTitle .Button.More {
  display: inline-block;
  padding: 0.16rem 0.58rem;
  white-space: nowrap;
  color: #0c826d;
  background-color: transparent;
  border: 0.01rem solid #0c826d;
  line-height: 1.5;
  border-radius: 0.28rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.Home .HomeCase .CaseTitle .Button.More:hover {
  background-color: #0c826d;
  color: #fff;
}
@media (max-width: 1920px) {
  .Home .HomeCase .CaseTitle .Button.More {
    border-radius: 28px;
  }
}
.Home .HomeCase .CaseContent {
  width: 100%;
  margin-top: 0.6rem;
  position: relative;
  z-index: 5;
}
.Home .HomeCase .CaseSwiper {
  width: 100%;
}
.Home .HomeCase .CaseSwiper .swiper-container {
  width: 100%;
  height: 100%;
}
.Home .HomeCase .CaseSwiper .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Home .HomeCase .CaseSlide.swiper-slide-active .SlideText {
  opacity: 1;
  width: 55%;
}
.Home .HomeCase .CaseSlide.swiper-slide-active .SlideImg {
  border-radius: 0;
  width: 45%;
}
.Home .HomeCase .CaseSlide.swiper-slide-active .SlideLayout {
  padding: 0;
  border-radius: 0.2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.Home .HomeCase .CaseSlide.swiper-slide-prev .SlideLayout {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.Home .HomeCase .CaseSlide.swiper-slide-prev .SlideText {
  width: 50%;
}
.Home .HomeCase .CaseSlide.swiper-slide-prev .SlideImg {
  width: 50%;
  border-radius: 0 50% 50% 0;
}
.Home .HomeCase .CaseSlide {
  padding: 0.12rem;
  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;
}
.Home .HomeCase .CaseSlide .SlideLayout {
  width: 100%;
  overflow: hidden;
  border-radius: 0.2rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.06);
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.45rem;
  border-radius: 3rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.Home .HomeCase .CaseSlide .SlideText {
  width: 50%;
  padding: 0.6rem;
  opacity: 0;
}
.Home .HomeCase .CaseSlide .SlideTitle {
  width: 100%;
  color: #333;
  line-height: 1.1;
}
.Home .HomeCase .CaseSlide .SlideRemark {
  width: 100%;
  color: #0c826d;
  line-height: 1.5;
  margin-top: 0.24rem;
}
.Home .HomeCase .CaseSlide .SlideRemark p {
  color: #0c826d;
  line-height: 1.5;
}
.Home .HomeCase .CaseSlide .SlideInfo {
  width: 100%;
  margin-top: 0.6rem;
  color: #333;
  line-height: 1.6;
}
.Home .HomeCase .CaseSlide .SlideUser {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.56rem;
}
.Home .HomeCase .CaseSlide .SlideUser .UserAvatar {
  width: 0.6rem;
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-radius: 50%;
}
.Home .HomeCase .CaseSlide .SlideUser .UserAvatar::after {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
.Home .HomeCase .CaseSlide .SlideUser .UserAvatar img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.Home .HomeCase .CaseSlide .SlideUser .UserInfo {
  width: auto;
  margin-left: 0.2rem;
}
.Home .HomeCase .CaseSlide .SlideUser .UserName {
  width: 100%;
  white-space: nowrap;
  color: #333;
  line-height: 1.3;
}
.Home .HomeCase .CaseSlide .SlideUser .UserAge {
  width: 100%;
  color: #999;
  line-height: 1.3;
  white-space: nowrap;
}
.Home .HomeCase .CaseSlide .SlideImg {
  width: 50%;
  border-radius: 50% 0 0 50%;
}
.Home .HomeCase .CaseSlide .SlideImg .Img {
  display: none;
  width: 100%;
  padding-top: 100%;
  opacity: 1;
}
.Home .HomeCase .CaseSlide .SlideImg .Img img {
  display: none;
}
.Home .HomeCase .CaseSwiperPagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.4rem;
}
.Home .HomeCase .CaseSwiperPagination .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Home .HomeCase .CaseSwiperPagination .swiper-pagination-bullet {
  opacity: 1;
  width: 0.14rem;
  min-width: 8px;
  background: none;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  z-index: 5;
  margin: 0.05rem;
}
.Home .HomeCase .CaseSwiperPagination .swiper-pagination-bullet li {
  width: 50%;
  padding-top: 50%;
  background: #0c826d;
  display: block;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Home .HomeCase .CaseSwiperPagination .swiper-pagination-bullet::after {
  width: 75%;
  height: 75%;
  position: absolute;
  left: 50%;
  content: "";
  display: block;
  background: #999;
  top: 50%;
  border-radius: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Home .HomeCase .CaseSwiperPagination .swiper-pagination-bullet-active li {
  opacity: 1;
}
.Home .HomeCase .CaseSwiperPagination .swiper-pagination-bullet-active::after {
  background: #0c826d;
  border-radius: 0;
}
.Home .HomeCase .CaseSwiperButtons {
  width: 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
.Home .HomeCase .CaseSwiperPrev, .Home .HomeCase .CaseSwiperNext {
  width: 0.6rem;
  min-width: 40px;
  display: block;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
}
.Home .HomeCase .CaseSwiperPrev:hover::after, .Home .HomeCase .CaseSwiperNext:hover::after {
  background-image: url(../images/right3.png);
  background-color: #0c826d;
}
.Home .HomeCase .CaseSwiperPrev::after, .Home .HomeCase .CaseSwiperNext::after {
  content: "";
  width: 100%;
  padding-top: 100%;
  background: url(../images/right2.png) center/42% no-repeat;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
}
.Home .HomeCase .CaseSwiperPrev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1200px) {
  .Home .HomeCase .CaseTitle {
    width: 100%;
    padding: 0 10px;
  }
  .Home .HomeCase .CaseContent {
    padding: 0 10px;
  }
  .Home .HomeCase .CaseSlide.swiper-slide-prev .SlideImg {
    border-radius: 0;
  }
  .Home .HomeCase .CaseSlide .SlideImg {
    border-radius: 0;
  }
  .Home .HomeCase .CaseSlide .SlideLayout {
    border-radius: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media (max-width: 900px) {
  .Home .HomeCase .CaseSlide .SlideLayout, .Home .HomeCase .CaseSlide.swiper-slide-active .SlideLayout, .Home .HomeCase .CaseSlide.swiper-slide-prev .SlideLayout {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .Home .HomeCase .CaseSlide .SlideText, .Home .HomeCase .CaseSlide.swiper-slide-active .SlideText, .Home .HomeCase .CaseSlide.swiper-slide-prev .SlideText {
    width: 100%;
    padding: 20px;
  }
  .Home .HomeCase .CaseSlide .SlideImg, .Home .HomeCase .CaseSlide.swiper-slide-active .SlideImg, .Home .HomeCase .CaseSlide.swiper-slide-prev .SlideImg {
    width: 100%;
    padding-top: 100%;
  }
}
.Home .HomeNews {
  width: 100%;
  padding: 1rem 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(128, 203, 147, 0.08)), to(rgba(12, 130, 109, 0.02)));
  background-image: linear-gradient(0deg, rgba(128, 203, 147, 0.08) 0%, rgba(12, 130, 109, 0.02) 100%);
}
.Home .HomeNews .NewsTitle {
  width: 100%;
  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;
}
.Home .HomeNews .NewsTitle .Title {
  color: #333;
  line-height: 1.2;
  font-weight: 700;
}
.Home .HomeNews .NewsTitle .Button.More {
  display: inline-block;
  padding: 0.16rem 0.58rem;
  white-space: nowrap;
  color: #0c826d;
  background-color: transparent;
  border: 0.01rem solid #0c826d;
  line-height: 1.5;
  border-radius: 0.28rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.Home .HomeNews .NewsTitle .Button.More:hover {
  background-color: #0c826d;
  color: #fff;
}
@media (max-width: 1920px) {
  .Home .HomeNews .NewsTitle .Button.More {
    border-radius: 28px;
  }
}
.Home .HomeNews .NewsContent {
  width: 100%;
  margin-top: 0.6rem;
}
.Home .HomeNews .NewsList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Home .HomeNews .NewsItem {
  display: block;
  border-radius: 0.2rem;
  position: relative;
  z-index: 5;
  overflow: hidden;
  background-color: #fff;
}
.Home .HomeNews .NewsItem:hover .ItemImg .Img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.Home .HomeNews .NewsItem:hover .ItemTitle {
  color: #0c826d;
}
.Home .HomeNews .NewsItem .ItemImg {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.Home .HomeNews .NewsItem .ItemImg .Img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Home .HomeNews .NewsItem .ItemText {
  width: 100%;
  padding: 0.3rem 0.4rem;
}
.Home .HomeNews .NewsItem .ItemTime {
  width: 100%;
  line-height: 1.5;
  color: #666;
}
.Home .HomeNews .NewsItem .ItemTitle {
  width: 100%;
  line-height: 1.4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #333;
}
.Home .HomeNews .NewsItem:first-of-type {
  width: 48.75%;
}
.Home .HomeNews .NewsItem:first-of-type:hover .ItemText {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(12, 130, 109)), color-stop(70%, rgba(128, 203, 147, 0.01)));
  background-image: linear-gradient(0deg, rgb(12, 130, 109) 0%, rgba(128, 203, 147, 0.01) 70%);
}
.Home .HomeNews .NewsItem:first-of-type .ItemImg {
  width: 100%;
  height: 100%;
}
.Home .HomeNews .NewsItem:first-of-type .ItemImg .Img {
  height: 100%;
  padding-top: 56.4102564103%;
}
.Home .HomeNews .NewsItem:first-of-type .ItemImg img {
  display: none;
}
.Home .HomeNews .NewsItem:first-of-type .ItemText {
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 5;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.Home .HomeNews .NewsItem:first-of-type .ItemTime {
  color: #fff;
}
.Home .HomeNews .NewsItem:first-of-type .ItemTitle {
  color: #fff;
}
.Home .HomeNews .NewsItem:not(:first-of-type) {
  width: 23.75%;
}
.Home .HomeNews .NewsItem:not(:first-of-type) .ItemImg .Img {
  padding-top: 73.6842105263%;
}
.Home .HomeNews .NewsItem:not(:first-of-type) .ItemImg img {
  display: none;
}
.Home .HomeNews .NewsItem:not(:first-of-type) .ItemTitle {
  margin-top: 0.15rem;
}
@media (max-width: 750px) {
  .Home .HomeNews .NewsList {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Home .HomeNews .NewsItem:first-of-type {
    width: 100%;
    margin-bottom: 2%;
  }
  .Home .HomeNews .NewsItem:not(:first-of-type) {
    width: 49%;
  }
}

/* 新闻资讯 */
.News {
  width: 100%;
}
.News .NewsCrumb.Style {
  margin-bottom: 1.3rem;
}
.News .NewsContent {
  width: 100%;
  padding-bottom: 1.3rem;
}
.News .NewsInfo {
  width: 100%;
}
.News .NewsInfo .InfoBoard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.2rem;
  overflow: hidden;
}
.News .NewsInfo .InfoBoard:hover .InfoImg .Img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.News .NewsInfo .InfoBoard:hover .InfoTitle {
  color: #0c826d;
}
.News .NewsInfo .InfoImg {
  width: 50%;
  overflow: hidden;
}
.News .NewsInfo .InfoImg .Img {
  width: 100%;
  height: 100%;
  padding-top: 65%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.News .NewsInfo .InfoImg img {
  display: none;
}
.News .NewsInfo .InfoText {
  width: 50%;
  background-color: #fff;
  padding: 0.9rem 0.7rem;
}
.News .NewsInfo .InfoTime {
  width: 100%;
  color: #666;
  line-height: 1.6;
}
.News .NewsInfo .InfoTitle {
  color: #222;
  width: 100%;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 0.28rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.News .NewsInfo .InfoRemark {
  width: 100%;
  margin-top: 0.5rem;
  color: #666;
  line-height: 1.6;
}
.News .NewsInfo .InfoRemark p {
  color: #666;
  line-height: 1.6;
}
.News .NewsInfo .InfoButtons {
  width: 100%;
  margin-top: 0.56rem;
}
.News .NewsInfo .InfoButtons .Button.More {
  display: inline-block;
  padding: 0.16rem 0.58rem;
  color: #0c826d;
  background-color: transparent;
  border: 0.01rem solid #0c826d;
  line-height: 1.5;
  border-radius: 0.28rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
  cursor: pointer;
}
.News .NewsInfo .InfoButtons .Button.More:hover {
  background-color: #0c826d;
  color: #fff;
}
@media (max-width: 1920px) {
  .News .NewsInfo .InfoButtons .Button.More {
    border-radius: 28px;
  }
}
@media (max-width: 750px) {
  .News .NewsInfo .InfoBoard {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .News .NewsInfo .InfoImg {
    width: 100%;
  }
  .News .NewsInfo .InfoText {
    width: 100%;
  }
}
.News .NewsList {
  width: 100%;
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.News .NewsItem {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 3.125%;
}
.News .NewsItem:nth-of-type(3n) {
  margin-right: 0;
}
.News .NewsItem:hover .ItemImg .Img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.News .NewsItem:hover .ItemTitle {
  text-decoration: underline;
  color: #0c826d;
}
.News .NewsItem .ItemImg {
  width: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.News .NewsItem .ItemImg .Img {
  width: 100%;
  padding-top: 64%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.News .NewsItem .ItemImg img {
  display: none;
}
.News .NewsItem .ItemTitle {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-top: 0.28rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.News .NewsItem .ItemTime {
  width: 100%;
  color: #666;
  line-height: 1.4;
  margin-top: 0.26rem;
}
@media (max-width: 750px) {
  .News .NewsItem {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .News .NewsItem:nth-of-type(3n) {
    margin-right: 2%;
  }
  .News .NewsItem:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 450px) {
  .News .NewsItem {
    width: 100%;
    margin-right: 0;
  }
  .News .NewsItem:nth-of-type(3n) {
    margin-right: 0;
  }
}
.News .NewsPager {
  width: 100%;
  margin-top: 0.9rem;
}
.News .NewsDetail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.News .NewsDetail .DetailMain {
  width: 75%;
}
.News .NewsDetail .DetailInfo {
  width: 100%;
}
.News .NewsDetail .DetailInfo .InfoTitle {
  width: 100%;
}
.News .NewsDetail .DetailInfo .InfoTitle .Title {
  width: 100%;
  color: #333;
  line-height: 1.3;
  font-weight: 700;
}
.News .NewsDetail .DetailInfo .InfoTitle .Data {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.News .NewsDetail .DetailInfo .InfoTitle .Time, .News .NewsDetail .DetailInfo .InfoTitle .View {
  color: #666;
  line-height: 1.4;
  width: auto;
  margin-right: 0.36rem;
  margin-top: 0.56rem;
}
.News .NewsDetail .DetailInfo .InfoTitle .Share {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.56rem;
}
.News .NewsDetail .DetailInfo .InfoTitle .Share .ShareText {
  color: #666;
  line-height: 1.4;
  width: auto;
}
.News .NewsDetail .DetailInfo .InfoTitle .Share .ShareLinks {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.News .NewsDetail .DetailInfo .InfoTitle .Share .ShareLinks .Link {
  display: block;
  margin-right: 0.2rem;
}
.News .NewsDetail .DetailInfo .InfoTitle .Share .ShareLinks .Link:last-of-type {
  margin-right: 0;
}
.News .NewsDetail .DetailInfo .InfoTitle .Share .ShareLinks .Link:hover .LinkIcon .D {
  opacity: 0;
}
.News .NewsDetail .DetailInfo .InfoTitle .Share .ShareLinks .Link:hover .LinkIcon .H {
  opacity: 1;
}
.News .NewsDetail .DetailInfo .InfoTitle .Share .ShareLinks .Link .LinkIcon {
  width: 0.22rem;
  min-width: 18px;
  position: relative;
  z-index: 5;
}
.News .NewsDetail .DetailInfo .InfoTitle .Share .ShareLinks .Link .LinkIcon .D, .News .NewsDetail .DetailInfo .InfoTitle .Share .ShareLinks .Link .LinkIcon .H {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.News .NewsDetail .DetailInfo .InfoTitle .Share .ShareLinks .Link .LinkIcon .D {
  opacity: 1;
}
.News .NewsDetail .DetailInfo .InfoTitle .Share .ShareLinks .Link .LinkIcon .H {
  opacity: 0;
}
.News .NewsDetail .DetailInfo .InfoTitle .Share .ShareLinks .Link .LinkIcon::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.News .NewsDetail .DetailInfo .InfoContent {
  width: 100%;
  margin: 0.5rem 0;
  padding: 0.6rem 0;
  border-top: 0.01rem solid #f3f3f3;
  border-bottom: 0.01rem solid #f3f3f3;
}
.News .NewsDetail .DetailInfo .InfoButtons {
  width: 100%;
  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;
}
.News .NewsDetail .DetailInfo .InfoButtons .Pages {
  width: auto;
}
.News .NewsDetail .DetailInfo .InfoButtons .Pages .PagePrev, .News .NewsDetail .DetailInfo .InfoButtons .Pages .PageNext {
  display: block;
  width: auto;
  color: #666;
  line-height: 1.4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.News .NewsDetail .DetailInfo .InfoButtons .Pages .PagePrev:hover, .News .NewsDetail .DetailInfo .InfoButtons .Pages .PageNext:hover {
  color: #0c826d;
}
.News .NewsDetail .DetailInfo .InfoButtons .Widget {
  width: auto;
}
.News .NewsDetail .DetailInfo .InfoButtons .Widget .Button.Return {
  display: inline-block;
  padding: 0.16rem 0.58rem;
  color: #fff;
  background-color: #0c826d;
  line-height: 1.5;
  border-radius: 0.28rem;
  cursor: pointer;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.News .NewsDetail .DetailInfo .InfoButtons .Widget .Button.Return:hover {
  border-radius: 0;
}
@media (max-width: 1920px) {
  .News .NewsDetail .DetailInfo .InfoButtons .Widget .Button.Return {
    border-radius: 28px;
  }
}
.News .NewsDetail .DetailAside {
  width: 20%;
}
.News .NewsDetail .DetailHot {
  width: 100%;
}
.News .NewsDetail .DetailHot .HotList {
  width: 100%;
}
.News .NewsDetail .DetailHot .HotItem {
  width: 100%;
  margin-bottom: 0.4rem;
  display: block;
}
.News .NewsDetail .DetailHot .HotItem:last-of-type {
  margin-bottom: 0;
}
.News .NewsDetail .DetailHot .HotItem:hover .ItemImg .Img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.News .NewsDetail .DetailHot .HotItem:hover .ItemTitle {
  text-decoration: underline;
  color: #0c826d;
}
.News .NewsDetail .DetailHot .HotItem .ItemImg {
  width: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.News .NewsDetail .DetailHot .HotItem .ItemImg .Img {
  width: 100%;
  padding-top: 64%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.News .NewsDetail .DetailHot .HotItem .ItemImg img {
  display: none;
}
.News .NewsDetail .DetailHot .HotItem .ItemTitle {
  width: 100%;
  color: #333;
  line-height: 1.3;
  margin-top: 0.16rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.News .NewsDetail .DetailHot .HotItem .ItemTime {
  width: 100%;
  color: #666;
  line-height: 1.2;
  margin-top: 0.2rem;
}
@media (max-width: 750px) {
  .News .NewsDetail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .News .NewsDetail .DetailMain {
    width: 100%;
  }
  .News .NewsDetail .DetailAside {
    width: 100%;
    margin-top: 20px;
  }
  .News .NewsDetail .DetailHot .HotList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .News .NewsDetail .DetailHot .HotItem {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .News .NewsDetail .DetailHot .HotItem:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .News .NewsDetail .DetailInfo .InfoTitle .Data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .News .NewsDetail .DetailInfo .InfoButtons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .News .NewsDetail .DetailInfo .InfoButtons .Pages {
    width: 100%;
  }
  .News .NewsDetail .DetailInfo .InfoButtons .Widget {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}

/* 医生集团 */
.Person {
  width: 100%;
}
.Person .PersonContent {
  width: 100%;
  position: relative;
  z-index: 5;
  padding-bottom: 1.2rem;
}
.Person .PersonStaff {
  width: 100%;
  position: relative;
  z-index: 5;
}
.Person .PersonStaff .StaffSwiper {
  width: 100%;
}
.Person .PersonStaff .StaffSlide.swiper-slide-active {
  opacity: 1 !important;
}
.Person .PersonStaff .StaffSlide {
  position: relative;
  opacity: 0 !important;
  z-index: 5;
  padding-top: 45.3125%;
}
.Person .PersonStaff .StaffSlide .SlideBoard {
  width: 16rem;
  position: absolute;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Person .PersonStaff .StaffSlide .SlideInfo {
  width: auto;
}
.Person .PersonStaff .StaffSlide .SlideTitle {
  width: auto;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
}
.Person .PersonStaff .StaffSlide .SlideButtons {
  width: auto;
  margin-top: 0.7rem;
}
.Person .PersonStaff .StaffSlide .SlideButtons .Button.More {
  display: inline-block;
  padding: 0.16rem 0.58rem;
  color: #0c826d;
  background-color: transparent;
  border: 0.01rem solid #0c826d;
  line-height: 1.5;
  border-radius: 0.28rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
  cursor: pointer;
}
.Person .PersonStaff .StaffSlide .SlideButtons .Button.More:hover {
  background-color: #0c826d;
  color: #fff;
}
@media (max-width: 1920px) {
  .Person .PersonStaff .StaffSlide .SlideButtons .Button.More {
    border-radius: 28px;
  }
}
.Person .PersonStaff .StaffSlide .SlideContent {
  width: 63.75%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Person .PersonStaff .StaffSlide .SlideContent .SlideImg {
  width: 43%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.Person .PersonStaff .StaffSlide .SlideContent .SlideImg .Img {
  width: 100%;
}
.Person .PersonStaff .StaffSlide .SlideContent .SlideImg .Img img {
  width: 100%;
}
.Person .PersonStaff .StaffSlide .SlideContent .SlideText {
  width: 50%;
}
.Person .PersonStaff .StaffSlide .SlideContent .SlideText .Info {
  width: 100%;
  padding: 0.3rem 0;
  border-bottom: 0.01rem solid #ccc;
}
.Person .PersonStaff .StaffSlide .SlideContent .SlideText .Info .InfoName {
  width: 100%;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
}
.Person .PersonStaff .StaffSlide .SlideContent .SlideText .Info .InfoRemark {
  width: 100%;
  color: #0c826d;
  line-height: 1.6;
  margin-top: 0.1rem;
}
.Person .PersonStaff .StaffSlide .SlideContent .SlideText .Msg {
  width: 100%;
  margin-top: 0.38rem;
}
.Person .PersonStaff .StaffSlide .SlideContent .SlideText .Msg .MsgText {
  width: 100%;
  color: #333;
  line-height: 1.4;
}
.Person .PersonStaff .StaffSlide .SlideContent .SlideText .Msg .MsgData {
  width: 100%;
  margin-top: 0.42rem;
}
.Person .PersonStaff .StaffSlide .SlideContent .SlideText .Msg .MsgData .DataList {
  width: 100%;
}
.Person .PersonStaff .StaffSlide .SlideContent .SlideText .Msg .MsgData .DataItem {
  width: 100%;
  color: #333;
  line-height: 1.5;
}
.Person .PersonStaff .StaffSlide .SlideContent .SlideText .Msg .MsgData .DataItem .Dot {
  position: relative;
  z-index: 5;
}
.Person .PersonStaff .StaffSlide .SlideContent .SlideText .Msg .MsgData .DataItem .Dot::before {
  content: "点";
  color: transparent;
}
.Person .PersonStaff .StaffSlide .SlideContent .SlideText .Msg .MsgData .DataItem .Dot::after {
  content: "";
  display: block;
  width: 0.06rem;
  min-width: 4px;
  height: 0.06rem;
  min-height: 4px;
  background-color: #0c826d;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.Person .PersonStaff .StaffControl {
  width: 100%;
  position: absolute;
  bottom: 0.8rem;
  left: 0;
  z-index: 5;
}
.Person .PersonStaff .StaffControl .ControlSwiper {
  width: 100%;
}
.Person .PersonStaff .StaffControl .ControlSlide.In .SlideImg {
  background: url(../images/Home10.png) center/contain no-repeat;
}
.Person .PersonStaff .StaffControl .ControlSlide.In .SlideBoard {
  background-color: white;
  border-color: #0c826d;
}
.Person .PersonStaff .StaffControl .ControlSlide:hover .SlideImg {
  background: url(../images/Home10.png) center/contain no-repeat;
}
.Person .PersonStaff .StaffControl .ControlSlide:hover .SlideBoard {
  background-color: #0c826d;
  border-color: #0c826d;
}
.Person .PersonStaff .StaffControl .ControlSlide:hover .SlideName, .Person .PersonStaff .StaffControl .ControlSlide:hover .SlideRemark {
  color: #fff;
}
.Person .PersonStaff .StaffControl .ControlSlide .SlideBoard {
  width: 100%;
  border-radius: 0.1rem;
  background-color: rgba(255, 255, 255, 0.5);
  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;
  padding: 0.2rem;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 0.01rem solid transparent;
}
.Person .PersonStaff .StaffControl .ControlSlide .SlideInfo {
  width: auto;
}
.Person .PersonStaff .StaffControl .ControlSlide .SlideName {
  width: 100%;
  color: #666;
  line-height: 1.4;
  white-space: nowrap;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Person .PersonStaff .StaffControl .ControlSlide .SlideRemark {
  width: 100%;
  color: #666;
  line-height: 1.5;
  margin-top: 0.1rem;
}
.Person .PersonStaff .StaffControl .ControlSlide .SlideImg {
  width: 0.8rem;
  padding: 0.02rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Person .PersonStaff .StaffControl .ControlSlide .SlideImg .Img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  z-index: 5;
}
.Person .PersonStaff .StaffControl .ControlSlide .SlideImg .Img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.Person .PersonStaff .StaffControl .ControlPagination {
  width: 100%;
  display: none;
}
@media (max-width: 1200px) {
  .Person .PersonStaff {
    padding-bottom: 20px;
  }
  .Person .PersonStaff .StaffSlide {
    padding-top: 0;
  }
  .Person .PersonStaff .StaffSlide .SlideBoard {
    width: 100%;
    padding: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .Person .PersonStaff .StaffSlide .SlideInfo {
    width: 100%;
    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;
  }
  .Person .PersonStaff .StaffSlide .SlideContent {
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .Person .PersonStaff .StaffSlide .SlideContent .SlideImg {
    width: 4rem;
  }
  .Person .PersonStaff .StaffSlide .SlideContent .SlideText {
    width: calc(100% - 4rem - 20px);
  }
  .Person .PersonStaff .StaffControl {
    position: static;
  }
  .Person .PersonStaff .StaffControl .ControlSwiper {
    display: none;
  }
  .Person .PersonStaff .StaffControl .ControlPagination {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0.4rem;
  }
  .Person .PersonStaff .StaffControl .ControlPagination .swiper-pagination {
    position: static;
  }
  .Person .PersonStaff .StaffControl .ControlPagination .swiper-pagination-bullet {
    width: 0.1rem;
    min-width: 10px;
    height: auto;
    opacity: 1;
    background: none;
    position: relative;
    z-index: 5;
    margin: 0.1rem;
  }
  .Person .PersonStaff .StaffControl .ControlPagination .swiper-pagination-bullet li {
    display: block;
    width: 100%;
    padding-top: 100%;
    position: absolute;
    left: 0;
    background: #999;
    border-radius: 50%;
    top: 0;
    z-index: 5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
  }
  .Person .PersonStaff .StaffControl .ControlPagination .swiper-pagination-bullet li:first-of-type {
    opacity: 1;
  }
  .Person .PersonStaff .StaffControl .ControlPagination .swiper-pagination-bullet-active {
    background: none;
  }
  .Person .PersonStaff .StaffControl .ControlPagination .swiper-pagination-bullet-active li {
    background: #0c826d;
    opacity: 1;
  }
  .Person .PersonStaff .StaffControl .ControlPagination .swiper-pagination-bullet-active li:nth-of-type(1) {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .Person .PersonStaff .StaffControl .ControlPagination .swiper-pagination-bullet-active li:nth-of-type(2) {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .Person .PersonStaff .StaffControl .ControlPagination .swiper-pagination-bullet-active li:nth-of-type(4) {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  .Person .PersonStaff .StaffControl .ControlPagination .swiper-pagination-bullet-active li:nth-of-type(3) {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media (max-width: 500px) {
  .Person .PersonStaff .StaffSlide .SlideContent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Person .PersonStaff .StaffSlide .SlideContent .SlideImg {
    width: 4rem;
    margin: 0 auto;
  }
  .Person .PersonStaff .StaffSlide .SlideContent .SlideText {
    width: 100%;
  }
}
.Person .PersonPart {
  width: 100%;
  margin-top: 1rem;
}
.Person .PersonPart .PartTitle {
  width: 100%;
  text-align: center;
}
.Person .PersonPart .PartTitle .Title {
  width: 100%;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
}
.Person .PersonPart .PartSwiper {
  width: 100%;
  margin-top: 0.6rem;
  position: relative;
  z-index: 5;
}
.Person .PersonPart .PartSlide.swiper-slide-active .SlideBoard {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.Person .PersonPart .PartSlide .SlideBoard {
  width: 100%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Person .PersonPart .PartSlide .SlideImg {
  width: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.Person .PersonPart .PartSlide .SlideImg .Img {
  width: 100%;
  padding-top: 57.7777777778%;
}
.Person .PersonPart .PartSlide .SlideImg img {
  display: none;
}
.Person .PersonPart .PartSlide .SlideText {
  width: 100%;
  color: #333;
  line-height: 1.4;
  text-align: center;
  padding: 0.24rem 0;
}
.Person .PersonPart .PartSwiperButtons {
  width: 59.2916666667%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Person .PersonPart .PartSwiperButtons .PartSwiperPrev, .Person .PersonPart .PartSwiperButtons .PartSwiperNext {
  width: 0.6rem;
  min-width: 40px;
  display: block;
  cursor: pointer;
}
.Person .PersonPart .PartSwiperButtons .PartSwiperPrev:hover::after, .Person .PersonPart .PartSwiperButtons .PartSwiperPrev:hover::after, .Person .PersonPart .PartSwiperButtons .PartSwiperNext:hover::after, .Person .PersonPart .PartSwiperButtons .PartSwiperNext:hover::after {
  background-image: url(../images/right3.png);
  background-color: #0c826d;
}
.Person .PersonPart .PartSwiperButtons .PartSwiperPrev::after, .Person .PersonPart .PartSwiperButtons .PartSwiperNext::after {
  content: "";
  width: 100%;
  padding-top: 100%;
  background: url(../images/right2.png) center/42% no-repeat;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 0.01rem solid #0c826d;
  border-radius: 50%;
}
.Person .PersonPart .PartSwiperButtons .PartSwiperPrev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 900px) {
  .Person .PersonPart {
    padding: 1rem 10px;
  }
  .Person .PersonPart .PartSwiperButtons {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .Person .PersonPart .PartSwiperButtons .PartSwiperPrev, .Person .PersonPart .PartSwiperButtons .PartSwiperNext {
    margin: 10px;
  }
}
.Person .PersonTabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Person .PersonTabs .Tabs {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.1rem 0;
}
.Person .PersonTabs .Tab.In {
  border-bottom-color: #0c826d;
}
.Person .PersonTabs .Tab.In .TabText {
  color: #0c826d;
}
.Person .PersonTabs .Tab {
  display: block;
  margin-right: 0.48rem;
  width: 100%;
  border-top: 0.02rem solid transparent;
  border-bottom: 0.02rem solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Person .PersonTabs .Tab:hover {
  border-bottom-color: #0c826d;
}
.Person .PersonTabs .Tab:hover .TabText {
  color: #0c826d;
}
.Person .PersonTabs .Tab .TabText {
  color: #666;
  line-height: 1.4;
  width: auto;
  white-space: nowrap;
  padding: 0.2rem 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Person .PersonTabs .Search {
  width: 4rem;
  min-width: 300px;
  margin: 0.1rem 0;
}
.Person .PersonTabs .Search .SearchFrame {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.36rem;
  background-color: #fff;
  border-radius: 0.3rem;
}
@media (max-width: 1920px) {
  .Person .PersonTabs .Search .SearchFrame {
    border-radius: 30px;
  }
}
.Person .PersonTabs .Search .SearchInput {
  width: 100%;
  margin-right: 0.1rem;
}
.Person .PersonTabs .Search .SearchInput input {
  width: 100%;
  height: 0.6rem;
  min-height: 50px;
  line-height: 1.2;
  border: none;
}
.Person .PersonTabs .Search .SearchButton {
  width: auto;
}
.Person .PersonTabs .Search .SearchButton button {
  cursor: pointer;
  width: 0.2rem;
  height: 0.2rem;
  min-width: 18px;
  min-height: 18px;
  background: url(../images/Person10.png) center/contain no-repeat;
  border-radius: 0;
  border: none;
}
@media (max-width: 750px) {
  .Person .PersonTabs .Tabs {
    margin-top: 10px;
  }
  .Person .PersonTabs .Search {
    width: 100%;
    min-width: 0;
    margin: 0;
    margin-top: 10px;
  }
}
.Person .PersonList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 0.6rem;
}
.Person .PersonItem {
  width: 48.75%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  background-color: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
  padding: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Person .PersonItem:hover .ItemImg .Img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.Person .PersonItem:hover .ItemName {
  color: #0c826d;
}
.Person .PersonItem:nth-of-type(2n) {
  margin-right: 0;
}
.Person .PersonItem .ItemImg {
  width: auto;
  margin-right: 0.4rem;
}
.Person .PersonItem .ItemImg .Img {
  width: 3rem;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Person .PersonItem .ItemImg .Img::after {
  width: 100%;
  content: "";
  display: block;
  padding-top: 100%;
}
.Person .PersonItem .ItemImg .Img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.Person .PersonItem .ItemText {
  width: 100%;
}
.Person .PersonItem .ItemName {
  color: #333;
  line-height: 1.2;
  width: 100%;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Person .PersonItem .ItemRemark {
  width: 100%;
  color: #0c826d;
  line-height: 1.4;
  margin-top: 0.2rem;
}
.Person .PersonItem .ItemInfo {
  width: 100%;
  margin-top: 0.3rem;
  padding: 0.07rem 0.2rem;
  color: #fff;
  line-height: 1.5;
  background: -webkit-gradient(linear, right top, left top, from(#0c826d), to(#80cb93));
  background: linear-gradient(-90deg, #0c826d 0%, #80cb93 100%);
  border-radius: 0 0.18rem 0.18rem 0;
}
@media (max-width: 1920px) {
  .Person .PersonItem .ItemInfo {
    border-radius: 0 18px 18px 0;
  }
}
.Person .PersonItem .ItemData {
  width: 100%;
  margin-top: 0.3rem;
}
.Person .PersonItem .ItemData .DataList {
  width: 100%;
}
.Person .PersonItem .ItemData .DataItem {
  width: 100%;
  color: #333;
  line-height: 1.5;
}
.Person .PersonItem .ItemData .DataItem .Dot {
  position: relative;
  z-index: 5;
}
.Person .PersonItem .ItemData .DataItem .Dot::before {
  content: "点";
  color: transparent;
}
.Person .PersonItem .ItemData .DataItem .Dot::after {
  content: "";
  display: block;
  width: 0.06rem;
  min-width: 4px;
  height: 0.06rem;
  min-height: 4px;
  background-color: #0c826d;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .Person .PersonItem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Person .PersonItem .ItemImg {
    margin: 0 auto;
  }
}
@media (max-width: 750px) {
  .Person .PersonItem {
    width: 100%;
    margin-right: 0;
  }
}
.Person .PersonPager {
  width: 100%;
  margin-top: 0.6rem;
}

/* 服务案例 */
.Case {
  width: 100%;
}
.Case .CaseCrumb.Style {
  margin-bottom: 1.3rem;
}
.Case .CaseContent {
  width: 100%;
}
.Case .CaseList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Case .CaseItem {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 3.125%;
  display: block;
  background-color: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (max-width: 1920px) {
  .Case .CaseItem {
    border-radius: 20px;
  }
}
.Case .CaseItem:nth-of-type(3n) {
  margin-right: 0;
}
.Case .CaseItem:hover .ItemImg .Img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.Case .CaseItem:hover .ItemTitle {
  color: #0c826d;
}
.Case .CaseItem .ItemImg {
  width: 100%;
  overflow: hidden;
}
.Case .CaseItem .ItemImg .Img {
  width: 100%;
  padding-top: 64%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Case .CaseItem .ItemImg img {
  display: none;
}
.Case .CaseItem .ItemText {
  width: 100%;
  padding: 0.4rem 0.3rem;
}
.Case .CaseItem .ItemTitle {
  width: 100%;
  color: #333;
  line-height: 1.4;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Case .CaseItem .ItemRemark {
  width: 100%;
  color: #0c826d;
  line-height: 1.5;
  margin-top: 0.26rem;
}
.Case .CaseItem .ItemRemark p {
  line-height: 1.5;
  color: #0c826d;
}
.Case .CaseItem .ItemUser {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.3rem;
  border-top: 0.01rem solid #f3f3f3;
  padding-top: 0.3rem;
}
.Case .CaseItem .ItemUser .UserAvatar {
  width: 0.6rem;
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-radius: 50%;
}
.Case .CaseItem .ItemUser .UserAvatar::after {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
.Case .CaseItem .ItemUser .UserAvatar img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.Case .CaseItem .ItemUser .UserInfo {
  width: auto;
  margin-left: 0.2rem;
}
.Case .CaseItem .ItemUser .UserName {
  width: 100%;
  white-space: nowrap;
  color: #333;
  line-height: 1.3;
}
.Case .CaseItem .ItemUser .UserAge {
  width: 100%;
  color: #999;
  line-height: 1.3;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .Case .CaseItem {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .Case .CaseItem:nth-of-type(3n) {
    margin-right: 2%;
  }
  .Case .CaseItem:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 450px) {
  .Case .CaseItem {
    width: 100%;
    margin-right: 0;
  }
  .Case .CaseItem:nth-of-type(3n) {
    margin-right: 0;
  }
}
.Case .CasePager {
  width: 100%;
  margin-top: 0.6rem;
}
.Case .CaseDetail {
  width: 100%;
}
.Case .CaseDetail .DetailInfo {
  width: 100%;
  padding-bottom: 1.2rem;
}
.Case .CaseDetail .DetailInfo .InfoTitle {
  width: 100%;
  color: #333;
  font-weight: 700;
  line-height: 1.2;
}
.Case .CaseDetail .DetailInfo .InfoContent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0.4rem;
  border-top: 0.01rem solid #f3f3f3;
  padding-top: 0.5rem;
}
.Case .CaseDetail .DetailInfo .InfoText {
  width: 48.75%;
}
.Case .CaseDetail .DetailInfo .InfoRemark {
  width: 100%;
  color: #0c826d;
  line-height: 1.5;
}
.Case .CaseDetail .DetailInfo .InfoRemark p {
  color: #0c826d;
  line-height: 1.5;
}
.Case .CaseDetail .DetailInfo .InfoUser {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.34rem;
}
.Case .CaseDetail .DetailInfo .InfoUser .UserAvatar {
  width: 0.6rem;
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-radius: 50%;
}
.Case .CaseDetail .DetailInfo .InfoUser .UserAvatar::after {
  content: "";
  width: 100%;
  padding-top: 100%;
  display: block;
}
.Case .CaseDetail .DetailInfo .InfoUser .UserAvatar img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.Case .CaseDetail .DetailInfo .InfoUser .UserInfo {
  width: auto;
  margin-left: 0.2rem;
}
.Case .CaseDetail .DetailInfo .InfoUser .UserName {
  width: 100%;
  white-space: nowrap;
  color: #333;
  line-height: 1.3;
}
.Case .CaseDetail .DetailInfo .InfoUser .UserAge {
  width: 100%;
  color: #999;
  line-height: 1.3;
  white-space: nowrap;
}
.Case .CaseDetail .DetailInfo .InfoData {
  width: 100%;
}
.Case .CaseDetail .DetailInfo .InfoData .DataList {
  width: 100%;
}
.Case .CaseDetail .DetailInfo .InfoData .DataItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0.4rem;
}
.Case .CaseDetail .DetailInfo .InfoData .DataItem .ItemIcon {
  position: relative;
  z-index: 5;
}
.Case .CaseDetail .DetailInfo .InfoData .DataItem .ItemIcon .Icon {
  width: 0.14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.Case .CaseDetail .DetailInfo .InfoData .DataItem .ItemIcon .Icon span {
  width: 50%;
  padding-top: 50%;
  background: #0c826d;
  display: block;
  border-radius: 50%;
}
.Case .CaseDetail .DetailInfo .InfoData .DataItem .ItemIcon .Icon::after {
  width: 75%;
  height: 75%;
  position: absolute;
  left: 50%;
  content: "";
  display: block;
  background: #0c826d;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.Case .CaseDetail .DetailInfo .InfoData .DataItem .ItemIcon::after {
  content: "点";
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: transparent;
  line-height: 1.4;
  font-weight: 700;
}
.Case .CaseDetail .DetailInfo .InfoData .DataItem .ItemText {
  width: 100%;
  margin-left: 0.1rem;
}
.Case .CaseDetail .DetailInfo .InfoData .DataItem .ItemTitle {
  width: 100%;
  color: #333;
  font-weight: 700;
  line-height: 1.4;
}
.Case .CaseDetail .DetailInfo .InfoData .DataItem .ItemRemark {
  width: 100%;
  color: #666;
  margin-top: 0.1rem;
  line-height: 1.5;
}
.Case .CaseDetail .DetailInfo .InfoImg {
  width: 50%;
}
.Case .CaseDetail .DetailInfo .InfoSwiper {
  width: 100%;
}
.Case .CaseDetail .DetailInfo .InfoSlide .SlideImg {
  width: 100%;
}
.Case .CaseDetail .DetailInfo .InfoSlide .SlideImg .Img {
  width: 100%;
  padding-top: 71.7948717949%;
}
.Case .CaseDetail .DetailInfo .InfoSlide .SlideImg img {
  display: none;
}
.Case .CaseDetail .DetailInfo .InfoSwiperPagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.2rem;
}
.Case .CaseDetail .DetailInfo .InfoSwiperPagination .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Case .CaseDetail .DetailInfo .InfoSwiperPagination .swiper-pagination-bullet {
  opacity: 1;
  width: 0.14rem;
  min-width: 8px;
  background: none;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  z-index: 5;
  margin: 0.05rem;
}
.Case .CaseDetail .DetailInfo .InfoSwiperPagination .swiper-pagination-bullet li {
  width: 50%;
  padding-top: 50%;
  background: #0c826d;
  display: block;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Case .CaseDetail .DetailInfo .InfoSwiperPagination .swiper-pagination-bullet::after {
  width: 75%;
  height: 75%;
  position: absolute;
  left: 50%;
  content: "";
  display: block;
  background: #999;
  top: 50%;
  border-radius: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Case .CaseDetail .DetailInfo .InfoSwiperPagination .swiper-pagination-bullet-active li {
  opacity: 1;
}
.Case .CaseDetail .DetailInfo .InfoSwiperPagination .swiper-pagination-bullet-active::after {
  background: #0c826d;
  border-radius: 0;
}
@media (max-width: 1200px) {
  .Case .CaseDetail .DetailInfo .InfoContent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .Case .CaseDetail .DetailInfo .InfoText {
    width: 100%;
    margin-top: 20px;
  }
  .Case .CaseDetail .DetailInfo .InfoImg {
    width: 100%;
  }
}
.Case .CaseDetail .DetailCase {
  width: 100%;
  background-color: #f2f9f7;
  padding: 1rem 0;
}
.Case .CaseDetail .DetailCase .CaseTitle {
  width: 100%;
  text-align: center;
}
.Case .CaseDetail .DetailCase .CaseTitle .Title {
  width: 100%;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
}
.Case .CaseDetail .DetailCase .CaseList {
  margin-top: 0.6rem;
}

/* 加入我们 */
.Join {
  width: 100%;
}
.Join .JoinContent {
  width: 100%;
}
.Join .JoinContact {
  width: 100%;
  padding: 1.4rem 0 1rem;
}
.Join .JoinContact .ContactTitle {
  width: 100%;
  text-align: center;
}
.Join .JoinContact .ContactTitle .Title {
  width: 100%;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
}
.Join .JoinContact .ContactContent {
  width: 100%;
}
.Join .JoinContact .ContactData {
  width: 100%;
  margin-top: 0.66rem;
}
.Join .JoinContact .ContactData .DataList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Join .JoinContact .ContactData .DataItem {
  width: 32%;
}
.Join .JoinContact .ContactData .DataItem:hover .ItemIcon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.Join .JoinContact .ContactData .DataItem .ItemIcon {
  width: 1rem;
  min-width: 64px;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Join .JoinContact .ContactData .DataItem .ItemIcon .Icon {
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.Join .JoinContact .ContactData .DataItem .ItemText {
  width: 100%;
  text-align: center;
  margin-top: 0.28rem;
}
.Join .JoinContact .ContactData .DataItem .ItemTitle {
  width: 100%;
  color: #666;
  line-height: 1.5;
}
.Join .JoinContact .ContactData .DataItem .ItemContent {
  width: 100%;
  color: #333;
  line-height: 1.6;
  margin-top: 0.2rem;
}
.Join .JoinContact .ContactMap {
  width: 100%;
  margin-top: 0.66rem;
  position: relative;
  z-index: 5;
}
.Join .JoinContact .ContactMap .Map {
  width: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.Join .JoinContact .ContactMap .Map img {
  width: 100%;
  height: auto;
}
.Join .JoinContact .ContactMap .Site {
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
.Join .JoinContact .ContactMap .Site .SiteLogo {
  width: 1.3rem;
  background: -webkit-gradient(linear, left bottom, left top, from(#80cb93), to(#0c826d));
  background: linear-gradient(0deg, #80cb93 0%, #0c826d 100%);
  padding: 0.1rem 0.11rem;
  border-radius: 0.2rem;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 5;
  -webkit-transform: translate(-50%, -110%);
          transform: translate(-50%, -110%);
}
.Join .JoinContact .ContactMap .Site .SiteLogo::after {
  content: "";
  width: 100%;
  padding-top: 37.037037037%;
  display: block;
  background: url(../images/Header1.png) center/contain no-repeat;
}
.Join .JoinContact .ContactMap .Site .SiteIcon {
  width: 0.2rem;
  min-width: 18px;
}
.Join .JoinContact .ContactMap .Site .SiteIcon::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 121.0526315789%;
  background: url(../images/Join6.png) center/contain no-repeat;
}
@media (max-width: 500px) {
  .Join .JoinContact .ContactData .DataList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Join .JoinContact .ContactData .DataItem {
    width: 100%;
    margin-bottom: 10px;
  }
}
.Join .JoinPost {
  width: 100%;
  background-color: #f2f9f7;
  padding: 1rem 0;
}
.Join .JoinPost .PostTitle {
  width: 100%;
  text-align: center;
}
.Join .JoinPost .PostTitle .Title {
  width: 100%;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
}
.Join .JoinPost .PostList {
  width: 100%;
  margin-top: 0.6rem;
}
.Join .JoinPost .PostItem.Open .ItemInfo .Button .B {
  background: #0c826d;
  border-color: #0c826d;
}
.Join .JoinPost .PostItem.Open .ItemInfo .Button .B::before, .Join .JoinPost .PostItem.Open .ItemInfo .Button .B::after {
  background: #fff;
}
.Join .JoinPost .PostItem.Open .ItemInfo .Button .B::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.Join .JoinPost .PostItem {
  width: 100%;
  background-color: #fff;
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
}
.Join .JoinPost .PostItem:last-of-type {
  margin-bottom: 0;
}
.Join .JoinPost .PostItem .ItemTitle {
  width: 100%;
  padding: 0.3rem 0.4rem;
}
.Join .JoinPost .PostItem .ItemInfo {
  width: 100%;
  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;
}
.Join .JoinPost .PostItem .ItemInfo .Name {
  width: 20%;
  color: #222;
  line-height: 1.3;
  white-space: nowrap;
  font-weight: 700;
}
.Join .JoinPost .PostItem .ItemInfo .Info {
  width: 30%;
  white-space: nowrap;
  color: #666;
  line-height: 1.4;
}
.Join .JoinPost .PostItem .ItemInfo .Info span {
  margin-right: 0.3rem;
  white-space: nowrap;
}
.Join .JoinPost .PostItem .ItemInfo .Info span:last-of-type {
  margin-right: 0;
}
.Join .JoinPost .PostItem .ItemInfo .Button {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.Join .JoinPost .PostItem .ItemInfo .Button .B {
  width: 0.4rem;
  min-width: 30px;
  cursor: pointer;
  height: 0.4rem;
  min-height: 30px;
  border-radius: 50%;
  border: 0.01rem solid #222;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 5;
}
.Join .JoinPost .PostItem .ItemInfo .Button .B::before, .Join .JoinPost .PostItem .ItemInfo .Button .B::after {
  content: "";
  display: block;
  width: 40%;
  height: 7.5%;
  background: #222;
  position: absolute;
  top: 50%;
  z-index: 5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: 50%;
}
.Join .JoinPost .PostItem .ItemInfo .Button .B::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.Join .JoinPost .PostItem .ItemInfo .Button .B::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.Join .JoinPost .PostItem .ItemContent {
  width: 100%;
  display: none;
  padding: 0.36rem 0.4rem;
}
.Join .JoinPost .PostItem .ItemSkill {
  width: 100%;
}
.Join .JoinPost .PostItem .ItemSkill .Title {
  width: 100%;
  color: #1a1a1a;
  line-height: 1.6;
  font-weight: 700;
}
.Join .JoinPost .PostItem .ItemSkill .Content {
  width: 100%;
  color: #666;
  line-height: 1.8;
}
.Join .JoinPost .PostItem .ItemSkill .Content p {
  color: #666;
  line-height: 1.8;
}
.Join .JoinPost .PostItem .ItemContact {
  width: 100%;
  margin-top: 0.48rem;
  color: #0c826d;
  line-height: 1.8;
}
.Join .JoinPost .PostItem .ItemContact p {
  color: #0c826d;
  line-height: 1.8;
}
.Join .JoinPost .PostItem .ItemButtons {
  width: 100%;
  margin-top: 0.2rem;
}
.Join .JoinPost .PostItem .ItemButtons .Button.Submit {
  display: inline-block;
  padding: 0.16rem 0.58rem;
  color: #0c826d;
  background-color: transparent;
  border: 0.01rem solid #0c826d;
  line-height: 1.5;
  border-radius: 0.28rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
  cursor: pointer;
}
.Join .JoinPost .PostItem .ItemButtons .Button.Submit:hover {
  background-color: #0c826d;
  color: #fff;
}
@media (max-width: 1920px) {
  .Join .JoinPost .PostItem .ItemButtons .Button.Submit {
    border-radius: 28px;
  }
}
@media (max-width: 900px) {
  .Join .JoinPost .PostItem .ItemInfo .Info {
    width: 300px;
  }
}
@media (max-width: 550px) {
  .Join .JoinPost .PostItem .ItemInfo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Join .JoinPost .PostItem .ItemInfo .Name {
    width: 100%;
  }
  .Join .JoinPost .PostItem .ItemInfo .Info {
    width: 100%;
    margin-top: 10px;
  }
  .Join .JoinPost .PostItem .ItemInfo .Button {
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.Join .JoinStaff {
  width: 100%;
  padding: 0.9rem 0 1rem;
  overflow: hidden;
}
.Join .JoinStaff .StaffTitle {
  width: 100%;
  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;
  padding: 0 1.6rem;
}
.Join .JoinStaff .StaffTitle .Title {
  width: 100%;
  color: #1a1a1a;
  line-height: 1.6;
  font-weight: 700;
}
.Join .JoinStaff .StaffTitle .Buttons {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Join .JoinStaff .StaffTitle .Buttons .StaffSwiperPrev, .Join .JoinStaff .StaffTitle .Buttons .StaffSwiperNext {
  width: 0.6rem;
  min-width: 40px;
  display: block;
  cursor: pointer;
}
.Join .JoinStaff .StaffTitle .Buttons .StaffSwiperPrev:hover::after, .Join .JoinStaff .StaffTitle .Buttons .StaffSwiperPrev:hover::after, .Join .JoinStaff .StaffTitle .Buttons .StaffSwiperNext:hover::after, .Join .JoinStaff .StaffTitle .Buttons .StaffSwiperNext:hover::after {
  background-image: url(../images/right3.png);
  background-color: #0c826d;
}
.Join .JoinStaff .StaffTitle .Buttons .StaffSwiperPrev::after, .Join .JoinStaff .StaffTitle .Buttons .StaffSwiperNext::after {
  content: "";
  width: 100%;
  padding-top: 100%;
  background: url(../images/right2.png) center/42% no-repeat;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 0.01rem solid #0c826d;
  border-radius: 50%;
}
.Join .JoinStaff .StaffTitle .Buttons .StaffSwiperPrev {
  margin-right: 0.2rem;
}
.Join .JoinStaff .StaffTitle .Buttons .StaffSwiperPrev::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.Join .JoinStaff .StaffContent {
  width: 100%;
  margin-top: 0.6rem;
}
.Join .JoinStaff .StaffSwiper {
  width: 100%;
  -webkit-transform: translateX(1.6rem);
          transform: translateX(1.6rem);
}
.Join .JoinStaff .StaffSlide .SlideImg {
  width: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.Join .JoinStaff .StaffSlide .SlideImg:hover .Img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.Join .JoinStaff .StaffSlide .SlideImg .Img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 61.7647058824%;
}
.Join .JoinStaff .StaffSlide .SlideImg img {
  display: none;
}
@media (max-width: 1200px) {
  .Join .JoinStaff .StaffTitle {
    padding: 0 10px;
  }
  .Join .JoinStaff .StaffContent {
    padding: 0 10px;
  }
  .Join .JoinStaff .StaffSwiper {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.Join .JoinWords {
  width: 100%;
  padding: 1rem 0;
  background: url(../images/Join10.jpg) center/cover no-repeat;
}
.Join .JoinWords .WordsTitle {
  width: 100%;
  text-align: center;
}
.Join .JoinWords .WordsTitle .Title {
  width: 100%;
  color: #1a1a1a;
  line-height: 1.6;
  font-weight: 700;
}
.Join .JoinWords .WordsContent {
  width: 100%;
}
.Join .JoinWords .WordsForm {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Join .JoinWords .WordsForm .FormInput {
  width: 32%;
  margin-top: 0.4rem;
}
.Join .JoinWords .WordsForm .FormInput .Label {
  color: #333;
  line-height: 1.4;
  width: 100%;
}
.Join .JoinWords .WordsForm .FormInput .Input {
  width: 100%;
  margin-top: 0.2rem;
}
.Join .JoinWords .WordsForm .FormInput .Input input {
  width: 100%;
  border: none;
  height: 0.6rem;
  min-height: 50px;
  border-radius: 0.1rem;
  background-color: #fff;
  padding: 0 0.2rem;
}
.Join .JoinWords .WordsForm .FormTextarea {
  width: 100%;
  margin-top: 0.4rem;
}
.Join .JoinWords .WordsForm .FormTextarea .Label {
  color: #333;
  line-height: 1.4;
  width: 100%;
}
.Join .JoinWords .WordsForm .FormTextarea .Textarea {
  width: 100%;
  margin-top: 0.2rem;
}
.Join .JoinWords .WordsForm .FormTextarea .Textarea textarea {
  width: 100%;
  border: none;
  height: 2rem;
  min-height: 160px;
  border-radius: 0.1rem;
  background-color: #fff;
  padding: 0.2rem;
}
.Join .JoinWords .WordsForm .FormButtons {
  width: 100%;
  margin-top: 0.4rem;
}
.Join .JoinWords .WordsForm .FormButtons .Button.Submit {
  display: inline-block;
  padding: 0.16rem 0.58rem;
  white-space: nowrap;
  color: #fff;
  background-color: #0c826d;
  line-height: 1.5;
  border-radius: 0.28rem;
  border: none;
  cursor: pointer;
}
@media (max-width: 1920px) {
  .Join .JoinWords .WordsForm .FormButtons .Button.Submit {
    border-radius: 28px;
  }
}
@media (max-width: 750px) {
  .Join .JoinWords .WordsForm .FormInput {
    margin-right: 0;
    width: 100%;
  }
}

/* 产品服务 */
.Goods {
  width: 100%;
}
.Goods .GoodsContent {
  width: 100%;
}
.Goods .GoodsInfo {
  width: 100%;
  background-color: #f4faf6;
  padding: 1rem 0;
}
.Goods .GoodsInfo .InfoList {
  width: 100%;
}
.Goods .GoodsInfo .InfoItem {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
  margin-top: 1rem;
}
.Goods .GoodsInfo .InfoItem:first-of-type {
  margin-top: 0;
}
.Goods .GoodsInfo .InfoItem:nth-of-type(odd) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.Goods .GoodsInfo .InfoItem:nth-of-type(odd) .ItemText {
  right: 0;
}
.Goods .GoodsInfo .InfoItem:nth-of-type(even) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.Goods .GoodsInfo .InfoItem:nth-of-type(even) .ItemText {
  left: 0;
}
.Goods .GoodsInfo .InfoItem .ItemImg {
  width: 60%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.Goods .GoodsInfo .InfoItem .ItemImg .Img {
  width: 100%;
  padding-top: 60.4166666667%;
}
.Goods .GoodsInfo .InfoItem .ItemImg img {
  display: none;
}
.Goods .GoodsInfo .InfoItem .ItemText {
  width: 47.5%;
  padding: 0.8rem;
  border-radius: 0.2rem;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 5;
}
.Goods .GoodsInfo .InfoItem .ItemText:hover .ItemTitle .Title {
  color: #0c826d;
}
.Goods .GoodsInfo .InfoItem .ItemTitle {
  width: 100%;
}
.Goods .GoodsInfo .InfoItem .ItemTitle .Title {
  width: 100%;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Goods .GoodsInfo .InfoItem .ItemRemark {
  width: 100%;
  color: #666;
  line-height: 1.7;
  margin-top: 0.36rem;
}
.Goods .GoodsInfo .InfoItem .ItemRemark p {
  color: #666;
  line-height: 1.7;
}
.Goods .GoodsInfo .InfoItem .ItemButtons {
  margin-top: 0.56rem;
  width: 100%;
}
.Goods .GoodsInfo .InfoItem .ItemButtons .Button.More {
  display: inline-block;
  padding: 0.16rem 0.58rem;
  white-space: nowrap;
  color: #fff;
  background-color: #0c826d;
  line-height: 1.5;
  border-radius: 0.28rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Goods .GoodsInfo .InfoItem .ItemButtons .Button.More:hover {
  border-radius: 0;
}
@media (max-width: 1920px) {
  .Goods .GoodsInfo .InfoItem .ItemButtons .Button.More {
    border-radius: 28px;
  }
}
@media (max-width: 900px) {
  .Goods .GoodsInfo .InfoItem {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Goods .GoodsInfo .InfoItem .ItemImg {
    width: 100%;
  }
  .Goods .GoodsInfo .InfoItem .ItemText {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}
.Goods .GoodsBlock .BlockTitle {
  width: 100%;
  text-align: center;
}
.Goods .GoodsBlock .BlockTitle .Title {
  width: 100%;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
}
.Goods .GoodsBlock .BlockContent {
  width: 100%;
  margin-top: 0.6rem;
}
.Goods .GoodsBlock .BlockList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Goods .GoodsBlock .BlockItem.In .ItemMask {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(12, 130, 109)), color-stop(70%, rgba(128, 203, 147, 0.01)));
  background-image: linear-gradient(0deg, rgb(12, 130, 109) 0%, rgba(128, 203, 147, 0.01) 70%);
}
.Goods .GoodsBlock .BlockItem.In .ItemRemark, .Goods .GoodsBlock .BlockItem.In .ItemButtons {
  display: block;
  opacity: 1;
}
.Goods .GoodsBlock .BlockItem {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 5;
  border-radius: 0.2rem;
  height: 5.8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Goods .GoodsBlock .BlockItem .ItemImg {
  display: none;
}
.Goods .GoodsBlock .BlockItem .ItemMask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  padding: 0.5rem;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-image: none;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Goods .GoodsBlock .BlockItem .ItemText {
  width: 100%;
}
.Goods .GoodsBlock .BlockItem .ItemTitle {
  width: 100%;
  color: #fff;
  line-height: 1.3;
  font-weight: 700;
}
.Goods .GoodsBlock .BlockItem .ItemRemark {
  width: 100%;
  color: #fff;
  line-height: 1.5;
  margin-top: 0.2rem;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Goods .GoodsBlock .BlockItem .ItemRemark p {
  color: #fff;
  line-height: 1.5;
}
.Goods .GoodsBlock .BlockItem .ItemButtons {
  width: 100%;
  margin-top: 0.32rem;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Goods .GoodsBlock .BlockItem .ItemButtons .Button.More {
  display: inline-block;
  padding: 0.16rem 0.58rem;
  white-space: nowrap;
  color: #fff;
  background-color: transparent;
  border: 0.01rem solid #fff;
  line-height: 1.5;
  border-radius: 0.28rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Goods .GoodsBlock .BlockItem .ItemButtons .Button.More:hover {
  color: #0c826d;
  background-color: #fff;
}
@media (max-width: 1920px) {
  .Goods .GoodsBlock .BlockItem .ItemButtons .Button.More {
    border-radius: 28px;
  }
}
@media (max-width: 900px) {
  .Goods .GoodsBlock .BlockList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Goods .GoodsBlock .BlockItem .ItemMask {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(12, 130, 109)), color-stop(70%, rgba(128, 203, 147, 0.01)));
    background-image: linear-gradient(0deg, rgb(12, 130, 109) 0%, rgba(128, 203, 147, 0.01) 70%);
  }
  .Goods .GoodsBlock .BlockItem .ItemRemark, .Goods .GoodsBlock .BlockItem .ItemButtons {
    display: block;
    opacity: 1;
  }
}
.Goods .GoodsBlock.Block4 .BlockItem.In {
  width: 40%;
}
.Goods .GoodsBlock.Block4 .BlockItem {
  width: 18.75%;
}
@media (max-width: 900px) {
  .Goods .GoodsBlock.Block4 .BlockItem.In {
    width: 49%;
  }
  .Goods .GoodsBlock.Block4 .BlockItem {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .Goods .GoodsBlock.Block4 .BlockItem:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 450px) {
  .Goods .GoodsBlock.Block4 .BlockItem.In {
    width: 100%;
  }
  .Goods .GoodsBlock.Block4 .BlockItem {
    width: 100%;
    margin-right: 0;
  }
}
.Goods .GoodsBlock.Block3 .BlockItem.In {
  width: 47.5%;
}
.Goods .GoodsBlock.Block3 .BlockItem {
  width: 25%;
}
@media (max-width: 900px) {
  .Goods .GoodsBlock.Block3 .BlockItem.In {
    width: 49%;
  }
  .Goods .GoodsBlock.Block3 .BlockItem {
    width: 49%;
    margin-bottom: 2%;
  }
  .Goods .GoodsBlock.Block3 .BlockItem:first-of-type {
    width: 100%;
  }
  .Goods .GoodsBlock.Block3 .BlockItem:nth-of-type(2n) {
    margin-right: 2%;
  }
}
@media (max-width: 450px) {
  .Goods .GoodsBlock.Block3 .BlockItem.In {
    width: 100%;
  }
  .Goods .GoodsBlock.Block3 .BlockItem {
    width: 100%;
    margin-right: 0;
  }
  .Goods .GoodsBlock.Block3 .BlockItem:nth-of-type(2n) {
    margin-right: 0;
  }
}
.Goods .GoodsAfter {
  width: 100%;
  padding: 1rem 0;
  background-color: #e8f4e9;
}
.Goods .GoodsChild {
  padding-bottom: 1rem;
  background-color: #e8f4e9;
}
.Goods .GoodsDetail {
  width: 100%;
  padding: 1.4rem 0 1.6rem;
  background-color: #f4faf6;
}
.Goods .GoodsDetail .DetailInfo {
  width: 100%;
}
.Goods .GoodsDetail .DetailInfo .InfoList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Goods .GoodsDetail .DetailInfo .InfoItem {
  width: 31.25%;
  border-radius: 0.2rem;
  overflow: hidden;
  background-color: #fff;
}
.Goods .GoodsDetail .DetailInfo .InfoItem:hover .ItemImg .Img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.Goods .GoodsDetail .DetailInfo .InfoItem:hover .ItemTitle {
  color: #0c826d;
}
.Goods .GoodsDetail .DetailInfo .InfoItem .ItemImg {
  width: 100%;
  overflow: hidden;
}
.Goods .GoodsDetail .DetailInfo .InfoItem .ItemImg .Img {
  width: 100%;
  padding-top: 60%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Goods .GoodsDetail .DetailInfo .InfoItem .ItemImg img {
  display: none;
}
.Goods .GoodsDetail .DetailInfo .InfoItem .ItemText {
  width: 100%;
  padding: 0.4rem 0.36rem;
}
.Goods .GoodsDetail .DetailInfo .InfoItem .ItemTitle {
  width: 100%;
  color: #333;
  line-height: 1.5;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Goods .GoodsDetail .DetailInfo .InfoItem .ItemContent {
  width: 100%;
  color: #0c826d;
  line-height: 1.6;
  margin-top: 0.2rem;
}
.Goods .GoodsDetail .DetailInfo .InfoItem .ItemContent p {
  color: #0c826d;
  line-height: 1.6;
}
.Goods .GoodsDetail .DetailPoints {
  width: 100%;
  margin-top: 1rem;
}
.Goods .GoodsDetail .DetailPoints .Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Goods .GoodsDetail .DetailPoints .PointsImg {
  width: 50%;
  overflow: hidden;
  border-radius: 0.2rem;
}
.Goods .GoodsDetail .DetailPoints .PointsImg:hover .Img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.Goods .GoodsDetail .DetailPoints .PointsImg .Img {
  width: 100%;
  padding-top: 67.5%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Goods .GoodsDetail .DetailPoints .PointsImg img {
  display: none;
}
.Goods .GoodsDetail .DetailPoints .PointsText {
  width: calc(50% - 0.6rem);
  padding: 0.6rem 0.4rem;
}
.Goods .GoodsDetail .DetailPoints .PointsTitle {
  width: 100%;
}
.Goods .GoodsDetail .DetailPoints .PointsTitle .Title {
  width: 100%;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
}
.Goods .GoodsDetail .DetailPoints .PointsData {
  width: 100%;
  margin-top: 0.28rem;
  padding-top: 0.36rem;
  border-top: 0.01rem solid #0c826d;
}
.Goods .GoodsDetail .DetailPoints .PointsData .DataList {
  width: 100%;
}
.Goods .GoodsDetail .DetailPoints .PointsData .DataItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0.4rem;
}
.Goods .GoodsDetail .DetailPoints .PointsData .DataItem .ItemIcon {
  position: relative;
  z-index: 5;
}
.Goods .GoodsDetail .DetailPoints .PointsData .DataItem .ItemIcon .Icon {
  width: 0.14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.Goods .GoodsDetail .DetailPoints .PointsData .DataItem .ItemIcon .Icon span {
  width: 50%;
  padding-top: 50%;
  background: #0c826d;
  display: block;
  border-radius: 50%;
}
.Goods .GoodsDetail .DetailPoints .PointsData .DataItem .ItemIcon .Icon::after {
  width: 75%;
  height: 75%;
  position: absolute;
  left: 50%;
  content: "";
  display: block;
  background: #0c826d;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.Goods .GoodsDetail .DetailPoints .PointsData .DataItem .ItemIcon::after {
  content: "点";
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: transparent;
  line-height: 1.4;
  font-weight: 700;
}
.Goods .GoodsDetail .DetailPoints .PointsData .DataItem .ItemText {
  width: 100%;
  margin-left: 0.1rem;
}
.Goods .GoodsDetail .DetailPoints .PointsData .DataItem .ItemTitle {
  width: 100%;
  color: #333;
  font-weight: 700;
  line-height: 1.4;
}
.Goods .GoodsDetail .DetailPoints .PointsData .DataItem .ItemRemark {
  width: 100%;
  color: #666;
  margin-top: 0.1rem;
  line-height: 1.5;
}
.Goods .GoodsDetail .DetailFlow {
  width: 100%;
  margin-top: 1rem;
}
.Goods .GoodsDetail .DetailFlow .FlowTitle {
  width: 100%;
  text-align: center;
}
.Goods .GoodsDetail .DetailFlow .FlowTitle .Title {
  width: 100%;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
}
.Goods .GoodsDetail .DetailFlow .FlowContent {
  width: 100%;
  margin-top: 0.6rem;
}
.Goods .GoodsDetail .DetailFlow .FlowBar {
  width: 100%;
}
.Goods .GoodsDetail .DetailFlow .FlowBar .BarList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Goods .GoodsDetail .DetailFlow .FlowBar .BarItem {
  width: 20%;
}
.Goods .GoodsDetail .DetailFlow .FlowBar .BarItem:first-of-type .ItemNumber::before {
  display: none;
}
.Goods .GoodsDetail .DetailFlow .FlowBar .BarItem:last-of-type .ItemNumber::after {
  display: none;
}
.Goods .GoodsDetail .DetailFlow .FlowBar .BarItem .ItemIcon {
  width: 0.5rem;
  margin: 0 auto;
}
.Goods .GoodsDetail .DetailFlow .FlowBar .BarItem .ItemIcon .Icon {
  width: 100%;
  padding-top: 100%;
  background-size: contain;
}
.Goods .GoodsDetail .DetailFlow .FlowBar .BarItem .ItemNumber {
  width: 100%;
  margin-top: 0.3rem;
  position: relative;
  z-index: 5;
}
.Goods .GoodsDetail .DetailFlow .FlowBar .BarItem .ItemNumber::before, .Goods .GoodsDetail .DetailFlow .FlowBar .BarItem .ItemNumber::after {
  content: "";
  width: 50%;
  height: 0.01rem;
  background-color: #ddd;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 5;
}
.Goods .GoodsDetail .DetailFlow .FlowBar .BarItem .ItemNumber::before {
  left: 0;
}
.Goods .GoodsDetail .DetailFlow .FlowBar .BarItem .ItemNumber::after {
  right: 0;
}
.Goods .GoodsDetail .DetailFlow .FlowBar .BarItem .ItemNumber .Board {
  width: 0.5rem;
  margin: 0 auto;
  position: relative;
  z-index: 6;
}
.Goods .GoodsDetail .DetailFlow .FlowBar .BarItem .ItemNumber .Number {
  width: 50%;
  height: 50%;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  background: #0c826d;
}
.Goods .GoodsDetail .DetailFlow .FlowBar .BarItem .ItemNumber .Icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.Goods .GoodsDetail .DetailFlow .FlowBar .BarItem .ItemNumber .Icon li {
  width: 50%;
  padding-top: 50%;
  background: #0c826d;
  display: block;
  border-radius: 50%;
}
.Goods .GoodsDetail .DetailFlow .FlowBar .BarItem .ItemNumber .Icon li:nth-child(1) {
  -webkit-transform: translate(10%, 10%);
          transform: translate(10%, 10%);
}
.Goods .GoodsDetail .DetailFlow .FlowBar .BarItem .ItemNumber .Icon li:nth-child(2) {
  -webkit-transform: translate(-10%, 10%);
          transform: translate(-10%, 10%);
}
.Goods .GoodsDetail .DetailFlow .FlowBar .BarItem .ItemNumber .Icon li:nth-child(3) {
  -webkit-transform: translate(10%, -10%);
          transform: translate(10%, -10%);
}
.Goods .GoodsDetail .DetailFlow .FlowBar .BarItem .ItemNumber .Icon li:nth-child(4) {
  -webkit-transform: translate(-10%, -10%);
          transform: translate(-10%, -10%);
}
.Goods .GoodsDetail .DetailFlow .FlowBar .BarItem .ItemText {
  width: 100%;
  margin-top: 0.3rem;
  color: #333;
  line-height: 1.2;
  text-align: center;
}
.Goods .GoodsDetail .DetailFlow .FlowTable {
  width: 100%;
  margin-top: 0.6rem;
}
.Goods .GoodsDetail .DetailFlow .FlowTable .TableImg {
  width: 100%;
}
.Goods .GoodsDetail .DetailFlow .FlowTable .TableImg img {
  width: 100%;
}
.Goods .GoodsDetail .DetailImg {
  width: 100%;
}
.Goods .GoodsDetail .DetailImg img {
  width: 100%;
  height: auto;
}
@media (max-width: 750px) {
  .Goods .GoodsDetail .DetailInfo .InfoList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .Goods .GoodsDetail .DetailInfo .InfoItem {
    width: 100%;
    margin-bottom: 10px;
  }
  .Goods .GoodsDetail .DetailPoints {
    margin-top: 0;
  }
  .Goods .GoodsDetail .DetailPoints .Container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .Goods .GoodsDetail .DetailPoints .PointsImg {
    width: 100%;
  }
  .Goods .GoodsDetail .DetailPoints .PointsText {
    width: 100%;
  }
}

/* 关于我们 */
.About {
  width: 100%;
}
.About .AboutContent {
  width: 100%;
}
.About .AboutInfo {
  width: 100%;
  padding: 1.2rem 0 1rem;
}
.About .AboutInfo .Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.About .AboutInfo .InfoText {
  width: 25%;
}
.About .AboutInfo .InfoTitle {
  width: 100%;
}
.About .AboutInfo .InfoTitle .Title {
  width: 100%;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
}
.About .AboutInfo .InfoRemark {
  width: 100%;
  color: #333;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0.28rem;
}
.About .AboutInfo .InfoRemark p {
  color: #333;
  line-height: 1.5;
}
.About .AboutInfo .InfoGuide {
  width: 100%;
  margin-top: 0.72rem;
  color: #666;
  line-height: 1.6;
}
.About .AboutInfo .InfoGuide p {
  color: #666;
  line-height: 1.6;
}
.About .AboutInfo .InfoImg {
  width: 37.5%;
}
.About .AboutInfo .InfoImg:hover .Img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.About .AboutInfo .InfoImg .Border {
  width: 100%;
  padding: 0.2rem;
  background: url(../images/About2.png) center/contain no-repeat;
  overflow: hidden;
}
.About .AboutInfo .InfoImg .Img {
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.About .AboutInfo .InfoImg img {
  display: none;
}
.About .AboutInfo .InfoData {
  width: 25%;
}
.About .AboutInfo .InfoData .DataList {
  width: 100%;
}
.About .AboutInfo .InfoData .DataItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 0.2rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 0.01rem solid transparent;
  border-bottom: 0.01rem solid #f3f3f3;
  margin-top: 0.64rem;
}
.About .AboutInfo .InfoData .DataItem:first-of-type {
  margin-top: 0;
}
.About .AboutInfo .InfoData .DataItem .ItemNumber {
  width: auto;
}
.About .AboutInfo .InfoData .DataItem .ItemNumber .Number {
  width: 100%;
  color: #0c826d;
}
.About .AboutInfo .InfoData .DataItem .ItemText {
  width: auto;
  color: #666;
  line-height: 1.4;
}
@media (max-width: 900px) {
  .About .AboutInfo .Container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .About .AboutInfo .InfoText {
    width: 100%;
  }
  .About .AboutInfo .InfoImg, .About .AboutInfo .InfoData {
    width: 48%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .About .AboutInfo .InfoImg, .About .AboutInfo .InfoData {
    width: 100%;
  }
}
.About .AboutPart {
  width: 100%;
  background: url(../images/About4.jpg) center/cover no-repeat;
  padding: 1rem 0 1.2rem;
}
.About .AboutPart .PartTitle {
  width: 100%;
  text-align: center;
}
.About .AboutPart .PartTitle .Title {
  width: 100%;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
}
.About .AboutPart .PartContent {
  width: 100%;
  margin-top: 0.6rem;
}
.About .AboutPart .PartSwipers {
  width: 100%;
  position: relative;
  z-index: 5;
}
.About .AboutPart .PartSwipers::before {
  left: 0;
}
.About .AboutPart .PartSwipers::after {
  right: 0;
}
.About .AboutPart .PartSwipers::before, .About .AboutPart .PartSwipers::after {
  content: "";
  display: block;
  width: 1.6rem;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-filter: blur(0.1rem);
          filter: blur(0.1rem); /* 模糊效果 */
}
.About .AboutPart .PartSwiperII {
  margin: 2% 0;
}
.About .AboutPart .PartSlide .SlideImg {
  width: 100%;
}
.About .AboutPart .PartSlide .SlideImg img {
  width: 100%;
}
.About .AboutGrow {
  width: 100%;
  background: url(../images/About25.jpg) center/cover no-repeat;
  padding: 1rem 0 1.2rem;
}
.About .AboutGrow .GrowTitle {
  width: 100%;
  text-align: center;
}
.About .AboutGrow .GrowTitle .Title {
  width: 100%;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
}
.About .AboutGrow .GrowContent {
  width: 100%;
  margin-top: 0.6rem;
}
.About .AboutGrow .GrowSwiper {
  width: 100%;
  background: url(../images/About36.png) center/contain no-repeat;
}
.About .AboutGrow .GrowSlide.swiper-slide-active .SlideGraph {
  padding-top: 155%;
}
.About .AboutGrow .GrowSlide.swiper-slide-next .SlideGraph {
  padding-top: 50%;
}
.About .AboutGrow .GrowSlide.NextI .SlideGraph {
  padding-top: 120%;
}
.About .AboutGrow .GrowSlide.NextII .SlideGraph {
  padding-top: 20%;
}
.About .AboutGrow .GrowSlide {
  position: relative;
  z-index: 5;
}
.About .AboutGrow .GrowSlide .SlideTier {
  width: 100%;
  padding-top: 200%;
}
.About .AboutGrow .GrowSlide .SlideGraph {
  width: 100%;
  padding-top: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.About .AboutGrow .GrowSlide .SlideBoard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.About .AboutGrow .GrowSlide .SlideText {
  width: 100%;
  text-align: center;
  padding: 0.2rem 0;
}
.About .AboutGrow .GrowSlide .SlideTime {
  width: 100%;
  color: #0c826d;
  line-height: 1.3;
  font-weight: 700;
}
.About .AboutGrow .GrowSlide .SlideTitle {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-top: 0.1rem;
}
@media (max-width: 900px) {
  .About .AboutGrow .GrowSwiper {
    background: none;
  }
  .About .AboutGrow .GrowSlide .SlideTier {
    padding-top: 0;
  }
  .About .AboutGrow .GrowSlide .SlideGraph {
    padding-top: 0 !important;
    position: relative;
    z-index: 5;
  }
  .About .AboutGrow .GrowSlide .SlideGraph::before, .About .AboutGrow .GrowSlide .SlideGraph::after {
    content: "";
    width: 50%;
    height: 1px;
    border-top: 1px dashed #d2d4d3;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 4;
  }
  .About .AboutGrow .GrowSlide .SlideGraph::before {
    left: 0;
  }
  .About .AboutGrow .GrowSlide .SlideGraph::after {
    right: 0;
  }
  .About .AboutGrow .GrowSlide .SlideGraph .GraphIcon {
    width: 0.3rem;
    min-width: 24px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
  }
  .About .AboutGrow .GrowSlide .SlideGraph .GraphIcon::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 100%;
    background: url(../images/About26.png) center/contain no-repeat;
  }
  .About .AboutGrow .GrowSlide .SlideText {
    margin-top: 20px;
    padding: 0;
  }
  .About .AboutGrow .GrowSlide .SlideBoard {
    position: static;
  }
}
.About .AboutPlan {
  width: 100%;
  padding: 1rem 0;
}
.About .AboutPlan .PlanTitle {
  width: 100%;
  text-align: center;
}
.About .AboutPlan .PlanTitle .Title {
  width: 100%;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
}
.About .AboutPlan .PlanContent {
  width: 100%;
  margin-top: 0.6rem;
}
.About .AboutPlan .PlanList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.About .AboutPlan .PlanItem {
  width: 30%;
  position: relative;
  z-index: 5;
  border-radius: 0.2rem;
  overflow: hidden;
}
.About .AboutPlan .PlanItem:hover .ItemBoard {
  background-color: rgba(12, 130, 109, 0.5);
}
.About .AboutPlan .PlanItem:hover .ItemIcon {
  background-image: url(../images/About28.png);
}
.About .AboutPlan .PlanItem:hover .ItemIcon .Icon .H {
  opacity: 1;
}
.About .AboutPlan .PlanItem:hover .ItemIcon .Icon .D {
  opacity: 0;
}
.About .AboutPlan .PlanItem:hover .ItemTitle, .About .AboutPlan .PlanItem:hover .ItemRemark {
  color: #fff;
}
.About .AboutPlan .PlanItem .ItemBg {
  display: none;
}
.About .AboutPlan .PlanItem .ItemBoard {
  width: 100%;
  height: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 0.7rem 0.5rem;
  border: solid 0.01rem #f1f1f1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.About .AboutPlan .PlanItem .ItemIcon {
  width: 0.8rem;
  min-width: 64px;
  margin: 0 auto;
  background: url(../images/About27.png) center/contain no-repeat;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.About .AboutPlan .PlanItem .ItemIcon .Icon {
  width: 100%;
  padding-top: 100%;
  position: relative;
  z-index: 5;
}
.About .AboutPlan .PlanItem .ItemIcon .Icon .H, .About .AboutPlan .PlanItem .ItemIcon .Icon .D {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  width: 40%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 40%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.About .AboutPlan .PlanItem .ItemIcon .Icon .H {
  opacity: 0;
}
.About .AboutPlan .PlanItem .ItemTitle {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #333;
  line-height: 1.2;
  margin-top: 0.36rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.About .AboutPlan .PlanItem .ItemRemark {
  width: 100%;
  margin-top: 0.3rem;
  color: #666;
  line-height: 1.5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
@media (max-width: 750px) {
  .About .AboutPlan .PlanItem {
    width: 32%;
  }
}
@media (max-width: 550px) {
  .About .AboutPlan .PlanList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .About .AboutPlan .PlanItem {
    width: 100%;
    margin-top: 10px;
  }
}
.About .AboutHonor {
  width: 100%;
  padding: 1rem 0 1.2rem;
  background-color: #f2f9f7;
}
.About .AboutHonor .HonorTitle {
  width: 100%;
  text-align: center;
}
.About .AboutHonor .HonorTitle .Title {
  width: 100%;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
}
.About .AboutHonor .HonorContent {
  width: 100%;
  margin-top: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.About .AboutHonor .HonorSwiper {
  width: 64%;
}
.About .AboutHonor .HonorSlide.In .SlideBoard {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  z-index: 6;
}
.About .AboutHonor .HonorSlide.In .SlideText {
  display: block;
}
.About .AboutHonor .HonorSlide.swiper-slide-prev .SlideBoard {
  -webkit-transform: translateX(50%) perspective(3rem) rotateY(20deg);
          transform: translateX(50%) perspective(3rem) rotateY(20deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.About .AboutHonor .HonorSlide.swiper-slide-next .SlideBoard {
  -webkit-transform: translateX(-50%) perspective(3rem) rotateY(-20deg);
          transform: translateX(-50%) perspective(3rem) rotateY(-20deg);
  -webkit-transform-origin: right;
          transform-origin: right;
}
.About .AboutHonor .HonorSlide .SlideBoard {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.5;
  position: relative;
  z-index: 5;
}
.About .AboutHonor .HonorSlide .SlideImg {
  width: 100%;
}
.About .AboutHonor .HonorSlide .SlideImg .Img {
  width: 100%;
  padding-top: 74.6268656716%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.About .AboutHonor .HonorSlide .SlideImg img {
  display: none;
}
.About .AboutHonor .HonorSlide .SlideText {
  width: 100%;
  display: none;
  text-align: center;
  padding: 0.2rem 0;
  color: #333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1.4;
}
.About .AboutHonor .HonorControl {
  width: 32%;
}
.About .AboutHonor .HonorControl .ControlSlide.In .SlideText {
  background-color: #fff;
  padding: 0.1rem;
}
.About .AboutHonor .HonorControl .ControlSlide.In .SlideText .Icon {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.About .AboutHonor .HonorControl .ControlSlide.In .SlideText .Text {
  color: #0c826d;
}
.About .AboutHonor .HonorControl .ControlSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.2rem;
}
.About .AboutHonor .HonorControl .ControlSlide .SlideText {
  width: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0 0.25rem 0.25rem 0;
}
@media (max-width: 1920px) {
  .About .AboutHonor .HonorControl .ControlSlide .SlideText {
    border-radius: 0 25px 25px 0;
  }
}
.About .AboutHonor .HonorControl .ControlSlide .SlideText .Icon {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 0.1rem;
}
.About .AboutHonor .HonorControl .ControlSlide .SlideText .Icon::after {
  width: 0.27rem;
  height: 0.27rem;
  min-width: 20px;
  background: url(../images/About34.png) center/contain no-repeat;
  min-height: 20px;
  content: "";
  display: block;
}
.About .AboutHonor .HonorControl .ControlSlide .SlideText .Text {
  width: 100%;
  color: #666;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.About .AboutHonor .HonorControl .ControlSwiper {
  width: 100%;
  height: 4rem;
}
.About .AboutHonor .HonorControl .ControlSwiper .swiper-container {
  width: 100%;
  height: 100%;
}
.About .AboutHonor .HonorControl .ControlSwiper .swiper-scrollbar-drag {
  background: #0c826d !important;
}
@media (max-width: 900px) {
  .About .AboutHonor .HonorContent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .About .AboutHonor .HonorSwiper {
    width: 100%;
  }
  .About .AboutHonor .HonorControl {
    width: 100%;
    margin-top: 20px;
  }
  .About .AboutHonor .HonorControl .ControlSlide {
    padding-right: 20px;
  }
  .About .AboutHonor .HonorControl .ControlSwiper {
    height: 200px;
  }
}
@media (max-width: 750px) {
  .About .AboutHonor .HonorSlide .SlideBoard {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .About .AboutHonor .HonorSlide.swiper-slide-prev .SlideBoard {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: none;
            transform-origin: none;
  }
  .About .AboutHonor .HonorSlide.swiper-slide-next .SlideBoard {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: none;
            transform-origin: none;
  }
}

/* 搜索页 */
.Find {
  width: 100%;
  padding: 1.1rem 0 1.3rem;
}
.Find .FindContent {
  width: 100%;
}
.Find .FindFrame {
  width: 100%;
}
.Find .FindFrame .FrameTitle {
  width: 100%;
  text-align: center;
}
.Find .FindFrame .FrameTitle .Title {
  width: 100%;
  color: #333;
  line-height: 1.2;
  font-weight: 700;
}
.Find .FindFrame .FrameContent {
  width: 100%;
  margin-top: 0.42rem;
}
.Find .FindFrame .FrameBoard {
  width: 62.5%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.01rem solid #0c826d;
  padding: 0 0.2rem;
  background-color: #ffffff;
  border-radius: 0.3rem;
}
@media (max-width: 1920px) {
  .Find .FindFrame .FrameBoard {
    border-radius: 30px;
  }
}
@media (max-width: 1200px) {
  .Find .FindFrame .FrameBoard {
    width: 100%;
    padding: 0 20px;
  }
}
.Find .FindFrame .FrameInput {
  width: 100%;
}
.Find .FindFrame .FrameInput input {
  width: 100%;
  height: 0.6rem;
  min-height: 50px;
  line-height: 1.2;
  border: none;
  background: transparent;
}
.Find .FindFrame .FrameButton {
  width: auto;
  margin-left: 0.2rem;
}
.Find .FindFrame .FrameButton button {
  width: 0.2rem;
  min-width: 16px;
  background: url(../images/Header4.png) center/contain no-repeat;
  border: none;
  height: 0.2rem;
  min-height: 16px;
  cursor: pointer;
}
.Find .FindTabs {
  width: 100%;
  margin-top: 0.6rem;
}
.Find .FindTabs .Tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 5;
}
.Find .FindTabs .Tabs::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.01rem;
  background: #e3e3e3;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.Find .FindTabs .Tab.In {
  border-bottom-color: #0c826d;
}
.Find .FindTabs .Tab.In .TabText {
  color: #0c826d;
}
.Find .FindTabs .Tab {
  width: auto;
  margin-right: 1rem;
  display: block;
  border-top: 0.02rem solid transparent;
  border-bottom: 0.02rem solid transparent;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
}
@media (max-width: 550px) {
  .Find .FindTabs .Tab {
    margin-right: 10px;
  }
}
.Find .FindTabs .Tab:last-of-type {
  margin-right: 0;
}
.Find .FindTabs .Tab:hover {
  border-bottom-color: #0c826d;
}
.Find .FindTabs .Tab:hover .TabText {
  color: #0c826d;
}
.Find .FindTabs .Tab .TabText {
  width: auto;
  padding: 0.2rem 0;
  line-height: 1.4;
  color: #666;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
}
.Find .FindList {
  width: 100%;
  margin-top: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Find .FindItem {
  width: 31.25%;
  margin-right: 3.125%;
  margin-bottom: 3.125%;
}
.Find .FindItem:nth-of-type(3n) {
  margin-right: 0;
}
.Find .FindItem:hover .ItemImg .Img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.Find .FindItem:hover .ItemTitle {
  text-decoration: underline;
  color: #0c826d;
}
.Find .FindItem .ItemImg {
  width: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}
.Find .FindItem .ItemImg .Img {
  width: 100%;
  padding-top: 64%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Find .FindItem .ItemImg img {
  display: none;
}
.Find .FindItem .ItemTitle {
  width: 100%;
  color: #333;
  line-height: 1.5;
  margin-top: 0.28rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Find .FindItem .ItemTime {
  width: 100%;
  color: #666;
  line-height: 1.4;
  margin-top: 0.26rem;
}
@media (max-width: 750px) {
  .Find .FindItem {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .Find .FindItem:nth-of-type(3n) {
    margin-right: 2%;
  }
  .Find .FindItem:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 450px) {
  .Find .FindItem {
    width: 100%;
    margin-right: 0;
  }
  .Find .FindItem:nth-of-type(3n) {
    margin-right: 0;
  }
}
.Find .FindPager {
  width: 100%;
  margin-top: 0.9rem;
}