/* 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: 60px 0 30px 0;
  position: relative;
}
.about::before {
  content: "";
  width: 100%;
  height: 125px;
  background-color: #008cd6;
  position: absolute;
  left: 0;
  bottom: 0;
}
.about::after {
  content: "";
  width: 36%;
  height: 125px;
  background-image: url(../images/gsjj_bj.jpg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #03a8ff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.aboutLeft {
  width: 52.5%;
  float: left;
  overflow: hidden;
  position: relative;
}
.aboutLeft::before {
  content: "";
  display: block;
  padding-top: 64.08228%;
}
.aboutRight {
  width: 47.5%;
  float: right;
  padding: 20px 0 0 40px;
  position: relative;
  z-index: 5;
}
.aboutTitle {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 28px;
  color: #333;
}
.aboutTitle::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #008cd6;
  display: block;
  margin: 15px 0;
}
.aboutSubTitle {
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  color: #999;
}
.aboutTxt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #999;
  line-height: 30px;
  margin: 15px 0 30px 0;
}
.aboutMore {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.aboutMore>a {
  width: 118px;
  float: left;
  height: 40px;
  line-height: 40px;
  position: relative;
  margin-top: 42px;
  background-color: #fff;
}
.aboutDianhua {
  width: 234px;
  float: right;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
}
.aboutDianhua>span {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.aboutDianhua::after {
  content: "";
  width: 25px;
  height: 3px;
  background-color: #fff;
  display: block;
  margin-top: 9px;
}

@media (max-width: 1200px) {
  .about {
    padding: 50px 0 30px 0;
  }
  .about::after {
    width: 32%;
  }
  .aboutRight {
    padding: 20px 0 0 30px;
  }
}

@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
  .aboutRight {
    padding: 0 0 0 20px;
  }
  .aboutTitle::after {
    margin: 10px 0;
  }
  .aboutTxt {
    line-height: 26px;
    margin: 10px 0 30px 0;
  }
  .aboutMore>a {
    margin-top: 20px;
  }
  .aboutDianhua {
    width: 170px;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .about::before {
    height: 65px;
  }
  .about::after {
    height: 65px;
  }
  .aboutLeft {
    width: 100%;
  }
  .aboutRight {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .aboutTitle {
    line-height: 30px;
    font-size: 20px;
  }
  .aboutTitle::after {
    margin: 5px 0;
  }
  .aboutSubTitle {
    line-height: 24px;
    font-size: 14px;
  }
  .aboutTxt {
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0 10px 0;
  }
  .aboutMore>a {
    margin-top: 10px;
  }
}

/* 产品展示 */
.cpzs {
  width: 100%;
  overflow: hidden;
  padding: 65px 0;
  background-image: linear-gradient(#f8f8f8, #fff);
}
.cpzsTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
  padding-bottom: 18px;
}
.cpzsTitle::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #bebebe;
  float: left;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cpzsTitle::after {
  content: "";
  width: 68px;
  height: 3px;
  background-color: #03a8ff;
  float: left;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.cpzsEn {
  line-height: 32px;
  font-size: 30px;
  color: #393939;
  font-weight: bold;
  text-transform: uppercase;
}
.cpzsCn {
  line-height: 40px;
  font-size: 30px;
  color: #393939;
  margin-top: 10px;
}
.cpzsCn>span {
  font-weight: bold;
  padding-right: 10px;
}
.cpzsNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 45px;
}
.cpzsNav>li {
  min-width: 162px;
  float: left;
  margin: 0 5px 5px 5px;
}
.cpzsNav>li>a {
  display: block;
  overflow: hidden;
  height: 42px;
  line-height: 40px;
  border: 1px solid #dedede;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
  color: #666;
  padding: 0 10px;
}
.cpzsNav>li>a:hover,
.cpzsNav>li.cpzsActive>a {
  background-color: #008cd6;
  color: #fff;
  border-color: #008cd6;
}
.cpzsContect {
  display: flex;
  position: relative;
  margin-top: 30px;
}
.cpzsSwiper .swiper-slide {
  padding: 10px;
}
.cpzsSwiper .swiper-slide>a {
  width: 100%;
  display: block;
  overflow: hidden;
  border: 1px solid #e7e7e7;
}
.cpzsSwiper .swiper-slide>a .cpzsImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
}
.cpzsSwiper .swiper-slide>a .cpzsImg::before {
  content: "";
  display: block;
  padding-top: 75.7895%;
}
.cpzsSwiper .swiper-slide>a .cpzsTxt {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.cpzsSwiper .swiper-slide>a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.cpzsSwiper .swiper-slide>a:hover .cpzsImg>img {
  transform: scale(1.1);
}
.cpzsSwiper .swiper-slide>a:hover .cpzsTxt {
  color: #008cd6;
}
.cpzsContect .cpzs-prev,
.cpzsContect .cpzs-next {
  left: -84px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 28px;
  float: left;
  height: 40px;
  outline: none;
  cursor: pointer;
  z-index: 2;
}
.cpzsContect .cpzs-next {
  left: initial;
  right: -84px;
}

@media (max-width: 1200px) {
  .cpzs {
    padding: 50px 0;
  }
  .cpzsContect .cpzs-prev,
  .cpzsContect .cpzs-next {
    left: 0;
  }
  .cpzsContect .cpzs-next {
    left: initial;
    right: 0;
  }
}

@media (max-width: 991px) {
  .cpzs {
    padding: 30px 0;
  }
  .cpzsNav {
    padding-top: 25px;
  }
  .cpzsContect {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .cpzs {
    padding: 15px 0;
  }
  .cpzsTitle {
    padding-bottom: 5px;
  }
  .cpzsEn {
    line-height: 20px;
    font-size: 20px;
  }
  .cpzsCn {
    line-height: 30px;
    font-size: 20px;
    margin-top: 0;
  }
  .cpzsCn>span {
    padding-right: 5px;
  }
  .cpzsNav {
    padding-top: 15px;
  }
  .cpzsNav>li>a {
    height: 34px;
    line-height: 32px;
  }
  .cpzsContect {
    margin-top: 5px;
  }
  .cpzsSwiper .swiper-slide>a .cpzsTxt {
    height: 38px;
    line-height: 38px;
  }
}

/* 三大优势 */
.ys {
  width: 100%;
  overflow: hidden;
}
.ysTitle {
  display: block;
  overflow: hidden;
  background: url(../images/ys_title_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 55px 15px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.ysTitle>span {
  display: block;
  overflow: hidden;
  line-height: 44px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: bold;
}
.ysTitle>span>em {
  color: #03a8ff;
}
.ysContect {
  display: block;
  overflow: hidden;
  background: url(../images/ys_bj.jpg) no-repeat center center;
  background-size: cover;
}
.ysList {
  display: block;
  overflow: hidden;
}
.ysList>li {
  width: 100%;
  float: left;
  padding: 35px 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.ysList>li:first-child {
  padding: 60px 0;
}
.ysList>li:nth-child(2) {
  padding: 55px 0;
}
.ysList>li>.container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.ysList>li>.container .ysLeft {
  width: 43.5%;
  float: left;
  display: flex;
  justify-content: flex-end;
}
.ysList>li>.container .ysLeft>img {
  max-width: 100%;
  display: block;
  height: auto;
}
.ysList>li>.container .ysRight {
  width: 56.5%;
  float: left;
}
.ysList>li>.container .ysRight .ysBox {
  display: block;
  overflow: hidden;
  padding: 15px 10px;
  border: 1px dashed #008cd6;
  line-height: 18px;
  font-size: 15px;
  color: #666;
  text-transform: uppercase;
}
.ysList>li>.container .ysRight .ysBox .ysNub {
  float: left;
  height: 54px;
  line-height: 54px;
  font-size: 55px;
  color: #38b2ff;
  font-weight: bold;
  margin-right: 20px;
}
.ysList>li>.container .ysRight .ysBox>span {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 27px;
  color: #333;
  font-weight: bold;
}
.ysList>li>.container .ysRight .ysTxt {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-top: 25px;
  padding-left: 60px;
}

.ysList>li:nth-child(even) {
  background-color: initial;
}
.ysList>li:nth-child(even)>.container {
  flex-direction: row;
}
.ysList>li:nth-child(even)>.container .ysLeft {
  justify-content: flex-start;
}
.ysList>li:nth-child(2)>.container .ysLeft {
  justify-content: center;
}

@media (max-width: 1200px) {
  .ysTitle {
    padding: 45px 15px;
  }
  .ysList>li:first-child {
    padding: 50px 0;
  }
  .ysList>li:nth-child(2) {
    padding: 50px 0;
  }
  .ysList>li>.container .ysRight .ysTxt {
    padding-left: 40px;
  }
}

@media (max-width: 991px) {
  .ysTitle {
    padding: 30px 15px;
  }
  .ysList>li {
    padding: 30px 0;
  }
  .ysList>li:first-child {
    padding: 30px 0;
  }
  .ysList>li:nth-child(2) {
    padding: 30px 0;
  }
  .ysList>li>.container .ysRight .ysBox>span {
    font-size: 22px;
  }
  .ysList>li>.container .ysRight .ysTxt {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .ysTitle {
    padding: 15px;
    font-size: 12px;
    line-height: 16px;
  }
  .ysTitle>span {
    line-height: 30px;
    margin-bottom: 0;
    font-size: 20px;
  }
  .ysList>li {
    padding: 15px 0 !important;
  }
  .ysList>li>.container .ysLeft {
    width: 100%;
    justify-content: center;
  }
  .ysList>li>.container .ysRight {
    width: 100%;
    margin-top: 15px;
  }
  .ysList>li>.container .ysRight .ysBox {
    padding: 10px;
    line-height: 16px;
    font-size: 13px;
  }
  .ysList>li>.container .ysRight .ysBox .ysNub {
    height: 44px;
    line-height: 44px;
    font-size: 30px;
    margin-right: 10px;
  }
  .ysList>li>.container .ysRight .ysBox>span {
    line-height: 30px;
    font-size: 20px;
  }
  .ysList>li>.container .ysRight .ysTxt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
    padding: 0;
  }
}

/* 工程案例 */
.case {
  width: 100%;
  overflow: hidden;
  padding: 65px 0;
}
.caseSwiper {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-top: 35px;
}
.caseSwiper .swiper-slide {
  padding: 10px;
}
.caseSwiper .swiper-slide>a {
  width: 100%;
  overflow: hidden;
  display: block;
  border: 1px solid #e7e7e7;
}
.caseSwiper .swiper-slide>a .caseImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
}
.caseSwiper .swiper-slide>a .caseImg::before {
  content: "";
  display: block;
  padding-top: 71.57895%;
}
.caseSwiper .swiper-slide>a .caseTxt {
  display: block;
  overflow: hidden;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.caseSwiper .swiper-slide>a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.caseSwiper .swiper-slide>a:hover .caseImg>img {
  transform: scale(1.1);
}
.caseSwiper .swiper-slide>a:hover .caseTxt {
  color: #03a8ff;
}

@media (max-width: 1200px) {
  .case {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .case {
    padding: 30px 0;
  }
  .caseSwiper {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .case {
    padding: 15px 0;
  }
  .caseSwiper {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-top: 10px;
  }
  .caseSwiper .swiper-slide {
    padding: 5px;
  }
  .caseSwiper .swiper-slide>a .caseTxt {
    height: 38px;
    line-height: 38px;
  }
}

/* 设备展示 */
.equ {
  width: 100%;
  overflow: hidden;
  padding: 65px 0;
  background-image: linear-gradient(#f8f8f8, #fff);
}
.equSwiper {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-top: 35px;
}
.equSwiper .swiper-slide {
  padding: 10px;
}
.equSwiper .swiper-slide>a {
  width: 100%;
  overflow: hidden;
  display: block;
  border: 1px solid #e7e7e7;
}
.equSwiper .swiper-slide>a .equImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
}
.equSwiper .swiper-slide>a .equImg::before {
  content: "";
  display: block;
  padding-top: 71.57895%;
}
.equSwiper .swiper-slide>a .equTxt {
  display: block;
  overflow: hidden;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.equSwiper .swiper-slide>a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.equSwiper .swiper-slide>a:hover .equImg>img {
  transform: scale(1.1);
}
.equSwiper .swiper-slide>a:hover .equTxt {
  color: #03a8ff;
}

@media (max-width: 1200px) {
  .equ {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .equ {
    padding: 30px 0;
  }
  .equSwiper {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .equ {
    padding: 15px 0;
  }
  .equSwiper {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-top: 10px;
  }
  .equSwiper .swiper-slide {
    padding: 5px;
  }
  .equSwiper .swiper-slide>a .equTxt {
    height: 38px;
    line-height: 38px;
  }
}

/* 我们的资讯 */
.news {
  width: 100%;
  overflow: hidden;
}
.newsTitle {
  width: 100%;
  float: left;
  background-color: #008cd6;
  position: relative;
  padding-bottom: 20px;
  text-align: center;
}
.newsTitle>img {
  width: 100%;
  max-width: 1060px;
  height: auto;
  float: left;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.newsBigTitle {
  display: block;
  overflow: hidden;
  line-height: 44px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.newsSmallTitle {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 24px;
  font-size: 18px;
  color: #999;
  position: relative;
  z-index: 2;
}
.newsContect {
  width: 100%;
  float: left;
  overflow: hidden;
  background: url(../images/news_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 110px 0 70px 0;
}
.newsNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.newsNav::before {
  content: "";
  width: 100%;
  float: left;
  height: 1px;
  background-color: #e0e0e0;
  position: absolute;
  left: 0;
  top: 10px;
}
.newsNav>li {
  float: left;
  position: relative;
  z-index: 2;
  margin: 0 35px;
}
.newsNav>li>a {
  display: block;
  overflow: hidden;
  padding-top: 25px;
  text-align: center;
  position: relative;
  line-height: 30px;
  font-size: 18px;
  color: #999;
}
.newsNav>li>a::before {
  content: "";
  width: 20px;
  float: left;
  height: 20px;
  border: 1px solid #e2e3e3;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.newsNav>li>a::after {
  content: "";
  width: 14px;
  float: left;
  height: 14px;
  background-color: #999;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 3px;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.newsNav>li.newsActive>a {
  color: #008cd6;
}
.newsNav>li.newsActive>a::after {
  background-color: #008cd6;
}
.newsBox {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.newsBox>div {
  display: none;
}
.newsBox>div:first-child {
  display: block;
}
.newsMain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.newsLeft {
  width: calc(50% - 13px);
  float: left;
  overflow: hidden;
  position: relative;
}
.newsLeft::before {
  content: "";
  display: block;
  padding-top: 62.0103%;
}
.newsRight {
  width: calc(50% - 13px);
  float: left;
}
.newsRight>li {
  display: block;
  overflow: hidden;
  margin-bottom: 17px;
}
.newsRight>li:last-child {
  margin: 0;
}
.newsRight>li>a {
  display: flex;
  overflow: hidden;
  border: 1px solid #c0c0c0;
  background-color: #fff;
}
.newsRight>li>a .newsNub {
  width: 115px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-right: 1px solid #c0c0c0;
  text-align: center;
  font-family: Calibri;
  font-size: 30px;
  color: #000;
  line-height: 40px;
}
.newsRight>li>a .newsTxtBox {
  width: calc(100% - 115px);
  float: left;
  padding: 15px 20px;
}
.newsRight>li>a .newsTxtBox .newsTxtTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #000;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsRight>li>a .newsTxtBox .newsTxtContect {
  display: block;
  overflow: hidden;
  margin-top: 12px;
  font-size: 14px;
  color: #999;
  line-height: 18px;
  height: 36px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsRight>li>a:hover {
  background-color: #005dad;
}
.newsRight>li>a:hover .newsNub,
.newsRight>li>a:hover .newsTxtBox .newsTxtTitle,
.newsRight>li>a:hover .newsTxtBox .newsTxtContect {
  color: #fff;
}

@media (max-width: 1200px) {
  .newsContect {
    padding: 110px 0 50px 0;
  }
}

@media (max-width: 991px) {
  .newsContect {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .newsTitle {
    padding: 15px;
  }
  .newsBigTitle {
    line-height: 30px;
    font-size: 20px;
    color: #fff;
  }
  .newsSmallTitle {
    margin-top: 5px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
  }
  .newsContect {
    padding: 15px 0;
  }
  .newsNav>li {
    margin: 0 15px;
  }
  .newsBox {
    margin-top: 10px;
  }
  .newsLeft {
    width: 100%;
  }
  .newsLeft::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
  .newsRight {
    width: 100%;
  }
  .newsRight>li {
    margin: 10px 0 0 0 !important;
  }
  .newsRight>li>a .newsNub {
    width: 80px;
    font-size: 20px;
    line-height: 30px;
  }
  .newsRight>li>a .newsTxtBox {
    width: calc(100% - 80px);
    padding: 10px;
  }
  .newsRight>li>a .newsTxtBox .newsTxtTitle {
    line-height: 24px;
  }
  .newsRight>li>a .newsTxtBox .newsTxtContect {
    margin-top: 5px;
  }
}

/* 合作伙伴 */
.coop {
  width: 100%;
  overflow: hidden;
  padding: 65px 0;
}
.coopSwiper {
  margin-top: 30px;
}
.coopSwiper .swiper-slide>a {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #e7e7e7;
}
.coopSwiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 44.21053%;
}
.coopSwiper .swiper-slide>a:hover {
  border-color: #008cd6;
}
.coopSwiper .swiper-slide>a:hover>img {
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .coop {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .coop {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .coop {
    padding: 15px 0;
  }
  .coopSwiper {
    margin-top: 15px;
  }
}
/* END-main */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.mainLeft {
  width: 280px;
  float: left;
}
.leftMenu {
  width: 100%;
  float: left;
}
.menuTitle {
  display: block;
  overflow: hidden;
  background-color: #008cd6;
  color: #fff;
  padding: 25px 0 25px 30px;
}
.menuNub {
  float: left;
  line-height: 60px;
  font-size: 72px;
  text-transform: uppercase;
  margin-right: 10px;
}
.menuCn {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 28px;
  font-weight: bold;
}
.menuEn {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 20px;
  text-transform: uppercase;
}
.menuList {
  display: block;
  overflow: hidden;
  transition: initial;
  margin-bottom: 30px;
}
.menuList>li {
  display: block;
  overflow: hidden;
  margin-top: 8px;
}
.menuList>li>a {
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  background-color: #eee;
  font-size: 16px;
  color: #212121;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menuList>li:hover>a,
.menuList>li.menuActive>a {
  background-color: #03a8ff;
  color: #fff;
}
.menuList>li>ul {
  display: none;
  overflow: hidden;
  transition: initial;
}
.menuList>li>ul>li {
  border-bottom: 1px dotted #7b7b7b;
}
.menuList>li>ul>li>a {
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 16px;
  color: #212121;
  text-align: center;
}
.menuList>li>ul>li>a:hover {
  color: #03a8ff;
}

.menuBox {
  display: block;
  overflow: hidden;
  margin-top: 6px;
}
.menuBox>img {
  width: 100%;
  display: block;
  height: auto;
}
.menuTxt {
  display: block;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  font-size: 14px;
  color: #212121;
  line-height: 30px;
  padding: 10px;
}

.mainRight {
  width: 891px;
  float: right;
}
.dqwzTitle {
  width: 100%;
  float: left;
  line-height: 22px;
  padding-bottom: 10px;
  border-bottom: 3px solid #d3d3d3;
}
.dqwzTit {
  float: left;
  font-size: 18px;
  color: #222;
}
.dqwzNav {
  float: right;
  font-size: 12px;
  color: #5f5f5f;
}
.dqwzNav>span {
  color: #008cd6;
}
.dqwzContect {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.company img{max-width: 100%;height: auto;}
.company table{width: 100%;}
@media (max-width: 1200px) {
  .main {
    padding: 40px 0;
  }
  .mainLeft {
    width: 24%;
  }
  .menuTitle {
    padding: 20px 0 20px 15px;
  }
  .menuEn {
    font-size: 16px;
  }
  .mainRight {
    width: 74%;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
  .mainLeft {
    width: 32%;
  }
  .mainRight {
    width: 66%;
  }
  .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: 3px;
  }
  .mainRight {
    width: 100%;
  }
  .dqwzContect {
    padding: 15px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 产品中心 */
.cpzsList {
  display: block;
  overflow: hidden;
  width: 909px;
}
.cpzsList>li {
  width: 285px;
  float: left;
  margin: 0 18px 18px 0;
}
.cpzsList>li>a {
  display: block;
  overflow: hidden;
  border: 1px solid #e7e7e7;
}
.cpzsList>li>a .cpzsImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e7e7e7;
}
.cpzsList>li>a .cpzsImg::before {
  content: "";
  display: block;
  padding-top: 71.57895%;
}
.cpzsList>li>a .cpzsTxt {
  display: block;
  overflow: hidden;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.cpzsList>li>a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.cpzsList>li>a:hover .cpzsImg>img {
  transform: scale(1.1);
}
.cpzsList>li>a:hover .cpzsTxt {
  color: #008cd6;
}

.cpxq {
  display: block;
  overflow: hidden;
}
.cpxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.cpxqImg img{max-width: 100%;height: auto;display: block;margin:0 auto;}
.cpxqContect {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  padding-top: 10px;
  
}
.cpxqContect img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;

}

.cpxqContect table{border-collapse:collapse;border: 1px;width: 100%;overflow-x:scroll;display: block;}
.cpxqContect table td{text-align: center;}

@media (max-width: 1200px) {
  .cpzsList {
    width: 102%;
    margin-left: -1%;
  }
  .cpzsList>li {
    width: 31.3333%;
    margin: 0 1% 18px 1%;
  }
}

@media (max-width: 767px) {
  .cpzsList>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .cpzsList>li>a .cpzsTxt {
    height: 38px;
    line-height: 38px;
  }

  .cpxqTitle {
    font-size: 16px;
  }
  .cpxqContect {
    line-height: 24px;
  }
}
/* END-产品中心 */

/* 新闻中心 */
.xwList {
  display: block;
  overflow: hidden;
}
.xwList>li {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.xwList>li>a {
  display: flex;
  flex-wrap: wrap;
  background-color: #f1f2f3;
  padding: 15px;
}
.xwList>li>a .xwImg {
  width: 30%;
  float: left;
  overflow: hidden;
  position: relative;
}
.xwList>li>a .xwRight {
  width: 100%;
  float: left;
  padding-left: 30px;
}
.xwList>li>a .xwRight .xwTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xwList>li>a .xwRight .xwTxt {
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 5px 0;
}
.xwList>li>a .xwRight .xwTime {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
.xwList>li>a:hover {
  background-color: #005dad;
}
.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: 18px;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
}
.xwxqTime {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 1.1;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.xwxqContect {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  padding-top: 10px;
}
.xwxqContect img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .xwList>li {
    margin-bottom: 10px;
  }
  .xwList>li>a {
    padding: 5px;
  }
  .xwList>li>a .xwRight {
    padding-left: 15px;
  }
  .xwList>li>a .xwRight .xwTitle {
    font-size: 16px;
  }
  .xwList>li>a .xwRight .xwTxt {
    height: 48px;
    line-height: 24px;
    -webkit-line-clamp: 2;
    margin: 3px 0;
  }

  .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-联系我们 */
.jlfanye{ width:100%;margin:20px auto; text-align: center; }
.jlfanye a{ padding:5px 6px;  border: solid 1px #dedede; float:none; /*display: inline-block;*/ min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;} 