@charset 'gb2312';

/* CSS reset */
body, div, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, input, p, th, td {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    border: 0;
    outline: 0;

    *zoom: 1;
}
body {
    font: normal 12px/22px 宋体, Arial, Helvetica, sans-serif;
    color: #333;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
a {
    color: #666;
    text-decoration: none;
}
img {
    border: 0;
    border: none;
}
ol, ul {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
input, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
/* clearfix用于父容器直接清除子元素浮动 */
.clearfix:before, .clearfix:after {
    display: table;
    content: '';
}
.clearfix:after {
    clear: both;
    overflow: hidden;
}
.clearfix {
    zoom: 1;
	/* IE < 8 */
}
.ml182 {
    margin-left: 182px;
}
/* wrap-header */
.wrap-header {
    width: 100%;
    height: 203px;
    background: url(wrap-header-bg.jpg) repeat-x;
}
.header {
    width: 1001px;
    height: 100%;
    margin: 0 auto;
}
.lan {
    float: left;
    width: 1001px;
    height: 21px;
    color: #ccc;
    text-align: right;
}
.lan a {
    margin: 0 10px;
    color: #ccc;
}
.top {
    float: left;
    width: 1001px;
    height: 131px;
    margin-bottom: 4px;
}
.logo {
    float: left;
    width: 554px;
    height: 131px;
}
.search {
    float: right;
    width: 271px;
    height: 23px;
    margin-top: 77px;
}
.search-btn {
    float: right;
    width: 37px;
    height: 23px;
}
.search-box {
    float: right;
    width: 209px;
    height: 23px;
    padding-left: 5px;
    line-height: 23px;
    color: #aba9a9;
}
.nav {
    float: left;
    width: 1001px;
    height: 48px;
    line-height: 48px;
}
.nav ul#nav {
    margin-left: 35px;
}
.nav ul li {
    position: relative;
    float: left;
    font-size: 15px;
    font-weight: bold;
    z-index: 855445;
}
.nav ul li a {
    display: inline-block;
    height: 47px;
    padding: 0 15px;
    line-height: 47px;
    color: #fff;
}
.nav ul li a:hover, .nav ul li:hover a {
    background: #75335e;
}
.nav ul li ul {
    position: absolute;
    top: 46px;
    left: -999em;
    z-index: 800000;
    width: 112px;
    list-style-type: none;
    text-align: left;
    background: #75335e;
}
.nav ul li ul li {
    float: left;
    height: 28px !important;
    margin: 0;
    padding: 0 0;
    line-height: 28px;
    background: none;
}
.nav ul li ul li a {
    width: 100px;
    height: 28px !important;
    padding: 0 6px;
    padding-left: 16px;
    font-size: 12px !important;
    font-weight: lighter;
    line-height: 28px;
    color: #fff;
    text-transform: none;

    *padding: 0 6px;
}
.nav ul li ul li a:hover {
    width: 100px;
    padding: 0 6px;
    padding-left: 16px;
    color: #f60;
    background: #000;

    *padding: 0 6px;
}
.nav ul li:hover ul {
    left: 0;
}
.nav ul li.sfhover ul {
    left: 0;
}
/* wrap-container*/
.location {
    float: left;
    width: 981px;
    height: 30px;
    padding-left: 20px;
    line-height: 30px;
    color: #797979;
    background: url(location-bg.jpg) no-repeat;
    background-position: 4px 10px;
}
.location a {
    color: #797979;
}
.menu {
    float: left;
    width: 223px;
    height: auto;
}
.menu a {
    color: #333;
}
.menu h5 {
    float: left;
    width: 212px;
    height: 32px;
    margin-bottom: 5px;
    padding-left: 10px;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
    background: #333;
}
.menu ul {
    float: left;
    width: 222px;
}
.menu ul li.ch1 {
    float: left;
    width: 222px;
    height: auto;
    margin-bottom: 5px;
}
.menu ul li.ch1 a {
    float: left;
    width: 202px;
    height: 32px;
    padding-left: 10px;
    line-height: 32px;
    background: #eaeaea;
}
.menu ul.ch2 {
    display: none;
}
.menu ul.ch2 li a {
    float: left;
    width: 174px;
    height: 30px;
    margin-left: 30px;
    line-height: 30px;
    background: none;
}
.menu ul.ch2 li a:hover {
    text-decoration: underline;
}
/* wrap-footer */
.wrap-footer {
    width: 100%;
    height: 140px;
    background: url(wrap-footer-bg.jpg) repeat-x;
}
.footer {
    width: 1001px;
    height: 100%;
    margin: 0 auto;
}
.footer ul {
    float: left;
    width: 100%;
    height: 70px;
    margin-top: 15px;
}
.footer ul li {
    width: 45%;
}
.footer ul li p {
    font-weight: bold;
    line-height: 20px;
    color: #fff;
}
.footer-left {
    float: left;
    padding-left: 20px;
    text-align: left;
}
.footer-right {
    float: right;
    padding-right: 20px;
    text-align: right;
}
.footer .link {
    width: 200px;
    color: #999;
}
.footer em {
    display: block;
    float: left;
    width: 100%;
    height: 22px;
    line-height: 22px;
    color: #fff;
    text-align: center;
}
.footer em {
    margin-top: 15px;
}