/*全局样式*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, button{padding:0;margin:0;}
body{background:#fff;font:12px Verdana, Simsun, Helvetica, Arial, sans-serif;color:#555;}
html{ overflow-y:scroll;}


fieldset, img{border:0;}
/*表单中的字体属性与表单以外的不一致，需要单独定义*/
input, label, select, option, textarea, button, fieldset, legend{font:12px/18px Verdana, Simsun, Helvetica, Arial, sans-serif;}
ul{list-style:none;}


/*-------------------------------------------重置样式----------------------------------*/
.w1200{ width:1200px; margin:0 auto;}
.bold{ font-weight:bold;}
.no_bold{ font-weight:normal;}
/*连接样式*/
a{ color:#666666; text-decoration:none;}
a:hover{ text-decoration:none; color:#68b900;}

a.red{ color:#ce0000; text-decoration:none;}
a.red:hover{ text-decoration:underline;color:#ce0000;}

a.blue{ color:#004e91; text-decoration:none;}
a.blue:hover{ text-decoration:underline;color:#004e91;}

a.oranage{ color:#eb6204; text-decoration:none;}
a.oranage:hover{ text-decoration:underline;color:#eb6204;}


/*浮动样式*/
.fl{ float:left;}
.fr{ float:right;}
.clearfix:after{ display:block; content:''; visibility:hidden; height:0px; clear:both;}
.clearfix{ zoom:1;}


.foot_nav{ border-top:1px solid #e8e8e8; margin-top:50px;}
.nav_box{ width:1200px; margin:30px auto;}
.nav_box .box_l{}
.nav_box .box_l dl{ float:left; width:135px; overflow:hidden;}
.nav_box .box_l dt{ font-size:14px; font-weight:bold; line-height:30px;}
.nav_box .box_l dd{ line-height:24px;}

.nav_box .box_r{ float:right; border-left:1px solid #e8e8e8;padding-left:20px;}













