@font-face {
  font-family: 'Montserrat';
  src: url('../font/Montserrat-Regular.otf') format('opentype');
}
 

* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
body {
  background-color: #fff;
  font-size: 16px;
  font-family: sans-serif;
  color: #556260;
  min-width: 1300px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  font-family: 'Montserrat', sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}
p {
  padding: 0;
  margin: 0;
}
img {
  border: 0;
  max-width: 100%;
}
.wrap {
  width: 100%;
  margin: 0 auto;
  min-width: 1300px;
}
.wrap > .cont {
  width: 1200px;
  margin: 0 auto;
}
.pcShow {
  display: block;
}
.mShow {
  display: none!important;
}
.flex {
  display: flex;
}
/*float浮动*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*滚动条样式*/
::-webkit-scrollbar {
  width: 6px;
  height: 5px;
  background-color: #fff;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #a0a5ab73;
}
/*单行文本超出显示...*/
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
@media screen and (max-width: 800px) {
  .pcShow {
    display: none!important;
  }
  .mShow {
    display: block!important;
  }
}

