@charset "utf-8";
/* CSS Document */
/*页面公共样式*/
html, body {
    z-index: 0;
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
}
body, td, th {
    font-family: Arial, Calibri, "Times New Roman", "宋体", "楷体", "微软雅黑";
    font-size: 14px;
}
a:link {
    color: rgba(0,0,0,1.00);
    text-decoration: none;
}
a:visited {
    color: rgba(0,0,0,1.00);
    text-decoration: none;
}
a:hover {
    color: rgba(255,184,0,1.00);
    text-decoration: none;
}
a:active {
    color: #000000;
    text-decoration: none;
}
.cl {
    clear: both;
}
/*页头*/
header {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.header_bg {
    width: 100%;
    height: 100px;
    background-color: rgba(143,158,195,1.00);
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-down: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.header_box {
    width: 1080px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-down: 0px;
    position: relative;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.header_up {
    font-size: 36px;
    font-weight: bold;
    width: 500px;
    height: 40px;
    line-height: 36px;
    margin-top: 0px;
    top: 13px;
    position: relative;
    font-family: "Times New Roman", Arial, Calibri, "宋体", "楷体", "微软雅黑";
}
.header_down {
    font-size: 26px;
    width: 600px;
    height: 26px;
    line-height: 28px;
    position: relative;
    top: 20px;
    font-family: "Times New Roman", Arial, Calibri, "宋体", "楷体", "微软雅黑";
}
.header_logo {
    position: absolute;
    right: 0px;
    top: 10px;
}
/*页脚*/
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;/*脚部的高度*/
    clear: both;/*background-color: rgba(129,147,9,1.00);*/
}
.foot_box {
    font-size: 26px;
    width: 1080px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    height: 40px;/*脚部的高度*/
}
.foot_line {
    width: 100%;
    height: 1px;
    background-color: rgba(0,0,0,1.00);
    position: relative;
}
.foot_cnzz {
    float: right;	
}
/*导航*/
nav ul {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 1080px;
    text-align: center;
}
nav ul li {
	display: block;
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    float: left;
    height: 48px;
    line-height: 48px;
    color: #FFFFFF;
    width: 180px;
    text-align: center;
}
nav ul li a {
	display: block;
    font-weight: normal;
    color: rgba(255,255,255,1.00)!important;
}
nav ul li a:hover {
    color: rgba(254,214,38,1.00)!important;
}
nav ul li:hover {
    background-color: rgba(240,11,15,1.00);
    color: rgba(220,228,6,1.00)!important;
}
nav {
    width: 1500px;
    height: 48px;
    line-height: 48px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.nav_bg {
    height: 48px;
    background-color: rgba(31,21,61,1.00);
    width: 100%;
}
nav ul li ul {
    width: 150px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;/*background-color: rgba(237,1,5,1.00)!important;*/
}
nav ul li ul li {
    display: none;
    /*display: block;*/
    height: 48px;
    width: 100px;
    float: left;
    background-color: rgba(143,158,195,1.00);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid rgba(255,255,255,1.00);
    transition: 0.2s;
    font-weight: bold;
    transition: 0.3s;
    z-index: 99999!important;
    position: relative;
}
nav ul li:hover ul li{
    display: block;
}
nav ul li ul li:hover {
    background-color: rgba(240,11,15,1.00);
}
/*正文*/
#container {
    z-index: 0;
    min-height: 100%;
    height: auto !important;
    height: 100%; /*IE6不识别min-height*/
    position: relative;/*background-color: rgba(192,2,226,1.00);*/
}
#page {
    font-size: 26px;
    margin: 0 auto;
    width: 1080px;
    padding-bottom: 40px;/*等于footer的高度*//*background-color: rgba(74,138,18,1.00);*/
}
