@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	list-style: none;}
body {
	font-size: 14px;
	font-family: 'Microsoft Yahei';
	color: #152245;
	background: #f8f8f8;
           min-width:1200px;}
a {
	text-decoration: none;
	color: #152245;}
i {
	padding-right: 5px;}
header {
	height: 104px;
	background: url(../images/top_bg.png) top center no-repeat;}
.wrap {
	width: 1200px;
	margin: 0 auto;}
.logo {
	padding: 10px 0 0 40px;
	height: 86px;
	display: block;
	width: 410px;
	float: left;}
.topRight {
	width: 220px;
	float: right;}
.topRight .info {
	height: 40px;}
.topRight .info ul li {
	float: left;
	margin-left: 10px;
	line-height: 40px;}
.topRight .info ul li a {
	color: #fff;}
.searchWrap {
	margin-top: 10px;}
.searchWrap input[type="text"] {
	border: none;
	background: rgba(255,255,255,0.2);
	height: 20px;
	padding: 5px;
	border-radius: 5px;
	color: #fff;}
.s-btn {
	border: none;
	margin-left: -33px;
	text-indent: 9000px;
	width: 24px;
	height: 24px;
	background: url(../images/sbtn.png) no-repeat;}
nav {
	height: 53px;
	line-height: 53px;
	font-size: 18px;}
nav ul .cur{ border-bottom:#ffaa33 3px solid; background:#eee;}
nav ul li {
	   float: left;
           margin-left:14px;
          }
nav ul li a {
	color: #0d314e;
	padding: 0 26px;}
.link{ background:#0d314e; height:186px; clear:both; color:#fff; overflow:hidden;}
.link a{ color:#fff;}

.link .wrap{ background:url(../images/footer_logo.png) center 50px no-repeat; height:186px;}
.linkTitle{ width:20px; border-right:#fff 1px solid; font-size:16px; padding:20px 0; position:relative; top:30px; float:left;}
.linkDep{ width:300px; float:left; padding:40px 30px 9px 30px; line-height:2;}

.linkDep2{
    width: 300px;
    float: right;
    padding: 40px 30px 9px 30px;
    line-height: 2;
}
.linkDep ul li{ float:left; width:150px; padding:6px 0px;}
.fastLink{ width:220px; float:right; padding:10px 20px; line-height:2;}
footer{ background:#051e32; line-height:45px; color:#fff; text-align:center;}


.sstitle{margin-left:55px;}