@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: #191919;
	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: #636363;
	font-size: 16px;
	line-height: 1.5em;
}
/*h1 h2*/
h1 {
	color: #333333;
	font-family: "SourceCodePro-Bold";
	font-size: 20px;
	margin-top: 15px;
	text-align: center;
}
h2 {
	background: rgba(0, 0, 0, 0) url("../images/h2_bg.png") no-repeat scroll 0 0;
	color: #fff;
	font-family: "SourceCodePro-Bold";
	font-size: 16px;
	height: 46px;
	line-height: 2.2;
	margin-bottom: 15px;
	padding-left: 15px;
}
.wrap {
	margin: auto;
	width: 980px;
}
.row {
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	padding-top: 50px;
}
.none {
	margin-right: 0 !important;
}
/*head*/
#head {
}
/*navigation*/
#navigation {
	display: block;
	margin: 20px 0 13px;
	position: relative;
	text-align: center;
}
#navigation::before {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	top: -5px;
	width: 100%;
}
#navigation::after {
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
	bottom: -1px;
	content: "";
	height: 5px;
	left: 0;
	position: absolute;
	width: 100%;
}
#navigation ul {
	display: inline-block;
}
#navigation li {
	float: left;
	margin-right: 25px;
	width: 145px;
}
#navigation a {
	color: #333333;
	display: block;
	font-family: "SourceCodePro-Light";
	padding: 24px 2px;
	font-size: 14px;
}
#navigation .active {
	background-color: #66aff2;
	color: #ffffff;
}
#navigation a:hover {
	background-color: #66aff2;
	color: #ffffff;
}
#banner {
	background: rgba(0, 0, 0, 0) url("../images/banner.png") no-repeat scroll center top;
	height: 460px;
}
/*content*/
#content {
}
#cate1 {
	background-color: #f1f1f1;
	border-bottom: medium none;
}
.img {
	background-color: thistle;
	float: left;
	height: 240px;
	width: 260px;
}
.text {
	float: left;
	margin-left: 45px;
	width: 675px;
}
/*btn*/
.btn {
	background-color: #66aff2;
	color: #ffffff;
	display: block;
	margin: 25px 0 0;
	padding: 12px 20px;
	position: relative;
	width: 76px;
	font-size: 14px;
}
.btn::after {
	background-color: #4e4e4e;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	transition: all 0.3s ease-out 0s;
	width: 0;
}
.btn:hover::after {
	width: 100%;
}
/*foot*/
#foot {
}
#foot p {
	margin: 20px 0 15px;
	white-space: nowrap;
	text-align: center;
}
/*subpage*/
#subpage {
	margin-top: 50px;
}
#subpage h2 {
}
#subpage .detail {
}
#subpage .img {
}
#subpage .text {
}
#subpage p {
}
