﻿/* CSS Document */
/*------------------------------
Base Style Sheet For All Web Pages
--------------------------------*/
/*--------global set--------*/
body{ font-family:"宋体", Arial, Helvetica, sans-serif; font-size:63%; background:#fff url(../images/bg-body.jpg) no-repeat 0 bottom; color:#4a4a4a; border:none; margin:0; padding:0; position:relative;}
html,div,a,span,code,form,img,ul,ol,li,dl,dt,dd,pre,blockquote,fieldset{ margin:0; padding:0; border:none;}
table,tr,th,td{ margin:0; padding:0;}
p{ padding:0; border:none;}
dl,dt,dd{ list-style:none;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0; border:none;}
select,input,textarea{ font-family:"宋体", Arial, Helvetica, sans-serif; color:#4a4a4a;}
p{ margin:6px 0;}
/*--------alignment--------*/
.fl{ float:left;}
.fr{ float:right;}
.cl{ clear:both;}
.tl{ text-align:left;}
.tr{ text-align:right;}
.tc{ text-align:center;}
/*--------link--------*/
a{ color:#999; text-decoration:none; outline:none;}
a:hover{ color:#4a4a4a; text-decoration:underline;}
/*--------others--------*/
.ofh{ overflow:hidden;}
.ti{ text-indent:24px;}
.clearBoth{
	clear:both;
	margin:0;
	padding:0;
	border:none;
	height:0;
	line-height:0;
	font-size:0;
}

/*Rounded*/
.tb,.t1,.t2,.t3,.b3,.b2,.b1,.bb{ display:block; overflow:hidden;}
.tb,.bb{ height:1px; margin:0 5px; background:#e9e9e9;}
.cont,.t1,.t2,.t3,.b3,.b2,.b1{ border-left:1px solid #e9e9e9; border-right:1px solid #e9e9e9; background:#fff;}
.t1,.b1{ margin:0 3px; height:1px; border-width:2px; }
.t2,.b2{ margin:0 2px; height:1px;}
.t3,.b3{ margin:0 1px; height:2px;}
/*
<span class="tb"></span><span class="t1"></span><span class="t2"></span><span class="t3"></span>
<div class="cont">
</div>
<span class="b3"></span><span class="b2"></span><span class="b1"></span><span class="bb"></span>
*/

.c_blue,.c_blue:hover{ color:#066c9a;}
.c_lightBlue,.c_lightBlue:hover{ color:#38b2e1;}
.c_trueBlue,.c_trueBlue:hover{ color:#2357a0;}
.c_gray,.c_gray:hover{ color:#9d9d9d;}
.c_black,.c_black:hover{ color:black;}
.c_white,..c_white:hover{ color:white;}
.c_orange,.c_orange:hover{ color:#f60;}
.c_yellow,.c_yellow:hover{ color:#ff8a00;}
.c_red,c_red:hover{ color:#dc000a;}
.c_green,.c_green:hover{ color:#008d07;}

.bg_lightBlue{ background:#c6ddf1;}
.bg_whiteBlue{ background:#ecf2f9;}
.bg_grayBlue{ background:#bfd0e6;}
.bg_gray{ background:#e1dfdf;}
.bg_lightOrange{ background:#fbf5d5;}
.bg_whitesmoke{ background:#f7f7f5;}

.lh_20{ line-height:20px;}
.lh_28{ line-height:28px;}
.lh_32{ line-height:32px;}
.lh_24{ line-height:24px;}

.f_en{ font-family:Tahoma, Geneva, sans-serif;}

.fs_12{ font-size:12px;}
.fs_14{ font-size:14px;}
.fs_16{ font-size:16px;}
.fs_18{ font-size:18px;}
.bigTxt{ font-size:1.4em; font-family:Tahoma, Geneva, sans-serif;}

.padL_12{ padding-left:12px;}


.hide{ display:none}
.show{ display:inherit}
.pointer{ cursor:pointer}

.growlUI
{
	margin:auto;
	text-align:left
}
.growlUI h1
{
	text-align:center;
	font-size:14px;
}
.growlUI h2
{
	font-size:12px
}

.truePage
{
    text-align:center;
}
.truePage a
{
    height:16px;
    line-height:16px;
    padding:0 5px;
    color:#000;
    vertical-align:middle  
    
}
.truePage span
{
    height:16px;
    line-height:16px;
    padding:0 5px;
    background:#fff;
    color:red   
}

.ml20
{
	margin-left:20px;
}
.block
{
	display:block;
}
