/* 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";

/* main */
/* 关于我们 */
.about {
  width: 100%;
  overflow: hidden;
  background: url(../pic/about-bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 70px 0;
}
.about-title {
  display: block;
  overflow: hidden;
}
.about-title>img {
  display: block;
  width: 100%;
  max-width: 350px;
  height: auto;
  margin: 0 auto;
}
.about-title::after {
  content: "";
  width: 74px;
  height: 1px;
  background-color: #bdbdbd;
  display: block;
  overflow: hidden;
  margin: 30px auto 0 auto;
}
.about-text {
  display: block;
  overflow: hidden;
  margin-top: 30px;
  line-height: 36px;
  font-size: 20px;
  color: #434343;
  text-align: center;
  min-height: 180px;
}
.about-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
.about-list>li {
  min-width: 146px;
  float: left;
  margin: 0 54px 20px 54px;
}
.about-list>li>div {
  width: 100%;
  float: left;
}
.about-list>li>div:first-child {
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
}
.about-list>li>div:first-child>h2 {
  float: left;
  line-height: 56px;
  font-size: 48px;
  color: #79665d;
}
.about-list>li>div:first-child>span {
  float: left;
  line-height: 18px;
  font-size: 24px;
  color: #e1a635;
}
.about-list>li>div:last-child {
  margin-top: 15px;
  line-height: 26px;
  font-size: 16px;
  color: #434343;
  letter-spacing: 3px;
}


@media (max-width: 1220px) {
  .about {
    padding: 50px 0;
  }
  .about-list>li {
    margin: 0 40px 20px 40px;
  }
}

@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
  .about-list>li {
    width: 25%;
    min-width: initial;
    margin: 0 20px 20px 20px;
  }
  .about-list>li>div:first-child>h2 {
    line-height: 50px;
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .about-title::after {
    margin: 5px auto 0 auto;
  }
  .about-text {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    min-height: initial;
  }
  .about-list>li {
    width: 31.333333%;
    margin: 0 1% 10px 1%;
  }
  .about-list>li>div:first-child>h2 {
    line-height: 30px;
    font-size: 20px;
  }
  .about-list>li>div:first-child>span {
    line-height: 14px;
    font-size: 18px;
  }
  .about-list>li>div:last-child {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
    letter-spacing: 0;
  }

}

/* 视频 */
.video {
  width: 100%;
  overflow: hidden;
}
.video-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.video-box::before {
  content: "";
  display: block;
  padding-top: 45%;
}
.video-box>video {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.video-content {
  display: block;
  overflow: hidden;
  background: url(../pic/video-bj1.jpg) no-repeat center center;
  background-size: cover;
  margin-top: -50px;
  position: relative;
  z-index: 2;
  padding: 75px 20px;
  text-align: center;
}
.video-title {
  display: block;
  overflow: hidden;
  line-height: 50px;
  font-size: 36px;
  color: #070707;
  font-weight: bold;
}
.video-title>span {
  color: #71625b;
}
.video-text {
  display: block;
  overflow: hidden;
  font-size: 20px;
  line-height: 36px;
  color: #343434;
  margin-top: 30px;
}

@media (max-width: 1220px) {
  .video-content {
    padding: 50px 20px;
  }
}

@media (max-width: 991px) {
  .video-content {
    margin-top: -30px;
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  .video-content {
    width: calc(100% + 40px);
    margin: 0 0 0 -20px;
    padding: 20px;
  }
  .video-title {
    line-height: 30px;
    font-size: 20px;
  }
  .video-text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
}


/* 新闻资讯 */
.news {
  width: 100%;
  overflow: hidden;
  padding: 90px 0;
}
.news-swiper {
  margin-top: 50px;
}
.news-swiper .swiper-slide {}
.news-swiper .swiper-slide .news-box {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news-swiper .swiper-slide .news-box .news-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news-swiper .swiper-slide .news-box .news-img::before {
  content: "";
  display: block;
  padding-top: 260px;
  /* padding-top: 50.78125%; */
}
.news-swiper .swiper-slide .news-box .news-hover {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(239, 239, 239, 1);
  padding: 40px 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.news-swiper .swiper-slide .news-box .news-hover .news-time {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #848484;
}
.news-swiper .swiper-slide .news-box .news-hover .news-time>span {
  float: left;
  font-size: 24px;
  margin-right: 10px;
}
.news-swiper .swiper-slide .news-box .news-hover>h2 {
  display: block;
  overflow: hidden;
  line-height: 32px;
  margin-top: 15px;
  font-size: 18px;
  color: #1b1b1b;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-swiper .swiper-slide .news-box .news-hover .news-text {
  display: block;
  overflow: hidden;
  height: 96px;
  line-height: 24px;
  font-size: 14px;
  color: #5b5b5b;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.news-swiper .swiper-slide .news-heng {
  display: block;
  overflow: hidden;
  height: 2px;
  background-color: #cfcfcf;
  position: relative;
}
.news-swiper .swiper-slide .news-heng::before {
  content: "";
  width: 0;
  float: left;
  height: 2px;
  background-color: rgba(92, 92, 92, 1);
  transition: all 0.4s;
}
.news-swiper .swiper-slide .news-more {
  display: block;
  overflow: hidden;
  background-color: #efefef;
  padding: 0 30px;
}
.news-swiper .swiper-slide .news-more>a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  font-size: 14px;
  color: #515151;
  position: relative;
  overflow: hidden;
}
.news-swiper .swiper-slide .news-more>a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -44px;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 1px solid rgb(196, 196, 196);
  border-radius: 50%;
  overflow: hidden;
  transition: all .5s ease;
  background: url(../pic/news-jiantou.png) no-repeat center center;
  background-size: 100% 100%;
}
.news-swiper .swiper-slide:hover .news-box .news-hover {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 30px;
}
.news-swiper .swiper-slide:hover .news-box .news-hover .news-time,
.news-swiper .swiper-slide:hover .news-box .news-hover>h2,
.news-swiper .swiper-slide:hover .news-box .news-hover .news-text {
  color: #fff;
}
.news-swiper .swiper-slide:hover .news-heng::before {
  width: 100%;
}
.news-swiper .swiper-slide:hover .news-more>a::after {
  right: 0;
}

@media (max-width: 1600px) {
  .news {
    padding: 70px 0;
  }
}

@media (max-width: 1220px) {
  .news {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .news-swiper {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-swiper {
    margin-top: 15px;
  }
  .news-swiper .swiper-slide .news-box .news-img::before {
    padding-top: 220px;
  }
  .news-swiper .swiper-slide .news-box .news-hover {
    padding: 20px;
  }
  .news-swiper .swiper-slide .news-more {
    padding: 0 20px;
  }
  .news-swiper .swiper-slide .news-more>a {
    height: 40px;
  }
  .news-swiper .swiper-slide .news-more>a::after {
    right: -24px;
    width: 24px;
    height: 24px;
  }
}

/* 工程案例 */
.case {
  width: 100%;
  overflow: hidden;
  background: url(../pic/case-bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 90px 0;
}
.case-lsit {
  display: block;
  overflow: hidden;
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-top: 45px;
}
.case-lsit>li {
  width: 33.3333333%;
  float: left;
  padding: 5px;
}
.case-lsit>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.case-lsit>li>a>img {
  transition: all 1s;
}
.case-lsit>li>a::before {
  content: "";
  display: block;
  padding-top: 125.09506%;
}
.case-lsit>li>a>h1 {
  width: 100%;
  float: left;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  padding: 0 20px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: -100%;
  z-index: 2;
  transition: all 1s;
}
.case-lsit>li>a:hover>img {
  transform: scale(1.2);
}
.case-lsit>li>a:hover>h1 {
  bottom: 0;
}
.case-lsit>li:nth-child(3)>a::before,
.case-lsit>li:nth-child(4)>a::before {
  padding-top: calc(62.54753% - 5px);
}

@media (max-width: 1600px) {
  .case {
    padding: 70px 0;
  }
}

@media (max-width: 1220px) {
  .case {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .case {
    padding: 30px 0;
  }
  .case-lsit {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .case {
    padding: 15px 0;
  }
  .case-lsit {
    margin-top: 10px;
  }
  .case-lsit>li {
    width: 50%;
  }
  .case-lsit>li>a::before {
    padding-top: 75% !important;
  }
  .case-lsit>li>a>h1 {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 15px;
  }
}

/* 联系方式 */
.contact {
  width: 100%;
  overflow: hidden;
  padding: 95px 0 30px 0;
}

@media (max-width: 1600px) {
  .contact {
    padding: 70px 0 30px 0;
  }
}

@media (max-width: 1220px) {
  .contact {
    padding: 50px 0 30px 0;
  }
}

@media (max-width: 991px) {
  .contact {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .contact {
    padding: 15px 0;
  }
}

/* END-main */

/* 内页大图 */
.n-banner {
  width: 100%;
  height: 518px;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  text-align: center;
  justify-content: center;
  padding: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
}
.n-banner>h1 {
  width: 100%;
  line-height: 46px;
  font-size: 36px;
  font-weight: normal;
}
.n-banner>h1::after {
  content: "";
  width: 45px;
  height: 2px;
  background-color: #fff;
  margin: 15px auto;
}

@media (max-width: 767px) {
  .n-banner {
    height: 200px;
    line-height: 20px;
  }
  .n-banner>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .n-banner>h1::after {
    width: 30px;
    margin: 5px auto;
  }
}
/* END-内页大图 */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
}
.main-title {
  width: 100%;
  background-color: #fbfbfb;
  border-top: 1px solid #d5d5d5;
  position: relative;
  z-index: 9;
}
.menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  transition: initial;
}
.menu-list>li {
  float: left;
  position: relative;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  height: 97px;
  line-height: 95px;
  font-size: 18px;
  color: #232323;
  padding-bottom: 2px;
  position: relative;
}
.menu-list>li>a::after {
  content: "";
  width: 0;
  float: left;
  height: 2px;
  background-color: #71625b;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.menu-list>li:hover>a::after,
.menu-list>li.menu-active>a::after {
  width: 100%;
}

.menu-child-list {
  display: none;
  float: left;
  min-width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
}
.menu-child-list>li {
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 1px solid #eee;
}
.menu-child-list>li>a {
  display: block;
  overflow: hidden;
  line-height: 45px;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-child-list>li:hover>a {
  background-color: #71625b;
  color: #fff;
}
.menu-list>li:hover .menu-child-list {
  display: block;
}

.menu-last-list {
  display: none;
  float: left;
  min-width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #fff;
}
.menu-last-list>li {
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 1px solid #eee;
}
.menu-last-list>li>a {
  display: block;
  overflow: hidden;
  line-height: 45px;
  padding: 0 20px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-last-list>li>a:hover {
  background-color: #71625b;
  color: #fff;
}
.menu-child-list>li:hover .menu-last-list {
  display: block;
}

.main-content {
  width: 100%;
  background-color: #ebebeb;
  padding: 40px 0;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.company  img{ max-width:100% !important; height:auto !important; margin:6px;}
@media (max-width: 767px) {
  .main-title {
    border: none;
  }
  .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: #fff;
    position: relative;
    background-color: #71625b;
  }
  .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-top: 2px;
  }
  .menu-list>li {
    width: 100%;
  }
  .menu-list>li>a {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    padding: 0;
  }
  .menu-list>li>a:hover {
    background-color: #71625b;
    color: #fff;
  }

  .main-content {
    width: 100%;
    padding: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 产品分类 */
.product-list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  width: 1616px;
}
.product-list>li {
  width: 388px;
  float: left;
  margin: 0 16px 16px 0;
}
.product-list>li>a {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 10px 10px 0 10px;
}
.product-list>li>a .product-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.product-list>li>a .product-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-list>li>a>h1 {
  display: block;
  overflow: hidden;
  height: 80px;
  line-height: 80px;
  padding: 0 15px;
  font-size: 16px;
  color: #202020;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list>li>a>h1::before {
  content: ">";
  float: right;
  font-family: SimSun;
  font-size: 24px;
  color: #727272;
  font-weight: bold;
}
.product-list>li>a:hover .product-img>img {
  transform: scale(1.05);
}
.product-list>li>a:hover>h1 {
  color: #71625b;
  font-weight: bold;
}

.product-details {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 50px;
}
.product-details-left {
  width: 502px;
  float: left;
  position: relative;
}

#showbox {
  background: #eee;
}
#showbox span {
  background: url(../pic/whitebg.png) repeat;
}
#showsum {
  left: 25px;
  margin-top: 20px;
}
#showsum>p {
  transition: initial;
}
#showsum span {
  border: 1px solid #ddd;
}
#showsum span.sel {
  border: 1px solid #897870;
}
.showpage {
  width: 504px;
  position: relative;
}
.showpage a {
  float: left;
  width: 22px;
  height: 32px;
  position: absolute;
  left: 0;
  top: -36px;
  margin-top: -32px;
  background-image: url(../pic/prev.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 5;
}
.showpage a#shownext {
  left: initial;
  right: 0;
  background-image: url(../pic/next.png);
}
.showpage a:hover {
  background-image: url(../pic/hover-prev.png);
}
.showpage a#shownext:hover {
  background-image: url(../pic/hover-next.png);
}

#gallery {
  width: 100%;
  border: 1px solid #ccc;
  position: relative;
}
#gallery .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.product-details-thumbs {
  width: 100%;
  margin-top: 20px;
  padding: 0 40px;
  position: relative;
}
#thumbs .swiper-slide {
  border: 1px solid #ccc;
  cursor: pointer;
  opacity: 0.5;
}
#thumbs .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 75%;
}
#thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.thumbs-prev,
.thumbs-next {
  float: left;
  font-size: 50px;
  color: #000;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.thumbs-next {
  left: initial;
  right: 0;
}
.thumbs-prev:hover,
.thumbs-next:hover {
  opacity: 1;
}

.product-details-right {
  width: calc(100% - 502px);
  float: right;
  padding-left: 40px;
}
.product-details-right>h1 {
  display: block;
  overflow: hidden;
  font-size: 20px;
  color: #333;
  line-height: 1.2;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.product-details-text {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin: 20px 0;
}
.product-details-more {
  display: block;
  overflow: hidden;
}
.product-details-more>a {
  width: 33%;
  float: left;
  height: 50px;
  background-color: #897870;
  border: 1px solid #897870;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.product-details-more>a:hover {
  background-color: #fff;
  color: #000;
}

.product-details-content {
  width: 100%;
  float: left;
  margin-top: 40px;
}
.product-details-content .txt{font-size: 16px; line-height: 36px;}
.product-details-content .txt img{
  display: block;
  width: 800px !important;
  height: auto !important;
  margin: 10px auto;
}

.product-details-title {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
.product-details-title>span {
  width: 33%;
  float: left;
  background-color: #897870;
  padding: 15px 20px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

@media (max-width: 1620px) {
  .product-list {
    width: 101%;
    margin-left: -0.5%;
  }
  .product-list>li {
    width: 24%;
    margin: 0 0.5% 16px 0.5%;
  }
}

@media (max-width: 1200px) {
  .product-list>li>a>h1 {
    height: 60px;
    line-height: 60px;
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  .product-list>li {
    width: 32.333333%;
  }
  .product-list>li>a>h1 {
    height: 50px;
    line-height: 50px;
  }
  .product-details {
    padding: 30px;
  }
  .product-details-left {
    width: 100%;
  }
  .product-details-left>div:first-child {
    width: 100%;
    max-width: 502px;
    margin: 0 auto;
    display: block;
  }
  .product-details-right {
    width: 100%;
    padding: 30px 0 0 0;
  }
}

@media (max-width: 767px) {
  .product-list>li {
    width: 49%;
  }
  .product-list>li>a {
    padding: 5px 5px 0 5px;
  }
  .product-list>li>a>h1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .product-list>li>a>h1::before {
    font-size: 18px;
  }

  .product-details {
    padding: 10px;
  }
  .product-details-left,
  .product-details-right {
    width: 100%;
  }
  .product-details-thumbs {
    margin-top: 10px;
    padding: 0 30px;
  }


  .product-details-right>h1 {
    font-size: 18px;
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .product-details-text {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
  }
  .product-details-content {
    font-size: 14px;
    line-height: 24px;
  }
  .product-details-more>a {
    height: 40px;
    font-size: 16px;
  }
  .product-details-title {
    margin-bottom: 10px;
  }
  .product-details-title>span {
    padding: 10px 15px;
    font-size: 16px;
    line-height: 24px;
  }
  .product-details-content {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}
/* END-产品分类 */

/* 新闻中心 */
.news-list {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 3%;
}
.news-list>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.news-list>li>a {
  display: flex;
  width: 100%;
  float: left;
  padding: 30px;
}
.news-list>li>a .news-left {
  width: calc(100% - 300px);
  float: left;
}
.news-list>li>a .news-left .left-time {
  width: 100px;
  float: left;
}
.news-list>li>a .news-left .left-time .news-time {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 24px;
  color: #999;
  margin-bottom: 30px;
}
.news-list>li>a .news-left .left-time .news-icon {
  padding: 6px 11px;
  border: 1px solid transparent;
  transition: all .5s ease;
  color: #ccc;
}
.news-list>li>a .news-left .right-box {
  display: block;
  overflow: hidden;
  padding: 0 30px 0 60px;
  position: relative;
}
.news-list>li>a .news-left .right-box::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 1rem;
  display: block;
  width: 40px;
  height: 1px;
  background: #aaa;
  transition: all .5s ease;
}
.news-list>li>a .news-left .right-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 24px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 10px;
}
.news-list>li>a .news-left .right-box .news-text {
  display: block;
  line-height: 24px;
  height: 72px;
  font-size: 14px;
  overflow: hidden;
  color: #999;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top:6px; margin-bottom:6px;
}
.news-list>li>a .news-left .right-box .news-more {
  display: block;
  overflow: hidden;
  margin-top: 25px;
  line-height: 35px;
  background: #d8dacd;
  padding: 0 20px;
  width: auto;
  color: #000;
  float: left;
}
.news-list>li>a .news-right {
  width: 300px;
  float: left;
  overflow: hidden;
  position: relative;
}
.news-list>li>a .news-right::before {
  content: "";
  display: block;
  padding-top: 70%;
}
.news-list>li>a:hover .news-left .left-time .news-icon {
  border-color: #d8dacd;
  margin-left: 10px;
  color: #000;
  background: #d8dacd;
}
.news-list>li>a:hover .news-left .right-box {
  padding-left: 80px;
}
.news-list>li>a:hover .news-left .right-box::before {
  width: 60px;
}
.news-list>li>a:hover .news-right>img {
  transform: scale(1.1);
}

.news-details {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 50px;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
}
.news-details-time {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  padding: 15px 0;

}
.news-details-img {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  padding: 15px 0;
  width:100%;
}
.news-details-img img{ max-width:100% !important; height:auto !important;}
.news-details-video {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  padding: 15px 0;
  width:100%;
}
.news-details-video video{width:800px !important; height:500px !important;}
.news-details-content {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}
.news-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .news-list>li>a {
    padding: 20px;
  }
  .news-list>li>a .news-left {
    width: calc(100% - 200px);
  }
  .news-list>li>a .news-right {
    width: 200px;
  }

  .news-details {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .news-list {
    padding: 0;
  }
  .news-list>li {
    margin-bottom: 10px;
  }
  .news-list>li>a {
    padding: 10px;
  }
  .news-list>li>a .news-left {
    width: calc(100% - 140px);
  }
  .news-list>li>a .news-right {
    width: 140px;
  }
  .news-list>li>a .news-left .left-time {
    width: 100%;
  }
  .news-list>li>a .news-left .left-time .news-time {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .news-list>li>a .news-left .right-box {
    padding: 0 15px 0 0;
  }
  .news-list>li>a .news-left .right-box::before {
    display: none;
  }
  .news-list>li>a .news-left .right-box>h1 {
    font-size: 16px;
    padding-bottom: 5px;
  }
  .news-list>li>a .news-left .right-box .news-more {
    margin-top: 10px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
  }

  .news-details {
    padding: 15px;
  }
  .news-details-title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .news-details-time {
    padding: 10px 0;
  }
  .news-details-content {
    line-height: 24px;
    padding-top: 10px;
    font-size: 14px;
  }
  .news-details-video video{width:100% !important; height:250px !important;}
}
/* END-新闻中心 */

/* 联系我们 */
.contact {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 40px;
}
.contact-map {
  width: 100%;
  float: left;
  overflow: hidden;
  height: 500px;
  border: none;
}
.contact-text {
  width: 100%;
  float: left;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-text>div {
  width: 32%;
  float: left;
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.contact-text>div>h2 {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 20px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .contact {
    padding: 20px;
  }
  .contact-map {
    height: 400px;
  }
  .contact-text>div {
    width: 49%;
  }
}

@media (max-width: 767px) {
  .contact {
    padding: 10px;
  }
  .contact-map {
    height: 300px;
  }
  .contact-text {
    margin-top: 10px;
  }
  .contact-text>div {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-text>div>h2 {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 5px;
  }
}
/* END-联系我们 */

.showroom-details{
  display: block;
  overflow: hidden;
  padding: 20px 0 0 0;
}
.showroom-details #gallery .swiper-slide::before {
  padding-top: 50%;
}
