﻿body{
	margin:0;padding:0;
}
ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
a{
	text-decoration:none;
	color:#555;
}


.top{
	height:50px;border-bottom:1px solid #eee;overflow: hidden;
	/* 旧语法，带前缀并且已经废弃，以支持老版本的浏览器 */
background: -prefix-linear-zgradient(top, #f1f1f1, #ffffff); 

/* 新语法，不带前缀，以支持标准兼容的浏览器（Opera 12.1， IE 10， Firefox 16， Chrome 26， Safari 6.1） */
background: linear-gradient(to bottom, #f1f1f1, #ffffff);
}
.top .searchbox{
	width:150px;float:right;
}
.top .search{
	width:150px;height:25px;border:1px solid #ccc;border-radius: 25px;
	margin-top:10px;    
	vertical-align: middle;
    line-height: 25px;
}
.top .search input{
	margin-left:10px;
	width:110px;
	background: transparent;
	outline:none;
}
.top .search img{
	float: right;
    top: 10px;
    padding-top: 5px;
    padding-right: 8px;
    cursor: pointer;
}
.gbox{
	width:95%;margin:0 auto;height:50px;
}
.gleft{
	float:left;
}
.gright{
	float:right;
}
.clear{
	clear:both;
}
.logobox{
	height:50px;line-height: 50px;
}
.logo{
	height:30px;vertical-align: middle;
}
.weather{
	display: inline-block;
	vertical-align: top;
    height: 50px;
    line-height: 50px;
    color:#aaa;
    font-size: 10pt;
    width:350px;
    vertical-align: middle;
}
.weather iframe{
	vertical-align: middle;
	padding-top:10px;
}
.weather span{
	margin:2px;
}
.userImgbox{
	width: 32px;
    height: 32px;
    display: inline-block;
    background-color: blue;
    border-radius: 40px;
    border: 1px solid #eee;
    overflow: hidden;
    margin-top:9px;
}
.userImgbox img{
	width:32px;height:32px;
}


div.nav{
	background: -prefix-linear-zgradient(top, #fefefe, #e5e5e5);
	background: linear-gradient(to bottom, #fefefe, #e5e5e5);
	height:36px;
	color:#333333;
}
.navbox{
	margin:0 auto;
}
.navbox >ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
.navbox >ul >li{
	float:left;
	width:10%;
	position: relative;
}
.navbox >ul >li:hover{
	background: linear-gradient(to bottom, #005ab9, #003d7f);
}
.navbox >ul >li:hover >div.title{
	color: #fff;
}
.navbox >ul >li .subList{
	position: absolute;
    top: 36px;
    left: 0;
    z-index: 10;
    display: none;
    width:100%;
}
.navbox >ul >li:hover .subList{
	display: block;
}
.navbox >ul >li .subList >ul{
	background-color: #fff;
    min-width: 125px;
}
.navbox >ul >li .subList >ul li{
	border-bottom:1px solid #eee;
}
.navbox >ul >li .subList >ul li >div{
	font-size:11pt;
}
.navbox >ul >li .subList >ul li:hover{
	background: linear-gradient(to bottom, #005ab9, #003d7f);
	color:#fff;
}
.navbox >ul >li .subList >ul li:hover a,.navbox >ul >li .subList >ul li:hover a:link,
.navbox >ul >li .subList >ul li:hover a:active,.navbox >ul >li .subList >ul li:hover a:visited{
    color:#fff;
}
.navbox >ul >li >div{
	vertical-align: middle;
    line-height: 36px;
    text-align: center;
    height: 36px;
    font-size:16px;
    cursor:pointer;
    font-weight: inherit;
}

.navbox >ul >li.active >div.title{
	background: -prefix-linear-zgradient(top, #005ab9, #003d7f);
	background: linear-gradient(to bottom, #005ab9, #003d7f);
	color:#fff;
	font-weight: bold;
}

/*******************页脚************************/
.foot{
	background-color:#424242;
}
.footbox{
	width: 1000px;
    margin: 0 auto;
    padding: 25px;
}
.footbox .fnav .item{
	padding:10px;
	width:80px;
}
.footbox .fnav .item .citem{
	color:#767676;
	font-size:10pt;
	line-height: 25px;
}
.footbox .fnav .item .head{
	color:#fff;
	font-weight: bold;
}
.footbox .barcode{
	width:250px;
	padding:10px;
}
.footbox .flogo{
	text-align: right;
}
.footbox .flogo img{
	height:26px;
}
.barcodeBox >.gright{
	padding:5px;
}
.barcodeBox >.gright img{
	width:40px;
}
.footbox .copyright{
	text-align: right;
	color:#767676;
	font-size:10pt;
}



/**********以下新样式*********/
div.nav{
  height:80px;
 }
 .navbox >ul >li{
  width: 105px;
     height: 80px;
     line-height: 80px;
     background-image: url(navDown.png);
     background-repeat: no-repeat;
     background-position: bottom center;
 }
 .navbox >ul >li >div.title{
  height:80px;
  line-height: 80px;
  font-weight: bold;
     color: #003d7e;
 }
 .navbox >ul >li:hover{
  background: url(navDown.png) no-repeat;
     background-repeat: no-repeat;
     background-position: bottom center;
     font-weight: bold;
     color: #003d7e;
 }
 .navbox >ul >li:hover >div.title{
  font-weight: bold;
     color: #003d7e;
 }
 .navbox >ul >li.active >div.title{
  background: none;
     color: #333;
     font-weight: bold;
     color: #003d7e;
 }
 .navbox >ul >li .subList{
  top:80px;
 }
 .navbox >ul >li .subList >ul li >div{
  background: url(navRight.png) !important;
     background-repeat: no-repeat !important;
     background-position: center left !important;
     height: 40px;
     line-height: 40px;
     vertical-align: middle;
     text-align: left;
 }
 .navbox >ul >li .subList >ul li >div a{
  margin-left:25px;
 }








