@charset "utf-8";
/* CSS Document */
/* index */
.swiper-container {
  position: relative;
  height: 100%;
  cursor: auto !important;
}
.swiper-container .swiper-slide {
  position: relative;
}
.swiper-container .arrow-left {
  background: url(../img/arrow.png) no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -24px;
  width: 47px;
  height: 47px;
  z-index: 10;
}
.swiper-container .arrow-right {
  background: url(../img/right.png) no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -24px;
  width: 47px;
  height: 47px;
  z-index: 10;
}
.swiper-container .swiper-pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-container .swiper-pagination-switch {
  display: inline-block;
  width: 28px;
  height: 6px;
  border-radius: 0;
  background-color: #fffafc;
  margin: 0 4px;
  cursor: pointer;
}
.swiper-container .swiper-active-switch {
  background-color: #028a1b;
  opacity: 1;
}
.swiper-container .banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.page1,
.page2,
.page3,
.page4 {
  height: 100%;
}
.page1 .banner-p {
  position: absolute;
  /*height: 208px;*/
  top: 50%;
  left: 15%;
  margin-top: -104px;
  max-width: 682px;
}
.page1 .banner-p p {
  font-weight: bold;
  font-size: 34px;
  color: #ffffff;
  display: -webkit-box;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;  /*要显示的行数*/
      -webkit-box-orient: vertical;
      line-height: 70px;
      overflow: hidden;
}
@media  screen and (min-width:1200px) and (max-width:1440px){
	.page1 .banner-p p{
		font-size: 34px;
		line-height: 60px;
	}
	.page2 .swiper-container {
  height: 80%;
}
.page2 .x-slide {
  height: 20%;
}
.page4 .page-content{
	top: 19% !important;
}
}
.page1 .banner-p .more-link {
  margin-top: 30px;
}
.page1 .banner-p .more {
  font-size: 24px;
  color: #ffffff;
  margin-right: 16px;
}
.page1 .btn-box {
  position: absolute;
  display: none;
  bottom: 40px;
  left: 5%;
  right: 5%;
  text-align: center;
  font-size: 0;
  z-index: 999;
}
.page1 .btn-box .btnbg {
  max-width: 335px;
  width: 48%;
  margin: 0 1%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.page1 .btn-box .btnbg .btnimg {
  width: 40px;
  margin: 30px 0;
}
.page1 .btn-box .btnbg span {
  font-size: 20px;
  vertical-align: middle;
  color: #fff;
  margin-left: 5%;
}
.page2 .swiper-container {
  height: 84%;
}
.page2 .x-slide {
  height: 16%;
  width: 80%;
  margin: auto;
  position: relative;
  overflow: hidden;
}
.page2 .x-slide .banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.page2 .x-slide .thumbs-box {
  margin: 20px 3%;
  height: 128px;
  padding: 8px;
}
.page2 .x-slide .thumbs-box .thumbs-img {
  float: left;
  width: 138px;
  height: 112px;
}
.page2 .x-slide .thumbs-box .thumbs-desc {
  margin-left: 145px;
  padding: 10px;
  height: 100%;
}
.page2 .x-slide .thumbs-box .thumbs-desc .con {
  font-size: 14px;
  /*height: 60px;*/
  line-height: 20px;
  color: #666;
   text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.page2 .x-slide .thumbs-box .thumbs-desc h3 {
  color: #328138;
  margin-bottom: 10px;
}
.page2 .x-slide .swiper-slide-thumb-active .thumbs-box {
  background-color: #fcf5d9;
}
.page2 .x-slide .swiper-slide {
  opacity: 0;
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
.page2 .banner-p {
  position: absolute;
  min-height: 208px;
  max-width: 600px;
  top: 50%;
  left: 15%;
  margin-top: -104px;
}
.page2 .swiper-container .swiper-slide:nth-child(5) .banner-p h2,
.page2 .swiper-container .swiper-slide:nth-child(5) .banner-p h3,
.page2 .swiper-container .swiper-slide:nth-child(5) .banner-p p,
.page2 .swiper-container .swiper-slide:nth-child(4) .banner-p h2,
.page2 .swiper-container .swiper-slide:nth-child(4) .banner-p h3,
.page2 .swiper-container .swiper-slide:nth-child(4) .banner-p p ,
.page2 .swiper-container .swiper-slide:nth-child(4) .banner-p .more,
.page2 .swiper-container .swiper-slide:nth-child(5) .banner-p .more{
  color: #333333;
}
.page2 .banner-p h2,
.page2 .banner-p h3,
.page2 .banner-p p {
  color: #ffffff;
}
.page2 .banner-p h2 {
  font-size: 32px;
}
.page2 .banner-p h3 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 5%;
}
.page2 .banner-p p {
  font-size: 16px;
  line-height: 36px;
}
.page2 .banner-p .more-link {
  margin-top: 2%;
}
.page2 .banner-p .more {
  font-size: 24px;
  color: #ffffff;
  margin-right: 16px;
}
.page2 .swiper-slide-active .thumbs-box {
  background-color: #f6f1e3;
}
.active .page2 .x-slide .swiper-slide {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
  opacity: 1;
}
.active .page2 .x-slide .swiper-slide:nth-child(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.active .page2 .x-slide .swiper-slide:nth-child(3) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.active .page2 .x-slide .swiper-slide:nth-child(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.page3 .banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page3 .page-content {
  position: absolute;
  top: 25%;
  width: 100%;
  padding: 0 15%;
}
.page3 .page-content h2 {
  font-size: 32px;
  line-height: 36px;
  color: #028a1b;
}
.page3 .page-content h2 .more-link {
  float: right;
}
.page3 .page-content h2 .more-link .more {
  font-size: 24px;
  color: #ffffff;
  margin-right: 16px;
}
.page3 .page-content p.our-products {
  height: 23px;
  font-size: 28px;
  line-height: 36px;
  color: #6dba32;
}
.page3 .page-content .product-list {
  margin-top: 5%;
}
.page3 .page-content .product-list li {
  width: 31%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.page3 .page-content .product-list li .pic {
  position: relative;
  text-align: center;
}
.page3 .page-content .product-list li .pic .inner {
  position: absolute;
  top: 50%;
  height: 130px;
  margin-top: -65px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
.page3 .page-content .product-list li .pic .inner img {
  height: 60px;
  margin-bottom: 20px;
}
.active .page3 .product-list li {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}
.active .page3 .product-list li:nth-child(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.active .page3 .product-list li:nth-child(3) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.active .page3 .product-list li:nth-child(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.active .page3 .product-list li:nth-child(5) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.active .page3 .product-list li:nth-child(6) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.page4 .banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.page4 .page-content {
  position: absolute;
  top: 25%;
  width: 100%;
  padding: 0 15%;
}
.page4 .page-content h2 {
  font-size: 32px;
  line-height: 36px;
  color: #028a1b;
}
.page4 .page-content h2 .more-link {
  float: right;
}
.page4 .page-content h2 .more-link .more {
  font-size: 24px;
  color: #6dba32;
  margin-right: 16px;
}
.page4 .page-content p.our-products {
  height: 23px;
  font-size: 28px;
  line-height: 36px;
  color: #6dba32;
}
.page4 .page-content .list-box {
  margin-top: 5%;
}
.page4 .page-content .list-box .swiper-box {
  width: 48%;
  margin-right: 2%;
  height: 454px;
}
.page4 .page-content .list-box .swiper-box .desc-link {
  position: absolute;
  bottom: 10px;
  left: 3%;
  z-index: 100;
}
.page4 .page-content .list-box .swiper-box .desc-link p,
.page4 .page-content .list-box .swiper-box .desc-link div {
  color: #ffffff;
  font-size: 18px;
}
.page4 .page-content .list-box .news-list {
  width: 50%;
}
.page4 .page-content .list-box .news-list li {
  height: 151px;
  overflow: hidden;
  background: #fff;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 2% 3%;
  color: #969696;
  border-bottom: 1px solid rgba(229, 229, 229, 0.5);
}
.page4 .page-content .list-box .news-list li .cover {
  float: left;
}
.page4 .page-content .list-box .news-list li .cover img {
  width: 180px;
  height: 135px;
}
.page4 .page-content .list-box .news-list li .detail {
  /*margin-left: 190px;*/
}
.page4 .page-content .list-box .news-list li p {
  color: #323232;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  /*margin-bottom: 20px;*/
}
.page4 .page-content .list-box .news-list li:hover p{
  color: #068f1f;
}
.page4 .page-content .list-box .news-list li .time {
  font-size: 14px;
  margin-bottom: 20px;
  color: #666;
  /*margin-top: 10px;*/
}
.page4 .page-content .list-box .news-list li .content {
  font-size: 16px;
  height: 46px;
  overflow: hidden;
  color: #969696;
}
.page4 .swiper-container .swiper-pagination-switch {
  width: 25px;
}
.page4 .swiper-pagination {
  text-align: right;
  padding-right: 3%;
}
.active4 .page4 .page-content .news-list li {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}
.active4 .page4 .page-content .news-list li:nth-child(2n) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.active4 .page4 .page-content .news-list li:nth-child(3n) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.page4 .page-content .news-list li:hover{
	
}
@media  (min-width:1200px ) {
	.page2{
		 height: calc(100% - 75px); 
	}
}
@media (max-width: 1500px) {
  .page2 .x-slide {
    width: 100%;
  }
  .page4 .page-content .list-box {
    margin-top: 5%;
  }
  .page4 .page-content .list-box .swiper-box {
    width: 48%;
    margin-right: 2%;
    height: 360px;
  }
  .page4 .page-content .list-box .swiper-box .desc-link {
    position: absolute;
    bottom: 25px;
    left: 3%;
    z-index: 100;
  }
  .page4 .page-content .list-box .swiper-box .desc-link p,
  .page4 .page-content .list-box .swiper-box .desc-link div {
    color: #ffffff;
    font-size: 14px;
  }
  .page4 .page-content .list-box .swiper-box .desc-link p{
  	font-size: 13px;
  }
  .page4 .page-content .list-box .news-list {
    width: 50%;
  }
  .page4 .page-content .list-box .news-list li {
    height: 120px;
  }
  .page4 .page-content .list-box .news-list li .cover {
    float: left;
  }
  .page4 .page-content .list-box .news-list li .cover img {
    width: 150px;
    height: 100px;
  }
  .page4 .page-content .list-box .news-list li .detail {
    /*margin-left: 160px;*/
  }
  .page4 .page-content .list-box .news-list li p {
    color: #323232;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 0px;
  }
  .page4 .page-content .list-box .news-list li p:hover {
    color: #068f1f;
  }
  .page4 .page-content .list-box .news-list li .time {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .page4 .page-content .list-box .news-list li .content {
    font-size: 16px;
    height: 40px;
    overflow: hidden;
  }
  .page4 .swiper-pagination {
    text-align: right;
    padding-right: 3%;
  }
}
@media (max-width: 1680px) {
  .page2 .x-slide {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .swiper-container .arrow-right,
  .swiper-container .arrow-left {
    display: none;
  }
  .page-content h2 .more-link {
    margin-top: 30px;
}
  .swiper-container .swiper-pagination-switch {
    width: 33px;
    height: 4px;
    opacity: 1;
  }
  .swiper-box .swiper-container .arrow-right,
  .swiper-box .swiper-container .arrow-left {
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-position: center;
  }
  .page1 .banner-p {
    right: 15%;
  }
  .page1 .banner-p p {
    font-size: 20px;
    line-height: 26px;
  }
  .page1 .banner-p .more {
    font-size: 16px;
  }
  .page1 .banner-p .jiantou {
    height: 16px;
  }
  .page1 .btn-box {
    display: block;
  }
  .page1 .swiper-pagination {
    bottom: 160px;
  }
  .page2 .banner-p {
    top: 0;
    margin-top: 90px;
    left: 5%;
    right: 5%;
  }
  .page2 .banner-p h2 {
    font-size: 20px;
  }
  .page2 .banner-p h3 {
    font-size: 16px;
  }
  .page2 .banner-p p {
    font-size: 12px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .page2 .banner-p .more-link {
    margin-top: 5%;
  }
  .page2 .banner-p .more {
    font-size: 16px;
    font-weight: 600;
  }
  .page2 .banner-p .jiantou {
    height: 16px;
  }
  .page2 .x-slide .thumbs-box {
    margin: 10px 10px 0 0;
    padding: 0;
    height: 80%;
  }
  .page2 .x-slide .thumbs-box .thumbs-img {
    /*height: 100%;*/
   height: auto;
    width: 40%;
  }
  .page2 .x-slide .thumbs-box .thumbs-desc {
    margin-left: 40%;
    padding-top: 2%;
  }
  .page3 .page-content {
    top: 0;
    margin-top: 100px;
    left: 5%;
    right: 5%;
    padding: 0;
    width: inherit;
    bottom: 0;
  }
  .page3 .page-content h2 {
    font-size: 24px;
  }
  .page3 .page-content h2 .more {
    font-size: 16px !important;
    margin-right: 8px !important;
  }
  .page3 .page-content h2 .jiantou {
    height: 16px;
  }
  .page3 .page-content p.our-products {
    font-size: 18px;
  }
  .page3 .page-content .product-list {
    position: absolute;
    bottom: 25px;
    margin: inherit;
  }
  .page3 .page-content .product-list li {
    width: 48%;
  }
  .page3 .page-content .product-list li:nth-child(2n) {
    margin-right: 0;
    margin-left: 2%;
  }
  .page3 .page-content .product-list li .pic img {
    height: 130px;
  }
  .page3 .page-content .product-list li .pic .inner {
    font-size: 14px;
    height: 90px;
    margin-top: -45px;
  }
  .page3 .page-content .product-list li .pic .inner img {
    height: 40px;
    margin-bottom: 10px;
  }
  .page3 .banner-bg {
    background-position: right center;
  }
  .page4 .page-content {
    top: 0;
    margin-top: 100px;
    left: 5%;
    right: 5%;
    padding: 0;
    width: inherit;
    bottom: 0;
  }
  .page4 .page-content h2 {
    font-size: 24px;
  }
  .page4 .page-content h2 .more {
    font-size: 16px !important;
    margin-right: 8px !important;
  }
  .page4 .page-content h2 .jiantou {
    height: 16px;
  }
  .page4 .page-content p.our-products {
    font-size: 18px;
  }
  .page4 .page-content .list-box .swiper-box {
    width: 100%;
    height: 200px;
  }
  .page4 .page-content .list-box .swiper-box .desc-link {
    bottom: 24px;
  }
  .page4 .page-content .list-box .news-list {
    width: 100%;
  }
  .page4 .page-content .list-box .news-list li {
    height: auto;
  }
  .page4 .page-content .list-box .news-list li .cover {
    float: none;
    display: inline-block;
    width: 30%;
  }
  .page4 .page-content .list-box .news-list li .cover img {
    height: auto;
    width: 100%;
  }
  .page4 .page-content .list-box .news-list li .detail {
    /*margin-left: 2%;*/
    width: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .page4 .page-content .list-box .news-list li p {
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    margin-bottom: 0px;
  }
  .page4 .page-content .list-box .news-list li .time {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .page4 .page-content .list-box .news-list li .content {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
  }
  .page4 .swiper-pagination {
    text-align: center;
    padding: 0;
  }
  .productList-container  .tabBox{
    min-height: 400px;
}
}
@media (max-width:375px) and (max-height:600px){
	.page3 .page-content{
		margin-top: 72px;
	}
	.page3 .page-content h2{
		font-size: 20px;
		line-height: 30px;
	}
	.page3 .page-content p.our-products{
		font-size: 16px;
		line-height: 30px;
	}
	.page3 .page-content .product-list{
		bottom: 15px;
	}
	.aboutHonor {
    margin-left: 10px !important;
  }
  .honor-item .honor-box{
  	    width: 226px !important;
  }
}
@media all and (orientation : portrait){
    #screen-prompt{ display: none;}
    
}

#screen-prompt {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;       
    color: #fff;
    background: url(../img/bg12.jpg) no-repeat center center;
     background-color: #000 ;
     background-size: 50%;
}
.video{
	width: 100%;
}
@media screen and (min-width:1080px){
    .productList-container  .tabBox{
        min-height: 500px;
    }
    }