@charset "utf-8";
/**
 * User: yao
 * Email: yao@thinksky.hk
 */
/*-----------------reset start-----------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, th, td, p, pre, form, input, textarea, fieldset, blockquote {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style:none;
}
fieldset, img, abbr, acronym {
	border:0;
	margin-top:0px;
	
}
.clearfix:after {
	content: " ";
	display:block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
html, body {
	font: 12px/23px \u5B8B\u4F53;
	background: #e4e8ec;
}
/*-----------------reset end-----------------*/
/*-----------------public start-----------------*/
.top_title {
	height: 100px;
	background: #5e83a6;
	position: relative;
	z-index: 5;
}
.top_con {
	width: 980px;
	margin: 0 auto;
	height: 100px;
	overflow: hidden;
}
.top_con h1 {
	float: left;
	margin-top: 15px;
}
.top_con h1 a, .top_links .enter .english, .footer .ico {
	background:url(../images/sprite_01.png) no-repeat 0 0;
}
.top_con h1 a {
	width:165px;
	height:57px;
	background-position:0 0;
	display: block;
	text-indent: -9999em;
}
.top_links {
	float: right;
	margin-top: 0;
}
.top_links .enter, .top_links .nav {
	text-align: right;
}
.top_links .enter a {
	color: #afc1d3;
	display: inline-block;
}
.top_links .enter a:hover {
	text-decoration: underline;
}
.top_links .enter .english {
	width:55px;
	height:24px;
	background-position:-169px -16px;
	text-align: left;
	position: relative;
	top: 1px;
}
.top_links .enter .english:hover {
	text-decoration: none;
}
.top_links .nav {
	margin:3px -10px 0 0;
}
.top_links .nav li {
	display: inline;
}
.top_links .nav a {
	color: #fff;
	font:14px "Microsoft Yahei";
	padding: 0 10px;
}
.top_links .nav a:hover {
	color:#b1eaff;
}
.en_nav li {
	display: inline;
}
.en_nav a {
	display: inline;
	font:13px "Microsoft Yahei";
	color: #fff;
}
.warp_out {
	background: #fff;
}
.warp {
	width: 1200px;
	/*margin: 0 auto;*/
	padding:35px 0 40px;
}
.footer {
	background: #e4e8ec;
	padding: 35px 0 40px;
	text-align: center;
	color: #a7b6c6;
	font-family: "Microsoft Yahei";
}
.footer a {
	color: #a7b6c6;
	font-family: "Microsoft Yahei";
}
.footer a:hover {
	text-decoration: underline;
}
.footer .ico {
	width:56px;
	height:14px;
	background-position:-166px 0;
	margin: 5px auto 0;
	text-indent: -9999em;
}
/*-----------------public end-----------------*/
