/* CSS Document */
body, div, p, ul, li,  input, button,table,th,tr,td,article,section  {margin:0; padding:0;font-family:"Microsoft YaHei"; text-align:left;  font-size:14px;color: #333;}
body{background:#fbfbfb;}
h1, h2, h3, h4,h5,a{ margin:0; padding:0; text-decoration:none; font-weight: normal;}
ol, ul ,li{list-style: none;}
em{font-style: normal;}
strong{font-weight: normal;}
img{border: 0; vertical-align:middle;}
a{ color:#3F3F3F;}
a:hover{ color:#e62700; text-decoration:none;}
.clear{clear:both;}
p{line-height: 24px;}

/*顶部导航*/
.headertop{ background:#e62700; display: block; height: 30px; overflow: hidden; }
.headertop li{ display:block; float: left;}
.headertop li a{ color: #fff; padding: 0 15px; line-height: 30px; display:block; float: left; }
.headertop li a:hover{ background:#333;color: #fff; }

/*页脚*/
footer{background: #222222; }
footer .article{padding: 30px 0;}
footer .article h3{font-size: 16px; color: #fff; padding-bottom: 10px;}
footer .article a{ width: 14.2%; *width: 13.2%; height: 30px; padding-right: 10px;  float: left; overflow: hidden;  line-height: 30px;color: #9e9e9e; display: block;}
footer .article a:hover{color: #e62700;}
footer .btm{ border-top:1px solid #2d2d2d; color: #777; line-height:50px; text-align: center; font-size: 12px; }

/*返回顶部*/
.BackTop{ height:60px;position:fixed; display:block;z-index:9998;height:60px;right:30px;bottom:53px;background:none;}
.BackTop span{width: 30px; height: 16px;background:url(/images/zhongyi.custom.png) -490px 0;display:block; margin: 22px 15px; }
.BackTop a{width: 60px;  height:60px;  background: #999;display:block;border: 1px solid #999;}
.BackTop a:hover{ background:#444;border: 1px solid #444;}
