@charset "UTF-8";
/* 主题色 */
/* 首页 */
.Home.HomeBanner {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5;
  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.HomeBanner .BannerSwiper {
  width: 100%;
  position: relative;
  z-index: 5;
}
.Home.HomeBanner .BannerSlide {
  overflow: hidden;
}
.Home.HomeBanner .BannerSlide .SlideImg {
  width: 100%;
  padding-top: 50%;
  position: relative;
  z-index: 4;
}
.Home.HomeBanner .BannerSlide .SlideImg img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
.Home.HomeBanner .BannerSlide .SlideVideo {
  width: 100%;
  padding-top: 50%;
  position: relative;
  z-index: 4;
}
.Home.HomeBanner .BannerSlide .SlideVideo .Play.Show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Home.HomeBanner .BannerSlide .SlideVideo .Play {
  width: 1rem;
  height: 1rem;
  border: 0.01rem solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  background-color: transparent;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.Home.HomeBanner .BannerSlide .SlideVideo .Play::after {
  content: "";
  display: block;
  width: 0;
  left: 0;
  border-top: 0.13rem solid transparent;
  border-bottom: 0.13rem solid transparent;
  border-left: 0.16rem solid #fff;
}
.Home.HomeBanner .BannerSlide .SlideVideo .Video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  -o-object-fit: fill;
     object-fit: fill;
}

.Home.HomeAbout {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.4rem 0 0.8rem;
}
.Home.HomeAbout .Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.Home.HomeAbout .AboutInfo {
  width: 42.8%;
}
.Home.HomeAbout .AboutTitle {
  width: 100%;
  color: #222;
  line-height: 1.3;
  font-weight: 500;
}
.Home.HomeAbout .AboutRemark {
  width: 100%;
  color: #666;
  line-height: 1.8;
  margin-top: 0.2rem;
}
.Home.HomeAbout .AboutRemark p {
  color: #666;
  line-height: 1.8;
}
.Home.HomeAbout .AboutButton {
  width: auto;
  margin-top: 0.33rem;
  display: inline-block;
  color: #fff;
  padding: 0.13rem 0.43rem;
  background: -webkit-gradient(linear, left top, right top, from(#0078D7), to(#00C947));
  background: linear-gradient(to right, #0078D7, #00C947);
}
.Home.HomeAbout .AboutData {
  width: 100%;
  background: #fff;
  padding: 0.5rem 0.2rem;
}
.Home.HomeAbout .AboutData .DataList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Home.HomeAbout .AboutData .DataItem {
  width: 33.3333333333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Home.HomeAbout .AboutData .DataItem .ItemIcon {
  width: 0.52rem;
}
.Home.HomeAbout .AboutData .DataItem .ItemIcon .Icon {
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.Home.HomeAbout .AboutData .DataItem .ItemInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.2rem;
}
.Home.HomeAbout .AboutData .DataItem .ItemInfo .Number {
  color: #06509a;
  font-weight: 700;
  line-height: 1.1;
}
.Home.HomeAbout .AboutData .DataItem .ItemInfo .Text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0.1rem;
}
.Home.HomeAbout .AboutData .DataItem .ItemInfo .Sign {
  color: #666;
  line-height: 1.4;
}
.Home.HomeAbout .AboutData .DataItem .ItemInfo .Remark {
  color: #666;
  line-height: 1.4;
}
.Home.HomeAbout .AboutData .DataItem.Border {
  border-left: 0.01rem solid rgba(0, 0, 0, 0.1);
  border-right: 0.01rem solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 750px) {
  .Home.HomeAbout .AboutInfo {
    width: 100%;
  }
  .Home.HomeAbout .AboutData {
    padding: 0;
  }
  .Home.HomeAbout .AboutData .DataList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Home.HomeAbout .AboutData .DataItem {
    width: 100%;
    padding: 0.5rem 0;
  }
  .Home.HomeAbout .AboutData .DataItem.Border {
    border: none;
    border-top: 0.01rem solid rgba(0, 0, 0, 0.1);
    border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
  }
}

.Home.HomeFirm {
  width: 100%;
  height: 100%;
}
.Home.HomeFirm .FirmData {
  width: 100%;
  height: 100%;
}
.Home.HomeFirm .FirmData .DataList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.Home.HomeFirm .FirmData .DataItem {
  width: 33.3333333333%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.Home.HomeFirm .FirmData .DataItem:hover .ItemMask {
  background: rgba(0, 0, 0, 0.3);
}
.Home.HomeFirm .FirmData .DataItem:hover .ItemInfo {
  opacity: 1;
}
.Home.HomeFirm .FirmData .DataItem .ItemBg {
  width: 100%;
  height: 100%;
}
.Home.HomeFirm .FirmData .DataItem .ItemBg .Bg {
  width: 100%;
  height: 100%;
}
.Home.HomeFirm .FirmData .DataItem .ItemBg img {
  display: none;
}
.Home.HomeFirm .FirmData .DataItem .ItemMask {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  left: 0;
  top: 0;
  z-index: 5;
  padding: 0.9rem 0.4rem;
  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.HomeFirm .FirmData .DataItem .ItemInfo {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 1.7rem;
  z-index: 5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Home.HomeFirm .FirmData .DataItem .ItemInfo::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.03rem;
  min-width: 30px;
  min-height: 3px;
  background: #fff;
  margin: 0 auto;
  margin-top: 0.14rem;
}
.Home.HomeFirm .FirmData .DataItem .ItemTitle {
  width: 100%;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}
.Home.HomeFirm .FirmData .DataItem .ItemRemark {
  width: 100%;
  color: #fff;
  line-height: 1.4;
  margin-top: 0.2rem;
}
.Home.HomeFirm .FirmData .DataItem .ItemRemark p {
  color: #fff;
  line-height: 1.4;
}
.Home.HomeFirm .FirmData .DataItem .ItemControl {
  width: 100%;
  text-align: center;
}
.Home.HomeFirm .FirmData .DataItem .ItemIcon {
  width: 0.84rem;
  margin: 0 auto;
}
.Home.HomeFirm .FirmData .DataItem .ItemIcon .Icon {
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.Home.HomeFirm .FirmData .DataItem .ItemIcon img {
  display: none;
}
.Home.HomeFirm .FirmData .DataItem .ItemTitle {
  width: 100%;
  color: #fff;
  line-height: 1.2;
  margin-top: 0.2rem;
}
.Home.HomeFirm .FirmData .DataItem .ItemButton {
  display: inline-block;
  padding: 0.13rem 0.43rem;
  color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  white-space: nowrap;
  margin-top: 0.2rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.5);
}
.Home.HomeFirm .FirmData .DataItem .ItemButton:hover {
  background: -webkit-gradient(linear, left top, right top, from(#0078D7), to(#00C947));
  background: linear-gradient(to right, #0078D7, #00C947);
  border-color: transparent;
}
@media (max-width: 900px) {
  .Home.HomeFirm .FirmData .DataList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Home.HomeFirm .FirmData .DataItem {
    width: 100%;
    height: 33.3333333333%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Home.HomeFirm .FirmData .DataItem .ItemMask {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Home.HomeFirm .FirmData .DataItem .ItemControl {
    height: auto;
  }
  .Home.HomeFirm .FirmData .DataItem .ItemInfo {
    display: none;
  }
}

.Home.HomePart {
  width: 100%;
  height: 100%;
  background: url(../images/Home14.jpg) center/cover no-repeat;
  padding: 1.7rem 0 0.9rem;
}
.Home.HomePart .PartInfo {
  width: 100%;
  text-align: center;
}
.Home.HomePart .PartInfo::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.03rem;
  min-width: 30px;
  min-height: 3px;
  background: #fff;
  margin: 0 auto;
  margin-top: 0.14rem;
}
.Home.HomePart .PartTitle {
  width: 100%;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}
.Home.HomePart .PartRemark {
  width: 100%;
  color: #fff;
  line-height: 1.4;
  margin-top: 0.2rem;
}
.Home.HomePart .PartRemark p {
  color: #fff;
  line-height: 1.4;
}
.Home.HomePart .PartSwiper {
  width: 100%;
  margin-top: 0.2rem;
}
.Home.HomePart .PartSlide {
  position: relative;
  z-index: 5;
}
.Home.HomePart .PartLayout {
  position: relative;
  z-index: 5;
  padding-top: 31.8642048839%;
}
.Home.HomePart .PartTips {
  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;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.Home.HomePart .PartTips .TipsText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.Home.HomePart .PartTips .TipsText .Number {
  color: #fff;
  line-height: 1.2;
}
.Home.HomePart .PartTips .TipsText .Text {
  margin-left: 0.1rem;
}
.Home.HomePart .PartTips .TipsText .Text p {
  color: #fff;
  line-height: 1.4;
}
.Home.HomePart .PartTips .TipsButton {
  color: #fff;
  padding: 0.13rem 0.43rem;
  border: 0.01rem solid #fff;
  margin-top: 0.4rem;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.5;
}
.Home.HomePart .PartTips .TipsButton:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
.Home.HomePart .PartList {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  left: 0;
  top: 0;
}
.Home.HomePart .PartItem {
  position: absolute;
  z-index: 5;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Home.HomePart .PartItem:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.Home.HomePart .PartItem .ItemImg {
  width: 100%;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.Home.HomePart .PartItem .ItemImg img {
  width: 100%;
}
.Home.HomePart .PartItem:nth-child(1) {
  top: 6%;
  left: 0;
}
.Home.HomePart .PartItem:nth-child(2) {
  bottom: 4.7%;
  left: 8.9%;
}
.Home.HomePart .PartItem:nth-child(3) {
  top: 42%;
  left: 23.27%;
}
.Home.HomePart .PartItem:nth-child(4) {
  left: 25.7%;
  bottom: 0.9%;
}
.Home.HomePart .PartItem:nth-child(5) {
  top: 7.4%;
  left: 30%;
}
.Home.HomePart .PartItem:nth-child(6) {
  left: 42.7%;
  bottom: 0;
}
.Home.HomePart .PartItem:nth-child(7) {
  left: 51.8%;
  top: 12.7%;
}
.Home.HomePart .PartItem:nth-child(8) {
  right: 32.7%;
  bottom: 10.6%;
}
.Home.HomePart .PartItem:nth-child(9) {
  top: 24.8%;
  right: 23.75%;
}
.Home.HomePart .PartItem:nth-child(10) {
  right: 19.9%;
  bottom: 20.1%;
}
.Home.HomePart .PartItem:nth-child(11) {
  top: 0;
  right: 6.1%;
}
.Home.HomePart .PartItem:nth-child(12) {
  right: 7.3%;
  bottom: 31.7%;
}
.Home.HomePart .PartItem:nth-child(13) {
  right: 0;
  bottom: 6.1%;
}
.Home.HomePart .PartItem.w30 {
  width: 0.45rem;
}
.Home.HomePart .PartItem.w33 {
  width: 0.495rem;
}
.Home.HomePart .PartItem.w85 {
  width: 1.275rem;
}
.Home.HomePart .PartItem.w90 {
  width: 1.35rem;
}
.Home.HomePart .PartItem.w96 {
  width: 1.44rem;
}
.Home.HomePart .PartItem.w100 {
  width: 1rem;
  width: 1.5rem;
}
.Home.HomePart .PartItem.w110 {
  width: 1.65rem;
}
.Home.HomePart .PartItem.w120 {
  width: 1.8rem;
}
.Home.HomePart .PartItem.w130 {
  width: 1.95rem;
}
.Home.HomePart .PartDots li {
  display: block;
  position: absolute;
  z-index: 5;
}
.Home.HomePart .PartDots li::after {
  content: "";
  display: block;
  width: 100%;
  opacity: 0.4;
  padding-top: 100%;
  border-radius: 50%;
  background: #fff;
}
.Home.HomePart .PartDots li:nth-child(1) {
  width: 0.12rem;
  top: 35.14%;
  left: 17%;
}
.Home.HomePart .PartDots li:nth-child(2) {
  width: 0.3rem;
  bottom: 8.97%;
  left: 20.59%;
}
.Home.HomePart .PartDots li:nth-child(3) {
  top: 20.56%;
  left: 42.26%;
  width: 0.33rem;
}
.Home.HomePart .PartDots li:nth-child(4) {
  width: 0.3rem;
  top: 29.53%;
  right: 13.63%;
}
@media (max-width: 900px) {
  .Home.HomePart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 750px) {
  .Home.HomePart .PartLayout {
    padding-top: 0;
  }
  .Home.HomePart .PartList {
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: static;
    height: auto;
    margin-top: 20px;
  }
  .Home.HomePart .PartItem {
    position: static;
    width: 23.5% !important;
    margin-right: 2%;
  }
  .Home.HomePart .PartItem:nth-child(4n) {
    margin-right: 0;
  }
  .Home.HomePart .PartTips {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 20px;
  }
  .Home.HomePart .PartLayout {
    margin-top: 10px;
  }
}

/* 产品 */
.Goods.GoodsList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Goods.GoodsItem {
  width: 23.75%;
  margin-right: 1.6666666667%;
  background: #fff;
  padding: 0.64rem 0.2rem;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-top: 0.05rem solid transparent;
  border-bottom: 0.05rem solid transparent;
  margin-bottom: 0.4rem;
}
.Goods.GoodsItem:nth-of-type(4n) {
  margin-right: 0;
}
.Goods.GoodsItem:hover {
  -webkit-box-shadow: 0 0.02rem 0.15rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.02rem 0.15rem 0 rgba(0, 0, 0, 0.25);
  border-bottom-color: #06509a;
}
.Goods.GoodsItem:hover .ItemName .Name {
  color: #06509a;
}
.Goods.GoodsItem .ItemImg {
  width: 64%;
  margin: 0 auto;
}
.Goods.GoodsItem .ItemImg .Img {
  width: 100%;
  padding-top: 124.21875%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.Goods.GoodsItem .ItemImg img {
  display: none;
}
.Goods.GoodsItem .ItemName {
  width: 100%;
  text-align: center;
  margin-top: 0.4rem;
}
.Goods.GoodsItem .ItemName .Name {
  color: #666;
  font-weight: 700;
  line-height: 1.3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 750px) {
  .Goods.GoodsItem {
    width: 31.6666666667%;
    margin-right: 2.5%;
  }
  .Goods.GoodsItem:nth-of-type(4n) {
    margin-right: 2.5%;
  }
  .Goods.GoodsItem:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .Goods.GoodsItem {
    width: 47.5%;
    margin-right: 5%;
  }
  .Goods.GoodsItem:nth-of-type(3n) {
    margin-right: 5%;
  }
  .Goods.GoodsItem:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 400px) {
  .Goods.GoodsItem {
    width: 100%;
    margin-right: 0 !important;
  }
}

.Goods.GoodsData {
  width: 100%;
  padding: 1rem 0;
}

.Goods.GoodsPager {
  width: 100%;
  margin-top: 0.4rem;
}

.Goods.GoodsDetail {
  width: 100%;
  padding: 1rem 0;
}
.Goods.GoodsDetail .Container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Goods.GoodsDetail .DetailInfo {
  width: 73.2%;
  background: #fff;
  padding-bottom: 1rem;
}
.Goods.GoodsDetail .DetailInfo .InfoData {
  width: 100%;
  padding: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Goods.GoodsDetail .DetailInfo .InfoData .DataImg {
  width: 41.5%;
}
.Goods.GoodsDetail .DetailInfo .InfoData .DataImg .Img {
  width: 100%;
  padding-top: 81.8181818182%;
}
.Goods.GoodsDetail .DetailInfo .InfoData .DataImg img {
  display: none;
}
.Goods.GoodsDetail .DetailInfo .InfoData .DataText {
  width: 58.5%;
  padding: 0.5rem 0;
  padding-left: 0.5rem;
}
.Goods.GoodsDetail .DetailInfo .InfoData .DataTitle {
  width: 100%;
  color: #222;
  line-height: 1.2;
  font-weight: 700;
}
.Goods.GoodsDetail .DetailInfo .InfoData .DataLine {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0.36rem;
}
.Goods.GoodsDetail .DetailInfo .InfoData .DataLine::before {
  content: "";
  width: 6.5%;
  display: block;
  height: 0.03rem;
  min-height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#0078D7), to(#00C947));
  background: linear-gradient(to right, #0078D7, #00C947);
}
.Goods.GoodsDetail .DetailInfo .InfoData .DataLine::after {
  content: "";
  display: block;
  width: 94.5%;
  height: 0.01rem;
  min-height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.Goods.GoodsDetail .DetailInfo .InfoData .DataRemark {
  width: 100%;
}
.Goods.GoodsDetail .DetailInfo .InfoData .DataRemark .RemarkData {
  width: 100%;
  margin-top: 0.32rem;
}
.Goods.GoodsDetail .DetailInfo .InfoData .DataRemark .RemarkData .DataList {
  width: 100%;
}
.Goods.GoodsDetail .DetailInfo .InfoData .DataRemark .RemarkData .DataItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.1rem;
}
.Goods.GoodsDetail .DetailInfo .InfoData .DataRemark .RemarkData .DataItem:last-of-type {
  margin-bottom: 0;
}
.Goods.GoodsDetail .DetailInfo .InfoData .DataRemark .RemarkData .DataItem .ItemIcon {
  position: relative;
  z-index: 5;
  margin-right: 0.08rem;
  color: #666;
  line-height: 1.6;
  display: block;
}
.Goods.GoodsDetail .DetailInfo .InfoData .DataRemark .RemarkData .DataItem .ItemIcon::before {
  content: "点";
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: transparent;
  line-height: 1.6;
}
.Goods.GoodsDetail .DetailInfo .InfoData .DataRemark .RemarkData .DataItem .ItemIcon::after {
  content: "";
  display: block;
  width: 0.08rem;
  min-width: 8px;
  height: 0.08rem;
  min-height: 8px;
  background: #666;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.Goods.GoodsDetail .DetailInfo .InfoData .DataRemark .RemarkData .DataItem .ItemText {
  width: 100%;
  color: #666;
  line-height: 1.6;
  display: block;
}
.Goods.GoodsDetail .DetailInfo .InfoTabs {
  width: 100%;
  padding: 0 0.6rem;
  border-top: 0.01rem solid rgba(0, 0, 0, 0.1);
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
}
.Goods.GoodsDetail .DetailInfo .InfoTabs .Tab {
  display: inline-block;
  padding: 0.17rem 0.28rem;
  background-color: #f0f5fa;
}
.Goods.GoodsDetail .DetailInfo .InfoTabs .Tab .TabText {
  color: #666;
  line-height: 1.4;
}
.Goods.GoodsDetail .DetailInfo .InfoTable {
  width: 100%;
  padding: 0 0.6rem;
}
.Goods.GoodsDetail .DetailInfo .InfoTable .Tables {
  width: 100%;
  overflow-x: auto;
}
.Goods.GoodsDetail .DetailInfo .InfoTable table {
  width: 100%;
  margin-top: 0.6rem;
}
.Goods.GoodsDetail .DetailInfo .InfoTable table tbody {
  width: 100%;
}
.Goods.GoodsDetail .DetailInfo .InfoTable table tr {
  width: 100%;
  border: none;
}
.Goods.GoodsDetail .DetailInfo .InfoTable table tr:first-of-type td {
  width: 100%;
  color: #fff;
  line-height: 1.2;
  background: #06509a;
  padding: 0.16rem 0;
  text-align: center;
}
.Goods.GoodsDetail .DetailInfo .InfoTable table tr:not(:first-of-type) {
  width: 100%;
  background: #f0f5fa;
}
.Goods.GoodsDetail .DetailInfo .InfoTable table tr:not(:first-of-type) td {
  color: #222;
  line-height: 1.3;
  padding: 0.11rem 0.6rem;
  text-align: center;
}
.Goods.GoodsDetail .DetailInfo .InfoTable .Table {
  width: 100%;
  margin-top: 0.6rem;
  border: solid 0.01rem #ccc;
}
.Goods.GoodsDetail .DetailInfo .InfoTable .Table .TableTitle {
  width: 100%;
  color: #fff;
  line-height: 1.2;
  background: #06509a;
  padding: 0.16rem 0;
  text-align: center;
}
.Goods.GoodsDetail .DetailInfo .InfoTable .Table .TableContent {
  width: 100%;
}
.Goods.GoodsDetail .DetailInfo .InfoTable .Table .TableHead {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f0f5fa;
  border-bottom: 0.01rem solid #ccc;
}
.Goods.GoodsDetail .DetailInfo .InfoTable .Table .TableHead .th {
  color: #222;
  line-height: 1.3;
}
.Goods.GoodsDetail .DetailInfo .InfoTable .Table .TableHead .th:first-child {
  width: 41.5%;
  text-align: center;
  padding: 0.11rem 0;
}
.Goods.GoodsDetail .DetailInfo .InfoTable .Table .TableHead .th:last-child {
  width: 68.5%;
  padding: 0.11rem 0.6rem;
}
.Goods.GoodsDetail .DetailInfo .InfoTable .Table .TableMain {
  width: 100%;
}
.Goods.GoodsDetail .DetailInfo .InfoTable .Table .TableMain .Infos {
  width: 100%;
}
.Goods.GoodsDetail .DetailInfo .InfoTable .Table .TableMain .Info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.Goods.GoodsDetail .DetailInfo .InfoTable .Table .TableMain .Info:nth-of-type(2n) {
  background: #f0f5fa;
}
.Goods.GoodsDetail .DetailInfo .InfoTable .Table .TableMain .Info .Title {
  width: 41.5%;
  text-align: center;
}
.Goods.GoodsDetail .DetailInfo .InfoTable .Table .TableMain .Info .Title .td {
  padding: 0.11rem 0;
}
.Goods.GoodsDetail .DetailInfo .InfoTable .Table .TableMain .Info .Content {
  width: 68.5%;
  border-left: 0.01rem solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Goods.GoodsDetail .DetailInfo .InfoTable .Table .TableMain .Info .Content .td {
  padding: 0.11rem 0.6rem;
}
.Goods.GoodsDetail .DetailInfo .InfoTable .Table .TableMain .Info .td {
  width: 100%;
  color: #666;
  word-break: break-all;
  line-height: 1.4;
}
.Goods.GoodsDetail .DetailOther {
  width: 23.8%;
}
.Goods.GoodsDetail .DetailOther .OtherTitle {
  width: 100%;
  color: #222;
  line-height: 1.2;
  font-weight: 700;
}
.Goods.GoodsDetail .DetailOther .OtherList {
  width: 100%;
}
.Goods.GoodsDetail .DetailOther .OtherItem {
  width: 100%;
  background: #fff;
  padding: 0.64rem 0.4rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-top: 0.05rem solid transparent;
  border-bottom: 0.05rem solid transparent;
  margin-top: 0.4rem;
  display: block;
}
.Goods.GoodsDetail .DetailOther .OtherItem:hover {
  -webkit-box-shadow: 0 0.02rem 0.15rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.02rem 0.15rem 0 rgba(0, 0, 0, 0.25);
  border-bottom-color: #06509a;
}
.Goods.GoodsDetail .DetailOther .OtherItem:hover .ItemName .Name {
  color: #06509a;
}
.Goods.GoodsDetail .DetailOther .OtherItem .ItemImg {
  width: 64%;
  margin: 0 auto;
}
.Goods.GoodsDetail .DetailOther .OtherItem .ItemImg .Img {
  width: 100%;
  padding-top: 124.21875%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.Goods.GoodsDetail .DetailOther .OtherItem .ItemImg img {
  display: none;
}
.Goods.GoodsDetail .DetailOther .OtherItem .ItemName {
  width: 100%;
  text-align: center;
  margin-top: 0.4rem;
}
.Goods.GoodsDetail .DetailOther .OtherItem .ItemName .Name {
  color: #666;
  font-weight: 700;
  line-height: 1.3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Goods.GoodsDetail .DetailOther .OtherItem .ItemName .Infos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Goods.GoodsDetail .DetailOther .OtherItem .ItemName .Infos .Info {
  color: #666;
  line-height: 1.4;
}
.Goods.GoodsDetail .OtherSwiper {
  width: 100%;
  display: none;
}
.Goods.GoodsDetail .OtherSlide {
  display: block;
  width: 100%;
  background: #fff;
  padding: 0.64rem 0.4rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-top: 0.05rem solid transparent;
  border-bottom: 0.05rem solid transparent;
  margin-top: 0.4rem;
  display: block;
  height: auto;
}
.Goods.GoodsDetail .OtherSlide:hover {
  -webkit-box-shadow: 0 0.02rem 0.15rem 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.02rem 0.15rem 0 rgba(0, 0, 0, 0.25);
  border-bottom-color: #06509a;
}
.Goods.GoodsDetail .OtherSlide:hover .ItemName .Name {
  color: #06509a;
}
.Goods.GoodsDetail .OtherSlide .ItemImg {
  width: 64%;
  margin: 0 auto;
}
.Goods.GoodsDetail .OtherSlide .ItemImg .Img {
  width: 100%;
  padding-top: 124.21875%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.Goods.GoodsDetail .OtherSlide .ItemImg img {
  display: none;
}
.Goods.GoodsDetail .OtherSlide .ItemName {
  width: 100%;
  text-align: center;
  margin-top: 0.4rem;
}
.Goods.GoodsDetail .OtherSlide .ItemName .Name {
  color: #666;
  font-weight: 700;
  line-height: 1.3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Goods.GoodsDetail .OtherSlide .ItemName .Infos {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Goods.GoodsDetail .OtherSlide .ItemName .Infos .Info {
  color: #666;
  line-height: 1.4;
}
@media (max-width: 1280px) {
  .Goods.GoodsDetail .Container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Goods.GoodsDetail .DetailInfo {
    width: 100%;
  }
  .Goods.GoodsDetail .DetailInfo .InfoData {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Goods.GoodsDetail .DetailInfo .InfoData .DataImg {
    width: 100%;
  }
  .Goods.GoodsDetail .DetailInfo .InfoData .DataText {
    width: 100%;
    padding-left: 0;
  }
  .Goods.GoodsDetail .DetailOther {
    width: 100%;
    margin-top: 0.36rem;
  }
  .Goods.GoodsDetail .DetailOther .OtherList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: none;
  }
  .Goods.GoodsDetail .DetailOther .OtherItem {
    width: 23.75%;
    margin-right: 1.6666666667%;
  }
  .Goods.GoodsDetail .DetailOther .OtherItem .ItemName .Infos {
    text-align: center;
  }
  .Goods.GoodsDetail .DetailOther .OtherItem .ItemName .Infos .Info {
    width: 100%;
  }
  .Goods.GoodsDetail .DetailOther .OtherSwiper {
    display: block;
  }
}

/* 联系我们 */
.Contact.ContactTips {
  width: 100%;
}
.Contact.ContactTips .TipsInfo {
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(120%);
          transform: translateY(120%);
}
.Contact.ContactTips .TipsInfo::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.03rem;
  min-width: 30px;
  min-height: 3px;
  background: #666;
  margin: 0 auto;
  margin-top: 0.14rem;
}
.Contact.ContactTips .InfoTitle {
  width: 100%;
  color: #222;
  font-weight: 500;
  line-height: 1.2;
}
.Contact.ContactTips .InfoRemark {
  width: 100%;
  color: #666;
  line-height: 1.4;
  margin-top: 0.2rem;
}
.Contact.ContactTips .InfoRemark p {
  color: #666;
  line-height: 1.4;
}
.Contact.ContactTips .TipsWay {
  width: 100%;
  position: relative;
  z-index: 6;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
.Contact.ContactTips .TipsWay .DataList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ffffff;
  border-radius: 0.1rem;
  padding: 0.7rem 0 0.96rem;
}
.Contact.ContactTips .TipsWay .DataItem {
  width: 33.3333333333%;
  padding: 0 0.5rem;
}
.Contact.ContactTips .TipsWay .DataItem:hover .ItemIcon {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.Contact.ContactTips .TipsWay .DataItem:nth-of-type(2) {
  border-left: 0.01rem solid rgba(0, 0, 0, 0.05);
  border-right: 0.01rem solid rgba(0, 0, 0, 0.05);
}
.Contact.ContactTips .TipsWay .DataItem .ItemIcon {
  width: 1rem;
  min-width: 64px;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.Contact.ContactTips .TipsWay .DataItem .ItemIcon .Icon {
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.Contact.ContactTips .TipsWay .DataItem .ItemText {
  width: 100%;
  text-align: center;
  margin-top: 0.28rem;
}
.Contact.ContactTips .TipsWay .DataItem .ItemTitle {
  width: 100%;
  color: #666;
  line-height: 1.5;
}
.Contact.ContactTips .TipsWay .DataItem .ItemContent {
  width: 100%;
  color: #000;
  line-height: 1.6;
  margin-top: 0.2rem;
  font-weight: 700;
}
.Contact.ContactTips .TipsMap {
  width: 100%;
  position: relative;
  z-index: 5;
}
.Contact.ContactTips .TipsMap .Map {
  width: 100%;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  overflow: hidden;
}
.Contact.ContactTips .TipsMap .Map img {
  width: 100%;
  height: auto;
}
.Contact.ContactTips .TipsMap .Site {
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
}
.Contact.ContactTips .TipsMap .Site .SiteLogo {
  width: 2.2rem;
  background: #fff;
  padding: 0.16rem 0.26rem;
  border-radius: 0.1rem;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 5;
  -webkit-transform: translate(-50%, -110%);
          transform: translate(-50%, -110%);
}
.Contact.ContactTips .TipsMap .Site .SiteLogo .Logo {
  width: 100%;
  padding-top: 45.4545454545%;
  display: block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.Contact.ContactTips .TipsMap .Site .SiteLogo::before {
  content: "";
  width: 0;
  left: 0;
  display: block;
  border-top: 0.1rem solid #fff;
  border-left: 0.08rem solid transparent;
  border-right: 0.08rem solid transparent;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1920px) {
  .Contact.ContactTips .TipsMap .Site .SiteLogo::before {
    border-top-width: 10px;
    border-left-width: 8px;
    border-right-width: 8px;
  }
}
@media (max-width: 1280px) {
  .Contact.ContactTips {
    padding-top: 1rem;
  }
  .Contact.ContactTips .TipsInfo {
    -webkit-transform: none;
            transform: none;
  }
  .Contact.ContactTips .TipsWay {
    -webkit-transform: none;
            transform: none;
    margin-top: 0.4rem;
  }
  .Contact.ContactTips .TipsMap {
    padding: 0 10px;
  }
  .Contact.ContactTips .TipsMap .Map {
    border-radius: 0;
  }
}
@media (max-width: 600px) {
  .Contact.ContactTips .TipsWay .DataList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Contact.ContactTips .TipsWay .DataItem {
    width: 100%;
    padding: 20px;
  }
  .Contact.ContactTips .TipsWay .DataItem:nth-of-type(2) {
    border-color: transparent;
    border-top: 0.01rem solid rgba(0, 0, 0, 0.05);
    border-bottom: 0.01rem solid rgba(0, 0, 0, 0.05);
  }
}

.Contact.ContactMsg {
  width: 100%;
  padding: 1rem 0;
}
.Contact.ContactMsg .MsgInfo {
  width: 100%;
  text-align: center;
}
.Contact.ContactMsg .MsgInfo::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.03rem;
  min-width: 30px;
  min-height: 3px;
  background: #666;
  margin: 0 auto;
  margin-top: 0.14rem;
}
.Contact.ContactMsg .MsgInfo .InfoTitle {
  width: 100%;
  color: #222;
  font-weight: 500;
  line-height: 1.2;
}
.Contact.ContactMsg .MsgInfo .InfoRemark {
  width: 100%;
  color: #666;
  line-height: 1.4;
  margin-top: 0.2rem;
}
.Contact.ContactMsg .MsgInfo .InfoRemark p {
  color: #666;
  line-height: 1.4;
}
.Contact.ContactMsg .MsgData {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.Contact.ContactMsg .MsgImg {
  width: 47.7%;
}
.Contact.ContactMsg .MsgImg .Img {
  width: 100%;
  padding-top: 57.5%;
}
.Contact.ContactMsg .MsgImg img {
  display: none;
}
.Contact.ContactMsg .MsgForm {
  width: 48.7%;
}
.Contact.ContactMsg .MsgForm form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.Contact.ContactMsg .MsgForm .Required::before {
  content: "*";
  color: #ff0000;
  display: inline-block;
  margin-right: 0.05rem;
}
.Contact.ContactMsg .MsgForm .FormName, .Contact.ContactMsg .MsgForm .FormFirm {
  margin-right: 2%;
}
.Contact.ContactMsg .MsgForm .FormName, .Contact.ContactMsg .MsgForm .FormPhone, .Contact.ContactMsg .MsgForm .FormEmail, .Contact.ContactMsg .MsgForm .FormFirm {
  width: 49%;
  border: solid 0.01rem #ccc;
  background-color: #fff;
  padding: 0.17rem 0.2rem;
  margin-bottom: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.6rem;
  min-height: 42px;
}
.Contact.ContactMsg .MsgForm .FormName input, .Contact.ContactMsg .MsgForm .FormPhone input, .Contact.ContactMsg .MsgForm .FormEmail input, .Contact.ContactMsg .MsgForm .FormFirm input {
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  font-family: "Courier New", Courier, monospace;
}
.Contact.ContactMsg .MsgForm .FormRemark {
  width: 100%;
  border: solid 0.01rem #ccc;
  background-color: #fff;
  margin-bottom: 0.2rem;
  padding: 0.17rem 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.Contact.ContactMsg .MsgForm .FormRemark textarea {
  width: 100%;
  height: 2rem;
  min-height: 72px;
  border: none;
  background-color: transparent;
  font-family: "Courier New", Courier, monospace;
  line-height: 1.4;
}
.Contact.ContactMsg .MsgForm .FormButtons {
  width: 100%;
}
.Contact.ContactMsg .MsgForm .FormButtons .Button.Submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.12rem 0.42rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: -webkit-gradient(linear, left top, right top, from(#0078D7), to(#00C947));
  background: linear-gradient(to right, #0078D7, #00C947);
  cursor: pointer;
  border: none;
  color: #fff;
}
@media (max-width: 900px) {
  .Contact.ContactMsg .MsgData {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .Contact.ContactMsg .MsgImg {
    width: 100%;
  }
  .Contact.ContactMsg .MsgForm {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 450px) {
  .Contact.ContactMsg .MsgForm .FormName, .Contact.ContactMsg .MsgForm .FormPhone, .Contact.ContactMsg .MsgForm .FormEmail, .Contact.ContactMsg .MsgForm .FormFirm {
    width: 100%;
  }
  .Contact.ContactMsg .MsgForm .FormName, .Contact.ContactMsg .MsgForm .FormFirm {
    margin-right: 0;
  }
}

/* 关于我们 */
.About.AboutBanner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5;
  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: #000;
}
.About.AboutBanner .BannerSwiper {
  width: 100%;
  position: relative;
  z-index: 5;
}
.About.AboutBanner .BannerSlide {
  overflow: hidden;
}
.About.AboutBanner .BannerSlide .SlideImg {
  width: 100%;
  padding-top: 50%;
  position: relative;
  z-index: 4;
}
.About.AboutBanner .BannerSlide .SlideImg img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
.About.AboutBanner .BannerSlide .SlideVideo {
  width: 100%;
  padding-top: 50%;
  position: relative;
  z-index: 4;
}
.About.AboutBanner .BannerSlide .SlideVideo .Play.Show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.About.AboutBanner .BannerSlide .SlideVideo .Play {
  width: 1rem;
  height: 1rem;
  border: 0.01rem solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  background-color: transparent;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  cursor: pointer;
}
.About.AboutBanner .BannerSlide .SlideVideo .Play::after {
  content: "";
  display: block;
  width: 0;
  left: 0;
  border-top: 0.13rem solid transparent;
  border-bottom: 0.13rem solid transparent;
  border-left: 0.16rem solid #fff;
}
.About.AboutBanner .BannerSlide .SlideVideo .Play .PlayText {
  position: absolute;
  width: auto;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  top: 120%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
.About.AboutBanner .BannerSlide .SlideVideo .Play .PlayText p {
  color: #fff;
  line-height: 1.5;
}
.About.AboutBanner .BannerSlide .SlideVideo .Video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  -o-object-fit: fill;
     object-fit: fill;
}
.About.AboutBanner .BannerTips {
  width: auto;
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
.About.AboutBanner .BannerTips .TipsText {
  white-space: nowrap;
  color: #fff;
  line-height: 1.2;
}
.About.AboutBanner .BannerTips .TipsIcon {
  width: 0.26rem;
  margin: 0 auto;
  margin-top: 0.2rem;
  -webkit-animation: float-up-down 1.5s ease-in-out infinite;
          animation: float-up-down 1.5s ease-in-out infinite;
}
.About.AboutBanner .BannerTips .TipsIcon::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 207.6923076923%;
  background: url(../images/About1.png) center/contain no-repeat;
}
@media (max-width: 750px) {
  .About.AboutBanner .BannerSlide .SlideVideo .Play .PlayText {
    display: none;
  }
}

.About.AboutInfo {
  width: 100%;
  padding: 1.2rem 0 1rem;
  padding-left: 1.2rem;
}
.About.AboutInfo .InfoMsg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.About.AboutInfo .InfoMsg .MsgImg {
  width: 45%;
  overflow: hidden;
}
.About.AboutInfo .InfoMsg .MsgImg:hover .Img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.About.AboutInfo .InfoMsg .MsgImg .Img {
  width: 100%;
  height: 100%;
  padding-top: 54.0740740741%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.About.AboutInfo .InfoMsg .MsgImg img {
  display: none;
}
.About.AboutInfo .InfoMsg .MsgText {
  width: 55%;
  padding: 0.5rem;
}
.About.AboutInfo .InfoMsg .MsgText .MsgTitle {
  width: 100%;
  color: #222;
  line-height: 1.1;
  font-weight: 700;
}
.About.AboutInfo .InfoMsg .MsgText .MsgRemark {
  width: 100%;
  margin-top: 0.36rem;
}
.About.AboutInfo .InfoMsg .MsgText .MsgRemark p {
  color: #666;
  line-height: 1.6;
}
.About.AboutInfo .InfoData {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.About.AboutInfo .InfoData .DataList {
  width: 45%;
  padding-right: 0.8rem;
}
.About.AboutInfo .InfoData .DataItem {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.28rem 0.56rem;
  border-top: 0.01rem solid transparent;
  border-bottom: 0.01rem solid rgba(0, 0, 0, 0.1);
}
.About.AboutInfo .InfoData .DataItem .ItemIcon {
  width: 0.52rem;
}
.About.AboutInfo .InfoData .DataItem .ItemIcon .Icon {
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.About.AboutInfo .InfoData .DataItem .ItemInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.4rem;
}
.About.AboutInfo .InfoData .DataItem .ItemInfo .Number {
  color: #06509a;
  font-weight: 700;
  line-height: 1.1;
}
.About.AboutInfo .InfoData .DataItem .ItemInfo .Text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0.1rem;
}
.About.AboutInfo .InfoData .DataItem .ItemInfo .Sign {
  color: #666;
  line-height: 1.4;
}
.About.AboutInfo .InfoData .DataItem .ItemInfo .Remark {
  color: #666;
  line-height: 1.4;
}
.About.AboutInfo .InfoData .DataImg {
  width: 55%;
  overflow: hidden;
}
.About.AboutInfo .InfoData .DataImg:hover .Img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.About.AboutInfo .InfoData .DataImg .Img {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  padding-top: 78.7878787879%;
}
.About.AboutInfo .InfoData .DataImg img {
  display: none;
}
@media (max-width: 1280px) {
  .About.AboutInfo {
    padding: 1.2rem 10px 1rem;
  }
}
@media (max-width: 900px) {
  .About.AboutInfo .InfoMsg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .About.AboutInfo .InfoMsg .MsgImg {
    width: 100%;
  }
  .About.AboutInfo .InfoMsg .MsgText {
    width: 100%;
    padding: 20px 0;
  }
  .About.AboutInfo .InfoData {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .About.AboutInfo .InfoData .DataList {
    width: 100%;
    padding-right: 0;
  }
  .About.AboutInfo .InfoData .DataImg {
    width: 100%;
  }
}

.About.AboutCulture {
  width: 100%;
  padding: 1rem 0;
}
.About.AboutCulture .CultureInfo {
  width: 100%;
  text-align: center;
}
.About.AboutCulture .CultureInfo::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.03rem;
  min-width: 30px;
  min-height: 3px;
  background: #666;
  margin: 0 auto;
  margin-top: 0.14rem;
}
.About.AboutCulture .CultureInfo .InfoTitle {
  width: 100%;
  color: #222;
  font-weight: 500;
  line-height: 1.2;
}
.About.AboutCulture .CultureInfo .InfoRemark {
  width: 100%;
  color: #666;
  line-height: 1.4;
  margin-top: 0.2rem;
}
.About.AboutCulture .CultureInfo .InfoRemark p {
  color: #666;
  line-height: 1.4;
}
.About.AboutCulture .CultureList {
  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.AboutCulture .CultureItem {
  width: 49%;
  position: relative;
  z-index: 5;
}
.About.AboutCulture .CultureItem:hover .ItemImg .Img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.About.AboutCulture .CultureItem .ItemImg {
  width: 100%;
  overflow: hidden;
}
.About.AboutCulture .CultureItem .ItemImg .Img {
  width: 100%;
  padding-top: 56.0975609756%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.About.AboutCulture .CultureItem .ItemImg img {
  display: none;
}
.About.AboutCulture .CultureItem .ItemText {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  padding: 0.4rem 0.64rem;
  background: url(../images/About11.png) center bottom/contain no-repeat;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.About.AboutCulture .CultureItem .ItemTitle {
  width: 100%;
  color: #fff;
  line-height: 1.4;
  font-weight: 500;
}
.About.AboutCulture .CultureItem .ItemRemark {
  width: 100%;
  color: #fff;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .About.AboutCulture .CultureList {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .About.AboutCulture .CultureItem {
    width: 100%;
    margin-top: 10px;
  }
}

.About.AboutPart {
  width: 100%;
  height: 100%;
  background: url(../images/Home14.jpg) center/cover no-repeat;
  padding: 1.7rem 0 0.9rem;
}
.About.AboutPart .PartInfo {
  width: 100%;
  text-align: center;
}
.About.AboutPart .PartInfo::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.03rem;
  min-width: 30px;
  min-height: 3px;
  background: #fff;
  margin: 0 auto;
  margin-top: 0.14rem;
}
.About.AboutPart .PartTitle {
  width: 100%;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}
.About.AboutPart .PartRemark {
  width: 100%;
  color: #fff;
  line-height: 1.4;
  margin-top: 0.2rem;
}
.About.AboutPart .PartRemark p {
  color: #fff;
  line-height: 1.4;
}
.About.AboutPart .PartSwiper {
  width: 100%;
  margin-top: 0.2rem;
}
.About.AboutPart .PartSlide {
  position: relative;
  z-index: 5;
}
.About.AboutPart .PartLayout {
  position: relative;
  z-index: 5;
  padding-top: 31.8642048839%;
}
.About.AboutPart .PartTips {
  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;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.About.AboutPart .PartTips .TipsText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.About.AboutPart .PartTips .TipsText .Number {
  color: #fff;
  line-height: 1.2;
}
.About.AboutPart .PartTips .TipsText .Text {
  margin-left: 0.1rem;
}
.About.AboutPart .PartTips .TipsText .Text p {
  color: #fff;
  line-height: 1.4;
}
.About.AboutPart .PartTips .TipsButton {
  color: #fff;
  padding: 0.13rem 0.43rem;
  border: 0.01rem solid #fff;
  margin-top: 0.4rem;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.5;
}
.About.AboutPart .PartTips .TipsButton:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
.About.AboutPart .PartList {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  left: 0;
  top: 0;
}
.About.AboutPart .PartItem {
  position: absolute;
  z-index: 5;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.About.AboutPart .PartItem:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.About.AboutPart .PartItem .ItemImg {
  width: 100%;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
}
.About.AboutPart .PartItem .ItemImg img {
  width: 100%;
}
.About.AboutPart .PartItem:nth-child(1) {
  top: 6%;
  left: 0;
}
.About.AboutPart .PartItem:nth-child(2) {
  bottom: 4.7%;
  left: 8.9%;
}
.About.AboutPart .PartItem:nth-child(3) {
  top: 42%;
  left: 23.27%;
}
.About.AboutPart .PartItem:nth-child(4) {
  left: 25.7%;
  bottom: 0.9%;
}
.About.AboutPart .PartItem:nth-child(5) {
  top: 7.4%;
  left: 30%;
}
.About.AboutPart .PartItem:nth-child(6) {
  left: 42.7%;
  bottom: 0;
}
.About.AboutPart .PartItem:nth-child(7) {
  left: 51.8%;
  top: 12.7%;
}
.About.AboutPart .PartItem:nth-child(8) {
  right: 32.7%;
  bottom: 10.6%;
}
.About.AboutPart .PartItem:nth-child(9) {
  top: 24.8%;
  right: 23.75%;
}
.About.AboutPart .PartItem:nth-child(10) {
  right: 19.9%;
  bottom: 20.1%;
}
.About.AboutPart .PartItem:nth-child(11) {
  top: 0;
  right: 6.1%;
}
.About.AboutPart .PartItem:nth-child(12) {
  right: 7.3%;
  bottom: 31.7%;
}
.About.AboutPart .PartItem:nth-child(13) {
  right: 0;
  bottom: 6.1%;
}
.About.AboutPart .PartItem.w30 {
  width: 0.45rem;
}
.About.AboutPart .PartItem.w33 {
  width: 0.495rem;
}
.About.AboutPart .PartItem.w85 {
  width: 1.275rem;
}
.About.AboutPart .PartItem.w90 {
  width: 1.35rem;
}
.About.AboutPart .PartItem.w96 {
  width: 1.44rem;
}
.About.AboutPart .PartItem.w100 {
  width: 1rem;
  width: 1.5rem;
}
.About.AboutPart .PartItem.w110 {
  width: 1.65rem;
}
.About.AboutPart .PartItem.w120 {
  width: 1.8rem;
}
.About.AboutPart .PartItem.w130 {
  width: 1.95rem;
}
.About.AboutPart .PartDots li {
  display: block;
  position: absolute;
  z-index: 5;
}
.About.AboutPart .PartDots li::after {
  content: "";
  display: block;
  width: 100%;
  opacity: 0.4;
  padding-top: 100%;
  border-radius: 50%;
  background: #fff;
}
.About.AboutPart .PartDots li:nth-child(1) {
  width: 0.12rem;
  top: 35.14%;
  left: 17%;
}
.About.AboutPart .PartDots li:nth-child(2) {
  width: 0.3rem;
  bottom: 8.97%;
  left: 20.59%;
}
.About.AboutPart .PartDots li:nth-child(3) {
  top: 20.56%;
  left: 42.26%;
  width: 0.33rem;
}
.About.AboutPart .PartDots li:nth-child(4) {
  width: 0.3rem;
  top: 29.53%;
  right: 13.63%;
}
@media (max-width: 900px) {
  .About.AboutPart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 750px) {
  .About.AboutPart .PartTips {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-top: 20px;
  }
  .About.AboutPart .PartLayout {
    padding-top: 0;
  }
  .About.AboutPart .PartList {
    width: 80%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: static;
    height: auto;
    margin-top: 20px;
  }
  .About.AboutPart .PartItem {
    position: static;
    width: 23.5% !important;
    margin-right: 2%;
  }
  .About.AboutPart .PartItem:nth-child(4n) {
    margin-right: 0;
  }
}

.About.AboutHonor {
  width: 100%;
  height: 100%;
  background: url(../images/About12.jpg) center/cover no-repeat;
  padding: 1rem 0 0.4rem;
}
.About.AboutHonor .HonorInfo {
  width: 100%;
  text-align: center;
}
.About.AboutHonor .HonorInfo::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.03rem;
  min-width: 30px;
  min-height: 3px;
  background: #fff;
  margin: 0 auto;
  margin-top: 0.14rem;
}
.About.AboutHonor .HonorTitle {
  width: 100%;
  color: #222;
  font-weight: 500;
  line-height: 1.2;
}
.About.AboutHonor .HonorRemark {
  width: 100%;
  color: #666;
  line-height: 1.4;
  margin-top: 0.2rem;
}
.About.AboutHonor .HonorRemark p {
  color: #666;
  line-height: 1.4;
}
.About.AboutHonor .HonorContent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.5rem;
}
.About.AboutHonor .HonorData {
  width: auto;
}
.About.AboutHonor .HonorData .DataList {
  width: auto;
}
.About.AboutHonor .HonorData .DataItem {
  margin-top: 0.8rem;
}
.About.AboutHonor .HonorData .DataItem:first-child {
  margin-top: 0;
}
.About.AboutHonor .HonorData .DataItem .ItemNumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.About.AboutHonor .HonorData .DataItem .ItemNumber .Number {
  color: #06509a;
  line-height: 1.1;
  font-weight: 700;
}
.About.AboutHonor .HonorData .DataItem .ItemNumber .Text {
  color: #06509a;
  line-height: 1.2;
}
.About.AboutHonor .HonorData .DataItem .ItemText {
  color: #666;
  line-height: 1.3;
}
.About.AboutHonor .HonorDisplay {
  width: 85.8%;
}
.About.AboutHonor .HonorSwiper {
  width: 100%;
}
.About.AboutHonor .HonorSilde .SlideImg {
  width: 100%;
  padding-top: 80%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
.About.AboutHonor .HonorSilde .SlideImg img {
  display: none;
}
.About.AboutHonor .HonorBase {
  width: 100%;
}
.About.AboutHonor .HonorBase .Base {
  width: 100%;
}
.About.AboutHonor .HonorBase .Base img {
  width: 100%;
  height: auto;
}
@media (max-width: 900px) {
  .About.AboutHonor .HonorContent {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .About.AboutHonor .HonorData {
    width: 100%;
  }
  .About.AboutHonor .HonorData .DataList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .About.AboutHonor .HonorData .DataItem {
    margin-top: 0;
    margin-left: 40px;
  }
  .About.AboutHonor .HonorData .DataItem:first-child {
    margin-left: 0;
  }
  .About.AboutHonor .HonorDisplay {
    width: 100%;
    margin-top: 30px;
  }
}

.About.AboutProcess {
  width: 100%;
  padding: 1rem 0;
  background: url(../images/About17.jpg) center/cover no-repeat;
}
.About.AboutProcess .ProcessInfo {
  width: 100%;
  text-align: center;
}
.About.AboutProcess .ProcessInfo::after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.03rem;
  min-width: 30px;
  min-height: 3px;
  background: #666;
  margin: 0 auto;
  margin-top: 0.14rem;
}
.About.AboutProcess .ProcessInfo .InfoTitle {
  width: 100%;
  color: #222;
  font-weight: 500;
  line-height: 1.2;
}
.About.AboutProcess .ProcessInfo .InfoRemark {
  width: 100%;
  color: #666;
  line-height: 1.4;
  margin-top: 0.2rem;
}
.About.AboutProcess .ProcessInfo .InfoRemark p {
  color: #666;
  line-height: 1.4;
}
.About.AboutProcess .ProcessSwiper {
  width: 100%;
  margin-top: 0.4rem;
}
.About.AboutProcess .ProcessSwiper .SwiperScreen {
  width: 100%;
}
.About.AboutProcess .ProcessSwiper .SwiperScreen .ScreenSlide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.About.AboutProcess .ProcessSwiper .SwiperScreen .ScreenSlide .SlideImg {
  width: 5.2rem;
  min-width: 400px;
}
.About.AboutProcess .ProcessSwiper .SwiperScreen .ScreenSlide .SlideImg .Img {
  width: 100%;
  padding-top: 56.3461538462%;
}
.About.AboutProcess .ProcessSwiper .SwiperScreen .ScreenSlide .SlideImg img {
  display: none;
}
.About.AboutProcess .ProcessSwiper .SwiperScreen .ScreenSlide .SlideText {
  margin-left: 1.2rem;
}
.About.AboutProcess .ProcessSwiper .SwiperScreen .ScreenSlide .SlideNumber {
  color: #06509a;
  line-height: 1.1;
  font-weight: 700;
}
.About.AboutProcess .ProcessSwiper .SwiperScreen .ScreenSlide .SlideRemark {
  color: #222;
  line-height: 1.3;
  margin-top: 0.32rem;
}
.About.AboutProcess .ProcessSwiper .SwiperScreen .ScreenSlide .SlideRemark p {
  color: #222;
  line-height: 1.3;
}
.About.AboutProcess .ProcessSwiper .SwiperPage {
  width: 100%;
  margin-top: 1.2rem;
}
.About.AboutProcess .ProcessSwiper .SwiperPage .PageSlide .SlideBoard {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.About.AboutProcess .ProcessSwiper .SwiperPage .PageSlide .SlideYear {
  width: auto;
  position: relative;
  z-index: 5;
  cursor: pointer;
  padding: 0.2rem 0;
}
.About.AboutProcess .ProcessSwiper .SwiperPage .PageSlide .SlideYear .Year {
  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;
}
.About.AboutProcess .ProcessSwiper .SwiperPage .PageSlide .SlideYear .Year .Number {
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
}
.About.AboutProcess .ProcessSwiper .SwiperPage .PageSlide .SlideYear .Year::after {
  content: "";
  display: block;
  margin-top: 0.28rem;
  width: 0.12rem;
  height: 0.12rem;
  min-width: 12px;
  min-height: 12px;
  background: #fff;
  border-radius: 50%;
}
.About.AboutProcess .ProcessSwiper .SwiperPage .PageSlide .SlideYear .Point {
  opacity: 0;
  left: 50%;
  -webkit-transition: all 0.55s;
  transition: all 0.55s;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 0;
  z-index: 5;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.About.AboutProcess .ProcessSwiper .SwiperPage .PageSlide .SlideYear .Point .Left, .About.AboutProcess .ProcessSwiper .SwiperPage .PageSlide .SlideYear .Point .Right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.About.AboutProcess .ProcessSwiper .SwiperPage .PageSlide .SlideYear .Point .Left li, .About.AboutProcess .ProcessSwiper .SwiperPage .PageSlide .SlideYear .Point .Right li {
  border-top: 0.03rem solid transparent;
  border-bottom: 0.03rem solid transparent;
  display: block;
  margin: 0 0.02rem;
}
@media (max-width: 1920px) {
  .About.AboutProcess .ProcessSwiper .SwiperPage .PageSlide .SlideYear .Point .Left li, .About.AboutProcess .ProcessSwiper .SwiperPage .PageSlide .SlideYear .Point .Right li {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
}
.About.AboutProcess .ProcessSwiper .SwiperPage .PageSlide .SlideYear .Point .Right li {
  border-left: 0.05rem solid #06509a;
}
.About.AboutProcess .ProcessSwiper .SwiperPage .PageSlide .SlideYear .Point .Right li:last-of-type {
  opacity: 0.4;
}
.About.AboutProcess .ProcessSwiper .SwiperPage .PageSlide .SlideYear .Point .Right li:nth-last-child(2) {
  opacity: 0.7;
}
@media (max-width: 1920px) {
  .About.AboutProcess .ProcessSwiper .SwiperPage .PageSlide .SlideYear .Point .Right li {
    border-left-width: 5px;
  }
}
.About.AboutProcess .ProcessSwiper .SwiperPage .PageSlide .SlideYear .Point .Left li {
  border-right: 0.05rem solid #06509a;
}
.About.AboutProcess .ProcessSwiper .SwiperPage .PageSlide .SlideYear .Point .Left li:first-of-type {
  opacity: 0.4;
}
.About.AboutProcess .ProcessSwiper .SwiperPage .PageSlide .SlideYear .Point .Left li:nth-child(2) {
  opacity: 0.7;
}
@media (max-width: 1920px) {
  .About.AboutProcess .ProcessSwiper .SwiperPage .PageSlide .SlideYear .Point .Left li {
    border-right-width: 5px;
  }
}
.About.AboutProcess .ProcessSwiper .SwiperPage .PageSlide .SlideYear .Point .Line {
  margin: 0 0.08rem;
  width: 0.04rem;
  height: 100%;
  min-width: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#06509a), to(transparent));
  background: linear-gradient(to bottom, #06509a, transparent);
}
.About.AboutProcess .ProcessSwiper .SwiperPage .PageSlide .SlideSign {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.2rem 0;
}
.About.AboutProcess .ProcessSwiper .SwiperPage .PageSlide .SlideSign li {
  width: 0.02rem;
  height: 0.12rem;
  min-width: 2px;
  min-height: 12px;
  background: #fff;
}
.About.AboutProcess .ProcessSwiper .SwiperPage .PageSlide.Current .SlideYear .Point {
  opacity: 1;
}
@media (max-width: 750px) {
  .About.AboutProcess .ProcessSwiper .SwiperScreen .ScreenSlide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .About.AboutProcess .ProcessSwiper .SwiperScreen .ScreenSlide .SlideImg {
    width: 100%;
    min-width: 0;
  }
  .About.AboutProcess .ProcessSwiper .SwiperScreen .ScreenSlide .SlideText {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}