@charset "UTF-8";
/*
 * @Author: Code Zhuang
 * @Date: 2023-07-25 16:46:09
 * @Last Modified by: Code Zhuang
 * @Last Modified time: 2023-07-26 14:43:43
 */

/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";


/* 首页样式 */
.img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.img::before {
  content: "";
  display: block;
}
.container-fluid {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.title>h1 {
  line-height: 34px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.title>h1>span {
  color: var(--color-main);
}
.title>h1::after {
  content: "";
  width: 51px;
  height: 3px;
  background-color: var(--color-main);
  display: block;
  margin: 10px auto;
}
.title>div {
  line-height: 26px;
  font-size: 16px;
  color: #909090;
}

@media (max-width: 767px) {
  .title>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .title>h1::after {
    margin: 3px auto;
  }
  .title>div {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -1px;
  }
}

/* 横幅 */
.hf {
  background-color: #ecf0f3;
  padding: 15px 0;
}
.hf ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.hf ul>li {
  width: 20%;
  padding: 0 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hf ul>li .hf-icon {
  width: 100%;
  height: 56px;
  overflow: hidden;
  position: relative;
}
.hf ul>li>h1 {
  display: block;
  overflow: hidden;
  margin-top: 5px;
  line-height: 26px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.hf ul>li .hf-text {
  display: block;
  overflow: hidden;
  margin-top: 5px;
  line-height: 22px;
  font-size: 14px;
  color: #333;
}

@media (max-width: 767px) {
  .hf ul>li {
    padding: 0 2px;
  }
  .hf ul>li .hf-icon {
    height: 30px;
  }
  .hf ul>li>h1 {
    line-height: 24px;
    font-size: 14px;
  }
  .hf ul>li .hf-text {
    line-height: 18px;
    font-size: 12px;
    letter-spacing: -1px;
    text-align: center;
    margin-top: 0;
  }
}

/* 产品中心 */
.product {
  padding: 40px 0;
}
.product-content {
  display: block;
  overflow: hidden;
  margin-top: 15px;
}
.main-left {
  width: 320px;
  float: left;
  background-color: #ecf0f3;
}
.menu-title {
  display: block;
  overflow: hidden;
  padding: 25px;
  background-color: var(--color-main);
  line-height: 26px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}
.menu-title>span {
  display: block;
  line-height: 36px;
  font-size: 24px;
  font-weight: bold;
}
.menu-list {
  display: block;
  overflow: hidden;
  transition: initial;
  padding: 0 10px;
}
.menu-list>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #d7d5d5;
  position: relative;
  padding-right: 30px;
}
.menu-list>li::before {
  content: "";
  width: 30px;
  height: 50px;
  background: url(../images/jaintou.png) no-repeat center center;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.menu-list>li>a {
  float: left;
  max-width: 100%;
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  padding: 0 0 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  color: var(--color-main);
}
.menu-list>li.menu-active::before {
  transform: rotateX(180deg);
}

.menu-child-list {
  display: none;
  width: calc(100% + 30px);
  float: left;
  background-color: #fff;
  border-top: 1px dashed #d7d5d5;
}
.menu-child-list>li {
  width: 50%;
  float: left;
  border-bottom: 1px dashed #d7d5d5;
}
.menu-child-list>li>a {
  float: left;
  max-width: 100%;
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  color: #828282;
  padding-left: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-child-list>li>a>span {
  float: left;
  font-weight: bold;
  margin-right: 10px;
}
.menu-child-list>li>a:hover {
  color: var(--color-main);
}

.menu-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 20px;
}
.menu-img::before {
  content: "";
  display: block;
  padding-top: 40.6667%;
}
.menu-hotline {
  display: flex;
  justify-content: center;
  margin: 35px 0;
}
.menu-hotline>p {
  line-height: 32px;
  background: url(../images/menu-hotline.png) no-repeat left center;
  padding-left: 44px;
  font-family: Impact;
  font-size: 30px;
  color: #0284db;
}

.main-right {
  width: calc(100% - 320px - 20px);
  float: right;
}
.place-title {
  width: 100%;
  float: left;
  line-height: 34px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 20px;
}
.place-form {
  width: 100%;
  display: flex;
  margin-top: 16px;
}
.place-form>input {
  width: auto;
  flex: 1;
  height: 46px;
  background-color: #ecf0f3;
  border-radius: 30px;
  padding: 0 30px;
  font-size: 16px;
  color: #333;
}
.place-form>input::-webkit-input-placeholder {
  color: #bbc5cd;
}
.place-form>input:-moz-placeholder {
  color: #bbc5cd;
}
.place-form>button {
  width: 186px;
  height: 46px;
  border-radius: 30px;
  background-color: var(--color-main);
  margin-left: 8px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.place-form>button>img {
  margin-right: 8px;
}

.product-content .place-title {
  border-bottom: none;
}

.place-content {
  width: 100%;
  float: left;
  padding-top: 25px;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 12px);
  margin-left: -6px;
}
.product-list>li {
  width: calc(calc(100% / 3) - 12px);
  overflow: hidden;
  position: relative;
  border: 2px solid #f2f4fd;
  background-color: #fff;
  margin: 0 6px 20px 6px;
}
.product-list>li::before {
  content: "";
  display: block;
  padding-top: 87.536232%;
}
.product-list>li .product-hover {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 61, 144, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: -100%;
  z-index: 2;
  padding: 10px;
}
.product-list>li .product-hover>h1 {
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list>li .product-hover .product-more {
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  margin: 10px 0 15px 0;
}
.product-list>li .product-hover .product-more>a:hover {
  text-decoration: underline;
}
.product-list>li .product-hover .product-btn {
  width: 100%;
  display: flex;
  justify-content: center;
}
.product-list>li .product-hover .product-btn>a {
  width: 100%;
  max-width: 112px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: var(--color-main);
  margin: 0 4px;
}
.product-list>li .product-hover .product-btn>a:hover {
  background-color: #fff;
  color: var(--color-main);
}
.product-list>li .product-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  line-height: 54px;
  color: #fff;
  font-size: 16px;
  padding: 0 20px 0 15px;
  text-transform: uppercase;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-list>li .product-bottom>h1 {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list>li:hover .product-hover {
  top: 0;
}
.product-list>li:hover .product-bottom {
  bottom: -100%;
}

@media (max-width: 1400px) {
  .main-left {
    width: 23%;
  }
  .menu-title {
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
  }
  .menu-title>span {
    line-height: 34px;
    font-size: 22px;
  }
  .main-right {
    width: calc(77% - 20px);
  }
}
@media (max-width: 1200px) {
  .main-left {
    width: 27%;
  }
  .menu-hotline {
    margin: 20px 0;
  }
  .main-right {
    width: calc(73% - 20px);
  }
  .product-list>li .product-bottom {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .main-left {
    width: 32%;
  }
  .menu-title {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 10px;
    letter-spacing: -1px;
  }
  .menu-title>span {
    line-height: 30px;
    font-size: 20px;
  }
  .menu-hotline {
    margin: 10px 0;
  }
  .menu-hotline>p {
    font-size: 24px;
  }
  .main-right {
    width: calc(68% - 20px);
  }
  .place-form {
    margin: 0;
  }
  .place-form>button {
    width: 120px;
  }
  .product-list>li {
    width: calc(50% - 12px);
  }
  .product-list>li .product-bottom {
    height: 40px;
    line-height: 40px;
  }
  .product-list>li:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .product {
    padding: 15px 0;
  }
  .product-content {
    overflow: visible;
  }
  .main-left {
    width: 100%;
  }
  .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;
  }
  .menu-list>li>a {
    height: 40px;
    line-height: 40px;
  }
  .menu-list>li::before {
    height: 40px;
  }
  .menu-child-list>li>a {
    height: 40px;
    line-height: 40px;
  }

  .main-right {
    width: 100%;
  }
  .place-content {
    padding: 20px 0;
  }
  .product-content .place-content {
    padding-bottom: 0;
  }
  .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 .product-hover .product-more {
    line-height: 16px;
    margin: 5px 0 10px 0;
  }
  .product-list>li .product-bottom {
    font-size: 14px;
    padding: 0 10px;
  }
}

/* 成功案例 */
.case {
  background-color: #e7e7e7;
  padding: 45px 0;
}
.case-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 45px;
}
.case-left {
  width: 20.6%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.case-left>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e2e2e2;
}
.case-left>li>a {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
.case-left>li>a:hover,
.case-left>li.case-active>a {
  background-color: var(--color-hover);
  color: #fff;
}
.case-right {
  flex: 1;
  border: 8px solid #fff;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.case-right>img {
  display: none;
}
.case-right>img:first-child {
  display: block;
}
.case-more {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.case-more>a {
  width: 190px;
  height: 48px;
  background-color: var(--color-main);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}
.case-more>a:hover {
  background-color: #fff;
  color: var(--color-main);
}

@media (max-width: 1200px) {
  .case-left {
    width: 24%;
  }
}
@media (max-width: 991px) {
  .case {
    padding: 30px 0;
  }
  .case-content {
    margin-top: 30px;
  }
  .case-left {
    width: 29%;
  }
}
@media (max-width: 767px) {
  .case {
    padding: 15px 0;
  }
  .case-content {
    margin-top: 10px;
  }
  .case-left {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .case-left>li {
    width: 50%;
    float: left;
  }
  .case-left>li>a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .case-right {
    border: 2px solid #fff;
  }
  .case-right::before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  .case-more {
    margin-top: 10px;
  }
  .case-more>a {
    width: 90px;
    height: 30px;
  }
}

/* 关于我们 */
.about {
  background-image: url(../images/about-bj.jpg);
  padding: 40px 0;
}
.about .title>h1,
.about .title>h1>span,
.about .title>div {
  color: #fff;
}
.about .title>h1::after {
  background-color: #fff;
}
.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}
.about-left {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.about-left::before {
  content: "";
  display: block;
  padding-top: 64.857143%;
}
.about-right {
  width: 50%;
  padding: 25px 35px;
  padding-right: 0;
}
.about-right>h1 {
  display: block;
  line-height: 40px;
  font-size: 50px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.about-text {
  display: block;
  overflow: hidden;
  height: 210px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  margin: 36px 0 26px 0;
}
.about-list {
  display: flex;
  flex-wrap: wrap;
}
.about-list>li {
  flex: 1;
  text-align: center;
}
.about-list>li .about-icon {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 58px;
}
.about-list>li>h1 {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
.about .case-more {
  margin-top: 35px;
}
.about .case-more>a {
  background-color: #fff;
  color: var(--color-main);
}
.about .case-more>a:hover {
  background-color: var(--color-hover);
  color: #fff;
}

@media (max-width: 991px) {
  .about-content {
    margin-top: 20px;
  }
  .about-right {
    padding: 15px 20px;
    padding-right: 0;
  }
  .about .case-more {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .about-content {
    margin-top: 10px;
  }
  .about-left {
    width: 100%;
  }
  .about-right {
    width: 100%;
    padding: 10px 0;
  }
  .about-right>h1 {
    font-size: 18px;
    line-height: 30px;
  }
  .about-text {
    height: auto;
    list-style: 24px;
    font-size: 14px;
    margin: 10px 0;
  }
  .about-list>li .about-icon {
    height: 40px;
  }
  .about-list>li>h1 {
    line-height: 20px;
    font-size: 14px;
    margin-top: 5px;
  }
  .about .case-more {
    margin-top: 10px;
  }
}

/* 4大优势 */
.advantage {
  background-color: #ececec;
  padding: 20px 0 35px 0;
}
.advantage-title {
  display: flex;
  justify-content: center;
}
.advantage-title>img {
  display: block;
  max-width: 100%;
  height: auto;
}
.advantage-list {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
}
.advantage-list>li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.advantage-list>li .advantage-left {
  width: calc(50% - 20px);
  overflow: hidden;
  position: relative;
}
.advantage-list>li .advantage-right {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.advantage-box {
  width: 100%;
  margin-top: 20px;
}
.advantage-box .advantage-icon {
  width: 70px;
  border-radius: 50%;
  background-color: var(--color-main);
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 15px;
}
.advantage-box .advantage-icon::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.advantage-box>h1 {
  display: block;
  overflow: hidden;
  margin-top: 14px;
  line-height: 18px;
  color: var(--color-main);
}
.advantage-box>h1>span {
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
  line-height: 26px;
  font-size: 20px;
  color: #0284db;
  font-weight: bold;
}
.advantage-box .advantage-text {
  width: 100%;
  display: block;
  overflow: hidden;
  min-height: 72px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  margin-top: 20px;
  padding-left: 85px;
}
.advantage-list>li:last-child {
  margin: 0;
}
.advantage-list>li:nth-child(even) {

  flex-direction: row-reverse;
}

@media (max-width: 991px) {
  .advantage-list {
    margin-top: 30px;
  }
  .advantage-list>li .advantage-left {
    width: calc(50% - 10px);
  }
  .advantage-list>li .advantage-right {
    width: calc(50% - 10px);
  }
  .advantage-box .advantage-icon {
    width: 60px;
    margin-right: 10px;
  }
  .advantage-box .advantage-text {
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .advantage {
    padding: 15px 0;
  }
  .advantage-list {
    margin-top: 0;
  }
  .advantage-list>li {
    margin-bottom: 10px;
  }
  .advantage-list>li .advantage-left {
    width: 100%;
  }
  .advantage-list>li .advantage-left::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .advantage-list>li .advantage-right {
    width: 100%;
  }
  .advantage-box {
    margin-top: 10px;
  }
  .advantage-box .advantage-icon {
    width: 42px;
  }
  .advantage-box .advantage-icon>img {
    height: 30px;
  }
  .advantage-box>h1 {
    margin-top: 0;
    line-height: 18px;
  }
  .advantage-box>h1>span {
    margin-bottom: 0;
    line-height: 24px;
    font-size: 16px;
  }
  .advantage-box .advantage-text {
    padding-left: 0;
    margin-top: 10px;
  }
}

/* 新闻动态 */
.news {
  padding: 30px 0;
}
.news-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 30px);
  margin-left: -15px;
}
.news-content>div {
  width: calc(calc(100% / 3) - 30px);
  margin: 0 15px 30px 15px;
  display: flex;
  flex-direction: column;
}
.news-title {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.news-title>span {
  float: left;
  font-size: 24px;
  font-weight: bold;
  margin-right: 10px;
}

.news-list {
  display: flex;
  flex-direction: column;
}
.news-list>li {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.news-list>li>a {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
}
.news .news-list>li>a .img {
  display: none;
}
.news-list>li>a .img::before {
  padding-top: 44.170404%;
}
.news-list>li>a .news-box {
  width: 100%;
  overflow: hidden;
}
.news-list>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  margin: 15px 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: 20px;
  font-size: 14px;
  color: #a9a9a9;
  padding-left: 35px;
  background: url(../images/news-time.png) no-repeat 4px center;
}

.news .news-list>li:first-child>a .img {
  display: block;
}
.news .news-list>li:first-child>a .news-box {
  padding-top: 28px;
}
.news .news-list>li:last-child {
  margin: 0;
}

.honor {
  background-color: #ececec;
  padding: 25px;
  flex: 1;
}
.honor .swiper {
  width: 100%;
  height: 100%;
}
.honor .swiper .swiper-slide>a {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1200px) {
  .news-title {
    line-height: 30px;
    font-size: 12px;
    margin-bottom: 20px;
  }
  .news-title>span {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .news-content {
    width: calc(100% + 10px);
    margin-left: -5px;
  }
  .news-content>div {
    width: calc(calc(100% / 3) - 10px);
    margin: 0 5px 10px 5px;
  }
  .news-title {
    letter-spacing: -1px;
    margin-bottom: 10px;
  }
  .news-title>span {
    font-size: 18px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-content {
    width: 100%;
    margin-left: 0;
  }
  .news-content>div {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .news-list>li>a .news-box .news-text {
    margin: 5px 0;
  }
  .news .news-list>li:first-child>a .news-box {
    padding-top: 10px;
  }
  .honor {
    padding: 10px;
  }
  .honor .swiper .swiper-slide>a::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
/* END-首页样式 */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 15px 0 70px 0;
}
.main .main-left {
  border-bottom: 5px solid #0284db;
}
.main .menu-hotline {
  margin: 20px 0;
  justify-content: flex-start;
  padding-left: 20px;
}
.menu-contact {
  display: block;
  overflow: hidden;
  padding: 10px 10px 35px 20px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: var(--color3);
}

@media (max-width: 1400px) {
  .main {
    padding: 15px 0 60px 0;
  }
}
@media (max-width: 1200px) {
  .main {
    padding: 15px 0 50px 0;
  }
}
@media (max-width: 991px) {
  .main {
    padding: 15px 0 30px 0;
  }
  .menu-contact {
    padding: 10px 10px 15px 20px;
  }
}
@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .main .main-left {
    border: none;
  }
  .main .menu-title {
    letter-spacing: initial;
  }

  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 产品展示/成功案例 */
.main .product-list>li {
  display: block !important;
}

.product-details {
  display: block;
  overflow: hidden;
}
.product-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--colorC);
}
.product-details-img{ width:100%; text-align:center; margin:10px auto;}
.product-details-img img{ max-width:100% !important; height:auto !important;}

.product-details-content {
  display: block;
  overflow: hidden;
  font-size: 15px;
  line-height: 30px;
  padding-top: 10px;
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .product-details-title {
    font-size: 16px;
  }
  .product-details-content {
    padding-top: 10px;
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-产品展示/成功案例 */

/* 新闻动态/技术支持 */
.place-content .news-list {
  flex-direction: row;
  flex-wrap: wrap;
}
.place-content .news-list>li {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px dashed #d7d5d5;
}
.place-content .news-list>li>a {
  flex-direction: row;
}
.place-content .news-list>li>a .img {
  width: 30%;
}
.place-content .news-list>li>a .news-box {
  width: 70%;
  padding: 20px 30px;
  padding-right: 0;
}
.place-content .news-list>li>a .news-box>h1 {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.place-content .news-list>li>a .news-box .news-text {
  height: 90px;
  line-height: 30px;
  -webkit-line-clamp: 3;
}

.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: 1200px) {
  .place-content .news-list>li>a .news-box {
    padding: 10px 20px;
    padding-right: 0;
  }
  .place-content .news-list>li>a .news-box .news-text {
    height: 72px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .place-content .news-list>li>a .img {
    width: 40%;
  }
  .place-content .news-list>li>a .news-box {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .place-content .news-list>li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .place-content .news-list>li>a .img {
    width: 30%;
  }
  .place-content .news-list>li>a .news-box {
    width: 70%;
    padding: 5px 15px;
    padding-bottom: 0;
  }
  .place-content .news-list>li>a .news-box>h1 {
    height: 24px;
    line-height: 24px;
  }
  .place-content .news-list>li>a .news-box .news-text {
    height: 48px;
    line-height: 24px;
    -webkit-line-clamp: 2;
    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-新闻动态/技术支持 */

/* 资质证书 */
.honor-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin-left: 5px;
}
.honor-list>li {
  width: calc(25% - 20px);
  margin: 0 10px 10px 10px;
}
.honor-list>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #ececec;
}
.honor-list>li>a::before {
  content: "";
  display: block;
  padding-top: 140%;
}
.honor-list>li>a:hover>img {
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .honor-list>li {
    width: calc(25% - 10px);
  }
}
@media (max-width: 767px) {
  .honor-list>li {
    width: calc(calc(100% / 3) - 10px);
  }
}
/* END-资质证书 */

/* 联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap
}
.contact-text {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.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-联系我们 */