/*html5*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu {
	display:block
}

/*css全局统一化*/
*{
	margin:0;
	padding:0;
}

html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset, img {
    border: 0 none;
    margin: 0;
    padding: 0;
}

ol, ul, li {
    list-style: none outside none;
}

select, input {
    font-size: 12px;
    vertical-align: middle;
}

textarea {
    font-size: 12px;
}

img {
    border: 0 none;
    display: block;
}

div {
    height: auto;
    min-height: 0;
}

a {
    color: #000;
}

a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: red;
    text-decoration: underline;
}

a {
    outline: medium none;
}

/*css*/
body {
    background: #fff url(../img/bg.png) no-repeat;
}

#wrapper {
    width: 1000px !important;
    margin: 0 auto;
    background: #fff;
}

.container {
    width: 100% !important;
}

/*header part css*/
.header {
    height: 170px;
    background: url(../img/header-bg.png) no-repeat;
}

#logo {
    height: 133px;
}

.help {
    width: 165px;
    float: right;
    margin-right: 30px;
}

.help a {
    float: left;
    -webkit-transform : scale(0.80,0.80) ;
    font-size: 10px;
}

.help .li-spacing {
    background-color: #333;
    display: inline;
    float: left;
    height: 12px;
    margin: 1px 4px 0;
    overflow: hidden;
    width: 1px;
}

nav ul {
    width: 100%;
    height: 35px;
    padding-top: 0px;
    font-family: "Microsoft YaHei","Times New Roman",Georgia,Serif;
}

nav ul li {
    width: 87px;
    height: 35px;
    list-style: none;
    float: left;
    cursor: pointer;
    text-align: center;
}

nav ul li a {
    height: 35px;
    display: block;
    padding-top: 6px;
    font-size: 14px;
    font-family: "Microsoft YaHei","Times New Roman",Georgia,Serif;
    color: #eee !important;
    
}

nav ul li a:hover {
    color: #cc9900;
    text-decoration: none;
    background-position: center 0;
    background: url(../img/nav-btn.png) no-repeat;
}

#content {
    width: 100% !important;
    min-height: 650px;
}

/*栏目中的固定样式*/
.list1 {
    margin-left:28px; 
    padding-top: 0px;
}

.list1 li {
    margin-top: -1px;
}
.list2 li {
    background:url(../img/dot-icon.png) no-repeat center left; 
    margin-left: 10px;
    padding-left:15px;
    line-height: 28px;
}
.list2 a {
    width: 70%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list2 span {
    float:right; 
    padding-right:15px; 
    margin-top: -28px;
}
.list3 {
    margin-left:28px; 
    padding-top: 10px;
}

.list3 li {
    height: 23px;
    width: 262px;
    margin-top: 5px;
    text-align: center;
    background: url("../img/tiao.jpg") no-repeat;
}

.list3 a {
    margin-top: 3px;
    color: #777777;
    text-decoration: none;
}

.list3 a:hover {
    color: #FF2720;
}

.list4 {
    margin-left:45px; 
    *+margin-left:30px; 
    margin-top:0px; 
    padding-top:10px;
}

.list4 li {
    margin-top: 6px; 
    float:left; 
    width:48%; 
    line-height:25px;
}

.more {
    float: right; 
    margin-right: 15px; 
    *+margin-top: -15px;
    font-size: 12px;
}

/*footer part css*/
.footer {
    padding-top: 20px;
    height: 100px;
    font-size: 13px;
    background: #005984;
}

.operation a {
    text-decoration: none;
    padding: 5px 5px;
    text-align: center;
}

.operation a:hover {
    color: #fff;
    padding: 5px 5px;
    text-decoration: none;
    text-align: center;
    background: #138BC7;
    border-radius:3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 10px 10px 5px #888888; /* 老的 Firefox */
    box-shadow: 2px 2px 5px #888888;
}

.line {
    clear: both;
    border-bottom: 1px solid silver;
    margin-top: 5px;
}

.address{
    margin-top: 10px;
    margin-bottom: 30px;
    color: #3d859b;
}

.footer p {
    margin: 3px 0;
    color: #ddd;
    text-align: center;
}

/*toolBackTop*/
.back-to {
    bottom: 35px;
    overflow:hidden;
    position:fixed;
    right:10px;
    width:50px;
    z-index:999;
}
.back-to .back-top {
    width: 50px;
    height:50px;
    float: right;
    display: block;
    margin-left: 10px;
    background: url("../img/back-top.png") no-repeat scroll 0 0 transparent;
    outline: 0 none;
    text-indent: -9999em;
}
.back-to .back-top:hover {
    background-position: -50px 0;
}

/*search bar*/
.search{
    padding-right:10px;
    padding-left:10px;
    padding-top:5px;
    padding-bottom:5px;
    width: 210px;
    float:right;
    position:relative;
}

.search .input{
    border-radius:10px;
    padding-top:2px;
    padding-left: 15px;
    height:16px;
    width: 180px;
    border: 1px solid #0086C6;
    font-size:14px;
    background:#fff url(../img/search_btn.gif) no-repeat right 0;
}

.label{
    color:#ccc;
    position:absolute;
    top: 0px;
    left:20px;
    display:block;
    height:22px;
    line-height:22px;
    font-size:12px;
}
#submit{
    position:absolute;
    left:186px;
    top:3px;
    width:20px;
    height:20px;
    text-indent:-999em;
    cursor: pointer;
    z-index: 100;
}


/*select*/
#choose {
    display: none;
}

#select {
    height: 40px;
    position: relative;
    border: 1px solid silver;
}
#select .selectText {
    width: 230px;
    float: left;
    padding: 8px 20px;
    *+padding: 8px 0;
    text-align: center;
}

#select .btn {
    width: 34px;
    height: 38px;
    *+padding: 0;
    float: right;
    background: url(../img/select-btn.png);
}

#options {
    width: 272px;
    display: none;
    position: absolute;
    z-index: 9999;
    color: #ddd;
}

#options li {
    display: block;
    height: 25px;
    background: #005984;
}

#options li:hover {
    background: #999;
}