.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*table*/
.table-box {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.table-box table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  line-height: 1.2;
}
.table-box table tr,
.table-box table td,
.table-box table th {
  width: auto !important;
  height: auto !important;
  background-color: #f2f3f4;
  color: #02152d;
}
.table-box table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.table-box table tr:nth-child(even) {
  background-color: #ffffff;
}
.table-box table td,
.table-box table th {
  vertical-align: middle;
  font-weight: normal;
  padding: 10px !important;
  border: 1px solid #EEEEEE !important;
  font-size: 15px;
}
@media (max-width: 767px) {
  .table-box table td,
  .table-box table th {
    font-size: 14px;
  }
}
.table-box table tr p,
.table-box table tr span {
  line-height: 1.2 !important;
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.table-box table th {
  text-align: center;
}
.table-box .table-nav {
  overflow: hidden;
}
.table-box .table-content {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 300px;
  max-height: 42vh;
}
.tsformcommon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tsformY {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tsformX {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 0;
}
.banner .swiper-container .swiper-slide {
  overflow: hidden;
}
.banner .swiper-container .slide-inner {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner .swiper-container .slide-inner img {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 100%;
}
.banner .swiper-pagination {
  left: 50%;
  bottom: 68px;
  transform: translateX(-50%);
  width: auto;
}
@media screen and (max-width: 1199px) {
  .banner .swiper-pagination {
    bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .banner .swiper-pagination {
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner .swiper-pagination {
    bottom: 15px;
  }
}
.banner .swiper-pagination span.swiper-pagination-bullet {
  position: relative;
  width: 22px;
  height: 22px;
  margin: 0 7px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  opacity: 1;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
  .banner .swiper-pagination span.swiper-pagination-bullet {
    margin: 0 5px;
    width: 18px;
    height: 18px;
  }
}
.banner .swiper-pagination span.swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .banner .swiper-pagination span.swiper-pagination-bullet::before {
    width: 4px;
    height: 4px;
  }
}
.banner .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #fff;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active::before {
  background-color: #31ad5c;
}
.index-hot-product {
  overflow: hidden;
}
.index-hot-product .common-title {
  padding-bottom: 30px;
}
.index-hot-product .hot-product-slick {
  position: relative;
}
.index-hot-product .hot-product-slick .slick-list {
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .index-hot-product .hot-product-slick .slick-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .index-hot-product .hot-product-slick .slick-list {
    margin: 0 -7.5px;
  }
}
.index-hot-product .hot-product-slick .slick-list .slick-slide {
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .index-hot-product .hot-product-slick .slick-list .slick-slide {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-hot-product .hot-product-slick .slick-list .slick-slide {
    padding: 0 7.5px;
  }
}
.index-hot-product .hot-product-slick .slick-arrow {
  position: absolute;
  top: 50%;
  left: -75px;
  transform: translate(-100%, -50%);
  z-index: 5;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 0;
  background-color: #d0d0d0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .index-hot-product .hot-product-slick .slick-arrow {
    left: 10px;
    transform: translate(0, -50%);
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .index-hot-product .hot-product-slick .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .index-hot-product .hot-product-slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .index-hot-product .hot-product-slick .slick-arrow:hover {
    background-color: #31ad5c;
  }
}
.index-hot-product .hot-product-slick .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb95';
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .index-hot-product .hot-product-slick .slick-arrow::before {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .index-hot-product .hot-product-slick .slick-arrow::before {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-hot-product .hot-product-slick .slick-arrow::before {
    font-size: 15px;
  }
}
.index-hot-product .hot-product-slick .slick-next {
  left: auto;
  right: -75px;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 1199px) {
  .index-hot-product .hot-product-slick .slick-next {
    right: 10px;
    transform: translate(0, -50%);
  }
}
.index-hot-product .hot-product-slick .slick-next::before {
  content: '\e601';
}
.index-hot-product .hot-product-slick .item {
  display: block;
  padding: 12px;
  border-radius: 5px;
  background-color: #f5f5f5;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .index-hot-product .hot-product-slick .item {
    padding: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .index-hot-product .hot-product-slick .item:hover {
    background-color: #31ad5c;
  }
  .index-hot-product .hot-product-slick .item:hover .pic img {
    transform: scale(1.05);
  }
  .index-hot-product .hot-product-slick .item:hover .description h6 {
    color: #fff;
    font-weight: 700;
  }
  .index-hot-product .hot-product-slick .item:hover .description span {
    color: #222222;
    background-color: #fff;
  }
  .index-hot-product .hot-product-slick .item:hover .description span::before {
    color: #222222;
  }
}
.index-hot-product .hot-product-slick .item .pic {
  overflow: hidden;
  display: block;
  border-radius: 5px;
  background-color: #fff;
}
.index-hot-product .hot-product-slick .item .pic .img-box {
  padding-bottom: 110%;
}
.index-hot-product .hot-product-slick .item .pic .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-hot-product .hot-product-slick .item .description h6 {
  margin: 17px 0;
  font-size: 20px;
  line-height: 1.75;
  color: #222222;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
  .index-hot-product .hot-product-slick .item .description h6 {
    margin: 15px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .index-hot-product .hot-product-slick .item .description h6 {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .index-hot-product .hot-product-slick .item .description h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-hot-product .hot-product-slick .item .description h6 {
    font-size: 14px;
  }
}
.index-hot-product .hot-product-slick .item .description span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  font-size: 15px;
  color: #666666;
  border-radius: 5px;
  background-color: #d0d0d0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .index-hot-product .hot-product-slick .item .description span {
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .index-hot-product .hot-product-slick .item .description span {
    height: 35px;
    font-size: 12px;
  }
}
.index-hot-product .hot-product-slick .item .description span::after {
  margin-left: 15px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb94';
  font-size: 24px;
  line-height: 0.8;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .index-hot-product .hot-product-slick .item .description span::after {
    margin-left: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-hot-product .hot-product-slick .item .description span::after {
    margin-left: 5px;
    font-size: 17px;
  }
}
.index-about {
  overflow: hidden;
}
.index-about .content {
  position: relative;
  z-index: 1;
}
.index-about .content .left-pic {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 50.78125%;
}
@media screen and (max-width: 991px) {
  .index-about .content .left-pic {
    position: relative;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .index-about .content .left-pic:hover img {
    transform: scale(1.05);
  }
}
.index-about .content .left-pic .img-box {
  padding-bottom: 73.84615385%;
}
.index-about .content .left-pic .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-about .content .right-intro {
  width: 59.375%;
  margin-left: auto;
  margin-right: 0;
  padding: 75px 95px 85px;
  background: url(../images/img/index_about_intro_bgg.jpg) #f5f5f5 no-repeat right bottom;
  background-size: cover;
}
@media screen and (max-width: 1439px) {
  .index-about .content .right-intro {
    padding: 50px 75px;
  }
}
@media screen and (max-width: 1199px) {
  .index-about .content .right-intro {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .content .right-intro {
    width: 100%;
    padding: 30px 15px;
  }
}
.index-about .content .right-intro .title {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  .index-about .content .right-intro .title {
    padding-bottom: 15px;
  }
}
.index-about .content .right-intro .title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 4px;
  background-image: linear-gradient(to right, #31ad5c, #31ad5c 13.46153846%, #fff 13.46153846%, #fff 19.23076923%, #31ad5c 21.15384615%);
  background-image: -webkit-linear-gradient(to right, #31ad5c, #31ad5c 13.46153846%, #fff 13.46153846%, #fff 19.23076923%, #31ad5c 21.15384615%);
}
@media screen and (max-width: 1199px) {
  .index-about .content .right-intro .title::before {
    width: 45px;
    height: 3px;
  }
}
.index-about .content .right-intro .title h2 a {
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (min-width: 1200px) {
  .index-about .content .right-intro .title h2 a:hover {
    color: #31ad5c;
  }
}
.index-about .content .right-intro .txt {
  margin-top: 25px;
  width: 100%;
  max-width: 790px;
  font-size: 15px;
  line-height: 2.13333333;
  color: #444444;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .index-about .content .right-intro .txt {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .right-intro .txt {
    margin-top: 15px;
    font-size: 13px;
  }
}
.index-about .content .right-intro .more-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  font-size: 15px;
  line-height: 2;
  color: #222222;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .index-about .content .right-intro .more-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .index-about .content .right-intro .more-btn {
    margin-top: 25px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .right-intro .more-btn {
    margin-top: 20px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1200px) {
  .index-about .content .right-intro .more-btn:hover {
    color: #31ad5c;
  }
  .index-about .content .right-intro .more-btn:hover::after {
    margin-left: 5px;
    color: #31ad5c;
  }
}
.index-about .content .right-intro .more-btn::after {
  margin-left: 10px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb94';
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .index-about .content .right-intro .more-btn::after {
    margin-left: 8px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .right-intro .more-btn::after {
    margin-left: 5px;
    font-size: 13px;
  }
}
.index-about .content .right-intro .num {
  margin-top: 40px;
  display: flex;
}
@media screen and (max-width: 1439px) {
  .index-about .content .right-intro .num {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .index-about .content .right-intro .num {
    justify-content: space-between;
  }
}
.index-about .content .right-intro .num li {
  display: flex;
  justify-content: center;
  min-width: 195px;
  padding: 45px 15px;
  margin-right: 30px;
}
@media screen and (max-width: 1439px) {
  .index-about .content .right-intro .num li {
    min-width: 170px;
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1199px) {
  .index-about .content .right-intro .num li {
    min-width: 0;
    width: 30%;
    padding: 30px 15px;
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .index-about .content .right-intro .num li {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .right-intro .num li {
    padding: 15px 10px;
  }
}
.index-about .content .right-intro .num li h6 {
  margin: 0;
  font-size: 40px;
  line-height: 1.125;
  color: #ffffff;
  font-family: "Impact";
}
@media screen and (max-width: 1439px) {
  .index-about .content .right-intro .num li h6 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .index-about .content .right-intro .num li h6 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .content .right-intro .num li h6 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .right-intro .num li h6 {
    font-size: 20px;
  }
}
.index-about .content .right-intro .num li h6 sub {
  left: 5px;
  bottom: 0.22em;
  font-size: 0.375em;
  font-weight: 700;
  font-family: '微软雅黑', 'Microsoft YaHei';
}
.index-about .content .right-intro .num li p {
  padding-top: 2px;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  .index-about .content .right-intro .num li p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .index-about .content .right-intro .num li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .index-about .content .right-intro .num li p {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .index-about .content .right-intro .num li p {
    font-size: 12px;
  }
}
.index-about .content .right-intro .num li:nth-child(1) {
  background-color: #31ad5c;
}
.index-about .content .right-intro .num li:nth-child(2) {
  background-color: #008b3d;
}
.index-about .content .right-intro .num li:nth-child(3) {
  background-color: #006a20;
}
.index-advantage {
  overflow: hidden;
  background: url(../images/img/index_advantage_bgg.jpg) no-repeat center;
  background-size: cover;
}
.index-advantage .common-title {
  padding-bottom: 65px;
}
@media screen and (max-width: 1439px) {
  .index-advantage .common-title {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .index-advantage .common-title {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .index-advantage .common-title {
    padding-bottom: 30px;
  }
}
.index-advantage .advantage-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .index-advantage .advantage-list {
    justify-content: flex-start;
    margin: -15px;
  }
}
.index-advantage .advantage-list li {
  width: 17.0212766%;
}
@media screen and (max-width: 1439px) {
  .index-advantage .advantage-list li {
    width: 20%;
  }
}
@media screen and (max-width: 991px) {
  .index-advantage .advantage-list li {
    width: 50%;
    padding: 15px;
  }
}
@media screen and (max-width: 575px) {
  .index-advantage .advantage-list li {
    width: 100%;
    text-align: center;
  }
}
.index-advantage .advantage-list .item {
  position: relative;
  display: block;
  padding-bottom: 55px;
}
@media screen and (max-width: 1199px) {
  .index-advantage .advantage-list .item {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .index-advantage .advantage-list .item:hover .iconfont {
    transform: rotateY(180deg);
  }
  .index-advantage .advantage-list .item:hover::before {
    width: calc(100% - 30px);
  }
  .index-advantage .advantage-list .item:hover::after {
    transform: translateX(0);
    opacity: 1;
  }
}
.index-advantage .advantage-list .item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  border-radius: 1.5px;
  background-color: #fff;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
@media screen and (max-width: 1199px) {
  .index-advantage .advantage-list .item::before {
    display: none;
  }
}
.index-advantage .advantage-list .item::after {
  content: attr(data-index);
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  opacity: 0;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
@media screen and (max-width: 1199px) {
  .index-advantage .advantage-list .item::after {
    display: none;
  }
}
.index-advantage .advantage-list .item .iconfont {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
@media screen and (max-width: 1199px) {
  .index-advantage .advantage-list .item .iconfont {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-advantage .advantage-list .item .iconfont {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 575px) {
  .index-advantage .advantage-list .item .iconfont {
    margin: 0 auto;
  }
}
.index-advantage .advantage-list .item .iconfont::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 35px;
}
@media screen and (max-width: 1199px) {
  .index-advantage .advantage-list .item .iconfont::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-advantage .advantage-list .item .iconfont::before {
    font-size: 25px;
  }
}
.index-advantage .advantage-list .item h6 {
  margin: 25px 0 0;
  font-size: 22px;
  line-height: 1.36363636;
  color: #ffffff;
  text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
  .index-advantage .advantage-list .item h6 {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .index-advantage .advantage-list .item h6 {
    margin-top: 15px;
    font-size: 16px;
  }
}
.index-advantage .advantage-list .item .txt {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.73333333;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .index-advantage .advantage-list .item .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .index-advantage .advantage-list .item .txt {
    font-size: 13px;
  }
}
.index-new {
  overflow: hidden;
}
.index-new .common-title {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .index-new .common-title {
    padding-bottom: 30px;
  }
}
.index-new .new-slick .slick-list {
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .index-new .new-slick .slick-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .new-slick .slick-list {
    margin: 0 -7.5px;
  }
}
.index-new .new-slick .slick-list .slick-slide {
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .index-new .new-slick .slick-list .slick-slide {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .new-slick .slick-list .slick-slide {
    padding: 0 7.5px;
  }
}
.index-new .new-slick .slick-arrow {
  position: absolute;
  top: 50%;
  left: -75px;
  transform: translate(-100%, -50%);
  z-index: 5;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 0;
  background-color: #d0d0d0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .index-new .new-slick .slick-arrow {
    left: 10px;
    transform: translate(0, -50%);
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 991px) {
  .index-new .new-slick .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .new-slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .index-new .new-slick .slick-arrow:hover {
    background-color: #31ad5c;
  }
}
.index-new .new-slick .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb95';
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .index-new .new-slick .slick-arrow::before {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .index-new .new-slick .slick-arrow::before {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .new-slick .slick-arrow::before {
    font-size: 15px;
  }
}
.index-new .new-slick .slick-next {
  left: auto;
  right: -75px;
  transform: translate(100%, -50%);
}
@media screen and (max-width: 1199px) {
  .index-new .new-slick .slick-next {
    right: 10px;
    transform: translate(0, -50%);
  }
}
.index-new .new-slick .slick-next::before {
  content: '\e601';
}
.index-new .new-slick .item {
  display: block;
  padding: 12px;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
@media screen and (max-width: 1199px) {
  .index-new .new-slick .item {
    padding: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .index-new .new-slick .item:hover {
    background-color: #31ad5c;
  }
  .index-new .new-slick .item:hover .pic img {
    transform: scale(1.05);
  }
  .index-new .new-slick .item:hover .description h6 {
    border-bottom-color: #fff;
  }
  .index-new .new-slick .item:hover .description h6 span {
    color: #fff;
  }
  .index-new .new-slick .item:hover .description .txt {
    color: #fff;
  }
  .index-new .new-slick .item:hover .description .date {
    color: #fff;
  }
}
.index-new .new-slick .item .pic {
  overflow: hidden;
  display: block;
  border-radius: 5px;
  background-color: #fff;
}
.index-new .new-slick .item .pic .img-box {
  padding-bottom: 75.47169811%;
}
.index-new .new-slick .item .pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.index-new .new-slick .item .description {
  padding: 25px;
  padding-bottom: 18px;
}
@media screen and (max-width: 1439px) {
  .index-new .new-slick .item .description {
    padding: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .index-new .new-slick .item .description {
    padding: 15px 0 0;
  }
}
.index-new .new-slick .item .description h6 {
  margin: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b6b6b6;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .index-new .new-slick .item .description h6 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.index-new .new-slick .item .description h6 span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .index-new .new-slick .item .description h6 span {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .index-new .new-slick .item .description h6 span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .new-slick .item .description h6 span {
    font-size: 15px;
  }
}
.index-new .new-slick .item .description .txt {
  font-size: 15px;
  line-height: 1.73333333;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .index-new .new-slick .item .description .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .new-slick .item .description .txt {
    font-size: 13px;
  }
}
.index-new .new-slick .item .description .date {
  margin-top: 25px;
  display: block;
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .index-new .new-slick .item .description .date {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .index-new .new-slick .item .description .date {
    margin-top: 15px;
    font-size: 13px;
  }
}
.index-show {
  overflow: hidden;
  padding-bottom: 25px;
}
@media screen and (max-width: 991px) {
  .index-show {
    padding-bottom: 20px;
  }
}
.index-show .show-menu {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 1199px) {
  .index-show .show-menu {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-show .show-menu {
    padding-bottom: 20px;
  }
}
.index-show .show-menu li {
  position: relative;
  padding: 0 39px;
  font-size: 40px;
  line-height: 1.5;
  color: #999999;
  cursor: pointer;
  text-transform: uppercase;
  -moz-user-select: none;
  /*mozilar*/
  -webkit-user-select: none;
  /*webkit*/
  -ms-user-select: none;
  /*IE*/
  user-select: none;
}
@media screen and (max-width: 1199px) {
  .index-show .show-menu li {
    padding: 0 30px;
    font-size: 35px;
  }
}
@media screen and (max-width: 991px) {
  .index-show .show-menu li {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .index-show .show-menu li {
    padding: 0 20px;
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  .index-show .show-menu li {
    padding: 0 15px;
    font-size: 20px;
  }
}
.index-show .show-menu li::after {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(-50%, -50%);
  content: '&';
  color: inherit;
}
.index-show .show-menu li.current {
  color: #222222;
}
.index-show .show-menu li:last-child::after {
  display: none;
}
.index-show .show-content {
  position: relative;
}
.index-show .show-slick {
  position: relative;
  padding: 0 7px;
}
@media screen and (max-width: 991px) {
  .index-show .show-slick {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-show .show-slick {
    padding: 0 5px;
  }
}
.index-show .show-slick .slick-list .slick-slide {
  padding: 0 13px;
}
@media screen and (max-width: 991px) {
  .index-show .show-slick .slick-list .slick-slide {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .index-show .show-slick .slick-list .slick-slide {
    padding: 0 5px;
  }
}
.index-show .show-slick .slick-list .slick-slide .item {
  display: block;
}
.index-show .show-slick .slick-list .slick-slide .img-box {
  padding-bottom: 76.66666667%;
}
.index-show .show-slick .slick-dots {
  padding-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .index-show .show-slick .slick-dots {
    padding-top: 15px;
  }
}
.index-show .show-slick .slick-dots li {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .index-show .show-slick .slick-dots li {
    margin: 0 5px;
  }
}
.index-show .show-slick .slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  font-size: 0;
  background-color: #d0d0d0;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
  .index-show .show-slick .slick-dots li button {
    width: 12px;
    height: 12px;
  }
}
.index-show .show-slick .slick-dots .slick-active button {
  background-color: #31ad5c;
}
@media screen and (max-width: 1199px) {
  .index-show .arrow-wrap {
    display: none !important;
  }
}
.index-show .arrow-wrap button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6.51041667%;
  z-index: 5;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 0;
  background-color: #d0d0d0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .index-show .arrow-wrap button:hover {
    background-color: #31ad5c;
  }
}
.index-show .arrow-wrap button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb95';
  font-size: 18px;
  color: #fff;
}
.index-show .arrow-wrap .next {
  left: auto;
  right: 6.51041667%;
}
.index-show .arrow-wrap .next::before {
  content: '\e601';
}
.product-container {
  overflow: hidden;
}
.product-container .p-nav .p-nav1 > li {
  position: relative;
  margin-bottom: 10px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.product-container .p-nav .p-nav1 > li:hover {
  padding-top: 5px;
}
.product-container .p-nav .p-nav1 > li:hover::before {
  opacity: 1;
}
.product-container .p-nav .p-nav1 > li:hover > a {
  color: #fff;
  background-color: #31ad5c;
}
.product-container .p-nav .p-nav1 > li:hover > a::before {
  transform: translateX(0);
  opacity: 1;
}
.product-container .p-nav .p-nav1 > li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 16px;
  border-radius: 5px;
  background-color: #008b3d;
  opacity: 0;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.product-container .p-nav .p-nav1 > li:last-child {
  margin-bottom: 0;
}
.product-container .p-nav .p-nav1 > li > a {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: block;
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 22px;
  line-height: 1.63636364;
  color: #222222;
  text-transform: capitalize;
  background-color: #f5f5f5;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1439px) {
  .product-container .p-nav .p-nav1 > li > a {
    padding: 10px 20px;
    font-size: 18px;
  }
}
.product-container .p-nav .p-nav1 > li > a::before {
  position: absolute;
  bottom: 0;
  right: -9px;
  transform: translateX(100%);
  z-index: -1;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e654';
  color: #20a151;
  font-size: 82px;
  line-height: 0.65;
  opacity: 0;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
@media screen and (max-width: 1439px) {
  .product-container .p-nav .p-nav1 > li > a::before {
    right: -6px;
    font-size: 66px;
  }
}
.product-container .p-nav .p-nav1 > .active {
  padding-top: 5px;
}
.product-container .p-nav .p-nav1 > .active::before {
  opacity: 1;
}
.product-container .p-nav .p-nav1 > .active > a {
  color: #fff;
  background-color: #31ad5c;
}
.product-container .p-nav .p-nav1 > .active > a::before {
  transform: translateX(0);
  opacity: 1;
}
.product-container .p-nav .p-nav2 {
  display: none;
  padding: 10px 0;
}
@media screen and (max-width: 1439px) {
  .product-container .p-nav .p-nav2 {
    padding: 5px 0;
  }
}
.product-container .p-nav .p-nav2 > li {
  margin-top: 14px;
}
@media screen and (max-width: 1439px) {
  .product-container .p-nav .p-nav2 > li {
    margin-top: 10px;
  }
}
.product-container .p-nav .p-nav2 > li:hover > a {
  color: #31ad5c;
  text-decoration: underline;
}
.product-container .p-nav .p-nav2 > li:hover > a::before {
  transform: translateX(0);
  opacity: 1;
}
.product-container .p-nav .p-nav2 > li > a {
  position: relative;
  display: block;
  padding-left: 50px;
  padding-right: 25px;
  font-size: 18px;
  line-height: 1.66666667;
  color: #333333;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
  .product-container .p-nav .p-nav2 > li > a {
    padding-left: 40px;
    padding-right: 20px;
    font-size: 16px;
  }
}
.product-container .p-nav .p-nav2 > li > a::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 37px;
  transform: translateX(-200%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #31ad5c;
  opacity: 0;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
  .product-container .p-nav .p-nav2 > li > a::before {
    top: 11px;
    left: 25px;
  }
}
.product-container .p-nav .p-nav2 > .active > a {
  color: #31ad5c;
  text-decoration: underline;
}
.product-container .p-nav .p-nav2 > .active > a::before {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .product-container .inner-wrap {
    padding-left: 24px;
  }
}
.product-container .xs-p-nav {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .product-container .xs-p-nav {
    padding-bottom: 20px;
  }
}
.product-container .xs-p-nav ul li {
  display: inline-block;
  padding: 5px;
  margin-right: 5px;
  font-size: 16px;
  line-height: 1.5;
  color: #222222;
  font-weight: 700;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  .product-container .xs-p-nav ul li {
    font-size: 14px;
  }
}
.product-container .xs-p-nav ul li::before {
  margin-right: 2px;
  content: ">";
}
.product-container .xs-p-nav ul > .active {
  color: #31ad5c;
}
.product-container .xs-p-nav ul > .active a {
  text-decoration: underline;
}
.product-container .notfound-bar {
  padding-bottom: 20px;
}
.product-container .notfound-bar h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1;
  color: #31ad5c;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .product-container .notfound-bar h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .product-container .notfound-bar h2 {
    font-size: 20px;
  }
}
.product-container .notfound-bar .txt {
  padding-top: 15px;
  font-size: 18px;
  line-height: 1.33333333;
  color: #757575;
}
@media screen and (max-width: 1199px) {
  .product-container .notfound-bar .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-container .notfound-bar .txt {
    font-size: 14px;
  }
}
.product-container .notfound-bar .tip {
  position: relative;
  margin-top: 20px;
  padding: 15px 20px;
  padding-left: 35px;
  font-size: 18px;
  line-height: 1.33333333;
  color: #fff;
  background-color: #31ad5c;
}
@media screen and (max-width: 1199px) {
  .product-container .notfound-bar .tip {
    padding: 10px 15px;
    padding-left: 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-container .notfound-bar .tip {
    font-size: 14px;
  }
}
.product-container .notfound-bar .tip::before {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e64c';
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .product-container .notfound-bar .tip::before {
    font-size: 15px;
    left: 5px;
  }
}
.product-container .p-list {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
  padding-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .product-container .p-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .product-container .p-list {
    margin: 0 -7.5px;
    padding-bottom: 15px;
  }
}
.product-container .p-list li {
  width: 33.333333%;
  padding: 0 13px;
  margin-bottom: 28px;
}
@media screen and (max-width: 991px) {
  .product-container .p-list li {
    width: 50%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .product-container .p-list li {
    padding: 0 7.5px;
    margin-bottom: 15px;
  }
}
.product-container .p-list .item {
  display: block;
  padding: 12px;
  border-radius: 5px;
  background-color: #f5f5f5;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .product-container .p-list .item {
    padding: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .product-container .p-list .item:hover {
    background-color: #31ad5c;
  }
  .product-container .p-list .item:hover .pic img {
    transform: scale(1.05);
  }
  .product-container .p-list .item:hover .description h6 {
    color: #fff;
    font-weight: 700;
  }
  .product-container .p-list .item:hover .description span {
    color: #222222;
    background-color: #fff;
  }
  .product-container .p-list .item:hover .description span::before {
    color: #222222;
  }
}
.product-container .p-list .item .pic {
  overflow: hidden;
  display: block;
  border-radius: 5px;
  background-color: #fff;
}
.product-container .p-list .item .pic .img-box {
  padding-bottom: 110%;
}
.product-container .p-list .item .pic .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-container .p-list .item .description h6 {
  margin: 17px 0;
  font-size: 20px;
  line-height: 1.75;
  color: #222222;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
  .product-container .p-list .item .description h6 {
    margin: 15px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .product-container .p-list .item .description h6 {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .product-container .p-list .item .description h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-container .p-list .item .description h6 {
    margin: 10px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .product-container .p-list .item .description h6 {
    font-size: 12px;
  }
}
.product-container .p-list .item .description span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  font-size: 15px;
  color: #666666;
  border-radius: 5px;
  background-color: #d0d0d0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .product-container .p-list .item .description span {
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .product-container .p-list .item .description span {
    height: 35px;
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  .product-container .p-list .item .description span {
    height: 30px;
    font-size: 10px;
  }
}
.product-container .p-list .item .description span::after {
  margin-left: 15px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb94';
  font-size: 24px;
  line-height: 0.8;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .product-container .p-list .item .description span::after {
    margin-left: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-container .p-list .item .description span::after {
    margin-left: 5px;
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .product-container .p-list .item .description span::after {
    margin-left: 3px;
    font-size: 14px;
  }
}
.product-details-page .p-info .left-pic {
  float: left;
  width: 57.50487329%;
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .left-pic {
    float: none;
    width: 100%;
  }
}
.product-details-page .p-info .left-pic .slick-list .slick-slide {
  font-size: 0;
}
.product-details-page .p-info .left-pic .item {
  overflow: hidden;
  display: block;
  border-radius: 6px;
  border: 1px solid #d8d8d8;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
.product-details-page .p-info .left-pic .item .img-box {
  padding-bottom: 110.10752688%;
}
.product-details-page .p-info .left-pic .item img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-details-page .p-info .left-pic .slider-for {
  float: left;
  width: 78.81355932%;
}
.product-details-page .p-info .left-pic .slider-for .item {
  border-color: #31ad5c;
}
.product-details-page .p-info .left-pic .slider-nav {
  float: right;
  width: 18.6440678%;
}
.product-details-page .p-info .left-pic .slider-nav .slick-list {
  margin: -5px 0;
}
@media screen and (max-width: 400px) {
  .product-details-page .p-info .left-pic .slider-nav .slick-list {
    margin: -3px 0;
  }
}
.product-details-page .p-info .left-pic .slider-nav .slick-list .slick-slide {
  padding: 5px 0;
}
@media screen and (max-width: 400px) {
  .product-details-page .p-info .left-pic .slider-nav .slick-list .slick-slide {
    padding: 3px 0;
  }
}
.product-details-page .p-info .left-pic .slider-nav .slick-current .item {
  border-color: #31ad5c;
}
.product-details-page .p-info .right-intro {
  float: right;
  width: 38.01169591%;
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .right-intro {
    float: none;
    width: 100%;
  }
}
.product-details-page .p-info .right-intro .pname {
  margin: 0;
  padding: 50px 0 10px;
  border-bottom: 1px solid #d0d0d0;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 400;
  color: #222222;
  text-transform: capitalize;
}
@media screen and (max-width: 1439px) {
  .product-details-page .p-info .right-intro .pname {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .right-intro .pname {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .right-intro .pname {
    padding-top: 20px;
    font-size: 20px;
  }
}
.product-details-page .p-info .right-intro .description {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .right-intro .description {
    padding-top: 20px;
  }
}
.product-details-page .p-info .right-intro .description > h6 {
  margin: 0;
  font-size: 18px;
  line-height: 1.66666667;
  color: #31ad5c;
  text-transform: capitalize;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .right-intro .description > h6 {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .product-details-page .p-info .right-intro .description > h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .right-intro .description > h6 {
    font-size: 15px;
  }
}
.product-details-page .p-info .right-intro .description .txt {
  padding-top: 12px;
  font-size: 15px;
  line-height: 1.73333333;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .right-intro .description .txt {
    padding-top: 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .right-intro .description .txt {
    padding-top: 5px;
    font-size: 13px;
  }
}
.product-details-page .p-info .right-intro .description .txt img {
  max-width: 100%;
  height: auto !important;
}
.product-details-page .p-info .right-intro .description .txt .table-box table tr,
.product-details-page .p-info .right-intro .description .txt .table-box table th,
.product-details-page .p-info .right-intro .description .txt .table-box table td {
  border-color: #666666 !important;
  color: #666666;
  background-color: transparent;
}
.product-details-page .p-info .right-intro .share {
  padding-top: 95px;
}
@media screen and (max-width: 1439px) {
  .product-details-page .p-info .right-intro .share {
    padding-top: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .right-intro .share {
    padding-top: 30px;
  }
}
.product-details-page .p-info .right-intro .share b {
  float: left;
  margin-right: 10px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #31ad5c;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-info .right-intro .share b {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-info .right-intro .share b {
    margin-right: 5px;
    font-size: 14px;
  }
}
.product-details-page .p-info .right-intro .share .share-inner {
  float: left;
}
.product-details-page .p-title {
  padding: 60px 0 20px;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-title {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-title {
    padding-top: 30px;
  }
}
.product-details-page .p-title h2 {
  position: relative;
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .product-details-page .p-title h2 {
    padding-left: 25px;
  }
}
.product-details-page .p-title h2::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #31ad5c;
  box-shadow: 0 0 0 5px rgba(49, 173, 92, 0.35);
}
@media screen and (max-width: 767px) {
  .product-details-page .p-title h2::before {
    left: 4px;
    width: 7px;
    height: 7px;
    box-shadow: 0 0 0 4px rgba(49, 173, 92, 0.35);
  }
}
.product-details-page .p-details .inner {
  font-size: 15px;
  line-height: 1.73333333;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-details .inner {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-details .inner {
    font-size: 13px;
  }
}
.product-details-page .p-details .inner img {
  max-width: 100%;
  height: auto !important;
}
.product-details-page .p-details .inner .table-box table tr,
.product-details-page .p-details .inner .table-box table th,
.product-details-page .p-details .inner .table-box table td {
  border-color: #666666 !important;
  color: #666666;
  background-color: transparent;
}
.product-details-page .p-related .related-slick {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .product-details-page .p-related .related-slick:hover .slick-arrow {
    opacity: 1;
  }
}
.product-details-page .p-related .related-slick .slick-list {
  margin: 0 -15px;
}
@media screen and (max-width: 991px) {
  .product-details-page .p-related .related-slick .slick-list {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-related .related-slick .slick-list {
    margin: 0 -7.5px;
  }
}
.product-details-page .p-related .related-slick .slick-list .slick-slide {
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .product-details-page .p-related .related-slick .slick-list .slick-slide {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-related .related-slick .slick-list .slick-slide {
    padding: 0 7.5px;
  }
}
.product-details-page .p-related .related-slick .slick-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 5;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 0;
  background-color: #d0d0d0;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-related .related-slick .slick-arrow {
    width: 45px;
    height: 45px;
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .product-details-page .p-related .related-slick .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-related .related-slick .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .product-details-page .p-related .related-slick .slick-arrow:hover {
    background-color: #31ad5c;
  }
}
.product-details-page .p-related .related-slick .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb95';
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-related .related-slick .slick-arrow::before {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .product-details-page .p-related .related-slick .slick-arrow::before {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-related .related-slick .slick-arrow::before {
    font-size: 15px;
  }
}
.product-details-page .p-related .related-slick .slick-next {
  left: auto;
  right: 0;
}
.product-details-page .p-related .related-slick .slick-next::before {
  content: '\e601';
}
.product-details-page .p-related .related-slick .item {
  display: block;
  padding: 12px;
  border-radius: 5px;
  background-color: #f5f5f5;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-related .related-slick .item {
    padding: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .product-details-page .p-related .related-slick .item:hover {
    background-color: #31ad5c;
  }
  .product-details-page .p-related .related-slick .item:hover .pic img {
    transform: scale(1.05);
  }
  .product-details-page .p-related .related-slick .item:hover .description h6 {
    color: #fff;
    font-weight: 700;
  }
  .product-details-page .p-related .related-slick .item:hover .description span {
    color: #222222;
    background-color: #fff;
  }
  .product-details-page .p-related .related-slick .item:hover .description span::before {
    color: #222222;
  }
}
.product-details-page .p-related .related-slick .item .pic {
  overflow: hidden;
  display: block;
  border-radius: 5px;
  background-color: #fff;
}
.product-details-page .p-related .related-slick .item .pic .img-box {
  padding-bottom: 110%;
}
.product-details-page .p-related .related-slick .item .pic .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.product-details-page .p-related .related-slick .item .description h6 {
  margin: 17px 0;
  font-size: 20px;
  line-height: 1.75;
  color: #222222;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1439px) {
  .product-details-page .p-related .related-slick .item .description h6 {
    margin: 15px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .product-details-page .p-related .related-slick .item .description h6 {
    font-size: 17px;
  }
}
@media screen and (max-width: 991px) {
  .product-details-page .p-related .related-slick .item .description h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-related .related-slick .item .description h6 {
    margin: 10px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .product-details-page .p-related .related-slick .item .description h6 {
    font-size: 12px;
  }
}
.product-details-page .p-related .related-slick .item .description span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  font-size: 15px;
  color: #666666;
  border-radius: 5px;
  background-color: #d0d0d0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .product-details-page .p-related .related-slick .item .description span {
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-related .related-slick .item .description span {
    height: 35px;
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  .product-details-page .p-related .related-slick .item .description span {
    height: 30px;
    font-size: 10px;
  }
}
.product-details-page .p-related .related-slick .item .description span::after {
  margin-left: 15px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\eb94';
  font-size: 24px;
  line-height: 0.8;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1439px) {
  .product-details-page .p-related .related-slick .item .description span::after {
    margin-left: 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-page .p-related .related-slick .item .description span::after {
    margin-left: 5px;
    font-size: 17px;
  }
}
@media screen and (max-width: 575px) {
  .product-details-page .p-related .related-slick .item .description span::after {
    margin-left: 3px;
    font-size: 14px;
  }
}
.about-company-page {
  overflow: hidden;
}
.about-company-page .title-t2 {
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-info .large-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
.about-company-page .company-info .left-pic,
.about-company-page .company-info .right-intro {
  float: left;
  width: 50%;
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-info .left-pic,
  .about-company-page .company-info .right-intro {
    float: none;
    width: 100%;
  }
}
.about-company-page .company-info .left-pic .img-box {
  padding-bottom: 75%;
}
.about-company-page .company-info .right-intro {
  padding-left: 55px;
  padding-right: 30px;
  background: url(../images/img/about_company_infobgg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-info .right-intro {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-company-page .company-info .right-intro {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.about-company-page .company-info .right-intro .title {
  position: relative;
  padding: 40px 0;
}
@media screen and (max-width: 1439px) {
  .about-company-page .company-info .right-intro .title {
    padding: 25px 0;
  }
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-info .right-intro .title {
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 767px) {
  .about-company-page .company-info .right-intro .title {
    padding-bottom: 15px;
  }
}
.about-company-page .company-info .right-intro .title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 4px;
  background-image: linear-gradient(to right, #31ad5c, #31ad5c 13.46153846%, #fff 13.46153846%, #fff 19.23076923%, #31ad5c 21.15384615%);
  background-image: -webkit-linear-gradient(to right, #31ad5c, #31ad5c 13.46153846%, #fff 13.46153846%, #fff 19.23076923%, #31ad5c 21.15384615%);
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-info .right-intro .title::before {
    width: 45px;
    height: 3px;
  }
}
.about-company-page .company-info .right-intro .txt {
  width: 100%;
  max-width: 650px;
  padding-top: 35px;
  font-size: 16px;
  line-height: 1.875;
  color: #222222;
}
@media screen and (max-width: 1439px) {
  .about-company-page .company-info .right-intro .txt {
    padding-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-info .right-intro .txt {
    max-width: 100%;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-company-page .company-info .right-intro .txt {
    font-size: 14px;
  }
}
.about-company-page .company-info .right-intro .num {
  margin-top: 60px;
  display: flex;
  width: 100%;
  max-width: 650px;
}
@media screen and (max-width: 1439px) {
  .about-company-page .company-info .right-intro .num {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-info .right-intro .num {
    max-width: 100%;
    justify-content: space-between;
  }
}
.about-company-page .company-info .right-intro .num li {
  display: flex;
  justify-content: center;
  min-width: 195px;
  padding: 45px 15px;
  margin-right: 30px;
}
@media screen and (max-width: 1439px) {
  .about-company-page .company-info .right-intro .num li {
    min-width: 170px;
    margin-right: 20px;
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-info .right-intro .num li {
    min-width: 0;
    width: 30%;
    padding: 30px 15px;
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .about-company-page .company-info .right-intro .num li {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-company-page .company-info .right-intro .num li {
    padding: 15px 10px;
  }
}
.about-company-page .company-info .right-intro .num li h6 {
  margin: 0;
  font-size: 40px;
  line-height: 1.125;
  color: #ffffff;
  font-family: "Impact";
}
@media screen and (max-width: 1439px) {
  .about-company-page .company-info .right-intro .num li h6 {
    font-size: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-info .right-intro .num li h6 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about-company-page .company-info .right-intro .num li h6 {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .about-company-page .company-info .right-intro .num li h6 {
    font-size: 20px;
  }
}
.about-company-page .company-info .right-intro .num li h6 sub {
  left: 5px;
  bottom: 0.22em;
  font-size: 0.375em;
  font-weight: 700;
  font-family: '微软雅黑', 'Microsoft YaHei';
}
.about-company-page .company-info .right-intro .num li p {
  padding-top: 2px;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
}
@media screen and (max-width: 1439px) {
  .about-company-page .company-info .right-intro .num li p {
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-info .right-intro .num li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .about-company-page .company-info .right-intro .num li p {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .about-company-page .company-info .right-intro .num li p {
    font-size: 12px;
  }
}
.about-company-page .company-info .right-intro .num li:nth-child(1) {
  background-color: #31ad5c;
}
.about-company-page .company-info .right-intro .num li:nth-child(2) {
  background-color: #008b3d;
}
.about-company-page .company-info .right-intro .num li:nth-child(3) {
  background-color: #006a20;
}
.about-company-page .company-info .right-intro .num li:last-child {
  margin-right: 0;
}
.about-company-page .company-advantage {
  background: no-repeat center;
  background-size: cover;
}
.about-company-page .company-advantage .title-t2 {
  padding: 15px 0 35px;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-advantage .title-t2 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .about-company-page .company-advantage .title-t2 {
    padding: 30px 0 20px;
  }
}
.about-company-page .company-advantage .advantage-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -22px -25px;
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-advantage .advantage-list {
    margin: 0 -15px -20px;
  }
}
@media screen and (max-width: 991px) {
  .about-company-page .company-advantage .advantage-list {
    margin: 0 -10px -20px;
  }
}
.about-company-page .company-advantage .advantage-list li {
  width: 50%;
  padding: 0 22px 25px;
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-advantage .advantage-list li {
    padding: 0 15px 20px;
  }
}
@media screen and (max-width: 991px) {
  .about-company-page .company-advantage .advantage-list li {
    padding: 0 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-company-page .company-advantage .advantage-list li {
    width: 100%;
  }
}
.about-company-page .company-advantage .advantage-list .item {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 100%;
  border-radius: 5px;
  padding: 45px 45px 25px 110px;
  background-color: #d0d0d0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-advantage .advantage-list .item {
    padding: 35px;
    padding-left: 90px;
  }
}
@media screen and (max-width: 991px) {
  .about-company-page .company-advantage .advantage-list .item {
    padding: 25px;
    padding-left: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .about-company-page .company-advantage .advantage-list .item:hover {
    background-color: #006a20;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  }
  .about-company-page .company-advantage .advantage-list .item:hover::before {
    background-color: #31ad5c;
  }
  .about-company-page .company-advantage .advantage-list .item:hover h6 {
    color: #fff;
  }
  .about-company-page .company-advantage .advantage-list .item:hover .txt {
    color: #fff;
  }
}
.about-company-page .company-advantage .advantage-list .item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: calc(100% - 5px);
  height: 100%;
  border-radius: 5px;
  background-color: #f5f5f5;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.about-company-page .company-advantage .advantage-list .item .iconfont {
  position: absolute;
  top: 40px;
  left: 50px;
  z-index: 2;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-advantage .advantage-list .item .iconfont {
    top: 30px;
    left: 40px;
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 991px) {
  .about-company-page .company-advantage .advantage-list .item .iconfont {
    top: 25px;
    left: 30px;
    width: 30px;
    height: 30px;
  }
}
.about-company-page .company-advantage .advantage-list .item .iconfont::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 35px;
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-advantage .advantage-list .item .iconfont::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about-company-page .company-advantage .advantage-list .item .iconfont::before {
    font-size: 28px;
  }
}
.about-company-page .company-advantage .advantage-list .item .iconfont::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-2px, -5px);
  z-index: -1;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #d0d0d0;
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-advantage .advantage-list .item .iconfont::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 991px) {
  .about-company-page .company-advantage .advantage-list .item .iconfont::after {
    width: 18px;
    height: 18px;
  }
}
.about-company-page .company-advantage .advantage-list .item h6 {
  margin: 0;
  font-size: 22px;
  line-height: 1.36363636;
  color: #222222;
  text-transform: capitalize;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-advantage .advantage-list .item h6 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .about-company-page .company-advantage .advantage-list .item h6 {
    font-size: 16px;
  }
}
.about-company-page .company-advantage .advantage-list .item .txt {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.73333333;
  color: #666666;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
  .about-company-page .company-advantage .advantage-list .item .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .about-company-page .company-advantage .advantage-list .item .txt {
    font-size: 13px;
  }
}
.show-page {
  overflow: hidden;
}
.show-page .show-list {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .show-page .show-list {
    padding-bottom: 15px;
  }
}
.show-page .show-list li {
  margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
  .show-page .show-list li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .show-page .show-list li {
    margin-bottom: 15px;
  }
}
.show-page .show-list .item {
  display: block;
}
@media screen and (min-width: 1200px) {
  .show-page .show-list .item:hover .img-box::before {
    opacity: 1;
  }
  .show-page .show-list .item:hover .img-box::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  .show-page .show-list .item:hover .img-box img {
    transform: scale(1.05);
  }
}
.show-page .show-list .item .img-box {
  padding-bottom: 76.66666667%;
}
.show-page .show-list .item .img-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .show-page .show-list .item .img-box::before {
    display: none;
  }
}
.show-page .show-list .item .img-box::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.65);
  z-index: 3;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e66c';
  color: #fff;
  font-size: 45px;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.45s;
}
@media screen and (max-width: 1199px) {
  .show-page .show-list .item .img-box::after {
    top: 100%;
    left: 100%;
    transform: translate(-150%, -120%);
    font-size: 25px;
    opacity: 1;
  }
}
.show-page .show-list .item .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.base-page .content .intro {
  padding-bottom: 30px;
  font-size: 15px;
  line-height: 1.73333333;
  text-align: center;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .base-page .content .intro {
    padding-bottom: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .base-page .content .intro {
    font-size: 13px;
  }
}
.video-page {
  overflow: hidden;
}
.video-page .title-t2 {
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .video-page .title-t2 {
    padding-bottom: 20px;
  }
}
.video-page .video-list {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .video-page .video-list {
    padding-bottom: 15px;
  }
}
.video-page .video-list li {
  margin-bottom: 35px;
}
@media screen and (max-width: 1199px) {
  .video-page .video-list li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .video-page .video-list li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .video-page .video-list li {
    margin-bottom: 15px;
  }
}
.video-page .video-list .item {
  display: block;
}
@media screen and (min-width: 1200px) {
  .video-page .video-list .item:hover .img-box::before {
    opacity: 1;
  }
  .video-page .video-list .item:hover .img-box img {
    transform: scale(1.05);
  }
  .video-page .video-list .item:hover h6 {
    color: #31ad5c;
    text-decoration: underline;
  }
}
.video-page .video-list .item .img-box {
  padding-bottom: 68.88888889%;
}
.video-page .video-list .item .img-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
@media screen and (max-width: 1199px) {
  .video-page .video-list .item .img-box::before {
    display: none;
  }
}
.video-page .video-list .item .img-box::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e651';
  font-size: 60px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .video-page .video-list .item .img-box::after {
    font-size: 45px;
  }
}
.video-page .video-list .item .img-box img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.video-page .video-list .item h6 {
  padding-top: 20px;
  margin: 0;
  font-size: 20px;
  line-height: 1.75;
  color: #222222;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .video-page .video-list .item h6 {
    padding-top: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .video-page .video-list .item h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .video-page .video-list .item h6 {
    font-size: 14px;
  }
}
.new-page {
  overflow: hidden;
}
.new-page .title-t2 {
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .new-page .title-t2 {
    padding-bottom: 20px;
  }
}
.new-page .new-list {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .new-page .new-list {
    padding-bottom: 15px;
  }
}
.new-page .new-list li {
  margin-bottom: 35px;
}
@media screen and (max-width: 1199px) {
  .new-page .new-list li {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .new-page .new-list li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .new-page .new-list li {
    margin-bottom: 15px;
  }
}
.new-page .new-list .item {
  display: block;
  padding: 12px;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.45s;
  -webkit-transition: all 0.45s;
}
@media screen and (max-width: 1199px) {
  .new-page .new-list .item {
    padding: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .new-page .new-list .item:hover {
    background-color: #31ad5c;
  }
  .new-page .new-list .item:hover .pic img {
    transform: scale(1.05);
  }
  .new-page .new-list .item:hover .description h6 {
    border-bottom-color: #fff;
  }
  .new-page .new-list .item:hover .description h6 span {
    color: #fff;
  }
  .new-page .new-list .item:hover .description .txt {
    color: #fff;
  }
  .new-page .new-list .item:hover .description .date {
    color: #fff;
  }
}
.new-page .new-list .item .pic {
  overflow: hidden;
  display: block;
  border-radius: 5px;
  background-color: #fff;
}
.new-page .new-list .item .pic .img-box {
  padding-bottom: 75.47169811%;
}
.new-page .new-list .item .pic img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.new-page .new-list .item .description {
  padding: 25px;
  padding-bottom: 18px;
}
@media screen and (max-width: 1439px) {
  .new-page .new-list .item .description {
    padding: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .new-page .new-list .item .description {
    padding: 15px 0 0;
  }
}
.new-page .new-list .item .description h6 {
  margin: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b6b6b6;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .new-page .new-list .item .description h6 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.new-page .new-list .item .description h6 span {
  min-height: 60px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .new-page .new-list .item .description h6 span {
    min-height: 55px;
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .new-page .new-list .item .description h6 span {
    min-height: 48px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .new-page .new-list .item .description h6 span {
    min-height: 0;
    font-size: 15px;
  }
}
.new-page .new-list .item .description .txt {
  min-height: 52px;
  font-size: 15px;
  line-height: 1.73333333;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .new-page .new-list .item .description .txt {
    min-height: 50px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .new-page .new-list .item .description .txt {
    min-height: 0;
    font-size: 13px;
  }
}
.new-page .new-list .item .description .date {
  margin-top: 25px;
  display: block;
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
  transition: all 0.25s;
  -webkit-transition: all 0.25s;
}
@media screen and (max-width: 1199px) {
  .new-page .new-list .item .description .date {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .new-page .new-list .item .description .date {
    margin-top: 15px;
    font-size: 13px;
  }
}
.page-details {
  overflow: hidden;
}
.page-details .page-details-title {
  padding-bottom: 25px;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-title {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-title {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-title h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .page-details .page-details-title h1 {
    font-size: 18px;
  }
}
.page-details .page-details-title .date {
  margin-top: 13px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #31ad5c;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-title .date {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .page-details .page-details-title .date {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-title .date {
    font-size: 14px;
  }
}
.page-details .page-details-title .date::before {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 10px;
  font-size: 21px;
  content: '\e675';
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-title .date::before {
    font-size: 18px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 991px) {
  .page-details .page-details-title .date::before {
    font-size: 16px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-title .date::before {
    font-size: 14px;
  }
}
.page-details .page-details-content {
  padding: 30px 0 60px;
  border-top: 1px solid #c6ccca;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-content {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .page-details .page-details-content {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-content {
    padding-top: 15px;
    padding-bottom: 30px;
  }
}
.page-details .page-details-content p {
  font-size: 15px;
  line-height: 1.73333333;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-content p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-content p {
    font-size: 13px;
  }
}
.page-details .page-details-content p img {
  max-width: 100%;
  height: auto !important;
}
.page-details .page-details-share {
  padding-top: 60px;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-share {
    padding-top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .page-details .page-details-share {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-share {
    padding-top: 30px;
  }
}
.page-details .page-details-share b {
  float: left;
  margin-right: 10px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #31ad5c;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-share b {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-share b {
    margin-right: 5px;
    font-size: 14px;
  }
}
.page-details .page-details-share .share-inner {
  float: left;
}
.page-details .page-details-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-details .page-details-link {
    display: block;
  }
}
.page-details .page-details-link .link-left {
  width: calc(100% - 180px);
}
@media screen and (max-width: 767px) {
  .page-details .page-details-link .link-left {
    padding-bottom: 10px;
    width: 100%;
  }
}
.page-details .page-details-link .link-right {
  flex-shrink: 0;
  width: 180px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page-details .page-details-link .link-right {
    text-align: left;
  }
}
.page-details .page-details-link .link-right a {
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-link .link-right a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-link .link-right a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .page-details .page-details-link .link-right a:hover {
    color: #31ad5c;
    text-decoration: underline;
  }
}
.page-details .page-details-link p {
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .page-details .page-details-link p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-details .page-details-link p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .page-details .page-details-link p a:hover {
    color: #31ad5c;
    text-decoration: underline;
  }
}
.page-details .page-details-link p:nth-child(2) {
  margin-top: 10px;
}
.contact-page {
  overflow: hidden;
}
.contact-page .information {
  overflow: hidden;
  padding: 0 60px;
}
@media screen and (max-width: 1439px) {
  .contact-page .information {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1199px) {
  .contact-page .information {
    padding: 0;
  }
}
.contact-page .information ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -53px;
}
@media screen and (max-width: 1439px) {
  .contact-page .information ul {
    margin: 0 -30px;
  }
}
@media screen and (max-width: 1199px) {
  .contact-page .information ul {
    margin: 0 -15px;
  }
}
.contact-page .information ul li {
  width: 50%;
  padding: 0 53px;
}
@media screen and (max-width: 1439px) {
  .contact-page .information ul li {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1199px) {
  .contact-page .information ul li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .contact-page .information ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contact-page .information ul li:last-child {
  margin-bottom: 0;
}
.contact-page .information .item {
  position: relative;
  min-height: 100%;
  margin-left: 55px;
  padding: 60px 30px 55px 105px;
  border-radius: 5px;
  background-color: #f5f5f5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 1199px) {
  .contact-page .information .item {
    margin-left: 45px;
    padding: 50px 25px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .information .item {
    margin-left: 40px;
    padding: 30px 15px;
    padding-left: 60px;
  }
}
@media screen and (max-width: 575px) {
  .contact-page .information .item {
    margin-left: 25px;
    padding-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-page .information .item:hover {
    background-color: #31ad5c;
  }
  .contact-page .information .item:hover .index {
    color: #31ad5c;
  }
  .contact-page .information .item:hover .iconfont::before {
    color: #fff;
  }
  .contact-page .information .item:hover .title::before {
    background-image: linear-gradient(to right, #fff, #fff 13.46153846%, #31ad5c 13.46153846%, #31ad5c 19.23076923%, #fff 21.15384615%);
    background-image: -webkit-linear-gradient(to right, #fff, #fff 13.46153846%, #31ad5c 13.46153846%, #31ad5c 19.23076923%, #fff 21.15384615%);
  }
  .contact-page .information .item:hover .title h2 {
    color: #fff;
  }
  .contact-page .information .item:hover .inner p {
    color: #fff;
  }
}
.contact-page .information .item .index {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  font-size: 34px;
  color: #222222;
  font-weight: 700;
  background-color: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.35) inset;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media screen and (max-width: 1199px) {
  .contact-page .information .item .index {
    width: 90px;
    height: 90px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .information .item .index {
    width: 80px;
    height: 80px;
    font-size: 25px;
  }
}
@media screen and (max-width: 575px) {
  .contact-page .information .item .index {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}
.contact-page .information .item .iconfont {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 767px) {
  .contact-page .information .item .iconfont {
    width: 30px;
    height: 30px;
  }
}
.contact-page .information .item .iconfont::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 35px;
  color: #222222;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .contact-page .information .item .iconfont::before {
    font-size: 30px;
  }
}
.contact-page .information .item .title {
  position: relative;
  padding: 12px 0 30px;
}
@media screen and (max-width: 1199px) {
  .contact-page .information .item .title {
    padding: 10px 0 20px;
  }
}
.contact-page .information .item .title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52px;
  height: 4px;
  background-image: linear-gradient(to right, #222222, #222222 13.46153846%, #fff 13.46153846%, #fff 19.23076923%, #222222 21.15384615%);
  background-image: -webkit-linear-gradient(to right, #222222, #222222 13.46153846%, #fff 13.46153846%, #fff 19.23076923%, #222222 21.15384615%);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
  .contact-page .information .item .title::before {
    width: 45px;
    height: 3px;
  }
}
.contact-page .information .item .title h2 {
  margin: 0;
  font-size: 26px;
  line-height: 1.34615385;
  color: #222222;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
  .contact-page .information .item .title h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .information .item .title h2 {
    font-size: 18px;
  }
}
.contact-page .information .item .inner {
  padding-top: 35px;
}
@media screen and (max-width: 1199px) {
  .contact-page .information .item .inner {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .information .item .inner {
    padding-top: 15px;
  }
}
.contact-page .information .item .inner p {
  display: flex;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.66666667;
  color: #222222;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
@media screen and (max-width: 1199px) {
  .contact-page .information .item .inner p {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .information .item .inner p {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .contact-page .information .item .inner p {
    font-size: 12px;
  }
}
.contact-page .information .item .inner p strong {
  flex-shrink: 0;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  .contact-page .information .item .inner p a:hover {
    text-decoration: underline;
  }
}
.contact-page .information .item .inner p:last-child {
  margin-bottom: 0;
}
.contact-page .message .title {
  padding-bottom: 20px;
  text-align: center;
}
.contact-page .message .title p {
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
}
@media screen and (max-width: 1199px) {
  .contact-page .message .title p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .message .title p {
    font-size: 14px;
  }
}
.contact-page .message form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}
.contact-page .message form fieldset {
  display: block;
  width: 100%;
  padding: 0 6px;
  margin-bottom: 12px;
}
.contact-page .message form fieldset:nth-child(-n+4) {
  width: 25%;
}
@media screen and (max-width: 991px) {
  .contact-page .message form fieldset:nth-child(-n+4) {
    width: 50%;
  }
}
.contact-page .message form fieldset:nth-last-child(1) {
  margin-bottom: 0;
}
.contact-page .message form fieldset:nth-last-child(2) {
  margin-bottom: 16px;
}
.contact-page .message form input,
.contact-page .message form textarea {
  display: block;
  width: 100%;
  padding: 13px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
  background-color: #f5f5f5;
}
@media screen and (max-width: 1199px) {
  .contact-page .message form input,
  .contact-page .message form textarea {
    padding: 11px 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .message form input,
  .contact-page .message form textarea {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.contact-page .message form textarea {
  display: block;
  height: 260px;
}
@media screen and (max-width: 1199px) {
  .contact-page .message form textarea {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .message form textarea {
    height: 180px;
  }
}
.contact-page .message form input::-webkit-input-placeholder,
.contact-page .message form textarea::-webkit-input-placeholder {
  color: #666666;
}
.contact-page .message form input:-o-placeholder,
.contact-page .message form textarea:-o-placeholder {
  color: #666666;
}
.contact-page .message form input::-moz-placeholder,
.contact-page .message form textarea::-moz-placeholder {
  color: #666666;
}
.contact-page .message form input:-ms-input-placeholder,
.contact-page .message form textarea:-ms-input-placeholder {
  color: #666666;
}
.contact-page .message form input:focus::-webkit-input-placeholder,
.contact-page .message form textarea:focus::-webkit-input-placeholder {
  color: #a5a4a4;
}
.contact-page .message form input:focus::-o-placeholder,
.contact-page .message form textarea:focus::-o-placeholder {
  color: #a5a4a4;
}
.contact-page .message form input:focus::-moz-placeholder,
.contact-page .message form textarea:focus::-moz-placeholder {
  color: #a5a4a4;
}
.contact-page .message form input:focus::-ms-input-placeholder,
.contact-page .message form textarea:focus::-ms-input-placeholder {
  color: #a5a4a4;
}
.contact-page .message form button {
  display: block;
  margin: 0 auto;
  width: 210px;
  height: 50px;
  font-size: 16px;
  color: #fefefe;
  background-color: #31ad5c;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 1199px) {
  .contact-page .message form button {
    width: 180px;
    height: 45px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .message form button {
    width: 150px;
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .contact-page .message form button:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) inset;
  }
}
.contact-page .message form button::after {
  margin-left: 5px;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e646';
  color: #fff;
  font-size: 20px;
  line-height: 0.8;
}
@media screen and (max-width: 1199px) {
  .contact-page .message form button::after {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .message form button::after {
    font-size: 16px;
  }
}
.contact-page .map-content {
  height: 435px;
}
@media screen and (max-width: 1199px) {
  .contact-page .map-content {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .contact-page .map-content {
    height: 300px;
  }
}
.site-page {
  overflow: hidden;
}
.site-page .content h2 {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .site-page .content h2 {
    text-align: center;
  }
}
.site-page .content .site-map1 > li {
  margin-bottom: 20px;
}
.site-page .content .site-map1 > li > a {
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  max-width: 240px;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 1.66666667;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  background-color: #31ad5c;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
}
@media screen and (max-width: 767px) {
  .site-page .content .site-map1 > li > a {
    width: 100%;
    max-width: 100%;
    padding: 5px 10px;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .site-page .content .site-map1 > li > a:hover {
    opacity: 0.8;
  }
}
.site-page .content .site-map1 > li:last-child {
  margin-bottom: 0;
}
.site-page .content .site-map1 .site-map2 {
  margin-top: 20px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .site-page .content .site-map1 .site-map2 {
    padding: 0;
  }
}
.site-page .content .site-map1 .site-map2 > li {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .site-page .content .site-map1 .site-map2 > li {
    text-align: center;
  }
}
.site-page .content .site-map1 .site-map2 > li > a {
  font-size: 16px;
  line-height: 1.875;
  color: #666666;
  white-space: nowrap;
  font-weight: 600;
  text-transform: capitalize;
}
@media screen and (min-width: 1200px) {
  .site-page .content .site-map1 .site-map2 > li a:hover {
    color: #31ad5c;
    text-decoration: underline;
  }
}
.site-page .content .site-map1 .site-map2 > li:last-child {
  margin-bottom: 0;
}
.site-page .content .site-map1 .site-map2 .site-map3 > li {
  display: inline-block;
  margin-top: 5px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .site-page .content .site-map1 .site-map2 .site-map3 > li {
    padding: 0 5px;
  }
}
.site-page .content .site-map1 .site-map2 .site-map3 > li > a {
  display: block;
  white-space: nowrap;
  text-transform: capitalize;
  font-size: 13px;
  line-height: 2.14285714;
  color: #666666;
}
@media screen and (min-width: 1200px) {
  .site-page .content .site-map1 .site-map2 .site-map3 > li a:hover {
    color: #31ad5c;
    text-decoration: underline;
  }
}
