@charset "utf-8";
/* CSS Document */
html,body {color:#333;margin:0;height:100%;font-family:"Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:normal;}
* {-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
a {text-decoration:none;color:#000;}
a,label,button,input,select {-webkit-tap-highlight-color:rgba(0,0,0,0);}
body {background:#fff;}
html,body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,p,blockquote,pre,button,fieldset,form,input,legend,textarea,th,td {margin:0;padding:0;}
a {text-decoration:none;}
button {outline:0;}
img {border:0;}
button,input,optgroup,select,textarea {margin:0;font:inherit;color:inherit;outline:none;}
body{ background: url(../images/body_bg.jpg);}
li {list-style:none;}
.clear{ clear:both;}
.pt50{ margin-top:50px;}
.h50{ height:50px;}
/*====全局连接-link====*/
.top{ width: 100%; }
.top dl{ width: 100%; }
.top dd{ width: 100%; }
.top img{width: 100%;}

.foot{ width: 100%; padding-left: 8%; padding-right: 4%; background: url(../images/bg_copy.jpg?1) top center no-repeat #000; padding-top: 10px; padding-bottom: 10px; line-height: 20px; }
.foot p{ color: #333; font-size: 12px; text-align: left;}
.foot p a{ color: #333; }

.footer{ width: 100%; background: #000;line-height: 50px;display:flex;align-items:stretch;-webkit-align-items:stretch;flex-wrap:wrap;position: fixed; bottom: 0; font-size: 16px; height: 50px; }
.footer li{ width: 25%; text-align: center; }
.footer a{ color: #fff; }
/*分页*/
.pages{ width:100%;text-align:center; margin:5px auto; height:50px; line-height:50px; margin-bottom:10px;}
.pages ul{ display:table;margin:10px auto; }
.pages ul li{background:#e6e6e6;text-align:center;float:left;*float:none;*display:inline;*zoom:1;margin-right:5px;cursor:pointer;height:40px;width:auto; line-height:40px; width:40px;}
.pages ul li.disabled{background:#666;text-align:center;float:left;*float:none;*display:inline;*zoom:1;margin-right:5px;cursor:pointer;height:40px;width:auto; line-height:40px; width:40px; color:#fff;}
.pages ul li a.on{ background:#666; height:40px;width:auto; line-height:40px; color:#fff; text-align:center; display:block;}
.pages ul li a{ color:#232323; display:block}