html{
  font-size: 100px;
  color: #000000;
  background-color: #000;
}
.wrap{ 
  max-width:1470px; 
  width:95%; 
  margin:0 auto; 
  max-height:999999px;
}
/*鼠标放上去图片变大*/
.imgmouseon {
  overflow: hidden;
}
.imgmouseon img {
  cursor: pointer;
  transition: all 0.6s;
}
.imgmouseon img:hover {
  transform: scale(1.1);
}
/*头部*/
.header{
  width: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  height: 83px;
  border-bottom: 1px solid rgba(255,255,255,0.34);
  box-sizing: border-box;
}
.header .wrap{
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.header .logo{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.header .logo img{
  width: 2.02rem;
  height: 0.45rem;
}
.header .logo img:nth-of-type(2){
  display: none;
}
.header .nav{
  width: 100%;
  max-width: 600px;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.header .nav li{
  position: relative;
  flex-grow: 1;
  height: 100%;
}
.header .nav li>a{
  font-size: 0.18rem;
  color: #fff;
  height: 100%;
  white-space:nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .nav li>a:hover{
  color: #e67817;
}
.header .nav .subnav{
  min-width: 100%;
  box-sizing: border-box;
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px 10px 10px 10px;
  border-radius: 5px;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
}
.header .nav li:hover .subnav{
  display: block;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
.header .nav li .subnav a{
  color: #474747;
  font-size: 0.16rem;
  line-height: 2.4;
  text-align: center;
  width: 100%;
  display: block;
  white-space:nowrap;
}
.header .nav li .subnav a:hover{
  color: #e67817;
}
/*头部-白底*/
.header_other{
  background: #fff;
}
.header_other .logo img:nth-of-type(1){
  display: none;
}
.header_other .logo img:nth-of-type(2){
  display: block;
}
.header_other .nav li>a{
  color: #474747;
}
/*banner大图*/
.banner_ind{
  max-width: 1920px;
  margin: auto;
  width: 100%;
  height: 100%;
  position: relative;
}
.banner_ind .swiper {
  height: 100%;
}
.banner_ind .swiper-slide{
  background-size: cover;
  background-position: center;
  height: 950px;
}
.banner_ind .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner_ind .search_ind{
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}
.banner_ind .search_ind img{
  max-width: 100%;
}
.banner_ind .search_ind p{
  background: #fff;
  width: 80%;
  max-width: 6.26rem;
  height: 0.66rem;
  border-radius: 0.33rem;
  position: relative;
  box-sizing: border-box;
}
.banner_ind .search_ind p input{
  width: 100%;
  height: 100%;
  background: transparent;
  padding: 0 0.45rem;
  font-size: 0.18rem;
  color: #9fa0a0;
  box-sizing: border-box;
}
.banner_ind .search_ind p button{
  width: 0.66rem;
  height: 0.66rem;
  background: url(../images/search.png) no-repeat center/0.18rem;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  right: 0.05rem;
  top: 50%;
  transform: translate(0, -50%);
}
/*banner大图 内页*/
.banner_other{
  margin-top: 83px;
}
.banner_other .swiper-slide{
  height: 490px;
}
/*主页-主体*/
.ind_tit{
  font-size: 0.45rem;
  font-weight: bold;
  color: #333333;
  position: relative;
}
.ind_tit em{
  font-size: 0.14rem;
  color: #a5a5a5;
  display: block;
}
.ind_tit a{
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 0.14rem;
  color: #5e5e5e;
  font-weight: normal;
  width: 1.18rem;
  height: 0.46rem;
  border: 1px solid #aeaeae;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ind_tit a:hover{
  color: #e67817;
  border: 1px solid #e67817;
}
.ind_con{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 145px 0;
}
.ind_con .le{
  width: 52.4%;
}
.ind_con .le p{
  font-size: 0.16rem;
  line-height: 1.875; 
  color: #555555;
  margin-top: 0.32rem;
}
.ind_con .le ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.68rem;
}
.ind_con .le ul li{
  text-align: center;
  line-height: 1;
}
.ind_con .le ul li h1{
  position: relative;
}
.ind_con .le ul li h1 em{
  font-family: Impact;
  font-size: 0.5rem;
  color: #2d2d2d;
}
.ind_con .le ul li h1 span{
  font-size: 0.14rem;
  /*margin-left: 0.04rem;*/
  position: absolute;
  left: 100%;
  white-space: nowrap;
}
.ind_con .le ul li h2{
  font-size: 0.16rem;
  margin-top: 0.14rem;
  line-height: 1.5;
  height: 48px;
}
.ind_con .le button{
  width: 1.73rem;
  height: 0.54rem;
  background: #e67817;
  border-radius: 0.27rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #fff;
  margin-top: 0.83rem;
}
.ind_con .le button:hover{
  opacity: 0.8;
}
.ind_con .ri{
  width: 38.8%;
  height: 677px;
  position: relative;
}
.ind_con .ri img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind_con2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 168px;
  background: url(../images/ind_con2_bg.png) no-repeat bottom center/100% auto;
}
.ind_con2 .li{
  display: flex;
  justify-content: space-between;
}
.ind_con2 .li ul{
  width: 31.3%;
  display: flex;
  flex-direction: column;
}
.ind_con2 .li ul a{
  width: 100%;
  margin-top: 40px;
  background: linear-gradient(to bottom, #f9f9fa, #ecedf0);
  border-radius: 0.15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 435px;
}
.ind_con2 .li ul p{
  font-size: 0.2rem;
  line-height: 1;
  color: #454545;
  background: #dfe1e4;
  padding: 11px 32px;
  border-radius: 0.2rem;
  text-align: center;
  margin: 40px 10px 0 10px;
  flex-shrink: 0;  /*不缩放*/
}
.ind_con2 .li ul a:hover p{
  color: #fff;
  background: #e67817;
}
.ind_con2 .li ul .img{
  width: 100%;
  flex-grow: 1;   /*放大*/
  position: relative;
}
.ind_con2 .li ul .img img{
  position: absolute;
  max-width: 80%;
  max-height: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ind_con3{
  padding: 120px 0 230px 0;
}
.ind_con3 .con{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ind_con3 .le{
  width: 51.6%;
  height: 456px;
  position: relative;
  margin-top: 50px;
}
.ind_con3 .le .img{
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ind_con3 .le .img img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ind_con3 .le .txt{
  position: absolute;
  bottom: 0;
  z-index: 1;
  font-size: 0.16rem;
  line-height: 3.75;
  color: #fff;
  background: rgba(0,0,0,0.5);
  width: 100%;
  padding:  0 18px 0 0.98rem;
  box-sizing: border-box; 
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
}
.ind_con3 .le .date{
  position: absolute;
  bottom: 10px;
  left: 14px;
  z-index: 2;
  color: #fff;
  text-align: center;
  background: #e67817;
  border-radius: 5px;
  box-sizing: border-box; 
  padding: 0.12rem 0.08rem 0.08rem 0.08rem;
}
.ind_con3 .le .date h1{
  font-size: 0.3rem;
  line-height: 1;
  font-family: Impact;
}
.ind_con3 .le .date h2{
  font-size: 0.14rem;
  line-height: 1;
  font-weight: normal;
  margin-top: 0.06rem;
}
.ind_con3 .ri{
  width: 44%;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ind_con3 .ri a{
  width: 100%;
  flex-grow: 1;   /*放大*/
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ind_con3 .ri .date{
  width: 0.7rem;
  height: 0.7rem;
  color: #565656;
  background: #eeeeee;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;  /*不缩放*/
  margin-right: 0.16rem;
}
.ind_con3 .ri .date h1{
  font-size: 0.24rem;
  line-height: 1;
  font-family: Impact;
}
.ind_con3 .ri .date h2{
  font-size: 0.12rem;
  line-height: 1;
  font-weight: normal;
  margin-top: 0.06rem;
}
.ind_con3 .ri .txt{
}
.ind_con3 .ri .txt h1{
  font-size: 0.18rem;
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
}
.ind_con3 .ri .txt h2{
  color: #949494;
  margin-top: 0.08rem;
  font-size: 0.14rem;
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
}
.ind_con3 .ri a:hover .date{
  color: #e67817;
}
.ind_con3 .ri a:hover .txt h1{
  color: #e67817;
}
/*内页通用*/
.other_nav{
  background: linear-gradient(to right, rgba(0,0,0,0.36), rgba(0,0,0,0));
  margin-top: -0.59rem;
  z-index: 2;
  position: relative;
}
.other_nav .wrap{
  display: flex; 
  align-items: center;
  gap: 5%;
}
.other_nav a{
  font-size: 0.18rem;
  color: #fff;
  padding: 0.16rem 0;
}
.other_nav a.cur,
.other_nav a:hover{
  font-weight: bold;
}
.other_tit{
  width: 100%;
  text-align: center;
  font-size: 0.36rem;
  font-weight: bold;
  color: #333333;
  margin-top: 87px;
}
.other_tit::after{
  content: "";
  display: block;
  width: 0.54rem;
  height: 0.02rem;
  background: #e67a1a;
  margin: 0.04rem auto 0 auto;
}
/*页码*/
.page{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  justify-content: center;
  margin: 50px auto;
}
.page a,
.page input,
.page button{
  color: #2c2b2b;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  white-space: nowrap;
  font-size: 0.14rem;
  border-radius: 3px;
  border: 1px solid #e2e2e2;
}
.page a.onclick,
.page a:hover,
.page button:hover{
  color: #fff;
  background: #e67817;
  border: 1px solid #e67817;
}
.page span{
  flex-grow: 1;
  height: 55px;
}
.page input{
  width: 40px;
}
.page button{
  background: #fff;
  color: #464646;
}
/*关于亿洁-公司介绍*/
.gyyj_gsjs_con{
  padding: 50px 0;
}
.gyyj_gsjs_con p{
  font-size: 0.16rem;
  line-height: 1.875; 
  color: #555555;
}
.gyyj_gsjs_con2{
  width: 88%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.9rem auto 0 auto;
}
.gyyj_gsjs_con2 li{
  text-align: center;
  line-height: 1;
}
.gyyj_gsjs_con2 li h1{
  position: relative;
}
.gyyj_gsjs_con2 li h1 em{
  font-family: Impact;
  font-size: 0.5rem;
  color: #2d2d2d;
}
.gyyj_gsjs_con2 li h1 span{
  font-size: 0.14rem;
  /*margin-left: 0.04rem;*/
  position: absolute;
  left: 100%;
  white-space: nowrap;
}
.gyyj_gsjs_con2 li h2
{
    margin-top:0.14rem;
}
.ggyyj_gsjs_con2 li h2{
  font-size: 0.16rem;
  margin-top: 0.14rem;
}
.gyyj_gsjs_con3{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.7rem;
  margin-bottom: 0.4rem;
}
.gyyj_gsjs_con3 .swiper-slide{
  width: 31.6%;
  height: 0px;
  padding-bottom: 20%;
  position: relative;
  overflow: hidden;
}
.gyyj_gsjs_con3 .swiper-slide .img{
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 60%;
}
.gyyj_gsjs_con3 .swiper-slide .img img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gyyj_gsjs_con3 .swiper-slide h2{
  font-size: 1.8em;
  color: #d3d3d3;
  margin-top: 20px;
}
.gyyj_gsjs_con3 .swiper-button-prev{
  background: rgba(0,0,0,0.38);
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  height: 57px;
  outline: none;
  margin-top: 0;
}
.gyyj_gsjs_con3 .swiper-button-next{
  background: rgba(0,0,0,0.38);
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 40px;
  height: 57px;
  outline: none;
  margin-top: 0;
}
.gyyj_gsjs_con3 .swiper-button-prev:hover,
.gyyj_gsjs_con3 .swiper-button-next:hover{
  background: rgba(230,122,26,0.85);
}
.gyyj_gsjs_con3{
    --swiper-navigation-color: #fff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 18px;/* 设置按钮大小 */
}
.gyyj_gsjs_con4{
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: space-between;
  gap: 1.75%;
}
.gyyj_gsjs_con4 li{
  width: 18.6%;
  border: 1px solid #e1e1e1;
  padding: 60px 18px;
  box-sizing: border-box;
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.gyyj_gsjs_con4 li h1{
  font-size: 0.18rem;
  font-weight: bold;
  color: #555555;
  text-align: center;
  margin-top: 0.16rem;
}
.gyyj_gsjs_con4 li p{
  font-size: 0.16rem;
  color: #555555;
  text-align: center;
  line-height: 1.875;
  margin-top: 0.06rem;
}
.gyyj_gsjs_con5{
  margin: 50px auto 170px auto;
  padding: 120px 77px;
  border-radius: 0.1rem;
  box-sizing: border-box;
  background: url(../images/gyyj_gsjs_img4.jpg) no-repeat center center/ 100% 100%;
}
.gyyj_gsjs_con5 img{
  max-width: 100%;
}
.gyyj_gsjs_con5 p{
  max-width: 654px;
  font-size: 0.16rem;
  color: #fff;
  line-height: 1.875;
  margin-top: 30px;
}
/*关于亿洁-荣誉资质*/
.gyyj_ryzz_li{
  display: flex;
  flex-wrap: wrap;
  align-items: space-between;
  gap: 2.6%;
}
.gyyj_ryzz_li li{
  width: 31.6%;
  height: 0px;
  padding-bottom: 21.5%;
  position: relative;
  overflow: hidden;
  border: 1px solid #ededed;
  box-sizing: border-box;
  margin-top: 55px;
}
.gyyj_ryzz_li li img{
  position: absolute;
  max-width: 95%;
  max-height: 95%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gyyj_ryzz_li2{
  display: flex;
  flex-wrap: wrap;
  align-items: space-between;
  gap: 2%;
}
.gyyj_ryzz_li2 li{
  width: 23.5%;
  height: 0px;
  padding-bottom: 33.6%;
  position: relative;
  overflow: hidden;
  border: 1px solid #ededed;
  box-sizing: border-box;
  margin-top: 55px;
}
.gyyj_ryzz_li2 li img{
  position: absolute;
  max-width: 95%;
  max-height: 95%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gyyj_ryzz_more{
  display: block;
  margin: 50px auto 0 auto;
  width: 1.84rem;
  height: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  font-size: 0.16rem;
  color: #7c7c7c;
  margin-bottom: 90px;
  cursor: pointer;
}
.gyyj_ryzz_more:hover{
  color: #e67a1a;
}
/*产品介绍*/
.cpjs_li{
  margin: 85px auto;
  display: flex;
  gap: 2.5%;
}
.cpjs_le{
  flex-shrink: 0;  /*不缩放*/
  width: 325px;
}
.cpjs_tit{
  font-size: 0.27rem;
  font-weight: bold;
}
.cpjs_nav{
  margin-top: 40px;
}
.cpjs_nav li>a{
  display: block;
  font-size: 0.18rem;
  padding: 23px;
  border-bottom: 1px solid #d0d0d0;
}
.cpjs_nav li>a{
  background: url(../images/cpjs_li_ico.png) no-repeat center right+18px/16px 16px;
}
.cpjs_nav li.cur>a{
  color: #fff;
  border-bottom: 1px solid #fff;
  background: #e67817 url(../images/cpjs_li_ico2.png) no-repeat center right+18px/16px 16px;
}
.cpjs_nav li>a.nosub{
  background: transparent;
}
.cpjs_nav li.cur>a.nosub{
  background: #e67817;
}
.cpjs_nav li .subnav{
  display: none;
  padding: 10px 0;
}
.cpjs_nav li.cur .subnav{
  display: block;
}
.cpjs_nav li .subnav>a{
  display: block;
  color: #696969;
  font-size: 0.16rem;
  padding: 8px 40px;
  border-radius: 30px;
  margin: 2px 0;
}
.cpjs_nav li .subnav>a.cur,
.cpjs_nav li .subnav>a:hover{
  color: #fff;
  background: linear-gradient(to right, #f0b077 40%, #fff);
}
.cpjs_ri{
  flex-grow: 1;   /*放大*/
}
.cpjs_ri ul{
  display: flex;
  flex-wrap: wrap;
  gap: 1.7%;
}
.cpjs_ri ul li{
  width: 32.2%;
  margin-bottom: 21px;
  height: 0px;
  padding-bottom: 39%;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e8e8e8;
  /*background: #ff6600;*/
}
.cpjs_ri ul li:hover{
  box-shadow: 0 0 0.16rem rgba(0,0,0,0.15);
}
.cpjs_ri ul a{
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cpjs_ri ul a .img{
  width: 100%;
  flex-grow: 1;   /*放大*/
  position: relative;
}
.cpjs_ri ul a .img img{
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cpjs_ri ul a h1{
  color: #000000;
  font-size: 0.18rem;
  text-align: center;
  flex-shrink: 0;  /*不缩放*/
  margin-top: 5%;
}
.cpjs_ri ul a button{
  color: #e67817;
  font-size: 0.14rem;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #d0d0d0;
  padding: 0.03rem 0.15rem;
  margin: 5% 0 10% 0;
  flex-shrink: 0;  /*不缩放*/
}
.cpjs_ri ul a button:hover{
  color: #fff;
  background: #e67817;
  border: 1px solid #e67817;
}
/*产品介绍-详情*/
.cpjs_con{
  max-width: 738px;
}
.cpjs_con_tit{
  font-size: 0.36rem;
  color: #242424;
  text-align: center;
  margin-top: 60px;
}
.cpjs_con_img{
  height: 694px;
  margin: auto;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 10px;
  margin-top: 30px;
}
.cpjs_con_img .swiper-slide{
  height: 694px;
  position: relative;
}
.cpjs_con_img .swiper-slide img{
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cpjs_con_img .swiper-slide video{
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cpjs_con_list{
  margin: auto;
  margin-top: 13px;
  margin-bottom: 130px;
}
.cpjs_con_list .swiper-slide{
  height: 100px;
  position: relative;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  border-radius: 5px;
}
.cpjs_con_list .swiper-slide img{
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cpjs_con_list .swiper-slide-thumb-active{
  border: 3px solid #e67817;
}
.cpjs_con_list .swiper-slide video{
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.cpjs_con_list .swiper-slide video img{
  width: 0.37px;
  height: 0.37px;
}
/*新闻中心*/
.xwzx_li{
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.xwzx_li a{
  width: 48%;
  border: 1px solid #ededed;
  box-sizing: border-box;
  margin-top: 50px;
  padding: 49px 26px;
  display: flex;
  align-items: center;
  gap: 35px;
}
.xwzx_li a .date{
  flex-shrink: 0;  /*不缩放*/
  width: 0.67rem;
  height: 0.67rem;
  background: #bfbfbf;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.xwzx_li a .date h1{
  font-size: 0.36rem;
  line-height: 1;
  color: #fff;
  font-family: impact;
}
.xwzx_li a .date h2{
  font-size: 0.14rem;
  line-height: 1;
  color: #fff;
  opacity: 0.41;
}
.xwzx_li a .txt h3{
  font-size: 0.18rem;
  font-weight: bold;
  color: #737373;
}
.xwzx_li a .txt h4{
  font-size: 0.14rem;
  color: #747474;
}
.xwzx_li a:hover .date{
  background: #e67817;
}
.xwzx_li a:hover .txt h3{
  color: #e67817;
}
/*新闻中心-详情*/
.xwzx_con_hr{
  height: 1px;
  background: #ebebeb;
  margin-top: 83px;
  border: 0;
}
.xwzx_con{
  padding: 50px 0 120px 0;
  display: flex;
  align-items: flex-start;
  gap: 4%;
}
.xwzx_con_le .tit{
  font-size: 0.3rem;
  font-weight: bold;
  color: #555555;
}
.xwzx_con_le .info{
  font-size: 0.14rem;
  color: #a4a4a4;
  margin-top: 30px;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 40px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.xwzx_con_le .info img{
  margin-right: 0.04rem;
}
.xwzx_con_le .info img:nth-of-type(2){
  margin-left: 0.1rem;
}
.xwzx_con_le p{
  font-size: 0.15rem;
  line-height: 2;
  margin-top: 2em;
  color: #555555;
}
.xwzx_con_ri{
  width: 340px;
  flex-shrink: 0;  /*不缩放*/
  background: #eaeaea;
  padding: 7px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.xwzx_con_ri li{
  background: #fff;
  padding: 17px 22px;
}
.xwzx_con_ri li h1{
  font-size: 0.18rem;
  font-weight: bold;
  color: #262626;
}
.xwzx_con_ri li p{
  font-size: 0.16rem;
  color: #555555;
  margin-top: 10px;
  height: 3em;  
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical;
}
.xwzx_con_ri li p a:hover{
  color: #e67817;
}
.xwzx_con_ri li h2{
  font-size: 0.14rem;
  color: #c5c5c5;
  margin-top: 15px;
}
.xwzx_con_ri li button{
  font-size: 0.18rem;
  color: #ffffff;
  width: 100%;
  height: 52px;
  background: #e67817;
}
/*联系我们*/
.lxwm_con{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 115px;
}
.lxwm_con .le{
  flex-grow: 1;   /*放大*/
  display: flex;
  flex-direction:  column;
  gap: 0.05rem;
  margin-top: 68px;
}
.lxwm_con .le li{
  font-size: 0.16rem;
  display: flex;
  align-items: center;
}
.lxwm_con .le li img{
  margin-right: 0.13rem;
}
.lxwm_con .ri{
  width: 42%;
  height: 270px;
  flex-shrink: 0;  /*不缩放*/
  margin-top: 68px;
}
.lxwm_con .ri img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lxwm_con .ri .amap-logo {
  display: none !important;
  opacity: 0 !important;
}
.lxwm_con .ri .amap-copyright {
  opacity: 0 !important;
}
.lxwm_con2{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 120px;
  margin-top: 68px;
  gap: 1.8%;
}
.lxwm_con2 .le{
  width: 44.5%;
  display: flex;
  flex-direction:  column;
  gap: 0.22rem;
}
.lxwm_con2 .le input{
  height: 0.59rem;
  font-size: 0.16rem;
  color: #555555;
  border: 1px solid #d0d0d0;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 0.2rem;
}
.lxwm_con2 .le input img{
  margin-right: 0.13rem;
}
.lxwm_con2 .ri{
  width: 53.7%;
  flex-shrink: 0;  /*不缩放*/
}
.lxwm_con2 .ri textarea{
  width: 100%;
  outline: 0;
  height: 3.02rem;
  font-size: 0.16rem;
  color: #555555;
  border: 1px solid #d0d0d0;
  border-radius: 0.05rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0.17rem 0.2rem;
  resize: none;
  font-family: 微软雅黑;
}
.lxwm_con2 button{
  width: 1.48rem;
  height: 0.47rem;
  background: #e67817;
  color: #fff;
  font-size: 0.16rem;
  margin-top: 0.22rem;
}
/*脚部*/
.footer{
  color: #ffffff;
  background: url(../images/footer_bg.jpg) no-repeat center center/1920px 100%;
}
.footer .top{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .top .le{
  width: 65.3%;
  padding-bottom: 52px; 
}
.footer .top .le .logo{
  margin-top: 66px;
}
.footer .top .le .logo img{
  width: 2.02rem;
  height: 0.45rem;
}
.footer .top .le .nav{
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.footer .top .le .nav li{
  flex-grow: 1;   /*放大*/
}
.footer .top .le .nav li>a{
  font-size: 0.18rem;
}
.footer .top .le .subnav{
  display: flex;
  flex-direction: column;
  margin-top: 0.08rem;
}
.footer .top .le .subnav>a{
  font-size: 0.14rem;
  color: #858585;
  line-height: 2.25;
}
.footer .top .le .subnav>a:hover{
  color: #fff;
}
.footer .top .ri{
  width: 30%;
  padding-bottom: 52px; 
}
.footer .top .ri .ewm{
  margin-top: 40px;
  display: flex;
  gap: 42px;
}
.footer .top .ri h1{
  margin-top: 40px;
  font-size: 0.36rem;
  font-family: Impact;
}
.footer .top .ri h2{
  font-size: 0.14rem;
  line-height: 1.72;
}
.footer .bottom{
  padding: 24px 0;
  border-top: 1px solid rgba(255,255,255,0.15);
}
.footer .bottom p{
  font-size: 0.14rem;
}


/*移动端头部*/
.sjhedes{ display:none;}
.tuerhed{ 
  position:fixed; 
  width:100%; 
  top:0; 
  left:0; 
  z-index:188; 
  background:#fff; 
  height:160px; 
  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;height: 50%;flex-shrink: 0;}
.losdj img{ display:block; margin-left: 10px;height: 100%;}
.sanh{ float:right; width:50px; padding:10px; margin:0px 60px 0px 0px;flex-shrink: 0;}
.sanh>div{ height:5px; margin:10px 0px; width:100%; transition:transform 0.5s,opacity 0.5s;flex-shrink: 0;background-color:#333333;}
.fuernavt{ position:fixed; box-sizing: border-box; padding-top:160px; 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:0.24rem; line-height:3; padding:10px 0px; border-bottom:1px solid #eee; color:#333;}
.shojvas>div{ display:block; text-align:center; font-size:0.24rem; line-height:3; border-bottom:1px solid #eee;}
.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:0.24rem; 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:0.20rem; color:#666; line-height:3; 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:#333333!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);}


.nodata{ width:100%; float:left; text-align:center; font-size:16px; margin:150px 0px;}


.xwzx_con_le{ width:100%;}