@charset "utf-8";
/* 
 2009 4-21 
 author: lizhengqi

 */

/* css reset*/

html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:none;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:none;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,button,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,button,textarea,select{*font-size:100%;}
legend{color:#000;}
del,ins{text-decoration:none;}
small{font-size:100%;}
input{ vertical-align:middle;}

/* html style*/

body{ background:#FFF; color:#000; font-family:"宋体"; font-size:12px;}
a:link{ color:#000; text-decoration:none;}
a:visited{ text-decoration:none;}
a:hover{ color:#000; text-decoration:underline;}
h1{ font-size:20px; font-weight:bold;}
h2{ font-size:18px; font-weight:bold;}
h3{ font-size:16px; font-weight:bold;}
.clear{ clear:both;}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear:both;
	overflow:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/ *
html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* layout */
#page{ width:1000px; margin-left:auto; margin-right:auto;}
#head{ height:92px; background:url(../images/head_g.gif) repeat-x; overflow:hidden;}
#head .logo{ width:350px; height:92px; float:left;}
#head .tip{  width:620px; float:right; font-weight:bold; height:22px; padding-top:30px;}
#head .tip .icon{ float:left;height:20px; width:480px; text-align:right; padding-right:30px; background:url(../images/icon.gif) no-repeat 410px top;}
#head .tip .icon a:link{ text-decoration:underline;}
#head .tip .icon a:visited{ text-decoration:underline;}
#head .tip .lan{ float:left;height:22px;}
#head .tip a{color:#E2B979;}
.l_b{ background:url(../images/line2.gif) no-repeat; height:6px; overflow:hidden;}
#head .nav{ height:40px;line-height:40px; color:#FFF; float:right; background:url(../images/nav.gif) no-repeat;}
#head .nav li{ float:left; background: url(../images/line.gif) no-repeat right center; padding:0 10px;}
#head .nav li.b_n{ background:none;}
#head .nav li a{ color:#FFF; font-weight:bold;}
#footer{ height:48px; background:url(../images/fot.gif) repeat-x; padding-top:20px;padding-left:140px;}
#footer p{ color:#C4984D; float:left;}
#footer p.ml{float:left; margin-left:40px;}
#footer p a{color:#C4984D; text-decoration:none;}
#footer p a:visited{color:#C4984D; text-decoration:none;}
#footer p a:hover{ text-decoration:underline}













