@font-face {
  /*font-family: 'SOURCEHANSERIFCN';
  src: url('../fonts/SOURCEHANSERIFCN-REGULAR#1.OTF') format('woff2');*/
}
body {
  font-size: 14px;
  color: #535353;
  background-color: #fff;
}
button{
  cursor: pointer;
}
/*a:hover{
  color: #0f2f8d;
}*/
.wrap{ 
  max-width:1508px; 
  width:95%; 
  margin:0 auto; 
  max-height:999999px;
}
.wrap_other{ 
  max-width:1488px; 
  width:95%; 
  margin:0 auto; 
  max-height:999999px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 46px;
}
/*鼠标放上去图片变大*/
.imgmouseon {
  overflow: hidden;
}
.imgmouseon img {
  cursor: pointer;
  transition: all 0.6s;
}
.imgmouseon img:hover {
  transform: scale(1.1);
}
/*头部*/
.header{
  height: 96px;
  margin-bottom: -96px;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  z-index: 1000;
  /*background-color: #fff;*/
}
.header .logo a{
  height: 71px;
  max-width: 182px;
  min-width: 182px;
  display: block;
  background: url(../images/logo.png) center/100% no-repeat;
}
.header .henav{
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items:center;
  flex-grow: 1;
  gap: 3.4%;
  max-width: 1700px;
  width:95%; 
  margin:0 auto; 
}
@media screen and (max-width:1400px){
  .header .henav{
    gap: 2%;
  }
}
.header .henav li{
  position: relative;
}
.header .henav li:nth-child(1){
  flex-grow: 1;   /*放大*/
}
.header .henav a{
  color: #fff;
  font-size: 18px;
  line-height: 96px;
  white-space:nowrap;
}
.header .henav li:hover .subnav{
  display: block;
}
.header .henav .subnav{
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  left: 50%;
  top: 95%;
  transform: translate(-50%, 0);
}
.header .henav .subnav a{
  color: #3e3e3e;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  display: block;
}
.header .henav .subnav a:hover{
  color: #008487;
}
.header .henav li:hover .subnav{
  display: block;
}
.header .search{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.header .search .sebtn,
.header .search .sebtn2{
  width: 15px;
  height: 15px;
  display: block;
  background: url(../images/search.png) 100% center no-repeat;
  cursor:pointer;
}
.header .search a{
  line-height: auto;
  font-size: 18px;
}
.header .search input{
  display: none;
  width: 100px;
  outline: none;
  border-bottom: 1px solid #cccccc;
  height: 22px;
  margin-right: 10px;
  text-align: center;
  color: #bbbbbb;
}
.header .search div:nth-child(3){
  display: none;
}
.header_other,
.header_other2{
  background-color: #fff;
}
.header_other .logo a,
.header_other2 .logo a{
  background: url(../images/logo2.png) center/100% no-repeat;
}
.header_other .henav a,
.header_other2 .henav a{
  color: #333;
}
.header_other .search .sebtn,
.header_other2 .search .sebtn{
  background: url(../images/search2.png) 100% center no-repeat;
  cursor:pointer;
}
/*banner大图*/
.banner_index{
  height: 921px;
  width: 100%;
  position: relative;
}
.banner_index .swiper {
  height: 100%;
}
.banner_index .swiper-slide{
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-size: cover;  
}
.banner_index .swiper-pagination{ 
  bottom:50px;
}
.banner_index .swiper-pagination-bullet{ 
  width:34px; 
  height:3px; 
  border-radius:2px; 
  transition:all linear .2s; 
  background:#ffffff; 
  opacity:1; 
  margin:0 3px!important;
  outline: 0;
}
.banner_index .swiper-pagination-bullet-active{ 
  opacity:1; 
  background:#00c4b3;
}
.banner_index .swiper-slide h1{
  font-size: 64px;
  color: #fff;
  font-weight: bold;
}
.banner_index .swiper-slide h2{
  font-size: 22px;
  font-weight: lighter;
  color: #fff;
  text-transform: uppercase;
  margin-top: 3px;
}
.banner_index .swiper-slide a{
  font-size: 22px;
  color: #fff;
  width: 205px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #006f6b;
  border: 3px solid #26827f;
  border-radius: 29px;
  margin-top: 9px;
}
.banner_index .swiper-slide a:hover{
  background-color: #26827f;
}
/*banner大图 内页*/
.banner_other{
  margin-top: 0;
  height: 459px;
  margin-top: 96px;
}
.banner_other .swiper {
  height: 100%;
}
.banner_other .swiper-slide{
  display: flex;
  /*flex-direction: column;*/
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.banner_other h1{
  font-size: 42px;
  color: #fff;
}
/*主体-主页*/
.index_tit h1{
  font-size: 14px;
  color: #535353;
  text-transform: uppercase;
}
.index_tit h2{
  font-size: 55px;
  color: #006f6b;
  font-weight: bold;
  margin-top: -6px;
}
.index_con{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 220px;
  margin-bottom: 120px;
}
.index_con .le{
  width: 47.5%;
  display: flex;
  flex-direction: column;
}
.index_con .le h3{
  font-size: 24px;
  color: #232323;
  margin-top: 20px;
}
.index_con .le p{
  font-size: 16px;
  line-height: 1.75;
  color: #535353;
  margin-top: 10px;
  flex-grow: 1;   /*放大*/
}
.index_con .le a{
  font-size: 16px;
  width: 120px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #006f6b;
  color: #fff;
  border-radius: 29px;
}
.index_con .le a:hover{
  background-color: #26827f;
}
.index_con .ri{
  width: 47.5%;
  height: 378px;
  position: relative;
}
.index_con .ri img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_con .ri span{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.41);
}
.index_con .ri a{
  width: 84px;
  height: 84px;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: url(../images/index_con_ico.png) no-repeat center center;
}
.index_con .ri a:hover{
  opacity: 0.8;
}
.index_con ul{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 110px;
}
.index_con ul li{
  width: 25%;
  max-width: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index_con ul li h1{
  font-size: 14px;
  font-weight: bold;
  margin-top: 9px;
}
.index_con ul li h1 em{
  font-size: 30px;
  font-family: impact;
}
.index_con ul li h2{
  font-size: 16px;
  color: #3e3e3e;
  margin-top: -6px;
}
.index_con2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 220px;
  margin-bottom: 120px;
}
.index_con2 li{
  width: 32.4%;
  height: 711px;
}
.index_con2 li .con{
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 60px 50px;
  box-sizing:border-box;
}
.index_con2 li .con h1{
  font-size: 30px;
  font-weight: bold;
  margin-top: 7px;
}
.index_con2 li .con .info p{
  font-size: 14px;
  line-height: 1.75;
  margin-top: 19px;
}
.index_con2 li .con .info{
  display: none;
}
.index_con2 li .con .info a{
  font-size: 14px;
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(255,255,255,0.12);
  border-left: 1px solid rgba(255,255,255,0.5);
  border-top: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  margin-top: 30px;
}
.index_con2 li:hover{
  background-color: rgba(0,111,107,0.9);
}
.index_con2 li:hover .con{
  background-color: rgba(0,111,107,0.9);
  justify-content: center;
}
.index_con2 li:hover .con .info{
  display: block;
}
.index_con2 li .con .info a:hover{
  background-color: rgba(255,255,255,0.5);
  color: #fff;
}
.index_con3 .swiper{
  margin-top: 50px;
  padding-bottom: 60px;
}
.index_con3 .swiper-scrollbar{
  top: auto;
  height: 4px;
  bottom: 0px;
}
.index_con3 .swiper-scrollbar-drag{
  background-color: #006f6b;
}
.index_con3 .swiper-slide h1{
  font-size: 16px;
  color: #5a5a5a;
  min-height: 16px;
  background: url(../images/index_con3_ico.png) no-repeat left center;
  padding-left: 21px;
}
.index_con3 .swiper-slide h2{
  font-size: 24px;
  color: #393939;
  margin-top: 18px;
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
}
.index_con3 .swiper-slide h3{
  font-size: 16px;
  color: #5a5a5a;
  margin-top: 12px;
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
}
.index_con3 .swiper-slide button{
  font-size: 14px;
  color: #fff;
  width: 97px;
  height: 32px;
  background-color: #006f6b;
  border-radius: 16px;
  margin-top: 30px;
}
.index_con3 .swiper-slide button:hover{
  background-color: #26827f;
}
.index_con3 .swiper-slide .img{
  height: 246px;
  margin-top: 34px;
}
.index_con3 .swiper-slide .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_con3 .swiper-slide:hover h2{
  color: #006f6b;
}
.index_con4{
  padding-top: 220px;
  padding-bottom: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/index_con4_bg.jpg) no-repeat bottom center; 
}
.index_con4 ul{
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  margin-top: 50px;
}
.index_con4 ul li{
  width: 16.6666%;
  height: 135px;
  background-color: #fff;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  box-sizing:border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_con4 ul li img{
  max-width: 80%;
  max-height: 80%;
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: grayscale(0%);
  opacity: 1;
}
.index_con4 ul li:hover img{
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: grayscale(0%);
  opacity: 1;
}
.index_con4 ul li a{
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #535353;
}
.index_con4 ul li a:hover{
  color: #006f6b;
}
/*内页-导航*/
.brenav{
  height: 71px;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
}
.brenav .wrap{
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.brenav .inle{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 3.5%;
  font-size: 18px;
  color: #555555;
  white-space: nowrap;
  flex-grow: 1;   /*放大*/
}
.brenav .inle .active,
.brenav .inle a:hover{
  color: #008487;
  font-weight: bold;
}
.brenav .inri{
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  color: #929292;
  font-size: 14px;
  white-space: nowrap;
}
.brenav .inri img{
  margin-right: 6px;
}
.brenav .inri span{
  margin: 0 6px;
  display: block;
}
.brenav .inri a:last-of-type{
  color: #008487;
}
.brenav .inri a:hover{
  color: #008487;
}
.brenav .inbtn{
  color: #fff;
  font-size: 12px;
  width: 91px;
  height: 31px;
  border-radius: 25px;
  background-color: #008487;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.brenav .inbtn:hover{
  opacity: 0.8;
}
.brenav .inbtn img{
  margin-right: 4px;
}
.brenav_xwzx_con{
  border-bottom: 0;
  border-top: 1px solid #dedede;
  margin-top: 96px;
  padding-top: 30px;
}
.brenav_xwzx_con{
  border: 0px;
}
/*内页-标题*/
.tit_other{
  position: relative;
  margin-top: 45px;
  margin-bottom: 50px;
}
.tit_other h1{
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  color: #008487;
  line-height: 1;
  float: left;
  margin-right: 3px;
}
.tit_other h2{
  font-size: 24px;
  color: #2e2e2e;
  /*position: absolute;*/
}
.tit_other h3{
  text-transform: uppercase;
  color: #8d8d8d;
}
/*关于华东-公司简介*/
.gyhd_gsjj_con{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 130px; 
}
.gyhd_gsjj_con .img{
  width: 29.44%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gyhd_gsjj_con .img img{
  max-width: 100%;
  max-height: 100%;
}
.gyhd_gsjj_con .txt{
  width: 68.3%;
}
.gyhd_gsjj_con .txt h1{
  font-size: 24px;
  color: #555555;
  font-weight: bold;
}
.gyhd_gsjj_con .txt p{
  font-size: 16px;
  line-height: 2.25;
  color: #555555;
  margin-top: 30px;
}
.gyhd_gsjj_con ul{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 70px;
}
.gyhd_gsjj_con ul li{
  width: 25%;
  max-width: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gyhd_gsjj_con ul li h1{
  font-size: 14px;
  font-weight: bold;
  margin-top: 9px;
}
.gyhd_gsjj_con ul li h1 em{
  font-size: 30px;
  font-family: impact;
}
.gyhd_gsjj_con ul li h2{
  font-size: 16px;
  color: #3e3e3e;
  margin-top: -6px;
}
/*关于华东-企业优势*/
.gyhd_qyys_tit{
  border-left: 4px solid #008487;
  padding-left: 15px;
  box-sizing: border-box;
}
.gyhd_qyys_tit h1{
  font-size: 30px;
  font-weight: bold;
  color: #008487;
  line-height: 1;
}
.gyhd_qyys_tit h2{
  font-size: 16px;
  color: #707070;
  line-height: 1;
  margin-top: 4px;
}
.gyhd_qyys_li{
  display: flex;
  flex-wrap: wrap;
}
.gyhd_qyys_li li{
  width: 31.4%;
  margin-right: 2.9%;
  margin-top: 30px;
  padding: 4% 2%;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  box-sizing: border-box;
}
.gyhd_qyys_li li:nth-of-type(3n){
  margin-right: 0%;
}
.gyhd_qyys_li li .img{
  width: 78px;
  height: 78px;
  border-radius: 39px;
  background-color: #008487;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}
.gyhd_qyys_li li h1{
  font-size: 24px;
  color: #373737;
  font-weight: bold;
  margin-left: 100px;
}
.gyhd_qyys_li li:hover h1{
  color: #008487;
}
.gyhd_qyys_li li h2{
  font-size: 16px;
  color: #373737;
  display: block;
  margin-left: 100px;
}
.gyhd_qyys_li2{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.gyhd_qyys_li2 li{
  width: 31.4%;
  margin-right: 2.9%;
  margin-top: 30px;
  padding: 8% 4% 4% 4%;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  text-align: center;
}
.gyhd_qyys_li2 li:nth-of-type(3n){
  margin-right: 0%;
}
.gyhd_qyys_li2 li .img{
  width: 65px;
  height: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.gyhd_qyys_li2 li h1{
  font-size: 30px;
  margin-top: 20px;
  color: #373737;
  font-weight: bold;
}
.gyhd_qyys_li2 li h2{
  font-size: 14px;
  color: #a5a1a1;
  margin-top: 6px;
}
.gyhd_qyys_li2 li hr{
  width: 40px;
  height: 4px;
  background-color: #008487;
  border: 0px;
  margin-top: 14px;
}
.gyhd_qyys_li2 li p{
  font-size: 16px;
  line-height: 1.71;
  color: #3f3f3f;
  margin-top: 16px;
  text-align: left;
}
.gyhd_qyys_li2 li:hover{
  background-color: #008487;
}
.gyhd_qyys_li2 li:hover .img img{
  border-right:200px solid transparent;
  -webkit-filter:drop-shadow(rgb(255,255,255)100px 0);
  filter:drop-shadow(rgb(255,255,255)100px 0);
}
.gyhd_qyys_li2 li:hover h1{
  color: #fff;
}
.gyhd_qyys_li2 li:hover h2{
  color: #3ec7ca;
}
.gyhd_qyys_li2 li:hover hr{
  background-color: #fff;
}
.gyhd_qyys_li2 li:hover p{
  color: #fff;
}
.gyhd_qyys_li3{
  display: flex;
  justify-content: space-between;
  align-items: space-around;
  margin-bottom: 80px;
  margin-top: 40px;
}
.gyhd_qyys_li3 li:nth-of-type(2n+1){
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  width: 14.2%;
  padding: 30px 5px;
  background-color: #008487;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
}
.gyhd_qyys_li3 li:nth-of-type(2n+1):hover{
  opacity: 0.8;
}
.gyhd_qyys_li3 li:nth-of-type(4n+3){
  background-color: #767676;
}
.gyhd_qyys_li3 li:nth-of-type(2n){
  position: relative;
}
.gyhd_qyys_li3 li:nth-of-type(2n)::before{
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%,50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #008487;
  background-color: #fff;
}
.gyhd_qyys_li4{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 140px;
}
.gyhd_qyys_li4 li{
  font-size: 16px;
  line-height: 1.875;
  width: 23.5%;
  margin-right: 2%;
  margin-top: 30px;
  padding: 3%;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: linear-gradient(to bottom, #fff, #eeeeee);
}
.gyhd_qyys_li4 li:hover{
  color: #008487;
}
.gyhd_qyys_li4 li:nth-of-type(4n){
  margin-right: 0%;
}
/*关于华东-资质荣誉*/
.gyhd_zzry_li{
  display: flex;
  flex-wrap: wrap;
  align-items: space-between;
  align-content: space-between;
}
.gyhd_zzry_li li{
  width: 21.25%;
  margin-right: 5%;
  margin-bottom: 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.gyhd_zzry_li li:nth-of-type(4n){
  margin-right: 0%;
}
.gyhd_zzry_li li .img{
  width: 100%;
  background: url(../images/gyhd_zzry_bg.jpg) center/100% 100%;
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  flex-grow: 1;   /*放大*/
}
.gyhd_zzry_li li .img img{
  max-width: 100%;
  max-height: 100%;
}
.gyhd_zzry_li li h1{
  font-size: 18px;
  color: #3c3c3c;
  text-align: center;
  margin-top: 15px; 
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
}
/*业务板块*/
.ywbk_con{
  margin: 80px auto 180px auto;
  position: relative;
}
.ywbk_con .le{
  width: 826px;
  height: 542px;
  border-radius: 75px 5px 75px 5px;
  overflow: hidden;
}
.ywbk_con .le img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ywbk_con .ri{
  background-color: #fff;
  width: 773px;
  min-height: 406px;
  border-radius: 10px;
  padding: 30px 50px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  right: 0;
  top: 75px;
}
.ywbk_con .ri h1{
  font-size: 30px;
  font-weight: bold;
  color: #008487;
  margin-bottom: 20px;
}
.ywbk_con .ri p{
  font-size: 16px;
  line-height: 1.75;
  color: #555555;
}
/*新闻资讯*/
.xwzx_li{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.xwzx_li a{
  width: 28%;
  margin-right: 8%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 100px;
}
.xwzx_li a:nth-of-type(3n){
  margin-right: 0%;
}
.xwzx_li a .img{
  height: 246px;
}
.xwzx_li a .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xwzx_li a h1{
  font-size: 16px;
  color: #5a5a5a;
  background: url(../images/xwzx_ico.png) no-repeat center left;
  padding-left: 1.2em;
  margin-top: 23px;
}
.xwzx_li a h2{
  font-size: 24px;
  line-height: 1.25;
  color: #292929; 
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
  margin-top: 21px;
}
.xwzx_li a:hover h2{
  color: #008487;
}
.xwzx_li a h3{
  font-size: 16px;
  color: #5a5a5a;
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
  margin-top: 14px;
}
.xwzx_li a button{
  width: 97px;
  height: 32px;
  border-radius: 16px;
  color: #fff;
  background-color: #008487;
  margin-top: 30px;
}
.xwzx_li a button:hover{
  opacity: 0.8;
}
.xwzx_con{
  margin-top: 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.xwzx_con .le{
  max-width: 1117px;
}
.xwzx_con .le h1{
  font-size: 28px;
  font-weight:bold;
  color: #363434;
}
.xwzx_con .le h2{
  font-size: 16px;
  color: #aaaaaa;
  margin-top: 20px;
}
.xwzx_con .le hr{
  background-color: #ededed;
  height: 1px;
  border: 0;
  margin-top: 20px;
}
.xwzx_con .le p{
  font-size: 16px;
  line-height: 1.875;
  color: #555555;
  margin-top: 30px;
  text-indent: 2em;
}
.xwzx_con .le .img{
  width: 100%;
  margin-top: 30px;
}
.xwzx_con .le .img img{
  width: 100%;
  /*height: 100%;*/
  /*object-fit: cover;*/
}
.xwzx_con .le .img2{
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: space-between;
}
.xwzx_con .le .img2 img{
  width: 49%;
  height: 100%;
  object-fit: cover;
}
.xwzx_con .ri{
  width: 290px;
  border-left: 1px solid #efefef;
  margin-left: 4%;
  padding-left: 4%;
  flex-shrink: 0;  /*不缩放*/
}
.xwzx_con .ri .tit{
  font-size: 18px;
  margin-top: 30px;
}
.xwzx_con .ri a{
  margin-top: 22px;
  display: block;
}
.xwzx_con .ri .img{
  height: 180px;
}
.xwzx_con .ri .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xwzx_con .ri h1{
  font-size: 14px;
  line-height: 1.7; 
  margin-top: 9px;
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
}
.xwzx_con .ri h2{
  color: #c5c5c5;
  font-size: 14px;
  line-height: 1.7; 
  margin-top: 2px;
}
/*工程案例*/
.gcal_top{
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 26px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 26px;
}
.gcal_top .le{
  flex-grow: 1;   /*放大*/
}
.gcal_top .le img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gcal_top .ri{
  font-size: 16px;
  line-height: 1.75;
  width: 335px;
  flex-shrink: 0;  /*不缩放*/
}
.gcal_li{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 54px;
}
.gcal_li a{
  width: 31%;
  margin-right: 3.5%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 64px;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 21px;
  box-sizing: border-box;
}
.gcal_li a:nth-of-type(3n){
  margin-right: 0%;
}
.gcal_li a .img{
  height: 284px;
}
.gcal_li a .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gcal_li a h1{
  font-size: 16px;
  color: #555555;
  margin-top: 15px; 
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
}
.gcal_flo
{
    min-height:420px;
}
.gcal_flo .flocon{
  position: fixed;
  max-height: 85%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: space-between;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0px;
  gap: 30px;
}
.gcal_flo .flocon .img{
  max-height: 750px;
  height: 100%;
  width: 44%;
  flex-shrink: 0;  /*不缩放*/
}
.gcal_flo .flocon .img img{
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.gcal_flo .flocon .inri h1{
  font-size: 36px;
  font-weight: bold;
  color: #008487;
}
.gcal_flo .flocon .inri span{
  background-color: #ececec;
  display: block;
  margin: 20px 0;
  height: 1px;
  width: 100%;
}
.gcal_flo .flocon .inri h2{
  font-size: 16px;
  line-height: 2.25;
  color: #2e2e2e;
  text-indent: -3em;
  padding-left: 3em;  
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical;
}
.gcal_flo .flocon .inri p{
  font-size: 16px;
  line-height: 2.25;
  color: #2e2e2e;
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:9; -webkit-box-orient:vertical;
}
/*合作伙伴*/
.hzhb_li{
  margin-bottom: 150px;
}
.hzhb_li ul{
  display: flex;
  flex-wrap: wrap;
}
.hzhb_li ul li{
  width: 16.7%;
  margin-right: 4.125%;
  margin-bottom: 45px;
  height: 139px;
  border: 1px solid #e1e1e1;
  box-sizing:border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hzhb_li ul li:nth-of-type(5n){
  margin-right: 0%;
}
.hzhb_li ul li img{
  max-width: 80%;
  max-height: 80%;
}
/*内页-翻页*/
.page{
  /*width: 100%;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 130px;
}
.page a{
  color: #2c2b2b;
  border: 1px solid #e2e2e1;
  border-radius: 3px;
  padding: 16px 20px; 
  white-space: nowrap;
}
.page a.current,
.page a:hover{
  color: #fff;
  background-color: #008487;
  border: 1px solid #008487;
}
.page input{
  width: 30px;
  color: #2c2b2b;
  border: 1px solid #e2e2e1;
  border-radius: 3px;
  font-size: 14px;
  padding: 16px 20px; 
  line-height: 1.5;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  border: 1px solid #e2e2e1;
}
.page button{
  color: #fff;
  font-size: 14px;
  background-color: #008487;
  border: 1px solid #008487;
  border-radius: 3px;
  padding: 16px 20px; 
}
.page span{
  flex-grow: 1;   /*放大*/
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
/*脚步*/
.footer{
  padding: 150px 0;
  background-color: #232323;
}
.footer .wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.footer .fonav{
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 10px;
  flex-grow: 2;
  margin-right: 30px;
}
.footer .fonav li{
  width: 25%;
  max-width: 175px;
}
.footer .fonav li>a{
  font-size: 16px;
  line-height: 2;
  display: block;
  color: #fff;
  font-weight: bold;
}
.footer .fonav .subnav{
  margin-top: 5px;
}
.footer .fonav .subnav a{
  font-size: 14px;
  line-height: 2;
  color: #b7b7b7;
  display: block;
}
.footer .fonav .subnav a:hover{
  color: #fff;
}
.footer .info{
  text-align: right;
  margin-right: 57px;
  flex-shrink: 0; 
}
.footer .info h1{
  color: #008487;
  font-size: 36px;
  font-family:impact;
  line-height: 1;
  margin-bottom: 15px;
}
.footer .info h2{
  color: #fff;
  font-size: 14px;
  line-height: 1.71;
}
.footer .ewm{
  width: 157px;
  height: 157px;
  flex-shrink: 0; 
}
.footer .ewm img{
  max-width: 100%;
  max-height: 100%;
}
.footer .fobo{
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.footer .fobo h1{
  font-size: 14px;
  line-height: 2;
  color: #fff;
}
.footer .fobo h2{
  font-size: 14px;
  color: #fff;
}
.footer .fobo h2 a{
  color: #d9d9d9;
  text-decoration: underline;
}
.footer .fobo h2 a:hover{
  color: #fff;
  font-weight: bold;
}
/*移动端头部*/
.sjhedes{ display:none; height:150px;}
.tuerhed{ 
  position:fixed; 
  width:100%; 
  top:0; 
  left:0; 
  z-index:188; 
  background:#fff; 
  height:150px; 
  box-shadow:1px 1px 0 rgba(33,29,30,.2); 
  padding:0 2.5%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.losdj{ float:left;}
.losdj img{ display:block; margin-left: 10px;}
.sanh{ float:right; width:50px; padding:10px; margin:0px 60px 0px 0px;}
.sanh>div{ height:5px; margin:10px 0px; width:100%; transition:transform 0.5s,opacity 0.5s;}  
.sanh>div{ background-color:#333;}
.fuernavt{ position:fixed; box-sizing: border-box; padding-top:150px; top:0px; left:-100%; width:100%; height:100%; background-color:#fff; z-index:187;}
.benrvav{ width:100%; height:100%; overflow:hidden; overflow-y:scroll;}
.shojvas>a{ display:block; text-align:center; font-size:30px; line-height:300%; padding:10px 0px; border-bottom:1px solid #bbb; color:#333;}
.shojvas>div{ display:block; text-align:center; font-size:30px; line-height:300%; border-bottom:1px solid #bbb;}
.shojvas>div a{ color:#333;}
.showzhen{ position:relative;}
.jd{ position:absolute; top:50px; right:25px; width:11px; height:18px; background:url(../images/arrow4.svg) no-repeat center; background-size:100%; transition:transform 0.5s;transform: rotate(90deg); z-index:-1;}
.maei{ padding:10px 0; font-size:30px; color:#333;}
.maei a{ color:#333; display:inline;}
.shopernc{ overflow:hidden; height:0px;}
.shopernc>div a,.shopernc .maei.line1{ display:block; text-align:center; font-size:24px; color:#666; padding:10px 0px; line-height:50px; border-top:1px solid #eee;}
.shopernc>div a.gray{ color:#666;}
.shopernc>div .maei a{ color:#666;}
.shopernc>div>div>div a{ color:#999;}
.shopernc .maei.line1{ border-top-color:#ddd;}
.shopernc .maei.line1 a{ display:inline!important; line-height:inherit; border:none; padding:0;}
.tesd>div{ background-color:#333!important;}
.tesd>div:nth-child(1){ transform:translate3d(0px,15px,0px) rotate(45deg);}
.tesd>div:nth-child(2){ opacity:0;}
.tesd>div:nth-child(3){ transform:translate3d(0px,-15px,0px) rotate(-45deg);}