/* 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%;}
body {
  font-size:1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:#333;
  outline:none;
  overflow-x:hidden;
  font-weight:350;
	background:#fff;
}
body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
@media only screen and (min-width: 1050px) {
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}
@media (max-width:1200px){
    body{display:block;overflow:hidden;overflow-y:auto;}
}
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;}
div{transition: all 0;}
/*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;}
/*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;}
/*位置设置*/
.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;}
/*文字设置*/
.f12{font-size:12px !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;}
.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;}
/*颜色*/
.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;}
/*背景设置*/
.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;}
.bgf0f0f0{background:#f0f0f0 !important;}
.bgf3f3f3{background:#f3f3f3 !important;}
.bgf8f8f8{background:#f8f8f8 !important;}
/*动画效果*/
.animation{transition: all 0.5s;}
/*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:#ff960d;width:50px;height:3px;display:inline-block;}
.space{clear:both;height:30px;display:block;}
/*图片设置*/
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 15px rgba(0,0,0,0.2);
       -moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
/*链接属性*/
a{color:#666;}
a:hover{color:#e55017;}
/*更多按钮*/
.more{clear:both;line-height:35px;padding:0 30px;border-radius:3px;border:#ff960d solid 1px;color:#ff960d;font-size:14px;overflow:hidden;display:inline-block;text-transform:Uppercase;}
.more:hover{background:#ff960d;color:#fff;}
/*终端适应设置*/
.pc{display:block;}
.wap{display:none;}
@media (max-width:1200px){
	.pc{display:none !important;}
	.wap{display:block !important;}
}
/*附加样式调用结束*/
/*返回顶部*/
.return_top{width:30px;height:30px;background:#ff960d;color:#fff;border-radius:30px;line-height:30px;margin-top:10px;position:fixed;right:10px;bottom:20px;text-align:center;z-index:99999;}
/*分页开始*/
.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;
}
/*分页结束*/
/*---滚动条默认显示样式--*/  
::-webkit-scrollbar-thumb{  
   background-color:#ff960d;  
   height:50px;  
   outline-offset:-2px;  
   outline:2px solid #fff;  
   -webkit-border-radius:4px;  
   border: 2px solid #fff;  
}  
 
/*---鼠标点击滚动条显示样式--*/  
::-webkit-scrollbar-thumb:hover{  
   background-color:#ff960d;  
   height:50px;  
   -webkit-border-radius:4px;  
}  
 
/*---滚动条大小--*/  
::-webkit-scrollbar{  
   width:8px;  
   height:8px;  
}  
 
/*---滚动框背景样式--*/  
::-webkit-scrollbar-track-piece{  
   background-color:#fff;  
   -webkit-border-radius:0;  
}
.loading{position:fixed;top:0;right:0;left:0;bottom:0;z-index:99999;text-align:center;display:flex;align-items: center;background:#fff;}
.loading .ldk{clear:both;width:100%;height:auto;overflow:hidden;display:block;}
.loading .ldk img{margin:10px 0;}
.loading .ldk .logo_img{width:254px;}

@media (max-width:768px){
	.loading .ldk .logo_img{width:150px;}
}


.toSearch{height:100px;background:#fff;position:fixed;top:0;left:0;right:0;z-index:9999;display:none;color:#111;
            box-shadow: 0 0 15px rgba(0,0,0,0.2);
       -moz-box-shadow: 0 0 15px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2);
}

.search-alert{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	transition:all 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    left:0;
    right:0;
    bottom:0;
}

.search-alert .close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 2.6%;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    font-size:30px;
    background:url("../images/icons/close.png") no-repeat;
    background-size:100%;
    opacity: 0.5;
}
.search-alert .close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.search-alert .cent-form {
    position: absolute;
    width: 86%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 65px;
    line-height: 65px;
    
}
.search-alert .cent-form .tex {
    font-size: 16px;
    height: 65px;
    line-height: 65px;
    text-align: left;
    width: 70%;
    box-sizing: border-box;
    color: #111;
    padding-left: 70px;
    padding-right: 120px;
    border:none;
    border-bottom: 1px solid #979797;
    
}
.search-alert .cent-form .sel {
    font-size: 16px;
    height: 65px;
    line-height: 65px;
    text-align: left;
    width: 30%;
    box-sizing: border-box;
    color: #666;
    padding-left: 70px;
    padding-right: 120px;
    border:none;
    background:url("../images/icons/search.png") no-repeat left center !important;
    border-bottom: 1px solid #515151;
    opacity: 0.6;
}
.search-alert .cent-form .sub-butn {
    border: none;
    width: 120px;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    height: 65px;
    font-size: 22px;
    line-height: 65px;
    color: #fff;
    background:#ff960d;
}
.search-alert .cent-form .sub-butn:hover{color:#fff7a0;}
















