/* 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%;
  overflow: hidden;
  padding: 80px 0;
}
.aboutTitle {
  float: left;
  margin-top: 20px;
}
.aboutEn {
  line-height: 34px;
  font-size: 36px;
  color: #0075c2;
  text-transform: uppercase;
}
.aboutEn::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #eaeff5;
  margin: 10px 0;
}
.aboutCn {
  line-height: 30px;
  font-size: 24px;
  color: #0075c2;
  font-weight: bold;
}
.aboutContect {
  width: 100%;
  float: left;
  position: relative;
}
.aboutRight {
  width: 52%;
  float: right;
  margin-top: -106px;
  padding: 0 50px 50px 0;
  position: relative;
}
.aboutRight::before {
  content: "";
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  float: left;
  position: absolute;
  right: 0;
  bottom: 0;
  border: 20px solid #f2f8fc;
}
.aboutRight .aboutImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.aboutRight .aboutImg::before {
  content: "";
  display: block;
  padding-top: 40.2703%;
}
.aboutLeft {
  width: 43%;
  float: left;
}
.aboutTxt {
  display: block;
  overflow: hidden;
  font-size: 13px;
  line-height: 30px;
  min-height: 150px;
  margin-top: 15px;
}
.aboutMore {
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.aboutMore>a {
  width: 170px;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0, 117, 194, 1);
  font-size: 13px;
  color: #fff;
}
.aboutMore>a:hover {
  width: 120px;
}

@media (max-width: 1200px) {
  .about {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
  .aboutRight {
    padding: 0 30px 30px 0;
  }
  .aboutRight::before {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 10px solid #f2f8fc;
  }
  .aboutRight .aboutImg::before {
    padding-top: 100%;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .aboutTitle {
    width: 100%;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .aboutEn {
    line-height: 30px;
    font-size: 20px;
  }
  .aboutEn::after {
    margin: 2px 0;
  }
  .aboutCn {
    width: 100%;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
  }
  .aboutRight {
    width: 100%;
    padding: 0 10px 10px 0;
    margin: 10px 0 0 0;
  }
  .aboutRight::before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 5px solid #f2f8fc;
  }
  .aboutRight .aboutImg::before {
    padding-top: 40.2703%;
  }
  .aboutLeft {
    width: 100%;
  }
  .aboutTxt {
    line-height: 24px;
    margin-top: 10px;
  }
  .aboutMore {
    margin-top: 10px;
  }
  .aboutMore>a {
    width: 120px;
    height: 30px;
    line-height: 30px;
  }
}

/* 产品中心 */
.cpzx {
  width: 100%;
  overflow: hidden;
  background: url(../images/cpzx_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}
.cpzxTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  color: #333;
}
.cpzxCn {
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
}
.cpzxEn {
  line-height: 24px;
  font-size: 14px;
  text-transform: uppercase;
}
.cpzxNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.cpzxNav li {
  width: 170px;
  float: left;
  margin: 0 5px 10px 5px;
}
.cpzxNav li>a {
  display: block;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.cpzxNav li.cpzxActive>a {
  background-color: rgba(0, 117, 194, 1);
  color: #fff;
}
.cpzxConetct {
  display: block;
  overflow: hidden;
  padding-top: 20px;
}
.cpzxConetct>div {
  display: none;
}
.cpzxConetct>div:first-child {
  display: block;
}
.cpzxList {
  display: block;
  overflow: hidden;
  width: 1560px;
}
.cpzxList li {
  width: 480px;
  float: left;
  margin: 0 40px 30px 0;
}
.cpzxList li>a {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 20px;
  position: relative;
}
.cpzxList li>a .cpzxImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  margin-bottom: 50px;
}
.cpzxList li>a .cpzxImg>img {
  transform: scale(1.1);
}
.cpzxList li>a .cpzxImg::before {
  content: "";
  display: block;
  padding-top: 56.8182%;
}
.cpzxList li>a .cpzxTxt {
  width: calc(100% - 40px);
  float: left;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 13px;
  color: #333;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  background-color: rgba(245, 245, 245, 1);
}
.cpzxList li>a .cpzxTxt>span {
  width: 100%;
  height: 0;
  overflow: hidden;
  float: left;
  position: relative;
}
.cpzxList li>a .cpzxTxt>span::before {
  content: "+";
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #fff;
  font-family: SimSun;
  font-family: 13px;
  color: #fff;
}
.cpzxList li>a:hover .cpzxImg>img {
  transform: scale(1);
}
.cpzxList li>a:hover .cpzxTxt {
  width: 100%;
  height: 100%;
  color: #fff;
  bottom: 0;
  background-color: rgba(0, 117, 194, 0.8);
}
.cpzxList li>a:hover .cpzxTxt>span {
  height: auto;
  margin-top: 25px;
}
.cpzx .aboutMore {
  display: flex;
  justify-content: center;
  margin: 0;
}

@media (max-width: 1520px) {
  .cpzxNav li {
    width: 13.285%;
    margin: 0 0.5% 10px 0.5%;
  }
  .cpzxList {
    width: 102%;
    margin-left: -1%;
  }
  .cpzxList li {
    width: 31.3333%;
    margin: 0 1% 30px 1%;
  }
}

@media (max-width: 1200px) {
  .cpzx {
    padding: 40px 0;
  }
  .cpzxNav li {
    width: 15.6666%;
  }
}

@media (max-width: 991px) {
  .cpzx {
    padding: 30px 0;
  }
  .cpzxCn {
    line-height: 30px;
    font-size: 20px;
  }
  .cpzxEn {
    line-height: 20px;
  }
  .cpzxNav {
    padding-top: 10px;
  }
  .cpzxNav li {
    width: 32.3333%;
    margin: 0 0.5% 1% 0.5%;
  }
  .cpzxNav li>a {
    height: 38px;
    line-height: 38px;
  }
  .cpzxConetct {
    padding-top: 10px;
  }
  .cpzxList li {
    width: 48%;
    margin: 0 1% 2% 1%;
  }
  .cpzxList li>a {
    padding: 5px;
  }
  .cpzxList li>a .cpzxImg {
    margin-bottom: 40px;
  }
  .cpzxList li>a .cpzxTxt {
    width: calc(100% - 10px);
    bottom: 5px;
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .cpzxList li>a .cpzxImg>img {
    transform: scale(1);
  }
  .cpzx {
    padding: 15px 0;
  }
  .cpzxNav li {
    width: 32.3333%;
  }
}

/* 案例展示 */
.case {
  width: 100%;
  overflow: hidden;
  padding: 50px 0 95px 0;
}
.caseSwiper {
  margin-top: 35px;
  padding-bottom: 70px;
}
.caseSwiper .swiper-slide>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.caseSwiper .swiper-slide>a>img {
  transform: scale(1.1);
}
.caseSwiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 73.0556%;
}
.caseSwiper .swiper-slide>a .caseTxt {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 117, 194, 0.8);
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}
.caseSwiper .swiper-slide>a:hover>img {
  transform: scale(1);
}
.caseSwiper .swiper-slide>a:hover .caseTxt {
  height: 100%;
}
.caseSwiper .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
}
.caseSwiper .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  float: left;
  background: rgba(51, 51, 51, 1);
  opacity: 1;
  border-radius: 50%;
}
.caseSwiper>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
.caseSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: rgba(0, 117, 194, 1);
}

@media (max-width: 1520px) {
  .case {
    padding: 50px 0 70px 0;
  }
}

@media (max-width: 1200px) {
  .case {
    padding: 40px 0 50px 0;
  }
  .caseSwiper {
    margin-top: 30px;
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .case {
    padding: 30px 0;
  }
  .caseSwiper {
    margin-top: 20px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .case {
    padding: 15px 0;
  }
  .caseSwiper {
    margin-top: 10px;
    padding-bottom: 20px;
  }
}

/* 新闻资讯 */
.news {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 55px 0;
}
.newsContect {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.newsTitle {
  float: left;
  display: flex;
  align-items: center;
  line-height: 34px;
  font-size: 24px;
  color: #333;
  margin-bottom: 25px;
}
.newsTitle::after {
  content: "";
  width: 96px;
  float: right;
  height: 3px;
  background-color: #2580bb;
  margin-left: 20px;
}
.newsLeft {
  width: 57.5%;
  float: left;
}
.newsList {
  width: 100%;
  float: left;
}
.newsList li {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.newsList li>a {
  width: 100%;
  float: left;
  display: flex;
  overflow: hidden;
  border: 1px solid #eee;
  background-color: #fff;
  padding: 20px;
}
.newsList li>a .newsImg {
  width: 252px;
  float: left;
  overflow: hidden;
  position: relative;
  border: 1px solid #eee;
}
.newsList li>a .newsImg::before {
  content: "";
  display: block;
  padding-top: 56.5218%;
}
.newsList li>a .newsR {
  width: calc(100% - 252px);
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 12px 0 12px 30px;
}
.newsList li>a .newsR .newsTit {
  width: 100%;
  overflow: hidden;
  line-height: 32px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
}
.newsList li>a .newsR .newsTxt {
  width: 100%;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 5px 0 8px 0;
}
.newsList li>a .newsR .newsTime {
  width: 100%;
  overflow: hidden;
  line-height: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #000;
}
.newsList li>a:hover {
  background-color: rgba(0, 117, 194, 1) !important;
}
.newsList li>a:hover .newsR .newsTit,
.newsList li>a:hover .newsR .newsTxt,
.newsList li>a:hover .newsR .newsTime {
  color: #fff;
}

.newsRight {
  width: 37.5%;
  float: left;
}
.newsNous {
  width: 100%;
  background-color: #fff;
  float: left;
  border: 1px solid #e5e5e5;
  padding: 20px;
}
.newsNous li {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  line-height: 30px;
}
.newsNous li:last-child {
  border-bottom: none;
}
.newsNous li>h2 {
  display: block;
  overflow: hidden;
  padding: 0 40px 0 10px;
  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: #000;
}
.newsNous li>h2>a:hover {
  text-decoration: underline;
  color: #2480bb;
}
.newsNous li .newsTxtBox {
  display: none;
  width: 100%;
  overflow: hidden;
  padding: 0 10px 10px 10px;
  transition: initial;
}
.newsNous li .newsTxtBox .newsTxt {
  display: block;
  overflow: hidden;
  height: 180px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.newsNous li.actived>h2::after {
  background-image: url(../images/news_more2.png);
}

@media (max-width: 1200px) {
  .news {
    padding: 40px 0;
  }
  .newsContect {
    margin-top: 30px;
  }
  .newsRight {
    width: 39.5%;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .newsContect {
    margin-top: 20px;
  }
  .newsList li>a .newsImg {
    width: 150px;
  }
  .newsList li>a .newsR {
    width: calc(100% - 150px);
    padding: 12px 0 12px 20px;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .newsContect {
    margin-top: 10px;
  }
  .newsTitle {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .newsTitle::after {
    margin-left: 10px;
  }
  .newsLeft {
    width: 100%;
  }
  .newsList li {
    margin-bottom: 10px;
  }
  .newsList li>a {
    padding: 5px;
  }
  .newsList li>a .newsImg {
    width: 120px;
  }
  .newsList li>a .newsR {
    width: calc(100% - 120px);
    padding: 5px 0 5px 10px;
  }
  .newsList li>a .newsR .newsTit {
    line-height: 30px;
  }
  .newsList li>a .newsR .newsTxt {
    line-height: 22px;
    margin: 5px 0;
  }

  .newsRight {
    width: 100%;
    margin-top: 10px;
  }
  .newsNous {
    padding: 5px;
  }
  .newsNous li {
    padding: 5px 0;
    line-height: 26px;
  }
  .newsNous li .newsTxtBox .newsTxt {
    height: auto;
  }
}

/* 友情链接 */
.link {
  width: 100%;
  overflow: hidden;
  line-height: 26px;
  padding: 25px 0;
  background-color: #f7f7f7;
}
.linkTitle {
  float: left;
  font-size: 20px;
  color: #333;
  background: url(../images/link_icon.png) no-repeat 10px center;
  padding-left: 45px;
  margin-right: 40px;
}
.linkTxt {
  display: block;
  overflow: hidden;
  line-height: 26px;
}
.linkTxt>a {
  font-size: 13px;
  color: #333;
  margin: 0 5px;
}
.linkTxt>a:hover {
  color: #084d9e;
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .link {
    padding: 20px 0;
  }
  .linkTitle {
    margin-right: 20px;
  }
}

@media (max-width: 991px) {
  .link {
    padding: 15px 0;
  }
  .linkTitle {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .link {
    padding: 10px 0;
  }
  .linkTitle {
    margin-right: 10px;
  }
  .linkTitle {
    font-size: 16px;
    line-height: 24px;
    background: url(../images/link_icon.png) no-repeat left center;
    background-size: contain;
    padding-left: 30px;
    margin-right: 5px;
  }
  .linkTxt {
    overflow: initial;
    line-height: 24px;
  }
}
/* END-main */

/* 关于凯惠 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.mainLeft {
  width: 365px;
  float: left;
}
.leftMenu {
  width: 100%;
  float: left;
}
.menuTitle {
  display: block;
  overflow: hidden;
  background-color: rgba(0, 117, 194, 1);
  padding: 25px 0 35px 60px;
}
.menuEn {
  display: block;
  overflow: hidden;
  line-height: 70px;
  font-size: 60px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.1);
}
.menuCn {
  display: block;
  overflow: hidden;
  line-height: 40px;
  margin-top: -30px;
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 30px;
}
.menuCn>span {
  float: left;
  padding-right: 25px;
  background: url(../images/menu_jiantou.png) no-repeat right center;
}

.menuList {
  display: block;
  overflow: hidden;
  transition: initial;
}
.menuList li {
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
.menuList li a {
  display: block;
  overflow: hidden;
  background-color: #f0f0f0;
  padding: 0 20px 0 30px;
}
.menuList li a>span {
  display: block;
  overflow: hidden;
  position: relative;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
}
.menuList li a>span::before {
  content: "";
  width: 11px;
  float: left;
  height: 11px;
  border: 3px solid #333;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.menuList li a>span::after {
  content: ">>";
  float: left;
  font-family: SimSun;
  font-size: 16px;
  right: #333;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.menuList li:hover>a,
.menuList li.menuActive>a {
  background-color: #0075c2;
}
.menuList li:hover>a>span,
.menuList li.menuActive>a>span,
.menuList li:hover>a>span::after,
.menuList li.menuActive>a>span::after {
  color: #fff;
}
.menuList li:hover>a>span::before,
.menuList li.menuActive>a>span::before {
  border-color: #fff;
}

.menuBox {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}
.menuBox::before {
  content: "";
  display: block;
  padding-top: 78.3562%;
}
.menuBox .menuDianhua {
  width: 100%;
  float: left;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 48px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.mainRight {
  width: 1120px;
  float: right;
}
.dqwzTitle {
  width: 100%;
  float: left;
  line-height: 24px;
  font-size: 14px;
  color: #0075c2;
  margin-top: 40px;
}
.dqwzContect {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.company img{ max-width:100% !important; height:auto !important;}

@media (max-width: 1520px) {
  .mainLeft {
    width: 24%;
  }
  .menuTitle {
    padding: 25px 0 35px 40px;
  }
  .mainRight {
    width: 74%;
  }
}

@media (max-width: 1200px) {
  .main {
    padding: 30px 0;
  }
  .mainLeft {
    width: 29%;
  }
  .menuTitle {
    padding: 15px 0 25px 20px;
  }
  .mainRight {
    width: 69%;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 20px 0;
  }
  .mainLeft {
    width: 34%;
  }
  .menuEn {
    line-height: 60px;
    font-size: 50px;
  }
  .menuCn {
    margin-top: -20px;
  }
  .menuList li a {
    padding: 0 15px;
  }
  .menuBox .menuDianhua {
    font-size: 22px;
    line-height: 38px;
  }
  .mainRight {
    width: 64%;
  }
  .dqwzTitle {
    margin-top: 20px;
  }
  .dqwzContect {
    padding-top: 20px;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .mainLeft {
    width: 100%;
  }
  .leftMenu {
    margin: 0;
  }
  .menuTitle {
    width: calc(100% + 30px);
    text-align: left;
    margin-left: -15px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
  }
  .menuTitle::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .menuList {
    display: none;
  }
  .menuList li {
    margin-top: 2px;
    position: relative;
  }
  .menuList li a>span {
    height: 40px;
    line-height: 40px;
  }
  .mainRight {
    width: 100%;
  }
  .dqwzContect {
    padding: 15px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于凯惠 */

/* 产品中心/工厂展示 */
.dqwzContect .cpzxList {
  width: 1149px;
}
.dqwzContect .cpzxList li {
  width: 354px;
  margin: 0 29px 29px 0;
}
.dqwzContect .cpzxList li>a {
  background-color: #f5f5f5;
  padding: 0;
}
.dqwzContect .cpzxList li>a .cpzxImg {
  background-color: #f5f5f5;
  margin-bottom: 45px;
}
.dqwzContect .cpzxList li>a .cpzxImg::before {
  padding-top: 70.0737%;
}
.cpzxList li>a .cpzxTxt {
  width: 100%;
  height: 45px;
  font-size: 14px;
  bottom: 0;
  background-color: rgba(245, 245, 245, 1);
}

.cpxq {
  display: block;
  overflow: hidden;
}
.cpxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: rgba(0, 117, 194, 1);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.cpxqImg{ width:100%; text-align:center; max-width:800px; display:block; margin:10px auto;}
.cpxqImg img{ max-width:100%;}
.cpxqContect {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  padding-top: 10px;
}
.cpxqContect img {
  max-width: 100% !important;
  height: auto !important;
  margin: 10px auto;
}
.cpxqContect table{ width:100% !important; padding:0px !important;}
.cpxqContect table tr td{ width:auto !important; padding:0px !important;}

@media (max-width: 1520px) {
  .dqwzContect .cpzxList {
    width: 102%;
    margin-left: -1%;
  }
  .dqwzContect .cpzxList li {
    width: 31.3333%;
    margin: 0 1% 29px 1%;
  }
}

@media (max-width: 1200px) {
  .dqwzContect .cpzxList li {
    margin: 0 1% 2% 1%;
  }
}

@media (max-width: 991px) {
  .dqwzContect .cpzxList li {
    width: 48%;
  }
}

@media (max-width: 767px) {
  .dqwzContect .cpzxList li>a .cpzxImg {
    margin-bottom: 38px;
  }
  .cpzxList li>a .cpzxTxt {
    height: 38px;
  }

  .cpxqTitle {
    font-size: 16px;
  }
  .cpxqContect {
    line-height: 24px;
  }
}
/* END-产品中心/工厂展示 */

/* 案例展示/荣誉资质 */
.caseList {
  display: block;
  overflow: hidden;
  width: 1149px;
}
.caseList li {
  width: 354px;
  float: left;
  margin: 0 29px 29px 0;
}
.caseList li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.caseList li>a>img {
  transform: scale(1.1);
}
.caseList li>a::before {
  content: "";
  display: block;
  padding-top: 73.0556%;
}
.caseList li>a .caseTxt {
  width: 100%;
  height: 36px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 117, 194, 0.8);
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
}
.caseList li>a:hover>img {
  transform: scale(1);
}
.caseList li>a:hover .caseTxt {
  height: 100%;
}

@media (max-width: 1520px) {
  .caseList {
    width: 102%;
    margin-left: -1%;
  }
  .caseList li {
    width: 31.3333%;
    margin: 0 1% 29px 1%;
  }
}

@media (max-width: 1200px) {
  .caseList li {
    margin: 0 1% 2% 1%;
  }
}

@media (max-width: 991px) {
  .caseList li {
    width: 48%;
  }
}

/* END-案例展示/荣誉资质 */

/* 新闻中心 */
.dqwzContect .newsList li>a {
  border: 1px solid #eee;
  background-color: #f5f5f5;
}

.xwxq {
  display: block;
  overflow: hidden;
}
.xwxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: rgba(0, 117, 194, 1);
  font-weight: bold;
  line-height: 1.2;
}
.xwxqTime {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 1.1;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.xwxqContect {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  padding-top: 10px;
}
.xwxqContect img {
  max-width: 100% !important;
  height: auto !important;
  margin: 10px auto;
}

@media (max-width: 767px) {
  .xwxqTitle {
    font-size: 16px;
  }
  .xwxqContect {
    line-height: 24px;
  }
}
/* END-新闻中心 */

/* 联系我们 */
.contactTxt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
}
.contactMap {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}

@media (max-width: 767px) {

  .contactTxt {
    font-size: 14px;
    line-height: 24px;
  }
  .contactMap {
    margin-top: 10px;
  }
}
/* END-联系我们 */