@charset "utf-8";

/* -----------------------------------------------------
    Copyright (c) 2014, NACO! Inc. All rights reserved.
    Author: 309518707@qq.com
    CMS Version: iBTOB CMS 1.0
-------------------------------------------------------- */

/* 全局通用
----------------------------------------------- */
body {
    font-family: 'Microsoft Yahei', '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53', Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #333;
    background: #fff url('../images/main_bg.png') repeat-x 0 100px;
}

body, div, dl, dt, dd, ul, ol, li, p, form {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    padding: 0;
}

ul, ol {
    list-style: none;
}

img {
    border: 0;
}

hr {
    display: block;
    margin: 10px 0;
    *margin: 0;
    height: 1px;
    overflow: hidden;
    border: none;
    border-top: 1px #ddd solid;
}

a {
    text-decoration: none;
    color: #004C97;
}

a:hover {
    text-decoration: none;
    color: #f18d00;
}

input, textarea, select {
    vertical-align: middle;
}

*:focus {
    outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ccc;
}

.bold {
    font-weight: bold;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

*html .clearfix {
    height: 1%;
}

*+html .clearfix {
    height: 1%;
}

.none {
    display: none;
}

.hand {
    cursor: pointer;
}

a.external {
    background: transparent url('../images/new_window.gif') no-repeat right 2px;
    padding-right: 18px;
}

a.email {
    background: transparent url('../images/icon_small.gif') no-repeat right -94px;
    padding-right: 18px;
}

/* 页眉样式
----------------------------------------------- */
#hd {
    width: 990px;
    margin: 0 auto;
    height: 150px;
}

#hd .header {
    padding: 20px 0;
    height: 60px;
}

#hd .header .logo {
    float: left;
    width: 260px;
}

#hd .header .search {
    float: right;
    padding-top: 5px;
}

#hd .header .search dt {
    text-align: right;
}

#hd .header .search dt a {
    background: url('../images/icon_global.png') no-repeat 0 3px;
    padding: 3px 0 3px 38px;
}

#hd .header .search dt a:hover {
    background-position: 0 -57px;
}

#hd .header .search dd {
    margin-top: 8px;
}

#hd .header .search-in {
    float: left;
    border: 1px #999 solid;
    border-right: none;
    height: 25px;
    line-height: 25px;
    width: 200px;
    padding: 0 5px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

#hd .header .search-btn {
    float: left;
    border: 1px #999 solid;
    border-left: none;
    *border-left: 1px #999 solid;
    height: 27px;
    line-height: 27px;
    width: 25px;
    background: #fff url('../images/icons.png') no-repeat 5px 6px;
    cursor: pointer;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

#hd .header .search-btn:hover {
    background-position: 5px -54px;
}

/* 多级下拉菜单
----------------------------------------------- */
#hd .nav {
    width: 990px;
    height: 50px;
    background: url('../images/title_common.png') no-repeat 100% -145px;
    _height: 45px;
    _background-position: 100% -150px;
}

.smoothmenu {
    width: 100%;
}

.smoothmenu ul {
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*Top level list items*/
.smoothmenu ul li {
    position: relative;
    display: inline;
    float: left;
    margin-right: 15px;
    padding-top: 6px;
    padding-right: 30px;
    background: url('../images/nav_dividing.png') no-repeat 100% 0;
    _padding-top: 1px;
    _background-position: 100% -5px;
}

.smoothmenu ul li.current {
    
}

.smoothmenu ul li.current a,
.smoothmenu ul li.current a:link,
.smoothmenu ul li.current a:visited {
    /*border-bottom: 2px solid #1879c0;*/
    color: #F0B500;
}

/*Top level menu link items style*/
.smoothmenu ul li a {
    display: block;
    padding: 8px 0;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

* html .smoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}

.smoothmenu ul li a:link, .smoothmenu ul li a:visited {
    color: #fff;
    /*border-bottom: 2px solid #5fafeb;*/
}

.smoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
    color: #9EDB20;
}

.smoothmenu ul li a:hover {
    color: #9EDB20;
    /*border-bottom: 2px solid #1879c0;*/
}
	
/* sub menus */
.smoothmenu ul li ul {
    position: absolute;
    left: -3000px;
    display: none; /*collapse all sub menus to begin with*/
    visibility: hidden;
    background: #005097;
    margin-top: 6px;
    _margin-top: 4px;
    margin-left: -15px;
    padding: 0 15px 10px;
    width: 220px;
    opacity: 0.95;
}

/*Sub level menu list items (alters style from Top level List Items)*/
.smoothmenu ul li ul li {
    display: list-item;
    float: none;
    margin-right: 0;
    padding: 0;
    border-top: 1px #5483b7 solid;
    background: none;
}
.smoothmenu ul li ul li:last-child {
    
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.smoothmenu ul li ul li ul {
    top: 0;
    margin-left: 30px;
    margin-top: -1px;
}

/* Sub level menu links style */
.smoothmenu ul li ul li a {
    width: 100%; /*width of sub menus*/
    padding: 8px 0;
    font-size: 14px;
    font-weight: 400;
    border-bottom: none;
    margin: 0;
    color: #ddd;
}

.smoothmenu ul li.current ul li a:link,
.smoothmenu ul li.current ul li a:visited,
.smoothmenu ul li ul li a:link,
.smoothmenu ul li ul li a:visited {
    color: #ddd;
    border-bottom: none;
}

.smoothmenu ul li.current ul li a.selected,
.smoothmenu ul li ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
    /*background-color: #1879c0 !important;*/
    color: #9EDB20;
}

.smoothmenu ul li.current ul li a:hover,
.smoothmenu ul li ul li a:hover { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
    color: #9EDB20;
    font-weight: bold;
}

/* Holly Hack for IE \*/
* html .smoothmenu {
    height: 1%; /*Holly Hack for IE7 and below*/
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
    position: absolute;
    top: 16px;
    right: 35px;
}

.rightarrowclass {
    position: absolute;
    top: 14px;
    right: 0;
    _right: 15px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    margin-left: 45px;
    padding-left: 30px;
    background-color: #ccc; /* generally should be just a little lighter than the box-shadow color for CSS3 capable browsers */
    *display: none;
}

.toplevelshadow {
    margin: 5px 0 0 5px; /* in NON CSS3 capable browsers gives the offset of the shadow */
    opacity: 0.6; /* shadow opacity mostly for NON CSS3 capable browsers. Doesn't work in IE */
}

.ddcss3support .ddshadow.toplevelshadow {
    margin: 0; /* in CSS3 capable browsers overrides offset from NON CSS3 capable browsers, allowing the box-shadow values in the next selector to govern that */
    /* opacity: 1; */ /* optionally uncomment this to remove partial opacity for browsers supporting a box-shadow property which has its own slight gradient opacity */
}

.ddcss3support .ddshadow {
    background-color: transparent;
    box-shadow: 2px 2px 3px #333; /* box-shadow color generally should be a little darker than that for the NON CSS3 capable browsers background-color */
    -moz-box-shadow: 2px 2px 3px #333;
    -webkit-box-shadow: 2px 2px 3px #333;
}

/* 主内容区域
----------------------------------------------- */
#main, #page-main {
    margin: 0 auto;
    background: #fff;
    width: 990px;
    padding: 1px;
    overflow: hidden;
}

#banner {
    position: relative;
    width: 990px;
    height: 410px;
    overflow: hidden;
}

#page-main .banner {
    width: 990px;
    height: 170px;
    overflow: hidden;
}

#banner #slider-wrap {
    
}

#banner #slider-wrap .picture {
    width: 990px;
    height: 410px;
}

#banner #slider-wrap .picture img {
    width: 990px;
    height: 410px;
}

#banner #slider-wrap .tagline-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000;
    width: 990px;
    height: 120px;
    filter: alpha(opacity=50); /* IE私有属性 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 */
    -moz-opacity: 0.5; /* Firefox私有属性 */
    opacity: 0.5; /* 支持CSS3的浏览器（FF 1.5也支持）*/
}

#banner #slider-wrap .tagline {
    position: absolute;
    width: 550px;
    top: 300px;
    left: 20px;
    color: #fff;
}

#banner #slider-wrap .tagline h4 {
    font-size: 20px;
}

#banner #slider-wrap .tagline p {
    font-size: 14px;
    line-height: 1.6em;
}

#banner #slider-wrap .tagline a {
    color: #F0B500;
    text-decoration: underline;
}

#banner #slider-pager {
    position: absolute;
    right: 20px;
    bottom: 40px;
}

#banner #slider-pager li {
    float: left;
    margin-left: 5px;
}

#banner #slider-pager li a {
    display: block;
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: url('../images/slide_btn.png') no-repeat 0 0;
    opacity: .65;
}

#banner #slider-pager li a:hover {
    opacity: 1 !important;
}

#banner #slider-pager li a.usl-current {
    opacity: 1 !important;
    background-image: url('../images/slide_btn_active.png');
}

#cate-show {
    margin-top: 25px;
}

#cate-show .col-left {
    float: left;
    width: 640px;
}

#cate-show .col-left dl {
    float: left;
    width: 200px;
    margin-left: 20px;
}

#cate-show .col-left dl.first {
    margin-left: 0;
}

#main-content .col-left .cate-show dt,
#cate-show .col-right dt,
#cate-show .col-left dt {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background: url('../images/title_common.png') repeat-x 0 0;
    font-size: 14px;
    font-weight: bold;
}

#main-content .col-left .cate-show  dt a,
#cate-show .col-left dt a {
    display: block;
    width: 180px;
    padding: 0 10px;
}

#main-content .col-left .cate-show  dt a strong,
#cate-show .col-left dt a strong {
    display: block;
    background: url('../images/icons.png') no-repeat 100% -470px;
}

#main-content .col-left .cate-show  dt a:hover,
#cate-show .col-left dt a:hover {
    color: #fff;
    background: url('../images/main_bg.png') repeat-x 0 -158px;
}

#main-content .col-left .cate-show  dt a:hover strong,
#cate-show .col-left dt a:hover strong {
    background: url('../images/arrow_right_white.png') no-repeat 100% 10px;
    _background: none;
}

#main-content .col-left .cate-show  dd,
#cate-show .col-left dd {
    margin-top: 13px;
}

#main-content .col-left .cate-show  dd.desc,
#cate-show .col-left dd.desc {
    margin-top: 5px;
    line-height: 1.6em;
    color: #666;
}

#main-content .col-left .cate-show  dd.desc a,
#cate-show .col-left dd.desc a {
    text-decoration: underline;
}

#cate-show .col-right {
    float: left;
    width: 310px;
    margin-left: 40px;
}

#cate-show .col-right dt {
    padding: 0 10px;
    color: #fff;
    background-position: 0 -40px;
}

#cate-show .col-right dt a {
    float: right;
    padding-right: 10px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    background: url('../images/arrow_right_white.png') no-repeat 100% 10px;
    _padding-right: 0;
    _background: none;
}

#cate-show .col-right dd {
    margin-top: 10px;
    padding-left: 20px;
    background: url('../images/icons.png') no-repeat 0 -257px;
}

#cate-show .col-right dd.first {
    padding-bottom: 10px;
    background-position: 0 -117px;
    border-bottom: 1px #ccc dotted;
}

#cate-show .col-right dd.first p {
    font-weight: bold;
}

#cate-show .col-right dd em {
    display: block;
    font-style: normal;
    color: #666;
}

#page-main .location {
    padding-top: 10px;
    overflow: hidden;
}

#page-main .location span {
    background: url('../images/icons.png') no-repeat 100% -476px;
    padding: 0 8px;
    margin-right: 8px;
    *display: inline-block;
}

#page-main .location a {
    color: #999;
}

#page-main .location a:hover {
    color: #004C97;
}

#main-content {
    margin-top: 20px;
    _padding-bottom: 20px;
}

#main-content .col-left {
    float: left;
    width: 200px;
    margin-right: 30px;
}

#main-content .col-middle {
    float: left;
    width: 520px;
    overflow: hidden;
    margin-right: 30px;
}

#main-content .col-main {
    float: left;
    width: 760px;
    overflow: hidden;
}

#main-content .col-right {
    float: left;
    width: 210px;
}

#main-content .col-left .cate-show {
    
}

#main-content .page-base h1 {
    position: relative;
    padding-bottom: 8px;
    margin: 0;
    font-size: 20px;
    border-bottom: 5px #004e97 solid;
}
#main-content .page-base h1 a.rss {
    position: absolute;
    right: 0;
    top: 6px;
    _top: 1px;
    width: 50px;
    height: 20px;
    background: url('../images/icon-rss.gif') no-repeat 50% 50%;
}
#main-content .page-base p {
    padding: 10px;
    margin: 1px 0 0;
    line-height: 1.6em;
    font-size: 13px;
    color: #555;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    background: #C6C7C9 url('../images/gray-bg.png') repeat-x 0 0;
    word-break: break-all;
}
#main-content .page-title {
    margin-top: -20px;
}
#main-content .page-title h1 {
    line-height: 1.6em;
    color: #004e97;
    font-size: 18px;
    text-align: center;
}
#main-content .page-title .tool {
    position: relative;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 2px 10px;
    background: #f9f9f9;
    color: #555;
    font-size: 12px;
}
#main-content .page-title .tool .rss {
    position: absolute;
    right: 0;
    top: 2px;
}
#main-content .page-title .time {
    margin-bottom: 10px;
    font-size: 12px;
    text-align: center;
    color: #999;
}

#main-content .next-result {
    margin-top: 30px;
    padding-top: 5px;
    border-top: 1px #ccc solid;
}
#main-content .next-result p {
    margin: 10px 0;
}
#main-content .next-result em {
    color: #999;
}

#bdshare {
    position: absolute;
    left: 0;
    top: 0;
}

#main-content .node-content {
    margin-top: 25px;
    word-break: break-all;
}

#main-content .node-content dt {
    padding-bottom: 5px;
    padding-left: 15px;
    font-weight: bold;
    font-size: 15px;
    color: #004e97;
    border-bottom: 1px #ccc dotted;
    background: url('../images/icons.png') no-repeat -25px -474px;
}

#main-content .node-content dd {
    padding-top: 10px;
    padding-left: 15px;
    line-height: 1.8em;
    font-size: 14px;
}

#main-content .page-content {
    padding: 20px 0 0;
    line-height: 1.8em;
    font-size: 14px;
    color: #333;
    word-break: break-all;
}

#main-content .node-content img,
#main-content .page-content img {
    max-width: 460px;
    height: auto;
}

#main-content .node-content p,
#main-content .page-content p {
    margin-bottom: 15px;
}

#main-content .node-content ol,
#main-content .node-content ul,
#main-content .page-content ol,
#main-content .page-content ul {
    padding-left: 1px;
    overflow: hidden;
    margin-bottom: 5px;
}

#main-content .node-content ol.indent,
#main-content .node-content ul.indent,
#main-content .page-content ol.indent,
#main-content .page-content ul.indent {
    padding-left: 2em;
}

#main-content .page-content li {
    padding-left: 15px;
    margin-bottom: 5px;
    background: url('../images/icon_circle.gif') no-repeat 0 9px;
}

#main-content .node-content li {
    padding-left: 15px;
    margin-bottom: 5px;
    background: url('../images/icon_circle.gif') no-repeat 0 9px;
}
#main-content .node-content table,
#main-content .page-content table {
    background: #fff;
    margin: 10px 0;
    line-height: 1.5em;
    font-size: 12px;
    border-collapse: collapse;
}
#main-content .node-content td,
#main-content .page-content td {
    padding: 5px;
    border: 1px #ccc solid;
    background: #fcfcfc;
}

#main-content dl.list {
    margin: 15px 0;
    padding-bottom: 15px;
    overflow: hidden;
    border-bottom: 1px #ccc dotted;
}
#main-content dl.list dt {
    font-size: 14px;
}
#main-content dl.list dt span {
    color: #f18d00;
    margin-right: 15px;
    font-size: 12px;
}
#main-content dl.list dt strong a {
    
}
#main-content dl.list dd {
    margin-top: 10px;
    color: #555;
}
#main-content dl.list dd .time {
    display: block;
    padding-bottom: 5px;
    color: #999;
}
#main-content dl.list dd .more a {
    
}
#main-content dl.list .thumb {
    float: left;
    padding-right: 15px;
    padding-bottom: 10px;
}

#main-content dl.pic-list {
    padding: 10px 0;
    margin-left: -15px;
}
#main-content dl.pic-list dd {
    width: 150px;
    height: 128px;
    overflow: hidden;
    float: left;
    border: 1px #ccc solid;
    padding: 5px;
    margin: 15px 0 10px 15px;
    _margin: 15px 5px 0px;
    text-align: center;
    box-shadow: 2px 2px 3px #ddd;
    -moz-box-shadow: 2px 2px 3px #ddd;
    -webkit-box-shadow: 2px 2px 3px #ddd;
}
#main-content dl.pic-list dd img {
    
}
#main-content dl.pic-list dd span {
    display: block;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}
#main-content dl.pic-list dd a:hover img {
    background: rgba(0,0,0,0.01);
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;    
    filter: alpha(opacity=85);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    -moz-opacity: 0.85;
    opacity: 0.85;
}
#main-content dl.pic-list dd.clearfix {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: none;
}

#main-content dl.headline {
    padding: 15px;
    background: #f9f9f9;
    border-bottom: none;
}
#main-content .indent p {
    text-indent: 2em;
}

#main-content .events-base {
    margin-bottom: 20px;
    padding: 1em 2em;
    overflow: hidden;
    background: #f9f9f9;
}
#main-content .events-base img {
    margin-right: 15px;
    width: 150px;
    height: 100px;
}
#main-content .events-base p {
    margin-bottom: 4px;
    line-height: 1.5em;
}
#main-content .events-base .time {
    font-weight: bold;
    color: #004e97;
}
#main-content .content-img { text-align: center; }
#main-content .content-img img {
    margin: 0 auto;
    padding: 10px;
    border: 1px #ddd solid;
}

#sub-cates {
    margin-top: 30px;
}

#sub-cates dl {
    float: left;
    width: 250px;
    height: 210px;
    margin-bottom: 25px;
    border-bottom: 1px #004e97 solid;
}

#sub-cates dt {
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 15px;
}

#sub-cates dl.fr {
    float: right;
}

#sub-cates dd.desc {
    padding-top: 5px;
    line-height: 1.6em;
    color: #888;
    word-break: break-all;
}

#sub-cates dd.pic a {
    display: block;
    width: 250px;
    height: 100px;
}

#sub-cates dd.pic a:hover {
    background: #000;
}

#sub-cates dd a:hover img {
    background: rgba(0,0,0,0.01);
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    -ms-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;    
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    opacity: 0.8;
}

#page-related dl {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

#page-related dt {
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #004e97;
    border-bottom: 2px #004e97 solid;
}

#page-related dl.first dt {
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 5px #004e97 solid;
}

#page-related dd {
    margin-bottom: 5px;
}

#page-related .contact dd div {
    margin-bottom: 5px;
    color: #555;
}

#page-related .contact dd div label {
    color: #999;
}

#page-related .contact .tel span,
#page-related .contact .fax span {
    font-size: 16px;
    color: #004e97;
    font-family: "Trebuchet MS";
}

#page-related .links dd a,
#page-related .links dd a:visited { color: #555; }

#page-related .links dd a span {
    display: inline-block;
    background: url('../images/right_blue.gif') no-repeat -3px 4px;
    padding-left: 10px;
}

#page-related .links dd a:hover span {
    color: #f18d00;
    background-image: url('../images/right_orange.gif');
    cursor: pointer;
}

#page-related .images dd { margin-bottom: 10px; }
#page-related .images dd img { width: 210px; }

#page-related .textblock dd { line-height: 1.5em; }
#page-related .textblock dd p {
    margin-bottom: 5px;
}

#page-related .downloads dd {
    padding-left: 22px;
    margin-bottom: 10px;
    background: url('../images/ico_ext.png') 0 -861px no-repeat;
}
#page-related .downloads dd a { color: #555; }
#page-related .downloads dd a:hover { color: #f18d00; }
#page-related .downloads dd p {
    font-size: 10px;
    color: #999;
}

.pdf { background: url('../images/ico_ext.png') 0 3px no-repeat !important; }
.doc, .docx { background: url('../images/ico_ext.png') 0 -93px no-repeat !important; }
.xls, .xlsx { background: url('../images/ico_ext.png') 0 -189px no-repeat !important; }
.ppt, .pptx { background: url('../images/ico_ext.png') 0 -285px no-repeat !important; }
.zip, .rar { background: url('../images/ico_ext.png') 0 -381px no-repeat !important; }
.jpg, .bmp, .png, .gif, .jpeg { background: url('../images/ico_ext.png') 0 -669px no-repeat !important; }
.swf, .flv { background: url('../images/ico_ext.png') 0 -957px no-repeat !important; }
.txt, .rtf { background: url('../images/ico_ext.png') 0 -477px no-repeat !important; }
.chm { background: url('../images/ico_ext.png') 0 -1149px no-repeat !important; }

#side-nav {
    margin-bottom: 40px;
}

#side-nav h4 {
    position: relative;
    padding-bottom: 8px;
    margin: 0;
    border-bottom: 5px #F18D00 solid;
    font-size: 20px;
    color: #004e97;
}

#side-nav h4 span {
    position: absolute;
    top: -1px;
    *top: 6px;
    margin-left: 10px;
    color: #ccc;
    font-weight: 100;
    font-size: 8pt;
}

#side-nav h4 span:first-letter {
    font-size: 18pt;
    text-transform: uppercase;
}

#side-nav ul {
    padding-top: 4px;
}

#side-nav ul li {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px #F18D00 solid;
    font-size: 14px;
}

#side-nav ul li a {
    padding-left: 20px;
    background: url('../images/icons.png') no-repeat 0 -115px;
    color: #333;
}

#side-nav ul li a:hover {
    color: #004e97;
}

#side-nav ul li a.current {
    font-weight: bold;
    color: #004e97;
}

#side-nav ul li.active {
    
}

#side-nav ul li ul {
    display: none;
    padding-top: 3px;
}

#side-nav ul li ul li {
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: none;
    font-size: 12px;
}

#side-nav ul li ul li a {
    background-position: 0 -257px;
}

#side-nav ul li ul li a.current {
    background-position: 0 -117px;
}

#webmap {
    margin-left: -10px;
}

#webmap .clearfix { _margin-left: -5px; }

#webmap .page-base {
    margin-left: 10px;
    margin-bottom: 20px;
}

#webmap .page-base p {
    color: #555;
}

#webmap .rootnode {
    float: left;
    width: 240px;
    margin-left: 10px;
    _margin-left: 8px;
    margin-bottom: 10px;
    height: 100%;
    overflow: hidden;
    font-size: 15px;
    font-weight: bold;
}

#webmap .index { display: none; }

#webmap .rootnode a {
    display: block;
    padding: 3px 10px;
    background: #004e97;
    color: #fff;
}

#webmap .activenode {
    background: #f9f9f9;
}

#webmap .activenode a {
    background: #F18D00;
}

#webmap .rootnode a:hover {
    background: #F18D00;
}

#webmap .rootnode ul {
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

#webmap .rootnode ul li {
    margin: 5px 0;
    font-size: 14px;
    padding-left: 18px;
    padding-bottom: 8px;
    border-bottom: 1px #ddd solid;
    background: url('../images/icons.png') 0 -116px no-repeat;
    overflow: hidden;
}

#webmap .rootnode ul li a {
    display: inline;
    padding: 0;
    background: none;
    color: #555;
}

#webmap .rootnode ul li a:hover {
    background: none;
    color: #004e97;
}

#webmap .rootnode ul li ul {
    padding: 0;
}

#webmap .rootnode ul li ul li {
    font-size: 12px;
    font-weight: normal;
    background-position: 0 -257px;
    _background-position: 0 -255px;
    border-bottom: none;
    padding-bottom: 0;
}

/* 分页样式
----------------------------------------------- */
.pager {
    padding: 10px 0;
    overflow: hidden;
    font-size: 12px;
    clear: both;
}
.pager span {
    float: left;
    margin: 0px 5px 0 0;
}
.pager a {
    float: left;
    margin: 0 5px 0 0;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 3px 7px;
    text-decoration: none;
    color: #666;
}
.pager a.now_page, .pager a.now_page:hover {
    color: #fff;
    background: #004e98;
    border-color: #039;
}
.pager a:hover {
    border-color: #999;
}
.pager a.page_total {
    display: none;
}
.pager a.page_total:hover {
    border-color: #ddd;
}

/* 表单样式
----------------------------------------------- */
form.contact {
    padding: 25px 0 15px;
    overflow: hidden;
}
form.contact p { clear: both; } 
form.contact input {
    width: 512px;
    border: 1px solid #bfbfbf;
    padding: 3px;
    background: none repeat scroll 0 0 #f9f9f9;
}
form.contact div {
    clear: both;
    float: none;
}	
form.contact label {
    padding: 15px 0 5px 0;
    clear: left;
    display: block;
    font-size: 14px;
}		
form.contact label span {
    color: #F18D00;
}	
form.contact select {
    float: left;
    padding: 2px;
    border: 1px solid #bfbfbf;
    background: none repeat scroll 0 0 #f9f9f9;
}
form.contact select#salutation { width: 239px; }
form.contact select#subject { width: 520px; }
form.contact textarea#content {
	max-width: 514px;
	min-width: 514px;
	min-height: 100px;
	max-height: 500px;
	width: 514px;
	height: 100px;
	border: 1px solid #bfbfbf;
	padding: 2px;
	float: left;
	margin-bottom: 15px;
	background: none repeat scroll 0 0 #f9f9f9;
	font:10pt/1.4em Arial, Helvetica, sans-serif;
}
form.contact p.required {
    width: 100%;
    padding-bottom: 6px;
    font-size: 14pt;
    border-bottom: 1px #004e97 solid;
    font-weight: bold;
    color: #004e97;
}
form.contact p.required span {
    padding: 0 10px;
    font-size: 9pt;
    color: #999;
    font-weight: normal;
}
form.contact p.required span strong {
    color: #F18D00;
}
form.contact input:focus,
form.contact select:focus,
form.contact textarea#content:focus {
    border-color: #004e97;
    background-color: #fcfcfc;
}
form.contact div.button {
    padding: 15px 0;
    float: right;
}
form.contact div.button input {
    float: left;
    margin-left: 10px;
    width: 100px;
    height: 28px;
    line-height: 28px;
    border: 0px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
form.contact div.button input.reset {
    background: #ccc url('../images/title_common.png') repeat-x 0 -5px;
    color: #555;
}
form.contact div.button input.reset:hover {
    background-position: 0 0;
    color: #333;
}
form.contact div.button input.submit {
    background: #F18D00 url('../images/title_common.png') repeat-x 0 -42px;
}
form.contact div.button input.submit:hover {
    background-position: 0 -40px;
}
form.contact div.lcol {
    width: 253px;
    float: left;
    clear: none;
}
form.contact div.lcol input { width: 239px; }
form.contact div.rcol {
    width: 260px;
    float: left;
    clear: none;
}
form.contact div.rcol input { width: 259px; }

form.contact input.input_validation-failed,
form.contact textarea#content.input_validation-failed,
form.contact select.input_validation-failed {
    border-color: #F18D00;
    background: #FFFCF7;
    color:red;
}

/* 页脚区域
----------------------------------------------- */
#ft {
    margin: 50px auto 0;
    background: #fff;
    width: 990px;
    _margin-top: 30px;
}

#ft .copyright {
    height: 30px;
    line-height: 30px;
    background: #ccc;
    padding: 0 15px;
}

#ft .copyright .link {
    float: right;
}

#ft .copyright .link span {
    margin: 0 5px;
    color: #999;
}

#ft .copyright a {
    color: #333;
}

#ft .copyright a:hover {
    color: #004C97;
}

#ft .nav {
    padding: 15px;
    overflow: hidden;
    background: #004e97;
    color: #fff;
}

#ft .nav dl {
    float: left;
    margin-right: 55px;
}

#ft .nav dl.last {
    margin-right: 15px;
}

#ft .nav dt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

#ft .nav dd {
    line-height: 22px;
}

#ft .nav dd a {
    color: #ccc;
}

#ft .nav dd a:hover {
    color: #fff;
}

#ft .beian {
    margin-top: 25px;
    border-top: 1px #003260 solid;
    text-align: center;
    font-size: 12px;
}

#ft .beian .bd {
    padding-top: 15px;
    border-top: 1px #4d83b6 solid;
}

#ft .beian a {
    display: inline-block;
    height: 45px;
    line-height: 18px;
    border: 1px #ddd solid;
    padding: 2px 8px;
    margin: 0 20px;
}

#ft .beian a:hover {
    text-decoration: none;
}
#ft .beian a span {
    display: block;
    padding-top: 4px;
    color: #999;
}
#ft .beian a.gs {
    padding-left: 50px;
    background: #fff url('../images/gs.jpg') 3px 50% no-repeat;
}
#ft .beian a.gaj {
    padding-left: 50px;
    background: #fff url('../images/gaj.jpg') 3px 50% no-repeat;
}
#ft .beian a.hd315 {
    padding-left: 45px;
    background: #fff url('../images/hd315.jpg') 3px 50% no-repeat;
}
#ft .beian a.smfws {
    padding-left: 45px;
    background: #fff url('../images/smfws.jpg') 3px 50% no-repeat;
}
#ft .beian a.cxwz {
    padding-left: 55px;
    background: #fff url('../images/cxwz.gif') 3px 50% no-repeat;
}
#ft .beian a.cxwz span { padding-top: 12px; }

/* 右侧浮动工具
----------------------------------------------- */
/* 解决IE6下滚动抖动的问题 */
*html {
    background-image: url(about:blank);
    background-attachment: fixed;
}

#tbox {
    width: 54px;
    float: right;
    position: fixed;
    right: 50px;
    bottom: 100px;
    /* 解决IE6下不兼容 position:fixed 的问题 */
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
    _margin-bottom: 15px;
}

#tbox #sina_weibo, #tbox #weixin, #tbox #gotop, #tbox #closetbox {
    width: 54px;
    height: 54px;
    background: url('../images/icon_right_tool.png') no-repeat;
    display: block;
}

#tbox #sina_weibo{ background-position: 0 0; }
#tbox #weixin{ background-position: 0 -54px; }
#tbox #gotop{ background-position: 0 -108px; }
#tbox #closetbox{ background-position:0 -163px; }