@charset "UTF-8";
/*
 * @Author: Code Zhuang
 * @Date: 2023-08-16 17:22:47
 * @Last Modified by: Code Zhuang
 * @Last Modified time: 2023-08-17 17:07:10
 */

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/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;
}
.title>h1 {
  line-height: 42px;
  font-size: 28px;
  color: #333;
}
.title>div {
  line-height: 34px;
  font-size: 28px;
  color: #b2b2b2;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .title>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .title>div {
    font-size: 14px;
    line-height: 20px;
  }
}

/* 产品热门搜索 */
.product-hot-search {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 10px 0;
}
.product-hot-search form {
  width: 34%;
  float: right;
  height: 40px;
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  overflow: hidden;
}
.product-hot-search form>input {
  width: calc(100% - 54px);
  height: 38px;
  float: left;
  padding-left: 15px;
  font-size: 14px;
  color: #000;
}
.product-hot-search form>button {
  width: 54px;
  height: 38px;
  float: left;
  background: url(../images/search-btn.png) no-repeat center center #fff;
}
.product-hot-text {
  display: block;
  overflow: hidden;
  line-height: 24px;
  padding: 8px;
  padding-left: 0;
  font-size: 14px;
  color: #333;
}
.product-hot-text>span {
  float: left;
  background: url(../images/search-icon.png) no-repeat left center;
  background-size: auto 24px;
  padding-left: 40px;
}

/* 关于我们 */
.about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-left {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.about-left::before {
  content: "";
  display: block;
  padding-top: 49.16667%;
}
.about-right {
  width: 50%;
}
.about-box {
  width: 100%;
  max-width: 720px;
  padding: 45px 20px 50px 50px;
}
.about-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 30px;
  color: #333;
  text-transform: uppercase;
}
.about-box>h1>span {
  float: left;
  margin-right: 10px;
}
.about-text {
  display: block;
  overflow: hidden;
  margin-top: 50px;
  height: 240px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.more {
  display: flex;
  overflow: hidden;
  margin-top: 20px;
}
.more>a {
  display: flex;
  align-items: center;
  line-height: 26px;
  font-size: 14px;
  color: #333;
}
.more>a>span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #333;
  line-height: 26px;
  color: #fff;
  padding: 0 2px;
  margin-left: 6px;
}
.more>a:hover {
  color: var(--color-hover);
}
.more>a:hover>span {
  background-color: var(--color-hover);
}

@media (max-width: 991px) {
  .about-box {
    padding: 30px 20px 30px 30px;
  }
  .about-box>h1 {
    font-size: 26px;
  }
  .about-text {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about-left,
  .about-right {
    width: 100%;
  }
  .about-box {
    max-width: 100%;
    padding: 20px;
  }
  .about-box>h1 {
    font-size: 18px;
    line-height: 30px;
  }
  .about-text {
    margin-top: 10px;
    height: auto;
    line-height: 24px;
    font-size: 14px;
    -webkit-line-clamp: initial;
  }
  .more {
    margin-top: 10px;
  }
}

/* 产品 */
.product {
  background-color: #f1f3f5;
  padding: 45px 0 75px 0;
}
.product-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.product-nav>li {
  margin: 0 34px;
}
.product-nav>li>a {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 15px 40px;
  padding-top: 0;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: #333;
  text-transform: uppercase;
}
.product-nav>li>a::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: var(--color-main);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.product-nav>li.product-active>a::after {
  width: 100%;
}

.product-content {
  display: flex;
  position: relative;
  margin-top: 30px;
}
.product-content>div {
  display: none;
  width: 100%;
}
.product-content>div:first-child {
  display: block;
}
.product-content .swiper-slide {
  height: auto;
}
.product-content .swiper-slide>a {
  display: flex;
  flex-direction: column;
}
.product-content .swiper-slide>a .img::before {
  padding-top: 70.4477612%;
}
.product-content .swiper-slide>a>h1 {
  width: 100%;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  color: #333;
  padding: 0 10px;
}
.product-content .swiper-slide>a:hover>h1 {
  color: #fff;
}
.product-content .prev-button,
.product-content .next-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: SimSun;
  font-size: 40px;
  color: #282828;
  width: 62px;
  height: 62px;
  border: 1px solid #333;
  border-radius: 50%;
  position: absolute;
  left: -88px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.product-content .next-button {
  left: initial;
  right: -88px;
}
.product-content .prev-button::before {
  content: "<";
}
.product-content .next-button::before {
  content: ">";
}

.product .more {
  margin-top: 55px;
  justify-content: center;
}

@media (max-width: 1600px) {
  .product-content {
    padding: 0 70px;
  }
  .product-content .prev-button,
  .product-content .next-button {
    left: 0;
  }
  .product-content .next-button {
    left: initial;
    right: 0;
  }
}
@media (max-width: 1400px) {
  .product {
    padding: 45px 0 55px 0;
  }

}
@media (max-width: 1200px) {
  .product {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .product {
    padding: 20px 0;
  }
  .product-nav {
    margin-top: 20px;
  }
  .product-nav>li {
    margin: 0 15px;
  }
  .product-nav>li>a {
    padding: 10px 30px;
    padding-top: 0;
  }
  .product .more {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .product {
    padding: 15px 0;
  }
  .product-nav {
    margin-top: 10px;
  }
  .product-nav>li {
    margin: 0 5px;
  }
  .product-nav>li>a {
    padding: 5px 15px;
    padding-top: 0;
    line-height: 25px;
    font-size: 16px;
  }
  .product-content {
    padding: 0 30px;
    margin-top: 10px;
  }
  .product-content .swiper-slide>a>h1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 5px;
  }
  .product-content .prev-button,
  .product-content .next-button {
    width: 24px;
    height: 24px;
    font-size: 20px;
  }

  .product .more {
    margin-top: 10px;
  }
}

/* 行业 */
.industry {
  padding: 40px 10px;
  padding-bottom: 0;
}
.industry .swiper {
  width: 100%;
  overflow: hidden;
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.industry .swiper .swiper-slide>a {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 10px;
}
.industry .swiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 66.0714286%;
}
.industry .swiper .swiper-slide>a>h1 {
  text-align: right;
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  font-weight: bold;
  text-transform: capitalize;
  mix-blend-mode: difference;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
}
.industry .swiper .swiper-slide>a>h1>span {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 24px;
}
.industry .swiper .swiper-slide>a .industry-hover {
  width: 62.5%;
  height: calc(100% - 30px);
  background-color: #f1f3f5;
  border-radius: 10px 10px 0 10px;
  position: absolute;
  right: -100%;
  bottom: -100%;
  z-index: 2;
  padding: 18px 20px 30px 35px;
}
.industry .swiper .swiper-slide>a .industry-hover>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-transform: capitalize;
}
.industry .swiper .swiper-slide>a .industry-hover>h1>span {
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 24px;
}
.industry .swiper .swiper-slide>a .industry-hover .industry-text {
  display: block;
  overflow: hidden;
  margin-top: 25px;
  height: 192px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.industry .swiper .swiper-slide>a .industry-hover .more {
  margin-top: 15px;
}
.industry .swiper .swiper-slide>a .industry-hover .more>p {
  display: flex;
  align-items: center;
  line-height: 26px;
  font-size: 14px;
  color: #333;
}
.industry .swiper .swiper-slide>a .industry-hover .more>p>span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #333;
  line-height: 26px;
  color: #fff;
  padding: 0 2px;
  margin-left: 6px;
}
.industry .swiper .swiper-slide>a .industry-hover .more>p:hover {
  color: var(--color-hover);
}
.industry .swiper .swiper-slide>a .industry-hover .more>p:hover>span {
  background-color: var(--color-hover);
}
.industry .swiper .swiper-slide>a:hover>h1 {
  right: -100%;
  top: -100%;
}
.industry .swiper .swiper-slide>a:hover .industry-hover {
  right: 0;
  bottom: 0;
}
.industry-box {
  min-width: 272px;
  max-width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 30px;
  border: 1px solid #a5a5a5;
  padding: 6px;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.industry-box .swiper-pagination {
  position: relative;
  left: initial;
  right: initial;
  bottom: initial;
  top: initial;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.industry-box .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 4px;
  background-color: #e4e4e4;
}
.industry-box .swiper-pagination-bullet-active {
  background-color: #c1c1c1;
}
.industry-box .prev-button,
.industry-box .next-button {
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #a5a5a5;
  font-family: SimSun;
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.industry-box .prev-button::before {
  content: "<";
}
.industry-box .next-button::before {
  content: ">";
}
.industry-box .prev-button:hover,
.industry-box .next-button:hover {
  background-color: var(--color-hover);
  color: #fff;
}

@media (max-width: 1800px) {
  .industry .swiper .swiper-slide>a .industry-hover .industry-text {
    height: 120px;
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 1600px) {
  .industry .swiper .swiper-slide>a .industry-hover {
    padding: 20px;
  }
  .industry .swiper .swiper-slide>a .industry-hover>h1 {
    font-size: 18px;
  }
  .industry .swiper .swiper-slide>a .industry-hover>h1>span {
    font-size: 20px;
  }
  .industry .swiper .swiper-slide>a .industry-hover .industry-text {
    margin-top: 15px;
    height: 96px;
    -webkit-line-clamp: 4;
  }
}
@media (max-width: 1400px) {
  .industry .swiper .swiper-slide>a .industry-hover {
    padding: 15px;
  }
  .industry .swiper .swiper-slide>a .industry-hover>h1 {
    font-size: 14px;
    line-height: 20px;
  }
  .industry .swiper .swiper-slide>a .industry-hover>h1>span {
    font-size: 16px;
    line-height: 24px;
  }
  .industry .swiper .swiper-slide>a .industry-hover .industry-text {
    margin-top: 10px;
    height: 72px;
    -webkit-line-clamp: 3;
  }
  .industry .swiper .swiper-slide>a .industry-hover .more {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .industry .swiper {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .industry {
    padding: 15px 10px;
    padding-bottom: 0;
  }
  .industry .swiper {
    margin-top: 10px;
  }
  .industry-box {
    min-width: 100%;
    margin-top: 10px;
    padding: 4px;
  }
  .industry-box .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 2px;
  }
  .industry-box .prev-button, .industry-box .next-button {
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
}

/* 应用 */
.apply {
  padding: 40px 0 0 0;
}
.apply-content {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 40px;
}
.apply-content::before {
  content: "";
  display: block;
  padding-top: 29.21875%;
}
.apply-hover {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.apply-hover>.container {
  border-left: 4px solid var(--color-main);
  padding: 14px 30px;
}
.apply-hover>.container>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-weight: bold;
  font-size: 28px;
  color: #333;
}
.apply-hover>.container>a {
  width: 188px;
  height: 48px;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  font-size: 14px;
  color: #fff;
}

@media (max-width: 991px) {
  .apply {
    padding: 30px 0 0 0;
  }
  .apply-content {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .apply {
    padding: 15px 0 0 0;
  }
  .apply-content {
    margin-top: 10px;
  }
  .apply-content::before {
    padding-top: 50%;
  }
  .apply-hover>.container {
    border-left: 2px solid var(--color-main);
    padding: 10px 15px;
  }
  .apply-hover>.container>h1 {
    line-height: 20px;
    font-size: 16px;
  }
  .apply-hover>.container>a {
    width: 100px;
    height: 34px;
    margin-top: 10px;
  }
}

/* 新闻 */
.news {
  background-color: #f1f3f5;
  padding: 40px 0 35px 0;
}
.news-nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.news-nav>li {
  margin: 0 55px;
}
.news-nav>li>a {
  display: block;
  overflow: hidden;
  padding: 15px 5px;
  padding-top: 0;
  position: relative;
  line-height: 36px;
  font-size: 20px;
  color: #333;
}
.news-nav>li>a::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: var(--color-hover);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.news-nav>li>a:hover::after,
.news-nav>li.news-active>a::after {
  width: 100%;
}
.news-content {
  display: block;
  overflow: hidden;
  margin-top: 45px;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 68px);
  margin-left: -34px;
}
.news-list>li {
  width: calc(calc(100% / 3) - 68px);
  margin: 0 34px 30px 34px;
}
.news-list>li>a {
  display: flex;
  flex-direction: column;
}
.news-list>li>a .img {
  border-radius: 10px;
}
.news-list>li>a .img::before {
  padding-top: 63.0630631%;
}
.news-list>li>a .news-box {
  width: 100%;
  overflow: hidden;
  margin-top: -20px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  padding: 20px 25px;
}
.news-list>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 20px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 52px;
  line-height: 26px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 20px 0 30px 0;
}
.news-list>li>a .news-box .news-time {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 16px;
  color: #333;
}
.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 .more {
  justify-content: center;
  margin: 0;
}

@media (max-width: 1400px) {
  .news-list {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
  .news-list>li {
    width: calc(calc(100% / 3) - 50px);
    margin: 0 25px 30px 25px;
  }
}
@media (max-width: 1200px) {
  .news-list {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .news-list>li {
    width: calc(calc(100% / 3) - 40px);
    margin: 0 20px 30px 20px;
  }
}
@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .news-nav {
    margin-top: 20px;
  }
  .news-nav>li {
    margin: 0 30px;
  }
  .news-content {
    margin-top: 30px;
  }
  .news-list {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .news-list>li {
    width: calc(calc(100% / 3) - 30px);
    margin: 0 15px 20px 15px;
  }
  .news-list>li>a .news-box {
    padding: 20px;
  }
  .news-list>li>a .news-box .news-text {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-nav {
    margin-top: 10px;
  }
  .news-nav>li {
    margin: 0 10px;
  }
  .news-nav>li>a {
    padding: 10px 5px;
    padding-top: 0;
    line-height: 24px;
    font-size: 16px;
  }

  .news-content {
    margin-top: 10px;
  }
  .news-list {
    width: 100%;
    margin-left: 0;
  }
  .news-list>li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .news-list>li>a {
    flex-direction: row;
  }
  .news-list>li>a .img {
    width: 30%;
  }
  .news-list>li>a .news-box {
    width: 70%;
    margin: 0;
    padding: 10px;
    padding-left: 15px;
  }
  .news-list>li>a .news-box>h1 {
    line-height: 24px;
    font-size: 16px;
  }
  .news-list>li>a .news-box .news-text {
    margin: 5px 0;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
  }
  .news-list>li>a .news-box .news-time {
    font-size: 12px;
  }
}

/* 合作伙伴 */
.partner {
  padding: 45px 0;
}
.partner>.container {
  position: relative;
}
.partner .swiper {
  width: 100%;
  overflow: hidden;
}
.partner .swiper-slide>a {
  width: 100%;
  overflow: hidden;
  display: block;
  border: 1px solid #e5e5e5;
  position: relative;
}
.partner .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.partner .swiper-slide>a:hover {
  border-color: var(--color-hover);
}
.partner .swiper-slide>a:hover>img {
  transform: scale(1.1);
}
.partner .prev-button,
.partner .next-button {
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #333;
  cursor: pointer;
}
.partner .next-button {
  left: initial;
  right: -22px;
}
.partner .prev-button:hover,
.partner .next-button:hover {
  color: var(--color-hover);
}

@media (max-width: 991px) {
  .partner {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .partner {
    padding: 15px 0;
  }
}
/* END-首页样式 */

/* 关于 */
.main {
  width: 100%;
  overflow: hidden;
  padding-bottom: 25px;
}
.main>.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-left {
  width: 320px;
}
.left-menu {
  width: 100%;
  float: left;
}
.menu-title {
  display: block;
  overflow: hidden;
  line-height: 28px;
  background-color: #aaa;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  padding: 22px 30px;
  padding-right: 0;
}
.menu-title>span {
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 24px;
  font-weight: bold;
}
.menu-list {
  display: block;
  overflow: hidden;
  transition: initial;
  padding: 20px 10px;
  padding-top: 0;
}
.menu-list>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #d7d5d5;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  padding: 0 20px 0 15px;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
}
.menu-list>li>a::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 5px solid #aaa;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  background-color: var(--color-hover);
  color: #fff;
}
.menu-list>li:hover>a::after,
.menu-list>li.menu-active>a::after {
  border-top-color: #fff;
}
.menu-child-list {
  display: none;
  overflow: hidden;
  background-color: #ededef;
  border-top: 1px dashed #d7d5d5;
}
.menu-child-list>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #d7d5d5;
}
.menu-child-list>li>a {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  font-size: 14px;
  color: #828282;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-child-list>li>a>span {
  font-weight: bold;
  float: left;
  margin-right: 15px;
  transition: initial;
}
.menu-child-list>li>a:hover {
  color: var(--color-hover);
}
.menu-child-list>li>a.active {
  color: var(--color-hover);
}

.menu-box {
  display: block;
  overflow: hidden;
  padding: 40px 20px;
}
.menu-hotline {
  display: flex;
  align-items: center;
  line-height: 32px;
  font-family: Impact;
  font-size: 30px;
  color: #ff3c00;
  padding-left: 44px;
  background: url(../images/menu-hotline.png) no-repeat left center;
}
.menu-text {
  display: block;
  overflow: hidden;
  line-height: 28px;
  color: #333333;
  font-size: 14px;
  margin-top: 25px;
}

.main-right {
  width: calc(100% - 320px);
  padding-left: 35px;
}
.place-title {
  width: 100%;
  float: left;
  line-height: 40px;
  font-size: 16px;
  color: var(--color3);
  border-bottom: 1px solid #eaeaea;
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}

.place-content {
  width: 100%;
  float: left;
  padding: 30px 0;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 28px;
  color: var(--color3);
}
.company p{
  margin-bottom: 5px;
}

@media (max-width: 1400px) {
  .main-left {
    width: 22.86%;
  }
  .menu-title {
    font-size: 16px;
  }
  .main-right {
    width: 77.14%;
  }
}
@media (max-width: 1200px) {
  .main-left {
    width: 26.66%;
  }
  .menu-title {
    padding: 20px;
    font-size: 15px;
  }
  .menu-title>span {
    line-height: 30px;
    font-size: 20px;
  }
  .menu-box {
    padding: 20px;
  }
  .main-right {
    width: 73.34%;
  }
}
@media (max-width: 991px) {
  .main-left {
    width: 32.29%;
  }
  .menu-title {
    padding: 15px;
    font-size: 14px;
  }
  .main-right {
    width: 67.71%;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .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;
    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;
    padding-top: 2px;
  }
  .menu-list>li>a {
    height: 40px;
    line-height: 40px;
  }
  .menu-child-list>li>a {
    height: 38px;
    line-height: 38px;
  }

  .main-right {
    width: 100%;
    padding: 0;
  }
  .place-content {
    padding: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于 */

/* 产品/应用/行业 */
.product-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
}
.product-list>li {
  width: calc(calc(100% / 3) - 20px);
  margin: 0 10px 20px 10px;
}
.product-list>li>a {
  display: flex;
  flex-direction: column;
}
.product-list>li>a .img::before {
  padding-top: 70.4477612%;
}
.product-list>li>a>h1 {
  width: 100%;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  color: #333;
  padding: 0 10px;
}
.product-list>li>a:hover>h1 {
  color: #fff;
}

.product-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.product-details-left {
  width: 40%;
  float: left;
  position: relative;
  border: 1px solid #ddd
}
.product-details-left::before {
  content: '';
  display: block;
  padding-top: 70%
}
.product-details-right {
  width: 60%;
  padding: 10px 30px;
  padding-right: 0
}
.product-details-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 20px;
  color: #333
}
.product-details-text {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 20px
}
.product-details-more {
  display: block;
  overflow: hidden;
  margin-top: 20px
}
.product-details-more>a {
  width: 150px;
  float: left;
  height: 44px;
  background-color: var(--color-main);
  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: 30px;
  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-main);
  font-size: 16px;
  color: #fff;
  font-weight: bold
}

@media (max-width: 1200px) {
  .product-details-right {
    padding: 10px;
    padding-left: 25px;
    padding-right: 0;
  }
  .product-details-text {
    line-height: 22px;
    margin-top: 10px;
  }
  .product-details-more {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .product-list>li {
    width: calc(50% - 20px);
  }
  .product-details-left,
  .product-details-right {
    width: 100%;
  }
  .product-details-right {
    padding: 20px 0 0 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 0 10px 0;
  }
  .product-list>li>a>h1 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .product-details-more>a {
    width: 110px;
    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-产品/应用/行业 */

/* 新闻 */
.place-content .news-list {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.place-content .news-list>li {
  width: calc(calc(100% / 3) - 20px);
  margin: 0 10px 20px 10px;
}
.place-content .news-list>li>a .news-box {
  background-color: #f1f3f5;
  padding: 20px;
}
.place-content .news-list>li>a .news-box .news-text {
  margin: 15px 0;
}


.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-img{ width:100%; text-align:center; margin:10px auto;}
.news-details-img img{ width:100%; max-width:800px; height:auto; display:block; margin:0 auto; max-height:600px;}

.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) {
  .place-content .news-list>li {
    width: calc(calc(100% / 2) - 20px);
  }
}
@media (max-width: 767px) {
  .place-content .news-list {
    width: 100%;
    margin-left: 0;
  }
  .place-content .news-list>li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .place-content .news-list>li>a .img {
    width: 30%;
  }
  .place-content .news-list>li>a .news-box {
    width: 70%;
    margin: 0;
    padding: 10px;
    padding-left: 15px;
  }
  .place-content .news-list>li>a .news-box .news-text {
    margin: 5px 0;
  }

  .news-details-title {
    font-size: 16px;
  }
  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-新闻 */

/* 联系 */
.contact {
  display: flex;
  flex-wrap: wrap
}
.contact-text {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 30px
}
.contact-map {
  width: 100%;
  float: left;
  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-联系 */