@charset "UTF-8";
/*
 * @Author: Code Zhuang
 * @Date: 2023-07-03 09:41:26
 * @Last Modified by: Code Zhuang
 * @Last Modified time: 2023-07-03 17:43:51
 */

/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";

.img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.img::before {
  content: "";
  display: block;
}
.container-fluid {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.title {
  display: block;
  overflow: hidden;
  text-align: center;
}
.title>h1 {
  line-height: 34px;
  font-size: 25px;
  color: #000;
  font-weight: bold;
}
.title>div {
  line-height: 20px;
  font-size: 16px;
  color: #b5b5b5;
  text-transform: uppercase;
}
.title-white>h1,
.title-white>div {
  color: #fff;
}

.more {
  display: flex;
  justify-content: center;
}
.more>a {
  width: 168px;
  float: left;
  height: 44px;
  font-size: 14px;
  color: var(--white);
  background-color: var(--color-hover);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.more>a::before,
.more>a::after {
  background-color: var(--color-main);
}

@media (max-width: 767px) {
  .title>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .title>div {
    font-size: 14px;
    line-height: 20px;
  }

  .more>a {
    width: 90px;
    height: 30px;
    font-size: 14px;
  }
}

/* 首页样式 */
/* 工程设计 • 施工服务 */
.engineering {
  padding: 25px 0 20px 0;
}
.engineering-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  width: 1220px;
}
.engineering-list>li {
  width: 285px;
  margin: 20px 20px 0 0;
}
.engineering-list>li>a {
  display: flex;
  flex-direction: column;
}
.engineering-list>li>a .img::before {
  padding-top: 50.8772%;
}
.engineering-list>li>a .engineering-box {
  width: 100%;
  background-color: #e6e6e6;
  padding: 20px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.engineering-list>li>a .engineering-box .engineering-icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background-color: var(--color-main);
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
.engineering-list>li>a .engineering-box>h1 {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  line-height: 28px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.engineering-list>li>a .engineering-box .engineering-text {
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-top: 10px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.engineering-list>li>a:hover .img>img {
  transform: scale(1.1);
}

@media (max-width: 1240px) {
  .engineering-list {
    width: 102%;
    margin-left: -1%;
  }
  .engineering-list>li {
    width: 23%;
    margin: 20px 1% 0 1%;
  }
}
@media (max-width: 767px) {
  .engineering {
    padding: 15px 0;
  }
  .engineering-list {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    justify-content: space-between;
  }
  .engineering-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .engineering-list>li>a .engineering-box {
    padding: 10px;
    padding-top: 0;
  }
  .engineering-list>li>a .engineering-box .engineering-icon {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  .engineering-list>li>a .engineering-box .engineering-icon>img {
    height: 30px;
  }
  .engineering-list>li>a .engineering-box>h1 {
    margin-top: 5px;
    line-height: 24px;
  }
  .engineering-list>li>a .engineering-box .engineering-text {
    line-height: 20px;
    font-size: 14px;
    margin-top: 5px;
    -webkit-line-clamp: 3;
  }
}

/* 太阳能产品 */
.product {
  background-image: url(../images/product-bj.jpg);
  padding: 25px 0 40px 0;
}
.product-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background-color: var(--color-main);
  border-radius: 30px;
  overflow: hidden;
  margin-top: 25px;
}
.product-nav>li {
  width: calc(100% / 9);
}
.product-nav>li>a {
  display: block;
  overflow: hidden;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.product-nav>li>a:hover,
.product-nav>li.product-active>a {
  background-color: var(--color-hover);
}
.product-content {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.product-content>div {
  display: none;
}
.product-content>div:first-child {
  display: block;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  width: 1220px;
}
.product-list>li {
  width: 285px;
  margin: 0 20px 20px 0;
}
.product-list>li>a {
  display: flex;
  flex-direction: column;
}
.product-list>li>a .img::before {
  padding-top: 105.7017544%;
}
.product-list>li>a>h1 {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  font-size: 14px;
  color: #333;
  text-align: center;
  padding: 0 15px;
}
.product-list>li>a:hover>h1 {
  color: #fff;
}
.product .more {
  margin-top: 10px;
}

@media (max-width: 1240px) {
  .product-nav>li {
    width: calc(100% / 7);
  }
  .product-list {
    width: 102%;
    margin-left: -1%;
  }
  .product-list>li {
    width: 23%;
    margin: 0 1% 20px 1%;
  }
}
@media (max-width: 991px) {
  .product-nav>li {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .product {
    padding: 15px 0;
  }
  .product-nav {
    margin-top: 15px;
  }
  .product-nav>li {
    width: calc(100% / 3);
  }
  .product-nav>li>a {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
  .product-content {
    margin-top: 15px;
  }
  .product-list {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
  .product-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
}

/* 走进沐而乐 */
.about {
  background-color: #e6e6e6;
  padding: 30px 0;
}
.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.about-left {
  width: 50%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 55px 30px 30px 40px;
}
.about-left>h1 {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.about-text {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  height: 120px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.about-more {
  display: flex;
  margin-top: 20px;
}
.about-more>a {
  width: 160px;
  height: 48px;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: var(--color-main);
  margin-right: 3px;
}
.about-more>a>img {
  margin-right: 8px;
}

.about-right {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.about-right::before {
  content: "";
  display: block;
  padding-top: 61.0649%;
}
.about .more {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .about-left {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .about-content {
    margin-top: 10px;
    flex-direction: column-reverse;
  }
  .about-left {
    width: 100%;
    padding: 15px;
  }
  .about-left>h1 {
    line-height: 30px;
    font-size: 16px;
  }
  .about-text {
    line-height: 24px;
    height: auto;
    -webkit-line-clamp: initial;
    margin-top: 5px;
  }
  .about-more {
    margin-top: 10px;
  }
  .about-more>a {
    width: 120px;
    height: 40px;
    font-size: 16px;
  }
  .about-right {
    width: 100%;
  }
  .about .more {
    margin-top: 10px;
  }
}

/* 空气能产品 */
.air {
  padding: 25px 0 30px 0;
}
.air .swiper {
  width: 100%;
  margin-top: 25px;
  padding-bottom: 16px;
}
.air .swiper .swiper-slide>a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.air .swiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 102.57895%;
}
.air .swiper .swiper-slide>a>h1 {
  width: 100%;
  overflow: hidden;
  height: 54px;
  line-height: 54px;
  padding: 0 15px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.air .swiper .swiper-slide>a>h1::before {
  content: ">";
  float: right;
  font-family: SimSun;
  font-size: 18px;
  font-weight: bold;
}
.air .swiper-pagination {
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.air .swiper-pagination-bullet {
  width: 120px;
  height: 4px;
  border-radius: 0;
  background: var(--color-main);
  opacity: 1;
}
.air .swiper-pagination-bullet-active {
  background: var(--color-hover);
}
.air .more {
  margin-top: 14px;
}

@media (max-width: 767px) {
  .air {
    padding: 15px 20px;
  }
  .air .swiper {
    margin-top: 15px;
  }
  .air .swiper-pagination-bullet {
    width: 20px;
  }
}

/* 应用案例 */
.case {
  background-color: #e6e6e6;
  padding: 20px 0 40px 0;
}
.case-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
.case-left {
  width: 275px;
}
.case-nav {
  display: block;
  overflow: hidden;
  background-color: #242424;
}
.case-nav>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #5b5b5b;
}
.case-nav>li>a {
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 90px;
  font-size: 16px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 30px 0 20px;
  position: relative;
  z-index: 0;
}
.case-nav>li>a::before {
  content: "";
  width: 4px;
  height: 100%;
  float: left;
  background-color: var(--color-main);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.case-nav>li>a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.case-nav>li>a:hover::before,
.case-nav>li.case-active>a::before {
  width: 100%;
}
.case-nav>li>a:hover::after,
.case-nav>li.case-active>a::after {
  right: 15px;
}
.case-left .more {
  margin-top: 10px;
}
.case-left .more>a {
  width: 100%;
}

.case-right {
  width: 915px;
}
.case-right>div {
  display: none;
}
.case-right>div:first-child {
  display: block;
}
.case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-list>li {
  width: calc(50% - 5px);
  margin-bottom: 10px;
}
.case-list>li>a {
  display: flex;
  flex-direction: column;
}
.case-list>li>a .img::before {
  padding-top: 54.646018%;
}
.case-list>li>a>h1 {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #333;
  padding: 0 15px;
  text-align: center;
  background-color: #fff;
}
.case-list>li>a:hover>h1 {
  color: #fff;
}

@media (max-width: 1240px) {
  .case-left {
    width: 24%;
  }
  .case-nav>li>a {
    height: 70px;
    line-height: 70px;
  }
  .case-right {
    width: 74%;
  }
}
@media (max-width: 991px) {
  .case-left {
    width: 29%;
  }
  .case-right {
    width: 69%;
  }
}
@media (max-width: 767px) {
  .case {
    padding: 15px 0;
  }
  .case-content {
    margin-top: 10px;
  }
  .case-left {
    width: 100%;
  }
  .case-nav {
    display: flex;
    flex-wrap: wrap;
  }
  .case-nav>li {
    width: 50%;
  }
  .case-nav>li>a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .case-right {
    width: 100%;
    margin-top: 15px;
  }
  .case-list>li>a>h1 {
    height: 38px;
    line-height: 38px;
  }
  .case .more {
    width: 100%;
  }
}

/* 技术与服务 */
.service {
  background-image: url(../images/service-bj.jpg);
  padding: 30px 0;
}
.service-list {
  display: flex;
  flex-wrap: wrap;
  width: 1230px;
  margin-top: 25px;
}
.service-list>li {
  width: 380px;
  margin: 0 30px 30px 0;
}
.service-list>li>a {
  display: flex;
  flex-direction: column;
}
.service-list>li>a .img {
  border-radius: 10px;
}
.service-list>li>a .img::before {
  padding-top: 50%;
}
.service-list>li>a .service-box {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 10px;
  padding: 15px;
}
.service-list>li>a .service-box>h1 {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.service-list>li>a .service-box .service-text {
  display: block;
  overflow: hidden;
  height: 120px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin: 15px 0 20px 0;
}
.service-list>li>a .service-box .service-time {
  display: block;
  overflow: hidden;
  line-height: 16px;
  font-size: 12px;
  color: #959595;
}
.service-list>li>a:hover .service-box>h1,
.service-list>li>a:hover .service-box .service-text,
.service-list>li>a:hover .service-box .service-time {
  color: #fff;
}

@media (max-width: 1240px) {
  .service-list {
    width: 102%;
    margin-left: -1%;
  }
  .service-list>li {
    width: calc(calc(100% / 3) - 2%);
    margin: 0 1% 30px 1%;
  }
}
@media (max-width: 767px) {
  .service {
    padding: 15px 0;
  }
  .service-list {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .service-list>li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .service-list>li>a {
    flex-direction: row;
    justify-content: space-between;
  }
  .service-list>li>a .img {
    width: 30%;
  }
  .service-list>li>a .service-box {
    width: 68%;
    margin: 0;
    padding: 10px 15px;
  }
  .service-list>li>a .service-box>h1 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    -webkit-line-clamp: 1;
  }
  .service-list>li>a .service-box .service-text {
    height: 48px;
    line-height: 24px;
    -webkit-line-clamp: 2;
    margin: 4px 0;
  }
}

/* 公司新闻/行业新闻 */
.news {
  padding: 25px 0 35px 0;
}
.news-left {
  width: 63%;
  float: left;
}
.news-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 40px;
}
.news-title>h1 {
  display: flex;
  align-items: center;
  font-size: 25px;
  color: #008fc4;
  font-weight: bold;
}
.news-title>h1>img {
  margin-right: 15px;
}
.news-title>div>a {
  font-size: 16px;
  color: #333;
}
.news-title>div>a:hover {
  text-decoration: underline;
  color: var(--color-main);
}
.news-left>ul {
  display: block;
  overflow: hidden;
  margin-top: 25px;
}
.news-left>ul>li {
  display: block;
  overflow: hidden;
  margin-top: 35px;
}
.news-left>ul>li:first-child {
  margin: 0;
}
.news-left>ul>li>a {
  display: flex;
  width: 100%;
  float: left;
}
.news-left>ul>li>a .img {
  width: 240px;
  overflow: hidden;
  position: relative;
}
.news-left>ul>li>a .news-box {
  width: calc(100% - 240px);
  padding: 20px 25px 10px 15px;
}
.news-left>ul>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-left>ul>li>a .news-box>h1>span {
  float: left;
  margin-right: 5px;
  font-size: 18px;
}
.news-left>ul>li>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  margin: 10px 0 20px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-left>ul>li>a .news-box .news-more {
  width: 85px;
  float: right;
  height: 36px;
  font-size: 14px;
  color: #fff;
  background-color: #393939;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-right: -25px;
}

.news-right {
  width: 33.5%;
  float: right;
}
.news-img {
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
}
.news-img>a {
  display: block;
  overflow: hidden;
  position: relative;
}
.news-img>a::before {
  content: "";
  display: block;
  padding-top: 44.25%;
}
.news-right>ul {
  display: block;
  overflow: hidden;
  margin-top: 5px;
}
.news-right>ul>li {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 30px;
  font-size: 12px;
  color: #333;
}
.news-right>ul>li>span {
  float: right;
}
.news-right>ul>li>a {
  display: block;
  overflow: hidden;
  height: 30px;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-right>ul>li>a:hover {
  color: var(--color-main);
  text-decoration: underline;
}

@media (max-width: 991px) {
  .news-left>ul>li {
    margin-top: 20px;
  }
  .news-left>ul>li>a .news-img {
    width: 180px;
  }
  .news-left>ul>li>a .news-box {
    width: calc(100% - 180px);
    padding: 15px 15px 10px 15px;
  }
  .news-left>ul>li>a .news-box .news-more {
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-left {
    width: 100%;
  }
  .news-title {
    line-height: 30px;
  }
  .news-title>h1 {
    font-size: 18px;
  }
  .news-title>h1>img {
    height: 20px;
    margin-right: 5px;
  }
  .news-title>div>a {
    font-size: 14px;
  }
  .news-left>ul {
    margin-top: 10px;
  }
  .news-left>ul>li {
    margin-top: 10px;
  }
  .news-left>ul>li>a .news-img {
    width: 40%;
  }
  .news-left>ul>li>a .news-box {
    width: 60%;
    padding: 10px;
  }
  .news-left>ul>li>a .news-box .news-more {
    margin-right: 0;
  }
  .news-left>ul>li>a .news-box>h1 {
    font-size: 14px;
    line-height: 24px;
  }
  .news-left>ul>li>a .news-box .news-text {
    height: 40px;
    line-height: 20px;
    margin: 5px 0;
  }
  .news-left>ul>li>a .news-box .news-more {
    width: 48px;
    height: 24px;
    margin-right: 0;
  }

  .news-right {
    width: 100%;
    margin-top: 15px;
  }
  .news-img {
    margin-top: 10px;
  }
  .news-right>ul>li {
    margin-top: 5px;
  }
}
/* END-首页样式 */

/* 公司简介 */
.search-bg {
  background-color: #fff;
}
.main {
  width: 100%;
  overflow: hidden;
  background-color: #e4e4e4;
}
.main-left {
  width: 275px;
  float: left;
}
.left-menu {
  width: 100%;
  float: left;
}
.menu-title {
  display: block;
  overflow: hidden;
  height: 82px;
  line-height: 82px;
  padding: 0 25px;
  background-color: var(--color-main);
  font-size: 25px;
  color: #fff;
}
.menu-list {
  display: block;
  overflow: hidden;
  transition: initial;
}
.menu-list>li {
  display: block;
  overflow: hidden;
  margin-top: 3px;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  background-color: var(--color-main);
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
}
.menu-list>li:hover>a::before,
.menu-list>li.menu-active>a::before {
  left: -40px;
}
.menu-list>li:hover>a::after,
.menu-list>li.menu-active>a::after {
  right: -40px;
}

.left-menu:last-child {
  margin-top: 3px;
}
.left-menu:last-child .menu-title {
  background-color: #282828;
  font-size: 16px;
  color: #fff;
}
.left-menu:last-child .menu-title>span {
  float: left;
  font-size: 25px;
  margin-right: 10px;
}
.left-menu:last-child .menu-contact {
  display: block;
  overflow: hidden;
  background-color: #fff;
  margin-top: 3px;
  padding: 15px;
  padding-top: 0;
  padding-bottom: 50px;
  font-size: 14px;
  line-height: 28px;
  color: #333;
}
.left-menu:last-child .menu-contact>img {
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: 10px;
}

.main-right {
  width: 895px;
  float: right;
  padding: 25px 0;
}
.place-title {
  width: 100%;
  float: left;
  line-height: 26px;
  font-size: 16px;
  color: #333;
}
.place-content {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: var(--color3);
}

@media (max-width: 1240px) {
  .main-left {
    width: 24%;
  }
  .main-right {
    width: 74%;
  }
}
@media (max-width: 991px) {
  .main-left {
    width: 29%;
  }
  .menu-title {
    height: 70px;
    line-height: 70px;
    padding: 0 15px;
    font-size: 20px;
  }
  .left-menu:last-child .menu-title>span {
    font-size: 20px;
    margin-right: 5px;
  }
  .main-right {
    width: 69%;
  }
}
@media (max-width: 767px) {
  .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;
  }
  .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;
  }

  .main-right {
    width: 100%;
    padding: 0;
  }
  .place-content {
    padding: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-公司简介 */

/* 太阳能产品 */
.place-content .product-list {
  width: 915px;
}

.product-details {
  display: block;
  overflow: hidden;
}
.product-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dashed var(--colorC);
}
.product-details-content {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto 10px auto;
}

@media (max-width: 1240px) {
  .place-content .product-list {
    width: 102%;
    margin-left: -1%;
  }
  .place-content .product-list>li {
    width: calc(calc(100% / 3) - 2%);
  }
}
@media (max-width: 767px) {
  .place-content .product-list {
    width: 100%;
    margin-left: 0;
  }
  .place-content .product-list>li {
    width: calc(50% - 5px);
  }

  .product-details-title {
    font-size: 16px;
  }
  .product-details-content {
    padding-top: 10px;
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-太阳能产品 */

/* 空气能产品 */
.air-list {
  display: flex;
  flex-wrap: wrap;
  width: 915px;
}
.air-list>li {
  width: 285px;
  margin: 0 20px 20px 0;
}
.air-list>li>a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.air-list>li>a::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.air-list>li>a>h1 {
  width: 100%;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.air-list>li>a>h1::before {
  content: ">";
  float: right;
  font-family: SimSun;
  font-size: 18px;
  font-weight: bold;
}
.air-list>li>a:hover>img {
  transform: scale(1.1);
}

@media (max-width: 1240px) {
  .air-list {
    width: 102%;
    margin-left: -1%;
  }
  .air-list>li {
    width: calc(calc(100%/ 3) - 2%);
    margin: 0 1% 20px 1%;
  }
}
@media (max-width: 767px) {
  .air-list {
    width: 100%;
    margin-left: 0;
    justify-content: space-between;
  }
  .air-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
}
/* END-空气能产品 */

/* 技术与服务 */
.place-content .service-list {
  width: 100%;
  margin-top: 0;
}
.place-content .service-list>li {
  width: 100%;
  margin: 0 0 30px 0;
}
.place-content .service-list>li>a {
  flex-direction: row;
  justify-content: space-between;
}
.place-content .service-list>li>a .img {
  width: 32%;
}
.place-content .service-list>li>a .img::before {
  display: none;
}
.place-content .service-list>li>a .service-box {
  width: 67%;
  margin-top: 0;
}
.place-content .service-list>li>a .service-box .service-text {
  height: 72px;
  -webkit-line-clamp: 3;
  margin: 10px 0;
}

@media (max-width: 767px) {
  .place-content .service-list>li {
    margin: 0 0 10px 0;
  }
  .place-content .service-list>li>a .service-box {
    padding: 10px 15px;
  }
  .place-content .service-list>li>a .service-box>h1 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    -webkit-line-clamp: 1;
  }
  .place-content .service-list>li>a .service-box .service-text {
    height: 48px;
    line-height: 24px;
    -webkit-line-clamp: 2;
    margin: 4px 0;
  }
	
.place-content .service-list>li>a .img {
  width: 38%;
}
.place-content .service-list>li>a .service-box {
  width: 60%;
  margin-top: 0;
}
}
/* END-技术与服务 */

/* 新闻 */
.news-list {
  display: block;
  overflow: hidden;
}
.news-list>li {
  display: block;
  overflow: hidden;
  margin-bottom: 30px !important;
}
.news-list>li:first-child {
  margin: 0;
}
.news-list>li>a {
  display: flex;
  width: 100%;
  float: left;
}
.news-list>li>a .img {
  width: 240px;
  overflow: hidden;
  position: relative;
}
.news-list>li>a .news-box {
  width: calc(100% - 240px);
  padding: 20px 25px 10px 15px;
}
.news-list>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-box>h1>span {
  float: left;
  margin-right: 5px;
  font-size: 18px;
}
.news-list>li>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  margin: 10px 0 20px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list>li>a .news-box .news-more {
  width: 85px;
  float: right;
  height: 36px;
  font-size: 14px;
  color: #fff;
  background-color: #393939;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin-right: -25px;
}


.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: 991px) {
  .news-list>li {
    margin-bottom: 20px !important;
  }
  .news-list>li>a .news-img {
    width: 180px;
  }
  .news-list>li>a .news-box {
    width: calc(100% - 180px);
    padding: 15px 15px 10px 15px;
  }
  .news-list>li>a .news-box .news-more {
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .news-list>li {
    margin-bottom: 10px !important;
  }
  .news-list>li>a .news-img {
    width: 40%;
  }
  .news-list>li>a .news-box {
    width: 60%;
    padding: 10px;
  }
  .news-list>li>a .news-box .news-more {
    margin-right: 0;
  }
  .news-list>li>a .news-box>h1 {
    font-size: 14px;
    line-height: 24px;
  }
  .news-list>li>a .news-box .news-text {
    height: 40px;
    line-height: 20px;
    margin: 5px 0;
  }
  .news-list>li>a .news-box .news-more {
    width: 48px;
    height: 24px;
    margin-right: 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-联系我们 */