@charset "gb2312";
/* CSS Document */
*{
	margin:0;
	padding:0;
	font-family:"微软雅黑";
	box-sizing:border-box;}
body{
	background: #f2f1f1;}
i{
	font-style: normal;}
a{
	text-decoration:none;
	color:#828080;
	outline:none;
	-webkit-tap-highlight-color:transparent;}

li{
	list-style:none;}
.center{ /*内容区块*/
	width:1200px;
	margin:0 auto;
	overflow:hidden;}
img{
	border:none;}

/*头部开始*/
.header{
	width:100%;
	height:140px;
	min-width:1200px;}
.header .header_top{
	height:10px;
	width:100%;
	min-width:1200px;
	background: #2f7ed8;}
.header .center .s_nav{
	overflow: hidden;
	width:100%;}
.header .center .s_nav ul{
	float:right;
	overflow:hidden;
	margin-top:5px;}
.header .center .s_nav ul li{
	float:left;
	color: #726e6e;
	font-size: 14px;
	text-align:center;
	position:relative;}
.header .center .s_nav ul li i{
	margin:0 10px;}
.header .center .title{
	overflow:hidden;
	height:120px;
	width: 100%;}
.header .center .title a{
	float:left;
	height: 109px;
	display: block;}
.header .center a img{
	height: 103px;
	position: relative;
	top: -1px;}
.header .center .building{
	height: 100px;
	width: 308px;
	float: right;
	margin-bottom: 0px;
	position: relative;
	bottom: -5px;}

/*导航开始*/
.navbar{
	width:100%;
	min-width:1200px;
	height:47px;}
.navbar .center{
	background: #2f7ed8;}
.navbar .center ul{
	width:1206px;}
.navbar .center>ul>li{
	float:left;
	font-size:16px;
	height:47px;
	line-height:47px;}
.navbar .center ul li a{
	display: block;
	width: 134px;
	text-align:center;
	color:#fff;}
.navbar .center ul li a:hover{
	background:  #7a99d8;}
.navbar .center ul li i{
	color:#0a3c74;
	float:right;}
.navbar .center>ul>li .sub-nav{
	z-index: 9999;
	width: 133.33px;
	position: absolute;
	display: none;}
.navbar .center>ul>li .sub-nav>li{
	border-bottom: 1px ;
	border-top:1px solid #7a99d8; 
	background:#2f7ed8;
	height:35px;
	line-height: 35px;
	font-size: 14px;}

/*底部开始*/
