/*基础背景*/
body
{
    color:#000;/*默认字体颜色*/

}
/*默认超链接CSS*/
a{  text-decoration:none; cursor:hand; cursor:pointer}
a:hover{  text-decoration: dashed}
a.hot{color:#da4a03;}
a.hot:hover{ color:#da4a03; text-decoration: dashed}
.protab a{ color: #3c3b3b}
.protab a:hover{ color: #000}
.zy_index a{color: #6e6e6e}
.zy_index a:hover{color: #404040}
/*基础背景颜色*/
.bgWhite{ background-color: white}

.bg{ background-color: #F0FBEE}
.bg2{ background-color: #F1F1F1}
.bg3{background: #edf4ff;}
.bg4{ background: #007ae1}
.bg5{ background: none}
.bg6{ background: #12c8b1}
.bg7{ background: #fb7b00}
.bg8{ background: #2a2a2a}
.bg9{ background: #07a8ff}
.bg10{ background: #da4a03}
.bg11{ background: #c1c1c1}
.bg12{ background:#6bba2c}


/*基础字体颜色*/
.txtWhite{ color: white}
.txt { color: #646464;  }
/*基础标题字体颜色*/
.txt01{ color:#606060;}
.txt02{ color:#d3d3d3}
.txt03{ color:#fdffbc}
.txt05{color:#3f3f3f}
.txt06{color:#e24b00}
.txt07{color:#0075d7}
.txt08{color:#b0b0b0}

/*基础边框颜色*/
.borWhite{ border-color: white}
.borC{ border-color: #006ac3}
.borC2{ border-color:#e0e0e0}
.borC3{ border-color:#efaa88}
.borC4{ border-color:#e3e3e3}
.borC5{ border-color:#dbdbdb}
.borC6{ border-color: #ba460d}



.server .sosoTxt{ border: none; border-left: 1px solid #E7E7E7}
/*阴影*/
.shadow-in{
    -webkit-box-shadow:inset 0 0 10px #FFEEC1;
    -moz-box-shadow:inset 0 0 10px #FFEEC1;
    box-shadow:inset 0 0 10px #FFEEC1;
}
.shadow-in2{
    -webkit-box-shadow:inset 0 0 10px #49B140;
    -moz-box-shadow:inset 0 0 10px #49B140;
    box-shadow:inset 0 0 10px #49B140;
}
.shadow{
    -webkit-box-shadow:0 0 5px #CAD1BE;
    -moz-box-shadow:0 0 5px #CAD1BE;
    box-shadow:0 0 5px #CAD1BE;
}
/*table设置*/


/*分页*/
.fenyeBox a{background:#DEDEDE; border-radius: 3px; padding: 3px 8px; margin: 0 3px;}
.fenyeBox a:hover{background:#ec6c00; color: white}
.fenyeBox .back,.fenyeBox .next{ background:#DEDEDE;}
.fenyeBox .back:hover,.fenyeBox .next:hover{ background:#FF7D66}
.fenyeBox span{background:#0B9200; color:white; border-radius: 3px; padding: 3px 8px; margin: 0 3px;}
.fenyeBox label{color:#777777; }

/*私有设置*/
