@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: #006699;
	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 {
	color: #fff;
	font-family: "SourceCodePro-Bold";
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
}
h2 {
	font-family: "SourceCodePro-Bold";
	font-size: 16px;
	font-weight: bold;
	margin: 12px 0;
	position:relative;
	border-left:6px #0097e0 solid;
	padding-left:16px;
}
h2:before{
	display:block;
	content:"";
	border-left:4px #0097e0 solid;
	position:absolute;
	left:2px;
	width:1px;
	height:20px;
}
.wrap {
	margin: auto;
	width: 960px;
}
.none {
	border-right: medium none !important;
	margin-right: 0 !important;
}
#head {
	background: rgba(0, 0, 0, 0) url("../images/head_bg.png") no-repeat scroll center top;
}
/*navi*/
#navigation {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	font-family: "SourceCodePro-Light";
	text-align: center;
}
#navigation ul {
	width: 110%;
}
#navigation li {
	border-right: 1px solid #0097e0;
	float: left;
	position: relative;
	width: 191px;
	z-index: 0;
}
#navigation li::after {
	background-color: #0097e0;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.3s ease-out 0s;
	width: 100%;
	z-index: -1;
}
#navigation li:hover::after {
	height: 100%;
}
#navigation a {
	color: #ffffff;
	display: block;
	padding: 25px;
	font-size: 14px;
}
#banner {
	height: 390px;
}
/*content*/
#content {
	margin-top: 35px;
}
.row {
	border-bottom: 1px solid #ddd;
	margin-bottom: 35px;
	padding-bottom: 35px;
}
.detail {
}
.detail .img {
	float: left;
	height: 215px;
	width: 260px;
}
.detail .text {
	float: left;
	font-family: "SourceCodePro-Light";
	margin-left: 50px;
	width: 650px;
}
.detail .btn {
	background-color: #201f21;
	color: #fff;
	display: block;
	float: right;
	margin-top: 15px;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 115px;
	z-index: 1;
}
.detail .btn::after {
	background-color: #313131;
	bottom: 0;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	right: 100%;
	top: 0;
	transition: all 0.4s ease 0s;
	z-index: -1;
}
.detail .btn:hover::after {
	right: 7px;
}
#cate4 {
	border-right: 1px solid #ddd;
	margin-right: 50px;
	padding-right: 50px;
}
.side {
	float: left;
	width: 429px;
}
.side .detail {
}
.side .img {
	float: none;
	margin: auto;
}
.side .text {
	margin: 25px 0 0;
	width: 429px;
}
/*foot*/
#foot {
}
#foot p {
	margin: 40px 0 20px;
	text-align: center;
}
/*subpage*/
#subapage {
}
#subapage h2 {
}
#subpage .img {
	float: left;
}
#subpage .text {
	float: left;
	margin-left: 40px;
	width: 660px;
}
#subpage p {
}
