﻿@charset "utf-8";
@import "public.css?v=1313134236576543234";
@import "banner.css?v=1313134236576543234";

/*#region 产品模块#*/



.PicScroll {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.PicScroll .swiper-container {
  width: 100%;
  height: 100%;
}

.PicScroll .swiper-slide img {
  width: 100%;
}


.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: #eb5c24;
  width: 28px;
}

/*#endregion#*/

/*#region 产品模块01#*/

.inproWrap001 {
  position: relative;
  background-size: cover;
  box-sizing: border-box;
  padding: 90px 0 90px;
}



.myProductWrap {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}



.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: 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: 60px;
  text-transform: capitalize;
  font-weight: bold;
  color: #2a2a2a;
  margin-bottom: 20px;
  line-height: 60px;
  padding-top: 30px;
}

.proBotText .bigtit span {
  color: #018d6b;
}

.webapp .proBotText .bigtit {
  font-size: 30px !important;
  margin-bottom: 0;
  padding-top: 10px;
}

.webapp .xianxx {
  margin-top: 10px;
}

.webapp .oemInfor {
  display: block;
}

.webapp .oemInfor>div {
  width: 100%;
}

.webapp .oemLeft {
  margin-bottom: 15px;
}

.webapp .newsWrap001 .proBotText {
  font-size: 18px;
  padding-bottom: 30px;
}

.webapp .proBotText {
  font-size: 14px;
}

.webapp .proBottom {
  display: block;
  padding: 30px 0 0;
}


.inproWrap001 .myProduct {

  position: relative;
  /* flex-wrap: wrap; */
  width: 700px;
}

.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 .boxText {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 20px 0;
}

.inproWrap001 .myProduct .li .pic {
  /* border-radius: 4px; */
  height: 610px;
  overflow: hidden;
  height: 610px;
  box-shadow: 0 0 12px rgb(0 0 0 / 15%);
  border-radius: 4px;
  box-sizing: border-box;
  /* mix-blend-mode: multiply; */
  /*正片叠底 */

}

.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;
  /* mix-blend-mode: multiply; */
  transition: all 0.5s ease-in-out;
}

.inproWrap001 .myProduct .li:hover .pic img {
  transform: scale(1.05);
}

.inproWrap001 .myProduct .li .titleBox {
  padding: 0 20px;
  /* background: #FFF; */
  color: #393939;
  font-size: 26px;
  text-align: center;
  line-height: 33px;
  margin-top: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}



.inproWrap001 .myProduct .li .titleBox>div {
  word-wrap: break-word;
  word-break: normal;
}

.inproWrap001 .myProduct .li:hover .titleBox {
  color: #000;
  /* font-size: 18px; */
  /* background: rgba(234, 28, 39, 0.5); */
}

.inproWrap001 .myProduct .swiper-button-prevB {
  top: 300px;
  background: rgba(0, 0, 0, 0.4);
  left: 20px;
  padding: 15px 20px;
}

.inproWrap001 .myProduct .swiper-button-nextB {
  top: 300px;
  background: rgba(0, 0, 0, 0.4);
  right: 20px;
  padding: 15px 20px;
}

.inproWrap001 .myProduct .swiper-button-next.swiper-button-disabled,
.inproWrap001 .myProduct .swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}

.webapp .inproWrap001 {
  padding: 20px 0 20px;
}


.webapp .inproWrap001 .inproTitle {
  font-size: 20px;
  padding-bottom: 15px;
  line-height: 30px;
  padding-top: 20px;
}

.webapp .oemInfor .rixslr {
  margin-bottom: 15px;
}

.webapp .inproWrap001 .inproTitle strong {
  font-size: 20px;
  margin-bottom: 5px;
}

.webapp .inproWrap001 .inproTitle::after {
  width: 80px;
}



.webapp .inproWrap001 .myProduct {
  flex-wrap: wrap;
  width: auto;
}

/* .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: #eb5c24;
}

.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: 80px 0;
  width: calc(86% + 60px);
  margin: 0 auto;
  z-index: 10;
}




.newsWrap001 .proBotText {
  color: #9a9a9a;
  text-align: center;
  font-size: 30px;
  padding-bottom: 80px;
}

.newsWrap001 .proBotText .bigtit {
  color: #eb5c24;
  line-height: 70px;
  font-weight: normal;
  font-size: 70px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.xianxx {
  height: 1px;
  width: 100%;
  margin-top: 30px;
  background: #f5f5f5;
}

.inproWrap001 .proBotText .subbtsx {
  font-size: 29px;
  color: #000;
  padding: 30px 0 20px;
}

.leftprobox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 650px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 5%;
  max-width: 1000px;
}


.leftprobox .abIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.leftprobox .abIcon .iconLi {
  font-size: 17px;
  text-align: center;
  width: 30%;
}

.leftprobox .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;
  /* mix-blend-mode: multiply; */
  transition: all 0.5s ease-in-out;
}

.leftprobox .abIcon .iconLi .tit {
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  height: 50px;
  line-height: 50px;
}

.leftprobox .abIcon .iconLi .pic {
  -moz-box-shadow: 0 0 4px rgba(128, 128, 128, 0.2);
  -webkit-box-shadow: 0 0 4px rgba(128, 128, 128, 0.2);
  box-shadow: 0 0 4px rgba(128, 128, 128, 0.2);
  height: 30%;
  width: 100%;
}

.leftprobox .abIcon .iconLi .pic img {
  width: 100%;
  height: 100%;
}


.newsWrap001 .Ul_list001 {
  display: flex;
  justify-content: space-between;
}

.newsWrap001 .Ul_list001 .li {
  flex: 1;
  box-sizing: border-box;
  padding: 0 30px;
}

.newsWrap001 .Ul_list001 .li a {
  position: relative;
  display: block;
  box-sizing: border-box;
}

.newsWrap001 .Ul_list001 .li .text {
  box-sizing: border-box;
  padding: 20px;
}

.newsWrap001 .Ul_list001 .li .text .title {
  font-size: 22px;
  color: #313131;
  text-align: center;
}


.newsWrap001 .Ul_list001 .li .imga {
  width: 100%;
  height: 590px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;

}

.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:hover img {
  transform: scale(1.1);

}

@media screen and (max-width: 1200px) {
  .newsWrap001 .Ul_list001 .li {
    width: 70%;
  }
}

.webapp .newsWrap001 {
  padding: 30px 0;
}

.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%;
  flex-wrap: wrap;
}

.webapp .newsWrap001 .Ul_list001 .li {
  /* margin-left: 20px;
  margin-right: 20px; */
  padding: 0;
  width: calc(50% - 5px);
  flex: auto;
  margin-top: 5px;
}

.webapp .newsWrap001 .Ul_list001 .li .imga {
  height: calc((100vw / 2));
  width: calc(100% - 5px);
  border-radius: 0;
}

.webapp .newsWrap001 .Ul_list001 .li .text {
  display: none;
}

/*#endregion#*/


/*#region 新闻模块002#*/

.abnewWrap {
  overflow: hidden;
}

.webapp .abnewWrap {
  min-height: auto;
  padding: 0;
}

.custom-btn {
  width: 180px;
  height: 55px;
  color: #eb5c24;
  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: #fff;
  border: 2px solid #eb5c24;
  z-index: 1;
}

.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #f47544;
  transition: all 0.3s ease;
}

.btn-15:hover {
  color: #fff;
}

.btn-15:hover:after {
  left: 0;
  width: 100%;
}



/* //关于我们 */

.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;
  position: relative;
  color: #000;
  padding: 80px 0 100px;
}


.aboutBox .aboutLeft {
  position: relative;
  z-index: 10;
  max-width: 45%;
  padding-right: 5%;
  padding-top: 50px;
}

.aboutBox .aboutLeft .text {
  line-height: 42px;
  display: block;
  font-size: 20px;
  font-weight: 500;
  padding: 50px 0;
  color: #9b9b9b;
}




.aboutBox .aboutimg {
  /* width: 700px; */
  flex: 1;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.aboutBox .aboutimg img {
  width: 100%;
}

.webapp .aboutBox::after {
  top: 0;
  width: 100%;
}

.webapp .aboutBox .aboutimg {
  padding: 0 20px;
}

.webapp .aboutBox::after {
  top: 0;
  width: 100%;
}



.btbox {
  position: relative;
  font-size: 60px;
  line-height: 60px;
  color: #404040;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.btbox .en_bt {
  position: relative;
  margin-bottom: 5px;
}


.webapp .aboutBox {
  height: auto;
  flex-wrap: wrap;
  width: auto;
  padding: 0 0 20px;
  display: block;
  background: #eb5c24;
}

.webapp .aboutBox .aboutLeft {
  width: auto;
  padding: 30px 15px;
  margin: 0;
  max-width: 100%;
}

.webapp .aboutBox .aboutLeft .text {
  font-size: 16px;
  line-height: 26px;
  padding: 20px 0;
  color: #fff;
}

.webapp .aboutBox .aboutLeft .btbox {
  color: #fff;
}


.webapp .aboutWrap {
  padding-top: 0px;
}

.webapp .btbox .en_bt {
  font-size: 26px;
  /* padding-bottom: 20px; */
  margin-bottom: 0;
}

.webapp .btbox {
  padding: 0;
  font-size: 20px;
  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 新闻模块003#*/


/*新闻中心*/
.newsWrap {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 30px;
}

.webapp .newsWrap {}


.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%;
  box-sizing: border-box;
  margin: auto;
}


.Ul_list .li {
  /* width: 800px; */
  /* */
  flex: 1;
  box-sizing: border-box;
  padding: 10px;
}

.Ul_list .li a {
  position: relative;
  display: block;
  width: 100%;
  z-index: 5;
  color: #000;
  background: #FFF;
  -moz-box-shadow: 0 0 6px rgba(128, 128, 128, 0.4);
  -webkit-box-shadow: 0 0 6px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 6px rgba(128, 128, 128, 0.4);
  padding: 50px 30px;
  box-sizing: border-box;
  -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;
}

.webapp .Ul_list .li a {
  width: 300px;
  padding: 25px;
}

.webapp .Ul_list .li .datebt {
  margin-bottom: 15px;
}

.Ul_list .li.swiper-slide-active .text {
  display: block;
}

.Ul_list .li .title {
  font-size: 28px;
  font-weight: bold;
  width: 100%;
  line-height: 35px;
  height: 90px;
}

.Ul_list .li .title>div,
.Ul_list .li .con>div {
  word-wrap: break-word;
  word-break: normal;
}

.Ul_list .li .con {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 140px;
  line-height: 30px;
  -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;
}

.Ul_list .li .datebt {
  -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;
  color: rgba(22, 22, 22, 0.5);
  font-size: 18px;
  margin-bottom: 40px;
}

.Ul_list .li .newmore {
  border: 1px solid #909090;
  background: url(../images/bigjt.png) 90% center no-repeat;
  display: inline-block;
  color: #909090;
  padding: 10px 100px 10px 10px;
  font-size: 14px;
  -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;
}


.Ul_list .li a:hover {
  background: #eb5c24;
  color: #fff;
}

.Ul_list .li a:hover .con {
  color: #FFF;
}

.Ul_list .li a:hover .datebt {
  color: #FFF;
}

.Ul_list .li a:hover .newmore {
  background: url(../images/bigjta.png) 90% center no-repeat;
  color: #FFF;
  border-color: #fff;
}



.webapp .Ul_list .li .title {
  font-size: 20px;
  line-height: 26px;
  height: 70px;
}



.webapp .Ul_list .li .con {
  font-size: 14px;
  height: 100px;
  line-height: 22px;
}

.webapp .Ul_list .li .text .title {
  width: 100%;
}

.webapp .Ul_list .li .text .con {
  width: 100%;
}

.webapp .Ul_list .li .newmore {
  font-size: 12px;
}

.btbox .en_bt {}



.newTop {
  font-size: 40px;
  line-height: 40px;
  padding: 50px 0 50px;
  font-weight: bold;
  position: relative;
}

.newTop .more {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../images/yjt.png) center center no-repeat #000;
  -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;
}


.newTop .more:hover {
  background: url(../images/yjt.png) center center no-repeat #eb5c24;
}

.webapp .newTop {
  padding: 40px 0;
  font-size: 30px;
}


.webapp .news .newsbt {
  display: none;
}

.webapp .Ul_list {
  padding: 0;
}




.newsWrap .newsTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 30px;
  color: #2f2f2f;
  font-size: 16px;
  margin: 0 auto;
  padding: 40px 10px;
}

.newsWrap .newsTop .pic {
  width: 450px;
  height: 280px;
}

.newsWrap .newsTop .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newsWrap .newsTop .text {
  flex: 1;
  height: 360px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #FFF;
  padding: 90px 150px 60px 90px;
  box-sizing: border-box;
  position: relative;
  font-size: 18px;
  -moz-box-shadow: 0 0 6px rgba(128, 128, 128, 0.4);
  -webkit-box-shadow: 0 0 6px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 6px rgba(128, 128, 128, 0.4);

}

.newsWrap .newsTop .text .bt {
  padding-right: 100px;
  color: rgba(0, 0, 0, 0.5);
}

.newsWrap .newsTop .text .bt strong {
  display: block;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 34px;
  color: #000;
  overflow: hidden;
  margin-bottom: 25px;
}

.webapp .newsWrap .newsTop .text .bt strong {
  font-size: 20px;
  margin-bottom: 6px;
  line-height: 26px;
}

.newsWrap .newsTop .data {
  color: #a3a3a3;
  font-size: 16px;
  position: absolute;
  top: 90px;
  right: 60px;
}

.newsWrap .newsTop .data span {
  display: block;
  color: #555658;
  text-align: right;
  padding-right: 10px;
  line-height: 24px;

}


.newsWrap .newsTop .data span.day {
  font-size: 32px;
  font-weight: bold;
  padding-right: 0;
  line-height: 36px;
}

.newsWrap .newsTop .data span.yaer {
  padding-right: 0;
}


.webapp .newsWrap .newsTop {
  display: block;
  line-height: 22px;
}

.webapp .newsWrap .newsTop .pic {
  width: 100%;
  height: auto;
}

.webapp .newsWrap .newsTop .text {
  height: auto;
  display: block;
  padding: 20px;
  font-size: 14px;
}

.webapp .newsWrap .newsTop .text .bt {
  padding: 0;
}

.webapp .newsWrap .newsTop .data {
  display: none;
}

/*#endregion#*/



/*#region 图片模块#*/

.news004Wrap {
  background: #f9f9f9;
  overflow: hidden;
  padding: 100px 0 120px;
}

.news004Title {
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}

.news004Title .left {
  color: #0f0f0f;
  font-size: 50px;
}

.news004Title .left .en {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 50px;
}


.news004Title .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}

.news004Title .right>div {
  position: initial !important;
  background: #eb5c24;
  margin: 0;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  margin-left: 20px;
}

.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 {
  flex: 1;
  margin-right: 5%;
}


.news004 .Ul_top li {
  position: relative;
}

.news004 .Ul_top li a {
  color: #fff;
  font-size: 18px;
  /* 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;
  box-sizing: border-box;

  -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 a:hover {
  color: #e90d0d;
}

.news004 .Ul_top li a:hover {}

/* .news004 .Ul_top li a>div {
  flex: 1;
} */

.news004 .Ul_top li .pic {
  width: 100%;
  height: 414px;
  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:hover .pic img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news004 .Ul_top li .text {
  padding: 30px 0;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #d6d6d6;
  color: #686868;
}


.news004 .Ul_top li .text .bgbt {
  font-size: 22px;
  line-height: 30px;
  word-wrap: break-word;
  word-break: keep-all;
  white-space: normal;
  margin-bottom: 15px;
  padding-right: 20%;
  background: url(../images/pjt01.png) right center no-repeat;
}

.news004 .Ul_top li .text .con {
  overflow: hidden;
  font-size: 18px;
  margin: 20px 0;
  height: 72px;
  -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;

  word-wrap: break-word;
  word-break: keep-all;
  white-space: normal;
}

.news004 .Ul_top li .text .d {
  font-size: 16px;
}

.news004 .newsRight {
  width: 50%;
}


.news004 .right_list {
  border-top: 1px solid #d6d6d6;

}

.news004 .right_list .li {
  height: 190px;
  overflow: hidden;
  border-bottom: 1px solid #d6d6d6;
}

.news004 .right_list .li a {
  display: block;
  color: #686868;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  -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: url(../images/pjt01.png) right center no-repeat;
}


.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: 0 10%;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  line-height: 32px;
}

.news004 .right_list .li a .pic {
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.news004 .right_list .li a .rightData {
  font-size: 18px;
  color: #868686;
  margin-bottom: 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;
}

.news004 .right_list .li a .rightData span {
  display: block;
  line-height: 60px;
  font-size: 60px;
}

.news004 .right_list .li .title {
  width: 100%;
  font-size: 22px;
}


.news004 .right_list .li .text {
  color: #929292;
  overflow: hidden;
  font-size: 16px;
  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 {
  /* background: #eb5c24; */
  color: #eb5c24;
  background: url(../images/pjt01a.png) right center no-repeat;
}

.news004 .right_list .li a:hover .text {
  color: #eb5c24;
}

.news004 .right_list .li a:hover .rightData {
  color: #eb5c24;
}

.webapp .news004 .newsLeft {
  margin: 0;
}

.webapp .news004 {
  width: auto;
  padding: 0 20px;
  margin: 0;
  border: none;
  flex-wrap: wrap;
  display: block;
}

.webapp .news004>div {
  width: 100%;
}

.webapp .news004 .right_list .li a .pic {
  display: none;
}

.webapp .news004 .Ul_top li .text {
  height: auto;
  margin: 0;
  padding: 0;

}

.webapp .news004 .right_list .li a .leftTitle {
  margin: 0 0;
  padding-right: 50px;
}

.webapp .news004 .right_list .li {
  height: auto;
  padding: 15px 0;
}

.webapp .news004 .right_list .li .title {
  font-size: 16px;
  line-height: 24px;
}

.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: 15px;
}

.webapp .news004 .right_list li .text,
.webapp .news004 .Ul_top li .text .con {
  margin-bottom: 0;
  font-size: 12px;
  margin-top: 0;
}

.webapp .news004 .Ul_top li .text .bgbt {
  font-size: 16px;
  margin-bottom: 0;
  background: url(../images/pjt01.png) right center no-repeat;
  background-size: 20px;
  line-height: 24px;
}

.webapp .news004 .Ul_top li .pic {
  height: 200px;
}

.webapp .news004 .Ul_top li .text .d {
  display: none;
}

.webapp .news004 .Ul_top li .text .leftTitle {
  padding: 15px 0;
  margin: 0;
}

.webapp .news004 .right_list li a {
  padding: 15px;
}

.webapp .news004 .right_list .li a {
  background: url(../images/pjt01.png) right center no-repeat;
  background-size: 20px;
}

/*#endregion#*/



/*#endregion#*/
@media screen and (max-width: 1600px) {

  .indexblist:after {
    width: calc(100% - 40%);
    right: -30%;
  }

  .indexbslide:after,
  .indexbslide:before {
    width: 19%;
  }


  .footWrap001 .foot {
    padding: 40px 0;
  }

  .footWrap001 .foot .footwx {
    background-size: 180px;
  }

  .hinyyBox .yyBigt {
    max-width: 80%;
    font-size: 34px;
  }

  .hinyyBox {
    padding-top: 100px;
  }
}


@media screen and (max-width: 1500px) {
  .pageWidth {
    width: 90%;
  }


  .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;
  }



  .news004 .newsLeft {
    width: 500px;
  }
}



.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;
  margin-top: 0;
}

.webapp .news004 .right_list {
  border: 0;
}

.webapp .myProductWrap {
  display: block;
  width: 100%;
}

.webapp .inproWrap001 .myProduct {
  position: relative;
}

.webapp .leftprobox .abIcon {
  display: none;
}

.webapp .leftprobox {
  min-height: auto;
  height: auto;
  padding: 0 15px;
}

.webapp .inproWrap001 .myProduct .li .pic {
  height: 100vw;
}

.webapp .inproWrap001 .myProduct .li .titleBox {
  width: auto;
  font-size: 20px;
  margin-top: 20px;
}

/*#region 图片模块#*/



.faqWrap {
  background: url(../images/aboutfrombj.jpg) top center no-repeat;
  background-size: 100%;
}

.faqWrap .faqBox {
  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;
  position: relative;
  color: #fff;
  padding: 180px 0 60px;
}

.faqWrap .faqBox .btbox {
  color: #fff;
  font-size: 48px;
}

.faqWrap .faqBox .aboutLeft {
  position: relative;
  z-index: 10;
  max-width: 45%;
  padding-left: 7%;
}

.faqWrap .faqBox .aboutLeft .text {
  line-height: 42px;
  display: block;
  font-size: 20px;
  font-weight: 500;
  padding: 40px 0 0;
  color: rgba(255, 255, 255, 0.8);
}




.faqWrap .faqBox .aboutForm {
  /* width: 700px; */
  flex: 1;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.aboutForm {
  margin: 0 auto;
  -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);
  background: #FFF;
  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;
  padding: 80px 50px;
  box-sizing: border-box;
}

.in_search_box {
  margin: 0 auto;
}

.in_search_box .seaTitle {
  font-size: 32px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 30px;
  font-weight: bold;
}

.in_search_box .seaTitle span {
  display: block;
  font-weight: normal;
  font-size: 18px;
  color: #7a7a7a;
  margin-top: 30px;
}

.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;
}

.in_search_box .seaLeft .Left_top .list:nth-last-child(1) {
  margin-right: 0;
}

.in_search_box .seaLeft .left_bottom {
  margin-top: 20px;
}

.in_search_box .seaBtn {
  width: 100%;
  height: 80px;
  background: #eb5c24;
  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;
  border-radius: 0;
  font-size: 26px;
  margin-top: 30px;
}

.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;
  font-family: Arial, Helvetica, sans-serif;
  border-width: 2px;
}

.in_search_box .el-textarea__inner {
  padding: 10px;
}

.in_search_box .el-input__inner {
  height: 70px;
}

.in_search_box .el-input.is-active .el-input__inner,
.in_search_box .el-input__inner:focus {
  border-color: #eb5c24 !important;
}

.in_search_box .el-input.is-active .el-textarea__inner,
.in_search_box .el-textarea__inner:focus {
  border-color: #eb5c24 !important;
}


.webapp .faqBox .formBox .formLeft {
  display: none;
}

.webapp .faqBox .formBox {
  padding: 20px;
}

.webapp .faqBox .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: 60px;
  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;
}

.webapp .in_topse_box {
  padding: 30px 15px;
}

.webapp .in_topse_box .seaTitle {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}

.webapp .in_topse_box .seaTitle span {
  line-height: 20px;
  font-size: 14px;
  margin-top: 10px;
}

.webapp .in_topse_box .seaContent {
  display: block;
}

.webapp .in_topse_box .seaContent .seaBtn {
  width: 100%;
  margin-top: 15px;
}

.webapp .inproWrap001 .myProduct .swiper-button-nextB {
  top: 50vw;
}

.webapp .inproWrap001 .myProduct .swiper-button-prevB {
  top: 50vw;
}

.webapp .faqWrap .faqBox {
  display: block;
  padding: 60px 0;
}

.webapp .faqWrap .faqBox .aboutLeft {
  width: 100%;
  padding: 0;
  margin-top: 25px;
  box-sizing: border-box;
  color: #000;
  max-width: 100%;
}

.webapp .aboutForm {
  padding: 30px;
}

.webapp .faqWrap .faqBox .aboutLeft .text {
  color: #000;
  font-size: 15px;
  line-height: 24px;
  padding-top: 20px;
}

.webapp .faqWrap .faqBox .btbox {
  color: #000;
  line-height: 28px;
  font-size: 24px;
}

.webapp .in_topse_box .seaContent .el-input__inner {
  /* font-size: 16px; */
}