body{
  font-size: 16px;
  color: #2e2e2e;
  background-color: #fff;
}
.wrap{ 
  max-width:1580px; 
  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);
}
/*点击图片放大*/
.imgclick_con{
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1001;
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  display: none;
}
.imgclick_con img{
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
/*头部*/
.header{
  height: 80px;
  position: sticky;
  position: -webkit-sticky;
  top: 0px;
  z-index: 1000;
  background-color: #fff;
}
.header ul{
  display: flex;
  align-items:center;
  gap: 2.6%;
  height: 100%;
  width:95%; 
  margin:0 auto; 
}
@media screen and (max-width:1400px){
  .header ul{
    gap: 2%;
  }
}
.header ul li{
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.header ul li.logo{
  flex-grow: 1;   /*放大*/
}
.header ul li.logo a{
  max-width: 227px;
  max-height: 54px;
}
.header ul li a{
  color: #2e2e2e;
  font-size: 16px;
  white-space:nowrap;
}
.header ul li .subnav{
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  left: 50%;
  top: 95%;
  transform: translate(-50%, 0);
}
.header ul li:hover .subnav{
  display: block;
}
.header ul li .subnav a{
  color: #3e3e3e;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  display: block;
}
.header ul li .subnav a:hover{
  opacity: 0.8;
}
.header ul li:hover .subnav{
  display: block;
}
.header ul li.language{
  display: flex;
  align-items: center;}
.header ul li.language img{
  margin-right: 10px;
}
.header ul li.language a{
  font-size: 14px;
  color: #a50082;
}
.header ul li.search{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.header ul li.search .sebtn,
.header ul li.search .sebtn2{
  width: 15px;
  height: 15px;
  display: block;
}
.header ul li.search a{
  line-height: auto;
  font-size: 18px;
}
.header ul li.search input{
  display: none;
  width: 100px;
  outline: none;
  border-bottom: 1px solid #cccccc;
  height: 22px;
  margin-right: 10px;
  text-align: center;
  color: #bbbbbb;
}
.header ul li.search div:nth-child(3){
  display: none;
}
/*banner大图*/
.banner_index{
  /*margin-top: -95px;*/
  height: 880px;
  width: 100%;
  position: relative;
}
@media screen and (max-width:1536px){
  .banner_index{height: 704px;}
}
@media screen and (max-width:1344px){
  .banner_index{height: 616px;}
}
@media screen and (max-width:1152px){
  .banner_index{height: 528px;}
}
.banner_index .swiper {
  height: 100%;
}
.banner_index .swiper-slide{
  flex-wrap: wrap;
  display: flex;
  justify-content: left;
  align-items: center;
  background-position: center center;
  background-size: cover;
}
.banner_index .swiper-pagination{ 
  bottom:50px;
}
.banner_index .swiper-pagination-bullet{ 
  width:40px; 
  height:4px; 
  border-radius:2px; 
  transition:all linear .2s; 
  background:#ffffff; 
  opacity:1; 
  margin:0 3px!important;
}
.banner_index .swiper-pagination-bullet-active{ 
  opacity:1; 
  background:#2d8b92;
}
.banner_index .swiper-slide .wrap img{
  max-width: 50%;
}
/*banner大图 内页*/
.banner_other{
  height: 470px;
}
.banner_other .swiper-slide{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
.banner_other h1{
  font-size: 42px;
  color: #fff;
  font-weight: bold;
}
.banner_other h2{
  font-size: 0.875rem;
  color: #fff;
}
/*主体-主页*/
.index_tit{
}
.index_tit h1{
  color: #292929;
  font-size: 2.5em;
  font-weight: bold;
}
.index_tit h2{
  color: #868686;
  font-size: 1em;
}
.index_con{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 145px;
}
.index_con .le{
  width: 50%;
  max-width: 650px;
  padding-top: 20px;
  margin-bottom: 130px;
}
.index_con .le p{
  font-size: 1em;
  line-height: 2.25;
  color: #555555;
  margin-top: 50px;
}
.index_con .le a{
  font-size: 0.875em;
  color: #aeaeae;
  font-weight: bold;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  padding: 10px 35px;
  display: inline-block;
  margin-top: 34px;
}
.index_con .ri{
  width: 47.65%;
  height: 424px;
  margin-bottom: 130px;
}
.index_con .ri img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_con .bo{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index_con .bo li{
  width: 13%;
  text-align: center;
}
.index_con .bo li h1{
  font-size: 0.875em;
  color: #3d3d3d;
  margin-top: 10px;
}
.index_con .bo li h1 em{
  font-size: 1.875em;
  font-weight: bold;
}
.index_con .bo li h2{
  font-size: 1em;
  color: #8c8c8c;
}
.index_con2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 135px;
  background-color: #f3f5f3;
  padding: 90px 0 150px 0;
}
.index_con2 ul{
  display: flex;
  justify-content: space-between;
  gap: 13px;
  margin-top: 80px;
}
.index_con2 ul li{
  min-width: 11.58%;
  height: 539px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  flex-grow: 1;  /*放大*/
}
.index_con2 ul li .img{
  flex-grow: 1;   /*放大*/
  z-index: 1;
  width: 100%;
  position: relative;
}
.index_con2 ul li .img img{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.index_con2 ul li h1{
  font-size: 16px;
  color: #202020;
  text-align: center;
  z-index: 1;
  padding: 0 10px;
  max-width: 120px;
}
.index_con2 ul li a{
  font-size: 14px;
  width: 79px;
  height: 35px;
  box-sizing: border-box;
  border-radius: 18px;
  display: block;
  border: 1px solid #b9b9b9;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  margin-bottom: 25px;
  margin-top: 10px;
}
.index_con2 ul li .bg{
  display: none;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.index_con2 ul li .bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_con2 ul li.cur{
  align-items: flex-start;
  width: 797px;
}
.index_con2 ul li.cur .img img{
  display: none;
}
.index_con2 ul li.cur h1{
  font-size: 1.5em;
  padding: 0;
  max-width: 100%;
  margin-left: 35px;
  margin-right: 35px;
  text-align: left;
}
.index_con2 ul li.cur a{
  font-size: 0.875em;
  width: 95px;
  border: 0;
  color: #fff;
  background-color: #282828;
  margin-left: 35px;
  margin-right: 35px;
}
.index_con2 ul li.cur a:hover{
  opacity: 0.8;
}
.index_con2 ul li.cur .bg{
  display: block;
}
.index_con3{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #d2d4c7;
}
.index_con3 .le{
  width:47.5%; 
  margin:100px 0 100px auto; 
  box-sizing: border-box;
  padding-right: 20px;
}
.index_con3 .le ul li{
  max-width: 700px;
  border-left: 6px solid #a1a393;
  margin-top: 38px;
  background: linear-gradient(to right, rgba(173, 177, 157, 0.3), rgba(173, 177, 157, 0));
}
.index_con3 .le ul li span{
  padding: 12px 0px 12px 80px;
  background-repeat: no-repeat;
  background-position: 18px center;
  display: block;
}
.index_con3 .le ul li h1{
  font-size: 1.375em;
  color: #464646;
  font-weight: bold;
}
.index_con3 .le ul li h2{
  font-size: 1em;
  color: #464646;
  display: inline-block;
}
.index_con3 .ri{
  width: 50%;
  height: 960px;
}
.index_con3 .ri img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_con4{
  background-color: #f3f5f3;
  padding: 110px 0 150px 0;
}
.index_con4 .swiper{
  margin-top: 55px;
}
.index_con4 .swiper .swiper-slide{
}
.index_con4 .swiper .swiper-slide .img{
  background: url(../images/index_bg4.jpg) center/100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 509px;
}
.index_con4 .swiper .swiper-slide .img img{
  max-width: 90%;
  max-height: 90%;
}
.index_con4 .swiper .swiper-slide h1{
  text-align: center;
  font-size: 1em;
  margin-top: 20px;
}
@media screen and (max-width:1536px){
  .index_con4 .swiper .swiper-slide .img{height: 407px;}
}
@media screen and (max-width:1344px){
  .index_con4 .swiper .swiper-slide .img{height: 305px;}
}
@media screen and (max-width:1152px){
  .index_con4 .swiper .swiper-slide .img{height: 202px;}
}
.index_con4 .swiper .swiper-button-next,
.index_con4 .swiper .swiper-button-prev{
  width: 50px;
  height: 75px;
  background-image: url(../images/index_ico4.png);
  outline: none;
}
.index_con4 .swiper .swiper-button-next:after,
.index_con4 .swiper .swiper-button-prev:after{
  display: none;
}
.index_con4 .swiper .swiper-button-next{
  right: 0px;
  transform: rotateY(180deg);
}
.index_con4 .swiper .swiper-button-prev{
  left: 0px;
}
.index_con5{
  margin-top: -60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 90px;
}
.index_con5 .le{
  width: 49.5%;
  background-color: #fff;
  padding: 30px 45px;
  box-sizing: border-box;
}
.index_con5 .le input{
  width: 100%;
  font-size: 1em;
  border-bottom: 1px solid #ebebeb;
  padding: 15px 10px;
  box-sizing: border-box;
  color: #555555;
}
.index_con5 .le button{
  margin-top: 23px;
  width: 227px;
  height: 62px;
  background-color: #a1a393;
  font-size: 1.125em;
  color: #fff;
}
.index_con5 .le button:hover{
  opacity: 0.8;
}
.index_con5 .ri{
  width: 24.75%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 60px 0;
  box-sizing: border-box;
}
.index_con5 .ri h1{
  font-size: 30px;
  font-weight: bold;
  color: #242424;
  margin-top: 24px;
}
.index_con5 .ri h2{
  font-size: 1em;
  color: #555555;
  margin-top: 6px;
}
/*内页-面包屑导航*/
.brenav{
  border-bottom: 1px solid #e2e2e2;
  padding: 23px 0;
  background-color: #fff;
}
.brenav .wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap:60px;
}
.brenav a{
  color: #656565;
  font-size: 1em;
  text-align: center;
}
.brenav a.cur,
.brenav a:hover{
  color: #000000;
  font-weight: bold;
}
.tit_other{
  width: 100%;
  font-size: 1.875em;
  font-weight: bold;
}
/*关于大瓯-企业简介*/
.gydo_qyjj_li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.gydo_qyjj_li .le{
  width: 48%;
  margin-top: 50px;
}
.gydo_qyjj_li .le p{
  font-size: 1em;
  line-height: 42px;
  color: #555555;
}
.gydo_qyjj_li .ri{
  width: 47.65%;
  height: 424px;
  margin-top: 50px;
}
.gydo_qyjj_li .ri img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gydo_qyjj_li .bo{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 120px;
}
.gydo_qyjj_li .bo li{
  width: 13%;
  text-align: center;
}
.gydo_qyjj_li .bo li h1{
  font-size: 0.875em;
  color: #3d3d3d;
  margin-top: 10px;
}
.gydo_qyjj_li .bo li h1 em{
  font-size: 1.875em;
  font-weight: bold;
}
.gydo_qyjj_li .bo li h2{
  font-size: 1em;
  color: #8c8c8c;
}
.gydo_qyjj_li2{
  margin-bottom: 100px;
  padding-top: 100px;
}
.gydo_qyjj_li2 ul{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25%;
}
.gydo_qyjj_li2 ul li{
  width: 19%;
  background-color: #eff0e9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 10px 50px 10px;
  box-sizing: border-box;
}
.gydo_qyjj_li2 ul li h1{
  font-size: 1.125em;
  font-weight: bold;
  color: #292929;
  margin-top: 24px;
}
.gydo_qyjj_li2 ul li h2{
  font-size: 1em;
  color: #555555;
  min-height: 3em;
  margin-top: 7px;
  text-align: center;
}
/*关于大瓯-荣誉资质*/
.gydo_ryzz_li{
  padding: 60px 0 100px 0;
}
.gydo_ryzz_li ul{
  margin-top: 55px;
  display: flex;
  flex-wrap: wrap;
  gap: 6.66%;
  margin: 60px 0 0 0;
}
.gydo_ryzz_li ul li{
  width: 20%;
  margin-bottom: 50px;
}
.gydo_ryzz_li ul li .img{
  background: url(../images/index_bg4.jpg) center/100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 425px;
}
.gydo_ryzz_li ul li .img img{
  max-width: 90%;
  max-height: 90%;
}
.gydo_ryzz_li ul li h1{
  text-align: center;
  font-size: 1em;
  margin-top: 20px;
}
@media screen and (max-width:1536px){
  .gydo_ryzz_li ul li .img{height: 407px;}
}
@media screen and (max-width:1344px){
  .gydo_ryzz_li ul li .img{height: 305px;}
}
@media screen and (max-width:1152px){
  .gydo_ryzz_li ul li .img{height: 202px;}
}
/*产品中心*/
.cpzx_li{
  display: flex;
  /*flex-wrap: wrap;*/
  margin: 66px auto 100px auto;
  align-items: flex-start;
}
.cpzx_li .le{
  width: 324px;
  background-color: #eff0e9;
  border-top-right-radius: 50px;
  padding-bottom: 10px;
  flex-shrink: 0;  /*不缩放*/
  margin-right: 40px;
}
.cpzx_li .le h1{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding: 37px 10px;
}
.cpzx_li .le a{
  font-size: 1em;
  text-align: center;
  padding: 23px 10px;
  display: block;
  margin-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
}
.cpzx_li .ri{
  flex-grow: 1;   /*放大*/
}
.cpzx_li .ri .li{
  display: flex;
  flex-wrap: wrap;
  gap: 3.65%;
}
.cpzx_li .ri .li a{
  display: block;
  width: 30.9%;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
  margin: 20px 0 28px 0;
  display: flex;
  flex-direction: column;
}
.cpzx_li .ri .li a .img{
  height: 0px;
  padding-bottom: 100%;
  position: relative;
  /*height: 80%;*/
  /*flex-grow: 1;*/   /*放大*/
  /*height: 250px;*/
}
.cpzx_li .ri .li a .img img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cpzx_li .ri .li a h1{
  font-size: 1em;
  margin: 10px 0; 
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
}
/*产品中心-详情*/
.cpzx_con{
  margin-top: 50px; 
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.cpzx_con .le{
  margin-top: 45px;
  width: 50%;
  /*max-height: 600px;*/
  overflow: hidden;
}
.cpzx_con .le .mySwiper-cpzx .swiper-slide{
  height: 0px;
  padding-bottom: 75%;
  position: relative;
  display: flex;
  justify-content: center;
}
.cpzx_con .le .mySwiper-cpzx .swiper-slide img{
  position: absolute;
  height: 100%;
  object-fit: cover;
}
.cpzx_con .le .le2{
  position: relative;
  margin-top: 8px;
}
.cpzx_con .le .mySwiper-cpzx2{
  width: 88%;
}
.cpzx_con .le .mySwiper-cpzx2 .swiper-slide{
  height: 0px;
  padding-bottom: 20%;
  opacity: 0.5;
  position: relative;
}
.cpzx_con .le .mySwiper-cpzx2 .swiper-slide img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cpzx_con .le .mySwiper-cpzx2 .swiper-slide-thumb-active{
  opacity: 1;
}
.cpzx_con .le .le2 .swiper-button-prev,
.cpzx_con .le .le2 .swiper-button-next{
  width: 4.6%;
  top: 0;
  margin-top: 0;
  height: 100%;
  transform: translate(0, 0);
  border: 1px solid #dddddd;
  box-sizing: border-box;
  outline: none;
  --swiper-navigation-size: 16px;
  --swiper-navigation-color: #666666;
}
.cpzx_con .le .le2 .swiper-button-prev{
  left: 0;
}
.cpzx_con .le .le2 .swiper-button-next{
  right: 0;
}
.cpzx_con .ri{
  margin-top: 45px;
  width: 47%;
  margin-left: 3%;
}
.cpzx_con .ri h1{
  font-size: 36px;
  color: #555455;
  margin-bottom: 5px;
}
.cpzx_con .ri h2{
  font-size: 1em;
  line-height: 2;
}
.cpzx_con .ri h2 em{
  font-size: 1em;
  font-weight: bold;
  color: #292929;
  text-align: justify;
  display: inline-block;
}
.cpzx_con .ri h2 span{
  margin-left: 10px;
  font-size: 1em;
  line-height: 2;
  color: #858585;
}
.cpzx_li2{
  display: flex;
  flex-wrap: wrap;
  gap: 2.666%;
  margin-top: 90px;
  margin-bottom: 100px;
}
.cpzx_li2 a{
  display: block;
  width: 23%;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 12px;
  box-sizing: border-box;
  margin: 20px 0 28px 0;
  display: flex;
  flex-direction: column;
}
.cpzx_li2 a .img{
  height: 0px;
  padding-bottom: 100%;
  position: relative;
}
.cpzx_li2 a .img img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cpzx_li2 a h1{
  font-size: 1em;
  margin: 10px 0; 
  overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;
}
/*解决方案*/
.jjfa_li{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 100px;
}
.jjfa_li .ri{
  width: 100%;
  margin-top: 0px;
}
.jjfa_li .ri p{
  font-size: 1.4em;
  line-height: 1.875;
  color: #555555;
}
.jjfa_fwys_li{
  margin-bottom: 100px;
  margin-top: 50px; 
}
.jjfa_fwys_li ul{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5%;
}
.jjfa_fwys_li ul li{
  width: 18%;
  background-color: #f5f6f5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 88px 20px 100px 20px;
  box-sizing: border-box;
}
.jjfa_fwys_li ul li .img{
  width: 86px;
  height: 86px;
  border-radius: 43px;
  background: linear-gradient(135deg, #d2d4c7, #f5f6f5 75%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.jjfa_fwys_li ul li h1{
  font-size: 1.375em;
  font-weight: bold;
  color: #464646;
  margin-top: 24px;
}
.jjfa_fwys_li ul li h2{
  font-size: 1em;
  color: #464646;
  min-height: 3em;
  margin-top: 45px;
  text-align: center;
}
.jjfa_li2{
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5%;
}
.jjfa_li2 .tit_other{
  margin-bottom: 50px;
}
.jjfa_li2 li{
  width: 23.125%;
  height: 150px;
  position: relative;
  border: 1px solid #dddddd;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.jjfa_li2 li img{
  position: absolute;
  max-width: 85%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/*联系我们-联系方式*/
.lxwm_lxfs_li{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.lxwm_lxfs_li .le{
  width: 37%;
  margin-top: 50px;
}
.lxwm_lxfs_li .le h1{
  font-size: 1em;
  line-height: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.lxwm_lxfs_li .le h1 img{
  margin-right: 18px;
}
.lxwm_lxfs_li .ri{
  width: 61%;
  margin-top: 50px;
  display: flex;
  gap: 0.5%;
}
.lxwm_lxfs_li .ri h1{
  width: 33%;
  height: 215px;
  background-color: #f3f5f3;
  display: block;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1em;
}
.lxwm_lxfs_li .ri h1 img
{
    max-width: 90%;
    max-height: 80%;
}
.lxwm_lxfs_li .ri h1 span{
  margin-top: 5px;
}
.lxwm_lyfk_li{
  padding-top: 120px;
  margin-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
.lxwm_lyfk_li .le{
  width: 49%;
  margin-top: 50px;
  background-color: #f3f5f3;
  padding: 50px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  gap: 2%;
}
.lxwm_lyfk_li .le .tit{
  font-size: 1em;
  width: 100%;
  margin-bottom: 5px;
}
.lxwm_lyfk_li .le input{
  font-size: 1em;
  /*height: 46px;*/
  width: 49%;
  color: #c5c5c5;
  padding: 15px 25px;
  box-sizing: border-box;
  margin-top: 10px;
}
.lxwm_lyfk_li .le textarea{
  font-size: 1em;
  height: 6.25em;
  width: 100%;
  color: #c5c5c5;
  padding: 15px 25px;
  box-sizing: border-box;
  outline: none;
  resize: none;
  font-family: arial;
  margin-top: 10px;
}
.lxwm_lyfk_li .le button{
  font-size: 1em;
  background-color: #a1a393;
  color: #fff;
  /*width: 124px;*/
  /*height: 41px;*/
  margin-top: 18px;
  padding: 10px 30px;
}
.lxwm_lyfk_li .ri{
  width: 49%;
  margin-top: 50px;
  display: flex;
}
.lxwm_lyfk_li .ri img{
  width: 100%;
}
/*内页-翻页*/
.page{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 85px;
}
.page a{
  color: #2c2b2b;
  border: 1px solid #e2e2e1;
  border-radius: 3px;
  padding: 16px 20px; 
  white-space: nowrap;
}
.page a.active,
.page a:hover{
  color: #fff;
  background-color: #d2d4c7;
  border: 1px solid #d2d4c7;
}
.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: #d2d4c7;
  border: 1px solid #d2d4c7;
  border-radius: 3px;
  padding: 16px 20px; 
}
.page span{
  flex-grow: 1;   /*放大*/
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
/*脚步*/
.footer{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .logo{
  width: 100%;
  border-bottom: 1px solid #eaeaea;
  padding: 40px 0;
}
.footer .info{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-shrink: 0;  /*不缩放*/
  margin: 40px 0;
}
.footer .info h1{
  color: #656565;
  font-size: 1em;
  line-height: 2;
  display: flex;
  align-items: center;
  gap: 14px;
}
.footer .nav{
  color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  white-space: nowrap;
  gap: 10px;
  flex-grow: 1;
  max-width: 820px;
  margin: 40px 0;
}
.footer .nav li>a{
  font-size: 20px;
  color: #222222;
  display: block;
}
.footer .nav .subnav{
  margin-top: 12px;
}
.footer .nav .subnav a{
  font-size: 1em;
  line-height: 1.875;
  color: #656565;
  display: block;
}
.footer .nav .subnav a:hover{
  opacity: 0.8;
}
.footer .bo{
  width: 100%;
  font-size: 0.875;
  color: #282828;
  padding: 20px 0 45px 0;
  border-top: 1px solid #eaeaea;
}
/*移动端头部*/
.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);}


.nodata{ width:100%; float:left; text-align:center; font-size:16px; margin:150px 0px;}


#cur{ color: #a50082; font-weight:bold;}