@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Fjalla+One|Roboto:400,400i,500,500i,700,700i,900,900i';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i';
@import 'https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i';
ul{
	margin: 0;
	padding: 0;
}
ul li{
	list-style-type: none;
	background-image: url(images/dot.jpg);
	background-repeat: no-repeat;
	margin: 0;
	background-position: 0px 8px;
	padding-left: 15px;
}
.top {
	width: 1000px;
	height: 168px;
	margin-right: auto;
	margin-left: auto;
}
.menu {
	font-family: 'Fjalla One', sans-serif;
	width: 1000px;
	height: 50px;
	background-color: #31a9e3;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
}
.menu a {
	transition: 0.3s;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #183F79;
	text-decoration: none;
}
.menu a.hover {
	color: #183F79;
	text-decoration: none;
}
.container {
	font-family: 'Lato', sans-serif;
	width: 924px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	padding-left: 38px;
	padding-right: 38px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.container .logos {
	float: left;
	width: 229px;
	min-height: 400px;
	background-image: url(images/LOGO_bak.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
}
.container .logos .logosword {
	font-family: 'Fjalla One', sans-serif;
	font-size: 16px;
	color: #31A9E3;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 25px;
}
.container .logos .img {
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
}
.container .logos .img a {
	text-decoration: none;
	color: #1A499C;
}
.container .logos .img a:hover {
	
}
.container .right {
	float: right;
	width: 670px;
}
.container .right .fla {
	height: 269px;
}
.h1 {
	font-family: 'Open Sans', sans-serif;
	height: 45px;
	line-height: 45px;
	background-image: url(images/h1_bak.jpg);
	background-repeat: no-repeat;
	font-weight: 600;
	padding-left: 30px;
	font-size: 32px;
	color: #EF9A2F;
	margin-top: 8px;
}
.container .right .text {
	margin-left: 30px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 23px;
	text-align: justify;
	margin-bottom: 20px;
	margin-top: 5px;
	min-height: 50px;
	color: #3A3A3A;
}
.container .right .text a {
	text-decoration: none;
	color: #6487E5;
}
.container .right .text a:hover {
	text-decoration: underline;
	color: #217000;
}
.container .right .pages {
	font-family: 'Fjalla One', sans-serif;
	height: 35px;
	line-height: 35px;
	margin-top: 5px;

}
.right .pages .div {
	width: auto;
	margin-left: 0px;
	margin-right: 3px;
	float: left;
	min-width: 100px;
	text-align: center;
	background-color: #217000;
	color: #FFFFFF;
	border-radius: 15px;
	margin-top: 3px;
	padding-top: 0px;
	margin-bottom: 3px;
	line-height: 30px;
	
}
.right .pages .div a {
	text-decoration: none;
	color: #FFFFFF;
	transition: 0.5s;
	display: block;
	border-radius: 15px;
	padding-left: 8px;
	padding-right: 8px;
}
.right .pages .div a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #295D8C;
	display: block;
	border-radius: 15px;
	padding-left: 8px;
	padding-right: 8px;
}
.h2   {
	font-family: 'Roboto', sans-serif;
	color: #2859DC;
	font-size: 20px;
	font-weight: 500;
	margin-top: 10px;
	display: block;
}
.footer {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 64px;
	clear: both;
	background-image: url(images/footer.jpg);
}
.td01  {
	line-height: 16PX;
}
.tdword {
	font-size: 12px;
	}