.jq22-container {
	margin: 0 auto;
	text-align: center;
	overflow: hidden
}

.jq22-content {
	font-size: 150%;
	padding: 1em 0
}

.jq22-content h2 {
	margin: 0 0 2em;
	opacity: .1
}

.jq22-content p {
	margin: 1em 0;
	padding: 5em 0 0;
	font-size: .65em
}

.bgcolor-1 {
	background: #f0efee
}

.bgcolor-2 {
	background: #f9f9f9
}

.bgcolor-3 {
	background: #e8e8e8
}

.bgcolor-4 {
	background: #2f3238;
	color: #fff
}

.bgcolor-5 {
	background: #df6659;
	color: #521e18
}

.bgcolor-6 {
	background: #2fa8ec
}

.bgcolor-7 {
	background: #d0d6d6
}

.bgcolor-8 {
	background: #3d4444;
	color: #fff
}

.bgcolor-9 {
	background: #ef3f52;
	color: #fff
}

.bgcolor-10 {
	background: #64448f;
	color: #fff
}

.bgcolor-11 {
	background: #3755ad;
	color: #fff
}

.bgcolor-12 {
	background: #3498db;
	color: #fff
}

.bgcolor-20 {
	background: #494a5f;
	color: #d5d6e2
}

.jq22-header {
	padding: 1em 190px;
	letter-spacing: -1px;
	text-align: center
}

.jq22-header h1 {
	color: #d5d6e2;
	font-weight: 600;
	font-size: 2em;
	line-height: 1;
	margin-bottom: 0;
	font-family: microsoft yahei, 瀹嬩綋, segoe ui, lucida grande, Helvetica, Arial, sans-serif, FreeSans, Arimo
}

.jq22-header h1 span {
	font-family: microsoft yahei, 瀹嬩綋, segoe ui, lucida grande, Helvetica, Arial, sans-serif, FreeSans, Arimo;
	display: block;
	font-size: 60%;
	font-weight: 400;
	padding: .8em 0 .5em;
	color: #c3c8cd
}

.jq22-demo a {
	color: #1d7db1;
	text-decoration: none
}

.jq22-demo {
	width: 100%;
	padding-bottom: 1.2em
}

.jq22-demo a {
	display: inline-block;
	margin: .5em;
	padding: .6em 1em;
	border: 3px solid #1d7db1;
	font-weight: 700
}

.jq22-demo a:hover {
	opacity: .6
}

.jq22-demo a.current {
	background: #1d7db1;
	color: #fff
}

.jq22-links {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	font-size: 1.5em;
	text-align: center
}

.jq22-links::after {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 100%;
	background: #dbdbdb;
	content: '';
	-webkit-transform: rotate3d(0, 0, 1, 22.5deg);
	transform: rotate3d(0, 0, 1, 22.5deg)
}

.jq22-icon {
	display: inline-block;
	margin: .5em;
	padding: 0 0;
	width: 1.5em;
	text-decoration: none
}

.jq22-icon span {
	display: none
}

.jq22-icon:before {
	margin: 0 5px;
	text-transform: none;
	font-weight: 400;
	font-style: normal;
	font-variant: normal;
	font-family: icomoon;
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased
}

.jq22-footer {
	width: 100%;
	padding-top: 10px
}

.jq22-small {
	font-size: .8em
}

.center {
	text-align: center
}

.related {
	color: #fff;
	text-align: center;
	font-size: 1.25em;
	padding: .5em 0;
	overflow: hidden
}

.related>a {
	vertical-align: top;
	width: calc(100% - 20px);
	max-width: 340px;
	display: inline-block;
	text-align: center;
	margin: 20px 10px;
	padding: 25px;
	font-family: microsoft yahei, 瀹嬩綋, segoe ui, lucida grande, Helvetica, Arial, sans-serif, FreeSans, Arimo
}

.related a {
	display: inline-block;
	text-align: left;
	margin: 20px auto;
	padding: 10px 20px;
	opacity: .8;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-backface-visibility: hidden
}

.related a:hover,
.related a:active {
	opacity: 1
}

.related a img {
	max-width: 100%;
	opacity: .8;
	border-radius: 4px
}

.related a:hover img,
.related a:active img {
	opacity: 1
}

.related h3 {
	font-family: microsoft yahei, sans-serif
}

.related a h3 {
	font-weight: 300;
	margin-top: .15em;
	color: #fff
}

.icon-jq22-home-outline:before {
	content: "\e5000"
}

.icon-jq22-arrow-forward-outline:before {
	content: "\e5001"
}

@media screen and (max-width:50em) {
	.jq22-header {
		padding: 3em 10% 4em
	}
	.jq22-header h1 {
		font-size: 2em
	}
}

@media screen and (max-width:40em) {
	.jq22-header h1 {
		font-size: 1.5em
	}
}

@media screen and (max-width:30em) {
	.jq22-header h1 {
		font-size: 1.2em
	}
}
/*@import "https://fonts.googleapis.com/css?family=Lato";
body,
html {
	background-color: #14213d;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: lato, sans-serif
}*/

.nav {
	/*position: relative;*/
	width: auto;
	display: inline-block;
	border: none
}

.btn-nav {
	position: absolute;
	top: 36px;
	right:9%;
	background: 0 0;
	border: none;
	padding: 10px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	
}

.btn-nav:focus {
	outline: 0
}

.icon-bar {
	display: block;
	margin: 6px 0;
	width: 40px;
	height: 5px;
	background-color: #fff
}

.btn-nav:hover .icon-bar {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	/*background-color: #008fd4;*/
}

.nav-content {
	position: fixed;
	top: -100%;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(34,34,34,0.9) !important; background-color: #222; filter:alpha(opacity=90);
	display: block;
	height: 100%;
	z-index: 99;
}

.nav-list {
	list-style: none;
	padding: 0;
	position: relative;
	top: 30%
}

.item-anchor:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 3px;
	left: 0;
	bottom: 0;
	z-index: 9;
	background: 0 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}

.item-anchor {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	padding: 20px 10px 30px 10px;
}

.item-anchor:hover,
.item-anchor:focus {
	color: #008fd4;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}

.item-anchor:hover:after,
.item-anchor:focus:after {
	width: 100%;
	background: #008fd4;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}

.nav-item {
	/*margin: 40px auto; */padding-top: 20px;
	text-align: center; width:16.6%; float: left; border-right: 1px solid #656565;
}
.nav-item:last-child{ border-right:0px;}
.item-anchor p{ font-size:14px;}
.animated {
	display: block;
	margin: 0 auto
}

.animated:hover .icon-bar,
.animated:focus .icon-bar {
	background-color: #fff
}

.animated:focus {
	cursor: pointer;
	z-index: 9999
}

.middle {
	margin: 0 auto
}

.icon-bar {
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
	z-index: 999999
}

.animated .icon-bar {
	z-index: 999999;
	background-color: #008fd4
}

.animated .top {
	-webkit-transform: translateY(10px) rotateZ(45deg);
	-moz-transform: translateY(10px) rotateZ(45deg);
	-ms-transform: translateY(10px) rotateZ(45deg);
	-o-transform: translateY(10px) rotateZ(45deg);
	transform: translateY(10px) rotateZ(45deg)
}

.animated .bottom {
	-webkit-transform: translateY(-11px) rotateZ(-45deg);
	-moz-transform: translateY(-11px) rotateZ(-45deg);
	-ms-transform: translateY(-11px) rotateZ(-45deg);
	-o-transform: translateY(-11px) rotateZ(-45deg);
	transform: translateY(-11px) rotateZ(-45deg)
}

.animated .middle {
	width: 0
}

@keyframes showNav {
	from {
		top: -100%
	}
	to {
		top: 0
	}
}

@-webkit-keyframes showNav {
	from {
		top: -100%
	}
	to {
		top: 0
	}
}

@-moz-keyframes showNav {
	from {
		top: -100%
	}
	to {
		top: 0
	}
}

@-o-keyframes showNav {
	from {
		top: -100%
	}
	to {
		top: 0
	}
}

.showNav {
	-webkit-animation: showNav 1s ease forwards;
	-moz-animation: showNav 1s ease forwards;
	-o-animation: showNav 1s ease forwards;
	animation: showNav 1s ease forwards
}

@keyframes hideNav {
	from {
		top: 0
	}
	to {
		top: -100%
	}
}

@-webkit-keyframes hideNav {
	from {
		top: 0
	}
	to {
		top: -100%
	}
}

@-moz-keyframes hideNav {
	from {
		top: 0
	}
	to {
		top: -100%
	}
}

@-o-keyframes hideNav {
	from {
		top: 0
	}
	to {
		top: -100%
	}
}

.hideNav {
	-webkit-animation: hideNav 1s ease forwards;
	-moz-animation: hideNav 1s ease forwards;
	-o-animation: hideNav 1s ease forwards;
	animation: hideNav 1s ease forwards
}

.hidden {
	display: none
}

























