@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: 0.28rem;
  background: #f5f7fb;
}
.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: 35px;
}
.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: 20px 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; background: url(../images/tit-bg.png)no-repeat top left;}
.tit .catname{font-size:calc(1vw + 20px);line-height: 1;width: 100%;margin-bottom: 20px;}

.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;
}
.index-banner img{
  max-width: 100%;
} 
/* 内页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;display: none;}
.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%;}


 @keyframes scale{0%{ transform: scale(1); opacity:.9}100%{ transform: scale(6); opacity: 0;}}
 @keyframes scale2{0%{ transform: scale(1);opacity:.9;}100%{ transform: scale(1.2);opacity:0;}}
        

.part-one{width: 100%;background: url("../images/part-one-bg.jpg")no-repeat bottom center;padding-bottom: 40px;}
.iProducts{width: 100%;padding: 20px 0;overflow: hidden;}
.iProducts .tit{}

.iProducts .iProductscon{position: static;}
.iProducts .product_cate{float: left;padding: 2px 0;}
.iProducts .product_cate ul li{font-size: 16px;height: 30px;}
.iProducts .product_cate ul li a{transition: 0.3s;}
.iProducts .product_cate ul li:hover a{color: #ef6b00;padding-left: 25px;background: url("../images/triangle.png") no-repeat left center;}

.iProducts .iProducts_con{position: none; float: right; width: 100%;left:0;top:0;overflow: hidden;padding: 20px 0px;padding-right: 0px;}

.iProducts .Swiper_procon{width: 100%;float: left;}
.iProducts .iProducts_con ul li{width: 100%; display: flex;align-items: center;justify-content: space-between; border-radius: 20px;background: #ffffff;}
.iProducts .iProducts_con ul li .details{width: calc(100% - 40px);padding: 20px;  border-radius: 20px; transition: 0.3s;position: relative;background: #ffffff;}
.iProducts .iProducts_con ul li .details a{border:1px solid #ef6b00; width:calc(100% - 42px);border-radius: 20px;margin: auto;padding: 20px;display: block;}
.iProducts .iProducts_con ul li .details .image{position: absolute;z-index: 1; top: 50%;left: 30%;width: 75%; transform: translateY(-50%); overflow: hidden;border-radius: 15px; }

.iProducts .iProducts_con ul li .details .image img{max-width: 100%;max-height: 100%;}
.iProducts .iProducts_con ul li .details img{transition: 0.6s;}
.iProducts .iProducts_con ul li .details img:hover{transform: scale(1.1,1.1);}
.iProducts .iProducts_con ul li .details .tt{width: 40%;font-size: 18px;line-height: 1.5; color: #ef6b00;position: relative;padding: 20px 0px;margin-bottom: 20px;margin-bottom: 20px;}
.iProducts .iProducts_con ul li .details .tt::after{content:""; position: absolute;width: 40px;height: 4px;background: #ef6b00;border-radius: 2px;left: 0px;bottom:0 ;}
.iProducts .iProducts_con ul li .details .title {width: 30%; font-size: 16px;line-height: 25px;height: 50px;  color: #ef6b00;position: relative;transition: 0.3s;}

.iProducts .iProducts_con ul li .details:hover .title{color:#ef6b00;}
.iProducts .iProducts_con ul li .details:hover .summary{color:#ffffff;}
.iProducts .iProducts_con ul li .details .more{width: 56px;height: 56px; display: flex;justify-content: center;background:#ef6b00;align-items: center; border-radius: 28px;transition: 0.6s;position: relative;}
.iProducts .iProducts_con ul li .details .more::after{content:"";position: absolute;left: calc(0% - 7px);top:calc(0% - 7px); width: calc(100% + 14px);height: calc(100% + 14px);background: rgba(239,107, 0, 0.3);border-radius: 35px;animation: scale2 2s infinite;}

.iProducts .iProducts_con ul li .details .more img{transition: 0.6s;filter: brightness(100);}
.iProducts .iProducts_con ul li .details .more:hover{background:#ef6b00;color:#ffffff;}
.iProducts .iProducts_con ul li .details .more:hover img{}


.iAbout{width: 100%;display:none;  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 .details{width: 100%;overflow: hidden;margin-top:40px;font-size: 18px;line-height: 2;margin-bottom: 30px;color:#000000;}
.iAbout .about-left .more{width: 56px;height: 56px;display: flex;justify-content: center;background:#ef6b00;align-items: center; border-radius: 28px;transition: 0.6s;position: relative;}
.iAbout .about-left .more::after{content:"";position: absolute;left: calc(0% - 7px);top:calc(0% - 7px); width: calc(100% + 14px);height: calc(100% + 14px);background: rgba(239,107, 0, 0.3);border-radius: 35px;animation: scale2 2s infinite;}

.iAbout .about-left .more img{transition: 0.6s;filter: brightness(100);}
.iAbout .about-left .more:hover{background:#ef6b00;color:#ffffff;}
.iAbout .about-left .more:hover img{}

.iAbout .about-right{width:100%;border-radius: 20px;overflow: hidden;font-size: 0;line-height: 0;}
.iAbout .about-right img{max-width:100%}

.iAbout .aboutlist{float: right;}
.iAbout .aboutlist ul{}
.iAbout .aboutlist ul li{float: left;width: 32%;margin-right: 2;  padding-bottom: 20px;text-align: center;position: relative;}
.iAbout .aboutlist ul li .numCX{font-size:calc(2vw + 26px);color:#ef6b00;text-align: center;font-weight: bold;}
.iAbout .aboutlist ul li sub{font-size: 1vw;color:#ef6b00;}
.iAbout .aboutlist ul li .indc{margin-top: 10px;font-size: 18px; color:#333333;text-align: center;}
.iAbout .aboutlist ul li:nth-child(3n){margin-top: 0px;margin-right: 0;}
.iAbout .aboutlist ul li::before{display: none;content:"";position: absolute;left: calc(50% - 1px);top: 100%;width: 1px;height: 190px;background:linear-gradient(to bottom ,rgba(243,119,18,1),rgba(243,119,18,0)) ;}

.iAbout .aboutlist ul li::after{display: none;content:"";position: absolute;left: calc(50% - 6px);top: 100%;width: 12px;height: 12px;background: url(../images/hexagon.png)no-repeat center;}


.iBanner-box{width: 100%;position: relative;}
.iBanner-box .image{width: calc(100% - 16px);font-size: 0;padding: 8px;background: #ceeedb;border-radius: 10px;}
.iBanner-box .image img{width: 100%;opacity:1;}
.iBanner-box .con{position: absolute;width: 85%; left: 50%; top:50%;transform: translate(-50%,-50%);}
.iBanner-box .con .tit .catname{color:#ffffff;margin-bottom:calc(30px + 1.5vw);}
.iBanner-box .con .de{color:#ffffff;line-height: 1.5;font-size:calc(1vw + 14px) ;margin-bottom:calc(30px + 1.5vw);}
.iBanner-box .con .more{width: 150px;height: 48px;display: flex;justify-content: space-between;align-items: center; border-radius: 24px;background:#ef6b00;color:#ffffff;padding: 0px 28px;transition: 0.6s;}
.iBanner-box .con .more img{transition: 0.6s;filter: brightness(100);}

.iStrengths{width: 100%;margin-top: 30px;}
.iStrengths .container{padding: 50px 0px;background: url(../images/strengths_bg.png)no-repeat center;border-radius: 20px;}
.iStrengths .strengths-detail{width: calc(100% - 40px);padding: 0px 20px;}
.iStrengths .strengths-detail .tit{margin-bottom: 25px;color: #ef6b00;}
.iStrengths .strengths-content{max-width: 800px;font-size: 18px;color: #333333;margin-bottom: 30px;line-height: 30px;}

.iCustomer{padding: 20px 0px;background: url(../images/customer_bg.png)no-repeat center;background-size: contain;background-position:0px 120px;}
.iCustomer .tit{margin-bottom:60px;text-align: center;}
.iCustomer .Customer-detail{overflow: hidden;}
.iCustomer .Customer-detail ul li{text-align: center;background: #d9670e;border-radius: 25px;overflow: hidden;}
.iCustomer .Customer-detail ul li .image{ width: 100%;overflow: hidden;font-size: 0;line-height: 0;display: flex;align-items: center;justify-content: center;}
.iCustomer .Customer-detail ul li .image img{opacity: 1;transition: 0.3s;max-width: 100%;}
.iCustomer .Customer-detail ul li .details{position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}

.iCustomer .Customer-detail ul li .title{font-size: calc(17px + 1vw);color: #ffffff;text-transform: uppercase;}
.iCustomer .Customer-detail ul li .summary{color: #ffffff;font-size: 18px;line-height: 35px;min-height: 175px;}


.iCustomer .Customer-detail ul li .more{position: relative; width: 56px;height: 56px;margin: auto; display: flex;justify-content: center;background:#ef6b00;align-items: center; border-radius: 28px;transition: 0.6s;}
.iCustomer .Customer-detail ul li .more img{transition: 0.3s;filter: brightness(100);}
.iCustomer .Customer-detail ul li .more::after{content:"";position: absolute;left: calc(0% - 7px);top:calc(0% - 7px); width: calc(100% + 14px);height: calc(100% + 14px);background: rgba(239,107, 0, 0.3);border-radius: 35px;animation: scale2 2s infinite;}
.iCustomer .Customer-detail ul li:hover .image img{opacity: 0.1;}
.iCustomer .Customer-detail ul li:hover .more{background:#ffffff;}
.iCustomer .Customer-detail ul li:hover .more img{filter: brightness(1);}

.iAd{width: 100%;overflow: hidden;margin-bottom: calc(20px + 2.5vw);}
.iAd .Ad-detail-left{float: left;width: 100%;border-radius: 30px;overflow: hidden;position: relative;margin-bottom: 20px;}
.iAd .Ad-detail-left .image{width: 100%;font-size: 0;line-height: 0;}
.iAd .Ad-detail-left .image img{width: 100%;}
.iAd .Ad-detail-left .details{position: absolute;left:60px;top: 0; width: calc(100% - 120px);height: 100%;}
.iAd .Ad-detail-left .details .catname{color: #ffffff;margin-top:calc(20px + 5vw);}
.iAd .Ad-detail-left .details .summary{color: #ffffff;margin-top: calc(20px + 3.5vw);font-size: 18px;line-height: 30px; font-weight: lighter;}
.iAd .Ad-detail-left .details .readmore{color: #ffffff;margin-top: calc(20px + 3.5vw);}
.iAd .Ad-detail-left .details .readmore a{color: #ffffff;}

.iAd .Ad-detail-right{float: right;width: 100%;border-radius: 30px;overflow: hidden;position: relative;}
.iAd .Ad-detail-right .image{width: 100%;font-size: 0;line-height: 0;}
.iAd .Ad-detail-right .image img{width: 100%;}
.iAd .Ad-detail-right .details{position: absolute;left:20px;top: 0; width: calc(100% - 40px);height: 100%;}

.iAd .Ad-detail-right .details .catname{color: #ffffff;margin-top:calc(20px + 5vw);}
.iAd .Ad-detail-right .details .list{margin-top:calc(20px + 7vw);font-size: 18px;font-weight: lighter;width: 100%;}
.iAd .Ad-detail-right .details .list li{width: 100%;overflow: hidden;padding: 13px 0px;}
.iAd .Ad-detail-right .details .list li:first-child{border-bottom: 1px solid rgba(255,255,255,0.2);}
.iAd .Ad-detail-right .details .list .tt{width: calc(100% - 50px);line-height: 37px;float: left;color: #ffffff;}
.iAd .Ad-detail-right .details .list .date{display: none; width: 120px;float: left;line-height: 37px;color: #ffffff;}
.iAd .Ad-detail-right .details .list .more{width: 40px;float: left;}






.pagecol{}
/*关于我们*/
.aboutpage1{position: relative;overflow: hidden;background: url(../images/aboutbg.png)no-repeat bottom center;padding-bottom: 120px;}
.aboutpage1 .details{width: 100%;overflow: hidden;font-size: 18px;line-height: 2;}
.aboutpage1 .details .catname{font-size: calc(2vw + 26px);color: #ef6b00;margin-bottom:20px;line-height: 1;}
.aboutpage1 .details .tt{font-size: calc(0.7vw + 16px);color: #ef6b00;}
.aboutpage1 .aboutlist{width:100%;float: right;margin-top: 30px;}
.aboutpage1 .aboutlist ul {}
.aboutpage1 .aboutlist ul li{float: left;width: 32%;  padding-bottom: 20px;text-align: center;position: relative;margin-right: 2%;}
.aboutpage1 .aboutlist ul li .numCX{font-size:calc(1.6vw + 26px);color:#ef6b00;text-align: center;font-weight: bold;line-height: 1;}
.aboutpage1 .aboutlist ul li sub{font-size: 1vw;color:#ef6b00;}
.aboutpage1 .aboutlist ul li .indc{margin-top: 10px;font-size: 18px; color:#333333;text-align: center;}
.aboutpage1 .aboutlist ul li:nth-child(3n){margin-right: 0;}
.aboutpage1 .aboutlist ul li::before{display: none; content:"";position: absolute;left: calc(50% - 1px);top: 100%;width: 1px;height: 190px;background:linear-gradient(to bottom ,rgba(243,119,18,1),rgba(243,119,18,0)) ;}
.aboutpage1 .aboutlist ul li::after{display: none; content:"";position: absolute;left: calc(50% - 6px);top: 100%;width: 12px;height: 12px;background: url(../images/hexagon.png)no-repeat center;}
.aboutpage1 .production{font-size: 20px;padding: 20px 0px;}
.aboutpage1 .list ul li{width: 100%;float: left;background: rgba(255,255,255,0.9);border:2px solid #eeeeee ; font-family: Poppins-Light ;margin-right: 0;line-height: 30px;margin-bottom: 10px;border-radius: 5px;}
.aboutpage1 .list ul li:nth-child(3n){margin-right: 0;}
.aboutpage1 .list ul li a{display: block;width: calc(100% - 30px); padding:15px; white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.aboutpage1 .list ul li span{width: 40px;display: block;float: left;color: #ef6b00;font-size: 30px;}

.aboutpage2{width: 100%;padding:20px 0px 0px;overflow: hidden;background: url(../images/bg-culture.jpg)no-repeat center bottom ;background-size: cover;}
.aboutpage2 .container{display: flex;align-items: center;justify-content:space-between;flex-wrap: wrap;}
.aboutpage2 .image{float: right;width: 100%;}
.aboutpage2 .image img{max-width: 100%;}
.aboutpage2 .details{float: left;width: 100%;font-size: 18px;}
.aboutpage2 .details .catname{font-size: calc(0.7vw + 16px);color: #ef6b00;margin-bottom:20px;line-height: 1;}




.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;}






.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;
}




.productshow{}
.content-part-one{overflow: hidden;margin: auto;}
.content-part-one .fl{width: 100%;float: left;font-size: 0;line-height: 0;}
.content-part-one .fl .image{margin-bottom: 20px;}
.content-part-one .fl img{max-width: 100%;}
.content-part-one .fl .images{display: none;}
.content-part-one .fl .images .img{width: calc(32% - 2px);margin-right: 2%;border: 1px solid #dcdcdc;}
.content-part-one .fl .images img{max-width: 100%;}
.imgdet{
  position: relative;
  width: 100%;
  
}
.imgdet .imglist{
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 84px;
  /* height: 460px; */
  height: 100%;
  overflow: hidden;
}
.imgdet .imglist ul{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 0;
}
.imgdet .imglist ul li{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  margin-bottom: 10px;
}
.imgdet .imglist ul li:last-of-type{
  margin-bottom: 0;
}
.imgdet .imglist ul .active{
  border: 2px solid #f00;
}
.imgdet .imglist ul li img{
  width: 100%;
  height: 100%;
}
.imgdet .imgpart{
  vertical-align: top;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: calc(100% - 2px);
  border: 1px solid #dcdcdc;
}
.imgdet .imgpart .pic{
  position: relative;
  width: 100%;
  height: 100%;
}
.imgdet .imgpart .pic .magnify{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 250px;
  cursor: move;
  background-color: rgba(179,179,179, 0.3);
  opacity: .3;
  filter:alpha(opacity=30);
}
.imgdet .imgpart .pic img{
  width: 100%;
  height: 100%;
}

.imgdet .imgpart .bigpic{
  display: none;
  position: absolute;
  top: -1px;
  right: -504px;
  width: 500px;
  height: 500px;
  z-index: 333;
  border: 1px solid #dcdcdc;
  overflow: hidden;
  background: #fff;
}
.imgdet .imgpart .bigpic>img{
  position: absolute;
  top: 0;
  left: 0;
  width: 920px;
  height: 920px;
}


.content-part-one .fr{width: 100%;float: right;}
.content-part-one .fr .title{color:#27355c;font-size: 18px;line-height:1.5;margin: 10px auto;}
.content-part-one .fr .summary{font-size: 15px;color: #7e88a4;line-height: 1.8;margin-bottom: 10px;}
.content-part-one .fr .summary *{font-size: 15px;color: #7e88a4;}
.content-part-one .fr .endes{margin-bottom: 40px;font-size: 18px;}
.content-part-one .fr td{padding: 5px 0px;}
.content-part-one .fr td div{display: flex;align-items: center;justify-content: center;}
.content-part-one .fr .orient .previous{line-height: 42px;padding: 0px 10px;background: #27355c;color: #ffffff;font-size: 16px;width: calc(100% - 20px);margin-bottom: 5px; display: inline-block;border-radius: 5px;}
.content-part-one .fr .orient .previous *{color: #ffffff;font-size: 15px;}
.content-part-one .fr .orient .next{line-height: 42px;padding: 0px 10px;background: #27355c;color: #ffffff;font-size: 16px;width: calc(100% - 20px);display: inline-block;border-radius: 5px;}
.content-part-one .fr .orient .next *{color: #ffffff;font-size: 15px;}
.content-part-two{width: 100%;overflow: hidden;}
.part-two-tt{width: 100%; background: #f8f8f8;overflow: hidden;margin-top: 20px;}
.part-two-tt  ul{display: flex;justify-content: space-between;width: calc(100% - 10px);margin: auto;}
.part-two-tt  ul li{line-height: 50px;position: relative ;float: left;font-size: 18px;color: #999999;}
.part-two-tt  ul li::after{content:"";width: 100%;height:3px;background: #d9d9d9; position: absolute;left: 0;bottom: 0;}
.part-two-tt  ul li.cur{color:#27355c;}
.part-two-tt  ul li.cur::after{background: #27355c;}
.part-two-con{width: 100%;;margin: auto;}
.part-two-con ul li{display: none;}
.part-two-con ul li .infocontent{margin: 20px auto;font-size: 15px;line-height: 2;}
.part-two-con ul li .infocontent td{padding: 0px 10px;}
.part-two-con ul li:first-child{display: block;}
.content-part-three{width: 100%;overflow: hidden;}
.part-three-tt{width: 100%; overflow: hidden;font-size: 18px;color:#27355c;}
.content-part-three .con ul{}
.content-part-three .con ul li{float: left;width: 48%;}
.content-part-three .con ul li:nth-child(2n){float: right;}
.content-part-three .con ul li img{width: 100%;}
.content-part-three .con ul li .title{text-align: center;line-height: 25px;height: 50px; font-size: 14px;color:#27355c;}


.picture{ /*display: flex; */}
.productlist .picture .count{font-size:18px; padding-bottom: 30px;line-height: 1;border-bottom: 1px solid #ffffff;margin-bottom: 30px;display: none;}
.picture .detail {  display: flex;  flex-wrap: wrap;}
.picture .detail li {  flex: 0 1 calc(97% / 2);  overflow: hidden;background: #ffffff; border-radius: 5px; margin-right: 2%;margin-bottom: 10px;}
.picture .detail li:nth-child(2n) {  margin-right: 0;}
.picture .detail li a{width:calc(100% - 20px);margin: auto;padding: 10px 0px;display: block;}
.picture .detail li .image{ overflow: hidden;display: flex;height: 120px; align-items: center;justify-content: center;border-bottom: 1px solid #ececec; }
.picture .detail li .image img{max-width: 100%;max-height: 100%;transition: 0.6s;}
.picture .detail li .details{padding:10px 0px 0px;}
.picture .detail li .tt{font-size: 14px;line-height: 30px; color: #666666;text-align: center;position: relative;}
.picture .detail li .title { font-size: 20px;line-height: 25px;height: 50px; color: #000;text-align: center;position: relative;}
.picture .detail li .summary{font-size: 14px;color:#666;}
.picture .detail li .jt{display: flex;justify-content: center;}



/* .picture .detail {  display: flex;  flex-wrap: wrap;}
.picture .detail li {  flex: 0 1 calc(97% / 2);  border-radius: 3px;  overflow: hidden;  margin-right: 1%;  margin-bottom:10px;}
.picture .detail li:nth-child(4n) {  margin-right: 0;}
.picture .detail li .image{ overflow: hidden;display: flex;align-items: center;justify-content: center;border: 1px solid #eee;}
.picture .detail li .image img{max-width: 100%;max-height: 100%;}
.picture .detail li p {  text-align: center;font-size: 14px;color: #000; position: relative;padding-bottom:5px;} 
.picture .detail li .title { font-size: 14px;line-height: 20px;height: 40px; color: #000;  margin: 5px 0 0;position: relative;} */




.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 .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:#eef0f4;padding-top: 20px; }
.footer-menu{font-size: 25px;}
.footer-menu .p1{color:#32363f;font-size: calc(16px + 0.8vw);font-weight: bold; margin-bottom: 15px;line-height: 1;}
.footer-menu .p2{color:#32363f;font-size: 16px;margin-bottom: 5px;}
.footer-menu .p3{color:#ef6b00;font-size: calc(16px + 0.8vw);line-height: 1;margin-bottom: 15px;}
.footer-bottom{width: 100%;}
.footer-bottom .container{border-bottom:1px solid #ffffff;padding: 0px 0px 20px;overflow: hidden;}
.footer-bottom .left{color: #32363f;font-size: 16px;float: left;line-height: 2;}
.footer-bottom .right{float: right;}
.footer-bottom .right ul{float: left;width: 100%;}
.footer-bottom .right ul li .a{font-size: 16px;color:rgba(255,255,255,0.5);}



.footer-bottom .right{display: flex;justify-content: space-between;align-items: center;}
.footer-bottom .right img{}

.footer-copyright {color: #32363f;font-size: 16px;line-height:30px;padding: 10px 0px;}
.footer-copyright *{color: #32363f;}


.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);}