*{
	padding:0;
	margin:0;
}
body{
	width:100%;
	margin:0 auto;
	background:#ededeb;
}
img{
	border:0;
}
.clear{
	clear:both;
}
.menu{
	position: relative;
	z-index: 900;	
	height: 66px;
	padding: 0 4%;
	/*width: 92%;*/
	text-align: center;
	background:#fff;
	box-shadow:0px 1px 4px #666;		
}
.menu img{
	vertical-align:middle;
	margin-top:4px;
	cursor:pointer;
}
.homeicon{
	float:left;
	width:20%;
	text-align:left;	
	display:block;
	vertical-align:middle;	
	margin-top:14px;	
}
.menuicon{
	float:right;
	width:20%;
	text-align:right;
	display:block;
	vertical-align:middle;
	margin-top:14px;
}
.navtitle{
	background:#2bab58;
	height:100px;
	padding:0 4%;
	color:#fff;		
}
.titlename{
	float: left;
	width: 50%;
	line-height: 100px;
	font-size: 1.2em;	
}
.titlename img{
	vertical-align:middle;
}
.titlenav{
	float:right;
	width:44%;
	line-height:100px;
	font-size:0.9em;
	text-align:right;
}
@keyframes optitle
{
	0% { opacity: 0; }
	100% { opacity: 1; }
	from{transform: translate(0, 50px);}
	to{transform: translate(0, 0);}
}
.content{
	margin:0 4%;	
}
.title{
	text-align: center;
	margin-bottom:5%;
	width:100%;
	animation: optitle 2s;
	transition:all .5s linear;
	height:3em;
}
.entitle{
	color:#575757;
	padding:1%;
	font-size:0.9em;
	text-transform: uppercase;
	display:inline-block;	
	background:#ededeb;	
	position: relative;
	z-index:2;
}
.chtitle{
	color:#000;
	font-size:0.87em;
	font-weight:bold;
	display:block;
	background:#ededeb;	
}
.titleline{
	position: relative;
	height:1px;
	width:100%;
	background:#ccc;
	margin-top:-1.4em;	
}
.margintop{
	margin-top:5%;
}
.human{
	animation: optitle 2s;
	transition:all .5s linear;
}
.human .ptxt{
	color:#575757;
	font-size:0.87em;
	text-indent:2em;
	line-height:1.6em;
	margin-bottom:12px;
}
.humanlist{
	background:#fff;
	padding:2%;
	border:1px solid #ddd;
	margin-bottom:2%;
}
.humanpic{
	float:left;
}
.humanname{
	float:left;
	width:74%;
	margin-left:2%;	
}
.humantitle{
	color:#cc5300;
	font-size:0.9em;
	font-weight:bold;
	padding:1% 0;
}
.humantxt{
	clear:both;
}
.humans{
	font-size:0.7em;
	color:#333;
	line-height:22px;
	background:url(../images/tagicon.png) no-repeat;
	background-size:16px auto;
	background-position:left;
	padding-left:18px;
}
.txttitle{
	font-size:0.87em;
	color:#575757;
	font-weight:bold;
	line-height:1.8em;
	padding-top:5%;
}
.txtp,.trainingtxt{
	font-size:0.87em;
	color:#575757;
	line-height:1.6em;
}
.Joindescribe{
	background:#f5f5f5 url(../../images/join.png) no-repeat;	
	background-position: right;
	background-size:50% auto;
	border-radius:10px;
	padding:3%;
	margin:5% auto;
	color:#666;	
}
.Joindescribes{
	background:#f9f9f9 url(../../images/joinbg.png) no-repeat;	
	background-size:100% auto;
	background-position: center;	
	padding:2%;
	height:203px;
	color:#cc5300;
	margin-bottom:2%;
	border:1px solid #ddd;
}
.Joindescribes ul li{
	list-style-type: none;
	line-height: 30px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;	
}
.joinleft{
	display: inline-block;
	width:35%;	
	margin:10% 3% 0 12%;	
	transform:rotate(-4deg);
	-ms-transform:rotate(-4deg); /* IE 9 */
	-moz-transform:rotate(-4deg); /* Firefox */
	-webkit-transform:rotate(-4deg); /* Safari and Chrome */
	-o-transform:rotate(-4deg); /* Opera */
}
.joinright{	
	width:35%;	
	display: inline-block;
	transform:rotate(-4deg);
	-ms-transform:rotate(-4deg); /* IE 9 */
	-moz-transform:rotate(-4deg); /* Firefox */
	-webkit-transform:rotate(-4deg); /* Safari and Chrome */
	-o-transform:rotate(-4deg); /* Opera */
}
.email{
	border:#ec8b46 solid 8px;	
	padding:3%;
	background:#fff url(../images/emailicon.png) no-repeat right bottom;
	background-size:120px auto;	
}
.emailtitle{
	color:#cc5300;
	font-size:0.9em;
	font-weight:bold;
	padding:1% 0;
}
.emailtitle img{
	vertical-align:middle;
}
.orange{
	color:#2bab58;
}
.training{
	padding-bottom:5%;
	margin-bottom:5%;
	border-bottom:1px solid #ddd;
}
.trainingtitle{
	font-weight:bold;
	font-size:0.9em;
	margin:5% 0 2%;
}
.trainingpic{
	font-size:1em;
	padding-bottom:2%;
}
.folio-item{
	width:50%;
	padding:2%;
	float: left;
}
.trainingpics img{
	width:100%;
}
.elitelist{
	box-shadow:0px 1px 3px #999;	
	width:48%;
	display:inline;	
	margin:0 2% 4% 0;
	vertical-align:top;
}
.nomargin{
	margin-right:0;
}
.eliteimg img{
	width:100%;
}
.elite{
	padding:4%;
	background:#fff;
}
.elitename{
	line-height:26px;
	text-align:center;
	border-bottom:1px solid #ddd;
	margin-bottom:3%;
	font-weight:bold;
	font-size:0.87em;
}
.elitetxt{
	line-height:1.6em;
	font-size:0.87em;
	color:#575757;
}
.tourism{
	position:relative;
	margin-bottom:5%;
}
.tourismcon{	
	width:100%;
	height:100px;
	text-align:center;
	color:#fff;
	position: absolute;
	z-index:100;
	top:50%;
	margin-top:-50px;
}
.tourismcon span{
	display:inline-block;
	width:100%;
}
.tourismcon .yeartxt{
	font-family:Georgia;
	font-size:2em;
	font-weight:bold;
	line-height:30px;
}
.tourismcon .tourismname{
	font-size:1.2em;
	line-height:30px;
}
.tourismcon .contenttxt{
	font-size:1.8em;	
	line-height:40px;
}
.tourism img{
	width:100%;
}




.close{
	background:rgba(0,0,0,.4);
	width:40px;
	height:40px;
	position: fixed;
	z-index:200;
	top:0;
	right:0;
	cursor:pointer;
}
.close img{
	width:100%;
}
.txtblack{
	color:#000;
}
.textlist{	
	text-indent:0em;
}
.footcopyright{
	padding:5% 0;
	background:#272727;
	text-align:center;
	color:#707070;
	font-size:0.87em;	
	margin-top:10%;
}
.hotline{	
	color:#ebebeb;
	margin-bottom:3%;
}
.hotline img{
	vertical-align:middle;
	margin-right:5px;
}
.phonenum{
	font-size:1.2em;
	font-style:italic;
	font-weight:bold;
}