@charset "UTF-8";
.wrap-box {
  padding-top: 8.333%;
  padding-bottom: 8.333%;
}
.i-ban {
  height: 800px;
  width: 100%;
  overflow: hidden;
}
.i-ban img {
  min-height: 800px;
}
.i-ban .box-img {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.i-ban .swiper-pagination-bullet {
  margin: 0 8px !important;
  width: 15px;
  height: 15px;
  background: #ffffff;
  opacity: 1 !important;
  border-radius: 10px;
}
.i-ban .swiper-pagination-bullet-active {
  background: #00873c;
}
.i-ban .swiper-pagination-bullets,
.i-ban .swiper-pagination-custom,
.i-ban .swiper-pagination-fractionn {
  bottom: 20px;
}
.intPro {
  padding-top: 5.2%;
  padding-bottom: 5.2%;
}
.intPro .cnt {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.intPro .cnt .item {
  width: 25%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  padding-bottom: 3%;
  border-radius: 10px;
}
.intPro .cnt .item a {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.intPro .cnt .item a .item-img {
  width: 100%;
  position: relative;
  padding-top: 80%;
}
.intPro .cnt .item a .item-img .item-box {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.intPro .cnt .item a .item-img .item-box img {
  max-width: 100%;
  max-height: 100%;
}
.intPro .cnt .item a h2 {
  width: 100%;
  margin-top: 6%;
  line-height: 38px;
  text-align: center;
  font-weight: bold;
  color: #444444;
  font-size: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.intPro .cnt .item a p {
  width: 80%;
  margin-top: 2%;
  line-height: 26px;
  text-align: center;
  color: #666666;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.intPro .cnt .item a .btn {
  width: 120px;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  background-color: #00873c;
  border-top-left-radius: 22px;
  border-bottom-right-radius: 22px;
  box-shadow: 0 0 20px 6px rgba(0, 140, 63, 0.2);
  font-size: 16px;
  font-weight: bold;
  margin-top: 10%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}
.intPro .cnt .item:hover .btn {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 22px;
  border-bottom-left-radius: 22px;
}
.intAbout {
  background-image: url(../images/about-bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 5.2%;
  padding-bottom: 5.2%;
  border-radius: 60px 10px 60px 10px;
}
.intAbout .font {
  padding-bottom: 3.75%;
}
.intAbout .font p {
  line-height: 2;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  opacity: 0.8;
}
.intAbout .date {
  margin: 0 10%;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.intAbout .date .item {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  position: relative;
}
.intAbout .date .item .icon {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 30px 5px 30px 5px;
  box-shadow: 0 0 15px 5px rgba(0, 140, 63, 0.2);
}
.intAbout .date .item .icon img {
  width: 48px;
  height: 48px;
}
.intAbout .date .item .time {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  padding-top: 6%;
  padding-bottom: 2%;
  line-height: 1;
}
.intAbout .date .item .time .number {
  font-size: 40px;
  font-weight: bold;
  font-family: 'Futura';
  color: #ffffff;
}
.intAbout .date .item .time .annotation {
  padding-left: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.intAbout .date .item p {
  width: 100%;
  padding-top: 2%;
  line-height: 1.6;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin: 0 10%;
}
.intAbout .btn {
  display: block;
  width: 120px;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  color: #00873c;
  text-align: center;
  background-color: #ffffff;
  border-top-left-radius: 22px;
  border-bottom-right-radius: 22px;
  box-shadow: 0 0 20px 6px rgba(0, 140, 63, 0.2);
  font-size: 16px;
  font-weight: bold;
  margin: 3.75% auto 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}
.intAbout .btn:hover {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 22px;
  border-bottom-left-radius: 22px;
}
.intCase {
  background-color: #f3f3f4;
  padding-top: 5.2%;
  padding-bottom: 5.2%;
}
.intCase .item {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.intCase .item .item-img {
  width: 90.22%;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.intCase .item .item-img .box {
  position: relative;
  padding-top: 61.86%;
}
.intCase .item .item-img .box .img-cnt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.intCase .item .item-img .box .img-cnt img {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.intCase .item .item-img .box .box-bg {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 135, 65, 0.7);
}
.intCase .item .item-font {
  width: 35.26%;
  padding-top: 35.26%;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  background-color: #ffffff;
  margin-left: -25.48%;
  position: relative;
  z-index: 20;
  box-shadow: 0 0 10px 2px rgba(0, 140, 63, 0.05);
}
.intCase .item .item-font .font-cnt {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: 100%;
  height: 100%;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
.intCase .item .item-font .font-cnt h2 {
  width: 100%;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 7.5%;
}
.intCase .item .item-font .font-cnt p {
  width: 100%;
  line-height: 1.5;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.intCase .item .item-font .font-cnt .btn {
  display: block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  background-color: #00873c;
  border-top-left-radius: 22px;
  border-bottom-right-radius: 22px;
  box-shadow: 0 0 20px 6px rgba(0, 140, 63, 0.2);
  font-size: 14px;
  font-weight: bold;
  margin-top: 15%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}
.intCase .item:hover .item-img .box .img-cnt img {
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
.intCase .item:hover .item-img .box .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 135, 65, 0);
}
.intCase .item:hover .item-font .font-cnt .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 22px;
}
.intCase .swiper-container {
  padding-bottom: 60px;
}
.intCase .swiper-pagination-bullet {
  margin: 0 8px !important;
  width: 15px;
  height: 15px;
  background: #ffffff;
  opacity: 1 !important;
  border-radius: 10px;
}
.intCase .swiper-pagination-bullet-active {
  background: #00873c;
}
.intCase .swiper-pagination-bullets,
.intCase .swiper-pagination-custom,
.intCase .swiper-pagination-fractionn {
  bottom: 0px;
}
.intNews {
  background-image: url(../images/news-bg.png);
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
  padding-top: 5.2%;
  padding-bottom: 5.2%;
}
.intNews .list {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.intNews .list .item {
  margin-right: 2.08%;
  width: 31.94%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 15px 5px rgba(0, 140, 63, 0.05);
}
.intNews .list .item:last-child {
  margin-right: 0;
}
.intNews .list .item .item-img {
  position: relative;
  padding-top: 61.86%;
}
.intNews .list .item .item-img .item-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.intNews .list .item .item-img .item-box img {
  min-height: 100%;
}
.intNews .list .item .font {
  padding: 20px;
  background-color: #ffffff;
}
.intNews .list .item .font h2 {
  padding-bottom: 4.34%;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.intNews .list .item .font p {
  line-height: 24px;
  height: 48px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.intNews .list .item .font span {
  display: block;
  margin-top: 11.88%;
  line-height: 1;
  font-size: 14px;
  color: #666666;
}
.sendWord {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.sendWord .left {
  width: 50%;
  background-color: #ebedee;
}
.sendWord .left .box {
  position: relative;
  height: 100%;
  width: 100%;
}
.sendWord .left .box img {
  max-width: 100%;
  max-height: 100;
}
.sendWord .right {
  width: 47.5%;
  line-height: 2;
  font-size: 14px;
  color: #666666;
}
.sendWord .right h2 {
  font-weight: bold;
  color: #333333;
  padding-bottom: 10px;
}
.sendWord .right .textRight {
  text-align: right;
}
.aboutUs .date {
  margin: 0 10%;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.aboutUs .date .item {
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  position: relative;
}
.aboutUs .date .item .icon {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  background-color: #ffffff;
  border-radius: 30px 5px 30px 5px;
  box-shadow: 0 0 15px 5px rgba(0, 140, 63, 0.2);
}
.aboutUs .date .item .icon img {
  width: 48px;
  height: 48px;
}
.aboutUs .date .item .time {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-end;
  padding-top: 6%;
  padding-bottom: 2%;
  line-height: 1;
}
.aboutUs .date .item .time .number {
  font-size: 40px;
  font-weight: bold;
  font-family: 'Futura';
  color: #00873c;
}
.aboutUs .date .item .time .annotation {
  padding-left: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #00873c;
}
.aboutUs .date .item p {
  width: 100%;
  padding-top: 2%;
  line-height: 1.6;
  font-size: 14px;
  font-weight: bold;
  color: #00873c;
  text-align: center;
  margin: 0 10%;
}
.aboutUs .font {
  padding-top: 4%;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
.aboutUs .font .left {
  width: 50%;
  background-color: #ebedee;
}
.aboutUs .font .left .box {
  position: relative;
  height: 100%;
  width: 100%;
}
.aboutUs .font .right {
  width: 47.5%;
  line-height: 2;
  font-size: 14px;
  color: #666666;
}
.advantage {
  line-height: 2;
  font-size: 14px;
  color: #666666;
}
.advantage img {
  max-width: 100%;
}
.brand .font {
  margin: 0 20%;
  line-height: 2;
  font-size: 14px;
  color: #666666;
  text-align: center;
}
.brand .list {
  padding-top: 4%;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.brand .list .item {
  width: 23.125%;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  cursor: pointer;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}
.brand .list .item:nth-child(4n) {
  margin-right: 0;
}
.brand .list .item .item-a {
  padding-top: 5%;
  border: 1px solid #d9d9d9;
}
.brand .list .item .item-a .n-honor-box {
  margin: 0 5%;
  position: relative;
  padding-top: 120%;
}
.brand .list .item .item-a .n-honor-box .n-honor-cnt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.brand .list .item .item-a .n-honor-box .n-honor-cnt img {
  max-width: 100%;
  max-height: 100%;
  transition: 1s;
}
.brand .list .item .item-a h2 {
  padding: 0 10px;
  border-top: 1px solid #d9d9d9;
  margin-top: 5%;
  line-height: 54px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.brand .list .item:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
}
.brand .list .item:hover img {
  transform: scale(1.03);
}
.n-Case {
  padding-top: 4.375%;
}
.n-Case .list {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.n-Case .list .item {
  width: 31.41%;
  margin-right: 2.885%;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 2.885%;
}
.n-Case .list .item:nth-child(3n) {
  margin-right: 0;
}
.n-Case .list .item a {
  position: relative;
  transition: all 0.3s;
  height: 371px;
  display: block;
}
.n-Case .list .item a .item-img {
  position: relative;
  padding-top: 61.86%;
}
.n-Case .list .item a .item-img .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.n-Case .list .item a .item-font {
  width: 100%;
  background-color: #eaeff3;
  padding: 28px 30px 30px;
  height: 145px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  box-sizing: border-box;
}
.n-Case .list .item a .item-font h2 {
  font-size: 16px;
  color: #0c1e2c;
  font-weight: 500;
  line-height: 1;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.n-Case .list .item a .item-font p {
  color: #636a72;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.n-Case .list .item a .item-font .btn {
  text-align: center;
  width: 100px;
  height: 0;
  line-height: 40px;
  font-size: 14px;
  color: #ffffff;
  transition: all 0.3s;
  cursor: pointer;
  background-color: #00873c;
  overflow: hidden;
  border-top-left-radius: 22px;
  border-bottom-right-radius: 22px;
}
.n-Case .list .item:hover .item-font {
  padding-top: 17px;
  height: 200px;
}
.n-Case .list .item:hover .item-font .btn {
  margin-top: 20px;
  height: 40px;
}
.case-decs .tit {
  padding-top: 32px;
  padding-bottom: 64px;
}
.case-decs .tit h1 {
  padding: 48px 0 30px;
  font-size: 40px;
  font-weight: bold;
  color: #040403;
  text-align: center;
}
.case-decs .tit::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  background-color: #00873c;
  margin: 0 auto;
}
.case-decs .font {
  line-height: 2;
  font-size: 14px;
  color: #333333;
  padding-bottom: 4%;
}
.case-decs .case-img .item {
  width: 100%;
  position: relative;
  padding-top: 61.86%;
}
.case-decs .case-img .item .item-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.case-decs .case-img .swiper-container {
  padding-bottom: 60px;
}
.case-decs .case-img .swiper-pagination-bullet {
  margin: 0 8px !important;
  width: 15px;
  height: 15px;
  background: #6dc37d;
  opacity: 1 !important;
  border-radius: 10px;
}
.case-decs .case-img .swiper-pagination-bullet-active {
  background: #00873c;
}
.case-decs .case-img .swiper-pagination-bullets,
.case-decs .case-img .swiper-pagination-custom,
.case-decs .case-img .swiper-pagination-fractionn {
  bottom: 0px;
}
.n-Products .item {
  padding-top: 5.33%;
  padding-bottom: 5.33%;
}
.n-Products .item:nth-child(2n) {
  background-color: #f3f3f4;
}
.n-Products .item a {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.n-Products .item .item-img {
  width: 36.66%;
  box-shadow: rgba(0, 0, 0, 0.08) 0 0 20px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.n-Products .item .item-img .box {
  position: relative;
  padding-top: 61.86%;
}
.n-Products .item .item-img .box .cnt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.n-Products .item .item-img .box .cnt img {
  max-width: 100%;
  max-height: 100%;
}
.n-Products .item .item-font {
  width: 55%;
}
.n-Products .item .item-font .sort {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.n-Products .item .item-font .title {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 4%;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 4%;
}
.n-Products .item .item-font .title h2 {
  position: relative;
  line-height: 1;
  font-size: 36px;
  font-weight: bold;
  color: #00873c;
}
.n-Products .item .item-font .title h2::after {
  content: "";
  display: inline-block;
  width: 156px;
  height: 1px;
  overflow: hidden;
  background-color: #00873c;
  position: absolute;
  left: auto;
  top: 50%;
  right: 100%;
  margin-right: 48px;
}
.n-Products .item .item-font .title .btn {
  display: block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  color: #ffffff;
  text-align: center;
  background-color: #00873c;
  border-top-left-radius: 22px;
  border-bottom-right-radius: 22px;
  box-shadow: 0 0 20px 6px rgba(0, 140, 63, 0.2);
  font-size: 14px;
  font-weight: bold;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
}
.n-Products .item .item-font .font {
  color: #444444;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.n-Products .item:hover .item-font .title .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 22px;
}
.n-Pro-desc .desc {
  padding-top: 5.33%;
  padding-bottom: 5.33%;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  background-color: #f3f3f4;
}
.n-Pro-desc .desc .desc-img {
  width: 36.66%;
  box-shadow: rgba(0, 0, 0, 0.08) 0 0 20px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.n-Pro-desc .desc .desc-img .box {
  position: relative;
  padding-top: 61.86%;
}
.n-Pro-desc .desc .desc-img .box .cnt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.n-Pro-desc .desc .desc-img .box .cnt img {
  max-width: 100%;
  max-height: 100%;
}
.n-Pro-desc .desc .desc-img .box .cnt .swiper-pagination-bullet {
  margin: 0 8px !important;
  width: 10px;
  height: 10px;
  background: #6dc37d;
  opacity: 1 !important;
  border-radius: 10px;
}
.n-Pro-desc .desc .desc-img .box .cnt .swiper-pagination-bullet-active {
  background: #00873c;
}
.n-Pro-desc .desc .desc-font {
  width: 55%;
}
.n-Pro-desc .desc .desc-font .sort {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.n-Pro-desc .desc .desc-font .title {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 4%;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 4%;
}
.n-Pro-desc .desc .desc-font .title h2 {
  position: relative;
  line-height: 1;
  font-size: 36px;
  font-weight: bold;
  color: #00873c;
}
.n-Pro-desc .desc .desc-font .title h2::after {
  content: "";
  display: inline-block;
  width: 156px;
  height: 1px;
  overflow: hidden;
  background-color: #00873c;
  position: absolute;
  left: auto;
  top: 50%;
  right: 100%;
  margin-right: 48px;
}
.n-Pro-desc .desc .desc-font .font {
  color: #444444;
  font-size: 14px;
  line-height: 2;
}
.n-Pro-desc .desc-txt {
  padding-top: 4%;
  text-align: center;
}
.n-Pro-desc .desc-txt img {
  max-width: 100%;
}
.n-news .item {
  padding-top: 5.33%;
  padding-bottom: 5.33%;
  border-bottom: 1px solid #f3f3f4;
}
.n-news .item:last-child {
  border-bottom-width: 0;
}
.n-news .item a {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.n-news .item a .n-news-l {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  padding-right: 40px;
  width: 92px;
  text-align: center;
  line-height: 1;
}
.n-news .item a .n-news-l .Day {
  font-weight: bold;
  font-size: 40px;
  color: #444444;
  padding-bottom: 10px;
}
.n-news .item a .n-news-l p {
  font-size: 18px;
  color: #444444;
}
.n-news .item a .n-news-m {
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  padding-right: 92px;
  width: calc(100% - 491px);
}
.n-news .item a .n-news-m h2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
  color: #444444;
}
.n-news .item a .n-news-m p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 20px 0;
  line-height: 28px;
  height: 56px;
  font-size: 14px;
  color: #444444;
}
.n-news .item a .n-news-m .n-news-m-btn {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.n-news .item a .n-news-m .n-news-m-btn span {
  padding-right: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #00873c;
}
.n-news .item a .n-news-m .n-news-m-btn i {
  width: 25px;
  height: 8px;
}
.n-news .item a .n-news-r {
  width: 267px;
  height: 165px;
}
.n-news .item:hover .n-news-l {
  padding-left: 40px;
}
.n-news .item:hover .n-news-m {
  padding-right: 52px;
}
.n-news-desc {
  padding-top: 5.33%;
}
.n-news-desc h1 {
  padding-bottom: 1.28%;
  line-height: 1;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  color: #333333;
}
.n-news-desc .info {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  font-size: 0;
  color: #444444;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f3f3f4;
}
.n-news-desc .info span {
  position: relative;
  margin: 0 8px;
  font-size: 14px;
}
.n-news-desc .info span i {
  color: #444444;
}
.n-news-desc .n-details-cnt {
  line-height: 2;
  font-size: 14px;
  color: #666666;
}
.n-news-desc .n-details-cnt img {
  max-width: 100%;
}
.n-contact .n-contact-top ul {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
.n-contact .n-contact-top ul li {
  width: 31.53%;
  background-color: #f3f3f4;
  margin-right: 2.7%;
  margin-bottom: 2.7%;
}
.n-contact .n-contact-top ul li:last-child {
  margin-right: 0;
}
.n-contact .n-contact-top ul li .box {
  position: relative;
  padding-top: 61.86%;
}
.n-contact .n-contact-top ul li .box .box-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.n-contact .n-contact-top ul li .box .box-wrap .box-icon {
  padding: 2.56%;
  width: 69px;
  height: 69px;
  border: 3px solid #00873c;
  border-radius: 100%;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.n-contact .n-contact-top ul li .box .box-wrap .box-icon img {
  width: 80%;
  height: 80%;
}
.n-contact .n-contact-top ul li .box .box-wrap h2 {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #444444;
}
.n-contact .n-contact-top ul li .box .box-wrap p {
  margin-top: 15px;
  line-height: 1;
  font-size: 14px;
  color: #444444;
}
.n-contact .n-contact-bot {
  height: 580px;
  border: 1px solid #ebebeb;
  overflow: hidden;
}
.n-feedback {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 2.56%;
}
.n-feedback .n-feedback-l {
  width: 40%;
}
.n-feedback .n-feedback-l h4 {
  font-size: 32px;
  color: #00873c;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1.2;
  font-weight: bold;
}
.n-feedback .n-feedback-l h4 span {
  color: #818d86;
}
.n-feedback .n-feedback-l h3 {
  font-size: 32px;
  color: #818d86;
}
.n-feedback .n-feedback-l p {
  padding: 20px 0;
  font-size: 16px;
  line-height: 32px;
  color: #666666;
}
.n-feedback .n-feedback-l .feedback-img {
  padding-top: 32px;
}
.n-feedback .n-feedback-l .feedback-img img {
  height: 200px;
}
.n-feedback .n-feedback-r {
  width: 48%;
}
.n-feedback .n-feedback-r form .layui-form-item {
  float: left;
  width: 50%;
  clear: none;
  padding: 0 8px;
  position: relative;
  box-sizing: border-box;
}
.n-feedback .n-feedback-r form .layui-form-item:first-child,
.n-feedback .n-feedback-r form .layui-form-item:nth-child(4) {
  width: 100%;
}
.n-feedback .n-feedback-r form .layui-form-item .layui-yzm {
  width: 120px;
  height: 60px;
  position: absolute;
  right: 8px;
  top: 0;
  background-color: black;
}
.n-feedback .n-feedback-r form .layui-form-pane .layui-form-label {
  width: 10px;
  line-height: 50px;
  height: 50px;
  background: none;
  border: none;
  border-radius: 4px 0 0 4px;
  font-size: 16px;
  color: #818d86;
  text-align: left;
  padding: 0;
  position: absolute;
  left: -2px;
}
.n-feedback .n-feedback-r form .layui-form-pane .layui-form-label font {
  font-size: 16px;
  color: #ff0000;
}
.n-feedback .n-feedback-r form .layui-form-pane .layui-form-label small {
  font-size: 16px;
  color: #d6bb68;
}
.n-feedback .n-feedback-r form .layui-form-pane .layui-input-block {
  margin-left: 0;
  min-height: 48px;
}
.n-feedback .n-feedback-r form .layui-form-pane .layui-btn {
  width: 176px;
}
.n-feedback .n-feedback-r form .layui-form-select dl {
  top: 50px;
}
.n-feedback .n-feedback-r form .layui-input,
.n-feedback .n-feedback-r form .layui-select {
  height: 60px;
  font-size: 16px;
  background-color: #f3f3f4;
  border: none;
  border-radius: 2px;
}
.n-feedback .n-feedback-r form .layui-textarea {
  height: 240px;
  font-size: 16px;
  background-color: #f3f3f4;
  border: none;
  border-radius: 0;
}
.n-feedback .n-feedback-r form .layui-btn {
  width: 100%;
  height: 60px;
  background: #00873c;
  border-radius: 2px;
  color: #ffffff;
  font-size: 16px;
}
.n-feedback .n-feedback-r form .layui-btn:hover {
  background: #818d86;
  color: #666666;
}
.n-feedback .n-feedback-r form .layui-input#test1 {
  background: #f3f3f4 92% center no-repeat;
}
.n-feedback .n-feedback-r form input::-webkit-input-placeholder {
  color: #666666;
}
.n-feedback .n-feedback-r form input::-moz-placeholder {
  color: #666666;
}
.n-feedback .n-feedback-r form input:-moz-placeholder {
  color: #666666;
}
.n-feedback .n-feedback-r form input:-ms-input-placeholder {
  color: #666666;
}
.n-feedback .n-feedback-r form textarea::-webkit-input-placeholder {
  color: #666666;
}
.n-feedback .n-feedback-r form textarea::-moz-placeholder {
  color: #666666;
}
.n-feedback .n-feedback-r form textarea:-moz-placeholder {
  color: #666666;
}
.n-feedback .n-feedback-r form textarea:-ms-input-placeholder {
  color: #666666;
}
