@charset "UTF-8";
/*重置样式*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,p,th,td { margin:0; padding:0; }
body {  font-size: 14px; color: #333;  font-family:"微软雅黑", 'open', 'arial'; min-width: 1200px; }
table { border-collapse:collapse; border-spacing:0; }
img { border:0;}
ol,ul {  list-style:none; }
h1,h2,h3,h4,h5,h6 { font-size:100%; color: #333;  font-weight:normal;  }
a{ text-decoration: none; color: #666; -webkit-transition: 0.3s; -ms-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s;}
input { vertical-align: middle; }
input,button,textarea,select {outline: none; font-family: "微软雅黑",'open','arial';font-size: 14px; }
* {
  margin:0;
  padding:0;
  outline: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.clear { clear: both; }
.clearfix:after { clear: both; display: block; content: '';height:0;visibility:hidden; }
.clearfix { zoom: 1; }
.right{float: right;right:0;}
.left{float: left;left:0;}
.transition { -webkit-transition: 0.5s; -ms-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }

.clearfix:after { clear: both; display: block; content: '';height:0;visibility:hidden; }
.clearfix { zoom: 1; }

.scrollbar::-webkit-scrollbar {
  width: 2px;
  background-color: #dcdcdc;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color:#0e48a7;
  border-radius: 10px;
}
.section{width: 100%;overflow: hidden;}
.dis-table{display: table;width: 100%;height: 100%;}
.dis-cell{display: table-cell;vertical-align: middle;}
@font-face {
    font-family: 'bd';
 		src: url('../font/HelveticaNeueLTCom-Bd.eot');
    src: url('../font/HelveticaNeueLTCom-Bd.woff') format('woff'),
    url('../font/HelveticaNeueLTCom-Bd.ttf') format('truetype'),
    url('../font/HelveticaNeueLTCom-Bd.svg') format('svg');

}

@font-face {
    font-family: 'sss';
 		src:url('../font/MICROSOFTYAHEILIGHT-01.ttf') format('truetype');
   

}


