﻿ul li {
    list-style-type: none;
    list-style: none;
}
a,
img {
    border: 0;
}
body {
    background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0;
    overflow-x: hidden;
    list-style: none;
    padding: 0px;
}
video{
    border:none
}
html,
body {
    scrollbar-face-color: #999; /*滚动条3D表面　（ThreedFace）的颜色*/
    scrollbar-highlight-color: #999; /*滚动条3D界面的亮边　（ThreedHighlight）颜色*/
    scrollbar-shadow-color: #999; /*滚动条3D界面的暗边　（ThreedShadow）颜色*/
    scrollbar-3dlight-color: #999; /*滚动条亮边框颜色*/
    scrollbar-arrow-color: #fff; /*滚动条方向箭头的颜色 */
    scrollbar-track-color: #757575; /*滚动条的拖动区域(TrackBar)颜色*/
    scrollbar-darkshadow-color: #999; /*滚动条暗边框　（ThreedDarkShadow）颜色*/
}

/*---滚动条默认显示样式--*/
::-webkit-scrollbar-thumb {
    background-color: #fb4446;
    height: 50px;
    outline-offset: -2px;
    outline: 2px solid #fff;
    -webkit-border-radius: 4px;
    border: 2px solid #fff;
}
/*---鼠标点击滚动条显示样式--*/
::-webkit-scrollbar-thumb:hover {
    background-color: #a7a7a7;
    height: 50px;
    -webkit-border-radius: 4px;
}
/*---滚动条大小--*/
::-webkit-scrollbar {
    width: 12px;
    height: 8px;
}
/*---滚动框背景样式--*/
::-webkit-scrollbar-track-piece {
    background-color: #727272;
    -webkit-border-radius: 0;
}
::-webkit-scrollbar/*整体部分*/
 {
    width: 14px;
    height: 10px;
}

::-webkit-scrollbar-track/*滑动轨道*/
 {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb/*滑块*/
 {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:hover/*滑块效果*/
 {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.4);
}
.top {
    width: 235px;
    float: left;
    padding: 0 0 5px 3px;
    font: 12px/180% Arial, Helvetica, sans-serif, '新宋体';
}
.top ul {
    width: 232px;
    padding-bottom: 5px;
    list-sytle-type: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-left: 0;
    padding-left: 0;
}
.top ul li {
    padding: 2px;
    padding-left: 5px;
    font-size: 12px;
    list-sytle-type: none;
    list-style: none;
    margin-left: 8px;
}
.top ul li:not(.ch) {
    margin-left: 15px;
    padding: 1px;
    padding-left: 5px;
}

.top ul li a:hover {
    background-color: #666;
    font-size: 12px;
    text-decoration: none;
}
.top ul li a:after {
    font-size: 12px;
}
.ch {
    background: url(../images/ico1.png);
    background-repeat: no-repeat;
    font-weight: bold;
    color: #fcff00;
    font-size: 13px;
    text-indent: 12pt;
}
.topic {
    color: #fcff00;
    font-size: 13px;
}

.cell {
    text-indent: 10pt;
}
a:link {
    text-decoration: none;
    color: #fff;
}
a:visited {
    text-decoration: none;
    color: #fff;
}
a:hover {
    text-decoration: underline;
}
a:active {
    text-decoration: none;
}
body,
td,
th {
    color: #fff;
}
.menu-on {
    color: #00afec;
    cursor: pointer;
    font-size: 11px;
}
.menu-off {
    color: #fff;
    cursor: pointer;
    font-size: 11px;
}
