﻿BODY
{
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font: 12px/1.6  "宋体","微软雅黑" , "Arial","Helvetica Neue" , "Liberation Sans" , "FreeSans", "sans-serif";
	color:#585858;
}
@charset "gb2312";
/*-----科尚：翟 2013-4-11-----*/ 
body,div,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,img,span,em,strong,pre { margin:0; padding:0;}
h1,h4,h5,h6 { font-size:12px; font-weight:normal;}
h2,h3, h4 { font-size:14px; font-weight:bold; }
h2 a, h3 a, h4 a{ color:#029094;}
ul,ol,li { list-style:none;}
img, input, button { border:none; vertical-align:top;}
a { color:#333; text-decoration:none; white-space:nowrap; }
A:link
{
    text-decoration: none;
    /*color: #333333;*/
    font-size: 12px;
}
A:visited
{
    text-decoration: none;
    /*color: #333333;*/
    font-size: 12px;
}
A:hover
{
    text-decoration:underline;
    font-size: 12px;
}
A:active
{
    text-decoration: none;
    font-size: 12px;
}
.clearfix { zoom:1; }
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;}

/*--a:hover { color:#da5632;}---*/
.dis
{
    display: block;
}
.disline
{
    display: inline-block;
}
.undis
{
    display: none;
}
.fb
{
    font-weight: bold;
}
.ft
{
    text-indent: 2em;
}
.fi
{
    text-indent: -999em;
}
.tc
{
    text-align: center;
}
.fl
{
    float: left;
}
.fr
{
    float: right;
}

.f58
{
    color: #585858;
}
.cwhite
{
    color: #FFFFFF;
}
.corg
{
    color: #ff6600;
}
.cblu
{
    color: #029094;
}
/*自动换行 */
.newLine
{
    word-break:break-all;
    word-wrap:break-word;
}