@charset "utf-8";
html, body {
  padding: 0;
  margin: 0;
  background: #fff;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, Verdana, 'Microsoft YaHei';
  border: 0;
  outline: medium;
  text-shadow: none;
  text-decoration: none;
}

body {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
  vertical-align: middle;
}

textarea {
  resize: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 14px;
  margin:0;
}

hr {
  border-width: 1px;
  border-style: inset;
}

ul {
  list-style: none;
  margin-bottom: 0;
}

p {
  margin: 0;
}

a, a:link, a:active, a:visited, a:hover {
  text-decoration: none;
}
i, em {
  font-style: normal;
}
html{
  height: 100%;
}
html, body {
  width: 100%;
  min-height: 100%;
}
@font-face {
  font-family: 'webfont';
  font-display: swap;
  src: url('../fonts/webfont_1ipyua1yi3l.eot'); /* IE9*/
  src: url('../fonts/webfont_1ipyua1yi3l.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/webfont_1ipyua1yi3l.woff2') format('woff2'),
  url('../fonts/webfont_1ipyua1yi3l.woff') format('woff'), /* chrome、firefox */
  url('../fonts/webfont_1ipyua1yi3l.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../fonts/webfont_1ipyua1yi3l.svg#杨任东竹石体-bold') format('svg'); /* iOS 4.1- */
}
@font-face {
  font-family: 'webfont1';
  font-display: swap;
  src: url('../fonts/webfont_ucc2j75f5v.eot'); /* IE9*/
  src: url('../fonts/webfont_ucc2j75f5v.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/webfont_ucc2j75f5v.woff2') format('woff2'),
  url('../fonts/webfont_ucc2j75f5v.woff') format('woff'), /* chrome、firefox */
  url('../fonts/webfont_ucc2j75f5v.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../fonts/webfont_ucc2j75f5v.svg#杨任东竹石体-bold') format('svg'); /* iOS 4.1- */
}

.sy-font{
    font-family:"webfont" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.year-font{
    font-family:"webfont1" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.gray{background: #f6f6f6;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}
.d-flex{display: flex;flex-wrap: wrap;}
.padding_0{padding-left: 0;padding-right: 0;}
.padding_50{padding-top: 50px;padding-bottom: 50px;}
.padding_30{padding-top: 30px;padding-bottom: 30px;}
.padding_t30{padding-top: 30px;}
.padding_b30{padding-bottom: 30px;}
.padding_t50{padding-top: 50px;}
.padding_b50{padding-bottom: 50px;}
.dH{overflow: hidden;}
.center-align{text-align: center;}
.right-align{text-align: right;}


/*宽屏相应*/
.container {
  margin: 0 auto;
  max-width: 1400px;
}
@media only screen and (max-width: 600px) {
  .container {
    width: 95%;
  }
}

@media only screen and (min-width: 601px) {
  .container {
    width: 95%;
  }
}

@media only screen and (min-width: 993px) {
  .container {
    width: 95%;
  }
}

@media only screen and (min-width: 1201px) {
  .container {
    width: 95%;
  }
}

/*修改滚动条*/

::-webkit-scrollbar{
    width:6px;
    height:6px ;
}
::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px transparent;
    background: #f8f8f8;
    border-radius: 6px;
}
::-webkit-scrollbar-thumb{
    border-radius: 6px;
    background: #bbb;
}