@charset "UTF-8";
/*
 * @Author: Code Zhuang
 * @Date: 2023-05-29 16:09:11
 * @Last Modified by: Code Zhuang
 * @Last Modified time: 2023-05-31 09:33:21
 */

/* 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;
}

/* 首页样式 */
.index-header .header {
  position: fixed;
  background: none;
  box-shadow: initial;
}
.index-header .logo>a>img {
  opacity: 0;
}
.index-header .logo>a>img.logo-white {
  opacity: 1;
}
.index-header .header-hotline {
  background: url(../images/header-hotline-white.png) no-repeat left center;
  color: #fff;
}
.index-header .nav>li>a {
  color: #fff;
}
.index-header .nav>li>a::after {
  background-color: #fff;
}
.index-header .menu-button>span {
  background-color: #fff;
}

.index-header .header-active {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.index-header .header-active .logo>a>img {
  opacity: 1;
}
.index-header .header-active .logo>a>img.logo-white {
  opacity: 0;
}
.index-header .header-active .header-hotline {
  background: url(../images/header-hotline.png) no-repeat left center;
  color: var(--color-hover);
}
.index-header .header-active .nav>li>a {
  color: var(--color3);
}
.index-header .header-active .nav>li>a::after {
  background-color: var(--color-hover);
}
.index-header .header-active .menu-button>span {
  background-color: var(--color-hover);
}
.index-header .header-active .menu-button-active>span {
  background-color: #fff
}

@media (max-width: 991px) {
  .index-header .nav>li>a {
    color: var(--color3);
  }
}

/* banner大图 */
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner-swiper {
  width: 100%;
  height: 100%;
}
.banner-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.banner-swiper .swiper-slide img{ width: 100%; }
.banner-swiper .swiper-slide>video {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.banner-hover {
  width: 100%;
  height: 100%;
  line-height: 70px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.banner-hover>h1 {
  font-size: 50px;
  line-height: 88px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* 圆点 */
.banner-swiper .swiper-pagination {
  opacity: 1;
  bottom: 60px;
  display: flex;
  justify-content: center;
}
.banner-swiper .swiper-pagination-bullet {
  width: 285px;
  height: 3px;
  float: left;
  background: #000;
  opacity: 0.45;
  border-radius: 0;
}
.banner-swiper>.swiper-pagination-bullets .swiper-pagination-bullet,
.banner-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}
.banner-swiper .swiper-pagination-bullet-active {
  opacity: 0.45;
  background: #fff;
}

@media (max-width: 1400px) {
  .banner-swiper .swiper-pagination-bullet {
    width: 250px;
  }
}
@media (max-width: 1300px) {
  .banner-swiper .swiper-pagination-bullet {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .banner-swiper .swiper-pagination-bullet {
    width: 150px;
  }
}
@media (max-width: 991px) {
  /*圆点*/
  .banner-swiper .swiper-pagination {
    bottom: 30px;
  }
  .banner-swiper .swiper-pagination-bullet {
    width: 100px;
  }
}
@media (max-width: 767px) {

  .banner-hover {
    line-height: 24px;
    font-size: 16px;
  }
  .banner-hover>h1 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  /*圆点*/
  .banner-swiper .swiper-pagination {
    bottom: 15px;
  }
  .banner-swiper .swiper-pagination-bullet {
    width: 30px;
  }
}

/* 商用清洁机器人 */
.product {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product>div {
  margin-top: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.product-top {
  width: 100%;
  background-image: url(../images/product-bj.jpg);
  text-align: center;
  padding: 35px 0;
}
.product-top>.container>h1 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
}
.product-top>.container>h2 {
  line-height: 26px;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
}
.product-top>.container>div {
  margin-top: 25px;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
}
.product-top>.container>div>a {
  margin: 0 15px;
}
.product-top>.container>div>a:hover {
  text-decoration: underline;
}
.product-top>.container>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 35px auto 0 auto;
}

.product-left {
  width: calc(50% - 15px);
  margin-left: 10px;
  border-radius: 10px;
}
.product-right {
  width: calc(50% - 15px);
  margin-right: 10px;
  border-radius: 10px;
}
.product-box {
  width: 55%;
  float: right;
  padding: 120px 30px 150px 80px;
}
.product-box>h1 {
  line-height: 28px;
  font-size: 18px;
  color: var(--color3);
}
.product-box>h1>span {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 30px;
  color: var(--color3);
  font-weight: bold;
  margin-bottom: 15px;
}
.product-box>h1::after {
  content: "";
  width: 41px;
  height: 3px;
  background-color: #242424;
  display: block;
  margin-top: 30px;
}
.product-box>div {
  display: block;
  overflow: hidden;
  margin-top: 50px;
}
.product-box>div>p {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  line-height: 26px;
  font-size: 18px;
  color: var(--color3);
}
.product-box>div>p>img {
  margin-right: 15px;
}
.product-box>a {
  width: 135px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-top: 35px;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  background-color: #242424;
  font-size: 14px;
  color: #fff;
}

.product-bottom {
  width: 100%;
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
}
.product-bottom>.container {
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.product-bottom-left {
  width: 50%;
  padding-right: 50px;
}
.product-bottom-left>img {
  float: right;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.product-bottom-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 95px;
}
.product-bottom-right>h1 {
  line-height: 38px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.product-bottom-right>h2 {
  line-height: 28px;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
}
.product-bottom-right>div {
  margin-top: 35px;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
}
.product-bottom-right>div>a {
  margin-right: 25px;
}
.product-bottom-right>div>a:hover {
  text-decoration: underline;
}

@media (max-width: 1440px) {
  .product-box {
    padding: 70px 20px;
  }
}
@media (max-width: 1240px) {
  .product-box {
    padding: 40px 20px;
  }
  .product-box>h1 {
    line-height: 26px;
    font-size: 16px;
  }
  .product-box>h1>span {
    line-height: 32px;
    font-size: 22px;
  }
  .product-box>h1::after {
    margin-top: 15px;
  }
  .product-box>div {
    margin-top: 30px;
  }
  .product-box>div>p {
    margin-bottom: 10px;
    line-height: 24px;
    font-size: 16px;
  }
  .product-box>a {
    margin-top: 20px;
  }

  .product-bottom {
    padding-top: 50px;
  }
  .product-bottom-right {
    padding-left: 50px;
  }
}
@media (max-width: 991px) {
  .product-top>.container>img {
    max-width: 50%;
  }
  .product-box {
    padding: 20px;
  }
  .product-box>h1 {
    line-height: 22px;
    font-size: 12px;
  }
  .product-box>h1>span {
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .product-box>h1::after {
    margin-top: 5px;
  }
  .product-box>div {
    margin-top: 10px;
  }
  .product-box>div>p {
    margin-bottom: 5px;
    line-height: 22px;
    font-size: 14px;
  }
  .product-box>div>p>img {
    margin-right: 5px;
  }
  .product-box>a {
    margin-top: 10px;
    width: 120px;
    height: 30px;
    line-height: 30px;
  }

  .product-bottom {
    padding-top: 30px;
  }
  .product-bottom-left {
    padding-right: 30px;
  }
  .product-bottom-right {
    padding-left: 30px;
  }
  .product-bottom-right>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .product-bottom-right>h2 {
    line-height: 24px;
    font-size: 14px;
    margin-top: 10px;
  }
  .product-bottom-right>div {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .product-top {
    padding: 15px 0;
  }
  .product-top>.container>h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .product-top>.container>h2 {
    line-height: 20px;
    font-size: 12px;
    margin-top: 5px;
  }
  .product-top>.container>div {
    margin-top: 5px;
    line-height: 20px;
    font-size: 14px;
  }
  .product-top>.container>div>a {
    margin: 0 5px;
  }
  .product-top>.container>img {
    margin: 15px auto 0 auto;
  }

  .product-left {
    width: 100%;
    margin-left: 0;
    border-radius: 0;
  }
  .product-right {
    width: 100%;
    margin-right: 0;
    border-radius: 0;
  }

  .product-bottom {
    padding-top: 15px;
  }
  .product-bottom-left {
    width: 37%;
    padding-right: 0;
  }
  .product-bottom-right {
    width: 63%;
    padding-left: 10px;
  }
  .product-bottom-right>h1 {
    line-height: 24px;
    font-size: 16px;
  }
  .product-bottom-right>h2 {
    line-height: 22px;
    font-size: 12px;
    margin-top: 5px;
  }
  .product-bottom-right>div {
    margin-top: 5px;
  }
  .product-bottom-right>div>a {
    margin-right: 10px;
  }
}

/* 迎宾机器人 */
.robot {
  width: 100%;
  padding: 10px;
}
.robot-content {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 30px;
}
.robot .swiper {
  width: 60.41666667%;
  max-width: 1160px;
  overflow: visible;
  margin: 0 auto;
}
.robot .swiper .swiper-slide {
  height: auto;
  border-radius: 10px;
  background-color: #e3e3e3;
  overflow: hidden;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.robot .swiper .swiper-slide .robot-left {
  width: calc(31.034483% - 20px);
  transition: initial;
}
.robot .swiper .swiper-slide .robot-left .img::before {
  padding-top: 157.8125%;
  transition: initial;
}
.robot .swiper .swiper-slide .robot-left>h1 {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
  text-align: center;
  font-size: 30px;
  color: var(--color3);
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.robot .swiper .swiper-slide .robot-right {
  width: 68.965517%;
  height: 0;
  overflow: hidden;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  transition: initial;
}
.robot .swiper .swiper-slide .robot-right>h1 {
  line-height: 28px;
  font-size: 18px;
  color: var(--color3);
}
.robot .swiper .swiper-slide .robot-right>h1>span {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 30px;
  color: var(--color3);
  font-weight: bold;
  margin-bottom: 15px;
}
.robot .swiper .swiper-slide .robot-right>h1::after {
  content: "";
  width: 41px;
  height: 3px;
  background-color: #242424;
  display: block;
  margin-top: 30px;
}
.robot .swiper .swiper-slide .robot-right>div {
  display: block;
  overflow: hidden;
  margin-top: 25px;
}
.robot .swiper .swiper-slide .robot-right>div>p {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  line-height: 26px;
  font-size: 16px;
  color: var(--color3);
}
.robot .swiper .swiper-slide .robot-right>div>p>img {
  margin-right: 15px;
}
.robot .swiper .swiper-slide .robot-right>a {
  width: 135px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-top: 35px;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  background-color: #1e5397;
  font-size: 14px;
  color: #fff;
}
.robot .swiper .swiper-slide-prev {
  flex-direction: row-reverse;
}

.robot .swiper .swiper-slide-active {
  width: 100%;
}
.robot .swiper .swiper-slide-active .robot-left {
  width: 50%;
}
.robot .swiper .swiper-slide-active .robot-left .img::before {
  padding-top: 100%;
}
.robot .swiper .swiper-slide-active .robot-left>h1 {
  display: none;
}
.robot .swiper .swiper-slide-active .robot-right {
  width: 50%;
  height: 100%;
}
.robot .swiper .swiper-slide-active .robot-left .img img{ max-height: 450px; max-height: 450px; }

.robot .prev-button,
.robot .next-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  font-family: SimSun;
  font-size: 30px;
  color: #242424;
  font-weight: bold;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  cursor: pointer;
}
.robot .next-button {
  left: initial;
  right: 5%;
}
.robot .prev-button::before {
  content: "<";
}
.robot .next-button::before {
  content: ">";
}
.robot .prev-button:hover,
.robot .next-button:hover {
  background-color: var(--color-hover);
  color: #fff;
}

.robot .swiper-pagination {
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.robot .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background-color: #e3e3e3;
  opacity: 1;
}
.robot .swiper-pagination-bullet-active {
  background-color: #242424;
}

@media (max-width: 1440px) {
  .robot .swiper .swiper-slide .robot-left>h1 {
    height: 34px;
    line-height: 34px;
    font-size: 24px;
  }
  .robot .swiper .swiper-slide .robot-right>h1>span {
    line-height: 34px;
    font-size: 24px;
  }
  .robot .swiper .swiper-slide .robot-right>h1 {
    line-height: 26px;
    font-size: 16px;
  }
}
@media (max-width: 1240px) {
  .robot .swiper {
    width: 100%;
  }
  .robot .swiper .swiper-slide {
    width: 100%;
  }
  .robot .swiper .swiper-slide .robot-left {
    width: 50%;
  }
  .robot .swiper .swiper-slide .robot-left .img::before {
    padding-top: 100%;
  }
  .robot .swiper .swiper-slide .robot-left>h1 {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    display: none;
  }
  .robot .swiper .swiper-slide .robot-right {
    width: 50%;
    height: 100%;
  }
  .robot .swiper .swiper-slide .robot-right>h1>span {
    line-height: 30px;
    font-size: 20px;
  }
  .robot .swiper .swiper-slide .robot-right>h1 {
    line-height: 22px;
    font-size: 12px;
  }
  .robot .swiper .swiper-slide .robot-right>h1::after {
    margin-top: 15px;
  }
  .robot .swiper .swiper-slide .robot-right>div {
    margin-top: 30px;
  }
  .robot .swiper .swiper-slide .robot-right>a {
    margin-top: 20px;
  }
  .robot .swiper .swiper-slide-active {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .robot .prev-button,
  .robot .next-button {
    left: 2%;
  }
  .robot .next-button {
    left: initial;
    right: 2%;
  }
}
@media (max-width: 767px) {
  .robot-content {
    padding-bottom: 15px;
  }
  .robot .swiper .swiper-slide {
    padding: 15px;
  }
  .robot .swiper .swiper-slide .robot-left {
    width: 40%;
  }
  .robot .swiper .swiper-slide .robot-left .img {
    height: 100%;
  }
  .robot .swiper .swiper-slide .robot-right {
    width: 60%;
  }
  .robot .swiper .swiper-slide .robot-right>h1 {
    line-height: 20px;
  }
  .robot .swiper .swiper-slide .robot-right>h1>span {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
  }
  .robot .swiper .swiper-slide .robot-right>h1::after {
    margin-top: 5px;
  }
  .robot .swiper .swiper-slide .robot-right>div {
    margin-top: 10px;
    height: 120px; line-height: 24px; font-size: 14px;
  }
  .robot .swiper .swiper-slide .robot-right>div p{ font-size: 14px; margin-bottom:0px; line-height: 24px;}
  .robot .swiper .swiper-slide .robot-right>div>p>img {
    width: auto;
    height: 24px;
    margin-right: 10px;
  }
  .robot .swiper .swiper-slide .robot-right>a {
    margin-top: 10px;
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .robot .prev-button,
  .robot .next-button {
    width: 24px;
    height: 24px;
    font-size: 16px;
    left: 2%;
  }
  .robot .next-button {
    left: initial;
    right: 2%;
  }
  .robot .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

/* 应用场景解决方案 */
.solution {
  padding: 50px 0 25px 0;
}
.solution-title {
  display: block;
  overflow: hidden;
  text-align: center;
  color: var(--color3);
}
.solution-title>h1 {
  line-height: 38px;
  font-size: 30px;
  font-weight: bold;
}
.solution-title>div {
  line-height: 26px;
  font-size: 18px;
  margin-top: 10px;
}
.solution-list {
  display: flex;
  flex-direction: column;
  margin-top: 55px;
}
.solution-list>li {
  width: 100%;
  float: left;
  position: relative;
  z-index: 0;
  margin: 15px 0;
}
.solution-list>li>a {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.solution-list>li>a>div {
  width: 48%; margin:1%;
}
.solution-list>li>a>div>img {
  width: 100%;
  display: block;
  height: auto;
}

.solution-list>li:nth-child(even)>a {
  padding: 30px 0;
  flex-direction: row-reverse;
}
.solution-list>li:nth-child(even)::before {
  content: "";
  width: 300%;
  float: left;
  height: 100%;
  background-color: #e4e6e9;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 991px) {
  .solution {
    padding: 25px 0;
  }
  .solution-list {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .solution {
    padding: 15px 0;
  }
  .solution-title>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .solution-title>div {
    line-height: 20px;
    font-size: 14px;
    margin-top: 0;
  }
  .solution-list {
    margin-top: 10px;
  }
  .solution-list>li>a>div {
    width: 48%;
  }
  .solution-list>li:nth-child(even)>a {
    padding: 15px 0;
  }
  .solution-list>li {
  margin: 10px 0;
}
}

/* 新闻动态 */
.news {
  padding: 50px 0;
  background-color: #e3e3e3;
}
.news-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.news-left {
  width: calc(50% - 10px);
}
.news-left>a {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
}
.news-left>a .img {
  border-radius: 0 0 10px 10px;
}
.news-left>a .img::before {
  padding-top: 47.536232%;
}
.news-left>a .news-box {
  width: 100%;
  padding: 15px 20px;
}
.news-left>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: var(--color3);
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-left>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 75px;
  line-height: 25px;
  font-size: 14px;
  color: var(--color3);
  margin: 15px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-left>a .news-box .news-time {
  display: block;
  overflow: hidden;
  line-height: 30px;
  padding-left: 35px;
  font-size: 14px;
  color: #858585;
  background: url(../images/news-icon.png) no-repeat left center;
}
.news-left>a:hover .news-box>h1,
.news-left>a:hover .news-box .news-text,
.news-left>a:hover .news-box .news-time {
  color: #fff;
}
.news-left>a:hover .news-box .news-time {
  background: url(../images/news-icon-white.png) no-repeat left center;
}

.news-right {
  width: calc(50% - 10px);
}
.news-list {
  width: 100%;
  float: left;
}
.news-list>li {
  display: block;
  overflow: hidden;
  margin-bottom: 22px;
}
.news-list>li:last-child {
  margin: 0;
}
.news-list>li>a {
  display: flex;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
}
.news-list>li>a .img {
  width: 31%;
  border-radius: 0 10px 10px 0;
}
.news-list>li>a .news-box {
  width: 69%;
  padding: 20px 25px;
}
.news-list>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: var(--color3);
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 25px;
  font-size: 14px;
  color: var(--color3);
  margin: 10px 0 5px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list>li>a .news-box .news-time {
  display: block;
  overflow: hidden;
  line-height: 24px;
  padding-left: 30px;
  font-size: 14px;
  color: #858585;
  background: url(../images/news-icon.png) no-repeat left center;
}
.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-list>li>a:hover .news-box .news-time {
  background: url(../images/news-icon-white.png) no-repeat left center;
}

.news-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.news-more>a {
  width: 154px;
  height: 38px;
  background-color: var(--color3);
  border-radius: 20px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .news-content {
    margin-top: 20px;
  }
  .news-list>li>a .img {
    width: 40%;
  }
  .news-list>li>a .news-box {
    width: 60%;
    padding: 15px 20px;
  }
  .news-more {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-content {
    margin-top: 10px;
  }
  .news-left {
    width: 100%;
  }
  .news-left>a {
    flex-direction: row;
  }
  .news-left>a .img {
    width: 40%;
    border-radius: 0 10px 10px 0;
  }
  .news-left>a .news-box {
    width: 60%;
    padding: 10px;
    padding-left: 15px;
  }
  .news-left>a .news-box>h1 {
    line-height: 24px;
  }
  .news-left>a .news-box .news-text {
    height: 48px;
    line-height: 24px;
    margin: 5px 0;
    -webkit-line-clamp: 2;
  }
  .news-left>a .news-box .news-time {
    line-height: 20px;
    padding-left: 30px;
    font-size: 12px;
  }

  .news-right {
    width: 100%;
    margin-top: 10px;
  }
  .news-list>li {
    margin-bottom: 10px;
  }
  .news-list>li>a .news-box {
    padding: 10px;
    padding-left: 15px;
  }
  .news-list>li>a .news-box>h1 {
    line-height: 24px;
  }
  .news-list>li>a .news-box .news-text {
    height: 48px;
    line-height: 24px;
    margin: 5px 0;
    -webkit-line-clamp: 2;
  }
  .news-list>li>a .news-box .news-time {
    line-height: 20px;
    padding-left: 30px;
    font-size: 12px;
  }

  .news-more {
    margin-top: 10px;
  }
  .news-more>a {
    width: 110px;
    height: 30px;
  }
}

/* 免费试用 */
.appro {
  background-image: url(../images/appro-bj.jpg);
  padding: 50px 0;
}
.appro>.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.appro-title {
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
}
.appro-title>h1 {
  line-height: 42px;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.appro-hotline {
  margin-top: 30px;
  line-height: 44px;
  padding-left: 44px;
  background: url(../images/appro-hotline.png) no-repeat left center;
  font-family: Impact;
  font-size: 40px;
  color: #fff;
}
.appro-more {
  margin-top: 60px;
}
.appro-more>a {
  width: 136px;
  height: 38px;
  background-color: #fff;
  border-radius: 20px;
  font-size: 14px;
  color: var(--color3);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.appro-more>a:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .appro {
    padding: 30px 0;
  }
  .appro-more {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .appro {
    padding: 15px 0;
  }
  .appro-title {
    line-height: 20px;
    font-size: 14px;
  }
  .appro-title>h1 {
    line-height: 30px;
    font-size: 20px;
    margin: 0;
  }
  .appro-hotline {
    margin-top: 15px;
    line-height: 30px;
    padding-left: 30px;
    background: url(../images/appro-hotline.png) no-repeat left center;
    background-size: contain;
    font-size: 20px;
  }
  .appro-more {
    margin-top: 15px;
  }
}

/* 横幅 */
.hf {
  padding: 40px 0 30px 0;
}
.hf-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.hf-list li .hf-icon {
  width: 100%;
  height: 52px;
  overflow: hidden;
  position: relative;
}
.hf-list li>h1 {
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  color: var(--color3);
}

@media (max-width: 767px) {
  .hf {
    padding: 15px 0;
  }
.hf-list li{
    margin: 0px;
    width: 20%;
  }
  .hf-list li img{ max-height: 34px; }
  .hf-list li .hf-icon {
    height: 34px;
  }
  .hf-list li h1 {
    height: 24px;
    line-height: 24px;
    margin-top: 5px;
    font-size: 14px;
    width: 100%; text-align: center;
  }
}
/* END-首页样式 */

/* 支持售后/关于 */
.company-banner {
  width: 100%;
  overflow: hidden;
  height: 380px;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.company-banner>h1 {
  position: relative;
  z-index: 2;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
}
.company-banner>h1>span {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.main {
  width: 100%;
  overflow: hidden;
}
.main-company {
  margin-top: -100px;
  position: relative;
  z-index: 3;
}
.main-company>.container {
  background-color: #fff;
  border-radius: 25px;
  padding: 65px;
  min-height: 500px;
  overflow: hidden;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
  color: var(--color3);
}
.company img{
  display: block;
  max-width: 100%;
	height: auto;
	margin: 2px auto;
}

@media (max-width: 1440px) {
  .main-company>.container {
    padding: 50px;
  }
}
@media (max-width: 1240px) {
  .main-company>.container {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .main-company>.container {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .company-banner {
    height: 200px;
  }
  .company-banner>h1 {
    line-height: 20px;
    font-size: 14px;
  }
  .company-banner>h1>span {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 5px;
  }

  .main-company {
    margin: 0;
  }
  .main-company>.container {
    padding: 20px 0;
  }
  .company {
    font-size: 14px;
  }
  .company table{
    width: 100%;
	  height: auto;
  }
  .company table td{
    width: 100%;
  	height: auto;
  	float: left;
  }

  .about-main>.container {
    padding: 0;
    border-radius: 0;
    overflow: visible;
  }
  .about-main .company{
    padding: 20px 0;
  }

}
/* END-支持售后/关于 */

/* 商店 */
.product-main {
  padding: 20px 0;
}
.place-title {
  width: 100%;
  float: left;
}
.place-content {
  width: 100%;
  float: left;
}
.shops-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.shops-list>li {
  width: calc(50% - 35px);
  margin-bottom: 25px;
  border-radius: 10px;
}
.shops-list>li .img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.shops-list>li .img::before {
  content: "";
  display: block;
  padding-top: 100.12782%;
}
.shops-list>li .shops-box {
  display: block;
  overflow: hidden;
  padding: 20px 15px;
}
.shops-list>li .shops-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 22px;
  color: var(--color3);
  font-size: 16px;
}
.shops-list>li .shops-box>h1>span {
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  transition: initial;
}
.shops-list>li .shops-box .shops-text {
  display: block;
  overflow: hidden;
  margin-top: 15px;
}
.shops-list>li .shops-box .shops-text>div {
  float: left;
  line-height: 30px;
  margin-left: 30px;
  font-size: 16px;
  color: var(--color3);
}
.shops-list>li .shops-box .shops-text>div:first-child {
  margin: 0;
}
.shops-list>li .shops-box .shops-text>div .shops-icon {
  width: 30px;
  float: left;
  height: 30px;
  position: relative;
  margin-right: 10px;
}
.shops-list>li .shops-box .shops-text>div .shops-icon>img:first-child {
  opacity: 1;
}
.shops-list>li .shops-box .shops-text>div .shops-icon>img:last-child {
  opacity: 0;
}
.shops-list>li .shops-box .shops-text>div>a {
  color: var(--color-hover);
  text-decoration: underline;
}
.shops-list>li .shops-box .shops-text>div>span {
  color: var(--color-hover);
  font-size: 30px;
}
.shops-list>li .shops-btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.shops-list>li .shops-btn>a {
  width: 136px;
  height: 38px;
  border: 2px solid #282828;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  background-color: #282828;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0 10px;
}
.shops-list>li .shops-btn>a:first-child {
  background-color: var(--color-hover);
  border-color: var(--color-hover);
}

.shops-list>li:hover {
  background-color: var(--color-hover);
}
.shops-list>li:hover .shops-box>h1,
.shops-list>li:hover .shops-box .shops-text>div,
.shops-list>li:hover .shops-box .shops-text>div>a,
.shops-list>li:hover .shops-box .shops-text>div>span {
  color: #fff;
}
.shops-list>li:hover .shops-box .shops-text>div .shops-icon>img:first-child {
  opacity: 0;
}
.shops-list>li:hover .shops-box .shops-text>div .shops-icon>img:last-child {
  opacity: 1;
}
.shops-list>li:hover .shops-btn>a {
  border-color: #fff;
  background-color: var(--color-hover);
}
.shops-list>li:hover .shops-btn>a:first-child {
  background-color: #fff;
  border-color: #fff;
  color: var(--color3);
}


.shops-list-sort {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  width: 100%;
}
.shops-list-sort>li {
    width: calc(calc(100% / 3) - 2%);
    margin: 0 1% 30px 1%;
  border-radius: 10px;
}
.shops-list-sort>li .img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.shops-list-sort>li .img::before {
  content: "";
  display: block;
  padding-top: 100.4044944%;
}
.shops-list-sort>li .img2::before {
  content: "";
  display: block;
  padding-top: 75.4044944%;
}
.shops-list-sort>li .shops-box {
  display: block;
  overflow: hidden;
  padding: 10px 15px;
}
.shops-list-sort>li .shops-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 22px;
  color: var(--color3);
  font-size: 16px;
}
.shops-list-sort>li .shops-box>h1>span {
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: initial;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%; text-align: center;
}
.shops-list-sort>li .shops-box .shops-text {
  display: block;
  overflow: hidden;
  margin-top: 15px;
}
.shops-list-sort>li .shops-box .shops-text>div {
  float: left;
  line-height: 30px;
  margin-right: 30px;
  font-size: 16px;
  color: var(--color3);
}
.shops-list-sort>li .shops-box .shops-text>div:last-child {
  margin: 0;
}
.shops-list-sort>li .shops-box .shops-text>div .shops-icon {
  width: 30px;
  float: left;
  height: 30px;
  position: relative;
  margin-right: 10px;
}
.shops-list-sort>li .shops-box .shops-text>div .shops-icon>img:first-child {
  opacity: 1;
}
.shops-list-sort>li .shops-box .shops-text>div .shops-icon>img:last-child {
  opacity: 0;
}
.shops-list-sort>li .shops-box .shops-text>div>a {
  color: var(--color-hover);
  text-decoration: underline;
}
.shops-list-sort>li .shops-box .shops-text>div>span {
  color: var(--color-hover);
  font-size: 20px;
}
.shops-list-sort>li .shops-btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.shops-list-sort>li .shops-btn>a {
  width: 136px;
  height: 38px;
  border: 2px solid #282828;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  background-color: #282828;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 0 10px;
}
.shops-list-sort>li .shops-btn>a:first-child {
  background-color: var(--color-hover);
  border-color: var(--color-hover);
}

.shops-list-sort>li:hover {
  background-color: var(--color-hover);
}
.shops-list-sort>li:hover .shops-box>h1,
.shops-list-sort>li:hover .shops-box .shops-text>div,
.shops-list-sort>li:hover .shops-box .shops-text>div>a,
.shops-list-sort>li:hover .shops-box .shops-text>div>span {
  color: #fff;
}
.shops-list-sort>li:hover .shops-box .shops-text>div .shops-icon>img:first-child {
  opacity: 0;
}
.shops-list-sort>li:hover .shops-box .shops-text>div .shops-icon>img:last-child {
  opacity: 1;
}
.shops-list-sort>li:hover .shops-btn>a {
  border-color: #fff;
  background-color: var(--color-hover);
}
.shops-list-sort>li:hover .shops-btn>a:first-child {
  background-color: #fff;
  border-color: #fff;
  color: var(--color3);
}

.shop-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 25px;
}
.shop-details-left {
  width: 50%;
}
#gallery,
#thumbs {
  width: 100%;
}
#gallery .swiper-slide,
#thumbs .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
}
#gallery .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 85.714286%;
}
.thumbs {
  width: 100%;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  padding: 0 60px;
}
#thumbs .swiper-slide {
  cursor: pointer;
}
#thumbs .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#thumbs .swiper-slide-thumb-active {
  border-color: var(--color-hover);
}
.thumbs .prev-button,
.thumbs .next-button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--color-hover);
  float: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-family: SimSun;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.thumbs .next-button {
  left: initial;
  right: 0;
}
.thumbs .prev-button::before {
  content: "<";
}
.thumbs .next-button::before {
  content: ">";
}

.shop-details-right {
  width: 50%;
  padding: 20px;
  padding-left: 60px;
  padding-right: 0;
}
.shop-details-hotline {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 20px;
  font-weight: bold;
  color: var(--color-hover);
}
.shop-details-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 18px;
  color: var(--color-hover);
  font-weight: bold;
  margin-top: 20px;
}
.shop-details-right>h1>span {
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 40px;
  color: var(--color3);
  margin-bottom: 20px;
}
.shop-details-right>h1::after {
  content: "";
  width: 41px;
  height: 3px;
  background-color: #242424;
  display: block;
  overflow: hidden;
  margin-top: 15px;
}
.shop-details-text {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  min-height: 120px;
  line-height: 30px;
  font-size: 16px;
  color: var(--color3);
}
.shop-details-txt {
  display: block;
  overflow: hidden;
  margin-top: 15px;
}
.shop-details-txt>div {
  display: flex;
  align-items: center;
  overflow: hidden;
  line-height: 40px;
  font-size: 16px;
  color: var(--color3);
}
.shop-details-txt>div>img {
  margin-right: 10px;
}
.shop-details-txt>div>a {
  color: var(--color-hover);
  text-decoration: underline;
}
.shop-details-txt>div>span {
  font-size: 30px;
  color: var(--color-hover);
}
.shop-details-more {
  display: block;
  overflow: hidden;
  margin-top: 45px;
}
.shop-details-more>a {
  width: 136px;
  height: 38px;
  border-radius: 20px;
  background-color: #242424;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}

.shop-details-content {
  width: 100%;
  float: left;
  margin-top: 50px;
  font-size: 16px;
  line-height: 30px;
  color: var(--color3);
}
.shop-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.shop-details-title {
  display: block;
  overflow: hidden;
  border-top: 1px solid #d3d3d3;
  line-height: 50px;
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
  color: var(--color3);
}

@media (max-width: 1440px) {
  .shops-list-sort {
    width: 102%;
    margin-left: -1%;
  }
  .shops-list-sort>li {
    width: calc(calc(100% / 3) - 2%);
    margin: 0 1% 30px 1%;
  }
}
@media (max-width: 1240px) {
  .shops-list>li {
    width: calc(50% - 20px);
  }

  .shop-details-right {
    padding-left: 40px;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .shops-list>li {
    width: calc(50% - 10px);
  }
  .shops-list>li .shops-box .shops-text>div {
    width: 100%;
    margin-left: 0 !important;
  }

  .shops-list-sort>li {
    width: 48%;
    margin: 0 1% 20px 1%;
  }

  .shop-details-more {
    margin-top: 20px;
  }
  .shop-details-content {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .product-main{
    padding: 0;
  }
  .menu-title{
    width: calc(100% + 40px);
    margin-left: -20px;
    height: 50px;
    line-height: 50px;
    background-color: var(--color-main);
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding: 0 20px;
    position: relative;
  }
  .menu-title::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-list{
    display: none;
    transition: initial;
  }
  .menu-list>li{
    display: block;
    overflow: hidden;
    margin-top: 3px;
  }
  .menu-list>li>a{
    display: block;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #333;
    background-color: #f5f5f5;
  }
  .menu-list>li>a:hover{
    color: #fff;
  }

  .product-main .place-content{
    padding: 20px 0;
  }
  .shops-list {
    margin-top: 0;
  }
  .shops-list>li {
    width: 100%;
    margin-bottom: 10px;
  }
  .shops-list>li .shops-box {
    padding: 10px;
  }
  .shops-list>li .shops-box>h1 {
    line-height: 20px;
    font-size: 14px;
  }
  .shops-list>li .shops-box>h1>span {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .shops-list>li .shops-box .shops-text {
    margin-top: 5px;
  }
  .shops-list>li .shops-box .shops-text>div {
    font-size: 14px;
  }
  .shops-list>li .shops-box .shops-text>div .shops-icon {
    margin-right: 5px;
  }
  .shops-list>li .shops-box .shops-text>div>span {
    font-size: 20px;
  }
  .shops-list>li .shops-btn {
    margin-top: 5px;
  }
  .shops-list>li .shops-btn>a {
    width: 110px;
    height: 30px;
    margin: 0 5px;
  }


  .shops-list-sort {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .shops-list-sort>li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .shops-list-sort>li .shops-box {
    padding: 10px;
  }
  .shops-list-sort>li .shops-box>h1 {
    line-height: 20px;
    font-size: 14px;
  }
  .shops-list-sort>li .shops-box>h1>span {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .shops-list-sort>li .shops-box .shops-text {
    margin-top: 5px;
  }
  .shops-list-sort>li .shops-box .shops-text>div {
    font-size: 14px;
  }
  .shops-list-sort>li .shops-box .shops-text>div .shops-icon {
    margin-right: 5px;
  }
  .shops-list-sort>li .shops-box .shops-text>div>span {
    font-size: 20px;
  }
  .shops-list-sort>li .shops-btn {
    margin-top: 5px;
  }
  .shops-list-sort>li .shops-btn>a {
    width: 110px;
    height: 30px;
    margin: 0 5px;
  }

  .shop-details {
    margin-top: 0;
  }
  .shop-details-left {
    width: 100%;
  }
  .thumbs {
    margin-top: 10px;
    padding: 0 30px;
  }
  .thumbs .prev-button,
  .thumbs .next-button {
    width: 25px;
    height: 25px;
  }
  .shop-details-right {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .shop-details-hotline {
    line-height: 20px;
    font-size: 14px;
  }
  .shop-details-right>h1 {
    line-height: 20px;
    font-size: 14px;
    margin-top: 10px;
  }
  .shop-details-right>h1>span {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .shop-details-right>h1::after {
    margin-top: 5px;
  }
  .shop-details-text {
    margin-top: 10px;
    min-height: initial;
    line-height: 24px;
    font-size: 14px;
  }
  .shop-details-txt {
    margin-top: 10px;
  }
  .shop-details-txt>div {
    line-height: 30px;
    font-size: 14px;
  }
  .shop-details-txt>div>span {
    font-size: 20px;
  }
  .shop-details-more {
    margin-top: 10px;
  }
  .shop-details-more>a {
    width: 110px;
    height: 30px;
    border-radius: 15px;
  }
  .shop-details-content {
    margin-top: 15px;
  }
  .shop-details-title {
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
/* END-商店 */

/* 解决方案 */
.place-content .solution-list {
  margin: 0;
}

.solution-details {
  display: block;
  overflow: hidden;
}
.solution-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 42px;
  font-size: 30px;
  color: var(--color-hover);
  font-weight: bold;
  margin-bottom: 15px;
}
.solution-details-img { width: 100%; text-align: center;}
.solution-details-img img{ max-width: 100%; height: auto; display: block;margin:10px auto; }
.solution-details-content {
  display: block;
  overflow: hidden;
  font-size: 16px; line-height: 2;
}
.solution-details-content img {
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width: 767px) {
  .solution-details-title {
    line-height: 30px;
    font-size: 20px;
    margin: 10px 0;
  }
  .solution-details-content img {
    margin: 0 auto 10px auto;
  }
}
/* END-解决方案 */

/* 免费试用 */
.appro-form {
  display: flex;
  flex-direction: column;
}
.appro-form>h1 {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 18px;
  color: var(--color3);
  font-weight: bold;
  margin-bottom: 30px;
}
.appro-form>label {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  display: flex;
  line-height: 44px;
  font-size: 16px;
  color: var(--color3);
}
.appro-form>label>div {
  width: 10%;
}
.appro-form>label>input,
.appro-form>label>select {
  width: 90%;
  background-color: #dfe0e0;
  padding: 0 20px;
  font-size: 16px;
  color: var(--color3);
}
.appro-form>label.yzm>input {
  width: 150px;
}
.appro-form>label.yzm>.yzm-icon {
  position: relative;
  overflow: hidden;
  margin-left: 15px;
}
.appro-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 75px;
}
.appro-btn>button {
  width: 100%;
  float: left;
  max-width: 360px;
  height: 50px;
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
  background-color: var(--color-hover);
}
.appro-bottom {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: var(--color6);
  margin-top: 10px;
}
.appro-bottom>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 20px auto 0 auto;
}

.success {
  display: flex;
  align-items: center;
  justify-content: center;
}
.success>img {
  width: 170px;
  height: 170px;
  margin-right: 60px;
}
.success-box>h1 {
  display: flex;
  height: 40px;
  align-items: center;
  font-size: 30px;
  color: var(--color-hover);
  font-weight: bold;
  margin-bottom: 15px;
}
.success-box>.success-text {
  display: block;
  overflow: hidden;
  font-size: 20px;
  color: var(--color3);
  line-height: 35px;
}
.success-box>.success-text>p>span {
  float: left;
  font-weight: bold;
  margin-right: 10px;
}
.success-box>.success-text>p:last-child {
  color: var(--color-hover);
}

@media (max-width: 1240px) {
  .appro-form>label>div {
    width: 15%;
  }
  .appro-form>label>input,
  .appro-form>label>select {
    width: 85%;
  }
}
@media (max-width: 991px) {
  .appro-form>label>div {
    width: 20%;
  }
  .appro-form>label>input,
  .appro-form>label>select {
    width: 80%;
  }
  .appro-btn {
    margin-top: 40px;
  }

  .success>img {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  .appro-form>h1 {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .appro-form>label {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 34px;
  }
  .appro-form>label>div {
    width: 25%;
  }
  .appro-form>label>input,
  .appro-form>label>select {
    width: 75%;
    height: 34px;
    font-size: 14px;
    padding: 0 15px;
  }
  .appro-form>label.yzm>input {
    width: 100px;
  }
  .appro-btn {
    margin-top: 15px;
  }

  .success {
    flex-direction: column;
    align-items: center;
  }
  .success>img {
    margin: 0 0 15px 0;
  }
  .success-box {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .success-box>h1 {
    height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .success-box>h1>img {
    height: auto;
    width: auto;
  }
  .success-box>.success-text {
    font-size: 14px;
    line-height: 24px;
  }
}
/* END-免费试用 */

/* 新闻 */
.main-company .news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-company .news-list>li {
  width: calc(50% - 10px);
}
.main-company .news-list>li>a {
  background-color: #f1f1f1;
}


.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;
}

@media (max-width: 767px) {
  .main-company .news-list>li {
    width: 100%;
  }

  .news-details-title {
    font-size: 16px;
  }
  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }

  .news-main{
    overflow: hidden;
  }
  .news-main>.container{
    padding: 0;
    overflow: visible;
  }
  .news-main .news-list{
    padding: 20px 0;
  }
  .news-main .news-details{
    padding: 20px 0;
  }
}
/* 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-map {
  width: 60%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none
}
@media (max-width:767px) {
  .contact-text {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 24px
  }
  .contact-map {
    width: 100%;
    height: 300px
  }
}
/* END-联系 */