﻿/*common*/
*{padding:0px;margin:0px;}
em, i, address {font-style: normal;}
.clear{clear:both;}
a{text-decoration:none;}

body{font-size:12px;color:#333;font-family:'微软雅黑','Microsoft YaHei','YaHei Consolas Hybrid',Arial,Helvetica,YaHei,tahoma,\5b8b\4f53;}
.top{background:url(../img/logo.jpg) no-repeat center #fff;height:120px;}
.top .center{width:1000px;margin:0px auto;}
.top .logo{height:120px;width:470px;display:inline-block;border:none;}
.top .logo:active{border:none;}

/*menu-beg*/
.menu{height:40px;background:url(../img/menu-bg.jpg) repeat-x;position:relative;z-index:5;}
.menu .center{height:40px;width:1000px; margin:0px auto;overflow:hidden;}
.menu .center ul {list-style:none;margin-left:60px;}
.menu  ul li{float:left;}
.menu  ul li em{width:0px;height:30px;border-left:solid 0px #2693e0;border-right:solid 0px #1e75b3;display:inline-block;overflow:hidden;zoom:1;vertical-align:middle;}
.menu  ul li a{text-decoration:none;color:#fff;line-height:40px; font-size:16px; text-shadow:1px 1px #485157;height:40px;display:inline-block;padding:0px 41px;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;transition: all 0.3s ease-in-out 0s;}
.menu  ul li a:hover{background-color:#bf0010;}
.menu  ul li a.on{background-color:#bf0010;}



/*footer-beg*/
.footer {background:#ddd;height:120px;margin-top:20px;}
.footer .center{height:110px;width:1000px;margin:0px auto;}
.footer p.link{width:1000px;color:#666;padding:10px 0px;}
.footer p.link a{color:#666;margin:0px 10px;}
.footer p.link a:hover{color:#bf0010;}
.footer p.copyright{width:1000px;line-height:20px; color:#666;}



/*pager-beg*/
.pager{width:100%;height:50px;text-align:center;padding-top:30px; }
.pager a{text-decoration:none; color:#333;font-size:14px; padding:3px 10px; text-align:center; display:inline-block;vertical-align:middle;zoom:1;border:none; border:solid 1px #e3e8e1;margin:0px 8px;border-radius:3px;}
.pager a:hover{color:#fff;background:#2693e0;border:solid 1px #e3e8e1;}
.pager a.on{color:#fff;background:#2693e0;border:solid 1px #e3e8e1;}
.pager a.unable{color:#fff;background:#ddd;border:solid 1px #ddd;}

