html, body{	
	height:100%;
	width:100%;
	background-color: #FFF;
	font-family:"微軟正黑體", Arial, "Microsoft JhengHei UI Light";
	font-weight:bolder;
}
.container-fluid {    
    padding-right: 0;
    padding-left:0;   
}
a{
	text-decoration:none !important;
	outline:none;
}

/*----------------transition-----------------*/

.top_fb, .logo_top, .forest_bottom_photo:before, .benefit_contShow, .indexWrap h1, .navBtn span, .navBtn:before, .navBtn:after,
.second_top_left, .second_top_right, .forestProblem li, .forestProblem li > div, .forest_bottom li, .benefit_tree_cont, .btn_popupLink, .popup_close{	
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
}

/*----------------Loading---------------------*/

.loadingWrap {	
	z-index:99999;		
	top: 0;	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5f880+35,cce25a+99 */
	background: #e5f880; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #e5f880 35%, #cce25a 99%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #e5f880 35%,#cce25a 99%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #e5f880 35%,#cce25a 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */	
	overflow:hidden;		
}
.loadingBg{
	position:absolute;
	width:100%;
	height:100%;
	background:url(../images/bg_texture.png) repeat;	
}
.loadingWrap main{
	width:110px;
	height:165px;
	position:absolute;
	left:50%;
	top:50%;
	/*border:#333 2px solid;*/
	margin:-120px 0 0 -55px;
}
.loadingTree_bottom{
	position:absolute;
	width:22px;
	height:87px;
	bottom:0;
	left:50%;
	margin-left:-11px;
	z-index:5;	
	overflow:hidden;
}
.loadingTree_bottom_block{
	position:absolute;
	width:22px;
	height:87px;
	bottom:0;
	left:0;
	background:#e5f880 url(../images/bg_texture.png) repeat;
	z-index:2;	
}
.loadingTree_bottom span{
	display:block;
	position:absolute;
	background: url(../images/loadingTree_bottom.png) no-repeat;	
	width:22px;
	height:87px;
	top:0;
	left:0;	
	z-index:1;
}
.loadingTree_top{
	position:absolute;
	width:92px;
	height:76px;
	top:10px;
	left:0;
	overflow:hidden;
	z-index:4;
}
.loadingTree_top_block{
	position:absolute;
	width:92px;
	height:76px;
	top:0;
	left:0;
	background:#e5f880 url(../images/bg_texture.png) repeat;	
	z-index:2;	
}
.loadingTree_top span{
	display:block;
	position:absolute;
	background: url(../images/loadingTree_top.png) no-repeat;	
	width:92px;
	height:76px;
	top:0;
	left:0;	
	z-index:1;
}
.loadingTree_right{
	position:absolute;
	width:37px;
	height:31px;
	top: 85px;
	right: 12px;
	overflow:hidden;
	z-index:2;
}
.loadingTree_right_block{
	position:absolute;
	width:37px;
	height:31px;
	top:0;
	right:0;
	background:#e5f880 url(../images/bg_texture.png) repeat;
	z-index:2;	
}
.loadingTree_right span{
	display:block;
	position:absolute;
	background: url(../images/loadingTree_right.png) no-repeat;	
	width:37px;
	height:31px;
	top:0;
	left:0;	
	z-index:1;
}
.loadingTree_left{
	position:absolute;
	width:60px;
	height:48px;
	top: 85px;
	left: -2px;
	overflow:hidden;
	z-index:2;
}
.loadingTree_left_block{
	position:absolute;
	width:60px;
	height:48px;
	top:0;
	left:0;
	background:#e5f880 url(../images/bg_texture.png) repeat;
	z-index:2;	
}
.loadingTree_left span{
	display:block;
	position:absolute;
	background: url(../images/loadingTree_left.png) no-repeat;	
	width:60px;
	height:48px;
	top:0;
	left:0;	
	z-index:1;
}
.loadingTxt{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:24px;
	color:#74b800;
	position:absolute;
	width:100%;
	text-align:center;
	bottom: -40px;
    margin-left: 5px;
}
.loadingTxt span{	
	font-size:15px;	
}

/*----------------topWrap--------------------*/

.topWrap{
	height:75px;
	z-index:9999;
}
.topWrap:after{
	position:absolute;
	content:"";
	width:100%;
	height:5px;
	background-color:#80b500;
	bottom:0;
	left:0;	
}
.materialBg{	
	background:#FFF url(../images/bg_texture.png) repeat;	
}
.topBg{
	width:900px;
	/*border:#666 1px solid;*/
	margin:0 auto;
}
.nav_top{
	width:700px;
	height:25px;
	left:50%;
	margin-left:-350px;
	padding-top: 6px;
}
.nav_top li{
	background:#FFF url(../images/nav.png)no-repeat;
	height:25px;
	position:relative;	
}
.nav_top li:nth-child(1){
	width:103px;
	background-position:0 0;	
}
.nav_top li:nth-child(2){
	width:129px;
	background-position:-103px 0;	
}
.nav_top li:nth-child(3){
	width:77px;
	background-position:-232px 0;	
}
.nav_top li:nth-child(4){
	width:77px;
	background-position:-309px 0;	
}
.nav_top li:nth-child(1):hover{	
	background-position:0 -25px;	
}
.nav_top li:nth-child(2):hover{		
	background-position:-103px -25px;	
}
.nav_top li:nth-child(3):hover{		
	background-position:-232px -25px;	
}
.nav_top li:nth-child(4):hover{		
	background-position:-309px -25px;	
}
.nav_top li:before{
	content:"/";	
	font-size:16px;
	position:absolute;
	bottom: -1px;
	left: -57px;
	color:#608f64;
}
.nav_top li:nth-child(1):before{
	display:none;	
}
.nav_top li a{
	position:absolute;
	width:100%;
	height:100%;
	text-indent:-9999px;
}
.logo_top{
	position:absolute;
	width:199px;
	height:53px;
	top:50%;
	margin-top:-30px;
	left:-210px;
	background-image:url(../images/logo_top.png);
}
.nav_top li:nth-child(5),
.nav_top li:nth-child(6){
	display:none;
}

/*----------------Index---------------------*/

.indexWrap{
	position:relative;	
	z-index:10;
	overflow:hidden;
	padding-top:25px;
	height:100%;
}
.indexWrap:after{
	position:absolute;
	content:"";
	width:100%;
	height:5px;
	background-color:#80b500;
	bottom:0;
	left:0;	
	z-index: 99;
}
.indexWrap h1{
	display:block;
	width:619px;
	position:absolute;
	left:50%;
	margin-left:-455px;
	top:140px;
	z-index:99;
}
.topBanner{
	width:100%;
	height:100%;
	position:relative; 
}
.topBanner li{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background-position:center top;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-ms-background-size:cover;
}
.topBanner li:nth-child(1){
	background-image:url(../images/topBanner_1.jpg);
	z-index:3;
}
.topBanner li:nth-child(2){
	background-image:url(../images/topBanner_2.jpg);
	z-index:2;
}
.topBanner li:nth-child(3){
	background-image:url(../images/topBanner_3.jpg);
	z-index:1;
}
.indexWrap article{
	width:70px;
	height:100%;
	position:absolute;
	left:50%;
	margin-left:-35px;
	bottom:0;	
}
.topBannerSelect{
	position:absolute;
	width:70px;
	height:15px;
	left:0;	
	bottom: 40px;
	z-index:10;
}
.topBannerSelect li{
	position:absolute;
	width:15px;
	height:15px;
	border-radius:50%;
	top:0;	
	background-color:#FFF;
	cursor:pointer;	
}
.topBannerSelect li:nth-child(1){
	left:0;	
}
.topBannerSelect li:nth-child(2){
	left:50%;
	margin-left:-7px;	
}
.topBannerSelect li:nth-child(3){
	right:0;	
}
.topBannerSelect li:hover{
	background-color:#ffff00;
}
.topBannerSelectColor{
	background-color:#ffff00;
}

/*----------------secondWrap---------------------*/

.secondWrap{
	height:auto;
	background:#FFF url(../images/bg_texture.png) repeat;
	padding-top:120px;
	padding-bottom:535px;
	overflow:hidden;
}
.second_top_right{
	position:absolute;
	top:0;
	right:0;
	width:530px;
	z-index:0;
}
.second_top_left{
	position:absolute;
	top:0;
	left:0;
	width:420px;
	z-index:0;
}
.second_TIT{
	position:relative;
	margin:0 auto;
	width:727px;
}
.wrapContent{
	position:relative;
	width:900px;
	height:auto;
	margin:0 auto;
	font-size:20px;
	letter-spacing:1px;
	color:#4c534d;
	line-height:34px;
}
.secondTXT{
	margin:55px auto 200px;
}
.video_TIT{	
	width:969px;	
}
.videoTXT{
	margin:55px auto 95px;
}
.videoScreen{
	position:relative;
	margin:80px auto 0;
	width:1100px;
	height:550px;
	border-radius:12px;
	background-color:#608f64;
	z-index:5;	
}
#video{
    position:absolute;
	left:50%;
	top: 50%;
	width: 1080px;
	height: 530px;
	margin:-265px 0 0 -540px;
	border-radius:8px;
}
.videoBg{
	position:absolute;
	width:1920px;
	height:508px;
	left:50%;
	margin-left:-960px;
	bottom:0;
	z-index:0;
	background-image:url(../images/videoBg.png);
}
.videoBg_tree{
	position:absolute;
	width:270px;
	height:330px;
	left:50%;
	margin-left: -135px;
	bottom: 45px;
	z-index:3;
	background-image:url(../images/videoBg_tree.png);
}
.videoBg_tool{
	position:absolute;
	width:88px;
	height:86px;
	left:50%;
	margin-left: 50px;
	bottom: 65px;
	z-index:1;
	background-image:url(../images/videoBg_tool.png);
}
.videoBg_txt{
	position:absolute;
	width:199px;
	height:22px;
	left:50%;
	margin-left: 115px;
	bottom: 82px;
	z-index:5;
	background-image:url(../images/videoBg_txt.png);
}

/*----------------forestWrap---------------------*/

.forestWrap{
	height:auto;
	background:#f0f6e1 url(../images/forest_texture.png) repeat;
	padding-top:120px;
	padding-bottom: 165px;
	overflow:hidden;	
}
.forest_TIT{
	position:relative;
	margin:0 auto;
	width:646px;
}
.forest_TIT2{
	position:relative;
	margin:15px auto 60px;
	width:866px;
}
.forestProblem{
	position:relative;
	margin:50px auto 0;
	width:1000px;
	height:auto;
}
.forestProblem li{
	position:relative;	
	width:316px;
	margin-left:20px;
	float:left;	
}
.forestProblem li:nth-child(1){
	margin-left:0;	
}
.forestProblem li>div{
	position:absolute;	
	width:276px;
	height:249px;
	top:153px;
	left:20px;
	overflow:hidden;	
}
.forestProblem li>div img{
	position:absolute;
	width:100%;
	top:0;
	left:0;	
}
.forestProblem span,
.forest_bottom span{
	display:block;
	width:100%;
	height:1px;
	clear:both;
}
.forest_middle{
	position:relative;
	width:1000px;
	height:94px;
	background-image:url(../images/forest_middle_TITBg.png);
	margin:70px auto 0;
}
.forest_middle h3{
	position:absolute;
	width:554px;
	left:50%;
	margin-left:-277px;
	top:21px;
	display:block;	
}
.forest_middle_photo{
	position:relative;
	width:1071px;
	margin:25px auto 0;
}
.forest_bottom{
	position:relative;
	width:1200px;
	margin:15px auto 0;	
	padding-bottom: 100px;
	z-index:5;
}
.forest_bottom li{
	float:left;
	width:393px;
	height:298px;
	margin-left:10px;
	background-color:#FFF;
	box-shadow:rgba(21,6,10,.3) 8px 8px 5px;
	position:relative;	
}
.forest_bottom li:nth-child(1){
	margin-left:0;
}
.forest_bottom_photo{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
}
.forest_bottom_photo:before{
	position:absolute;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:.3;
	top:0;
	left:0;
	content:"";
}
.forest_bottom li:hover .forest_bottom_photo:before{
	opacity:0;
}
.btn_play{
	position:absolute;
	width:73px;
	height:73px;
	left:50%;
	top:50%;
	margin:-36px 0 0 -36px;
	z-index:3;
	background-image:url(../images/btn_play.png);
}
.forest_bottom_name{
	position:absolute;
	width:340px;
	height:60px;
	background-color:rgba(0,0,0,.5);
	left:50%;
	margin-left:-170px;
	bottom:-95px;
	padding:0 15px;
	text-align:center;
	color:#FFF;
	font-size:19px;
	font-weight:bolder;
	letter-spacing:1px;
	line-height:60px;
}
.forest_bottom li:nth-child(2) .forest_bottom_name{
	line-height: 26px;
    padding-top: 5px;
}
.forest_bottom li:nth-child(1) .forest_bottom_name:before{
	content:"";
	position:absolute;
	width:53px;
	height:69px;
	background-image:url(../images/forest_bottom_photoIcon_1.png);
	top: -8px;
	left: -32px;
}
.forest_bottom li:nth-child(2) .forest_bottom_name:before{
	content:"";
	position:absolute;
	width:71px;
	height:78px;
	background-image:url(../images/forest_bottom_photoIcon_2.png);
	top: -17px;
	left: -35px;
}
.forest_bottom li:nth-child(3) .forest_bottom_name:before{
	content:"";
	position:absolute;
	width:43px;
	height:72px;
	background-image:url(../images/forest_bottom_photoIcon_3.png);
	top: -11px;
	left: -26px;
}
.forest_bottom_bg{
    background-image:url(../images/forest_bottom.png);
	position:absolute;
	width:1920px;
	height:289px;
	bottom:0;
	z-index:0;
	left:50%;
	margin-left:-960px;
}
.soccer{
	position: absolute;
	width: 100px;
	top: 75px;
	right: 50%;
	margin-right: -730px;
	z-index:2;
}
.soccerShadow{
	position: absolute;
	width: 100px;
	top: 162px;
	right: 50%;
	margin-right: -730px;
	z-index:1;
	opacity:.8;
}

/*----------------benefitWrap---------------------*/

.benefitWrap{
	height:auto;
	background-color:#78a91a;	
	padding-top:135px;
	padding-bottom:330px;
	overflow:hidden;	
}
.benefit_TIT{
	position:relative;
	margin:0 auto;
	width:716px;
}
.benefitWrap .wrapContent{
	margin:55px auto 50px;
	color:#d8ff8e;
}
.benefit_main{
	position:relative;
	width:1000px;
	height:460px;
	margin:0 auto;	
}
.benefit_process{
	position:absolute;
	z-index:0;
	width:924px;
	left:50%;
	margin-left:-425px;
	top:350px;	
}
.benefit_main ul{
	position:absolute;
	z-index:3;
	width:100%;
	height:375px;
	left:0;
	top:0;	
}
.benefit_main li:nth-child(1){
	position:absolute;
	width:215px;
	height:100%;
	bottom:0;
	left:128px;
	z-index:1;
}
.benefit_main li:nth-child(2){
	position:absolute;
	width:256px;
	height:100%;
	bottom:0;
	left:361px;
	z-index:2;
}
.benefit_main li:nth-child(3){
	position:absolute;
	width:395px;
	height:100%;
	bottom:0;
	left:630px;
	z-index:3;
}
.benefit_tree{
	position:absolute;
	width:100%;	
	bottom:0;
	left:0;
}
.benefit_tree_intro{
	position:absolute;
	text-align:center;	
	color:#FFF;
	font-size:22px;
	font-weight:bolder;
	letter-spacing:1px;
	line-height:40px;
	height:41px;	
	bottom:-80px;
	left:50%;
	width:183px;
	margin-left:-91px;
}
.benefit_main li:nth-child(1) .benefit_tree_intro{
	width:147px;
	margin-left:-73px;
}
.benefit_tree_intro:before,
.benefit_tree_intro:after{
	content:"";
	position:absolute;
	width:8px;
	height:41px;
	background-image:url(../images/benefit_flog.png);
	left:0;
	top:0;	
}
.benefit_tree_intro:after{	
	left:auto;
	right:0;
	transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);	
}
.benefit_tree_intro span{
	position:absolute;
	width:50px;
	display:block;
	top: -30px;
	right: -25px;
	cursor:pointer;	
}
.benefit_tree_cont{
	position:absolute;
	width:315px;
	left:50%;
	margin-left:-157px;
	top: 20px;
    opacity: 0;
}
.benefit_tree_cont.benefit_contShow{
	top: 0px;
	opacity: 1;
}
.benefit_bottom{
	position:relative;
	margin:70px auto 0;
	font-size:22px;
	letter-spacing:1px;
	text-align:center;
}
.benefit_bottom h3{	
	color: #FFF;
	margin-bottom: 25px;
	font-weight: bolder;
	font-size: 24px;
}
.benefit_bottom p{	
	color: #c1f068;
	padding: 12px 40px;
	border: #FFF 2px solid;	
	display: unset;
}

/*----------------GreenCoinWrap---------------------*/

.greenCoinWrap{
	height:auto;
	background-color:#FFF;		
	padding-bottom:280px;
	overflow:hidden;	
}
.greenCoin_top{
	width:100%;
	margin:0 auto;
	background-color:#78a91a;
	padding-bottom:200px;	
}
.greenCoin_TIT{
	position:relative;
	margin:0 auto;
	width:716px;
}
.greenCoin_part_1{
	position:relative;
	margin: -120px auto 0;
	width:1100px;
	height:auto;
	box-shadow:rgba(0,0,0,.1) 2px 2px 10px;
	background-color:#FFF;	
}
.greenCoin_part_1_top{
	position:relative;
	width:100%;
	height:120px;
	background-color:#8ac48f;
}
.greenCoin_part_1_top h3{
	display:block;
	position:absolute;
	width:344px;
	height:51px;
	top:50%;
	margin-top:-25px;
	left:5px;
	background-image:url(../images/greenCoin_item_TIT_1.png);
}
.greenCoin_part_1_cont{
	position:relative;
	width:100%;
	padding:75px 0 75px 55px;
}
.greenCoin_part_1_cont p{
	color:#4c534d;
	font-size:22px;
	font-weight:bolder;
	letter-spacing:1px;
	line-height:36px;
	display:block;
	width:640px;	
}
.greenCoin_photo_1{
	position:absolute;
	width:368px;
	top:3px;
	right:8px;
}
.greenCoin_part_2, .greenCoin_part_3{
	position:relative;	
	margin:160px auto 0;
	width:1100px;
	height:auto;
	z-index:3;
}
.greenCoin_part_2 h3,
.greenCoin_part_3 h3{
	position:relative;
	width:344px;
	height:51px;
	margin-bottom:60px;
	background-image:url(../images/greenCoin_item_TIT_2.png);
	display:block;
}
.greenCoin_part_3 h3{	
	background-image:url(../images/greenCoin_item_TIT_3.png);	
}
.greenCoin_photo_2{
	position:relative;
	margin:0 auto;
	width:900px;	
}
.greenCoin_subject{
	position:relative;
	width:1000px;
	height:auto;
	margin:68px auto 0;
}
.greenCoin_subject_TIT{
	position:relative;
	padding: 7px 85px 7px 98px;
	border:#608f64 3px solid;
	color:#608f64;
	font-size:22px;
	font-weight:bolder;
	letter-spacing:1px;
	display:unset;
}
.greenCoin_subject_TIT:before{
	content:"";
	position:absolute;
	width:44px;
	height:46px;
	left:0;
	top:-1px;
	background-image:url(../images/greenCoin_subject_icon.png);
}
.greenCoin_subject_cont{
	position:relative;
	width:100%;
	margin:60px auto 50px;
	color:#608f64;
	font-size:26px;
	font-weight:bolder;
	letter-spacing:1px;
	line-height:36px;
}
.greenCoin_subject_cont p{	
	color:#4c534d;
	font-size:20px;
	margin-top:15px;
}
.greenCoin_subject_photo{
	position:relative;
	margin:0 auto 125px;
	width:100%;
}
.greenCoin_subject_cont a{	
	color:#f61243;
	text-decoration:underline !important;
	letter-spacing:0px;
	font-size:24px;
	margin-left:10px;
}
.greenCoin_subject_cont a:hover{	
	color:#ff7e9a;	
}
.greenCoin_subject_4{
	margin:125px auto 0;
}
.greenCoin_subject_4 .greenCoin_subject_cont a{	
	color:#2f7edf;	
}
.greenCoin_subject_4 .greenCoin_subject_cont a:hover{	
	color:#81b8fd;	
}
.greenCoin_bottom{
	position:absolute;
	bottom:0;
	width:1920px;
	height:807px;
	left:50%;
	margin-left:-960px;
	background-image:url(../images/greenCoin_bottom.png);
	z-index:0;
}
.greenCoin_bottom_photo{	
	position:absolute;
	bottom:0;
	width:100%;
	height:1px;
	left:0;
	z-index:1;	
}
.greenCoin_bottom_photo span{
	display:block;
	position:absolute;
	bottom:0;
	width:497px;	
	right:50px;		
}

/*----------------GreenCoinWrap---------------------*/

.greenChainWrap{
	height:auto;
	background-color:#f0f6e1;
	padding-top:135px;		
	padding-bottom:150px;
	overflow:hidden;	
}
.greenChain_TIT{
	position:relative;
	margin:0 auto;
	width:716px;
	z-index:3;
}
.greenChainWrap .wrapContent{
	margin:55px auto 60px;	
	z-index:3;
}
.greenChain_photo{
	position:relative;
	margin:0 auto;
	width:1000px;
	z-index:3;
}
.greenChain_bg{
	position:absolute;
	top:0;
	left:0;
	width:515px;
	height:721px;	
	background-image:url(../images/greenChain_bg.jpg);
	z-index:0;
}

/*----------------bottomWrap---------------------*/

.bottomWrap{
	height:60px;
	background:#FFF url(../images/bg_texture.png) repeat;
	overflow:hidden;
	box-shadow:inset 0px 20px 10px -15px rgba(21,6,10,.3);		
}
.bottom_main{
	position:absolute;	
	width:935px;
	height:100%;	
	left:50%;
	margin-left:-500px;
	top:0;
}
.bottom_main p{
	position:absolute;	
	width:350px;
	height:100%;	
	left:50%;
	margin-left:-175px;
	top:0;
	text-align:center;	
	font-size:18px;	
	color:#282525;
	line-height:85px;
}
.bottom_logo{
	position:absolute;
	width:199px;
	height:53px;	
	background-image:url(../images/logo_top.png);
	left:50%;
	top:50%;
	margin: -25px 0 0 -330px;
}
.bottom_contact{
	width:340px;
	height:45px;
	position:absolute;
	top:50%;
	right:50%;
	margin: -15px -475px 0 0;	
	color:#608f64;
	font-size:24px;
	line-height:45px;
}
.bottom_contact li{
	position:absolute;
	width:43px;
	height:44px;
	top:-5px;
	background-position:top;	
}
.bottom_contact li a{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;	
}
.bottom_contact li:nth-child(1){
	background-image:url(../images/bottom_mail.png);
	left:125px;
}
.bottom_contact li:nth-child(1):hover{
	background-position:bottom;	
}
.bottom_contact li:nth-child(2){
	background-image:url(../images/bottom_line.png);
	left:180px;
}
.bottom_contact li:nth-child(2) span{	
	position:absolute;
	bottom:0;
	right:-110px;
	font-size:16px;	
	line-height: 30px;
}
.btn_goTop{
	width:48px;
	height:48px;
	position:absolute;	
	background-image:url(../images/goTop.png);
	bottom: 30px;
	right: 50%;
	margin-right: -550px;
}
.btn_goTop:hover{
	background-position:bottom;
	bottom: 32px;
}

/*----------------bottomWrap---------------------*/

.top_fb{
	position:absolute;
	width:38px;
	height:37px;
	background-image:url(../images/top_fb.png);
	bottom: 16px;
	right:-20px;
	cursor:pointer;
}
.top_fb_bg{
	position: absolute;	
	width: 250px;	
	height: 75px;	
	background-color: #f0f6e1;	
	border-radius: 8px;	
	box-shadow: rgba(21,6,10,.3) 4px 4px 10px;	
	bottom: -75px;
	left: -20px;
	z-index: 10;	
	border: #80b500 4px solid;
	display:none;	
}
.top_fb_bg a{
	display:block;
	width:100%;
	text-align: center;
	height:25px;
	position:absolute;
	left:0;
	font-size: 18px;
    color: #608f64;
}
.top_fb_1{
	top:5px;
}
.top_fb_2{
	top:33px;
}
.top_fb_bg a:hover{
    color: #83db8a;
}
.top_fb_bg:before{
	content:"";
	position: absolute;	
	background-image:url(../images/top_fb_icon.png);
	width: 37px;	
	height: 36px;
	top: -20px;
	right: -34px;
}

/*----------------navBtn---------------------*/

.navSwitch.navBtn span{
	display:none;	
}
.navSwitch.navBtn:before{
	top:14px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);	
}
.navSwitch.navBtn:after{	
	bottom:16px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);	
}
.navBtn{
	position: absolute;
	display: block;
	width: 60px;
	height: 34px;
	right: 70px;
	top: 50%;
	margin-top: -17px;
	outline: none;
	z-index:10000;
	display:none;
}
.navBtn span,
.navBtn:before,
.navBtn:after{
	position:absolute;	
	width:100%;
	height:5px;
	left:0;	
	border-radius:10px;
	background-color:#608F64;
	transform-origin:center center;
	-moz-transform-origin:center center;
	-webkit-transform-origin:center center;	
}
.navBtn span{
	display:block;
	top:50%;
	margin-top: -3px;
	z-index:1;
	width:90%;
	left:5%;
}
.navBtn:before{
	content:"";
	z-index:2;
	top:0;
}
.navBtn:after{
	content:"";
	z-index:3;
	bottom:0;
}

/*-----------------------------------------------------popup News-------------------------------------------------------*/

.popup_news {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
}
.popup_news_bg{
	width:800px;
	height:470px;	
	position:absolute;
	background:#FFF url(../images/forest_texture.png) center center no-repeat;
	left:50%;
	top:48%;
	margin:-210px 0 0 -400px;	
	border-radius:12px;
	box-shadow:rgba(0,0,0,.7)3px 3px 12px;
}
.popup_news_bg h1 {
    position: relative;
    width: 650px;
    margin: 15px auto 0;
    z-index: 2;
	overflow:hidden;
}
.popup_news_bg h1 span{
    position:absolute;
    width: 84px;
	height:108px;
	background-image:url(../images/popup_h1_light.png);
    left:-85px;
	top: 25px;
}
.popup_cont {
    position: relative;
    margin: 25px auto 0;
    width: 80%;
    font-size: 18px;
    line-height: 36px;
}
.btn_popupLink {
    position: relative;
    margin: 20px auto 0;
    font-size: 26px;
    font-weight: bolder;
    letter-spacing: 1px;
    color: #fff;
    display: block;
    width: 300px;
    height: 50px;
    text-align: center;
    border: #3d9144 3px solid;
    border-radius: 50px;
    line-height: 42px;
    background-color: #3d9144;
}
.btn_popupLink:hover {    
    color: #3d9144;    
    border: #3d9144 3px solid;   
    background-color:transparent;
}
.popup_close {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    background-color:transparent;
    border-radius: 0 10px 0 0;
	z-index:99;
}
.popup_close span{
	width:32px;
	height:32px;
	position:absolute;
	display:block;
	left:50%;
	top:50%;
	margin:-16px 0 0 -16px;
	background-image:url(../images/popup_close.png);
} 
.popup_close:hover{   
    background-color:#3d9144;   
}
.popup_close:hover span{
	background-position:right;
} 
.popup_news .benefit_tree {
    position: absolute;
    width: 250px;
    top: -112px;
    right: 80px;
    bottom: auto;
    left: auto; 
}

















