﻿/********************************  base ************************/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td {
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
}

ul, li {
    list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
}

body, input, select, button, textarea {
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
}

button {
    cursor: pointer;
}

i, em, cite {
    font-style: normal;
}

body {
    font-family: Verdana
}
/************************* 通用 *******************/


/*********** 自动截断，省略为...，需要设定宽度 ********/
.jieduan {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*********** 强制换行 ********/
.break {
    word-wrap: break-all;
    word-break: normal;
}

/*********** 清除浮动 ********/
.clear {
    diplay: block !important;
    float: none !important;
    clear: both;
    overflow: hidden;
    width: auto !important;
    height: 0 !important;
    margin: 0 auto !important;
    padding: 0 !important;
    font-size: 0;
    line-height: 0;
}

/*********** 元素闭合********/
.fixed:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.fixed {
    display: block;
    min-height: 1%;
}

*html .fixed {
    height: 1%;
}

/***********   浮动   ********/
.fl, .fr {
    display: inline;
    float: left;
}

.fr {
    float: right;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.block {
    display: block;
}

.none {
    display: none;
}

/******** 常见边距 start ********************/
.margin0 {
    margin: 0px;
}

.margin5 {
    margin: 5px;
}

.margin10 {
    margin: 10px;
}

.margin15 {
    margin: 15px;
}

.margin20 {
    margin: 20px;
    line-height: 20px
}

.top0 {
    margin-top: 0px;
}

.top5 {
    margin-top: 5px;
}

.top10 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top20 {
    margin-top: 20px;
}

.left0 {
    margin-left: 0px;
}

.left5 {
    margin-left: 5px;
}

.left10 {
    margin-left: 10px;
}

.left15 {
    margin-left: 15px;
}

.left20 {
    margin-left: 20px;
}

.left50 {
    margin-left: 50px;
}

.right0 {
    margin-right: 0px;
}

.right5 {
    margin-right: 5px;
}

.right10 {
    margin-right: 10px;
}

.right15 {
    margin-right: 15px;
}

.right20 {
    margin-right: 20px;
}

.bottom0 {
    margin-bottom: 0px;
}

.bottom5 {
    margin-bottom: 5px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom15 {
    margin-bottom: 15px;
}

.bottom20 {
    margin-bottom: 20px;
}
/******** 边距 end *************************/

/******** 常见宽度 start ***********************/
.w100 {
    width: 100%;
}

.width10 {
    width: 10px;
}

.width20 {
    width: 20px;
}

.width30 {
    width: 30px;
}

.width40 {
    width: 40px;
}

.width50 {
    width: 50px;
}

.width60 {
    width: 60px;
}

.width70 {
    width: 70px;
}

.width80 {
    width: 80px;
}

.width90 {
    width: 90px;
}

.width100 {
    width: 100px;
}

.width110 {
    width: 110px;
}

.width120 {
    width: 120px;
}

.width130 {
    width: 130px;
}

.width140 {
    width: 140px;
}

.width150 {
    width: 150px;
}

.width160 {
    width: 160px;
}

.width170 {
    width: 170px;
}

.width180 {
    width: 180px;
}

.width190 {
    width: 190px;
}

.width200 {
    width: 200px;
}

.width240 {
    width: 240px;
}

.width250 {
    width: 250px;
}

.width300 {
    width: 300px;
}

.width350 {
    width: 350px;
}

.width400 {
    width: 400px;
}

.width450 {
    width: 450px;
}

.width500 {
    width: 500px;
}

.width600 {
    width: 600px;
}

.width700 {
    width: 700px;
}

.width800 {
    width: 800px;
}

.width900 {
    width: 900px;
}

.width960 {
    width: 960px;
}

.width1000 {
    width: 1000px;
}
/******** 宽度 end *********************/

/******** 字体与内容 start *****************/

/******** 字体加粗 *****************/
.normal {
    font-weight: normal
}

.bold {
    font-weight: bold
}

/******** 对齐 *****************/
.textright {
    text-align: right;
}

.textcenter {
    text-align: center;
}

.textleft {
    text-align: left;
}

.vtop, .vtop td {
    vertical-align: top
}

.vmiddle, .vmiddle td {
    vertical-align: middle
}

.vbottom, .vbottom td {
    vertical-align: bottom
}


/******** 行高 *****************/
.lineh16 {
    line-height: 16px;
}

.lineh20 {
    line-height: 20px;
}

.lineh25 {
    line-height: 25px;
}

.lineh30 {
    line-height: 30px;
}

/******** 字号 *****************/
.font10 {
    font-size: 10px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.impact {
    font-family: Impact
}

/******** 字体内容 end *********************/

/******** 图片 start *****************/
.imgmiddle {
    vertical-align: middle;
    margin-top: -4px;
}
/******** 图片 end*****************/

/******** 颜色 start*****************/
.black {
    color: Black;
}

.white {
    color: white;
}

.green {
    color: #00b050
}
/******** 颜色 end*****************/
.white {
    color: #ffffff;
}

.red {
    color: #ff0000;
}

.gray {
    color: #666666
}

/******** 链接  start**************/
.bluea a:link, .bluea a:visited, a.bluea:link, a.bluea:visited {
    color: #666;
    text-decoration: underline;
    text-decoration: none;
}

.bluea a:hover, .bluea a:active, a.bluea:hover, a.bluea:active {
    /*color:#069dd5;*/
    color: #666;
    text-decoration: underline;
}

.whitea a:link, .whitea a:visited, a.whitea:link, a.whitea:visited {
    color: #ffffff;
    text-decoration: none;
}

.whitea a:hover, .whitea a:active, a.whitea:hover, a.whitea:active {
    color: #ffffff;
    text-decoration: underline;
}

.greena a:link, .greena a:visited, a.greena:link, a.greena:visited {
    color: #00b050;
    text-decoration: none;
}

.greena a:hover, .greena a:active, a.greena:hover, a.greena:active {
    color: #00b050;
    text-decoration: underline;
}

.blacka a:link, .blacka a:visited, a.blacka:link, a.blacka:visited {
    color: #000;
    text-decoration: none;
}

.blacka a:hover, .blacka a:active, a.blacka:hover, a.blacka:active {
    color: #000;
    text-decoration: underline;
}
/******** 链接 end****************************/

.blue {
    color: #1c8ac9
}

.bold {
    font-weight: bold
}

.hidden {
    overflow: hidden;
}

.bordergray {
    border: solid 1px #cccccc;
}
