﻿@charset "utf-8";
.main-bottom-gbar {
    width: 100%;
    height: 190px;
    background-image: url(../images/green-bar-1.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    position: relative;
     z-index: 3;
	 margin-top:-190px;
	 
 
}
 .main-bottom-gbar {
	background-size:100% 190px
  }	
 	 
	
*{ box-sizing:border-box}


 

.home-tit-b{
	font-size:4.5em;
	color:#4d4d4d;
	font-weight:bold;
	position:relative}

.news-tt{
	padding-left:68px;
	}		
.bt-fly	{
	width:58px;
	height:40px;
	background-image:url(../images/event-icon-fly.png);
	background-position:center;
	background-size:58px 40px;
	position:absolute;	background-repeat:no-repeat;
	transition:all 2s;

	left:0; top:10px;
	
	}
.bt-fly-wp:hover .bt-fly{
	-webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
	-webkit-animation-name: bt-fly;
    animation-name: bt-fly;transition:all 2s;
	-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:both;animation-fill-mode:both}


@-webkit-keyframes bt-fly {
  0% {
    background-size:58px 40px;
  }

  50% {
    background-size:28px 40px;
  }
  100% {
    background-size:58px 40px;
  }
  
}

@keyframes bt-fly {
  0% {
    background-size:58px 40px;
  }

  50% {
    background-size:28px 40px;
  }
  100% {
    background-size:58px 40px;
  }
}

	
.news-sec{
	position: relative;
    background: #fff;
    margin-top: -1px;
	padding:30px 0 76px 0}
	
.more-btn{
	width:40px;
	height:40px;
	float:right;
	background-image:url(../images/more-btn.png);
	background-size:contain;
	background-position:center;
	background-repeat:no-repeat;
	font-size:0}		
	
.more-btn:focus, .more-btn:hover{
	background-image: url(../images/more-btn-on.png);
	}
.news-box{
	width:100%;
	margin-top:45px}
	
.news-box .news-L{
	width:40%;
	padding-right:37px;
	box-sizing:border-box;
	float:left
	}		

.news-box .news-R{
	width:60%;
	box-sizing:border-box;
	display:block;
	float:left}

.news-box .news-R li{
	list-style:none;
	font-size:1.7em;
	padding:15px 0;
	padding-left:33px;
	background-image:url(../images/icon-list.png);
	background-position:left center;
	background-size:27px 27px;
	background-repeat:no-repeat;
	font-weight:bold;
	border-bottom:1px dashed #ccc
	
	}
.news-box .news-R{
	margin-top:-15px}
		
.news-box .news-R li a{
	color:#000;
	width:78%;
	display:inline-block}
.news-box .news-R li a:hover, .news-box .news-R li a:focus{
	color:#F30;}	
.news-box .news-R li time{
	color:#c65210;
	font-size:95%;
	font-weight:600;
	float:right;
	width:17%;
	font-weight:normal;}	
		
.news-box .news-L .news-L-TOP{
	padding-left:135px;
	position:relative;
	min-height:90px;
	padding-bottom:15px}
		
.news-box .news-L .news-L-TOP .imgs	{
	width:118px;
	height:90px;
	
	position:absolute;
	left:0; top:0}

.news-box .news-L .news-L-TOP h3 a{
	font-size:2.1em;
	line-height:1.5;
	font-weight:bold;
	color: rgb(140, 198, 63);
	display: -webkit-box;  
	overflow:hidden;
	text-overflow : ellipsis;
	line-clamp: 2;
    box-orient: vertical;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	}
.news-box .news-L .news-L-TOP h3 a:hover, .news-box .news-L .news-L-TOP h3 a:focus{
	color:#F30}		

.news-box .news-L .news-L-TOP time{
	font-size:1.5em;
	color:#c65210;
	font-weight:bold;
	margin-top:15px;
	display:block;
	font-weight:normal;}
	
.news-box .news-L p{
	font-size:1.5em ;
	line-height:24px;
	color:#000;
	padding-top:10px;
	border-top:1px dashed #ccc;
	display: -webkit-box;  
	overflow:hidden;
	text-overflow : ellipsis;
	line-clamp: 3;
    box-orient: vertical;
	-webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}
	
/*-------------------------------about----------------------------*/	
.about-tit-box{
	text-align:right}
.about-tit-box .about-tit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 6.2em;
    color: #8cc63f;
    line-height: 1;
    padding: 0;
    margin: 0;
    line-height: .8;
    display: inline-block;
	vertical-align:text-bottom;
    margin-bottom: -6px;
	
	
}
.about-tit-box .about-tit big, .about-tit-box .about-tit strong{
	font-size:110px}	

@media screen and (max-width: 1100px) {
.about-tit-box .about-tit{
    font-size:5em;	
	}	
.about-tit-box .about-tit big, .about-tit-box .about-tit strong{
	font-size:100px}	
	}

.about-tit-box .more-btn{
	margin-top:35px;
	margin-left:4%
	}
@media screen and (max-width: 1120px) {	
.about-tit-box .more-btn{
 	margin-left:2%
	}
}
		
.bg-green{
	background:url(../images/home-about-bg.gif);
	height:554px;
	width:100%;
	background-size:auto 100%}	

.bg-green .container{
	position:relative;
	height:554px}

.bg-green .container .man-face {
    position: absolute;
    width: 452px;
    height: 640px;
    background: url(../images/home-about-img-bg.png) center no-repeat;
    background-size: contain;
    left: 0;
    top: -97px;
    float: left;
}
	
.bg-green .container .man-face .recycle-logo{
	width:156px;
	height:146px;
	left:135px;
	top:158px;
	position:absolute
	}
	
.bg-green .container .man-face .dot1, .bg-green .container .man-face .dot2{
	background:#fff;
	border-radius:50%;
	position:absolute;}
	
.bg-green .container .man-face .dot1{
	width:18px;
	height:18px;
	left:382px;
	top:131px}
	
.bg-green .container .man-face .dot2{
	width:32px;
	height:32px;
	left:413px;
	top:141px}	
		
.bg-green .container .man-face h2{
	font-family:"微软雅黑";
	font-size:4.6em;
	line-height:1.5;
	font-weight:bold;
	color:#fff;
	text-align:center;
	top:338px; left:117px;
	position:absolute;
	text-shadow:0 0 10px #000}
	
.bg-green .container ul.about-icons {
    display: block;
    list-style: none;
    width: 419px;
    height: 426px;
    top: 63px;
    position: relative;
    /* float: left; */
    left: 412px;
}		
.bg-green .container ul.about-icons li{
	margin-left:55px;
	display:inline-block;
	vertical-align:top;
	box-sizing:border-box;
	margin-bottom:55px;
	text-align: center;
	transition:all 0.5s}
@media screen and (max-width: 1200px) {
.bg-green .container ul.about-icons li{
		margin-left:20px;

	}	
.bg-green .container ul.about-icons{
	margin-left:-15px
	}	
	
	}	
.bg-green .container ul.about-icons li a{
	display:block;
	width:152px;
	height:152px;
	border-radius:50%;
	background-color:#fff;
	margin-bottom:16px;
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
	position:relative}
	
	
.bg-green .container ul.about-icons li a:hover,
.bg-green .container ul.about-icons li a:focus{ 
	box-shadow:0 0 10px rgba(0,0,0,.5);
	-webkit-animation-duration: 0s;
  	animation-duration: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
	transition:all 0s;
	transform:scale(.95);
	background-color:#FF9}	
	
.bg-green .container ul.about-icons li a.a-icon-1{
	background-image:url(../images/about-icon-1.png)}
.bg-green .container ul.about-icons li a.a-icon-2{
	background-image:url(../images/about-icon-2.png)}	
.bg-green .container ul.about-icons li a.a-icon-3{
	background-image:url(../images/about-icon-3.png)}
.bg-green .container ul.about-icons li a.a-icon-4{
	background-image:url(../images/about-icon-4.png)}
	
/*on & focus*/	
.bg-green .container ul.about-icons li a.a-icon-1:focus, 
.bg-green .container ul.about-icons li a.a-icon-1:hover{
	background-image: url(../images/about-icon-1-loop.gif)}
.bg-green .container ul.about-icons li a.a-icon-2:focus, 
.bg-green .container ul.about-icons li a.a-icon-2:hover{
	background-image: url(../images/about-icon-2-loop.gif)}	
.bg-green .container ul.about-icons li a.a-icon-3:focus, 
.bg-green .container ul.about-icons li a.a-icon-3:hover{
	background-image: url(../images/about-icon-3-loop.gif)}
.bg-green .container ul.about-icons li a.a-icon-4:focus, 
.bg-green .container ul.about-icons li a.a-icon-4:hover{
	background-image: url(../images/about-icon-4-loop.gif)}			
	
.bg-green .container ul.about-icons li h3{
	display: inline-block;
    font-size: 2em;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding: 8px 11px;
    border-radius: 20px;
     top: 160px;
    /*background-color: #3f7f01;*/}	

.bg-green .R-img{
	width:220px;
	height:370px;
	float:right;
	background: url(../images/about-R.svg) center bottom no-repeat ;
	background-size:contain;
	position:absolute;
	bottom:0;
	right:0 }
	
.bg-green .but-fly-w{
	width:73px; height:73px;
	position:absolute;
	right:81px;
	top:63px;
	background:url(../images/butterfly-w.gif) center no-repeat;
	background-size:contain ;
	opacity:0.3 !important }	

@media screen and (max-width: 1100px) {
.bg-green .R-img{
	width:180px;
	height:350px;
	opacity:0.7
		}
	}	 
/*----------mov-fb ------------*/
.mov-fb{
	position:relative
	}	
.mov-fb .L-box, .mov-fb .R-box{
	position:relative;
	min-height:227px;
	float:left;
	vertical-align:top
	
	
	}
.mov-fb .L-box {
    width: 64%;
    padding-left: 280px;  /*303*/
    margin: 0;
 }
	
.mov-fb .R-box{
	width:33%;
 	margin-left:3%;
	padding-left:160px
	}
.mov-fb .L-box .mov-img, .mov-fb .R-box .fb-img{
	background-size:contain;
	background-position: center top;
	background-repeat:no-repeat;
	position:absolute ;
	left:0; top:0
	
	}		
.mov-fb .L-box .mov-img	{
	width:252px;
	height:210px;
	background-image:url(../images/mov-ICON.png) ;
	}
	
.mov-fb .L-box .mov-img:hover	{
	background-image: url(../images/mov-youtube-loop.gif)  ;
	}		
	
.mov-fb .R-box .fb-img{
	width:137px;
	height:225px;
	background-image:url(../images/FB-ICON.png) ;
	}

.mov-fb .R-box .fb-img:hover{
	background-image: url(../images/fb-loop.gif)  ;}	
	
.mov-fb h2{
	font-size:2.8em;
	color:#000;
	font-weight:bold;
	margin-bottom:15px}
	
.mov-fb	.tt-div	{
	width:34px;
	background:#808080;
	height:1px;
	margin-bottom:15px}

.mov-fb .L-box a, .mov-fb .R-box a{
	padding:12px 0 12px 40px;
	display:block;
	border-bottom:1px dashed #ccc;
	font-size:1.7em;
	color:#000;
	background-position: left center;
	background-repeat:no-repeat;
	background-size:27px 27px
	 	}
.mov-fb .L-box a:hover, .mov-fb .R-box a:hover, .mov-fb .L-box a:focus, .mov-fb .R-box a:focus{
	color:#F60;
	background-color:#F3F3F3
	}		
.mov-fb .L-box a{
	background-image:url(../images/youtube.gif)}		

.mov-fb .L-box a:hover, .mov-fb .L-box a:focus{
	background-image: url(../images/youtube-on.gif);
	}
	
.mov-fb .R-box a{
	background-image: url(../images/list-fb.gif)}		

.mov-fb .R-box a:hover, .mov-fb .R-box a:focus{
	background-image: url(../images/list-fb-on.gif);
	}
	
/*----------AD-------------------*/
/** adBanner **/
#adBanner {
	position:relative;
	width: 100%;
	margin:0 auto;
	padding:60px 0;
	background:#f2f2f2;
}
#adBanner .owl-item{ float:left}
#adBanner .owl-carousel {
	width:292px;
	margin:0 auto;
}
#adBanner .owl-carousel .item {
 	padding:4px;
	text-align:center;
	float:left;
	display:inline-block;
}
#adBanner .owl-carousel .item a {
	float:left;
	width:100%;
	height:100%;
}
#adBanner .owl-carousel .item a:focus, #adBanner .owl-carousel .item a:hover, #adBanner .owl-carousel .item a:active {
	box-sizing:border-box;
	outline:1px solid #393;
	opacity:0.5;transform:scale(0.9)
}


#adBanner .owl-carousel .item img {
	width:177px;
	height:auto;
	display:inline-block;
	margin:0 auto
}
#adBanner .owl-nav .owl-prev,
#adBanner .owl-nav .owl-next {
	position:absolute;
	top:50%;
	display:block;
	font-size:0;
	width:17px;
	height:39px;
	margin-top:-19px;
	background-size:contain !important
}
#adBanner .owl-nav .owl-prev {
	left:0px;	
	background: url(../images/arrow_left.png) no-repeat 50% 50%;
}
#adBanner .owl-nav .owl-next {
	right:0px;	
	background: url(../images/arrow_right.png) no-repeat 50% 50%;
}

 	#adBanner .owl-carousel {
		width:100%;
		padding:0 30px;
	}  
 
 
 
 
 
/*NEW SLICK TEST*/

/*---main---*/
.main2 {
    display: block;
    height: 100%;
    position: relative;
    list-style: none;
}

.main2 .item2 {
    display: block;
    position: relative;
    height: 800px;
     width: 100%;
}

/*主視覺圖片動態*/

.main2 .item2 .main_img{
	position:absolute;
	width:100%;
	height:100%;
	left:0; top:0;
	}

.main2 .item2 .zoomIn2, 
.main2 .item2 .zoomOut2{ transition:all 15s  ;}
 
.main2 .item2 .zoomIn2{	transform:scale(1); } 
.main2 .item2.slick-active .zoomIn2{ transform:scale(1.3); }
 
.main2 .item2 .zoomOut2{ transform:scale(1.3)} 

.main2 .item2.slick-active .zoomOut2{ transform:scale(1); } 
 
@media screen and (max-width: 480px) {
    .main2 .item2.slick-active .slide-text h2 {
        font-size: 2em;
        width: 100%;
    }
}


.main2 .item2 .container {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 1920px;
    display: block;
}



.main2 .item2 .slide-text {
    left: 0;
    top: 43%;
    right: 0;
    margin: auto;
    position: absolute;
	z-index:1;
    text-align: center;
    padding: 0px 15px;
	display:block;
	opacity:1
}


/*.main2 .item2 .slide-text.top_t {
    top: 12%;
}*/



/*@media screen and (max-width: 680px) {
    .main2 .item2 .slide-text:first-of-type {
        top: 20%;
    }
}*/

.main2 .item2 .slide-text h2 {
    font-family: 微软雅黑;
    font-weight: bold;
    color: #ffffff;
    font-size: 6em;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 50px;
    letter-spacing: 1px;
    display: inline-block;
    animation-delay: 1s;
    padding: 0px;
    opacity: 0;
    transform: scale(0.4) translate(0, -400px);
    transition-delay: 1s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-duration: 2s;
    text-shadow: rgba(0, 0, 0, 0.75) 0px 0px 10px, rgba(0, 0, 0, 0.8) 0px 0px 4px;
	position:relative;
}

.main2 .item2 .slide-text h2:after{
	width:60px;
	height:3px;
	background:#fff;
	content:'';
	display:block;
	position:absolute;
	left:50%;
	margin-left:-30px;
	bottom:-25px;
	box-shadow:0 0 3px rgba(0,0,0,0.4)}

/*@media screen and (max-width: 680px) {
    .main2 .item2 .slide-text h2 {
        font-family: 微软雅黑;
        font-size: 3.5em;
    }
}*/

.main2 .item2.slick-active .slide-text h2 {
    opacity: 1;
    transform: scale(1) translate(0, 0);
    transition-delay: 1s;
    -moz-transition-delay: 1s;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition: all 1s;
    animation-iteration-count: 1;
    animation-name: zoomInDown;

}

.main2 .item2 .slide-text p {
    font-family: 微軟正黑體, Arial;
    font-weight: bold;
    color: #ffffff;
    font-size: 3em;
    line-height: 1.25;
    letter-spacing: 1px;
    animation-delay: 2s;
    max-width: 1200px;
    padding: 0px;
    margin: 0px auto 15px;
    opacity: 0;
    transform: translate(300px, 0);
    transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-duration: 2s;
    text-shadow: rgba(0, 0, 0, 0.75) 0px 0px 10px, rgba(0, 0, 0, 0.8) 0px 0px 4px;
}

.main2 .item2.slick-active .slide-text p {
    opacity: 1;
    transform: translate(0, 0);
    transition: all 1s;
    transition-delay: 1.5;
    -moz-transition-delay: 1.5;
    -webkit-transition-delay: 1.5;
    -o-transition-delay: 1.5;
    animation-iteration-count: 1;
    animation-name: fadeInRight;
}

.main2 .item2 .slide-text a.more {
    display: inline-block;
     text-align: center;
    text-transform: uppercase;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-weight: bold;
    font-size:1.6em;
    text-align: center;
    padding: 10px 20px;
    white-space: nowrap;
    line-height: 1;
    opacity: 0;
    border-width: 1px;
    border-style: solid;
     border-image: initial;
 	background: #02890f;  
  	border-radius:5px;
	box-shadow:0 0 5px rgba(0,0,0,.5);
}

.main2 .item2.slick-active .slide-text a.more {
    opacity: 1;
     animation-iteration-count: 1;
     animation-iteration-count: 1;
    animation-name: fadeInRight;

}

@keyframes fademore {
    0% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fademore {
    0% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.main2 .item2 .slide-text a.more:hover,
.main2 .item2 .slide-text a.more:focus,
.main2 .item2.slick-active .slide-text a.more:hover,
.main2 .item2.slick-active .slide-text a.more:focus{
    background:#fff !important;
	color:#000 !important;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.slide-text > a.btn-default:hover, .slide-text > a.btn-default:focus, .slide-text > a:focus{
	background-color:#fff !important;
	color:#000 !important;
 
}
 

.main2 .slick-prev,
.main2 .slick-next {
    width: 28px;
    height: 40px;
    opacity: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1002;
    transition: all 1s
}

.main2 .slick-prev {
    background-image: url(../images/prev.png) !important;
    left: 100px;
    right: auto
}

.main2 .slick-next {
    background-image: url(../images/next.png) !important;
    right: 100px;
    left: auto;
}

.main2:hover .slick-prev, .main2 .slick-prev:focus {
    left: 50px;
    opacity: 1 !important;
}

.main2:hover .slick-next, .main2 .slick-next:focus {
    right: 50px;
    opacity: 1 !important;
    ;
}

.main2 .slick-prev:before,
.main2 .slick-next:before {
    display: none !important
}

.main2 .slick-dots{
	bottom:25px;
	z-index:4;}
.main2 .slick-dots  li{
	text-align:center;
	padding:4px;
	box-sizing:border-box;
	border:0;
	opacity:0.6;
	border-radius:50%}
.main2 .slick-dots  li.slick-active{
	opacity:1;
	border:1px solid #fff;
	width:22px;
	height:22px;}	
	
.main2 .slick-dots  li button{
	background:#fff;
	border-radius:50%;
	width:12px; height:12px;}
.main2 .slick-dots li button:before	{
	display:none;}
	

@media (max-width: 1400px) {

    .main2 .item2 .slide-text h2 {
        font-size: 5em;
    }

    .main2 .item2 .slide-text p {
        font-size: 2.2em;

    }
}

@media (max-width: 1024px) {

    .main2 .item2 .slide-text h2 {
        font-size: 3.5em;
    }

    .main2 .item2 .slide-text p {
        font-size: 1.8em;

    }
}

@media (max-width: 767px) {
    .main2 .item2 .slide-text a.more {
        font-size: 1.4em;
    }
}



@media screen and (max-width: 500px) {

    .main2 .item2 .slide-text h2 {
        font-size: 3em;
    }

    .main2 .item2 .slide-text p {
        font-size: 1.5em;
    }

    .main2 .item2 .slide-text a.more {
        background-position: calc(100% - 6px) center;
        background-size: auto 70%;
        font-size: 1.4em;
        padding: 7px 12px;
    }

    @media screen and (max-width: 480px) {

        .main2 .item2 .slide-text a.more {
            padding: 7px 20px;
        }
    }

    @media screen and (max-width: 420px) {
        .main2 .item2 .slide-text {
            top: 30%;
        }

       .main2 .slide-text > h1 {
            font-size: 2.6em;
            display: block
        }

        .main2 .slide-text > p {
            display: none
        }
     }
 