/* 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-top: 45px;
}
.cpzxTitle {
  display: block;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.cpzxEn {
  line-height: 62px;
  font-size: 72px;
  color: rgba(51, 51, 51, 0.1);
  text-transform: uppercase;
  font-weight: bold;
}
.cpzxCn {
  line-height: 42px;
  font-size: 30px;
  color: #1c468b;
  margin-top: -21px;
  position: relative;
  z-index: 2;
}
.cpzxTitle::before {
  content: "";
  width: 5px;
  float: left;
  height: 5px;
  background-color: #1c468b;
  border-radius: 50%;
  position: absolute;
  right: calc(50% + 54px);
  top: 9px;
}
.cpzxTitle::after {
  content: "";
  width: 122px;
  float: left;
  height: 1px;
  background-color: #1c468b;
  position: absolute;
  right: calc(50% + 54px);
  top: 11px;
}
.cpzxNav {
  display: block;
  padding: 1px 0 0 1px;
  margin-top: 35px;
  overflow: hidden;
}
.cpzxNav .swiper-slide {
  margin: -1px 0 0 -1px;
}
.cpzxNav .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 37.3334%;
}
.cpzxNav .swiper-slide>a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #e5e5e5;
}
.cpzxNav .swiper-slide>a::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 30px solid #1c468b;
  border-top: 30px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  right: -100%;
  bottom: 0;
  transition: all 0.4s;
}
.cpzxNav .swiper-slide>a:hover {
  z-index: 2;
  border: 3px solid #1c468b;
}
.cpzxNav .swiper-slide>a:hover>img {
  transform: scale(1.1);
}
.cpzxNav .swiper-slide>a:hover::after {
  right: 0;
}

/* .cpzxNav {
  display: flex;
  flex-wrap: wrap;
  padding: 1px 0 0 1px;
  margin-top: 35px;
}
.cpzxNav>li {
  width: 25%;
  float: left;
  margin: -1px 0 0 -1px;
  position: relative;
}
.cpzxNav>li::before {
  content: "";
  display: block;
  padding-top: 37.3334%;
}
.cpzxNav>li>a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #e5e5e5;
}
.cpzxNav>li>a::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 30px solid #1c468b;
  border-top: 30px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  right: -100%;
  bottom: 0;
  transition: all 0.4s;
}
.cpzxNav>li.cpzxActive>a {
  z-index: 2;
  border: 3px solid #1c468b;
}
.cpzxNav>li.cpzxActive>a>img {
  transform: scale(1.1);
}
.cpzxNav>li.cpzxActive>a::after {
  right: 0;
} */
.cpzxContect {
  display: block;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 20px 55px 50px 55px;
}
.cpzxContect>div {
  display: none;
}
.cpzxContect>div:first-child {
  display: block;
}
.cpzxSubNav {
  display: block;
  overflow: hidden;
  padding: 0 25px;
}
.cpzxSubNav>li {
  width: 120px;
  float: left;
  margin: 0 5px 10px 5px;
}
.cpzxSubNav>li>a {
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 34px;
  border: 1px solid #313131;
  text-align: center;
  font-size: 13px;
  color: #333;
  border-radius: 18px;
}
.cpzxSubNav>li:hover>a,
.cpzxSubNav>li.cpzxSubActive>a {
  background-color: #1c468b;
  border-color: #1c468b;
  color: #fff;
  font-weight: bold;
}
.cpzxSwiper {
  margin-top: 20px;
}
.cpzxSwiper .swiper-slide .cpzxImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px #ccc solid;
}
.cpzxSwiper .swiper-slide .cpzxImg::before {
  content: "";
  display: block;
  padding-top: 97.5758%;
}
.cpzxSwiper .swiper-slide .cpzxTxt {
  display: block;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  padding: 0 20px;
  font-size: 13px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	text-align: center;
}
.cpzxSwiper .swiper-slide .cpzxTxt::before {
  content: "";
  width: 20px;
  float: right;
  height: 20px;
  background: url(../images/cpzx_jiantou.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cpzxSwiper .swiper-slide:hover .cpzxImg>img {
  transform: scale(1.1);
}
.cpzxSwiper .swiper-slide:hover .cpzxTxt {
  background-color: #1c468b;
  color: #fff;
}

@media (max-width: 1200px) {
  .cpzxContect {
    padding: 20px 1.5% 50px 1.5%;
  }
}

@media (max-width: 991px) {
  .cpzx {
    padding-top: 30px;
  }
  .cpzxNav {
    margin-top: 25px;
  }
  .cpzxNav>li::before {
    padding-top: 45.3334%;
  }
  .cpzxContect {
    padding: 20px 15px 30px 15px;
  }
  .cpzxSubNav {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .cpzx {
    padding-top: 15px;
  }
  .cpzxTitle::after {
    width: 40px;
  }
  .cpzxEn {
    line-height: 30px;
    font-size: 30px;
  }
  .cpzxCn {
    line-height: 30px;
    font-size: 20px;
    margin-top: -18px;
  }
  .cpzxNav {
    margin-top: 10px;
  }
  .cpzxNav>li {
    width: 50%;
  }
  .cpzxNav>li::before {
    padding-top: 37.3334%;
  }
  .cpzxContect {
    padding: 15px;
  }
  .cpzxContect>div>.container {
    max-width: 100% !important;
  }
  .cpzxSubNav {
    width: 101%;
    margin-left: -0.5%;
  }
  .cpzxSubNav>li {
    width: 32.3333%;
    margin: 0 0.5% 1% 0.5%;
  }
  .cpzxSwiper {
    margin-top: 10px;
  }
  .cpzxSwiper .swiper-slide .cpzxTxt {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }
}

/* 热门产品 */
.hotCp {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.hotCpTitle {
  display: flex;
  justify-content: space-between;
  height: 48px;
  line-height: 46px;
  border-bottom: 1px solid #f5f5f5;
}
.hotCpTitle>span {
  float: left;
  height: 48px;
  border-bottom: 3px solid #1f488c;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.hotCpTitle>a {
  font-size: 14px;
  color: #333;
}
.hotCpTitle>a:hover {
  color: #1f488c;
  text-decoration: underline;
}
.hotCpSwiper {
  margin-top: 20px;
}
.hotCpSwiper .swiper-slide>a {
  display: block;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 4px;
}
.hotCpSwiper .swiper-slide>a .hotCpImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hotCpSwiper .swiper-slide>a .hotCpImg::before {
  content: "";
  display: block;
  padding-top: 70.17544%;
}
.hotCpSwiper .swiper-slide>a .hotCpTxt {
  display: block;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  padding: 0 20px;
  font-size: 13px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
	text-align: center;
}
.hotCpSwiper .swiper-slide>a .hotCpTxt::before {
  content: "";
  width: 20px;
  float: right;
  height: 20px;
  background: url(../images/cpzx_jiantou.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.hotCpSwiper .swiper-slide>a:hover {
  background-color: #033fa7;
}
.hotCpSwiper .swiper-slide>a:hover .hotCpTxt {
  color: #fff;
}

@media (max-width: 1200px) {
  .hotCp {
    padding: 40px 0;
  }
}

@media (max-width: 991px) {
  .hotCp {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .hotCp {
    padding: 15px 0;
  }
  .hotCpTitle {
    height: 41px;
    line-height: 40px;
  }
  .hotCpTitle>span {
    height: 41px;
    font-size: 18px;
  }
  .hotCpSwiper {
    margin-top: 15px;
  }
  .hotCpSwiper .swiper-slide>a .hotCpTxt {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }
}

/* 横幅 */
.hf {
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
  position: relative;
}
.hf::before {
  content: "";
  width: 100%;
  float: left;
  height: calc(100% - 40px);
  background-color: #1c468b;
  position: absolute;
  left: 0;
  bottom: 0;
}
.hf>.container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hfLeft {
  width: 51.75%;
  float: left;
  padding: 36px 0 36px 30px;
}
.hfTitle {
  display: block;
  overflow: hidden;
  line-height: 58px;
  position: relative;
}
.hfTitle::before {
  content: "";
  width: 100%;
  height: 1px;
  float: left;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hfTitle>span {
  float: left;
  font-size: 50px;
  font-style: oblique;
  font-weight: bold;
  background-color: #1c468b;
  color: #fff;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
.hfSubTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  position: relative;
  margin-top: 20px;
}
.hfSubTitle::before {
  content: "";
  width: 100%;
  height: 1px;
  float: left;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hfSubTitle>span {
  float: right;
  font-size: 18px;
  background-color: #1c468b;
  color: #fff;
  padding-left: 20px;
  position: relative;
  z-index: 2;
}
.hfRight {
  width: 42.5%;
  float: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.hfRight::before {
  content: "";
  width: 1920px;
  float: left;
  height: calc(100% + 40px);
  background: url(../images/hf_bj.png) no-repeat left center;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: -40px;
}
.hfDianhua {
  position: relative;
  z-index: 2;
  line-height: 52px;
  text-align: right;
  font-size: 38px;
  color: #1c468b;
  font-weight: bold;
  padding: 0 25px 0 0;
  margin-right: 20px;
}
.hfDianhua>span {
  float: right;
  line-height: 42px;
  background-color: #bac7dc;
  position: relative;
  padding-left: 10px;
  z-index: 2;
}
.hfDianhua::before {
  content: "";
  width: 165px;
  height: 56px;
  float: left;
  border: 2px solid #1c468b;
  border-right: none;
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
}
.hfDianhua::after {
  content: "";
  width: 20px;
  height: 56px;
  float: left;
  border: 2px solid #1c468b;
  border-left: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1200px) {
  .hfLeft {
    padding: 36px 0;
  }
}

@media (max-width: 991px) {
  .hfTitle>span {
    font-size: 30px;
  }
  .hfSubTitle>span {
    font-size: 16px;
  }
  .hfDianhua {
    font-size: 30px;
    margin-right: 0;
  }
  .hfDianhua::before {
    width: 130px;
  }
}

@media (max-width: 767px) {
  .hf {
    margin: 0;
  }
  .hfLeft {
    width: 100%;
    padding: 15px 0;
  }
  .hfTitle {
    display: flex;
    justify-content: center;
    line-height: 30px;
  }
  .hfTitle>span {
    font-size: 20px;
    padding: 0 15px;
  }
  .hfSubTitle {
    line-height: 20px;
    margin-top: 5px;
    display: flex;
    justify-content: center;
  }
  .hfSubTitle>span {
    font-size: 14px;
    padding: 0 15px;
  }
  .hfRight {
    width: 100%;
    justify-content: center;
    padding: 10px 0;
  }
  .hfRight::before {
    height: 100%;
    background: url(../images/hf_bj.png) no-repeat right center;
    background-size: cover;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .hfDianhua {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .hfDianhua>span {
    line-height: 30px;
    padding: 0 10px;
  }
  .hfDianhua::before {
    width: 50px;
    height: 34px;
    left: -20px;
  }
  .hfDianhua::after {
    width: 50px;
    height: 34px;
  }
}

/* 技术支持 */
.tech {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.techSwiper {
  margin-top: 25px;
  padding-bottom: 32px;
}
.techSwiper .techImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.techSwiper .techImg::before {
  content: "";
  display: block;
  padding-top: 55.1725%;
}
.techSwiper .techBox {
  width: 100%;
  overflow: hidden;
  background-color: #ebebeb;
  padding: 15px 20px;
}
.techSwiper .techBox .techTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.techSwiper .techBox .techTxt {
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  margin: 5px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.techSwiper .techBox .techMore {
  width: 142px;
  height: 36px;
  border: 2px solid #a0a0a0;
  border-radius: 18px;
  line-height: 32px;
  text-align: center;
  font-size: 13px;
  color: #333;
}
.techSwiper .swiper-slide:hover .techBox {
  background-color: #1c468b;
}
.techSwiper .swiper-slide:hover .techBox .techTitle,
.techSwiper .swiper-slide:hover .techBox .techTxt {
  color: #fff;
}
.techSwiper .swiper-slide:hover .techBox .techMore {
  background-color: #fff;
  border-color: #fff;
  color: #1c468b;
}
/* 圆点 */
.techSwiper .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
}
.techSwiper .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  float: left;
  background: #8da2c5;
  opacity: 1;
  border-radius: 0;
}
.techSwiper .banner-roll>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}
.techSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  height: 3px;
  background: #1c468b;
}

@media (max-width: 1200px) {
  .tech {
    padding: 40px 0;
  }
}

@media (max-width: 991px) {
  .tech {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .tech {
    padding: 15px 0;
  }
  .techSwiper {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .techSwiper .techBox {
    padding: 15px;
  }
}

/* 公司简介 */
.about {
  width: 100%;
  overflow: hidden;
  background-color: #ebebeb;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aboutLeft {
  width: 46.25%;
  float: left;
  padding: 60px 0;
  position: relative;
}
.aboutLeft::before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background-color: #ebebeb;
  position: absolute;
  right: -106px;
  top: 0;
  transform: skew(-20deg);
  z-index: 2;
}
.aboutLeft>div {
  width: 610px;
  float: right;
  margin-right: -80px;
  position: relative;
  z-index: 2;
}
.aboutLeft>div::before {
  content: "";
  width: calc(100% + 180px);
  float: left;
  height: 100%;
  background-color: #254d90;
  position: absolute;
  left: -80px;
  top: 0;
  transform: skew(-20deg);
}
.aboutBox {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  min-height: 460px;
  padding: 60px 0 60px 40px;
}
.aboutBox .cpzxTitle {
  text-align: left;
  padding-left: 15px;
}
.aboutBox .cpzxTitle::before {
  background-color: #fff;
  right: initial;
  left: 137px;
}
.aboutBox .cpzxTitle::after {
  background-color: #fff;
  right: initial;
  left: 15px;
}
.aboutBox .cpzxEn {
  color: rgba(255, 255, 255, 0.1);
}
.aboutBox .cpzxCn {
  color: #fff;
}
.aboutTxt {
  display: block;
  overflow: hidden;
  height: 150px;
  line-height: 30px;
  font-size: 13px;
  color: #fff;
  margin-top: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.aboutMore {
  display: block;
  overflow: hidden;
  padding-top: 30px;
}
.aboutMore>a {
  width: 142px;
  float: left;
  height: 36px;
  border: 2px solid #fff;
  background-color: #fff;
  border-radius: 18px;
  line-height: 32px;
  text-align: center;
  font-size: 13px;
  color: #254d90;
}
.aboutMore>a:hover {
  background-color: #254d90;
  color: #fff;
}
.aboutRight {
  width: 53.75%;
  float: left;
  overflow: hidden;
  position: relative;
}
/* .aboutRight::before {
  content: "";
  display: block;
  padding-top: 75%;
} */
.aboutRight>video {
  width: 100%;
  height: 100%;
  float: left;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1200px) {
  .aboutLeft {
    padding: 50px 0;
  }
  .aboutLeft>div {
    width: 520px;
    margin-right: -40px;
  }
  .aboutBox {
    padding: 50px 0 50px 40px;
    min-height: initial;
  }
}

@media (max-width: 991px) {
  .about {
    flex-direction: column-reverse;
  }
  .aboutLeft {
    width: 100%;
    padding: 0;
  }
  .aboutLeft::before {
    display: none;
  }
  .aboutLeft>div {
    width: 100%;
    margin: 0;
  }
  .aboutLeft>div::before {
    width: 100%;
    left: 0;
    transform: skew(0);
  }
  .aboutBox {
    padding: 30px;
  }
  .aboutRight {
    width: 100%;
  }
  .aboutRight::before {
    content: "";
    display: block;
    padding-top: 51.25%;
  }
}

@media (max-width: 767px) {
  .aboutBox {
    padding: 15px;
  }
  .aboutBox .cpzxTitle {
    text-align: center;
    padding-left: 0;
  }
  .aboutBox .cpzxTitle::before {
    right: calc(50% + 54px);
    left: initial;
  }
  .aboutBox .cpzxTitle::after {
    right: calc(50% + 54px);
    left: initial;
  }
  .aboutTxt {
    height: auto;
    line-height: 24px;
    margin-top: 10px;
    -webkit-line-clamp: initial;
  }
  .aboutMore {
    padding-top: 10px;
  }
  .aboutMore>a {
    width: 122px;
    height: 34px;
    border-radius: 17px;
    line-height: 30px;
  }
}

/* 新闻中心 */
.news {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.newsNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.newsNav>li {
  width: 120px;
  float: left;
  margin: 0 5px 10px 5px;
}
.newsNav>li>a {
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 34px;
  border: 1px solid #1c468b;
  border-radius: 18px;
  text-align: center;
  font-size: 13px;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
.newsNav>li:hover>a,
.newsNav>li.newsActive>a {
  background-color: #e5e5e5;
  border-color: #e5e5e5;
}
.newsContect {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 40px;
}
.newsLeft {
  width: 40%;
  float: left;
}
.newsLeft .newsImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.newsLeft .newsImg::before {
  content: "";
  display: block;
  padding-top: 55.83334%;
}
.newsLeft .newsBox {
  display: block;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  padding: 20px 25px;
}
.newsLeft .newsBox .newsTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsLeft .newsBox .newsTxt {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  margin-top: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsLeft:hover .newsBox {
  background-color: #1f488c;
  border-color: #1f488c;
}
.newsLeft:hover .newsBox .newsTitle,
.newsLeft:hover .newsBox .newsTxt {
  color: #fff;
}
.newsRight {
  width: 56.75%;
  float: right;
}
.newsRight>li {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.newsRight>li:last-child {
  margin: 0;
}
.newsRight>li>a {
  display: block;
  overflow: hidden;
  border: 1px solid #e4e9e4;
  padding: 9px;
}
.newsRight>li>a .newsNub {
  width: 110px;
  float: left;
  height: 90px;
  background-color: #e5e5e5;
  margin-right: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
  color: #333;
}
.newsRight>li>a .newsNub>span {
  width: 100%;
  display: block;
  line-height: 44px;
  font-size: 48px;
  transition: initial;
}
.newsRight>li>a .newsSubTitle {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-top: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsRight>li>a .newsSubTxt {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsRight>li>a:hover {
  border-color: #254d90;
}
.newsRight>li>a:hover .newsNub {
  background-color: #254d90;
  color: #fff;
}
.newsRight>li>a:hover .newsSubTitle {
  color: #254d90;
}

@media (max-width: 1200px) {
  .news {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .newsContect {
    margin-top: 20px;
  }
  .newsRight>li {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .newsNav {
    margin-top: 10px;
  }
  .newsNav>li {
    width: 31.3333%;
    margin: 0 1% 5px 1%;
  }
  .newsContect {
    margin-top: 10px;
  }
  .newsLeft {
    width: 100%;
  }
  .newsLeft>a {
    display: flex;
  }
  .newsLeft .newsImg {
    width: 30%;
    float: left;
  }
  .newsLeft .newsBox {
    width: 70%;
    float: left;
    padding: 10px;
  }
  .newsRight {
    width: 100%;
  }
  .newsRight>li {
    margin: 10px 0 0 0 !important;
  }
  .newsRight>li>a {
    padding: 4px;
  }
  .newsRight>li>a .newsNub {
    width: 90px;
    height: 90px;
    margin-right: 10px;
  }
}
/* END-main */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.mainLeft {
  width: 285px;
  float: left;
}
.leftMenu {
  width: 100%;
  float: left;
}
.menuTitle {
  display: block;
  overflow: hidden;
  padding: 28px 0;
  text-align: center;
  background: url(../images/menu_title_bj.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  line-height: 22px;
  text-transform: uppercase;
}
.menuTitle>span {
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 24px;
  font-weight: bold;
}
.menuList {
  display: block;
  overflow: hidden;
  transition: initial;
  background-color: #f5f5f5;
  padding: 10px;
}
.menuList>li {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.menuList>li:last-child {
  margin: 0;
}
.menuList>li>a {
  display: block;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
}
.menuList>li>a>span {
  display: block;
  overflow: hidden;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 16px;
}
.menuList>li>a>span::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid #0450a9;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.menuList li:hover>a,
.menuList li.menuActive>a {
  background-color: #1c468b;
}
.menuList li:hover>a>span,
.menuList li.menuActive>a>span {
  color: #fff;
}
.menuList li:hover>a>span::before,
.menuList li.menuActive>a>span::before {
  border-left-color: #fff;
}
.menuBox {
  display: block;
  overflow: hidden;
  background: url(../images/lxwm_bj.jpg) no-repeat center center;
  background-size: cover;
  min-height: 260px;
  padding: 40px 30px;
  line-height: 28px;
  font-size: 16px;
  color: #333;
}
.menuBox>span {
  display: block;
  overflow: hidden;
  margin-top: 5px;
  font-size: 24px;
  font-weight: bold;
}

.mainRight {
  width: 895px;
  float: right;
}
.dqwzTitle {
  width: 100%;
  float: left;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-align: right;
  margin-top: 25px;
}
.dqwzTitle>span {
  color: #024387;
}
.dqwzContect {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}

@media (max-width: 1200px) {
  .main {
    padding: 40px 0;
  }
  .mainLeft {
    width: 24%;
  }
  .mainRight {
    width: 74%;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
  .mainLeft {
    width: 29%;
  }
  .menuBox {
    min-height: 200px;
    padding: 25px;
  }
  .mainRight {
    width: 69%;
  }
}

@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 {
    padding: 5px;
  }
  .menuList>li {
    margin-bottom: 5px;
  }
  .mainRight {
    width: 100%;
  }
  .dqwzContect {
    padding: 15px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 产品中心 */
.cpList {
  width: 915px;
  display: block;
  overflow: hidden;
}
.cpList>li {
  width: 285px;
  float: left;
  margin: 0 20px 20px 0;
}
.cpList>li .cpzxImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px #ccc solid;
}
.cpList>li .cpzxImg::before {
  content: "";
  display: block;
  padding-top: 65.5758%;
}
.cpList>li .cpzxImg1 {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpList>li .cpzxImg1::before {
  content: "";
  display: block;
  padding-top: 58.5758%;
}
.cpList>li .cpzxTxt {
  display: block;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  background-color: #f5f5f5;
  padding: 0 20px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
	text-align: center;
}
.cpList>li .cpzxTxt::before {
  content: "";
  width: 20px;
  float: right;
  height: 20px;
  background: url(../images/cpzx_jiantou.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cpList>li:hover .cpzxImg>img {
  transform: scale(1.1);
}
.cpList>li:hover .cpzxTxt {
  background-color: #1c468b;
  color: #fff;
}

.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;
}
.cpxqContect {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  padding-top: 10px;
}
.cpxqContect img {
  display: block;
  max-width: 42%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .cpList {
    width: 102%;
    margin-left: -1%;
  }
  .cpList>li {
    width: 31.3333%;
    margin: 0 1% 20px 1%;
  }
}

@media (max-width: 767px) {
  .cpList>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .cpList>li .cpzxTxt {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
  }

  .cpxqTitle {
    font-size: 16px;
  }
  .cpxqContect {
    line-height: 24px;
  }
}
/* END-产品中心 */

/* 技术支持 */
.techList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.techList li {
  width: calc(50% - 20px);
  float: left;
  margin-bottom: 40px;
}
.techList li .techImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.techList li .techImg::before {
  content: "";
  display: block;
  padding-top: 55.1725%;
}
.techList li .techBox {
  width: 100%;
  overflow: hidden;
  background-color: #ebebeb;
  padding: 15px 20px;
}
.techList li .techBox .techTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.techList li .techBox .techTxt {
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  margin: 5px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.techList li .techBox .techMore {
  width: 142px;
  height: 36px;
  border: 2px solid #a0a0a0;
  border-radius: 18px;
  line-height: 32px;
  text-align: center;
  font-size: 13px;
  color: #333;
}
.techList li:hover .techBox {
  background-color: #1c468b;
}
.techList li:hover .techBox .techTitle,
.techList li:hover .techBox .techTxt {
  color: #fff;
}
.techList li:hover .techBox .techMore {
  background-color: #fff;
  border-color: #fff;
  color: #1c468b;
}

@media (max-width: 1200px) {
  .techList li {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .techList li {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .techList li {
    width: 100%;
    margin-bottom: 10px;
  }
  .techList li>a {
    display: flex;
  }
  .techList li .techImg {
    width: 30%;
    float: left;
  }
  .techList li .techBox {
    width: 70%;
    float: left;
    padding: 10px;
  }
  .techList li .techBox .techTitle {
    line-height: 24px;
  }
  .techList li .techBox .techTxt {
    height: 40px;
    line-height: 20px;
  }
  .techList li .techBox .techMore {
    width: 102px;
    height: 24px;
    border-radius: 17px;
    line-height: 20px;
  }
}
/* END-技术支持 */

/* 新闻资讯 */
.newsList {
  display: block;
  overflow: hidden;
}
.newsList>li {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.newsList>li>a {
  display: flex;
  background-color: #f5f5f5;
}
.newsList>li>a .newsImg {
  width: 30%;
  float: left;
  overflow: hidden;
  position: relative;
}
.newsList>li>a .newsBox {
  width: 70%;
  float: left;
  overflow: hidden;
  padding: 20px 25px;
}
.newsList>li>a .newsBox .newsTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList>li>a .newsBox .newsTxt {
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  margin: 10px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsList>li>a .newsBox .newsTime {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 12px;
  color: #666;
}
.newsList>li>a:hover .newsBox {
  background-color: #1f488c;
  border-color: #1f488c;
}
.newsList>li>a:hover .newsBox .newsTitle,
.newsList>li>a:hover .newsBox .newsTxt,
.newsList>li>a:hover .newsBox .newsTime {
  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: 991px) {
  .newsList>li {
    margin-bottom: 20px;
  }
  .newsList>li>a .newsBox .newsTxt {
    height: 72px;
    line-height: 24px;
    margin: 5px 0;
  }
  .newsList>li>a .newsBox {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .newsList>li {
    margin-bottom: 10px;
  }
  .newsList>li>a .newsBox {
    padding: 10px;
  }
  .newsList>li>a .newsBox .newsTitle {
    line-height: 24px;
  }
  .newsList>li>a .newsBox .newsTxt {
    height: 40px;
    line-height: 20px;
    margin: 5px 0;
    -webkit-line-clamp: 2;
  }

  .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-联系我们 */