@charset "UTF-8";
/*******/
/**** 整体 start ****/
.header {
  position: fixed;
}

.homeswip-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.homeswip-box > .swiper-wrapper {
  z-index: 20;
}
.homeswip-box .swiper-slide.hvh {
  height: 100vh;
  background-color: #fff;
  overflow: hidden;
}
.homeswip-box .is-antd.clear-delay {
  transition-delay: 0s !important;
  -webkit-transition-delay: 0s !important;
}

.homesect-tit {
  font-size: 2.8em;
  line-height: 1em;
  height: 1em;
  position: relative;
}
.homesect-tit:before {
  content: '';
  width: 1.57em;
  height: 1px;
  display: block;
  background-color: #ffe600;
  position: absolute;
  left: 0;
  top: -14px;
}
.homesect-tit.center {
  text-align: center;
}
.homesect-tit.center:before {
  left: 50%;
  margin-left: -0.785em;
}
@media screen and (max-width: 1440px) {
  .homesect-tit {
    font-size: 2.4em;
  }
}

.homesect-more {
  width: 140px;
  height: 38px;
  font-size: 16px;
  line-height: 38px;
  display: block;
  text-align: center;
  border-radius: 19px;
  color: #fff !important;
  background-color: #007f00;
}
.homesect-more:hover {
  background-color: #00713b;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition-delay: 0s !important;
}

/**** 整体 end ****/
/*** 第一屏 ***/
.homesect-one {
  background-color: transparent !important;
}

.homeone-media,
.homeone-bdslide {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.homeone-media video,
.homeone-bdslide video {
  object-fit: fill;
}
.homeone-media .swiper-slide,
.homeone-bdslide .swiper-slide {
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  color: #fff;
}
.homeone-media .slide-bd,
.homeone-bdslide .slide-bd {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 50;
}
.homeone-media .slide-tit,
.homeone-bdslide .slide-tit {
  font-size: 3.6em;
  line-height: 1em;
  margin-bottom: 0.5em;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.homeone-media .slide-imgs,
.homeone-bdslide .slide-imgs {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: no-repeat center center;
  background-size: cover;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.homeone-media .slide-imgs img,
.homeone-bdslide .slide-imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.homeone-media .slide-zhe,
.homeone-bdslide .slide-zhe {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background-color: #000;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.homeone-media .slide-subtt,
.homeone-bdslide .slide-subtt {
  margin-bottom: 1.67em;
  font-size: 1.8em;
  line-height: 1em;
}
.homeone-media .is-active_sub .is-antd,
.homeone-bdslide .is-active_sub .is-antd {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  opacity: 1;
}
.homeone-media .is-active_sub .slide-tit,
.homeone-bdslide .is-active_sub .slide-tit {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.homeone-media .is-active_sub .slide-subtt,
.homeone-bdslide .is-active_sub .slide-subtt {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.homeone-media .is-active_sub .btn-open_video, .homeone-media .is-active_sub .slide2-list,
.homeone-bdslide .is-active_sub .btn-open_video,
.homeone-bdslide .is-active_sub .slide2-list {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}

.homeone-bdslide .slide2-list li {
  display: inline-block;
  vertical-align: top;
  padding: 0 4%;
}
.homeone-bdslide .slide2-list img {
  width: 4.8em;
  display: block;
}
.homeone-bdslide .is-active_after .slide2-list {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
.homeone-bdslide .is-active_after.slide3 .slide-tit {
  transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
}

.btn-open_video {
  display: inline-block;
  vertical-align: top;
  font-size: 1.2em;
  line-height: 1.67em;
  opacity: 0.6;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.btn-open_video img {
  width: 1.25em;
  margin: -3px 0 0 0.625em;
}
.btn-open_video:hover {
  opacity: 1;
}

.homeone-ctrl {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 2em !important;
  z-index: 50;
}
.homeone-ctrl .my-bullet {
  padding: 0.5em 0;
  margin: 0 7px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  opacity: 0.5;
}
.homeone-ctrl .my-bullet:after {
  content: '';
  width: 30px;
  height: 2px;
  display: block;
  background-color: #fff;
}
.homeone-ctrl .my-bullet.active {
  opacity: 1;
}

#modalHomeVideo {
  z-index: 2000;
}
#modalHomeVideo .modal-dialog, #modalHomeVideo .modal-content, #modalHomeVideo .video-box {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
#modalHomeVideo .vjs-has-started .vjs-control-bar {
  display: flex;
}

/*** 品牌 ***/
@-webkit-keyframes lltra {
  0% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes lltra {
  0% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes rrtra {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
}
@keyframes rrtra {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
}
.homesect-brand {
  background: url("/Img_mt/images/home/brand_bg.jpg") no-repeat center bottom #fff;
  background-size: 100%;
}
.homesect-brand .brand-imgs {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  overflow: hidden;
}
.homesect-brand.is-active_after .brand-gifbox {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.homesect-brand.is-active_after .brand-gifbox .brand {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.homesect-brand.is-active_after .brand-content {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  opacity: 1;
}
.homesect-brand.is-active_after .brand-bgbox .item {
  right: 0;
}
.homesect-brand.is-active_after .brand-bgbox .item1 {
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.7s;
}
.homesect-brand.is-active_after .brand-bgbox .item2 {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
.homesect-brand.is-active_after .brand-bgbox .item3 {
  transition-delay: 1.1s;
  -webkit-transition-delay: 0.9s;
}
.homesect-brand.had-ant .brand-gifbox .brand-doc {
  opacity: 0;
}
.homesect-brand.had-ant .brand-gifbox .brand1, .homesect-brand.had-ant .brand-gifbox .brand3 {
  top: 26.7%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.homesect-brand.had-ant .brand-gifbox .brand2, .homesect-brand.had-ant .brand-gifbox .brand4 {
  top: 26.7%;
  right: 50%;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
}

.home-brand_before {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding-top: 15vh;
  overflow: hidden;
}
.home-brand_before .brand-contbox {
  width: 100%;
  height: 10em;
  line-height: 10em;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5em;
  z-index: 10;
  padding: 0 13%;
}
.home-brand_before .brand-bgbox {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15;
  overflow: hidden;
}
.home-brand_before .brand-bgbox .item {
  width: 100%;
  height: 33.333%;
  display: block;
  background-color: #00713b;
  opacity: .95;
  position: absolute;
  right: 100%;
  transition: right 1s;
  -webkit-transition: right 1s;
}
.home-brand_before .brand-bgbox .item1 {
  top: 0;
}
.home-brand_before .brand-bgbox .item2 {
  top: 33.333%;
}
.home-brand_before .brand-bgbox .item3 {
  top: 66.666%;
}
.home-brand_before .brand-content {
  width: 100%;
  max-width: 1420px;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  z-index: 50;
  color: #fff;
  margin: 0 auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  opacity: 0;
}
.home-brand_before .brand-content h2 {
  max-width: 400px;
  font-size: 1.8em;
  line-height: 1em;
  float: left;
  white-space: nowrap;
  /* margin-left: -3em; */
  margin-right: 1em;
}
.home-brand_before .brand-content .logolist {
  float: right;
  display: flex;
}
.home-brand_before .brand-content .logolist li {
  max-width: 240px;
}
.home-brand_before .brand-content .logolist li.item1 {
  margin-right: 2.5em;
}
.home-brand_before .brand-content .logolist li.item2 {
  margin-right: 2.5em;
}
.home-brand_before .brand-content .logolist li.item3 {
  margin-right: 2.5em;
}
.home-brand_before .brand-content .logolist img {
  height: 2.25em;
}
@media screen and (max-width: 1440px) {
  .home-brand_before .brand-contbox {
    padding: 0 3.75em;
  }
}

.home-brand_slide {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.home-brand_slide.had-show {
  opacity: 1;
  z-index: 50;
}
.home-brand_slide .swiper-slide {
  background: no-repeat center center;
  background-size: cover;
  position: relative;
}
.home-brand_slide .swiper-slide.layout-left .slide-cont {
  left: 0;
}
.home-brand_slide .swiper-slide.layout-left .bimg {
  left: 0;
  background: url("/Img_mt/images/home/brand-cc_01.png") right center no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}
.home-brand_slide .swiper-slide.layout-left .simg {
  left: 0;
  background: url("/Img_mt/images/home/brand-cc_02.png") right center no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}
.home-brand_slide .swiper-slide.layout-left .slide-txt {
  right: 15%;
}
.home-brand_slide .swiper-slide.layout-right .slide-cont {
  right: 0;
}
.home-brand_slide .swiper-slide.layout-right .bimg {
  right: 0;
  background: url("/Img_mt/images/home/brand-cc_03.png") left center no-repeat;
  background-size: cover;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}
.home-brand_slide .swiper-slide.layout-right .simg {
  right: 0;
  background: url("/Img_mt/images/home/brand-cc_04.png") left center no-repeat;
  background-size: cover;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}
.home-brand_slide .swiper-slide.layout-right .slide-txt {
  left: 15%;
}
.home-brand_slide .swiper-slide.had-antd .slide-cont {
  visibility: visible;
}
.home-brand_slide .swiper-slide.had-antd .bimg {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 1s .4s ease-out;
  transition: all 1s .4s ease-out;
}
.home-brand_slide .swiper-slide.had-antd .simg {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 1s .8s ease-out;
  transition: all 1s .8s ease-out;
}
.home-brand_slide .swiper-slide.had-antd .slide-txt {
  -webkit-transition: all 1s 1.4s ease-out;
  transition: all 1s 1.4s ease-out;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.home-brand_slide .swiper-slide.is-first .bimg {
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}
.home-brand_slide .swiper-slide.is-first .simg {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.home-brand_slide .swiper-slide.is-first .slide-txt {
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}
.home-brand_slide .slide-cont {
  width: 67.5%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 60;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  visibility: hidden;
}
.home-brand_slide .bimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
}
.home-brand_slide .simg {
  overflow: hidden;
  width: 91.5%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
}
.home-brand_slide .slide-txt {
  width: 55%;
  position: absolute;
  z-index: 4;
  top: 23.9vh;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.home-brand_slide .subtt {
  font-size: 1.2em;
  line-height: 1em;
  margin-bottom: 0.5em;
}
.home-brand_slide .tit {
  font-size: 3.9em;
  line-height: 1em;
  height: 1em;
  margin-bottom: 0.67em;
}
.home-brand_slide .doc1 {
  font-size: 1.6em;
  line-height: 1em;
  margin-bottom: 0.4375em;
}
.home-brand_slide .doc2 {
  font-size: 0.85em;
  line-height: 1.65em;
  margin-bottom: 1.65em;
}
.home-brand_slide .more {
  display: inline-block;
  vertical-align: top;
}
.home-brand_slide .more img {
  height: 6px;
  display: block;
}
.home-brand_slide .logo {
  margin-bottom: 2.5em;
}
.home-brand_slide .logo img {
  height: 3.25em;
  display: block;
}
.home-brand_slide .slogan {
  font-size: 2.8em;
  line-height: 1.2em;
}
.home-brand_slide .sublist {
  max-width: 100%;
  overflow: hidden;
  margin-top: 2.5em;
}
.home-brand_slide .sublist li {
  min-width: 4.3em;
  float: left;
  text-align: center;
  font-size: 0.9em;
  line-height: 1em;
  margin: 0 4.2em 0 0;
  white-space: nowrap;
}
.home-brand_slide .sublist li:last-child {
  margin-right: 0;
}
.home-brand_slide .sublist a {
  display: block;
}
.home-brand_slide .sublist img {
  width: 100%;
  max-width: 78px;
  display: block;
  margin: 0 auto 1em;
}
@media screen and (max-width: 1440px) {
  .home-brand_slide .sublist li {
    margin-right: 2em;
  }
}
.home-brand_slide .sublist2 {
  overflow: hidden;
  margin-top: 2.5em;
}
.home-brand_slide .sublist2 li {
  float: left;
  margin-right: 20px;
}
.home-brand_slide .sublist2 a {
  width: 200px;
  height: 46px;
  line-height: 44px;
  background: none;
  border: solid 1px #fff;
  border-radius: 23px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.home-brand_slide .sublist2 a:hover {
  color: #00713b;
  background: #fff;
}

.brand-subswip {
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  position: relative;
  margin-top: 2.5em;
}
.brand-subswip a {
  display: block;
}
.brand-subswip li {
  font-size: 0.9em;
  line-height: 1em;
  white-space: nowrap;
  text-align: center;
  pointer-events: auto !important;
}
.brand-subswip img {
  width: 100%;
  max-width: 78px;
  display: block;
  margin: 0 auto 1em;
}

@media screen and (max-width: 1440px) {
  .home-brand_slide .slide-txt {
    width: 70%;
  }
}
.brand-subswip_page {
  width: 100%;
  line-height: 6px;
  margin-top: 2.25em;
  text-align: center;
}
.brand-subswip_page .bullet {
  width: 15px;
  height: 6px;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  opacity: .7;
  margin: 0 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border-radius: 3px;
  cursor: pointer;
}
.brand-subswip_page .bullet.active {
  width: 40px;
  background: #ffe600;
  opacity: 1;
}

.home-brand_ctrl {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 7%;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  z-index: 50;
  font-size: 1em;
  line-height: 1.8em;
  color: #fff;
}
.home-brand_ctrl.had-antd {
  -webkit-transition: all .6s 1s linear;
  transition: all .6s 1s linear;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.home-brand_ctrl .cont {
  display: inline-block;
  vertical-align: top;
}
.home-brand_ctrl .icon {
  float: left;
  height: 2.4em;
  display: block;
  margin: 0 0.8em;
}
.home-brand_ctrl .ctrl-next {
  width: 0.9em;
  height: 1.8em;
  cursor: pointer;
  white-space: nowrap;
  float: left;
  position: relative;
}
.home-brand_ctrl .ctrl-next img {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.45em;
  -webkit-animation: rrtra 1s linear infinite;
  animation: rrtra 1s linear infinite;
}
.home-brand_ctrl .ctrl-prev {
  width: 0.9em;
  height: 1.8em;
  cursor: pointer;
  white-space: nowrap;
  float: left;
  text-align: right;
  position: relative;
}
.home-brand_ctrl .ctrl-prev img {
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.45em;
  -webkit-animation: lltra 1s linear infinite;
  animation: lltra 1s linear infinite;
}
.home-brand_ctrl .ctrl-tit {
  display: inline-block;
  vertical-align: top;
  width: 4em;
}

.home-brand_page {
  float: left;
}
.home-brand_page li {
  float: left;
  position: relative;
  padding: 0 1em;
  font-size: 1em;
  cursor: pointer;
}
.home-brand_page li:before {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.home-brand_page li:first-child:before {
  display: none;
}
.home-brand_page li.active img {
  opacity: 1;
  z-index: 10;
}
.home-brand_page li.active span {
  width: 6.35em;
  opacity: 0;
}
.home-brand_page img {
  width: 6.35em;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.home-brand_page span {
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.home-brand_thumb {
  width: 100%;
  height: 6em;
  line-height: 6em;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  display: table;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(6em);
  transform: translateY(6em);
  opacity: 0;
  z-index: 50;
}
.home-brand_thumb.had-antd {
  -webkit-transition: all .6s 1s linear;
  transition: all .6s 1s linear;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.home-brand_thumb li {
  width: 20%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
}
.home-brand_thumb li:before {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  background-color: #ffe600;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: width 0.5s;
  -webkit-transition: width 0.5s;
}
.home-brand_thumb li.active .img1 {
  display: none;
}
.home-brand_thumb li.active .img2 {
  display: inline-block;
}
.home-brand_thumb li.active:before {
  width: 100%;
}
.home-brand_thumb a {
  display: block;
}
.home-brand_thumb img {
  height: 1.8em;
}
.home-brand_thumb .img2 {
  display: none;
}

/*** 产品 ***/
.homesect-prdt {
  padding: 19.6vh 0 0;
}
.homesect-prdt.is-active_after .sect-doc {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.homesect-prdt.is-active_after .homesect-more {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}

.home-prdt_left {
  width: 28.8%;
  max-width: 510px;
  float: left;
  padding: 30px 3em 0 1em;
}
.home-prdt_left .sect-doc {
  font-size: 1em;
  line-height: 1.7em;
  margin-bottom: 7.2vh;
  margin-top: 4vh;
}

.home-prdt_bd {
  width: 100%;
  display: table-cell;
  vertical-align: top;
}

.home-prdt_list {
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.home-prdt_list > li {
  padding: 1.5em 1.5em 4em;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  border: solid 1px transparent;
}
.home-prdt_list > li:hover {
  background-color: #fafafa;
  border-color: #ededed;
}
.home-prdt_list > li:hover .item-imgs .image {
  transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
}
.home-prdt_list > li:hover .item-lv1 a {
  color: #007f00;
}
.home-prdt_list .item-inner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home-prdt_list .item-imgs {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home-prdt_list .item-imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
  opacity: 0;
}
.home-prdt_list .item-imgs .image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.home-prdt_list .item-bd {
  padding: 1.4em 0 0;
}
.home-prdt_list .item-lv1 {
  font-size: 1.6em;
  line-height: 1em;
  margin-bottom: 0.5em;
}
.home-prdt_list .sublist {
  font-size: 16px;
  line-height: 1.875em;
  height: 5.625em;
  overflow: hidden;
  padding: 0;
}
.home-prdt_list .sublist li {
  padding: 0;
}
.home-prdt_list .sublist li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.25em;
  height: 1px;
  background-color: #ffe600;
  margin-right: 10px;
}

/*** 渠道解决方案 ***/
.homesect-plan .sect-row {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
.homesect-plan .sect-imgs {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center;
  background-size: cover;
  -ms-transform-origin: right bottom;
  position: absolute;
  top: 0;
  z-index: 1;
  transition: transform 0.5s, opacity 0.5s, width 1s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, width 1s;
}
.homesect-plan .sect-imgs_place {
  width: 68%;
  height: 100%;
  position: relative;
}
.homesect-plan .sect-bd {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: top;
  padding: 28.5vh 4.75em 0;
  position: relative;
}
.homesect-plan .homesect-tit {
  margin-bottom: 5vh;
}
.homesect-plan .sect-doc {
  font-size: 1em;
  line-height: 1.7em;
  margin-bottom: 8.9vh;
}
.homesect-plan.is-active_load .sect-imgs {
  border-radius: 0;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  opacity: 1;
}
.homesect-plan.is-active_after .sect-imgs {
  width: 68%;
}
.homesect-plan.is-active_after .homesect-tit {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
.homesect-plan.is-active_after .sect-doc {
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}
.homesect-plan.is-active_after .homesect-more, .homesect-plan.is-active_after .homesect-iconlist {
  transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
}
@media screen and (min-width: 1800px) {
  .homesect-plan .sect-imgs_place {
    width: 1300px;
  }
  .homesect-plan.is-active_after .sect-imgs {
    width: 1300px;
  }
}
@media screen and (max-width: 1600px) {
  .homesect-plan .sect-bd {
    padding-left: 3em;
    padding-right: 3em;
  }
}

.homesect-iconlist {
  max-width: 405px;
  overflow: hidden;
  margin: 0 -2.5em;
  font-size: 16px;
  line-height: 1.625em;
}
.homesect-iconlist li {
  width: 33.33%;
  position: relative;
  float: left;
  white-space: nowrap;
  text-align: center;
}
.homesect-iconlist li:after {
  content: '';
  width: 1px;
  height: 81.5%;
  max-height: 66px;
  display: block;
  background-color: #f1f1f1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.homesect-iconlist li:last-child:after {
  display: none;
}
@media screen and (min-width: 992px) {
  .homesect-iconlist li:hover {
    color: #007f00;
  }
  .homesect-iconlist li:hover .icon2 {
    display: block;
  }
  .homesect-iconlist li:hover .icon1 {
    display: none;
  }
}
.homesect-iconlist a {
  display: block;
}
.homesect-iconlist .icon {
  width: 55px;
  height: 55px;
  max-width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.homesect-iconlist img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.homesect-iconlist .icon2 {
  display: none;
}

.homesect-qudao .sect-imgs {
  left: 0;
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform-origin: right bottom;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  opacity: 0;
}
.homesect-qudao .sect-imgs_place {
  float: left;
}

/*** 全屋 ***/
.homesect-quanwu .sect-imgs {
  left: auto;
  right: 0;
}
.homesect-quanwu .sect-imgs_place {
  float: right;
}

/**** 新闻动态 ***/
.homesect-news {
  background: #fff;
  padding: 11.6vh 0 10.26vh;
}
.homesect-news .sect-hd {
  margin-bottom: 7.6vh;
}
.homesect-news .homesect-tit {
  margin-bottom: 0;
}
.homesect-news .sect-bd {
  width: 100%;
  max-width: 1410px;
  margin: 0 auto 5.3vh;
}
.homesect-news .sect-bd .row {
  margin: 0 -0.75em;
}
.homesect-news .sect-bd .row-item {
  padding: 0 0.75em;
}
.homesect-news .sect-bd .row-item .cont {
  width: 100%;
  height: 25.75em;
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #f8f8f8;
}
.homesect-news.is-active_after .sect-bd .item1 {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.homesect-news.is-active_after .sect-bd .item2 {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.homesect-news.is-active_after .sect-bd .item3 {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
.homesect-news.is-active_after .sect-bt {
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}

.home-news1 .cont:hover .image {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.home-news1 .item-mark {
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  text-align: center;
  display: block;
  width: 90px;
  height: 32px;
}
.home-news1 .item-imgs {
  width: 100%;
  height: 14em;
  display: block;
  overflow: hidden;
  position: relative;
}
.home-news1 .image {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.home-news1 .item-bd {
  padding: 1.25em 1.5em 3.5em;
  background-color: #f8f8f8;
}
.home-news1 .item-tit {
  font-size: 1em;
  line-height: 1.5em;
  height: 1.5em;
  overflow: hidden;
  margin-bottom: 0.5em;
}
.home-news1 .item-doc {
  font-size: 0.8em;
  line-height: 1.375em;
  height: 2.75em;
  overflow: hidden;
  margin-bottom: 2.125em;
  color: #666;
}
.home-news1 .item-date {
  font-size: 0.8em;
  line-height: 1.375em;
  height: 1.375em;
}
@media screen and (min-width: 992px) {
  .home-news1 a:hover .item-tit {
    color: #00713b;
  }
}

.home-news2 .item-mark {
  font-size: 14px;
  line-height: 32px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  text-align: center;
  display: block;
  width: 65px;
  height: 32px;
}
.home-news2 .cont:after {
  content: "";
  height: 80px;
  right: 15px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(248, 248, 248, 0) 0%, #f8f8f8 80%);
  left: 15px;
}
.home-news2.had-end .cont:after {
  display: none;
}
@media screen and (min-width: 992px) {
  .home-news2 a:hover .tit {
    color: #00713b;
  }
}

.home-news_scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 1.6em 2.2em 0 1.2em;
  position: relative;
}
.home-news_scroll .mCSB_scrollTools {
  right: 0;
}

.home-newslist {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 0.9em;
}
.home-newslist li {
  margin-bottom: 1.4em;
}
.home-newslist .tit {
  font-size: 1em;
  line-height: 1.3em;
  color: #333;
}
.home-newslist .time {
  font-size: 0.8em;
  line-height: 1.875em;
  color: #808080;
}

@media screen and (min-width: 1200px) and (min-height: 1100px) {
  .homesect-news {
    padding-top: 20vh;
  }
}
@media screen and (min-width: 992px) and (max-height: 700px) {
  .homesect-news {
    padding-top: 18vh;
  }
  .homesect-news .sect-hd {
    margin-bottom: 5vh;
  }
  .homesect-news .sect-bd .row-item .cont {
    height: 20em;
  }

  .home-news1 .item-imgs {
    height: 10em;
  }
  .home-news1 .item-bd {
    padding-bottom: 2.5em;
  }
}
.btn-news_more {
  width: 250px;
  height: 46px;
  margin: 0 auto;
  border-radius: 50px;
  border: 1px solid #00713b;
  display: block;
  text-align: center;
  font-size: 0;
  vertical-align: middle;
  transition: all .3s;
}
.btn-news_more .txt {
  font-size: 16px;
  color: #666;
  line-height: 44px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
}
.btn-news_more .icon {
  width: 39px;
  height: 6px;
  line-height: 44px;
  display: inline-block;
  margin: 0 2px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.btn-news_more .icon span {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.btn-news_more .icon span:first-child {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.btn-news_more .icon span:last-child {
  width: 50%;
  -webkit-transform: translateX(-500%);
  transform: translateX(-500%);
}
.btn-news_more .icon img {
  position: absolute;
  right: 0;
  top: 0;
  width: 39px;
  display: block;
  height: 6px;
}
@media screen and (min-width: 992px) {
  .btn-news_more:hover {
    background: #00713b;
    border: 1px solid #00713b;
  }
  .btn-news_more:hover .txt {
    color: #fff;
  }
  .btn-news_more:hover .icon .active {
    width: 50%;
    transition: width .2s ease-out, -webkit-transform .3s .3s ease-in-out;
    transition: transform .3s .3s ease-in-out, width .2s ease-out;
    transition: transform .3s .3s ease-in-out, width .2s ease-out, -webkit-transform .3s .3s ease-in-out;
    -webkit-transform: translateX(500%);
    transform: translateX(500%);
  }
  .btn-news_more:hover .icon .hover {
    width: 100%;
    transition: width .2s .3s ease-out, -webkit-transform .3s .3s ease-in-out;
    transition: transform .3s .3s ease-in-out, width .2s .3s ease-out;
    transition: transform .3s .3s ease-in-out, width .2s .3s ease-out, -webkit-transform .3s .3s ease-in-out;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

/** 制造 **/
.homesect-zzbox {
  padding: 0;
}
.homesect-zzbox .global-inner {
  padding-top: 27vh;
}
.homesect-zzbox .top-name {
  font-size: 2.8em;
  line-height: 1em;
  text-align: center;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: -o-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: -ms-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: -moz-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  opacity: 0;
  position: relative;
}
.homesect-zzbox .top-name:before {
  content: '';
  width: 1.57em;
  height: 1px;
  display: block;
  background-color: #ffe600;
  position: absolute;
  left: 50%;
  top: -14px;
  margin-left: -0.785em;
}
@media screen and (max-width: 1440px) {
  .homesect-zzbox .top-name {
    font-size: 2.4em;
  }
}
.homesect-zzbox .homesect-tit {
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: -o-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: -ms-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: -moz-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  opacity: 0;
}
.homesect-zzbox .top-doc {
  font-size: 1.2em;
  margin-top: 1.54em;
  line-height: 1em;
  text-align: center;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: -o-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: -ms-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: -moz-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  opacity: 0;
  vertical-align: text-bottom;
}
.homesect-zzbox .top-doc .big {
  font-size: 1.75em;
}
.homesect-zzbox .top-doc .num {
  font-size: 2.17em;
  font-weight: bold;
  font-family: 'SourceHanSansCN-Light';
}
.homesect-zzbox .top-doc img {
  height: 1.67em;
  vertical-align: text-bottom;
}
.homesect-zzbox .top-txt {
  font-size: 1.1em;
  line-height: 1.458em;
  width: 86%;
  max-width: 1080px;
  margin: auto;
  margin-top: 1.8em;
  text-align: center;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: -o-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: -ms-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: -moz-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  opacity: 0;
}
.homesect-zzbox .video-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: #ccc;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 46.4%;
  left: 0;
  bottom: 0;
  z-index: 6;
  -webkit-transition: height 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: height 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: height 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: height 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.homesect-zzbox .video-box .video-endImg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  background: no-repeat center center;
  background-size: cover;
  display: none;
}
.homesect-zzbox .video-box .pc-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}
.homesect-zzbox .video-box .ph-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  display: none;
}
.homesect-zzbox .video-box .video-back {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 4;
}
.homesect-zzbox .video-box .video-back .video-js {
  background-color: #fff;
}
.homesect-zzbox .video-box .video-back video {
  object-fit: cover;
}
.homesect-zzbox .zhi-gclist {
  width: 90%;
  max-width: 1100px;
  text-align: center;
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: -o-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: -ms-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: -moz-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(200px);
  -webkit-transform: translateY(200px);
  opacity: 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  margin: 3.5em auto 0;
}
.homesect-zzbox .zhi-gclist li {
  width: 100%;
  height: 46px;
  line-height: 44px;
  background: none;
  border: solid 1px #00713b;
  border-radius: 23px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #00713b;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.homesect-zzbox .zhi-gclist a {
  width: 100%;
  height: 46px;
  line-height: 44px;
  background: none;
/* border: solid 1px #00713b;   */
  border-radius: 23px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #00713b;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.homesect-zzbox .zhi-gclist a:hover {
  color: #fff;
  background: #00713b;
}
.homesect-zzbox.swiper-slide-active .top-name, .homesect-zzbox.swiper-slide-active .homesect-tit {
  transition-delay: 0.5s;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.homesect-zzbox.swiper-slide-active .top-doc {
  transition-delay: 0.7s;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.homesect-zzbox.swiper-slide-active .top-txt, .homesect-zzbox.swiper-slide-active .zhi-gclist {
  transition-delay: 0.9s;
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
}

/*** 最后一屏 ***/
.homesect-end {
  width: 100%;
  height: 20.75rem;
  background: #222;
  position: relative;
}

/*** 案例 ***/
.showcase_box .covervid {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.showcase_box .covervid video {
  object-fit: fill;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  z-index: -100;
  top: 50%;
  left: 50%;
  height: auto;
  width: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.cd-words-wrapper {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  transition: all 0.3s linear;
  color: #FFFFFF;
  font-size: 2.8em;
}

.cd-words-wrapper li {
  width: 100%;
  display: block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-weight: normal;
  color: #fff;
}

.cd-words-wrapper li.is-visible {
  position: relative;
}

.cd-words-wrapper li span {
  color: #ffe600;
}

.no-js .cd-words-wrapper li {
  opacity: 0;
}

.no-js .cd-words-wrapper li.is-visible {
  opacity: 1;
}

.buildingListWrapper {
  width: 100%;
  position: absolute;
  bottom: 40px;
  height: 80%;
  z-index: 99;
}

.buildingListWrapper .buildingBase {
  position: absolute;
  height: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  border-top: 1px solid #fff;
}

.showcase_box .buildingListWrapper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.showcase_box .buildingListWrapper .buildingList {
  position: absolute !important;
  bottom: 0;
  z-index: 9999;
  padding-top: 100px;
  height: auto;
  align-items: flex-end;
  width: auto;
}

.showcase_box .buildingListWrapper .tempWrap {
  height: 100%;
  width: 100% !important;
}

.buildingListWrapper .buildingList li {
  display: block;
  width: 300px;
  height: auto;
  float: left;
  padding-top: 110px;
  white-space: nowrap;
}

.buildingListWrapper .buildingList li.inactive {
  opacity: 0.4;
}

.buildingListWrapper .buildingList li a {
  color: #FFFFFF !important;
  font-size: 3em;
  display: block;
  height: auto;
  position: relative;
  overflow: visible;
  /* transition: all 0.4s linear; */
}

.showcase_box .buildingListWrapper .buildingList li a:before {
  /* transition: all 0.4s linear; */
  left: 50%;
  transform: translateX(-50%);
  content: attr(data-tooltip);
  position: absolute;
  top: -110px;
  font-size: 17px;
  opacity: 0;
  background-image: url(/Img_mt/images/home/pointer.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center 25px;
  width: 200px;
  height: 0;
  margin-left: 100px;
}

.showcase_box .buildingListWrapper .buildingList li:nth-last-child(1) {
  margin-right: 80px;
}

.showcase_box .buildingListWrapper .buildingList li:nth-last-child(1) a:before {
  margin-left: -50%;
  background-image: url(/Img_mt/images/home/pointer-reversed.png);
}

.buildingListWrapper .buildingList li img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.showcase-wrapper .buildingListWrapper .buildingList li {
  width: 250px;
  /* width: 200px; */
}

.showcase-wrapper .buildingListWrapper .buildingList li.buildingLine {
  height: 1px;
  border-top: 1px solid #FFFFFF;
  width: 0;
  opacity: 1;
}

.showcase_box .buildingListWrapper .buildingList li.buildingLine {
  display: none;
}

.homecase-imgslide {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.homecase-imgslide .imgs {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  background: no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.homecase-imgslide .imgs.active {
  opacity: 1;
}
.homecase-imgslide .image {
  width: 100%;
  height: 100%;
  display: block;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
}

@media only screen and (min-width: 1600px) {
  .showcase_box .pang {
    margin: 0 70px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1599px) {
  .showcase_box .pang {
    margin: 0 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .showcase_box .buildingListWrapper .buildingList li a:hover:before,
  .showcase_box .buildingListWrapper .buildingList li.current a:before {
    transition: all 0.4s linear;
    opacity: 1;
    height: 130px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .showcase_box .zIndexWrapper {
    width: 80%;
    padding: 20px;
  }

  .showcase_box .buildingListWrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .showcase_box .buildingListWrapper .buildingList li {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .showcase_box .zIndexWrapper {
    width: 100%;
  }

  .showcase_box .zIndexWrapper h1 {
    font-size: 32px;
  }

  .zIndexWrapper .cd-headline .b {
    display: block;
  }
}
@media only screen and (max-width: 400px) {
  .showcase_box .zIndexWrapper {
    top: 60px;
    transform: translate(-50%, 0%);
  }
}
.showcase_box .zIndexWrapper {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
  -ms-transform: translate(-50%, -65%);
  transform: translate(-50%, -65%);
  text-align: center;
  z-index: 99;
  width: 100%;
}

.showcase_box .buildingName {
  display: none;
  padding: 20px 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  font-size: 14px;
  z-index: 9999999;
  color: #fff;
}

@media screen and (min-width: 992px) and (max-width: 1600px) {
  .buildingListWrapper .buildingList li {
    width: 200px;
    padding-top: 100px;
  }

  .showcase_box .buildingListWrapper .buildingList li a:before {
    top: -100px;
  }
}
@media only screen and (max-width: 1024px) {
  .showcase_box .buildingName {
    display: inline-block;
  }

  .showcase_box .buildingListWrapper .buildingList li.buildingLine {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .showcase_box .covervid {
    display: none;
  }

  .showcase_box {
    background-color: #071d2a;
  }

  .showcase_box .buildingListWrapper .buildingList li.buildingLine {
    min-height: 1px;
    margin-right: 0;
  }
}
/**** 侧边导航 ****/
.home-sidenav {
  position: fixed;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  z-index: 200;
  color: #fff;
}
.home-sidenav.black {
  color: #333;
}
.home-sidenav.black .line {
  background-color: rgba(0, 0, 0, 0.5);
}
.home-sidenav.black .line:after {
  background-color: #000;
}
.home-sidenav.is-hide {
  transform: translate(-100%, -50%);
  -webkit-transform: translate(-100%, -50%);
  opacity: 0;
}
.home-sidenav li {
  height: 23px;
  position: relative;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 23px;
  padding-left: 9px;
  cursor: pointer;
}
.home-sidenav li.active .line:after {
  opacity: 1;
}
.home-sidenav li:hover .tit {
  opacity: 1 !important;
}
.home-sidenav .line {
  width: 1px;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.home-sidenav .line:after {
  content: '';
  width: 3px;
  height: 100%;
  display: block;
  background-color: #fff;
  opacity: 0;
  left: 50%;
  top: 0;
  z-index: 5;
  margin-left: -1.5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.home-sidenav .tit {
  opacity: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

/******* 移动端样式调整 start *******/
@media screen and (max-width: 991.98px) {
  .homesect-tit {
    font-size: 0.34rem;
  }
  .homesect-tit:before {
    width: 0.52rem;
    top: -0.14rem;
  }

  /**** 第一屏 ***/
  .homeone-media .slide-tit,
  .homeone-bdslide .slide-tit {
    font-size: 0.36rem;
    line-height: 0.47rem;
    margin-bottom: 0;
  }
  .homeone-media .slide-subtt,
  .homeone-bdslide .slide-subtt {
    font-size: 0.18rem;
    margin-top: 1em;
  }
  .homeone-media .slide2-list,
  .homeone-bdslide .slide2-list {
    overflow: hidden;
  }
  .homeone-media .slide2-list li,
  .homeone-bdslide .slide2-list li {
    width: 25%;
    float: left;
    margin: 0 auto 0.3rem;
    padding: 0 0.24rem;
    text-align: center;
  }
  .homeone-media .slide2-list img,
  .homeone-bdslide .slide2-list img {
    width: 0.7rem;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }

  .btn-open_video {
    width: 0.7rem;
    margin-top: 0.37rem;
    line-height: 0.7rem;
  }
  .btn-open_video img {
    margin: 0;
    width: 100%;
  }

  .homeone-ctrl {
    bottom: 0 !important;
  }
  .homeone-ctrl .my-bullet {
    margin: 0 0.13rem;
    padding: 0.47rem 0;
  }
  .homeone-ctrl .my-bullet:after {
    width: 0.52rem;
    height: 4px;
  }

  /**** 第二屏 ***/
  .home-brand_before {
    padding-top: 0.78rem;
  }
  .home-brand_before .brand-contbox {
    height: 1.5rem;
    padding: 0;
    margin-top: -0.75rem;
  }
  .home-brand_before .brand-content {
    max-width: 100%;
    justify-content: center;
  }
  .home-brand_before .brand-content h2 {
    max-width: 100%;
    float: none;
    font-size: 0.34rem;
  }

  .home-brand_slide .swiper-slide.layout-right .slide-txt, .home-brand_slide .swiper-slide.layout-left .slide-txt {
    width: 100%;
    max-width: 100%;
  }
  .home-brand_slide .swiper-slide.layout-right .brand-subswip .swiper-slide {
    padding-right: 0;
  }
  .home-brand_slide .swiper-slide.layout-right .brand-subswip .swiper-slide:first-child a {
    float: none;
  }
  .home-brand_slide .swiper-slide.layout-right .brand-subswip a {
    float: right;
  }
  .home-brand_slide .slide-cont {
    width: 100%;
  }
  .home-brand_slide .bimg {
    width: 70.22%;
  }
  .home-brand_slide .simg {
    width: 62.22%;
  }
  .home-brand_slide .slide-txt {
    width: 100%;
    top: 25vh;
    padding: 0 0.24rem;
  }
  .home-brand_slide .logo {
    margin-bottom: 0.22rem;
    line-height: 0.4rem;
  }
  .home-brand_slide .logo img {
    height: 0.4rem;
  }
  .home-brand_slide .slogan {
    font-size: 0.34rem;
    line-height: 0.4rem;
  }
  .home-brand_slide .sublist {
    margin: 0.44rem -0.1rem 0;
  }
  .home-brand_slide .sublist li {
    width: 25%;
    float: left;
    min-width: 0;
    margin: 0;
    padding: 0 0.1rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  .home-brand_slide .sublist img {
    width: 0.54rem;
    max-width: 100%;
    margin-bottom: 0.16rem;
  }
  .home-brand_slide .sublist2 {
    margin-top: 0.44rem;
  }
  .home-brand_slide .sublist2 a {
    width: 2rem;
    height: 0.46rem;
    line-height: 0.44rem;
    border-radius: 0.23rem;
    font-size: 0.16rem;
  }
  .home-brand_slide .swiper-slide.layout-left .slide-txt {
    left: 0;
    right: auto;
  }
  .home-brand_slide .swiper-slide.layout-right {
    text-align: right;
  }
  .home-brand_slide .swiper-slide.layout-right .slide-txt {
    right: 0;
    left: auto;
  }
  .home-brand_slide .swiper-slide.layout-right .logo img {
    display: inline-block;
    vertical-align: top;
  }

  .brand-subswip {
    width: auto;
    max-width: 100%;
    margin: 0.44rem -0.1rem 0;
  }
  .brand-subswip li {
    padding: 0 0.1rem;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  .brand-subswip img {
    width: 0.54rem;
    max-width: 100%;
    margin-bottom: 0.16rem;
  }

  .brand-subswip_page .bullet {
    width: 0.15rem;
    height: 4px;
    border-radius: 2px;
  }
  .brand-subswip_page .bullet.active {
    width: 0.4rem;
  }

  .home-brand_thumb {
    height: 0.96rem;
    line-height: 0.96rem;
  }
  .home-brand_thumb img {
    height: 0.26rem;
  }

  /**** 第三屏 ****/
  .homesect-plan.is-active_after .sect-imgs {
    width: 100%;
    height: 45vh;
  }
  .homesect-plan .sect-imgs {
    transition: transform 0.5s, opacity 0.5s, height 1s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s, height 1s;
  }
  .homesect-plan .sect-imgs_place {
    width: 100%;
    height: 45vh;
    float: none;
  }
  .homesect-plan .sect-bd {
    height: auto;
    display: block;
    padding: 8.25vh 0.24rem 0;
  }
  .homesect-plan .homesect-tit {
    margin-bottom: 0.24rem;
  }
  .homesect-plan .sect-doc {
    font-size: 0.17rem;
    line-height: 0.29rem;
    margin-bottom: 5.625vh;
  }

  .homesect-iconlist {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    font-size: 0.17rem;
    line-height: 0.3rem;
  }
  .homesect-iconlist a {
    width: 0.62rem;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
  .homesect-iconlist .icon {
    width: 0.62rem;
    margin-bottom: 8px;
  }
  .homesect-iconlist li:first-child {
    width: 28%;
    text-align: left;
  }
  .homesect-iconlist li:after {
    height: 84%;
    top: 1px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  /**** 案例 ****/
  .showcase_box .zIndexWrapper {
    top: 30%;
    padding: 0;
  }
  .showcase_box .cd-words-wrapper {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
  .showcase_box .buildingListWrapper {
    bottom: 0.6rem;
    overflow: hidden;
    height: 50%;
  }
  .showcase_box .buildingListWrapper .buildingList {
    padding-top: 0;
  }
  .showcase_box .buildingListWrapper .buildingList li {
    width: 50%;
    margin-right: 0.4rem;
    padding-top: 0;
    padding: 0 0.1rem;
  }
  .showcase_box .buildingName {
    display: block;
    line-height: 0.6rem;
    padding: 0;
    font-size: 0.18rem;
  }

  /*** 新闻 ****/
  .homesect-news {
    padding: 0;
  }
  .homesect-news .sect-hd {
    margin-bottom: 0.42rem;
  }
  .homesect-news .sect-bd {
    margin-bottom: 0.42rem;
  }
  .homesect-news .sect-bd .row {
    margin: 0;
  }
  .homesect-news .sect-bd .row-item {
    padding: 0;
  }
  .homesect-news .sect-bd .row-item .cont {
    height: auto;
  }

  .homenews-swip {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 18vh 0 0.35rem;
  }
  .homenews-swip .swiper-slide {
    height: auto;
  }

  .home-news1 {
    margin-bottom: 0.18rem;
  }
  .home-news1 .item-mark {
    width: 1.15rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.17rem;
  }
  .home-news1 .item-imgs {
    height: 2.2rem;
  }
  .home-news1 .item-bd {
    padding: 0.2rem 0.24rem 0.3rem;
  }
  .home-news1 .item-tit {
    font-size: 0.22rem;
    line-height: 0.3rem;
    height: auto;
    max-height: 0.6rem;
    margin-bottom: 8px;
  }
  .home-news1 .item-doc {
    font-size: 0.18rem;
    line-height: 0.24rem;
    height: auto;
    max-height: 0.48rem;
    margin-bottom: 0.38rem;
  }
  .home-news1 .item-date {
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #666;
  }

  .home-news_scroll {
    height: auto;
    padding: 0.54rem 0.16rem 0.34rem;
  }

  .home-newslist {
    margin-top: 0;
  }
  .home-newslist li {
    margin-bottom: 0.32rem;
  }
  .home-newslist li:last-child {
    margin-bottom: 0;
  }
  .home-newslist .tit {
    font-size: 0.22rem;
    line-height: 0.32rem;
    margin-bottom: 6px;
  }
  .home-newslist .time {
    font-size: 0.16rem;
    line-height: 0.2rem;
  }

  .home-news2 .item-mark {
    width: 0.82rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.17rem;
  }
  .home-news2 .cont:after {
    display: none;
  }

  .btn-news_more {
    width: 2.15rem;
    height: 0.4rem;
    border-radius: 0.2rem;
  }
  .btn-news_more .txt {
    font-size: 0.16rem;
    line-height: 0.38rem;
    margin: 0;
  }
  .btn-news_more .icon {
    display: none;
  }

  /*** 绿色智造 ***/
  .homesect-zzbox {
    background-color: #f7f7f7 !important;
  }
  .homesect-zzbox .video-box {
    height: 33.75%;
  }
  .homesect-zzbox .top-doc {
    font-size: 0.17rem;
    line-height: 0.32rem;
  }
  .homesect-zzbox .top-doc .num {
    font-size: 0.32rem;
    font-weight: normal;
  }
  .homesect-zzbox .top-doc .bid {
    font-size: 0.25rem;
    font-weight: normal;
  }
  .homesect-zzbox .zhi-appcont {
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: -o-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: -ms-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: -moz-transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    opacity: 0;
  }
  .homesect-zzbox .zhi-gclist2 {
    height: 1.2rem;
    overflow: hidden;
    margin-top: 0.34rem;
    display: block;
    font-size: 0.2rem;
    line-height: 0.6rem;
  }
  .homesect-zzbox .zhi-gclist2 li {
    width: 100%;
  }
  .homesect-zzbox .zhi-gclist2 a {
    height: 0.6rem;
    display: block;
    position: relative;
    border-bottom: solid 1px #ededed;
  }
  .homesect-zzbox .zhi-gclist2 img {
    width: 0.25rem;
    display: block;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -0.125rem;
  }
  .homesect-zzbox .zhi-more {
    text-align: center;
    line-height: 0.32rem;
    font-size: 0.17rem;
    color: #666;
    margin: 0.22rem 0;
  }
  .homesect-zzbox .zhi-more a {
    display: inline-block;
    vertical-align: top;
    padding: 0 1em;
  }
  .homesect-zzbox .zhi-more img {
    width: 0.14rem;
    margin: -3px 0 0 7px;
  }
  .homesect-zzbox .zhi-more .btn-zhi_close {
    display: none;
  }
  .homesect-zzbox .zhi-more .btn-zhi_close img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
  }
  .homesect-zzbox.swiper-slide-active .zhi-appcont {
    transition-delay: 0.9s;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .homesect-zzbox.open-gclist .zhi-more .btn-zhi_close {
    display: inline-block;
  }
  .homesect-zzbox.open-gclist .zhi-more .btn-zhi_open {
    display: none;
  }

  /*** 底部 ***/
  .homesect-end {
    height: 4.98rem;
  }

  /*** 兼容 ***/
  body.not-wx.is-android .homeone-ctrl.app {
    bottom: 0.7rem !important;
  }
  body.not-wx.is-android .home-brand_thumb {
    height: 1.76rem;
    padding-bottom: 0.8rem;
  }
  body.not-wx.is-android .showcase_box .buildingListWrapper {
    bottom: 1.3rem;
  }
  body.not-wx.is-android .showcase_box .buildingName {
    margin-bottom: 0.7rem;
  }
  body.not-wx.is-android .homesect-news .swiper-slide {
    padding-bottom: 0.7rem;
  }
  body.not-wx.is-android .homesect-zzbox .video-box {
    bottom: 0.7rem;
  }
  body.not-wx.is-ios .homeone-ctrl.app {
    bottom: 1.5rem !important;
  }
  body.not-wx.is-ios .home-brand_thumb {
    height: 2.46rem;
    padding-bottom: 1.5rem;
  }
  body.not-wx.is-ios .showcase_box .buildingListWrapper {
    bottom: 2.1rem;
  }
  body.not-wx.is-ios .showcase_box .buildingName {
    margin-bottom: 1.5rem;
  }
  body.not-wx.is-ios .homesect-news .swiper-slide {
    padding-bottom: 1.5rem;
  }
  body.not-wx.is-ios .homesect-zzbox .video-box {
    height: 30%;
    bottom: 1.3rem;
  }
  body.not-wx.is-end .homesect-zzbox .video-box {
    bottom: 0;
  }
}
/*iphone 6,7,8plus screen-width:414px */
@media (min-device-width: 375px) and (max-device-width: 540px) and (-webkit-min-device-pixel-ratio: 3) {
  .homesect-plan.is-active_after .sect-imgs {
    height: 35vh;
  }
  .homesect-plan .sect-imgs_place {
    height: 35vh;
  }
}
@media(max-width: 1024px){
  .homesect-one .web{
      display: none!important;
  }
  .homesect-one .app{
      display: block!important;
  }
  .index-webs{
    display: none!important;
  }
  .index-apps{
    display: block!important;
  }
}
/*# sourceMappingURL=home.css.map */

/*2021.4.6首页弹窗*/
.modal-Monthly{
	width: 100%;
	height: 100vh;
position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.modal-content1{
	width: 393px;
    height: 365px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: none;
    border: none;
}
.modal-close1{
        cursor: pointer;
    /* float: right; */
    /* padding-left: 28px; */
    position: absolute;
    right: -20px;
    top: 0px;
}
@media screen and (max-width:991.98px ) {
	.modal-body {
    position: absolute;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
     padding: 0; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.modal-close1{
    position: absolute;
    right: -5px;
}
}
