/* General Demo Style */


@font-face {
	font-family: 'codropsicons';
	src: url('../fonts/codropsicons/codropsicons.eot');
	src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,
html {
	font-size: 100%;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #eaeaea;
	background: #2c3e50;
}

a {
	color: #b4c7da;
	text-decoration: none;
}

a:hover,
a:active {
	color: #fff;
}

/* Header Style */
.aa {
	width: 100%;
	position: absolute;
	height: 100px;
	background: #feda02;
	top: 0;
	z-index: 99999;
}

.cc {
	width: 100%;
	padding: 0 2%;
	position: absolute;
	height: 49px;
	background: #feda02;
	line-height: 49px;
	bottom: 0;
	z-index: 999999;
	color: #333;
	font-size: 12px;
	font-weight: 100;
}

.cc span {
	float: right;
}

.zzz {
	width: 195px;
	left: 50px;
	position: absolute;
	top: 24px;
	z-index: 9;
}

.zzz img {
	width: 100%;
}

.zzznav {
	width: 500px;
	font-family: "微软雅黑";
	margin: 0 auto;
	line-height: 100px;
}

.zzznav ul {
	padding: 0px 0 0 0;
	margin: 0 auto;
}

.zzznav li {
	width: 100px;
	float: left;
	font-size: 12px;
	font-weight: 100;
	height: 100px;
	margin: 0px 0;
	/* border-radius: 70px; */
	/* background: #FFF; */
	color: #333;
	list-style: none;
	line-height: 100px;
	text-align: center;
	/* background: url(../images/bg.png) center no-repeat; */
}

.zzznav li img {
	width: 100px;
	-webkit-transition: all 0.51s;
	-moz-transition: all 0.51s;
	-o-transition: all 0.51s;
	transition: all 0.51s
}

.zzznav li a {
	color: #333;
}


.bb {
	width: 100px;
	position: fixed;
	font-family: "微软雅黑";
	font-weight: 700;
	height: 100vh;
	right: 50px;
	z-index: 10001;
}

.bb ul {
	padding: 100px 0 0 0;
}

.bb li {
	width: 110px;
	height: 120px;
	margin: 0px 0;
	/* border-radius: 70px; */
	/* background: #FFF; */
	color: #333;
	list-style: none;
	line-height: 70px;
	text-align: center;
	/* background: url(../images/bg.png) center no-repeat; */
}

.bb li img {
	width: 100px;
	-webkit-transition: all 0.51s;
	-moz-transition: all 0.51s;
	-o-transition: all 0.51s;
	transition: all 0.51s
}

.bb li a {
	color: #333;
}

.bb li:hover img {
	/* background: #feda15; */
	width: 105px;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1)
}

.bb li:hover a {
	color: #000;
}

.main,
.container>header {
	margin: 0 auto;
	padding: 2em;
}

.container>header {
	text-align: center;
	/* background: rgba(0,0,0,0.01); */
}

.container>header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	font-weight: 300;
}

.container>header span {
	display: block;
	font-size: 60%;
	color: #e67e22;
	padding: 0 0 0.6em 0.1em;
}

/* Main Content */
.main {
	/* max-width: 69em; */
	padding: 0;
}

.column {
	position: absolute;
	top: 0px;
	right: 50px;
	width: 300px;
	/* padding: 0 2em; */
	min-height: 100px;
	position: absolute;
}

.column:nth-child(2) {
	/* box-shadow: -1px 0 0 rgba(0,0,0,0.1); */
}

.column p {
	font-weight: 300;
	font-size: 2em;
	padding: 0;
	margin: 0;
	text-align: right;
	line-height: 1.5;
}

.column a {
	border: 3px solid #b4c7da;
	padding: 0 15px;
	display: inline-block;
	margin: 20px 0;
}

.column a:hover {
	border-color: #fff;
}

/* To Navigation Style */
.codrops-top {
	background: #566472;
	background: rgba(255, 255, 255, 0.2);
	text-transform: uppercase;
	width: 100%;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	padding: 0 1em;
	letter-spacing: 0.1em;
	color: #fff;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255, 255, 255, 0.8);
	color: #2c3e50;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

.codrops-icon:before {
	font-family: 'codropsicons';
	margin: 0 4px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

@media screen and (max-width: 46.0625em) {
	.column {
		width: 100%;
		min-width: auto;
		min-height: auto;
		padding: 1em;
	}

	.column p {
		text-align: left;
		font-size: 1.5em;
	}

	.column:nth-child(2) {
		box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	}
}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}
