@charset "utf-8";
/* CSS Document */
/*****************************全局样式*************************/
* {
    margin: 0px;
    padding: 0px;
}

body {
    font: 14px/1.5 "微软雅黑";
}

img, a img {
    border: none;
}

ul, ol, dl, dt, dd, select, option {
    list-style-type: none;
}

a {
    color: #373737;
    text-decoration: none;
}

    a:hover {
        color: #eb2025;
    }

/*****************top******************/
.top1 {
    margin:0 auto;
    width:100%;
    height:30px;
    background:#F2F3F5;
    line-height:30px;
}
.top2{
    margin:0 auto;
    width:1000px;
    height:30px;
}
.top1 a{
}
.hy{
    float:left;
    width:auto ;
    height:30px;
}
.xxsy{
    float:right;
    width:200px;
}


  /****************头部*****************/
 .top{
    margin:0 auto;
    width:100%;
    height:100px;
    background:url(/themes/Images/jyzq4/logo.png);
}
 .top-1{
     margin:0 auto;
     width:1000px;
     height:100px;
 }
.logo{
    float:left;
    width:1000px;
    height:80px;
    margin-top:10px;
}
.logo img{
    float:left;

}
.logo span{
    float:left;
    height:40px;
    font-size:24px;
    margin-top:27px;
    color:#fff;
}

.sz {
    float:right;
    width:360px;
    height:105px;
}

/***************************************/
.zqlb {
width:1000px;
margin:0 auto;
}
.zqlb-lf {
float:left;
width:300px;
height:1000px;
background-color:#c12d2d;
}
.zqlb-ri {
float:left;
width:700px;
height:1000px;
}
.yzyxlm {
width:300px;
height:1000px;
}
    .yzyxlm li {
    
    line-height:40px;
     color:#fff;
        font-size:16px;
    margin-top:2px;
    width:300px;
    background-color:#a01b1b;
    
    }

        .yzyxlm li a {
        margin-left:5px;
        color:#fff;
        font-size:16px;
        }

.yzyxlm-s {
    width:300px;
       display:none;
}
    .yzyxlm-s li {
    
    line-height:30px;
    font-size:14px;
    margin-top:1px;
    width:300px;
    background-color:#b05353;
     color:#fff;
        font-size:14px;
    }
    .yzyxlm-s li a {
        color:#fff;
        font-size:14px;
        }
    .yzyxlm-t {
    width:300px;
       display:none;
}
    .yzyxlm-t li {
    
    line-height:30px;
    font-size:14px;
    margin-top:1px;
    width:300px;
    background-color:#af7575;
     color:#fff;
        font-size:14px;
    }
    .yzyxlm-t li a {
        color:#fff;
        font-size:14px;
        }
    .active {
display:block;
}
/**************底部*************/
.footer{
    margin:0 auto;
    width:1000px;
    height:65px;
    
    background:#700005;
    color:#fff;
}
.footer1{
    margin:0 auto;
    width:1000px;
    height:65px;
    text-align:center;
    line-height:65px;
}



/* 根ul */
.lightTreeview
{
    margin: 0;
    padding: 0;
    float:left;
    list-style: none;
     font-family: 微软雅黑, 宋体, Arial, Helvetica, Verdana, sans-serif;
    font-size: 9pt;
    color: #000000;
}
/* 所有下级的菜单 */
.lightTreeview ul, .lightTreeview ol
{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
/* 所有的li */
.lightTreeview li
{
    line-height: 18px;
    padding: 1px 0 1px 16px;
    margin: 0;
    background: url(/Themes/Scripts/TreeView/images/treeview-gray-line.gif) 0 0 no-repeat;
}

/* li分枝结束 */
.lightTreeview li.branch-last
{
    background-position: 0 -1766px;
}
/* li节点 */
.lightTreeview li.node-normal
{
    background-position: 0 -176px;
}

/* li节点结束.默认为- */
.lightTreeview li.node-last
{
    background: url(/Themes/Scripts/TreeView/images/treeview-default.gif) 0 -111px no-repeat;
}
.lightTreeview li.node-last-open
{
    background-position: 0 -111px;
}
.lightTreeview li.node-last-close
{
    background-position: -32px -67px;
}

/* li去除一切线条 */
.treeview-noline li
{
    background-image: none;
}
.treeview-noline li.node-last
{
    background: url(/Themes/Scripts/TreeView/images/treeview-default.gif) -16px -89px no-repeat;
}
.treeview-noline li.node-last-open
{
    background-position: -16px -89px;
}
.treeview-noline li.node-last-close
{
    background-position: -48px -45px;
}


/* 节点+-图标 */
.lightTreeview li span.flex-ico
{
    background-image: url(/Themes/Scripts/TreeView/images/treeview-default.gif);
    background-repeat: no-repeat;
    float: left;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-left: -16px;
    background-position: -64px -23px;
}
.lightTreeview li span.flex-open
{
    background-position: -64px -23px;
}
.lightTreeview li span.flex-close
{
     background-position: -80px -1px;
}  


.lightTreeview li span.flex-none
{
    background-position: 0 0;
}
.treeview-noline li span.flex-close
{
    background-position: -48px -46px;
}
.treeview-noline li span.flex-open
{
    background-position: -16px -90px;
}

/* 红色风格 */
.treeview-red li
{
    background-image: url(/Themes/Scripts/TreeView/images/treeview-red-line.gif);
}
.treeview-red li span.flex-ico, .treeview-red li.node-last
{
    background-image: url(/Themes/Scripts/TreeView/images/treeview-red.gif);
}
/* 黑色风格 */
.treeview-black li
{
    background-image: url(/Themes/Scripts/TreeView/images/treeview-black-line.gif);
}
.treeview-black li span.flex-ico, .treeview-black li.node-last
{
    background-image: url(/Themes/Scripts/TreeView/images/treeview-black.gif);
}
/* 灰色风格 */
.treeview-gray li
{
    background-image: url(/Themes/Scripts/TreeView/images/treeview-gray-line.gif);
}
.treeview-gray li span.flex-ico, .treeview-gray li.node-last
{
    background-image: url(/Themes/Scripts/TreeView/images/treeview-gray.gif);
}
/* famfamfam风格 */
.treeview-famfamfam li
{
    background-image: url(/Themes/Scripts/TreeView/images/treeview-famfamfam-line.gif);
}
.treeview-famfamfam li span.flex-ico, .treeview-famfamfam li.node-last
{
    background-image: url(/Themes/Scripts/TreeView/images/treeview-famfamfam.gif);
}

/* 图标支持  * */
.treeview-file
{
    padding-left: 16px;
    background: url(/Themes/Scripts/TreeView/images/file.gif) 0 0 no-repeat;
}
.treeview-folder
{
    padding-left: 16px;
    background: url(/Themes/Scripts/TreeView/images/folder-open.gif) 0 0 no-repeat;
}
.treeview-folder-close
{
    padding-left: 16px;
    background: url(/Themes/Scripts/TreeView/images/folder-close.gif) 0 0 no-repeat;
}
.lightTreeview li div img
{
    padding-top:2px;
    padding-bottom:2px;
    padding-right:2px;
    vertical-align: middle;
}
.collapsableselected
{
  color:#ccc;
    
}