@charset "UTF-8";
/*
 * @Author: Code Zhuang
 * @Date: 2023-06-02 09:50:08
 * @Last Modified by: Code Zhuang
 * @Last Modified time: 2023-06-05 15:59:15
 */

/* 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";

.img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.img::before {
  content: "";
  display: block;
}
.container-fluid {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title {
  display: block;
  overflow: hidden;
  text-align: center;
  padding-bottom: 28px;
  background: url(/images/title-heng.png) no-repeat center bottom;
}
.title>div {
  line-height: 25px;
  font-size: 24px;
  color: #a3a3a3;
  text-transform: uppercase;
}
.title>h1 {
  line-height: 44px;
  font-size: 36px;
  color: #393939;
  margin-top: 5px;
}


/* 首页样式 */
/* 产品中心 */
.product {
  background-image: url(/images/product-bj.jpg);
  padding: 55px 0 75px 0;
}
.product-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.product-nav>li {
  width: 20%;
  float: left;
  position: relative;
  border-left: 1px solid #6180bd;
  margin-bottom: 10px;
}
.product-nav>li:first-child {
  border: none;
}
.product-nav>li>a {
  display: block;
  overflow: hidden;
  height: 66px;
  line-height: 66px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
  background-color: var(--color-main);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-nav>li::after {
  content: "";
  width: 0;
  height: 5px;
  float: left;
  background-color: #c0c0c0;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
}
.product-nav>li:hover::after,
.product-nav>li.product-active::after {
  width: 100%;
}
#gallery {
  width: 100%;
  margin-top: 25px;
  overflow: hidden;
}
#gallery .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#gallery .swiper-slide .product-left {
  width: 50%;
  overflow: hidden;
  position: relative;
}
#gallery .swiper-slide .product-right {
  width: 50%;
  background-color: #eee;
  padding: 40px 35px 50px 35px;
}
#gallery .swiper-slide .product-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 24px;
  color: #272727;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#gallery .swiper-slide .product-right .product-text {
  display: block;
  overflow: hidden;
  height: 144px;
  line-height: 24px;
  font-size: 16px;
  color: #5d5d5d;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}
#gallery .swiper-slide .product-right .product-more {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
#gallery .swiper-slide .product-right .product-more>a {
  width: 134px;
  float: left;
  height: 44px;
  border: 2px solid var(--color-main);
  font-size: 14px;
  color: #fff;
  border-radius: 22px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: var(--color-main);
}
#gallery .swiper-slide .product-right .product-more>a:hover {
  background-color: #eee;
  color: var(--color-hover);
}
#gallery .prev-button,
#gallery .next-button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-image: url(/images/product-left.png), url(/images/product-left-hover.png);
  background-color: #eee;
  background-position: left center, 32px center;
  background-repeat: no-repeat;
  background-size: 32px;
  float: left;
  position: absolute;
  bottom: 60px;
  right: 88px;
  z-index: 2;
  cursor: pointer;
}
#gallery .next-button {
  right: 40px;
  background-image: url(/images/product-right.png), url(/images/product-right-hover.png);
}
#gallery .prev-button:hover,
#gallery .next-button:hover {
  background-position: -32px center, left center;
}

.thumbs {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
#thumbs {
  width: 100%;
}
#thumbs .swiper-slide {
  cursor: pointer;
}
#thumbs .swiper-slide .img::before {
  padding-top: 63.1016043%;
}
#thumbs .swiper-slide>h1 {
  display: block;
  overflow: hidden;
  background-color: #ededed;
  padding: 20px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #242424;
}
#thumbs .swiper-slide>h1>span {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 18px;
  text-transform: uppercase;
  transition: initial;
}
#thumbs .swiper-slide-thumb-active>h1 {
  background-color: var(--color-hover);
  color: #fff;
}

/* 匠心打造 精益求精 */
.ingenuity {
  background-image: url(/images/industry-bj.jpg);
  padding: 80px 0;
}
.ingenuity-title {
  display: block;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.ingenuity-title>h1 {
  line-height: 46px;
  font-size: 36px;
  font-weight: bold;
}
.ingenuity-title>div {
  line-height: 30px;
  font-size: 18px;
}
.ingenuity-list {
  display: flex;
  flex-wrap: wrap;
  width: 1216px;
  margin-top: 35px;
}
.ingenuity-list>li {
  width: 288px;
  margin: 0 16px 20px 0;
}
.ingenuity-list>li .img::before {
  padding-top: 86.458334%;
}
.ingenuity-list>li .ingenuity-box {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 20px;
  padding-bottom: 40px;
}
.ingenuity-list>li .ingenuity-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 54px;
  font-size: 24px;
  color: #080808;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ingenuity-list>li .ingenuity-box>h1::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background-color: var(--color-main);
  margin-top: 6px;
}
.ingenuity-list>li .ingenuity-box .ingenuity-text {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  height: 80px;
  line-height: 20px;
  font-size: 14px;
  color: #707070;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.ingenuity-list>li .ingenuity-box .ingenuity-icon {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  height: 62px;
  margin-top: 15px;
}
.ingenuity-list>li .ingenuity-box .ingenuity-icon>img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

/* 横幅 */
.hf {
  background-image: url(/images/hf-bj.jpg);
  padding: 51px 0;
}
.hf>.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hf-left>img {
  display: block;
  max-width: 100%;
  height: auto;
}
.hf-hotline {
  padding-left: 65px;
  background: url(/images/hf-hotline.png) no-repeat left center;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
}
.hf-hotline>span {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 30px;
  font-weight: bold;
}

/* 四大优势 */
.advantage {
  padding: 80px 0;
}
.advantage-title {
  display: block;
  overflow: hidden;
  text-align: center;
}
.advantage-title>.container>div {
  line-height: 66px;
  font-size: 72px;
  color: #f0f0f0;
  font-weight: bold;
  text-transform: uppercase;
}
.advantage-title>.container>h1 {
  margin-top: -38px;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.advantage-title>.container>h1>div {
  line-height: 58px;
  font-size: 48px;
  color: #262626;
  font-weight: bold;
}
.advantage-title>.container>h1>div>span {
  color: var(--color-main);
}
.advantage-title>.container>h1>p {
  line-height: 34px;
  font-size: 22px;
  color: #787878;
  padding: 0 35px;
  position: relative;
}
.advantage-title>.container>h1>p::after {
  content: "";
  width: 152px;
  height: 6px;
  background: url(/images/advantage-heng.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 100%;
  bottom: 8px;
}
.advantage-content {
  display: block;
  overflow: hidden;
  margin-top: 50px;
  position: relative;
}
.advantage-logo {
  width: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.advantage-logo>img {
  display: block;
  max-width: 100%;
  height: auto;
}

.advantage-list {
  display: block;
  overflow: hidden;
}
.advantage-list>li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.advantage-list>li .advantage-left {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.advantage-list>li .advantage-right {
  width: 50%;
  padding-bottom: 90px;
}
.advantage-list>li .advantage-right>div {
  width: 100%;
  float: left;
  max-width: 600px;
  padding-left: 45px;
}
.advantage-list>li .advantage-right>div .advantage-box {
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
}
.advantage-list>li .advantage-right>div .advantage-box:last-child {
  margin-bottom: 0;
}
.advantage-list>li .advantage-right>div .advantage-box .advantage-number {
  width: 100px;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 3px;
  text-align: center;
  line-height: 36px;
  font-size: 24px;
  color: #393939;
  margin-right: 20px;
}
.advantage-list>li .advantage-right>div .advantage-box .advantage-number>span {
  display: block;
  overflow: hidden;
  line-height: 58px;
  position: relative;
  font-size: 48px;
  color: var(--color-main);
  font-weight: bold;
}
.advantage-list>li .advantage-right>div .advantage-box .advantage-number>span::after {
  content: "";
  width: 100%;
  height: 4px;
  border-top: 1px solid #c2cde2;
  border-bottom: 1px solid #c2cde2;
  background-color: var(--color-main);
  position: absolute;
  left: 0;
  bottom: 0;
}
.advantage-list>li .advantage-right>div .advantage-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 26px;
  color: #393939;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.advantage-list>li .advantage-right>div .advantage-box .advantage-text {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #818181;
  margin-top: 15px;
}
.advantage-list>li:nth-child(even) {
  flex-direction: row-reverse;
}
.advantage-list>li:nth-child(even) .advantage-right {
  padding: 90px 0 0 0;
}
.advantage-list>li:nth-child(even) .advantage-right>div {
  float: right;
  padding: 0 45px 0 0;
}

/* 案例展示 */
.case {
  background-color: #f2f2f2;
  padding: 70px 0;
}
.case-list {
  display: flex;
  flex-wrap: wrap;
  width: 1233px;
  margin-top: 35px;
}
.case-list>li {
  width: 378px;
  margin: 0 33px 24px 0;
}
.case-list>li>a {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.case-list>li>a .img::before {
  padding-top: 71.4286%;
}
.case-list>li>a>h1 {
  display: block;
  overflow: hidden;
  height: 66px;
  line-height: 66px;
  font-size: 18px;
  color: #454545;
  background-color: #fff;
  text-align: center;
  padding: 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case-list>li>a:hover>h1 {
  color: #fff;
}

/* 应用行业 */
.industry {
  padding-top: 80px;
  border-bottom: 1px solid #d8d8d8;
}
.industry-title {
  display: block;
  overflow: hidden;
  background: url(/images/industry-bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 75px 60px;
}
.industry-box {
  display: block;
  overflow: hidden;
  border-left: 4px solid #fff;
  padding-left: 30px;
}
.industry-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 30px;
  color: #fff;
}
.industry-box>h2 {
  display: block;
  overflow: hidden;
  margin-top: 76px;
  line-height: 1;
  font-size: 24px;
  color: #fff;
}
.industry-box>h2>span {
  display: block;
  overflow: hidden;
  line-height: 44px;
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: bold;
}
.industry-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0 30px 0;
}
.industry-list>li {
  float: left;
  text-align: center;
  cursor: pointer;
}
.industry-list>li .industry-icon {
  display: block;
  overflow: hidden;
  position: relative;
  height: 44px;
  margin-bottom: 10px;
}
.industry-list>li h1 {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 18px;
  color: #2d2d2d;
}
.industry-list>li:hover .industry-icon {
  transform: rotateY(180deg);
}
.industry-list>li:hover h1 {
  color: var(--color-hover);
}

/* 新闻动态 */
.news {
  padding: 80px 0;
}
.news-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.news-left {
  width: 65%;
}
.news-left>dl {
  display: block;
  overflow: hidden;
}
.news-left>dl>dt {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.news-left>dl>dt>a {
  display: flex;
  overflow: hidden;
}
.news-left>dl>dt>a .news-img {
  width: 48.5%;
  overflow: hidden;
  position: relative;
}
.news-left>dl>dt>a .news-box {
  width: 51.5%;
  background-color: #f5f5f5;
  padding: 25px;
  padding-top: 30px;
}
.news-left>dl>dt>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 17px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-left>dl>dt>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 120px;
  line-height: 24px;
  font-size: 14px;
  color: #7d7d7d;
  margin-top: 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.news-left>dl>dt>a .news-box .news-time {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  line-height: 18px;
  font-size: 14px;
  color: #9b9b9b;
}
.news-left>dl>dt>a:hover .news-box>h1,
.news-left>dl>dt>a:hover .news-box .news-text,
.news-left>dl>dt>a:hover .news-box .news-time {
  color: #fff;
}

.news-left>dl>dd {
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #c2c2c2;
}
.news-left>dl>dd:last-child {
  margin-bottom: 0;
}
.news-left>dl>dd .news-number {
  width: 72px;
  float: left;
  border: 1px solid #bdbdbd;
  padding: 5px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #a7a7a7;
  margin-right: 15px;
}
.news-left>dl>dd .news-number>span {
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 36px;
  color: #234ea3;
}
.news-left>dl>dd h1 {
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 17px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-left>dl>dd .news-text {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #6e6d6d;
  margin-top: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-left>dl>dd:hover h1 {
  color: var(--color-hover);
}

.news-right {
  width: 31.25%;
}
.news-right>dl {
  display: block;
  overflow: hidden;
}
.news-right>dl>dt {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.news-right>dl>dt>a {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
}
.news-right>dl>dt>a::before {
  content: "";
  display: block;
  padding-top: 67.37968%;
}
.news-right>dl>dd {
  display: block;
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid #c2c2c2;
}
.news-right>dl>dd>a {
  display: block;
  overflow: hidden;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #595959;
}
.news-right>dl>dd>a>span {
  float: right;
  margin-left: 5px;
  font-size: 14px;
  color: #919191;
}
.news-right>dl>dd>a:hover {
  color: var(--color-hover);
}

/* 走进350vip8888新葡的京集团 */
.about {
  background-image: url(/images/about-bj.jpg);
  padding: 70px 0 88px 0;
}
.about>.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-left {
  width: 23.75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-title {
  display: block;
  overflow: hidden;
}
.about-title>div {
  display: block;
  overflow: hidden;
  line-height: 60px;
  font-size: 60px;
  color: #989898;
  font-weight: bold;
  text-transform: uppercase;
}
.about-title>h1 {
  display: block;
  overflow: hidden;
  line-height: 44px;
  margin-top: 20px;
  font-size: 36px;
  color: var(--color-main);
}
.about-title::after {
  content: "";
  width: 140px;
  height: 2px;
  background-color: var(--color-main);
  margin: 22px 0 0 94px;
}
.about-left-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.about-left-img::before {
  content: "";
  display: block;
  padding-top: 69.4737%;
}

.about-right {
  width: 76.25%;
  display: flex;
  flex-direction: column;
}
.about-right-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.about-right-img::before {
  content: "";
  display: block;
  padding-top: 33.551913%;
}
.about-box {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 40px;
}
.about-text {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  color: #434343;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.about-more {
  display: block;
  overflow: hidden;
  margin-top: 28px;
}
.about-more>a {
  width: 130px;
  height: 42px;
  border-radius: 22px;
  background-color: #ececec;
  font-size: 14px;
  color: #949494;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.about-more>a:hover {
  color: #fff;
}

/* END-首页样式 */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.main-left {
  width: 252px;
  float: left;
}
.menu-title {
  display: block;
  overflow: hidden;
  background-color: var(--color-main);
  border-top: 5px solid #0f398b;
  line-height: 78px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 35px;
}
.menu-title>span {
  float: left;
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
  color: rgba(255, 255, 255, 1);
}
.menu-list {
  display: block;
  overflow: hidden;
  transition: initial;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border: 1px solid #ececec;
  border-top: none;
}
.menu-list>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ececec;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  height: 54px;
  line-height: 54px;
  padding: 0 25px 0 35px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-list>li>a::before {
  content: "";
  width: 16px;
  height: 16px;
  float: right;
  background-image: url(/images/menu-li.png), url(/images/menu-li-hover.png);
  background-position: 0 center, 16px center;
  background-repeat: no-repeat, no-repeat;
  margin: 19px 0 0 10px;
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  background-image: linear-gradient(#fff, #e0e0e0);
  font-weight: bold;
}
.menu-list>li:hover>a::before,
.menu-list>li.menu-active>a::before {
  background-position: -16px center, 0 center;
}

.menu-hotline {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  background: url(/images/menu-contact.jpg) no-repeat center center;
  background-size: cover;
  padding: 22px 0 30px 40px;
  line-height: 32px;
  font-size: 16px;
  color: #0c0c0c;
  font-weight: bold;
}
.menu-hotline>span {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 24px;
  color: #9e0404;
}

.main-right {
  width: 910px;
  float: right;
}
.place-title {
  width: 100%;
  float: left;
  line-height: 40px;
  padding-bottom: 15px;
  font-size: 14px;
  color: #8b8b8b;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
}
.place-title>h1 {
  font-size: 22px;
  color: #161616;
}
.place-content {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: var(--color3);
}
/* END-关于我们 */

/* 产品中心 */
.product-list {
  display: flex;
  flex-wrap: wrap;
  width: 924px;
}
.product-list>li {
  width: 294px;
  margin: 0 14px 17px 0;
}
.product-list>li>a {
  display: flex;
  flex-direction: column;
}
.product-list>li>a .img::before {
  padding-top: 63.1016043%;
}
.product-list>li>a>h1 {
  display: block;
  overflow: hidden;
  background-color: #ededed;
  padding: 20px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  color: #242424;
}
.product-list>li>a>h1>span {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 18px;
  text-transform: uppercase;
  transition: initial;
}
.product-list>li>a:hover>h1 {
  color: #fff;
}

.product-details {
  display: block;
  overflow: hidden;
}
.product-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--colorC);
}
.product-details-content {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 5px auto;
}
/* END-产品中心 */

/* 新闻资讯 */
.news-list {
  display: block;
  overflow: hidden;
}
.news-list>li {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.news-list>li>a {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.news-list>li>a .news-img {
  width: 30%;
  overflow: hidden;
  position: relative;
}
.news-list>li>a .news-box {
  width: 70%;
  background-color: #f5f5f5;
  padding: 25px;
}
.news-list>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 17px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 96px;
  line-height: 24px;
  font-size: 14px;
  color: #7d7d7d;
  margin-top: 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-list>li>a .news-box .news-time {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  line-height: 18px;
  font-size: 14px;
  color: #9b9b9b;
}
.news-list>li>a:hover .news-box>h1,
.news-list>li>a:hover .news-box .news-text,
.news-list>li>a:hover .news-box .news-time {
  color: #fff;
}

.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.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 var(--colorC);
}
.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;
}
/* END-新闻资讯 */

/* 案例展示 */
.place-content .case-list {
  width: 102%;
  margin-top: 0;
  margin-left: -1%;
}
.place-content .case-list>li {
  width: calc(calc(100% / 3) - 2%);
  margin: 0 1% 20px 1%;
}
.place-content .case-list>li>a>h1 {
  height: 50px;
  line-height: 50px;
}
/* END-案例展示 */

/* 联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap
}
.contact-text {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 30px
}
.contact-map {
  width: 100%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none;
  margin-top: 20px
}
/* END-联系我们 */<!--0.00016999244689941-->