@charset "UTF-8";

/* 基础样式重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font: 12px/140% Arial, "宋体", Helvetica, sans-serif, Verdana;
    color: #5a5a5a;
    background: #FFF;
    -webkit-text-size-adjust: none;
}

html, body {
    overflow: hidden;
}

table, td {
    font: 12px/140% Arial, "宋体", Helvetica, sans-serif, Verdana;
    color: #5a5a5a;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

img {
    border: 0;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #5a5a5a;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #00FF00;
}

ol, ul, li {
    list-style: none;
}

/* 布局容器样式 */
#scroll_container {
    font-family: 微软雅黑, Arial;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    line-height: 15px;
    overflow-x: auto;
    overflow-y: scroll;
    position: relative;
    width: 100%;
}

#scroll_container_bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

#canvas {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 99;
}

.cstlayer {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 99;
}

/* 导航菜单样式 */
.navigation, .wp_subtop, .navigation ul li {
    behavior: url(../../../script/pie.htc);
}

#nav_layer5430CF064CF63EC3BD221439C8F3E4D1, 
#nav_layer5430CF064CF63EC3BD221439C8F3E4D1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#nav_layer5430CF064CF63EC3BD221439C8F3E4D1 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    background-position: top left;
    background-repeat: repeat-x;
    background-color: transparent;
    background-image: url("static/images/dbj.jpg");
    line-height: 50px;
    height: 50px;
}

#nav_layer5430CF064CF63EC3BD221439C8F3E4D1 li.wp_subtop {
    text-align: center;
    float: left;
    height: 50px;
    line-height: 50px;
    background-image: url(static/images/png_bg.png);
    background-color: transparent;
    background-position: top left;
    background-repeat: repeat;
    width: 16.66%;
    z-index: 2;
}

#nav_layer5430CF064CF63EC3BD221439C8F3E4D1 li.wp_subtop:hover {
    background-color: transparent;
    background-position: top left;
    height: 50px;
    line-height: 50px;
    background-image: url("static/images/dhover.jpg");
    background-repeat: repeat-x;
}

#nav_layer5430CF064CF63EC3BD221439C8F3E4D1 li.wp_subtop > a {
    white-space: nowrap;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    display: block;
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

#nav_layer5430CF064CF63EC3BD221439C8F3E4D1 li.wp_subtop > a:hover {
    color: #666666;
    font-family: Microsoft YaHei;
    font-size: 16px;
}

/* 底部版权样式 */
.copyright_bar {
    background: #000;
    width: 100%;
    bottom: 20px;
    left: 0;
    text-align: center;
    position: fixed;
    z-index: 1000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

#copyright {
    margin: 0 auto;
    z-index: 800;
    bottom: 35px;
    font-size: 11px;
    font-family: Tahoma, Geneva, sans-serif;
    -webkit-text-size-adjust: none;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    padding-left: 13px;
}

#copyright .copyright_c {
    background: url(../images/copyright_logo.png) no-repeat left center;
    padding-left: 110px;
    color: #dedede;
    display: inline-block;
    font-family: 'microsoft yahei', Arial;
    font-size: 14px;
    margin-right: 13px;
}

/* 响应式调整 */
@media screen and (max-width: 1200px) {
    #canvas {
        width: 100%;
    }
    
    .full_content {
        width: 100% !important;
    }
}

/* 工具类 */
.overz {
    overflow: auto;
    zoom: 1;
    overflow-x: hidden;
    overflow-y: hidden;
}

.mn_12 {
    margin-bottom: 12px;
}