@media (min-width: 320px) {
  html {
    font-size: 266.667% !important;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 300% !important;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 312.5% !important;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 320% !important;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 345% !important;
  }
}
@media (min-width: 448px) {
  html {
    font-size: 373.333% !important;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 400% !important;
  }
}
@media (min-width: 512px) {
  html {
    font-size: 426.667% !important;
  }
}
@media (min-width: 544px) {
  html {
    font-size: 453.333% !important;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 480% !important;
  }
}
@media (min-width: 608px) {
  html {
    font-size: 506.667% !important;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 533.333% !important;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 625% !important;
  }
}
@font-face {
  font-family: Ranybold;
  src: url(../fonts/Rany/Rany-Bold.otf);
}
@font-face {
  font-family: RanyMedium;
  src: url(../fonts/Rany/Rany.otf);
}
@font-face {
  font-family: sourceHan;
  src: url(../fonts/SourceHan/SourceHanSansCN-Medium.otf);
}
@font-face {
  font-family: sourceHan-bold;
  src: url(../fonts/SourceHan/SourceHanSansCN-Bold.otf);
}
@font-face {
  font-family: poppins;
  src: url(../fonts/poppins/Poppins-Bold.ttf);
}
.Ranybold{
  font-family: Ranybold;
}
.RanyMedium{
  font-family: RanyMedium;
}
.sourceHan{
  font-family: sourceHan;
}
.sourceHan-bold{
  font-family: sourceHan-bold;
}
.poppins{
  font-family: poppins;
}
body {
  width: 100%;
  font-size: 16px;
}
.pc {
  display: none !important;
}
.container { width: 92%; margin: auto;}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
.main {
  flex: 1;
}
i.fa {
  font-size: 0.48rem;
}

/* 导航 */
.phone-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 10000;
  background-color: #fff;
}
.phone-nav .logo img {
  height: 40px;
}
.header-gap {
  height: 50px;
}

.main_menu {
  position: fixed;
  top: 50px;
  left: 0px;
  width: 100%;
  z-index: 500;
  background: #ffffff;
  height: 0px;
  overflow: auto;
  transition: all 350ms ease;
}
.show-main {
  height: calc(100% - 50px);
  transition: all 350ms ease;
}
.menu-top li {
  list-style: none;
  background: #f7f8f9;
  margin-bottom: 10px;
  border-radius: 3px;
  color: #000000;
}
.menu-top li:first-child {
  margin-top: 10px;
  color: #000000;
}
.page-content {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 350ms ease;
}
.menu-top {
  background-color: rgba(255, 255, 255, 1);
  height: 0px;
  width: 92%;
  margin: auto;
  overflow: hidden;
  transition: all 350ms ease;
  color: #000000;
}
.show-menus {
  height: 100%;
  transition: all 350ms ease;
  overflow-y: scroll;
}
.menu-top .icon3 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 24px;
  top: 18px;
  font-size: 18px;
  transition: all 350ms ease;
}
.menu-top .icon4 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 24px;
  top: 23px;
  font-size: 18px;
  transition: all 350ms ease;
}
.menu-top a {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 20px;
  display: block;
  position: relative;
  overflow: hidden;
  color: #000000;
}
.submenu {
  max-height: 0px;
  overflow: hidden;
  transition: all 350ms ease;
}
.submenu a {
  padding: 10px 20px 10px 40px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  transition: all 350ms ease;
  color: #000000;
}
.childmenu a {
  padding: 10px 20px 10px 60px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  transition: all 350ms ease;
  color: #000000;
}

.show-submenu {
  max-height: 5000px !important;
  transition: all 350ms ease;
}
.show-navigation .layui-icon-close,
.menu-top .layui-icon-subtraction {
  display: none;
}
.show-navigation .layui-icon {
  font-size: 24px;
}
.menu-top .layui-icon {
  float: right;
  /* margin-right: 24px; */
}

/* 内页导航 */
.sidenav {
  /* margin-bottom: 20px; */
  background: #f8f8f8;

}

.sidenav .container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.sidenav .left { padding: 10px 0;}
.sidenav .left .crumb{line-height: 20px;}
.sidenav .left .crumb a {  font-size: 14px !important;}

.sidenav .right {
  width: calc(100vw - 30px);
  position: relative;
  z-index: 100;
  display: none;
  height: 50px;
  overflow-x: scroll;
 
  /* margin: -25px 0 0;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.2); */
}
.sidenav .right ul {
  display: flex;
  width: 100%;
  background-color: #fff;
  overflow-x: scroll;
  border-bottom: 1px solid #dcdcdc;
}
.sidenav .right ul li {
  flex: 0 0 calc((100vw - 30px) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #333;
}

.sidenav .right ul li a {
  color: #666666;
  padding: 6px;
  white-space: nowrap;
}

.sidenav .right ul li.cur {
  color: #27355c;
}
.sidenav .right ul li.cur a {
  color: #27355c;
}

/* 主体 */
.tit{position: relative;width: 100%;  line-height: 1;text-align: center;}
.tit .catenname{font-size: 26px;color: #d80d0d;line-height: 2;text-transform: uppercase;}
.tit .catname{font-size:28px;color:#000000;position: relative;padding-bottom:22px ;margin-bottom: 15px;}
.tit .catname::after{position: absolute;content: "";width: 60px;height: 8px;left: calc(50% - 30px);bottom: 0px;background: #d80d0d;}
.tit .catdes{font-size:18px;color:#000000;line-height: 1.5;}

.abouttit{text-align: center;padding: calc(2vw + 10px) 0;}
.abouttit .catname{font-size:calc(1.4vw + 12px);}


.orientation {
  margin: 15px auto;
  line-height: 30px;
}

/* 首页banner */
.index-banner {
  margin-top: 50px;
}
/* 内页banner */
.inside-banner {
  margin-top: 50px;
}

.inside-banner .swiper-slide {
  position: relative;
}
.inside-banner .swiper-slide .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}

/* 内页导航 */
.inset {width: 100%;  overflow: hidden;  padding:20px 0px;line-height: 2;}
.inset-cate { margin: 15px auto;}
.inset-cate .cate{ font-size: calc(1vw + 20px); margin-bottom: 15px;}
.inset-cate .catelist{width: 100%;overflow: hidden;}
.inset-cate .catelist ul li{width: 32%;height: 42px;line-height: 42px;text-align: center;float: left;margin-right:2%;border-radius:21px;overflow: hidden;}
.inset-cate .catelist ul li:nth-child(3n){margin-right: 0;}
.inset-cate .catelist ul li a{display: block;width: 100%;height: 100%;color: #ffffff;
  font-size: 18px;
  background: #8ed8ac;
}
.inset-cate .catelist ul li.cur{background: #34855b;}
.inset .editor img{max-width: 100%;}


.iProducts{width: 100%;padding: 25px 0px;background: url(../images/product_bg.jpg)no-repeat center; }


.iProducts .iProducts_con{margin-top: 20px;overflow: hidden;}
.iProducts .iProducts_con li {border-bottom: 8px solid #d80d0d;background: #ffffff;border-radius: 5px; overflow: hidden; }
.iProducts .iProducts_con li a{width:calc(100% - 56px);margin: auto;padding: 20px;display: block;border: 8px solid #ffffff;transition: 0.2s;}
.iProducts .iProducts_con li .image{ overflow: hidden; display: flex;align-items: center;justify-content: center;aspect-ratio: 1;;border-bottom: 1px solid #dcdcdc; }
.iProducts .iProducts_con li .image img{max-width: 100%;max-height: 100%;transition: 0.6s;}
.iProducts .iProducts_con li .detail{padding: 25px 0px 0px;}
.iProducts .iProducts_con li .detail .p1{text-align: center;color: #d80d0d;font-size: 18px;line-height: 1;margin-bottom: 20px;}
.iProducts .iProducts_con li .title { font-size: 18px;line-height: 25px; color: #000;text-align: center;position: relative;}
.iProducts .iProducts_con li .detail img{filter: grayscale(100%);margin: auto;display: block;margin-top: 20px;}
.iProducts .iProducts_con li:hover a{border: 8px solid #d80d0d;}
.iProducts .iProducts_con li:hover .image img{transform: scale(1.1,1.1);}
.iProducts .iProducts_con li:hover .detail img{filter: grayscale(0%);}


.iAbout{width: 100%;  position: relative;overflow: hidden;display: flex; align-items: center;justify-content: space-between;flex-wrap: wrap; padding:20px 0px;  }

.iAbout .about-left{width: 100%;}
.iAbout .about-left .tit{text-align: left;}
.iAbout .tit .catname::after{position: absolute;content: "";width: 60px;height: 8px;left:0;bottom: 0px;background: #d80d0d;}
.iAbout .details{width: 100%;overflow: hidden;margin-top:20px;font-size: 16px;line-height: 2;margin-bottom: 30px;color:#000000;}

.iAbout .exploremore{margin-top: 20px;transition: 0.6s;}
.iAbout .exploremore a{display: flex;align-items: center;border-radius: 5px;justify-content: center;width: 158px;height: 40px;line-height: 40px;border: 2px solid #d80d0d;transition: 0.6s;}
.iAbout .exploremore a span{color:#d80d0d;transition: 0.6s;font-size: 18px;}
.iAbout .exploremore img{transition: 0.6s;}
.iAbout .exploremore:hover a{background-color: #d80d0d;}
.iAbout .exploremore:hover span{color: #ffffff;}
.iAbout .exploremore:hover img{filter: brightness(100);}



.iAbout .about-right{width:100%;border-radius: 10px;overflow: hidden;font-size: 0;line-height: 0;margin-top: 20px;}
.iAbout .about-right img{max-width:100%}



.iBanner-box{width: 100%;position: relative;}
.iBanner-box .image{width: calc(100% - 32px);font-size: 0;padding: 16px;background: #ceeedb;border-radius: 10px;}
.iBanner-box .image img{width: 100%;}
.iBanner-box .con{position: absolute;width: 85%; left: 50%; top:50%;transform: translate(-50%,-50%);display: flex;align-items: center;justify-content: space-between;}
.iBanner-box .con .de{color:#ffffff;line-height: 1.5;font-size:calc(1vw + 14px) ;}
.iBanner-box .con .more{width: 150px;height: 48px;display: flex;justify-content: space-between;align-items: center; border-radius: 24px;background:#8ed8ac;color:#ffffff;padding: 0px 28px;transition: 0.6s;}
.iBanner-box .con .more img{transition: 0.6s;filter: brightness(100);}


.iCustomer{background: url(../images/youshi_bg.jpg)no-repeat center;padding: 25px 0px;background-size: cover;}
.iCustomer .tit{margin-bottom: 60px;}
.iCustomer .tit .catname{color: #ffffff;}
.iCustomer .tit .catdes{color: #ffffff;}

.iCustomer .Customer-detail{overflow: hidden;}
.iCustomer .Customer-detail ul li{text-align: center;background:rgba(255,255,255,0.2);padding: 20px 0px;border-radius: 5px;overflow: hidden;}
.iCustomer .Customer-detail ul li .image{height:100px; width: 100%;overflow: hidden;display: flex;align-items: center;justify-content: center;}
.iCustomer .Customer-detail ul li .image img{filter: brightness(100);transition: 0.6s;}
.iCustomer .Customer-detail ul li .title{font-size: 16px;color:#ffffff;transition: 0.6s;}
.iCustomer .Customer-detail ul li:hover .image img{filter: brightness(1);}
.iCustomer .Customer-detail ul li:hover .title{color:#d80d0d;}
.iCustomer .exploremore{margin-top: 60px;transition: 0.6s;}
.iCustomer .exploremore a{display: flex;align-items: center;border-radius: 5px;justify-content: center; margin: auto;width: 158px;height: 40px;line-height: 40px;border: 2px solid #d80d0d;transition: 0.6s;}
.iCustomer .exploremore a span{color:#d80d0d;transition: 0.6s;font-size: 18px;}
.iCustomer .exploremore img{transition: 0.6s;}
.iCustomer .exploremore:hover a{background-color: #d80d0d;}
.iCustomer .exploremore:hover span{color: #ffffff;}
.iCustomer .exploremore:hover img{filter: brightness(100);}



.pagecol{}
.pagecol .aboutus{background: url(../images/aboutUs.png)no-repeat center top;}
.pagecol .pagecontent{padding: 60px 0 0px;}


.contact_info ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.contact_info ul li{width: calc(100% - 20px);padding:10px; float: left;background: #f8f8f8;display: flex;align-items: center;margin-bottom: 15px;border-radius: 15px;}
.contact_info ul li:nth-child(5n){width: 100%;}
.contact_info ul li .image{width:40px;display: flex;justify-content: center;align-items: center;margin-right: 15px;}
.contact_info ul li .image img{max-width: 100%;}
.contact_info ul li .title{font-size:16px; color:#34855b;}
.contact_info ul li .des{font-size: 16px;color:#34855b;line-height: 1.2;max-width: 260px;}



.pagecol .editor ul{width: 100%;display: flex;justify-content: space-between;padding: 20px 0px;border-bottom:1px solid #e0e0e0;line-height: 40px;}
.pagecol .editor ul:first-child{border-top:1px solid #e0e0e0;}
.pagecol .editor ul li:nth-child(3n+1){width: 20%;}
.pagecol .editor ul li:nth-child(3n+2){width: calc(80% - 162px);}
.pagecol .editor ul li:nth-child(3n+3){width: 162px;}
.pagecol .editor ul li:nth-child(3n+3) a{color:#8ed8ac;width: 120px;display: flex;justify-content: space-between; align-items: center;padding: 0px 20px;height: 38px;border:1px solid #8ed8ac;border-radius: 20px;}
/*关于我们*/
.aboutpage1{position: relative;overflow: hidden;}
.aboutpage1 .container{overflow: hidden;display: flex; align-items: center;justify-content: space-between;}
.aboutpage1 .about-left{width: 60%;float: left;}
.aboutpage1 .details{width: 100%;overflow: hidden;font-size: 18px;line-height: 2;}
.aboutpage1 .about-left .more{width: 80px;height: 80px;background: #8ed8ac;border-radius: 40px;display: flex;align-items: center;justify-content: center;}
.aboutpage1 .aboutlist{width: 50%;float: right;max-width: 464px;}
.aboutpage1 .aboutlist ul{margin-top: 40px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.aboutpage1 .aboutlist ul li{float: left;width: 50%;margin-bottom: 30px;}
.aboutpage1 .aboutlist ul li:nth-child(2n) .item{float: right;min-width: 80px;}
.aboutpage1 .aboutlist ul li .numCX{font-size: calc(1.6vw + 14px);color:#8ed8ac;}
.aboutpage1 .aboutlist ul li sub{font-size: 1vw;}
.aboutpage1 .aboutlist ul li .indc{margin-top: 10px;font-size: 1vw;color:#999999}
.aboutpage1 .aboutlist ul li:nth-child(4n+3) sub{font-size: calc(1.6vw + 14px);color:#8ed8ac;}
.aboutpage1 .aboutlist ul li:nth-child(4n+4) sub{font-size: calc(1.6vw + 14px);color:#8ed8ac;}

.aboutpage2{width: 100%;padding:60px 0px 60px;overflow: hidden;background: url(../images/bg-culture.jpg)no-repeat center bottom ;background-size: cover;}
.aboutpage2 .abouttit{color:#ffffff}
.aboutpage2 .details{padding: calc(3vw + 6px) 0;}
.aboutpage2 ul {display: flex;align-items: center;justify-content:space-between;}
.aboutpage2 ul li{width: calc(33% - 3.6vw - 24px);background: rgba(4,64,129,0.4);padding:calc(1.8vw + 12px)  calc(1vw + 10px) ;border-radius: 10px;}
.aboutpage2 ul li .title{color:#ffffff;font-size: calc(0.7vw + 12px);line-height: 1;margin-bottom: calc(0.5vw + 2px);}
.aboutpage2 ul li .con{color:#ffffff;font-size: calc(0.5vw + 7px); line-height: 30px;height: 60px;}

.aboutpage3{width: 100%;}
.aboutpage3  ul{display: flex;justify-content: center;}
.aboutpage3  ul li{position: relative;width: 9%;transition: 0.6s;}
.aboutpage3  ul li .image{font-size: 0;line-height: 0;}
.aboutpage3  ul li .details{position: absolute;left: 50%;top:50%;transform: translate(-50%,-50%);}
.aboutpage3  ul li .title{font-size:calc(2vw + 8px);white-space: nowrap;text-align: center;color:#ffffff}
.aboutpage3  ul li .line{width: 35px;height: 5px;background: #8ed8ac;margin:30px auto;border-radius: 2px;}
.aboutpage3  ul li .con{font-size:18px;width: calc(100% - 130px); max-width: 639px; height: 0px;opacity: 0;color:#ffffff;line-height: 2;}
.aboutpage3  ul li.current .details{left: 65px;transform: translateY(-50%);}
.aboutpage3  ul li.current .title{text-align: left;}
.aboutpage3  ul li.current .line{margin:30px 0;}
.aboutpage3  ul li.current .con{text-align: left;height: auto;opacity: 1;}
.aboutpage3  ul li.current{width: 55%;}





.hydt{display: flex; }
.hydt .details li {margin-bottom: 25px;width:100%;overflow:hidden;background:#f9f9f9;border-radius:5px;}
.hydt .details li a {width:90%;padding:20px 5%;display:block;  font-size: 16px;  overflow: hidden;}
.hydt .details li a .image{width:100%; font-size: 0;font-weight: 0;overflow: hidden;display: flex;}
.hydt .details li a .image img{width:100%;transition: 0.6s;border-radius: 5px;overflow: hidden;}
.hydt .details li a .title {width: 100%; font-size: 18px;color: #333333;line-height:30px;height:60px; margin:10px auto;overflow:hidden; text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.hydt .details li a .des{margin-bottom: 5px; color:#808080;font-size: 14px;line-height: 25px;height:50px;overflow:hidden; text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.hydt .details li a .date { font-size: 12px;line-height: 2;color: #b3b3b3;}




.article{display: flex; }
.article .details li {border-bottom: 1px solid #eee5e6;padding-bottom: 10px;margin-bottom: 10px;position:relative;}
.article .details li .share{position:absolute;right:0;bottom:0px;display:none;opacity:0;}
.article .details li .share span{font-size:0;}
.article .details li .share .copy-btn{float:left;width:28px;height:28px;line-height:28px;font-size:16px;color:#b2bac2;display:flex;justify-content:center;align-items:center;border-radius:50%;}
.article .details li .share .copy-btn i{font-size: 18px;}
.article .details li .deta{  display: flex;justify-content: space-between; align-items: center;  font-size: 16px;  overflow: hidden;}
.article .details li a .image{flex:0 0 110px; font-size: 0;font-weight: 0;overflow: hidden;display: flex;}
.article .details li a .image img{width:110px;transition: 0.6s;border-radius: 5px;overflow: hidden;}
.article .details li a .detail{width: calc(100% - 125px);}
.article .details li a .detail1{width:100%;display: flex;justify-content: space-between;align-items: center;}
.article .details li a .title {width: 100%; font-size: 16px;color: #000000;line-height: 22px; 
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;}
.article .details li a .des{line-height: 2;color:#999999;font-size: 14px;display: none;}
.article .details li a .date { font-size: 13px;color: #999999;line-height: 2;color: #2458a4;}
.article .details li a .detail1 .date { font-size: 13px;line-height:22px;height:44px;color: #2458a4;flex: 0 0 100px;text-align: right;}
.xwlb{display: flex; }
.xwlb .details li {border-bottom: 1px solid #eee5e6;padding-bottom: 10px;margin-bottom: 10px;}
.xwlb .details li a {  display: flex;justify-content: space-between; align-items: center;font-size: 16px;  overflow: hidden;}
.xwlb .details li a .title {width: calc(100% - 100px); font-size:16px;color: #000000;line-height: 35px;}
.xwlb .details li a .date { font-size: 14px;color: #999999;line-height: 2;width:100px ;text-align: right;}


.articleshow{}
.articleshow .title{font-size:18px;line-height:25px;margin-bottom:10px ;color: #000;;}
.articleshow .date{width: 100%;overflow: hidden;font-size: 16px; color:#999;line-height: 25px;}
.articleshow .date p{float: left;margin-right: 14px;}
.articleshow .info{}
.article_show1 .image{display: flex;justify-content: center;}


.contact_li{width: 100%;overflow: hidden;}
.contact_li li{width:100%;overflow: hidden; display: flex;align-items: center;padding-bottom:15px;margin-bottom:15px ; border-bottom: 1px solid #e9e9e9;}
.contact_li li .pic{margin-right: 15px;}
.contact_li li .pic img{width: 30px;}
.contact_li li .tt{font-size: 18px;line-height: 1;margin-bottom: 12px;}
.contact_li li .con{font-size: 14px;line-height: 1;}
#allmap{width: 100%;height: 360px;}




/* 内页搜索 */
.filter {
  margin: 20px 0;
  border: 1px solid #e3e3e3;
  background: #f2f2f2;
  padding: 16px 36px;
}
.filter .list-box {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  display: flex;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
}
.filter .list-box p {
  flex: 0 1 100px;
}
.filter .list {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
}
.filter .list a {
  color: #333;
  font-weight: lighter;
  margin-right: 20px;
  margin-bottom: 20px;
}





.product_catedes{margin-bottom: 20px;}
.product_catedes img{max-width: 100%;}
.picture{ /*display: flex; */}
.picture .details {  display: flex;  flex-wrap: wrap;}
.picture .details li {  flex: 0 1 calc(97% / 2); border-bottom: 8px solid #d80d0d;border-radius: 5px; overflow: hidden;   margin-right: 2%;margin-bottom: 25px;background: #f6f7f9;}
.picture .details li:nth-child(2n) {  margin-right: 0;}
.picture .details li a{width:calc(100% - 26px);margin: auto;padding: 5px;display: block;border: 8px solid #f6f7f9;transition: 0.2s;}
.picture .details li .image{ overflow: hidden; display: flex;align-items: center;justify-content: center;aspect-ratio: 1;;border-bottom: 1px solid #dcdcdc; }
.picture .details li .image img{max-width: 100%;max-height: 100%;transition: 0.6s;}
.picture .details li .detail{padding: 15px 0px 0px;}
.picture .details li .detail .p1{text-align: center;color: #d80d0d;font-size: 18px;line-height: 1;margin-bottom: 10px;}
.picture .details li .title { font-size: 14px;line-height: 25px; color: #000;text-align: center;position: relative;}
.picture .details li .detail img{filter: grayscale(100%);margin: auto;display: block;margin-top: 10px;}


.product_list {background:#f6f7f9;}
.product_list .details li{display:flex;justify-content:space-between;flex-wrap: wrap; margin-bottom:20px;}

.product_list .details .detail{padding:20px 10px;width: calc(100% - 20px);background: #ffffff;border-radius: 10px; }
.product_list .details .detail img{max-width: 100%;}
.product_list .details .image{width:100%;border-radius: 10px;display: flex;align-items: center;justify-content: center; overflow: hidden;background: #ffffff;}
.product_list .details .image img{max-width:100%;transition: 0.6;}
.product_list .details li:last-child{margin-bottom:0;}
.product_list .details .exploremore{margin-top: 20px;transition: 0.6s;}
.product_list .details .exploremore a{display: flex;align-items: center;border-radius: 5px; justify-content: center;width: 158px;height: 40px;line-height: 40px;border: 2px solid #d80d0d;transition: 0.6s;}
.product_list .details .exploremore a span{color:#d80d0d;transition: 0.6s;font-size: 18px;}
.product_list .details .exploremore img{transition: 0.6s;}




.picture1 .detail {  display: flex;  flex-wrap: wrap;}
.picture1 .detail li {  flex: 0 1 calc(97% / 2);  border-radius: 3px;  overflow: hidden;  margin-right: 1%;  margin-bottom:10px;}
.picture1 .detail li:nth-child(4n) {  margin-right: 0;}
.picture1 .detail li .image{ overflow: hidden;display: flex;align-items: center;justify-content: center;}
.picture1 .detail li .image img{max-width: 100%;max-height: 100%;}
.picture1 .detail li .imagea{ height: 150px;}
/* .picture1 .detail li p {  text-align: center;font-size: 14px;color: #000; position: relative;padding-bottom:5px;} */
.picture1 .detail li .title {  text-align: center;font-size: 14px;line-height: 20px;height: 40px; color: #000;  margin: 5px 0 0;position: relative;}

.honor .image{height: 140px;}


.product_show{}
.product_show .title{ overflow: hidden;color:#000000;font-size: 18px;height: 50px;line-height: 50px;text-align: center; }
.product_show .content{width: 100%;font-size: 16px; margin: auto;}
.product_show .content img{max-width: 100%;}


.product_show .iMessage{ width: 100%;height: 100%;background: #f8f8f8;position: relative;}
.product_show .iMessage::after{content: ""; position: absolute;left: 0;top:0;width: 8px;height: 100%;background: #8ed8ac;}
.product_show .iMessage .cnname{width: calc(100% - 60px);padding:30px 30px 0px;font-size: 24px;color:#000000;}
.product_show .iMessage ul{padding: 30px;width: calc(100% - 60px);display: flex;justify-content: space-between;flex-wrap: wrap;}
.product_show .iMessage ul li{width:100%;overflow:hidden;margin-bottom:20px;background: #ffffff;border-radius: 5px;}
.product_show .iMessage ul li.text{width: calc(49% - 40px);padding: 0px 20px;}
.product_show .iMessage ul li .select{margin-top: 17px;}
.product_show .iMessage ul li.text span{color:#666666;line-height:60px;}
.product_show .iMessage ul li p{width: 138px;height:60px;line-height:60px;font-size:16px;float: left;}
.product_show .iMessage ul li input{width:calc(100% - 140px);text-indent:10px; float:left;height:60px;line-height:60px;border:none;outline: none; border-radius:2px;}
.product_show .iMessage ul li textarea{width:calc(100% - 40px);padding: 0px 10px; text-indent:10px; float:left;height:180px;line-height:60px;border:1px solid #e6e6e6;border:none;outline: none;border-radius:2px;}
.product_show .iMessage ul li.address input{width: 50%;}
.product_show .iMessage ul li.name input{width: 50%;}
.product_show .iMessage .messagesubmit{width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #8ed8ac;
  border-radius: 25px;
  color: #fff;
  cursor: pointer;
}
.product_show .upload .tt{color:#8ed8ac;margin-top: 15px;}
.product_show .addfile{position: relative;display: flex;align-items: center;margin: 10px 0 20px;}
.product_show .addfile input{width: 156px;height: 44px;position: absolute;left: 0;top:0;z-index: 0;opacity: 0;}





.content-message{background: url(../images/content_bg.jpg)no-repeat center;background-size: cover;padding: 30px 0px;}
.content-message .iMessage{ width: 100%;height: 100%;position: relative;}
.content-message .iMessage .cnname{ font-size: 24px;color:#ffffff;}
.content-message .iMessage ul{padding: 20px 0px;display: flex;justify-content: space-between;flex-wrap: wrap;}
.content-message .iMessage ul li{width:100%;overflow:hidden;margin-bottom:20px;background: #ffffff;border-radius: 5px;}
.content-message .iMessage ul li .select{margin-top: 17px;}
.content-message .iMessage ul li.text span{color:#ffffff;line-height:60px;}
.content-message .iMessage ul li p{width: 138px;height:60px;line-height:60px;font-size:16px;float: left;}
.content-message .iMessage ul li input{text-indent:10px; float:left;height:60px;line-height:60px;border:none;outline: none; border-radius:2px;}
.content-message .iMessage ul li textarea{width:calc(100% - 40px);padding: 0px 10px; text-indent:10px; float:left;height:180px;line-height:60px;border:1px solid #e6e6e6;border:none;outline: none;border-radius:2px;}
.content-message .iMessage ul li.address input{width: 50%;}
.content-message .iMessage ul li.name input{width: 50%;}
.content-message .iMessage .messagesubmit{width: 250px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #ffffff;
  border-radius: 25px;
  color: #000000;
  cursor: pointer;
}
.content-message .tt2{color:#ffffff;}
.content-message .upload .tt{color:#ffffff;margin-top: 15px;}
.content-message .addfile{position: relative;margin: 10px 0 20px;}
.content-message .addfile input{width: 156px;height: 44px;position: absolute;left: 0;top:0;z-index: 0;opacity: 0;margin-top: 15px;}
.content-message .upload p{color:#ffffff}



.fixedmessage{position: fixed;width: 666px;padding: 45px 0px; bottom: -700px;right: 25px;background: #ffffff;border: 1px solid #eee;box-shadow: 0px 0px 2px 0px #eeeeee;transition: 0.3s; border-radius: 25px;z-index: 10000;height: 600px;overflow-y: scroll;}
.fixedmessage .iMessage{ width: 100%;height: 100%;position: relative;}
.fixedmessage .iMessage .cnname{width: calc(100% - 60px);padding:20px 30px;font-size: 24px;color:#333333;border-bottom: 1px solid #eeeeee;}
.fixedmessage .iMessage ul{padding: 30px;width: calc(100% - 60px);display: flex;justify-content: space-between;flex-wrap: wrap;}
.fixedmessage .iMessage ul li{width: calc(100% - 42px);padding: 0px 20px;overflow:hidden;margin-bottom:20px;background: #ffffff;border:1px solid #eeeeee; border-radius: 5px;}
.fixedmessage .iMessage ul li .select{margin-top: 17px;}
.fixedmessage .iMessage ul li.text span{color:#ffffff;line-height:40px;}
.fixedmessage .iMessage ul li input{text-indent:10px; float:left;height:40px;line-height:40px;border:none;outline: none; border-radius:2px;}
.fixedmessage .iMessage ul li textarea{text-indent:10px; float:left;height:120px;line-height:40px;border:1px solid #e6e6e6;border:none;outline: none;border-radius:2px;}
.fixedmessage .iMessage ul li.address input{width: 50%;}
.fixedmessage .iMessage ul li.name input{width: 50%;}
.fixedmessage .iMessage .messagesubmit{width: 250px;margin: auto;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #8ed8ac;
  border-radius: 25px;
  color: #ffffff;
  cursor: pointer;
}
.fixedmessage .tt2{color:#000000;}
.fixedmessage .upload .tt{color:#000000;margin-top: 15px;}
.fixedmessage .addfile{position: relative;display: flex;align-items: center;margin: 10px 0 20px;}
.fixedmessage .addfile input{width: 156px;height: 44px;position: absolute;left: 0;top:0;z-index: 0;opacity: 0;}
.fixedmessage .upload p{color:#000000}

.fixedmessage.current{bottom: 20px;}






/* 底部 */
.footer {background:#0d0e16;padding-top: 35px;border-top:8px solid #d80d0d; }
.footer-menu{font-size: 25px;}
.footer-menu .p1{color:#ffffff;font-size: 24px;margin-bottom: 15px;}
.footer-menu .p2{color:#ffffff;font-size: 16px;margin-bottom: 8px;}
.footer-menu .p3{color:#ffffff;font-size: 22px;line-height: 1;margin-bottom: 15px;}
.footer-bottom{}
.footer-bottom .container{border-bottom:1px solid #4b4b4b;padding: 15px 0px;}
.footer-bottom ul{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.footer-bottom ul li .title{font-size: 16px;color:rgba(255,255,255,0.5);}
.footer-bottom ul li .con{font-size:14px; color:#ffffff;line-height: 2;}


.footer-bottom .right{display: flex;justify-content: space-between;align-items: center;}
.footer-bottom .right img{}

.footer-copyright {color: #a9a9a9;font-size: 14px;line-height: 25px;padding: 10px 0px;}
.footer-copyright *{color: #a9a9a9;}


.bg-gray {
  /* background: #f8f8f8; */
}
.mypage {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mypage li {
  display: inline-block;
  color: #333333;
  background: #eff1f4;
  border-radius: 5px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  padding: 0px 10px;
  margin: 3px;
}
.mypage li.active {
  background: #27355c;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}
.lightbox{top: calc(50% - 180px);}