/* Animate.css动画演示 */
@import "animate.min.css";

/* Swiper 7.4.1 */
@import "swiper-bundle.min.css";

/* 字体图标 */
@import "font-awesome.min.css";

/* 核心样式 */
@import "bootstrap.min.css";

/* 公用样式 */
@import "public.css";

.img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.img::before {
  content: "";
  display: block;
}
.container-fluid {
  width: 100%;
  overflow: hidden;
  background-color: var(--white);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.title>h1 {
  padding: 0 20px;
  position: relative;
  line-height: 50px;
  font-size: 42px;
  font-weight: bold;
  color: var(--bg-color);
}
.title>h1::before,
.title>h1::after {
  content: "";
  width: 298px;
  height: 9px;
  float: left;
  background-image: url(../image/title-left.png);
  background-position: right center;
  background-repeat: no-repeat;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.title>h1::after {
  right: initial;
  left: 100%;
  background-image: url(../image/title-right.png);
  background-position: left center;
}
.title>div {
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  color: var(--color6);
  text-transform: uppercase;
  margin-top: 5px;
}

.more {
  display: flex;
  justify-content: center;
}
.more>span {
  width: 80px;
  float: left;
  height: 25px;
  font-size: 14px;
  color: var(--white);
  background-color: var(--bg-color);
  border-radius: 4px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.more>span::before,
.more>span::after {
  content: "";
  width: 150%;
  float: left;
  height: 100%;
  transform: skewX(45deg);
  transition: all 0.6s;
  background-color: var(--hover-color);
  position: absolute;
  left: -200%;
  top: 0;
  z-index: -1;
}
.more>span::after {
  left: initial;
  right: -200%;
}
a:hover .more>span::before {
  left: -30px;
}
a:hover .more>span::after {
  right: -30px;
}

@media (max-width: 767px) {
  .title>h1 {
    line-height: 30px;
    font-size: 20px;
    padding: 0 10px;
  }
  .title>h1::before,
  .title>h1::after {
    width: 60px;
  }
  .title>div {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
  }
}

/* 首页样式 */
.bg-box {
  background-image: url(../image/bj1.png);
  background-position: center bottom;
}
/* 最新优惠 */
.promotional {
  padding: 60px 0 30px 0;
}
.promotional .swiper {
  width: 100%;
  margin-top: 25px;
}
.promotional .swiper .swiper-slide {
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  padding: 4px;
}
.promotional .swiper .swiper-slide>a {
  display: block;
  overflow: hidden;
  border: 5px solid #eee;
  border-radius: 10px;
}
.promotional .swiper .swiper-slide>a>h1 {
  display: block;
  overflow: hidden;
  line-height: 64px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: var(--bg-color);
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.promotional .swiper .swiper-slide>a .promotional-price {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-top: 5px;
}
.promotional .swiper .swiper-slide>a .promotional-price::before {
  content: "";
  width: 100%;
  height: 1px;
  float: left;
  background-color: #eee;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.promotional .swiper .swiper-slide>a .promotional-price>span {
  width: 135px;
  height: 45px;
  border: 2px solid #eee;
  font-size: 24px;
  background-color: var(--white);
  color: var(--hover-color);
  font-weight: bold;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 5px;
}
.promotional .swiper .swiper-slide>a .promotional-text {
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  margin-top: 10px;
  padding: 0 30px;
  font-size: 14px;
  text-align: center;
  color: var(--color6);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.promotional .swiper .swiper-slide>a .more {
  padding: 40px 0 20px 0;
}

@media (max-width: 1240px) {
  .promotional {
    padding: 50px 0 30px 0;
  }
}
@media (max-width: 991px) {
  .promotional {
    padding: 30px 0;
  }
  .promotional .swiper .swiper-slide>a .promotional-text {
    padding: 0 15px;
  }
  .promotional .swiper .swiper-slide>a .more {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .promotional {
    padding: 15px 0;
  }
  .promotional .swiper {
    margin-top: 10px;
  }
  .promotional .swiper .swiper-slide>a>h1 {
    line-height: 30px;
    font-size: 18px;
    padding: 10px;
    padding-bottom: 0;
  }
  .promotional .swiper .swiper-slide>a .promotional-price>span {
    width: 90px;
    height: 30px;
    font-size: 18px;
  }
  .promotional .swiper .swiper-slide>a .promotional-text {
    height: 72px;
    line-height: 24px;
    margin-top: 5px;
    padding: 0 10px;
  }
  .promotional .swiper .swiper-slide>a .more {
    padding: 10px 0;
  }
}

/* 租赁方案 */
.leasing {
  padding: 50px 0;
}
.leasing-list {
  display: flex;
  flex-wrap: wrap;
  width: 1560px;
  margin-top: 35px;
}
.leasing-list>li {
  width: 350px;
  margin: 0 40px 30px 0;
}
.leasing-list>li>a {
  display: block;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  padding: 20px;
  padding-bottom: 12px;
  padding-top:12px;
}
.leasing-list>li>a .leasing-img {
  width: 100%;
  overflow: hidden;
  background-color: #ccdef0;
  padding: 5px;
}
.leasing-list>li>a .leasing-img .img {
  border: 1px solid var(--bg-color);
}
.leasing-list>li>a .leasing-img .img::before {
  padding-top: 74.07400741%;
}
.leasing-list>li>a>h1 {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  line-height: 24px;
  font-size: 16px;
  color: var(--color2);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom:10px;
}
.leasing-list>li>a .leasing-text {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: var(--color6);
  text-align: center;
}
.leasing-list>li>a .more {
  margin-top: 5px;
}
.leasing-list>li>a:hover .leasing-img {
  background-color: #efd0d4;
}
.leasing-list>li>a:hover .leasing-img .img {
  border-color: var(--hover-color);
}


@media (max-width: 1560px) {
  .leasing-list {
    width: 102%;
    margin-left: -1%;
  }
  .leasing-list>li {
    width: 23%;
    margin: 0 1% 30px 1%;
  }
}
@media (max-width: 1240px) {
  .leasing-list>li>a {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .leasing {
    padding: 30px 0;
  }
  .leasing-list>li {
    margin: 0 1% 20px 1%;
  }
  .leasing-list>li>a {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .leasing {
    padding: 15px 0;
  }
  .leasing-list {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    justify-content: space-between;
  }
  .leasing-list>li {
    width: calc(50% - 5px) !important;
    margin: 0 0 10px 0;
  }
  .leasing-list>li>a {
    padding: 5px;
  }
  .leasing-list>li>a>h1 {
    margin-top: 10px;
  }
  .leasing-list>li>a .more {
    margin-top: 5px;
  }
}

/* 一站式租赁服务 */
.service {
  background-image: url(../image/service-bj.jpg);
  padding: 85px 0 70px 0;
}
.service-imgs {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-imgs>img {
  display: block;
  max-width: 100%;
  height: auto;
}
.service-imgs>img:nth-child(2),
.service-imgs>img:nth-child(4) {
  margin-top: 50px;
}
.service-imgs>img:nth-child(5) {
  margin-top: 35px;
}
.service-imgs>div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 35px;
}
.service-imgs>div>span {
  width: calc(50% - 5px);
  padding: 20px 80px;
  line-height: 32px;
  font-size: 24px;
  color: #1b2389;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background: url(../image/service-bj2.png) no-repeat center center;
  background-size: 100% 100%;
}
.service-list {
  display: flex;
  flex-wrap: wrap;
  width: 1544px;
  margin-top: 40px;
}
.service-list>li {
  width: 360px;
  margin: 30px 24px 0 0;
  display: flex;
}
.service-list>li>a {
  width: 100%;
  display: block;
  overflow: hidden;
  border: 1px solid var(--white);
  padding: 25px;
}
.service-list>li>a>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
}
.service-list>li>a>.img::before {
  padding-top: 59.74026%;
}
.service-list>li>a>h1 {
  display: block;
  overflow: hidden;
  line-height: 32px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--white);
  text-transform: uppercase;
}
.service-list>li>a>h1>span {
  font-size: 24px;
}
.service-list>li>a .service-text {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: var(--white);
  text-align: center;
  margin-bottom: 5px;
}
.service-list>li>a>h2 {
  display: block;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  font-size: 24px;
  color: var(--white);
}

@media (max-width: 1560px) {
  .service {
    padding: 70px 0;
  }
  .service-list {
    width: 102%;
    margin-left: -1%;
  }
  .service-list>li {
    width: 23%;
    margin: 30px 1% 0 1%;
  }
  .service-list>li>a>img {
    height: 30px;
  }
  .service-list>li>a>h1>span,
  .service-list>li>a>h2 {
    font-size: 20px;
  }
}
@media (max-width: 1240px) {
  .service {
    padding: 50px 0;
  }
  .service-imgs>div>span {
    padding: 20px 60px;
  }
  .service-list>li>a {
    padding: 20px;
  }
  .service-list>li>a>h1>span,
  .service-list>li>a>h2 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .service {
    padding: 30px 0;
  }
  .service-imgs>img:nth-child(2),
  .service-imgs>img:nth-child(4) {
    margin-top: 30px;
  }
  .service-imgs>img:nth-child(5) {
    margin-top: 20px;
  }
  .service-imgs>div {
    margin-top: 20px;
  }
  .service-list>li>a>img {
    height: 24px;
    margin: 0 auto 10px auto;
  }
}
@media (max-width: 767px) {
  .service {
    padding: 15px 0;
  }
  .service-imgs>img:nth-child(1) {
    max-width: 60%;
  }
  .service-imgs>img:nth-child(2),
  .service-imgs>img:nth-child(4) {
    margin-top: 10px;
    max-width: 90%;
  }
  .service-imgs>div {
    margin-top: 10px;
  }
  .service-imgs>div>span {
    width: 100%;
    margin-bottom: 5px;
    padding: 10px 40px;
    font-size: 16px;
    line-height: 22px;
  }
  .service-imgs>img:nth-child(5) {
    margin-top: 10px;
  }
  .service-list {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
  .service-list>li {
    width: calc(50% - 5px);
    margin: 10px 0 0 0;
  }
  .service-list>li>a {
    padding: 10px;
  }
  .service-list>li>a>img {
    height: 20px;
  }
  .service-list>li>a>h1 {
    line-height: 24px;
    margin-bottom: 5px;
  }
  .service-list>li>a>h1>span,
  .service-list>li>a>h2 {
    font-size: 16px;
  }
}

/* 解决方案 */
.solution {
  padding-top: 80px;
}
.solution .swiper {
  width: 100%;
  margin-top: 45px;
}
.solution .swiper .img::before {
  padding-top: 62%;
}
.solution .swiper h1 {
  display: block;
  overflow: hidden;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  color: var(--color2);
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution .swiper .swiper-slide>a:hover .img>img {
  transform: scale(1.06);
}

@media (max-width: 1560px) {
  .solution {
    padding-top: 60px;
  }
}
@media (max-width: 1240px) {
  .solution {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .solution {
    padding-top: 30px;
  }
  .solution .swiper {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .solution {
    padding-top: 15px;
  }
  .solution .swiper {
    margin-top: 10px;
  }
  .solution .swiper h1 {
    height: 40px;
    line-height: 40px;
  }
}

/* 4大优势 */
.choose {
  padding-top: 60px;
}
.choose-title {
  display: flex;
  justify-content: center;
}
.choose-title>img {
  display: block;
  max-width: 100%;
  height: auto;
}
.choose-list {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.choose-list>li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  background: url(../image/choose-dianhua.jpg) repeat-y right top;
  padding-top: 5px;
}
.choose-list>li>img {
  width: 100%;
  display: block;
  height: auto;
  margin-top: 5px;
}
.choose-list>li .choose-left {
  width: 350px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.choose-list>li .choose-left::before {
  content: "";
  display: block;
  padding-top: 65.714286%;
}
.choose-list>li .choose-right {
  width: calc(100% - 350px);
  padding: 0 100px 0 40px;
}
.choose-list>li .choose-right .choose-number {
  width: 80px;
  height: 80px;
  float: left;
  margin: 12px 32px 0 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: var(--bg-color);
  font-size: 48px;
  color: var(--white);
  font-weight: bold;
  border-radius: 10px;
}
.choose-list>li .choose-right>h1 {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  color: var(--color6);
  align-items: flex-start;
}
.choose-list>li .choose-right>h1>span {
  display: flex;
  align-items: center;
  line-height: 44px;
  font-size: 36px;
  font-weight: bold;
  color: var(--black);
  position: relative;
}
.choose-list>li .choose-right>h1>span::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #e5e7e8;
  float: left;
  position: absolute;
  left: 0;
  bottom: -33px;
}
.choose-list>li .choose-right>h1::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 10px;
  background-color: #ededed;
}
.choose-list>li .choose-right .choose-text {
  width: 100%;
  float: left;
  margin-top: 20px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: var(--color2);
}
.choose-list>li:nth-child(even) {
  background: url(../image/choose-dianhua.jpg) repeat-y left top;
  flex-direction: row-reverse;
}
.choose-list>li:nth-child(even) .choose-right {
  padding: 0 70px;
}
.choose-list>li:last-child {
  padding-bottom: 70px;
}

@media (max-width: 1240px) {
  .choose {
    padding-top: 50px;
  }
  .choose-list>li {
    background-size: 4px;
  }
  .choose-list>li .choose-right {
    padding: 0 40px;
  }
  .choose-list>li:nth-child(even) {
    background-size: 4px;
  }
  .choose-list>li:nth-child(even) .choose-right {
    padding: 0 40px;
  }
  .choose-list>li:last-child {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .choose {
    padding-top: 30px;
  }
  .choose-list>li .choose-left {
    width: 30%;
  }
  .choose-list>li .choose-right {
    width: 70%;
    padding: 0 20px;
  }
  .choose-list>li .choose-right .choose-number {
    margin: 0 20px 0 0;
  }
  .choose-list>li .choose-right>h1>span {
    line-height: 40px;
    font-size: 30px;
  }
  .choose-list>li .choose-right .choose-text {
    margin-top: 15px;
  }
  .choose-list>li:nth-child(even) .choose-right {
    padding: 0 20px;
  }
  .choose-list>li:last-child {
    padding-bottom: 30px;
  }

}
@media (max-width: 767px) {
  .choose {
    padding-top: 15px;
  }
  .choose-title>img {
    max-width: 80%;
  }
  .choose-list {
    margin-top: 5px;
  }
  .choose-list>li {
    background-size: 2px;
  }
  .choose-list>li .choose-left {
    width: calc(100% - 20px);
  }
  .choose-list>li .choose-right {
    width: 100%;
    padding: 10px 20px 0 0;
  }
  .choose-list>li .choose-right .choose-number {
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
    font-size: 24px;
  }
  .choose-list>li .choose-right>h1 {
    line-height: 20px;
    font-size: 12px;
    letter-spacing: -0.2pt;
  }
  .choose-list>li .choose-right>h1::after {
    margin-top: 5px;
  }
  .choose-list>li .choose-right>h1>span {
    line-height: 24px;
    font-size: 18px;
  }
  .choose-list>li .choose-right>h1>span::after {
    height: 2px;
    bottom: -25px;
  }
  .choose-list>li .choose-right .choose-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .choose-list>li:nth-child(even) {
    background-size: 2px;
  }
  .choose-list>li:nth-child(even) .choose-right {
    padding: 10px 0 0 20px;
  }
  .choose-list>li:last-child {
    padding-bottom: 15px;
  }
}

/* 公司简介 */
.about {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 60px 0;
}
.about::before {
  content: "";
  width: 59.375%;
  height: 100%;
  background-color: var(--hover-color);
  position: absolute;
  left: 0;
  top: 0;
}
.about-left {
  width: 50.15625%;
  position: relative;
  z-index: 2;
}
.about-box {
  float: right;
  width: 100%;
  max-width: 760px;
}
.about-title {
  display: block;
  overflow: hidden;
}
.about-title>h1 {
  line-height: 42px;
  font-size: 30px;
  font-weight: bold;
  color: var(--white);
}
.about-title>div {
  line-height: 30px;
  font-size: 24px;
  margin-top: 10px;
  color: var(--white);
  text-transform: uppercase;
}
.about-text {
  display: block;
  overflow: hidden;
  max-width: 82%;
  margin-top: 30px;
  line-height: 36px;
  font-size: 14px;
  line-height:30px;
  min-height: 270px;
  color: var(--white);
}
.about-more {
  display: block;
  overflow: hidden;
  margin-top: 35px;
}
.about-more>a {
  width: 220px;
  float: left;
  height: 50px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 16px;
  color: var(--white);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.about-more>a::before {
  content: "";
  width: 150%;
  height: 100%;
  background-color: var(--bg-color);
  transform: skewX(45deg);
  transition: all 0.6s;
  position: absolute;
  left: -200%;
  top: 0;
  z-index: -1;
}
.about-more>a::after {
  content: "";
  width: 39px;
  float: left;
  height: 11px;
  background: url(../image/more-jiantou.png) no-repeat center center;
  background-size: 100% 100%;
  margin-left: 10px;
}
.about-more>a:hover::before {
  left: -30px;
}
.about-right {
  width: 49.84375%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.about-right::before {
  content: "";
  display: block;
  padding-top: 60.4603%;
}

@media (max-width: 1560px) {
  .about {
    padding: 80px 0;
  }
  .about-box {
    padding-left: 3%;
  }
  .about-text {
    max-width: 90%;
  }
}
@media (max-width: 1240px) {
  .about {
    padding: 50px 0;
  }
  .about-text {
    max-width: 90%;
    line-height: 30px;
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
  .about-text {
    max-width: 96%;
    line-height: 24px;
    min-height: 240px;
    margin-top: 20px;
  }
  .about-more {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .about::before {
    width: 100%;
  }
  .about-left {
    width: 100%;
  }
  .about-box {
    padding: 0 20px;
  }
  .about-title {
    text-align: center;
  }
  .about-title>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .about-title>div {
    line-height: 20px;
    font-size: 14px;
    margin: 0;
  }
  .about-text {
    max-width: 100%;
    line-height: 22px;
    min-height: initial;
    margin-top: 10px;
  }
  .about-more {
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
  .about-more>a {
    width: 150px;
    height: 34px;
    font-size: 14px;
  }
  .about-right {
    width: 100%;
    margin-top: 10px;
  }

}

/* 新闻动态 */
.news {
  padding: 75px 0;
}
.news-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 40px;
}
.news-left {
  width: 50%;
}
.news-left>a {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
}
.news-left>a .img::before {
  padding-top: 46.052632%;
}
.news-left>a .news-left-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.news-left>a:hover .news-number {
  border-color: var(--hover-color);
  color: #fff;
}
.news-left>a:hover .news-number::before {
  left: -80px;
}
.news-left>a:hover .news-box::before {
  right: -80px;
}
.news-left>a:hover .news-box>h1,
.news-left>a:hover .news-box>div {
  color: var(--white);
}

.news-list {
  width: 48.15%;
}
.news-list>li {
  display: block;
  overflow: hidden;
  margin-bottom: 15px;
}
.news-list>li:last-child {
  margin-bottom: 0;
}
.news-list>li>a {
  width: 100%;
  float: left;
  display: flex;
}
.news-number {
  width: 170px;
  height: 160px;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: var(--color3);
}
.news-number>span {
  line-height: 40px;
  font-size: 36px;
  transition: initial;
}
.news-number::before {
  content: "";
  width: 200%;
  height: 100%;
  float: left;
  background-color: var(--hover-color);
  transform: skewX(45deg);
  transition: all 0.6s;
  position: absolute;
  left: -300%;
  top: 0;
  z-index: -1;
}
.news-box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: var(--colorF5);
  padding: 10px 40px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.news-box::before {
  content: "";
  width: 200%;
  height: 100%;
  float: left;
  background-color: var(--bg-color);
  transform: skewX(-45deg);
  transition: all 0.6s;
  position: absolute;
  right: -300%;
  top: 0;
  z-index: -1;
}
.news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: var(--color2);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-box>div {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  color: var(--color6);
  margin-top: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list>li>a:hover .news-number {
  border-color: var(--hover-color);
  color: #fff;
}
.news-list>li>a:hover .news-number::before {
  left: -80px;
}
.news-list>li>a:hover .news-box::before {
  right: -80px;
}
.news-list>li>a:hover .news-box>h1,
.news-list>li>a:hover .news-box>div {
  color: var(--white);
}


@media (max-width: 1560px) {
  .news {
    padding: 60px 0;
  }
}
@media (max-width: 1240px) {
  .news {
    padding: 50px 0;
  }
  .news-number {
    width: 150px;
    height: 140px;
  }
  .news-box {
    padding: 10px 30px;
  }
}
@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .news-content {
    margin-top: 30px;
  }
  .news-number {
    width: 120px;
    height: 110px;
  }
  .news-box {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-content {
    margin-top: 10px;
  }
  .news-left {
    width: 100%;
  }
  .news-left>a:hover .news-number::before {
    left: -50px;
  }
  .news-list {
    width: 100%;
    margin-top: 10px;
  }
  .news-list>li {
    margin-bottom: 10px;
  }
  .news-number {
    width: 102px;
    height: 102px;
  }
  .news-box {
    padding: 10px 15px;
  }
  .news-list>li>a:hover .news-number::before {
    left: -50px;
  }
}
/* END-首页样式 */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 35px 0;
}
.place-title {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  background-color: var(--colorF5);
  line-height: 22px;
  font-size: 14px;
  color: var(--color6);
}
.place-title span {
  color: var(--bg-color);
}
.place-title>h1 {
  text-transform: uppercase;
  font-size: 14px;
}
.place-title>h1>span {
  display: block;
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
}

.menu-list {
  width: 100%;
  float: left;
  transition: initial;
  margin-top: 15px;
  padding: 0 20px;
}
.menu-list>li {
  width: calc(calc(100% / 8) - 10px);
  float: left;
  margin: 5px;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eee;
  font-size: 16px;
  color: var(--color2);
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  position: relative;
  z-index: 0;
}
.menu-list>li>a::after {
  content: "";
  float: left;
  width: 0;
  height: 0;
  border-right: 8px solid var(--bg-color);
  border-top: 8px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  right: -10px;
  bottom: -10px;
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  color: var(--bg-color);
  border-color: var(--bg-color);
}
.menu-list>li:hover>a::after,
.menu-list>li.menu-active>a::after {
  right: 0;
  bottom: 0;
}
.place-content {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 34px;
  color: var(--color3);
}
.company img{ max-width:100% !important; height:auto !important;}

@media (max-width: 1560px) {
  .menu-list>li {
    width: calc(calc(100% / 7) - 10px);
  }
}
@media (max-width: 1240px) {
  .menu-list>li {
    width: calc(calc(100% / 6) - 10px);
  }
}
@media (max-width: 991px) {
  .menu-list>li {
    width: calc(calc(100% / 5) - 10px);
  }
}
@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .menu-title {
    width: calc(100% + 40px);
    text-align: center;
    margin-left: -20px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: var(--white);
    position: relative;
    background-color: var(--bg-color);
  }
  .menu-title-active {
    text-align: left;
  }
  .menu-title-active::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-list {
    display: none;
    padding: 0;
    margin: 0;
  }
  .menu-list>li {
    width: 100%;
    margin: 2px 0 0 0;
  }
  .place-content {
    padding: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 租赁方案 */
.place-content .leasing-list {
  margin: 0;
}

.product-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.product-details-left {
  width: 40%;
  float: left;
  position: relative;
  border: 1px solid #ddd
}
.product-details-left::before {
  content: '';
  display: block;
  padding-top: 60%
}
.product-details-right {
  width: 60%;
  padding: 50px;
  padding-right: 0
}
.product-details-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 20px;
  color: var(--color3)
}
.product-details-text {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: var(--color6);
  margin-top: 20px
}
.product-details-more {
  display: block;
  overflow: hidden;
  margin-top: 20px
}
.product-details-more>a {
  width: 150px;
  float: left;
  height: 50px;
  background-color: var(--bg-color);
  font-size: 16px;
  color: var(--white);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.product-details-more>a::before {
  content: "";
  float: left;
  width: 150%;
  height: 100%;
  background-color: var(--hover-color);
  transform: skewX(45deg);
  transition: all 0.6s;
  position: absolute;
  left: -200%;
  top: 0;
  z-index: -1;
}
.product-details-more>a:hover::before {
  left: -30px;
}
.product-details-content {
  width: 100%;
  float: left;
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  color: var(--color3)
}
.product-details-title {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: var(--colorF5)
}
.product-details-title>span {
  float: left;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  background-color: var(--bg-color);
  font-size: 16px;
  color: var(--white);
  font-weight: bold
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .place-content .leasing-list>li {
    width: calc(calc(100% / 3) - 2%);
  }

  .product-details-right {
    padding: 30px;
    padding-right: 0
  }
}
@media (max-width: 767px) {
  .product-details-left {
    width: 100%;
  }
  .product-details-right {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .product-details-text {
    margin-top: 10px;
  }
  .product-details-more {
    margin-top: 10px;
  }
  .product-details-more>a {
    width: 100px;
    height: 30px;
    font-size: 14px;
  }
  .product-details-content {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .product-details-title {
    margin-bottom: 10px;
  }
  .product-details-title>span {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
  }

}
/* END-租赁方案 */

/* 解决方案 */
.solution-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin-left: -5px;
}
.solution-list>li {
  width: calc(calc(100% / 3) - 10px);
  margin: 0 5px 10px 5px;
}
.solution-list>li .img::before {
  padding-top: 62%;
}
.solution-list>li h1 {
  display: block;
  overflow: hidden;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  color: var(--color2);
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution-list>li:hover .img>img {
  transform: scale(1.06);
}

@media (max-width: 767px) {
  .solution-list {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }
  .solution-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .solution-list>li h1 {
    height: 36px;
    line-height: 36px;
  }
}
/* END-解决方案 */

/* 促销活动 */
.promotional-list {
  display: flex;
  flex-wrap: wrap;
  width: 1560px;
}
.promotional-list>li {
  width: 480px;
  margin: 0 40px 40px 0;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  padding: 4px;
}
.promotional-list>li>a {
  display: block;
  overflow: hidden;
  border: 5px solid #eee;
  border-radius: 10px;
}
.promotional-list>li>a>h1 {
  display: block;
  overflow: hidden;
  line-height: 64px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: var(--bg-color);
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.promotional-list>li>a .promotional-price {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
  margin-top: 5px;
}
.promotional-list>li>a .promotional-price::before {
  content: "";
  width: 100%;
  height: 1px;
  float: left;
  background-color: #eee;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.promotional-list>li>a .promotional-price>span {
  width: 135px;
  height: 45px;
  border: 2px solid #eee;
  font-size: 24px;
  background-color: var(--white);
  color: var(--hover-color);
  font-weight: bold;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 5px;
}
.promotional-list>li>a .promotional-text {
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  margin-top: 10px;
  padding: 0 30px;
  font-size: 14px;
  text-align: center;
  color: var(--color6);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.promotional-list>li>a .more {
  padding: 40px 0 20px 0;
}

@media (max-width: 1560px) {
  .promotional-list {
    width: 102%;
    margin-left: -1%;
  }
  .promotional-list>li {
    width: calc(calc(100% / 3) - 2%);
    margin: 0 1% 40px 1%;
  }
}
@media (max-width: 991px) {
  .promotional-list>li {
    margin: 0 1% 20px 1%;
  }
  .promotional-list>li>a .promotional-text {
    padding: 0 15px;
  }
  .promotional-list>li>a .more {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .promotional-list {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
  .promotional-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .promotional-list>li>a>h1 {
    line-height: 30px;
    font-size: 18px;
    padding: 10px;
    padding-bottom: 0;
  }
  .promotional-list>li>a .promotional-price>span {
    width: 90px;
    height: 30px;
    font-size: 18px;
  }
  .promotional-list>li>a .promotional-text {
    height: 72px;
    line-height: 24px;
    margin-top: 5px;
    padding: 0 10px;
  }
  .promotional-list>li>a .more {
    padding: 10px 0;
  }
}
/* END-促销活动 */

/* 新闻动态 */
.place-content .news-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}
.place-content .news-list>li {
  width: calc(50% - 10px);
  margin: 0 0 20px 0;
}

.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: var(--color3);
  font-weight: bold;
  line-height: 40px;
}
.news-details-time {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: var(--color6);
  line-height: 1.1;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}
.news-details-img{ width:100%;  text-align:center; display:block; max-width:800px; margin:10px auto}
.news-details-img img{ max-width:100%;}
.news-details-content {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
  min-height:300px;
}
.news-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.news-details-content table{ width:100% !important; border:1px solid #dedede !important; border-collapse:collapse;}
.news-details-content table tr td{ width:auto !important; border:1px solid #dedede !important; border-collapse:collapse; padding:1px;}

@media (max-width: 1240px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {
  .place-content .news-list>li {
    width: 100%;
    margin: 0 0 10px 0;
  }

  .news-details-title {
    font-size: 16px;
  }
  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-新闻动态 */

/* 联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap
}
.contact-text {
  width: 40%;
  float: left;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  background-color: var(--bg-color);
  padding: 30px
}
.contact-map {
  width: 60%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none
}
@media (max-width:767px) {
  .contact-text {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 24px
  }
  .contact-map {
    width: 100%;
    height: 300px
  }
}
/* END-联系我们 */