@charset "utf-8";


#banner{ width: 100%; min-width: 1200px; height: 7.5rem; min-height: 500px; position: relative;}
#banner .banner{ z-index: 1; position: relative; width: 100%; height: 100%; overflow: hidden;}
#banner .swiper-slide{background: #eee;}
#banner .banner a{ display: block; width: 100%; height: 100%;}
#banner .banner-bg{ width: 100%; height: 100%; position: absolute; z-index: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; opacity: 1;}
#banner .banner-con{ width: 1200px; height: 100%; position: relative; z-index: 1;  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-30px);}
#banner .banner-con h1{color: #fff; font-size: 40px; line-height: 1.3em; text-transform: uppercase; text-align: center; margin-bottom: 20px; text-shadow: 0 0 20px rgba(0,0,0,0.2);}
#banner video{position: absolute;width: auto;height: auto;max-width: none;min-width: 100%;min-height: 100%;min-width: calc(100%+1px);min-height: calc(100%+1px); position: absolute;object-fit:fill;	top: 50%;left: 50%;	-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
#banner .slide-01 .banner-con h1{text-align: left; padding-left: 20px; margin-top: -25px;}
/*翻页按钮*/
.banner .swiper-button-prev,
.banner .swiper-button-next{ position: absolute;  width: 60px;  height: 80px;  z-index: 1;  left: 0px;  text-indent:-99em;  overflow: hidden;  top: 50%;  margin-top: -40px;  background: url(../../style/img/prev.png) no-repeat center;  opacity: 0;  z-index: 8;  transition: all 0.2s ease-out; }
.banner .swiper-button-next{ left: auto;  right: 0px;  background: url(../../style/img/next.png) no-repeat;}
.banner:hover .swiper-button-prev{  left: 10px;  opacity: 0.4;}
.banner:hover .swiper-button-next{  right: 10px;  opacity: 0.4;}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover{  opacity: 1;}

/*当前页码*/
.banner .swiper-pagination{ bottom: 10px !important; opacity: 0; transition: all 0.2s ease-out;  }
.banner:hover .swiper-pagination{ opacity: 1;}
.banner .swiper-pagination-bullet{  text-indent: -999em; width: 12px; height: 12px; margin:0 5px !important; background: #fff; cursor: pointer;  opacity: 0.7; border-radius: 100%; transition: all 0.2s ease-in-out;}
.banner .swiper-pagination-bullet-active{ opacity: 1; background: #63B027;}


#module-01{	overflow: hidden; position: relative; z-index: 1; padding-bottom: 50px; background: url(../img/page-bg.jpg) no-repeat right top;}
#module-01 .mainBox{position: relative; padding-top: 60px;}
#module-01 .module-title{text-align: center;}
#module-01 .module-title .tab{display: inline-block; padding: 0 30px; }
#module-01 .module-title .tab h1{font-size: 30px; color: #555; cursor: pointer;}
#module-01 .module-title .tab.on h1,#module-01 .module-title .tab:hover h1{color: #63b027;}
#module-01 .module-title .tab.on span{display: block; margin: 5px auto; height: 4px; border-radius: 4px; width: 30px; background-color: #63B027;}
#module-01 .list-box-01{display: none; padding: 40px 0 20px; width: 100%;  text-align: center;}
#module-01 .list-box-01 .list{ width: 23%; position: relative; top: 0; display: inline-block; background-color: #63B027; background-repeat: no-repeat; -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;border-radius: 10px; margin:8px;}
#module-01 .list-box-01 .list:hover{top: -8px; box-shadow: 0 0 20px rgba(0,0,0,0.2);}
#module-01 .list-box-01 .list .title{font-size: 20px; color: #fff; padding: 20px 0; text-transform: uppercase;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
/* #module-01 .list-box-01 .list:hover .title{color: #63B027;} */

#module-01 .list-box-02{display: none; padding: 40px 40px 20px; width: 100%; text-align: center; }
#module-01 .list-box-02 .list{ width: 31%;  position: relative; top: 0; display: inline-block; background-color: #63B027;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out; border-radius: 10px; margin:8px;}
#module-01 .list-box-02 .list:hover{top: -8px; box-shadow: 0 0 20px rgba(0,0,0,0.2);}
#module-01 .list-box-02 .list .title{font-size: 20px; color: #fff; padding: 20px 0; text-transform: uppercase;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
/* #module-01 .list-box-02 .list:hover .title{color: #63B027;} */
#module-01 .list-box-01.on,#module-01 .list-box-02.on{display: block;}
#module-01 .list-box-01 .list .pic,#module-01 .list-box-02 .list .pic{width: 120px; height:120px; position: relative; margin: 20px auto 0; border-radius: 100%; background-color: #ebf7e9; border: 3px solid #ebf7e9;}
#module-01 .list-box-01 .list .pic span,#module-01 .list-box-02 .list .pic span{width: 114px; height: 114px; display: block; border: 1px solid #63B027; border-radius: 100%; position: absolute; top: 0px; left: 0px;}
#module-01 .list-box-01 .list img,#module-01 .list-box-02 .list img{width: 80px; height: 80px; display: block; margin:20px auto;}


#module-01 .list-box-01 .list-01{ background-image: url(../img/pro.png); background-position: left center;}
#module-01 .list-box-01 .list-02{ background-image: url(../img/pro.png); background-position: -300px center;}
#module-01 .list-box-01 .list-03{ background-image: url(../img/pro.png); background-position: -600px center;}
#module-01 .list-box-01 .list-04{ background-image: url(../img/pro.png); background-position: right center;}
#module-01 .list-box-01 .list.on{animation: bounceInUp .8s; opacity: 1; visibility: visible;}

#module-01 .list-box-02 .list-01{ background-image: url(../img/pro.png); background-position: -100px center;}
#module-01 .list-box-02 .list-02{ background-image: url(../img/pro.png); background-position: -420px center;}
#module-01 .list-box-02 .list-03{ background-image: url(../img/pro.png); background-position: -740px center;}
#module-01 .list-box-01.dh{animation: fadeInUphome .3s; opacity: 1; visibility: visible;}
#module-01 .list-box-02.dh{animation: fadeInUphome .3s; opacity: 1; visibility: visible;}


@-webkit-keyframes fadeInUphome {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 12%, 0);
    transform: translate3d(0, 12%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUphome {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 12%, 0);
    transform: translate3d(0, 12%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#module-02{ overflow: hidden; position: relative; z-index: 1; background: #63B027; background-size:cover; height: 400px; padding-top: 30px;}
#module-02 video{position: absolute;width: auto;height: auto;max-width: none;min-width: 100%;min-height: 100%;min-width: calc(100%+1px);min-height: calc(100%+1px);	position: absolute;object-fit:fill;	top: 50%;left: 50%;	-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%); opacity: .8;}
#module-03 .module-title{text-align: center;}
#module-03 .module-title .tab{display: inline-block; padding: 0 30px; }
#module-03 .module-title .tab h1{font-size: 30px; color: #555; cursor: pointer;}
#module-03 .module-title .tab.on h1,#module-03 .module-title .tab:hover h1{color: #63b027;}
#module-03 .module-title .tab.on span{display: none; margin: 5px auto; height: 4px; width: 30px; background-color: #63B027;}
#module-02 .box{padding: 40px 0 50px; position: relative; z-index: 2; }
#module-02 .box img{-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out; display: block;}
#module-02 .box img:hover{transform:scale(1.05); }

#module-02 .box .column-01{float: left; width: 360px;}
#module-02 .box .column-01 div{overflow: hidden;}
#module-02 .box .column-01 img{display: block; width: 360px; height: 240px;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}

#module-02 .box .column-02{float: left; width: 330px; overflow: hidden;}
#module-02 .box .column-02 img{display: block; width: 330px; height: 480px;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
#module-02 .box .column-02 img:hover{transform:scale(1.05);}

#module-02 .box .column-03{ float: left; width: 510px;}
#module-02 .box .column-03 div{overflow: hidden;}
#module-02 .box .column-03 img{display: block; width: 510px; height: 240px; -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}

#module-02 .dh1{z-index: 0; position: absolute; top: 0; left: 50%; margin: -46px auto auto 190px; }
#module-02 .dh span{background: url(../img/home-product-dh.png); width: 500px; height: 500px; animation: rotate 16s linear infinite; position: relative; display: block;}
#module-02 .dh2{z-index: 0; position: absolute; top: 0; left: 50%; margin: -25px auto auto -970px; transform: scale(.5); opacity: .9;}
#module-02 .dh2 span{background: url(../img/home-product-dh.png); width: 500px; height: 500px; animation: rotate2 12s linear infinite; position: relative; display: block;}
#module-02 .dh3{z-index: 0; position: absolute; top: 0; left: 50%; margin: 245px auto auto -1075px; transform: scale(.4); opacity: .9;}
/*当前页码*/
#module-02 .swiper-pagination{ bottom: auto !important; transition: all 0.2s ease-out; top: 0px; padding-left: 5px;}
#module-02 .swiper-pagination-bullet{  text-indent: -999em; width: 6px; height: 6px; margin:0 0 0 6px !important; background: #ccc; cursor: pointer;  opacity: 0.5; border-radius: 5px; transition: all 0.2s ease-in-out;}
#module-02 .swiper-pagination-bullet-active{ opacity: 1; width: 14px; background: #63b027;}
@keyframes rotate {
  0% {
    top: 0;
  }
  100% {
	transform:rotate(360deg);
  }
}
@keyframes rotate2 {
  0% {
    top: 0;
  }
  100% {
	transform:rotate(-360deg);
  }
}

#module-03{	overflow: hidden; position: relative;	z-index: 1; padding-top: 50px; background: url(../img/page-bg.jpg) no-repeat bottom -400px left -200px;}
#module-03 .module-title{text-align: center;}
#module-03 .module-title .tab{display: inline-block; padding: 0 30px; }
#module-03 .module-title .tab h1{font-size: 30px; color: #555; cursor: pointer;}
#module-03 .module-title .tab.on h1,#module-01 .module-title .tab:hover h1{color: #63b027;}
#module-03 .module-title .tab.on span{display: none; margin: 5px auto; height: 3px; width: 30px; background-color: #63B027;}
#module-03 .box{position: relative; width: 100%; padding: 50px 0; margin: -5px -5px 0; overflow: hidden;}
#module-03 .swiper-slide{width: 400px;}
#module-03 .swiper-slide .con{	display: block;	position: relative;	z-index: 0;	margin: 0 5px;}
#module-03 .swiper-slide .pic{	position: relative;	transition: all 0.2s ease-in-out; overflow: hidden;}
#module-03 .swiper-slide .pic img{ border-radius: 6px; display: block;	width: 100%; background-size: cover; -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
#module-03 .swiper-slide:hover .pic img{transform:scale(1.1);}
#module-03 .swiper-slide .t{ padding-top: 10px;}
#module-03 .swiper-slide h1{ font-size: 18px; font-weight: normal; -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
#module-03 .swiper-slide:hover h1{color: #63B027;}
#module-03 .swiper-slide i{	display: block;	font-size: 13px; line-height: 24px;	color: #888; font-style: normal;}
#module-03 .swiper-slide .describe{color: #333; font-size: 16px;}
/*翻页按钮*/
#module-03 .swiper-button-prev,
#module-03 .swiper-button-next{ position: absolute;  width: 95px;  height: 88px;  z-index: 1;  left: 0; text-indcnt:-99em; overflow: hiddcn; top: 50%; margin-top: -70px;  background:url(../img/prev2.png) no-repeat center center; border-radius: 5px; z-index: 8;  transition: all 0.2s ease-out; opacity: .3;}
#module-03 .swiper-button-next{ left: auto; right: 0; background-image: url(../img/next2.png);}
#module-03 .swiper-button-prev:hover,
#module-03 .swiper-button-next:hover{opacity: .6;}
#module-03 .swiper-button-next::after, #module-02 .swiper-button-prev::after{ display: none !important;}
/*当前页码*/
#module-03 .swiper-pagination{ bottom: auto !important; transition: all 0.2s ease-out; top: 0px; padding-left: 5px;}
#module-03 .swiper-pagination-bullet{  text-indent: -999em; width: 6px; height: 6px; margin:0 0 0 6px !important; background: #ccc; cursor: pointer;  opacity: 0.5; border-radius: 5px; transition: all 0.2s ease-in-out;}
#module-03 .swiper-pagination-bullet-active{ opacity: 1; width: 14px; background: #63b027;}



#module-04{	overflow: hidden;  position: relative;	z-index: 0; padding-top: 50px; padding-bottom: 50px; background: url(../img/page-bg.jpg) no-repeat top -260px left -200px;}
#module-04 .mainBox{}
#module-04 .module-title{text-align: center;}
#module-04 .module-title .tab{display: inline-block; padding: 0 30px; }
#module-04 .module-title .tab h1{font-size: 30px; color: #555; cursor: pointer;}
#module-04 .module-title .tab.on h1,#module-04 .module-title .tab:hover h1{font-size: 30px; color: #63b027;}
#module-04 .module-title .tab.on span{display: block; margin: 5px auto; border-radius: 3px; height: 4px; width: 30px; background-color: #63B027;}
#module-04 .box {margin-top: 140px; border-top: 1px solid #63B027;}
#module-04 .box .representList{	margin:-55px 0 0 60px; float: left; padding: 80px 0 0 15px; position: relative;}
#module-04 .box .representList .year{font-size: 32px;line-height: 32px;position: absolute;top: 0;left: 15px; color: #63B027;}
#module-04 .box .representList .year p{font-size: 12px;line-height: 22px;}
#module-04 .box .representList .line{height: 55px;border-left: 1px dashed #63B027; width: 1px; position: absolute;	top: 45px;	left: 0;}
#module-04 .box .representList .line.year{height: 198px; top: 0px;}
#module-04 .box .representList .line .dot{width: 27px;height: 27px; background: #63B027 url(../img/logo.png) no-repeat center center ; background-size:15px; position: absolute; top: 41px; left: -14px; border-radius: 20px;}
#module-04 .box .representList .line .dot span{position: absolute; width: 23px; height: 23px; border-radius: 100%; border: 1px solid #fff; left: 2px; top: 2px; opacity: .6;}
#module-04 .box .representList .representCon{ text-justify: auto; color: #444444; }
#module-04 .box .representList .representCon p{margin-bottom: 10px;}
/*翻页按钮*/
#module-04 .box .swiper-button-prev,
#module-04 .box .swiper-button-next{ position: absolute;  width: 36px; top: auto; height: 36px; margin-left: -40px; z-index: 1;  left: 50%;  text-indent:-99em;  overflow: hidden;  bottom: auto; top:130px; background: url(../img/icon_more_left.png) no-repeat center; background-size: 100%;  z-index: 8; transition: all 0.2s ease-out; }
#module-04 .box .swiper-button-next{margin-left: 5px; background: url(../img/icon_more.png) no-repeat; background-size: 100%;}
#module-04 .box .swiper-button-prev:hover{ margin-left: -45px;}
#module-04 .box .swiper-button-next:hover{ margin-left: 10px;}

@media screen and (max-width: 768px) {
	#header .menu ul li.nav1 a span.en::after{ content: ""; position: absolute; height: 3px; background-color: #fff; width: 20px; bottom: 28px; left: -35px;}
		
		
	#banner{ width: 100%; min-width: 100%; height: 50vw; margin-top: 50px; min-height: 50vw; position: relative;}
	#banner .banner{ z-index: 1; position: relative; width: 100%; height: 100%; overflow: hidden;}
	#banner .swiper-slide{background: #eee;}
	#banner .banner a{ display: block; width: 100%; height: 100%;}
	#banner .banner-bg{ width: 100%; height: 100%; position: absolute; z-index: 0; background-repeat: no-repeat; background-position: center center; background-size: cover; opacity: 1;}
	#banner .banner-con{ width: 100%; height: 100%; position: relative; z-index: 1;  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-0px);}
	#banner .banner-con h1{color: #fff; font-size: 20px; line-height: 1.3em; text-transform: uppercase; text-align: center; margin-bottom: 20px; text-shadow: 0 0 20px rgba(0,0,0,0.2);}
	#banner video{position: absolute;width: auto;height: auto;max-width: none;min-width: 100%;min-height: 100%;min-width: calc(100%+1px);min-height: calc(100%+1px); position: absolute;object-fit:fill;	top: 50%;left: 50%;	-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
	#banner .slide-01 .banner-con h1{text-align: left; padding-left: 20px; margin-top: -25px;}
	/*翻页按钮*/
	.banner .swiper-button-prev,
	.banner .swiper-button-next{ position: absolute;  width: 60px;  height: 80px;  z-index: 1;  left: 0px;  text-indent:-99em;  overflow: hidden;  top: 50%;  margin-top: -40px;  background: url(../../style/img/prev.png) no-repeat center;  opacity: 0;  z-index: 8;  transition: all 0.2s ease-out; }
	.banner .swiper-button-next{ left: auto;  right: 0px;  background: url(../../style/img/next.png) no-repeat;}
	.banner:hover .swiper-button-prev{  left: 10px;  opacity: 0.4;}
	.banner:hover .swiper-button-next{  right: 10px;  opacity: 0.4;}
	.banner .swiper-button-prev:hover,
	.banner .swiper-button-next:hover{  opacity: 1;}

	/*当前页码*/
	.banner .swiper-pagination{ bottom: 10px !important; opacity: 0; transition: all 0.2s ease-out;  }
	.banner:hover .swiper-pagination{ opacity: 1;}
	.banner .swiper-pagination-bullet{  text-indent: -999em; width: 12px; height: 12px; margin:0 5px !important; background: #fff; cursor: pointer;  opacity: 0.7; border-radius: 100%; transition: all 0.2s ease-in-out;}
	.banner .swiper-pagination-bullet-active{ opacity: 1; background: #63B027;}


	#module-01{	overflow: hidden; position: relative; z-index: 1; padding-bottom: 0px; background: url(../img/page-bg.jpg) no-repeat right top;}
	#module-01 .mainBox{position: relative; padding-top: 30px;}
	#module-01 .module-title{text-align: center;}
	#module-01 .module-title .tab{display: inline-block; padding: 0 30px; }
	#module-01 .module-title .tab h1{font-size: 20px; color: #555; cursor: pointer;}
	#module-01 .module-title .tab.on h1,#module-01 .module-title .tab:hover h1{color: #63b027;}
	#module-01 .module-title .tab.on span{display: block; margin: 3px auto; height: 4px; border-radius: 4px; width: 30px; background-color: #63B027;}
	#module-01 .list-box-01{display: none; padding: 10px 0 20px; width: 100%;  text-align: center;}
	#module-01 .list-box-01 .list{ width: 46%; position: relative; top: 0; display: inline-block;  background-repeat: no-repeat; -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;border-radius: 10px; margin: 0 0 5px; padding-bottom: 10px;}
	#module-01 .list-box-01 .list:hover{top: 0; box-shadow: 0 0 0 rgba(0,0,0,0.2);}
	#module-01 .list-box-01 .list .title{font-size: 14px; color: #fff; padding: 0; text-transform: uppercase;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
	/* #module-01 .list-box-01 .list:hover .title{color: #63B027;} */

	#module-01 .list-box-02{display: none; padding: 10px 0 20px; width: 100%; text-align: center; }
	#module-01 .list-box-02 .list{ width: 46%;  position: relative; top: 0; display: inline-block; -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out; border-radius: 10px; margin:0 0 5px; padding-bottom: 10px;}
	#module-01 .list-box-02 .list:hover{top: 0; box-shadow: 0 0 0 rgba(0,0,0,0.2);}
	#module-01 .list-box-02 .list .title{font-size: 14px; color: #fff; padding: 0px 0; text-transform: uppercase;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
	/* #module-01 .list-box-02 .list:hover .title{color: #63B027;} */
	#module-01 .list-box-01.on,#module-01 .list-box-02.on{display: block;}
	#module-01 .list-box-01 .list .pic,#module-01 .list-box-02 .list .pic{width: 25vw; height:25vw; position: relative; margin: 15px auto 5px; border-radius: 100%; background-color: #ebf7e9; border: 1.5vw solid #ebf7e9;}
	#module-01 .list-box-01 .list .pic span,#module-01 .list-box-02 .list .pic span{width: 22vw; height: 22vw; display: block; border: 1px solid #63B027; border-radius: 100%; position: absolute; top: 0px; left: 0px;}
	#module-01 .list-box-01 .list img,#module-01 .list-box-02 .list img{width: 16vw; height: 16vw; display: block; margin:3vw auto;}


	#module-01 .list-box-01 .list-01{ background-image: url(../img/pro.png); background-position: left center;}
	#module-01 .list-box-01 .list-02{ background-image: url(../img/pro.png); background-position: -300px center;}
	#module-01 .list-box-01 .list-03{ background-image: url(../img/pro.png); background-position: -600px center;}
	#module-01 .list-box-01 .list-04{ background-image: url(../img/pro.png); background-position: right center;}
	#module-01 .list-box-01 .list.on{animation: bounceInUp .8s; opacity: 1; visibility: visible;}

	#module-01 .list-box-02 .list-01{ background-image: url(../img/pro.png); background-position: -100px center;}
	#module-01 .list-box-02 .list-02{ background-image: url(../img/pro.png); background-position: -420px center;}
	#module-01 .list-box-02 .list-03{ background-image: url(../img/pro.png); background-position: -740px center; width: 93%;}
	#module-01 .list-box-01.dh{animation: fadeInUphome .3s; opacity: 1; visibility: visible;}
	#module-01 .list-box-02.dh{animation: fadeInUphome .3s; opacity: 1; visibility: visible;}


	@-webkit-keyframes fadeInUphome {
	  from {
		opacity: 0;
		-webkit-transform: translate3d(0, 12%, 0);
		transform: translate3d(0, 12%, 0);
	  }

	  to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	  }
	}

	@keyframes fadeInUphome {
	  from {
		opacity: 0;
		-webkit-transform: translate3d(0, 12%, 0);
		transform: translate3d(0, 12%, 0);
	  }

	  to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	  }
	}

	#module-02{ overflow: hidden; position: relative; z-index: 1; background: #63B027; background-size:cover; height: auto; padding: 15px;}
	#module-02 video{position: absolute;width: auto;height: auto;max-width: none;min-width: 100%;min-height: 100%;min-width: calc(100%+1px);min-height: calc(100%+1px);	position: absolute;object-fit:fill;	top: 50%;left: 50%;	-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%); opacity: .2;}
	#module-03 .module-title{text-align: center;}
	#module-03 .module-title .tab{display: inline-block; padding: 0 30px; }
	#module-03 .module-title .tab h1{font-size: 30px; color: #555; cursor: pointer;}
	#module-03 .module-title .tab.on h1,#module-03 .module-title .tab:hover h1{color: #63b027;}
	#module-03 .module-title .tab.on span{display: none; margin: 3px auto; height: 4px; width: 30px; background-color: #63B027;}
	#module-02 .box{padding: 30px 0 20px; position: relative; z-index: 2; }
	#module-02 .box img:hover{transform:scale(1.1); }

	#module-02 .box .column-01{float: left; width: 50%;}
	#module-02 .box .column-01 div{overflow: hidden;}
	#module-02 .box .column-01 img{display: block; width: 100%; height: 110px;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}

	#module-02 .box .column-02{float: left; width: 50%; overflow: hidden;}
	#module-02 .box .column-02 img{display: block; width: 100%; height: 220px;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
	#module-02 .box .column-02 img:hover{transform:scale(1.05);}

	#module-02 .box .column-03{ float: left; width: 100%;}
	#module-02 .box .column-03 div{overflow: hidden;}
	#module-02 .box .column-03 img{display: block; width: 100%; height: auto; -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}

	#module-02 .dh1{z-index: 0; position: absolute; top: 0; left: 50%; margin: -46px auto auto 190px; }
	#module-02 .dh span{background: url(../img/home-product-dh.png); width: 500px; height: 500px; animation: rotate 16s linear infinite; position: relative; display: block;}
	#module-02 .dh2{z-index: 0; position: absolute; top: 0; left: 50%; margin: -25px auto auto -970px; transform: scale(.5); opacity: .9;}
	#module-02 .dh2 span{background: url(../img/home-product-dh.png); width: 500px; height: 500px; animation: rotate2 12s linear infinite; position: relative; display: block;}
	#module-02 .dh3{z-index: 0; position: absolute; top: 0; left: 50%; margin: 245px auto auto -1075px; transform: scale(.4); opacity: .9;}
	@keyframes rotate {
	  0% {
		top: 0;
	  }
	  100% {
		transform:rotate(360deg);
	  }
	}
	@keyframes rotate2 {
	  0% {
		top: 0;
	  }
	  100% {
		transform:rotate(-360deg);
	  }
	}

	#module-03{	overflow: hidden; position: relative;	z-index: 1; padding-top: 50px; background: url(../img/page-bg.jpg) no-repeat bottom -400px left -200px;}
	#module-03 .module-title{text-align: center;}
	#module-03 .module-title .tab{display: inline-block; padding: 0 20px; }
	#module-03 .module-title .tab h1{font-size: 20px; color: #555; cursor: pointer;}
	#module-03 .module-title .tab.on h1,#module-01 .module-title .tab:hover h1{color: #63b027;}
	#module-03 .module-title .tab.on span{display: none; margin: 3px auto; height: 3px; width: 30px; background-color: #63B027;}
	#module-03 .box{position: relative; width: 100%; padding: 20px 0; margin: -5px -5px 0; overflow: hidden;}
	#module-03 .news-list-m{width: 100%;}
	#module-03 .news-list-m .con{display: flex;	position: relative;	z-index: 0;	margin: 0 5px; padding: 5px 15px;}
	#module-03 .news-list-m .pic{position: relative; width: 30vw; height: 20vw; transition: all 0.2s ease-in-out; overflow: hidden;}
	#module-03 .news-list-m .pic img{ border-radius: 6px; display: block; width: 30vw; height: 20vw; background-size: cover; -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
	#module-03 .news-list-m .t{ padding-top: 0px; flex: 1; padding-left: 10px;}
	#module-03 .news-list-m h1{ font-size: 16px; line-height: 1.2em; font-weight: normal; -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
	#module-03 .news-list-m i{	display: block;	font-size: 13px; line-height: 24px;	color: #888; font-style: normal;}
	#module-03 .news-list-m .describe{color: #333; font-size: 16px;}

	#module-04{	overflow: hidden;  position: relative;	z-index: 0; padding-top: 40px; padding-bottom: 50px; background: url(../img/page-bg.jpg) no-repeat top -260px left -200px;}
	#module-04 .mainBox{}
	#module-04 .module-title{text-align: center;}
	#module-04 .module-title .tab{display: inline-block; padding: 0 30px; }
	#module-04 .module-title .tab h1{font-size: 20px; color: #555; cursor: pointer;}
	#module-04 .module-title .tab.on h1,#module-04 .module-title .tab:hover h1{font-size: 30px; color: #63b027;}
	#module-04 .module-title .tab.on span{display: block; margin: 5px auto; border-radius: 3px; height: 4px; width: 30px; background-color: #63B027;}
	#module-04 .box {margin-top: 20px; border-top: 0;}
	#module-04 .box .representList{	margin:0 0 0 30px; float: none; padding: 50px 15px 20px 25px; position: relative;}
	#module-04 .box .representList .year{font-size: 28px;line-height: 28px;position: absolute;top: 10px;left: 25px; color: #63B027;}
	#module-04 .box .representList .year p{font-size: 12px;line-height: 22px;}
	#module-04 .box .representList .line{height: 55px;border-left: 1px dashed #63B027; width: 1px; position: absolute;	top: 45px;	left: 0;}
	#module-04 .box .representList .line.year{height: 198px; top: 0px;}
	#module-04 .box .representList .line .dot{width: 27px;height: 27px; background: #63B027 url(../img/logo.png) no-repeat center center ; background-size:15px; position: absolute; top: 11px; left: -14px; border-radius: 20px;}
	#module-04 .box .representList .line .dot span{position: absolute; width: 23px; height: 23px; border-radius: 100%; border: 1px solid #fff; left: 2px; top: 2px; opacity: .6;}
	#module-04 .box .representList .representCon{ text-justify: auto; color: #444444; }

	/*翻页按钮*/
	#module-04 .box .swiper-button-prev,
	#module-04 .box .swiper-button-next{ position: absolute;  width: 36px; top: auto; height: 36px; margin-left: -40px; z-index: 1;  left: 50%;  text-indent:-99em;  overflow: hidden;  bottom: 40px;  background: url(../img/icon_more_left.png) no-repeat center; background-size: 100%;  z-index: 8; transition: all 0.2s ease-out; }
	#module-04 .box .swiper-button-next{margin-left: 5px; background: url(../img/icon_more.png) no-repeat; background-size: 100%;}
	#module-04 .box .swiper-button-prev:hover{ margin-left: -45px;}
	#module-04 .box .swiper-button-next:hover{ margin-left: 10px;}



	
}




















