<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #f1f1f1;
}
@media (max-width: 575px) {
  body {
    background-color: #fff;
  }
}

/* max-width */
.child-mw-100 * {
  max-width: 100%;
}
.child-mw-100 img {
  vertical-align: top;
  height: auto;
}
/* text-normal */
.font-content {
  font-size: 14px;
  color: #555;
}
/* object-fit */
.obj-cover {
  object-fit: cover;
  font-family:'object-fit: cover;';
}
.obj-contain {
  object-fit: contain;
  font-family:'object-fit: contain;';
}
.animate-4 {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition:all .4s;
}
.animate-6 {
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition:all .6s;
}
.animate-10 {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition:all 1s;
}
.animate-4-hover:hover,
.animate-4-hover:hover * {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition:all .4s;
}
.animate-6-hover:hover,
.animate-6-hover:hover * {
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition:all .6s;
}
.animate-10-hover:hover,
.animate-10-hover:hover * {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition:all 1s;
}

/* page */
.page-num a {
  display: inline-block;
  padding: 2px 6px;
  margin: 0 3px;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #999!important;
}
.page-num a.on,
.page-num a:hover {
  background-color: #00a352;
  color: #fff!important;
  border-color: #00a352;
}
@media (max-width: 767px) {
  .page-num a {
    font-size: 12px;
  }
}

/* BanneræŒ‡é’ˆ */
.carousel-control-prev &gt; span.iconfont,
.carousel-control-next &gt; span.iconfont {
  font-size: 40px;
  color: #eee;
}
@media (min-width: 576px) {
  .carousel {
    overflow: hidden;
  }
  .carousel-control-next,
  .carousel-control-prev {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition:all .6s;
  }
  .carousel-control-prev {
    left: -15%;
  }
  .carousel-control-next {
    right: -15%;
  }
  .carousel:hover &gt; .carousel-control-prev {
    left: 0;
  }
  .carousel:hover &gt; .carousel-control-next {
    right: 0;
  }
  .carousel-control-prev &gt; span.iconfont,
  .carousel-control-next &gt; span.iconfont {
    font-size: 60px;
  }
}


/* INDEX */
.index-item {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .index-item {
    padding: 25px 0;
  }
}
/* ABOUT */
.index-item.about .text-box &gt; .title {
  padding: 15px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 28px;
}
.index-item.about .text-box &gt; .more &gt; a {
  padding: 5px 20px;
  background-color: #000;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .index-item.about .text-box &gt; .title {
    width: 100%!important;
  }
}
@media (max-width: 991px) {
  .index-item.about .img-box {
    padding: 10px 10px 5px 0;
  }
  .index-item.about .text-box {
    width: 100%!important;
  }
}
@media (max-width: 767px) {
  .index-item.about .text-box &gt; .title {
    padding: 5px 0;
    font-size: 22px;
  }
}


/* PRODUCTS */
.index-item.products {
  background: url(../images/product_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.index-item.products p.item-title {
  width: 20%;
  font-size: 28px;
}
.index-item.products .more &gt; a {
  padding: 5px 40px;
  border: 1px solid #000;
  font-size: 12px;
}
.index-item.products .more &gt; a:hover {
  background: #000;
  color: #fff!important;
}
.index-item.products .carousel {
  width: 80%;
}
.index-item.products .carousel .carousel-control-next {
  right: 0;
}
.index-item.products .carousel .carousel-control-prev {
  left: 0;
}
.index-item.products .carousel .carousel-control-next,
.index-item.products .carousel .carousel-control-prev {
  width: auto;
  opacity: 1;
}
.index-item.products .carousel .carousel-control-prev &gt; span.iconfont,
.index-item.products .carousel .carousel-control-next &gt; span.iconfont {
  font-size: 40px;
  color: #aaa;
}
.index-item.products .carousel .carousel-control-prev:hover &gt; span.iconfont,
.index-item.products .carousel .carousel-control-next:hover &gt; span.iconfont {
  color: #fff;
}
.index-item.products ul.products-list &gt; li {
  width: 32%;
  margin-right: 2%;
  border: 2px solid #fff;
}
.index-item.products ul.products-list &gt; li.last {
  margin-right: 0;
}
.index-item.products ul.products-list &gt; li:hover {
  border: 2px solid #00a352;
}
.index-item.products ul.products-list &gt; li .img-box {
  height: 272px;
  border-bottom: 1px solid #ccc;
}
.index-item.products ul.products-list &gt; li .text-box {
  padding: 15px 10px;
}
.index-item.products ul.products-list &gt; li .text-box &gt; .title {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-item.products ul.products-list &gt; li .text-box &gt; .desc {
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 1199px) {
  .index-item.products ul.products-list &gt; li .img-box {
    height: 218px;
  }
}
@media (max-width: 991px) {
  .index-item.products p.item-title,
  .index-item.products .carousel {
    width: 100%;
  }
  .index-item.products ul.products-list &gt; li .img-box {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .index-item.products ul.products-list &gt; li {
    width: 100%;
    height: 115px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .index-item.products ul.products-list &gt; li.last {
    margin-bottom: 0;
  }
  .index-item.products ul.products-list &gt; li .img-box {
    float: left;
    width: 25%;
    height: 100%;
    border-bottom: none;
    border-right: 1px solid #ccc;
  }
  .index-item.products ul.products-list &gt; li .text-box {
    float: left;
    width: 75%;
  }
}
@media (max-width: 575px) {
  .index-item.products p.item-title {
    font-size: 24px;
  }
  .index-item.products ul.products-list &gt; li .img-box {
    width: 35%;
  }
  .index-item.products ul.products-list &gt; li .text-box {
    width: 65%;
  }
  .index-item.products .carousel .carousel-control-next {
    right: -15px;
  }
  .index-item.products .carousel .carousel-control-prev {
    left: -15px;
  }
  .index-item.products .carousel .carousel-control-prev &gt; span.iconfont,
  .index-item.products .carousel .carousel-control-next &gt; span.iconfont {
    font-size: 35px;
  }
  .index-item.products .carousel .carousel-control-prev:hover &gt; span.iconfont,
  .index-item.products .carousel .carousel-control-next:hover &gt; span.iconfont {
    color: #000;
  }
}


/* COMPANY */
.index-item.company .title &gt; i {
  width: 2px;
  height: 40px;
  margin-right: 10px;
  background-color: #000;
}
.index-item.company .title &gt; p {
  font-size: 28px;
}
.index-item.company .video {
  height: 400px;
}
.index-item.company .video &gt; .img-box {
  top: 0;
  left: 0;
}
.index-item.company .video &gt; .img-box &gt; i.icon-play {
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  font-size: 18px;
  background-color: rgba(255,255,255,.8);
}
.index-item.company .video &gt; .img-box &gt; i.icon-play::before {
  position: relative;
  left: 2px;
}
.index-item.company .item &gt; * {
  width: 50%;
  height: 200px;
}
.index-item.company .item &gt; .more {
  position: relative;
  padding: 45px;
  background-color: #4fb778;
}
.index-item.company .item &gt; .more::after {
  content: '';
  position: absolute;
  top: 70px;
  left: 100%;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #4fb778;
  border-top: 15px solid transparent;
}
.index-item.company .item &gt; .more.last::after {
  right: 100%;
  left: auto;
  border-bottom: 15px solid transparent;
  border-left: none;
  border-top: 15px solid transparent;
  border-right: 20px solid #4fb778;
}
.index-item.company .item &gt; .more &gt; i {
  width: 50px;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 40px;
  background-color: #fff;
}
.index-item.company .item &gt; .more &gt; a {
  padding: 8px 40px;
  border: 1px solid #fff;
  font-size: 14px;
}
.index-item.company .item &gt; .more &gt; a:hover {
  color: #4fb778!important;
  background-color: #fff;
}
.index-item.company .item &gt; .img-box {
  overflow: hidden;
}
.index-item.company .item &gt; .img-box:hover &gt; img {
  transform: scale(1.1);
}
@media (max-width: 1199px) {
  .index-item.company .video {
    height: 350px;
  }
  .index-item.company .item &gt; * {
    height: 175px;
  }
  .index-item.company .item &gt; .more {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .index-item.company .video {
    width: 100%!important;
    height: auto;
  }
  .index-item.company .video &gt; video {
    height: 100%;
  }
  .index-item.company .item {
    width: 100%!important;
  }
  .index-item.company .item &gt; .more {
    height: 150px;
    padding: 20px;
  }
  .index-item.company .item &gt; .more::after {
    top: 40px;
  }
  .index-item.company .item &gt; .img-box {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .index-item.company .item &gt; .more {
    height: 200px;
  }
}
@media (max-width: 575px) {
  .index-item.company .item &gt; .more &gt; i {
    margin-bottom: 20px;
  }
  .index-item.company .item &gt; .more &gt; a {
    padding: 5px 20px;
  }
}


/* NEWS */
.index-item.news {
  background: url(../images/news_bg.jpg) no-repeat top center;
}
.index-item.news .item-title {
  font-size: 28px;
  color: #555;
}
.index-item.news ul.news-list {
  padding: 35px 25px;
  border-radius: 20px;
  background-color: #fff;
}
.index-item.news ul.news-list &gt; li {
  width: 23.5%;
  margin-right: 2%;
}
.index-item.news ul.news-list &gt; li.last {
  margin-right: 0;
}
.index-item.news ul.news-list &gt; li &gt; .img-box {
  height: 168px;
}
.index-item.news ul.news-list &gt; li &gt; .text-box {
  padding: 13px 8px;
  background-color: #f2f3f4;
}
.index-item.news ul.news-list &gt; li &gt; .text-box &gt; .title {
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-item.news ul.news-list &gt; li &gt; .text-box &gt; .desc {
  font-size: 12px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.index-item.news ul.news-list &gt; li &gt; .read {
  padding: 3px 0;
  border: 1px solid #555;
  font-size: 15px;
}
.index-item.news ul.news-list &gt; li &gt; .read:hover {
  background-color: #555;
  color: #fff!important;
}
.index-item.news .news-desc &gt; span {
  font-size: 50px;
  color: #999;
}
.index-item.news .carousel .carousel-control-next {
  margin-left: 15px;
}
.index-item.news .carousel .carousel-control-prev {
  margin-right: 15px;
}
.index-item.news .carousel .carousel-control-next,
.index-item.news .carousel .carousel-control-prev {
  position: static;
  display: inline-block;
  opacity: 1;
  width: 30px;
  height: 30px;
  line-height: 26px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #ddd;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.index-item.news .carousel .carousel-control-next span,
.index-item.news .carousel .carousel-control-prev span {
  font-size: 16px;
  color: #ddd;
}
.index-item.news .carousel .carousel-control-next:hover,
.index-item.news .carousel .carousel-control-prev:hover {
  border-color: #4fb778;
  background-color: #4fb778;
}
.index-item.news .carousel .carousel-control-next:hover span,
.index-item.news .carousel .carousel-control-prev:hover span {
  color: #fff;
}
@media (max-width: 1199px) {
  .index-item.news ul.news-list &gt; li &gt; .img-box {
    height: 140px;
  }
}
@media (max-width: 991px) {
  .index-item.news ul.news-list {
    padding: 20px;
  }
  .index-item.news ul.news-list &gt; li &gt; .img-box {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .index-item.news {
    /* -webkit-background-size: cover;
    background-size: cover; */
  }
  .index-item.news ul.news-list &gt; li {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .index-item.news ul.news-list &gt; li.last {
    margin-bottom: 0;
  }
  .index-item.news ul.news-list &gt; li &gt; .img-box {
    float: left;
    width: 25%;
    height: 106px;
  }
  .index-item.news ul.news-list &gt; li &gt; .text-box {
    float: left;
    width: 75%;
  }
  .index-item.news ul.news-list &gt; li &gt; .read {
    float: left;
  }
  .index-item.news .news-desc &gt; p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .index-item.news ul.news-list &gt; li &gt; .img-box {
    display: none;
  }
  .index-item.news ul.news-list &gt; li &gt; .text-box {
    width: 100%;
  }
}



/* NAV */
.sec-nav {
  background-color: #4fb778;
}
.sec-nav ul &gt; li &gt; a {
  padding: 0 30px;
  line-height: 50px;
  color: #fff!important;
}
.sec-nav ul &gt; li.active &gt; a {
  background-color: #2ea85e;
}
@media (max-width: 991px) {
  .sec-nav ul &gt; li &gt; a {
    padding: 0 20px;
    line-height: 40px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sec-nav {
    display: none;
  }
}


/* NEWS */
.news &gt; ul.news-list &gt; li {
  padding: 15px 0;
  border-bottom: 1px dotted #ccc;
}
.news &gt; ul.news-list &gt; li &gt; .img-box {
  width: 20%;
  height: 130px;
  overflow: hidden;
}
.news &gt; ul.news-list &gt; li &gt; .img-box:hover img {
  transform: scale(1.1);
}
.news &gt; ul.news-list &gt; li &gt; .text-box {
  width: 78%;
}
.news &gt; ul.news-list &gt; li &gt; .text-box &gt; .title {
  font-size: 18px;
  font-weight: bold;
  color: #555;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news &gt; ul.news-list &gt; li &gt; .text-box &gt; .title:hover {
  color: #4fb778;
}
.news &gt; ul.news-list &gt; li &gt; .text-box &gt; .date {
  font-size: 13px;
  color: #999;
}
.news &gt; ul.news-list &gt; li &gt; .text-box &gt; .date::before {
  margin-right: 3px;
}
.news &gt; ul.news-list &gt; li &gt; .text-box &gt; .desc {
  font-size: 14px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 991px) {
  .news &gt; ul.news-list &gt; li &gt; .img-box {
    width: 25%;
    height: 115px;
  }
  .news &gt; ul.news-list &gt; li &gt; .text-box {
    width: 73%;
  }
}
@media (max-width: 767px) {
  .news &gt; ul.news-list &gt; li &gt; .img-box {
    display: none;
  }
  .news &gt; ul.news-list &gt; li &gt; .text-box {
    width: 100%;
  }
}


/* DETAIL */
.detail &gt; .top &gt; .title {
  padding: 0 70px;
}
.detail &gt; .top &gt; .date {
  font-size: 14px;
  color: #999;
}
.detail &gt; .top &gt; .return {
  left: 0;
  top: 0;
}
@media (max-width: 991px) {
  .detail &gt; .top &gt; .title {
    padding: 0;
  }
  .detail &gt; .top &gt; .return {
    display: block;
    position: static!important;
  }
}


/* PARTNER */
.partner &gt; ul.partner-list &gt; li {
  top: 0;
  width: 18%;
  height: 80px;
  margin-right: 2%;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  box-shadow: 0 0 0 #999;
}
.partner &gt; ul.partner-list &gt; li.last {
  margin-right: 0;
}
.partner &gt; ul.partner-list &gt; li:hover {
  top: -5px;
  box-shadow: 0 3px 10px #999;
}
@media (max-width: 991px) {
  .partner &gt; ul.partner-list &gt; li,
  .partner &gt; ul.partner-list &gt; li.last {
    width: 32%;
    height: 100px;
    margin-right: 2%;
  }
  .partner &gt; ul.partner-list &gt; li.last-lg {
    margin-right: 0;
  }
}
@media (max-width:767px) {
  .partner &gt; ul.partner-list &gt; li,
  .partner &gt; ul.partner-list &gt; li.last,
  .partner &gt; ul.partner-list &gt; li.last-lg {
    width: 49%;
    margin-right: 2%;
  }
  .partner &gt; ul.partner-list &gt; li.last-sm {
    margin-right: 0;
  }
}
@media (max-width: 430px) {
  .partner &gt; ul.partner-list &gt; li {
    height: 80px!important;
  }
}


/* PRODUCTS */
.s-products ul.menu-first {
  width: 20%;
  padding: 0 5px;
  padding-bottom: 5px;
  color: #30a25d;
  background-color: #30a25d;
}
.s-products ul.menu-first &gt; li {
  /* padding: 10px 0; */
  border-bottom: 1px dotted #30a25d;
  background-color: #fff;
}
.s-products ul.menu-first &gt; li &gt; i.icon-down {
  font-size: 20px;
  right: 20px;
  top: 8px;
}
.s-products ul.menu-first &gt; li.active &gt; i.icon-down {
  transform: rotate(90deg);
}
.s-products ul.menu-first &gt; li &gt; a {
  padding: 10px 0;
  padding-left: 20px;
  color: #555!important;
  background-color: #ebeff9;
}
.s-products ul.menu-first &gt; li.active &gt; a {
  background-color: #4fb778;
  color: #fff!important;
}
.s-products ul.menu-first &gt; li &gt; a::before,
.s-products ul.menu-first &gt; li &gt; ul.menu-secondary &gt; li &gt; a::before {
  display: inline-block;
}
.s-products ul.menu-first &gt; li.active &gt; a::before,
.s-products ul.menu-first &gt; li &gt; ul.menu-secondary &gt; li.active &gt; a::before {
  transform: rotate(90deg);
}
.s-products ul.menu-first &gt; li &gt; ul.menu-secondary {
  /* display: none; */
  height: 0;
  padding-left: 15px;
  font-size: 14px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition:all .4s;
}
.s-products ul.menu-first &gt; li.active &gt; ul.menu-secondary {
  margin-bottom: 10px!important;
}
.s-products ul.menu-first &gt; li &gt; ul.menu-secondary &gt; li {
  /* padding-left: 10px; */
  margin-top: 10px;
  /* border-left: 1px solid #ccc; */
}
.s-products ul.menu-first &gt; li &gt; ul.menu-secondary &gt; li &gt; a {
  color: #4fb778!important;
}
.s-products ul.menu-first &gt; li &gt; ul.menu-secondary &gt; li.now &gt; a {
  font-weight: bold;
}
.s-products ul.menu-first &gt; li &gt; ul.menu-secondary &gt; li &gt; ul.menu-third {
  height: 0;
  overflow: hidden;
  padding-left: 10px;
  color: #999;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition:all .4s;
}
.s-products ul.menu-first &gt; li &gt; ul.menu-secondary &gt; li &gt; ul.menu-third &gt; li {
  margin-top: 5px;
  padding-left: 5px;
  /* border-left: 1px solid #ccc; */
}
.s-products ul.menu-first &gt; li &gt; ul.menu-secondary &gt; li &gt; ul.menu-third &gt; li.now {
  color: #4fb778;
}
/* menu */
.menu-top {
  padding: 15px 0;
  background-color: #30a25d;
}
.menu-top &gt; .title {
  font-size: 24px;
}

.s-products ul.products-list &gt; li {
  width: 32%;
  height: 266px;
  margin-right: 2%;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}
.s-products ul.products-list &gt; li.last {
  margin-right: 0;
}
.s-products ul.products-list &gt; li &gt; .img-box {
  /* padding: 15px; */
}
.s-products ul.products-list &gt; li &gt; span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 35px;
  line-height: 35px;
  background-color: rgba(0,0,0,.4);
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .s-products ul.products-list &gt; li {
    height: 220px;
  }
}
@media (max-width: 991px) {
  .s-products ul.menu-first {
    width: 100%;
    margin-bottom: 20px!important;
  }
  .s-products .right {
    width: 100%!important;
  }
}
@media (max-width: 767px) {
  .s-products ul.products-list &gt; li,
  .s-products ul.products-list &gt; li.last {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
    height: 243px;
  }
  .s-products ul.products-list &gt; li.last-sm {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .s-products ul.products-list &gt; li {
    width: 100%!important;
    height: auto!important;
    margin-right: 0!important;
  }
}

/* detail */
.product-d &gt; .right &gt; .pic-show &gt; .img-box {
  height: 416px;
  line-height: 414px;
  /* padding: 15px; */
  border: 1px solid #ccc;
}
.product-d &gt; .right &gt; .pic-show &gt; .all-box &gt; ul.img-mini {
  width: 95%;
  margin-left: 2.5%;
  margin-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.product-d &gt; .right &gt; .pic-show &gt; .all-box &gt; ul.img-mini &gt; li {
  width: 23.5%;
  height: 91px;
  margin-right: 2%;
  border: 1px solid #eee;
  opacity: .5;
  cursor: pointer;
}
.product-d &gt; .right &gt; .pic-show &gt; .all-box &gt; ul.img-mini &gt; li.active {
  opacity: 1;
}
.product-d &gt; .right &gt; .pic-show &gt; .all-box &gt; a.iconfont {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #4fb778;
}
.product-d &gt; .right &gt; .pic-show &gt; .all-box &gt; a.iconfont.control-prev {
  left: -25px;
}
.product-d &gt; .right &gt; .pic-show &gt; .all-box &gt; a.iconfont.control-next {
  right: -25px;
}
.product-d &gt; .right &gt; .text-box {
  padding: 30px;
}
.product-d &gt; .right &gt; .text-box &gt; p {
  font-size: 14px;
  color: #555;
  /* text-indent: 30px; */
  letter-spacing: 1px;
}
.product-d &gt; .right &gt; .detail {
  margin-top: 30px;
}
.product-d &gt; .right &gt; .detail &gt; span.title {
  padding: 5px 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 18px;
  color: #fff;
  background-color: #30a25d;
}
.product-d &gt; .right &gt; .detail &gt; .detail-content {
  font-size: 15px;
}
.product-d &gt; .right &gt; .detail &gt; .detail-content * {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .product-d &gt; .right &gt; .pic-show &gt; .img-box {
    height: 349px;
    line-height: 347px;
  }
  .product-d &gt; .right &gt; .pic-show &gt; .all-box &gt; ul.img-mini &gt; li {
    height: 78px;
  }
}
@media (max-width: 767px) {
  .product-d &gt; .right &gt; .pic-show,
  .product-d &gt; .right &gt; .text-box {
    float: none!important;
    width: 100%!important;
  }
  .product-d &gt; .right &gt; .text-box {
    padding: 0;
    margin-top: 20px;
  }
  .product-d &gt; .right &gt; .pic-show &gt; .img-box {
    height: 510px;
    line-height: 508px;
  }
  .product-d &gt; .right &gt; .pic-show &gt; .all-box &gt; ul.img-mini &gt; li {
    height: 112px;
  }
}
@media (max-width: 575px) {
  .product-d &gt; .right &gt; .pic-show &gt; .img-box {
    height: auto;
    line-height: 0;
  }
  .product-d &gt; .right &gt; .pic-show &gt; .all-box &gt; ul.img-mini &gt; li {
    height: auto;
  }
  .product-d &gt; .right &gt; .pic-show &gt; .all-box &gt; ul.img-mini {
    width: 90%;
    margin-left: 5%;
  }
  .product-d &gt; .right &gt; .pic-show &gt; .all-box &gt; a.iconfont.control-prev {
    left: -15px;
  }
  .product-d &gt; .right &gt; .pic-show &gt; .all-box &gt; a.iconfont.control-next {
    right: -15px;
  }
  .product-d &gt; .right &gt; .detail {
    margin-top: 15px;
  }
}
</pre></body></html>