﻿
/**{font:12px/150% Arial,Verdana,"宋体"}*/
body{background:#fff;font:12px/150% Arial,Verdana,"\5b8b\4f53";padding:0;margin:0;color:#666}/*表格*/
div{margin:0 auto;padding:0}
h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,form,img,p{margin:0;padding:0;border:0;list-style-type:none}
*html .clearfix{height:1%}
*+html .clearfix{height:1%}
.word{word-break:break-all}
h3.border{border:1px solid #c5e4ff;border-bottom:0}
h3 img{position:relative;top:7px}
h3 span{width:auto;height:33px;line-height:33px;text-align:left;font-weight:bold;font-family:"microsoft yahei";color:#e4393c;padding-left:12px}
h5{border-bottom:2px solid #c30000;height:33px;line-height:33px;margin-bottom:10px}
h5 span{float:left;font-weight:bold;background:url(images/bg.gif) no-repeat 0 -616px;padding-left:25px}
h6{height:23px;line-height:23px;text-align:right;font-size:12px;background:#edf7ff;color:#3f3f3f;border:1px solid #fff;padding-right:10px}
h6 span{float:left;padding-left:15px}

#elevator{ position:fixed; top:50%; left:0; z-index:5;display: block;left:1%;margin-top: -116px;}/*导航栏位置大小*/
#elevator ul{ overflow:hidden; background:#fff;/*背景颜色*/}
#elevator ul li{ width: 30px; height: 30px; line-height: 30px; text-align: center; overflow: hidden; margin-top: -1px; cursor: pointer;}
#elevator ul li span{ display:block; line-height:30px; color: #625351; /*font-size: 14px;字体大小*/ font-family: Arial; background:url(/*images/elevator_line.png) no-repeat;*/white-space:nowrap;font-weight:600;/*加粗*/}
#elevator ul li span.text{ display:none; font-size:12px;}
#elevator ul li.on span.lou{ display:none;}
#elevator ul li.on span.text{ display:block;}
#elevator ul li:hover{ background:#c81623;}/*移动背景颜色*/
#elevator ul li:hover span.lou{ display:none;}
#elevator ul li:hover span.text{ display:block; color:#fff;}

.next{
    position: absolute;
    bottom: 0;
    right: 0;
    float: left;
    margin: 0 5px 5px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #666;
    text-align: center;
    color: #fff;
    line-height: 20px;
    cursor: pointer

}
