﻿/* CSS Document */
/*通用样式开始*/
*{margin:0;padding:0;}
body{font-size:14px;color:#333; font-family:"微软雅黑"; }
a,img{display:block;}
a{text-decoration:none;}
.clearfix{clear:both;}
.fl{ float: left; }
.fr{ float: right; }
ul,li,h1,h2,h3,h4,p,dl,dt,sup{margin:0;padding:0;list-style:none;}
h1,h2,h3,h4,p,dl,dt,sup{font-weight:normal;}
/*通用样式结束*/
/*top*/
header{width:100%;height:50px;position:fixed;top:0;background-color:#fff; border-bottom:solid 1px #ccc; z-index:200}
.logo{float:left;margin-top:6px;margin-left:5%;}
.menu_btn{width:40px;height:30px;margin-top:10px;float:right;margin-right:5%;position:relative;}
.menu_btn img{margin-top:5px;}
.menu { display: none;position:absolute;top:50px;right:1px;font-size:14px;}
.menu .ul li{text-align:center;border-bottom:solid 1px #999;line-height:48px;background-image:url(../images/header/header_bg.png);background-repeat:repeat-x;}
.menu .ul li a{color:#FFF;padding-left:30px;padding-right:30px;}
.menu .ul li a:hover{color:red;background-color:#FFF;}
/*底部导航*/
.under{ height:65px; width:100%;}
.footer{width:100%;line-height:50px;margin:0 auto;position:fixed;bottom:0;font-size:18px; background-color:#fff;-moz-box-shadow:0px 0px 20px #999999; border-top:solid 1px #ccc;}
.foot{width:33%;float:left;text-align:center;cursor:pointer;position:relative;}
.foot a{color:#000000;}
.foot ul{width:100%;position:absolute;bottom:50px;left:0px;}
.foot ul li{text-align:center;border-bottom:solid 1px #999;line-height:48px;background-image:url(../images/header/header_bg.png);background-repeat:repeat-x;}
.foot ul li a{color:#FFF;}
.foot ul li a:hover{color:red;background-color:#FFF;}
.morekj{width:200px;margin:0 auto;text-align:center;line-height:36px;border:solid 1px #ff8a00;margin-bottom:10px;border-radius: 20px;    background: #ff8a00;}
.morekj a{color:#fff;}
.page{ text-align:center; height:36px; line-height:36px;}
.page p{ text-align:center; margin:0 auto;}
.page a{ display:block; float:left; margin-left:10px; color:#333333;}
.news_list{ padding-bottom:15px;}
.news_list li{ height:34px; line-height:34px; border-bottom:1px dashed #eeeeee; overflow:hidden;}
.news_list li a{ color:#333333; }
.news_list li span{ color:#777777;}