@charset "UTF-8";
/* @font-face {
    font-family: 'iconfont';
    src: url('../css/iconfont.eot');
    src: url('../css/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../css/iconfont.woff2') format('woff2'),
        url('../css/iconfont.woff') format('woff'),
        url('../css/iconfont.ttf') format('truetype'),
        url('../css/iconfont.svg#iconfont') format('svg');
  }
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  } */
@font-face {
  font-family: 'iconfont';
  src: url("../fonts/iconfont.eot");
  src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff2") format("woff2"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@font-face {
  font-family: 'pingfang';
  src: url("../fonts/PingFang Bold.ttf");
}

.w {
  margin: 0 auto;
  width: 1400px;
}

/* html{min-width: 1200px;} */
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑';
}

html, body {
  min-height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ul, ol {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #232323;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

input, textarea {
  outline: none;
  border: none;
}

textarea {
  resize: none;
  overflow: auto;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.ellipse {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

body, html {
  width: 100%;
  min-width: 1200px;
}

body {
  background-color: #fff;
}

.inner_navigation {
  background-color: #f2f2f2;
}

.logo {
  width: 20%;
  margin-right: 10%;
}

.logo img {
  height: 100px;
}

.headers-nav {
  -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  position: fixed;
  height: 100px;
  background-color: #fff;
  top: 0;
  z-index: 999;
}

.headers-nav .h-nav {
  width: 70%;
  height: 100px;
  line-height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.headers-nav .h-nav .ul1 .f-nav1 {
  font-size: 16px;
  height: 100%;
  text-align: center;
  width: 12.5%;
  float: left;
  font-family: "微软雅黑";
}

.headers-nav .h-nav .ul1 .f-nav1:hover {
  background-color: #009944;
}

.headers-nav .h-nav .ul1 .f-nav1:hover a {
  color: #fff;
}

.headers-nav .h-nav .ul1 .f-nav1 .f_nav_two {
  padding: 20px 0;
  background-color: #54c788;
}

.headers-nav .h-nav .ul1 .f-nav1 .f_nav_two li {
  height: 40px;
  line-height: 40px;
}

.headers-nav .h-nav .ul1 .f-nav1 .f_nav_two a {
  display: block;
  width: 100%;
}

.headers-nav .h-nav .ul1 .f-nav1 .f_nav_two .hvr-underline-from-left:before {
  background-color: #fff;
  height: 2px;
}

.headers-nav .h-nav .ul1 .f-nav1 a:hover {
  text-decoration: none !important;
}

.headers-nav .h-nav .ul1 li.active {
  background-color: #009944;
}

.headers-nav .h-nav .ul1 li.active a {
  color: #fff;
}

.banner {
  margin-top: 100px;
}
