<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
html, body {
  position: relative;
}

.header-nav-btn {
  width: 46px;
  height: 36px;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 10;
}
.header-nav-btn .box {
  width: 20px;
  height: 15px;
  margin: 16px auto;
  position: relative;
}
.header-nav-btn .line {
  display: block;
  height: 1px;
  background-color: #cd1516;
  position: absolute;
  left: 0;
  width: 100%;
}
.hover .line{background-color:#fff;}
.header-nav-btn .line-top {
  top: 0;
  -webkit-transform-origin: left top 0;
      -ms-transform-origin: left top 0;
          transform-origin: left top 0;
}
.header-nav-btn .line-cen {
  top: 7px;
}
.header-nav-btn .line-bot {
  bottom: 0;
  -webkit-transform-origin: left bottom 0;
      -ms-transform-origin: left bottom 0;
          transform-origin: left bottom 0;
}

header {
  width: 100%;
  height:60px;
  position: relative;
  background:#fff;
}
header .logo {
  display: block;
  width: 125px;
  margin:0 auto;
}
header .logo img {
  display: block;
  width: 100%;
  padding-top:10px;
}
header .en {
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  color: #333333;
  width: 70px;
  line-height: 40px;
  font-size: 12px;
  text-align: center;
}
header .en img{margin-right:5px; width:18px;}
header .en{ background: url("../images/lang.jpg") no-repeat left transparent;background-size:18px; padding-left:10px; height:38px; width:40px; }
/*header .en select{ border:none; appearance:none;  -moz-appearance:none;    -webkit-appearance:none; -ms-appearance:none;background: url("../images/lang.jpg") no-repeat left transparent;background-size:18px; padding-left:25px; height:24px; width:40px; }*/
header .en select{ height:38px; width:40px; position:absolute; left:0;opacity:0;}

.ny-head{height:60px;width:94%;padding:0 3%;background:#fff;}
.ny-head span{font-size:16px;color:#000;float:left;line-height:60px;}
.ny-head a{float:right;margin-top:16px;}

footer {
  background-color: #fff;
  border-top: 1px solid #dbdbdb;
}
footer .footc{background:url(../images/index-foot.png) no-repeat 100% center; background-size:100% 100%;}
footer .footc li .tit{color:#fff;}
footer .navbox ul, footer .navbox li {
  width: 100%;
}
footer .navbox li {
  border-bottom: 1px solid #e5e5e5;
  
}
footer .navbox .tit {
  display: block;
  width: 90%;
  height: 38px;
  line-height: 38px;
  color: #1d1d1d;
  font-size: 14px;
  padding: 0 5%;
}
footer .navbox .tit.on .ico {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
footer .navbox .ico {
  display: block;
  width: 9px;
  height: 9px;
  background: url(../images/ico_01.png) no-repeat center;
  background-size: 100% auto;
  margin-top: 14px;
  float: right;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
          transition: transform 0.3s ease 0s;
}
footer .navbox .sub-box {
  width: 85%;
  padding: 8px 7.5%;
  display: none;
}
footer .navbox .sub-box a {
  display: block;
  line-height: 28px;
  font-size: 12px;
  color: #000;
}
footer .footc .sub-box a{color:#fff;}
footer .navbox .sub-box a:hover {
  color: #000;
}
footer .bot-box {
  text-align: center;
  padding-top: 13px;
  padding-bottom: 18px;
  font-size:14px;
}
footer .bot-box p {
  line-height: 30px;
  color:#606060;
}
footer .bot-box .link {
  text-align: center;
}
footer .bot-box .link a {
  color: #666;
}
footer .bot-box .oran {
  color: #ff6600;
}

nav {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  z-index: 8;
  width: 100%;
  height: 0;
}
nav .bg {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.9;
}
nav ul {
  -webkit-transition: visibility 1s linear 0s;
          transition: visibility 1s linear 0s;
  width: 78%;
  left: 11%;
  position: absolute;
  top: 96px;
  visibility: hidden;
}
nav ul.show {
  visibility: visible;
}
nav ul.show li {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
nav li {
  width: 100%;
  border-bottom: 1px solid #434443;
  line-height: 39px;
  -webkit-transform: scale(1.1) translateY(-24px);
      -ms-transform: scale(1.1) translateY(-24px);
          transform: scale(1.1) translateY(-24px);
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
          transition: opacity 0.35s ease-out, transform 0.35s ease-out;
	background:url(../images/top-li.png) no-repeat left;
}
nav li a {
  display: block;
  color: #e8e8e8;
  height: 39px;
  font-size:14px;
  padding-left:60px;
}
nav li .ico {
  display: inline-block;
  width: 37px;
  height: 39px;
  float: left;
}
nav li .ico1 {
  background: url(../images/ico_02.png) no-repeat center;
  background-size: 100% auto;
}
nav li .ico2 {
  background: url(../images/ico_03.png) no-repeat center;
  background-size: 100% auto;
}
nav li .ico3 {
  background: url(../images/ico_04.png) no-repeat center;
  background-size: 100% auto;
}
nav li .ico4 {
  background: url(../images/ico_05.png) no-repeat center;
  background-size: 100% auto;
}
nav li .ico5 {
  background: url(../images/ico_06.png) no-repeat center;
  background-size: 100% auto;
}
nav li .ico6{
  background: url(../images/ico_50.png) no-repeat center;
  background-size: 100% auto;
}
nav li .ico7{
  background: url(../images/ico_51.png) no-repeat center;
  background-size: 100% auto;
}
nav li .ico8{
  background: url(../images/ico_52.png) no-repeat center;
  background-size: 100% auto;
}
nav li:nth-child(1) {
  -webkit-transition-delay: 50ms,50ms;
          transition-delay: 50ms,50ms;
}
nav li:nth-child(2) {
  -webkit-transition-delay: 100ms,100ms;
          transition-delay: 100ms,100ms;
}
nav li:nth-child(3) {
  -webkit-transition-delay: 150ms,150ms;
          transition-delay: 150ms,150ms;
}
nav li:nth-child(4) {
  -webkit-transition-delay: 200ms,200ms;
          transition-delay: 200ms,200ms;
}
nav li:nth-child(5) {
  -webkit-transition-delay: 250ms,250ms;
          transition-delay: 250ms,250ms;
}
nav li:nth-child(6) {
  -webkit-transition-delay: 300ms,300ms;
          transition-delay: 300ms,300ms;
}
nav li:nth-child(7) {
  -webkit-transition-delay: 350ms,350ms;
          transition-delay: 350ms,350ms;
}
nav li:nth-child(8) {
  -webkit-transition-delay: 400ms,400ms;
          transition-delay: 400ms,400ms;
}

/********************首页******************/
.i-ban {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.i-ban ul {
  width: 100%;
}
.i-ban li {
  width: 100%;
}
.i-ban li img {
  display: block;
  width: 100%;
}
.i-ban .pagination {
  position: absolute;
  bottom: 8px;
  left: 50%;
  height: 8px;
  z-index: 5;
}
.i-ban .pagination span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  float: left;
  border-radius: 50%;
  background:#fff;
}
.i-ban .pagination span.swiper-pagination-bullet-active {
  background-color: #cc1213;
}

.i-main {
  width: 94%;
  padding: 10px 3% 10px;
  background-color: #ededed;
}
.i-main ul {
  width: 100%;
}
.i-main li {
  width: 100%;
  margin-bottom: 10px;
  position:relative;
}
.i-main li a {
  display: block;
}
.i-main li img {
  display: block;
  width: 100%;
}
.i-main li .wz{background:url(../images/inde-pro-li.png) repeat;height:45px;padding:0 5%;width:90%;position:absolute;bottom:0;}
.i-main li .wz span{font-size:14px;color:#fff;line-height:45px;}
.i-main li .wz a{font-size:14px;color:#fff;line-height:45px;float:right;}
.i-main li:last-child{margin-bottom:0;}
.cc{margin-bottom:60px;}

.index-xf{width:100%;background:#f6f6f6;height:60px;position:fixed; bottom:0;}
.index-xf ul{width:100%;}
.index-xf li{float:left;text-align:center;color:#000;font-size:16px;margin-top:5px;width:25%;padding:5px 0;}
.index-xf li a{color:#000;font-size:12px;}
.index-xf li img{margin-bottom:5px;}

/*index-pro*/
.index-pro{}
.index-pro .img{width:100%;margin-bottom:10px;}
.index-pro .tit1{height:60px;text-align:center;color:#424242;font-size:18px;line-height:60px;}
.index-pro .f-cb{background:#fff;}

.product1{width: 100%;
    padding: 10px 0;
    background-color: #ededed;}
.product1 ul{width:94%;background:#fff;padding:10px 3%;}
.product1 li{float:left;width:50%;text-align:center;color:#424242;font-size:16px;line-height:30px;margin-bottom:20px;}
.product1 li img{width:90%;margin:10px auto; border-radius:50%;}
.product1 li a{color:#424242;}

.product1 li:nth-child(odd){clear:both;}
.product2 li:nth-child(odd){clear:both;}

.product2{width:94%;padding:15px 3% 5px;background-color: #ededed;}
.product2 ul{width:100%;float:none;}
.product2 li{width:94%;background:#666666; border-radius:5px;height:45px;float:none;padding:0 3%;margin-bottom:10px;}
.product2 li a{font-size:14px;color:#fff;line-height:45px;}

.productxq{width:94%;padding:10px 3%;background-color: #ededed;}
.productxq .xx{font-size:14px;line-height:30px;color:#666666;background:#fff;padding:10px;}
.productxq .xx h3{color:#333;}
.productxq .xx span{color:#ce1516;}

/*export*/
.export{width: 100%;
    padding: 10px 0;
    background-color: #ededed;}
.export ul{width:100%;background:#fff;}
.export li{width:49%;text-align:center; border-right:1px solid #ededed; border-bottom:1px solid #ededed;}
.export li img{width:80%;margin:10px auto; border-radius:50%;}
.export li a{font-size:14px;color:#333;line-height:45px;}
.export li:nth-child(2n) {
  border-right:none;
}
.export li:nth-child(3){border-bottom:0;}
.export li:nth-child(4){border-bottom:0;}

/*buying*/
.buying{width:94%;margin:10px auto;padding:10px 0;background:#fff;}
.buying h3{color:#333333;/*text-align:center;*/font-size:14px;font-weight:normal;}
.buying .xx1{padding:0 10px;font-size:14px;line-height:24px;color:#666666;background:#fff;}
.xx1 img{max-width:100%;}
.xx img{max-width:100%;}

/*certification*/
.certification{width:94%;margin:10px auto;}
.certification ul{width:100%;}
.certification li{width:48%;text-align:center;background:#fff;margin-right:4%;margin-bottom:10px;}
.certification li:nth-child(2n) {
  margin-right:0;
}

.certification li img{width:110px;margin:10px auto;height:150px;}
.certification li a{font-size:14px;color:#333;line-height:30px;}

/*payment*/
.payment{width:94%;background:#fff;margin:10px auto;}
.payment .xx1{padding:10px;font-size:14px;color:#666;line-height:30px;}
.payment .xx1 h3{color:#333;}

/*plants*/
.plants{width:100%;background:#fff;padding:10px 0;margin:10px 0;}
.plants ul{width:100%;margin:0 auto;float:none;}
.plants ul li{width:50%; text-align:center;}
.plants ul li:nth-child(2n) {
  /*margin-right:0;*/
}
.plants ul li img{width:90%;}
.plants ul li p{font-size:12px;color:#424242;line-height:30px;white-space:nowrap; text-overflow:ellipsis;overflow:hidden;height:30px;}

/**epcm**/
.epcm{width:94%;margin:10px auto;background:#fff;}
.epcm .xx h3{color:#333;text-align:center;font-size:16px;font-weight:normal;}
.epcm .xx{padding:10px;font-size:14px;line-height:24px;}
.epcm .xx h4{font-size:16px;color:#333;}
.epcm .xx .x1{width:50%;height:1px;background:#000;margin:10px auto;}
.epcm .xx .x2{width:100%;}
.epcm .xx .x2 li{width:48%;margin-right:4%;margin-bottom:10px;}
.epcm .xx .x2 li:nth-child(2n) {
  margin-right:0;
}
.epcm .xx .x2 li:nth-child(3){margin-bottom:0;}
.epcm .xx .x2 li:nth-child(4){margin-bottom:0;}


/*why*/
.why{width:94%;margin:10px auto;padding:10px 0;background:#fff;}
.why .xx{padding:10px;font-size:14px;line-height:24px;}
.why .xx h3{font-size:16px;color:#cd1415; text-decoration:underline; font-weight:normal;}
.why .xx .c1{margin-bottom:20px;}
.VerticalMenu {
  height: 100%;
  width: 100%;
  cursor: pointer;
}
.VerticalMenu &gt; div {
  width: 100%;
  
}
.VerticalMenu &gt; div &gt; div:first-child {
  text-align:left;
  /*height: 30px;*/
  background-color:#666;
  line-height: 30px;
  transition: background-color 0.4s linear;
  padding: 0px 5px;
  margin-bottom:10px;
  border-radius:5px;
}
.VerticalMenu &gt; div &gt; div:first-child &gt; span{color:#fff;font-size:12px; text-transform:uppercase;}
.VerticalMenu &gt; div &gt; div:first-child &gt; i:last-child {
  line-height: 25px;
  /*float: right;*/
  transform: rotate(0deg);
  transition: transform 0.4s linear;
  position:absolute;
  right:20px;
      
}
.VerticalMenu &gt; div &gt; div:last-child {
  width: 100%;
  display: none;
  padding:5px;
}
.VerticalMenu &gt; div &gt; div:last-child &gt; div {
  background-color: white;
  transition: background-color 0.1s linear;
  text-align: center;
  line-height: 40px;
  border-bottom: 1px solid #e6e6e6;
}
.VerticalMenu &gt; div &gt; div:last-child &gt; div:hover {
  background-color: #00ff90!important;
}
.VerticalMenu &gt; div:first-child &gt; div:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.VerticalMenu &gt; div:last-child &gt; div:first-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.VerticalMenu &gt; div:last-child::after {
  display: block;
  clear: both;
}

/*invest*/
.invest{width:94%;margin:10px auto;padding:10px 0;background:#fff;}
.invest .xx{padding:10px;font-size:14px;line-height:24px;}

/*Shipping*/
.shipping{height:60px;width:100%;}
.shipping ul{width:100%;}
.shipping li{width:25%;text-align:center;height:40px;background:#666666; border-radius:5px;margin-right:3%;margin-top:10px;}
.shipping .hover{background:#cc1313;}
.shipping li a{color:#fff;font-size:12px;line-height:40px;}
.shipping li:nth-child(1) {
  margin-left:9%;
}

/*contact*/
.contact{width:94%;margin:10px auto;}
.contact .xx{background:#fff;padding:10px;}
.contact .xx dl{width:100%;margin-bottom:10px;}
.contact .xx dt{font-size:14px;color:#333333;font-weight:bold;}
.contact .xx dd{color:#8b8b8b;font-size:12px;width:100%;margin-bottom:5px;float:none;}
.contact .xx dd span{display:inline-block;width:45%;float:left;}
.contact .xx dd p{display:inline-block;float:right;width:55%;}

/*message*/
.message{width:94%;margin:10px auto;}
.message .xx{background:#fff;padding:10px;}
.message .xx h3{color:#414141;font-size:16px;text-align:center;font-weight:normal;height:40px; line-height:40px;  text-transform:uppercase;}
.message .xx dl{margin:10px 0;padding:20px 0;border-top:1px solid #dcdcdc;border-bottom:1px solid #dcdcdc;}
.message .xx dd{width:100%;height:30px;line-height:30px;margin-bottom:10px;}
.message .xx dd span{display:inline-block;width:40%;float:left;text-align:right;text-transform:uppercase;font-size:12px;white-space:nowrap;  }
.message .xx dd input{height:30px;border:1px solid #dcdcdc;width:50%;float:right;}
.message .xx dd textarea{width:50%;height:60px;float:right;border:1px solid #dcdcdc;}
.message .xx .submit{display:block;width:232px;height:40px;color:#fff;background:#cc1213; border-radius:5px;margin:10px auto;text-align:center;line-height:40px;}


/*products erji*/
.product11{min-height:60px;width:100%; margin:20px 0px}
.product11 ul{width:100%;}
.product11 li{width:45%;text-align:center;height:80px;background:#666666; border-radius:5px;margin-left:3%;margin-top:10px;}
.product11 .hover{background:#cc1313;}
.product11 li a{color:#fff;font-size:14px;line-height:80px; width:100%; display:block;}
.product11 li:nth-child(1) {
  margin-left:9%;
}
</pre></body></html>