/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";

/* main */
/* 产品系列 */
.series {
  width: 100%;
  float: left;
  padding: 40px 0;
  background-color: #d7d7d7;
  position: relative;
}
.title {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.title>h1 {
  float: left;
  line-height: 36px;
  padding: 0 50px;
  background: url(../images/title-left.png) no-repeat left center, url(../images/title-right.png) no-repeat right center;
  font-size: 30px;
  color: #333;
}
.title>div {
  width: 100%;
  float: left;
  line-height: 16px;
  font-size: 14px;
  color: #b1b1b1;
  text-transform: uppercase;
  margin-top: 10px;
}
.series-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.series-list>li {
  width: calc(50% - 10px);
  float: left;
  margin-bottom: 20px;
}
.series-list>li>a {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  justify-content: space-between;
  border: 1px solid #e6e6e6;
  padding: 15px 20px;
}
.series-list>li>a .series-img {
  width: 54.5%;
  float: left;
  overflow: hidden;
  position: relative;
}
.series-list>li>a .series-img::before {
  content: "";
  display: block;
  padding-top: 48%;
}
.series-list>li>a .series-box {
  width: 45.5%;
  float: left;
  padding: 20px;
}
.series-list>li>a .series-box>h2 {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.series-list>li>a .series-box .series-text {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
}
.series-list>li>a .series-box .series-more {
  width: 100%;
  max-width: 132px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 34px;
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
  text-align: center;
  background-color: #e40111;
  border: 1px solid #e40111;
  border-radius: 17px;
}
.series-list>li>a:hover .series-img>img {
  transform: scale(1.1);
}
.series-list>li>a:hover .series-box>h2 {
  color: #e40111;
}
.series-list>li>a:hover .series-box .series-more {
  background-color: #fff;
  color: #e40111;
}
.more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.more>a {
  width: 160px;
  float: left;
  height: 42px;
  line-height: 42px;
  background-color: #535353;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.more>a:hover {
  background-color: #e40111;
  color: #fff;
}
.series .more {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 2;
}

@media (max-width: 767px) {
  .series {
    padding: 15px 0;
  }
  .title>h1 {
    line-height: 30px;
    font-size: 20px;
    background: url(../images/title-left.png) no-repeat left center, url(../images/title-right.png) no-repeat right center;
    background-size: auto 12px;
    padding: 0 40px;
  }
  .title>div {
    margin-top: 0;
  }
  .series-list {
    margin-top: 10px;
  }
  .series-list>li {
    width: 100%;
    margin-bottom: 10px;
  }
  .series-list>li>a {
    padding: 15px;
  }
  .series-list>li>a .series-box {
    padding: 5px 0 5px 15px;
  }
  .series-list>li>a .series-box .series-more {
    max-width: 90px;
    height: 30px;
    margin-top: 5px;
    border-radius: 15px;
  }
  .series-list>li>a .series-box .series-text {
    margin-top: 5px;
  }
  .series .more {
    position: relative;
    left: initial;
    bottom: initial;
    transform: initial;
  }
  .more>a {
    width: 110px;
    height: 30px;
    line-height: 30px;
  }
}

/* 产品展示 */
.product {
  width: 100%;
  overflow: hidden;
  padding: 50px 0 35px 0;
  background-color: #f0f0f0;
}
.product-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.product-nav>li {
  width: 166px;
  float: left;
  margin: 0 8px 10px 8px;
}
.product-nav>li>a {
  display: block;
  overflow: hidden;
  height: 42px;
  line-height: 38px;
  text-align: center;
  border: 2px solid #e40111;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  border-radius: 5px;
}
.product-nav>li>a:hover,
.product-nav>li.product-active>a {
  background-color: #e40111;
  color: #fff;
}
.product-content {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.product-content>div {
  display: none;
}
.product-content>div:first-child {
  display: block;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  width: 1220px;
}
.product-list>li {
  width: 285px;
  float: left;
  margin: 0 20px 20px 0;
}
.product-list>li>a .product-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  box-shadow: inset 0 0 30px rgba(195, 195, 195, 0.75);
}
.product-list>li>a .product-img::before {
  content: "";
  display: block;
  padding-top: 103.85965%;
}
.product-list>li>a>h2 {
  display: block;
  overflow: hidden;
  margin-top: 5px;
  height: 38px;
  line-height: 38px;
  background-color: #e6e6e6;
  font-size: 14px;
  color: #333;
  padding-left: 25px;
}
.product-list>li>a>h2>span {
  width: 45px;
  float: right;
  height: 38px;
  background-color: #e40111;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-left: 25px;
}
.product-list>li>a:hover .product-img>img {
  transform: scale(1.1);
}
.product-list>li>a:hover>h2 {
  background-color: #e40111;
  color: #fff;
}
.product-list>li>a:hover>h2>span {
  background-color: #535353;
}
.product .more {
  margin-top: 20px;
}

@media (max-width: 1220px) {
  .product-list {
    width: 102%;
    margin-left: -1%;
  }
  .product-list>li {
    width: 23%;
    margin: 0 1% 20px 1%;
  }
}

@media (max-width: 991px) {
  .product {
    padding: 40px 0 30px 0;
  }
  .product-nav {
    margin-top: 20px;
  }
  .product-content {
    margin-top: 20px;
  }
  .product-list>li>a>h2 {
    padding-left: 15px;
  }
  .product-list>li>a>h2>span {
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .product {
    padding: 15px 0;
  }
  .product-nav {
    margin-top: 10px;
    justify-content: space-between;
  }
  .product-nav>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .product-content {
    margin-top: 10px;
  }
  .product-list>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .product-list>li>a>h2>span {
    margin-left: 10px;
    width: 38px;
  }
  .product .more {
    margin-top: 10px;
  }
}

/* 关于我们 */
.about {
  width: 100%;
  overflow: hidden;
  background: url(../images/about-bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 35px 0;
}
.about .title>h1 {
  background: url(../images/title-left-white.png) no-repeat left center, url(../images/title-right-white.png) no-repeat right center;
  color: #fff;
}
.about .title>div {
  color: #fff;
}
.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
}
.about-left {
  width: 45.3125%;
  float: left;
  position: relative;
  padding: 55px 0;
  z-index: 2;
}
.about-img {
  width: 100%;
  float: right;
  max-width: 600px;
  overflow: hidden;
  position: relative;
  border: 10px solid #fff;
  transform: translateX(90px);
}
.about-img::before {
  content: "";
  display: block;
  padding-top: 70.166667%;
}
.about-right {
  width: 54.6875%;
  float: left;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(195, 195, 195, 0.75);
  padding: 70px 30px 65px 90px;
}
.about-box {
  width: 100%;
  float: left;
  padding-left: 20px;
  max-width: 600px;
  background: url(../images/about-bj-icon.png) no-repeat right bottom;
}
.about-box>h2 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.about-box .about-text {
  display: block;
  overflow: hidden;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  height: 275px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 11;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
.about .more {
  justify-content: flex-start;
  margin-top: 30px;
}

@media (max-width: 1220px) {
  .about-left {
    padding: 40px 0;
  }
  .about-img {
    transform: translateX(50px);
  }
  .about-right {
    padding: 50px 30px 50px 50px;
  }
}

@media (max-width: 991px) {
  .about-left {
    padding: 30px 0;
  }
  .about-img {
    transform: translateX(30px);
  }
  .about-right {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 15px;
  }
  .about-content {
    margin-top: 10px;
  }
  .about-left {
    width: 100%;
    padding: 0;
  }
  .about-img {
    max-width: 100%;
    border: 2px solid #fff;
    transform: translateX(0);
  }
  .about-right {
    width: 100%;
    padding: 15px;
    margin-top: 15px;
  }
  .about-box {
    padding: 0;
    max-width: 100%;
  }
  .about-box .about-text {
    line-height: 24px;
    height: auto;
    -webkit-line-clamp: initial;
    margin-top: 10px;
  }
  .about .more {
    margin-top: 10px;
  }
}

/* 腾其优势 */
.advantage {
  width: 100%;
  overflow: hidden;
  padding: 35px 0;
}
.advantage-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.advantage-list>li {
  width: 182px;
  float: left;
}
.advantage-list>li>a .advantage-img {
  width: 100%;
  max-width: 164px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  border: 6px solid #e40111;
}
.advantage-list>li>a .advantage-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.advantage-list>li>a .advantage-img::after {
  content: "";
  width: 100%;
  float: left;
  height: 100%;
  border-radius: 50%;
  border: 6px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.advantage-list>li>a>h2 {
  display: block;
  overflow: hidden;
  line-height: 28px;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.advantage-list>li>a>div {
  display: block;
  overflow: hidden;
  line-height: 20px;
  margin-top: 5px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

@media (max-width: 991px) {
  .advantage-list>li {
    width: 18%;
  }
}
@media (max-width: 767px) {
  .advantage {
    padding: 15px 0;
  }
  .advantage-list {
    margin-top: 0;
    justify-content: center;
  }
  .advantage-list>li {
    width: 30.333333%;
    float: left;
    margin: 15px 1.5% 0 1.5%;
  }
  .advantage-list>li>a .advantage-img {
    border: 2px solid #e40111;
  }
  .advantage-list>li>a .advantage-img::after {
    border: 2px solid #fff;
  }
}

/* 新闻资讯 */
.news {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  background-color: #d7d7d7;
}
.news-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.news-nav>li {
  width: 166px;
  float: left;
  margin: 0 8px 10px 8px;
}
.news-nav>li>a {
  display: block;
  overflow: hidden;
  height: 42px;
  line-height: 38px;
  text-align: center;
  border: 2px solid #e40111;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  border-radius: 5px;
}
.news-nav>li>a:hover,
.news-nav>li.news-active>a {
  background-color: #e40111;
  color: #fff;
}
.news-content {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.news-content>div {
  display: none;
}
.news-content>div:first-child {
  display: block;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  width: 1236px;
}
.news-list>li {
  width: 376px;
  float: left;
  margin: 0 36px 40px 0;
  border-bottom: 2px solid #535353;
}
.news-list>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.news-list>li>a::before {
  content: "";
  display: block;
  padding-top: 83.776596%;
}
.news-list>li>a .news-img {
  width: 100%;
  overflow: hidden;
  height: calc(100% - 90px);
  position: absolute;
  left: 0;
  top: 0;
}
.news-list>li>a .news-hover {
  width: 100%;
  float: left;
  height: 90px;
  padding: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.news-list>li>a .news-hover .news-time {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}
.news-list>li>a .news-hover>h2 {
  width: 100%;
  display: block;
  overflow: hidden;
  line-height: 25px;
  margin-top: 5px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-text {
  width: 100%;
  display: block;
  height: 216px;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
.news-list>li>a:hover .news-img {
  height: 100%;
}
.news-list>li>a:hover .news-hover {
  height: 100%;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
}
.news-list>li>a:hover .news-hover .news-time {
  line-height: 24px;
}
.news-list>li>a:hover .news-hover>h2 {
  line-height: 24px;
  margin-top: 10px;
}
.news-list>li>a:hover .news-text {
  margin-top: 10px;
}

@media (max-width: 1220px) {
  .news-list {
    width: 102%;
    margin-left: -1%;
  }
  .news-list>li {
    width: 31.333333%;
    margin: 0 1% 40px 1%;
  }
  .news-list>li>a .news-text {
    height: 168px;
    -webkit-line-clamp: 7;
  }
}
@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .news-nav {
    margin-top: 30px;
  }
  .news-list>li {
    margin: 0 1% 30px 1%;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-nav {
    margin-top: 10px;
    justify-content: space-between;
  }
  .news-nav>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .news-content {
    margin-top: 10px;
  }
  .news-list {
    width: 100%;
    margin: 0;
  }
  .news-list>li {
    width: 100%;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
  }
  .news-list>li>a {
    display: flex;
  }
  .news-list>li>a::before {
    display: none;
  }
  .news-list>li>a .news-img {
    width: 30%;
    float: left;
    height: auto;
    position: relative;
  }
  .news-list>li>a .news-hover {
    width: 70%;
    float: right;
    height: auto;
    padding: 5px 0 5px 15px;
    position: relative;
  }
  .news-list>li>a .news-text {
    height: 48px;
    -webkit-line-clamp: 2;
    margin-top: 5px;
  }
}

/* 合作客户 */
.customers {
  width: 100%;
  overflow: hidden;
  background: url(../images/customers-bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 35px 0;
}
.customers-list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 40px 0;
}
.customers-list>li {
  width: 126px;
  float: left;
  margin: 0 22px;
}
.customers-list>li>a {
  width: 100%;
  max-width: 126px;
  float: left;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
}
.customers-list>li>a::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 100%;
}
.customers-list>li:nth-child(even) {
  margin-top: 75px;
}
.customers-list>li:nth-child(8) {
  width: 50%;
  margin: -15px 0 0 0;
}
.customers-list>li:nth-child(8)>a {
  float: right;
  margin-right: 107px;
}
.customers-list>li:nth-child(9) {
  width: 50%;
  margin: -15px 0 0 0;
}
.customers-list>li:nth-child(9)>a {
  float: left;
  margin-left: 107px;
}
.customers-list>li:nth-child(10) {
  width: 100%;
  margin: -55px 0 0 0;
  display: flex;
  justify-content: center;
}

@media (max-width: 1220px) {
  .customers-list>li {
    margin: 0 6px;
  }
}

@media (max-width: 991px) {
  .customers {
    padding: 25px 0;
  }
  .customers-list {
    margin: 30px 0;
  }
  .customers-list>li {
    margin: 0 7px;
  }
  .customers-list>li:nth-child(6) {
    width: 33.33333%;
    margin: -15px 0 0 0;
  }
  .customers-list>li:nth-child(7) {
    width: 33.33334%;
    margin: -15px 0 0 0;
    display: flex;
    justify-content: center;
  }
  .customers-list>li:nth-child(8) {
    width: 33.33333%;
    margin: -15px 0 0 0;
  }
  .customers-list>li:nth-child(8)>a {
    margin: 0;
  }
  .customers-list>li:nth-child(9) {
    display: flex;
    justify-content: flex-end;
    margin: -55px 0 0 0;
  }
  .customers-list>li:nth-child(9)>a {
    margin: 0 77px 0 0;
  }
  .customers-list>li:nth-child(10) {
    width: 50%;
    justify-content: flex-start;
  }
  .customers-list>li:nth-child(10)>a {
    margin-left: 77px;
  }
}

@media (max-width: 767px) {
  .customers {
    padding: 15px 0;
  }
  .customers-list {
    width: 102%;
    margin-left: -1%;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .customers-list>li {
    width: 18% !important;
    margin: 1% !important;
    display: block !important;
  }
  .customers-list>li>a {
    margin: 0 !important;
  }
}

/* END-main */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  background-color: #f0f0f0;
}
.main-left {
  width: 256px;
  float: left;
  background-color: #fff;
}
.left-menu {
  width: 100%;
  float: left;
}
.menu-title {
  display: block;
  overflow: hidden;
  padding: 20px 0;
  line-height: 28px;
  text-align: center;
  background-color: #e40111;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.menu-title>span {
  display: block;
  overflow: hidden;
  line-height: 32px;
}
.menu-list {
  display: block;
  overflow: hidden;
  transition: initial;
  box-shadow: inset 11px 0 54px rgba(195, 195, 195, 0.75);
  padding: 15px 10px;
}
.menu-list>li {
  display: block;
  overflow: hidden;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  border-radius: 5px;
  background-color: #e40111;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  background-color: #e40111;
  color: #fff;
}
.menu-child-list {
  display: block;
  overflow: hidden;
  padding: 5px 0;
}
.menu-child-list>li {
  display: block;
  overflow: hidden;
}
.menu-child-list>li>a {
  display: block;
  overflow: hidden;
  line-height: 34px;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
  text-align: center;
  border-radius: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-child-list>li>a:hover , .menu-child-list>li a.act {
  background-color: #e40111;
  color: #fff;
}
.menu-contact {
  display: block;
  overflow: hidden;
  box-shadow: inset 11px 0 54px rgba(195, 195, 195, 0.75);
  padding: 20px;
  font-size: 14px;
  color: #333;
  line-height: 28px;
}

.main-right {
  width: 895px;
  float: right;
  padding: 30px 0;
}
.place-title {
  width: 100%;
  float: left;
  border-bottom: 1px solid #d4d4d4;
}
.place-title>h1 {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding: 0 15px 10px 15px;
  border-bottom: 2px solid #e40111;
}
.place-title>div {
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.place-title>div>a {
  color: #333;
}
.place-title>div>a:hover {
  color: #e40111;
  text-decoration: underline;
}
.place-content {
  width: 100%;
  float: left;
  padding-top: 40px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}

@media (max-width: 1220px) {
  .main-left {
    width: 24%;
  }
  .main-right {
    width: 74%;
  }
}

@media (max-width: 991px) {
  .main-left {
    width: 29%;
  }
  .main-right {
    width: 69%;
  }
}

@media (max-width: 767px) {
  .main-left {
    width: 100%;
  }
  .left-menu {
    margin: 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: #fff;
    position: relative;
  }
  .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;
  }

  .main-right {
    width: 100%;
    padding: 0;
  }
  .place-content {
    padding: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 产品展示 */
.place-content .product-list {
  width: 915px;
}

.main-details .main-right {
  width: 100%;
}

.product-details {
  display: block;
  overflow: hidden;
  border: 2px solid #e0e0e0;
  border-top-color: #e40111;
}
.product-details>h1 {
  display: block;
  overflow: hidden;
  line-height: 40px;
  background-color: #e0e0e0;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding: 0 15px;
  text-align: center;
}
.product-details>div {
  display: block;
  overflow: hidden;
  padding: 25px 20px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.product-details>div>img {
  width: 50%;
  float: left;
  height: auto;
  margin-right: 45px;
}
.product-details>div>h2 {
  font-size: 16px;
  font-weight: bold;
}

.product-details-content {
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.product-details-title {
  display: block;
  overflow: hidden;
  background-color: #e0e0e0;
  line-height: 20px;
  padding: 10px 20px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.product-details-content>div {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 34px;
  color: #333;
  padding: 35px 20px;
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 10px auto;
}

@media (max-width: 1220px) {
  .place-content .product-list {
    width: 102%;
  }
  .place-content .product-list>li {
    width: 31.333333%;
  }
}

@media (max-width: 767px) {
  .place-content .product-list>li {
    width: 48%;
  }

  .product-details>div {
    padding: 15px;
    line-height: 24px;
  }
  .product-details>div>img {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .product-details-content {
    margin-top: 10px;
  }
  .product-details-content>div {
    line-height: 24px;
    padding: 15px 0;
  }
}
/* END-产品展示 */

/* 新闻中心 */
.place-content .news-list {
  width: 100%;
}
.place-content .news-list>li {
  width: 100%;
  margin: 0 0 20px 0;
  padding-bottom: 20px;
}
.place-content .news-list>li>a {
  display: flex;
}
.place-content .news-list>li>a::before {
  display: none;
}
.place-content .news-list>li>a .news-img {
  width: 30%;
  float: left;
  height: auto;
  position: relative;
}
.place-content .news-list>li>a .news-hover {
  width: 70%;
  height: auto;
  padding: 10px 20px;
  position: relative;
}
.place-content .news-list>li>a .news-hover>h2 {
  line-height: 40px;
  margin-top: 0;
}
.place-content .news-list>li>a .news-text {
  height: 120px;
  line-height: 30px;
  -webkit-line-clamp: 4;
  margin: 10px 0;
  text-align: left;
}
.news-list>li>a:hover .news-hover .news-time {
  line-height: 20px;
}

.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}
.news-details-time {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.1;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}
.news-details-content {
  display: block;
  overflow: hidden;
  font-size: 14px;
  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) {
  .place-content .news-list>li>a .news-hover>h2 {
    line-height: 30px;
  }
  .place-content .news-list>li>a .news-text {
    height: 90px;
    -webkit-line-clamp: 3;
    margin: 5px 0;
  }
}

@media (max-width: 767px) {
  .place-content .news-list>li {
    margin: 0 0 10px 0;
    padding-bottom: 10px;
  }
  .place-content .news-list>li>a .news-hover {
    padding: 5px 0 5px 10px;
  }
  .place-content .news-list>li>a .news-text {
    height: 48px;
    line-height: 24px;
    -webkit-line-clamp: 2;
  }

  .news-details-title {
    font-size: 16px;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-新闻中心 */

/* 合作客户 */
.place-content .customers-list {
  width: 102%;
  margin: 0 0 0 -1%;
}
.place-content .customers-list>li {
  width: 18% !important;
  margin: 0 1% 2% 1% !important;
  display: flex;
  justify-content: center;
}
.place-content .customers-list>li>a {
  margin: 0 !important;
}
/* END-合作客户 */

/* 联系我们 */
.contact-text {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.contact-map {
  width: 100%;
  overflow: hidden;
  height: 400px;
  border: none;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .contact-text {
    font-size: 14px;
    line-height: 24px;
  }
  .contact-map {
    margin-top: 10px;
    height: 300px;
  }
}
/* END-联系我们 */