@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: "SourceCodePro-Bold";
	src: url("../font/SourceCodePro-Bold.otf?#iefix") format("embedded-opentype"), url("../font/SourceCodePro-Bold.otf") format("otf"), url("../font/SourceCodePro-Bold.otf") format("truetype"), url("../font/SourceCodePro-Regular.svg#SourceCodePro-Bold") format("svg");
}
@font-face {
	font-family: "SourceCodePro-Regular";
	src: url("../font/SourceCodePro-Regular.otf?#iefix") format("embedded-opentype"), url("../font/SourceCodePro-Regular.otf") format("otf"), url("../font/SourceCodePro-Regular.otf") format("truetype"), url("../font/SourceCodePro-Regular.svg#SourceCodePro-Regular") format("svg");
}
@font-face {
	font-family: "SourceCodePro-Light";
	src: url("../font/SourceCodePro-Light.otf?#iefix") format("embedded-opentype"), url("../font/SourceCodePro-Light.otf") format("otf"), url("../font/SourceCodePro-Light.otf") format("truetype"), url("../font/SourceCodePro-Regular.svg#SourceCodePro-Light") format("svg");
}
body {
	background-color: #ffffff;
	font-family: "SourceCodePro-Regular";
	text-align: left;
	text-transform: uppercase;
}
a {
	color: #1E90FF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease-out 0s;
}
a:hover {
}
a img {
	display: block;
	transition: all 0.3s ease-out 0s;
}
a:hover img {
	opacity: 0.8;
}
p {
	color: #5c5c5c;
	font-size: 16px;
	line-height: 1.5em;
}
/*h1 h2*/
h1 {
	color: #000000;
	font-family: "SourceCodePro-Bold";
	font-size: 18px;
	margin: 15px 0;
	background-color: #EEFFFF;
	padding: 5px 10px;
	position: absolute;
	top: 5px;
	border-radius: 5px;
	font-weight: bolder;
}
h2 {
	border-bottom: 1px solid #97c79a;
	color: #2b2b2b;
	font-size: 16px;
	font-weight: bold;
	line-height: 3;
	margin-bottom: 20px;
	margin-left: 57px;
}
.wrap {
	margin: auto;
	width: 980px;
}
.row {
	margin-top: 50px;
}
#head {
	background: rgba(0, 0, 0, 0) url("../images/banner.png") no-repeat scroll center top;
	height: 560px;
}
/*navigation*/
#navigation {
	margin-top: 60px;
}
#navigation ul {
}
#navigation li {
	float: left;
	margin-right: 30px;
}
#navigation li.none {
	margin-right: 0;
}
#navigation a.active {
	background-color: #5e92c8;
	border-radius: 5px;
}
#navigation a {
	color: #fff;
	display: block;
	padding: 10px 10px;
	font-size: 14px;
	background-color: #5e92c8;
	border-radius: 5px;
	width: 170px;
	text-align: center;
}
/*content*/
#content {
}
.icon {
	background: rgba(0, 0, 0, 0) url("../images/icon.png") no-repeat scroll 0 0;
	float: left;
	height: 39px;
	margin-right: 15px;
	width: 42px;
}
#content .img {
	float: left;
	height: 260px;
	width: 240px;
}
#content .text {
	float: left;
	margin-left: 50px;
	width: 690px;
}
#main {
}
#submain {
}
/*btn*/
.btn {
	background-color: #5e92c8;
	display: block;
	margin-top: 25px;
	padding: 11px 0;
	position: relative;
	text-align: center;
	transform: translateZ(0px);
	width: 80px;
	color: #2b2b2b;
}
.btn::before {
	background: #e1e1e1 none repeat scroll 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: scale(1);
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
	z-index: -1;
}
.btn:hover {
	color: white;
}
.btn:hover::before {
	transform: scale(0);
}
/*foot*/
#foot {
	background-color: #333;
	margin-top: 40px;
	padding: 5px;
}
#foot p {
	color: #fff;
	text-align: center;
}
#foot a {
	color: #fff;
}
/*subpage*/
#subpage {
	margin-top: 40px;
}
#subpage h2 {
}
#subpage .img {
	float: left;
}
#subpage .text {
	float: left;
	margin-left: 50px;
	width: 690px;
}
#subpage .text p {
	margin-bottom: 15px;
}
