﻿@charset "utf-8";
@import "public.css?v=13131354353456444232343234";
@import "banner.css?v=13131354353456444232343234";

/*#region 产品模块#*/



.PicScroll {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.PicScroll .swiper-container {
  width: 100%;
  height: 100%;
}

.PicScroll .swiper-slide img {
  width: 100%;
}

.PicScroll .swiper-slide {
  text-align: center;
}

.pagination {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.webapp .pagination {
  bottom: 2px;
}

.PicScroll .swiper-pagination-bullets {
  bottom: 10px;
  /**/
}

.PicScroll .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #ffffff;
  margin: 0 5px;
  cursor: pointer;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.PicScroll .swiper-pagination-bullet-active {
  background: #2155a5;
  width: 28px;
}

/*#endregion#*/

/*#region 产品模块01#*/

.inproWrap001 {
  background: url(../images/homeprobj.jpg) center center no-repeat;
  position: relative;
  background-size: cover;
  box-sizing: border-box;
  padding: 110px 0 60px;
  overflow: hidden;
}

.inproWrap001::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  top: 0;
  left: 10%;
}

.myProductWrap {
  position: relative;
  z-index: 10;
}

/* .myProductWrap .swiper-button-next {
  right: 5%;
}

.myProductWrap .swiper-button-prev {
  left: 5%;
} */

.proBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}

.proBottom .paginationB,
.proBottom .proBotLeft {
  position: relative;
  width: auto;
  bottom: auto;

}

.proBottom .paginationB {
  font-size: 20px;
  color: #4f4f4f;
  padding: 0 30px;
}

.proBottom .paginationB .swiper-pagination-current {
  color: #2557a6;
}

.proBottom .swiper-button-prev,
.proBottom .swiper-button-next {
  right: auto !important;
  left: auto !important;
  top: auto !important;
  position: relative !important;
  margin-top: auto !important;
  width: 30px;
  border: 0;
  padding: 0;
  height: 48px;
  cursor: pointer;
}


.proBottom .proBotLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.webapp .proBottom {
  margin-bottom: 25px;
}

.inproWrap001 .inproTitle {
  margin: 0 auto;
  padding: 20px 0;
  box-sizing: border-box;
  color: #4c4c4c;
  font-size: 30px;
  position: relative;
  width: 86%;
  text-align: center;
}

.inproWrap001 .inproTitle .bigTit {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.inproWrap001 .inproTitle .bigTit span {
  position: relative;
  display: block;
  padding-left: 15px;
}

.inproWrap001 .inproTitle .bigTit span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 20px;
  background: #2155a5;
  margin: auto;
}

.inproWrap001 .inproTitle .subtit {
  display: block;
  color: #151515;
  font-size: 48px;
  margin: 20px 0;
  line-height: 48px;
}

.inproWrap001 .inproTitle .tips {
  color: #a5a5a5;
  font-size: 15px;
  line-height: 20px;
  width: 45%;
  margin: 0 auto;
}

/* .inproWrap001 .inproTitle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 150px;
  height: 4px;
  margin: auto;
  background: #ea1c27;
} */

.inproNavWrap {
  margin: 40px auto;
  position: relative;
  /* padding: 0 60px; */
  box-sizing: border-box;
  width: 90%;
}



.inproWrap001 .myProduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  /* flex-wrap: wrap; */
  margin: 0 auto;
}

.myProductWrap .swiper-wrapper {
  box-sizing: border-box;
  /* padding: 10px 0; */
  /* height: calc((75vw / 3 + 60px) * 2); */
  /* border: 1px solid #000; */
}

.myProductWrap .myProduct .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* height: calc(100% / 2 - 50px); */
  /* border: 1px solid #000; */
  box-sizing: border-box;
}

.inproWrap001 .myProduct .li:nth-child(1) {
  /* padding-left: calc(7% - 20px); */
}

.inproWrap001 .myProduct .li .boxText {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  /* box-shadow: 0 0 8px rgb(0 0 0 / 6%); */
  /* padding: 20px 20px 40px; */
  /* max-width: 420px; */
  padding: 5px;
}

.inproWrap001 .myProduct .li .pic {
  /* border-radius: 4px; */
  height: 100%;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  border-radius: 4px;
  background: #f0f0f0;
  -moz-box-shadow: 0 0px 3px rgba(128, 128, 128, 0.3);
  -webkit-box-shadow: 0 0px 3px rgba(128, 128, 128, 0.3);
  box-shadow: 0 0px 3px rgba(128, 128, 128, 0.3);
  box-sizing: border-box;

}

.inproWrap001 .myProduct .li .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.inproWrap001 .myProduct .li:hover .pic img {
  transform: scale(1.1);
}

.inproWrap001 .myProduct .li .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  /* background: #FFF; */
  height: 30px;
  color: #393939;
  font-size: 18px;
  margin-top: 10px;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

/* .inproWrap001 .myProduct .li .boxText::after {
  position: absolute;
  content: '';
  bottom: -35px;
  height: 70px;
  width: 70px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  background: url(../images/carhei.png) center center no-repeat #fff;
  background-size: 64%;
  -moz-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} */

.inproWrap001 .myProduct .li .titleBox>div {
  width: 90%;
  text-align: center;
}

.inproWrap001 .myProduct .li:hover .titleBox {
  color: #000;
  /* font-size: 18px; */
  /* background: rgba(234, 28, 39, 0.5); */
}

.contentHome .inproNav {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; */
  box-sizing: border-box;
}

.contentHome .inproNav .li {
  /* flex: 1; */
}

.contentHome .inproNav .li a {
  text-align: center;
  color: #fff;
  display: block;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 0;
  white-space: nowrap;
}


.contentHome .inproNav .li a:hover,
.contentHome .inproNav .li.cur a {
  color: #fff;
  font-weight: 500;
}

.contentHome .inproNav .li a:hover span {
  transition: all 0.5s linear 10ms;
  transform: translateY(0%) rotateY(360deg);
}

.contentHome .inproNav .li a:hover .act23 {
  background: url(../images/pronav01a.png) center center no-repeat;
}

.contentHome .inproNav .li a .act24 {
  background: url(../images/pronav02.png) center center no-repeat;
}

.contentHome .inproNav .li a:hover .act24 {
  background: url(../images/pronav02a.png) center center no-repeat;
}

.contentHome .inproNav .li a .act25 {
  background: url(../images/pronav03.png) center center no-repeat;
}

.contentHome .inproNav .li a:hover .act25 {
  background: url(../images/pronav03a.png) center center no-repeat;
}

.contentHome .inproNav .li a .act26 {
  background: url(../images/pronav04.png) center center no-repeat;
}

.contentHome .inproNav .li a:hover .act26 {
  background: url(../images/pronav04a.png) center center no-repeat;
}

.contentHome .inproNav .li a span {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 15px;
  background: url(../images/pronav01.png) center center no-repeat;
  transition: all 0.5s linear 10ms;
  transform: translateY(0%) rotateY(0deg);
  background-size: 100% !important;
}

.webapp .contentHome .inproNav .li a span {
  width: 50px !important;
  height: 50px !important;
}

.webapp .inproNavWrap {
  width: 100%;
  margin: 15px auto;
}

.webapp .inproWrap001 {
  padding: 20px 0 40px;
}

.webapp .aproBox .cn_bt {
  margin-bottom: 0;
  font-size: 20px;
}

.webapp .inproWrap001 .inproTitle {
  font-size: 20px;
  padding-bottom: 15px;
  line-height: 30px;
  padding-top: 20px;
}

.webapp .inproWrap001 .inproTitle strong {
  font-size: 20px;
  margin-bottom: 5px;
}

.webapp .inproWrap001 .inproTitle::after {
  width: 80px;
}

.webapp .inproWrap001 .inproNav {
  /* padding: 30px 0 20px; */
  flex-wrap: wrap;
}

/* .webapp .inproWrap001 .inproNav li {
  margin: 0 0;
  width: 50%;
}

.webapp .inproWrap001 .inproNav li a {
  width: auto;
  font-size: 13px;
  margin: 0 10px 10px;
  padding: 8px 0;
} */

.webapp .inproWrap001 .myProduct {
  flex-wrap: wrap;
  width: auto;
  padding: 0 5px;
}

/* .webapp .inproWrap001 .myProduct .li {
  width: 50%;
  padding: 0 10px 40px;
}

.webapp .inproWrap001 .myProduct .li .titleBox {
  height: 45px;
  font-size: 14px;
} */

.webapp .inproWrap001 .myProduct .li .boxText::after {
  width: 50px;
  height: 50px;
  bottom: -25px;
}

/*#endregion#*/

/*#region 新闻模块#*/

.newslist001 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 1200px;
  margin: 50px auto;
  position: relative;
  z-index: 10;
}

.newslist001 .list {
  width: 300px;
  overflow: hidden;
}

.newslist001 .list .bt {
  font-size: 26px;
  color: #505050;
  font-weight: bold;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 25px;
}

.newslist001 .list .bt span {
  display: inline-block;
  padding: 25px 0;
  position: relative;
}

.newslist001 .list .bt span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #121d3d;
}

.newslist001 .list .about_ul {}

.newslist001 .list .about_ul li {
  color: rgba(0, 0, 0, 0.6);
  line-height: 26px;
  margin-top: 20px;
  background: url(../images/lv.png) left center no-repeat;
  padding-left: 26px;
  font-size: 16px;
}

.newslist001 .list .about {
  padding-top: 5px;
  line-height: 32px;
  font-size: 16px;
  display: block;
  color: #2d2d2d;
}

.newslist001 .list .pic {
  padding-top: 12px;
  display: block;
}

.newslist001 .list .pic img {
  width: 100%;
}

.newslist001 .right_list {
  padding-top: 5px;
}

.newslist001 .right_list li a {
  display: block;
  color: #4a4a4a;
  font-size: 15px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ececec;
}

.newslist001 .right_list li .title {
  font-size: 17px;
  line-height: 26px;
  overflow: hidden;
  height: 52px;
  font-weight: bold;
  margin-bottom: 4px;
}

.newslist001 .right_list li .text {
  font-size: 15px;
  color: #7c7c7c;
  line-height: 28px;
}

.newslist001 .right_list li a:hover {
  color: #2155a5;
}

.webapp .newslist001 {
  margin-top: 0;
  margin-bottom: 20px;
  flex-wrap: wrap;
  width: auto;
  padding: 0 20px;
}


.webapp .newslist001 {
  margin-top: 0;
  margin-bottom: 20px;
  flex-wrap: wrap;
  width: auto;
  padding: 0 20px;
}

.webapp .newslist001 .list .about_ul {
  margin-bottom: 20px;
}

.webapp .newslist001 .list .about_ul li {
  line-height: 20px;
  font-size: 14px;
  margin-top: 10px;
}

.webapp .newslist001 .list .about {
  font-size: 14px;
  line-height: 30px;
}

.webapp .newslist001 .list .bt {
  margin-bottom: 10px;
  font-size: 18px;
}

.webapp .newslist001 .list .bt span {
  padding: 15px 0;
}

.webapp .newslist001 .list {
  width: 100% !important;
}

.webapp .newslist001 .right_list li .title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  height: auto;
}

.webapp .newslist001 .right_list li a {
  padding-bottom: 8px;
  margin-bottom: 15px;
}

/*#endregion#*/

/*#region 新闻模块001#*/
.newsWrap001 {
  position: relative;
  padding: 50px 0;
  z-index: 10;
}

.newsWrap001 .myProductSwiperD {
  padding: 10px;
}


.newsWrap001 .news001 {
  width: 86%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}

.newsWrap001 .news001 .newsbt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 28px;
  color: #000;
  width: 120px;
  line-height: 36px;
  flex: 1;
  font-weight: bold;
}

.newsWrap001 .news001 .newsbt .xian {
  height: 4px;
  width: 50px;
  background: #00a64f;
  margin-top: 20px;
}

.newsWrap001 .news001 .more {
  font-size: 15px;
  color: rgba(130, 130, 130, 0.6);
  font-weight: normal;
}

.newsWrap001 .Ul_list001 {
  flex: 1;
  /* display: flex;
	justify-content: flex-end; */
  max-width: calc(100% - 120px);
}

.newsWrap001 .Ul_list001 .li {
  margin-left: 40px;
  flex: 1;
  box-sizing: border-box;
}

.newsWrap001 .Ul_list001 .li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  box-shadow: 0 0 8px #d0d0d0;
  background: #FFF;
}

.newsWrap001 .Ul_list001 .li .text {
  padding: 20px;
  box-sizing: border-box;
}

.newsWrap001 .Ul_list001 .li .text .title {
  font-size: 16px;
  color: #313131;
  font-weight: bold;
  margin-bottom: 10px;
}

.newsWrap001 .Ul_list001 .li .text .con {
  font-size: 14px;
  color: rgba(49, 49, 49, 0.6);
  min-height: 48px;
}

.newsWrap001 .Ul_list001 .li .imga {
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;

}

.newsWrap001 .Ul_list001 .li .imga img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.newsWrap001 .Ul_list001 .li .imga .date {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 166, 79, 0.8);
  color: #FFF;
  padding: 12px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.newsWrap001 .Ul_list001 .li .imga:hover img {
  transform: scale(1.1);

}

@media screen and (max-width: 1200px) {
  .newsWrap001 .Ul_list001 .li {
    width: 70%;
  }
}

.webapp .newsWrap001 .news001 {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.webapp .newsWrap001 .news001 .newsbt {
  align-items: center;
}

.webapp .newsWrap001 .news001 .newsbt .xian {
  margin: 20px auto 0;
}

.webapp .newsWrap001 .Ul_list001 {
  width: 100%;
  max-width: 100%;
}

.webapp .newsWrap001 .Ul_list001 .li {
  margin-left: 20px;
  margin-right: 20px;
}

.webapp .newsWrap001 .Ul_list001 .li .imga {
  height: calc((100vw / 2) - 10px);
}

/*#endregion#*/


/*#region 新闻模块002#*/

.abnewWrap {
  background: url(../images/aboutbj.jpg) center bottom no-repeat #fff;
  background-size: 100%;
  overflow: hidden;
  min-height: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.webapp .abnewWrap {
  min-height: auto;
  padding: 40px 0 0;
}

.custom-btn {
  width: 180px;
  height: 55px;
  color: #fff;
  border-radius: 52px;
  box-sizing: border-box;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.btn-15 {
  background: #2155a5;
  border: none;
  z-index: 1;
}

.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #2f68c0;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.btn-15:hover {
  color: #fff;
}

.btn-15:hover:after {
  left: 0;
  width: 100%;
}

.news004Wrap {
  background: url(../images/newbj.jpg) right bottom no-repeat #ffffff;
  overflow: hidden;
  padding: 100px 0;
}

.news004Title {
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
}

.news004Title .left {
  color: #0f0f0f;
  font-size: 50px;
}

.news004Title .left .en {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 60px;
  margin-bottom: 15px;
}

.news004Title .left .cn {
  line-height: 30px;
  font-size: 30px;
}

.news004Title .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.news004Title .right p {
  margin-left: 20px;
}

.news004Title .right p a {
  font-size: 16px;
  color: #6a6a6a;
}

.news004Title .right p a:hover {
  color: #2155a5;
}

.webapp .news004Title .right {
  display: none;
}

.webapp .news004Title .left {
  font-size: 36px;
}

.webapp .news004Title .left .en {
  margin-bottom: 0;
}

.webapp .news004Title {
  margin-bottom: 30px;
}

.webapp .news004Wrap {
  padding: 30px 0 0;
}

.news004 {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
}

.news004 .newsLeft {
  width: 640px;
}

.news004 .newsRight {
  flex: 1;
  margin-left: 35px;
}

.news004 .Ul_top li {
  position: relative;
}

.news004 .Ul_top li a {
  color: #252525;
  background: #FFF;
  font-size: 16px;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; */
  /* background: url(../images/newbj.jpg) right bottom no-repeat #1e6db8;
  background-size: auto 60%; */
  /* url(../images/wl.png) right center no-repeat */
  overflow: hidden;
  position: relative;
  display: block;
  border: 1px solid #dedede;
  border-radius: 4px;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
}

/* .news004 .Ul_top li a>div {
  flex: 1;
} */

.news004 .Ul_top li .pic {
  width: 100%;
  height: 400px;
  overflow: hidden;
  /* -webkit-border: 2px solid #f3f3f3;
  -moz-border: 2px solid #f3f3f3;
  border: 2px solid #f3f3f3; */
}

.news004 .Ul_top li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news004 .Ul_top li .pic img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news004 .Ul_top li .text {
  padding: 50px 20px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}



.news004 .Ul_top li .text .leftTitle {
  flex: 1;
  margin-left: 20px;
}

.news004 .Ul_top li .text .bgbt {
  font-size: 20px;
  font-weight: 600;
}

.news004 .Ul_top li .text .con {
  overflow: hidden;
  color: #797979;
  font-size: 14px;
  margin-top: 20px;
}

.news004 .Ul_top li .text .data {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.news004 .Ul_top li .text .d {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  width: 80px;
  text-align: center;

}

.news004 .Ul_top li .text .d span {
  display: block;
  line-height: 40px;
  font-size: 40px;
  font-weight: bold;
}

.news004 .right_list li a {
  display: block;
  color: #333333;
  font-size: 18px;
  border-radius: 4px;
  border: 1px solid #dedede;
  width: 100%;
  box-sizing: border-box;
  padding: 25px;
  -moz-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #FFF;
}


.news004 .right_list li {
  margin-bottom: 20px;
}

.news004 .right_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.news004 .right_list li a .leftTitle {
  flex: 1;
  margin-right: 20px;
}



.news004 .right_list li a .rightData {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  width: 80px;
  text-align: center;
  color: #d5d5d5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news004 .right_list li a .rightData span {
  display: block;
  line-height: 40px;
  font-size: 40px;
  font-weight: bold;
}

.news004 .right_list li .title {
  overflow: hidden;
  font-weight: 500;
  width: 100%;
  font-size: 18px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  font-weight: 600;
  font-family: '微软雅黑 Light';
  line-height: 30px;
}


.news004 .right_list li .text {
  color: #929292;
  overflow: hidden;
  font-size: 15px;
  line-height: 24px;
  height: 48px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news004 .right_list li a:hover {
  color: #2155a5;
}

.news004 .right_list li a:hover .text {
  color: #2155a5;
}

.news004 .right_list li a:hover .rightData {
  color: #2155a5;
}

.webapp .news004 {
  width: auto;
  padding: 0 20px;
  margin: 0;
  border: none;
  flex-wrap: wrap;
}

.webapp .news004>div {
  width: 100%;
}

.webapp .news004 .Ul_top li .text {
  height: auto;
  margin: 0;
  padding: 20px 0;

}

.webapp .news004 .Ul_top li {
  padding-bottom: 0;
  margin-top: 20px;
}


.webapp .news004 .newsRight {
  margin-top: 20px;
  margin-left: 0;
}


.webapp .news004 .Ul_top li a {
  display: block;
}

.webapp .news004 .Ul_top li .text .con,
.webapp .news004 .Ul_top li .text .data .more,
.webapp .news004 .right_list li a {
  font-size: 15px;
}

.webapp .news004 .right_list li .title {
  height: auto;
  line-height: 24px;
  margin-bottom: 0;
  font-size: 16px;
}

.webapp .news004 .right_list li .text,
.webapp .news004 .Ul_top li .text .con {
  margin-bottom: 0;
  font-size: 14px;
}

.webapp .news004 .Ul_top li .text .bgbt {
  font-size: 18px;
}

.webapp .news004 .Ul_top li .pic {
  height: 200px;
}

/* //关于我们 */


.aboutBox {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  /* background: #1546a4; */
}



.aboutBox .aboutLeft {
  flex: 1;
  margin-right: 100px;
}


.aboutBox .aboutLeft .text {
  line-height: 55px;
  display: block;
  font-size: 22px;
  color: #656565;
  font-weight: 500;
  padding: 60px 0;
  font-family: '微软雅黑 Light';
}



.aboutBox .aboutimg {
  width: 600px;
  overflow: hidden;
  padding-top: 40px;
}

.aboutBox .aboutimg img {
  width: 100%;
}

.btbox {
  color: #0f0f0f;
  position: relative;
  font-size: 36px;
  line-height: 50px;
}

.btbox .en_bt {
  font-size: 50px;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
  text-transform: uppercase;
}



.webapp .aboutBox {
  height: auto;
  flex-wrap: wrap;
  width: auto;
  padding-top: 0;
}

.webapp .aboutBox .aboutLeft {
  width: auto;
  padding-right: 0;
  padding: 0 15px;
  margin: 0;
}

.webapp .aboutBox .aboutLeft .text {
  font-size: 16px;
  line-height: 36px;
  padding: 20px 0;
  color: #0f0f0f;
}



.webapp .aboutBox .aboutimg {
  margin: 0;
  width: auto;
  height: auto;
  padding: 30px 15px;
}

.webapp .aboutWrap {
  padding-top: 0px;
}

.webapp .btbox .en_bt {
  font-size: 36px;
  /* padding-bottom: 20px; */
  margin-bottom: 0;
}

.webapp .btbox {
  padding: 0;
  font-size: 26px;
  line-height: 40px;
}

.webapp .aboutBox .aboutLeft .text strong {
  font-size: 30px;
  line-height: 36px;
}

.webapp .aboutBox .Experience .expLeft {
  font-size: 24px;
  line-height: 30px;
  width: 180px;
}

.webapp .aboutBox .Experience {
  padding: 0 0;
}

/*#endregion#*/

/*#region 图片模块#*/

.hyyyWrap {
  /* min-height: 900px; */
  /* background: url(../images/yy01.jpg) center center no-repeat; */
  position: relative;
  background-size: cover;
}

.webapp .hyyyWrap {
  display: none;
}

.indexb {
  position: relative
}

[transition="0.5s"],
[imgsalc] img {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
}

.indexbconlist .textbox {
  max-width: 50%;
  position: absolute;
  top: 10.937vw;
  left: 26.83vw;
  opacity: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  padding: 30px;
  box-sizing: border-box;
}

.indexbconlist.cur .textbox {
  opacity: 1;
  left: 10%
}

.indexbconlist .textbox .entitle {
  color: #fff;
  line-height: 0.95;
  font-size: 40px;
  font-weight: bold;
  font-family: Arial;
  text-transform: uppercase;
}

.indexbconlist .textbox .cntitle {
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  margin-top: 8px
}

.indexbconlist .textbox .text {
  color: #fff;
  line-height: 1.714;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 16px;
  padding-top: 50px;
  max-width: 80%;
}

.indexbconlist .img {
  display: none
}

.indexbconlist .img img {
  width: 100%;
}

.indexbbotbox {
  display: flex;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.indexbslide {
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 30px;
  padding-bottom: 20px;
  bottom: 60px;
  left: 0;
}

.indexbslide:after {
  content: "";
  width: 13%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 40px;
  left: 0
}

.indexbslide:before {
  content: "";
  width: 13%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 40px;
  right: 0
}

.indexblist {
  width: 33.33%;
  position: relative;
  cursor: pointer
}

.indexblist:after {
  content: "";
  width: calc(100% - 20%);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 10px;
  right: -40%
}

.indexblist:nth-last-of-type(1):after {
  display: none
}

.indexblist .iconbox {
  width: 22px;
  height: 22px;
  position: relative;
  margin: 0 auto
}

.indexblist .showicon {
  width: 22px;
  height: 22px;
  margin: 0 auto
}

.indexblist .hideicon {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: absolute;
  z-index: 6;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
  opacity: 0;
  background-image: url(../images/ibiconbg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: scale3d(0, 0, 0);
  -webkit-transform: scale3d(0, 0, 0);
  -moz-transform: scale3d(0, 0, 0);
  transition: 0.5s ease-in-out 0s;
  -webkit-transition: 0.5s ease-in-out 0s;
  -moz-transition: 0.5s ease-in-out 0s
}

.indexblist .hideicon img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px
}

.indexblist .title {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 22px
}

.indexblist.cur .showicon {
  display: none
}

.indexblist.cur .hideicon {
  opacity: 1;
  transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1)
}

.indexblist.cur .title {
  font-weight: bold
}

.wrap {
  width: 85.94vw;
  max-width: 100%;
  margin: 0 auto;
}

/* .lf {
  float: left;
} */

.contactBanWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.contactBanWrap>div {
  position: relative;
  overflow: hidden;
}

.contactBanWrap .bjimg {
  width: 100%;
  height: 500px;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contactBanWrap>div:hover .bjimg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.contactBanWrap>div .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  margin: auto;
  color: #FFF;
  padding-left: 60px;
  padding-top: 50px;
  font-size: 16px;
}

.contactBanWrap>div .text .bt {
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.contactBanWrap>div .text .enbt {
  font-size: 19px;
  text-transform: uppercase;
  margin-top: 15px;
}


.contactBanWrap>div .text .company {
  margin-top: 40px;
  font-size: 24px;
  line-height: 24px;
}

.contactBanWrap>div .text .p {
  margin-top: 10px;
}

.contactBanWrap>div .text .p img {
  width: 28px;
}

.contactBanWrap>div .text .jobName {
  font-size: 37px;
  line-height: 37px;
  padding: 60px 0;
}

.contactBanWrap>div .text .jobName span {
  font-size: 70px;
  color: #ff0101;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 15px;
}

.contactBanWrap>div .text .jt {
  border: 1px solid #FFF;
  width: 65px;
  text-align: center;
  border-radius: 20px;
  padding: 6px 0;
}

.contactBanWrap>div .text .jt a {
  display: block;
  font-size: 20px;
  color: #FFF;
  font-family: '宋体';
}


.webapp .contactBanWrap {
  flex-wrap: wrap;
}

.webapp .contactBanWrap>div .text {
  padding-top: 30px;
  padding-left: 30px;
}

.webapp .contactBanWrap>div .text .bt {
  font-size: 20px;
  line-height: 24px;
}

.webapp .contactBanWrap>div .text .enbt {
  font-size: 14px;
  margin-top: 0;
}

.webapp .contactBanWrap>div .text .p {
  margin-top: 0px;
  font-size: 12px;
}

.webapp .contactBanWrap>div .text .company {
  font-size: 14px;
  margin-top: 5px;
}

.webapp .contactBanWrap>div .text .p img {
  width: 20px;
}

.webapp .contactBanWrap>div .text .jobName {
  padding: 15px 0;
  font-size: 14px;
}

.webapp .contactBanWrap>div .text .jobName span {
  font-size: 30px;
}

.webapp .contactBanWrap>div .text .jt a {
  font-size: 14px;
}

.webapp .contactBanWrap>div .text .jt {
  padding: 0;
  width: 40px;
}

/*#endregion#*/




.aproBox {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  /* background: #1546a4; */
}



.aproBox .aboutLeft {
  flex: 1;
  margin-right: 100px;
}


.aproBox .aboutLeft .text {
  line-height: 55px;
  font-size: 22px;
  color: #656565;
  font-weight: 400;
  margin: 60px 0 40px;
  font-family: '微软雅黑 Light';
}



.aproBox .aboutimg {
  width: 600px;
  overflow: hidden;
}

.aproBox .aboutimg img {
  width: 100%;
}

.aproBox .cn_bt {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
  line-height: 55px;
  color: #000;
  text-transform: uppercase;
}

/*#endregion#*/
@media screen and (max-width: 1600px) {

  .pageWidth {
    width: 80%;
  }

  .aproBox .aboutimg {
    width: 500px;
  }

  .inproWrap001::after {
    left: 5%;
  }

  .aproBox .cn_bt {
    font-size: 40px;
  }

  .aproBox .aboutLeft .text {
    font-size: 18px;
    line-height: 36px;
  }

  .indexblist:after {
    width: calc(100% - 40%);
    right: -30%;
  }

  .indexbslide:after,
  .indexbslide:before {
    width: 19%;
  }

  /* 
  .contactBanWrap>div .text {
    font-size: 16px;
  }

  .contactBanWrap>div .text .bt {
    font-size: 38px;
    line-height: 38px;
  }

  .contactBanWrap>div .text .company {
    margin-top: 20px;
    font-size: 20px;
  }

  .contactBanWrap>div .text .p img {
    width: 24px;
  }

  .contactBanWrap>div .text .jobName {
    font-size: 24px;
  }

  .contactBanWrap>div .text .jobName span {
    font-size: 50px;
  } */

  .footWrap001 .foot {
    padding: 40px 0;
  }

  .footWrap001 .foot .footwx {
    background-size: 180px;
  }

  .inproWrap001 .myProduct.pageWidth {
    width: 80%;
  }
}


@media screen and (max-width: 1500px) {
  .pageWidth {
    width: 90%;
  }

  .contactBanWrap>div .text .bt {
    font-size: 30px;
    line-height: 30px;
  }

  .contactBanWrap>div .text .company {
    margin-top: 30px;
  }

  .contactBanWrap>div .text .jobName {
    line-height: 30px;
    font-size: 18px;
    padding: 40px 0;
  }

  .indexbconlist .textbox .entitle {
    font-size: 30px;
  }

  .indexbconlist .textbox .cntitle {
    font-size: 20px;
  }

  .indexbconlist .textbox .text {
    font-size: 14px;
    padding-top: 30px;
  }

  .aproBox .cn_bt {
    font-size: 30px;
    line-height: 34px;
  }

  .SitePC .top-T_Wrap .top-T .nav li>a {
    padding: 0 20px;
  }
}


@media screen and (max-width: 1300px) {
  .SitePC .top-T_Wrap .top-T .nav li>a {
    padding: 0 10px;
  }

  .contactBanWrap>div .text {
    padding-top: 40px;
  }

  .news004 .newsLeft {
    width: 500px;
  }
}

.webapp .aproBox {
  flex-wrap: wrap;
}

.webapp .aproBox .aboutimg {
  width: 100%;
}

.webapp .aproBox .aboutLeft {
  margin: 0;
}

.webapp .aproBox .aboutLeft .text {
  margin: 15px 0;
  font-size: 16px;
  line-height: 30px;
}

.webapp .inproWrap001::after {
  left: 0;
  display: none;
}

.webapp .inproWrap001 .myProduct.pageWidth {
  width: 90%;
}

.webapp .inproWrap001 .inproTitle .subtit {
  font-size: 28px;
  line-height: 28px;
}

.webapp .inproWrap001 .inproTitle .bigTit {
  font-size: 18px;
}

.webapp .inproWrap001 .inproTitle .bigTit span::after {
  height: 15px;
}

.webapp .inproWrap001 .inproTitle .tips {
  width: 100%;
}

.webapp .myProductWrap .swiper-wrapper {
  /* height: calc((100vw / 2 + 80px) * 2); */
}

.webapp .myProductWrap .myProduct .li {
  /* height: calc(100% / 2 - 30px); */
}

.webapp .newsCon .bt {
  font-size: 36px;
  line-height: 40px;
  margin-top: 15px;
}

.webapp .news004 .newsRight {
  justify-content: flex-start;
  padding-bottom: 40px;
}


/*#region 图片模块#*/


.contentHome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  max-width: 1920px;
  background: url(../images/minban.jpg) center center no-repeat;
  /* background-attachment: fixed; */
  background-size: 100%;
  padding: 20px 0;
  text-align: center;
  color: #FFF;
  font-size: 20px;
}


.webapp .contentHome {
  background-size: cover;
  padding: 0px 0;
  font-size: 12px;
}

.webapp .contentHome strong {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

.webapp .contentHome .inproNav .li a {
  /* width: 300px; */
  font-size: 14px;
}


.webapp .aproBox .aboutBox {
  height: auto;
  flex-wrap: wrap;
  width: auto;
  padding-top: 0;
}

.webapp .aproBox .aboutBox .aboutLeft {
  width: auto;
  padding-right: 0;
  padding: 0 15px;
}

.webapp .aproBox .aboutBox .aboutLeft .text {
  font-size: 14px;
  padding-bottom: 15px;
  line-height: 36px;
  color: #0f0f0f;
}



.webapp .aproBox .aboutBox .aboutimg {
  margin: 0;
  width: auto;
  height: auto;
  padding: 15px;
}

.webapp .aproBox .btbox {
  padding: 0;
}


.waphyyWrap {
  display: none;
}

.webapp .waphyyWrap {
  display: block;
  position: relative;
  background: #f5f5f5;
  padding-bottom: 30px;
}

.webapp .waphyyWrap .img img {
  width: 100%;
}

.wapyybox {
  margin: -60px 20px 0;
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 20px 20px 0;
  border-radius: 10px;
}

.wapyybox a {
  display: block;
  color: #000;
}

.wapyybox a .entitle {
  line-height: 0.95;
  font-size: 22px;
  font-weight: bold;
  font-family: Arial;
  text-transform: uppercase;
}

.wapyybox a .cntitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin-top: 1px;
}

.wapyybox a .text {
  margin-top: 8px;
  line-height: 1.714;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 14px;
  color: #5e5e5e;
}

.webapp .waphyyWrap .pagination {
  bottom: 0;
  position: relative;
  padding: 10px 0;
}

.webapp .waphyyWrap .swiper-pagination-bullet {
  background: #659cef;
  border: 0;
}

.webapp .waphyyWrap .swiper-pagination-bullet-active {
  background: #2155a5;
  border: 0;
}

.webapp .contactBanWrap .bjimg {
  height: 100%;
}

.webapp .contactBanWrap .left .bjimg {
  height: 280px;
}