﻿@charset "utf-8";
@import "public.css?v=13131354353456444232343234";
@import "banner.css?v=13131354353432232343234";

/*#region 产品模块#*/



.PicScroll {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.PicScroll .swiper-container {
  width: 100%;
  height: 100%;
}


.PicScroll .swiper-slide img {
  width: 100%;
  /* height: 100vh; */
}


.pagination {
  position: absolute;
  z-index: 20;
  bottom: 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: #0779bc;
  width: 28px;
}

/*#endregion#*/

/*#region 产品模块01#*/

.inproWrap001 {
  position: relative;
  background-size: cover;
  box-sizing: border-box;
  padding: 20px 0 100px;
  overflow: hidden;
}



.myProductWrap {
  position: relative;
  z-index: 10;
}


/* .myProductWrap .swiper-button-next {
  right: 5%;
}

.myProductWrap .swiper-button-prev {
  left: 5%;
} */

.proBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* position: absolute;
  left: 0;
  bottom: 0;
 */
  margin: 0 auto;
  padding: 60px 0;
}

.proBottom .paginationB,
.proBottom .proBotLeft {
  position: relative;
  width: auto;
  bottom: auto;

}

.webapp .proBottom .proBotLeft {
  padding: 20px 0;
  justify-content: flex-start;
}

.proBottom .paginationB {
  font-size: 20px;
  color: #4f4f4f;
  padding: 0 30px;
}

.proBottom .paginationB .swiper-pagination-current {
  color: #2557a6;
}

.proBottom .swiper-button-prev,
.proBottom .swiper-button-next {
  right: auto !important;
  left: auto !important;
  top: auto !important;
  position: relative !important;
  margin-top: auto !important;
  width: 30px;
  border: 0;
  padding: 0;
  height: 48px;
  cursor: pointer;
  margin-left: 30px;
}

.webapp .proBottom .swiper-button-prev {
  margin-left: 0;
}

.proBottom .proBotLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.proBotText {
  color: #b0b0b0;
  font-size: 18px;
  font-weight: normal;
}

.proBotText .bigtit {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
  color: #2a2a2a;
  line-height: 50px;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.proBotText .bigtit span {
  color: #018d6b;
}

.webapp .proBotText .bigtit {
  font-size: 36px;
  line-height: 36px;
}

.webapp .inxlspro .proBotText {
  font-size: 14px;
  padding-bottom: 10px;
}

.webapp .proBottom {
  padding: 30px 0;
}


.homeProductWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 80px 0;
}

.webapp .homeProductWrap {
  display: block;
  padding: 40px 0;
}

.webapp .proLeftBox .proBotText {
  padding-bottom: 40px;
}

.proRightBox {
  width: 100%;
}

.tabpros {
  width: calc(100% - 560px);
}



.proRightBox .myProduct {
  position: relative;
  /* flex-wrap: wrap; */
  margin: 0 auto 20px;
  margin-left: 20px;
}

.proRightBox .swiper-wrapper {
  box-sizing: border-box;
  /* padding: 10px 0; */
  /* height: calc((75vw / 3 + 60px) * 2); */
  /* border: 1px solid #000; */
}

.proRightBox .myProduct .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /* height: calc(100% / 2 - 50px); */
  /* border: 1px solid #000; */
  box-sizing: border-box;
  /* width: 360px; */
}



.proRightBox .myProduct .li .boxText {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  /* box-shadow: 0 0 8px rgb(0 0 0 / 6%); */
  /* padding: 20px 20px 40px; */
  background: #e6e6e6;
  padding: 15px;
}

.proRightBox .myProduct .li .pic {
  /* border-radius: 4px; */
  /* height: 400px; */
  overflow: hidden;
  box-sizing: border-box;
  /* mix-blend-mode: multiply; */
  /*正片叠底 */
}

.proRightBox .myProduct .li .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  /* mix-blend-mode: multiply; */
  transition: all 0.5s ease-in-out;
}

.proRightBox .myProduct .li:hover .pic img {
  transform: scale(1.1);
}

.proRightBox .myProduct .li .titleBox {
  /* background: #FFF; */
  color: #393939;
  font-size: 18px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

.webapp .proRightBox .myProduct .li .titleBox {
  font-size: 15px;
  bottom: 10px;
}

/* .inproWrap001 .myProduct .li .boxText::after {
  position: absolute;
  content: '';
  bottom: -35px;
  height: 70px;
  width: 70px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  background: url(../images/carhei.png) center center no-repeat #fff;
  background-size: 64%;
  -moz-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} */

.proRightBox .myProduct .li .titleBox>div {
  word-wrap: break-word;
  word-break: normal;
}

.proRightBox .myProduct .li:hover .titleBox {
  color: #000;
  /* font-size: 18px; */
  /* background: rgba(234, 28, 39, 0.5); */
}

.webapp .proRightBox {
  padding: 0 0;
}


.webapp .tabpros {
  width: 100%;
}

.webapp .proRightBox .myProduct {
  flex-wrap: wrap;
  width: auto;
  margin-left: 0;
}

/* .webapp .inproWrap001 .myProduct .li {
  width: 50%;
  padding: 0 10px 40px;
}

.webapp .inproWrap001 .myProduct .li .titleBox {
  height: 45px;
  font-size: 14px;
} */

.webapp .proRightBox .myProduct .li .boxText::after {
  width: 50px;
  height: 50px;
  bottom: -25px;
}

.webapp .proRightBox .abIcon .iconLi {
  padding: 0 5px;
}

.webapp .proRightBox .abIcon .iconLi .tit {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
}

.webapp .proNav .T {
  padding-right: 0;
}

.webapp .proNav .T a p {
  width: auto;
  margin-top: 6px;
}

.proLeftBox .proBotText {
  padding-bottom: 80px;
}

.proLeftBox .proBotText .bigtit {
  right: auto;
}

.proNav .T {
  padding-right: 80px;
  position: relative;
}

.proNav .T::after {
  content: '';
  position: absolute;
  left: 24px;
  width: 1px;
  height: 100%;
  top: 0;
  border-left: 1px dashed #dddddd;
  z-index: 1;
}

.proNav .T:nth-last-child(1)::after {
  display: none;
}

.proNav .T a {
  display: block;
  padding-left: 70px;
  padding-bottom: 30px;
  background: url(../images/prolmicon01.jpg) left top no-repeat;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.proNav .T a .tix {
  color: #606060;
  font-size: 22px;
  margin-bottom: 0px;
  line-height: 48px;
}

.proNav .T a p {
  margin-top: 15px;
  height: 0;
  overflow: hidden;
  width: 60%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.proNav .T a:hover p,
.proNav .T.cur a p {
  display: block;
  height: auto;
  color: #858585;
}

.proNav .T a:hover .tix,
.proNav .T.cur a .tix {
  color: #0779bc;
}

.proNav .T a:hover,
.proNav .T.cur a {
  background: url(../images/prolmicon02.jpg) left top no-repeat;
}


.webapp .proNav .T a .tix {
  font-size: 18px;
  line-height: 40px;
}

.webapp .proNav .T a {
  background-size: 40px;
  padding-left: 60px;
}

.webapp .proNav .T::after {
  left: 19px;
}

.webapp .proNav .T a p img {
  width: 30px;
}

/*#endregion#*/

/*#region 新闻模块#*/

.newslist001 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 1200px;
  margin: 50px auto;
  position: relative;
  z-index: 10;
}

.newslist001 .list {
  width: 300px;
  overflow: hidden;
}

.newslist001 .list .bt {
  font-size: 26px;
  color: #505050;
  font-weight: bold;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 25px;
}

.newslist001 .list .bt span {
  display: inline-block;
  padding: 25px 0;
  position: relative;
}

.newslist001 .list .bt span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #121d3d;
}

.newslist001 .list .about_ul {}

.newslist001 .list .about_ul li {
  color: rgba(0, 0, 0, 0.6);
  line-height: 26px;
  margin-top: 20px;
  background: url(../images/lv.png) left center no-repeat;
  padding-left: 26px;
  font-size: 16px;
}

.newslist001 .list .about {
  padding-top: 5px;
  line-height: 32px;
  font-size: 16px;
  display: block;
  color: #2d2d2d;
}

.newslist001 .list .pic {
  padding-top: 12px;
  display: block;
}

.newslist001 .list .pic img {
  width: 100%;
}

.newslist001 .right_list {
  padding-top: 5px;
}

.newslist001 .right_list li a {
  display: block;
  color: #4a4a4a;
  font-size: 15px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid #ececec;
}

.newslist001 .right_list li .title {
  font-size: 17px;
  line-height: 26px;
  overflow: hidden;
  height: 52px;
  font-weight: bold;
  margin-bottom: 4px;
}

.newslist001 .right_list li .text {
  font-size: 15px;
  color: #7c7c7c;
  line-height: 28px;
}

.newslist001 .right_list li a:hover {
  color: #0779bc;
}

.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#*/


.custom-btn {
  /* width: 180px; */
  /* height: 55px; */
  color: #5b5b5b;
  border-radius: 3px;
  display: inline-block;
  box-sizing: border-box;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  padding: 12px 30px;
  margin-top: 15px;
}

.btn-15 {
  /* background: #0779bc; */
  z-index: 1;
  border: 1px solid #5b5b5b;
}

.btn-15:after,
.btn-15.cur:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #0779bc;
  transition: all 0.3s ease;
}

.btn-15.cur {
  background-color: #0779bc;
}

.btn-15:hover,
.btn-15.cur {
  border: 1px solid #0779bc;
  color: #fff;
}

.btn-15:hover:after {
  left: 0;
  width: 100%;
}

.news004Wrap {
  background: url(../images/newbj.jpg) right bottom no-repeat #ffffff;
  overflow: hidden;
  padding: 100px 0;
}

.news004Title {
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-end;
}

.news004Title .left {
  color: #0f0f0f;
  font-size: 50px;
}

.news004Title .left .en {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 60px;
  margin-bottom: 15px;
}

.news004Title .left .cn {
  line-height: 30px;
  font-size: 30px;
}

.news004Title .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.news004Title .right p {
  margin-left: 20px;
}

.news004Title .right p a {
  font-size: 16px;
  color: #6a6a6a;
}

.news004Title .right p a:hover {
  color: #0779bc;
}

.webapp .news004Title .right {
  display: none;
}

.webapp .news004Title .left {
  font-size: 36px;
}

.webapp .news004Title .left .en {
  margin-bottom: 0;
}

.webapp .news004Title {
  margin-bottom: 30px;
}

.webapp .news004Wrap {
  padding: 30px 0 0;
}

.news004 {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
}

.news004 .newsLeft {
  width: 640px;
}

.news004 .newsRight {
  flex: 1;
  margin-left: 35px;
}

.news004 .Ul_top li {
  position: relative;
}

.news004 .Ul_top li a {
  color: #252525;
  background: #FFF;
  font-size: 16px;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; */
  /* background: url(../images/newbj.jpg) right bottom no-repeat #1e6db8;
  background-size: auto 60%; */
  /* url(../images/wl.png) right center no-repeat */
  overflow: hidden;
  position: relative;
  display: block;
  border: 1px solid #dedede;
  border-radius: 4px;
  box-sizing: border-box;
  -moz-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
}

/* .news004 .Ul_top li a>div {
  flex: 1;
} */

.news004 .Ul_top li .pic {
  width: 100%;
  height: 400px;
  overflow: hidden;
  /* -webkit-border: 2px solid #f3f3f3;
  -moz-border: 2px solid #f3f3f3;
  border: 2px solid #f3f3f3; */
}

.news004 .Ul_top li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.news004 .Ul_top li .pic img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news004 .Ul_top li .text {
  padding: 50px 20px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}



.news004 .Ul_top li .text .leftTitle {
  flex: 1;
  margin-left: 20px;
}

.news004 .Ul_top li .text .bgbt {
  font-size: 20px;
  font-weight: 600;
}

.news004 .Ul_top li .text .con {
  overflow: hidden;
  color: #797979;
  font-size: 14px;
  margin-top: 20px;
}

.news004 .Ul_top li .text .data {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.news004 .Ul_top li .text .d {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  width: 80px;
  text-align: center;

}

.news004 .Ul_top li .text .d span {
  display: block;
  line-height: 40px;
  font-size: 40px;
  font-weight: bold;
}

.news004 .right_list li a {
  display: block;
  color: #333333;
  font-size: 18px;
  border-radius: 4px;
  border: 1px solid #dedede;
  width: 100%;
  box-sizing: border-box;
  padding: 25px;
  -moz-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  box-shadow: 0 0 10px rgba(128, 128, 128, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #FFF;
}


.news004 .right_list li {
  margin-bottom: 20px;
}

.news004 .right_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.news004 .right_list li a .leftTitle {
  flex: 1;
  margin-right: 20px;
}



.news004 .right_list li a .rightData {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  width: 80px;
  text-align: center;
  color: #d5d5d5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news004 .right_list li a .rightData span {
  display: block;
  line-height: 40px;
  font-size: 40px;
  font-weight: bold;
}

.news004 .right_list li .title {
  overflow: hidden;
  font-weight: 500;
  width: 100%;
  font-size: 18px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  font-weight: 600;
  font-family: '微软雅黑 Light';
  line-height: 30px;
}


.news004 .right_list li .text {
  color: #929292;
  overflow: hidden;
  font-size: 15px;
  line-height: 24px;
  height: 48px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news004 .right_list li a:hover {
  color: #0779bc;
}

.news004 .right_list li a:hover .text {
  color: #0779bc;
}

.news004 .right_list li a:hover .rightData {
  color: #0779bc;
}

.webapp .news004 {
  width: auto;
  padding: 0 20px;
  margin: 0;
  border: none;
  flex-wrap: wrap;
}

.webapp .news004>div {
  width: 100%;
}

.webapp .news004 .Ul_top li .text {
  height: auto;
  margin: 0;
  padding: 20px 0;

}

.webapp .news004 .Ul_top li {
  padding-bottom: 0;
  margin-top: 20px;
}


.webapp .news004 .newsRight {
  margin-top: 20px;
  margin-left: 0;
}


.webapp .news004 .Ul_top li a {
  display: block;
}

.webapp .news004 .Ul_top li .text .con,
.webapp .news004 .Ul_top li .text .data .more,
.webapp .news004 .right_list li a {
  font-size: 15px;
}

.webapp .news004 .right_list li .title {
  height: auto;
  line-height: 24px;
  margin-bottom: 0;
  font-size: 16px;
}

.webapp .news004 .right_list li .text,
.webapp .news004 .Ul_top li .text .con {
  margin-bottom: 0;
  font-size: 14px;
}

.webapp .news004 .Ul_top li .text .bgbt {
  font-size: 18px;
}

.webapp .news004 .Ul_top li .pic {
  height: 200px;
}

/* //关于我们 */


.btbox {
  position: relative;
  font-size: 55px;
  font-weight: bold;
  line-height: 55px;
}

.btbox .en_bt {
  position: relative;
  margin-bottom: 5px;
  text-transform: uppercase;
}



.webapp .btbox .en_bt {
  font-size: 32px;
  /* padding-bottom: 20px; */
  margin-bottom: 0;
}

.webapp .btbox {
  padding: 0;
  font-size: 26px;
  line-height: 40px;
}

/*#endregion#*/

/*合作伙伴*/
.cooperationBox {
  background: url(../images/hzhbmap.png) right center no-repeat #f1f1f1;
  padding: 100px 0;
}

.coopCenter {
  display: flex;
  justify-content: space-between;

}

.coopCenter .coopLeft {
  width: 550px;
}

.coopLeft .proBotText .bigtit {
  right: auto;
}

.coopLeft .proBotText {
  padding-bottom: 50px;
}

.coopCenter .coopRight {
  flex: 1;
  margin-left: 10%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-bottom: 30px;
}

.coopCenter .coopRight img {
  max-width: 100%;
}


.cooperationWrap {
  box-sizing: content-box;
  width: 100%;

  position: relative;
}

.cooperationWrap .swiper {
  height: 480px;
  padding-top: 10px;
}

.cooperationWrap .swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 150px;
  margin-bottom: 10px;
}

.cooperationWrap .li .boxText {
  position: relative;
  margin: 5px;
  display: block;
  /* overflow: hidden; */
  -moz-box-shadow: 0 0 5px rgba(40, 40, 40, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(40, 40, 40, 0.1);
  box-shadow: 0 0 5px rgba(40, 40, 40, 0.1);
}

.cooperationWrap .li .pic {
  height: 150px;
  background: #fff;
  overflow: hidden;
}

.cooperationWrap .li .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.cooperationWrap .li:hover .pic img {
  transform: scale(1.2);
}

.cooperationWrap .li .title {
  text-align: center;
  color: #3e3e3e;
  font-size: 24px;
  margin: 20px 0;
  display: none;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
}

/* .cooperationWrap .swiper-grid-column>.swiper-wrapper {
  flex-direction: row
} */

.cooperationWrap .swiper-pagination-hz {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 0 0;
}

.cooperationWrap .swiper-pagination-hz .swiper-pagination-bullet {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 8px;
  background: rgba(205, 205, 205, 1);
  margin: 0 5px;
  opacity: 0.8;
  border: 0;
  cursor: pointer;
}

.cooperationWrap .swiper-pagination-hz .swiper-pagination-bullet-active {
  width: 24px;
  background: #1e6db8;
}

.cooperationWrap .swiper-pagination-hz .swiper-pagination-bullet:focus {
  outline: none;
}


.webapp .coopCenter {
  display: block;
}

.webapp .coopCenter .coopLeft {
  width: 100%;
}

.webapp .cooperationBox {
  padding: 50px 0;
}

.webapp .coopCenter .coopRight {
  padding: 0;
  margin-top: 30px;
  margin-left: 0;
}

.webapp .cooperationWrap .li .pic,
.webapp .cooperationWrap .swiper-slide {
  height: 100px;
}

.webapp .cooperationWrap .swiper {
  height: 340px;
  padding: 0;
}

.webapp .coopLeft .proBotText {
  padding-bottom: 30px;
}

/*#region 新闻模块003#*/


/*新闻中心*/
.newsWrap {
  position: relative;
  z-index: 10;
  overflow: hidden;
  margin: 0 auto;
  padding: 30px 0 90px;
}


.webapp .newsWrap {
  padding-bottom: 40px;
}

.newsWrap .newsleftop {
  width: 40%;
  /* height: 280px; */
  margin-right: 5%;
}

.newsWrap .newsleftop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.webapp .newsWrap .newsleftop {
  width: 100%;
}

.news {
  margin: 0 auto;
  position: relative;
  /* display: flex;
justify-content: space-between; */
  z-index: 10;
  /* padding-left: 7%; */

  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;
}

.webapp .news {
  display: block;
}

.Ul_list {
  flex: 1;
  /* display: flex;
	justify-content: flex-end; */
  width: 100%;
  box-sizing: border-box;
  margin: auto;
}


.Ul_list .li {
  flex: 1;
  box-sizing: border-box;
  border-bottom: 2px solid #f3f3f3;
}

.Ul_list .li.fristlis {
  border-bottom: 2px solid #1677b4;

}


.Ul_list .li a {
  position: relative;
  display: block;
  width: 100%;
  z-index: 5;
  color: #000;
  padding: 20px 0;
  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;
}

.Ul_list .li.fristlis a {
  padding-top: 0;
  color: #086fb0;
}

.Ul_list .li.zylist a {
  display: flex;
  color: #404040;
  align-items: center;
}

.Ul_list .li.zylist a .title {
  font-size: 18px;
  font-weight: normal;
  margin-right: 30px;
}

.Ul_list .li.zylist a .dat {
  white-space: nowrap;
}

.webapp .Ul_list .li a {
  padding: 10px 0px;
}

.webapp .Ul_list .li .datebt {}


.Ul_list .li .title {
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  line-height: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.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%;
  margin: 20px 0;
  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-weight: normal;
  white-space: nowrap;
  font-size: 14px;
}

.Ul_list .li .newmore {
  background: url(../images/moresx.png) 90% center no-repeat;
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
}


.Ul_list .li a:hover {
  color: #086fb0;
}

.Ul_list .li a:hover .con {}

.Ul_list .li a:hover .datebt {}


.webapp .Ul_list .li .title {
  display: block;
  font-size: 20px;
  line-height: 24px;
}

.webapp .Ul_list .li.zylist a .title {
  line-height: 20px;
  font-size: 15px;
}

.webapp .Ul_list .li .con {
  font-size: 14px;
  line-height: 22px;
  margin-top: 0;
}

.webapp .Ul_list .li .text .title {
  width: 100%;
}

.webapp .Ul_list .li .text .con {
  width: 100%;
}

.webapp .Ul_list .li .newmore {
  width: 30px;
  height: 30px;
  background-size: 100%;
}


.newTop {
  font-size: 40px;
  line-height: 40px;
  padding: 50px 0 50px;
  font-weight: bold;
  position: relative;
}

.newTop .proBotText .bigtit {
  right: auto;
}

.newTop .more {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 46px;
  line-height: 46px;
  padding: 0 45px 0 20px;
  background: url(../images/yuand.png) right 15px center no-repeat #0779bc;
  color: #fff;
  -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 #0779bc; */
  background: url(../images/yuand.png) right 15px center no-repeat #000;

}

.webapp .newTop .more {
  display: none;
}

.webapp .newTop {
  padding: 10px 0 30px;
  font-size: 30px;
}


.webapp .news .newsbt {
  display: none;
}

.webapp .Ul_list {
  padding: 0;
}




.home_top {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 10;
}

.home_top li {
  width: 170px;
  cursor: pointer;
  padding: 0 60px;
}

.home_top li .pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 167px;
  height: 169px;
  margin: 0 auto;
  transition: all 0.5s linear 10ms;
  opacity: 1;
  transform: translateY(0%) rotateY(0deg);
}

.home_top li .pic img {
  max-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.5s linear 10ms;
}

.home_top li .pic .pi02 {
  opacity: 0;
}

.home_top li .title {
  font-size: 30px;
  font-weight: bold;
  color: #4c4c4c;
  padding: 20px 0;
}

.home_top li:hover .pic {
  opacity: 1;
  transform: translateY(0%) rotateY(360deg);
}

.home_top li:hover .pic .pi02 {
  opacity: 1;
}

.home_top li:hover .pic .pi01 {
  opacity: 0;
}

.webapp .home_top {
  bottom: -40px;
  display: none;
}



.webapp .home_top li {
  padding: 0 10px;
}

.webapp .home_top li .pic {
  width: 90px;
  height: 90px;
}

.SitePC.homeWrap .footerbg {
  padding-top: 60px;
}

.webapp.homeWrap .footerbg {
  /* padding-top: 60px; */
}

/*#endregion#*/


.proRightBox .abIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.proRightBox .abIcon .iconLi {
  font-size: 17px;
  text-align: center;
  width: 33%;
  box-sizing: border-box;
  padding-left: 20px;
}

.proRightBox .abIcon .iconLi a {
  display: block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.proRightBox .abIcon .iconLi .tit {
  font-size: 16px;
  text-transform: uppercase;
  color: #2e2e2e;
  height: 50px;
  line-height: 50px;
}

.proRightBox .abIcon .iconLi .pic {
  /* height: 30%; */
  width: 100%;
  background: #f2f2f2;
}

.proRightBox .abIcon .iconLi .pic img {
  width: 100%;
  mix-blend-mode: multiply;
  height: 100%;
}


/*#region 图片模块#*/
.hinyyWrap {
  overflow: hidden;
  position: relative;
}

.hinyyWrap::after {
  content: '';
  position: absolute;
  z-index: 5;
  background: #f0f0f0;
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
}

.hinyyWrap .formBox {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  position: relative;
  z-index: 10;
}

.hinyyWrap .formBox .formLeft {
  background: #0779bc;
  width: 55%;
  overflow: hidden;
  font-size: 16px;
  color: #FFF;
  position: relative;
  margin-bottom: 120px;
}

.hinyyWrap .formBox .formLeft>img {
  width: 100%;
}

.hinyyWrap .formBox .formLeft .lefBottom {
  background: rgba(0, 0, 0, 0.6);
  padding: 30px;
  font-size: 22px;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}

.hinyyWrap .formBox .formLeft .lefBottom strong {
  margin-bottom: 15px;
  display: block;
  line-height: 36px;
  font-size: 36px;
  text-align: center;
}

.hinyyWrap .formBox .formLeft .lefBottom .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(240, 240, 240, 0.6);
}

.hinyyWrap .formBox .formRight {
  flex: 1;
  margin-left: 80px;
  padding-top: 20%;
}


.webapp .hinyyWrap {
  background-size: auto 100%;
  margin: 0;
  display: none;
}


.in_search_box {
  margin: 0 auto;
}

.in_search_box .seaTitle {
  font-size: 40px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
}

.in_search_box .seaTitle span {
  display: block;
  font-weight: normal;
  font-size: 18px;
  color: #7a7a7a;
  margin-top: 10px;
}

.in_search_box .seaLeft .Left_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}

.in_search_box .seaLeft .Left_top .list {
  flex: 1 1 auto;
  margin-right: 20px;
  position: relative;
}

.in_search_box .seaLeft .Left_top .list .plactxt {
  position: absolute;
  left: 10px;
  bottom: 0;
  margin: auto;
  z-index: 55;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  color: #b7b7b7;
}


.in_search_box .seaLeft .left_bottom {
  margin-right: 20px;
  margin-top: 20px;
}

.in_search_box .seaBtn {
  width: 240px;
  height: 60px;
  background: #0779bc;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -o-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  margin-top: 30px;
  margin: 0 auto;
}

.in_search_box .el-input__inner,
.in_search_box .el-textarea__inner {
  font-size: 18px;
  /* border-color: #f2f2f2; */
  font-weight: normal;
  background: #fff;
  padding: 0 10px;
  border-radius: 0;
}

.in_search_box .el-textarea__inner {
  padding: 10px;
}

.in_search_box .el-input__inner {
  height: 50px;
}

.el-input.is-active .el-input__inner,
.el-input__inner:focus {
  border-color: #0779bc !important;
}

.el-input.is-active .el-textarea__inner,
.el-textarea__inner:focus {
  border-color: #0779bc !important;
}


.webapp .hinyyWrap .formBox .formLeft {
  display: none;
}

.webapp .hinyyWrap .formBox {
  padding: 20px;
}

.webapp .hinyyWrap .formBox .formRight {
  margin: 0;
}

.webapp .in_search_box .seaLeft .Left_top {
  display: block;
  margin: 0;
}

.webapp .in_search_box .seaLeft .Left_top .list {
  margin-top: 20px;
  margin-right: 0;
}

.webapp .in_search_box .seaLeft .left_bottom {
  margin-right: 0;
}

.webapp .in_search_box .el-input__inner {
  height: 45px;
}

.webapp .in_search_box .seaBtn {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  font-size: 18px;
}

.webapp .in_search_box .seaTitle span {
  margin-top: 15px;
  line-height: 20px;
  font-size: 14px;
}

.webapp .in_search_box .seaTitle {
  font-size: 26px;
}

/*#endregion#*/

.jujiaoWrap {
  position: relative;
}


.fristBox {
  position: relative;
  display: flex;
  /* background: url(../images/video.jpg) center center no-repeat; */
  background-size: cover;
}

.jujiaoWrap .palyBtn,
.jujiaoWrap .pushBtn {
  position: absolute;
  width: 130px;
  height: 130px;
  right: 10px;
  left: 10px;
  margin: auto;
  bottom: 210px;
  background: url(../images/videobtn.png) center center no-repeat;
  background-size: 100%;
  z-index: 25;
  cursor: pointer;
}

.pushBtn {
  display: none;
}

.jujiaoWrap .pushBtn {
  background: url(../images/videobtn02.png) center center no-repeat;
  background-size: 100%;
}

.webapp .jujiaoWrap .palyBtn,
.webapp .jujiaoWrap .pushBtn {
  width: 80px;
  height: 80px;
  bottom: 0;
  margin: auto;
  top: 0;
}

.fullscreenVideo {
  width: 100%;
  z-index: 1;
  object-fit: cover;
  height: 1088px !important;
}

.webapp .fullscreenVideo {
  height: auto !important;
}

.jujiaoWrap .jujiaoBox img {
  width: 100%;
}

.jujiaoText {
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  line-height: 38px;
  font-size: 16px;
  z-index: 10;
  right: 0;
  margin: auto;
  margin-top: -6%;
  font-weight: bold;
  text-align: center;

}

.jujiaoText .strong {
  font-size: 44px;
  font-weight: bold;
  line-height: 44px;
  margin-bottom: 30px;
}

.webapp .jujiaoText {
  width: 90%;
  font-size: 12px;
  line-height: 20px;
  margin-top: -15%;
  display: none;
}

.webapp .jujiaoText .strong {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 20px;

}

/*#endregion#*/
@media screen and (max-width: 1600px) {

  .pageWidth {}

  .aboutBox .aboutimg {
    width: 500px;

  }

  .aboutBox .aboutLeft {
    padding-top: 5%;
  }

  .footWrap001 .foot {
    padding: 40px 0;
  }

  .footWrap001 .foot .footwx {
    background-size: 180px;
  }

}


@media screen and (max-width: 1300px) {
  .SitePC .top-T_Wrap .top-T .nav li>a {
    padding: 0 10px;
  }
}



.webapp .inproWrap001::after {
  left: 0;
  display: none;
}


.webapp .newsCon .bt {
  font-size: 36px;
  line-height: 40px;
  margin-top: 15px;
}

.webapp .news004 .newsRight {
  justify-content: flex-start;
  padding-bottom: 40px;
}



/*#region 图片模块#*/


.contentHome {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  max-width: 90%;
  margin: 0 auto;
}

.contentHome>div {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.contentHome>div a {
  display: block;
  color: #000;
}

.contentHome .boxbtn {
  position: absolute;
  top: 50px;
  left: 8%;
  right: 8%;
  font-size: 18px;
}


.contentHome .boxbtn .tit1 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
}

.contentHome .boxbtn .tit2 {
  padding: 20px 0;
}


.webapp .contentHome .boxbtn {
  top: 30px;
  font-size: 14px;
}

.webapp .contentHome .boxbtn .tit1 {
  font-size: 20px;
}

.webapp .contentHome .boxbtn .tit2 {
  padding: 0 0;
}

.contentHome .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 0 5px;
  position: relative;
  z-index: 10;
}

.contentHome .right>div {
  overflow: hidden;
  position: relative;
}


.contentHome .white .boxbtn .tit1 {
  color: #fff;
}

.contentHome .white .boxbtn .tit2 {
  color: rgba(255, 255, 255, 0.6);
}

.contentHome img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contentHome a:hover img {
  transform: scale(1.1);
}


.webapp .contentHome {
  display: block;
}

.webapp .contentHome .right {
  margin: 0;
}

.webapp .contentHome .right>div {
  margin-top: 10px;
}

.webapp .contentHome .right>div img {
  height: 200px;
}

.dingzhiWrap {
  background: url(../images/dingzhibj.jpg) center center no-repeat;
  background-size: cover;
  padding-bottom: 80px;
  padding-top: 80px;
}

.dingzhiWrap .bigtit {
  color: #fff;

}

.proBotText span {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 4;
  color: rgba(0, 0, 0, 0.1);
}

.webapp .proBotText span {
  font-size: 50px;
}

.webapp .newTop .proBotText span {
  font-size: 45px;
}

.conBigImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}

.conBigImg>div {
  cursor: pointer;
  border-radius: 5px;
  position: relative;
  width: 33%;
  box-sizing: border-box;
  padding: 10px;
}

.conBigImg>div a {
  display: block;
  overflow: hidden;
  /* height: 300px; */
  background: #000;
  color: #fff;
  position: relative;
}

.webapp .conBigImg>div {
  width: 50%;
  padding: 5px;
}

.webapp .dingzhiWrap {
  background-size: cover;
  padding: 40px 0;
}

.conBigImg .boxbtn {
  position: absolute;
  bottom: 0px;
  left: 0px;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  right: 0%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.conBigImg .boxbtn .tit1 {
  line-height: 40px;
}

.webapp .conBigImg .boxbtn {
  font-size: 15px;
}

.webapp .conBigImg .boxbtn .tit1 {
  font-size: 16px;
}


.conBigImg .white .boxbtn .tit1 {
  color: #fff;
}


.conBigImg .white .boxbtn .tit2 {
  color: rgba(255, 255, 255, 0.6);
}

.conBigImg img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.conBigImg a:hover img {
  transform: scale(1.1);
}


.inxlspro {
  background: #f0f0f0;
}

.inxlspro .proBotText {
  text-align: center;
  padding-bottom: 50px;
}

.inxlspro .proBotText .bigtit {
  color: #737373;
  margin-bottom: 10px;
}

.innovazione .cont-innovazioni {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
}

.innovazione .cont-innovazioni .box-innovazione {
  flex: 0 0 calc(25% - 37px);
  max-width: calc(25% - 37px);
  text-align: center;
  position: relative;
  transition: all .3s ease-in-out;
}

@media (max-width:1199.98px) {
  .innovazione .cont-innovazioni .box-innovazione {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px)
  }
}

@media (max-width:991.98px) {
  .innovazione .cont-innovazioni .box-innovazione {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
    margin-bottom: 15px
  }
}

.innovazione .cont-innovazioni .box-innovazione .cont-box {
  position: relative;
  z-index: 1;
  padding-bottom: 36px;
  transition: all .3s ease-in-out
}

@media (max-width:1199.98px) {
  .innovazione .cont-innovazioni .box-innovazione .cont-box {
    padding-bottom: 115px
  }
}

.innovazione .cont-innovazioni .box-innovazione .cont-box:after {
  content: "";
  /* border: 1px solid #e5ebf8; */
  box-shadow: 8px 8px 30px hsla(216, 4%, 74%, .3);
  border-radius: 20px;
  background: #fff;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 95%;
  pointer-events: none;
  transition: all .3s ease-in-out
}

.innovazione .cont-innovazioni .box-innovazione .cont-box a {
  padding: 36px 0 76px;
  display: block;
}

.innovazione .cont-innovazioni .box-innovazione .cont-box a .ico-innovazione {
  margin-bottom: 48px;
  margin: 0 auto 48px;
}

.innovazione .cont-innovazioni .box-innovazione .cont-box a .ico-innovazione .ic02 {
  margin: 0 auto;
  display: none;
}

.innovazione .cont-innovazioni .box-innovazione .cont-box a:hover .ico-innovazione .ic01 {
  margin: 0 auto;
  display: none;
}

.innovazione .cont-innovazioni .box-innovazione .cont-box a:hover .ico-innovazione .ic02 {
  margin: 0 auto;
  display: block;
}


.innovazione .cont-innovazioni .box-innovazione .cont-box a span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  padding: 0 20px;
  position: absolute;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width:1199.98px) {
  .innovazione .cont-innovazioni .box-innovazione .cont-box a span {
    font-size: 18px
  }
}

.innovazione .cont-innovazioni .box-innovazione .cont-box a .btn {
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: all .3s ease-in-out
}

@media (max-width:1199.98px) {
  .innovazione .cont-innovazioni .box-innovazione .cont-box a .btn {
    opacity: 1;
    bottom: 36px
  }
}

.innovazione .cont-innovazioni .box-innovazione:hover {
  transform: translateY(-11%)
}

@media (max-width:1199.98px) {
  .innovazione .cont-innovazioni .box-innovazione:hover {
    transform: none
  }
}

.innovazione .cont-innovazioni .box-innovazione:hover .cont-box {
  padding-bottom: 115px
}

.webapp .innovazione .cont-innovazioni .box-innovazione:hover .cont-box {
  padding-bottom: 50px;
}

.innovazione .cont-innovazioni .box-innovazione:hover .cont-box:after {
  transform: scale(1.1)
}

@media (max-width:1199.98px) {
  .innovazione .cont-innovazioni .box-innovazione:hover .cont-box:after {
    transform: none
  }
}

.innovazione .cont-innovazioni .box-innovazione:hover .cont-box a {
  visibility: visible
}

.innovazione .cont-innovazioni .box-innovazione:hover .cont-box a span {
  color: #0779bc
}

.innovazione .cont-innovazioni .box-innovazione:hover .cont-box a .btn {
  opacity: 1;
  bottom: 36px
}

@media (max-width:599.98px) {
  .innovazione .cont-innovazioni {
    display: block
  }

  .innovazione .cont-innovazioni .box-innovazione {
    max-width: 100%
  }

  .innovazione .cont-innovazioni .box-innovazione .cont-box {
    padding-bottom: 0
  }

  .innovazione .cont-innovazioni .box-innovazione .cont-box a {
    padding: 36px 0
  }

  .innovazione .cont-innovazioni .box-innovazione .cont-box a .ico-innovazione {
    margin-bottom: 28px
  }

  .innovazione .cont-innovazioni .box-innovazione .cont-box a span {
    position: static
  }

  .innovazione .cont-innovazioni .box-innovazione .cont-box a .btn {
    opacity: 1;
    position: static;
    display: inline-block;
    margin: 20px auto 0;
    transform: none
  }
}