@charset "UTF-8";
/*header start*/
/*header start*/
#menuWap {
  display: none;
}

#menuPc {
  background-color: #30BF88;
}

#menuPc a {
  color: #FFF;
  display: block;
  text-transform: uppercase;
  padding: 2px 0;
}

#menuPc ul {
  display: flex;
  justify-content: space-between;
}

#menuPc li {
  position: relative;
  z-index: 2000;
}

#menuPc li:hover .erji {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#menuPc .erji {
  position: absolute;
  left: 0;
  background-color: #FFF;
  top: 100%;
  min-width: 100%;
  z-index: 2;
  transition: all 0.3s;
  transform: translateY(-20%);
  opacity: 0;
  visibility: hidden;
  padding: 18px 16px 12px;
}

#menuPc .erji a {
  color: #231910;
  font-size: 14px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

#menuPc .erji a:hover {
  color: #30BF88;
}

#menuPc .erji .hwiconfont {
  font-size: 20px;
  margin-right: 8px;
}

#menuPc > ul > li dl {
  width: 226px;
  position: absolute;
  left: 20px;
  top: 100%;
  z-index: 999;
  opacity: 0;
  transition: all 0.2s;
  visibility: hidden;
  transform: translateY(-10%);
}

#menuPc > ul > li:hover dl {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#menuPc > ul > li dl dd {
  border-top: 1px solid #c5c5c5;
}

#menuPc > ul > li dl dd:first-child {
  border-top: none;
}

#menuPc > ul > li dl dd a {
  font-size: 14px;
  color: #183340;
  display: block;
  padding: 10px 10px;
  background: #fff;
  transition: all 0.6s;
}

#menuPc > ul > li dl dd a:hover {
  background: #006487;
  color: #fff;
}

#menuPc > ul > li {
  margin-right: 5vw;
}

#menuPc > ul > li:hover > a,
#menuPc > ul > li.act > a {
  color: #30BF88;
}

/*header end*/
/*footer start*/
.footer {
  background-color: #21324D;
  padding: 96px 0 0;
  position: relative;
}

.footer:after {
  content: '';
  width: 316px;
  height: 297px;
  background: url("/static/images/footer-left.png") no-repeat;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
}

.footer:before {
  content: '';
  width: 316px;
  height: 297px;
  background: url("/static/images/footer-right.png") no-repeat;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  z-index: 1;
}

.footer .footer-box {
  display: flex;
  position: relative;
  z-index: 2;
  padding-bottom: 86px;
}

.footer .footer-box .footer-left {
  width: 256px;
}

.footer .footer-box .footer-right {
  flex: 1;
  margin-left: 6vw;
}

.footer .flogo img {
  width: 256px;
  height: 52px;
  object-fit: cover;
}

.footer .f-cat {
  margin: 28px 0 22px;
}

.footer .f-cat dl {
  display: flex;
  flex-wrap: wrap;
}

.footer .f-cat dl dd {
  width: 49%;
  margin-right: 2%;
}

.footer .f-cat dl dd:nth-child(2n) {
  margin-right: 0;
}

.footer .f-cat .c-item {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  line-height: 34px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.5);
}

.footer .f-cat .c-item .icon {
  margin: 0 10px;
  display: flex;
  align-items: center;
}

.footer .f-cat .c-item .icon img {
  width: 18px;
  height: 21px;
  object-fit: cover;
}

.footer .f-share a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 32px;
  color: #21324D;
  margin-right: 10px;
}

.footer .f-share a .iconfont {
  font-size: 18px;
}

.f-nav {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.5);
}

.f-nav ul {
  display: flex;
  justify-content: space-between;
}

.f-nav h3 {
  margin-bottom: 8px;
}

.f-nav h3 a {
  color: #FFF;
}

.f-nav a {
  color: rgba(255, 255, 255, 0.5);
}

.f-nav dd {
  line-height: 1.875;
  display: flex;
}

.f-nav .iconfont {
  color: #30BF88;
  margin-right: 10px;
}

.f-nav li:nth-last-child(1) {
  max-width: 260px;
}

.foot-copy {
  height: 35px;
  background-color: #30BF88;
}

/*footer end*/
.crumbs-box {
  padding: 12px 0;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.crumbs-box .home {
  text-transform: uppercase;
}

.crumbs-box a {
  color: #fff;
  display: inline-block;
  transition: all 0.4s;
}

.crumbs-box a:hover {
  color: #30BF88;
}

.crumbs-box i {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  height: 28px;
}

.crumbs-box i:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
}

.crumbs-box span {
  font-weight: 400;
  text-transform: initial;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
/* 内容区域宽度+40px */
.m-width-content {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}

.m-width-1600 {
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
}

/*置顶按钮 start*/
#toTop {
  width: 38px;
  height: 38px;
  right: 40px;
  bottom: 40px;
  position: fixed;
  border-radius: 50%;
  z-index: 999;
  background: #E6E7E7;
  text-align: center;
  line-height: 38px;
}

#toTop .iconfont {
  font-size: 14px;
}

/*置顶按钮 end*/
/*分页 start*/
.page-box {
  text-align: center;
}

.page-box .wp-pagenavi {
  display: flex;
  justify-content: center;
}

.page-box .wp-pagenavi a,
.page-box .wp-pagenavi span {
  display: inline-flex;
  font-size: 18px;
  color: #888888;
  margin: 0 5px;
  width: 43px;
  height: 34px;
  line-height: 34px;
  justify-content: center;
  background: transparent;
  border-radius: 17px;
  font-weight: 600;
}

.page-box .wp-pagenavi .current {
  font-weight: bold;
  color: #30BF88;
  background-color: #231910;
}

/*分页 end*/
.header-top {
  display: flex;
  justify-content: space-between;
  padding: 34px 0 30px 0;
}

.header-top .logo img {
  width: 326px;
  height: 67px;
  object-fit: cover;
}

.header-top .h-right {
  color: #30BF88;
}

.header-top .h-lx a {
  color: #30BF88;
  margin-right: 10px;
}

.header-top .h-lx a:nth-child(1) {
  margin: 0 0 0 34px;
}

.header-top .h-lx .iconfont {
  font-size: 14px;
  margin-right: 5px;
}

.header-top .h-tool {
  display: flex;
  justify-content: flex-end;
  margin: 12px 0 0;
}

.header-top .h-tool a {
  color: #30BF88;
}

.header-top .h-ss {
  display: flex;
  align-items: center;
}

.header-top .h-lang {
  color: #30BF88;
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.header-top .h-lang .iconfont {
  margin-right: 6px;
}

.lan-box select {
  background: transparent;
  border: 1px solid #30BF88;
  height: 28px;
  border-radius: 5px;
  font-weight: 500;
}

.header-tips {
  background-color: #21324D;
  padding: 15px 0;
}

.header-tips .tips-cont {
  display: flex;
  justify-content: space-between;
}

.header-tips .tips-cont .t-text {
  flex: 1;
  color: #FFF;
  margin: 0 2vw 0 7vw;
}

.header-tips .tips-cont label {
  color: #30BF88;
}

.header-tips .tips-cont .t-btns a {
  display: block;
  background-color: #30BF88;
  color: #FFF;
  padding: 0 24px;
}

.index-cat-grid {
  background-color: rgba(230, 231, 231, 0.35);
  margin-top: -75px;
  padding-bottom: 100px;
}

.indexcat-swiper .img-box {
  padding-bottom: 145.4902%;
}

.indexcat-swiper .c-item {
  background-color: #FFF;
  padding: 12px 13px 16px;
  display: block;
  color: #30BF88;
  transition: all 0.4s;
}

.indexcat-swiper .c-item h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  text-align: center;
  margin-top: 15px;
}

.indexcat-swiper .c-item:hover {
  background-color: #21324D;
}

.youshi-toplist {
  text-align: center;
  color: #21324D;
  margin: 110px 0 96px;
}

.youshi-toplist ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.youshi-toplist .imgshow img {
  width: 100%;
}

.youshi-toplist li {
  width: 33.33%;
  padding: 0 20px;
  box-sizing: border-box;
}

.youshi-toplist p {
  line-height: 30px;
  height: 90px;
  margin: 12px 0 0;
}

.youshi-toplist .y-item {
  cursor: pointer;
}

.youshi-toplist .y-item:hover .y-icon {
  background-color: #30BF88;
}

.youshi-toplist .y-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #E6E7E7;
  transition: all 0.4s;
  line-height: 38px;
  margin: 0 auto;
}

.youshi-toplist .y-icon .iconfont {
  color: #1A1A1A;
  font-weight: bold;
}

.youshi-imglist {
  margin-bottom: 134px;
}

.youshi-imglist .img-box {
  padding-bottom: 40.86589%;
}

.youshi-imglist ul {
  margin: 0 -13px;
  display: flex;
  flex-wrap: wrap;
}

.youshi-imglist .imgshow img {
  width: 100%;
}

.youshi-imglist li {
  width: 50%;
  padding: 0 13px;
  box-sizing: border-box;
}

.youshi-imglist .g-item {
  color: #21324D;
}

.youshi-imglist .text {
  margin: 36px 0 0;
  text-align: center;
}

.youshi-imglist .text a {
  margin: 12px 0 0;
}

.index-choose-grid {
  display: flex;
}

.index-choose-grid .imgshow {
  width: 42%;
}

.index-choose-grid .imgshow .img-box {
  padding-bottom: 121.94175%;
}

.index-choose-grid .text {
  margin-left: 75px;
  flex: 1;
  color: #231910;
}

.index-choose-grid .text .text-p {
  margin: 24px 0;
  line-height: 1.875;
}

.index-choose-grid h3 {
  color: #21324D;
}

.index-choose-grid .p-list {
  line-height: 2.2;
}

.index-choose-grid .p-list p {
  background: url("../images/index-choose-icon.png") no-repeat left 12px;
  background-size: 23px 19px;
  padding-left: 37px;
}

.index-choose-grid .picon-list {
  margin: 22px 0;
  color: #3E3A39;
}

.index-choose-grid .picon-list .img-icon {
  display: inline-block;
  width: 52px;
}

.index-choose-grid .picon-list p {
  font-size: 12px;
  transform: scale(0.8);
}

.index-choose-grid .picon-list dl {
  display: flex;
  flex-wrap: wrap;
}

.index-choose-grid .picon-list dd {
  text-align: center;
  width: 14.28%;
}

.index-choose-grid .p-actions {
  display: flex;
  color: #231910;
}

.index-choose-grid .p-actions .t-a {
  color: #231910;
  display: flex;
  align-items: center;
}

.index-choose-grid .p-actions .t-a .iconfont {
  margin-right: 10px;
  font-size: 46px;
}

.index-choose-grid .p-actions .t-btns {
  margin-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.see-more {
  background-color: #21324D;
  color: #fff;
  padding: 3px 28px;
  box-sizing: border-box;
  min-width: 182px;
  text-transform: uppercase;
  transition: all 0.4s;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}

.see-more:hover {
  color: #30BF88;
}

.see-more.themec {
  background-color: #30BF88;
}

.see-more.green {
  color: #30BF88;
}

.see-more.green:hover {
  background-color: #30BF88;
  color: #FFF;
}

.see-more.kuang {
  background-color: #FFF;
  color: #231910;
  border: 1px solid #231910;
  padding-top: 5px;
  padding-bottom: 5px;
}

.see-more.kuang:hover {
  background-color: #30BF88;
  color: #FFF;
}

.index-living-grid {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 145px 0;
}

.index-living-grid .imgshow {
  width: 63%;
}

.index-living-grid .imgshow .img-box {
  padding-bottom: 51.12285%;
}

.index-living-grid .text {
  flex: 1;
  text-align: center;
  color: #21324D;
}

.index-living-grid .text h3 {
  margin-bottom: 18px;
}

.index-deck-grid {
  background-size: cover;
  padding: 80px 0 120px;
  background-repeat: no-repeat;
  color: #21324D;
  text-align: center;
}

.index-deck-grid .text {
  max-width: 400px;
  margin: 0 auto;
}

.index-deck-grid .text-p {
  margin: 12px 0;
  color: #231910;
}

.index-title {
  margin: 75px 0 35px;
  color: #231910;
  text-align: center;
}

.index-title h2 {
  color: #21324D;
  text-transform: uppercase;
}

.index-title .sub-tt {
  margin-top: 12px;
}

.index-real-grid .real-btns {
  text-align: center;
  margin: 28px 0 0;
}

.index-real-grid .real-btns a {
  padding: 3px 55px;
}

.index-real-grid .realswiper {
  padding: 0 58px;
  position: relative;
}

.index-real-grid .swiper-button-next, .index-real-grid .swiper-button-prev {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #E6E7E7;
}

.index-real-grid .swiper-button-next:after, .index-real-grid .swiper-button-prev:after {
  color: #21324D;
  font-size: 12px;
  font-weight: bold;
}

.index-real-grid .swiper-button-next:hover, .index-real-grid .swiper-button-prev:hover {
  background-color: #30BF88;
}

.index-real-grid .swiper-button-next {
  right: 0;
}

.index-real-grid .swiper-button-prev {
  left: 0;
}

.blogswiper .img-box {
  padding-bottom: 61.42857%;
}

.blogswiper .swiper-slide:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(213, 217, 222, 0.18) 9%, rgba(134, 144, 158, 0.54) 28%, rgba(78, 91, 113, 0.8) 48%, rgba(44, 60, 86, 0.95) 69%, #21324D 89%);
}

.blogswiper .swiper-slide-active:after {
  display: none;
}

.blogswiper .blog-btns {
  text-align: center;
  color: #231910;
}

.blogswiper .blog-btns p {
  margin: 24px 0;
}

.index-blog-grid {
  padding-bottom: 140px;
}

.index-youshi-grid {
  overflow: hidden;
}

.header {
  position: relative;
}

.child-box {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  width: 100%;
}

.child-box .child-wrap {
  overflow: hidden;
  display: none;
  background-color: rgba(247, 247, 247, 0.94);
  box-shadow: 3px 4px 15px 0px rgba(0, 0, 0, 0.15);
  padding: 45px 0 20px;
  min-height: 27.2vw;
}

.nav-product-list ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.nav-product-list .imgshow img {
  width: 100%;
}

.nav-product-list li {
  width: 33.33%;
  padding: 0 20px;
  box-sizing: border-box;
}

.nav-product-list .img-box {
  padding-bottom: 66.66667%;
}

.nav-product-list .p-item {
  margin-bottom: 28px;
}

.nav-product-list .p-item h4 {
  color: #231910;
  border-bottom: 1px solid #666666;
  max-width: 90%;
  padding: 0 0 4px;
  margin-bottom: 10px;
}

.nav-product-list .p-item h4 a {
  color: #231910;
}

.nav-product-list .p-item h4 a:hover {
  color: #30BF88;
}

.nav-product-list .p-cont {
  display: flex;
}

.nav-product-list .p-cont .imgshow {
  width: 42%;
}

.nav-product-list .p-cont .text {
  padding-left: 10px;
}

.nav-product-list .p-cont .text dd {
  margin-bottom: 14px;
  line-height: 14px;
}

.nav-product-list .p-cont .text dd:nth-last-child(1) {
  margin-bottom: 0;
}

.nav-product-list .p-cont .text .icon {
  width: 14px;
  height: 14px;
  font-weight: 400;
}

.nav-product-list .p-cont .text .icon .h-img {
  display: none;
}

.nav-product-list .p-cont .text .icon img {
  width: 14px;
  height: 14px;
}

.nav-product-list .p-cont .text a {
  display: flex;
  align-items: center;
  color: #21324D;
}

.nav-product-list .p-cont .text a span {
  display: inline-block;
  font-size: 12px;
  zoom: 0.7;
  padding-left: 10px;
}

.nav-product-list .p-cont .text a:hover {
  color: #30BF88;
}

.nav-product-list .p-cont .text a:hover .d-img {
  display: none;
}

.nav-product-list .p-cont .text a:hover .h-img {
  display: block;
}

.inner-banner {
  position: relative;
}

.inner-banner .img-box {
  padding-bottom: 28.48958%;
}

.inner-banner .text {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inner-banner .t-cont {
  background-color: rgba(33, 50, 77, 0.4);
  margin: 0 80px;
  padding: 50px;
  text-align: center;
  color: #FFF;
}

.inner-banner h3 {
  text-transform: uppercase;
  margin-bottom: 24px;
}

.inner-banner.nofc .mbx-box {
  background: transparent;
}

.inner-banner .mbx-box {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(213, 217, 222, 0.18) 9%, rgba(134, 144, 158, 0.54) 28%, rgba(78, 91, 113, 0.8) 48%, rgba(44, 60, 86, 0.95) 69%, #21324D 89%);
}

.pro-title {
  text-align: center;
  color: #21324D;
  margin: 110px 0 70px;
}

.pro-title h2 {
  text-transform: uppercase;
}

.product-cat-list {
  padding-bottom: 60px;
}

.product-cat-list ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.product-cat-list .imgshow img {
  width: 100%;
}

.product-cat-list li {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}

.product-cat-list .img-box {
  padding-bottom: 64.15094%;
}

.product-cat-list .pc-item {
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border: 1px solid #E6E7E7;
  color: #21324D;
  box-sizing: border-box;
  height: 100%;
  display: block;
  transition: all 0.4s;
}

.product-cat-list .pc-item:hover {
  transform: translateY(-10px);
}

.product-cat-list .pc-item:hover h3 {
  color: #30BF88;
}

.product-cat-list h3 {
  margin: 30px 0 12px;
  display: flex;
  align-items: center;
}

.product-cat-list h3 .icon {
  height: 100%;
  flex-shrink: 0;
  margin-right: 12px;
}

.product-cat-list h3 .icon .hwiconfont {
  font-weight: 400;
  font-size: 18px;
}

.product-cat-list h3 .icon img {
  height: 18px;
  width: auto;
  object-fit: cover;
}

.product-cat-list li {
  margin-bottom: 40px;
}

.product-cat-list .w100 {
  width: 100%;
}

.product-cat-list .w100 .pc-item {
  display: flex;
  align-items: center;
}

.product-cat-list .w100 .pc-item .imgshow {
  width: 47%;
}

.product-cat-list .w100 .pc-item .text {
  flex: 1;
  margin-left: 4vw;
}

.product-cat-list .w100 .pc-item .text h3 {
  margin-top: 0;
}

.product-real-grid {
  padding: 1px 0 64px;
  background-color: #F7F7F7;
}

.product-real-grid.nobg {
  background-color: transparent;
}

.proreal-swiper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.proreal-swiper .t-btns {
  padding-top: 46px;
}

.proreal-swiper .swiper-left, .proreal-swiper .swiper-right {
  width: 36%;
  position: absolute;
  z-index: 1;
  margin-top: 42px;
  opacity: 0.7;
}

.proreal-swiper .swiper-left .text, .proreal-swiper .swiper-right .text {
  display: none;
}

.proreal-swiper .swiper-left {
  left: 0;
}

.proreal-swiper .swiper-right {
  right: 0;
}

.proreal-swiper .swiper-center {
  width: 42%;
  z-index: 2;
  margin: 0 auto;
  position: relative;
}

.proreal-swiper .swiper-center .img-box {
  padding-bottom: 57.25%;
}

.proreal-swiper .img-box {
  padding-bottom: 52.85714%;
}

.proreal-swiper .text {
  text-align: center;
  color: #231910;
}

.proreal-swiper .text h3 {
  color: #21324D;
  text-transform: uppercase;
  margin: 20px 0 12px;
}

.proreal-swiper .swiper-button-next {
  right: -43px;
}

.proreal-swiper .swiper-button-prev {
  left: -43px;
}

.proreal-swiper .swiper-button-next, .proreal-swiper .swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #21324D;
  top: 214px;
  transform: translateY(0);
  margin-top: 0;
}

.proreal-swiper .swiper-button-next:after, .proreal-swiper .swiper-button-prev:after {
  font-size: 14px;
  color: #FFF;
}

.proreal-swiper .swiper-button-next:hover, .proreal-swiper .swiper-button-prev:hover {
  background-color: #30BF88;
}

.product-about-grid {
  display: flex;
  align-items: center;
  margin-top: 120px;
  background-color: #F7F7F7;
}

.product-about-grid .imgshow {
  width: 50%;
}

.product-about-grid .imgshow .img-box {
  padding-bottom: 83.33333%;
}

.product-about-grid .text {
  flex: 1;
  padding: 0 20px 0 30px;
  color: #21324D;
}

.product-about-grid .text .text-p {
  color: #707070;
  margin: 12px 0 24px;
  line-height: 1.4;
}

.product-video-gird .video-box {
  background: #F7F7F7;
  padding: 12px;
}

.product-video-gird .video-player0-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 39.220833%;
}

.product-video-gird .video-js .vjs-big-play-button {
  width: 79px;
  height: 79px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  background-image: url("../images/cat-play.png");
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.product-video-gird .vjs-icon-placeholder {
  display: none;
}

.product-video-gird .v-more {
  display: flex;
  justify-content: center;
  margin: 52px 0 80px;
}

.product-video-gird .v-more a {
  display: flex;
  align-items: center;
  padding: 9px;
  border: 1px solid #21324D;
  border-radius: 30px;
  color: #21324D;
  text-transform: uppercase;
}

.product-video-gird .v-more a:hover {
  color: #30BF88;
}

.product-video-gird .v-more a:hover .icon {
  background-color: #30BF88;
}

.product-video-gird .v-more a span {
  padding: 0 24px;
}

.product-video-gird .v-more a .icon {
  background-color: #21324D;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
}

.product-video-gird .v-more a .iconfont {
  font-size: 20px;
  color: #FFF;
  position: relative;
  display: inline-block;
  transform: rotate(-35deg);
  font-weight: 300;
}

.produnct-inspired-grid {
  background-color: #F7F7F7;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("../images/cat-inspired-bg.png");
}

.inspired-cont {
  position: relative;
}

.inspired-cont .u-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #21324D;
}

.inspired-cont .u-text .text-p {
  margin: 20px 0;
}

.inspired-cont .u-text h3 {
  text-transform: uppercase;
  position: relative;
  padding-bottom: 3px;
}

.inspired-cont .u-text h3:after {
  content: '';
  position: absolute;
  left: 50%;
  height: 2px;
  width: 170px;
  background-color: #21324D;
  bottom: 0;
  transform: translateX(-50%);
}

.inspired-cont ul {
  display: flex;
  margin: 0 -10px;
}

.inspired-cont ul.utwo {
  align-items: flex-end;
  margin-top: -215px;
}

.inspired-cont ul.utwo li:nth-child(2) {
  width: 81.25%;
}

.inspired-cont ul.utwo li:nth-child(2) .img-box {
  padding-bottom: 21.23077%;
}

.inspired-cont ul.utwo li:nth-child(1) {
  width: 18.75%;
}

.inspired-cont ul.utwo li:nth-child(1) .img-box {
  padding-bottom: 203.8835%;
}

.inspired-cont li {
  padding: 0 10px;
}

.inspired-cont li:nth-child(1) {
  width: 81.25%;
}

.inspired-cont li:nth-child(1) .img-box {
  padding-bottom: 21.23077%;
}

.inspired-cont li:nth-child(2) {
  width: 18.75%;
}

.inspired-cont li:nth-child(2) .img-box {
  padding-bottom: 203.8835%;
}

.product-orders-list {
  padding: 100px 0;
}

.product-orders-list ul {
  margin: 0 -1px;
  display: flex;
  flex-wrap: wrap;
}

.product-orders-list .imgshow img {
  width: 100%;
}

.product-orders-list li {
  width: 33.33%;
  padding: 0 1px;
  box-sizing: border-box;
}

.product-orders-list .icon {
  display: inline-block;
  height: 45px;
}

.product-orders-list .icon img {
  max-width: 48px;
  max-height: 40px;
}

.product-orders-list .po-item {
  height: 100%;
  cursor: pointer;
  color: #FFF;
  display: block;
  text-align: center;
  position: relative;
}

.product-orders-list .po-item h3 {
  margin: 8px 0 16px;
}

.product-orders-list .po-item .p-cont {
  box-sizing: border-box;
  height: 100%;
  padding: 32px 40px 56px;
  position: relative;
  z-index: 2;
  background: url("../images/orders-bg1.png") no-repeat;
  background-size: cover;
  transition: all 0.4s;
}

.product-orders-list .po-item .p-cont:hover {
  background: none;
}

.product-orders-list .po-item .imgshow {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.product-orders-list .po-item .imgshow img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-catalog-grid {
  display: flex;
  flex-direction: row-reverse;
}

.product-catalog-grid .text-p {
  margin: 10px 0 26px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-catalog-grid .imgshow {
  width: 59%;
}

.product-catalog-grid .text {
  width: 41%;
  box-sizing: border-box;
  padding-right: 24px;
  padding-left: calc((100vw - 1200px)/2);
  color: #21324D;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-catalog-grid .img-box {
  padding-bottom: 38.69833%;
}

.prodis-subinfo {
  color: #231910;
  margin: 80px 0 8px;
}

.prodis-subinfo h3 {
  text-transform: uppercase;
}

.prodis-cont {
  display: flex;
}

.prodis-cont .prodis-left {
  width: 56.66%;
  border: 1px solid #E6E7E7;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.prodis-cont .prodis-swiper {
  width: 100%;
}

.prodis-cont .prodis-filters {
  width: 43.33%;
  box-sizing: border-box;
  padding-left: 48px;
}

.prodis-cont .filter-block {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.prodis-cont .filter-block:nth-last-child(1) {
  margin-bottom: 0;
}

.prodis-cont .filter-block .f-t {
  color: #231910;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.filter-surface ul {
  margin: 0 -2px;
  display: flex;
  flex-wrap: wrap;
}

.filter-surface .imgshow img {
  width: 100%;
}

.filter-surface li {
  width: 50%;
  padding: 0 2px;
  box-sizing: border-box;
}

.filter-surface .img-box {
  padding-bottom: 69.56522%;
}

.filter-surface.w4 ul {
  margin: 0 -2px;
  display: flex;
  flex-wrap: wrap;
}

.filter-surface.w4 .imgshow img {
  width: 100%;
}

.filter-surface.w4 li {
  width: 25%;
  padding: 0 2px;
  box-sizing: border-box;
}

.filter-surface.w4 .img-box {
  padding-bottom: 97.36842%;
}

.filter-surface .s-item {
  position: relative;
  cursor: pointer;
}

.filter-surface .s-item .s-t {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.filter-surface .s-item.cur .s-t {
  opacity: 1;
  visibility: visible;
}

.filter-surface .s-item:hover .s-t {
  opacity: 1;
  visibility: visible;
}

.filter-mould .img-box {
  padding-bottom: 29.05405%;
}

.filter-mould ul {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}

.filter-mould .imgshow img {
  width: 100%;
}

.filter-mould li {
  width: 50%;
  padding: 0 5px;
  box-sizing: border-box;
}

.filter-mould li {
  margin-bottom: 12px;
}

.filter-mould .m-item {
  border: 1px solid #E6E7E7;
  padding: 10px 10px 1px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  color: #231910;
}

.filter-mould .m-item:hover {
  color: #30BF88;
}

.filter-mould .m-item.cur {
  background-color: #E6E7E7;
  color: #30BF88;
}

.filter-mould .imgshow {
  max-width: 148px;
  width: 100%;
  display: inline-block;
}

.filter-mould h5 {
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filter-color ul {
  display: flex;
  flex-wrap: wrap;
}

.filter-color ul li {
  margin: 0 10px 10px 0;
}

.filter-color .c-item {
  width: 54px;
  height: 54px;
  border: 1px solid transparent;
  box-sizing: border-box;
  padding: 3px;
  cursor: pointer;
}

.filter-color .c-item.cur {
  border-color: #666666;
}

.filter-color .c-b {
  background-color: #413C38;
  height: 100%;
}

.filter-color h5 {
  text-align: center;
  zoom: 0.8;
  color: #231910;
  padding: 5px 0 0;
}

.prodis-customize {
  color: #231910;
  background: url("../images/prodis-btn-bg.png") no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 16px 20px;
}

.prodis-customize h4 {
  font-style: italic;
  margin-bottom: 20px;
}

.prodis-customize .mes-btn {
  display: flex;
  justify-content: space-between;
  font-style: italic;
}

.prodis-customize .mes-btn .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #30BF88;
  transform: rotate(-45deg);
  text-align: center;
  line-height: 28px;
  position: relative;
  display: inline-block;
}

.prodis-customize .mes-btn .icon .iconfont {
  color: #fff;
}

.prodis-customize .mes-btn span {
  position: relative;
  text-transform: capitalize;
}

.prodis-customize .mes-btn span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 2px;
  width: 100%;
  background-color: #30BF88;
  z-index: -1;
}

.prodis-title {
  text-align: center;
  color: #231910;
  text-transform: uppercase;
  margin: 80px 0 60px;
}

.fascia-info {
  margin-bottom: 50px;
}

.prodis-deck-fascia {
  padding-bottom: 70px;
}

.fascia-list ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.fascia-list .imgshow img {
  width: 100%;
}

.fascia-list li {
  width: 33.33%;
  padding: 0 20px;
  box-sizing: border-box;
}

.fascia-list .sm-img .img-box {
  padding-bottom: 20.37534%;
}

.fascia-list .f-item {
  border: 1px solid #E6E7E7;
  box-sizing: border-box;
  height: 100%;
}

.fascia-list .text {
  border-top: 1px solid #E6E7E7;
  padding: 20px 40px;
}

.fascia-list h3 {
  margin-bottom: 10px;
}

.prodis-clip-grid {
  background: url("/static/images/park/park-clip-bg.png") no-repeat;
  background-size: cover;
  padding: 1px 0 70px;
}

.prodis-clip-grid .fascia-list .f-item {
  background-color: #FFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.prodis-clip-grid .fascia-list .f-item h3 {
  text-align: center;
}

.prodis-clip-grid .fascia-list .imgshow {
  background-color: #f5f5f5;
}

.prodis-decking-grid {
  display: flex;
  align-items: center;
  padding: 100px 0 75px;
}

.prodis-decking-grid.reverse {
  flex-direction: row-reverse;
}

.prodis-decking-grid.reverse .text {
  padding-left: 0;
  padding-right: 50px;
}

.prodis-decking-grid .video-box {
  width: 50%;
  overflow: hidden;
  border-radius: 100px 0 100px 0;
}

.prodis-decking-grid .text {
  box-sizing: border-box;
  flex: 1;
  padding-left: 50px;
}

.prodis-decking-grid .text h3 {
  color: #30BF88;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.prodis-decking-grid .video-player0-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.prodis-decking-grid .video-js .vjs-big-play-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  background-image: url("../images/prodis-about-play.png");
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.prodis-decking-grid .vjs-icon-placeholder {
  display: none;
}

.prodis-adv-grid {
  background-color: rgba(230, 231, 231, 0.26);
  padding: 1px 0 55px;
}

.prodis-adv-grid .padv-list {
  text-align: center;
}

.prodis-adv-grid .padv-list ul {
  display: flex;
  justify-content: space-around;
}

.prodis-adv-grid .padv-list .icon {
  width: 98px;
  margin-bottom: 12px;
  display: inline-block;
}

.prodis-ins-video {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 124px 0 90px;
}

.prodis-ins-video .video-box {
  width: 50%;
}

.prodis-ins-video .text {
  flex: 1;
  padding-right: 40px;
}

.prodis-ins-video .text h3 {
  text-transform: uppercase;
}

.prodis-ins-video .text dd {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.prodis-ins-video .text dd .icon {
  flex-shrink: 0;
  width: 33px;
  margin-right: 14px;
}

.prodis-ins-video .text dd .icon img {
  width: 33px;
  height: 33px;
  object-fit: cover;
}

.prodis-ins-video .text-p p {
  margin: 14px 0 34px;
}

.prodis-ins-video .vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 76.66666666%;
}

.prodis-ins-video .video-js .vjs-big-play-button {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  background-image: url("../images/cat-play.png");
  transform: translate(-50%, -50%);
  background-size: cover;
  top: 50%;
  left: 50%;
}

.prodis-ins-video .vjs-icon-placeholder {
  display: none;
}

.prodis-download-grid {
  background: url("../images/prodis-down-bg.png") no-repeat center/cover;
  padding: 1px 0 50px;
}

.prodis-download-grid .prodis-title {
  margin: 50px 0 42px;
}

.prodis-download-grid .download-list {
  padding-bottom: 14px;
}

.prodis-download-grid .download-list ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.prodis-download-grid .download-list .imgshow img {
  width: 100%;
}

.prodis-download-grid .download-list li {
  width: 33.33%;
  padding: 0 20px;
  box-sizing: border-box;
}

.prodis-download-grid .download-list.type2 .d-item {
  background: url("../images/down-bg.png") no-repeat center/cover;
}

.prodis-download-grid .download-list .d-item {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 22px;
  background-color: #FFF;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.prodis-download-grid .download-list .d-item h3 {
  line-height: 38px;
  height: 76px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 6px 0 26px;
  text-transform: uppercase;
}

.prodis-download-grid .download-list .d-item h5 {
  color: #30BF88;
  text-transform: uppercase;
}

.prodis-download-grid .download-list li {
  margin-bottom: 36px;
}

.prodis-download-grid .download-list .d-btns a {
  display: block;
  color: #FFF;
  background-color: #30BF88;
  border-radius: 10px;
  padding: 12px 34px;
  text-align: center;
  line-height: 1.2;
  transition: all 0.3s;
}

.prodis-download-grid .download-list .d-btns a:hover {
  background-color: #21324D;
}

.prodis-download-grid .download-list .d-btns a.inline {
  display: inline-block;
}

.donw-title {
  text-align: center;
  margin-bottom: 36px;
  text-transform: uppercase;
}

.decking-title {
  margin: 110px 0 50px;
  text-align: center;
  text-transform: uppercase;
}

.pdecking-filter {
  background-color: #F7F7F7;
  padding: 40px 30px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}

.pdecking-filter label {
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.pdecking-filter .pdecking-filter-item {
  width: 46%;
}

.pdecking-filter .layui-input {
  height: 50px;
  border-color: #707070;
}

.pdecking-filter .layui-form-select {
  color: #231910;
}

.pdecking-filter .layui-form-select dl {
  border-color: #E6E7E7;
  top: 50px;
  font-size: 18px;
}

.pdecking-filter .layui-input {
  padding-left: 28px;
}

.pdecking-filter .layui-form-select dl dd, .pdecking-filter .layui-form-select dl dt {
  line-height: 60px;
}

.pdecking-filter .layui-form-select dl dd.layui-this {
  border-color: #E6E7E7;
  background-color: #F7F7F7;
}

.pdecking-filter .layui-form-select dl dd.layui-select-tips {
  padding-left: 28px !important;
}

.pdecking-filter .layui-form-select dl dd {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  padding-left: 28px;
}

.pdecking-filter .layui-form-select dl dd:hover {
  border-color: #E6E7E7;
  background-color: #F7F7F7;
}

.productny-list ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.productny-list .imgshow img {
  width: 100%;
}

.productny-list li {
  width: 33.33%;
  padding: 0 20px;
  box-sizing: border-box;
}

.productny-list .sm-img .img-box {
  padding-bottom: 20.37534%;
}

.productny-list li {
  margin-bottom: 53px;
}

.productny-list .f-item {
  border: 1px solid #E6E7E7;
  box-sizing: border-box;
  height: 100%;
  display: block;
  transition: all 0.4s;
}

.productny-list .f-item:hover {
  transform: translateY(-10px);
  color: #30BF88;
}

.productny-list .text {
  border-top: 1px solid #E6E7E7;
  padding: 20px 40px;
}

.productny-list h3 {
  margin-bottom: 10px;
}

.cp-ourbetter {
  padding: 140px 0 68px;
}

.cp-ourbetter .better-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.cp-ourbetter .better-item .imgshow {
  width: 49%;
}

.cp-ourbetter .better-item .imgshow .img-box {
  padding-bottom: 61.04129%;
}

.cp-ourbetter .better-item .text {
  flex: 1;
  padding-left: 45px;
}

.cp-ourbetter .better-item .text h3 {
  margin-bottom: 14px;
}

.cp-ourbetter .better-item:nth-child(2n) {
  flex-direction: row-reverse;
}

.cp-ourbetter .better-item:nth-child(2n) .text {
  padding-left: 0;
  padding-right: 45px;
}

.cp-ourbetter2 .better-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.cp-ourbetter2 .better-item.item1 .imgshow {
  width: 27.25%;
  margin-right: 2.75%;
}

.cp-ourbetter2 .better-item.item1 .imgshow .img-box {
  padding-bottom: 146.78899%;
}

.cp-ourbetter2 .better-item.item1 .text {
  width: 40%;
  box-sizing: border-box;
  padding-left: 63px;
}

.cp-ourbetter2 .better-item.item2 {
  flex-direction: row-reverse;
}

.cp-ourbetter2 .better-item.item2 .imgshow {
  width: 40%;
  box-sizing: border-box;
  padding-left: 32px;
}

.cp-ourbetter2 .better-item.item2 .imgshow .img-box {
  padding-bottom: 76.30435%;
}

.cp-ourbetter2 .better-item.item2 .text {
  width: 60%;
}

.ourbetter-grid {
  padding: 80px 0 70px;
  background-color: rgba(0, 0, 0, 0.04);
}

.decking-access {
  margin-bottom: 100px;
}

.decking-access .access-info {
  text-align: center;
}

.decking-access .decking-title {
  margin: 96px 0 24px;
}

.decking-access .access-btns {
  margin: 50px 0 46px;
}

.decking-access .imgshow img {
  max-width: 100%;
  height: auto;
}

.wpc-filters {
  background: #FFFFFF;
  margin-top: -80px;
  position: relative;
  margin-bottom: 130px;
  z-index: 1;
}

.wpc-filters .w-item {
  text-align: center;
  transition: all 0.4s;
  padding: 38px 16px 16px;
  box-shadow: -2px 2px 6px 1px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}

.wpc-filters .w-item:hover {
  color: #30BF88;
}

.wpc-filters .w-item:hover .h-img {
  display: inline-block;
}

.wpc-filters .w-item:hover .d-img {
  display: none;
}

.wpc-filters .w-item.cur {
  color: #30BF88;
}

.wpc-filters .w-item.cur .h-img {
  display: inline-block;
}

.wpc-filters .w-item.cur .d-img {
  display: none;
}

.wpc-filters .w-item .icon {
  text-align: center;
  margin: 0 auto;
  line-height: 1;
}

.wpc-filters .w-item .icon .hwiconfont {
  font-size: 3.6vw;
}

.wpc-filters .w-item .icon img {
  max-width: 73px;
  max-height: 100%;
}

.wpc-filters h4 {
  margin-top: 12px;
  text-transform: uppercase;
}

.wpc-filters ul {
  display: flex;
}

.wpc-filters li {
  flex: 1;
}

.wpc-filters .h-img {
  display: none;
}

.wpc-downloadlist {
  margin-bottom: -32px;
}

.wpc-downloadlist ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.wpc-downloadlist .imgshow img {
  width: 100%;
}

.wpc-downloadlist li {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}

.wpc-downloadlist li {
  margin-bottom: 32px;
}

.wpc-downloadlist .icon {
  width: 86px;
}

.wpc-downloadlist .t-btns a {
  color: #30BF88;
  font-weight: 500;
}

.wpc-downloadlist .t-btns .iconfont {
  font-size: 20px;
}

.wpc-downloadlist .d-item {
  display: flex;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border: 1px solid #E6E7E7;
  padding: 30px 20px;
  align-items: center;
}

.wpc-downloadlist .text {
  padding-left: 22px;
  flex: 1;
}

.install-title {
  border-bottom: 2px solid #231910;
  text-transform: uppercase;
  margin: 110px 0 45px;
}

.install-title h2 {
  padding-bottom: 10px;
}

.install-video .video-box {
  padding: 0 20px;
}

.install-video .video-player0-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 53.220833%;
}

.install-video .video-js .vjs-big-play-button {
  width: 79px;
  height: 79px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  background-image: url("../images/cat-play.png");
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.install-video .vjs-icon-placeholder {
  display: none;
}

.procedure-block {
  margin: 0 0 50px;
}

.procedure-block:nth-last-child(1) {
  margin-bottom: 0;
}

.procedure-block .prob-title {
  color: #30BF88;
  position: relative;
  padding-left: 40px;
}

.procedure-block .prob-title:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 27px;
  height: 27px;
  background: #30BF88;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #707070;
  transform: translateY(-50%);
}

.procedure-block .imgshow img {
  max-width: 100%;
  height: auto;
}

.about-whylist {
  margin: 110px 0 100px;
}

.about-whylist li:nth-child(2n) .w-item {
  flex-direction: row;
}

.about-whylist li:nth-child(2n) .text {
  padding: 0;
  padding-left: 140px;
}

.about-whylist .w-item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.about-whylist .w-item .imgshow {
  width: 37%;
}

.about-whylist .w-item .imgshow .img-box {
  padding-bottom: 134.14097%;
}

.about-whylist .w-item .text {
  flex: 1;
  padding-right: 140px;
}

.about-whylist .w-item .t-num {
  line-height: 1;
  margin-bottom: -5vw;
  margin-left: -2.5vw;
}

.about-whylist .w-item .t-num img {
  width: 13.5vw;
}

.about-whylist .w-item h3 {
  color: #30BF88;
  text-transform: uppercase;
}

.about-whylist .w-item .line {
  height: 4px;
  width: 60px;
  background-color: #30BF88;
  margin-top: 20px;
}

.why-videos {
  display: flex;
  align-items: center;
  background-color: rgba(35, 25, 16, 0.36);
}

.why-videos .video-box {
  width: 50%;
	padding-bottom:33.220833%;
	position: relative;
	overflow: hidden;
}
.why-videos .video-box iframe{
   	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit: cover;
}
.why-videos .video-player0-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 76.220833%;
}

.why-videos .video-js .vjs-big-play-button {
  width: 79px;
  height: 79px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  background-image: url("../images/cat-play.png");
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.why-videos .vjs-icon-placeholder {
  display: none;
}

.why-videos .text {
  flex: 1;
  padding: 60px;
  color: #FFF;
}

.why-living {
  background: #F7F7F7 url("../images/cat-inspired-bg.png") no-repeat right center;
  margin: 110px 0 0;
}

.why-living .living-cont {
  display: flex;
  align-items: center;
}

.why-living .living-cont .imgshow {
  width: 410px;
}

.why-living .living-cont .text {
  flex: 1;
  padding-left: 145px;
}

.why-living .living-cont .text p {
  margin: 10px 0 20px;
}

.content-install .wpc-filters {
  margin-bottom: 0;
}

.install-tabtitle {
  border-bottom: 2px solid #231910;
  margin: 115px 0 48px;
  position: relative;
}

.install-tabtitle .slot-right {
  position: absolute;
  right: 0;
  bottom: 0;
}

.install-tabtitle .left-tt {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.install-tabtitle .left-tt .t-t {
  padding: 16px 26px;
  display: flex;
  cursor: pointer;
  align-items: center;
  color: #30BF88;
  box-sizing: border-box;
  min-width: 150px;
}

.install-tabtitle .left-tt .iconfont {
  margin-right: 8px;
  font-size: 24px;
}

.install-tabtitle .left-tt .cur {
  background-color: #30BF88;
  color: #FFF;
}

.install-videolist {
  margin: 0 15px;
}
.install-videolist .video-box.isframe{
    display: block;
	padding-bottom:53.120833%;
	position: relative;
	overflow: hidden;
}
.install-videolist .video-box.isframe iframe{
    position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit: cover;
}
.install-videolist .vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 53.120833%;
}

.install-videolist .video-js .vjs-big-play-button {
  width: 79px;
  height: 79px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  background-image: url("../images/cat-play.png");
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.install-videolist .vjs-icon-placeholder {
  display: none;
}

.install-videolist h3 {
  text-align: center;
  margin: 0 0 60px;
  text-transform: uppercase;
}

.install-videolist li {
  margin-bottom: 50px;
}

.install-videolist li:nth-last-child(1) {
  margin-bottom: 0;
}

.resource-newslist ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.resource-newslist .imgshow img {
  width: 100%;
}

.resource-newslist li {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}

.resource-newslist .img-box {
  padding-bottom: 62.28374%;
}

.resource-newslist h3 {
  margin: 40px 0 15px;
}

.resource-newslist .text-p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 38px;
}

.resource-newslist li {
  margin-bottom: 70px;
}

.resource-newslist .list1 {
  padding-bottom: 17px;
}

.resource-newslist .list2 {
  margin: 0 -15px;
}

.resource-newslist .list2 li {
  width: 33.33%;
  padding: 0 15px;
}

.resource-newslist .n-item {
  display: block;
}

.resource-newslist .n-item:hover {
  color: #30BF88;
}

.nd-title {
  margin: 100px 0 45px;
}

.nd-subtt {
  display: flex;
  justify-content: space-between;
  margin: 0 0 70px;
}

.nd-subtt .date {
  display: flex;
  align-items: center;
}

.nd-subtt .date .hwiconfont {
  font-size: 26px;
  margin-right: 25px;
}

.nd-subtt .nd-share a {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background-color: #231910;
  display: inline-block;
  color: #FFF;
  text-align: center;
}

.nd-subtt .nd-share a:hover {
  background-color: #30BF88;
}

.nd-subtt .nd-share a .hwiconfont {
  font-size: 16px;
}

.nd-text {
  line-height: 2;
}

.nd-page {
  margin: 40px 0 0;
  padding: 40px 0;
  border-top: 1px solid #E5E5E5;
  display: flex;
  justify-content: space-between;
}

.nd-page label {
  color: #183340;
}

.nd-page a {
  color: #333;
  max-width: 45%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nd-title {
  margin: 60px 0 45px;
  text-align: center;
  text-transform: uppercase;
}

.realted-newslist ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.realted-newslist .imgshow img {
  width: 100%;
}

.realted-newslist li {
  width: 33.33%;
  padding: 0 10px;
  box-sizing: border-box;
}

.realted-newslist .img-box {
  padding-bottom: 61.53846%;
}

.realted-newslist h3 {
  margin: 20px 0 15px;
}

.realted-newslist .text-p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 38px;
}

.realted-newslist .n-item {
  display: block;
}

.realted-newslist .n-item:hover {
  color: #30BF88;
}

.msg-bg {
  background: url("/static/images/msg-bg.png") no-repeat center center;
  background-size: cover;
  padding: 1px 0;
}

.message-grid {
  margin: 230px 0 150px;
  display: flex;
}

.message-grid .msg-left {
  width: 38%;
  background: url("../images/msg-left.png") no-repeat 100%;
  background-size: 100%;
  padding: 6vw 40px 0 60px;
  color: #FFF;
  box-sizing: border-box;
}

.message-grid .msg-left p {
  margin: 20px 0 36px;
}

.message-grid .msg-grid {
  flex: 1;
  margin-left: 32px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 25px 45px;
}

.message-grid .msg-grid .xhl-control-label {
  display: none;
}

.message-grid .msg-grid .mst-tt {
  text-align: center;
  line-height: 1;
  margin: 0 0 40px;
}

.message-grid .msg-grid .line {
  height: 3px;
  width: 30px;
  background-color: #231910;
  display: inline-block;
}

.resource-vlist ul {
  margin: 0 -14px;
  display: flex;
  flex-wrap: wrap;
}

.resource-vlist .imgshow img {
  width: 100%;
}

.resource-vlist li {
  width: 33.33%;
  padding: 0 14px;
  box-sizing: border-box;
}

.resource-vlist .img-box {
  padding-bottom: 67.71654%;
}

.resource-vlist .v-item {
  cursor: pointer;
}

.resource-vlist .v-item:hover {
  color: #30BF88;
}

.resource-vlist li {
  margin-bottom: 60px;
}

.resource-vlist .imgshow {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  position: relative;
}

.resource-vlist .imgshow .icon {
  width: 50px;
  height: 50px;
  background-image: url("../images/cat-play.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: inline-block;
}

.resource-vlist .imgshow .h-text {
  position: absolute;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(213, 217, 222, 0.18) 9%, rgba(134, 144, 158, 0.54) 28%, rgba(78, 91, 113, 0.8) 48%, rgba(44, 60, 86, 0.95) 69%, #21324D 89%);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resource-vlist h3 {
  padding: 20px 20px 0;
  text-align: center;
}

.faq-list .f-tt {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  padding: 24px 0 0;
  cursor: pointer;
}

.faq-list .f-tt:hover {
  color: #30BF88;
}

.faq-list .f-tt .icon-jianhao {
  display: none;
}

.faq-list .f-tt .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #231910;
  color: #FFF;
  line-height: 28px;
  text-align: center;
}

.faq-list .f-tt .icon .iconfont {
  font-size: 12px;
  font-weight: 600;
}

.faq-list .f-cont {
  padding-top: 18px;
  display: none;
}

.faq-list .f-item {
  border-bottom: 2px solid #E5E5E5;
  padding-bottom: 24px;
}

.faq-list .cur .f-cont {
  display: block;
}

.faq-list .cur .icon-jianhao {
  display: inline-block;
}

.faq-list .cur .icon-jiahao {
  display: none;
}

.faq-list .cur .icon {
  background-color: #30BF88;
}

.content-page {
  display: flex;
  margin: 116px 0 0;
}

.content-page .content-left {
  width: 310px;
}

.content-page .content-left .line {
  height: 1px;
  background-color: #666666;
  margin: 50px 0 0;
}

.content-page .content-right {
  flex: 1;
  margin-left: 80px;
}

.content-page .msg-left {
  margin: 35px 0 0 -30px;
  background: url("../images/msg-left.png") no-repeat;
  background-size: 100% auto;
  padding: 3vw 40px 0 60px;
  color: #FFF;
  box-sizing: border-box;
  min-height: 432px;
}

.content-page .msg-left p {
  margin: 20px 0 36px;
}

.content-page .cat-top {
  padding-right: 43px;
}

.page-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #231910;
  border-bottom: 1px solid #666;
  padding: 20px 0;
}

.page-filter a {
  color: #666;
}

.page-filter .hwiconfont {
  font-size: 20px;
  margin-right: 6px;
}

.pagefilter-block h4 {
  padding: 26px 0;
  text-transform: uppercase;
}

.pagefilter-block .fitem-list dd {
  margin-bottom: 20px;
}

.pagefilter-block .fitem-list dd:nth-last-child(1) {
  margin-bottom: 0;
}

.pagefilter-block .fitem-list .f-select {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.pagefilter-block .fitem-list .icon {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 1px solid #231910;
  border-radius: 2px;
  line-height: 18px;
  text-align: center;
  margin-right: 10px;
  transition: all 0.4s;
}

.pagefilter-block .fitem-list .icon .hwiconfont {
  color: #FFF;
}

.pagefilter-block .fitem-list .cur .icon {
  background-color: #30BF88;
}

.resource-techlist ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.resource-techlist .imgshow img {
  width: 100%;
}

.resource-techlist li {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}

.resource-techlist .img-box {
  padding-bottom: 61.7866%;
}

.resource-techlist .page-box {
  padding-top: 40px;
}

.resource-techlist .see-more {
  text-transform: capitalize;
}

.resource-techlist li {
  margin-bottom: 30px;
}

.resource-techlist .t-item {
  border: 1px solid #707070;
  box-sizing: border-box;
  height: 100%;
  display: block;
}

.resource-techlist .text {
  border-top: 1px solid #707070;
  padding: 25px;
  text-align: center;
}

.resource-techlist .text h3 {
  margin-bottom: 18px;
}

.real-projectlist ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.real-projectlist .imgshow img {
  width: 100%;
}

.real-projectlist li {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}

.real-projectlist .img-box {
  padding-bottom: 62.53102%;
}

.real-projectlist .text {
  background-color: #F7F7F7;
  margin: -95px 22px 0;
  z-index: 2;
  position: relative;
  padding: 16px 50px;
  text-align: center;
}

.real-projectlist .text .t-btns {
  margin: 20px 0 0;
}

.real-projectlist .t-item {
  color: #231910;
  display: block;
}

.real-projectlist .t-item:hover {
  color: #30BF88;
}

.real-projectlist li {
  margin-bottom: 48px;
}

.real-projectlist .page-box {
  padding-top: 17px;
}

.content-real-detail {
  margin: 110px 0 0;
}
.rd-videos .video-box{
    display: block;
	position: relative;
	overflow: hidden;
     padding-top: 42.220833%;
}
.rd-videos .video-box iframe{
    	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	object-fit: cover;
}
.rd-videos .video-player0-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
  padding-top: 42.220833%;
}

.rd-videos .video-js .vjs-big-play-button {
  width: 79px;
  height: 79px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  background-image: url("../images/cat-play.png");
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.rd-videos .vjs-icon-placeholder {
  display: none;
}

.rd-videos .text {
  text-align: center;
  padding: 0 50px;
}

.rd-videos .text h3 {
  margin: 50px 0;
}

.reald-speek {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin: 38px 0 100px;
  background-color: #F7F7F7;
}

.reald-speek .imgshow {
  width: 50%;
}

.reald-speek .imgshow .img-box {
  padding-bottom: 49.28131%;
}

.reald-speek .text {
  flex: 1;
  padding: 0 40px 0 0;
  padding-left: calc((100% - 1200px)/2);
}

.reald-speek .p-author {
  text-align: right;
  margin: 20px 0;
}

.reald-speek .top-text {
  line-height: 1.2;
  position: relative;
  padding: 50px 0 0px 26px;
}

.reald-speek .top-text:after {
  content: '';
  width: 52px;
  height: 130px;
  background: url("../images/speek-bg.png") no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

.reald-speek .top-text:before {
  content: '';
  width: 52px;
  height: 130px;
  background: url("../images/speek-bg.png") no-repeat;
  position: absolute;
  right: 0;
  bottom: -50px;
}

.content-contact .message-grid {
  margin-top: 110px;
}

.contact-map {
  margin: 0 0 160px;
}

.contact-map iframe {
  width: 100%;
  height: 430px;
}

.contact-cont .c-share {
  margin: 28px 0 65px;
}

.contact-cont .c-share a {
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #231910;
  text-align: center;
  line-height: 32px;
  color: #FFF;
  margin-right: 10px;
}

.contact-cont .c-share a .iconfont {
  font-size: 18px;
}

.contact-list {
  padding-bottom: 60px;
}

.contact-list .c-item {
  display: flex;
  align-items: center;
  padding: 0 0 26px;
  box-sizing: border-box;
  height: 100%;
  color: #333;
  border-bottom: 2px solid #E6E7E7;
  transition: all 0.4s;
}

.contact-list .c-item .icon {
  width: 90px;
}

.contact-list .c-item .icon img {
  max-width: 100%;
}

.contact-list .c-item a {
  color: #333;
}

.contact-list .c-item:hover {
  border-color: #231910;
}

.contact-list ul {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}

.contact-list .imgshow img {
  width: 100%;
}

.contact-list li {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}

.contact-list li {
  margin-bottom: 40px;
}

.water_box a {
  display: block;
}

.water_box .imgshow {
  margin-bottom: 12px;
}

.water_box .imgshow img {
  max-width: 100%;
}

.water_box .item {
  margin-bottom: 30px;
}

.content-about-weare {
  margin: 110px 0 0;
}

.about-nature-grid .natrue-block {
  display: flex;
  align-items: center;
}

.about-nature-grid .block1 .img-box {
  padding-bottom: 85.66667%;
}

.about-nature-grid .block1 .imgshow {
  width: 50%;
}

.about-nature-grid .block1 .text {
  flex: 1;
  padding-left: 5vw;
}

.about-nature-grid .block1 .n-tt {
  display: flex;
  line-height: 1;
  align-items: flex-end;
}

.about-nature-grid .block1 .n-tt .icon {
  margin-right: 26px;
}

.about-nature-grid .block1 .n-tt .icon img {
  width: 55px;
  height: 55px;
  object-fit: cover;
}

.about-nature-grid .block1 .line {
  height: 4px;
  width: 100px;
  background-color: #21324D;
  margin: 30px 0;
}

.about-nature-grid .block2 {
  flex-direction: row-reverse;
}

.about-nature-grid .block2 .imgshow {
  width: 45%;
}

.about-nature-grid .block2 .imgshow .img-box {
  padding-bottom: 52.34522%;
}

.about-nature-grid .block2 .text {
  flex: 1;
  padding-right: 30px;
}

.about-nature-grid .block3 .imgshow {
  width: 29%;
}

.about-nature-grid .block3 .imgshow .img-box {
  padding-bottom: 52.34522%;
}

.about-nature-grid .block3 .text {
  flex: 1;
  padding-left: 30px;
}

.about-renewing-grid .renewing-title {
  display: flex;
  align-items: flex-end;
  margin: 30px 0;
}

.about-renewing-grid .renewing-title .line {
  flex-shrink: 0;
  height: 6px;
  width: 560px;
  background-color: #231910;
  margin-bottom: 18px;
  margin-left: 20px;
}

.about-weare-nums {
  background: url("/static/images/about-weare-numbg.png") no-repeat center center;
  background-size: cover;
  margin: 90px 0 0;
}

.about-weare-nums .num-list {
  padding: 80px 0 60px;
}

.about-weare-nums .num-list ul {
  display: flex;
}

.about-weare-nums .num-list .n-nums {
  font-size: 3vw;
  font-weight: 600;
  line-height: 1;
  color: #30BF88;
  margin-bottom: 10px;
}

.about-weare-nums .num-list li {
  width: 25%;
}

.about-weare-nums .num-list li:nth-last-child(1) .n-item {
  border-right: none;
}

.about-weare-nums .num-list .n-item {
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.about-history-grid {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 130px 0 90px;
  transition: background-image 0.4s ease-in-out;
}

.about-history-grid .his-page {
  position: relative;
  height: 64px;
  display: flex;
  margin: 30px 0 0;
}

.about-history-grid .his-page .swiper-button-next, .about-history-grid .his-page .swiper-button-prev {
  position: relative;
  top: 0;
  transform: translate(0, 0);
  margin: 0;
  left: 0;
  width: 64px;
  height: 64px;
  background-color: #231910;
  border-radius: 50%;
  transition: all 0.4s;
}

.about-history-grid .his-page .swiper-button-next:after, .about-history-grid .his-page .swiper-button-prev:after {
  transform: rotate(-90deg);
  color: #FFF;
  font-size: 16px;
}

.about-history-grid .his-page .swiper-button-next:hover, .about-history-grid .his-page .swiper-button-prev:hover {
  background-color: #30BF88;
}

.about-history-grid .his-page .swiper-button-next {
  margin-left: 17px;
}

.about-history-grid .history-cont {
  display: flex;
  color: #FFF;
  justify-content: space-between;
}

.about-history-grid .left-show {
  width: 420px;
}

.about-history-grid .left-show .img-box {
  padding-bottom: 55.95238%;
}

.about-history-grid .left-show .h-tit h4 {
  margin: 20px 0 6px;
}

.about-history-grid .left-show .text {
  margin: 46px 0 0;
}

.about-history-grid .left-show .text h5 {
  margin-bottom: 10px;
}

.about-history-grid .right-swiper {
  width: calc(100% - 420px);
  width: 120px;
}

.about-history-grid .right-swiper .swiper {
  height: 642px;
}

.about-history-grid .right-swiper .y-item {
  height: 100%;
  display: flex;
  align-items: center;
  border-right: 3px solid #FFF;
  transition: all 0.3s;
  cursor: pointer;
}

.about-history-grid .right-swiper .swiper-slide-thumb-active .y-item {
  color: #30BF88;
  border-color: #30BF88;
}

.about-word-grid {
  margin-bottom: 64px;
}

.about-word-grid .index-map-grid-box {
  position: relative;
}

.about-word-grid .index-map-grid-box .map-cont {
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-word-grid .w-tit {
  text-align: center;
  margin: 100px 0 66px;
}

.about-word-grid .index-map-grid-box {
  position: relative;
}

.about-word-grid .index-map-grid-box .map-cont {
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-word-grid .index-map-grid-box .map-cont > div {
  margin-bottom: 25px;
}

.about-word-grid .index-map-grid-box .map-cont > div h1 {
  font-size: 40px;
  font-weight: 400;
  color: #b2a495;
  line-height: 35px;
  vertical-align: bottom;
  display: inline-block;
}

.about-word-grid .index-map-grid-box .map-cont > div span {
  font-size: 100px;
  line-height: 80px;
  font-weight: 500;
  color: #b2a495;
  vertical-align: bottom;
  display: inline-block;
  margin-right: 15px;
}

.about-word-grid .index-map-grid-box .map-cont p {
  font-size: 24px;
  font-weight: 400;
  color: #333;
  line-height: 28px;
}

.about-word-grid .index-map-grid {
  position: relative;
}

.about-word-grid .index-map-grid .map-img img {
  width: 100%;
}

.about-word-grid .index-map-grid .dot-list .h-text {
  cursor: pointer;
  position: absolute;
  min-width: 290px;
  height: 48px;
  background: #b2a495;
  border-radius: 10px 10px 10px 10px;
  top: 0;
  left: 0;
  font-size: 20px;
  line-height: 28px;
  padding: 10px 60px 10px 24px;
  color: #231910;
  text-align: left;
  text-transform: uppercase;
  box-sizing: border-box;
}

.about-word-grid .index-map-grid .dot-list .h-text p {
  white-space: nowrap;
}

.about-word-grid .index-map-grid .dot-list .h-text::after, .about-word-grid .index-map-grid .dot-list .h-text::before {
  content: "";
  position: absolute;
  background: #b2a495;
  height: 1px;
}

.about-word-grid .index-map-grid .dot-list .m-dot {
  width: 10px;
  height: 10px;
  background: #b2a495;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  color: #fff;
}

.about-word-grid .index-map-grid .dot-list li {
  position: absolute;
  left: 30%;
  top: 20%;
  height: 10px;
  text-align: center;
}

.about-word-grid .index-map-grid .dot-list li:first-child .h-text {
  top: -110px;
  left: 142px;
}

.about-word-grid .index-map-grid .dot-list li:first-child .h-text::before {
  width: 102px;
  left: -101px;
  top: 50%;
}

.about-word-grid .index-map-grid .dot-list li:first-child .h-text::after {
  width: 100px;
  left: -168px;
  top: 71px;
  transform: rotate(-70deg);
}

.about-word-grid .index-map-grid .dot-list li:nth-child(2) .h-text {
  top: -50px;
  left: 119px;
}

.about-word-grid .index-map-grid .dot-list li:nth-child(2) .h-text::before {
  width: 90px;
  left: -89px;
  top: 50%;
}

.about-word-grid .index-map-grid .dot-list li:nth-child(2) .h-text::after {
  width: 40px;
  left: -120px;
  top: 41px;
  transform: rotate(-55deg);
}

.about-word-grid .index-map-grid .dot-list li:nth-child(3) .h-text {
  top: 6px;
  left: -430px;
}

.about-word-grid .index-map-grid .dot-list li:nth-child(3) .h-text::before {
  width: 100px;
  right: -100px;
  top: 50%;
}

.about-word-grid .index-map-grid .dot-list li:nth-child(3) .h-text::after {
  width: 46px;
  right: -144px;
  top: 15px;
  transform: rotate(-24deg);
}

.about-word-grid .index-map-grid .dot-list li:nth-child(4) .h-text {
  top: 6px;
  left: 114px;
}

.about-word-grid .index-map-grid .dot-list li:nth-child(4) .h-text::before {
  width: 70px;
  left: -70px;
  top: 50%;
}

.about-word-grid .index-map-grid .dot-list li:nth-child(4) .h-text::after {
  width: 42px;
  left: -109px;
  top: 14px;
  transform: rotate(28deg);
}

.about-word-grid .index-map-grid .dot-list li:nth-child(5) .h-text {
  top: 6px;
  left: 174px;
}

.about-word-grid .index-map-grid .dot-list li:nth-child(5) .h-text::before {
  width: 120px;
  left: -120px;
  top: 50%;
}

.about-word-grid .index-map-grid .dot-list li:nth-child(5) .h-text::after {
  width: 50px;
  left: -168px;
  top: 14px;
  transform: rotate(23deg);
}

.about-word-grid .index-map-grid .dot-list li:nth-child(6) .h-text {
  top: -15px;
  left: -360px;
}

.about-word-grid .index-map-grid .dot-list li:nth-child(6) .h-text::before {
  width: 70px;
  right: -70px;
  top: 50%;
}

.about-word-grid .index-map-grid .dot-list li.active .m-dot, .about-word-grid .index-map-grid .dot-list li:hover .m-dot {
  background-color: #e7340c;
}

.about-word-grid .index-map-grid .dot-list li.active .h-text, .about-word-grid .index-map-grid .dot-list li:hover .h-text {
  background: #e7340c;
  color: #fff;
}

.about-word-grid .index-map-grid .dot-list li.active .h-text::after, .about-word-grid .index-map-grid .dot-list li.active .h-text::before, .about-word-grid .index-map-grid .dot-list li:hover .h-text::after, .about-word-grid .index-map-grid .dot-list li:hover .h-text::before {
  background: #e7340c;
}

.why-box2 ul {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}

.why-box2 .imgshow img {
  width: 100%;
}

.why-box2 li {
  width: 33.33%;
  padding: 0 12px;
  box-sizing: border-box;
}

.way-a {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 24px;
  border-radius: 20px;
  overflow: hidden;
}

.way-a .img-box {
  width: 100%;
  height: 0;
  padding-bottom: 61.9691%;
  position: relative;
}

.way-a .img-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.way-a .img-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 25px 15px;
  min-height: 105px;
  box-sizing: border-box;
}

.way-a .img-text .img-des {
  display: flex;
  justify-content: space-between;
}

.way-a .img-text .img-des span {
  flex-shrink: 0;
}

.way-a .img-text {
  color: #fff;
}

.way-a .img-text h3 {
  margin-bottom: 15px i;
  margin-bottom-vertical-align: bottom;
}

.way-a .img-text span {
  display: block;
  line-height: 1;
}

.esgw-title {
  text-align: center;
  margin: 100px 0 80px;
}

.esgw-title .line {
  height: 2px;
  width: 60px;
  background-color: #30BF88;
  margin: 0 auto;
}

.protect-title {
  border-left: 10px solid #30BF88;
  padding-left: 20px;
  margin: 0 0 35px;
}

.esg-protect {
  margin: 0 0 60px;
  overflow: hidden;
}

.protect-list ul {
  margin: 0 -25px;
  display: flex;
  flex-wrap: wrap;
}

.protect-list .imgshow img {
  width: 100%;
}

.protect-list li {
  width: 33.33%;
  padding: 0 25px;
  box-sizing: border-box;
}

.protect-item {
  /*height: 2.6rem;*/
  background: #F7F7F7;
  border-radius: 20px;
  padding: 28px;
}

.protect-item .flex-center-y {
  display: flex;
  align-items: center;
}

.protect-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #569654;
}

.protect-item-top .p-icon {
  display: flex;
  align-items: center;
}

.protect-item-top-unit {
  color: #666666;
  padding-left: 20px;
}

.protect-item-bottom {
  color: #666666;
}

.protect-icon-math {
  width: 33px;
  margin-right: 10px;
  height: 59px;
}

.protect-icon-tree {
  width: 100px;
}

.esg-savings-grid {
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  padding: 1px 0 7vw;
}

.esg-savings-grid .saving-tabitem {
  display: flex;
  justify-content: center;
  margin: 110px 0 45px;
  text-align: center;
}

.esg-savings-grid .saving-tabitem a {
  color: #FFF;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50px;
  padding: 14px 48px;
  margin: 0 28px;
}

.esg-savings-grid .saving-tabitem a.cur {
  background-color: #0F6FC7;
}

.saving-tabbox .box-item {
  display: none;
}

.saving-tabbox .box-item.show {
  display: block;
}

.save-list ul {
  margin: 0 -80px;
  display: flex;
  flex-wrap: wrap;
}

.save-list .imgshow img {
  width: 100%;
}

.save-list li {
  width: 33.33%;
  padding: 0 80px;
  box-sizing: border-box;
}

.save-list .save-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  padding: 65px 0 40px;
  border-radius: 20px;
}

.save-list .save-item > div {
  text-align: center;
}

.save-list .save-item img {
  margin-top: 60px;
  width: 121px;
}

.save-list .save-item-data {
  margin-top: 0.65rem;
}

.save-list-2 {
  display: flex;
  justify-content: space-around;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 60px 0;
  color: #ffffff;
}

.save-list-2 .save-item-2 {
  text-align: center;
  width: 20%;
}

.save-list-2 .save-item-2 img {
  width: 150px;
  height: auto;
  display: inline;
}

.save-list-2 .save-item-data-2 {
  margin: 20px 0;
}

.esg-environmental {
  overflow: hidden;
}

.esg-environmental .protect-title {
  margin: 68px 0 40px;
}

.esg-environmental .fiveS-list {
  display: flex;
  justify-content: space-between;
}

.esg-environmental .fiveS-list .fiveS-item {
  width: calc(21% - 25px);
  height: 20vw;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  transition: width 0.3s;
  cursor: pointer;
  margin-right: 25px;
}

.esg-environmental .fiveS-list .fiveS-item:nth-last-child(1) {
  margin-right: 0;
}

.esg-environmental .fiveS-list .fiveS-item .imgshow {
  position: relative;
  height: 100%;
}

.esg-environmental .fiveS-list .fiveS-item-text {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}

.esg-environmental .fiveS-list .fiveS-item img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.esg-environmental .fiveS-list .fiveS-item.active {
  width: calc(37% - 25px);
}

.esg-environmental .fiveS-list .fiveS-item-active .normal {
  display: none;
}

.esg-environmental .fiveS-list .fiveS-item-active .active {
  display: block;
}

.esg-social {
  background-color: #F3F3F3;
  padding: 1px 0 100px;
  margin: 100px 0 0;
}

.esg-social .duty-nav-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 38%;
}

.esg-social .duty-cont {
  display: flex;
  justify-content: space-between;
}

.esg-social .duty-cont .duty-right {
  flex: 1;
}

.esg-social .duty-nav {
  color: #666666;
  cursor: pointer;
}

.esg-social .duty-nav span {
  display: block;
  /*text-align: justify;*/
  /*text-align-last: justify;*/
}

.esg-social .duty-nav-active {
  padding-left: 20px;
  font-weight: bolder;
  border-left: 10px solid #0F6FC7;
}

.esg-social .duty-nav-active span {
  color: #0F6FC7;
  font-weight: bold;
}

.esg-social .duty-img-con {
  display: none;
}

.esg-social .duty-img-con ul {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}

.esg-social .duty-img-con .imgshow img {
  width: 100%;
}

.esg-social .duty-img-con li {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}

.esg-social .duty-img-con .d-item {
  border-radius: 20px;
  overflow: hidden;
}

.esg-social .duty-img-con li {
  margin-bottom: 20px;
}

.esg-social .duty-img-con img {
  width: 100%;
}

.esg-governace .esgw-title {
  margin: 100px 0;
}

.manage-nav {
  padding: 40px 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  background-color: #ffffff;
  margin-bottom: -100px;
  position: relative;
  z-index: 2;
}

.manage-nav .manage-nav-item {
  text-align: center;
  color: #666666;
  cursor: pointer;
  width: 25%;
}

.manage-nav .manage-nav-item img {
  display: inline;
  height: 80px;
  width: auto;
  margin-bottom: 15px;
}

.manage-nav .manage-nav-item .active {
  display: none;
}

.manage-nav .manage-nav-item-active {
  color: #000000;
  font-weight: bold;
}

.manage-nav .manage-nav-item-active .active {
  display: inline;
}

.manage-nav .manage-nav-item-active .normal {
  display: none;
}

.governace-cont {
  background-color: #F3F3F3;
  padding-top: 100px;
  box-sizing: border-box;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.governace-cont .manage-images {
  transition: 20ms linear;
  left: 10%;
  margin: 65px 0;
  position: absolute;
  top: 100px;
}

.governace-cont .manage-images-item {
  position: relative;
  margin-right: 30px;
  pointer-events: none;
  border-radius: 20px;
  overflow: hidden;
  width: 29vw;
  flex-shrink: 0;
}

.governace-cont .manage-images-item-text {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 10px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}

.governace-cont .manage-images img {
  display: block;
  width: 100%;
  height: auto;
}

.governace-cont .manage-images > div {
  display: none;
}

.esg-love {
  margin-bottom: 160px;
}

.esg-love .imgshow {
  text-align: center;
}

.esg-love .imgshow img {
  max-width: 100%;
  height: auto;
}

.gallery-Inspiration-list .water_box .grid-item {
  width: initial;
}

.gallery-Inspiration-list .Insp-list {
  padding-bottom: 28px;
}

.gallery-Inspiration-list .Insp-list ul {
  margin: 0 -6px;
  display: flex;
  flex-wrap: wrap;
}

.gallery-Inspiration-list .Insp-list .imgshow img {
  width: 100%;
}

.gallery-Inspiration-list .Insp-list li {
  width: 50%;
  padding: 0 6px;
  box-sizing: border-box;
}

.gallery-Inspiration-list .Insp-list .img-box {
  padding-bottom: 54.85437%;
}

.gallery-Inspiration-list .Insp-list .g-item {
  overflow: hidden;
}

.gallery-Inspiration-list .Insp-list .g-item img {
  transition: all 0.4s;
}

.gallery-Inspiration-list .Insp-list .g-item:hover img {
  transform: scale(1.04);
}

.gallery-Inspiration-list .Insp-list li {
  margin-bottom: 12px;
}

.gallery-Inspiration-list .Insp-list li:nth-child(1) {
  width: 25.55%;
}

.gallery-Inspiration-list .Insp-list li:nth-child(1) .img-box {
  padding-bottom: 123.52941%;
}

.gallery-Inspiration-list .Insp-list li:nth-child(2) {
  width: 49.6%;
}

.gallery-Inspiration-list .Insp-list li:nth-child(2) .img-box {
  padding-bottom: 61.76471%;
}

.gallery-Inspiration-list .Insp-list li:nth-child(3) {
  flex: 1;
}

.gallery-Inspiration-list .Insp-list li:nth-child(3) .img-box {
  padding-bottom: 127.27273%;
}

.gallery-Inspiration-list .Insp-list li:nth-child(6) {
  width: 39.1%;
}

.gallery-Inspiration-list .Insp-list li:nth-child(6) .img-box {
  padding-bottom: 78.75%;
}

.gallery-Inspiration-list .Insp-list li:nth-child(7) {
  width: 36.15%;
}

.gallery-Inspiration-list .Insp-list li:nth-child(7) .img-box {
  padding-bottom: 85.42373%;
}

.gallery-Inspiration-list .Insp-list li:nth-child(8) {
  flex: 1;
}

.gallery-Inspiration-list .Insp-list li:nth-child(8) .img-box {
  padding-bottom: 127.27273%;
}

.btn-nav {
  display: none;
}

@media screen and (max-width: 1800px) {
  .footer:after, .footer:before {
    opacity: 0.2;
  }
}

@media screen and (max-width: 1620px) {
  .m-width-1600 {
    max-width: 1200px;
  }
  .save-list li {
    padding: 0 2vw;
  }
  .save-list ul {
    margin: 0 -2vw;
  }
  .protect-list li {
    padding: 1vw;
  }
  .protect-list ul {
    margin: 0 -1vw;
  }
  .protect-item {
    padding: 20px;
  }
  .save-list .save-item img {
    width: 6vw;
    margin-top: 3vw;
  }
  .save-list-2 .save-item-2 img {
    width: 7.5vw;
  }
  .manage-nav .manage-nav-item img {
    height: 4vw;
  }
  .manage-nav {
    padding: 40px 6vw;
  }
  .protect-icon-tree {
    width: 5vw;
  }
  .protect-icon-math {
    width: 1.5vw;
    height: 3vw;
  }
  .esg-love {
    margin-bottom: 8vw;
  }
  .governace-cont {
    height: 37vw;
  }
  .esgw-title {
    margin: 5vw 0 4vw;
  }
  .esg-social {
    margin: 5vw 0 0;
    padding-bottom: 5vw;
  }
  .esg-savings-grid .saving-tabitem {
    margin: 5.5vw 0 2.5vw;
  }
  .esg-governace .esgw-title {
    margin: 5vw 0;
  }
  .content-about-weare {
    margin: 5.5vw 0 0;
  }
  .about-weare-nums {
    margin: 4.5vw 0 0;
  }
  .about-history-grid {
    padding: 6.5vw 0 4.5vw;
  }
  .about-word-grid .w-tit {
    margin: 5vw 0 3.3vw;
  }
  .message-grid {
    margin: 12vw 0 7.5vw;
  }
  .about-whylist {
    margin: 5.5vw 0 5vw;
  }
  .product-orders-list {
    padding: 5vw 0;
  }
  .footer {
    padding-top: 5vw;
  }
  .footer .footer-box {
    padding-bottom: 4.5vw;
  }
  .why-living {
    margin: 5.5vw 0 0;
  }
  .contact-map {
    margin-bottom: 8vw;
  }
  .content-page, .content-real-detail {
    margin: 6vw 0 0;
  }
  .content-page .content-right {
    margin-left: 4vw;
  }
  .index-cat-grid {
    padding-bottom: 5vw;
  }
  .youshi-toplist {
    margin: 5.5vw 0 5vw;
  }
  .youshi-imglist {
    margin-bottom: 6.5vw;
  }
  .index-living-grid {
    margin: 7.2vw 0;
  }
  .index-blog-grid {
    padding-bottom: 7vw;
  }
  .install-tabtitle {
    margin: 6.5vw 0 2.5vw;
  }
  .pro-title {
    margin: 5.5vw 0 3.5vw;
  }
  .wpc-filters {
    margin-bottom: 6.5vw;
  }
  .install-title {
    margin: 5.5vw 0 2.2vw;
  }
  .product-about-grid {
    margin-top: 6vw;
  }
  .decking-title {
    margin: 5.5vw 0 2.5vw;
  }
  .decking-access {
    margin-bottom: 5vw;
  }
  .content-contact .message-grid {
    margin-top: 5.5vw;
  }
  .cp-ourbetter {
    padding: 7vw 0 3.5vw;
  }
}

@media screen and (max-width: 1440px) {
  .about-word-grid .index-map-grid .dot-list .m-dot {
    width: 8px;
    height: 8px;
  }
  .about-word-grid .index-map-grid .dot-list .h-text {
    font-size: 16px;
    height: 40px;
    line-height: 20px;
  }
  .about-word-grid .index-map-grid .dot-list li:first-child .h-text {
    left: 137px;
  }
  .about-word-grid .index-map-grid .dot-list li:first-child .h-text:after {
    width: 109px;
    left: -170px;
  }
  .about-word-grid .index-map-grid .dot-list li:first-child .h-text::before {
    left: -97px;
  }
  .about-word-grid .index-map-grid .dot-list li:nth-child(5) .h-text {
    top: 1px;
    left: 155px;
  }
  .about-word-grid .index-map-grid .dot-list li:nth-child(5) .h-text::after {
    width: 40px;
    left: -159px;
    top: 14px;
    transform: rotate(16deg);
  }
  .about-word-grid .index-map-grid .dot-list li:nth-child(2) .h-text::after {
    width: 50px;
    left: -128px;
  }
  .about-word-grid .index-map-grid .dot-list li:nth-child(4) .h-text::after {
    width: 42px;
    left: -109px;
    top: 14px;
    transform: rotate(18deg);
  }
  .about-word-grid .index-map-grid .dot-list li:nth-child(3) .h-text::after {
    width: 46px;
    right: -144px;
    top: 11px;
    transform: rotate(-22deg);
  }
  .about-word-grid .index-map-grid .dot-list li:nth-child(6) .h-text {
    left: -375px;
  }
  .about-word-grid .index-map-grid .dot-list li:nth-child(6) .h-text::before {
    top: 61%;
    width: 87px;
    right: -87px;
  }
}

@media screen and (max-width: 1366px) {
  .m-width-1600 {
    max-width: 1000px;
  }
}

@media screen and (max-width: 1250px) {
  .ipd-20 {
    padding: 0 20px;
  }
  .about-word-grid .index-map-grid .dot-list .m-dot {
    width: 5px;
    height: 5px;
  }
  .about-word-grid .index-map-grid .dot-list li .h-text {
    top: calc(100% + 10px) !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 1 !important;
  }
  .about-word-grid .index-map-grid .dot-list li .h-text::after {
    display: none !important;
  }
  .about-word-grid .index-map-grid .dot-list li .h-text::before {
    width: 1px !important;
    height: 10px !important;
    left: 50% !important;
    top: 0 !important;
  }
  .about-word-grid .index-map-grid-box .map-cont > div span {
    font-size: 70px;
    line-height: 60px;
  }
  .about-word-grid .index-map-grid-box .map-cont > div h1 {
    font-size: 30px;
  }
  .about-word-grid .index-map-grid-box .map-cont p {
    font-size: 18px;
  }
  .about-word-grid .index-map-grid .map-img {
    padding-top: 20px;
  }
  .about-word-grid .index-map-grid .dot-list li .h-text {
    display: none;
    min-width: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .about-word-grid .index-map-grid .dot-list li.active .h-text, .about-word-grid .index-map-grid .dot-list li:hover .h-text {
    display: block;
  }
}

@media screen and (max-width: 1023px) {
  /* 手机菜单 start */
  html.mm-blocking body {
    overflow: initial;
  }
  #menuPc {
    display: none;
  }
  .mm-opened #menuWap {
    display: block;
  }
  #page {
    background: #FFFFFF;
  }
  .btn-nav {
    background: transparent;
    border: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    float: right;
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #30BF88;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }
  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  /* 手机菜单 end */
  .logo img {
    height: 24px;
  }
  .h-tool {
    display: none;
  }
  .header-center {
    padding: 22px 0;
  }
  .sub-menulist {
    display: none;
  }
  .banner .swiper-pagination {
    bottom: 10px;
  }
  .index-prolist li {
    width: 100%;
    margin-bottom: 12px;
  }
  .index-prolist .text {
    padding: 12px;
  }
  .index-ad-grid .ad-top li {
    width: 100%;
    margin-bottom: 12px;
  }
  .index-adswiper {
    margin-top: 0;
  }
  .index-adswiper .swiper-pagination {
    bottom: 1px;
  }
  .index-ad-grid .ad-top .d-item .text h3 {
    font-size: 18px;
  }
  .f-nav ul {
    flex-wrap: wrap;
  }
  .footer {
    padding: 24px 0 0;
    font-size: 12px;
  }
  .hotshop-list .swiper-pagination {
    margin: 32px 0;
  }
  .header-top .h-right {
    display: none;
  }
  .header-tips .tips-cont {
    display: block;
  }
  .header-tips .tips-cont .t-text {
    margin: 10px 0;
  }
  .header-tips .tips-cont .t-btns a {
    display: inline-block;
  }
  .youshi-toplist li {
    width: 100%;
    margin-bottom: 20px;
  }
  .youshi-toplist p {
    height: auto;
  }
  .youshi-imglist {
    padding: 0 20px;
  }
  .youshi-imglist li {
    width: 100%;
    margin-bottom: 20px;
  }
  .youshi-imglist .text {
    margin: 12px 0 0;
  }
  .index-choose-grid {
    display: block;
  }
  .index-choose-grid .imgshow {
    width: 100%;
    margin-bottom: 20px;
  }
  .index-choose-grid .text {
    margin-left: 0;
  }
  .index-choose-grid .p-actions {
    flex-direction: column;
    align-items: center;
  }
  .index-choose-grid .p-actions .t-btns {
    margin-left: 0;
    display: block;
    justify-content: flex-start;
    text-align: left;
  }
  .index-living-grid {
    display: block;
  }
  .index-living-grid .imgshow {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .footer-box {
    display: block;
  }
  .footer .footer-box .footer-right {
    margin: 20px 0 0;
  }
  .f-nav ul li {
    margin-bottom: 20px;
    width: 50%;
  }
  .f-nav ul li:nth-last-child(1) {
    width: 100%;
  }
  .foot-left .flogo {
    text-align: center;
  }
  .protect-item-bottom {
    font-size: 12px;
  }
  .protect-item-top .p-icon {
    display: none;
  }
  .protect-item-top-unit {
    font-size: 12px;
  }
  .protect-item {
    height: 100%;
    box-sizing: border-box;
  }
  .esg-savings-grid .saving-tabitem a {
    font-size: 16px;
    padding: 10px 20px;
    margin: 0 5px;
  }
  .save-list .save-item {
    padding: 24px 0;
  }
  .save-list .save-item > div {
    font-size: 14px;
  }
  .save-list .save-item > div span {
    font-size: 12px;
  }
  .save-list-2 .save-item-data-2 {
    font-size: 12px;
  }
  .save-list-2 .save-item-text-2 {
    font-size: 12px;
  }
  .save-list-2 .save-item-2 {
    width: 33.33%;
    margin-bottom: 20px;
  }
  .save-list-2 {
    flex-wrap: wrap;
  }
  .esg-environmental .fiveS-list {
    display: block;
  }
  .esg-environmental .fiveS-list .fiveS-item {
    width: 100%;
    height: 15vh;
    transition: all .3s ease-in-out;
    margin-bottom: 12px;
  }
  .esg-environmental .fiveS-list .fiveS-item.active {
    height: 30vh;
    width: 100%;
  }
  .esg-social .duty-cont {
    display: block;
  }
  .esg-social .duty-nav-list {
    width: 100%;
    flex-direction: row;
    overflow-x: auto;
    margin-bottom: 20px;
  }
  .esg-social .duty-nav {
    white-space: nowrap;
    margin-right: 20px;
    padding-left: 0;
    border: none;
  }
  .manage-nav {
    padding: 20px 5px;
  }
  .manage-nav .manage-nav-item {
    font-size: 12px;
  }
  .manage-nav .manage-nav-item > div {
    height: 40px;
    line-height: 1.3;
  }
  .governace-cont {
    height: 350px;
  }
  .governace-cont .manage-images {
    margin: 20px 0;
  }
  .governace-cont .manage-images-item {
    width: 300px;
    height: 200px;
  }
  .governace-cont .manage-images-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .esg-love {
    padding: 0 20px;
  }
  .header-top {
    padding: 20px 0;
    align-items: center;
  }
  .header-top .logo img {
    width: auto;
    height: 42px;
  }
  .index-title {
    margin: 35px 0 30px;
  }
  .about-nature-grid .natrue-block {
    display: block;
  }
  .about-nature-grid .block1 .imgshow {
    width: 100%;
  }
  .about-nature-grid .block1 .text {
    padding-left: 0;
    margin: 20px 0 0;
  }
  .about-nature-grid .block2 .imgshow {
    width: 100%;
    margin: 12px 0;
  }
  .about-nature-grid .block2 .text {
    padding-right: 0;
  }
  .about-nature-grid .block3 .imgshow {
    width: 100%;
    margin: 12px 0;
  }
  .about-nature-grid .block3 .text {
    padding-left: 0;
  }
  .about-renewing-grid .renewing-title .line {
    display: none;
  }
  .about-weare-nums .num-list li {
    width: 50%;
    margin-bottom: 20px;
  }
  .about-weare-nums .num-list ul {
    flex-wrap: wrap;
  }
  .about-weare-nums .num-list .n-nums {
    font-size: 18px;
  }
  .about-weare-nums .num-list .n-item {
    border-right: none;
  }
  .about-weare-nums .num-list {
    padding: 32px 0 24px;
  }
  .about-history-grid .left-show {
    width: 50vw;
  }
  .about-history-grid .right-swiper {
    width: 80px;
  }
  .about-history-grid .right-swiper .y-item {
    height: 60px;
    font-size: 20px;
  }
  .about-history-grid .right-swiper .swiper {
    height: 400px;
  }
  .about-history-grid .his-page .swiper-button-next, .about-history-grid .his-page .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .about-word-grid {
    margin-bottom: 32px;
  }
  .about-word-grid .index-map-grid-box .map-cont {
    position: relative;
  }
  .why-box2 li {
    width: 100%;
  }
  .message-grid {
    display: block;
  }
  .message-grid .msg-left {
    width: 100%;
    background-image: none;
    background-color: #21324D;
    padding: 24px;
  }
  .message-grid .msg-grid {
    width: 100%;
    margin: 12px 0 0;
  }
  .message-grid .msg-grid {
    padding: 24px;
  }
  .about-whylist .w-item {
    display: block;
    margin-bottom: 20px;
  }
  .about-whylist .w-item .imgshow {
    width: 100%;
  }
  .about-whylist .w-item .text {
    padding-right: 0;
    margin: 32px 0 0;
  }
  .about-whylist li:nth-child(2n) .text {
    padding-left: 0;
  }
  .why-videos {
    display: block;
  }
  .why-videos .video-box {
    width: 100%;
  }
  .why-videos .text {
    padding: 20px;
    font-size: 16px;
  }
  .why-living .living-cont .text {
    padding-left: 0;
  }
  .why-living .living-cont .imgshow {
    display: none;
  }
  .why-living .living-cont {
    padding: 24px 0px;
  }
  .product-orders-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-list li {
    width: 100%;
  }
  .contact-list .c-item .icon {
    width: 40px;
    margin-right: 20px;
  }
  .contact-list {
    padding-bottom: 0;
  }
  .content-page .content-left {
    display: none;
  }
  .content-page .content-right {
    margin-left: 0;
  }
  .wappage-filter {
    width: 100%;
    margin-bottom: 10px;
  }
  .wappage-filter .hwiconfont {
    font-size: 30px;
    font-weight: bold;
  }
  .content-page .content-left {
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
  }
  .rd-videos .text {
    padding: 0;
  }
  .rd-videos .text h3 {
    margin: 24px 0;
    font-size: 20px;
  }
  .reald-speek {
    display: block;
  }
  .reald-speek .imgshow {
    width: 100%;
  }
  .reald-speek .text {
    padding-right: 20px;
  }
  .reald-speek .text .bot-text {
    padding-left: 26px;
    padding-bottom: 20px;
  }
  .reald-speek {
    margin: 32px 0;
  }
  .real-projectlist li {
    width: 100%;
    margin-bottom: 12px;
  }
  .content-page .cat-top {
    padding-right: 0;
  }
  .wpc-filters h4 {
    font-size: 12px;
  }
  .wpc-filters ul {
    overflow-x: auto;
  }
  .wpc-filters ul li {
    flex-shrink: 0;
    flex: none;
    width: 33vw;
  }
  .wpc-filters .w-item {
    padding: 24px 5px;
  }
  .wpc-filters .w-item .icon .hwiconfont {
    font-size: 24px;
  }
  .install-tabtitle .left-tt .t-t {
    padding: 5px 12px;
    min-width: initial;
  }
  .install-tabtitle .left-tt .iconfont {
    font-size: 18px;
  }
  .install-tabtitle .slot-right {
    position: relative;
    margin: 20px 0;
  }
  .install-videolist {
    margin: 0;
  }
  .install-videolist .video-js .vjs-big-play-button {
    width: 50px;
    height: 50px;
    background-size: cover;
  }
  .install-videolist h3 {
    margin: 32px 0;
  }
  .nd-subtt {
    display: block;
    margin: 0 0 32px;
  }
  .nd-subtt .nd-share {
    margin: 12px 0 0;
  }
  .nd-page {
    display: block;
  }
  .nd-page a {
    display: block;
    max-width: initial;
    text-overflow: initial;
    white-space: inherit;
  }
  .nd-title {
    margin: 32px 0;
  }
  .realted-newslist li {
    width: 100%;
  }
  .realted-newslist li .text h3 {
    margin: 12px 0 0;
  }
  .inner-banner .text {
    position: relative;
  }
  .inner-banner .t-cont {
    margin: 20px 0;
    padding: 20px;
  }
  .prodis-cont {
    display: block;
  }
  .prodis-cont .prodis-left {
    width: 100%;
  }
  .prodis-cont .prodis-filters {
    margin: 20px 0 0;
    padding-left: 0;
    width: 100%;
  }
  .prodis-title {
    margin: 32px 0;
  }
  .fascia-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .fascia-list .text {
    padding: 20px;
  }
  .prodis-decking-grid {
    display: block;
    padding: 32px 0;
  }
  .prodis-decking-grid .video-box {
    width: 100%;
    border-radius: 50px 0 50px 0;
  }
  .prodis-decking-grid .text {
    padding: 20px 0 0;
  }
  .prodis-decking-grid .text h3 {
    margin-bottom: 10px;
  }
  .prodis-adv-grid .padv-list li {
    margin: 0 0 12px 0;
    width: 33.33%;
  }
  .prodis-adv-grid .padv-list ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .prodis-adv-grid .padv-list .icon {
    max-width: 96px;
    width: 100%;
  }
  .prodis-ins-video {
    margin: 32px 0;
    display: block;
  }
  .prodis-ins-video .video-box {
    width: 100%;
    margin-bottom: 12px;
  }
  .prodis-download-grid .download-list li {
    width: 100%;
    margin-bottom: 12px;
  }
  .proreal-swiper .swiper-left, .proreal-swiper .swiper-right {
    display: none;
  }
  .proreal-swiper {
    display: block;
    margin: 32px 40px;
  }
  .proreal-swiper .swiper-center {
    width: 100%;
  }
  .proreal-swiper .swiper-button-next {
    right: -30px;
  }
  .proreal-swiper .swiper-button-prev {
    left: -30px;
  }
  .proreal-swiper .text h3 {
    font-size: 16px;
    margin: 12px 0;
  }
  .proreal-swiper .text .text-p {
    font-size: 12px;
  }
  .proreal-swiper .t-btns {
    padding: 20px 0;
  }
  .inspired-cont {
    zoom: 0.35;
  }
  .product-real-grid {
    padding-bottom: 0;
  }
  .prodis-download-grid {
    padding-bottom: 24px;
  }
  .prodis-adv-grid {
    padding-bottom: 24px;
  }
  .wpc-downloadlist li {
    width: 100%;
    margin-bottom: 12px;
  }
  .wpc-downloadlist .d-item {
    padding: 12px;
  }
  .wpc-downloadlist .d-item h3 {
    font-size: 14px;
  }
  .wpc-downloadlist .icon {
    width: 60px;
  }
  .wpc-downloadlist {
    margin-bottom: 24px;
  }
  .install-video .video-box {
    padding: 0;
  }
  .product-cat-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-cat-list .w100 .pc-item {
    display: block;
  }
  .product-cat-list .w100 .pc-item .imgshow {
    width: 100%;
  }
  .product-cat-list .w100 .pc-item .text {
    margin: 20px 0 0;
  }
  .product-cat-list h3 {
    margin-top: 20px;
  }
  .product-cat-list {
    padding-bottom: 24px;
  }
  .product-about-grid {
    display: block;
  }
  .product-about-grid .imgshow {
    width: 100%;
  }
  .product-about-grid .text {
    padding: 20px;
  }
  .product-video-gird .v-more {
    margin: 32px 0;
  }
  .pdecking-filter {
    padding: 12px 12px 1px;
    display: block;
  }
  .pdecking-filter .pdecking-filter-item {
    width: 100%;
    margin-bottom: 12px;
  }
  .pdecking-filter label {
    margin-bottom: 10px;
  }
  .productny-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .pdecking-filter {
    margin-bottom: 32px;
  }
  .cp-ourbetter .better-item {
    display: block;
  }
  .cp-ourbetter .better-item .imgshow {
    width: 100%;
  }
  .cp-ourbetter .better-item .text {
    width: 100%;
    padding: 20px 0 0;
  }
  .cp-ourbetter2 .better-item {
    display: block;
  }
  .cp-ourbetter2 .better-item.item1 .imgshow {
    width: 100%;
  }
  .cp-ourbetter2 .better-item.item1 .text {
    width: 100%;
    padding: 20px 0 0;
  }
  .cp-ourbetter2 .better-item.item2 .imgshow {
    width: 100%;
    padding-left: 0;
  }
  .cp-ourbetter2 .better-item.item2 .text {
    width: 100%;
    padding: 20px 0;
  }
  .ourbetter-grid {
    padding: 32px 0 1px;
  }
  .decking-access .decking-title {
    margin: 24px 0;
  }
  .resource-newslist li {
    width: 100%;
    margin-bottom: 12px;
  }
  .resource-newslist .list2 li {
    width: 100%;
    margin-bottom: 20px;
  }
  .resource-newslist h3 {
    margin: 12px 0;
  }
  .resource-newslist .text-p {
    display: block;
    margin-bottom: 12px;
  }
  .page-box .wp-pagenavi .page {
    display: none;
  }
  .resource-techlist li {
    width: 100%;
  }
  .resource-vlist li {
    width: 100%;
    margin-bottom: 20px;
  }
}
