@charset "utf-8";
/*common start*/
html {
    color: #454545;
    font: 13px/22px "Microsoft Yahei",Tahoma,Verdana,Arial,Helvetica,Sans-Serif;
    margin: 0 auto;
    padding: 0;
}
body, label, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
body {
    background: none repeat scroll 0 0 #ffffff;
}
div {
    margin: 0 auto;
}
ul, ol, li, dl, dt {
    list-style: none outside none;
}
img, a img {
    border: 0 none;
}
em {
    font-size: 12px;
    font-style: normal;
}
h1, h2 {
    font-family: "Microsoft Yahei";
    font-size: 20px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 14px;
}
a:link, a:visited {
    color: #333333;
    outline: medium none;
    text-decoration: none;
}
a:hover {
    color: #009900;
    text-decoration: none;
}
.header{
    height:350px;
    
}
.inner{
    width: 1000px;
    margin:0 auto;
}
.head_top{
    height:102px;
}
.logo_header{
    float: left;
    margin-top: 15px;
    overflow: hidden;
    width: 450px;
}
.logo_header a{
    background: url("../images/logo.png") no-repeat;
    display: block;
    height: 68px;
    text-indent: -9999em;
    width: 450px;
}
.head_right{
    float: right;
    margin-top: 40px;
    margin-right: 40px;
}
.head_right .center a:hover{
    color: #c00;
}
.clearfix{
    clear:both;
}
.head_nav{
    background: url("../images/bg_nav.jpg") no-repeat;
    height: 37px;
    margin-top: 10px;
    overflow: visible;
    width: 1000px;
}
.dropmenu {
    margin: 0 auto;
    overflow: visible;
    padding: 0 10px;
    position: relative;
    width: 960px;
    z-index: 300;
}
.dropmenu a.topmenu {
    color: #fff;
    display: block;
    font-family: "Microsoft Yahei",Arial,"Lucida Grande",Verdana,sans-serif;
    font-size: 15px;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 118px;
}
.dropmenu li .topmenu:hover {
    background-color: #fff;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    color: #090;
    width: 116px;
}
.dropmenu .cur .topmenu {
    background: url("../images/bg_nav_hover.jpg") repeat-x scroll center center;
    border-left: 1px solid #1e7e04;
    border-right: 1px solid #1e7e04;
    color: #fff;
    width: 116px;
}
.dropmenu li {
    float: left;
    position: relative;
    z-index: 10000;
}
.dropmenu li:hover .topmenu, .dropmenu li .topmenu:hover, .dropmenu .cur .topmenu:hover {
    background: none repeat scroll 0 0 #fff;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    color: #090;
    text-decoration: none;
    width: 116px;
}
.dropmenu li:last-child a {
    border-right: medium none;
}
.dropmenu li:hover {
    position: relative;
}
.dropmenu ul {
    display: none;
    float: left;
    left: 0;
    position: absolute;
    top: 37px;
    z-index: 10000;
}
.dropmenu ul li {
    display: block;
    float: left;
    font-weight: normal;
}
.dropmenu li:hover > ul {
    display: block;
}
.dropmenu li .narnav {
    background: url("../images/bg_narnav.png") no-repeat scroll center bottom;
    padding-bottom: 15px;
    width: 118px;
}
.dropmenu li .narnav li {
    text-align: center;
    width: 118px;
}
.ennav .dropmenu li .narnav li {
    padding-left: 10px;
    text-align: left;
    width: 118px;
}
.dropmenu li .narnav li a {
    background: url("../images/icon_line.jpg") no-repeat scroll left center;
    color: #666;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    padding-left: 10px;
    text-align: center;
}
.dropmenu li .narnav li a:hover {
    background: url("../images/icon_line_hover.jpg") no-repeat scroll left center;
    color: #090;
}

.pagebanner {
    clear: both;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    width: 1000px;
}
.pagebanner img {
    height: 200px;
    width: 1000px;
}
.main_wrapper {
    margin: 0 auto;
    width: 1000px;
}
.page_container {
    background: url("../images/bg_container.jpg") no-repeat scroll 190px -250px #fff;
    clear: both;
}
.content {
    float: right;
    overflow: hidden;
    padding-bottom: 20px;
   
}
.breadcrumb {
    background: url("../images/icon_dot.jpg") repeat-x scroll center 25px;
    font-size: 13px;
    height: 30px;
    line-height: 25px;
    margin-top: 15px;
}
.catname {
    background: url("../images/icon_arr_r.jpg") no-repeat scroll left center;
    border-bottom: 1px solid #090;
    color: #090;
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding-left: 6px;
    vertical-align: bottom;
}
.crumb_right {
    color: #666;
    float: right;
}
.crumb_right {
    color: #666;
    float: right;
}
.crumb_right img {
    margin-right: 5px;
    vertical-align: baseline;
}
.crumb_right a:link, .crumb_right a:visited {
    color: #666;
    font-size: 13px;
    line-height: 25px;
}
.crumb_right a:hover {
    color: #333;
}
.textcontent {
    min-height: 350px;
}

.pagebreak {
    margin: 0 0 10px 0;
    text-align: center;
}
.post{
	min-height: 50px;
}
/*postlist*/
.postlist {
    min-height: 250px;
    overflow: hidden;
    padding: 0;
    width: 740px;
}
.postlist li {
    background: url("../images/icon.gif") no-repeat scroll 0 9px;
    border-bottom: 1px dashed #ddd;
    height: 20px;
    margin: 5px 0 8px;
    padding-bottom: 5px;
    padding-left: 12px;
}
.postlist li a {
    float: left;
    font-size: 13px;
    width: 640px;
}
.postlist li span {
    color: #999;
    float: right;
    font-size: 13px;
    text-align: right;
    width: 78px;
}
/*postlist*/

/*mixlist*/
.fl {
    float: left;
}
.fr {
    float: right;
}
.mixlist ul {
    clear: both;
    margin-top: 10px;
    width: 740px;
}
.mixlist ul li {
    clear: both;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 740px;
}
.mixlist ul li .fl {
    height: 130px;
    margin: 10px 0;
    width: 230px;
}
.mixlist ul li .fl img {
    height: 120px;
    width: 230px;
}
.mixlist ul li .fl img:hover {
    opacity: 0.7;
}
.mixlist ul li .fr {
    height: 120px;
    margin: 10px 0;
    width: 490px;
}
.mixlist ul li .fr h3 {
    clear: both;
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 0;
}
.mixlist ul li .fr h3 a {
    color: #090;
    font-size: 18px;
    line-height: 22px;
}
.mixlist ul li .fr h3 a:hover {
    color: #333;
}
.mixlist ul li .fr p.description {
    clear: both;
    color: #666;
    font-size: 13px;
    line-height: 22px;
}
.mixlist ul li .fr span.time {
    clear: both;
    color: #999;
    font-size: 12px;
    line-height: 22px;
}
.summary {
    text-indent: 2em;
    border: 1px solid #eee;
    font-size: 14px;
    font-family: Microsoft Yahei;
    color: #999;
    line-height: 20px;
    padding: 10px;
    margin-top: 10px;
 }          
/*mixlist*/
/*pagenavi*/
.pagenavi {
    clear: both;
    color: #666;
    font: 12px/24px Arial;
    padding: 15px 0;
    text-align: center;
}
.pagenavi span {
    padding: 0 5px;
}
.pagenavi a {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font: 12px/22px Arial,Helvetica,sans-serif;
    height: 22px;
    margin: 0 2px;
    padding: 0 8px;
}
.pagenavi a:hover {
    background: none repeat scroll 0 0 #090;
    border: medium none;
    color: #fff !important;
    height: 24px;
    line-height: 24px;
    margin: 0 3px;
    text-decoration: none;
}
.pagenavi a.select {
    cursor: default;
}
/*pagenavi*/
.sidebar {
    float: left;
    margin-bottom: 20px;
    margin-top: 15px;
    overflow: hidden;
    width: 210px;
}
.sidebar .title {
    width: 210px;
    background: url("../images/icon_dot.jpg") repeat-x scroll center center;
    height: 26px;
    line-height: 26px;
    margin: 5px auto;
    display: block;
    margin-top: 10px !important;
}
.left_bottom {
	background: url(../images/icon_line_hover.jpg) no-repeat scroll left center #fff;
	color: #090;
         float: left;
	padding-left: 10px;
         font-size: 15px;
}

.sidebar .title h3 {
    background: url("../images/icon_line_hover.jpg") no-repeat scroll left center #fff;
    color: #090;
    float: left;
    font-size: 15px;
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    padding-left: 10px;
    width: 68px;
}
.sidebar .sidenav {
    margin-top: 5px;
}
.sidebar .sidenav li a {
    background: url("../images/icon_arrow_li.png") no-repeat scroll 10px center;
    border-bottom: 1px dashed #dadada;
    display: block;
    height: 40px;
    line-height: 40px;
    text-indent: 28px;
    width: 210px;
}
.sidebar .sidenav li a:hover, .sidebar .sidenav li.cur a {
    background: url("../images/icon_arrow_li_hover.png") no-repeat scroll 10px center;
    border-bottom: 1px dashed #9c9;
    color: #090;
    text-decoration: none;
}
.sidebar .lentitle li a {
    text-indent: 32px !important;
}
.sidebar .sidenav li .submenu {
    margin-top: 8px;
}
.sidebar .sidenav li .submenu li {
    height: 25px;
    line-height: 25px;
}
.sidebar .sidenav li .submenu li a {
    background: url("../images/icon_line.jpg") no-repeat scroll 30px center;
    border-bottom: 0 none;
    color: #666;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    padding-left: 15px;
}
.sidebar .sidenav li .submenu li a:hover, .sidebar .sidenav li .submenu li.cur a {
    background: url("../images/icon_line_hover.jpg") no-repeat scroll 30px center;
    color: #090;
}
.footer {
    background: url("../images/bg_footer.jpg") no-repeat scroll left top;
    margin: 10px auto 0;
    min-height: 90px;
    padding-top: 2px;
    width: 1000px;
}
.foot_nav {
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 1000px;
}
.foot_nav ul {
    clear: both;
    overflow: hidden;
    width: 1000px;
}
.foot_nav ul li {
    background: url("../images/icon_line2.jpg") no-repeat scroll left center;
    display: inline;
    margin-left: 10px;
    padding-left: 15px;
}
.nb {
    background: none repeat scroll 0 0 !important;
}
.foot_nav ul li a, .foot_nav ul li a:visited {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.foot_nav ul li a:hover {
    color: #ffc;
}
.footer .inner {
    margin-top: 10px;
}
.footer p.btnav {
    color: #333;
    font-size: 12px;
    line-height: 22px;
}
.footer p.btnav a {
    color: #333;
    font-size: 12px;
    line-height: 22px;
    padding: 0 5px;
}
.footer p.btnav a:hover {
    color: #000;
}

