@charset "UTF-8";
/*重置样式*/
*{margin: 0;padding: 0;-webkit-box-sizing: border-box;box-sizing: border-box;-webkit-border: border-color;-moz-box-sizing: border-box;outline: none;}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight: 400;line-height: 1.2;color: inherit;}
ul,li{list-style: none;}
a{text-decoration: none;color: #333;}
img{vertical-align: middle;outline: none;border: 0;}
body {
  font-family: "Microsoft Yahei",Open Sans,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
  color: #333;
  background-color: #fff;
  min-width:1220px;
}
input,button,textarea,select{
  outline: none;
  font-family:inherit;
  border: none;
  background: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
iframe{border: none;vertical-align: top;}
:before, :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
em{font-style: normal;}
table {
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}
/*全局样式*/
.container-middle{margin:0 auto;width:1200px;}
@media (min-width: 1230px){
  .container-middle {width:1200px;}
}
@media (min-width: 1430px){
  .container-middle {width:1400px;}
}
.container {margin:0 auto;width:1200px;}
.clearfix:before,.clearfix:after,
.container:before,.container:after,
.container-middle:before,.container-middle:after{
  content: " ";display: table;
}
.clearfix:after,.container:after,.container-middle:after{
  clear: both;
}
.section{width: 100%;overflow: hidden;}
.pull-left{float: left;}
.pull-right{float: right;}
.scrollbar{overflow-y: auto;}
.scrollbar::-webkit-scrollbar {
  width: 3px;
  background-color: #dedede;
}
.scrollbar::-webkit-scrollbar-thumb {
  background-color:#212088;
  border-radius: 10px;
}
.dis-table{display: table;width: 100%;height: 100%;}
.dis-cell{display: table-cell;vertical-align: middle;}
@font-face {
  font-family: "impact";
  src: url("../fonts/impact.eot");
  src: url("../fonts/impact.eot") format("embedded-opentype"), url("../fonts/impact.woff") format("woff"), url("../fonts/impact.ttf") format("truetype"), url("../fonts/impact.svg") format("svg")
}