* {
    margin: 0;
    outline: medium none;
    padding: 0;
}
ul, ol, li {
    list-style: none outside none;
}
.w1000 {
    margin: 0 auto;
    width: 1000px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.header {
    background: none repeat scroll 0 0 #FFFFFF;
    width: 100%;
}
.header .top {
    background: url("index_sprite.png") repeat-x scroll 0 -566px;
    height: 34px;
    width: 100%;
}
.header .top_nav {
    color: #999999;
    line-height: 34px;
    position: relative;
}
#ExternalLogin {
    display: none;
    left: 250px;
    position: absolute;
    top: 4px;
}
.header .top_nav a {
    color: #999999;
}
.header .top_nav a:hover {
    color: #1160BA;
    text-decoration: underline;
}
.header .top_mise {
    height: 90px;
}
.header .top_mise .logo {
    margin-right: 60px;
    width: 290px;
}
.header .top_mise .search {
    height: 40px;
    margin-top: 28px;
    width: 315px;
}
.header .top_mise .search .search_txt {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EEEEEE -moz-use-text-color #EEEEEE #EEEEEE;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    color: #666666;
    float: left;
    font: 14px/37px 'MicroSoft Yahei';
    height: 37px;
    padding: 0 7px;
    transition: all 0.2s ease-in-out 0s;
    width: 240px;
}
.header .top_mise .search .search_txt:focus {
    border-color: #DDDDDD;
    box-shadow: 0 0 5px #EEEEEE inset;
}
.header .top_mise .search .search_btn {
    background: url("index_sprite.png") no-repeat scroll 16px -199px #4B9A00;
    border: 0 none;
    cursor: pointer;
    float: right;
    height: 39px;
    transition: all 0.2s ease-in-out 0s;
    width: 60px;
}
.header .top_mise .search .search_btn:hover {
    background-color: #FF7402;
}
.header .top_mise .share {
    margin-top: 35px;
    padding-right: 5px;
    width: 250px;
	font-size:18px;
	font-family:"微软雅黑", "宋体";
	color:#EA8C19;
}
.nav {
    background: none repeat scroll 0 0 #1161BA;
    height: 45px;
    width: 100%;
}
.nav .nav_con {
    height: 45px;
    position: relative;
    z-index: 999;
}
.nav ul {
    height: 45px;
}
.nav ul li {
    background: url("nav-border.gif") no-repeat scroll left top;
    float: left;
    position: relative;
	width:110px;
	text-align:center;
}
.nav ul li.navhover {
    background: url("nav-border.gif") no-repeat scroll left top #0754AE;
}
.nav ul li.border {
    background: url("nav-border.gif") no-repeat scroll right top;
    height: 45px;
    width: 2px;
}
.nav ul li a {
    color: #FFFFFF;
    /*display: block;*/
    font: 16px/45px 'MicroSoft Yahei';
    height: 45px;
    /*padding: 0 15px;
    position: relative;*/
    text-align: center;
    /*width: 80px;*/
}
.nav ul li a:hover {
    text-decoration: none;
}
.nav ul li ol {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #1161BA #1161BA;
    border-image: none;
    border-right: 1px solid #1161BA;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    display: none;
    left: 1px;
    padding: 10px;
    position: absolute;
    width: 260px;
}
.nav ul li ol a {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    display: block;
    float: left;
    font: 12px/28px 'MicroSoft Yahei';
    height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 55px;
}
.nav ul li ol a:hover {
    background: none repeat scroll 0 0 #F9F9F9;
    border-radius: 3px;
    color: #1161BA;
    text-decoration: underline;
}
.nav .weibo {
    height: 45px;
    width: 105px;
}
.nav .weibo a {
    display: inline-block;
    height: 45px;
    margin-left: 15px;
    width: 45px;
	
}
.nav .weibo .sina {
    background: url("index_sprite.png") no-repeat scroll left -242px;
}
.nav .weibo .tencent {
    background: url("index_sprite.png") no-repeat scroll left -293px;
}