/* 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";

/* main */
/* 系列 */
.series {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.seriesList {
  display: block;
  overflow: hidden;
  width: 1240px;
}
.seriesList li {
  width: 270px;
  float: left;
  margin: 0 40px 0 0;
}
.seriesList li>a {
  display: block;
  overflow: hidden;
  border: 10px solid #eee;
  padding: 15px;
}
.seriesList li>a .seriesImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.seriesList li>a .seriesImg::before {
  content: "";
  display: block;
  padding-top: 108.18182%;
}
.seriesList li>a .seriesImg>img {
  transform: scale(1.0);
}
.seriesList li>a .seriesTxt {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  color: #333;
}
.seriesList li>a:hover {
  border-color: #f20000;
}
.seriesList li>a:hover .seriesImg>img {
  transform: scale(1);
}
.seriesList li>a:hover .seriesTxt {
  color: #f20000;
  font-weight: bold;
}


@media (max-width: 1200px) {
  .series {
    padding: 40px 0;
  }
  .seriesList {
    width: 102%;
    margin-left: -1%;
  }
  .seriesList li {
    width: 23%;
    margin: 0 1%;
  }
}

@media (max-width: 991px) {
  .series {
    padding: 20px 0;
  }
  .seriesList li>a {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .series {
    padding: 10px 0;
  }
  .seriesList li {
    width: 48%;
    margin: 5px 1%;
  }
  .seriesList li>a {
    border: 4px solid #eee;
    padding: 5px;
  }
  .seriesList li>a .seriesImg>img {
    transform: scale(1);
  }
}

/* 产品 */
.cp {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
}
.cpBox {
  width: 100%;
  float: left;
  max-width: 900px;
  padding-left: 180px;
  position: relative;
}
#thumbs {
  width: 200px;
  height: 100%;
  float: left;
  padding-right: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#thumbs .swiper-slide {
  background-color: #eee;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}
#thumbs .swiper-slide::after {
  content: "";
  width: 0;
  float: left;
  height: 100%;
  background-color: #f20000;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s;
}
#thumbs .swiper-slide>div {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  padding: 0 10px 0 20px;
  position: relative;
  z-index: 1;
}
#thumbs .swiper-slide>div>span {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  padding-left: 20px;
  background: url(../images/cp_jiantou1.png) no-repeat left center;
  display: flex;
  align-items: center;
  align-content: center;
}
#thumbs .swiper-slide-thumb-active::after {
  width: calc(100% + 20px);
}
#thumbs .swiper-slide-thumb-active>div {
  border: none;
}
#thumbs .swiper-slide-thumb-active>div>span {
  color: #fff;
  background: url(../images/cp_jiantou2.png) no-repeat left center;
}
#gallery {
  width: 100%;
  float: left;
  overflow: visible;
}
#gallery .swiper-slide {
  width: 100%;
  height: 100%;
  transform: scale(0.75);
  opacity: 0.6;
}
#gallery .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
#gallery .swiper-slide>a>img {
  transform: scale(1.0);
}
#gallery .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 46.66667%;
}
#gallery .swiper-slide>a .galleryTxt {
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  padding: 0 25px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -100%;
}

#gallery .swiper-slide-prev {
  left: -25%;
}
#gallery .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
#gallery .swiper-slide-active>a>img {
  transform: scale(1);
}
#gallery .swiper-slide-active>a .galleryTxt {
  bottom: 0;
}

.cpContect {
  width: 100%;
  overflow: hidden;
  padding: 55px 0;
}
.cpSwiper {
  width: 100%;
  overflow: hidden;
  padding-bottom: 45px;
}
.cpSwiper .swiper-slide>a .cpImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpSwiper .swiper-slide>a .cpImg>img {
  transform: scale(1.0);
}
.cpSwiper .swiper-slide>a .cpImg::before {
  content: "";
  display: block;
  padding-top: 93.703704%;
}
.cpSwiper .swiper-slide>a .cpTxt {
  display: block;
  overflow: hidden;
  border-bottom: 5px solid #cdcdcd;
  line-height: 60px;
  font-size: 16px;
  color: #333;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cpSwiper .swiper-slide>a:hover .cpImg>img {
  transform: scale(1);
}
.cpSwiper .swiper-slide>a:hover .cpTxt {
  font-weight: bold;
  border-bottom-color: #f20000;
}
/* 圆点 */
.cpSwiper .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
}
.cpSwiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  float: left;
  background: #f20000;
  border: 3px solid #eee;
  opacity: 1;
  border-radius: 50%;
}
.cpSwiper .banner-roll>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
.cpSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  border: 3px solid #f20000;
  background: #eee;
}


/* 侧边栏 */
.sideBar {
  width: 150px;
  float: left;
  display: flex;
  align-items: center;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.sideBar>ul {
  width: 100%;
  float: right;
  background-color: #f20000;
  border-radius: 5px 0 0 5px;
}
.sideBar>ul>li {
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.sideBar>ul>li:last-child {
  border-bottom: none;
}
.sideBar>ul>li>a {
  width: 100%;
  float: left;
  position: relative;
  height: 50px;
}
.sideBar>ul>li>a>i {
  width: 50px;
  height: 49px;
  float: left;
  overflow: hidden;
  background-color: #f20000;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 2;
}
.sideBar>ul>li>a>span {
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 15px;
  font-size: 16px;
  color: #fff;
}
.sideBar>ul>li:first-child>a {
  border-radius: 5px 0 0 0;
}
.sideBar>ul>li:last-child>a {
  border-radius: 0 0 0 5px;
}

/*.sideBar>ul>li:hover>a {
  background-color: #000;
}
.sideBar>ul>li:hover>a>i {
  background-color: #000;
}*/

/* 微信联系 */
#sideWechat .wechat {
  display: none;
  width: 180px;
  float: left;
  padding: 5px;
  position: absolute;
  right: calc(100% + 40px);
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#sideWechat .wechat::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -20px;
}
#sideWechat .wechat>img {
  width: 100%;
  height: 100%;
  display: block;
}
#sideWechat:hover .wechat {
  display: block;
}

/* 售后联系 */
#hotLine .number {
  display: none;
  white-space: nowrap;
  background-color: #fff;
  padding: 15px;
  font-size: 20px;
  color: #f20000;
  position: absolute;
  right: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#hotLine:hover .number {
  display: block;
}

.showFormRight {
  width: 50px !important;
}
.sideBar .trigger {
  width: 20px;
  float: left;
  height: 112px;
  background: url(../images/left_bj.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all .3s ease;
}
.sideBar .trigger>img {
  position: absolute;
  transition: all .3s ease;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sideBar .trigger>img.close {
  transform: translate(-50%, -50%) rotate(180deg);
}
/* END-侧边栏 */

@media (max-width: 1200px) {
  .cpBox {
    max-width: 800px;
  }
  .cpContect {
    padding: 45px 0;
  }
}

@media (max-width: 991px) {
  .cpBox {
    max-width: 600px;
  }
  #gallery .swiper-slide-prev {
    left: -40%;
  }
  .cpContect {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .cpBox {
    max-width: 100%;
    padding: 0;
  }
  #thumbs {
    width: 100%;
    height: auto;
    padding-right: 0;
    position: relative;
  }
  #thumbs .swiper-slide {
    width: 40%;
    padding-right: 0;
  }
  #thumbs .swiper-slide::after {
    display: none;
  }
  #thumbs .swiper-slide>div {
    border-bottom: none;
    padding: 0 10px;
  }
  #thumbs .swiper-slide>div>span {
    height: 40px;
  }
  #thumbs .swiper-slide-thumb-active {
    background-color: #f20000;
  }
  #gallery {
    margin-top: 10px;
  }
  #gallery .swiper-slide {
    transform: scale(1);
    opacity: 1;
  }
  #gallery .swiper-slide>a .galleryTxt {
    height: 40px;
    padding: 0 15px;
    justify-content: center;
  }
  #gallery .swiper-slide-prev {
    left: 0;
  }
  .cpContect {
    padding: 15px 0;
  }
  .cpSwiper {
    padding-bottom: 25px;
  }
  .cpSwiper .swiper-slide>a .cpTxt {
    border-bottom: 2px solid #cdcdcd;
    line-height: 40px;
  }
}

/* 优势 */
.ys {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 80px 0;
}
.ysTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  color: #333;
  font-size: 48px;
  font-weight: bold;
}
.ysCn {
  line-height: 64px;
}
.ysCn>span {
  color: #f20000;
}
.ysEn {
  line-height: 54px;
  text-transform: uppercase;
}
.ysContect {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 70px;
}
.ysLeft {
  width: 42.5%;
  float: left;
  position: relative;
}
.ysLeft>img {
  width: 100%;
  display: block;
  height: auto;
}
.ysLeft::before {
  content: "";
  width: 185px;
  float: left;
  height: 340px;
  position: absolute;
  left: -185px;
  bottom: 0;
  border-top: 60px solid #dcdcdc;
  border-left: 60px solid #dcdcdc;
}
.ysLeft::after {
  content: "";
  width: 40px;
  float: left;
  height: 340px;
  background-color: #dcdcdc;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.ysRight {
  width: 48.5%;
  float: right;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ysList {
  display: block;
  overflow: hidden;
}
.ysList li {
  width: 100%;
  float: left;
  margin: 23px 0;
  display: flex;
  align-items: center;
}
.ysList li .ysSub {
  width: 58px;
  float: left;
  height: 58px;
  text-align: center;
  line-height: 52px;
  border: 3px solid #656565;
  font-size: 36px;
  color: #333;
  font-weight: bold;
}
.ysList li .ysBox {
  width: calc(100% - 58px);
  float: left;
  padding-left: 40px;
  line-height: 20px;
  font-size: 16px;
  color: #bababa;
  font-weight: bold;
  text-transform: uppercase;
}
.ysList li .ysBox>span {
  display: block;
  overflow: hidden;
  font-size: 30px;
  line-height: 40px;
  color: #333;
  margin-bottom: 5px;
}

@media (max-width: 1200px) {
  .ys {
    padding: 60px 0;
  }
  .ysContect {
    padding-top: 50px;
  }
  .ysRight {
    width: 50.5%;
  }
  .ysList li {
    margin: 15px 0;
  }
}

@media (max-width: 991px) {
  .ys {
    padding: 40px 0;
  }
  .ysContect {
    padding-top: 40px;
  }
  .ysLeft::after {
    display: none;
  }
  .ysRight {
    width: 54.5%;
  }
  .ysList li {
    margin: 10px 0;
  }
  .ysList li .ysBox {
    padding-left: 20px;
    font-size: 14px;
  }
  .ysList li .ysBox>span {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .ys {
    padding: 15px 0;
  }
  .ysTitle {
    font-size: 20px;
  }
  .ysCn {
    line-height: 30px;
  }
  .ysEn {
    line-height: 20px;
  }
  .ysContect {
    padding-top: 15px;
  }
  .ysLeft {
    width: 100%;
  }
  .ysLeft::before {
    display: none;
  }
  .ysRight {
    width: 100%;
    margin-top: 10px;
  }
  .ysList li {
    margin: 5px 0;
  }
  .ysList li .ysSub {
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #656565;
    font-size: 30px;
  }
  .ysList li .ysBox {
    padding-left: 15px;
  }
  .ysList li .ysBox>span {
    font-size: 16px;
    line-height: 24px;
  }
}

/* 经典案例 */
.case {
  width: 100%;
  overflow: hidden;
}
.caseTitle {
  display: block;
  overflow: hidden;
  padding: 75px 0 25px 0;
  text-align: center;
}
.caseCn {
  display: flex;
  justify-content: center;
}
.caseCn>div {
  float: left;
  padding: 0 30px;
  line-height: 40px;
  font-size: 30px;
  color: #333;
  position: relative;
}
.caseCn>div>span {
  width: 30px;
  float: left;
  height: 3px;
  background-color: #f20000;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.caseCn>div>span::before {
  content: "";
  width: 130px;
  float: left;
  height: 1px;
  background-color: #eee;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.caseCn>div>span:last-child {
  left: initial;
  right: 100%;
}
.caseCn>div>span:last-child::before {
  right: 100%;
  left: initial;
}
.caseEn {
  line-height: 22px;
  font-size: 14px;
  color: #333;
}
.caseSwiper {
  width: 100%;
  overflow: hidden;
}
.caseSwiper .swiper-slide {
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
}
.caseSwiper .swiper-slide::after {
  content: "";
  width: 0;
  height: 10px;
  background-color: #f20000;
  float: left;
  overflow: hidden;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 3;
  transition: all 0.4s;
}
.caseSwiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.caseSwiper .swiper-slide>a>img {
  transform: scale(1.0);
}
.caseSwiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 168.75%;
}
.caseSwiper .swiper-slide>a .caseHover {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.caseSwiper .swiper-slide>a .caseHover .caseTit {
  width: 80%;
  float: left;
  font-weight: bold;
  position: relative;
  left: -100%;
}
.caseSwiper .swiper-slide>a .caseHover .caseTxt {
  width: 80%;
  float: left;
  overflow: hidden;
  height: 72px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  position: relative;
  right: -100%;
}
.caseSwiper .swiper-slide:hover::after {
  width: 100%;
}
.caseSwiper .swiper-slide:hover>a>img {
  transform: scale(1);
}
.caseSwiper .swiper-slide:hover>a .caseHover .caseTit {
  left: 0;
}
.caseSwiper .swiper-slide:hover>a .caseHover .caseTxt {
  right: 0;
}

@media (max-width: 1200px) {
  .caseTitle {
    padding: 50px 0 25px 0;
  }
}

@media (max-width: 991px) {
  .caseTitle {
    padding: 25px 0;
  }
  .caseSwiper .swiper-slide>a::before {
    padding-top: 138.75%;
  }
}

@media (max-width: 767px) {
  .caseTitle {
    padding: 15px 0;
  }
  .caseCn>div {
    padding: 0 15px;
    line-height: 30px;
    font-size: 20px;
  }
  .caseEn {
    line-height: 18px;
    font-size: 12px;
  }
}

/* 生产车间 */
.workShop {
  width: 100%;
  overflow: hidden;
  padding: 160px 50px 90px 50px;
}
.workShop .caseTitle {
  padding: 0;
}
.workShopSwiper {
  margin-top: 40px;
  padding-bottom: 40px;
}
.workShopSwiper .swiper-slide .workShopImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.workShopSwiper .swiper-slide .workShopImg::before {
  content: "";
  display: block;
  padding-top: 117.2414%;
}
.workShopSwiper .swiper-slide .workShopImg>img {
  transform: scale(1.0);
}
.workShopSwiper .swiper-slide .workShopTxt {
  display: block;
  overflow: hidden;
  height: 75px;
  line-height: 70px;
  border-bottom: 5px solid #f20000;
  text-align: center;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.workShopSwiper .swiper-slide:hover .workShopImg>img {
  transform: scale(1);
}
/* 圆点 */
.workShopSwiper .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
}
.workShopSwiper .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  float: left;
  background: #f20000;
  border: 3px solid #eee;
  opacity: 1;
  border-radius: 50%;
}
.workShopSwiper .banner-roll>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
.workShopSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  border: 3px solid #f20000;
  background: #eee;
}

@media (max-width: 1200px) {
  .workShop {
    padding: 120px 30px 60px 30px;
  }
}

@media (max-width: 991px) {
  .workShop {
    padding: 80px 15px 40px 15px;
  }
  .workShopSwiper {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .workShop {
    padding: 15px;
  }
  .workShopSwiper {
    margin-top: 15px;
    padding-bottom: 20px;
  }
  .workShopSwiper .swiper-slide .workShopTxt {
    height: 42px;
    line-height: 40px;
    border-width: 2px;
  }
}

/* 关于我们 */
.about {
  width: 100%;
  overflow: hidden;
  background: url(../images/about_bj.jpg) no-repeat center top;
  background-size: contain;
  padding: 104px 0 54px 0;
}
.about .caseTitle {
  padding: 0;
}
.aboutContect {
  display: block;
  overflow: hidden;
  margin-top: 35px;
}
.aboutLeft {
  width: 50%;
  float: left;
}
.aboutBox {
  width: 100%;
  float: right;
  max-width: 600px;
  padding-right: 25px;
}
.aboutTitle {
  float: left;
  line-height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 24px;
  color: #f20000;
}
.aboutTitle>span {
  float: left;
  font-size: 30px;
  color: #333;
  padding-right: 10px;
  position: relative;
}
.aboutTitle>span::after {
  content: "";
  width: 100%;
  float: left;
  height: 4px;
  background-color: #f20000;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
}
.aboutTxt {
  width: 100%;
  float: left;
  font-size: 13px;
  color: #333;
  line-height: 30px;
  margin-top: 20px;
}
.aboutRight {
  width: 50%;
  float: right;
  padding: 22px 0 0 36px;
}
.aboutImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 10px solid #fff;
  border-right-width: 0;
}
.aboutImg::before {
  content: "";
  display: block;
  padding-top: 30.6346%;
}

.aboutList {
  width: 100%;
  overflow: hidden;
  float: left;
  padding: 120px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutList li {
  width: 25%;
  float: left;
  padding: 15px 0;
  border-bottom: 1px solid #a9aaac;
  display: flex;
  align-items: center;
  line-height: 20px;
  font-size: 13px;
  color: #666;
}
.aboutList li>span {
  float: left;
  line-height: 1;
  font-size: 36px;
  color: #333;
  font-weight: bold;
  margin-right: 10px;
}
.aboutList li>div {
  flex: 1;
}

.aboutFwc {
  width: 100%;
  float: left;
  margin-top: 66px;
  position: relative;
  padding: 0 10px 10px 10px;
}
.aboutFwc>div {
  width: 100%;
  float: left;
  background-color: #fff;
  border-top: 2px solid #f20000;
}
.aboutFwc>div .aboutLogo {
  width: 260px;
  float: left;
  position: absolute;
  left: -10px;
  top: -22px;
}
.aboutFwc>div .aboutLogo>img {
  width: 100%;
  display: block;
  height: auto;
}
.aboutFwc>div .aboutTit {
  display: block;
  overflow: hidden;
  line-height: 40px;
  margin-top: 25px;
  text-align: right;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  padding: 0 30px;
}
.aboutFwc>div .aboutFwcList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  overflow: hidden;
  padding: 40px 0;
}
.aboutFwc>div .aboutFwcList li {
  width: 120px;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  border: 3px dotted #333;
  margin-top: 10px;
}
.aboutFwc>div .aboutFwcList li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.aboutFwc>div .aboutFwcList li>span {
  width: 100%;
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 24px;
  color: #333;
  line-height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

@media (max-width: 1200px) {
  .about {
    padding: 80px 0 40px 0;
  }
  .aboutBox {
    padding: 0 25px;
  }
  .aboutRight {
    padding: 20px 0 0 25px;
  }
  .aboutImg::before {
    padding-top: 65.6346%;
  }
  .aboutList {
    padding: 80px 0;
  }
  .aboutFwc {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .about {
    padding: 50px 0 30px 0;
  }
  .aboutContect {
    margin-top: 25px;
  }
  .aboutBox {
    padding: 0 20px;
  }
  .aboutTitle {
    line-height: 40px;
    font-size: 20px;
  }
  .aboutTitle>span {
    font-size: 22px;
  }
  .aboutTxt {
    line-height: 30px;
  }
  .aboutRight {
    padding: 20px 0 0 20px;
  }
  .aboutList {
    padding: 40px 0;
  }
  .aboutList li {
    width: 32%;
  }
  .aboutList li>span {
    font-size: 30px;
  }
  .aboutFwc {
    margin-top: 40px;
  }
  .aboutFwc>div .aboutTit {
    font-size: 24px;
    padding: 0 20px;
  }
  .aboutFwc>div .aboutFwcList {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .aboutContect {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .aboutLeft {
    width: 100%;
  }
  .aboutBox {
    padding: 10px;
  }
  .aboutTitle {
    line-height: 30px;
    font-size: 16px;
  }
  .aboutTitle>span {
    font-size: 20px;
  }
  .aboutTxt {
    line-height: 24px;
    margin-top: 10px;
  }
  .aboutRight {
    width: 100%;
    padding: 0;
  }
  .aboutImg {
    border: 5px solid #fff;
  }
  .aboutList {
    padding: 15px 0;
  }
  .aboutList li {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 0;
  }
  .aboutList li>span {
    font-size: 20px;
  }
  .aboutList li:last-child {
    margin: 0;
  }
  .aboutFwc {
    margin-top: 10px;
    padding: 0;
  }
  .aboutFwc>div {
    padding: 10px;
  }
  .aboutFwc>div .aboutLogo {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
  }
  .aboutFwc>div .aboutLogo img{ margin:0 auto; display:block; width:auto !important;}
  .aboutFwc>div .aboutTit {
    width: 100%;
    float: left;
    line-height: 30px;
    margin-top: 10px;
    text-align: left;
    font-size: 20px;
    padding: 0;
  }
  .aboutFwc>div .aboutFwcList {
    width: 100%;
    float: left;
    padding: 15px 0;
  }
  .aboutFwc>div .aboutFwcList li {
    width: 23%;
    margin: 0;
  }
  .aboutFwc>div .aboutFwcList li>span {
    font-size: 18px;
    line-height: 24px;
  }
}

/* 门业百科 */
.news {
  width: 100%;
  overflow: hidden;
  padding: 75px 0;
}
.news .caseTitle {
  padding: 0;
}
.newsNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.newsNav li {
  width: 160px;
  float: left;
  margin: 0 5px 10px 5px;
}
.newsNav li>a {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  height: 44px;
  text-align: center;
  border: 1px solid #efefef;
  font-size: 16px;
  color: #333;
  border-radius: 22px;
}
.newsNav li.newsActive>a {
  border: 2px solid #f20000;
}
.newsContect {
  display: block;
  overflow: hidden;
  padding-top: 25px;
}
.newsLeft {
  width: 55.5%;
  float: left;
}
.newsLeft>div {
  display: none;
}
.newsLeft>div:first-child {
  display: block;
}
.newsList {
  display: block;
  overflow: hidden;
}
.newsList>li {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.newsList>li:last-child {
  margin: 0;
}
.newsList>li>a {
  display: flex;
  overflow: hidden;
  border: 1px solid #eee;
  padding: 20px;
}
.newsList>li>a .newsImg {
  width: 30%;
  float: left;
  overflow: hidden;
  position: relative;
}
.newsList>li>a .newsImg>img {
  transform: scale(1.0);
}
.newsList>li>a .newsBox {
  width: 70%;
  float: left;
  padding: 10px 0 10px 15px;
}
.newsList>li>a .newsBox .newsTit {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  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;
  margin: 5px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsList>li>a .newsBox .newsTime {
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 14px;
  color: #333;
}
.newsList>li>a:hover {
  border-color: #f20000;
}
.newsList>li>a:hover .newsImg>img {
  transform: scale(1);
}
.newsList>li>a:hover .newsBox .newsTit,
.newsList>li>a:hover .newsBox .newsTxt,
.newsList>li>a:hover .newsBox .newsTime {
  color: #f20000;
}

.newsRight {
  width: 42%;
  float: right;
}
.newsNous {
  width: 100%;
  float: left;
  border: 1px solid #e5e5e5;
  border-bottom: 2px solid #f20000;
  padding: 20px;
}
.newsNous li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  line-height: 30px;
}
.newsNous li>h2 {
  display: block;
  overflow: hidden;
  padding: 0 40px 0 0;
  position: relative;
}
.newsNous li>h2::after {
  content: "";
  width: 16px;
  float: left;
  height: 16px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/news_more1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.newsNous li>h2>a {
  float: left;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
}
.newsNous li>h2>a:hover {
  text-decoration: underline;
  color: #f20000;
}
.newsNous li .newsTxtBox {
  display: none;
  width: 100%;
  overflow: hidden;
  transition: initial;
}
.newsNous li .newsTxtBox .newsTxt {
  display: block;
  overflow: hidden;
  height: 180px;
  line-height: 30px;
  font-size: 13px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.newsNous li.actived>h2::after {
  background-image: url(../images/news_more2.png);
}

@media (max-width: 1200px) {
  .news {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .newsNav {
    padding-top: 10px;
  }
  .newsNav li {
    width: 31.3333%;
    margin: 0 1% 5px 1%;
  }
  .newsNav li>a {
    height: 40px;
    border-radius: 20px;
  }
  .newsContect {
    padding-top: 10px;
  }
  .newsLeft {
    width: 100%;
  }
  .newsList>li {
    margin-bottom: 10px;
  }
  .newsList>li>a {
    padding: 10px;
  }
  .newsList>li>a .newsBox {
    padding: 5px 0 5px 10px;
  }
  .newsList>li>a .newsBox .newsTit {
    line-height: 24px;
  }
  .newsList>li>a .newsBox .newsTxt {
    height: 40px;
    line-height: 20px;
  }
  .newsRight {
    width: 100%;
    margin-top: 15px;
  }
  .newsNous {
    padding: 10px;
  }
  .newsNous li {
    padding: 5px 0;
  }
}
/* END-main */

/* 关于我们 */
.mainTitle {
  width: 100%;
  float: left;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
}
.mainContect {
  width: 100%;
  float: left;
  overflow: hidden;
}
.company {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.companyTitle {
  display: block;
  overflow: hidden;
  padding-bottom: 25px;
  text-align: center;
  line-height: 28px;
  color: #333;
  font-size: 16px;
  background: url(../images/company_jiantou.png) no-repeat center bottom;
}
.companyTitle>span {
  display: block;
  overflow: hidden;
  font-size: 30px;
  line-height: 44px;
}
.companyTxt {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 16px;
  color: #333;
  margin-top: 10px;
}
.companyImg {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.companyImg img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.companyList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  padding-top: 70px;
}
.companyList li {
  width: 160px;
  float: left;
  height: 160px;
  border-radius: 50%;
  background-color: #f20000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  margin: 25px 25px 0 25px;
}
.companyList li>img {
  display: block;
  max-width: 100%;
  height: 50px;
  overflow: hidden;
}
.companyList li>span {
  width: 100%;
  overflow: hidden;
  line-height: 24px;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.honor {
  width: 100%;
  overflow: hidden;
  background-color: #ededed;
  padding: 60px 0 70px 0;
}
.honor .companyTitle>span {
  margin-bottom: 10px;
}
.honorSwiper {
  margin-top: 30px;
}
.honorSwiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.honorSwiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 68.5568%;
}
.honorBtn {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.honorBtn>div {
  display: block;
  width: 35px;
  float: left;
  height: 35px;
  background-color: #fff;
  margin: 0 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

/* 营销网络 */
.marketing {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.marketingContect {
  display: block;
  overflow: hidden;
  padding-top: 72px;
}
.marketingLeft {
  width: 46.6667%;
  float: right;
  margin-top: -72px;
}
.marketingLeft>img {
  width: 100%;
  display: block;
  height: auto;
}
.marketingRight {
  width: 50%;
  float: left;
}
.marketingTitle {
  float: left;
  line-height: 18px;
  font-size: 13px;
  color: #f30d0d;
}
.marketingTitle>span {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 30px;
  color: #333;
  margin-bottom: 10px;
}
.marketingTitle::after {
  content: "";
  width: 130px;
  display: block;
  height: 1px;
  background-color: #626262;
  margin-top: 10px;
}
.marketingTxt {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 36px;
}

@media (max-width: 1200px) {
  .companyList {
    padding-top: 40px;
  }
  .honor {
    padding: 40px 0;
  }
  .marketing {
    padding: 40px 0;
  }
  .marketingContect {
    padding-top: 50px;
  }
  .marketingLeft {
    margin-top: -50px;
  }
}

@media (max-width: 991px) {
  .company {
    padding: 30px 0;
  }
  .companyList {
    padding-top: 20px;
  }
  .honor {
    padding: 30px 0;
  }
  .honorSwiper {
    margin-top: 20px;
  }
  .honorBtn {
    padding-top: 30px;
  }
  .marketing {
    padding: 30px 0;
  }
  .marketingContect {
    padding-top: 30px;
  }
  .marketingLeft {
    margin-top: -30px;
  }
}

@media (max-width: 767px) {
  .mainTitle {
    margin-top: 15px;
  }
  .company {
    padding: 15px 0;
  }
  .companyTitle>span {
    font-size: 20px;
    line-height: 30px;
  }
  .companyTxt {
    line-height: 24px;
    font-size: 14px;
  }
  .companyImg {
    margin-top: 10px;
  }
  .companyList {
    padding-top: 0;
  }
  .companyList li {
    width: 100px;
    height: 100px;
    margin: 10px 10px 0 10px;
  }
  .companyList li>img {
    height: 30px;
  }
  .companyList li>span {
    line-height: 22px;
    margin-top: 5px;
    font-size: 14px;
  }

  .honor {
    padding: 15px 0;
  }
  .companyTitle {
    line-height: 18px;
    font-size: 14px;
  }
  .honor .companyTitle>span {
    margin-bottom: 5px;
  }
  .honorSwiper {
    margin-top: 10px;
  }
  .honorBtn {
    padding-top: 10px;
  }
  .honorBtn>div {
    margin: 0 5px;
  }

  .marketing {
    padding: 15px 0;
  }
  .marketingContect {
    padding-top: 15px;
  }
  .marketingLeft {
    width: 100%;
    margin-top: 0;
  }
  .marketingRight {
    width: 100%;
    margin-top: 10px;
  }
  .marketingTitle {
    line-height: 16px;
    font-size: 12px;
  }
  .marketingTitle>span {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .marketingTitle::after {
    width: 100px;
    margin-top: 5px;
  }
  .marketingTxt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
}
/* END-关于我们 */

/* 产品中心 */
.cpzxBox {
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
}
.cpzxBox>li {
  display: block;
  overflow: hidden;
  margin-bottom: 16px;
}
.cpzxBox>li .cpzxTitle {
  width: 100%;
  float: left;
  line-height: 38px;
  border-bottom: 1px solid #666;
  padding: 0 40px 15px 40px;
}
.cpzxBox>li .cpzxTitle>span {
  float: left;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  position: relative;
}
.cpzxBox>li .cpzxTitle>span::after {
  content: "";
  width: 100%;
  float: left;
  height: 2px;
  background-color: #f20000;
  position: absolute;
  left: 0;
  top: calc(100% + 15px);
}
.cpzxNav {
  width: 100%;
  float: left;
  padding: 0 40px;
  margin-top: 25px;
}
.cpzxNav>li {
  width: 150px;
  float: left;
  margin: 0 10px 10px 0;
}
.cpzxNav>li>a {
  display: block;
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.cpzxNav>li>a:hover,
.cpzxNav>li.cpzxActive>a {
  background-color: #f20000;
  color: #fff;
}
.cpzxList {
  padding-top: 20px;
  width: 1240px;
  float: left;
  overflow: hidden;
}
.cpzxList li {
  width: 270px;
  float: left;
  margin: 0 40px 40px 0;
}
.cpzxList li .cpzxImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpzxList li .cpzxImg::before {
  content: "";
  display: block;
  padding-top: 93.703704%;
}
.cpzxList li .cpzxImg>img {
  transform: scale(1.0);
}
.cpzxList li .cpzxTxt {
  display: block;
  overflow: hidden;
  height: 65px;
  line-height: 60px;
  text-align: center;
  border-bottom: 5px solid #cdcdcd;
  font-size: 16px;
  color: #333;
}
.cpzxList li:hover .cpzxImg>img {
  transform: scale(1);
}
.cpzxList li:hover .cpzxTxt {
  font-weight: bold;
  border-bottom-color: #f20000;
}

@media (max-width: 1200px) {
  .cpzxList {
    width: 102%;
    margin-left: -1%;
  }
  .cpzxList li {
    width: 23%;
    margin: 0 1% 40px 1%;
  }
}

@media (max-width: 991px) {
  .cpzxBox {
    padding-top: 20px;
  }
  .cpzxList li {
    width: 31.3333%;
    margin: 0 1% 20px 1%;
  }
  .cpzxBox>li .cpzxTitle {
    line-height: 30px;
    padding: 0 15px 10px 15px;
  }
  .cpzxBox>li .cpzxTitle>span {
    font-size: 24px;
  }
  .cpzxBox>li .cpzxTitle>span::after {
    top: calc(100% + 10px);
  }
  .cpzxNav {
    padding: 0 15px;
    margin-top: 15px;
  }
  .cpzxList li .cpzxTxt {
    height: 55px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .cpzxBox {
    padding-top: 10px;
  }
  .cpzxList li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
  .cpzxBox>li .cpzxTitle {
    padding: 0 10px 5px 10px;
    position: relative;
  }
  .cpzxBox>li .cpzxTitle::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 45%;
    transform: translateY(-50%);
  }
  .cpzxBox>li .cpzxTitle>span {
    font-size: 18px;
  }
  .cpzxBox>li .cpzxTitle>span::after {
    top: calc(100% + 5px);
  }
  .cpzxNav {
    display: none;
    padding: 0 10px;
    margin-top: 0;
    transition: initial;
  }
  .cpzxNav>li {
    width: 100%;
    margin: 5px 0 0 0;
  }
  .cpzxNav>li>a {
    font-size: 14px;
  }
  .cpzxList {
    padding-top: 15px;
  }
  .cpzxList li .cpzxTxt {
    height: 42px;
    line-height: 40px;
    border-bottom-width: 2px;
  }
}
/* END-产品中心 */

/* 产品中心详情页 */
.cpxq {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  position: relative;
}

.cpxqNav {
  width: 210px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 120px;
  z-index: 13;
}
.cpxqNav>li {
  width: calc(100% - 25px);
  float: left;
  border-left: 10px solid #fff;
}
.cpxqNav>li>a {
  display: block;
  overflow: hidden;
  background-color: #eee;
  padding: 0 20px;
}
.cpxqNav>li>a>span {
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 60px;
  padding-left: 20px;
  background: url(../images/cp_jiantou1.png) no-repeat left center;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cpxqNav>li:hover,
.cpxqNav>li.cpxqActive {
  width: 100%;
  border-left-color: #f20000;
}
.cpxqNav>li:hover>a,
.cpxqNav>li.cpxqActive>a {
  background-color: #f20000;
}
.cpxqNav>li:hover>a>span,
.cpxqNav>li.cpxqActive>a>span {
  color: #fff;
  background: url(../images/cp_jiantou2.png) no-repeat left center;
}

.cpxqBox {
  width: 100%;
  overflow: hidden;
  display: flex;
  background-color: #eee;
  flex-wrap: wrap;
}
.cpxqLeft {
  width: 46.75%;
  float: left;
  overflow: hidden;
  position: relative;
}
.cpxqLeft::before {
  content: "";
  display: block;
  padding-top: 96.9643%;
}
.cpxqRight {
  width: 53.25%;
  float: left;
  overflow: hidden;
  padding: 50px;
}
.cpxqTitle {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.cpxqTxt {
  display: block;
  overflow: hidden;
  line-height: 30px;
  height: 300px;
  font-size: 14px;
  color: #333;
  margin-top: 5px;
}
.cpxqList {
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.cpxqList li {
  width: 80px;
  float: left;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  background-color: #f20000;
}
.cpxqList li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.cpxqList li>span {
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 20px;
}

.cpxqLiandun {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.cpxqLiandunTitle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 8px 35px;
  border-bottom: 1px solid #ccc;
}
.cpxqLiandunTitle>span{
	font-size: 24px;
	color: rgba(153,153,153,1);
	font-weight: bold;
}


.cpxqSwiper {
  margin-top: 45px;
  padding-bottom: 45px;
}
.cpxqSwiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative; border:1px solid #ccc;
}
.cpxqSwiper .swiper-slide>a>img {
  transform: scale(1.0);
}
.cpxqSwiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 126.3158%;
}
.cpxqSwiper .swiper-slide>a .cpxqHover {
  width: 100%;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #333;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
}
.cpxqSwiper .swiper-slide>a:hover>img {
  transform: scale(1);
}
.cpxqSwiper .swiper-slide>a:hover .cpxqHover {
  background-color: rgba(242, 0, 0, 0.8);
  color: #fff;
}
/* 圆点 */
.cpxqSwiper .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
}
.cpxqSwiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  float: left;
  background: #fff;
  border: 3px solid #f20000;
  opacity: 1;
  border-radius: 50%;
}
.cpxqSwiper .banner-roll>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.cpxqSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  border: 3px solid #eee;
  background: #eee;
}

/* 门框结构/示意图 */
.door {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 75px 15px;
  margin-top: 70px;
}
.door::before {
  content: "";
  width: 100%;
  float: left;
  height: 600px;
  background-color: #336a80;
  position: absolute;
  left: 0;
  top: 0;
}
.doorTitle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.doorBigTitle {
  float: left;
  padding: 0 105px;
  position: relative;
  line-height: 75px;
  font-size: 36px;
  color: #fff;
}
.doorLeft {
  width: 5px;
  height: 5px;
  float: left;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.doorLeft::before {
  content: "";
  width: 178px;
  float: left;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.doorRight {
  width: 5px;
  height: 5px;
  float: left;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}
.doorRight::before {
  content: "";
  width: 458px;
  float: left;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.doorSubTitle {
  width: 100%;
  float: left;
  margin-top: 10px;
  line-height: 36px;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.doorContect {
  display: block;
  overflow: hidden;
  padding-top: 35px;
  position: relative;
  z-index: 2;
}
.doorContect img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 30px auto;
}

/* 个性化定制 */
.cpxqCase {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.cpxqCase>.container {
  width: 100%;
  float: left;
  position: relative;
}
.cpxqCaseLeft {
  width: 59%;
  float: left;
}
.cpxqCaseTitle {
  float: left;
  padding: 0 20px;
  position: relative;
  line-height: 75px;
  font-size: 36px;
  color: #333;
}
.cpxqCaseTitle>span {
  color: #f20000;
  float: left;
  margin-right: 25px;
}
.cpxqCaseTitle .cpxqCaseTitleLeft {
  width: 5px;
  float: left;
  height: 5px;
  background-color: #f20000;
  position: absolute;
  left: 0;
  top: 0;
}
.cpxqCaseTitle .cpxqCaseTitleLeft::before {
  content: "";
  width: 178px;
  float: left;
  height: 1px;
  background-color: #f20000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.cpxqCaseTitle .cpxqCaseTitleRight {
  width: 5px;
  float: left;
  height: 5px;
  background-color: #7f7f7f;
  position: absolute;
  right: 0;
  bottom: 0;
}
.cpxqCaseTitle .cpxqCaseTitleRight::before {
  content: "";
  width: 458px;
  float: left;
  height: 1px;
  background-color: #7f7f7f;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.cpxqCaseSubTitle {
  width: 100%;
  float: left;
  margin-top: 10px;
  line-height: 48px;
  font-size: 24px;
  color: #333;
}

.cpxqCaseRight {
  width: 41%;
  float: left;
  position: relative;
  padding: 95px 0 0 75px;
}
.cpxqCaseRight::before {
  content: "";
  width: 1920px;
  float: left;
  height: 80%;
  background-color: #f4f4f4;
  position: absolute;
  left: 0;
  top: 0;
}
.colorSwiper {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-bottom: 30px;
}
.colorSwiper .swiper-slide>img {
  width: 100%;
  display: block;
  height: auto;
}
/* 圆点 */
.colorSwiper .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
}
.colorSwiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  float: left;
  background: #fff;
  border: 3px solid #f20000;
  opacity: 1;
  border-radius: 50%;
}
.colorSwiper .banner-roll>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.colorSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  border: 3px solid #eee;
  background: #eee;
}

.cpxqCaseContect {
  width: 59%;
  float: left;
  position: absolute;
  left: 0;
  bottom: 80px;
}
.cpxqCaseTit {
  float: left;
  position: relative;
  padding: 0 10px 0 25px;
  line-height: 50px;
  font-size: 24px;
  color: #333;
}
.cpxqCaseTit::before {
  content: "";
  width: 5px;
  height: 5px;
  float: left;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f20000;
}
.cpxqCaseTit::after {
  content: "";
  width: 100%;
  float: left;
  height: 1px;
  background-color: #f20000;
  position: absolute;
  right: 0;
  top: 2px;
}
.cpxqCaseSwiper {
  width: 100%;
  float: left;
  margin-top: 10px;
  position: relative;
  padding: 5px 50px 40px 0;
}
.cpxqCaseSwiper::before {
  content: "";
  width: 1920px;
  float: left;
  height: 100%;
  background-color: #f4f4f4;
  position: absolute;
  right: 0;
  top: 0;
}
.cpxqCaseSwiper>.swiper {
  position: relative;
  z-index: 2;
}
.cpxqCaseSwiper>.swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.cpxqCaseSwiper>.swiper .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 58.8686%;
}
.cpxqCaseSwiper>.swiper .swiper-slide .cpxqCaseHover {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* 圆点 */
.cpxqCaseSwiper>.swiper .swiper-pagination {
  width: auto;
  left: initial;
  right: 30px;
  bottom: 0;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cpxqCaseSwiper>.swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  float: left;
  background: #fff;
  border: 3px solid #f20000;
  opacity: 1;
  border-radius: 50%;
}
.cpxqCaseSwiper>.swiper .banner-roll>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.cpxqCaseSwiper>.swiper .swiper-pagination-bullet-active {
  opacity: 1;
  border: 3px solid #eee;
  background: #eee;
}
.cpxqCaseBeizhu {
  width: 100%;
  float: left;
  margin-top: 25px;
  line-height: 26px;
  font-size: 16px;
  color: #333;
}

/* 标准五金 */
.hardware {
  width: 100%;
  overflow: hidden;
  padding: 120px 0;
}
.hardware>.container {
  width: 100%;
  position: relative;
  z-index: 2;
}
.hardwareLeft {
  width: 44.5%;
  float: left;
  position: relative;
  z-index: 2;
}
.hardwareLeft>img {
  width: 100%;
  display: block;
  height: auto;
}
.hardwareRight {
  width: 55.5%;
  float: right;
  position: relative;
  background-color: #336a80;
  padding: 105px 0 52px 95px;
  margin: 95px 0 0 0;
}
.hardwareRight::before {
  content: "";
  width: 3000px;
  float: left;
  height: 100%;
  background-color: #336a80;
  position: absolute;
  left: -1000px;
  top: 0;
}
.hardwareTitle {
  float: left;
  padding: 16px 120px 8px 20px;
  position: relative;
  z-index: 1;
}
.hardwareTitleLeft {
  width: 5px;
  float: left;
  height: 5px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.hardwareTitleLeft::before {
  content: "";
  width: 180px;
  float: left;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 2px;
}
.hardwareTitleRight {
  width: 5px;
  float: left;
  height: 5px;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  right: 0;
  bottom: 0;
}
.hardwareTitleRight::before {
  content: "";
  width: 458px;
  float: left;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 2px;
}
.hardwareTitleBig {
  display: block;
  overflow: hidden;
  line-height: 44px;
  font-size: 36px;
  color: #fff;
}
.hardwareTitleSmall {
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 24px;
  color: #fff;
  margin-top: 15px;
}
.hardwareTxt {
  width: 100%;
  float: left;
  overflow: hidden;
  margin-top: 40px;
  min-height: 240px;
  font-size: 24px;
  line-height: 48px;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-left: 20px;
}

/* 在线留言 */
.zxlyForm {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 50px 40px 40px 40px;
}
.zxlyTitle {
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 18px;
  color: #333;
  margin-bottom: 40px;
}
.zxlyContect {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zxlyBox {
  width: calc(50% - 50px);
  float: left;
  margin-bottom: 20px;
  display: flex;
}
.zxlyTit {
  float: left;
  line-height: 40px;
  font-size: 18px;
  color: #333;
  padding-right: 25px;
}
.zxlyBox>input {
  float: left;
  flex: 1;
  height: 40px;
  line-height: 38px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
}
.zxlyBox2 {
  width: 100%;
}
.zxlyBox>textarea {
  float: left;
  flex: 1;
  height: 106px;
  line-height: 24px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  padding: 8px 10px;
  font-size: 14px;
  color: #333; font-family:"微软雅黑";
}
.zxlyBtn {
  width: 98px;
  float: left;
  height: 38px;
  background-color: #f20000;
  font-size: 16px;
  color: #fff;
  margin: 10px 0 0 61px;
}

@media (max-width: 1500px) {
  .cpxq {
    padding: 40px 180px 40px 0;
  }
}

@media (max-width: 991px) {
  .cpxq {
    padding: 20px 180px 20px 0;
  }
  .cpxqLeft {
    width: 100%;
  }
  .cpxqLeft::before {
    padding-top: 75.9643%;
  }
  .cpxqRight {
    width: 100%;
    padding: 30px;
  }
  .cpxqLiandunTitle {
    padding: 8px 15px;
  }
  .cpxqSwiper {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  .door {
    padding: 50px 15px;
    margin-top: 50px;
  }
  .cpxqCaseLeft {
    width: 100%;
  }
  .cpxqCaseSubTitle {
    line-height: 30px;
    font-size: 20px;
  }
  .cpxqCaseRight {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
  }
  .cpxqCaseContect {
    width: 100%;
    position: relative;
    bottom: 0;
  }
  .cpxqCaseSwiper {
    padding: 20px 30px 20px 0;
  }
  .cpxqCaseBeizhu {
    margin-top: 15px;
    line-height: 24px;
  }
  .hardware {
    padding: 60px 0;
  }
  .hardwareRight {
    padding: 30px 0 30px 30px;
    margin: 10px 0 0 0;
  }
  .hardwareTitle {
    padding: 10px 15px;
  }
  .hardwareTitleBig {
    line-height: 40px;
    font-size: 30px;
  }
  .hardwareTitleSmall {
    line-height: 24px;
    font-size: 20px;
    margin-top: 10px;
  }
  .hardwareTxt {
    margin-top: 20px;
    font-size: 18px;
    min-height: auto;
    line-height: 30px;
  }
  .zxlyForm {
    padding: 20px;
  }
  .zxlyTitle {
    margin-bottom: 20px;
  }
  .zxlyBox {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cpxq {
    padding: 15px 0;
  }
  .cpxqNav {
    width: 100%;
    justify-content: center;
    position: relative;
    right: 0;
    top: 0;
    margin-bottom: 15PX;
  }
  .cpxqNav>li {
    width: 50%;
    border: 1px solid #fff;
  }
  .cpxqNav>li>a {
    padding: 0 10px;
  }
  .cpxqNav>li>a>span {
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-size: 14px;
  }
  .cpxqNav>li:hover,
  .cpxqNav>li.cpxqActive {
    width: 50%;
  }
  .cpxqRight {
    padding: 15px;
  }
  .cpxqTitle {
    line-height: 24px;
    font-size: 16px;
  }
  .cpxqTxt {
    line-height: 24px;
    height: auto;
    font-size: 14px;
  }
  .cpxqList {
    padding-top: 10px;
  }
  .cpxqLiandun {
    margin-top: 15px;
  }
  .cpxqLiandunTitle {
		justify-content: center;
    padding: 0 10px 10px 10px;
  }
	.cpxqLiandunTitle>span{
		width: 100%;
		float: left;
		overflow: hidden;
		text-align: center;
		margin-top: 10px;
		font-size: 20px;
	}
	
  .cpxqSwiper {
    margin-top: 15px;
    padding-bottom: 25px;
  }
  .door {
    padding: 15px;
    margin-top: 15px;
  }
  .doorBigTitle {
    padding: 0 15px;
    line-height: 40px;
    font-size: 20px;
  }
  .doorSubTitle {
    margin-top: 5px;
    line-height: 24px;
    font-size: 14px;
  }
  .doorContect {
    padding-top: 15px;
  }
  .doorContect img {
    margin: 0 auto 10px auto;
  }
  .cpxqCaseTitle {
    margin-top: 15px;
    padding: 0 15px;
    line-height: 40px;
    font-size: 20px;
  }
  .cpxqCaseTitle>span {
    margin-right: 10px;
  }
  .cpxqCaseSubTitle {
    line-height: 24px;
    font-size: 14px;
  }
  .cpxqCaseRight {
    padding: 10px;
    margin-top: 10px;
  }
  .cpxqCaseTit {
    padding: 0 15px;
    line-height: 40px;
    font-size: 20px;
  }
  .cpxqCaseSwiper {
    padding: 10px;
  }
  .cpxqCaseSwiper>.swiper .swiper-slide .cpxqCaseHover {
    padding: 0 15px;
    font-size: 14px;
  }
  .cpxqCaseSwiper>.swiper .swiper-pagination {
    right: 15px;
  }
  .cpxqCaseBeizhu {
    margin-top: 5px;
    line-height: 22px;
  }
  .hardware {
    padding: 15px 0;
  }
  .hardwareLeft {
    width: 100%;
  }
  .hardwareRight {
    width: 100%;
    padding: 15px;
    margin: 0;
  }
  .hardwareTitleBig {
    line-height: 30px;
    font-size: 20px;
  }
  .hardwareTitleSmall {
    line-height: 20px;
    font-size: 16px;
    margin-top: 5px;
  }
  .hardwareTxt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    padding-left: 15px;
  }
  .zxlyForm {
    padding: 15px;
  }
  .zxlyTitle {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .zxlyBox {
    margin-bottom: 5px;
  }
  .zxlyTit {
    font-size: 16px;
    padding-right: 10px; white-space:nowrap;
  }
  .zxlyBtn {
    margin: 10px 0 0 42px;
  }


}
/* END-产品中心详情页 */

/* 新闻中心 */
.mainContect .newsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
}
.mainContect .newsList>li {
  width: calc(50% - 20px);
  float: left;
  margin-bottom: 40px;
}

.xwxq {
  display: block;
  overflow: hidden;
  padding: 40px 0;
}
.xwxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.8;
}
.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: 10px auto;
}

@media (max-width: 991px) {
  .mainContect .newsList {
    padding-top: 20px;
  }
  .mainContect .newsList>li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .newsList>li>a {
    padding: 10px;
  }
  .newsList>li>a .newsImg {
    width: 40%;
  }
  .newsList>li>a .newsBox {
    width: 60%;
  }
  .xwxq {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .mainContect .newsList {
    padding-top: 15px;
  }
  .mainContect .newsList>li {
    width: 100%;
    margin-bottom: 10px;
  }
  .newsList>li>a {
    padding: 5px;
  }
  .newsList>li>a .newsImg {
    width: 30%;
  }
  .newsList>li>a .newsBox {
    width: 70%;
  }

  .xwxq {
    padding: 15px 0;
  }
  .xwxqTitle {
    font-size: 16px;
  }
  .xwxqContect {
    line-height: 24px;
  }
}
/* END-新闻中心 */

/* 联系我们 */
.contact {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.contactTxt {
  width: 40%;
  float: left;
  font-size: 16px;
  line-height: 30px;
}
.contactMap {
  width: 58%;
  float: right;
  overflow: hidden;
  height: 400px;
  border: none;
}

@media (max-width: 767px) {
  .contact {
    padding: 15px 0;
  }
  .contactTxt {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  .contactMap {
    width: 100%;
    margin-top: 15px;
  }
}
/* END-联系我们 */