/* 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;
  background: url(../images/cpzx_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 75px 0 60px 0;
}
.cpzxTitle {
  display: block;
  text-align: center;
  overflow: hidden;
  padding-bottom: 18px;
  background: url(../images/title_heng.png) no-repeat center bottom;
}
.cpzxCn {
  line-height: 44px;
  font-size: 36px;
  color: #333;
  font-weight: bold;
}
.cpzxCn>span {
  color: #024da6;
}
.cpzxEn {
  line-height: 18px;
  font-size: 14px;
  color: #666;
}
.cpzxNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 25px;
  width: 1206px;
}
.cpzxNav>li {
  width: 124px;
  float: left;
  margin: 0 3px 5px 3px;
}
.cpzxNav>li>a {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #d1d1d1;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.cpzxNav>li.cpzxActive>a {
  background-color: #024da6;
  color: #fff;
}
.cpzxContect {
  display: block;
  overflow: hidden;
  padding-top: 35px;
}
.cpzxContect>div {
  display: none;
}
.cpzxContect>div:first-child {
  display: block;
}
.cpzxList {
  display: block;
  overflow: hidden;
  width: 1220px;
}
.cpzxList li {
  width: 285px;
  float: left;
  margin: 0 20px 25px 0;
}
.cpzxList li .cpzxImg {
  width: 100%;
  overflow: hidden;

  position: relative;
}
.cpzxList li .cpzxImg::before {
  content: "";
  display: block;
  padding-top: 120%;
}
.cpzxList li .cpzxTxt {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 24px;
  font-size: 13px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.cpzxList li:hover .cpzxImg>img {
  transform: scale(1);
}
.cpzxList li:hover .cpzxTxt {
  color: #024da6;
}
.cpzxMore {
  display: flex;
  justify-content: center;
  padding-top: 25px;
}
.cpzxMore>a {
  width: 200px;
  float: left;
  height: 54px;
  border: 3px solid #024da6;
  font-size: 16px;
  color: #fff;
  background-color: #024da6;
  border-radius: 27px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding-left: 30px;
}
.cpzxMore>a>span {
  width: 48px;
  float: right;
  height: 48px;
  position: relative;
  background-color: #fff;
  border-radius: 50%;
}
.cpzxMore>a:hover {
  background-color: #fff;
  color: #024da6;
}

@media (max-width: 1200px) {
  .cpzx {
    padding: 50px 0;
  }
  .cpzxNav {
    width: 100.4%;
    margin-left: -0.2%;
  }
  .cpzxNav>li {
    width: 12.1%;
    margin: 0 0.2% 5px 0.2%;
  }
  .cpzxList {
    width: 102%;
    margin-left: -1%;
  }
  .cpzxList li {
    width: 23%;
    margin: 0 1% 25px 1%;
  }
}

@media (max-width: 991px) {
  .cpzx {
    padding: 30px 0;
  }
  .cpzxNav {
    width: 101%;
    margin-left: -0.5%;
  }
  .cpzxNav>li {
    width: 19%;
    margin: 0 0.5% 5px 0.5%;
  }
  .cpzxList li {
    width: 31.3333%;
    margin: 0 1% 2% 1%;
  }
}

@media (max-width: 767px) {
  .cpzx {
    padding: 15px 0;
  }
  .cpzxCn {
    line-height: 30px;
    font-size: 20px;
  }
  .cpzxEn {
    font-size: 12px;
  }
  .cpzxNav {
    padding-top: 10px;
  }
  .cpzxNav>li {
    width: 24%;
  }
  .cpzxNav>li>a {
    font-size: 14px;
  }
  .cpzxContect {
    padding-top: 10px;
  }
  .cpzxList li {
    width: 48%;
  }
  .cpzxList li .cpzxTxt {
    margin-top: 5px;
    line-height: 22px;
  }
  .cpzxMore {
    padding-top: 10px;
  }
  .cpzxMore>a {
    width: 160px;
    height: 40px;
    border: 2px solid #024da6;
    border-radius: 20px;
    padding-left: 20px;
  }
  .cpzxMore>a>span {
    width: 36px;
    height: 36px;
  }
}

/* 产品特性 */
.cptx {
  width: 100%;
  overflow: hidden;
  background: url(../images/cp_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0 60px 0;
  margin-top: 10px;
}
.cptxTitle {
  display: block;
  overflow: hidden;
}
.cptxEn {
  line-height: 68px;
  text-transform: uppercase;
  font-size: 72px;
  font-weight: bold;
  color: rgba(51, 51, 51, 0.1);
}
.cptxCn {
	height: 54px;
  line-height: 70px;
	font-size: 16px;
  color: #333;
  padding-left: 50px;
  background: url(../images/cp_logo.png) no-repeat left center;
  margin-top: -44px;
  position: relative;
  z-index: 2;
}
.cptxCn>span{
	float: left;
	font-size: 30px;
	line-height: 54px;
	font-weight: bold;
	margin-right: 10px;
}
.cptxNav {
  width: 260px;
  float: right;
  margin-top: -60px;
}
.cptxNav>li {
  width: 100%;
  float: left;
  background-image: url(../images/cp_li.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.cptxNav>li::after {
  content: "";
  width: 0;
  height: 0;
  border-right: 18px solid #41b726;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  opacity: 0;
  transition: all 0.4s;
}
.cptxNav>li>a {
  width: 100%;
  float: left;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cptxNav>li>a>img {
  width: 35px;
  float: left;
  height: 35px;
}
.cptxNav>li>a>span {
  width: 100%;
  overflow: hidden;
  float: left;
  text-align: center;
  line-height: 68px;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
}
.cptxContect {
  width: 75%;
  float: left;
  margin-top: 20px;
}
.cptxContect>div {
  display: none;
}
.cptxContect>div:first-child{
  display: block;
}
.cptxContect img {
  width: 100%;
  display: block;
  height: auto;
}
.cpzxTit {
  display: block;
  overflow: hidden;
  margin-top: 25px;
  line-height: 34px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.cpzxTxt {
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 24px;
  font-size: 14px;
  color: #333;
}
.cpzxTxt>a {
  color: #ec0000;
}
.cpzxTxt>a:hover {
  text-decoration: underline;
}
.cptxNav>li:nth-child(1) {
  background-color: #0065b2;
  border-bottom: 3px solid #fff;
}
.cptxNav>li:nth-child(2) {
  background-color: #0065b2;
}
.cptxNav>li:nth-child(3) {
  background-color: #007cc3;
}
.cptxNav>li:nth-child(4){
  background-color: #0093d4;
}
.cptxNav>li:nth-child(5){
  background-color: #0483bb;
}
.cptxNav>li:hover,
.cptxNav>li.cptxActive {
  background-color: #41b726;
}
.cptxNav>li:hover::after,
.cptxNav>li.cptxActive::after {
  left: -18px;
  opacity: 1;
}

@media (max-width: 1200px) {
  .cptx {
    padding: 50px 0;
  }
  .cptxNav {
    width: 22%;
  }
  .cptxNav>li>a {
    padding: 20px;
  }

}

@media (max-width: 991px) {
  .cptx {
    padding: 30px 0;
  }
  .cptxNav>li>a {
    padding: 15px;
  }
  .cptxEn {
    line-height: 50px;
    font-size: 50px;
  }
  .cptxCn {
    margin-top: -30px;
  }
  .cptxNav>li>a>span {
    line-height: 50px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .cptx {
    padding: 15px 0;
  }
  .cptxTitle {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .cptxEn {
    width: 100%;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
  }
  .cptxCn {
    line-height: 30px;
    font-size: 20px;
    padding-left: 30px;
    background: url(../images/cp_logo.png) no-repeat left center;
    background-size: auto 26px;
    margin-top: -15px;
  }

  .cptxNav {
    width: 100%;
    margin-top: 15px;
  }
  .cptxNav>li>a {
    padding: 10px;
  }
  .cptxNav>li {
    width: 33.33333%;
  }
  .cptxNav>li::after {
    display: none;
  }
  .cptxNav>li>a>img {
    width: 24px;
    height: 24px;
  }
  .cptxNav>li>a>span {
    line-height: 30px;
    font-size: 16px;
  }
  .cptxNav>li:nth-child(1) {
    border: none;
  }

  .cptxContect {
    width: 100%;
    margin-top: 15px;
  }
  .cpzxTit {
    margin-top: 10px;
    line-height: 30px;
    font-size: 18px;
  }
  .cpzxTxt {
    margin-top: 5px;
  }
}

/* 关于我们 */
.about {
  width: 100%;
  overflow: hidden;
  padding: 70px 0 50px 0;
}
.aboutContect {
  display: block;
  overflow: hidden;
  padding-top: 50px;
}
.aboutLeft {
  width: 45%;
  float: right;
  padding: 0 20px 20px 0;
  background: url(../images/about_img_bj.png) no-repeat right bottom;
}
.aboutImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.aboutImg::before {
  content: "";
  display: block;
  padding-top: 65.38462%;
}
.aboutRight {
  width: 48.25%;
  float: left;
}
.aboutTitle {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  line-height: 60px;
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  color: rgba(51, 51, 51, 0.1);
}
.aboutTitle>span {
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 24px;
  color: #084d9e;
  position: relative;
  z-index: 2;
  margin-top: -28px;
}
.aboutTxt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  margin-top: 10px;
}
.aboutMore {
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.aboutMore>a {
  width: 160px;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #0065b2;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.aboutMore>a>span {
  float: left;
  color: #fff;
  font-size: 13px;
  padding-right: 25px;
  background: url(../images/case_jiantou.png) no-repeat right center;
}
.aboutMore>a:hover {
  width: 110px;
}

@media (max-width: 1200px) {
  .about {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .about {
    padding: 30px 0;
  }
  .aboutContect {
    padding-top: 30px;
  }
  .aboutLeft {
    padding: 0 12px 12px 0;
    background: url(../images/about_img_bj.png) no-repeat right bottom;
    background-size: 90% 90%;
  }
  .aboutTitle {
    margin-top: 10px;
    line-height: 50px;
    font-size: 38px;
  }
  .aboutRight {
    width: 52.25%;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 15px 0;
  }
  .aboutContect {
    padding-top: 15px;
  }
  .aboutLeft {
    width: 100%;
  }
  .aboutRight {
    width: 100%;
  }
  .aboutTitle {
    margin-top: 5px;
  }
  .aboutTxt {
    line-height: 24px;
    margin-top: 5px;
  }
  .aboutMore {
    margin-top: 5px;
  }
}

/* 优势 */
.ys {
  width: 100%;
  overflow: hidden;
}
.ysTitle {
  display: block;
  overflow: hidden;
  background-color: #2586d0;
  padding: 40px 0;
  text-align: right;
}
.ysEn {
  line-height: 74px;
  font-size: 72px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
}
.ysCn {
  line-height: 50px;
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  margin-top: -26px;
  position: relative;
  z-index: 2; margin-right:320px;
}
.ysCn>span {
  color: #fff;
}
.ysLeft {
  width: 39.25%;
  float: left;
  padding-top: 66px;
  position: relative;
  z-index: 2;
  margin-top: -108px;
}
.ysLeft::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/ys_bj.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 30px;
  top: -30px;
}
.ysSwiper {
  border: 10px solid #fff;
  background-color: #fff;
}
.ysSwiper .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 112.7389%;
}
/* 圆点 */
.ysSwiper .swiper-pagination {
  bottom: 20px;
  display: flex;
  justify-content: flex-end;
  padding: 0 25px;
}
.ysSwiper .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  float: left;
  background: #fdfdfd;
  border: 1px solid #fdfdfd;
  opacity: 1;
  border-radius: 50%;
}
.ysSwiper .banner-roll>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.ysSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #084d9e;
}
.ysRight {
  width: 45%;
  float: right;
  padding: 25px 0 50px 0;
}
.ysList {
  width: 100%;
  float: left;
}
.ysList li {
  width: 100%;
  float: left;
  margin: 25px 0;
  display: flex;
  align-items: center;
}
.ysList li .ysSub {
  width: 50px;
  float: left;
  height: 50px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  margin-right: 40px;
}
.ysList li .ysSub>span {
  position: relative;
  z-index: 2;
}
.ysList li .ysSub::before {
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background-color: #0065b2;
  transform: skewX(-10deg);
  position: absolute;
  left: 0;
  top: 0;
}
.ysList li .ysSub::after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 50px solid #b2d0e8;
  border-left: 10px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  right: -10px;
  bottom: 0;
}
.ysList li .ysTxt {
  flex: 1;
  float: left;
  line-height: 18px;
  font-size: 14px;
  color: #bababa;
  font-weight: bold;
  text-transform: uppercase;
}
.ysList li .ysTxt>span {
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

@media (max-width: 1200px) {
  .ysEn {
    line-height: 60px;
    font-size: 60px;
  }
  .ysCn {
    line-height: 40px;
    font-size: 36px;
    margin-top: -20px;
  }
  .ysLeft {
    padding-top: 40px;
    margin-top: -90px;
  }
  .ysRight {
    width: 50%;
  }
  .ysList li {
    margin: 15px 0;
  }
}

@media (max-width: 991px) {
  .ysTitle {
    padding: 30px 0;
    text-align: center;
  }
  .ysLeft {
    padding-top: 0;
    margin-top: 60px;
  }
  .ysList li {
    margin: 5px 0;
  }
  .ysList li .ysTxt>span {
    line-height: 30px;
    font-size: 20px;
  }
  .ysRight {
    padding: 15px 0 30px 0;
  }
}

@media (max-width: 767px) {
  .ysTitle {
    padding: 15px 0;
  }
  .ysEn {
    line-height: 30px;
    font-size: 30px;
  }
  .ysCn {
    line-height: 30px;
    font-size: 20px;
    margin-top: 0; margin-right:200px; text-align:left; margin-left:20px;
  }
  .ysLeft {
    width: 100%;
    margin-top: 25px;
  }
  .ysLeft::before {
    left: 10px;
    top: -10px;
  }
  .ysSwiper {
    border: 5px solid #fff;
  }
  .ysSwiper .swiper-pagination {
    bottom: 10px;
    padding: 0 10px;
  }
  .ysRight {
    width: 100%;
    padding: 15px 0;
  }
  .ysList li .ysSub {
    margin-right: 20px;
  }
  .ysList li .ysTxt {
    line-height: 16px;
    font-size: 12px;
  }
  .ysList li .ysTxt>span {
    line-height: 24px;
    font-size: 18px;
  }
}

/* 成功案例 */
.case {
  width: 100%;
  overflow: hidden;
  background: url(../images/case_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 70px 0;
}
.caseSwiper {
  margin-top: 30px;
}
.caseSwiper .swiper-slide .caseImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.caseSwiper .swiper-slide .caseImg>img {
  transform: scale(1.1);
}
.caseSwiper .swiper-slide .caseImg::before {
  content: "";
  display: block;
  padding-top: 67.74194%;
}
.caseSwiper .swiper-slide .caseTxt {
  display: block;
  overflow: hidden;
  line-height: 46px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.caseSwiper .swiper-slide:hover .caseImg>img {
  transform: scale(1);
}
.case .aboutMore {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

@media (max-width: 1200px) {
  .case {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .case {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .case {
    padding: 15px 0;
  }
  .caseSwiper {
    margin-top: 15px;
  }
  .caseSwiper .swiper-slide .caseTxt {
    line-height: 38px;
  }
  .case .aboutMore {
    margin-top: 10px;
  }
}

/* 工厂展示 */
.factory {
  width: 100%;
  overflow: hidden;
  padding: 50px 0 60px 0;
}
.factorySwiper {
  margin-top: 30px;
  padding-bottom: 40px;
}
.factorySwiper .swiper-slide>a {
  width: 100%;
  overflow: hidden;
  position: relative;
  float: left;
}
.factorySwiper .swiper-slide>a::before {
  content: "";
  display: block;
  padding-top: 120%;
}
.factorySwiper .swiper-slide>a::after {
  content: "";
  width: 0;
  height: 0;
  float: left;
  background-color: rgba(0, 71, 157, 0.8);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.4s;
}
.factorySwiper .swiper-slide .factoryHover {
  width: 0;
  float: left;
  height: 0;
  overflow: hidden;
  border: 3px solid transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.factorySwiper .swiper-slide .factoryHover>span {
  width: 100%;
  float: left;
  font-size: 36px;
  line-height: 36px;
}
.factorySwiper .swiper-slide:hover>a::after {
  width: 100%;
  height: 100%;
}
.factorySwiper .swiper-slide:hover .factoryHover {
  width: 90%;
  height: 90%;
  border: 3px solid #fff;
}
/* 圆点 */
.factorySwiper .swiper-pagination {
  bottom: 5px;
  display: flex;
  justify-content: center;
}
.factorySwiper .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  float: left;
  outline: 1px solid #084d9e;
  border: 2px solid #084d9e;
  background-color: #084d9e;
  opacity: 1;
  border-radius: 50%;
}
.factorySwiper .banner-roll>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.factorySwiper .swiper-pagination-bullet-active {
  opacity: 1;
  border: 2px solid #fff;
  outline: 1px solid #cadded;
}

@media (max-width: 1200px) {
  .factory {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .factory {
    padding: 30px 0;
  }
  .factorySwiper {
    margin-top: 20px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .factory {
    padding: 15px 0;
  }
  .factorySwiper {
    margin-top: 15px;
    padding-bottom: 20px;
  }
}

/* 新闻中心 */
.news {
  width: 100%;
  overflow: hidden;
  background-color: #ebebeb;
  padding: 40px 0 50px 0;
}
.newsContect {
  display: block;
  padding-top: 30px;
  overflow: hidden;
}
.newsLeft {
  width: 35%;
  float: left;
}
.newsLeft>a {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.newsLeft>a .newsImg {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.newsLeft>a .newsImg>img {
  transform: scale(1.1);
}
.newsLeft>a .newsImg::before {
  content: "";
  display: block;
  padding-top: 66.9048%;
}
.newsLeft>a .newsBox {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
}
.newsLeft>a .newsBox .newsTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsLeft>a .newsBox .newsTxt {
  display: block;
  overflow: hidden;
  height: 66px;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.newsLeft>a:hover .newsImg>img {
  transform: scale(1);
}
.newsLeft>a:hover .newsBox .newsTitle {
  color: #005daa;
}

.newsRight {
  width: 60%;
  float: right;
  padding-top: 10px;
}
.newsRight li {
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #adadad;
}
.newsRight li>a {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}
.newsRight li>a .newsSub {
  width: 100px;
  float: right;
  background-color: #d3d3d3;
  padding: 9px;
  text-align: center;
  line-height: 22px;
  font-size: 14px;
  color: #333;
}
.newsRight li>a .newsSub>span {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 24px;
  font-weight: bold;
  transition: initial;
}
.newsRight li>a .newsBox {
  float: left;
  flex: 1;
  padding-right: 20px;
}
.newsRight li>a .newsBox .newsTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsRight li>a .newsBox .newsTxt {
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.newsRight li>a:hover .newsSub {
  background-color: #005daa;
  color: #fff;
}
.newsRight li>a:hover .newsBox .newsTitle {
  color: #005daa;
}

@media (max-width: 1200px) {
  .news {
    padding: 40px 0;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .newsRight li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .newsContect {
    padding-top: 15px;
  }
  .newsLeft {
    width: 100%;
  }
  .newsLeft>a .newsImg {
    width: 30%;
    float: left;
  }
  .newsLeft>a .newsBox {
    width: 70%;
    float: left;
    margin-top: 0;
    padding-left: 15px;
  }
  .newsRight {
    width: 100%;
  }
  .newsRight li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .newsRight li>a {
    align-items: initial;
  }
  .newsRight li>a .newsSub {
    width: 80px;
    padding: 5px;
    line-height: 18px;
    font-size: 12px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  .newsRight li>a .newsSub>span {
    width: 100%;
  }
  .newsRight li>a .newsBox {
    width: calc(100% - 80px);
    padding-right: 10px;
  }
}

/* END-main */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.mainLeft {
  width: 285px;
  float: left;
}
.leftMenu {
  width: 100%;
  float: left;
}
.menuTitle {
  display: block;
  overflow: hidden;
  line-height: 20px;
  background-color: #0065b2;
  font-size: 14px;
  color: #fff;
  padding: 30px 0 30px 60px;
}
.menuTitle>span {
  display: block;
  overflow: hidden;
  line-height: 34px;
  font-size: 24px;
  font-weight: bold;
}

.menuList {
  display: block;
  overflow: hidden;
  transition: initial;
}
.menuList>li {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.menuList>li>a {
  display: block;
  overflow: hidden;
  background-color: #f7f8f8;
  padding: 0 15px 0 50px;
}
.menuList>li>a>span {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-left: 15px;
}
.menuList>li>a>span::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid #000;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.menuList li:hover>a,
.menuList li.menuActive>a {
  background-color: #1075c2;
}
.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 {
  width: 100%;
  overflow: hidden;
  background: url(../images/menu_bj.jpg) no-repeat center top;
  background-size: cover;
  padding: 60px 40px 40px 40px;
}
.menuDianhua {
  display: block;
  overflow: hidden;
  font-weight: bold;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
}
.menuDianhua>span {
  display: block;
  overflow: hidden;
  line-height: 24px;
  padding: 10px 0 0 40px;
  background: url(../images/menu_icon.png) no-repeat left top;
  font-weight: normal;
  margin-bottom: 5px;
}
.menuWx {
  display: flex;
  overflow: hidden;
  margin-top: 15px;
  border: 1px solid #d2d2d2;
}
.menuWx>img {
  width: 100px;
  float: left;
  height: 100px;
}
.menuWx>span {
  flex: 1;
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}

.mainRight {
  width: 895px;
  float: right;
}
.dqwzTitle {
  width: 100%;
  float: left;
  line-height: 36px;
  margin-top: 15px;
  border-bottom: 1px solid #d6d6d6;
}
.dqwzTit {
  float: left;
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.dqwzNav {
  float: right;
  font-size: 14px;
  color: #333;
}
.dqwzNav>span {
  color: #005daa;
}
.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: 50px 0;
  }
  .mainLeft {
    width: 24%;
  }
  .mainRight {
    width: 74%;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
  .mainLeft {
    width: 29%;
  }
  .menuTitle {
    padding: 15px 0 15px 30px;
  }
  .menuList>li>a {
    padding: 0 15px 0 30px;
  }
  .menuBox {
    padding: 40px 20px 20px 20px;
  }
  .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>li {
    margin-bottom: 3px;
    position: relative;
  }
  .menuList>li>a {
    padding: 0 15px;
  }
  .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: 915px;
}
.dqwzContect .cpzxList li>a {
  display: block;
  overflow: hidden;
  background-color: #f5f5f5;
  border: 3px solid #f5f5f5;
  padding: 2px;
}
.dqwzContect .cpzxList li:hover>a {
  border-color: #024da6;
  background-color: #fff;
}
.dqwzContect .cpzxList li:hover .cpzxTxt {
  color: #024da6;
  font-weight: bold;
}

.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{
  margin:10px auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.cpxqContect {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  padding-top: 10px;
}
.cpxqContect img {
  display: block;
  width: 100%;
  height: auto;
  margin: 10px auto;
}

@media (max-width: 1200px) {
  .dqwzContect .cpzxList {
    width: 102%;
    margin-left: -1%;
  }
  .dqwzContect .cpzxList li {
    width: 31.3333%;
  }
  .dqwzContect .cpzxList li>a {
    padding: 12px;
  }
}

@media (max-width: 991px) {
  .dqwzContect .cpzxList li {
    width: 48%;
  }
  .dqwzContect .cpzxList li>a {
    padding: 7px;
  }
}

@media (max-width: 767px) {
  .dqwzContect .cpzxList li>a {
    padding: 3px;
  }
  .cpxqTitle {
    font-size: 16px;
  }
  .cpxqContect {
    line-height: 24px;
  }
}
/* END-产品中心/成功案例 */

/* 新闻中心 */
.newsList {
  display: block;
  overflow: hidden;
}
.newsList li {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.newsList li a {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.newsList li a .newsImg {
  width: 30%;
  float: left;
  overflow: hidden;
  position: relative;
}
.newsList li a .newsImg>img {
  transform: scale(1.1);
}
.newsList li a .newsBox {
  width: 70%;
  float: left;
  overflow: hidden;
  padding: 10px 0 10px 30px;
}
.newsList li a .newsBox .newsTitle {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsList li a .newsBox .newsTxt {
  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-top: 10px;
}
.newsList li a:hover .newsImg>img {
  transform: scale(1);
}
.newsList li a:hover .newsBox .newsTitle {
  color: #005daa;
}

.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) {
  .newsList li {
    margin-bottom: 10px;
  }
  .newsList li a .newsBox {
    padding: 5px 0 5px 10px;
  }
  .newsList li a .newsBox .newsTitle {
    line-height: 24px;
  }
  .newsList li a .newsBox .newsTxt {
    height: 66px;
    line-height: 22px;
    margin-top: 5px;
  }

  .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:0 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;}