/*
 * @制作者: Code Zhuang
 * @创建时间: 2022-10-28 09:20:56
 * @上次修改者: Code Zhuang
 * @上次修改时间: 2022-10-28 09:20:56
 */

/* 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 */
/* 产品中心 */
.cpzx {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.cpzxTitle {
  display: block;
  overflow: hidden;
  text-align: center;
}
.cpzxEn {
  line-height: 78px;
  font-family: Impact;
  font-size: 72px;
  color: #f7f7f7;
  text-transform: uppercase;
}
.cpzxCn {
  line-height: 44px;
  font-size: 30px;
  color: #2a2a2a;
  font-weight: bold;
  margin-top: -54px;
}
.cpzxCn::after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #008f47;
  display: block;
  margin: 20px auto 0 auto;
}
.cpzxSmall {
  margin-top: 10px;
  line-height: 30px;
  font-size: 18px;
  color: #696969;
}
.cpzxNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 20px;
}
.cpzxNav>li {
  float: left;
  margin: 0 80px;
}
.cpzxNav>li>a {
  width: 100%;
  float: left;
  height: 59px;
  line-height: 58px;
  text-align: center;
  position: relative;
  font-size: 20px;
  color: #333;
}
.cpzxNav>li>a::after {
  content: "";
  width: 0;
  float: left;
  height: 2px;
  background-color: #008f47;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
}
.cpzxNav>li>a:hover,
.cpzxNav>li.cpzxActive>a {
  color: #008f47;
  font-weight: bold;
}
.cpzxNav>li>a:hover::after,
.cpzxNav>li.cpzxActive>a::after {
  width: 100%;
}
.cpzxContect {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.cpzxContect>div {
  display: none;
}
.cpzxContect>div:first-child {
  display: block;
}
.cpzxList {
  display: block;
  overflow: hidden;
  width: 1300px;
}
.cpzxList>li {
  width: 305px;
  float: left;
  margin: 0 20px 20px 0;
}
.cpzxList>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.cpzxList>li>a::before {
  content: "";
  display: block;
  padding-top: 82.353%;
}
.cpzxList>li>a .cpzxTxt {
  width: 100%;
  background-color: rgba(0, 143, 71, 0.8);
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 0 15px;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cpzxList>li>a:hover>img {
  transform: scale(1.1);
}

@media (max-width: 1300px) {
  .cpzxNav>li {
    margin: 0 50px;
  }
  .cpzxList {
    width: 102%;
    margin-left: -1%;
  }
  .cpzxList>li {
    width: 23%;
    margin: 0 1% 20px 1%;
  }
}

@media (max-width: 991px) {
  .cpzx {
    padding: 30px 0;
  }
  .cpzxNav>li {
    margin: 0 30px;
  }
}

@media (max-width: 767px) {
  .cpzx {
    padding: 20px 0;
  }
  .cpzxEn {
    line-height: 30px;
    font-size: 30px;
  }
  .cpzxCn {
    line-height: 30px;
    font-size: 20px;
    margin-top: -20px;
  }
  .cpzxCn::after {
    width: 30px;
    height: 2px;
    margin: 5px auto 0 auto;
  }
  .cpzxSmall {
    margin-top: 5px;
    line-height: 22px;
    font-size: 14px;
  }
  .cpzxNav {
    margin-top: 10px;
  }
  .cpzxNav>li {
    margin: 0 5px;
  }
  .cpzxNav>li>a {
    height: 41px;
    line-height: 40px;
    font-size: 16px;
  }
  .cpzxContect {
    margin-top: 10px;
  }
  .cpzxList>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .cpzxList>li>a .cpzxTxt {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
  }
}

/* 关于福顺 */
.about {
  width: 100%;
  overflow: hidden;
  background-color: #eaeaea;
  padding: 50px 0;
}
.aboutTitle .cpzxEn {
  color: #e3e3e3;
}
.aboutContect {
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.aboutContect>img {
  display: block;
  width: 100%;
  height: auto;
}
.aboutBox {
  display: block;
  overflow: hidden;
  width: 90%;
  max-width: 1050px;
  margin: -40px auto 0 auto;
  background-color: #fff;
  border-radius: 10px;
  padding: 35px;
  position: relative;
  z-index: 3;
}
.aboutTxt {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #696969;
  text-align: center;
}
.aboutMore {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.aboutMore>a {
  width: 120px;
  display: block;
  height: 44px;
  line-height: 42px;
  border: 1px solid #008f47;
  border-radius: 10px;
  font-size: 16px;
  color: #008f47;
  text-align: center;
}
.aboutMore>a:hover {
  background-color: #008f47;
  color: #fff;
}

@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
  .aboutBox {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 20px 0;
  }
  .aboutContect {
    margin-top: 10px;
  }
  .aboutBox {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 0;
  }
  .aboutTxt {
    line-height: 24px;
    font-size: 14px;
  }
  .aboutMore {
    margin-top: 10px;
  }
  .aboutMore>a {
    width: 100px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
  }
}

/* 行业应用 */
.app {
  width: 100%;
  overflow: hidden;
  background: url(../images/app_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0;
}
.appTitle .cpzxEn {
  color: rgba(255, 255, 255, 0.1);
}
.appTitle .cpzxCn {
  color: #fff;
}
.appContect {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.appNav {
  width: 50%;
  float: left;
}
.appNav>li {
  width: 33.3333%;
  float: left;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.appNav>li:nth-child(1),
.appNav>li:nth-child(2),
.appNav>li:nth-child(3) {
  border-top: none;
}
.appNav>li:nth-child(3n+3) {
  border-right: none;
}
.appNav>li>a {
  display: block;
  overflow: hidden;
  padding: 50px 0 40px 0;
}
.appNav>li>a .appIcon {
  width: 100%;
  overflow: hidden;
  height: 62px;
  position: relative;
}
.appNav>li>a .appTxt {
  display: block;
  overflow: hidden;
  line-height: 26px;
  text-align: center;
  margin-top: 25px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.appNav>li>a:hover {
  background-color: #008f47;
}
.appBox {
  width: 50%;
  float: left;
}
.appBox>div {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.appBox>div:first-child {
  display: block;
}

@media (max-width: 1300px) {
  .app {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .app {
    padding: 30px 0;
  }
  .appNav>li>a {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .app {
    padding: 15px 0;
  }
  .appNav {
    width: 100%;
  }
  .appNav>li>a {
    padding: 15px 0;
  }
  .appNav>li>a .appIcon {
    height: 34px;
  }
  .appNav>li>a .appTxt {
    line-height: 22px;
    margin-top: 10px;
    font-size: 16px;
  }
  .appBox {
    width: 100%;
  }
  .appBox>div::before {
    content: "";
    display: block;
    padding-top: 60%;
  }
}

/* 案例展示 */
.case {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.caseContect {
  display: flex;
  position: relative;
  margin-top: 45px;
}
.caseSwiper {
  width: 100%;
}
.caseSwiper .swiper-slide .caseImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.caseSwiper .swiper-slide .caseImg::before {
  content: "";
  display: block;
  padding-top: 81.57895%;
}
.caseSwiper .swiper-slide .caseTxt {
  display: block;
  overflow: hidden;
  height: 59px;
  line-height: 58px;
  border: 1px solid #cfcfcf;
  border-top: none;
  text-align: center;
  font-size: 18px;
  color: #4d4d4d;
}
.caseSwiper .swiper-slide:hover .caseImg>img {
  transform: scale(1.1);
}
.caseSwiper .swiper-slide:hover .caseTxt {
  border-color: #008f47;
  background-color: #008f47;
  color: #fff;
}
.case-prev,
.case-next {
  width: 40px;
  float: left;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: -88px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0.3;
  transition: all 0.4s;
}
.case-next {
  left: initial;
  right: -88px;
}
.case-prev:hover,
.case-next:hover {
  opacity: 1;
}

@media (max-width: 1300px) {
  .case {
    padding: 50px 0;
  }
  .case-prev,
  .case-next {
    left: 0;
    opacity: 0.5;
  }
  .case-next {
    left: initial;
    right: 0;
  }
}

@media (max-width: 991px) {
  .case {
    padding: 30px 0;
  }
  .caseContect {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .case {
    padding: 20px 0;
  }
  .caseContect {
    margin-top: 15px;
  }
  .caseSwiper .swiper-slide .caseTxt {
    height: 41px;
    line-height: 40px;
    font-size: 16px;
  }
}

/* 车间展示 */
.work {
  width: 100%;
  overflow: hidden;
  background-color: #f2f2f2;
  padding: 60px 0;
}
.workContect {
  display: flex;
  position: relative;
  margin-top: 35px;
}
.workSwiper {
  width: 100%;
}
.workSwiper .swiper-slide .workImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.workSwiper .swiper-slide .workImg::before {
  content: "";
  display: block;
  padding-top: 60.4369%;
}
.workSwiper .swiper-slide .workTxt {
  display: block;
  overflow: hidden;
  height: 62px;
  line-height: 62px;
  background-color: #fff;
  text-align: center;
  font-size: 18px;
  color: #4d4d4d;
}
.workSwiper .swiper-slide:hover .workImg>img {
  transform: scale(1.1);
}
.workSwiper .swiper-slide:hover .workTxt {
  border-color: #008f47;
  background-color: #008f47;
  color: #fff;
}
.work-prev,
.work-next {
  width: 40px;
  float: left;
  height: 40px;
  background-color: #f2f2f2;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: -88px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0.3;
  transition: all 0.4s;
}
.work-next {
  left: initial;
  right: -88px;
}
.work-prev:hover,
.work-next:hover {
  opacity: 1;
}

@media (max-width: 1300px) {
  .work {
    padding: 50px 0;
  }
  .work-prev,
  .work-next {
    left: 0;
    opacity: 0.5;
  }
  .work-next {
    left: initial;
    right: 0;
  }
}

@media (max-width: 991px) {
  .work {
    padding: 30px 0;
  }
  .workContect {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .work {
    padding: 20px 0;
  }
  .workContect {
    margin-top: 15px;
  }
  .workSwiper .swiper-slide .workTxt {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

/* 新闻中心 */
.news {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.newsContect {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.newsLeft {
  width: calc(50% - 15px);
  float: left;
}
.newsLeft>a {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.newsLeft>a .newsImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.newsLeft>a .newsImg::before {
  content: "";
  display: block;
  padding-top: 48.3923%;
}
.newsLeft>a .newsBox {
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}
.newsLeft>a .newsBox .newsTitle {
  display: block;
  overflow: hidden;
  line-height: 25px;
  font-size: 18px;
  color: #242424;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsLeft>a .newsBox .newsTxt {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  color: #929292;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0 15px 0;
}
.newsLeft>a .newsBox .newsTime {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #616161;
}
.newsLeft>a:hover .newsImg>img {
  transform: scale(1.1);
}
.newsLeft>a:hover .newsBox .newsTitle {
  color: #008f47;
}

.newsRight {
  width: calc(50% - 15px);
  float: right;
}
.newsRightBox {
  width: 100%;
  float: left;
  margin-bottom: 30px;
  border: 1px solid #d8d8d8;
  border-top-width: 2px;
  padding: 20px;
}
.newsRightBox .newsSubTitle {
  width: 100%;
  float: left;
  line-height: 28px;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #008f47;
  margin-bottom: 25px;
}
.newsRightBox .newsSubTitle>img {
  float: left;
  margin-right: 10px;
}
.newsRightBox .newsList {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.newsRightBox .newsList>li {
  width: 50%;
  float: left;
  border-right: 1px solid #dfdfdf;
  display: flex;
}
.newsRightBox .newsList>li>a {
  width: calc(100% - 40px);
  float: left;
}
.newsRightBox .newsList>li>a .newsTitle {
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 16px;
  color: #363636;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsRightBox .newsList>li>a .newsTxt {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  color: #9a9a9a;
  margin: 14px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsRightBox .newsList>li>a .newsTime {
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 14px;
  color: #616161;
}
.newsRightBox .newsList>li:nth-child(even) {
  border-right: none;
  justify-content: flex-end;
}
.newsRightBox .newsList>li>a:hover .newsTitle {
  color: #008f47;
}

@media (max-width: 1300px) {
  .newsContect {
    margin-top: 40px;
  }
  .newsRightBox {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .newsContect {
    margin-top: 30px;
  }
  .newsRightBox .newsList>li>a {
    width: calc(100% - 15px);
  }
}

@media (max-width: 767px) {
  .news {
    padding: 20px 0;
  }
  .newsContect {
    margin-top: 15px;
  }
  .newsLeft {
    width: 100%;
  }
  .newsLeft>a .newsImg {
    width: 30%;
    float: left;
  }
  .newsLeft>a .newsBox {
    width: 70%;
    float: left;
    padding: 0 0 0 20px;
  }

  .newsLeft>a .newsBox .newsTxt {
    margin: 10px 0;
  }

  .newsRight {
    width: 100%;
    margin-top: 20px;
  }
  .newsRightBox .newsList>li>a {
    width: calc(100% - 15px);
  }
  .newsRightBox {
    padding: 15px;
  }
  .newsRightBox .newsSubTitle {
    margin-bottom: 15px;
  }
  .newsRightBox:last-child {
    margin: 0;
  }
}

/* END-main */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 45px 0;
}
.mainLeft {
  width: 255px;
  float: left;
}
.leftMenu {
  width: 100%;
  float: left;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  border-top: 5px solid #f6bf00;
}
.menuTitle {
  display: block;
  overflow: hidden;
  height: 78px;
  line-height: 78px;
  background-color: #008f47;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 20px;
}
.menuTitle>span {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
}
.menuList {
  display: block;
  overflow: hidden;
  transition: initial;
  border: 1px solid #ececec;
  border-top: none;
}
.menuList>li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ececec;
}
.menuList>li>a {
  display: block;
  overflow: hidden;
  padding: 0 20px;
}
.menuList>li>a>span {
  display: block;
  overflow: hidden;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  color: #3e3e3e;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menuList>li>a>span::before {
  content: "";
  width: 16px;
  float: right;
  height: 16px;
  background-image: url(../images/menu_li1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 19px 0 0 10px;
}
.menuList>li>a:hover,
.menuList>li.menuActive>a {
  background-image: linear-gradient(#fff, #e0e0e0);
}
.menuList>li>a:hover>span,
.menuList>li.menuActive>a>span {
  color: #008f47;
}
.menuList>li>a:hover>span::before,
.menuList>li.menuActive>a>span::before {
  background-image: url(../images/menu_li2.png);
}

.menuDianhuaBox {
  width: 100%;
  float: left;
  border: 3px solid #eee;
  margin-top: 30px;
  background: url(../images/menu_bj.jpg) no-repeat center center;
  background-size: cover;
  height: 205px;
  padding: 15px 20px;
  color: #fff;
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
}
.menuDianhuaBox>p {
  display: block;
  overflow: hidden;
  line-height: 32px;
  padding-left: 28px;
  background: url(../images/menu_dianhua.png) no-repeat left center;
}
.menuDianhuaBox>p:first-child {
  margin-top: 10px;
}

.mainRight {
  width: 1000px;
  float: right;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #555;
}
.company img {
  display: block;
  max-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .main {
    padding: 40px 0;
  }
  .mainLeft {
    width: 24%;
  }
  .mainRight {
    width: 74%;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
  .mainLeft {
    width: 29%;
  }
  .mainRight {
    width: 69%;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .mainLeft {
    width: 100%;
  }
  .leftMenu {
    margin: 0;
    border: none;
  }
  .menuTitle {
    width: calc(100% + 40px);
    text-align: left;
    margin-left: -20px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    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;
  }
  .menuList>li>a>span {
    height: 40px;
    line-height: 40px;
  }
  .menuList>li>a>span::before {
    margin: 12px 0 0 10px;
  }

  .mainRight {
    width: 100%;
    padding: 20px 0;
  }
  .company {
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 产品中心/案例展示/设备展示 */
.cpList {
  display: flex;
  flex-wrap: wrap;
  width: 1020px;
}
.cpList>li {
  width: 235px;
  float: left;
  margin: 0 20px 20px 0;
}
.cpList>li>a {
  width: 100%;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  padding: 6px;
}
.cpList>li>a .cpImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpList>li>a .cpImg::before {
  content: "";
  display: block;
  padding-top: 82.5113%;
}
.cpList>li>a .cpTxt {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #323232;
}
.cpList>li>a:hover {
  background-color: #008f47;
}
.cpList>li>a:hover .cpImg>img {
  transform: scale(1.1);
}
.cpList>li>a:hover .cpTxt {
  color: #fff;
}

.cpxq {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cpxqLeft {
  width: 52.2%;
  float: left;
  padding: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
}
.cpxqLeft>img {
  width: 100%;
  display: block;
  height: auto;
}
.cpxqRight {
  width: 44.5%;
  float: right;
}
.cpxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 30px;
  color: #1c1c1c;
  line-height: 36px;
  padding: 5px 0;
  margin-bottom: 20px;
}
.cpxqTxt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #000;
  min-height: 240px;
}
.cpxqTxt>span {
  display: block;
  overflow: hidden;
  font-weight: bold;
  color: #008f47;
  font-size: 18px;
}
.cpxqDianhua {
  display: block;
  overflow: hidden;
  margin-top: 25px;
  border-top: 1px solid #ababab;
  border-bottom: 1px solid #ababab;
  padding: 40px 0 30px 50px;
  background: url(../images/cpxq_dianhua.png) no-repeat left center;
  font-size: 18px;
  color: #373737;
}
.cpxqDianhua>span {
  font-size: 24px;
  font-weight: bold;
}
.cpxqContect {
  width: 100%;
  float: left;
  margin-top: 40px;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.cpxqSubTitle {
  display: block;
  overflow: hidden;
  background-color: #f4f4f4;
  margin-bottom: 25px;
  padding: 0 20px;
}
.cpxqSubTitle>span {
  float: left;
  height: 70px;
  line-height: 67px;
  font-size: 18px;
  color: #008f47;
  font-weight: bold;
  border-bottom: 3px solid #008f47;
}
.cpxqContect img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .cpList {
    width: 102%;
    margin-left: -1%;
  }
  .cpList>li {
    width: 23%;
    margin: 0 1% 20px 1%;
  }
}

@media (max-width: 991px) {
  .cpList>li {
    width: 31.3333%;
    margin: 0 1% 15px 1%;
  }
}

@media (max-width: 767px) {
  .cpList>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .cpxqLeft {
    width: 100%;
  }
  .cpxqRight {
    width: 100%;
  }
  .cpxqTitle {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0;
  }
  .cpxqTxt {
    font-size: 14px;
    min-height: initial;
  }

  .cpxqDianhua {
    margin-top: 15px;
    padding: 15px 0 15px 50px;
    font-size: 16px;
  }
  .cpxqDianhua>span {
    font-size: 20px;
  }
  .cpxqContect {
    margin-top: 10px;
    font-size: 14px;
  }
  .cpxqSubTitle {
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .cpxqSubTitle>span {
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    border-bottom: 2px solid #008f47;
  }

}
/* END-产品中心/案例展示/设备展示 */

/* 新闻中心 */
.xwList {
  display: flex;
  flex-wrap: wrap;
}
.xwList>li {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.xwList>li>a {
  width: 100%;
  float: left;
  display: flex;
  padding: 13px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.xwList>li>a .xwImg {
  width: 200px;
  float: left;
  overflow: hidden;
  position: relative;
}
.xwList>li>a .xwRight {
  width: calc(100% - 200px);
  float: left;
  padding: 5px 20px;
}
.xwList>li>a .xwRight .xwTitle {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 18px;
  color: #0e0e0e;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xwList>li>a .xwRight .xwTxt {
  display: block;
  overflow: hidden;
  height: 96px;
  line-height: 24px;
  font-size: 16px;
  color: #999;
  margin: 7px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.xwList>li>a .xwRight .xwTime {
  display: block;
  overflow: hidden;
  line-height: 18px;
  font-size: 16px;
  color: #999;
}
.xwList>li>a:hover {
  background-color: #008f47;
}
.xwList>li>a:hover .xwRight .xwTitle,
.xwList>li>a:hover .xwRight .xwTxt,
.xwList>li>a:hover .xwRight .xwTime {
  color: #fff;
}

.xwxq {
  display: block;
  overflow: hidden;
}
.xwxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 24px;
  color: #0e0e0e;
  line-height: 32px;
}
.xwxqTime {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #666;
  font-family: SimSun;
  line-height: 22px;
  padding: 10px 0;
  border-bottom: 1px dashed #eaeaea;
  margin-bottom: 30px;
}
.xwxqContect {
  display: block;
  overflow: hidden;
  color: #565656;
  font-size: 16px;
  line-height: 24px;
}
.xwxqContect img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .xwList>li>a .xwRight {
    padding: 5px 0 5px 20px;
  }
}

@media (max-width: 767px) {
  .xwList>li {
    margin-bottom: 10px;
  }
  .xwList>li>a {
    padding: 3px;
  }
  .xwList>li>a .xwImg {
    width: 140px;
  }
  .xwList>li>a .xwRight {
    width: calc(100% - 140px);
    padding: 5px 0 5px 10px;
  }
  .xwList>li>a .xwRight .xwTitle {
    font-size: 16px;
  }
  .xwList>li>a .xwRight .xwTxt {
    height: 60px;
    line-height: 20px;
    font-size: 14px;
    margin: 5px 0;
    -webkit-line-clamp: 3;
  }
  .xwxqTitle {
    font-size: 18px;
    line-height: 24px;
  }
  .xwxqTime {
    line-height: 20px;
    padding: 5px 0;
    margin-bottom: 10px;
  }
  .xwxqContect {
    font-size: 14px;
    line-height: 30px;
  }
}
/* END-新闻中心 */

/* 联系我们 */
.contactList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactList>li {
  width: calc(50% - 10px);
  float: left;
  margin-bottom: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  padding: 20px 30px;
}
.contactList>li .contactTitle {
  display: block;
  overflow: hidden;
  line-height: 34px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
  font-size: 18px;
  color: #373737;
  font-weight: bold;
  margin-bottom: 10px;
}
.contactList>li .contactTxt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #555555;
}

@media (max-width: 991px) {
  .contactList>li {
    width: 100%;
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .contactList>li {
    margin-bottom: 10px;
    padding: 15px;
  }
  .contactList>li .contactTitle {
    line-height: 30px;
    padding-bottom: 5px;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .contactList>li .contactTxt {
    font-size: 14px;
  }
}
/* END-联系我们 */