﻿@charset "utf-8";
@import "public.css?v=131314343234";
@import "banner.css?v=13131354353432232343234";

/*#region 产品模块#*/



.PicScroll {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.PicScroll .swiper-container {
  width: 100%;
  height: 100%;
}


.PicScroll .swiper-slide img {
  width: 100%;
  /* height: 100vh; */
}


.pagination {
  position: absolute;
  z-index: 20;
  bottom: 0;
  right: 10px;
  left: auto !important;
  top: 20px;
  width: 20px !important;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.webapp .pagination {
  bottom: 2px;
  right: 0;
  z-index: 20;
}

.PicScroll .swiper-pagination-bullets {
  bottom: 10px;
}

.PicScroll .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #ffffff;
  margin: 5px 0 !important;
  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: #ef8200;
  height: 28px;
}


.homeProBox {
  position: relative;
}


.homeProBox .homeProdian {
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
}

.webapp .homeProBox .homeProdian {
  height: 40px;
}

.homeProBox .paginDian {
  bottom: 0;
  width: 100% !important;
  height: 100%;
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  top: 0;
}

.homeProBox .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 5px !important;
  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;
  border: 0;
}

.homeProBox .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
  width: 12px;
  height: 12px;
}

.homeProBox .swiper-slide img {
  width: 100%;
}


/*#endregion#*/

/*#region 产品模块01#*/

.inproWrap001 {
  position: relative;
  background-size: cover;
  box-sizing: border-box;
  padding: 20px 0 100px;
  overflow: hidden;
}



.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: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* position: absolute;
  left: 0;
  bottom: 0;
 */
  margin: 0 auto;
  padding: 60px 0;
}

.proBottom .paginationB,
.proBottom .proBotLeft {
  position: relative;
  width: auto;
  bottom: auto;

}

.webapp .proBottom .proBotLeft {
  padding: 20px 0;
  justify-content: flex-start;
}

.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;
  margin-left: 30px;
}

.webapp .proBottom .swiper-button-prev {
  margin-left: 0;
}

.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;
}

.proBotText {
  color: #b0b0b0;
  font-size: 18px;
  font-weight: normal;
}

.proBotText .bigtit {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
  color: #2a2a2a;
  line-height: 50px;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.proBotText .bigtit span {
  color: #018d6b;
}

.webapp .proBotText .bigtit {
  font-size: 36px;
  line-height: 36px;
}

.webapp .inxlspro .proBotText {
  font-size: 14px;
  padding-bottom: 10px;
}

.webapp .proBottom {
  padding: 30px 0;
}


.homeProductWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 80px 0;
}

.webapp .homeProductWrap {
  display: block;
  padding: 40px 0;
}

.webapp .proLeftBox .proBotText {
  padding-bottom: 40px;
}

.proRightBox {
  width: 100%;
}

.tabpros {
  width: calc(100% - 560px);
}



.proRightBox .myProduct {
  position: relative;
  /* flex-wrap: wrap; */
  margin: 0 auto 20px;
  margin-left: 20px;
}

.proRightBox .swiper-wrapper {
  box-sizing: border-box;
  /* padding: 10px 0; */
  /* height: calc((75vw / 3 + 60px) * 2); */
  /* border: 1px solid #000; */
}

.proRightBox .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;
  /* width: 360px; */
}



.proRightBox .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; */
  background: #e6e6e6;
  padding: 15px;
}

.proRightBox .myProduct .li .pic {
  /* border-radius: 4px; */
  /* height: 400px; */
  overflow: hidden;
  box-sizing: border-box;
  /* mix-blend-mode: multiply; */
  /*正片叠底 */
}

.proRightBox .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;
  /* mix-blend-mode: multiply; */
  transition: all 0.5s ease-in-out;
}

.proRightBox .myProduct .li:hover .pic img {
  transform: scale(1.1);
}

.proRightBox .myProduct .li .titleBox {
  /* background: #FFF; */
  color: #393939;
  font-size: 18px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.webapp .proRightBox .myProduct .li .titleBox {
  font-size: 15px;
  bottom: 10px;
}

/* .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;
} */

.proRightBox .myProduct .li .titleBox>div {
  word-wrap: break-word;
  word-break: normal;
}

.proRightBox .myProduct .li:hover .titleBox {
  color: #000;
  /* font-size: 18px; */
  /* background: rgba(234, 28, 39, 0.5); */
}

.webapp .proRightBox {
  padding: 0 0;
}


.webapp .tabpros {
  width: 100%;
}

.webapp .proRightBox .myProduct {
  flex-wrap: wrap;
  width: auto;
  margin-left: 0;
}

/* .webapp .inproWrap001 .myProduct .li {
  width: 50%;
  padding: 0 10px 40px;
}

.webapp .inproWrap001 .myProduct .li .titleBox {
  height: 45px;
  font-size: 14px;
} */

.webapp .proRightBox .myProduct .li .boxText::after {
  width: 50px;
  height: 50px;
  bottom: -25px;
}

.webapp .proRightBox .abIcon .iconLi {
  padding: 0 5px;
}

.webapp .proRightBox .abIcon .iconLi .tit {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}

.webapp .proNav .T {
  padding-right: 0;
}

.webapp .proNav .T a p {
  width: auto;
  margin-top: 6px;
}

.proLeftBox .proBotText {
  padding-bottom: 80px;
}

.proLeftBox .proBotText .bigtit {
  right: auto;
}

.proNav .T {
  padding-right: 80px;
  position: relative;
}

.proNav .T::after {
  content: '';
  position: absolute;
  left: 24px;
  width: 1px;
  height: 100%;
  top: 0;
  border-left: 1px dashed #dddddd;
  z-index: 1;
}

.proNav .T:nth-last-child(1)::after {
  display: none;
}

.proNav .T a {
  display: block;
  padding-left: 70px;
  padding-bottom: 30px;
  background: url(../images/prolmicon01.jpg) left top no-repeat;
  position: relative;
  z-index: 10;
  -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;
}

.proNav .T a .tix {
  color: #606060;
  font-size: 22px;
  margin-bottom: 0px;
  line-height: 48px;
}

.proNav .T a p {
  margin-top: 15px;
  height: 0;
  overflow: hidden;
  width: 60%;
  -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;
}

.proNav .T a:hover p,
.proNav .T.cur a p {
  display: block;
  height: auto;
  color: #858585;
}

.proNav .T a:hover .tix,
.proNav .T.cur a .tix {
  color: #ef8200;
}

.proNav .T a:hover,
.proNav .T.cur a {
  background: url(../images/prolmicon02.jpg) left top no-repeat;
}


.webapp .proNav .T a .tix {
  font-size: 18px;
  line-height: 40px;
}

.webapp .proNav .T a {
  background-size: 40px;
  padding-left: 60px;
}

.webapp .proNav .T::after {
  left: 19px;
}

.webapp .proNav .T a p img {
  width: 30px;
}

/*#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: #ef8200;
}

.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);
}





.albumBoxWrap {
  background: #fff;
  padding: 100px 0;
}

.albumBoxWrap .albumTitle {
  text-align: center;
  color: #000000;
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 60px;
}

.albumBox {
  display: flex;
  margin: 0 auto;
}

.albumBox .li {
  width: 16%;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  overflow: hidden;
  height: 640px;
  margin: 0 10px;
}

.albumBox .li .subtit {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
  color: #FFF;
  z-index: 100;
  font-size: 30px;
  font-weight: 600;
  line-height: 28px;
}

.albumBox .li .subtit .sub {
  position: relative;
  text-align: center;
}

/* .albumBox .li .subtit .sub::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 2px;
  background: #fff;
} */

.albumBox .li .subtit .numb {
  display: block;
  margin-bottom: 20px;
  font-size: 40px;
}

.albumBox .li .subtit .numb .ico {
  width: 100%;
  height: 100%;
}

.albumBox .li .tit {
  position: absolute;
  right: 0;
  padding: 0 10%;
  width: 100%;
  top: 50%;
  color: #FFF;
  z-index: 100;
  font-size: 17px;
  /* background: #1fa0a7; */
  overflow: hidden;
  opacity: 0;
  /* display: none; */
  box-sizing: border-box;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}


.albumBox .li .tit .sub {
  position: relative;
  z-index: 10;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 40px;
}

.albumBox .li .tit .text .ixco {
  margin-bottom: 20px;
}

.albumBox .li .tit .text .txt {
  font-size: 20px;
  /* background: url(../images/xian33.jpg) left center no-repeat; */
  padding-left: 70px;
  font-weight: 600;
}

.albumBox .li .tit .text .tips {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}


.albumBox .li.active {
  width: 68%;
}

.albumBox .li.active .subtit {
  opacity: 0;
  display: none;
}


.albumBox .li.active .tit {
  position: absolute;
  left: 0%;
  /* width: 100%; */
  right: 0;
  /* top: 10%; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 1;
  box-sizing: border-box;

}


.albumBox .li>img {
  width: 100%;
  /* height: 800px; */
  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; */
  /* position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0; */
}

.albumBox .li.active>img {
  /* display: none; */
}

/* .albumBox .li::before {
  content: '';
  position: absolute;
  left: 0;
  width: 2px;
  height: 100%;
  background: #FFF;
  z-index: 20;
  -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;
} */

/* .albumBox .li:nth-child(1):before {
  width: 0 !important;
} */

.albumBox .li::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  z-index: 10;
  -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;
}

.albumBox .active::after,
.albumBox .li:hover::after {
  background: rgb(0, 0, 0, 0.1);
  /* background: none; */
}


/* .albumBox .li:hover{
	width: 52%;
} */
.albumBox .li:hover img {
  /* transform: scale(1.3); */

}

.webapp .albumBox {
  flex-wrap: wrap;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 5px;
}

.webapp .albumBoxWrap {
  padding: 30px 0 0;
}

.webapp .albumBox .li {
  width: 100%;
  padding: 0;
  display: block;
  margin: 0;
  height: auto;
  margin-bottom: 10px;
}

.webapp .albumBox .li>img {
  height: auto;
}

.webapp .albumBox .li .tit {
  padding: 15px;
}

.webapp .albumBox .li.active .tit {
  padding: 10px;
  left: 0;
}

.webapp .albumBox .li.active .tit .numb {
  font-size: 80px;
  display: none;
}

.webapp .albumBox .li .tit .xian {
  margin-top: 10px;
}

.webapp .albumBox .li .tit .numb {
  font-size: 50px;
  line-height: 50px;
}

.webapp .albumBox .li.active .tit .text {
  margin-top: 10px;
}

.webapp .albumBox .li .tit .sub {
  font-size: 16px;
  white-space: nowrap;
}

.webapp .albumBox .li.active .tit {
  display: none;
}

.webapp .albumBox .li.active .subtit {
  opacity: 1;
}

.webapp .albumBox .li .subtit .sub {
  font-size: 16px;
}



.webapp .albumBox .li:nth-child(3)::before {
  width: 0;
}


.webapp .albumBoxWrap .albumTitle {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px;
}

.webapp .albumBoxWrap .albumTitle span {
  display: block;
}

.webapp .albumBox .li::after {
  background: none;
}

/*#endregion#*/


/*#region 新闻模块002#*/


.custom-btn {
  /* width: 180px; */
  /* height: 55px; */
  color: #5b5b5b;
  border-radius: 3px;
  display: inline-block;
  box-sizing: border-box;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 12px 30px;
  margin-top: 15px;
}

.btn-15 {
  /* background: #ef8200; */
  z-index: 1;
  border: 1px solid #5b5b5b;
}

.btn-15:after,
.btn-15.cur:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #ef8200;
  transition: all 0.3s ease;
}

.btn-15.cur {
  background-color: #ef8200;
}

.btn-15:hover,
.btn-15.cur {
  border: 1px solid #ef8200;
  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: #ef8200;
}

.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: #ef8200;
}

.news004 .right_list li a:hover .text {
  color: #ef8200;
}

.news004 .right_list li a:hover .rightData {
  color: #ef8200;
}

.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;
}

/* //关于我们 */

.keySelfMadeBoxWrap {
  background: #efefef;
  padding: 100px 0;
}

.keySelfMadeBoxWrap .keySelfMadeTitle {
  color: #888888;
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 60px;
}

.keySelfMadeBoxWrap .keySelfMadeTitle .tips {
  margin-top: 40px;
}

.keySelfMadeBox {
  display: flex;
  margin: 0 auto;
}

.myProductSwiperMade {
  padding-bottom: 80px;

}

.keySelfMadeBox .swiper-scrollbar {
  /* position: relative; */
  width: calc(100% - 10px);
  left: 10px;
}

.keySelfMadeBox .swiper-slide {
  display: flex;
  width: 2550px;
}

.keySelfMadeBox .swiper-slide a {
  display: flex;
  width: 100%;
}

.keySelfMadeBox .swiper-scrollbar-drag {
  background: #ff8b00;
}

.keySelfMadeBox .li {
  width: 150px;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  overflow: hidden;
  height: 595px;
  margin: 0 10px;
}

.keySelfMadeBox .li .subtit {
  position: absolute;
  top: 10%;
  margin: auto;
  right: 0;
  left: 0;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  z-index: 100;
  font-size: 30px;
  line-height: 38px;
}


.keySelfMadeBox .li .tit {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 20%;
  z-index: 100;
  overflow: hidden;
  opacity: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  text-align: center;
  z-index: 10;
  font-size: 30px;
  line-height: 40px;
}



.keySelfMadeBox .li.active {
  width: 1000px !important;
}

.keySelfMadeBox .li.active .subtit {
  opacity: 0;
  display: none;
}


.keySelfMadeBox .li.active .tit {
  opacity: 1;
  color: #fff;
}

.keySelfMadeBox .li>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.keySelfMadeBox .li::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
  -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;
}

.keySelfMadeBox .li.active:after,
.keySelfMadeBox .li:hover::after {
  background: rgb(0, 0, 0, 0) !important;
}


.webapp .keySelfMadeBox {
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0;
}

.webapp .keySelfMadeBoxWrap {
  padding: 40px 0 0;
}

.webapp .myProductSwiperMade {
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.webapp .keySelfMadeBox .swiper-slide {
  width: 3680px;
}

.webapp .keySelfMadeBox .swiper-scrollbar {
  width: calc(100% - 20px);
}

.webapp .keySelfMadeBox .li {
  width: 350px !important;
  margin-left: 0;
  margin-right: 20px;
}

.webapp .keySelfMadeBox .li {
  height: 210px;
}

.webapp .keySelfMadeBox .li::after {
  background: none;
}

.webapp .keySelfMadeBox .li .subtit {
  width: auto;
  color: #fff;
}

.webapp .keySelfMadeBoxWrap .keySelfMadeTitle .tips {
  font-size: 16px;
  margin-top: 20px;
}

.webapp .keySelfMadeBoxWrap .keySelfMadeTitle {
  margin-bottom: 40px;
}

.btbox {
  position: relative;
  font-size: 55px;
  font-weight: bold;
  line-height: 55px;
}

.btbox .en_bt {
  position: relative;
  margin-bottom: 5px;
  text-transform: uppercase;
}



.webapp .btbox .en_bt {
  font-size: 32px;
  /* padding-bottom: 20px; */
  margin-bottom: 0;
}

.webapp .btbox {
  padding: 0;
  font-size: 26px;
  line-height: 40px;
}

/*#endregion#*/

/*合作伙伴*/
.cooperationBox {
  background: url(../images/hzhbbg.jpg?v=2324) right center no-repeat #efefef;
  background-size: auto 90%;
  padding: 130px 0 100px;
}

.coopCenter {
  display: flex;
  justify-content: space-between;

}

.coopCenter .coopLeft {
  width: 650px;
}

.coopLeft .proBotText .bigtit {
  right: auto;
}

.coopLeft .proBotText {
  padding-bottom: 50px;
}

.coopCenter .coopRight {
  flex: 1;
  margin-left: 10%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 30px;
}

.coopCenter .coopRight img {
  max-width: 100%;
}


.cooperationWrap {
  box-sizing: content-box;
  width: 100%;

  position: relative;
}

.cooperationWrap .swiper {
  height: 420px;
  padding-top: 10px;
}

.cooperationWrap .swiper-slide {
  /* Center slide text vertically */
  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: 130px;
  margin-bottom: 10px;
}

.cooperationWrap .li .boxText {
  position: relative;
  margin: 5px;
  display: block;
  /* overflow: hidden; */
  -moz-box-shadow: 0 0 5px rgba(40, 40, 40, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(40, 40, 40, 0.1);
  box-shadow: 0 0 5px rgba(40, 40, 40, 0.1);
}

.cooperationWrap .li .pic {
  height: 130px;
  background: #fff;
  overflow: hidden;
}

.cooperationWrap .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;
}

.cooperationWrap .li:hover .pic img {
  transform: scale(1.2);
}

.cooperationWrap .li .title {
  text-align: center;
  color: #3e3e3e;
  font-size: 24px;
  margin: 20px 0;
  display: none;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}

/* .cooperationWrap .swiper-grid-column>.swiper-wrapper {
  flex-direction: row
} */

.cooperationWrap .swiper-pagination-hz {
  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;
  padding: 20px 0 0;
}

.cooperationWrap .swiper-pagination-hz .swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 8px;
  background: rgba(205, 205, 205, 1);
  margin: 0 5px;
  opacity: 0.8;
  border: 0;
  cursor: pointer;
}

.cooperationWrap .swiper-pagination-hz .swiper-pagination-bullet-active {
  /* width: 24px; */
  background: #ff8b00;
}

.cooperationWrap .swiper-pagination-hz .swiper-pagination-bullet:focus {
  outline: none;
}


.webapp .coopCenter {
  display: block;
}

.webapp .coopCenter .coopLeft {
  width: 100%;
}

.webapp .cooperationBox {
  padding: 50px 0 30px;
}

.coopCenter .coopRight .wapimghzhb {
  display: none;
}

.webapp .coopCenter .coopRight {
  padding: 0;
  margin-top: 30px;
  margin-left: 0;
}

.webapp .coopCenter .coopRight .pcimghzhb {
  display: none;
}

.webapp .coopCenter .coopRight .wapimghzhb {
  display: block;
}


.webapp .cooperationWrap .li .pic,
.webapp .cooperationWrap .swiper-slide {
  height: 80px;
}

.webapp .cooperationWrap .swiper {
  height: 280px;
  padding: 0;
}

.webapp .coopLeft .proBotText {
  padding-bottom: 30px;
}

/*#region 新闻模块003#*/


/*新闻中心*/

.newsWrap {
  position: relative;
  padding-bottom: 110px;
  padding-top: 110px;
  z-index: 10;
  background: #fff;
  overflow: hidden;
}

.webapp .newsWrap {
  padding-bottom: 0;
  padding-top: 0;
}


.news .newsbt {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  font-size: 28px;
  color: #000;
  width: calc(5% + 300px);
  z-index: 100;
  line-height: 36px;
  font-weight: bold;
  position: absolute;
  padding-left: 5%;
  box-sizing: border-box;
  left: 0%;
  top: 0;
  bottom: 0;
}


.news {
  margin: 0 auto;
  position: relative;
  /* display: flex;
justify-content: space-between; */
  z-index: 10;
  /* padding-left: 7%; */
}

.Ul_list {
  /* flex: 1; */
  /* display: flex;
	justify-content: flex-end; */
  width: 100%;
  padding-left: calc(5% + 300px);
  box-sizing: border-box;
}

.Ul_list .myProductSwiperE {}

.Ul_list .li {
  /* width: 1100px; */
  width: 100%;
  max-width: 1100px;
  /* flex: 1; */
  box-sizing: border-box;
}

.Ul_list .li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 1100px;
  background: #fff;
  z-index: 5;
}


.Ul_list .li .text {
  padding: 15px 20px 20px;
  box-sizing: border-box;
  background: #ef8201;
  position: absolute;
  left: 0px;
  bottom: 20px;
  min-height: 180px;
  display: none;
}

.Ul_list .li.swiper-slide-active .text {
  display: block;
}

.Ul_list .li .text .title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  width: 280px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 45px;
}

.Ul_list .li .text .con {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  min-height: 48px;
  width: 280px;
  margin-top: 10px;
}

.Ul_list .li .imga {
  /* width: 380px; */
  height: 600px;
  overflow: hidden;
  position: relative;
  margin-left: 50px;

}

.Ul_list .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;
}

.Ul_list .li .date {
  color: #FFF;
  padding: 12px 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.Ul_list .li .date p {
  font-size: 12px;
  line-height: 20px;
}

.Ul_list .li .imga:hover img {
  transform: scale(1.1);

}

.webapp .Ul_list .li a {}

.webapp .Ul_list .li .imga {
  height: 260px;
  margin: 0;
}

.webapp .Ul_list .li .text {
  position: relative;
  display: block;
  padding: 10px 15px;
  bottom: 0;
  min-height: 180px;
}


.webapp .newsBottom {
  right: 0;
  left: auto;
  bottom: 0;
}

.newNav p {
  margin-bottom: 20px;
}

.newNav a {
  font-size: 20px;
  font-weight: normal;
  position: relative;
}

.newNav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 6px;
  right: 0;
  margin: auto;
  background: #ff8b00;
  z-index: 5;
  -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;
}

.newNav a span {
  position: relative;
  z-index: 10;
}

.newNav a:hover {
  font-weight: bold;
  color: #000;
}

.newNav a:hover::after {
  width: 100%;
  z-index: 5;
}

.webapp .newsBottom .swiper-button-prev,
.webapp .newsBottom .swiper-button-next {
  width: 45px;
  height: 35px;
}

.webapp .Ul_list .li .text .title {
  width: 100%;
}

.webapp .Ul_list .li .text .con {
  width: 100%;
}

.newsBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-en;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  left: 275px;
  bottom: 30px;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 50;
}

.newsBottom .proBotLeft {
  position: relative;
  width: auto;
  bottom: auto;
}


.newsBottom .swiper-button-prev,
.newsBottom .swiper-button-next {
  right: auto !important;
  left: auto !important;
  top: auto !important;
  position: relative !important;
  margin-top: auto !important;
  width: 42px;
  border: 0;
  padding: 0;
  height: 42px;
  justify-content: center;
  cursor: pointer;
  background: #fff;

}

.newsBottom .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;
}

.newTop {
  font-size: 45px;
  position: relative;
  margin-bottom: 30%;
}

.newTop .en {
  font-size: 66px;
  color: #f2f2f2;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 10;
}

.newTop .cn {
  color: rgba(0, 0, 0, 1);
  position: absolute;
  top: 15px;
  z-index: 15;
}

.webapp .newTop {
  line-height: 20px;
  font-size: 22px;
  padding-bottom: 40px;
}

.webapp .newTop .en {
  font-size: 14px;
}

.webapp .news .newsbt {
  display: none;
}

.webapp .Ul_list {
  padding: 0;
}

/*#endregion#*/


.proRightBox .abIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.proRightBox .abIcon .iconLi {
  font-size: 17px;
  text-align: center;
  width: 33%;
  box-sizing: border-box;
  padding-left: 20px;
}

.proRightBox .abIcon .iconLi a {
  display: block;
  -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;
}

.proRightBox .abIcon .iconLi .tit {
  font-size: 16px;
  text-transform: uppercase;
  color: #2e2e2e;
  height: 50px;
  line-height: 50px;
}

.proRightBox .abIcon .iconLi .pic {
  /* height: 30%; */
  width: 100%;
  background: #f2f2f2;
}

.proRightBox .abIcon .iconLi .pic img {
  width: 100%;
  mix-blend-mode: multiply;
  height: 100%;
}


/*#region 图片模块#*/
.hinyyWrap {
  overflow: hidden;
  position: relative;
}

.hinyyWrap::after {
  content: '';
  position: absolute;
  z-index: 5;
  background: #f0f0f0;
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
}

.hinyyWrap .formBox {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}

.hinyyWrap .formBox .formLeft {
  background: #ef8200;
  width: 55%;
  overflow: hidden;
  font-size: 16px;
  color: #FFF;
  position: relative;
  margin-bottom: 120px;
}

.hinyyWrap .formBox .formLeft>img {
  width: 100%;
}

.hinyyWrap .formBox .formLeft .lefBottom {
  background: rgba(0, 0, 0, 0.6);
  padding: 30px;
  font-size: 22px;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}

.hinyyWrap .formBox .formLeft .lefBottom strong {
  margin-bottom: 15px;
  display: block;
  line-height: 36px;
  font-size: 36px;
  text-align: center;
}

.hinyyWrap .formBox .formLeft .lefBottom .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(240, 240, 240, 0.6);
}

.hinyyWrap .formBox .formRight {
  flex: 1;
  margin-left: 80px;
  padding-top: 20%;
}


.webapp .hinyyWrap {
  background-size: auto 100%;
  margin: 0;
  display: none;
}


.in_search_box {
  margin: 0 auto;
}

.in_search_box .seaTitle {
  font-size: 40px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}

.in_search_box .seaTitle span {
  display: block;
  font-weight: normal;
  font-size: 18px;
  color: #7a7a7a;
  margin-top: 10px;
}

.in_search_box .seaLeft .Left_top {
  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;
  margin-bottom: 30px;
}

.in_search_box .seaLeft .Left_top .list {
  flex: 1 1 auto;
  margin-right: 20px;
  position: relative;
}

.in_search_box .seaLeft .Left_top .list .plactxt {
  position: absolute;
  left: 10px;
  bottom: 0;
  margin: auto;
  z-index: 55;
  top: 0;
  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;
  font-size: 18px;
  color: #b7b7b7;
}


.in_search_box .seaLeft .left_bottom {
  margin-right: 20px;
  margin-top: 20px;
}

.in_search_box .seaBtn {
  width: 240px;
  height: 60px;
  background: #ef8200;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  margin-top: 30px;
  margin: 0 auto;
}

.in_search_box .el-input__inner,
.in_search_box .el-textarea__inner {
  font-size: 18px;
  /* border-color: #f2f2f2; */
  font-weight: normal;
  background: #fff;
  padding: 0 10px;
  border-radius: 0;
}

.in_search_box .el-textarea__inner {
  padding: 10px;
}

.in_search_box .el-input__inner {
  height: 50px;
}

.el-input.is-active .el-input__inner,
.el-input__inner:focus {
  border-color: #ef8200 !important;
}

.el-input.is-active .el-textarea__inner,
.el-textarea__inner:focus {
  border-color: #ef8200 !important;
}


.webapp .hinyyWrap .formBox .formLeft {
  display: none;
}

.webapp .hinyyWrap .formBox {
  padding: 20px;
}

.webapp .hinyyWrap .formBox .formRight {
  margin: 0;
}

.webapp .in_search_box .seaLeft .Left_top {
  display: block;
  margin: 0;
}

.webapp .in_search_box .seaLeft .Left_top .list {
  margin-top: 20px;
  margin-right: 0;
}

.webapp .in_search_box .seaLeft .left_bottom {
  margin-right: 0;
}

.webapp .in_search_box .el-input__inner {
  height: 45px;
}

.webapp .in_search_box .seaBtn {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  font-size: 18px;
}

.webapp .in_search_box .seaTitle span {
  margin-top: 15px;
  line-height: 20px;
  font-size: 14px;
}

.webapp .in_search_box .seaTitle {
  font-size: 26px;
}

/*#endregion#*/


/*#endregion#*/
@media screen and (max-width: 1600px) {

  .pageWidth {}

  .aboutBox .aboutimg {
    width: 500px;

  }

  .aboutBox .aboutLeft {
    padding-top: 5%;
  }

  .footWrap001 .foot {
    padding: 40px 0;
  }

  .footWrap001 .foot .footwx {
    background-size: 180px;
  }

}


@media screen and (max-width: 1500px) {
  .coopCenter .coopLeft {
    width: 550px;
  }

  .albumBoxWrap .albumTitle {
    font-size: 40px;
  }


}



.webapp .inproWrap001::after {
  left: 0;
  display: none;
}


.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: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  max-width: 90%;
  margin: 0 auto;
}

.contentHome>div {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.contentHome>div a {
  display: block;
  color: #000;
}

.contentHome .boxbtn {
  position: absolute;
  top: 50px;
  left: 8%;
  right: 8%;
  font-size: 18px;
}


.contentHome .boxbtn .tit1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}

.contentHome .boxbtn .tit2 {
  padding: 20px 0;
}


.webapp .contentHome .boxbtn {
  top: 30px;
  font-size: 14px;
}

.webapp .contentHome .boxbtn .tit1 {
  font-size: 20px;
}

.webapp .contentHome .boxbtn .tit2 {
  padding: 0 0;
}

.contentHome .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 0 5px;
  position: relative;
  z-index: 10;
}

.contentHome .right>div {
  overflow: hidden;
  position: relative;
}


.contentHome .white .boxbtn .tit1 {
  color: #fff;
}

.contentHome .white .boxbtn .tit2 {
  color: rgba(255, 255, 255, 0.6);
}

.contentHome img {
  width: 100%;
  -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;
}

.contentHome a:hover img {
  transform: scale(1.1);
}


.webapp .contentHome {
  display: block;
}

.webapp .contentHome .right {
  margin: 0;
}

.webapp .contentHome .right>div {
  margin-top: 10px;
}

.webapp .contentHome .right>div img {
  height: 200px;
}

.dingzhiWrap {
  background: url(../images/dingzhibj.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 80px;
  padding-top: 80px;
}

.dingzhiWrap .bigtit {
  color: #fff;

}

.proBotText span {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 4;
  color: rgba(0, 0, 0, 0.1);
}

.webapp .proBotText span {
  font-size: 40px;
}

.webapp .newTop .proBotText span {
  font-size: 45px;
}

.conBigImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}

.conBigImg>div {
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  width: 33%;
  box-sizing: border-box;
  padding: 10px;
}

.conBigImg>div a {
  display: block;
  overflow: hidden;
  /* height: 300px; */
  background: #000;
  color: #fff;
  position: relative;
}

.webapp .conBigImg>div {
  width: 50%;
  padding: 5px;
}

.webapp .dingzhiWrap {
  background-size: cover;
  padding: 40px 0;
}

.conBigImg .boxbtn {
  position: absolute;
  bottom: 0px;
  left: 0px;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  right: 0%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.conBigImg .boxbtn .tit1 {
  line-height: 40px;
}

.webapp .conBigImg .boxbtn {
  font-size: 15px;
}

.webapp .conBigImg .boxbtn .tit1 {
  font-size: 16px;
}


.conBigImg .white .boxbtn .tit1 {
  color: #fff;
}


.conBigImg .white .boxbtn .tit2 {
  color: rgba(255, 255, 255, 0.6);
}

.conBigImg img {
  width: 100%;
  -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;
}

.conBigImg a:hover img {
  transform: scale(1.1);
}


.inxlspro {
  background: #f0f0f0;
}

.inxlspro .proBotText {
  text-align: center;
  padding-bottom: 50px;
}

.inxlspro .proBotText .bigtit {
  color: #737373;
  margin-bottom: 10px;
}

@media (max-width:1400px) {
  .albumBox .li {
    height: 550px;
  }
}


@media (max-width:1200px) {
  .albumBox .li {
    height: 450px;
  }
}