* {
    box-sizing:border-box;
    border:0;
    padding:0;
    margin:0;
}
* {
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
}
address,caption,cite,code,dfn,em,th,var,i,b {
    font-style:normal;
    font-weight:normal;
}
*:before,*:after {
    box-sizing:border-box;
}
*,*:before,*:after {
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
html,body,div,p,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,select,button,textarea,iframe,table,th,td {
    margin:0;
    padding:0;
}
img {
    border:0 none;
    vertical-align:top;
}
body,input,select,button,textarea {
    font-size:14px;
}
li {
    list-style:none;
}
input[type=button],input[type=submit],input[type=reset] {
    cursor:pointer
}
button {
    cursor:pointer
}
input[type=text],input[type=password],input[type=file],textarea {
    -webkit-border-radius:0;
    -webkit-appearance:normal
}
textarea {
    overflow:auto;
    resize:none
}
body {
    color:#000;
    font-size:14px;
    background:#f1f6fd;
    line-height:2;
   background: -webkit-linear-gradient(#fff, #f1f6fd);  
    background: -o-linear-gradient(#fff, #f1f6fd);  
    background: -moz-linear-gradient(#fff, #f1f6fd);  
    background: linear-gradient(#fff, #f1f6fd);  
}
html {
    -webkit-text-size-adjust:none;
   background: -webkit-linear-gradient(#fff, #f1f6fd);  
    background: -o-linear-gradient(#fff, #f1f6fd);  
    background: -moz-linear-gradient(#fff, #f1f6fd);  
    background: linear-gradient(#fff, #f1f6fd);
}
a {
    color:#000;
    text-decoration:none;
}
a * {
    *cursor:pointer
}
a:hover {
    text-decoration:none !important;
    outline:none;
}
a:focus {
    outline:none;
}
.fixed:after,.clearfix:after,.cf:after {
    content:".";
    display:block;
    clear:both;
    height:0;
    visibility:hidden;
    overflow:hidden
}
.fixed,.clearfix,.cf {
    zoom:1
}
.clear:after,.global-clearfix:after {
    content:"";
    display:block;
    visibility:hidden;
    height:0;
    clear:both;
}
.clearfix:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    font-size:0;
    line-height:0;
}
.clearfix {
    *zoom:1;
}
.clear,.global-clearfix {
    zoom:1;
}
.fl,.fr {
    display:inline;
    float:left;
}
.fr {
    float:right
}
.center {
    text-align:center;
}
.hidden02 {
    display:none;
}
table {
    border-collapse:collapse;
    border-spacing:0
}
caption,th {
    text-align:left
}
th {
    font-weight:normal
}
a * {
    *cursor:pointer
}
:focus {
    outline:none
}
i {
    font-style:normal;
}
img {
    max-width:100%;
    overflow:hidden;
}
 
 .met_pager { margin-top: 25px; text-align: center;margin-bottom: 30px; }
 .met_pager .current {
     border: 1px solid #025293;
     text-align: center;
     font-size: 15px;  padding: 0px 8px;
     border-color: #025293;
     background: #025293;
     color: #fff;  margin: 0px 2px;
    
 }
 .met_pager a {
     text-decoration: none;
     display: inline-block;
 }
 .met_pager a {
     padding: 0px 8px;
     border: 1px solid #e4eaec;
     background: #fff;
     text-align: center;
     color: #76838f;
     font-size: 15px;
     margin: 0px 2px;
 }
 .met_pager * {
     display: inline-block;
 }
 input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { 
    color:    #999;
}
input:-moz-placeholder,textarea:-moz-placeholder {
   color:    #999;
}
input::-moz-placeholder,textarea::-moz-placeholder { 
   color:    #999;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder { 
   color:    #999;
}/* 返回顶部 */

.gotop-wrapper { position:fixed; bottom:50px; right:15px; z-index:1001; background-color:rgba(0,0,0,0.4); }

.gotop-wrapper:hover { background-color:rgba(0,0,0,0.8);  } 

.gotop-wrapper a { 

    display:none; _display:none !important;

    width:55px; height:55px; overflow:hidden; background:url(../images/icon-gotop-fixed.gif) no-repeat center;

}