@charset "UTF-8";
/*
  样式规范表
*/
/* 通用字体混入 */
/* 不同板块标题字体混入 */
/* 通用按钮混入 */
/* 通用按钮混入选中 */
/* PC端下内容容器 */
body {
  overflow-x: hidden;
}

.home .banner {
  width: 100vw;
  height: 100vh;
  background-color: #000;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home .banner .swiper-container {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.home .banner .swiper-container .swiper-wrapper .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../../images/index/banner-1.jpg) center no-repeat;
  background-size: cover;
}

.home .banner .swiper-container .swiper-wrapper .swiper-slide .banner_introduce {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 1600px) {
  .home .banner .swiper-container .swiper-wrapper .swiper-slide .banner_introduce {
    width: 100%;
    max-width: 92%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1400px) {
  .home .banner .swiper-container .swiper-wrapper .swiper-slide .banner_introduce {
    width: 100%;
    max-width: 80%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  .home .banner .swiper-container .swiper-wrapper .swiper-slide .banner_introduce {
    width: 100%;
    max-width: 90%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .home .banner .swiper-container .swiper-wrapper .swiper-slide .banner_introduce {
    width: 100%;
    max-width: auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.home .banner .swiper-container .swiper-wrapper .swiper-slide .banner_introduce .banner_top {
  margin-bottom: 20px;
  position: relative;
}

.home .banner .swiper-container .swiper-wrapper .swiper-slide .banner_introduce .banner_top .title {
  color: #b20e12;
  font-size: 42px;
  line-height: 1;
  font-weight: lighter;
  font-family: "Arial";
  display: inline-block;
  margin-right: 10px;
}

.home .banner .swiper-container .swiper-wrapper .swiper-slide .banner_introduce .banner_top .banner_tag {
  display: inline-block;
  position: relative;
}

.home .banner .swiper-container .swiper-wrapper .swiper-slide .banner_introduce .banner_top .banner_tag p {
  position: absolute;
  top: 10px;
  left: 48%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #b20e12;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  font-family: "Microsoft YaHei";
}

.home .banner .swiper-container .swiper-wrapper .swiper-slide .banner_introduce .banner_title {
  margin-bottom: 25px;
}

.home .banner .swiper-container .swiper-wrapper .swiper-slide .banner_introduce .banner_title p {
  color: #fff;
  font-size: 64px;
  line-height: 1;
  font-weight: 350;
  font-family: "Source Han Sans CN";
}

.home .banner .swiper-container .swiper-wrapper .swiper-slide .banner_introduce .banner_remark p {
  color: #fff;
  font-size: 28px;
  line-height: 1.286;
  font-weight: lighter;
  font-family: "Arial";
}

.home .banner .banner-swiper-pagination {
  z-index: 8;
  width: 100%;
  height: 110px;
  position: absolute;
  bottom: 3%;
  left: calc(50% - 50px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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 .banner .banner-swiper-pagination .swiper-pagination-customs {
  position: relative;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: white;
}

.home .banner .banner-swiper-pagination .swiper-pagination-customs:not(:last-child) {
  margin-right: 25px;
}

@-webkit-keyframes sizeChange {
  0% {
    width: 0;
    height: 0;
  }
  60% {
    width: 30px;
    height: 30px;
  }
  100% {
    width: 25px;
    height: 25px;
  }
}

@keyframes sizeChange {
  0% {
    width: 0;
    height: 0;
  }
  60% {
    width: 30px;
    height: 30px;
  }
  100% {
    width: 25px;
    height: 25px;
  }
}

.home .banner .banner-swiper-pagination .swiper-pagination-customs.swiper-pagination-customs-active:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  -webkit-animation: sizeChange 0.3s linear;
          animation: sizeChange 0.3s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0);
  border: solid 1px #fff;
}

.home .number_tag {
  width: 100%;
  height: 350px;
  background-color: #b20e12;
  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 .number_tag .swiper-number {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0;
}

@media screen and (max-width: 1600px) {
  .home .number_tag .swiper-number {
    width: 100%;
    max-width: 92%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1400px) {
  .home .number_tag .swiper-number {
    width: 100%;
    max-width: 80%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  .home .number_tag .swiper-number {
    width: 100%;
    max-width: 90%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .home .number_tag .swiper-number {
    width: 100%;
    max-width: auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.home .number_tag .swiper-number .swiper-wrapper {
  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;
}

.home .number_tag .swiper-number .swiper-wrapper .swiper-slide {
  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 .number_tag .swiper-number .swiper-wrapper .swiper-slide:first-child {
  -webkit-box-flex: 0.8;
      -ms-flex: 0.8;
          flex: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .number_tag .swiper-number .swiper-wrapper .swiper-slide:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .number_tag .swiper-number .swiper-wrapper .swiper-slide.resize {
  -webkit-box-flex: 1.3;
      -ms-flex: 1.3;
          flex: 1.3;
  height: 100%;
}

.home .number_tag .swiper-number .swiper-wrapper .swiper-slide.resize .resize {
  width: 5px;
  height: 40px;
  background-color: #fff;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.home .number_tag .swiper-number .swiper-wrapper .swiper-slide .number_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home .number_tag .swiper-number .swiper-wrapper .swiper-slide .number_content .number {
  margin-bottom: 10px;
}

.home .number_tag .swiper-number .swiper-wrapper .swiper-slide .number_content .number p {
  color: #fff;
  font-size: 90px;
  line-height: 1;
  font-weight: bold;
  font-family: "Tw Cen MT";
}

.home .number_tag .swiper-number .swiper-wrapper .swiper-slide .number_content .number p span {
  color: #fff;
  font-size: 45px;
  line-height: 1;
  font-weight: bold;
  font-family: "Tw Cen MT";
}

.home .number_tag .swiper-number .swiper-wrapper .swiper-slide .number_content .remark p {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: lighter;
  font-family: "Microsoft YaHei";
}

.home .service {
  background-color: #f3f4f8;
  padding-top: 115px;
  padding-bottom: 147px;
  overflow: hidden;
}

.home .service .plate_introduce {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0;
  margin-bottom: 47px;
}

@media screen and (max-width: 1600px) {
  .home .service .plate_introduce {
    width: 100%;
    max-width: 92%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1400px) {
  .home .service .plate_introduce {
    width: 100%;
    max-width: 80%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  .home .service .plate_introduce {
    width: 100%;
    max-width: 90%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .home .service .plate_introduce {
    width: 100%;
    max-width: auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.home .service .plate_introduce .plate_title {
  padding-bottom: 15px;
  margin-bottom: 27px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.102);
}

.home .service .plate_introduce .plate_title p {
  color: #b20e12;
  font-size: 18px;
  line-height: 1;
  font-weight: lighter;
  font-family: "Microsoft YaHei";
}

.home .service .plate_introduce .plate_remark p {
  color: #333333;
  font-size: 36px;
  line-height: 1.333;
  font-weight: 350;
  font-family: "Source Han Sans CN";
}

.home .service .plate_content {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0;
}

@media screen and (max-width: 1600px) {
  .home .service .plate_content {
    width: 100%;
    max-width: 92%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1400px) {
  .home .service .plate_content {
    width: 100%;
    max-width: 80%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  .home .service .plate_content {
    width: 100%;
    max-width: 90%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .home .service .plate_content {
    width: 100%;
    max-width: auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.home .service .plate_content .swiper-service {
  overflow: hidden;
  height: 520px;
}

.home .service .plate_content .swiper-service .swiper-wrapper .swiper-slide {
  cursor: pointer;
  background-color: #fff;
  padding: 60px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    max-height: 500px;
  }
}

@keyframes show {
  0% {
    opacity: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    max-height: 500px;
  }
}

.home .service .plate_content .swiper-service .swiper-wrapper .swiper-slide:hover {
  background-color: #e7e8ec;
}

@-webkit-keyframes hide {
  0% {
    opacity: 1;
    max-height: 200px;
  }
  100% {
    opacity: 0;
    max-height: 0;
  }
}

@keyframes hide {
  0% {
    opacity: 1;
    max-height: 200px;
  }
  100% {
    opacity: 0;
    max-height: 0;
  }
}

.home .service .plate_content .swiper-service .swiper-wrapper .swiper-slide:hover .service_pic {
  -webkit-animation: hide .2s linear;
          animation: hide .2s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.home .service .plate_content .swiper-service .swiper-wrapper .swiper-slide:hover .service_list {
  opacity: 1;
}

.home .service .plate_content .swiper-service .swiper-wrapper .swiper-slide:hover .service_icon {
  opacity: 1;
}

.home .service .plate_content .swiper-service .swiper-wrapper .swiper-slide .service_index {
  margin-bottom: 28px;
}

.home .service .plate_content .swiper-service .swiper-wrapper .swiper-slide .service_index p {
  color: #b20e12;
  font-size: 16px;
  line-height: 1;
  font-weight: 550;
  font-family: "Tw Cen MT";
}

.home .service .plate_content .swiper-service .swiper-wrapper .swiper-slide .service_introduce .service_title {
  margin-bottom: 15px;
}

.home .service .plate_content .swiper-service .swiper-wrapper .swiper-slide .service_introduce .service_title p {
  color: #b20e12;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  font-family: "Source Han Sans CN";
}

.home .service .plate_content .swiper-service .swiper-wrapper .swiper-slide .service_introduce .service_remark {
  margin-bottom: 58px;
}

.home .service .plate_content .swiper-service .swiper-wrapper .swiper-slide .service_introduce .service_remark p {
  color: #666666;
  font-size: 15px;
  line-height: 1.6;
  font-weight: lighter;
  font-family: "Microsoft YaHei";
}

.home .service .plate_content .swiper-service .swiper-wrapper .swiper-slide .service_pic {
  -webkit-animation: show .2s linear;
          animation: show .2s linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition: all .4s;
  transition: all .4s;
  margin: 0 auto;
}

.home .service .plate_content .swiper-service .swiper-wrapper .swiper-slide .service_pic img {
  margin-top: 24px;
}

.home .service .plate_content .swiper-service .swiper-wrapper .swiper-slide .service_list {
  z-index: 3;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.home .service .plate_content .swiper-service .swiper-wrapper .swiper-slide .service_list .service_item:not(:last-child) {
  margin-bottom: 15px;
}

.home .service .plate_content .swiper-service .swiper-wrapper .swiper-slide .service_list .service_item a {
  color: #b20e12;
  font-size: 16px;
  line-height: 1.2;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

.home .service .plate_content .swiper-service .swiper-wrapper .swiper-slide .service_icon {
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(178, 14, 18, 0.8), 0px 0px 10px 0px #fff;
          box-shadow: 0px 0px 5px 0px rgba(178, 14, 18, 0.8), 0px 0px 10px 0px #fff;
  background-color: #b20e12;
  border-radius: 50%;
}

.home .service .plate_content .swiper-service .swiper-wrapper .swiper-slide .service_icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.home .service .plate_content .swiper-service .swiper-button-prev {
  width: 48px;
  height: 48px;
  border: solid 1px #a00316;
  border-radius: 50%;
  background: url(../../images/index/service-3-1.png) center no-repeat;
  background-size: 40%;
  background-position: 46.5%;
  position: absolute;
  left: 100%;
  top: -47px;
  -webkit-transform: translate(-250%, -50%);
          transform: translate(-250%, -50%);
  -webkit-transition: .4s;
  transition: .4s;
}

.home .service .plate_content .swiper-service .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  border-color: rgba(0, 0, 0, 0.102);
  background-image: url(../../images/index/service-3.png);
}

.home .service .plate_content .swiper-service .swiper-button-prev:after {
  content: none;
}

.home .service .plate_content .swiper-service .swiper-button-next {
  width: 48px;
  height: 48px;
  border: solid 1px #a00316;
  border-radius: 50%;
  background: url(../../images/index/service-2-1.png) center no-repeat;
  background-size: 40%;
  background-position: 53.5%;
  position: absolute;
  top: -47px;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .4s;
  transition: .4s;
}

.home .service .plate_content .swiper-service .swiper-button-next:after {
  content: none;
}

.home .service .plate_content .swiper-service .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  border-color: rgba(0, 0, 0, 0.102);
  background-image: url(../../images/index/service-2.png);
}

.home .cases {
  margin-top: 109px;
  padding-bottom: 120px;
  overflow: hidden;
}

.home .cases .plate_introduce {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0;
  margin-bottom: 80px;
}

@media screen and (max-width: 1600px) {
  .home .cases .plate_introduce {
    width: 100%;
    max-width: 92%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1400px) {
  .home .cases .plate_introduce {
    width: 100%;
    max-width: 80%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  .home .cases .plate_introduce {
    width: 100%;
    max-width: 90%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .home .cases .plate_introduce {
    width: 100%;
    max-width: auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.home .cases .plate_introduce .plate_title {
  padding-bottom: 15px;
  margin-bottom: 27px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.102);
}

.home .cases .plate_introduce .plate_title p {
  color: #b20e12;
  font-size: 18px;
  line-height: 1;
  font-weight: lighter;
  font-family: "Microsoft YaHei";
}

.home .cases .plate_introduce .plate_remark p {
  color: #333333;
  font-size: 36px;
  line-height: 1.333;
  font-weight: 350;
  font-family: "Source Han Sans CN";
}

.home .cases .case_navigation {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0;
  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-bottom: 50px;
}

@media screen and (max-width: 1600px) {
  .home .cases .case_navigation {
    width: 100%;
    max-width: 92%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1400px) {
  .home .cases .case_navigation {
    width: 100%;
    max-width: 80%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  .home .cases .case_navigation {
    width: 100%;
    max-width: 90%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .home .cases .case_navigation {
    width: 100%;
    max-width: auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.home .cases .case_navigation .case_navigation_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .cases .case_navigation .case_navigation_list .case_navigation_item {
  cursor: pointer;
  padding: 12px 18px;
  border-radius: 20px;
  background-color: #f3f4f8;
}

.home .cases .case_navigation .case_navigation_list .case_navigation_item:not(:last-child) {
  margin-right: 15px;
}

.home .cases .case_navigation .case_navigation_list .case_navigation_item.active {
  background-color: #b20e12;
}

.home .cases .case_navigation .case_navigation_list .case_navigation_item.active a {
  color: #fff;
}

.home .cases .case_navigation .case_navigation_list .case_navigation_item a {
  color: #000;
  font-size: 13px;
  line-height: 1;
  font-weight: lighter;
  font-family: "Microsoft YaHei";
  width: 100%;
  height: 100%;
}

.home .cases .case_navigation .case_big_more {
  width: 200px;
  height: 45px;
  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;
  border-top: solid 2px #b20e12;
}

.home .cases .case_navigation .case_big_more .case_more_left p {
  color: #000;
  font-size: 14px;
  line-height: 1;
  font-weight: lighter;
  font-family: "Microsoft YaHei";
}

.home .cases .case_navigation .case_big_more .case_more_icon {
  cursor: pointer;
}

.home .cases .big_case {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 1600px) {
  .home .cases .big_case {
    width: 100%;
    max-width: 92%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1400px) {
  .home .cases .big_case {
    width: 100%;
    max-width: 80%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  .home .cases .big_case {
    width: 100%;
    max-width: 90%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .home .cases .big_case {
    width: 100%;
    max-width: auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.home .cases .big_case a img {
  width: 100%;
  height: auto;
}

.home .cases .case_more {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0;
  padding-bottom: 41px;
  border-bottom: solid 1px rgba(51, 51, 51, 0.102);
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 1600px) {
  .home .cases .case_more {
    width: 100%;
    max-width: 92%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1400px) {
  .home .cases .case_more {
    width: 100%;
    max-width: 80%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  .home .cases .case_more {
    width: 100%;
    max-width: 90%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .home .cases .case_more {
    width: 100%;
    max-width: auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.home .cases .case_more .case_more_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home .cases .case_more .case_more_left .year {
  margin-bottom: 13px;
  color: #333333;
  font-size: 20px;
  line-height: 1;
  font-weight: 350;
  font-family: "Tw Cen MT";
}

.home .cases .case_more .case_more_left .title {
  color: #333333;
  font-size: 28px;
  line-height: 1;
  font-weight: 350;
  font-family: "Source Han Sans CN";
}

.home .cases .case_more .case_more_right .case_tag_list {
  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;
}

.home .cases .case_more .case_more_right .case_tag_list .case_tag_item {
  padding: 7px 10px;
  border-radius: 20px;
  border: solid 1px #dfdfdf;
  background-color: #fff;
}

.home .cases .case_more .case_more_right .case_tag_list .case_tag_item:not(:last-child) {
  margin-right: 10px;
}

.home .cases .case_more .case_more_right .case_tag_list .case_tag_item a {
  color: #333333;
  font-size: 15px;
  line-height: 1;
  font-weight: 350;
  font-family: "Tw Cen MT";
  width: 100%;
  height: 100%;
}

.home .cases .case_list {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1600px) {
  .home .cases .case_list {
    width: 100%;
    max-width: 92%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1400px) {
  .home .cases .case_list {
    width: 100%;
    max-width: 80%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  .home .cases .case_list {
    width: 100%;
    max-width: 90%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .home .cases .case_list {
    width: 100%;
    max-width: auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.home .cases .case_list .swiper-case {
  width: 100%;
}

.home .cases .case_list .swiper-case .swiper-wrapper {
  width: 100%;
}

.home .cases .case_list .swiper-case .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: solid 1px #d5d5d5;
  margin-bottom: 20px;
}

.home .cases .case_list .swiper-case .swiper-wrapper .swiper-slide .case_item_pic {
  width: 100%;
  margin-bottom: 20px;
}

.home .cases .case_list .swiper-case .swiper-wrapper .swiper-slide .case_item_pic img {
  width: 100%;
  height: auto;
}

.home .cases .case_list .swiper-case .swiper-wrapper .swiper-slide .case_item_introduce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home .cases .case_list .swiper-case .swiper-wrapper .swiper-slide .case_item_introduce .case_item_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
}

.home .cases .case_list .swiper-case .swiper-wrapper .swiper-slide .case_item_introduce .case_item_top .case_item_year {
  margin-bottom: 9px;
  color: #000;
  font-size: 14px;
  line-height: 1;
  font-weight: 530;
  font-family: "PFDinTextPro";
}

.home .cases .case_list .swiper-case .swiper-wrapper .swiper-slide .case_item_introduce .case_item_top .case_item_title {
  color: #000;
  font-size: 28px;
  line-height: 1;
  font-weight: 350;
  font-family: "Source Han Sans CN";
}

.home .cases .case_list .swiper-case .swiper-wrapper .swiper-slide .case_item_introduce .case_item_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.home .cases .case_list .swiper-case .swiper-wrapper .swiper-slide .case_item_introduce .case_item_tags .case_item_tag {
  border: solid 1px #d5d5d5;
  border-radius: 20px;
  padding: 6px 10px;
}

.home .cases .case_list .swiper-case .swiper-wrapper .swiper-slide .case_item_introduce .case_item_tags .case_item_tag:not(:last-child) {
  margin-right: 10px;
}

.home .cases .case_list .swiper-case .swiper-wrapper .swiper-slide .case_item_introduce .case_item_tags .case_item_tag a {
  color: #000;
  font-size: 12px;
  line-height: 1;
  font-weight: lighter;
  font-family: "Microsoft YaHei";
}

.home .customer {
  padding-top: 100px;
  padding-bottom: 110px;
  background-color: #f3f4f8;
}

.home .customer .plate_introduce {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0;
  margin-bottom: 80px;
}

@media screen and (max-width: 1600px) {
  .home .customer .plate_introduce {
    width: 100%;
    max-width: 92%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1400px) {
  .home .customer .plate_introduce {
    width: 100%;
    max-width: 80%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  .home .customer .plate_introduce {
    width: 100%;
    max-width: 90%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .home .customer .plate_introduce {
    width: 100%;
    max-width: auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.home .customer .plate_introduce .plate_title {
  padding-bottom: 15px;
  margin-bottom: 27px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.102);
}

.home .customer .plate_introduce .plate_title p {
  color: #b20e12;
  font-size: 18px;
  line-height: 1;
  font-weight: lighter;
  font-family: "Microsoft YaHei";
}

.home .customer .plate_introduce .plate_remark p {
  color: #333333;
  font-size: 36px;
  line-height: 1.333;
  font-weight: 350;
  font-family: "Source Han Sans CN";
}

.home .customer .customer_content {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 1600px) {
  .home .customer .customer_content {
    width: 100%;
    max-width: 92%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1400px) {
  .home .customer .customer_content {
    width: 100%;
    max-width: 80%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  .home .customer .customer_content {
    width: 100%;
    max-width: 90%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .home .customer .customer_content {
    width: 100%;
    max-width: auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.home .customer .customer_content .customer_list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home .customer .customer_content .customer_list .customer_item {
  width: calc(100% / 5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: solid 4px #f6f7fa;
}

.home .customer .customer_content .customer_list .customer_item img {
  width: 100%;
  height: auto;
}

.home .customer .customer_more_content {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0;
}

@media screen and (max-width: 1600px) {
  .home .customer .customer_more_content {
    width: 100%;
    max-width: 92%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1400px) {
  .home .customer .customer_more_content {
    width: 100%;
    max-width: 80%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  .home .customer .customer_more_content {
    width: 100%;
    max-width: 90%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .home .customer .customer_more_content {
    width: 100%;
    max-width: auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.home .customer .customer_more_content .customer_more {
  width: 200px;
  height: 45px;
  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;
  border-top: solid 2px #b20e12;
}

.home .customer .customer_more_content .customer_more .customer_more_left p {
  color: #000;
  font-size: 14px;
  line-height: 1;
  font-weight: lighter;
  font-family: "Microsoft YaHei";
}

.home .customer .customer_more_content .customer_more .customer_more_icon {
  cursor: pointer;
}

.home .about {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0;
  padding-top: 114px;
  padding-bottom: 120px;
}

@media screen and (max-width: 1600px) {
  .home .about {
    width: 100%;
    max-width: 92%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1400px) {
  .home .about {
    width: 100%;
    max-width: 80%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  .home .about {
    width: 100%;
    max-width: 90%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .home .about {
    width: 100%;
    max-width: auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.home .about .plate_introduce {
  margin-bottom: 30px;
}

.home .about .plate_introduce .plate_title {
  padding-bottom: 15px;
  margin-bottom: 27px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.102);
}

.home .about .plate_introduce .plate_title p {
  color: #b20e12;
  font-size: 18px;
  line-height: 1;
  font-weight: lighter;
  font-family: "Microsoft YaHei";
}

.home .about .about_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.home .about .about_content .about_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home .about .about_content .about_left .title {
  margin-bottom: 60px;
  color: #333333;
  font-size: 36px;
  line-height: 1.333;
  font-weight: 350;
  font-family: "Source Han Sans CN";
}

.home .about .about_content .about_left .remark {
  width: 50%;
  margin-bottom: 85px;
  color: #333333;
  font-size: 14px;
  line-height: 1.714;
  font-weight: lighter;
  font-family: "Microsoft YaHei";
}

.home .about .about_content .about_left .about_more_content {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 0;
}

@media screen and (max-width: 1600px) {
  .home .about .about_content .about_left .about_more_content {
    width: 100%;
    max-width: 92%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1400px) {
  .home .about .about_content .about_left .about_more_content {
    width: 100%;
    max-width: 80%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) {
  .home .about .about_content .about_left .about_more_content {
    width: 100%;
    max-width: 90%;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 800px) {
  .home .about .about_content .about_left .about_more_content {
    width: 100%;
    max-width: auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.home .about .about_content .about_left .about_more_content .about_more {
  width: 200px;
  height: 45px;
  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;
  border-top: solid 2px #b20e12;
}

.home .about .about_content .about_left .about_more_content .about_more .about_more_left p {
  color: #000;
  font-size: 14px;
  line-height: 1;
  font-weight: lighter;
  font-family: "Microsoft YaHei";
}

.home .about .about_content .about_left .about_more_content .about_more .about_more_icon {
  cursor: pointer;
}

.home .about .about_content .about_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/*# sourceMappingURL=index.css.map */