/* HTML5 display-role reset for older browsers */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, hgroup,summary,copy,
del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,content,footer, header, menu, nav,  section, 
fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, output, ruby,line,
time, mark, audio, video ,qrcode{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, content,footer, header, hgroup, menu, nav, section,line, main,copy ,qrcode {display: block;}
input,button,select{outline: 0;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
*, *::after, *::before {box-sizing: border-box;}
/*W3C*/
html {font-size: 62.5%;position:relative;width:100%;height:100%;}
body {
  font-size:1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:#333;
  outline:none;
  overflow-x:hidden;
  font-weight:350px;
}
body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}

input::-webkit-input-placeholder{
	color:#dfdfdf;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#dfdfdf;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#ddfdfdf;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#dfdfdf;
}
/*附加样式调用开始*/
/*加粗设置*/
b,strong,h1,h2{font-weight:bold;}
/*Float设置*/
.cl{clear:both !important;}
.fl{float:left !important;}
.fr{float:right !important;}
/*手势设置*/
.hand{cursor:pointer;}
/*边框设置*/
.bn{border:0 !important;}
.rn{border-radius:0 !important;}
.topLine{border-top:#eee solid 1px;}
.bottomLine{border-bottom:#eee solid 1px;}
.bt{border-bottom:#A27E6E solid 5px;}
/*宽度*/
.w37b{width:37% !important;}
.w49b{width:49% !important;}
.w60b{width:60% !important;}
.w100b{width:100% !important;}
/*Margin间距*/
.mc{margin:0 auto !important;}
.mn{margin:0 !important;}
.mt0{margin-top:0 !important;}
.mt20{margin-top:20px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.ml5{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.mr5{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr20{margin-right:20px !important;}
.mr30{margin-right:30px !important;}
.mb30{margin-bottom:30px !important;}
/*Padding间距*/
.p0{padding:0 !important;}
.pt0{padding-top:0 !important;}
.pt20{padding-top:20px !important;}
.pt30{padding-top:30px !important;}
.pt50{padding-top:50px !important;}
.pr50{padding-right:50px !important;}
.pr150{padding-right:150px !important;}
.pb0{padding-bottom: 0 !important;}
.pb20{padding-bottom: 20px !important;}
.pb30{padding-bottom: 30px !important;}
.pb50{padding-bottom: 50px !important;}
.pl50{padding-left:50px !important;}
.pl150{padding-left:150px !important;}
	/*上下*/
.ptb20{padding:20px 0 !important;}
/*位置设置*/
.rl{position:relative;}
.al{position:absolute;}
.c{text-align:center !important;}
.l{text-align: left !important;}
.r{text-align: right !important;}
.dk{display:block !important;}
.dn{display:none !important;}
.di{display:inline-block !important;}
.df{display:flex !important;}
.ait{align-items: center !important;}
.jcb{justify-content: space-between !important;}
.jcc{justify-content: center !important;}
/*文字设置*/
.f14{font-size:14px !important;}
.f16{font-size:16px !important;}
.f18{font-size:18px !important;}
.f20{font-size:20px !important;}
.f24{font-size:24px !important;}
.f26{font-size:26px !important;}
.f30{font-size:30px !important;}
.f50{font-size:50px !important;}
.f80{font-size:80px !important;}
/*字体设置*/
.fb{font-weight:bold!important;}
.fn{font-weight:normal !important;}
.upp{text-transform: uppercase;}
.Arial{font-family:"Arial" !important;}
/*字体间距*/
.ls05{letter-spacing:0.5px;}
.ls1{letter-spacing:1px;}
.lh14{line-height:14px !important;}
.lh16{line-height:16px !important;}
.lh20{line-height:20px !important;}
/*宽度*/
.w50{width:50% !important;}
/*颜色*/
.black{color:#000 !important;}
.write{color:#fff !important;}
.blue{color:#033088 !important;}
.c000{color:#000 !important;}
.c333{color:#333 !important;}
.c666{color:#666 !important;}
.cff0000{color:#ff0000 !important;}
.cbe926f{color:#be926f !important;}
.c5ea7d3{color:#5ea7d3 !important;}
.c20ae3b{color:#20ae3b !important;}
/*背景设置*/
.nb{background:none !important;}
.o6{opacity: .6;}
.offf{background:rgba(255, 255, 255, 0.6)!important;filter:Alpha(opacity=60); background:#fff;transition: all 1s;}
.o000{background:rgba(0, 0, 0, 0.3)!important;filter:Alpha(opacity=30); background:#000;}
.bgF5F5F5{background:#F5F5F5 !important;}
.bgF9F9F9{background:#F9F9F9 !important;}
.bgE1E7EE{background:#E1E7EE !important;}
.bge0e7ef{background:#e0e7ef !important;}
.bgF2F1EE{background:#F2F1EE !important;}
.bg95A1A2{background:#95A1A2 !important;}
/*动画效果*/
.animation{transition: all 1s;}
/*CSS3鼠标经过渐变*/
a,img{
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
}
a:hover{-webkit-tap-highlight-color:transparent;}
a:link {-webkit-tap-highlight-color:transparent;} 
a:visited {-webkit-tap-highlight-color:transparent;} 
a:active {-webkit-tap-highlight-color:transparent;}
/*划线行距设置*/
square{background:#999;width:100px;height:1px;display:inline-block;}
.space{clear:both;height:30px;display:block;}
.bottom_sapce{clear:both;height:100px;display:block;overflow:hidden;}

/*图片设置*/
img{
	border: 0;
	max-width: 100%;
	vertical-align: middle;
}
/*圆角*/
.br{
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	     -o-border-radius:5px;
	        border-radius:5px;	
}
/*投影*/
.sd{
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
       -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
/*链接属性*/
a{color:#000;}
a:hover{color:#f56d00;}
/*更多按钮*/
.more{clear:both;line-height:32px;padding:0 20px;color:#666;font-size:14px;overflow:hidden;display:inline-block;background:#e4e4e9;}
.more:hover{background-image: linear-gradient(160deg, #f56d00 10%,#ff8d31 80%);color:#fff;}
.gradient{background-image: linear-gradient(160deg, #f56d00 10%,#ff8d31 80%);color:#fff;}
/*终端适应设置*/
.pc{display:block;}
.pad{display:none !important;}
.spad{display:none !important;}
.wap{display:none !important;}
@media (max-width:1280px){
	.pc{display:none !important;}
	.pad{display:block !important;}
    .spad{display:none !important;}
    .wap{display:none !important;}
}
@media (max-width:768px){
	.pc{display:none !important;}
    .pad{display:none !important;}
    .spad{display:block !important;}
	.wap{display:none !important;}
}
@media (max-width:480px){
	.pc{display:none !important;}
    .pad{display:none !important;}
    .spad{display:none !important;}
	.wap{display:block !important;}
}
/*附加样式调用结束*/
/*返回顶部*/
.return_top{width:30px;height:30px;background:#063784;color:#fff;border-radius:30px;line-height:30px;margin-top:10px;position:fixed;right:10px;bottom:20px;text-align:center;z-index:999;}
/*分页开始*/
.pagination{clear:both;overflow:hidden;height:auto;margin:15px 0 0;display:block;}
.pagination ul{
  float:right;
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul li{float:left;}
.pagination ul > li {display: inline;}
.pagination ul > li > a,
.pagination ul > li > span {float:left;padding: 4px 12px;line-height: 20px;text-decoration: none;background-color: #f5f5f5;border: 1px solid #dddddd;border-left-width: 0;color:#333;}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {color: #fff;background-color:#ffc215;}
.pagination ul > .active > a,
.pagination ul > .active > span {color: #fff;cursor: default;}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {color: #aaa;cursor: default;background:#f5f5f5;}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
}
/* 全局分页 */
#page{margin:30px 0;font-size:14px;height:35px;line-height:35px;text-align:center}
#page .pageinfo{margin-right:3px;color:#808080;font-size:14px;padding:8px 15px;border:1px solid #aaa;border-radius:3px;}
#page .pageinfo strong{font-weight:normal;margin:0 3px;border-radius:3px;}
#page  a{border:1px solid #aaa;background:#fff;color:#808080;padding:8px 15px;margin-left:5px;transition:all 0.2s;border-radius:3px;}
#page  a:hover,#page .curpage{background:#f56d00;color:#fff;text-decoration:none;border:1px solid #f56d00;}
#page .nopage{cursor:not-allowed;border-radius:3px;}
#page .nopage:hover{background:#fff;color:#808080;border:1px solid #aaa;}

@media screen and (max-width: 640px) {
	#page .pageinfo{display:none;}
}


/*分页结束*/
/*---滚动条默认显示样式--*/  
::-webkit-scrollbar-thumb{  
   background-color:#f56d00;  
   height:50px;  
   outline-offset:-2px;  
   outline:2px solid #fff;  
   -webkit-border-radius:4px;  
   border: 2px solid #fff;  
}  
 
/*---鼠标点击滚动条显示样式--*/  
::-webkit-scrollbar-thumb:hover{  
   background-color:#f56d00;  
   height:50px;  
   -webkit-border-radius:4px;  
}  
 
/*---滚动条大小--*/  
::-webkit-scrollbar{  
   width:8px;  
   height:8px;  
}  
 
/*---滚动框背景样式--*/  
::-webkit-scrollbar-track-piece{  
   background-color:#fff;  
   -webkit-border-radius:0;  
}

















