<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'DINCOND-BOLD';
  src: url("/assets/font/DINCOND-BOLD.eot");
  src: url("/assets/font/DINCOND-BOLD.eot") format("embedded-opentype"),
    url("/assets/font/DINCOND-BOLD.woff2") format("woff2"),
    url("/assets/font/DINCOND-BOLD.woff") format("woff"),
    url("/assets/font/DINCOND-BOLD.ttf") format("truetype");
}
.navbox{
  width: 100%;
  background: #fff;
  box-shadow: 0px 6px 20px 0 rgba(0, 0, 0, 0.1);
}
.navbox ul{
  max-width: 1200px;
  margin: auto;
  display: flex;
}
.navbox ul li{
  width: 25%;
  border-right: 1px solid #ededed;
  text-align: center;
}
.navbox ul li:first-child{
  border-left: 1px solid #ededed;
}
.navbox ul li a{
  display: block;
  padding: 20px 0;
  font-size: 18px;
  color: #333;
  transition: all 0.5s;
}
.navbox ul li a:hover{
  background-color: #009241;
  color: #fff;
}
.navbox ul li .nav_active{
  background-color: #009241;
  color: #fff;
}
/* 鍏充簬鎴戜滑--寮€濮� */
.about{
  width: 100%;
  overflow: hidden;
  margin: 50px 0;
}
.about .about_js{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about .about_js .about_text{
  width: 58%;
}
.about .about_js .about_text span{
  font-size: 30px;
  display: block;
}
.about .about_js .about_text h1{
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 10px;
  position: relative;
}
.about .about_js .about_text h1::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 60px;
  height: 2px;
  background-color: #009241;
}
.about .about_js .about_text p{
  font-size: 15px;
  color: #666;
  line-height: 28px;
}
.about .about_js .about_img{
  width: 38%;
  background-image: url(/assets/image/about_img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
.about .about_item{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5%;
}
.about .about_item:nth-child(odd){
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.about .about_item .about_img{
  width: 58%;
}
.about .about_item .about_img img{
  width: 100%;
}
.about .about_item .about_text{
  width: 38%;
  background: url(/assets/image/dat.png) right 10% no-repeat;
  background-size: 60px;
  padding-top: 4%;
  border-top: 1px solid #ededed;
}
.about .about_item .about_text .about_tit h1{
  font-size: 28px;
  font-weight: bold;
  margin: 10px 0 30px;
  position: relative;
}
.about .about_item .about_text .about_tit h1::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: -10px;
  width: 60px;
  height: 2px;
  background-color: #009241;
}
.about .about_item .about_text p{
  font-size: 15px;
  color: #666;
  line-height: 28px;
}
/* 浼佷笟鏂囧寲--寮€濮� */
.wh_box{
  width: 100%;
  overflow: hidden;
  padding: 4% 0 8%;
  background-image: url(/assets/image/whbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.wh_box .wh_tit{
  width: 100%;
  margin-bottom: 50px;
}
.wh_box .wh_tit&gt;p{
  font-size: 22px;
  color: #009241;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.wh_box .wh_tit&gt;p::after{
  position: absolute;
  content: "";
  right: -90px;
  bottom: 13px;
  background-color: #009241;
  width: 80px;
  height: 1px;
}
.wh_box .wh_tit&gt;h3{
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 10px;
}
.wh_box .wh_tit&gt;div p{
  font-size: 16px;
  color: #666;
  line-height: 28px;
  margin: 0;
}
.wh_box ul{
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wh_box ul li{
  width: 24%;
  background-color: #fff;
  border-top: 2px solid #009241;
  text-align: center;
  padding:4% 2%;
  transition: all 0.5s;
  border-radius: 0 0 10px 10px;
}
.wh_box ul li:hover{
  background-color: #009241;
  border-radius: 10px;
  margin-top: -20px;
}
.wh_box ul li .icon{
  width: 70px;
  height: 70px;
  fill: #009241 !important;
  transition: all 0.5s;
}
.wh_box ul li:hover .icon{
  fill: #fff !important;
  transform: rotateY(180deg);
}
.wh_box ul li h3{
  font-size: 24px;
  font-weight: bold;
  transition: all 0.5s;
}
.wh_box ul li p{
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin: 0;
  transition: all 0.5s;
}
.wh_box ul li:hover h3,
.wh_box ul li:hover p{
  color: #fff;
}
/* 璐ㄩ噺鎺у埗--寮€濮� */
.quality{
  width: 100%;
  overflow: hidden;
}
.zl_list{
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
}
.zl_list:nth-child(even){
  background-color: #f7f7f7;
}
.zl_list .w{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.zl_list:nth-child(even) .w{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.zl_list .w .zL_text{
  width: 48%;
}
.zl_list .w .zL_text h1{
  font-family: "DINCOND-BOLD";
  font-weight: 700;
  font-size: 62px;
  line-height: 1;
  color: #009241;
  margin: 0;
  transition: all 0.3s;
}
.zl_list .w .zL_text h3{
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}
.zl_list .w .zL_text p{
  font-size: 15px;
  color: #666;
  line-height: 28px;
}
.zl_list .w  .zL_img{
  width: 48%;
  position: relative;
}
.zl_list .w  .zL_img img{
  width: 100%;
}
.zl_list .w  .zL_img::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: #009241;
  width: 0%;
  height: 8px;
  transition: all 0.5s;
}
.zl_list:hover .w  .zL_img::after{
  width: 100%;
}
/* 璁よ瘉璇佷功--寮€濮� */
.zs_box{
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.zs_box .zs_text p{
  font-size: 16px;
  line-height: 28px;
  color: #666;
  text-indent: 2em;
  margin-bottom: 20px;
}
.zs_box .w ul li{
  width: 24%;
  height: auto;
  display: inline-block;
  margin: 10px 0.25%;
  overflow: hidden;
  border: 6px solid #009241;
}
.zs_box .w ul li img{
  width: 100%;
  transition: all 0.5s;
}
.zs_box .w ul li:hover img{
  transform: scale(1.2);
}
/* 閿€鍞綉缁�--寮€濮� */
.sales .w p{
  font-size: 16px;
  line-height: 28px;
  color: #666;
  text-indent: 2em;
  margin-bottom: 20px;
}
.sales .w img{
  width: 100%;
}
/* 鑱旂郴鎴戜滑--寮€濮� */
.contact {
  width: 100%;
  overflow: hidden;
  background-color: #f2f2f2;
}

.cont_tit {
  width: 100%;
  text-align: center;
  position: relative;
}

.cont_tit .cn {
  font-size: 34px;
  position: relative;
  font-weight: bold;
  z-index: 1;
}

.cont_tit .en {
  color: rgb(0 146 65 / 5%);
  font-size: 60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
}

.cont_tit .title-2 {
  font-size: 18px;
  color: #666;
  margin-top: 8px;
}

.cont_lx {
  max-width: 1520px;
  margin: 60px auto;
  padding: 0 10px;
}

.cont_lx ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
}

.cont_lx ul li {
  width: 32%;
  position: relative;
  text-align: center;
  padding: 30px 20px 50px;
  background-color: #fff;
}
.cont_lx ul li.lxem img{
  width: 150px;
}
.cont_lx ul li.lxem h3,
.cont_lx ul li .text h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0 10px;
}
.cont_lx ul li .text p {
  font-size: 16px;
  color: #666;
}
.lxdz{
  width: 100%;
  padding: 60px 0;
  background-image: url(/assets/image/lxbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.lxdz ul{
  max-width: 50%;
  background-color: #ffffffdb;
  padding: 40px 60px;
}
.lxdz ul h3{
  font-size: 28px;
  font-weight: bold;
  color: #009241;
}
.lxdz ul li{
  font-size: 16px;
  margin: 15px 0;
  display: flex;
  align-items: center;
}
.lxdz ul li span{
  color: #009241;
  font-size: 24px;
  margin-right: 5px;
}
.right_input{
  width: 100%;
  overflow: hidden;
  padding: 80px 0 0;
  background: #f2f2f2;
}
.right_input .inputbox{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.right_input ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 80px;
  width: 50%;
  background: #fff;
  padding: 40px;
  overflow: hidden;
}

.right_input li {
  width: 49%;
  margin: 10px 0;
}

.right_input li h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px;
}

.right_input li h3&gt;span {
  color: #ff0000;
  font-weight: normal;
  font-size: 14px;
  margin-right: 3px;
}

.right_input .bz_box {
  width: 100%;
}

.right_input #bzContact {
  width: 100%;
  border: 1px solid #e5e5e5 !important;
  padding: 12px 10px;
  height: 150px;
  outline: none;
}
.right_input li input {
  width: 100%;
  border: 1px solid #e5e5e5 !important;
  padding: 12px 10px;
}

.right_input li&gt;span {
  font-size: 12px;
  color: #ff0000;
  position: relative;
  top: 4px;
}

.right_input #insubmit {
  width: 100%;
  border: none;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: 600;
  cursor: pointer;
  background: #009241;
  color: #fff;
  transition: all 0.8s;
  font-size: 16px;
  margin: 20px 0 0;
}

.right_input #insubmit:hover {
  background: #00ad4e;
  color: #fff;
}

.right_input li input:focus {
  border: 1px solid #009241!important;
}

.right_input #bzContact:focus {
  border: 1px solid #009241!important;
}

.right_input .inputimg{
  width: 50%;
}
.right_input .inputimg img{
  width: 95%;
  float: right;
}


.iw_poi_title {
  color: #009241;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
  border-bottom: 1px dashed #009241;
  display: block;
  margin-top: -2px;
}

.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
  color: #666;
}

#dituContent {
  width: 100%;
  height: 320px;
}

/* 鑱旂郴鎴戜滑--缁撴潫 */

@media(max-width:768px) {
  /* 鍏充簬鎴戜滑 */
  .navbox ul {
    max-width: 100%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .navbox ul li {
    width: 50%;
    border-right: 1px solid #ededed;
    text-align: center;
    border-bottom: 1px solid #ededed;
  }
  .about .about_js .about_text {
    width: 100%;
  }
  .about .about_js .about_img {
    width: 100%;
    background-image: url(/assets/image/about_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    height: 220px;
  }
  .about .about_item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    flex-direction: column-reverse;
  }
  .about .about_item:nth-child(odd){
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about .about_item .about_img {
    width: 100%;
  }
  .about .about_item .about_text {
    width: 100%;
  }
  /* 浼佷笟鏂囧寲 */
  .wh_box .wh_tit {
    width: 100%;
    margin-bottom: 30px;
  }
  .wh_box ul li {
    width: 100%;
    background-color: #fff;
    border-top: 2px solid #009241;
    text-align: center;
    padding: 30px;
    transition: all 0.5s;
    border-radius: 0 0 10px 10px;
    margin-bottom: 20px;
  }
  .wh_box ul li:hover{
    margin-top: -10px;
  }
  /* 璐ㄩ噺鎺у埗 */
  .zl_list {
    width: 100%;
    padding: 30px 0;
    overflow: hidden;
  }
  .zl_list .w .zL_text {
    width: 100%;
  }
  .zl_list .w .zL_img {
    width: 100%;
    position: relative;
  }
  /* 璁よ瘉璇佷功 */
  .zs_box .w ul li{
    width: 100%;
    margin: 5px 0;
  }
  /* 鑱旂郴鎴戜滑 */
  .cont_lx {
    max-width: 1520px;
    margin: 30px auto;
    padding: 0 10px;
  }
  .cont_tit .cn {
    font-size: 28px;
    position: relative;
    font-weight: bold;
    z-index: 1;
  }
  .cont_tit .en {
    color: rgb(0 146 65 / 5%);
    font-size: 48px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -12px;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
  }
  .cont_tit .title-2 {
    font-size: 16px;
    color: #666;
    margin-top: 8px;
  }
  .cont_lx ul li {
    width: 100%;
    position: relative;
    text-align: center;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 20px;
  }
  .lxdz{
    padding: 40px 0;
  }
  .lxdz ul {
    max-width: 100%;
    background-color: #ffffffdb;
    padding: 20px;
    margin: 0;
  } 
  .right_input {
    width: 100%;
    overflow: hidden;
    padding: 40px 0 0;
    background: #f2f2f2;
  }
  .right_input ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 50px;
    width: 100%;
    background: #fff;
    padding: 20px;
    overflow: hidden;
  }
  .right_input li {
    width: 100%;
    margin: 10px 0;
  }
  .right_input #insubmit {
    margin: 10px 0 20px;
  }
  .right_input .inputimg {
    display: none;
  }

}</pre></body></html>