@charset "utf-8";
/* CSS Document */

ul, li, a{
	margin:0px;
	padding:0px;
}

body
{
	margin:0px;
	padding:0px;
	min-height:500px;
}

.menu
{
	width:96%;
	height:50px;
	position:fixed;
	padding:30px 0px 0px 4%;
	top:0px;
	float:left;


	/*background: rgba(251, 251, 251, 0.8);*/
	
	z-index:10;
}



/*.menu.small
{
	width:96%;
	height:20px;
	position:fixed;
	padding:0px 0px 0px 4%;
	top:0px;
	float:left;
	background-color:#900;

	z-index:10000;
}*/

.menu ul li
{
		
	list-style:none;
}
.menu ul li a
{
	
	color:#666;
	text-decoration:none;
	float:left;
	padding:10px 5px 3px;
	margin:0px 5px;
	border-bottom: 3px solid transparent;
}
.menu ul li a:hover 
{
	border-color:#999;
	color:#999;
}


#active
{
	border-color:#999;
	color:#999;
}
.bottom_name {
	line-height: 18px;
	font-size: 12px;

/*	background: rgba(255, 255, 255, 0.8);*/
	
	z-index: 29999;
	text-align:center;
	position:fixed;
	bottom:20px;
	right:0px;
	width:220px;;
	height:80px;
	color:#666;
	font-family: Cambria, Georgia, serif;
	/*box-shadow: 1px 0px 2px rgba(0,0,0,0.2);*/
}
.bt_name_h1
{
	font-size:30px;
	
}
.bt_name_h2
{
	font-size:13px;
	
}
.bt_name_h3
{
	font-size:11px;
}
.container
{
	width:100%;
	height:auto;
		
	float:left;
	
}

.up_container
{
	width:94%;
	height:auto;
	margin-left:3%;

	float:left;
	
}
.header_tag
{
	width:96%;
	padding:0px 2% 10px;
	color:#666;
	float:left;
	margin-top:50px;
	text-align:center;

	
}
.about_ct
{
	width:86%;
	
	 
	  border:#CCC thin solid;
	  padding:2%;
	  text-align:justify;
	  color:#333;
position:relative;
  left: 5%;

}



.file_login
{
	width:200px;
	height:200px;
	float:left;
	margin:15px 0px 0px 25px;

	}
	
.file_login input
{
	padding:5px;
	width:180px;
	margin:5px 0px;
	}
.file_login label
{
	font-size:14px;
	color:#777;
}
.file_login a
{
	list-style:none;
	color:#999;
	text-decoration:none;
	font-size:12px;
}
#loginbutton
{
	color:#999;
	width:100px;
	background-color:#444;
	cursor:pointer;
	padding:10px 2px;
	font-size:14px;
	border:none;
}
#loginbutton:hover
{
	color:#fff;
background-color:#09F;
	border:none;
}	

.contact_container
{
	width:76%;
	margin:0px auto 20px;

	height:330px;
	padding:2%;
	background-color: rgba(0, 0, 0, 0.40);
	max-width:700px;
}
.contact_container input
{
	padding:10px 4%;
	margin:5px 1%;
	width:39%;
	float:left;
	
	
	
}

.textareaspec
{
	padding:10px 4%;
	margin:5px 1%;
	width:89%;
	height:150px;
	float:left;
	
}



.file_right
{
	width:120px;
	height:90px;
	float:left;
	background-color:#09F;
	border-radius:50%;
	margin:45px 0px 0px 15px;
	color:#FFF;
	display:inline;
	padding-top:30px;
	text-align:center;
	font-size:24px;

	

	}
@media screen and (max-width: 660px) {
		.hide660
	{
		display:none;
	}

.main > section {
	width:70px;
	height:70px;	
	margin: 0 auto;
	z-index:10000;
	position:fixed;

	top:20px;
	right:0px;
}

.bottom_name {
	line-height: 18px;
	font-size: 12px;

/*	background: rgba(255, 255, 255, 0.8);*/
	
	z-index: 29999;
	text-align:center;
	position:inherit;
	float:left;

	width:100%;
	margin-top:25px;
	height:80px;
	color:#666;
	font-family: Cambria, Georgia, serif;
	/*box-shadow: 1px 0px 2px rgba(0,0,0,0.2);*/
}

.contact_container
{
	

	height:530px;

}



.contact_container input
{
	padding:10px 4%;
	margin:5px 1%;
	width:89%;

	float:left;
	
}

}