/* 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 */
.cpzs {
  width: 100%;
  overflow: hidden;
  padding: 75px 0;
}
.cpzsTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  color: #af061b;
  text-transform: uppercase;
}
.cpzsTitle>span {
  display: block;
  overflow: hidden;
  font-size: 30px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
}
.cpzsNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}
.cpzsNav>li {
  float: left;
  margin: 5px;
}
.cpzsNav>li>a {
  display: block;
  overflow: hidden;
  line-height: 24px;
  padding: 7px 15px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
}
.cpzsNav>li>a:hover,
.cpzsNav>li.cpzsActive>a {
  background-color: #af061b;
  color: #fff;
  border-color: #af061b;
}
.cpzsContect {
  display: block;
  overflow: hidden;
  margin-top: 25px;
}
.cpzsContect>div {
  display: none;
}
.cpzsContect>div:first-child {
  display: block;
}
.cpzsList {
  display: block;
  overflow: hidden;
  width: 1224px;
}
.cpzsList>li {
  width: 282px;
  float: left;
  margin: 0 24px 25px 0;
}
.cpzsList>li>a {
  display: block;
  overflow: hidden;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 15px;
}
.cpzsList>li>a .cpzsImg {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cpzsList>li>a .cpzsImg::before {
  content: "";
  display: block;
  padding-top: 105.2%;
}
.cpzsList>li>a .cpzsTxt {
  display: block;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}
.cpzsList>li>a:hover {
  border-color: #af061b;
}
.cpzsList>li>a:hover .cpzsImg>img {
  transform: scale(1.1);
}
.cpzsList>li>a:hover .cpzsTxt {
  border-color: #af061b;
}

.cpzsMore {
  display: flex;
  justify-content: center;
  padding-top: 5px;
}
.cpzsMore>a {
  width: 144px;
  float: left;
  height: 34px;
  line-height: 34px;
  background-color: #212121;
  text-align: center;
  font-size: 14px;
  color: #fff;
  position: relative;
}
.cpzsMore>a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid #212121;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.cpzsMore>a:hover {
  background-color: #af061b;
}
.cpzsMore>a:hover::after {
  border-left-color: #af061b;
}

@media (max-width: 1200px) {
  .cpzs {
    padding: 50px 0;
  }
  .cpzsList {
    width: 102%;
    margin-left: -1%;
  }
  .cpzsList>li {
    width: 23%;
    margin: 0 1% 25px 1%;
  }
}

@media (max-width: 991px) {
  .cpzs {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .cpzs {
    padding: 15px 0;
  }
  .cpzsTitle {
    line-height: 16px;
    font-size: 12px;
  }
  .cpzsTitle>span {
    font-size: 20px;
    line-height: 30px;
  }
  .cpzsNav {
    margin-top: 10px;
  }
  .cpzsNav>li {
    margin: 2px;
  }
  .cpzsNav>li>a {
    padding: 5px 10px;
  }
  .cpzsList>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .cpzsList>li>a {
    padding: 10px;
  }
  .cpzsContect {
    margin-top: 10px;
  }
}

/* 技术优势 */
.ys {
  width: 100%;
  overflow: hidden;
  position: relative;
  background-color: #f6fafc;
}
.ysList {
  display: block;
  overflow: hidden;
}
.ysList>li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.ysList>li:last-child {
  margin: 0;
}
.ysList>li .ysLeft {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.ysList>li .ysLeft::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.ysList>li .ysRight {
  width: 50%;
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
}
.ysList>li .ysRight .ysBox {
  width: 100%;
  float: left;
  max-width: 740px;
  padding: 15px 50px;
}
.ysList>li .ysRight .ysBox .ysTitle {
  display: block;
  overflow: hidden;
  line-height: 48px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.ysList>li .ysRight .ysBox .ysTitle>span {
  color: #af061b;
}
.ysList>li .ysRight .ysBox .ysTxt {
  display: block;
  overflow: hidden;
  line-height: 36px;
  color: #333;
  font-size: 14px;
  margin-top: 5px;
}
.ysList>li .ysRight .ysBox .ysSubList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 30px;
}
.ysList>li .ysRight .ysBox .ysSubList>li {
  float: left;
  margin: 20px 0;
}
.ysList>li .ysRight .ysBox .ysSubList>li .ysSubTitle {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 20px;
  color: #212121;
  font-weight: bold;
}
.ysList>li .ysRight .ysBox .ysSubList>li .ysSubTitle>span {
  width: 34px;
  float: left;
  height: 34px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  background-color: #af061b;
  margin-right: 15px;
}
.ysList>li .ysRight .ysBox .ysSubList>li .ysSubTxt {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.ysList>li:nth-child(even) {
  flex-direction: row-reverse;
}
.ysList>li:nth-child(even) .ysRight {
  justify-content: flex-end;
}

@media (max-width: 1280px) {
  .ysList>li .ysRight .ysBox{ padding:15px 40px;}
  .ysList>li .ysRight .ysBox .ysTxt{ line-height:28px;}
  .ysList>li .ysRight .ysBox .ysTitle{ font-size:24px;}
  .ysList>li .ysRight .ysBox .ysSubList>li .ysSubTxt{ font-size:12px;}
}


@media (max-width: 1200px) {
  .ysList>li .ysRight .ysBox {
    padding: 15px 50px;
  }
}
@media (max-width: 1150px) {.
	.ysList>li .ysRight .ysBox .ysSubList{ overflow:hidden; margin-top:10px;}
	.ysList>li .ysRight .ysBox .ysSubList>li{ width:50%; float:left; margin:5px 0;}
}


@media (max-width: 991px) {
  .ysList>li {
    margin-bottom: 20px;
  }
  .ysList>li .ysLeft {
    width: 100%;
  }
  .ysList>li .ysRight {
    width: 100%;
  }
  .ysList>li .ysRight .ysBox {
    max-width: 100%;
    padding: 30px;
  }
  .ysList>li .ysRight .ysBox .ysSubList>li {
    width: 33.3333%;
  }
}

@media (max-width: 767px) {
  .ysList>li {
    margin-bottom: 0;
  }
  .ysList>li .ysRight .ysBox {
    padding: 15px;
  }
  .ysList>li .ysRight .ysBox .ysTitle {
    line-height: 30px;
    font-size: 20px;
  }
  .ysList>li .ysRight .ysBox .ysTxt {
    line-height: 24px;
  }
  .ysList>li .ysRight .ysBox .ysSubList {
    margin-top: 10px;
  }
  .ysList>li .ysRight .ysBox .ysSubList>li {
    width: 50%;
    margin: 10px 0;
  }
  .ysList>li .ysRight .ysBox .ysSubList>li .ysSubTitle {
    font-size: 16px;
  }
}

/* 专利证书 */
.cert {
  width: 100%;
  overflow: hidden;
  background-color: #f6fafc;
  padding: 75px 0;
}
.certSwiper {
  margin-top: 20px;
}
.certSwiper a {
  width: 100%;
  float: left;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.certSwiper a::before {
  content: "";
  display: block;
  padding-top: 130.4348%;
}

@media (max-width: 1200px) {
  .cert {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .cert {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .cert {
    padding: 15px 0;
  }
  .certSwiper {
    margin-top: 10px;
  }
}

/* 应用领域 */
.app {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.appList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.appList>li {
  width: 50%;
  float: left;
  margin-bottom: 25px;
}
.appList>li>a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.appList>li>a .appImg {
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.appList>li>a .appImg::before {
  content: "";
  display: block;
  padding-top: 80%;
}
.appList>li>a .appRight {
  width: 50%;
  float: left;
  background-color: #f6fafc;
  padding: 30px 20px 25px 20px;
}
.appList>li>a .appRight .appTitle {
  display: block;
  overflow: hidden;
  line-height: 26px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.appList>li>a .appRight .appTxt {
  display: block;
  overflow: hidden;
  height: 144px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin-top: 15px;
}

@media (max-width: 1200px) {
  .app {
    padding: 50px 0;
  }
  .appList>li>a .appRight {
    padding: 30px 20px 15px 20px;
  }
}

@media (max-width: 991px) {
  .app {
    padding: 30px 0;
  }
  .appList>li>a .appRight {
    padding: 20px 20px 15px 20px;
  }
}

@media (max-width: 767px) {
  .app {
    padding: 15px 0;
  }
  .appList>li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .appList>li>a .appImg {
    width: 100%;
  }
  .appList>li>a .appRight {
    width: 100%;
    padding: 10px;
  }
  .appList>li>a .appRight .appTitle {
    line-height: 24px;
  }
  .appList>li>a .appRight .appTxt {
    height: 72px;
    -webkit-line-clamp: 3;
    margin-top: 10px;
  }
}

/* 关于我们 */
.about {
  width: 100%;
  overflow: hidden;
  padding: 85px 0 0 0;
  background: url(../images/about_bj1.jpg) no-repeat center center;
  background-size: cover;
}
.about .cpzsTitle>span {
  color: #fff;
}
.aboutContect {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
.aboutLeft {
  width: 65%;
  float: left;
  background: url(../images/about_bj2.jpg) no-repeat center bottom #fff;
  position: relative;
  padding: 90px 50px 170px 50px;
}
.aboutLeft::before {
  content: "";
  width: 1920px;
  float: left;
  height: 30px;
  background-color: #af061b;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.aboutTitle {
  display: block;
  overflow: hidden;
  line-height: 42px;
  font-size: 24px;
  color: #af061b;
  font-weight: bold;
}
.aboutTitle>span {
  float: left;
  color: #333;
  margin-right: 10px;
}
.aboutTxt {
  display: block;
  overflow: hidden;
  height: 252px;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
.aboutLeft .cpzsMore {
  justify-content: flex-start;
  padding-top: 20px;
}
.aboutRight {
  width: 35%;
  float: right;
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 30px;
}
.aboutRight::before {
  content: "";
  width: 1920px;
  float: left;
  height: 30px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.aboutList {
  width: 100%;
  float: left;
}
.aboutList>li {
  width: 100%;
  float: left;
  margin: 45px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutList>li .aboutIcon {
  width: 50px;
  float: left;
  height: 50px;
  position: relative;
  margin-right: 30px;
}
.aboutList>li .aboutSubTitle {
  float: left;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
}
.aboutList>li .aboutSubTitle>span {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 13px;
}

@media (max-width: 991px) {
  .about {
    padding: 40px 0 0 0;
  }
  .aboutLeft {
    padding: 50px 30px 120px 30px;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .aboutLeft {
    width: 100%;
    padding: 15px;
  }
  .aboutLeft::before {
    display: none;
  }
  .aboutTitle {
    line-height: 30px;
    font-size: 20px;
  }
  .aboutTxt {
    height: auto;
    line-height: 24px;
    -webkit-line-clamp: initial;
    margin-top: 10px;
  }
  .aboutLeft .cpzsMore {
    padding-top: 10px;
  }
  .aboutRight {
    width: 100%;
    padding-bottom: 0;
  }
  .aboutRight::before {
    display: none;
  }
  .aboutList>li {
    width: 33.3333%;
    margin: 15px 0;
    flex-wrap: wrap;
    text-align: center;
  }
  .aboutList>li .aboutIcon {
    width: 100;
    height: 34px;
    margin: 0 0 10px 0;
  }
}

/* 新闻资讯 */
.news {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.newsList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  width: 1224px;
}
.newsList>li {
  width: 282px;
  margin: 0 24px 25px 0;
}
.newsList>li>a {
  display: flex;
  flex-wrap: wrap;
}
.newsList>li>a .newsImg {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.newsList>li>a .newsImg::before {
  content: "";
  display: block;
  padding-top: 76.241135%;
}
.newsList>li>a .newsBox {
  width: 100%;
  float: left;
  background-color: #f6fafc;
  padding: 15px 10px;
}
.newsList>li>a .newsBox .newsTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; font-weight:bold;
}
.newsList>li>a .newsBox .newsTxt {
  display: block;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}
.newsList>li>a:hover .newsImg>img {
  transform: scale(1.1);
}
.newsList>li>a:hover .newsBox .newsTitle {
  color: #af061b;
}

@media (max-width: 1200px) {
  .news {
    padding: 50px 0;
  }
  .newsList {
    width: 102%;
    margin-left: -1%;
  }
  .newsList>li {
    width: 23%;
    margin: 0 1% 25px 1%;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .newsList>li>a .newsBox {
    padding: 20px 15px;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .newsList {
    margin-top: 15px;
  }
  .newsList>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .newsList>li>a .newsBox {
    padding: 10px;
  }
}
/* END-main */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 75px 0;
}
.dqwzTitle {
  width: 100%;
  float: left;
  text-align: center;
}
.dqwzName {
  line-height: 40px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.dqwzNav {
  line-height: 24px;
  font-size: 14px;
  color: #333;
}
.dqwzNav>span {
  color: #af061b;
  text-decoration: underline;
}
.dqwzContect {
  width: 100%;
  float: left;
  padding-top: 25px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}

@media (max-width: 1200px) {
  .main {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .menuTitle {
    width: calc(100% + 30px);
    text-align: center;
    margin-left: -15px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    background-color: #af061b;
    position: relative;
  }
  .menuTitleActive {
    text-align: left;
  }
  .menuTitleActive::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .dqwzContect {
    padding: 15px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 产品中心 */
.menuList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 15px;
}
.menuList>li {
  float: left;
  margin: 5px;
}
.menuList>li>a {
  display: block;
  overflow: hidden;
  line-height: 24px;
  padding: 7px 15px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
}
.menuList>li>a:hover,
.menuList>li.menuActive>a {
  background-color: #af061b;
  color: #fff;
  border-color: #af061b;
}

.cpxq {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.cpxqLeft {
  width: calc(50% - 20px);
  float: left;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
}
.cpxqLeft::before {
  content: "";
  display: block;
  padding-top: 60%;
}

.cpxqRight {
  width: calc(100% - 0px);
  float: left;
}
.cpxqTitle {
  display: block;
  overflow: hidden;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 2;
}
.cpxqTxt {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  background-color: #f2f2f2;
  padding: 20px 15px;
}
.cpxqTxt table{ width:100% !important; height:auto !important;}
.cpxqTxt table tr td{ width:auto !important; height:auto !important; border:1px solid #ddd !important;}
.cpxqBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.cpxqBtn>a {
  width: calc(50% - 10px);
  float: left;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  background-color: #af061b;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.cpxqContect {
  width: 100%;
  float: left;
  margin-top: 40px;
  font-size: 16px;
  line-height: 30px;
}
.cpxqSubTitle {
  display: block;
  overflow: hidden;
  background-color: #af061b;
  padding: 10px 20px;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.cpxqContect img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .cpxqLeft {
    width: 100%;
  }
  .cpxqRight {
    width: 100%;
  }
  .cpxqTitle {
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
  }
  .cpxqTxt {
    margin-top: 10px;
    line-height: 24px;
    padding: 15px;
  }
  .cpxqContect {
    line-height: 24px;
    margin-top: 15px;
    font-size: 14px;
  }
}
/* END-产品中心 */

/* 应用领域 */
.dqwzContect .appList {
  margin: 0 !important;
}
/* END-应用领域 */

/* 新闻动态 */
.dqwzContect .newsList {
  margin: 0 !important;
}

.xwxq {
  display: block;
  overflow: hidden;
}
.xwxqTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}
.xwxqTime {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
}
.xwxqTime img{ max-width:100%; text-align:center;}
.xwxqContect {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  margin-top: 20px;
  min-height:300px;
}
.xwxqContect img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .xwxqTitle {
    font-size: 18px;
  }
  .xwxqContect {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-新闻动态 */

/* 联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactTxt {
  width: 40%;
  float: left;
  font-size: 16px;
  line-height: 36px;
  color: #333;
  background-color: #f2f2f2;
  padding: 30px;
}
.contactMap {
  width: 60%;
  float: right;
  overflow: hidden;
  height: 400px;
  border: none;
}

@media (max-width: 767px) {
  .contactTxt {
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    padding: 15px;
  }
  .contactMap {
    width: 100%;
    height: 300px;
  }
}
/* END-联系我们 */
.prev{overflow:hidden}
.prev a{ width:50%; float:left; color:#333333; text-align:left;}
.prev a:last-child{ text-align:right;}
.prev a:hover{ color:#F00}
@media (max-width: 767px) {
.prev a{ width:100%; float:left; text-align:left}
.prev a:last-child{ text-align:left;}
}