/*-----------------------
---- Preloader Styles ----
-------------------------*/
#page-loader{
	position: fixed;
	right:0;
	bottom: 0;
	top: 0;
	width:100%;
	background: #fff;
	z-index: 99999;
}

#page-loader .page-loader-gif{
	display: block;
	width:64px;
	height:64px;
	position: absolute;
	top:50%;
	left:50%;
	margin:-32px 0 0 -32px;
	background: url('../images/preloader.gif') no-repeat;
}

/*---------------------------
---Main Typography Styles----
-----------------------------*/

body{
	width: 100%;
	height: 100%;
	font-size: 14px;
}
body, div, p, ul, li, img, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Microsoft YaHei',sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-family: 'Microsoft YaHei',sans-serif;
}
h3 {
	width: 100px;
	margin: 0 auto;
	padding: 30px 0;
	font-size: 20px;
}

p {
    font-size:15px;
    line-height:32px;
    font-weight:300;
    letter-spacing:0.01em;
    margin-bottom:20px;
}

a,
a:hover,
a:focus {
    outline:none !important;
    text-decoration:none;
}

a {
  color: #228Ca8;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #229Cc8;
  text-decoration: none;
}

a:focus,
.btn:focus {
  outline: none;
}

.nav ul li, .filters li {
	list-style: none;
	float: left;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.shadow-t {
	margin-top:1px;
	box-shadow: 1px 2px 2px 0 #eee, 1px 3px 1px -2px #eee, 1px 1px 5px 0 #eee;
}
/*---------------------------
---header Styles----
-----------------------------*/
.head {
	width: 100%;
	height: 90px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
	position: fixed;
	top: 0;
	z-index: 999;
	background-color: #fff;
}
.headc {
	width: 1000px;
	margin: 0 auto;
}
.headc img {
	margin-top: 20px;
	margin-right: 80px;
}
.headc .nav {
	height: 60px;
	line-height: 60px;
	text-align: right;
}
.headc .nav:after {
	content: "";
	display: inline-block;
	clear:both;
}
.headc .nav button {
	display: none;
}
.headc .nav ul,
.headc .a-btn {
	float: right;
}
.headc .nav ul li,
.headc .a-btn {
	margin-left: 20px;
	margin-top: 31px;
	position: relative;
}
.headc .a-btn:hover {
	color: #000;
}
.headc .nav ul li a {
	color: #585858;
}
.headc .nav ul li a:hover {
	color: #000;
}
.headc .nav ul li:after {
	background-color: rgb(255, 255, 255);
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 1px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.headc .nav ul li.is-active:after,
.headc .nav ul li:hover:after {
	background-color: rgb(222, 50, 38);
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 1px;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.headc .a-btn {
	width: 60px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	color: #A3A3A3;
	margin-top: 48px;
	text-align: center;
}
.headc .a-btn.register {
	background: url('../images/btn-logins.png') no-repeat -75px 0;	
}
.headc .a-btn.login:hover {
	color: #eee;
}
.headc .a-btn.login {
	background: url('../images/btn-logins.png') no-repeat 0 0;
	color: white;
}
.home-banner {
	width: 100%;
}
/*=========
	Main block styles
	==============*/
div.main {
	height: 100%;
	overflow: hidden;
}

/*=========
	Footer styles
	==============*/
div.footer {
	width: 100%;
	height: 300px;
	background-color: #2b2c38;
	color: #fff;
}
.footer .copyrightc {
	text-align: center;
}
.footer .copyrightc img {
	margin: 80px 0 30px 0;
}
.footer .copyrightc .cpinf {
	width: 100%;
}
.footer .copyrightc .cpinf a {
	font-family: 'SongTi';
	color: #C3C3C3;
	margin: 0 10px;
}
.footer .copyrightc .cpinf a:hover {
	color: #fff;
}
.footer .copyrightc .cpinf p {
	font-family: 'SongTi';
	color: #C3C3C3;
	font-size: 12px;
	margin: 0;
	height: 15px;
}
.container {
	width: 1000px;
	margin: auto;
}
.clearfix:after {
	content: '';
	height: 0;
	clear: both;
	display: table;
}

/*-----------------------
------Media Queries------
------------------------*/
@media (max-width: 1000px) {
	.headc {
		width: 100%;
		margin: 0 auto;
	}
	.banner{
		display: none;
	}
	.headc img {
		margin-left: 20px;
	}
	.headc .a-btn {
		height: 26px;
		margin-top: 56px;
	}
	.headc .a-btn.login {
		margin-right: 20px;
	}
	.headc .nav button {
		display: inline;
		width: 100px;
		height: 40px;
		line-height:40px;
		background-color: black;
		border: none;
		color: white;
		margin-top:50px;
		position: relative;
		border-bottom: 5px solid #ccc;
		float: right;
	}
	.headc .nav button:hover {
		cursor: pointer;
	}
	.headc .nav ul {	
		position: absolute;
		top:90px;
		right:0px;
		opacity:0;
		filter: alpha(opacity=0);
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform:scale(0.8);
		-webkit-transition: -webkit-transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .3s cubic-bezier(.17,.89,.67,1.57) .1s, filter .3s cubic-bezier(.17,.89,.67,1.57),margin .6s cubic-bezier(.17,.89,.67,1.57);
		transition: transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .3s cubic-bezier(.17,.89,.67,1.57) .1s, filter .3s cubic-bezier(.17,.89,.67,1.57),margin .6s cubic-bezier(.17,.89,.67,1.57);
	}
	
	.headc .nav ul.menu-slideDown {	
		width: 90px;
		text-align: center;
		z-index: 999;
		float:none;
		opacity:1;
		filter: alpha(opacity=100);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		transform:scale(1);
		-webkit-transition: -webkit-transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-in, filter .3s cubic-bezier(.17,.89,.67,1.57) ;
		transition: transform .6s cubic-bezier(.17,.89,.67,1.57), opacity .6s ease-in, filter .3s cubic-bezier(.17,.89,.67,1.57) ;
	}
	.headc .nav ul.menu-slideDown li {
		float: none;
		height:45px;
		line-height:45px;
		margin: 0;
/*		padding:0 20px;*/
		width: 100%;
		background-color: white;
	}
	.headc .nav ul.menu-slideDown li a {
		background-color: white;
		width: 100%;
	}
}


	
