@charset "utf-8";
body {
  padding: 0px;
  font-size: 16px;
  font-family: "Microsoft YaHei", "微软雅黑";
  line-height: 32px;
  color: #333;
  overflow-x: hidden;
  background: #fff;
  margin: 0 auto;
}
@font-face {
  font-family: "dincond-medium-webfont";
  src: url("../fonts/dincond-medium-webfont.eot");
  src: url("../fonts/dincond-medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/dincond-medium-webfont.woff2") format("woff2"),
    url("../fonts/dincond-medium-webfont.woff") format("woff"),
    url("../fonts/dincond-medium-webfont.ttf") format("truetype"),
    url("../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont")
      format("svg");
}
.ziti {
  font-family: "dincond-medium-webfont";
}
.dompc {
  display: block;
}
.dommobile {
  display: none;
}
.mobile_btn {
  cursor: pointer;
  width: 36px;
  height: 50px;
  position: absolute;
  right: 10px;
  display: none;
  top: 0px;
  z-index: 999;
  box-sizing: border-box;
  padding: 15px 0px;
}
.mobile_btn.on .line1 {
  transform: rotate(45deg);
  transform-origin: 13% 50%;
}
.mobile_btn.on .line2 {
  width: 0;
}
.mobile_btn.on .line3 {
  transform: rotate(-45deg);
  transform-origin: 3% 50%;
}
.mobile_btn span {
  display: block;
  width: 28px;
  height: 3px;
  background: #fdb940;
  transition: all 0.45s;
}
.mobile_btn .line2 {
  margin: 7px 0;
  width: 28px;
}
@font-face {
  font-family: impact;
  src: url("../fonts/impact.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.impact {
  font-family: impact;
}
.imgbg {
  background: no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.imgbg img {
  opacity: 0;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.elli {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  padding: 0px;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
a:hover {
  color: #db3b2f;
  text-decoration: none;
}
.clear {
  clear: both;
}
dl {
  margin: 0px;
  padding: 0px;
}
dd {
  display: block;
  margin: 0px;
  padding: 0px;
  -webkit-margin-start: 5px;
}
form {
  margin: 0px;
  padding: 0px;
}
img {
  border: 0;
  margin: 0;
  padding: 0px;
  vertical-align: middle;
}
* {
  box-sizing: border-box;
}
.pad60 {
  padding-top: 60px;
}
div {
  margin: 0px;
  padding: 0px;
}
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
p {
  margin: 0px;
  padding: 0px;
  padding-bottom: 23px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
