.home-container img {
  vertical-align: middle;
}

/* .index-container {
  width: 100%;
  min-width: 1272px;
  max-width: 1272px;
  left: 50% !important;
  transform: translateX(-50%);
} */

.home-container .layout {
  /* width: 1200px; */
  width: 1696px;
  margin: 0 auto;
}

.home-container .page-tit {
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #000;
}

.home-container .banner-section {
  position: relative;
  display: flex;
  flex-direction: column;
}

.home-container .banner-content-info-wrap {
  position: absolute;
  top: 17%;
  left: 14%;
}
.banner-content-info-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 36px;
  color: #000000;
  line-height: 50px;
  text-align: left;
  font-style: normal;
  margin-bottom: 12px;
}
.banner-content-info-des {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 35px;
  text-align: left;
  font-style: normal;
}
.xinyongcode {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.xinyongcode-des {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  line-height: 35px;
  text-align: left;
  font-style: normal;
  margin-top: 10px;
  margin-bottom: 40px;
}
.home-container .banner-content-info-wrap .info-wrap-left,
.home-container .banner-content-info-wrap .info-wrap-middle,
.home-container .banner-content-info-wrap .info-wrap-right {
  font-family: JinBuTi;
  font-weight: normal;
  font-size: 60px;
  color: #ffffff;
  line-height: 72px;
  /* text-align: right; */
  font-style: normal;
  background: linear-gradient(to bottom, #5eb8ff, #ffffff);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
}

.home-container .banner-content-info-wrap .info-wrap-middle {
  background: linear-gradient(to bottom, #ffd148, #ffffff);
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
}

.home-container .banner-section .img img {
  width: 100%;
}

.home-container .banner-section .banner-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.home-container .banner-section .info-wrap {
  width: 1200px;
  height: 100%;
  margin: -40px auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding-left: 100px;
}

.home-container .banner-section .info-wrap .tit {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 20px;
  color: #fff;
  border-bottom: 0;
}

.home-container .banner-section .info-wrap .desc {
  width: 618px;
  font-size: 16px;
  line-height: 2;
}

.home-container .banner-section .num-wrap {
  /* width: 1260px;
  height: 213px;
  position: absolute;
  top: 505px;
  left: 0;
  right: 0;
  bottom: 0; */
}
.home-container .banner-section .num-wrap ul {
  width: 76%;
  height: 15%;
  position: absolute;
  bottom: 11%;
  left: 12.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

.home-container .banner-section .num-wrap ul li {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-container .banner-section .num-wrap ul li:nth-last-child(1)::after {
  display: none;
}

.home-container .banner-section .num-wrap ul li::after {
  content: "";
  position: absolute;
  height: 30px;
  right: 0;
  width: 1px;
  top: 20px;
  bottom: 16px;
  background-color: #b1b1b1;
}

.home-container .banner-section .num-wrap ul li .num {
  /* line-height: 1;
  font-size: 30px; */
  font-family: D-DINCondensed, D-DINCondensed;
  font-weight: bold;
  font-size: 42px;
  color: #000;
  line-height: 46px;
  /* text-align: right; */
  font-style: normal;
  margin-bottom: 10px;
}

.home-container .banner-section .num-wrap ul li .num i {
  margin-left: 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  line-height: 17px;
  font-style: normal;
}

.home-container .banner-section .num-wrap ul li p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  line-height: 17px;
  /* text-align: right; */
  font-style: normal;
}

.service-express {
  width: 100%;
  background-color: white;
  display: flex;
  padding: 30px 0 90px 0;
  box-sizing: border-box;
  flex-direction: column;
  height: 506px;
  /* height: 675px; */
}

.news-service-express {
  margin: 0 auto;
  /* max-width: 1862px !important; */
}

.service-express .service-express-title {
  width: 100%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 36px;
  color: #000000;
  line-height: 50px;
  text-align: center;
  font-style: normal;
  margin-bottom: 30px;
}

.service-express .service-express-tips {
  /* width: 100%; */
  width: 1164px;
  height: 344px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.service-express .service-express-tips .tips-left {
  /* flex: 1; */
  display: flex;
  box-sizing: border-box;
  /* margin-right: 16px; */
  padding-left: 65px;
  padding-top: 63px;
  background-size: 100%;
  background-repeat: no-repeat;
  flex-direction: column;
  background-image: url("../image/index/new/pic_serviceexpress_services.png");
  width: 570px;
  height: 258px;
}

.service-express .service-express-tips .addMarginRight {
  /* margin-right: 32px; */
  background-image: url("../image/index/new/pic_serviceexpress_products.png");
}

.service-express .service-express-tips .tips-left .tips-left-title,
.service-express .service-express-tips .tips-right .tips-right-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 36px;
  font-style: normal;
  margin-bottom: 12px;
}

.service-express .service-express-tips .tips-left .tips-left-info,
.service-express .service-express-tips .tips-right .tips-right-info {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #4b5b76;
  line-height: 26px;
  margin-bottom: 32px;
}

.service-express .service-express-tips .tips-left .tips-btn,
.service-express .service-express-tips .tips-right .tips-btn {
  width: 92px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #126cff;
  border-radius: 3px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
  font-style: normal;
  cursor: pointer;
}

.service-express .service-express-tips .tips-right {
  flex: 1;
  display: flex;
  padding-left: 84px;
  margin-left: 16px;
  padding-top: 84px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  flex-direction: column;
}

.list-item-title {
  padding-left: 24px;
  padding-top: 24px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 27px;
  font-style: normal;
  margin-bottom: 16px;
  cursor: pointer;
  width: 507px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-container .news-section {
  /* background-color: rgb(11, 44, 88, .7); */
  background-image: url("../image/index/new/bg_home_industryinformation.png");
  background-blend-mode: color-burn;
  /* background: url("../image/index/news-bg.dc9a4df8.jpg") no-repeat center; */
  /* background:  no-repeat center; */
  background-size: cover;
  /* padding: 68px 0; */
  padding: 90px 0 0 0px;
}

.home-container .news-section .page-tit {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 36px;
  color: #ffffff;
  line-height: 50px;
  font-style: normal;
  margin-bottom: 48px;
}

.settle-section .page-tit-new {
  margin-top: 120px;
}

.home-container .news-section .page-tit-content {
  width: 100%;
  /* display: flex; */
  box-sizing: border-box;
  padding: 0 112px;
  /* background-color: skyblue; */
}

.home-container .news-section .el-banner {
  /* margin-top: 60px;
  padding: 0 60px; */
  color: #fff;
}

.home-container .news-section .el-banner .news-list {
  display: flex;
  flex-wrap: wrap;
  width: 1140px;
  justify-content: space-between;
}

.home-container .news-section .el-banner .news-list > :nth-child(1) {
  margin-bottom: 40px;
}

.home-container .news-section .el-banner .list-item {
  display: flex;
  /* flex: 0 0 50%; */
  /* width: 50%; */
  /* padding: 0 15px;
  margin: 35px 0; */
  flex-direction: column;
  background-color: white;
  border: none;
  width: 555px;
  height: 156px;
  cursor: pointer;
  border-radius: 5px;
}

.list-item-content {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  font-style: normal;
  padding: 0 24;
  margin-bottom: 18px;
  width: 507px;
  height: 41px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}

.list-item-bottom {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 24px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #999999;
  line-height: 17px;
  font-style: normal;
}

.home-container .news-section .el-banner .list-item-test {
  background-color: white;
}

.home-container .news-section .el-banner .list-item .date-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 74px;
  position: relative;
  color: #b2c8e3;
  line-height: 1.3;
}

.home-container .news-section .el-banner .list-item .date-wrap span {
  font-size: 20px;
}

.home-container .news-section .el-banner .list-item .date-wrap p {
  margin-top: 4px;
  font-size: 25px;
}

.home-container .news-section .el-banner .list-item .date-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  top: -10px;
  bottom: -10px;
  background-color: #3e4ba6;
}

.home-container .news-section .el-banner .list-item .news-con {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
  font-size: 16px;
  padding-left: 16px;
}

.home-container .news-section .el-banner .list-item .news-con a {
  color: #fff;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.home-container .news-section .el-banner .list-item .news-con a:hover {
  text-decoration: underline;
}

.home-container .news-section .el-banner .list-item .news-con .desc {
  margin-top: 7px;
  font-size: 12px;
  color: #c6ddfc;
}

.home-container .news-section .el-banner .el-carousel .el-carousel__container {
  margin: 0 80px 0 100px;
  /* height: 246px; */
  height: 352px;
}

.home-container .news-section .el-banner .el-carousel .el-carousel__arrow {
  /* width: 52px;
  height: 52px; */
  width: 48px;
  height: 48px;
  border: 3px solid #fff;
  /* background-color: #fff; */
}

.home-container
  .news-section
  .el-banner
  .el-carousel
  .el-carousel__arrow:hover {
  opacity: 0.8;
}

.home-container .news-section .el-banner .el-carousel .el-carousel__arrow i {
  font-size: 24px;
  color: #fff;
  font-size: 38px;
}

.home-container
  .news-section
  .el-banner
  .el-carousel
  .el-carousel__arrow.el-carousel__arrow--left {
  left: -70px;
  top: 178px;
}

.home-container
  .news-section
  .el-banner
  .el-carousel
  .el-carousel__arrow.el-carousel__arrow--right {
  right: -70px;
  top: 178px;
}

.home-container .news-section .el-banner .el-carousel .el-carousel__indicators {
  margin-top: 48px;
}

.home-container
  .news-section
  .el-banner
  .el-carousel
  .el-carousel__indicators
  .el-carousel__button {
  width: 23px;
  height: 8px;
  border-radius: 8px;
}

.home-container .news-section .more-btn {
  margin-top: 30px;
  text-align: center;
}

.home-container .news-section .more-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  font-size: 14px;
  background-color: #2d6fc5;
  color: #fff;
}

.home-container .settle-section {
  /* padding: 60px 0; */
  padding: 120px 0;
}

.home-container .settle-section .page-tit {
  margin-bottom: 64px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 48px;
  color: #000000;
  line-height: 67px;
  font-style: normal;
}

.home-container .settle-section .list-wrap .list-box {
  display: flex;
  flex-wrap: wrap;
}

.home-container .settle-section .list-wrap .list-box li {
  flex: 0 0 20%;
  display: flex;
  align-items: center;
  width: 20%;
  padding-right: 60px;
  margin-bottom: 50px;
}

.home-container .settle-section .list-wrap .list-box li:nth-child(5n) {
  padding-right: 0;
}

.home-container .settle-section .list-wrap .list-box li img {
  width: 100%;
}

.about-container {
  margin: 30px auto;
}

.about-container .content {
  border: 1px solid #efefef;
  padding: 40px 68px 50px 60px;
}

.about-container .img-text-section {
  display: flex;
  color: #333;
}

.about-container .img-text-section.right-img {
  flex-direction: row-reverse;
  margin-top: 52px;
}

.about-container .img-text-section.right-img .tit-desc-wrap {
  flex: 0 0 491px;
  width: 491px;
  padding: 0;
}

.about-container .img-text-section.right-img .img {
  padding-left: 96px;
  flex: 1;
  width: auto;
}

.about-container .img-text-section .img {
  flex: 0 0 491px;
  width: 491px;
}

.about-container .img-text-section .tit-desc-wrap {
  flex: 1;
  padding-left: 96px;
}

.about-container .img-text-section .tit-desc-wrap .tit {
  position: relative;
  margin-bottom: 16px;
  padding: 0 0 0 10px;
  line-height: 1.2;
  font-size: 18px;
  border-bottom: 0 !important;
  font-weight: 400;
}

.about-container .img-text-section .tit-desc-wrap .tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 4px;
  height: 20px;
  background-color: #2d6fc5;
}

.about-container .img-text-section .tit-desc-wrap .desc {
  font-size: 16px;
  line-height: 1.7;
}

.swiper {
  width: 600px;
  height: 300px;
}

.slick-carousel-div {
  margin: 0px auto;
  width: 1340px;
  /* background-color: pink; */
}

.slick-carousel-item {
  display: flex;
  flex-direction: column;
  /* width: 276px !important; */
  /* height: 226px; */
  justify-content: center;
}

.slick-carousel-item img {
  /* width: 228px; */
  width: 171px;
  height: 50px;
  box-shadow: 3px 3px 3px #eee;
  /* height: 67px; */
  margin: 23px 12px;
  object-fit: contain;
}

.slick-carousel {
  position: relative;
  height: 230px;
}

.slick-carousel2 {
  position: relative;
  height: 230px;
}

.slick-carousel::before {
  content: "";
  width: 94px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.8)
  );

  height: 226px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}

.slick-carousel::after {
  content: "";
  width: 94px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 1)
  );
  height: 226px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}

.slick-carousel2::before {
  content: "";
  width: 94px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0.8)
  );

  height: 226px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}

.slick-carousel2::after {
  content: "";
  width: 94px;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 1)
  );
  height: 226px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}

.slick-carousel-item img {
  /* width: 228px !important; */
  /* height: 67px !important; */
}

.el-carousel--horizontal {
  overflow-x: hidden;
  width: 1272px;
}

.el-carousel--horizontal {
  overflow-x: hidden;
  width: 1330px;
}

.slick-carousel-item.slick-slide {
  width: 196px !important;
}

.home-container
  .news-section
  .el-banner
  .el-carousel
  .el-carousel__indicators
  .el-carousel__button {
  width: 5px;
  height: 5px;
  margin-bottom: 60px;
}

li.el-carousel__indicator.el-carousel__indicator--horizontal.is-active
  .el-carousel__button {
  width: 15px !important;
  background-color: #fff;
}
@media screen and (max-width: 1240px) {
  .home-container,
  .about-container {
    /* width: 1440px; */
    margin: 0 auto;
  }
}

/*# sourceMappingURL=index.css.map */
