@charset "utf-8";
/*公共样式*/
body{background:#fff; font-size:12px; font-family:"Arial"; margin:0; padding:0; color:#404040;}
ul {margin:0; padding:0;}
li {list-style-type:none;}
.block{width:960px; height:auto;}
.left{float:left;}
.right{float:right;}
.tl{ text-align:left;}
.tc{ text-align:center;}
.tr{ text-align:right;}
.none{display:none;}
.line {border-right:1px #ccc solid;}
.text {border:1px #ccc solid; line-height:22px; height:22px; padding:0 0 0 22px;}
.bg1 {background:url(/images/ico1.gif) no-repeat 2px 2px;}
.bg2 {background:url(/images/ico2.gif) no-repeat 2px 2px;}
.bg3 {background:url(/images/ico3.gif) no-repeat 2px 2px;}
.button {width:88px; height:28px; line-height:28px; background:url(/images/button_bg.gif) no-repeat; border:0}
h2 {width:90%; font-size:12px; font-weight:400;  margin:20px auto; background:#f3f3f3; padding:2px 5px}
/*英文强制换行*/
.word{word-break:break-all;}

/*页面留白*/
.blank5{height:5px; line-height:5px;/* _margin:-3px 0;*/ clear:both; visibility:hidden;}
.blank10{height:10px; line-height:px;/* _margin:-3px 0;*/ clear:both; visibility:hidden;}
/*布局*/
.areaL{width:200px; float:left; margin-right:10px;}
.areaR{width:750px; float:left;}


/*文字链接*/
a:link,a:visited {color:#333; font-size:12px; text-decoration:underline}
a:hover {color:#f00; font-size:12px}

.L_red12,.L_red12:link,.L_red12:visited {font-size:12px; color:#f00; text-decoration:underline}
.L_red12:hover {font-size:12px; color:#f00; text-decoration:underline}

/*网站顶部*/
#header {width:900px; margin:0 auto; }
#header .topnav {width:900px; line-height:75px; height:75px; padding:0 0 10px 0; margin:0 auto; background:url(/images/body_bg.gif) repeat-x; text-align:right;}
#header .topnav a {text-decoration:none; padding:0 5px;}
#header .menu {width:880px; padding:0 10px; line-height:35px; height:35px; margin:0 auto; background:url(/images/menu_bg.gif) repeat-x; text-align:center}
#header .menu li {width:107px; float:left; }
#header .menu li.cur {width:107px; float:left; background:url(/images/cur_bg.gif);}
#header .menu a {font-size:14px; color:#fff; text-decoration:none}
#header .menu li.cur a,#header .menu li.cur a:link,#header .menu li.cur a:visited {line-height:27px; height:27px; font-size:14px; color:#06c; text-decoration:none; margin:8px 0 0 0; display:block}

/*网站主要部分*/
#content {width:900px; margin:0 auto; clear:both}
#content table {margin:20px 0;}

/*网站底部*/
#footer {width:900px; margin:0 auto; text-align:center; line-height:150%; clear:both; padding:10px 0 0 0; border-top:1px #ccc solid;}