@charset "utf-8";
/* CSS Document */
html{ overflow-y:scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{margin:0;padding:0;}
body{ background:#f1f1f1; color:#666; font-size:14px; font-family:"微软雅黑";}
ul, ol { list-style: none;} 
img,fieldset{vertical-align:top;border:0;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
address,cite,code,em,th {font-weight:normal; font-style:normal;}
input,button,textarea,select{font:100% Arial,''; vertical-align:middle}
table,td,tr,th{font-size:12px;}
.nodispaly{ display:none}
.line{height:20px; line-height:20px; font-size:0px; clear:both; overflow:hidden; display:block;}
.fK{color:#fd9441;}
.clearfix{*zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0px; visibility:hidden; content:".";}
a{color:#333; text-decoration:none;}
a:hover {color:#fd9441; text-decoration:underline; }
.layout{ width:1000px; margin:0 auto}


.header{}
.top{ height:30px; line-height:30px; background:#EEE; text-align:right;}

.logobox{ background:#FFF;}
.logobox .box{ padding:15px 0;}
.logobox .box h1{ float:left;}
.logobox .box p{ float:right; padding-top:15px;}

.nav{ height:50px; background:#008bd6;}
.nav ul{}
.nav li{ float:left; width:100px; text-align:center; position:relative; z-index:10;}
.nav li p{ line-height:50px;}
.nav li p a{ color:#FFF; display:block;}
.nav li:hover p a{ color:#FFF; display:block; background:#ff6600; text-decoration:none;}
.nav li p a.current{ background:#ff6600;}
.nav li dl{ display:none;}
.nav li:hover dl{ display:block; position:absolute; width:100px; text-align:center; background:#FFF;}
.nav li:hover dd{ line-height:30px; border-bottom:1px solid #DDD;}
.nav li:hover dd a{ display:block;}
.nav li:hover dd a:hover{ display:block; text-decoration:none; background:#ff6600; color:#FFF;}


.footer{ margin-top:40px; background:#FFF;}
.footer .footer_nav{ text-align:center; height:50px; line-height:50px; background:#008bd6;}
.footer .footer_nav a{ color:#FFF; margin:0 10px;}
.footer .footer_nav a:hover{ color:#FFF; text-decoration:none;}
.footer .copyright{ padding:30px 0;}
.footer .copyright .logo{ float:left; width:420px; text-align:right;}
.footer .copyright .copyright_r{ float:right; width:550px; line-height:30px;}
