/*CSS written by MaxXing.*/

/*Global*/
body,div {
	position: relative;
	margin: 0;
	padding: 0;
	
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
}
body {
	background: #F0F0F0;
}
li {
	padding: 3px 0;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	color: #A0A0A0;
}
/*Global*/

/*Navigation Bar*/
.navbarbg {
	width: 100%;
	height: 90px;
	background: #DCDCDC;
}
.navbar {
	width: 960px;
	height: 100%;
	background: transparent;
}
.navbtnbar{
	position: absolute;
	bottom: 0;
	background: transparent;
}
.navbtn_c {
	display: inline-block;
	padding: 25px 40px 10px;
	background: white;
}
.navbtn_c:hover {
	color: inherit;
}
.navbtn {
	display: inline-block;
	padding: 25px 40px 10px;
	background: transparent;
	
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
}
.navbtn:hover {
	background: #F0F0F0;
	color: inherit;
}
.navbtn:active {
	background: white;
}
.navlogo {
	padding: 40px 0 0;
	float: right;
}
/*Navigation Bar*/

/*Pages & Banner*/
.page {
	width: 960px;
}
.pagewide {
	width: 100%;
	overflow:hidden;
	background: white;
}
.pagewide a{
	display: block;
	width: 100%;
	height: 100%;
}
.pageblock {
	width: 25%;
	height: 100%;
	float: left;
}
.pageblock:hover {
	opacity: 0.7;
}
.pagetitle {
	border-bottom: 1px solid #DCDCDC;
}
.picbg {
	background-position: right center;
	background-repeat: no-repeat;
}
/*Pages & Banner*/

/*Footer*/
.footer {
	width: 100%;
	padding: 5px;
	background: #F0F0F0;
}
.footer a {
	display: inline;
}
/*Footer*/

/*Back top*/
.totop{
	position: fixed;
	width: 50px;
	height: 50px;
	right: 50px;
	bottom: 50px;
	background: rgba(0,0,0,0.5);
	overflow: hidden;

	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.totop:hover{
	background: rgba(0,0,0,0.7);
}
.totop:active{
	background: rgba(0,0,0,0.6);	
}
.arrow{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 7px;
	border: 2px solid #DCDCDC;
	
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.arrowbox{
	position: absolute;
	width: 50px;
	height: 15px;
	left: 8px;
	top: 17px;
	overflow: hidden;
}
/*Back top*/
