﻿@charset "utf-8";
@import "public.css?v=1313232332323423234";
@import "banner.css?v=1313232332323423234";

/*#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: #FFF;
  width: 28px;
}

/*#endregion#*/

/*#region 产品模块01#*/

.inproWrap001 {
  background: #FFF;
  background-size: 100%;
  padding: 80px 0 60px;
  overflow: hidden;
}

.inproWrap001 .inproTitle {
  margin: 0 auto;
  box-sizing: border-box;
  color: #000000;
  line-height: 40px;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  width: 86%;
}

.inproWrap001 .inproTitle strong {
  display: block;
  font-size: 34px;
  margin-bottom: 45px;
}

.inproWrap001 .inproTitle span {
  display: block;
}

/* .inproWrap001 .inproTitle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 150px;
  height: 4px;
  margin: auto;
  background: #ea1c27;
} */


.inproWrap001 .inproNav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
}

.inproWrap001 .inproNav li {
  margin: 0 30px;
}

.inproWrap001 .inproNav li a {
  text-align: center;
  color: #575757;
  display: block;
  font-size: 20px;
  background: 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;
  border-radius: 50px;
  padding: 14px 0;
  width: 200px;
}



.inproWrap001 .inproNav li a:hover,
.inproWrap001 .inproNav li.cur a {
  color: #FFF;
  background: #ea1c27;
}




.inproWrap001 .myProduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* width: calc(86% + 40px); */
  /* flex-wrap: wrap; */
  margin: 0 auto;
}

.inproWrap001 .swiper-wrapper {
  box-sizing: border-box;
  /* padding: 0 100px; */
}

.inproWrap001 .myProduct .li {
  /* 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;
  width: 25%;
  padding: 0 20px 40px;
  box-sizing: border-box;
}

.inproWrap001 .myProduct .li:nth-child(1) {
  /* padding-left: calc(7% - 20px); */
}

.inproWrap001 .myProduct .li .boxText {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e6e6e6;
  /* box-shadow: 0 0 8px rgb(0 0 0 / 6%); */
  background: #f0f0f0;
  padding: 20px 20px 40px;
  border-radius: 4px;

}

.inproWrap001 .myProduct .li .pic {
  /* border-radius: 4px; */
  height: 100%;
  background: #FFF;
  overflow: hidden;

}

.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: 16px;

  -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); */
}

.inproWrap001 .myProduct .li:hover .boxText::after {
  background: url(../images/carbai.png) center center no-repeat #5b8574;
  background-size: 64%;
}

.webapp .inproWrap001 {
  padding: 20px 0;
}

.webapp .inproWrap001 .inproTitle {
  font-size: 20px;
  padding-bottom: 15px;
  line-height: 30px;
  padding-top: 20px;
}

.webapp .inproWrap001 .inproTitle strong {
  font-size: 20px;
  margin-bottom: 5px;
}

.webapp .inproWrap001 .inproTitle::after {
  width: 80px;
}

.webapp .inproWrap001 .inproNav {
  padding: 30px 0 20px;
  flex-wrap: wrap;
}

.webapp .inproWrap001 .inproNav li {
  margin: 0 0;
  width: 50%;
}

.webapp .inproWrap001 .inproNav li a {
  width: auto;
  font-size: 13px;
  margin: 0 10px 10px;
  padding: 8px 0;
}

.webapp .inproWrap001 .myProduct {
  flex-wrap: wrap;
  width: auto;
  padding: 0 5px;
}

.webapp .inproWrap001 .myProduct .li {
  width: 50%;
  padding: 0 10px 40px;
}

.webapp .inproWrap001 .myProduct .li .titleBox {
  height: 45px;
  font-size: 14px;
}

.webapp .inproWrap001 .myProduct .li .boxText::after {
  width: 50px;
  height: 50px;
  bottom: -25px;
}

/*#endregion#*/

/*#region 新闻模块#*/

.newslist001 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 1200px;
  margin: 50px auto;
  position: relative;
  z-index: 10;
}

.newslist001 .list {
  width: 300px;
  overflow: hidden;
}

.newslist001 .list .bt {
  font-size: 26px;
  color: #505050;
  font-weight: bold;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 25px;
}

.newslist001 .list .bt span {
  display: inline-block;
  padding: 25px 0;
  position: relative;
}

.newslist001 .list .bt span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #121d3d;
}

.newslist001 .list .about_ul {}

.newslist001 .list .about_ul li {
  color: rgba(0, 0, 0, 0.6);
  line-height: 26px;
  margin-top: 20px;
  background: url(../images/lv.png) left center no-repeat;
  padding-left: 26px;
  font-size: 16px;
}

.newslist001 .list .about {
  padding-top: 5px;
  line-height: 32px;
  font-size: 16px;
  display: block;
  color: #2d2d2d;
}

.newslist001 .list .pic {
  padding-top: 12px;
  display: block;
}

.newslist001 .list .pic img {
  width: 100%;
}

.newslist001 .right_list {
  padding-top: 5px;
}

.newslist001 .right_list li a {
  display: block;
  color: #4a4a4a;
  font-size: 15px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ececec;
}

.newslist001 .right_list li .title {
  font-size: 17px;
  line-height: 26px;
  overflow: hidden;
  height: 52px;
  font-weight: bold;
  margin-bottom: 4px;
}

.newslist001 .right_list li .text {
  font-size: 15px;
  color: #7c7c7c;
  line-height: 28px;
}

.newslist001 .right_list li a:hover {
  color: #5b8574;
}

.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/newbj.jpg) center bottom no-repeat #fefefe;
  background-size: 100%;
  overflow: hidden;
}

.news004 {
  width: 86%;
  margin: 80px auto;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 30px;
  box-sizing: border-box;
}

.news004 .newsLeft {
  width: 760px;

}

.news004 .newsRight {
  flex: 1;
  margin-left: 35px;
}

.news004 .Ul_top li {
  position: relative;
}

.news004 .Ul_top li a {
  color: #fff;
  font-size: 16px;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; */
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  /* 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;
}

/* .news004 .Ul_top li a>div {
  flex: 1;
} */

.news004 .Ul_top li .pic {
  width: 100%;
  height: 500px;
  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: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  font-family: '微软雅黑 light';

}

.news004 .Ul_top li .text .bgbt {
  font-size: 24px;
  font-weight: 400;
}

.news004 .Ul_top li .text .con {
  overflow: hidden;
  flex: 1;
  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;
  white-space: nowrap;
}


.news004 .right_list li a {
  display: block;
  color: #333333;
  font-size: 18px;
  border-radius: 6px;
  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: 32px;
}


.news004 .right_list li .title {
  overflow: hidden;
  font-weight: bold;
  line-height: 30px;
  width: 100%;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 15px;
}

.news004 .right_list li .title .bgbt {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  line-height: 30px;
}

.news004 .right_list li .title .d {
  white-space: nowrap;
  font-size: 14px;
  font-weight: normal;
  color: #737373;
  -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 .text {
  color: #666666;
  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: #5b8574;
  color: #FFF;
}

.news004 .right_list li a:hover .text {
  color: #FFF;
}

.news004 .right_list li a:hover .title .d {
  color: rgba(255, 255, 255, 0.8);
}

.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;
}

.webapp .news004 .Ul_top li {
  padding-bottom: 20px;
  margin-top: 20px;
}

..news004 .Ul_top li .pic {
  height: auto;
}

.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: 18px;
}

.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: 400px;
}

/* //关于我们 */

.aboutWrap {
  box-sizing: border-box;
  padding-top: 100px;
}

.aboutBox {
  width: 86%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  /* background: #1546a4; */
}



.aboutBox .aboutLeft {
  flex: 1;
}

.aboutBox .aboutLeft .text {
  line-height: 44px;
  display: block;
  font-size: 17px;
  color: #757575;
  padding-bottom: 40px;
}

.aboutBox .aboutLeft .sub_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  color: #000;
  line-height: 40px;
  padding-top: 40px;
}


.aboutBox .aboutLeft .sub_list li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: bold;
  color: #5b8574;
  box-sizing: border-box;
}

.aboutBox .aboutLeft .sub_list li span {
  display: block;
  margin-bottom: 20px;
}

.aboutBox .aboutLeft .sub_list li:nth-child(1),
.aboutBox .aboutLeft .sub_list li:nth-child(2) {
  border-bottom: 1px solid #f0f0f0;
}

.aboutBox .aboutLeft .sub_list li:nth-child(2),
.aboutBox .aboutLeft .sub_list li:nth-child(4) {
  border-left: 1px solid #f0f0f0;
}

.aboutBox .aboutLeft .sub_list li .txt i {
  font-weight: normal;
  font-size: 20px;
  color: #a7a7a7;
}

.aboutBox .aboutimg {
  margin-left: 90px;
  width: 852px;
  height: 730px;
  overflow: hidden;
}

.aboutBox .aboutimg img {
  width: 100%;
}

.btbox {
  padding: 0 0 40px;
  color: #000;
  position: relative;
}

.btbox .en_bt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 40px;
}

.btbox .en_bt::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 4px;
  background: #5b8574;
}

.webapp .aboutBox {
  height: auto;
  flex-wrap: wrap;
  width: auto;
  padding-top: 0;
}

.webapp .aboutBox .aboutLeft {
  width: auto;
  padding-right: 0;
  padding: 0 15px;
}

.webapp .aboutBox .aboutLeft .text {
  font-size: 14px;
  padding-bottom: 15px;
  line-height: 26px;
}

.webapp .aboutBox .aboutLeft .sub_list {
  padding-top: 15px;
  flex-wrap: wrap;
}



.webapp .aboutBox .aboutimg {
  margin: 0;
  width: auto;
  height: auto;
  padding: 15px;
}

.webapp .aboutWrap {
  padding-top: 40px;
}

.webapp .aboutBox .aboutLeft .sub_list li {
  font-size: 30px;
}

.webapp .btbox .en_bt {
  font-size: 30px;
  padding-bottom: 20px;
}

.webapp .btbox {
  padding: 0;
}

/*#endregion#*/

/*#region 图片模块#*/


.contentHome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  max-width: 1920px;
  background: url(../images/minbaner.jpg) center center no-repeat;
  /* background-attachment: fixed; */
  background-size: 100%;
  padding: 130px 0;
  text-align: center;
  color: #FFF;
  font-size: 20px;
}

.contentHome strong {
  font-size: 50px;
  cursor: pointer;
  overflow: hidden;
  display: block;
  line-height: 60px;
  margin-bottom: 30px;
}

.webapp .contentHome {
  background-size: cover;
  padding: 30px 20px;
  font-size: 12px;
}

.webapp .contentHome strong {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

/*#endregion#*/
@media screen and (max-width: 1600px) {
  .aboutBox .aboutimg {
    width: 600px;
    height: 428px;
  }

  .aboutBox .aboutLeft .sub_list {
    padding-top: 20px;
  }

  .aboutBox .aboutLeft .sub_list li {
    font-size: 30px;
    padding: 10px 0;
  }

  .aboutBox .aboutLeft .sub_list li span {
    margin-bottom: 0;
  }

  .btbox {
    padding-bottom: 20px;
  }

  .aboutBox .aboutLeft .sub_list li img {
    width: 40px;
  }

  .aboutBox .aboutLeft .text {
    padding-bottom: 0;
  }




}


@media screen and (max-width: 1500px) {
  .aboutBox .aboutimg {
    width: 500px;
    height: 428px;
  }

  .aboutBox .aboutLeft .sub_list li {
    padding: 10px 0;
    font-size: 20px;

  }

  .aboutBox .aboutLeft .text {
    padding-bottom: 0;
  }

  .btbox {
    padding-bottom: 20px;
  }

  .news004 .newsLeft {
    width: 560px;
  }

  .footWrap002 .add {
    width: auto;
  }
}


@media screen and (max-width: 1300px) {
  .SitePC .top-T_Wrap .top-T .nav li>a {
    padding: 0 10px;
  }
}