@font-face {
	font-family: 'Icons';
	src: url(../fonts/icons.woff) format('woff');
	font-weight: normal;
	font-style: normal;
}

body {
	background: url('../img/brilliant.png') top left #fefefe;
	font-family: "PT Sans", sans-serif;
	font-size: 0.9em;
}

a {
	color: #fa4f1a;
}

.site-header {
	background: #fff;
	padding: 0;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.3);
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	width: 100%;
	top: 0;
	height: 90px;
}

.site-header img {
	margin: 5 11 0 7;
	float: left;
	position: relative;
	height: 80px;
}

.main-navigation {
	text-align: center;
	float: right;
	height: 90px;
}

.main-navigation li {
	display: inline;
	margin-top: 0px;
}

.main-navigation ul {
	margin: 0;
	padding: 0px 0;
}

.main-navigation a {
	display: inline-block;
	margin: 0 0 0 7;
	padding: 60px 0 0 0;
	color: white;
	background: #077c45;
	text-decoration: none;
	opacity: 1;
	height: 30px;
}

.main-navigation a.menuselected {
	background: #0c874a;
}

.main-navigation ul li {
	display: block;
	position: relative;
	float: left;
}

.main-navigation ul li a:link {
	display: block;
	text-decoration: none;
	width: 96px;
}

.main-navigation li ul {
	display: none;
}

.main-navigation li:hover ul {
	display: block;
	position: absolute;
	font-size: 0.85em;
}

.main-navigation li:hover li {
	float: none;
	margin-top: 0px;
}

.main-navigation li:hover a { 
	background: #0c874a;
}

.main-navigation li:hover a { 
	background: #0c874a;
}

.bortop {
	border-top: 2px #077c45 solid;
}

.main-navigation li:hover li a:hover {
	background: #077c45;
}
 
.main-navigation ul li ul li a {
	text-align: left;
	height: 20px;
	padding: 10px 45px;
}

.main-navigation ul li ul li:before {
	border: none;
}

.last {
	border-bottom-right-radius: 0.8em;
	border-bottom-left-radius: 0.8em;
	-webkit-border-bottom-right-radius: 0.8em;
	-webkit-border-bottom-left-radius: 0.8em;
	-moz-border-bottom-right-radius: 0.8em;
	-moz-border-bottom-left-radius: 0.8em;
}

aside {
	float: right;
	width: 280px;
	padding: 10px;
	margin-right: 20px;
	color: #d1d3d4;
}

aside a {
	width: 240px;
	background: #fff;
}

footer {
	width: 900px;
	margin: 0 auto;
	overflow: auto;
	color: #d1d3d4;
	background: #3f3f3f;
	min-height: 20px;
	padding: 10px 20px;
	text-align: center;
}

footer .col {
	width: 260px;
	padding: 10px 20px 20px 20px;
	font-size: 0.8em;
	float: left;
	text-align: left;
}

footer .colpol {
	width: 80px;
	padding: 10px 20px;
	font-size: 0.8em;
	float: left;
	text-align: left;
}

footer .colpol2 {
	width: 80px;
	padding: 46px 80px 10px 20px;
	font-size: 0.8em;
	float: left;
	text-align: left;
}

footer h5 {
	margin: 10px 0px;
	padding: 0;
	font-size: 1.1em;
}

footer a:link, footer a:hover, footer a:visited, footer a:active, footer a:visited:hover {
	text-decoration: none;
}

footer a:link {
	color: #fa4f1a;
}

footer a:hover {
	color: #ff6d40;
}

footer a:visited {
	color: #fa4f1a;
}

footer a:active {
	color: #fa4f1a;
}

footer a:visited:hover {
	color: #ff6d40; 
}

.fb a:link {
	font-family: "Icons";
	color: #3b5998;
	text-decoration: none;
	font-size: 2em;
	margin: 0px 15px 0px 0px;
}

.fb a:hover {
	font-family: "Icons";
	color: #4969ad;
	text-decoration: none;
}

.fb a:visited, .fb a:active {
	font-family: "Icons";
	color: #3b5998;
	text-decoration: none;
	outline: none;
}

.fb a:visited:hover {
	font-family: "Icons";
	color: #4969ad;
	text-decoration: none;
}

.tw a:link {
	font-family: "Icons";
	color: #00aced;
	text-decoration: none;
	font-size: 2em;
}

.tw a:hover {
	font-family: "Icons";
	color: #1bb9f5;
	text-decoration: none;
}

.tw a:visited, .tw a:active {
	font-family: "Icons";
	color: #00aced;
	text-decoration: none;
	outline: none;
}

.tw a:visited:hover {
	font-family: "Icons";
	color: #1bb9f5;
	text-decoration: none;
}

.top {
	width: 940px;
	margin: 0 auto;
}

.container {
	width: 940px;
	border-top: 1px solid #ddd;
	margin: 0 auto;
	background: #E9F0EB;
	/* background: #d1d3d4; */
	overflow: auto;
	padding: 0 0 50 0;
	min-height: 444px;
}

.container article {
	float: left;
	margin: 0 0 10px 20px;
	background: #fff;
	padding: 10px 20px;
}

.news {
	width: 540px;
	background: white;
}

.container h1 {
	font-size: 1.3em;
	margin-bottom: 5px;
}

.container h3 {
	font-weight: normal;
	font-size: 0.8em;
	margin: 0;
	color: #222;
}

.container article:last-of-type {
	background: none;
}

.arlink {
	display: block;
	color: #d1d3d4;
	margin: 20px 0 0 100px;
	padding: 10px 20px;
	text-align: center;
	height: 20px;
	width: 300px;
	background: #fa4f1a;
	border-radius: 5px;
}

.archive a:link {
	background: #fa4f1a;
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}

.archive a:visited {
	background: #fa4f1a;
	color: #fff;
	text-decoration: none;
}

.archive a:hover {
	color: #fff;
	background: #f9572b;
	text-decoration: none;
}

.archive a:active {
	background: #fa4f1a;
	color: #fff;
	text-decoration: none;
}

.long {
	padding: 10px 45px 20px 45px !important;
}

.full {
	float: left;
	width: 860px;
	margin: 0 0 10px 20px;
	padding: 10px 20px;
}

.title {
	color: #fa4f1a;
}

.per {
	height: 120px;
	margin: 20px 0;
}

.per img {
	margin-right: 50px;
	border-radius: 50px;
}

.perl {
	display: inline-block;
	float: left;
}

.perr {
	display: inline-block;
	float: left;
	margin-top: 40px;
}

.vod {
	margin-bottom: 80px;
}

.bao1 {
	display: block;
	color: #077c45;
	margin: 20px 0 20px 150px;
	padding: 10px 20px;
	text-align: center;
	height: 20px;
	width: 200px;
	background: #fa4f1a;
	border-radius: 5px;
}

.bao a:link {
	background: #077c45;
	color: #fff;
	text-decoration: none;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}

.bao a:visited {
	background: #077c45;
	color: #fff;
	text-decoration: none;
}

.bao a:hover {
	color: #fff;
	background: #0c874a;
	text-decoration: none;
}

.bao a:active {
	background: #077c45;
	color: #fff;
	text-decoration: none;
}

.design {
	float: left;
	text-align: left;
	font-size: 0.8em;
	margin-left: 20px;
	width: 860px;
	border-top: 1px solid #ccc;
	padding: 15px 0 0 0;
}