@charset "UTF-8";
/*
 * @Author: Code Zhuang
 * @Date: 2023-06-26 15:17:36
 * @Last Modified by: Code Zhuang
 * @Last Modified time: 2023-06-28 14:07:36
 */

/* 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-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.title>h1 {
  line-height: 42px;
  position: relative;
  padding: 0 25px;
  font-size: 32px;
  color: #222;
}
.title>h1::before,
.title>h1::after {
  content: "";
  width: 80px;
  height: 18px;
  float: left;
  background-image: url(../images/title-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 100%;
  top: 7px;
}
.title>h1::after {
  background-image: url(../images/title-right.png);
  right: initial;
  left: 100%;
}
.title>div {
  width: 100%;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  text-align: center;
}

.more {
  display: flex;
  justify-content: center;
}
.more>a {
  width: 235px;
  float: left;
  height: 60px;
  font-size: 16px;
  color: #222;
  background-color: #fff;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.more>a:hover {
  color: #fff;
  border-color: var(--color-hover);
}

@media (max-width: 767px) {
  .title>h1 {
    line-height: 30px;
    font-size: 20px;
    padding: 0 10px;
  }
  .title>h1::before,
  .title>h1::after {
    width: 40px;
    height: 10px;
    top: 7px;
  }
  .title>div {
    font-size: 14px;
    line-height: 20px;
  }

  .more>a {
    width: 90px;
    height: 30px;
    font-size: 14px;
  }
}

/* 首页样式 */
/* 产品分类 */
.product {
  padding: 70px 0;
  background: none;
}
.product-content {
  position: relative;
  /*display: flex;*/
  margin: 35px 0 30px 0;
}
.product-content .swiper {
  width: 100%;
}
.product-content .swiper .swiper-slide>a {
  display: block;
  overflow: hidden;
  border: 1px solid #eee;
  padding: 10px;
  background-color: #fff;
}
.product-content .swiper .swiper-slide .img::before {
  padding-top: 128.30159%;
}
.product-content .swiper .swiper-slide>a>h1 {
  display: block;
  overflow: hidden;
  margin: 15px 0 10px 0;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  color: #333;
  /*padding-bottom: 40px;*/
  position: relative;
}
/*.product-content .swiper .swiper-slide>a>h1::after {
  content: "+";
  width: 25px;
  height: 25px;
  border: 1px solid #d6d6d6;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}*/
.product-content .swiper .swiper-slide>a:hover>h1 {
  color: #fff;
}
.product-content .swiper .swiper-slide>a:hover>h1::after {
  color: var(--color-hover);
}
.product .prev-button,
.product .next-button {
  width: 52px;
  float: left;
  height: 31px;
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.product .next-button {
  left: initial !important;
  right: -70px;
}

@media (max-width: 1760px) {
  .product-content {
    padding: 0 60px;
  }
  .product .prev-button,
  .product .next-button {
    left: 0;
  }
  .product .next-button {
    right: 0;
  }
}
@media (max-width: 1240px) {
  .product {
    padding: 50px 0;
  }
  .product-content .swiper .swiper-slide>a>h1 {
    margin: 20px 0;
  }
}
@media (max-width: 991px) {
  .product {
    padding: 30px 0;
  }
  .product-content {
    margin: 20px 0;
  }
  .product-content .swiper .swiper-slide>a>h1 {
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .product {
    padding: 15px 0;
  }
  .product-content {
    margin: 10px 0;
    padding: 0 30px;
  }
  .product-content .swiper .swiper-slide>a {
    padding: 5px;
  }
  .product-content .swiper .swiper-slide>a>h1 {
    margin: 5px 0;
    /*padding-bottom: 15px;*/
  }
  .product-content .swiper .swiper-slide>a>h1::after {
    width: 10px;
    height: 10px;
    font-size: 12px;
  }
  .product .prev-button,
  .product .next-button {
    width: 24px;
    height: 14px;
  }
}

/* 关于我们 */
.about {
  background-image: url(../images/about-bj.jpg);
  padding: 75px 0;
  min-height: 675px;
}
.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.about-left {
  width: 64%;
  padding-left: 100px;
}
.about-title {
  display: block;
  overflow: hidden;
}
.about-title>h1 {
  float: left;
  line-height: 40px;
  border-bottom: 2px solid #222;
  font-size: 14px;
  color: #222;
}
.about-title>h1>span {
  float: left;
  font-size: 24px;
  margin-right: 5px;
}
.about-text {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  font-size: 14px;
  line-height: 36px;
  color: #222;
  height: 216px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.about-left .more {
  justify-content: flex-start;
  margin-top: 25px;
}

.about-right {
  width: 32.5%;
}
.about-list {
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-top: 5px;
  display: flex;
  flex-wrap: wrap;
}
.about-list>li {
  width: calc(calc(100% / 3) - 10px);
  margin: 5px;
}
.about-list>li>a {
  width: 100%;
  height: 160px;
  display: flex;
  overflow: hidden;
  background-color: #4ca9c1;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding: 10px;
}
.about-list>li>a .about-icon {
  width: 28px;
  height: 28px;
  position: relative;
  overflow: hidden;
  margin-right: 5px;
}
.about-list>li:nth-child(even)>a {
  background-color: #60cbe6;
}

@media (max-width: 1760px) {
  .about-left {
    padding-left: 80px;
  }
}
@media (max-width: 1560px) {
  .about-left {
    padding-left: 60px;
  }
}
@media (max-width: 1440px) {
  .about-left {
    padding-left: 40px;
  }
}
@media (max-width: 1240px) {
  .about {
    padding: 50px 0;
    min-height: initial;
  }
  .about-left {
    width: 57%;
    padding-left: 0;
  }
  .about-list>li>a {
    height: 130px;
  }
  .about-right {
    width: 40.5%;
  }
}
@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
  .about-content {
    margin-top: 30px;
  }
  .about-left {
    padding-left: 0;
  }
  .about-list>li {
    width: calc(50% - 10px);
  }
  .about-list>li>a {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .about-content {
    margin-top: 10px;
  }
  .about-left {
    width: 100%;
  }
  .about-title>h1 {
    line-height: 30px;
  }
  .about-title>h1>span {
    font-size: 18px;
  }
  .about-text {
    line-height: 22px;
    height: auto;
    -webkit-line-clamp: initial;
  }
  .about-left .more {
    margin-top: 10px;
  }
  .about-right {
    width: 100%;
  }
  .about-list>li {
    width: calc(calc(100% / 2) - 10px);
  }
  .about-list>li>a {
    height: 50px;
    font-size: 14px;
  }
}

/* 客户案例 */
.case {
  padding: 30px 0 70px 0;
}
.customer-swiper {
  width: 100%;
  margin-top: 35px;
  overflow: hidden;
}
.customer-swiper .swiper-slide>a {
  display: block;
  overflow: hidden;
  padding: 25px;
  border: 1px solid #eee;
  background-color: #fff;
}
.customer-swiper .swiper-slide>a .img::before {
  padding-top: 40%;
}
.customer-swiper .swiper-slide>a>h1 {
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #222;
}
.customer-swiper .swiper-slide>a:hover {
  border-color: var(--color-hover);
}

.case-swiper {
  width: 100%;
  margin: 30px 0;
  overflow: hidden;
}
.case-swiper .swiper-slide>a {
  display: block;
  overflow: hidden;
  border: 1px solid #eee;
  padding: 10px;
  background-color: #fff;
  position: relative;
}
.case-swiper .swiper-slide>a .img {
  background-color: #d4d5d7;
}
.case-swiper .swiper-slide>a .img::before {
  padding-top: 121.1641%;
}
.case-swiper .swiper-slide>a>h1 {
  width: 100px;
  height: 100px;
  padding: 10px;
  display: flex;
  align-items: flex-end;
  align-content: center;
  justify-content: center;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  z-index: 2;
}
.case-swiper .swiper-slide>a>h1>span {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  padding-bottom: 40px;
  position: relative;
}
.case-swiper .swiper-slide>a>h1>span::after {
  content: "+";
  width: 25px;
  height: 25px;
  border: 1px solid #d6d6d6;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

@media (max-width: 1240px) {
  .case {
    padding: 30px 0 50px 0;
  }
}
@media (max-width: 991px) {
  .case {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .case {
    padding: 15px 0;
  }
  .customer-swiper {
    margin-top: 10px;
  }
  .customer-swiper .swiper-slide>a {
    padding: 10px;
  }

  .case-swiper {
    margin: 10px 0;
  }
  .case-swiper .swiper-slide>a {
    padding: 5px;
  }
  .case-swiper .swiper-slide>a>h1 {
    width: 80px;
    height: 60px;
    bottom: 10px;
  }
  .case-swiper .swiper-slide>a>h1>span {
    padding-bottom: 15px;
  }
  .case-swiper .swiper-slide>a>h1>span::after {
    width: 10px;
    height: 10px;
    font-size: 12px;
  }
}

/* 横幅 */
.hf {
  background-color: #c3d0d8;
  padding: 50px 0;
}
.hf>.container {
  max-width: 1520px;
  padding: 0 95px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hf-left {
  width: 36.5%;
}
.hf-left>img {
  width: 100%;
  display: block;
  height: auto;
}
.hf-right>h1 {
  float: left;
  height: 76px;
  line-height: 76px;
  font-size: 72px;
  color: #222;
  font-weight: bold;
  margin-right: 20px;
}
.hf-hotline {
  display: flex;
  flex-direction: column;
  background-color: #4ca9c1;
  padding: 5px 60px 5px 40px;
  line-height: 30px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  position: relative;
}
.hf-hotline>span {
  width: 100%;
  display: block;
  overflow: hidden;
  font-size: 30px;
  letter-spacing: 10px;
  font-weight: normal;
}
.hf-hotline::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #4ca9c1;
  position: absolute;
  left: 0;
  top: calc(100% + 2px);
}
.hf-hotline::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #4ca9c1;
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
}
.hf-right>h6 {
  width: 100%;
  float: left;
  margin-top: 10px;
  line-height: 34px;
  font-size: 30px;
  color: #222;
}

@media (max-width: 1440px) {
  .hf>.container {
    padding: 0 70px;
  }
  .hf-hotline {
    padding: 5px 40px;
  }
}
@media (max-width: 1240px) {
  .hf>.container {
    padding: 0 30px;
  }
  .hf-right>h1 {
    font-size: 50px;
  }
  .hf-hotline {
    width: 290px;
    padding: 5px 20px;
  }
  .hf-right>h6 {
    line-height: 30px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .hf {
    padding: 30px 0;
  }
  .hf>.container {
    padding: 0;
  }
  .hf-right>h1 {
    font-size: 40px;
  }
  .hf-hotline {
    width: 240px;
    padding: 5px 20px;
    font-size: 30px;
    text-align: center;
  }
  .hf-hotline>span {
    font-size: 20px;
  }
  .hf-right>h6 {
    font-size: 18px;
  }

}
@media (max-width: 767px) {
  .hf {
    padding: 15px 0;
  }
  .hf-left {
    width: 100%;
  }
  .hf-right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
  }
  .hf-right>h1 {
    font-size: 20px;
    margin-right: 10px;
  }
  .hf-hotline {
    width: 200px;
    padding: 5px 20px;
    font-size: 20px;
  }
  .hf-hotline>span {
    letter-spacing: 3px;
  }
  .hf-right>h6 {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
}

/* 我们的能力 */
.capabilities {
  background-color: #fff;
  padding: 70px 0;
}
/*.capabilities-content {
  display: block;
  overflow: hidden;
  margin-top: 35px;
}
.capabilities-content>div {
  display: none;
}
.capabilities-content>div:first-child {
  display: block;
}*/

#gallery{
  width: 100%;
  overflow: hidden;
  margin-top: 35px;
}
#gallery .swiper-slide{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.capabilities-left {
  width: 44%;
  float: left;
  padding: 35px 80px;
}
.capabilities-left>h1 {
  display: block;
  overflow: hidden;
  padding: 5px 0;
  position: relative;
}
.capabilities-left>h1>span {
  float: left;
  height: 88px;
  line-height: 88px;
  font-size: 120px;
  color: #666;
  font-weight: bold;
  font-family: Arial;
  opacity: 0.1;
}
.capabilities-left>h1>em {
  float: left;
  position: absolute;
  left: 0;
  bottom: 15px;
  line-height: 40px;
  font-size: 30px;
  color: #222;
  font-weight: bold;
}
.capabilities-left .capabilities-text {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #222;
  margin-top: 20px;
}
.capabilities-right {
  width: 56%;
  float: right;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.capabilities-right::before {
  content: "";
  display: block;
  padding-top: 41.666667%;
}

.thumbs{
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
#thumbs{
  width: 100%;
  overflow: hidden;
}
#thumbs .swiper-slide{
  display: flex;
  justify-content: center;
}
.capabilities-box {
  width: 100%;
  max-width: 180px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 50%;
  padding: 8px;
}
.capabilities-box::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.capabilities-box::after {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #eee;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.capabilities-box>a {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 6px solid #eee;
  background-color: #fff;
  border-radius: 50%;
  float: left;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.capabilities-box>a .capabilities-number {
  width: 58px;
  text-align: center;
  line-height: 1;
  font-size: 30px;
  color: #222;
  font-weight: bold;
  position: relative;
  z-index: 0;
}
.capabilities-box>a .capabilities-number::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ededed;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.capabilities-box>a>h1 {
  display: block;
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
  line-height: 24px;
  color: #666;
}
.capabilities-box>a>h1>span {
  display: block;
  overflow: hidden;
  line-height: 26px;
  color: #222;
  font-size: 16px;
  font-weight: bold;
}
#thumbs .swiper-slide:hover .capabilities-box::after,
#thumbs .swiper-slide-thumb-active .capabilities-box::after {
  background-color: #4ca9c1;
}
#thumbs .swiper-slide:hover .capabilities-box>a,
#thumbs .swiper-slide-thumb-active .capabilities-box>a {
  border-color: #4ca9c1;
}
#thumbs .swiper-slide:hover .capabilities-box>a .capabilities-number::before,
#thumbs .swiper-slide-thumb-active .capabilities-box>a .capabilities-number::before {
  background-color: #effafc;
}

/*.capabilities-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.capabilities-nav>li {
  width: 180px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 50%;
  margin: 0 42px;
  padding: 8px;
}
.capabilities-nav>li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.capabilities-nav>li::after {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #eee;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.capabilities-nav>li>a {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 6px solid #eee;
  background-color: #fff;
  border-radius: 50%;
  float: left;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.capabilities-nav>li>a .capabilities-number {
  width: 58px;
  text-align: center;
  line-height: 1;
  font-size: 30px;
  color: #222;
  font-weight: bold;
  position: relative;
  z-index: 0;
}
.capabilities-nav>li>a .capabilities-number::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #ededed;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.capabilities-nav>li>a>h1 {
  display: block;
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
  line-height: 24px;
  color: #666;
}
.capabilities-nav>li>a>h1>span {
  display: block;
  overflow: hidden;
  line-height: 26px;
  color: #222;
  font-size: 16px;
  font-weight: bold;
}
.capabilities-nav>li:hover::after,
.capabilities-nav>li.capabilities-active::after {
  background-color: #4ca9c1;
}
.capabilities-nav>li:hover>a,
.capabilities-nav>li.capabilities-active>a {
  border-color: #4ca9c1;
}
.capabilities-nav>li:hover>a .capabilities-number::before,
.capabilities-nav>li.capabilities-active>a .capabilities-number::before {
  background-color: #effafc;
}*/

@media (max-width: 1440px) {
  .capabilities-left {
    padding: 35px 60px;
  }
/*  .capabilities-nav>li {
    margin: 0 25px;
  }*/
}
@media (max-width: 1240px) {
  .capabilities {
    padding: 50px 0;
  }
  .capabilities-left {
    padding: 20px;
  }
/*  .capabilities-nav>li {
    width: 170px;
    margin: 0 5px;
  }*/
}
@media (max-width: 991px) {
  .capabilities {
    padding: 30px 0;
  }
  .thumbs{
    margin-top: 20px;
  }
/*  .capabilities-nav {
    margin-top: 20px;
  }
  .capabilities-nav>li {
    width: 130px;
  }
  .capabilities-nav>li>a>h1 {
    margin-top: 10px;
    line-height: 16px;
  }*/
}
@media (max-width: 767px) {
  .capabilities {
    padding: 15px 0;
  }
/*  .capabilities-content {
    margin-top: 15px;
  }*/
  #gallery{
    margin-top: 15px;
  }
  .capabilities-right {
    width: 100%;
  }
  .capabilities-left {
    width: 100%;
    padding: 15px 0;
  }
  .capabilities-left>h1>span {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
  }
  .capabilities-left>h1>em {
    bottom: 5px;
    line-height: 30px;
    font-size: 16px;
  }
  .capabilities-left .capabilities-text {
    line-height: 24px;
    margin-top: 10px;
  }
  .thumbs{
    margin-top: 10px;
  }
/*  .capabilities-nav {
    margin-top: 10px;
    width: calc(100% + 4px);
    margin-left: -2px;
  }
  .capabilities-nav>li {
    width: calc(calc(100% / 3) - 4px);
    margin: 0 2px;
    padding: 4px;
  }
  .capabilities-nav>li>a {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border: 2px solid #eee;
  }
.capabilities-nav>li>a>h1>span {
  font-size: 14px;
}
.capabilities-nav>li>a>h1 {
    font-size: 12px;
  }*/
}

/* 新闻资讯 */
.news {
  background-color: #f5f5f5;
  padding: 70px 0;
}
.news-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}
.news-left {
  width: 49%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-left>li {
  width: calc(50% - 20px);
}
.news-left>li>a {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.news-left>li>a .img::before {
  padding-top: 70.25%;
}
.news-left>li>a .news-box {
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 25px 20px;
}
.news-left>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-left>li>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-left>li>a .news-box .news-more {
  display: block;
  overflow: hidden;
  margin: 25px 0 10px 0;
  line-height: 24px;
  font-size: 14px;
  color: #666;
}
.news-left>li>a .news-box .news-more>span {
  display: block;
  overflow: hidden;
  line-height: 30px;
  color: #4ca9c1;
}
.news-left>li>a:hover .news-box>h1,
.news-left>li>a:hover .news-box .news-text,
.news-left>li>a:hover .news-box .news-more,
.news-left>li>a:hover .news-box .news-more>span {
  color: #fff;
}

.news-right {
  width: 48%;
}
.news-right>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-bottom: 54px;
}
.news-right>li:last-child {
  margin: 0;
}
.news-right>li>a {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
}
.news-right>li .news-L {
  flex: 1;
  padding-right: 110px;
}
.news-right>li .news-L>h1 {
  display: block;
  overflow: hidden;
  line-height: 24px;
  margin-top: 6px;
  font-size: 16px;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-right>li .news-L .news-text {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-right>li .news-R .news-time {
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 24px;
  color: #222;
}
.news-right>li .news-R .news-more {
  width: 52px;
  height: 32px;
  float: right;
  margin-top: 35px;
  position: relative;
  overflow: hidden;
}
.news-right>li .news-R .news-more>img:first-child {
  display: none;
}
.news-right>li .news-R .news-more>img:last-child {
  display: block;
}

@media (max-width: 1240px) {
  .news {
    padding: 50px 0;
  }
  .news-left>li {
    width: calc(50% - 10px);
  }
  .news-right>li {
    margin-bottom: 30px;
  }
  .news-right>li .news-L {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .news-right>li .news-L {
    width: 80%;
    padding-right: 20px;
  }
  .news-right>li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-content {
    margin-top: 15px;
  }
  .news-left {
    width: 100%;
  }
  .news-left>li {
    width: 100%;
    margin-bottom: 10px;
  }
  .news-left>li>a {
    flex-direction: row;
  }
  .news-left>li>a .img {
    width: 40%;
  }
  .news-left>li>a .news-box {
    width: 60%;
    padding: 10px;
    padding-left: 15px;
  }
  .news-left>li>a .news-box .news-more {
    margin: 10px 0 0 0;
  }
  .news-right {
    width: 100%;
  }
  .news-right>li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
/* END-首页样式 */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.main-title {
  width: 100%;
  float: left;
  background-color: #f5f5f5;
  padding: 30px 40px;
}
.place-title {
  width: calc(100% + 80px);
  margin-left: -40px;
  float: left;
  border-bottom: 2px solid #b5b5b5;
  padding: 15px 40px;
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.place-title>h1 {
  display: flex;
  flex-direction: column;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  text-transform: capitalize;
}
.place-title>h1>span {
  display: block;
  line-height: 42px;
  position: relative;
  font-size: 32px;
  color: #222;
}
.place-title>h1>span::after {
  content: "";
  width: 80px;
  display: block;
  height: 18px;
  background: url(../images/title-left.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: calc(100% + 25px);
  top: 50%;
  transform: translateY(-50%);
}
.place-title>div {
  font-size: 14px;
  color: #222;
}
.place-title>div>span {
  color: var(--color-hover);
  text-decoration: underline;
}

.menu-list {
  width: calc(100% + 12px);
  float: left;
  margin-left: -6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  transition: initial;
  margin-top: 20px;
}
.menu-list>li {
  width: calc(calc(100% / 6) - 12px);
  margin: 6px;
  margin-top: 0;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 0 15px;
  background-color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  background-color: var(--color-hover);
  color: #fff;
}

.menu-child-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.menu-child-list>li {
  width: calc(100% / 6);
  float: left;
  padding-right: 3px;
  margin-bottom: 3px;
}
.menu-child-list>li>a {
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-child-list>li>a:hover , .menu-child-list>li>a.act{
  background-color: #009fd6;
  color: #fff;
}

.place-content {
  width: 100%;
  float: left;
  padding-top: 35px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 40px;
  color: var(--color3);
}

@media (max-width: 1240px) {
  .menu-list>li {
    width: calc(calc(100% / 4) - 12px);
  }
  .menu-child-list {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .menu-list>li {
    width: calc(calc(100% / 3) - 12px);
  }
  .menu-list>li>a {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .main-title {
    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: #fff;
    position: relative;
    background-color: var(--color-hover);
  }
  .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;
    width: 100%;
    margin: 0;
    padding: 10px;
    padding-top: 0;
  }
  .menu-list>li {
    width: 100%;
    margin: 3px 0 0 0;
  }
  .menu-list>li>a {
    height: 40px;
    line-height: 40px;
  }

  .place-content {
    padding: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
  .menu-child-list {
    display: none;
    width: 100%;
  }
  .menu-child-list>li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 3px;
  }
  .menu-child-list>li>a {
    height: 36px;
    line-height: 36px;
  }
}
/* END-关于我们 */

/* 产品分类 */
.product-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 40px);
  margin-left: -20px;
}
.product-list>li {
  width: 400px;
  margin: 0 40px 0 0;
}
.product-list>li>a {
  display: block;
  overflow: hidden;
}
.product-list>li>a .product-img {
  border: 1px solid #eee;
  padding: 10px;
  background-color: #fff;
}
.product-list>li>a .product-img .img::before {
  content: "";
  display: block;
  padding-top: 152.1640212%;
}
.product-list>li>a>h1 {
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
  color: #333;
  padding: 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list>li>a:hover>h1 {
  color: #fff;
}

.product-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.product-details-left {
  width: 25%;
  float: left;
  position: relative;
  border: 1px solid #eee
}
.product-details-left::before {
  content: '';
  display: block;
  padding-top: 121.1640212%;
}
.product-details-right {
  width: 75%;
  padding: 50px;
  padding-right: 0
}
.product-details-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.product-details-text {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  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(--color-hover);
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center
}
.product-details-content {
  width: 100%;
  float: left;
  margin-top: 30px;
  font-size: 16px;
  line-height: 40px;
  color: #333
}
.product-details-title {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #f5f5f5
}
.product-details-title>span {
  float: left;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  background-color: var(--color-hover);
  font-size: 16px;
  color: #fff;
  font-weight: bold
}

@media (max-width: 1760px) {
  .product-list {
    width: 102%;
    margin-left: -1%;
  }
  .product-list>li {
    width: 23%;
    margin: 0 1%;
  }
}
@media (max-width: 1240px) {
  .product-details-left {
    width: 30%;
  }
  .product-details-right {
    width: 70%;
    padding: 30px;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .product-list>li {
    width: calc(calc(100% / 3) - 2%);
  }

  .product-details-left {
    width: 40%;
  }
  .product-details-right {
    width: 60%;
    padding: 20px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .product-list {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
  .product-list>li {
    width: calc(50% - 5px);
    margin: 0;
  }
  .product-list>li>a .product-img {
    padding: 5px;
  }
  .product-list>li>a>h1 {
    height: 40px;
    line-height: 40px;
  }

  .product-details-left {
    width: 100%;
  }
  .product-details-right {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .product-details-text {
    line-height: 24px;
    margin-top: 10px;
  }
  .product-details-more {
    margin-top: 10px;
  }
  .product-details-more>a {
    width: 120px;
    height: 40px;
    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-产品分类 */

/* 新闻资讯 */
.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news-list>li {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
.news-list>li>a {
  width: 100%;
  float: left;
  display: flex;
  background-color: #fff;
}
.news-list>li>a .img {
  width: 40%;
}
.news-list>li>a .img::before {
  padding-top: 70.25%;
}
.news-list>li>a .news-box {
  display: block;
  width: 60%;
  overflow: hidden;
  background-color: #fff;
  padding: 25px 20px;
}
.news-list>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-box .news-more {
  display: block;
  overflow: hidden;
  margin: 25px 0 10px 0;
  line-height: 24px;
  font-size: 14px;
  color: #666;
}
.news-list>li>a .news-box .news-more>span {
  display: block;
  overflow: hidden;
  line-height: 30px;
  color: #4ca9c1;
}
.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-more,
.news-list>li>a:hover .news-box .news-more>span {
  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: 40px;
  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 .news-box {
    padding: 15px;
  }
  .news-list>li>a .news-box .news-more {
    margin: 15px 0 0 0;
  }
}
@media (max-width: 767px) {
  .news-list>li {
    width: 100%;
    margin-bottom: 10px;
  }
  .news-list>li>a .news-box {
    padding: 10px;
    padding-left: 15px;
  }
  .news-list>li>a .news-box .news-more {
    margin: 10px 0 0 0;
    line-height: 20px;
  }

  .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: 30px;
  color: #fff;
  background-color: var(--color-hover);
  padding: 30px
}
.contact-text>p {
  margin-bottom: 20px;
}
.contact-map {
  width: 60%;
  float: left;
  overflow: hidden;
  height: 440px;
  border: none
}
@media (max-width:767px) {
  .contact-text {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 24px
  }
  .contact-text>p {
    margin-bottom: 10px;
  }
  .contact-map {
    width: 100%;
    height: 300px
  }
}
/* END-联系我们 */