/* 默认样式 */

*{margin:0;padding:0;}
BODY {FONT-SIZE: 12px;COLOR: #000000;LINE-HEIGHT: 180%;	FONT-FaMILY: "宋体";}
p,ul,li,h7,h6,h5,h4,h3,h2,h1,input,textarea,select{margin:0;padding:0;}
input,textarea,select{padding:1px;margin:0 2px;font-size:12px;}
input,textarea,select{COLOR: #555555;}
table,tr,td{font-family: "宋体";font-size:12px;LINE-HEIGHT: 180%;}
ul,li{ list-style:none;}
img,img a{border:0;}
img a{cursor:hand;}
.clear{clear:both;}

/* -----------------------------------left right float-------------------------------  */

.leftfloat{float:left;}
.rightfloat{float:right;}
.leftalign{ text-align:left;}
.rightalign{ text-align:right;}
.centeralign{ text-align:center;}

/* -------------------------------------------------------------------------------------  */

/* font link */
	
A:link    {
	color:#000000;
	text-decoration: none;
}
A:visited {
	color:#993366;
	text-decoration: none;
}
A:active  {
	color:#ff0000;
	text-decoration: underline;
}
A:hover   {
	color:#ff0000;
	text-decoration: underline;
}

a.adv:link,a.adv:visited,a.adv:active{text-decoration: underline;}
a.adv:hover{ text-decoration:underline;}


/*  ---blue---- */
a.ablue01:link,a.ablue01:visited,a.ablue01:active{color:#08099F;text-decoration: underline;}
a.ablue01:hover{ color:#ff0000;text-decoration:underline;}

a.ablue02:link,a.ablue02:visited,a.ablue02:active{color:#162580;}
a.ablue02:hover{ color:#FF3B01;text-decoration:underline;}

a.ablue03:link,a.ablue03:visited,a.ablue03:active{color:#2e7ee6;text-decoration: underline;}
a.ablue03:hover{ color:#ff0000;text-decoration:underline;}

a.ablue04:link,a.ablue04:visited,a.ablue04:active{color:#2e7ee6;text-decoration: none;}
a.ablue04:hover{ color:#ff0000;text-decoration:underline;}

/*  ---orage---- */
a.aorange01:link, a.aorange01:visited,a.aorange01:active{COLOR: #F87120;TEXT-DECORaTION: none}
a.aorange01:hover{COLOR: #ff0000;text-decoration: underline;}

a.aorange02:link, a.aorange02:visited,a.aorange02:active{COLOR: #ff6600;text-decoration: underline;}
a.aorange02:hover{COLOR: #ff0000;text-decoration: none;}

a.aorange03:link, a.aorange03:visited,a.aorange03:active{COLOR: #ff6600;text-decoration: none;}
a.aorange03:hover{COLOR: #ff0000;text-decoration: none;}

a.aorange04:link, a.aorange04:visited,a.aorange04:active{COLOR: #ff6600;TEXT-DECORaTION: none}
a.aorange04:hover{COLOR: #ff0000;text-decoration: underline;}

/*  ---red---- */
a.ared01:link, a.Ared01:visited,a.Ared:active{COLOR: #ff0000;TEXT-DECORaTION: none}
a.ared01:hover{COLOR: #00000;text-decoration: underline;}

/*  ---gray---- */
a.gray01:link, a.gray01:visited,a.gray01:active{COLOR: #6e6e6e;TEXT-DECORaTION: none}
a.gray01:hover{COLOR: #ff0000;text-decoration: underline;}

/* ----------------------------------------font size and color------------------------------------------  */

.bold{font-weight:bold}
.space1{letter-spacing:1px;}

/*  ---font size ---- */
.font10{font-size:10px;}
.font12{font-size:12px;}
.font14{font-size:14px;}
.f14b{font-size:14px; font-weight:bold;}
.font18{font-size:18px;}
.font20{font-size:20px;}

/*  ---color---- */
.orange01{color:#F75F03;}/* oargie */
.orange02{color:#ff6600;}

.red01{color:#FF0000}/*red */

.gray01{color:#9C9C9C}/*gray */
.gray02{color:#F8F8F8}
.gray03{color:#999999}

.blue01{ color:#061E9C}/*blue 1 */
.blue02{ color:#244288}
.yellow{ color:#feea67}

/* ----------------------------------------border---------------------------------  */

.line_orange1{border:1px solid #F59153;}/* orange line */
.line_gray1{border-bottom:1px dashed #CECECE;}/*gray line */
.heiline{border:1px solid #000;}/* black line */
.heiline2{border:1px solid #d6d6d6;}

/* --------------------------------------------blank------------------------------------  */

.blank0 {clear: both; FONT-SIZE: 1px; OVERFLOW: hidden; HEIGHT: 10px}
.blank6 {clear: both; FONT-SIZE: 1px; OVERFLOW: hidden; HEIGHT: 6px}
.blank4 {clear: both; FONT-SIZE: 1px; OVERFLOW: hidden; HEIGHT: 4px}
.blank8 {clear: both; FONT-SIZE: 1px; OVERFLOW: hidden; HEIGHT: 8px}
.blank20{clear: both; FONT-SIZE: 1px; OVERFLOW: hidden; HEIGHT: 20px}

/* ---------------------------------------------width------------------------------------  */
.width30{width:30px;}
.width60{width:60px;}
.width80{width:80px;}
.width100{width:100px;}
.width200{width:200px;}
.width300{width:300px;}
.width400{width:400px;}
.width500{width:500px;}

/* --------------------------------------------margin------------------------------------  */

/* 边距 */
.margin10{margin:10px;}
.margin20{margin:20px;}

.margin_LR10{margin:0 10px;}
.margin_LR20{margin:0 20px;}

/* 填充 */
.padding10{padding:10px;}
.padding10{padding:20px;}

.padding_LR10{padding:0 10px;}
.padding_LR20{padding:0 20px;}
.padding_tb6{padding:6px 0;}

/* ------------------------------------------other effect----------------------------------  */

/*  ---移动效果---- */
a.Spaces:link    {}
a.Spaces:visited {}
a.Spaces:active  {}
a.Spaces:hover   {left: 1px;top: 1px;position: relative;}


/*  ---透明效果---- */
.transparent{
background-color:#ffffff;
filter:alpha(opacity=30);
-moz-opacity:0.30;
opacity:0.30;
}
/*  ---头部线条---- */
.alltophrc{line-height: 1%;height: 1px;border-top: 2px solid #FF9C37;border-bottom: 1px solid #FF9C37;overflow: hidden;}

/* ---------------------------------------------------------------------------------------  */
