@charset "UTF-8";
/*
 * @Author: Code Zhuang
 * @Date: 2023-05-19 14:43:39
 * @Last Modified by: Code Zhuang
 * @Last Modified time: 2023-05-21 15:20:09
 */

/* 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: 48px;
  font-size: 30px;
  color: var(--color-main);
  font-weight: bold;
}
.title>div {
  line-height: 20px;
  font-size: 14px;
  color: #686868;
}
.title>h2 {
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  color: var(--color3);
  text-transform: uppercase;
}
.title-white>h1,
.title-white>div,
.title-white>h2 {
  color: #fff;
}

.more {
  display: flex;
  justify-content: center;
}
.more>a {
  width: 200px;
  float: left;
  height: 48px;
  font-size: 16px;
  color: var(--white);
  background-color: #282828;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.more>a>span {
  margin-left: 25px;
}

@media (max-width: 767px) {
  .title>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .title>h2 {
    margin-top: 0;
  }

  .more>a {
    width: 110px;
    height: 30px;
    font-size: 14px;
  }
  .more>a>span {
    margin-left: 5px;
  }
}

/* 首页样式 */
/* 产品展示 */
.product {
  background-color: #ececec;
  padding: 25px 0 35px 0;
}
.product-content {
  display: block;
  overflow: hidden;
  margin-top: 35px;
}
.main-left {
  width: 340px;
  float: left;
}
.left-menu {
  width: 100%;
  float: left;
}
.menu-list {
  display: block;
  overflow: hidden;
  transition: initial;
}
.menu-list>li {
  display: block;
  overflow: hidden;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  padding: 0 45px 0 40px;
  background-color: var(--color-main);
}
.menu-list>li>a::before,
.menu-list>li>a::after {
  background-color: var(--color-nav-hover);
}
.menu-list>li>a>span {
  display: block;
  overflow: hidden;
  height: 56px;
  line-height: 56px;
  font-size: 20px;
  color: #fff;
  padding: 0 15px 0 30px;
  position: relative;
  background: url(../images/menu-li.png) no-repeat left center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-list>li>a>span::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menu-list>li:hover>a::before , .menu-list>li.menu-active>a::before{
  left: -40px;
}
.menu-list>li:hover>a::before , .menu-list>li.menu-active>a::before{
  right: -40px;
}

.menu-child-list {
  display: block;
  overflow: hidden;
}
.menu-child-list>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid var(--colorD);
}
.menu-child-list>li>a {
  display: block;
  overflow: hidden;
  padding: 0 45px 0 40px;
  background-color: #fff;
}
.menu-child-list>li>a>span {
  display: block;
  overflow: hidden;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  color: var(--color3);
  padding: 0 15px 0 30px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-child-list>li>a>span::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid var(--color-main);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menu-child-list>li>a:hover>span , .menu-child-list>li>a.act>span {
  color: #fff;
}
.menu-child-list>li>a:hover>span::after , .menu-child-list>li>a.act>span::after {
  border-left-color: #fff;
}
.main-left .more {
  width: 100%;
  float: left;
}
.main-left .more>a {
  width: 100%;
}

.main-right {
  width: 1035px;
  float: right;
}
.place-title {
  width: 100%;
  float: left;
  line-height: 38px;
  font-size: 16px;
  color: var(--color3);
  border-bottom: 1px solid #cecece;
}
.place-content {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.product-content .place-content {
  padding: 0;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  width: 1050px;
}
.product-list>li {
  width: 335px;
  margin: 0 15px 25px 0;
}
.product-list>li>a {
  display: block;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 4px;
  padding-bottom: 0;
}
.product-list>li>a .img {
  border: 1px solid #dedede;
}
.product-list>li>a .img::before {
  content: "";
  display: block;
  padding-top: 70.923077%;
}
.product-list>li>a .img .product-hover {
  width: 100%;
  height: 0;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 2;
}
.product-list>li>a .img .product-hover>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.product-list>li>a>h1 {
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  padding: 0 6px;
  font-size: 16px;
  color: var(--color3);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list>li>a>h1>span {
  float: right;
  font-size: 14px;
  transition: initial;
}
.product-list>li>a:hover .img .product-hover {
  height: 100%;
}
.product-list>li>a:hover>h1 {
  color: #fff;
}

@media (max-width: 1440px) {
  .main-left {
    width: 24%;
  }
  .main-right {
    width: 74%;
  }
  .product-list {
    width: 102%;
    margin-left: -1%;
  }
  .product-list>li {
    width: calc(calc(100% / 3) - 2%);
    margin: 0 1% 25px 1%;
  }
}
@media (max-width: 1240px) {
  .menu-list>li>a,
  .menu-child-list>li>a {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .product {
    padding: 25px 0;
  }
  .product-content {
    margin-top: 20px;
  }
  .main-left {
    width: 29%;
  }
  .main-right {
    width: 69%;
  }
  .product-list>li {
    width: 48%;
    margin: 0 1% 15px 1%;
  }
  .product-list>li:last-child {
    /*display: none;*/
  }
}
@media (max-width: 767px) {
  .product {
    padding: 15px 0;
  }
  .main-left {
    width: 100%;
  }
  .left-menu {
    margin: 0;
  }
  .menu-title {
    width: calc(100% + 40px);
    text-align: center;
    margin-left: -20px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    background-color: var(--color-hover);
  }
  .menu-title-active {
    text-align: left;
  }
  .menu-title-active::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menu-list {
    display: none;
    margin-top: 2px;
  }
  .menu-list>li>a,
  .menu-child-list>li>a {
    padding: 0 15px;
  }
  .menu-list>li>a>span {
    height: 40px;
    line-height: 40px;
    padding: 0 15px 0 20px;
    font-size: 16px;
  }
  .menu-child-list>li>a>span {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 15px 0 20px;
  }

  .main-right {
    width: 100%;
  }
  .product-content {
    margin-top: 10px;
    overflow: visible;
  }
  .place-content {
    padding: 20px 0;
  }
  .product-content .place-content {
    padding: 20px 0 0 0;
  }
  .product-list {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
  .product-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .product-list>li>a>h1 {
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .product-list>li>a>h1>span {
    display: none;
  }
}

.product-list1 {
  display: flex;
  flex-wrap: wrap;
  width: 1050px;
}
.product-list1>li {
  width: 247px;
  margin: 0 15px 25px 0;
}
.product-list1>li>a {
  display: block;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 4px;
  padding-bottom: 0;
}
.product-list1>li>a .img {
  border: 1px solid #dedede;
}
.product-list1>li>a .img::before {
  content: "";
  display: block;
  padding-top: 52.923077%;
}
.product-list1>li>a .img .product-hover {
  width: 100%;
  height: 0;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 2;
}
.product-list1>li>a .img .product-hover>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.product-list1>li>a>h1 {
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  padding: 0 6px;
  font-size: 16px;
  color: var(--color3);
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list1>li>a>h1>span {
  float: right;
  font-size: 14px;
  transition: initial;
}
.product-list1>li>a:hover .img .product-hover {
  height: 100%;
}
.product-list1>li>a:hover>h1 {
  color: #fff;
}

@media (max-width: 1440px) {
  .product-list1 {
    width: 102%;
    margin-left: -1%;
  }
  .product-list1>li {
    width: calc(calc(100% / 3) - 2%);
    margin: 0 1% 25px 1%;
  }
}
@media (max-width: 1240px) {
  .menu-list1>li>a,
  .menu-child-list>li>a {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .product-list1>li {
    width: 48%;
    margin: 0 1% 15px 1%;
  }
  .product-list1>li:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-list1 {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
  .product-list1>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .product-list1>li>a>h1 {
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .product-list1>li>a>h1>span {
    display: none;
  }
}

/* 横幅 */
.hf {
  min-height: 235px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hf-left {
  width: 57%;
  float: left;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.hf-left::before {
  content: "";
  width: 120%;
  height: 100%;
  transform: skewX(20deg);
  position: absolute;
  right: -50px;
  top: 0;
  z-index: -1;
  background-image: linear-gradient(to right, #009FE8, #29b4f4);
}
.hf-left .hf-content {
  width: 100%;
  max-width: 846px;
  float: right;
  padding: 0 20px 0 105px;
}
.hf-title {
  display: block;
  overflow: hidden;
}
.hf-title>h1 {
  display: block;
  overflow: hidden;
  line-height: 46px;
  font-size: 24px;
  color: #fff;
}
.hf-title>h1>span {
  font-size: 28px;
  font-weight: bold;
  margin-right: 10px;
}
.hf-title>div {
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hf-bottom {
  display: block;
  overflow: hidden;
  margin-top: 30px;
  line-height: 44px;
}
.hf-hotline {
  display: flex;
  align-items: center;
  float: left;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}
.hf-hotline>span {
  float: left;
  line-height: 20px;
  font-size: 18px;
  font-weight: normal;
  margin-right: 10px;
}
.hf-more {
  float: left;
  margin-left: 25px;
}
.hf-more>a {
  width: 250px;
  height: 44px;
  float: left;
  background-color: var(--color-nav-hover);
  border-radius: 22px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.hf-more>a:hover {
  background-color: #fff;
  color: var(--color-main);
}
.hf-right {
  width: 43%;
  float: left;
  background: url(../images/hf-bj.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 0 20px 0 80px;
}
.hf-right>img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 1440px) {
  .hf-left .hf-content {
    padding: 0 20px 0 40px;
  }
}
@media (max-width: 1240px) {
  .hf-left .hf-content {
    padding: 0 20px;
  }
  .hf-title>h1 {
    line-height: 40px;
    font-size: 20px;
  }
  .hf-title>h1>span {
    font-size: 30px;
  }
  .hf-title>div {
    font-size: 16px;
  }
  .hf-more>a {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .hf-left::before {
    right: -45px;
  }
  .hf-title>h1 {
    line-height: 30px;
    font-size: 16px;
  }
  .hf-title>h1>span {
    font-size: 20px;
  }
  .hf-title>div {
    font-size: 12px;
    margin-top: 5px;
  }
  .hf-bottom {
    margin-top: 15px;
    line-height: 40px;
  }
  .hf-hotline>span {
    line-height: 18px;
    font-size: 16px;
    margin-right: 5px;
  }
  .hf-hotline {
    font-size: 30px;
  }
  .hf-more {
    margin-left: 15px;
  }
  .hf-more>a {
    width: 160px;
    height: 40px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .hf {
    min-height: initial;
    flex-direction: column-reverse;
  }
  .hf-right {
    width: 100%;
    padding: 20px;
  }
  .hf-left {
    width: 100%;
    justify-content: center;
  }
  .hf-left::before {
    width: 100%;
    transform: skewX(0);
    right: 0;
  }
  .hf-left .hf-content {
    padding: 20px;
  }
  .hf-title {
    text-align: center;
  }
  .hf-title>h1 {
    line-height: 24px;
    font-size: 14px;
  }
  .hf-title>h1>span {
    font-size: 16px;
  }
  .hf-title>div {
    line-height: 16px;
    margin-top: 0;
  }
  .hf-bottom {
    display: flex;
    justify-content: center;
    margin-top: 5px;
    line-height: 30px;
  }
  .hf-hotline {
    font-size: 20px;
  }
  .hf-hotline>span {
    line-height: 14px;
    font-size: 14px;
  }
  .hf-more {
    margin-left: 10px;
  }
  .hf-more>a {
    width: 120px;
    height: 30px;
    font-size: 16px;
  }
}

/* 选择锋之迈 */
.choose {
  background-color: #ececec;
  padding: 35px 0 60px 0;
}
.choose-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.choose-title>h1 {
  position: relative;
  line-height: 60px;
  font-size: 50px;
  color: #009FE8;
  font-weight: bold;
  padding: 0 10px;
  font-style: oblique;
}
.choose-title>h1::before,
.choose-title>h1::after {
  content: "";
  width: 62px;
  height: 37px;
  border-top: 3px solid #009FE8;
  border-left: 3px solid #009FE8;
  position: absolute;
  right: 100%;
  top: 50%;
}
.choose-title>h1::after {
  right: initial !important;
  left: 100%;
  border-left: none !important;
  border-right: 3px solid #009FE8;
}
.choose-title>h2 {
  position: relative;
  line-height: 40px;
  font-size: 30px;
  color: #000;
  font-weight: bold;
  padding: 0 10px;
  margin-top: 10px;
}
.choose-title>h2>span {
  width: 1000%;
  float: left;
  height: 15px;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.choose-title>h2>span::before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px dashed #c9c9c9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.choose-title>h2>span::after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/choose-title-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.choose-title>h2>span:last-child {
  background-position: left center;
  right: initial !important;
  left: 100%;
}
.choose-title>h2>span:last-child::after {
  right: initial !important;
  left: 0;
}
.choose-title>div {
  margin-top: 5px;
  line-height: 16px;
  font-size: 14px;
  color: #a4a4a4;
  text-align: center;
  padding-bottom: 18px;
  position: relative;
}
.choose-title>div::after {
  content: "";
  width: 100%;
  max-width: 545px;
  height: 13px;
  float: left;
  border: 3px solid #009FE8;
  border-top: 0 !important;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.choose-list {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.choose-list>li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  align-items: center;
  margin-top: 50px;
}
.choose-list>li .choose-left {
  width: 50%;
}
.choose-list>li .choose-left>img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.choose-list>li .choose-right {
  width: 50%;
  padding-right: 75px;
}
.choose-list>li .choose-right .choose-box {
  width: 100%;
  float: left;
  margin-bottom: 60px;
}
.choose-list>li .choose-right .choose-box:last-child {
  margin: 0 !important;
}
.choose-list>li .choose-right .choose-box .choose-icon {
  width: 112px;
  height: 112px;
  float: left;
  border: 3px solid var(--color-main);
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}
.choose-list>li .choose-right .choose-box>h1 {
  display: inline-block;
  line-height: 30px;
  font-size: 20px;
  color: var(--color-main);
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--color-main);
  margin-bottom: 20px;
}
.choose-list>li .choose-right .choose-box .choose-text {
  display: block;
  overflow: hidden;
  line-height: 25px;
  font-size: 16px;
  color: #333;
}
.choose-list>li:nth-child(even) {
  flex-direction: row;
}
.choose-list>li:nth-child(even) .choose-right {
  padding: 0 0 0 75px;
}

@media (max-width: 1240px) {
  .choose {
    padding: 35px 0 50px 0;
  }
  .choose-list>li {
    margin-top: 30px;
  }
  .choose-list>li .choose-right {
    padding-right: 50px;
  }
  .choose-list>li .choose-right .choose-box {
    margin-bottom: 40px;
  }
  .choose-list>li:nth-child(even) .choose-right {
    padding: 0 0 0 50px;
  }
}
@media (max-width: 991px) {
  .choose {
    padding: 30px 0;
  }
  .choose-list {
    margin-top: 10px;
  }
  .choose-list>li {
    margin-top: 20px;
  }
  .choose-list>li .choose-right {
    padding-right: 30px;
  }
  .choose-list>li .choose-right .choose-box {
    margin-bottom: 20px;
  }
  .choose-list>li:nth-child(even) .choose-right {
    padding: 0 0 0 30px;
  }
}
@media (max-width: 767px) {
  .choose {
    padding: 15px 0;
  }
  .choose-title>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .choose-title>h1::before,
  .choose-title>h1::after {
    width: 40px;
    height: 17px;
    border-top: 2px solid #009FE8;
    border-left: 2px solid #009FE8;
  }
  .choose-title>h1::after {
    border-right: 2px solid #009FE8;
  }
  .choose-title>h2 {
    line-height: 30px;
    font-size: 15px;
    margin-top: 5px;
  }
  .choose-title>div {
    line-height: 14px;
    font-size: 12px;
  }
  .choose-title>div::after {
    max-width: 260px;
    border: 2px solid #009FE8;
  }
  .choose-list {
    margin-top: 5px;
  }
  .choose-list>li {
    margin-top: 10px;
  }
  .choose-list>li .choose-left {
    width: 100%;
  }
  .choose-list>li .choose-right {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .choose-list>li .choose-right .choose-box {
    margin-bottom: 10px;
  }
  .choose-list>li .choose-right .choose-box .choose-icon {
    width: 41px;
    height: 41px;
    border: 2px solid var(--color-main);
    margin-right: 10px;
  }
  .choose-list>li .choose-right .choose-box .choose-icon>img {
    height: 20px;
  }
  .choose-list>li .choose-right .choose-box>h1 {
    line-height: 24px;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .choose-list>li .choose-right .choose-box .choose-text {
    width: 100%;
    margin-top: 5px;
    line-height: 22px;
    font-size: 14px;
  }
  .choose-list>li:nth-child(even) .choose-right {
    padding: 10px 0 0 0;
  }
}

/* 工程案例 */
.case {
  padding: 35px 0;
}
.title-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.title-nav>li {
  width: 166px;
  margin: 3px;
}
.title-nav>li>a {
  display: block;
  overflow: hidden;
  height: 46px;
  border: 3px solid var(--color-main);
  background-color: var(--color-main);
  font-size: 20px;
  color: #fff;
  border-radius: 10px;
  line-height: 40px;
  text-align: center;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title-nav>li.title-nav-active>a {
  background-color: #fff;
  color: var(--color-main);
}
.case-content {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.case-content>div {
  display: none;
}
.case-content>div:first-child {
  display: block;
}
.case-content .product-list {
  width: 1420px;
}
.case-content .product-list>li {
  margin: 0 20px 20px 0;
}
.case .more {
  margin-top: 20px;
}

@media (max-width: 1440px) {
  .case-content .product-list {
    width: 102%;
    margin-left: -1%;
  }
  .case-content .product-list>li {
    width: 23%;
    margin: 0 1% 20px 1%;
  }
}
@media (max-width: 1240px) {}
@media (max-width: 991px) {
  .case {
    padding: 30px 0;
  }
  .case-content .product-list>li {
    width: calc(calc(100% / 3) - 2%);
  }
  .case-content .product-list>li:last-child {
    display: block;
  }
}
@media (max-width: 767px) {
  .case {
    padding: 15px 0;
  }
  .title-nav {
    margin-top: 10px;
    width: calc(100% + 2px);
    margin-left: -1px;
  }
  .title-nav>li {
    width: calc(calc(100% / 3) - 2px);
    margin: 1px;
  }
  .title-nav>li>a {
    height: 40px;
    line-height: 36px;
    border: 2px solid var(--color-main);
    font-size: 16px;
  }
  .title-nav>li.title-nav-active>a {
    background-color: #fff;
    color: var(--color-main);
  }
  .case-content {
    margin-top: 10px;
  }
  .case-content .product-list {
    width: 100%;
    margin-left: 0;
  }
  .case-content .product-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }

  .case .more {
    margin-top: 10px;
  }
}

/* 定制流程 */
.customized {
  background-image: url(../images/customized-bj.jpg);
  padding: 30px 0 55px 0;
}
.customized-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  border: 1px dashed #fff;
}
.customized-list>li {
  width: 12.5%;
  border-right: 1px dashed #fff;
  padding: 38px 10px 26px 10px;
}
.customized-list>li:last-child {
  border-right: none;
}
.customized-list>li .customized-icon {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 66px;
}
.customized-list>li>h1 {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  line-height: 22px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

@media (max-width: 1240px) {
  .customized {
    padding: 30px 0 50px 0;
  }
  .customized-list>li {
    padding: 30px 10px 20px 10px;
  }
}
@media (max-width: 991px) {
  .customized {
    padding: 30px 0;
  }
  .customized-list {
    margin-top: 20px;
  }
  .customized-list>li {
    padding: 20px 10px;
  }
  .customized-list>li .customized-icon {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .customized {
    padding: 15px 0;
  }
  .customized-list {
    margin-top: 10px;
  }
  .customized-list>li {
    width: 25%;
    padding: 10px;
    border-bottom: 1px dashed #fff;
  }
  .customized-list>li .customized-icon {
    height: 30px;
  }
  .customized-list>li>h1 {
    margin-top: 5px;
    font-size: 14px;
  }
  .customized-list>li:nth-child(4) {
    border-right: none;
  }
  .customized-list>li:nth-child(5),
  .customized-list>li:nth-child(6),
  .customized-list>li:nth-child(7),
  .customized-list>li:nth-child(8) {
    border-bottom: none;
  }
}

/* 关于我们 */
.about {
  background-image: url(../images/about-bj.jpg);
  padding: 30px 0 55px 0;
}
.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: 73%;
}
.about-right {
  width: 50%;
  padding-left: 30px;
}
.about-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 20px;
  color: var(--color-main);
  font-weight: bold;
}
.about-text {
  display: block;
  overflow: hidden;
  height: 360px;
  line-height: 2;
  font-size: 16px;
  color: var(--color3);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.about-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.about-list>li {
  display: flex;
  align-items: center;
}
.about-list>li .about-icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: var(--color-main);
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}
.about-list>li>h1 {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 12px;
  color: var(--color3);
}
.about-list>li>h1>span {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 20px;
}
.about .more {
  margin-top: 40px;
}

@media (max-width: 1240px) {
  .about-list>li .about-icon {
    width: 38px;
    height: 38px;
  }
  .about-list>li .about-icon>img {
    height: 20px;
  }
}
@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .about-content {
    margin-top: 10px;
  }
  .about-left {
    width: 100%;
  }
  .about-right {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .about-right>h1 {
    line-height: 24px;
    font-size: 16px;
  }
  .about-text {
    height: auto;
    line-height: 22px;
    font-size: 14px;
    -webkit-line-clamp: initial;
  }
  .about-list {
    margin-top: 10px;
  }
  .about-list>li {
    width: 30%;
    flex-wrap: wrap;
  }
  .about-list>li>h1 {
    width: calc(100% - 48px);
  }
  .about-list>li>h1>span {
    line-height: 24px;
    font-size: 16px;
  }

  .about .more {
    margin-top: 10px;
  }
}

/* 方案合理 建造科学 */
.index-box {
  padding: 15px 0 30px 0;
}
.index-box ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin-left: -5px;
}
.index-box ul>li {
  width: calc(calc(100% / 3) - 10px);
  margin: 0 5px 10px 5px;
}
.index-box ul>li>a {
  display: block;
  overflow: hidden;
  background: url(../images/index-bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 30px;
}
.index-box ul>li>a .index-icon {
  height: 56px;
  overflow: hidden;
  position: relative;
}
.index-box ul>li>a .index-icon>img {
  right: initial;
}
.index-box ul>li>a>h1 {
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
}
.index-box ul>li>a .index-text {
  display: block;
  overflow: hidden;
  height: 140px;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}
.index-box ul>li>a .index-more {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
}

@media (max-width: 767px) {
  .index-box {
    padding: 10px 0;
  }
  .index-box ul {
    width: 100%;
    margin-left: 0;
  }
  .index-box ul>li {
    width: 100%;
    margin: 5px 0;
  }
  .index-box ul>li>a {
    padding: 10px;
  }
  .index-box ul>li>a .index-icon {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
  }
  .index-box ul>li>a>h1 {
    line-height: 30px;
    font-size: 15px;
    margin: 5px 0;
  }
  .index-box ul>li>a .index-text {
    width: 100%;
    height: auto;
    line-height: 24px;
    font-size: 14px;
    -webkit-line-clamp: initial;
    margin-top: 5px;
  }
}

/* 新闻动态 */
.news {
  background-color: #e9e9e9;
  padding: 35px 0;
}
.news-nav {
  margin-top: 35px;
}
.news-content {
  display: block;
  overflow: hidden;
  margin: 30px 0;
}
.news-content>div {
  display: none;
}
.news-content>div:first-child {
  display: block;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  width: 1431px;
}
.news-list>li {
  width: 446px;
  margin: 0 31px 10px 0;
}
.news-list>li>a {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  overflow: hidden;
  border-top-left-radius: 40px;
}
.news-list>li>a .img {
  border-bottom-right-radius: 40px;
}
.news-list>li>a .img::before {
  content: "";
  display: block;
  padding-top: 59.8655%;
}
.news-list>li>a .news-box {
  width: 100%;
  overflow: hidden;
  padding: 30px 20px 15px 20px;
}
.news-list>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.news-list>li>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: var(--color3);
  margin-top: 15px;
  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;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #a9a9a9;
  margin-top: 20px;
  padding-left: 30px;
  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;
}


@media (max-width: 1440px) {
  .news-list {
    width: 102%;
    margin-left: -1%;
  }
  .news-list>li {
    width: calc(calc(100% / 3) - 2%);
    margin: 0 1% 10px 1%;
  }
}
@media (max-width: 991px) {
  .news {
    padding: 25px 0;
  }
  .news-nav {
    margin-top: 20px;
  }
  .news-content {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-nav {
    margin-top: 10px;
  }
  .news-nav>li {
    width: calc(50% - 2px);
  }
  .news-content {
    margin: 10px 0;
  }
  .news-list {
    width: 100%;
    margin-left: 0;
  }
  .news-list>li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .news-list>li>a {
    flex-direction: row;
    border-top-left-radius: 0;
  }
  .news-list>li>a .img {
    width: 30%;
    border-bottom-right-radius: 0;
  }
  .news-list>li>a .news-box {
    width: 70%;
    padding: 10px;
  }
  .news-list>li>a .news-box>h1 {
    line-height: 24px;
  }
  .news-list>li>a .news-box .news-text {
    height: 40px;
    line-height: 20px;
    font-size: 12px;
    margin: 3px 0;
  }
  .news-list>li>a .news-box .news-time {
    font-size: 12px;
    margin-top: 0;
  }
}
/* END-首页样式 */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  background-color: #ececec;
}
.main .menu-title {
  background-image: linear-gradient(#005BAC, #2388e2);
  padding: 28px 20px;
  line-height: 18px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.main .menu-title>span {
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}
.main .left-menu:last-child {
  background-image: linear-gradient(#005BAC, #2388e2);
}
.main .left-menu:last-child .menu-title {
  background: none;
}
.menu-contant {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  padding: 15px;
  word-break: break-all;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: var(--color3);
}
.company img{
  display: block;
  max-width: 100%;
	height: auto;
	margin: 2px auto;
}

.company table{
  display: block !important;
  max-width: 100% !important;
	height: auto !important;
	border-collapse:collapse !important; 
}

.company table td{
  border: 1px #ccc solid !important;
	padding: 5px !important;
}
@media (max-width: 1240px) {}
@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .main .menu-title {
    padding: 0 20px;
    line-height: 50px;
    font-size: 20px;
  }
  .company {
    line-height: 24px;
    font-size: 14px !important;
  }
  .company table td{
  width: auto;
  height: auto;
  padding: 2px;
}
 .company table td p,.company table td span{
  font-size: 14px !important;
}
}
/* END-关于我们 */

/* 产品展示 */
.product-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
.product-details-left {
  width: 50%;
  float: left;
  position: relative;
  border: 1px solid #ddd
}
.product-details-left::before {
  content: '';
  display: block;
  padding-top: 60%
}
.product-details-right {
  width: 50%;
  padding: 30px;
  padding-right: 0
}
.product-details-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 20px;
  color: #333
}
.product-details-text {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 20px
}
.product-details-more {
  display: block;
  overflow: hidden;
  margin-top: 20px
}
.product-details-more>a {
  width: 150px;
  float: left;
  height: 50px;
  background-color: var(--color-main);
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center
}
.product-details-content {
  width: 100%;
  float: left;
  margin-top: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #333
}
.product-details-content img{
  display: block;
  max-width: 100%;
	height: auto;
	margin: 2px auto;
  
}
.product-details-title {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #f5f5f5
}
.product-details-title>span {
  float: left;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  background-color: var(--color-main);
  font-size: 16px;
  color: #fff;
  font-weight: bold
}
.product-details-content>img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .product-details-left {
    width: 100%;
  }
  .product-details-right {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .product-details-text {
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
  }
  .product-details-more {
    margin-top: 10px;
  }
  .product-details-more>a {
    width: 110px;
    height: 40px;
    font-size: 14px;
  }
  .product-details-content {
    margin-top: 15px;
  }
  .product-details-title {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product-details-title>span {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
  }
  .product-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-产品展示 */

/* 新闻动态 */
.place-content .news-list {
  width: 100%;
  margin: 0;
}
.place-content .news-list>li {
  width: 100%;
  margin-bottom: 30px;
}
.place-content .news-list>li>a {
  border-radius: 0;
  flex-direction: row;
}
.place-content .news-list>li>a .img {
  width: 30%;
  border-radius: 0;
}
.place-content .news-list>li>a .news-box {
  width: 70%;
  padding: 20px;
}

.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) {
  .place-content .news-list>li {
    margin-bottom: 10px;
  }
  .place-content .news-list>li>a .news-box {
    padding: 10px;
  }

  .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-联系我们 */