/* 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 */
/* 走进江铜 */
.about {
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutLeft {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.aboutLeft::before {
  content: "";
  display: block;
  padding-top: 61.14584%;
}
.aboutRight {
  width: 50%;
  float: left;
  background: url(../images/about_bj.png) no-repeat right 15px;
  display: flex;
  align-items: center;
}
.aboutBox {
  width: 100%;
  float: left;
  max-width: 770px;
  padding: 50px 70px 120px 70px;
}
.aboutTite {
  display: block;
  overflow: hidden;
}
.aboutTite .aboutEn {
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 30px;
  color: #ededed;
  text-transform: uppercase;
  font-weight: bold;
}
.aboutTite .aboutEn>span {
  float: left;
  position: relative;
}
.aboutTite .aboutEn>span::before {
  content: "";
  width: 92px;
  float: left;
  height: 4px;
  background-color: #deb44f;
  position: absolute;
  left: 155px;
  top: 50%;
  transform: translateY(-50%);
}
.aboutTite .aboutEnBig {
  display: block;
  overflow: hidden;
  line-height: 60px;
  font-size: 72px;
  color: #ededed;
  text-transform: uppercase;
  font-weight: bold;
}
.aboutTite .aboutCn {
  display: block;
  overflow: hidden;
  line-height: 44px;
  font-size: 32px;
  color: #474747;
  font-weight: bold;
  margin-top: 15px;
}
.aboutTxt {
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: #5e5e5e;
  margin-top: 40px;
}
.aboutTxt>span {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 36px;
  font-size: 24px;
  color: #d3ab4b;
}
.aboutMore {
  display: block;
  overflow: hidden;
  margin-top: 50px;
}
.aboutMore>a {
  float: left;
}
.aboutMore>a>img {
  display: block;
  max-width: 100%;
  height: auto;
}
.aboutList {
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  top: calc(100% - 50px);
  z-index: 2;
}
.aboutList ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 5px solid #d4ac4b;
  background-color: #fff;
}
.aboutList ul>li {
  width: 25%;
  float: left;
  border-right: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative;
}
.aboutList ul>li:last-child {
  border: none;
}
.aboutList ul>li::before {
  content: "";
  display: block;
  padding-top: 41.7367%;
}
.aboutList ul>li>a {
  width: 100%;
  height: 100%;
  float: left;
  background-color: rgba(255, 255, 255, 1);
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.aboutList ul>li>a>.aboutIcon {
  width: 40px;
  float: left;
  height: 40px;
  position: relative;
}
.aboutList ul>li>a>.aboutIcon>img:first-child {
  opacity: 1;
}
.aboutList ul>li>a>.aboutIcon>img:last-child {
  opacity: 0;
}
.aboutList ul>li>a>.aboutName {
  width: 100%;
  overflow: hidden;
  line-height: 26px;
  margin-top: 15px;
  font-size: 18px;
  color: #323232;
}
.aboutList ul>li>a:hover {
  background-color: rgba(41, 41, 41, 0.8);
}
.aboutList ul>li>a:hover>.aboutIcon>img:first-child {
  opacity: 0;
}
.aboutList ul>li>a:hover>.aboutIcon>img:last-child {
  opacity: 1;
}
.aboutList ul>li>a:hover>.aboutName {
  font-weight: bold;
  color: #fff;
}

@media (max-width: 1200px) {
  .aboutBox {
    padding: 50px 50px 100px 50px;
  }
}

@media (max-width: 991px) {
  .aboutLeft {
    width: 100%;
  }
  .aboutRight {
    width: 100%;
  }
  .aboutBox {
    max-width: 100%;
    padding: 30px 30px 70px 30px;
  }
  .aboutTxt {
    margin-top: 20px;
  }
  .aboutMore {
    margin-top: 30px;
  }
  .aboutList ul>li::before {
    padding-top: 65.7367%;
  }
}

@media (max-width: 767px) {
  .aboutBox {
    padding: 15px;
  }
  .aboutTite .aboutEn {
    line-height: 16px;
    font-size: 20px;
  }
  .aboutTite .aboutEn>span::before {
    height: 2px;
    left: 105px;
  }
  .aboutTite .aboutEnBig {
    line-height: 36px;
    font-size: 40px;
  }
  .aboutTite .aboutCn {
    line-height: 34px;
    font-size: 24px;
    margin-top: 5px;
  }
  .aboutTxt {
    line-height: 24px;
    font-size: 14px;
    margin-top: 10px;
  }
  .aboutTxt>span {
    margin-bottom: 5px;
    line-height: 24px;
    font-size: 18px;
  }
  .aboutMore {
    margin-top: 10px;
  }
  .aboutList {
    position: relative;
    top: initial;
  }
  .aboutList ul {
    border-top: 2px solid #d4ac4b;
  }
  .aboutList ul>li::before {
    padding-top: 100%;
  }
  .aboutList ul>li>a>.aboutName {
    line-height: 24px;
    margin-top: 5px;
    font-size: 16px;
  }
}

/* 产品展示 */
.cpzs {
  width: 100%;
  overflow: hidden;
  float: left;
  background-color: #f0f1f2;
  padding: 170px 0 70px 0;
}
.cpzsTitle {
  display: block;
  overflow: hidden;
  text-align: center;
}
.cpzsEn {
  line-height: 52px;
  font-size: 48px;
  color: rgba(163, 163, 163, 0.2);
  text-transform: uppercase;
}
.cpzsCn {
  position: relative;
  z-index: 2;
  margin-top: -22px;
  line-height: 38px;
  font-size: 32px;
  color: #474747;
  font-weight: bold;
}
.cpzsList {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.cpzsList>ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.cpzsList>ul>li {
  width: 12.5%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}
.cpzsList>ul>li .cpzsLeft {
  opacity: 0;
  width: 80%;
  height: 100%;
  float: left;
  position: absolute;
  left: 80%;
  top: 0;
}
.cpzsList>ul>li .cpzsLeft .cpzsHover {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
  padding: 25px 35px;
}
.cpzsList>ul>li .cpzsLeft .cpzsHover .cpzsSubTitle {
  display: block;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 38px;
  padding-bottom: 20px;
  font-size: 30px;
  color: #fff;
}
.cpzsList>ul>li .cpzsLeft .cpzsHover .cpzsSubTxt {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}
.cpzsList>ul>li .cpzsRight {
  width: 100%;
  float: right;
  background-image: url(../images/cpzs_bj1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 15px;
  position: relative;
  z-index: 2;
}
.cpzsList>ul>li .cpzsRight .cpzsListTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  margin-top: 25px;
  line-height: 38px;
  font-size: 22px;
  color: #404040;
}
.cpzsList>ul>li .cpzsRight .cpzsListTitle::after {
  content: '';
  display: block;
  width: 43px;
  height: 1px;
  background-color: #fff;
  margin: 50px auto;
}
.cpzsList>ul>li .cpzsRight .cpzsMore {
  display: flex;
  justify-content: center;
  overflow: hidden;
  margin-top: 55px;
}
.cpzsList>ul>li .cpzsRight .cpzsMore>a {
  width: 98px;
  float: left;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #deb44f;
  border-radius: 5px;
  font-size: 14px;
  color: #deb44f;
}
.cpzsList>ul>li.cpzsListActive {
  width: 62.5%;
}
.cpzsList>ul>li.cpzsListActive .cpzsLeft {
  left: 0;
  opacity: 1;
}
.cpzsList>ul>li.cpzsListActive .cpzsRight {
  width: 20%;
  background-image: url(../images/cpzs_bj2.jpg);
}
.cpzsList>ul>li.cpzsListActive .cpzsRight .cpzsListTitle {
  color: #fff;
}
.cpzsList>ul>li.cpzsListActive .cpzsRight .cpzsMore>a {
  border-color: #fff;
  color: #fff;
}


.cpzsContect {
  position: relative;
  margin-top: 30px;
}
.cpzsSwiper .swiper-slide .cpzsImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpzsSwiper .swiper-slide .cpzsImg::before {
  content: "";
  display: block;
  padding-top: 85.5705%;
}
.cpzsSwiper .swiper-slide .cpzsTxt {
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 90px;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
  color: #3a3a3a;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cpzsSwiper .swiper-slide:hover .cpzsImg>img {
  transform: scale(1.1);
}
.cpzsSwiper .swiper-slide:hover .cpzsTxt {
  background-color: #deb44f;
  color: #fff;
}

.cpzs-prev,
.cpzs-next {
  position: absolute;
  left: -75px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 30px;
  float: left;
  height: 56px;
  background-image: url(../images/cpzs_left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.cpzs-next {
  left: initial;
  right: -76px;
  background-image: url(../images/cpzs_right.png);
}

@media (max-width: 1440px) {
  .cpzs-prev,
  .cpzs-next {
    left: 0;
  }
  .cpzs-next {
    left: initial;
    right: 0;
  }
}

@media (max-width: 1200px) {
  .cpzs {
    padding: 120px 0 50px 0;
  }
  .cpzsSwiper .swiper-slide .cpzsTxt {
    height: 70px;
    line-height: 70px;
  }
}

@media (max-width: 991px) {
  .cpzs {
    padding: 120px 0 30px 0;
  }
  .cpzsList>ul>li {
    width: 15%;
  }
  .cpzsList>ul>li .cpzsLeft {
    width: 72.726%;
    left: 72.726%;
  }
  .cpzsList>ul>li .cpzsLeft .cpzsHover {
    padding: 15px;
  }
  .cpzsList>ul>li .cpzsRight {
    padding: 30px 15px;
  }
  .cpzsList>ul>li .cpzsRight .cpzsListTitle {
    margin-top: 0;
    font-size: 18px;
  }
  .cpzsList>ul>li .cpzsRight .cpzsListTitle::after {
    margin: 30px auto;
  }
  .cpzsList>ul>li .cpzsRight .cpzsMore {
    margin-top: 30px;
  }
  .cpzsList>ul>li.cpzsListActive {
    width: 55%;
  }
  .cpzsList>ul>li.cpzsListActive .cpzsRight {
    width: 27.274%;
  }
}

@media (max-width: 767px) {
  .cpzs {
    padding: 15px 0;
  }
  .cpzsEn {
    line-height: 32px;
    font-size: 30px;
  }
  .cpzsCn {
    margin-top: -15px;
    line-height: 30px;
    font-size: 22px;
  }
  .cpzsList {
    margin-top: 10px;
  }
  .cpzsList>ul>li {
    width: 100%;
    flex-direction: column-reverse;
    justify-content: initial;
  }
  .cpzsList>ul>li .cpzsLeft {
    opacity: 1;
    display: none;
    width: 100%;
    left: 0;
    position: relative;
    height: auto;
  }
  .cpzsList>ul>li .cpzsLeft::before {
    content: "";
    display: block;
    padding-top: 55%;
  }
  .cpzsList>ul>li .cpzsLeft .cpzsHover .cpzsSubTitle {
    line-height: 30px;
    padding-bottom: 5px;
    font-size: 20px;
  }
  .cpzsList>ul>li .cpzsLeft .cpzsHover .cpzsSubTxt {
    margin-top: 5px;
  }
  .cpzsList>ul>li .cpzsRight {
    padding: 15px;
  }
  .cpzsList>ul>li .cpzsRight .cpzsListTitle {
    float: left;
    line-height: 30px;
  }
  .cpzsList>ul>li .cpzsRight .cpzsListTitle::after {
    margin: 5px auto;
  }
  .cpzsList>ul>li .cpzsRight .cpzsMore {
    margin-top: 0;
    float: right;
  }
  .cpzsList>ul>li.cpzsListActive {
    width: 100%;
  }
  .cpzsList>ul>li.cpzsListActive .cpzsLeft {
    display: block;
  }
  .cpzsList>ul>li.cpzsListActive .cpzsRight {
    width: 100%;
  }
  .cpzsContect {
    margin-top: 10px;
  }
  .cpzsSwiper .swiper-slide .cpzsTxt {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .cpzs-prev,
  .cpzs-next {
    width: 16px;
    height: 30px;
  }
}

/* 工程案例 */
.case {
  width: 100%;
  overflow: hidden;
  padding: 55px 0;
}
.caseNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.caseNav>li {
  float: left;
  margin: 0 45px;
}
.caseNav>li>a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.caseNav>li>a .caseIcon {
  width: 42px;
  height: 42px;
  float: left;
  overflow: hidden;
  position: relative;
}
.caseNav>li>a .caseIcon>img:first-child {
  opacity: 1;
}
.caseNav>li>a .caseIcon>img:last-child {
  opacity: 0;
}
.caseNav>li>a .caseTxt {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 22px;
  color: #474747;
  margin-top: 10px;
}
.caseNav>li.caseActive>a .caseIcon>img:first-child {
  opacity: 0;
}
.caseNav>li.caseActive>a .caseIcon>img:last-child {
  opacity: 1;
}
.caseNav>li.caseActive>a .caseTxt {
  color: #deb44f;
}
.caseContect {
  display: block;
  overflow: hidden;
  margin-top: 40px;
}
.caseContect>div {
  display: none;
}
.caseContect>div:first-child {
  display: block;
}
.caseList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.caseList>li {
  width: calc(50% - 13px);
  float: left;
  margin-bottom: 26px;
}
.caseList>li>a {
  width: 100%;
  overflow: hidden;
  float: left;
  position: relative;
}
.caseList>li>a::before {
  content: "";
  display: block;
  padding-top: 63.0277%;
}
.caseList>li>a .caseHover {
  width: 100%;
  overflow: hidden;
  height: 76px;
  line-height: 76px;
  padding: 0 30px;
  font-size: 18px;
  color: #2a2a2a;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.caseList>li>a:hover>img {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .case {
    padding: 45px 0;
  }
}

@media (max-width: 991px) {
  .case {
    padding: 30px 0;
  }
  .caseNav {
    margin-top: 30px;
  }
  .caseNav>li {
    margin: 0 20px;
  }
  .caseContect {
    margin-top: 30px;
  }
  .caseList>li>a .caseHover {
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .case {
    padding: 15px 0;
  }
  .caseNav {
    margin-top: 15px;
  }
  .caseNav>li {
    width: 25%;
    margin: 0;
  }
  .caseNav>li>a .caseIcon {
    width: 32px;
    height: 32px;
  }
  .caseNav>li>a .caseTxt {
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    margin-top: 5px;
  }
  .caseContect {
    margin-top: 10px;
  }
  .caseList>li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .caseList>li>a .caseHover {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 16px;
  }
  .caseList>li>a::before {
    padding-top: 75.0277%;
  }
}

/* 江铜胜华服务 */
.fw {
  width: 100%;
  overflow: hidden;
  background: url(../images/fw_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 70px 0;
}
.fwTitle {
  display: block;
  overflow: hidden;
}
.fwBigTitle {
  display: block;
  overflow: hidden;
  line-height: 50px;
  font-size: 36px;
  color: #4a4a4a;
}
.fwSmallTitle {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 20px;
  color: #808080;
}
.fwContect {
  display: block;
  overflow: hidden;
  margin-top: 40px;
}
.fwList {
  width: 100%;
  float: left;
  max-width: 700px;
}
.fwList>li {
  width: 50%;
  float: left;
  border-bottom: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  padding: 31px 45px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  cursor: pointer;
}
.fwList>li .fwIcon {
  width: 36px;
  float: left;
  height: 36px;
  position: relative;
  overflow: hidden;
}
.fwList>li .fwIcon>img:first-child {
  opacity: 1;
}
.fwList>li .fwIcon>img:last-child {
  opacity: 0;
}
.fwList>li .fwSubTitle {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 36px;
  margin: 10px 0;
  font-size: 24px;
  color: #414141;
}
.fwList>li .fwTxt {
  display: block;
  overflow: hidden;
  height: 66px;
  line-height: 22px;
  font-size: 15px;
  color: #777;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fwList>li:nth-child(2),
.fwList>li:nth-child(4) {
  border-right: none;
}
.fwList>li:nth-child(3),
.fwList>li:nth-child(4) {
  border-bottom: none;
}
.fwList>li:hover {
  background-color: #deb44f;
}
.fwList>li:hover .fwIcon>img:first-child {
  opacity: 0;
}
.fwList>li:hover .fwIcon>img:last-child {
  opacity: 1;
}
.fwList>li:hover .fwSubTitle,
.fwList>li:hover .fwTxt {
  color: #fff;
}

@media (max-width: 1200px) {
  .fw {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .fw {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .fw {
    padding: 15px 0;
  }
  .fwBigTitle {
    line-height: 30px;
    font-size: 20px;
    text-align: center;
  }
  .fwSmallTitle {
    line-height: 20px;
    font-size: 14px;
    text-align: center;
  }
  .fwContect {
    margin-top: 15px;
  }
  .fwList>li {
    padding: 10px;
  }
  .fwList>li .fwSubTitle {
    line-height: 30px;
    margin: 5px 0;
    font-size: 18px;
  }
  .fwList>li .fwTxt {
    height: 60px;
    line-height: 20px;
    font-size: 12px;
    -webkit-line-clamp: 3;
  }
}

/* 新闻资讯 */
.news {
  width: 100%;
  overflow: hidden;
  background-color: #f0f1f2;
  padding: 70px 0;
}
.newsContect {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.newsLeft {
  width: 50%;
  float: left;
}
.newsLeft>a {
  display: block;
  overflow: hidden;
  border-top: 3px solid #575757;
}
.newsLeft>a .newsLeftTime {
  display: block;
  overflow: hidden;
  line-height: 68px;
  font-size: 18px;
  color: #373737;
}
.newsLeft>a .newsLeftImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.newsLeft>a .newsLeftImg::before {
  content: "";
  display: block;
  padding-top: 52%;
}
.newsLeft>a .newsLeftTitle {
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 22px;
  color: #373737;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 20px;
}
.newsLeft>a:hover {
  border-top-color: #deb44f;
}
.newsLeft>a:hover .newsLeftImg>img {
  transform: scale(1.1);
}
.newsLeft>a:hover .newsLeftTitle {
  color: #deb44f;
}

.newsList {
  width: 48%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newsList>li {
  width: calc(50% - 15px);
  float: left;
  margin-bottom: 10px;
}
.newsList>li>a {
  display: flex;
  flex-wrap: wrap;
}
.newsList>li>a .newsImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.newsList>li>a .newsImg::before {
  content: "";
  display: block;
  padding-top: 74.1325%;
}
.newsList>li>a .newsBox {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 30px 24px;
}
.newsList>li>a .newsBox .newsTitle {
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 30px;
  font-size: 22px;
  color: #515151;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsList>li>a .newsBox .newsTxt {
  display: block;
  overflow: hidden;
  height: 72px;
  line-height: 24px;
  font-size: 15px;
  color: #787878;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 20px 0;
}
.newsList>li>a .newsBox .newsTime {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #deb44f;
  text-decoration: underline;
}
.newsList>li>a:hover .newsImg>img {
  transform: scale(1.1);
}
.newsList>li>a:hover .newsBox {
  background-color: #deb44f;
}
.newsList>li>a:hover .newsBox .newsTitle,
.newsList>li>a:hover .newsBox .newsTxt,
.newsList>li>a:hover .newsBox .newsTime {
  color: #fff;
}

@media (max-width: 1200px) {
  .news {
    padding: 50px 0;
  }
  .newsList>li>a .newsBox {
    padding: 25px 20px;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .newsContect {
    margin-top: 30px;
  }
  .newsList>li>a .newsBox {
    padding: 20px 15px;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .newsContect {
    margin-top: 15px;
  }
  .newsLeft {
    width: 100%;
  }
  .newsLeft>a .newsLeftTime {
    line-height: 30px;
    font-size: 14px;
  }
  .newsLeft>a .newsLeftTitle {
    line-height: 30px;
    font-size: 16px;
    margin-top: 10px;
  }
  .newsList {
    width: 100%;
  }
  .newsList>li {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .newsList>li>a .newsImg {
    width: 35%;
    float: left;
  }
  .newsList>li>a .newsBox {
    width: 65%;
    float: left;
    padding: 10px;
  }
  .newsList>li>a .newsBox .newsTitle {
    height: 30px;
    font-size: 18px;
    -webkit-line-clamp: 1;
  }
  .newsList>li>a .newsBox .newsTxt {
    height: 60px;
    line-height: 20px;
    font-size: 13px;
    margin: 5px 0;
  }
  .newsList>li>a .newsBox .newsTime {
    line-height: 20px;
    font-size: 12px;
  }
}

/* END-main */

/* 内页大图 */
.nBanner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.nBanner>img {
  width: 100%;
  display: block;
  height: auto;
}
.nBannerHover {
  width: 100%;
  line-height: 38px;
  text-align: center;
  font-size: 24px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 40%;
  transform: translateY(-50%);
  color: #fff;
}
.nBannerHover span {
  display: block;
  overflow: hidden;
  line-height: 60px;
  font-size: 48px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .nBannerHover {
    line-height: 24px;
    font-size: 14px;
    top: 50%;
  }
  .nBannerHover span {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 5px;
  }
}
/* END-内页大图 */

/* 关于我们 */
.main {
  width: 100%;
  float: left;
  background-color: #f7f7f8;
}
.dqwzTitle {
  width: 100%;
  float: left;
  position: relative;
}
.menuList {
  width: 1460px;
  float: left;
  margin-left: -30px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.menuList>li {
  width: 305px;
  float: left;
  margin: 0 30px 70px 30px;
}
.menuList>li>a {
  display: block;
  overflow: hidden;
  height: 70px;
  line-height: 68px;
  border: 1px solid #fff;
  font-size: 24px;
  color: #fff;
  padding: 0 15px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menuList>li:hover>a,
.menuList>li.menuActive>a {
  background-color: #e0aa30;
  border-color: #e0aa30;
  color: #fff;
}

.dqwzContect {
  width: 100%;
  float: left;
  padding: 70px 0;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 28px;
  color: #5e5e5e;
}
.company>img {
  width: 57%;
  float: left;
  margin-right: 35px;
}
.company>span {
  display: flex;
  overflow: hidden;
  margin-bottom: 15px;
  line-height: 1;
  font-size: 24px;
  color: #d3ab4b;
}

@media (max-width: 1440px) {
  .menuList {
    width: 102%;
    margin-left: -1%;
  }
  .menuList>li {
    width: 23%;
    margin: 0 1% 60px 1%;
  }
}

@media (max-width: 1200px) {
  .menuList>li {
    margin: 0 1% 40px 1%;
  }
  .dqwzContect {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .menuList>li {
    margin: 0 1% 20px 1%;
  }
  .menuList>li>a {
    height: 50px;
    line-height: 48px;
    font-size: 18px;
    padding: 0 10px;
  }
  .dqwzContect {
    padding: 30px 0;
  }
  .company>img {
    width: 50%;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .main {
    overflow: hidden;
  }
  .menuTitle {
    width: calc(100% + 30px);
    text-align: left;
    margin-left: -15px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    background-color: #e0aa30;
    padding: 0 20px;
    color: #fff;
    position: relative;
  }
  .menuTitle::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menuList {
    display: none;
    position: relative;
    width: 100%;
    transition: initial;
    margin: 0;
  }
  .menuList>li {
    width: 100%;
    margin: 3px 0 0 0;
  }
  .menuList>li>a {
    height: 40px;
    line-height: 38px;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #333;
  }
  .dqwzContect {
    padding: 15px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
  .company>img {
    width: 100%;
    margin: 0 0 15px 0;
    float: none;
    display: block;
  }
  .company>span {
    margin-bottom: 5px;
    font-size: 18px;
  }
}
/* END-关于我们 */

/* 产品展示 */
.cpList {
  display: block;
  overflow: hidden;
  width: 1424px;
}
.cpList>li {
  width: 332px;
  float: left;
  margin: 0 24px 25px 0;
}
.cpList>li>a {
  display: block;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  padding: 15px 15px 0 15px;
}
.cpList>li>a .cpImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpList>li>a .cpImg::before {
  content: "";
  display: block;
  padding-top: 85.5705%;
}
.cpList>li>a .cpTxt {
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 20px;
  color: #3a3a3a;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cpList>li>a:hover {
  border-color: #e0aa30;
  background-color: #e0aa30;
}
.cpList>li>a:hover .cpImg>img {
  transform: scale(1.1);
}
.cpList>li>a:hover .cpTxt {
  color: #fff;
}

.cpxq {
  display: block;
  overflow: hidden;
}
.cpxqLeft{
	width: calc(45% - 15px);
	float: left;
}
#gallery{
	border: 1px solid #ccc;
}
#gallery .swiper-slide:before{
	content: '';
	display: block;
	padding-top: 75%;
}

.thumbs{
	margin-top: 15px;
	position: relative;
	padding: 0 35px;
}
#thumbs .swiper-slide{
	border: 2px solid #ccc;
}
#thumbs .swiper-slide:before{
	content: '';
	display: block;
	padding-top: 80%;
}
#thumbs .swiper-slide-thumb-active{
	border-color: #e0aa30;
}

.thumbs-prev,
.thumbs-next{
	width: 25px;
	height: 100%;
	font-size: 60px;
	color: #000;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	cursor: pointer;
}
.thumbs-next{
	left: initial;
	right: 0;
}
.thumbs-prev:hover,
.thumbs-next:hover{
	color: #e0aa30;
}

.cpxqRight{
	width: calc(55% - 15px);
	float: right;
}
.cpxqSubTitle {
  display: block;
  overflow: hidden;
  font-size: 30px;
  color: #515151;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
.cpxqSubTxt{
	display: block;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	color: #787878;
}
.cpxqSubContect{
	width: 100%;
	float: left;
	margin-top: 30px;
	font-size: 18px;
	line-height: 1.8;
	color: #787878;
}
.cpxqSubName{
	display: block;
	overflow: hidden;
	background-color: #fff;
	padding: 0 20px;
	margin-bottom: 30px;
}
.cpxqSubName>span{
	float: left;
	background-color: #e0aa30;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	min-width: 150px;
	text-align: center;
	padding: 0 15px;
}
.cpxqSubContect img {
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
  display:block;
}
.cpxqRight .cpxqdown{
	float: left;
}

.cpxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 30px;
  color: #515151;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}

.cpxqImg img{ max-width:800px; max-height:800px; margin:10px auto; display:block;}
.cpxqContect {
  display: block;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.8;
  color: #787878;
}
.cpxqContect img {
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
  display:block;
}
.cpxqContect table{ border:1px solid #ccc !important; width:100% !important; height:auto !important; margin-top:8px;}
.cpxqContect table tr td{ border:1px solid #ccc !important; width:auto !important; height:auto !important; padding:2px;}
.cpxqdown img{ margin:20px auto 0; display:block;}

@media (max-width: 1440px) {
  .cpList {
    width: 102%;
    margin-left: -1%;
  }
  .cpList>li {
    width: 23%;
    margin: 0 1% 25px 1%;
  }
}

@media (max-width: 991px) {
  .cpList>li {
    width: 31.3333%;
    margin: 0 1% 20px 1%;
  }
  .cpList>li>a .cpTxt {
    height: 70px;
    line-height: 70px;
  }
  .cpxqdown{ margin-top:10px;}
}

@media (max-width: 767px) {
  .cpList>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .cpList>li>a {
    padding: 5px 5px 0 5px;
  }
  .cpList>li>a .cpTxt {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .cpxqTitle {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cpxqContect {
    line-height: 24px;
    font-size: 14px;
  }
	
	.cpxqLeft{
		width: 100%;
	}
	.cpxqRight{
		width: 100%;
		margin-top: 10px;
	}
	.cpxqSubTitle {
		font-size: 20px;
		line-height: 1.2;
		margin-bottom: 10px;
		text-align: center;
	}
	.cpxqRight .cpxqdown {
		float: none;
	}
	.cpxqSubName {
		padding: 0;
		margin-bottom: 10px;
	}
	.cpxqSubName>span {
		line-height: 40px;
		font-size: 18px;
		padding: 0 10px;
	}
	
	
	
	
	
	
	
	
	
}
/* END-产品展示 */

/* 新闻中心 */
.dqwzContect .newsList {
  width: 1425px;
  display: block;
}
.dqwzContect .newsList>li {
  width: 450px;
  margin: 0 25px 25px 0;
}
.dqwzContect .newsList>li>a .newsImg::before {
  padding-top: 52.2223%;
}
.dqwzContect .newsList>li>a .newsBox {
  padding: 20px 30px 40px 30px; width:100%;
}
.dqwzContect .newsList>li>a .newsBox .newsTitle {
  height: 38px;
  line-height: 38px;
  -webkit-line-clamp: 1;
}
.dqwzContect .newsList>li>a .newsBox .newsTxt {
  margin: 5px 0;
}
.dqwzContect .newsList>li>a .newsBox .newsTime {
  line-height: 20px;
}

.xwxq {
  display: block;
  overflow: hidden;
}
.xwxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 36px;
  color: #515151;
  line-height: 1.2;
  margin-bottom: 15px;
}
.xwxqTime {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #deb44f;
  line-height: 1.1;
  text-decoration: underline;
  margin-bottom: 30px;
}
.xwxqContect {
  display: block;
  overflow: hidden;
  font-size: 18px;
  line-height: 30px;
  color: #787878;
}
.xwxqContect img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .dqwzContect .newsList {
    width: 102%;
    margin-left: -1%;
  }
  .dqwzContect .newsList>li {
    width: 31.3333%;
    margin: 0 1% 25px 1%;
  }
}

@media (max-width: 991px) {
  .dqwzContect .newsList>li>a .newsBox {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .dqwzContect .newsList {
    width: 100%;
    margin-left: 0;
  }
  .dqwzContect .newsList>li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .dqwzContect .newsList>li>a .newsImg {
    width: 35%;
    float: left;
  }
  .dqwzContect .newsList>li>a .newsBox {
    width: 65%;
    float: left;
    padding: 10px;
  }
  .dqwzContect .newsList>li>a .newsBox .newsTitle {
    height: 30px;
    font-size: 18px;
    -webkit-line-clamp: 1;
  }
  .dqwzContect .newsList>li>a .newsBox .newsTxt {
    height: 60px;
    line-height: 20px;
    font-size: 13px;
    margin: 5px 0;
  }
  .dqwzContect .newsList>li>a .newsBox .newsTime {
    line-height: 20px;
    font-size: 12px;
  }

  .xwxqTitle {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .xwxqTime {
    margin-bottom: 10px;
  }
  .xwxqContect {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-新闻中心 */

/* 服务中心 */
.dqwzContect .fwTitle {
  text-align: center;
}
.dqwzContect .fwList {
  max-width: 100%;
}
.dqwzContect .fwList>li {
  width: 25%;
  border-bottom: none;
  border-right: 1px solid #cfcfcf !important;
}
.dqwzContect .fwList>li:last-child {
  border-right: none !important;
}

@media (max-width: 767px) {
  .dqwzTitleFw .menuTitle {
    text-align: center;
  }
  .dqwzTitleFw .menuTitle::after {
    display: none;
  }
  .dqwzContect .fwList>li {
    width: 50%;
    border-bottom: 1px solid #cfcfcf !important;
    border-right: 1px solid #cfcfcf !important;
  }
  .fwList>li:nth-child(2),
  .fwList>li:nth-child(4) {
    border-right: none !important;
  }
  .fwList>li:nth-child(3),
  .fwList>li:nth-child(4) {
    border-bottom: none !important;
  }
}
/* END-服务中心 */

/* 联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.contactTitle {
  width: 100%;
  float: left;
  line-height: 50px;
  text-align: center;
  font-size: 36px;
  color: #242424;
  margin-bottom: 45px;
}
.contactLeft {
  width: 50%;
  float: left;
  background-color: #fff;
  padding: 60px;
  font-size: 18px;
  color: #3c3c3c;
  line-height: 36px;
}
.contactLeft>span {
  display: block;
  overflow: hidden;
  font-size: 24px;
  color: #ffa200;
  font-weight: bold;
  margin-bottom: 10px;
}
.contactLeft strong {
  display: block;
  overflow: hidden;
  font-size: 24px;
  color: #ffa200;
  font-weight: bold;
  margin-bottom: 10px;
}
.contactMap {
  width: 50%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none;
}

.zxly {
  display: block;
  overflow: hidden;
  margin-top: 60px;
}
.zxlyForm {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 50px 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zxlyForm>label {
  width: 32%;
  float: left;
  margin-bottom: 15px;
  background-color: #f7f7f8;
  border-radius: 5px;
  overflow: hidden;
}
.zxlyForm>label .zxlyTitle {
  width: 65px;
  float: left;
  height: 64px;
  line-height: 64px;
  text-align: right;
  font-size: 18px;
  color: #737373;
}
.zxlyForm>label>input {
  width: calc(100% - 65px);
  float: left;
  height: 64px;
  background: none;
  padding: 0 15px;
  font-size: 16px;
  color: #737373;
}
.zxlyForm>label>textarea {
  width: calc(100% - 65px);
  height: 164px;
  background: none;
  padding: 15px;
  font-size: 16px;
  line-height: 34px;
}
.zxlyForm>.zxlyLabel {
  width: 100%;
}
.zxlyBtn {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.zxlyBtn>button {
  width: 225px;
  float: left;
  height: 62px;
  background-color: #e0aa30;
  font-size: 24px;
  color: #fff;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .contactTitle {
    margin-bottom: 30px;
  }
  .contactLeft {
    width: 100%;
    padding: 30px;
  }
  .contactMap {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .contactTitle {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .contactLeft {
    padding: 15px;
    font-size: 16px;
    line-height: 30px;
  }
  .contactLeft>span {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .contactMap {
    margin-top: 10px;
    height: 250px;
  }

  .zxly {
    margin-top: 10px;
  }
  .zxlyForm {
    padding: 15px;
  }
  .zxlyForm>label {
    width: 100%;
    margin-bottom: 10px;
  }
  .zxlyForm>label .zxlyTitle {
    width: 50px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .zxlyForm>label>input {
    width: calc(100% - 50px);
    height: 40px;
    padding: 0 10px;
  }
  .zxlyForm>label>textarea {
    width: calc(100% - 50px);
    height: 120px;
    padding: 8px 10px;
    line-height: 24px;
  }
  .zxlyBtn {
    margin-top: 10px;
  }
  .zxlyBtn>button {
    width: 160px;
    height: 40px;
    font-size: 18px;
  }
}
/* END-联系我们 */