﻿@charset "utf-8";
@import "public.css?v=13138547447423234";
@import "banner.css?v=13138547447423234";

/*#region 产品模块#*/



.PicScroll {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.PicScroll .swiper-container {
  width: 100%;
  height: 100%;
}

.PicScroll .swiper-slide img {
  width: 100%;
}

.PicScroll .swiper-slide {
  text-align: center;
}

.pagination {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.webapp .pagination {
  bottom: 2px;
}

.PicScroll .swiper-pagination-bullets {
  bottom: 10px;
  /**/
}

.PicScroll .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #ffffff;
  margin: 0 5px;
  cursor: pointer;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.PicScroll .swiper-pagination-bullet-active {
  background: #f67013;
  width: 28px;
}

/*#endregion#*/

/*#region 产品模块01#*/

.inproWrap001 {
  position: relative;
  box-sizing: border-box;
  padding: 60px 0 60px;
  width: 86%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
}


.inproWrap001 .myProduct {
  flex: 1;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  /* -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; */
  position: relative;
  flex-wrap: wrap;
}



.inproWrap001 .myProduct .li {
  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;
  box-sizing: border-box;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  width: 33.33%;
  padding: 20px 20px;
}

.inproWrap001 .myProduct .li .boxText {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  -moz-box-shadow: 0 0px 10px rgba(128, 128, 128, 0.2);
  -webkit-box-shadow: 0 0px 10px rgba(128, 128, 128, 0.2);
  box-shadow: 0 0px 10px rgba(128, 128, 128, 0.2);
  border-radius: 4px;
  overflow: hidden;

  /* padding: 20px 20px 40px; */
  /* max-width: 420px; */
}

.inproWrap001 .myProduct .li .pic {
  /* border-radius: 4px; */
  /* height: 100%; */
  /* border: 1px solid #e6e6e6; */
  overflow: hidden;
  /* border-radius: 4px; */
  background: #fff;
  /* -moz-box-shadow: 0 0px 3px rgba(128, 128, 128, 0.3);
  -webkit-box-shadow: 0 0px 3px rgba(128, 128, 128, 0.3);
  box-shadow: 0 0px 3px rgba(128, 128, 128, 0.3); */
  box-sizing: border-box;

}

.inproWrap001 .myProduct .li .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.inproWrap001 .myProduct .li:hover .pic img {
  transform: scale(1.1);
}

.inproWrap001 .myProduct .li .titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  /* background: #FFF; */
  height: 70px;
  color: #393939;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}

/* .inproWrap001 .myProduct .li .boxText::after {
  position: absolute;
  content: '';
  bottom: -35px;
  height: 70px;
  width: 70px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  background: url(../images/carhei.png) center center no-repeat #fff;
  background-size: 64%;
  -moz-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} */

.inproWrap001 .myProduct .li .titleBox>div {
  width: 90%;
  text-align: center;
}

.inproWrap001 .myProduct .li:hover .titleBox {
  color: #000;
  /* font-size: 18px; */
  /* background: rgba(234, 28, 39, 0.5); */
}

.webapp .inproNavWrap {
  width: 100%;
  margin: 15px auto;
}

.webapp .inproWrap001 {
  padding: 20px 0 0px;
  width: 100%;
}

.webapp .aproBox .cn_bt {
  margin-bottom: 0;
  font-size: 20px;
}

.webapp .inproWrap001 .inproTitle {
  font-size: 20px;
  padding-bottom: 15px;
  line-height: 30px;
  padding-top: 20px;
}

.webapp .inproWrap001 .inproTitle strong {
  font-size: 20px;
  margin-bottom: 5px;
}

.webapp .inproWrap001 .inproTitle::after {
  width: 80px;
}



.webapp .inproWrap001 .myProduct {
  flex-wrap: wrap;
  width: auto;
  padding: 0 5px;
  margin: 0;
}

.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 视频#*/
.videoBox {
  width: 86%;
  padding: 30px 0;
  margin: 0 auto;
}

.videoBox img {
  width: 100%;
}

/*#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: #f67013;
}

.webapp .newslist001 {
  margin-top: 0;
  margin-bottom: 20px;
  flex-wrap: wrap;
  width: auto;
  padding: 0 20px;
}


.webapp .newslist001 {
  margin-top: 0;
  margin-bottom: 20px;
  flex-wrap: wrap;
  width: auto;
  padding: 0 20px;
}

.webapp .newslist001 .list .about_ul {
  margin-bottom: 20px;
}

.webapp .newslist001 .list .about_ul li {
  line-height: 20px;
  font-size: 14px;
  margin-top: 10px;
}

.webapp .newslist001 .list .about {
  font-size: 14px;
  line-height: 30px;
}

.webapp .newslist001 .list .bt {
  margin-bottom: 10px;
  font-size: 18px;
}

.webapp .newslist001 .list .bt span {
  padding: 15px 0;
}

.webapp .newslist001 .list {
  width: 100% !important;
}

.webapp .newslist001 .right_list li .title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  height: auto;
}

.webapp .newslist001 .right_list li a {
  padding-bottom: 8px;
  margin-bottom: 15px;
}

/*#endregion#*/

/*#region 新闻模块001#*/
.newsWrap001 {
  position: relative;
  padding: 50px 0;
  z-index: 10;
}

.newsWrap001 .myProductSwiperD {
  padding: 10px;
}


.newsWrap001 .news001 {
  width: 86%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}

.newsWrap001 .news001 .newsbt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 28px;
  color: #000;
  width: 120px;
  line-height: 36px;
  flex: 1;
  font-weight: bold;
}

.newsWrap001 .news001 .newsbt .xian {
  height: 4px;
  width: 50px;
  background: #00a64f;
  margin-top: 20px;
}

.newsWrap001 .news001 .more {
  font-size: 15px;
  color: rgba(130, 130, 130, 0.6);
  font-weight: normal;
}

.newsWrap001 .Ul_list001 {
  flex: 1;
  /* display: flex;
	justify-content: flex-end; */
  max-width: calc(100% - 120px);
}

.newsWrap001 .Ul_list001 .li {
  margin-left: 40px;
  flex: 1;
  box-sizing: border-box;
}

.newsWrap001 .Ul_list001 .li a {
  position: relative;
  display: block;
  box-sizing: border-box;
  box-shadow: 0 0 8px #d0d0d0;
  background: #FFF;
}

.newsWrap001 .Ul_list001 .li .text {
  padding: 20px;
  box-sizing: border-box;
}

.newsWrap001 .Ul_list001 .li .text .title {
  font-size: 16px;
  color: #313131;
  font-weight: bold;
  margin-bottom: 10px;
}

.newsWrap001 .Ul_list001 .li .text .con {
  font-size: 14px;
  color: rgba(49, 49, 49, 0.6);
  min-height: 48px;
}

.newsWrap001 .Ul_list001 .li .imga {
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;

}

.newsWrap001 .Ul_list001 .li .imga img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.newsWrap001 .Ul_list001 .li .imga .date {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(0, 166, 79, 0.8);
  color: #FFF;
  padding: 12px 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
}

.newsWrap001 .Ul_list001 .li .imga:hover img {
  transform: scale(1.1);

}

@media screen and (max-width: 1200px) {
  .newsWrap001 .Ul_list001 .li {
    width: 70%;
  }
}

.webapp .newsWrap001 .news001 {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.webapp .newsWrap001 .news001 .newsbt {
  align-items: center;
}

.webapp .newsWrap001 .news001 .newsbt .xian {
  margin: 20px auto 0;
}

.webapp .newsWrap001 .Ul_list001 {
  width: 100%;
  max-width: 100%;
}

.webapp .newsWrap001 .Ul_list001 .li {
  margin-left: 20px;
  margin-right: 20px;
}

.webapp .newsWrap001 .Ul_list001 .li .imga {
  height: calc((100vw / 2) - 10px);
}

/*#endregion#*/


/*#region 新闻模块002#*/

.abnewWrap {
  background: url(../images/aboutbigbj.jpg) center top no-repeat #fff;
  background-size: 100%;
  overflow: hidden;
  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;
  padding-top: 120px;
  padding-bottom: 50px;
}

.aboutWrap {
  background: url(../images/aboutrightbj.jpg) right center no-repeat #fff;
  background-size: auto 100%;
  height: 920px;
  margin-left: 7%;
  padding-right: 7%;
  padding-left: 80px;
  padding-top: 120px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 6px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 6px rgba(128, 128, 128, 0.4);
}

.aboutWrap .xian {
  width: 40px;
  height: 4px;
  background: #f67013;
  margin: 50px 0;
}

.aboutWrap .text {

  line-height: 40px;
  display: block;
  font-size: 18px;
  color: #656565;
  font-weight: 500;
  font-family: '微软雅黑 Light';
  max-width: 580px;
}

.aboutWrap .record {
  display: flex;
  justify-content: space-between;
  max-width: 580px;
  padding: 50px 0 90px;
}

.aboutWrap .record li .num {
  margin-bottom: 15px;
  font-size: 18px;
  color: #5c5c5c;
}

.aboutWrap .record li .num span {
  font-size: 46px;
  color: #ff6800;
  font-weight: bold;
}

.aboutWrap .record li.xiaxn2 {
  position: relative;
  width: 1px;
}

.aboutWrap .xiaxn2::after {
  content: '';
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(217, 217, 217, 0.9) 50%, rgba(255, 255, 255, 0));
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.aboutWrap .record li h2 {
  color: #5c5c5c;
  font-size: 18px;
  font-weight: normal;
}


.abHonList {
  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;

}

.abHonList .li {
  border-radius: 10px;
  margin-right: 20px;
  width: 100%;
  -webkit-box-shadow: 0 0 6px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 6px rgba(128, 128, 128, 0.4);
  overflow: hidden;
}

.abHonList .li:nth-last-child(1) {
  margin-right: 0;
}

.abHonList .li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100px;
  background: rgba(255, 255, 255, .7);
  padding: 0 30px;
  box-sizing: border-box;
  color: #3f3f3f;
  height: 100%;
  -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;
  font-size: 22px;
  position: relative;
}

.abHonList .li a span {
  display: block;
  width: 70px;
  height: 70px;
  margin-right: 15px;
  -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;
}

.abHonList .li:nth-child(1) a span {
  background: url(../images/abic01.png) center center no-repeat;
}

.abHonList .li:nth-child(2) a span {
  background: url(../images/abic02.png) center center no-repeat;
}

.abHonList .li:nth-child(3) a span {
  background: url(../images/abic03.png) center center no-repeat;
}

.abHonList .li:nth-child(1) a:hover span {
  background: url(../images/abic01a.png) center center no-repeat;
}

.abHonList .li:nth-child(2) a:hover span {
  background: url(../images/abic02a.png) center center no-repeat;
}

.abHonList .li:nth-child(3) a:hover span {
  background: url(../images/abic03a.png) center center no-repeat;
}


.abHonList .li a i {
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  margin-right: 15px;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.abHonList .li a i {
  background: url(../images/jt88.png) center center no-repeat;
  -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;
}

.abHonList .li a:hover i {
  background: url(../images/jt88a.png) center center no-repeat;
}

.abHonList .li a:hover {
  background: #f67013;
  color: #FFF;
}

.webapp .abnewWrap {
  min-height: auto;
  padding: 40px 0 0;
}

.custom-btn {
  width: 180px;
  height: 55px;
  color: #fff;
  border-radius: 52px;
  box-sizing: border-box;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}

.btn-15 {
  background: #f67013;
  border: none;
  z-index: 1;
}

.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #ff7a1f;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.btn-15:hover {
  color: #fff;
}

.btn-15:hover:after {
  left: 0;
  width: 100%;
}

.news004Wrap {
  background: url(../images/newbj.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-top: 100px;
  height: 680px;
}


.webapp .news004Wrap {
  margin-top: 40px;
  padding: 50px 0;
  height: auto;
}

.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;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  height: 100%;
}

.news004 .newsLeft {
  width: 40%;
}

.news004 .newsLeft .nleftText {
  font-size: 36px;
  color: #fff;
}

.news004 .newsLeft .nleftText .bt {
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}

.news004 .newsLeft .nleftText .bt span {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
}

.news004 .newsLeft .nleftText .bt::after {
  content: 'NEWS CNTER';
  font-size: 60px;
  color: rgba(246, 112, 19, 0.3);
}

.news004 .newsLeft .nleftText .xian {
  width: 60px;
  height: 2px;
  background: #fff;
  margin: 50px 0 80px;
}

.webapp .news004 .newsLeft .nleftText .xian {
  margin: 20px 0;
}

.webapp .news004 .newsLeft .nleftText .bt::after {
  font-size: 40px;
}

.webapp .news004 .newsLeft .nleftText {
  font-size: 22px;
  margin-bottom: 20px;
}

.news004 .newsRight {
  flex: 1;
  margin-left: 35px;
  height: 100%;
}

.news004 .right_list {
  height: 100%;
}

.news004 .right_list li a {
  display: block;
  color: #333333;
  font-size: 18px;

  width: 100%;
  box-sizing: border-box;
  padding: 25px;
  -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 {
  height: 33.33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -ms-align-items: center;
  background: rgba(0, 0, 0, 0.5);

  -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;
  -webkit-align-items: center;
}

.news004 .right_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #fff;
  padding-top: 6.5%;
  box-sizing: border-box;
}

.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: rgba(255, 255, 255, 0.8);
  -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;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.news004 .right_list li a .rightData span {
  display: block;
  font-size: 16px;
  text-align: right;
  white-space: nowrap;
}

.webapp .news004 .right_list li a .rightData span {
  font-size: 12px;
}

.news004 .right_list li a .rightData i {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
  font-weight: normal;
  font-size: 25px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.webapp .news004 .right_list li a .rightData i {
  width: 30px;
  height: 30px;
}

.news004 .right_list li .title {
  overflow: hidden;
  font-weight: 500;
  width: 100%;
  font-size: 24px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  font-weight: 400;
  font-family: '微软雅黑 Light';
  line-height: 30px;
}


.news004 .right_list li .text {
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  -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:hover {
  background: #fff;
}

.news004 .right_list li:hover a {
  color: #000000;
}

.news004 .right_list li:hover a .text {
  color: #6d6d6d;
}

.news004 .right_list li:hover a .rightData {
  color: #6d6d6d;
}

.news004 .right_list li:hover a .rightData i {
  color: #FFF;
  background: #ff6900;
}

.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: 10px;
  font-size: 16px;
}

.webapp .news004 .right_list li .text,
.webapp .news004 .Ul_top li .text .con {
  margin-bottom: 0;
  font-size: 12px;
}

.webapp .news004 .Ul_top li .text .bgbt {
  font-size: 18px;
}

.webapp .news004 .Ul_top li .pic {
  height: 200px;
}

/* //关于我们 */






.btbox {
  color: #0f0f0f;
  position: relative;
  font-size: 36px;
  line-height: 50px;
}

.btbox .en_bt {
  font-size: 40px;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
  text-transform: uppercase;
}


.webapp .aboutWrap .text {
  font-size: 14px;
  line-height: 22px;
  padding: 0 0;
  color: #0f0f0f;
}

.webapp .aboutWrap {
  background: url(../images/aboutrightbj.jpg) left center no-repeat #fff;
  height: auto;
  padding-left: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.webapp .btbox .en_bt {
  font-size: 22px;
  /* padding-bottom: 20px; */
  margin-bottom: 0;
}

.webapp .aboutWrap .xian {
  margin: 10px 0;
}

.webapp .btbox {
  padding: 0;
  font-size: 26px;
  line-height: 40px;
}

.webapp .aboutWrap .record li .num span {
  font-size: 24px;
}

.webapp .aboutWrap .record li .num {
  font-size: 14px;
  margin-bottom: 0;
}

.webapp .aboutWrap .record li h2 {
  font-size: 14px;
}

.webapp .aboutWrap .record {
  padding: 15px 0;
}

.webapp .abHonList .li a span {
  display: none;
}

.webapp .abHonList .li a i {
  display: none;
}

.webapp .abHonList .li a {
  white-space: nowrap;
  font-size: 15px;
  padding: 0 10px;
  min-height: 40px;
}

.webapp .abHonList .li {
  border-radius: 4px;
}

/*#endregion#*/

/*#region 图片模块#*/

.indexb {
  position: relative
}

[transition="0.5s"],
[imgsalc] img {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
}

.albumBt {
  color: #0f0f0f;
  font-size: 42px;
  text-align: center;
  padding: 60px 0;
}

.albumBt .en {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 60px;
  margin-bottom: 15px;
}

.albumBt .cn {
  line-height: 30px;
  font-size: 24px;
  color: #8d8d8d;
}

.webapp .albumBt {
  font-size: 22px;
  padding: 30px 0;
}

.webapp .albumBt .cn {
  font-size: 16px;
}

.webapp .albumBt .en {
  line-height: 24px;
}

.albumBox {
  display: flex;
  /* max-width: 1920px; */
  margin: 0 auto;
}

.albumBox .li {
  width: 20%;
  background: #000;
  box-sizing: border-box;
  position: relative;
  -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;
  cursor: pointer;
  overflow: hidden;
  height: 600px;
}

.albumBox .li:nth-child(1) {
  padding-left: 0;
}

.albumBox .li.active,
.albumBox .li:hover {
  /* width: 36%; */
}

.albumBox .li img {
  width: 100%;
  /* height: 800px; */
  height: 100%;
  object-fit: none;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.6;
  -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 .txt {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #FFF;
  text-align: center;
  -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;
  text-transform: uppercase;
  font-size: 29px;
  padding: 40px 0;
  line-height: 36px;
}

.albumBox .li:hover .txt {
  margin: auto;
  bottom: 35%;
  font-size: 32px;
  font-weight: bold;
}

.albumBox .li .txt span {
  display: block;
  font-size: 18px;
  margin-top: 10px;
}

.albumBox .li:hover .txt span {
  font-weight: normal;
}

/* .albumBox .li::before {
  content: '';
  position: absolute;
  left: 0;
  width: 0px;
  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%;
  height: 100%;
  background: rgb(0, 0, 0, 0.6);
  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(255, 105, 0, 0.6); */
}

.albumBox .li:hover {
  background: rgb(255, 105, 0, 1);
}

/* .albumBox .li:hover{
	width: 52%;
} */
.albumBox .li:hover img {
  opacity: 0.1;
  /* transform: scale(1.3); */

}

.webapp .albumBox {
  flex-wrap: wrap;
}

.webapp .albumBox .li {
  height: 300px;
  width: 50%;
}

.webapp .albumBox .li img {
  object-fit: cover;
}

/* .webapp .albumBox .li::before {
  width: 2px;
} */
.webapp .albumBox .li:hover .txt {
  bottom: 20%;
}

.webapp .albumBox .li:nth-last-child(1) {
  display: none;
}

.webapp .albumBox .li .txt {
  font-size: 18px;
  line-height: 24px;
}

.webapp .albumBox .li .txt span {
  font-size: 12px;
}

/* .lf {
  float: left;
} */


/*#endregion#*/




/*#endregion#*/
@media screen and (max-width: 1600px) {

  .pageWidth {
    width: 80%;
  }


  .inproWrap001::after {
    left: 5%;
  }



  .contactBanWrap>div .text {
    font-size: 16px;
  }

  .contactBanWrap>div .text .bt {
    font-size: 38px;
    line-height: 38px;
  }

  .contactBanWrap>div .text .company {
    margin-top: 50px;
    font-size: 20px;
  }

  .contactBanWrap>div .text .p img {
    width: 30px;
  }

  .contactBanWrap>div .text .jobName {
    font-size: 24px;
  }

  .contactBanWrap>div .text .jobName span {
    font-size: 50px;
  }

  .footWrap001 .foot {
    padding: 40px 0;
  }

  .footWrap001 .foot .footwx {
    background-size: 180px;
  }

  .inproWrap001 .myProduct.pageWidth {
    width: 80%;
  }
}


@media screen and (max-width: 1500px) {
  .pageWidth {
    width: 90%;
  }

  .contactBanWrap>div .text .bt {
    font-size: 30px;
    line-height: 30px;
  }

  .contactBanWrap>div .text .company {
    margin-top: 30px;
  }

  .contactBanWrap>div .text .jobName {
    line-height: 30px;
    font-size: 18px;
    padding: 40px 0;
  }

  .indexbconlist .textbox .entitle {
    font-size: 30px;
  }

  .indexbconlist .textbox .cntitle {
    font-size: 20px;
  }

  .indexbconlist .textbox .text {
    font-size: 14px;
    padding-top: 30px;
  }


  .SitePC .top-T_Wrap .top-T .nav li>a {
    padding: 0 20px;
  }
}


@media screen and (max-width: 1300px) {
  .SitePC .top-T_Wrap .top-T .nav li>a {
    padding: 0 10px;
  }

  .contactBanWrap>div .text {
    padding-top: 40px;
  }

  .news004 .newsLeft {
    width: 500px;
  }
}



.webapp .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;
}


/*#region 图片模块#*/


.wapyybox {
  margin: -60px 20px 0;
  position: relative;
  z-index: 10;
  background: #fff;
  padding: 20px 20px 0;
  border-radius: 10px;
}

.wapyybox a {
  display: block;
  color: #000;
}

.wapyybox a .entitle {
  line-height: 0.95;
  font-size: 22px;
  font-weight: bold;
  font-family: Arial;
  text-transform: uppercase;
}

.wapyybox a .cntitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  margin-top: 1px;
}

.wapyybox a .text {
  margin-top: 8px;
  line-height: 1.714;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 14px;
  color: #5e5e5e;
}