@charset "utf-8";
/*-----------------------------------------重置样式---------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0 }
body { font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "宋体"; font-size: 14px; line-height: 1.428571429; color: #333333; font-weight: 400; }

table { border-collapse: collapse; border-spacing: 0 }
a { color: #333333; cursor: pointer; text-decoration: none; outline: none; }
a:hover { text-decoration: none; color: #f60; cursor: pointer; }
fieldset, img { border: 0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal }
ol, ul { list-style: none }
caption, th { text-align: left }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal }
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; *font-size:100%;
outline: none; }
input[ type="radio"], input[ type="checkbox"] { margin-right: 5px; vertical-align: middle; margin-top: -2px; margin-bottom: 1px; }
.fw { font-weight: bold; }
.tc { text-align: center; }
.alimg{ display:inline-block; vertical-align:middle;}
.mr5{ margin-right: 5px;}
.mr10{ margin-right: 10px;}
.mr15{ margin-right: 15px;}
.mb10{ margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}

.mb50{margin-bottom: 50px;}

.pq20{ padding: 20px;}
.pq40{padding: 0 40px;}
.p40{padding: 40px;}


.w205{width: 205px;}
.w885{width: 885px;}

.h750{ height: 745px;}

.orange{color:#f60;}

.fw{ font-weight: 600;}

.block{ display:inline-block !important;}
/*浮动*/
.fl { float: left; display: inline; }
.fr { float: right; display: inline; }
.clear { clear: both; height: 0; line-height: 0; font-size: 0; }
.clearfix { *zoom: 1;
}
.clearfix:before, .clearfix:after { display: table; content: ""; height: 0 !important; clear: both; visibility: hidden; }


/*滚动条样式*/
::-webkit-scrollbar-thumb{  
   background-color:#018EE8;  
   height:50px;  
   outline-offset:-2px;  
   outline:2px solid #fff;  
   -webkit-border-radius:4px;  
   border: 2px solid #fff;  
}  
 
/*---鼠标点击滚动条显示样式--*/  
::-webkit-scrollbar-thumb:hover{  
   background-color:#f60;  
   height:50px;  
   -webkit-border-radius:4px;  
}  
 
/*---滚动条大小--*/  
::-webkit-scrollbar{  
   width:8px;  
   height:8px;  
}  
 
/*---滚动框背景样式--*/  
::-webkit-scrollbar-track-piece{  
   background-color:#fff;  
   -webkit-border-radius:0;  
}