/* Animate.css动画演示 */
@import "animate.min.css";

/* Swiper 7.4.1 */
@import "swiper-bundle.min.css";

/* 字体图标 */
@import "font-awesome.min.css";

/* 核心样式 */
@import "bootstrap.min.css";

/* 公用样式 */
@import "public.css";

/* 首页 */
/* 灯具 */
.lamps {
  width: 100%;
  overflow: hidden;
  background-color: #000;
}
.lampsSwiper .swiper-slide > a {
  display: block;
  background-image: url(../image/cp_li_bj.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 76px;
}
.lampsSwiper .swiper-slide > a .lampsImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.lampsSwiper .swiper-slide > a .lampsImg::before {
  content: "";
  display: block;
  padding-top: 78.2895%;
}
.lampsSwiper .swiper-slide > a .lampsTitle {
  display: block;
  overflow: hidden;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.lampsSwiper .swiper-slide > a .lampsMore {
  display: block;
  overflow: hidden;
  max-width: 80px;
  margin: 0 auto;
  height: 30px;
  line-height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
}
.lampsSwiper .swiper-slide > a:hover {
  background-size: 0 100%;
}
.lampsSwiper .swiper-slide > a:hover .lampsMore {
  background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 1200px) {
  .lampsSwiper .swiper-slide > a {
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .lampsSwiper .swiper-slide > a {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .lampsSwiper .swiper-slide > a {
    padding-bottom: 15px;
  }
}

/* FLOS产品 */
.flos {
  width: 100%;
  overflow: hidden;
  padding: 70px 0 50px 0;
}
.flosTitle {
  float: left;
  line-height: 54px;
  font-size: 36px;
  color: #333;
}
.flosNav {
  float: right;
}
.flosNav li {
  float: left;
  margin: 4px 0 0 10px;
}
.flosNav li a {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 0 30px;
  font-size: 16px;
  color: #000;
}
.flosNav li.flosActive a {
  border-color: #000;
}
.flosNav li:last-child a {
  background-color: #000;
  color: #fff;
  border-color: #000;
  padding: 0 25px;
}
.flosNav li:last-child a:hover {
  text-decoration: underline;
}

.flosContect {
  width: 100%;
  float: left;
}
.flosContect > div {
  display: none;
}
.flosContect > div:first-child {
  display: block;
}
.flosList {
  display: block;
  overflow: hidden;
  width: 1572px;
}
.flosList li {
  width: 341px;
  float: left;
  margin: 30px 52px 0 0;
}
.flosList li a {
  display: block;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  background-color: #fff;
}
.flosList li a .flosImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.flosList li a .flosImg::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.flosList li a .flosTxt {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
.flosList li a:hover {
  border-color: #000;
}
.flosList li a:hover .flosImg img {
  transform: scale(1.1);
}

@media (max-width: 1520px) {
  .flosList {
    width: 102%;
    margin-left: -1%;
  }
  .flosList li {
    width: 23%;
    margin: 30px 1% 0 1%;
  }
}

@media (max-width: 1200px) {
  .flos {
    padding: 50px 0;
  }
  .flosList li a .flosTxt {
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width: 991px) {
  .flos {
    padding: 30px 0;
  }
  .flosNav li a {
    padding: 0px 20px;
  }
  .flosNav li:last-child a {
    padding: 0 15px;
  }
  .flosList li {
    margin: 20px 1% 0 1%;
  }
  .flosList li a .flosTxt {
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .flos {
    padding: 15px 0;
  }
  .flosTitle {
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
  }
  .flosNav {
    width: 102%;
    margin-left: -1%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
  }
  .flosNav li {
    width: 23%;
    margin: 5px 1% 0 1%;
  }
  .flosNav li a {
    padding: 0px;
    height: 34px;
    line-height: 32px;
    text-align: center;
  }
  .flosList li {
    width: 48%;
    margin: 10px 1% 0 1%;
  }
  .flosList li a .flosTxt {
    height: 34px;
    line-height: 34px;
  }
}

/* 案例展示 */
.case {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 100px 0;
}
.case > .container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.caseLeft {
  width: 39.5%;
  float: left;
  background-color: #fff;
  padding: 50px 50px 40px 60px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.caseTitle {
  width: 100%;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #333;
}
.caseTitle > span {
  display: block;
  overflow: hidden;
  line-height: 54px;
  font-size: 36px;
  color: #000;
}
.caseNavSwiper {
  width: 100%;
  overflow: hidden;
  height: 221px;
  margin-top: 15px;
}
.caseNavSwiper .swiper-slide {
  height: calc(50% - 1px);
  background-image: linear-gradient(to right, #dbdbdb, #fff);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 20px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  cursor: pointer;
}
.caseNavSwiper .swiper-slide > span {
  width: 100%;
  display: block;
  overflow: hidden;
  padding-bottom: 15px;
  background: url(../image/case_jiantou1.png) no-repeat right bottom;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.caseNavSwiper .swiper-slide-thumb-active {
  background-image: linear-gradient(to right, #000, #202020);
  color: #fff;
}
.caseNavSwiper .swiper-slide-thumb-active > span {
  background: url(../image/case_jiantou2.png) no-repeat right bottom;
}

.caseRight {
  width: 60.5%;
  float: right;
}
.caseImgSwiper {
  height: 100%;
}
.caseImgSwiper .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 56.2163%;
}
.caseImg-prev,
.caseImg-next {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 40px;
  float: left;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  color: #000;
  z-index: 2;
  cursor: pointer;
  border: none;
  outline: none;
  overflow: hidden;
}
.caseImg-next {
  left: initial;
  right: 0;
}
.caseImg-prev::before,
.caseImg-next::before {
  content: "";
  width: 200%;
  height: 100%;
  float: left;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s;
}
.caseImg-next::before {
  right: initial;
  left: 0;
}
.caseImg-prev > span,
.caseImg-next > span {
  position: relative;
  z-index: 2;
  left: 40%;
  transform: translateX(-50%);
}
.caseImg-next > span {
  left: initial;
  right: -40%;
  transform: translateX(0);
}
.caseImg-prev:hover,
.caseImg-next:hover {
  color: #fff;
}
.caseImg-prev:hover:before,
.caseImg-next:hover:before {
  background-color: rgba(0, 0, 0, 0.6);
}

.caseSwiper {
  width: 100%;
  overflow: hidden;
}
.caseSwiper .swiper-slide > a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.caseSwiper .swiper-slide > a::before {
  content: "";
  display: block;
  padding-top: 73.68422%;
}
.caseSwiper .swiper-slide > a .caseHover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
}
.caseSwiper .swiper-slide > a .caseHover .caseTit {
  width: 100%;
  overflow: hidden;
  line-height: 1;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.caseSwiper .swiper-slide > a .caseHover .caseMore {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-family: SimSun;
  font-size: 20px;
  float: left;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
}
.caseSwiper .swiper-slide > a:hover .caseHover {
  top: 0;
}

@media (max-width: 1520px) {
  .case {
    padding: 80px 0;
  }
  .caseLeft {
    padding: 30px;
  }
  .caseNavSwiper .swiper-slide {
    padding: 15px;
  }
}

@media (max-width: 1200px) {
  .case {
    padding: 50px 0;
  }
  .caseLeft {
    width: 45%;
    padding: 20px;
  }
  .caseNavSwiper {
    height: 180px;
  }
  .caseRight {
    width: 55%;
  }
}

@media (max-width: 991px) {
  .case {
    padding: 30px 0;
  }
  .caseLeft {
    width: 50%;
    padding: 15px;
  }
  .caseNavSwiper {
    height: 160px;
  }
  .caseNavSwiper .swiper-slide {
    padding: 10px;
    font-size: 15px;
  }
  .caseNavSwiper .swiper-slide > span {
    padding-bottom: 5px;
  }
  .caseRight {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .case {
    padding: 15px 0;
  }
  .caseLeft {
    width: 100%;
  }
  .caseTitle {
    line-height: 22px;
    text-align: center;
  }
  .caseTitle > span {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .caseNavSwiper {
    height: 120px;
  }
  .caseRight {
    width: 100%;
  }
}

/* 品牌故事 */
.brand {
  width: 100%;
  overflow: hidden;
  padding: 110px 0;
}
.brandTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 22px;
  font-size: 18px;
  color: #666;
  text-transform: uppercase;
}
.brandTitle > span {
  display: block;
  overflow: hidden;
  line-height: 46px;
  font-size: 36px;
  color: #333;
}
.brandTitle > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 6px auto 0 auto;
}
.brandContectSwiper {
  margin-top: 20px;
}
.brandContectSwiper .swiper-slide {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.brandContectSwiper .swiper-slide .brandRight {
  width: 47.5%;
  float: left;
  overflow: hidden;
  position: relative;
}
.brandContectSwiper .swiper-slide .brandRight::before {
  content: "";
  display: block;
  padding-top: 52.7778%;
}
.brandContectSwiper .swiper-slide .brandLeft {
  width: 47.5%;
  float: left;
  padding: 45px 0;
}
.brandContectSwiper .swiper-slide .brandLeft .brandTit {
  display: block;
  overflow: hidden;
  line-height: 54px;
  font-size: 36px;
}
.brandContectSwiper .swiper-slide .brandLeft .brandTit > a {
  color: #000;
}
.brandContectSwiper .swiper-slide .brandLeft .brandTit > a:hover {
  text-decoration: underline;
}
.brandContectSwiper .swiper-slide .brandLeft .brandPrize {
  display: inline-block;
  margin-top: 10px;
  overflow: hidden;
  line-height: 25px;
  background-color: #000;
  padding: 5px 20px;
  font-size: 16px;
  color: #fff;
}
.brandContectSwiper .swiper-slide .brandLeft .brandTxt {
  display: block;
  overflow: hidden;
  height: 96px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin-top: 35px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.brandContectSwiper .swiper-slide .brandLeft .brandMore {
  display: block;
  overflow: hidden;
  margin-top: 15px;
}
.brandContectSwiper .swiper-slide .brandLeft .brandMore img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  left: 0;
  transition: all 0.4s;
}
.brandContectSwiper .swiper-slide .brandLeft .brandMore > a:hover img {
  left: 20px;
}

.brandNav {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
  position: relative;
  padding: 0 66px;
}
.brandNavSwiper .swiper-slide {
  height: auto;
}
.brandNavSwiper .swiper-slide > a {
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  background-color: #000;
  border: 1px solid #000;
  padding: 15px;
}
.brandNavSwiper .swiper-slide > a .brandImg {
  width: 42%;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #000;
}
.brandNavSwiper .swiper-slide > a .brandImg::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.brandNavSwiper .swiper-slide > a .brandR {
  width: 58%;
  float: left;
  padding: 0 20px;
}
.brandNavSwiper .swiper-slide > a .brandR .brandName {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
}
.brandNavSwiper .swiper-slide > a .brandR .brandDesigner {
  display: block;
  overflow: hidden;
  line-height: 20px;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
}
.brandNavSwiper .swiper-slide > a .brandR .brandDesigner > span {
  float: left;
  position: relative;
  z-index: 2;
  padding-right: 5px;
}
.brandNavSwiper .swiper-slide > a .brandR .brandDesigner > span::before {
  content: "";
  width: 1000%;
  float: left;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.brandNavSwiper .swiper-slide-thumb-active > a {
  background-color: #fff;
}
.brandNavSwiper .swiper-slide-thumb-active > a .brandR .brandName,
.brandNavSwiper .swiper-slide-thumb-active > a .brandR .brandDesigner {
  color: #000;
}
.brandNavSwiper .swiper-slide-thumb-active > a .brandR .brandDesigner > span::before {
  background-color: #000;
}

.brandNav-prev,
.brandNav-next {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 40px;
  float: left;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  color: #000;
  z-index: 2;
  cursor: pointer;
  border: none;
  outline: none;
  overflow: hidden;
}
.brandNav-next {
  left: initial;
  right: 0;
}
.brandNav-prev::before,
.brandNav-next::before {
  content: "";
  width: 200%;
  height: 100%;
  float: left;
  border-radius: 50%;
  background-color: #f8f8f8;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s;
}
.brandNav-next::before {
  right: initial;
  left: 0;
}
.brandNav-prev > span,
.brandNav-next > span {
  position: relative;
  z-index: 2;
  left: 40%;
  transform: translateX(-50%);
}
.brandNav-next > span {
  left: initial;
  right: -40%;
  transform: translateX(0);
}
.brandNav-prev:hover,
.brandNav-next:hover {
  color: #fff;
}
.brandNav-prev:hover:before,
.brandNav-next:hover:before {
  background-color: #666666;
}

@media (max-width: 1520px) {
  .brand {
    padding: 80px 0;
  }
}

@media (max-width: 1200px) {
  .brand {
    padding: 50px 0;
  }
  .brandNav {
    padding: 0 50px;
  }
  .brandNavSwiper .swiper-slide > a {
    padding: 10px;
  }
  .brandNavSwiper .swiper-slide > a .brandR {
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  .brand {
    padding: 30px 0;
  }
  .brandContectSwiper .swiper-slide .brandLeft {
    padding: 30px 0;
  }
  .brandContectSwiper .swiper-slide .brandLeft .brandTit {
    line-height: 44px;
    font-size: 30px;
  }
  .brandContectSwiper .swiper-slide .brandLeft .brandTxt {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .brand {
    padding: 15px 0;
  }
  .brandTitle {
    line-height: 20px;
    font-size: 14px;
  }
  .brandTitle > span {
    line-height: 30px;
    font-size: 20px;
  }
  .brandTitle > img {
    height: 30px;
  }
  .brandContectSwiper {
    margin-top: 15px;
  }
  .brandContectSwiper .swiper-slide .brandRight {
    width: 100%;
  }
  .brandContectSwiper .swiper-slide .brandLeft {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .brandContectSwiper .swiper-slide .brandLeft .brandTit {
    line-height: 30px;
    font-size: 20px;
  }
  .brandContectSwiper .swiper-slide .brandLeft .brandPrize {
    margin-top: 5px;
    line-height: 20px;
    padding: 5px 10px;
    font-size: 14px;
  }
  .brandContectSwiper .swiper-slide .brandLeft .brandTxt {
    margin-top: 5px;
  }
  .brandContectSwiper .swiper-slide .brandLeft .brandMore {
    margin-top: 5px;
  }
  .brandNav {
    margin-top: 15px;
  }
}

/* 发展历程 */
.history {
  width: 100%;
  overflow: hidden;
  background-color: #000;
  padding: 70px 0;
}
.history > .container {
  height: 65vh;
  overflow: hidden;
  position: relative;
}
.historyTime {
  width: 250px;
  height: 100%;
  float: left;
  position: absolute;
  right: 7%;
  top: 0;
}
.historyTime::before {
  content: "";
  width: 1px;
  float: left;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 15px;
  top: 0;
}
.historyTime .swiper {
  width: 100%;
  height: 100%;
}
.historyTime .swiper .swiper-slide {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color: #666;
  font-size: 60px;
  font-weight: bold;
  cursor: pointer;
}
.historyTime .swiper .swiper-slide > span {
  width: 30px;
  height: 44px;
  float: left;
  background-color: #000;
  position: relative;
  padding: 10px 0;
  margin-left: 20px;
}
.historyTime .swiper .swiper-slide > span::before {
  content: "";
  width: 28px;
  height: 28px;
  float: left;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.3);
  transition: all 0.4s;
}
.historyTime .swiper .swiper-slide > span::after {
  content: "";
  width: 20px;
  height: 20px;
  float: left;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 2;
  transition: all 0.4s;
}
.historyTime .swiper .swiper-slide-thumb-active {
  color: #fff;
}
.historyTime .swiper .swiper-slide-thumb-active > span::before {
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.4);
}
.historyTime .swiper .swiper-slide-thumb-active > span::after {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 1);
}

.historyContect {
  width: 70%;
  height: 100%;
  float: left;
  position: absolute;
  left: 4%;
  top: 10%;
}
.historyContect .swiper {
  width: 100%;
  height: 80%;
}
.historyContect .swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  padding-right: 20px;
}
.historyContect .swiper .swiper-slide::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #1a1a1a;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  position: absolute;
  right: 0;
  opacity: 0;
}
.historyContect .swiper .swiper-slide:nth-child(3n + 1)::before {
  top: 5%;
}
.historyContect .swiper .swiper-slide:nth-child(3n + 2)::before {
  top: 50%;
  transform: translateY(-50%);
}
.historyContect .swiper .swiper-slide:nth-child(3n + 3)::before {
  bottom: 5%;
}
.historyContect .swiper .swiper-slide .historyImg {
  width: 55%;
  float: left;
  overflow: hidden;
  position: relative;
}
.historyContect .swiper .swiper-slide .historyRight {
  width: 45%;
  float: left;
  overflow: hidden;
  background-color: #1a1a1a;
  padding: 45px 50px;
}
.historyContect .swiper .swiper-slide .historyRight .historyTxt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.historyContect .swiper .swiper-slide .historyRight .historyMore {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.historyContect .swiper .swiper-slide .historyRight .historyMore img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  left: 0;
  transition: all 0.4s;
}
.historyContect .swiper .swiper-slide .historyImg:hover img {
  transform: scale(1.1);
}
.historyContect .swiper .swiper-slide .historyRight .historyMore > a:hover img {
  left: 20px;
}
.historyContect .swiper .swiper-slide.swiper-slide-active::before {
  opacity: 1;
}

@media (max-width: 1520px) {
  .historyContect .swiper .swiper-slide .historyRight {
    padding: 35px;
  }
}

@media (max-width: 1200px) {
  .history {
    padding: 50px 0;
  }
  .historyTime {
    right: 0;
  }
  .historyContect {
    width: 80%;
    left: 0;
    top: 5%;
  }
  .historyContect .swiper {
    height: 90%;
  }
  .historyContect .swiper .swiper-slide .historyRight {
    padding: 30px;
  }
  .historyContect .swiper .swiper-slide .historyRight .historyTxt {
    line-height: 24px;
  }
  .historyContect .swiper .swiper-slide .historyRight .historyMore {
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .history {
    padding: 30px 0;
  }
  .history > .container {
    height: auto;
  }
  .historyTime {
    width: 100%;
    position: relative;
  }
  .historyTime::before {
    width: 100%;
    height: 1px;
    right: 0;
    top: 15px;
  }
  .historyTime .swiper .swiper-slide {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    padding-top: 30px;
  }
  .historyTime .swiper .swiper-slide > span {
    width: 40px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    padding: 0;
    margin-left: 0;
  }
  .historyContect {
    width: 100%;
    height: auto;
    top: 0;
    position: relative;
  }
  .historyContect .swiper .swiper-slide {
    padding: 20px 0 0 0;
  }
  .historyContect .swiper .swiper-slide::before {
    border-bottom: 20px solid #1a1a1a;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-top: none;
    right: initial !important;
    top: 0 !important;
  }
  .historyContect .swiper .swiper-slide:nth-child(3n + 1)::before {
    left: 14%;
  }
  .historyContect .swiper .swiper-slide:nth-child(3n + 2)::before {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .historyContect .swiper .swiper-slide:nth-child(3n + 3)::before {
    left: 81%;
  }
  .historyContect .swiper .swiper-slide .historyRight {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .history {
    padding: 15px 0;
  }
  .historyTime .swiper .swiper-slide {
    font-size: 20px;
    line-height: 30px;
  }
  .historyContect .swiper .swiper-slide:nth-child(3n + 1)::before {
    left: 11%;
  }
  .historyContect .swiper .swiper-slide:nth-child(3n + 3)::before {
    left: 78%;
  }
  .historyContect .swiper .swiper-slide .historyImg {
    width: 100%;
  }
  .historyContect .swiper .swiper-slide .historyImg::before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  .historyContect .swiper .swiper-slide .historyRight {
    width: 100%;
    padding: 15px;
  }
  .historyContect .swiper .swiper-slide .historyRight .historyMore {
    margin-top: 10px;
  }
}

/* 新闻资讯 */
.news {
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
.newsNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
.newsNav li {
  width: 118px;
  float: left;
  margin: 0 5px 5px 5px;
}
.newsNav li a {
  display: block;
  overflow: hidden;
  height: 34px;
  line-height: 32px;
  text-align: center;
  border-radius: 17px;
  border: 1px solid #eee;
  font-size: 14px;
  color: #333;
}
.newsNav li.newsActive a {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.newsContect {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 55px;
  overflow: hidden;
}
.newsLeft {
  width: 58%;
  float: left;
}
.newsLeft > div {
  display: none;
}
.newsLeft > div:first-child {
  display: block;
}
.newsTitle {
  display: flex;
  overflow: hidden;
  line-height: 42px;
  align-items: center;
  font-size: 24px;
  color: #333;
}
.newsTitle::after {
  content: "";
  width: 96px;
  float: left;
  height: 2px;
  background-color: #000;
  margin-left: 20px;
}
.newsList {
  display: block;
  overflow: hidden;
}
.newsList li {
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.newsList li a {
  display: flex;
  width: 100%;
  overflow: hidden;
  border: 1px solid #f6f6f6;
  padding: 20px;
  background-color: #fff;
}
.newsList li a .newsImg {
  width: 30%;
  float: left;
  overflow: hidden;
  position: relative;
}
.newsList li a .newsBox {
  width: 70%;
  float: left;
  padding: 5px 0 15px 30px;
}
.newsList li a .newsBox .newsTit {
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 14px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList li a .newsBox .newsTxt {
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 5px 0;
}
.newsList li a .newsBox .newsTime {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #000;
}
.newsList li a:hover {
  background-color: #000;
}
.newsList li a:hover .newsImg img {
  transform: scale(1.1);
}
.newsList li a:hover .newsBox .newsTit,
.newsList li a:hover .newsBox .newsTxt,
.newsList li a:hover .newsBox .newsTime {
  color: #fff;
}

.newsRight {
  width: 38%;
  float: right;
}
.encyclopediaList {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  border: 1px solid #e5e5e5;
  border-bottom: 2px solid #000;
  padding: 10px 20px;
}
.encyclopediaList li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  line-height: 30px;
}
.encyclopediaList li:last-child {
  border-bottom: none;
}
.encyclopediaList li > h2 {
  display: block;
  overflow: hidden;
  padding: 0 40px 0 10px;
  position: relative;
}
.encyclopediaList li > h2::after {
  content: "";
  width: 16px;
  float: left;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../image/news_more1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  cursor: pointer;
}
.encyclopediaList li > h2 > a {
  float: left;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #000;
}
.encyclopediaList li > h2 > a:hover {
  text-decoration: underline;
}
.encyclopediaList li .encyclopediaBox {
  display: none;
  width: 100%;
  overflow: hidden;
  padding: 10px;
  transition: initial;
}
.encyclopediaList li .encyclopediaBox .encyclopediaTxt {
  display: block;
  overflow: hidden;
  height: 180px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.encyclopediaList li.actived > h2::after {
  background-image: url(../image/news_more2.png);
}

@media (max-width: 1200px) {
  .news {
    padding: 50px 0;
  }
  .newsContect {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .newsContect {
    margin-top: 20px;
  }
  .newsList li a {
    padding: 10px;
  }
  .encyclopediaList {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .newsNav li {
    width: 32.3333%;
    margin: 0 0.5% 5px 0.5%;
  }
  .newsContect {
    margin-top: 10px;
  }
  .newsLeft {
    width: 100%;
  }
  .newsTitle {
    line-height: 30px;
    font-size: 18px;
  }
  .newsTitle::after {
    width: 50px;
    margin-left: 10px;
  }
  .newsList li {
    margin-top: 10px;
  }
  .newsList li a .newsBox {
    padding: 5px 0 5px 10px;
  }
  .newsList li a .newsBox .newsTit {
    line-height: 26px;
  }
  .newsList li a .newsBox .newsTxt {
    height: 48px;
    line-height: 24px;
  }

  .newsRight {
    width: 100%;
    margin-top: 15px;
  }
  .encyclopediaList {
    margin-top: 10px;
  }
  .encyclopediaList li .encyclopediaBox .encyclopediaTxt {
    height: 120px;
    line-height: 24px;
    -webkit-line-clamp: 5;
  }
}

/* 公司介绍 */
.about {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 90px 0;
}
.about > .container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutImg {
  width: 43.5%;
  float: left;
  overflow: hidden;
  position: relative;
}
.aboutImg::before {
  content: "";
  display: block;
  padding-top: 107.5758%;
}

.aboutRight {
  width: 52%;
  float: right;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding: 55px 0;
}
.aboutBox {
  width: 100%;
  overflow: hidden;
}
.aboutTitle {
  display: block;
  overflow: hidden;
  line-height: 54px;
  font-size: 36px;
  color: #333;
}
.aboutTit {
  display: inline-block;
  overflow: hidden;
  padding: 5px 30px;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  background-color: #000;
  margin-top: 10px;
}
.aboutTxt {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 14px;
  color: #666;
  margin-top: 20px;
}
.aboutMore {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.aboutMore img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  left: 0;
  transition: all 0.4s;
}
.aboutMore > a:hover img {
  left: 20px;
}

.aboutList {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
}
.aboutList li {
  width: 23%;
  max-width: 125px;
  float: left;
  margin: 0 45px 30px 0;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.aboutList li:last-child {
  margin: 0 0 30px 0;
}
.aboutList li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.aboutList li::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #c4c4c4;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.aboutList li .aboutText {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 3;
  font-size: 14px;
  color: #000;
  line-height: 24px;
  text-align: center;
}
.aboutList li .aboutText > span {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 34px;
  font-size: 24px;
}
.aboutList li:hover .aboutHoverTop {
  animation-name: back-half;
  -webkit-animation-name: back-half;
}
.aboutList li:hover .aboutHoverBottom {
  animation-name: front-half;
  -webkit-animation-name: back-half;
}

.aboutHover {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  transform: translate(-50%, -50%) rotate(-90deg);
  overflow: hidden;
  z-index: 1;
}
.aboutHoverCircle {
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  border-radius: 50%;
}
.aboutHoverCircle:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 50%;
  top: 50%;
  left: 0;
  border: 2px solid #000;
  border-top: transparent;
  border-radius: 0 0 50% 50%/ 0 0 100% 100%;
  z-index: 2;
}
.aboutHoverTop,
.aboutHoverBottom {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  box-sizing: border-box;
  background: #f5f5f5;
}
.aboutHoverTop {
  top: 0;
  z-index: 1;
  transform-origin: center bottom;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  /* Safari 与 Chrome: */
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
}
.aboutHoverBottom {
  z-index: 3;
  top: 50%;
  transform-origin: center top;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  /* Safari 与 Chrome: */
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
}
@keyframes front-half {
  0% {
    transform: rotate(0);
  }
  99% {
    transform: rotate(180deg);
    opacity: 1;
  }
  100% {
    transform: rotate(180deg);
    opacity: 0;
  }
}
@keyframes back-half {
  0% {
    transform: rotate(0);
  }
  99% {
    transform: rotate(180deg);
    opacity: 1;
  }
  100% {
    transform: rotate(180deg);
    opacity: 0;
  }
}

@media (max-width: 1520px) {
  .about {
    padding: 70px 0;
  }
  .aboutRight {
    padding: 30px 0;
  }
  .aboutList li {
    margin: 0 30px 20px 0;
  }
  .aboutList li:last-child {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 1200px) {
  .about {
    padding: 50px 0;
  }
  .aboutRight {
    padding: 20px 0;
  }
  .aboutTxt {
    line-height: 30px;
  }
  .aboutMore {
    margin-top: 20px;
  }
  .aboutList li {
    margin: 0 2% 0 0;
  }
  .aboutList li:last-child {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
  .aboutTitle {
    line-height: 40px;
    font-size: 30px;
  }
  .aboutTxt {
    line-height: 28px;
    margin-top: 10px;
  }
  .aboutList li {
    width: 24%;
    margin: 0 1% 0 0;
  }
  .aboutList li:last-child {
    margin: 0 0 0 0;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .aboutImg {
    width: 100%;
  }
  .aboutImg::before {
    padding-top: 75%;
  }
  .aboutRight {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .aboutTitle {
    line-height: 30px;
    font-size: 20px;
  }
  .aboutTit {
    padding: 5px 10px;
    line-height: 24px;
    font-size: 14px;
  }
  .aboutTxt {
    line-height: 22px;
    margin-top: 5px;
  }
  .aboutMore {
    margin-top: 5px;
  }
  .aboutList li {
    width: 24%;
    max-width: 100%;
    margin: 0 0.5% !important;
  }
  .aboutList li .aboutText {
    font-size: 12px;
    line-height: 20px;
  }
  .aboutList li .aboutText > span {
    line-height: 24px;
    font-size: 16px;
  }
}
/* END-首页 */

/* 品牌故事 */
.company {
  width: 100%;
  overflow: hidden;
  padding: 110px 0;
}
.company > .container {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.companyLeft {
  width: 43.5%;
  float: left;
  padding: 38px 0 38px 38px;
  overflow: hidden;
  position: relative;
}
.companyLeft::before {
  content: "";
  width: 44%;
  float: left;
  height: 100%;
  background-color: #e5e5e5;
  position: absolute;
  left: 0;
  top: 0;
}
.companyLeft .aboutImg {
  width: 100%;
  height: 100%;
  z-index: 2;
}
.companyLeft .aboutImg::before {
  padding-top: 60.7029%;
}
.companyRight {
  width: 52%;
  float: right;
}

.companyBottom {
  width: 100%;
  overflow: hidden;
  background: url(../image/brand_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 145px 0;
}
.companyBottom .aboutList {
  display: flex;
  justify-content: space-around;
  padding: 0 10%;
}
.companyBottom .aboutList li {
  width: 24%;
  margin: 0 0.5% !important;
  max-width: 164px;
}
.companyBottom .aboutList li .aboutText {
  color: #fff;
}
.companyBottom .aboutList li .aboutText > span {
  font-size: 36px;
  line-height: 46px;
  transition: initial;
}
.companyBottom .aboutList li:hover {
  background-color: #fff;
}
.companyBottom .aboutList li:hover .aboutText {
  color: #000;
}

@media (max-width: 1520px) {
  .company {
    padding: 80px 0;
  }
  .companyBottom {
    padding: 110px 0;
  }
}

@media (max-width: 1200px) {
  .companyBottom .aboutList {
    padding: 0 5%;
  }
  .company {
    padding: 50px 0;
  }
  .companyBottom {
    padding: 80px 0;
  }
}

@media (max-width: 991px) {
  .company {
    padding: 30px 0;
  }
  .companyLeft {
    padding: 20px 0 20px 20px;
  }
  .companyBottom {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .company {
    padding: 15px 0;
  }
  .companyLeft {
    width: 100%;
    padding: 10px 0 10px 10px;
  }
  .companyRight {
    width: 100%;
    margin-top: 15px;
  }
  .companyBottom {
    padding: 30px 0;
  }
  .companyBottom .aboutList {
    margin: 0;
    padding: 0;
  }
  .companyBottom .aboutList li .aboutText > span {
    line-height: 30px;
    font-size: 18px;
  }
}
/* END-品牌故事 */

/* FLOS产品 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.dqwzTitle {
  width: 100%;
  float: left;
  line-height: 40px;
}
.dqwzContect {
  width: 100%;
  float: left;
}
.dqwzTit {
  float: right;
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
}
.dqwzTit > a {
  color: #000;
  margin: 0 5px;
}
.dqwzTit > a:hover {
  text-decoration: underline;
}

.menuTitle {
  float: left;
  font-size: 36px;
  color: #000;
  text-transform: uppercase;
}
.menuList {
  display: block;
  overflow: hidden;
  transition: initial;
  padding-left: 35px;
}
.menuList li {
  width: 100px;
  float: left;
  margin: 0 10px 10px 0;
}
.menuList li a {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 16px;
  color: #000;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
}
.menuList li:hover > a,
.menuList li.menuActive > a {
  border-color: #000;
}

.cpxq {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 30px;
}
.cpxqLeft{
  width: 40%;
  float: left;
  overflow: hidden;
  position: relative;
}
#gallery {
  border: 1px solid #ddd;
}
#gallery .swiper-slide {
  background-color: #fff;
  overflow: hidden;
}
#gallery .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.thumbs {
  width: 100%;
  overflow: hidden;
  padding: 0 40px;
  position: relative;
  margin-top: 15px;
}
#thumbs .swiper-slide {
  border: 1px solid #ddd;
  background-color: #fff;
  overflow: hidden;
}
#thumbs .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 100%;
}
#thumbs .swiper-slide-thumb-active {
  border-color: #000;
}
.thumbs-prev,
.thumbs-next {
  width: 20px;
  float: left;
  height: 100%;
  font-family: SimSun;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.thumbs-next {
  left: initial;
  right: 0;
}
.thumbs-prev::before {
  content: "<";
}
.thumbs-next::before {
  content: ">";
}
.thumbs-prev:hover,
.thumbs-next:hover {
  background-color: #000;
  color: #fff;
}


.cpxqRight{
  width: 60%;
  float: right;
  padding-left: 50px;
}
.cpxqTitle {
  display: block;
  overflow: hidden;
  font-size: 18px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
}
.cpxqBox{
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
.cpxqBox .cpxqLogo{
  width: 80px;
  height: 80px;
  float: left;
  margin: 0 20px 0 0;
}
.cpxqBox .cpxqLogo>img{
  width: 100%;
  display: block;
  height: auto;
}
.cpxqBox>div{
  display: block;
  overflow: hidden;
  margin: 5px 0;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.cpxqText{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}

.cpxqContect {
  width: 100%;
  float: left;
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  margin-top: 20px;
}
.cpxqContect img {
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 1200px) {
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
  .menuTitle {
    font-size: 30px;
  }
  .menuList {
    padding-left: 20px;
  }

  .cpxqLeft{
    width: 50%;
  }
  .cpxqRight{
    width: 50%;
    padding-left: 30px;
  }


}

@media (max-width: 767px) {
  .main {
    padding: 15px 0;
  }
  .menuTitle {
    width: calc(100% + 30px);
    text-align: left;
    margin-left: -15px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    background-color: #000;
  }
  .menuTitle::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .title {
    text-align: center;
  }
  .title::after {
    display: none;
  }
  .menuList {
    display: none;
    padding: 0;
    width: 100%;
    float: left;
  }
  .menuList li {
    width: 100%;
    margin: 2px 0 0 0;
  }
  .menuList li a {
    padding: 0 20px;
  }
  .menuList li:hover > a,
  .menuList li.menuActive > a {
    border-color: #000;
    background-color: #000;
    color: #fff;
  }

  .cpxq {
    margin-top: 15px;
  }
  .cpxqLeft{
    width: 100%;
  }
  .cpxqRight{
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .cpxqTitle {
    font-size: 16px;
    line-height: 30px;
  }
  .cpxqBox {
    margin-top: 15px;
  }
  .cpxqText {
    margin-top: 15px;
    line-height: 24px;
  }
  .cpxqContect {
    line-height: 24px;
    margin-top: 0;
  }
}
/* END-FLOS产品 */

/* 案例展示 */
.caseList {
  display: block;
  overflow: hidden;
  width: 1572px;
}
.caseList li {
  width: 341px;
  float: left;
  margin: 30px 52px 0 0;
}
.caseList li a {
  display: block;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  background-color: #fff;
}
.caseList li .caseImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.caseList li .caseImg::before {
  content: "";
  display: block;
  padding-top: 73.68422%;
}
.caseList li a .caseTxt {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
.caseList li a:hover {
  border-color: #000;
}
.caseList li a:hover .caseImg img {
  transform: scale(1.1);
}

@media (max-width: 1520px) {
  .caseList {
    width: 102%;
    margin-left: -1%;
  }
  .caseList li {
    width: 23%;
    margin: 30px 1% 0 1%;
  }
}

@media (max-width: 991px) {
  .caseList li {
    width: 31.3333%;
    margin: 20px 1% 0 1%;
  }
}

@media (max-width: 767px) {
  .caseList li {
    width: 48%;
    margin: 10px 1% 0 1%;
  }
  .caseList li a .caseTxt {
    height: 34px;
    line-height: 34px;
  }
}
/* END-案例展示 */

/* 新闻资讯 */
.dqwzContect .newsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dqwzContect .newsList li {
  width: calc(50% - 15px);
  float: left;
  margin-top: 30px;
}

.xwxq {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.xwxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
}
.xwxqTime {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 1.1;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.xwxqContect {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  padding-top: 10px;
}
.xwxqContect img {
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .dqwzContect .newsList li {
    width: calc(50% - 10px);
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .dqwzContect .newsList li {
    width: 100%;
    margin-top: 10px;
  }
  .xwxq {
    margin-top: 15px;
  }
  .xwxqTitle {
    font-size: 16px;
  }
  .xwxqContect {
    line-height: 24px;
  }
}
/* END-新闻资讯 */

/* 联系我们 */
.contact {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.contactTxt {
  width: 39%;
  float: left;
  font-size: 16px;
  line-height: 30px;
}
.contactMap {
  width: 59%;
  float: right;
  overflow: hidden;
  height: 350px;
  border: none;
}

@media (max-width: 767px) {
  .contact {
    margin-top: 15px;
  }
  .contactTxt {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .contactMap {
    width: 100%;
    margin-top: 15px;
  }
}
/* END-联系我们 */
