/* 全局CSS定义 */
body{font-family:'宋体';margin:0 auto;padding:0; padding-top:30px; background: url(bg_worldwide2.jpg) top center no-repeat  #e5f0ff;font-size:12px;color:#666666;}
body > div{ margin-right:auto;margin-left:auto;} 
div,form,ul,ol,li,span,p{margin:0;padding:0;border:0;}
img,a img{border:0;margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;font-size:12px;font-weight:normal;}
ul,ol,li{list-style:none}
table,td,input{font-size:12px;padding:0}
/* 默认链接颜色 */
a{ color:#666666; text-decoration:none;}
a:hover{color:#da251d;text-decoration:underline; }


/*清除链接虚框*/
/*a,area {blr:expression(this.onFocus=this.blur()) }  for IE 
:focus {-moz-outline-style: none; }  for Firefox   
*/

 

/* 颜色 */
.red,.red a{color:#fe9001!important;text-decoration:none;}
.red a:hover{color:#c00!important;text-decoration:underline;}
.blue,.blue a{color:#173ee8!important;text-decoration:none}
.blue a:hover{color:#173ee8!important;text-decoration:underline}
.black,.black a{color:#000!important;text-decoration:none}
.black a:hover{color:#000!important;text-decoration:underline}
.green,.green a{color:#000!important;text-decoration:none}
.green a:hover{color:#000!important;text-decoration:underline}

.white{ color:#fe9001; font-family:"微软雅黑"; font-size:12px;}

/* CSS空白 */
.blank1{margin:0 auto;height:1px;font-size:1px;clear:both;}
.blank2{margin:0 auto;height:2px;font-size:1px;clear:both;}
.blank3{margin:0 auto;height:3px;font-size:1px;clear:both;}
.blank5{margin:0 auto;height:5px;font-size:1px;clear:both;}
.blank8{margin:0 auto;height:8px;font-size:1px;clear:both;}
.blank10{margin:0 auto;height:10px;font-size:1px;clear:both;}
.blank15{margin:0 auto;height:15px;font-size:1px;clear:both;}
 
/* 通用属性 */
.left{float:left;}
.right{float:right;}
.clear{clear:both;font-size:1px;width:1px;height:0;visibility:hidden;margin-top:0px!important;*margin-top:-1px;line-height:0}/*ie and firefox1.5 updata */

/*文字对齐方式*/
.txtLeft{text-align:left}
.txtRight{text-align:right} 
.txtCenter{text-align:center}

/*常用方法*/
.show{display:block}
.hidden{display:none}
.hand{cursor:pointer;}
.fontArial{font-family:'Arial';}
.b{font-weight:bold;}

.content{ padding:20px 50px; background:#FFF; border-left:1px solid #ececec;  border-right:1px solid #ececec; }
.content2{ padding:20px ; background:#FFF; border-left:1px solid #ececec;  border-right:1px solid #ececec; }
.content p{ text-indent:24px; line-height:24px; padding-top:24px;}
.content h2 { height:30px; clear:both; display:block; line-height:30px; font-size:14px; font-weight:bold; color:#666; border-bottom:1px solid #ececec; background:url(title_bg.gif) no-repeat left center; padding-left:20px;}
.content2 h2 { height:30px; clear:both; display:block; line-height:30px; font-size:14px; font-weight:bold; color:#666; border-bottom:1px solid #ececec; background:url(title_bg.gif) no-repeat left center; padding-left:20px;}
.content h3{ height:30px; clear:both; display:block; line-height:30px; font-size:12px; font-weight:bold; color:#666; padding-top:24px; padding-left:24px;    }
.content table{ background:#ececec;} 
.content table td{ height:30px; line-height:30px; padding-left:20px;}