/*   公用样式    */
body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #000;
    font-family: "microsoft yahei", arial;
    background-color: #fff;
    min-width: 1100px;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 16px;
    height: 16px;
    background-color: #f5f5f5;
}
/*定义滚动条的轨道，内阴影及圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}
/*定义滑块，内阴影及圆角*/
::-webkit-scrollbar-thumb {
    /*width: 10px;*/
    height: 20px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}


div, ul, ol, li, dl, dt, dd, form, img, p {
    margin: 0;
    padding: 0;
    border: 0
}

li {
    list-style-type: none
}

h1, h2, h3, h4, h5, h6, input {
    margin: 0;
    padding: 0
}

table, tr, td, th {
    font-size: 12px
}



td {
    padding: 3px
}


input {
    padding: 1px;
    vertical-align: middle;
    line-height: normal
}

.ps {
    position: relative;
}
/*自定义的基本样式*/
.clear {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.line {
    display: inline-block;
}

.text-l {
    text-align: left;
}

.text-r {
    text-align: right;
}

.text-mid {
    text-align: center;
}

a img {
    border: none;
}

.top {
    vertical-align: top;
}

.ver {
    vertical-align: middle;
}

.max-big {
    width: 100%;
}

.max-1000 {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}

.max-980 {
    margin: 0 auto;
    width: 980px;
}

.max-960 {
    width: 960px;
    margin: 0 auto;
}

.max-940 {
    width: 940px;
    margin: 0 auto;
}

.max-860 {
    width: 860px;
    margin: 0 auto;
}


/*文本样式*/
.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-40 {
    font-size: 40px;
}

.font-n {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.line-h-20 {
    line-height: 20px;
}

.line-h-25 {
    line-height: 25px;
}

.line-h-30 {
    line-height: 30px;
}

.line-h-35 {
    line-height: 35px;
}

.line-h-40 {
    line-height: 40px;
}

.line-h-130 {
    line-height: 130px;
}

.white {
    color: #fff;
}

.center {
    position: relative;
    margin: 0 auto;
}

.boder-white {
    border: 1px white solid;
}


/*宽度样式*/
.w-35 {
    width: 35px;
}

.w-55 {
    width: 55px;
}

.w-70 {
    width: 70px;
}

.w-80 {
    width: 80px;
}

.w-100 {
    width: 100px;
}

.w-125 {
    width: 125px;
}

.w-135 {
    width: 135px;
}

.w-136 {
    width: 136px;
}

.w-175 {
    width: 175px;
}

.w-250 {
    width: 250px;
}

.w-295 {
    width: 295px;
}

.w-400 {
    width: 400px;
}

.w-550 {
    width: 550px;
}

.w-800 {
    width: 800px;
}

.w-three {
    width: 33.3%;
}

.w-seven {
    width: 70%;
}

.w-eight {
    width: 85%;
}

.w-half {
    width: 50%;
}

.w-nine {
    width: 90%;
}
/*高度样式*/
.h-5 {
    height: 5px;
}

.h-8 {
    height: 8px;
}

.h-10 {
    height: 10px;
}

.h-15 {
    height: 15px;
}

.h-20 {
    height: 20px;
}

.h-25 {
    height: 25px;
}

.h-28 {
    height: 28px;
}

.h-30 {
    height: 30px;
}

.h-32 {
    height: 32px;
}

.h-35 {
    height: 35px;
}

.h-40 {
    height: 40px;
}

.h-45 {
    height: 45px;
}

.h-50 {
    height: 50px;
}

.h-60 {
    height: 60px;
}

.h-70 {
    height: 70px;
}

.h-80 {
    height: 80px;
}

.h-90 {
    height: 90px;
}

.h-100 {
    height: 100px;
}

.h-125 {
    height: 125px;
}

.h-130 {
    height: 130px;
}

.h-135 {
    height: 135px;
}

.h-140 {
    height: 140px;
}

.h-260 {
    height: 260px;
}

.h-305 {
    height: 305px;
}

.h-600 {
    height: 600px;
}


.dir-t-10 {
    margin-top: 10px;
}

.dir-t-15 {
    margin-top: 15px;
}

.dir-t-18 {
    margin-top: 18px;
}

.dir-t-20 {
    margin-top: 20px;
}

.dir-t-30 {
    margin-top: 30px;
}

.dir-t-40 {
    margin-top: 40px;
}

.dir-t-80 {
    margin-top: 80px;
}

.dir-t-100 {
    margin-top: 100px;
}

.dir-t-55 {
    margin-top: 55px;
}

.dir-t-110 {
    margin-top: 110px;
}

.dir-r-5 {
    margin-right: 5px;
}

.dir-l-15 {
    margin-left: 15px;
}

.dir-l-38 {
    margin-left: 38px;
}

.dir-l-195 {
    margin-left: 195px;
}

.pad-t-40 {
    padding-top: 40px;
}

.pad-t-35 {
    padding-top: 35px;
}

.pad-t-45 {
    padding-top: 45px;
}
/*  ie6样式  */
#ie6-warning {
    text-align: center;
    font-size: 20px;
    margin: 100px 0;
    color: Red
}
/*底部页码的样式*/
.page_nav span, .page_nav a {
    padding: 5px 5px;
    margin-right: 10px;
    border: solid 1px #dadada;
    color: #686868;
}
