.home-wrap .swiper {
  overflow: hidden;
  height: 100%;
}

.home-wrap .banner {
  --siAnimation: 0.12rem;
  position: relative;
  width: 100%;
  height: 100vh;
}

.home-wrap .banner .swiper::before, .home-wrap .banner .swiper::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 2rem;
  pointer-events: none;
}

.home-wrap .banner .swiper::before {
  top: 0;
  background: linear-gradient(0deg, transparent, rgba(255, 255, 255, 0.5));
}

.home-wrap .banner .swiper .video-content {
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0;
}

.home-wrap .banner .swiper .video-content p {
  height: 100%;
}

.home-wrap .banner .swiper .video-content video,
.home-wrap .banner .swiper .video-content img {
  width: 100%;
  height: 100%;
  min-height: 4rem;
  object-fit: cover;
  pointer-events: none;
}

.home-wrap .banner .swiper .video-content video:nth-of-type(1),
.home-wrap .banner .swiper .video-content img:nth-of-type(1) {
  display: block !important;
}

.home-wrap .banner .swiper .video-content video:nth-of-type(2),
.home-wrap .banner .swiper .video-content img:nth-of-type(2) {
  display: none !important;
}

.home-wrap .banner .swiper-pagination {
  bottom: 0.89rem;
}

.home-wrap .banner .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border-radius: 0;
  background: #ffffff;
  width: 0.32rem;
  height: 0.12rem;
  transform: skew(-30deg);
  border-radius: 2px;
  margin-right: 0.1rem;
  overflow: hidden;
}

.home-wrap .banner .swiper-pagination .swiper-pagination-bullet span {
  visibility: hidden;
  opacity: 0;
  display: block;
  width: 0;
  height: 100%;
  background: #ff8a00;
  transition: width 3s linear;
  -webkit-transition: width 3s linear;
}

.home-wrap .banner .swiper-pagination .swiper-pagination-bullet-active span {
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.home-wrap .banner .swiper-pagination .swiper-pagination-bullet-0width span {
  width: 0;
  transition: none;
  -webkit-transition: none;
}

.home-wrap .banner .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  font-weight: 600;
  font-size: 0.64rem;
  color: #ffffff;
  letter-spacing: 6.4px;
  text-align: center;
}

.home-wrap .banner .banner-title h1 {
  font-size: 0.56rem;
  font-weight: bold;
  line-height: 0.7rem;
}

.home-wrap .banner .banner-title p {
  margin-top: 0.38rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
}

.home-wrap .swiper-scrollbar {
  width: 1.9rem;
  left: 50%;
  bottom: 0.5rem;
  transform: translateX(-50%);
  height: 2px;
  z-index: 20;
}

.home-wrap .swiper-scrollbar-drag {
  background-color: #fff;
}

.home-wrap .nav-tabs {
  display: flex;
  width: 100%;
}

.home-wrap .nav-tabs li {
  width: 50%;
  background-color: #c9be9d;
}

.home-wrap .nav-tabs li .tab-title {
  display: block;
  font-size: 0.26rem;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  line-height: 0.31rem;
  padding: 0.42rem 0;
}

.home-wrap .nav-tabs li.active {
  background-color: #c1ab77;
}

.content-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.28rem;
}

.content-title .title-more {
  position: relative;
  padding-left: 26px;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: Max(0.14rem, 12px);
  color: #f57b13;
  letter-spacing: 0;
  text-align: justify;
  line-height: 1.7;
}

.content-title .title-more::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 3px);
  width: 21px;
  height: 5px;
  background: url(../images/common/new-more-icon.png) no-repeat center/contain;
  transition: transform 0.3s;
}

.content-title .title-more:hover::before {
  transform: scale(-1);
}

.area-title h2 {
  font-weight: 600;
  font-size: 0.4rem;
  line-height: 1.4;
  color: #4d4d4d;
}

.area-title P {
  margin-top: 10px;
  font-weight: 400;
  font-size: Max(0.16rem, 12px);
  line-height: 1.375;
  color: rgba(117, 117, 120, 0.7);
}

.area-news {
  padding: 0.77rem 0 1.32rem 0;
}

.area-news .news-detail a {
  display: flex;
}

.area-news .news-detail a:hover .news-info .news-content p {
  color: #f57b13;
}

.area-news .news-detail a:hover .news-info .news-content p + p {
  color: #757578;
}

.area-news .news-detail a:hover .news-img img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
}

.area-news .news-detail a .news-img {
  width: 6.42rem;
  height: 3.09rem;
  overflow: hidden;
}

.area-news .news-detail a .news-img img {
  transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
}

.area-news .news-detail a .news-info {
  flex: 1;
  margin-left: 0.57rem;
}

.area-news .news-detail a .news-info .date {
  display: inline-block;
  padding: 0.14rem 0.33rem 0.21rem 0.15rem;
  background: #efefef;
  border-radius: 15px 0 14px 0;
}

.area-news .news-detail a .news-info .day {
  font-size: Max(0.6rem, 20px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  background-image: -webkit-linear-gradient(90deg, #dbb683, #bf9046);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.area-news .news-detail a .news-info .time {
  font-size: Max(0.18rem, 16px);
  color: #4c5053;
  letter-spacing: 0;
}

.area-news .news-detail a .news-info .news-content p {
  margin-top: 0.15rem;
  font-weight: 500;
  font-size: 0.26rem;
  color: #4c5053;
  letter-spacing: 0;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.area-news .news-detail a .news-info .news-content p + p {
  -webkit-line-clamp: 3;
  font-weight: 400;
  font-size: Max(0.18rem, 14px);
  color: #757578;
  letter-spacing: 0;
  line-height: 1.6;
}

.area-news .news-list {
  display: flex;
  margin-top: 0.5rem;
}

.area-news .news-list li {
  width: calc(100% / 4);
  padding: 0 0.63rem;
  border-right: 1px solid #e4e4e4;
}

.area-news .news-list li a:hover .news-title {
  color: #f57b13;
}

.area-news .news-list li:last-child {
  padding-right: unset;
  border-right: unset;
}

.area-news .news-list li:first-child {
  padding-left: unset;
}

.area-news .news-list li .news-date {
  text-align: justify;
}

.area-news .news-list li .news-date p {
  font-size: 0.3rem;
  color: #c2a482;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}

.area-news .news-list li .news-date p + P {
  font-size: Max(0.18rem, 16px);
  color: #757578;
  letter-spacing: 0;
}

.area-news .news-list li .news-title {
  margin-top: 0.15rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
  font-size: Max(0.18rem, 16px);
  color: #757578;
  letter-spacing: 0;
}

.area-about {
  margin-bottom: 1.3rem;
}

.area-about .page-content {
  display: flex;
  column-gap: 0.57rem;
}

.area-about .about-l {
  flex: 1;
}

.area-about .about-l .description {
  margin: 0.54rem 0 0.7rem;
  font-size: Max(0.18rem, 12px);
  line-height: 1.666;
  text-align: justify;
  color: #757578;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.area-about .about-r {
  width: 6.42rem;
  height: 4.43rem;
}

.area-about .a-icon ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: Max(0.14rem, 12px);
  line-height: calc(20 / 14);
  color: #000000;
  text-align: center;
}

.area-about .a-icon a:hover {
  color: #f57b13;
}

.area-about .a-icon a:hover .icon {
  color: #f57b13;
}

.area-about .a-icon .icon {
  width: 35px;
  height: 35px;
  margin: 0 auto 10px;
  color: #969696;
  font-size: 32px;
  line-height: 35px;
}

.area-about .a-icon .icon-about-qywf {
  font-size: 35px;
}

.area-product {
  padding: 0.9rem 0 0.55rem;
  background: #fafafa;
}

.area-product .area-title {
  text-align: center;
}

.area-product .service-int {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.area-product .service-int a {
  box-sizing: border-box;
  display: block;
  padding: 0.2rem 0 0.2rem 0.24rem;
  width: 100%;
  height: 100%;
}

.area-product .service-int .item {
  box-sizing: border-box;
  position: relative;
  width: 23.5%;
  height: 2.3rem;
  margin-right: 2%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.area-product .service-int .item h4 {
  font-weight: 600;
  font-size: 0.24rem;
  color: #ffffff;
  letter-spacing: 0;
}

.area-product .service-int .item p {
  position: absolute;
  bottom: 0.22rem;
  opacity: 0.5;
  font-weight: 400;
  font-size: Max(0.16rem, 12px);
  color: #4d4d4d;
  letter-spacing: 0;
  line-height: 1.875;
}

.area-product .service-int .item:nth-child(4), .area-product .service-int .item:last-child {
  margin-right: unset;
}

.area-product .service-int .item:nth-child(n + 5) {
  margin-top: 0.33rem;
}

.area-product .four-list {
  justify-content: center;
  margin-top: 0.4rem;
}

.area-product .four-list .item:nth-child(1) {
  background-image: url(../images/index/ser-bg1.jpg);
}

.area-product .four-list .item:nth-child(2) {
  background-image: url(../images/index/ser-bg2.jpg);
}

.area-product .four-list .item:nth-child(3) {
  background-image: url(../images/index/ser-bg3.jpg);
}

.area-product .four-list .item:nth-child(4) {
  background-image: url(../images/index/ser-bg4.jpg);
}

.area-product .four-list .item:nth-child(5) {
  background-image: url(../images/index/ser-bg5.jpg);
}

.area-product .four-list .item:nth-child(6) {
  background-image: url(../images/index/ser-bg6.jpg);
}

.area-product .four-list .item:nth-child(7) {
  background-image: url(../images/index/ser-bg7.jpg);
}

.area-asset {
  padding: 0.75rem 0 0.97rem;
}

.area-asset .ass-list {
  display: flex;
  flex-wrap: wrap;
}

.area-asset .ass-list li {
  width: calc(25% - 0.67rem);
  margin-right: 0.28rem;
  margin-bottom: 0.28rem;
  padding: 0.15rem 0.28rem 0.16rem 0.18rem;
  background: #fff9f3;
  text-align: justify;
}

.area-asset .ass-list li h4 {
  margin-bottom: 0.35rem;
  font-weight: 400;
  font-size: Max(0.18rem, 14px);
  color: #4c5053;
  letter-spacing: 0;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.area-asset .ass-list li:nth-child(4n) {
  margin-right: unset;
}

.area-asset .list-bottom {
  display: flex;
  justify-content: space-between;
}

.area-asset .list-bottom span {
  padding: 2px 10px;
  font-weight: 400;
  font-size: Max(0.14rem, 12px);
  color: #ffffff;
  background: #dcb785;
}

.area-asset .list-bottom span + span {
  padding: unset;
  color: #666666;
  background: unset;
}

.area-unit {
  padding: 0.9rem 0 0.55rem;
  background: #fafafa;
}

.area-unit .area-title {
  text-align: center;
}

.area-unit .unit-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.51rem;
}

.area-unit .unit-list li {
  width: calc(25% - 0.28rem);
  padding: 0.15rem 0;
  margin-right: 0.28rem;
  margin-bottom: 0.28rem;
  background: #fff;
  text-align: center;
}

.area-unit .unit-list li img {
  width: 1.64rem;
  object-fit: contain;
}

@media screen and (max-width: 910px) {
  .content-title {
    margin-bottom: 14px;
  }
  .home-wrap .banner .swiper .video-content video:nth-of-type(1),
  .home-wrap .banner .swiper .video-content img:nth-of-type(1) {
    display: none !important;
  }
  .home-wrap .banner .swiper .video-content video:nth-of-type(2),
  .home-wrap .banner .swiper .video-content img:nth-of-type(2) {
    display: block !important;
  }
  .home-wrap .banner .banner-title {
    display: none;
    font-size: 32px;
    width: 92%;
    margin: 0 auto;
    letter-spacing: 2px;
  }
  .area-title h2 {
    font-size: 24px;
  }
  .area-title p {
    font-size: 12px;
    margin-top: 4px;
  }
  .area-news {
    padding: 40px 0 30px;
  }
  .area-news .news-detail a {
    flex-wrap: wrap;
  }
  .area-news .news-detail a .news-img {
    width: 100%;
  }
  .area-news .news-detail a .news-info {
    margin-left: unset;
    display: flex;
    align-items: flex-start;
    margin-top: 14px;
  }
  .area-news .news-detail a .news-info .date {
    padding: 10px 14px 10px 10px;
    margin-right: 10px;
  }
  .area-news .news-detail a .news-info .day {
    font-size: 34px;
  }
  .area-news .news-detail a .news-info .time {
    font-size: 12px;
    white-space: nowrap;
  }
  .area-news .news-detail a .news-info .news-content p {
    margin-top: unset;
    font-size: 20px;
  }
  .area-news .news-detail a .news-info .news-content p + p {
    font-size: 12px;
    line-height: 1.4;
  }
  .area-news .news-list {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .area-news .news-list li {
    width: 100%;
    padding: unset;
    border-right: unset;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
  }
  .area-news .news-list li a {
    display: flex;
    column-gap: 16px;
  }
  .area-news .news-list li .news-date p {
    font-size: 28px;
  }
  .area-news .news-list li .news-date p + p {
    font-size: 12px;
  }
  .area-news .news-list li .news-title {
    margin-top: 0;
    font-size: 14px;
  }
  .area-about {
    margin-bottom: 40px;
  }
  .area-about .page-content {
    display: block;
  }
  .area-about .about-l {
    margin-bottom: 20px;
  }
  .area-about .about-l .description {
    font-size: 12px;
    margin: 14px 0 20px;
  }
  .area-about .a-icon ul {
    column-gap: 12px;
    flex-wrap: wrap;
    font-size: 12px;
  }
  .area-about .a-icon .icon {
    margin-bottom: 6px;
  }
  .area-about .about-r {
    width: 100%;
  }
  .area-product {
    padding: 40px 0;
  }
  .area-product .four-list {
    margin-top: 20px;
  }
  .area-product .thr-list {
    margin-top: unset;
  }
  .area-product .service-int {
    flex-wrap: wrap;
  }
  .area-product .service-int a {
    padding: 20px;
  }
  .area-product .service-int .item {
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    margin-right: unset;
  }
  .area-product .service-int .item h4 {
    font-size: 18px;
  }
  .area-product .service-int .item h4 br {
    display: none;
  }
  .area-product .service-int .item p {
    bottom: 20px;
    font-size: 12px;
  }
  .area-product .service-int .item:nth-child(n + 5) {
    margin-top: 0;
  }
  .area-asset {
    padding: 20px 0 30px;
  }
  .area-asset .ass-list li {
    width: calc(50% - 30px);
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 10px;
  }
  .area-asset .ass-list li:nth-child(2n) {
    margin-right: unset;
  }
  .area-asset .ass-list li h4 {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .area-asset .ass-list li span {
    font-size: 12px;
  }
  .area-unit {
    padding: 30px 0 20px;
  }
  .area-unit .unit-list {
    margin-top: 20px;
  }
  .area-unit .unit-list li {
    width: 100%;
    padding: 10px 0;
    margin-right: unset;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 500px) {
  .area-asset .ass-list li {
    width: 100%;
    margin-right: unset;
  }
  .area-unit .unit-list li img {
    width: 130px;
  }
  .area-unit .unit-list li:nth-child(3) img {
    width: 140px;
  }
}
