a {  
  color:#000000;  
  text-decoration:none;  
}  
#navbar {  
	width: 100%;
	margin-bottom: 2em;
}

#headertab {  
	float:left;  
	width:100%;  
	font-size:93%; 
	/*padding: 3em 0; */
	margin: 2em 0;
	margin-bottom: 3em;
    line-height:normal; 
	background: #7baf36;
	background: #FFF;
	border-radius: 0.7em; 
}  
#headertab ul {  
	margin:0;  
	padding:0px;  
	list-style:none; 
}  
#headertab li {  
	float:left;
	text-align: center;
	font-weight: bold;
	/*background:#DCE1EF;  */
	/*border:solid 1px #8EA2C2;  */
	margin-left:0px;  
	padding: 1em 0 1em 0;
	width: 33.3%;
	margin: 0 auto;
	background: #7baf36;
	background: #FFF;
	/*border-radius: 0.7em;*/
	color: #fff;
	color: #7baf36;
	letter-spacing: 0.5em;
	cursor: pointer;
}
#headertab li:last-child {
	float: right;
}
#headertab li img{
	/*width: 60%;*/
	/*min-width: 180px;*/
	/*margin: 0 auto;*/
	/*background: #f00;*/
}
#headertab a {  
  display:block;  
 padding:5px 15px 4px;  
}  
#headertab .current {  
	/*opacity: 0.5;*/
	/*background: #d1e3b9;*/
	/*color: #595757;*/
	border-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #7baf36;
	/*bobt*/
	/*background: #fff;*/
	/*background-color: rgba(255,255,255,0.5);*/
	/*background:#FFFF00;  */
	/*border-left:solid 1px #8EA2C2;  */
	/*border-top:solid 1px #8EA2C2;  */
	/*border-right:solid 1px #8EA2C2;  */
	/*border-bottom:solid 0px #8EA2C2;  */
   
}  
#headertab .current a{  
 padding-bottom:5px;  
}  
.content {  
  	/*margin-top:2px; */
  	/*margin-bottom:  */
}  
.content .contentMain {  
	text-align:left; 

} 

.content .contentMain .Maintitle {  
	text-align: center;
	font-size: 1.2em;
	color: #7baf36;
} 

.content .contentMain p.title {  
	text-align: center;
	font-size: 0.9em;
	line-height: 1.5em;
	padding: 0 2em;
} 

.content .contentMain .tabpic {  
	width: 100%;
} 

.content .contentMain .contentDetail {
	width: 100%;
	/*display: inline-block;*/
	vertical-align: top;
	/*background-color: rgba(0,0,200,0.5);*/
	/*border:1px red solid;*/
}

.content .contentMain .contentDetail div {
	/*text-align: top;*/
	vertical-align: top;
	width: 49.5%;
	background: #fff;
	display: inline-block;
	margin-right: -0.3em;
	/*margin-bottom: -0.7em;*/
	overflow: hidden;
	/*border:1px red solid;*/
}

.content .contentMain .contentDetail .aboutimg {
	/*background: #f00;*/
	height: 20em;
}

.content .contentMain .contentDetail .aboutimg img{
	width: auto;
	height: 20em;
	transition: 1s;
}
.content .contentMain .contentDetail .aboutimg:hover img{
	/*width: 250px;*/
	/*height: 164px;*/
	transform: scale(1.2);
}

.content .contentMain .contentDetail .aboutimg.rbt_hidden {
	display: none;
}

.content .contentMain .contentDetail .aboutcontent{
	padding: 2em;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: justify;
	text-justify:inter-ideograph;
	height: 22.3em;
	/*background: #0f0;*/
}

.content .contentMain .contentDetail .aboutcontent>.redbox img {
	width: 15%;
}

.content .contentMain .contentDetail .aboutcontent>.redbox>.title{
	text-align: left;
	font-size: 1.1em;
	line-height: 2em;
	margin: 0;
	/*margin-bottom: 0.5em;*/
	margin-left: -0.5em;
}

#content2 .contentMain .contentDetail .aboutcontent>.redbox>.title,
#content3 .contentMain .contentDetail .aboutcontent>.redbox>.title{
	margin:0;
}

.content .contentMain .contentDetail .aboutcontent>.redbox{
		   width:100%;
		   /*background:rgba(200,0,0,0.5);*/
		   display:inline-block;
		   vertical-align:middle;
		 }
.content .contentMain .contentDetail .aboutcontent>.greenbox {
		   width:0px;
		   /*height:400px;*/
		   height: 90%;
		   /*background:rgba(0,200,0,0.5);*/
		   display:inline-block;
		   vertical-align:middle;
		 }


@media screen and (max-width: 850px) {
	.content .contentMain .contentDetail div {
		/*text-align: top;*/
		/*vertical-align: top;*/
		width: 100%;
	}
	.content .contentMain .contentDetail .aboutimg {
		height: calc(100%-10em);
		height: 15em;
	}
	.content .contentMain .contentDetail .aboutcontent{
		height: auto;
	}
	.content .contentMain .contentDetail .aboutimg img{
		width: 100%;
		height: auto;
		/*height: 20em;*/
	}
	.content .contentMain .contentDetail .aboutimg.rbt_hidden {
		display: block;
	}
	.content .contentMain .contentDetail .aboutimg.rbt_show {
		display: none;
	}
	.br_hidden {
		display: none;
	}
	.content .contentMain p.title {
		text-align: left;
		text-align: justify;
		text-justify:inter-ideograph;
	}
	#headertab li {
		letter-spacing: 0;
	}
}

@media screen and (max-width: 600px) {
	.content .contentMain .contentDetail .aboutimg {
		height: 12.5em;
	}
}
	@media screen and (max-width: 1280px) {

		.header_130 {
		  /*background: #3fa46a;*/
			background: rgba(255,255,255,1);
			/*background: rgba(128,181,38,1);*/
			color: rgb(128, 181, 38);
		}
		.header_0 {
		  /*background: #3fa46a;*/
			background: rgba(255,255,255,1);
			background: rgba(128,181,38,1);
			color: rgb(128, 181, 38);
		}
	}