@charset "utf-8";
html, body, div, span, p, ol, ul, li, i, a, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, textarea, select, button{
   margin: 0; 
   padding:0;
   -moz-box-sizing:border-box; 
   -webkit-box-sizing:border-box; 
   box-sizing:border-box; 
   -moz-font-smoothing:antialiased; 
   -webkit-font-smoothing: antialiased;
   font-smoothing:antialiased; 
}
html{
  font-size: 10px;
  width: 100%;
}
body{
	font:18px/30px Raleway,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif;
	color:#555; 
	margin:0; 
	padding:0; 
  width: 100%;
  display: block;
}
ol,ul{ padding-left: 3rem;}
p{margin:0;  padding: 0}
img{border:0px;}
a{ color: #000; text-decoration:none; cursor:pointer; outline:none; }
a, area {outline:none; blr:expression(this.onFocus=this.blur())} 
a:hover{  text-decoration:none;}
input,button,select,textarea{outline:none;}

/*重定义样式*/
input[type=radio] {visibility: hidden;}



/* 页面加载检测 */
.no-js #loader { display: none; }
.js #loader { 
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #fff url(../img/loader.gif) no-repeat center center;
}

/*通用样式*/

.mainBox{ width: 100%; max-width: 1080px;  margin:0 auto;} 


#breadcrumb{
  margin-top: 80px;
  font-size: 12px;
  line-height: 50px;
}
#breadcrumb .sep{
  margin: 0 0.5em;
    color: #b0b0b0;
}
#breadcrumb a{
  color: #888;
}
#breadcrumb a:hover{
  color: #ec141d;
}
#breadcrumb h1{
  font-weight: normal;
  font-size: 18px;
  color: #000;
}

.block{display: block;}
.hide{ display: none;}
.pull-left{float: left;}
.pull-right{float: right;}
.clear {clear:both; width:100%; *display:inline;}

.text-left{text-align: left;}
.text-right{text-align: right;}
.text-center{text-align: center;}
.text-red{color: #ec141d;}
.text-green{color: #0f9a08;}
.text-blue{color: #0052ae;}

.ulnop{padding: 0; line-height: 22px;}
.ulnop li{list-style: none;}

.btn{
  border:none;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}


/*隐藏窗口*/
.window_hide{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}
.window_hide .content{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 500px;
  margin: -250px 0 0 -400px;
  padding: 38px;
  border-radius: 10px;
  background: #fff;
}
.window_hide .close{
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  top: 5px;
  right: 5px;
  text-indent: -999em;
  overflow: hidden;
  background: url(../img/icon.png) no-repeat right top;
  filter:alpha(opacity=75); 
  opacity:0.75;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.window_hide .close:hover{
  filter:alpha(opacity=100); 
  opacity:1;
}

/*分享*/
#bsBox{
   min-height: 420px;
   min-width: 560px;
}
#bsWXBox{
   min-height: 258px;
   min-width: 232px;
}
#bsMorePanel .bFind-wrapper-top{
  height: 26px;
}

/*设备查询*/
.pc{display: block;}
.mobile{display: none;}

@media screen and (max-width: 768px) {
 body{
  font:16px/26px Raleway,PingFang SC,Microsoft YaHei,微软雅黑,STXihei,华文细黑,sans-serif;
  color:#555; 
  margin:0; 
  padding:0; 
  width: 100%;
  display: block;
} 
	.pc{display: none;}
	.mobile{display: block;}
	.mainBox{ width: 100%; max-width: 100%;  min-width:100%; margin:0 auto;}

  #breadcrumb{
    margin-top: 48px;
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    padding-left: 20px;
  }
  #breadcrumb .sep{
    margin: 0 0.5em;
      color: #b0b0b0;
  }
  #breadcrumb a{
    color: #888;
  }
  #breadcrumb a:hover{
    color: #ec141d;
  }
  #breadcrumb h1{
    font-weight: normal;
    font-size: 18px;
    color: #000;
  }

	.window_hide{
	  display: none;
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: 10;
	  width: 100%;
	  height: 100%;
	  background: rgba(0,0,0,0.7);
	}
	.window_hide .content{
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  margin: 0;
	  padding: 38px;
	  border-radius: 0px;
	  background: #fff;
	}
	.window_hide .close{
	  position: absolute;
	  width: 35px;
	  height: 35px;
	  border-radius: 30px;
	  top: 10px;
	  right: 10px;
	  overflow: hidden;
	  filter:alpha(opacity=75); 
	  opacity:0.75;
	  -webkit-transition: all 0.1s ease-in;
	  -moz-transition: all 0.1s ease-in;
	  transition: all 0.1s ease-in;
	}
	.window_hide .close:hover{
	  filter:alpha(opacity=100); 
	  opacity:1;
	}

.cutpage{
   text-align: center;
   overflow: hidden;
   padding-bottom: 30px;
   width: 100%;
}
.cutpage a{
   position: relative;
   top: 23px;
   overflow: hidden;
   font-size: 12px;
   display: inline-block;
   width: 30px;
   height: 30px;
   line-height: 30px;
   margin: 5px;
   border-radius: 50px;
   background: #fff;
   border: 1px solid #dfdfdf;
}
.cutpage a.current{
   background: #e60012;
   color: #fff;
   border: 0;
}
.cutpage a.start, .cutpage a.top, .cutpage a.end{
   line-height: 30px;
   width: 60px;
}
