body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: myFirstFont;
  src: url('http://www.roness.net/template/fonts/SourceHanSerifCN-Regular.otf'), url('http://www.roness.net/template/fonts/SourceHanSerifCN-Regular.otf');
  
  /* IE9 */
}
body {
  overflow-x:hidden;
  color: #4c4c4c;
  font-size: 14px !important;
  font-family: '微软雅黑', "Arial", PingFang SC;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
td,
th,
caption {
  font-size: 14px;
}
a {
  color: #000;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
a:visited,
a:focus,
a:hover {
  text-decoration: none;
  color: #333;
}
img {
  border: 0;
  vertical-align: middle;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  vertical-align: middle;
  font-size: 14px;
  font-family: inherit;
  line-height: normal;
  outline: none;
}
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
video {
  object-fit: contain;
}
.block {
  width: 1300px;
  margin: 0 auto;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.public-header {
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  height: 80px;
  line-height: 80px;
  box-sizing: border-box;
  background: #fff;
}
.public-header .block {
  width: 100%;
  padding-left: 8.3%;
  padding-right: 8.3%;
  box-sizing: border-box;
}
.public-header .body-box {
  box-sizing: border-box;
}
.public-header .body-box .logo-box {
  float: left;
}
.public-header .body-box .other-box {
  float: right;
  margin-left: 55px;
  font-size: 0;
}
.public-header .body-box .other-box a {
  display: inline-block;
  margin-left: 17px;
}
.public-header .body-box .other-box a:nth-child(1) {
  margin-left: 0;
}
.public-header .body-box .link-box {
  float: right;
}
.public-header .body-box li {
  float: left;
  text-align: center;
  margin-left: 18px;
}
.public-header .body-box li a {
  display: inline-block;
  position: relative;
  color: #808080;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
.public-header .body-box li a:before {
  position: absolute;
  content: '';
  height: 1px;
  background: #b60005;
  left: 50%;
  margin-left: 0;
  width: 0px;
  transition: all 0.3s;
  bottom: -10px;
}
.public-header .body-box li:hover a,
.public-header .body-box li.active a {
  color: #b60005;
}
.public-header .body-box li:hover a:before,
.public-header .body-box li.active a:before {
  width: 100%;
  margin-left: -50%;
  bottom: -10px;
}
.public-header .body-box li.active a span {
  transform: translate(0, -22px);
}
.public-header.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  line-height: 80px;
  -webkit-animation: tem50_headerdonghua .5s;
  animation: tem50_headerdonghua .5s;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 999999;
}
.public-header.active .logo-box img {
  height: 45px;
}
@-webkit-keyframes tem50_headerdonghua {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
@keyframes tem50_headerdonghua {
  0% {
    top: -100px;
  }
  100% {
    top: 0;
  }
}
@media screen and (max-width: 1800px) {
  .public-header .body-box {
    width: 1300px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
  .public-header .body-box li {
    margin-left: 10px;
  }
  .public-header .body-box li a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .public-header .body-box .other-box {
    margin-left: 40px;
  }
}
.public-footer {
  padding-top: 60px;
  border-top: 1px solid #e6e6e6;
}
.public-footer .block {
  width: 1300px;
  padding: 0;
}
.public-footer .body-box {
  position: relative;
}
.public-footer .logo-box {
  text-align: center;
  margin-bottom: 60px;
}
.public-footer .nav-box {
  float: left;
  font-size: 0;
  text-align: left;
}
.public-footer .nav-box dl {
  display: inline-block;
  vertical-align: top;
  width: auto;
  margin-right: 50px;
  text-align: left;
}
.public-footer .nav-box dl:last-child {
  margin-right: 0;
}
.public-footer .nav-box dl dt {
  color: #000;
  font-size: 16px;
  margin-bottom: 15px;
}
.public-footer .nav-box dl dd {
  line-height: 2;
}
.public-footer .nav-box dl dd a {
  color: #808080;
  font-size: 14px;
}
.public-footer .nav-box dl dd a:hover {
  color: #333;
}
.public-footer .er-box {
  float: right;
}
.public-footer .er-box .img-er {
  display: inline-block;
  vertical-align: top;
}
.public-footer .er-box p {
  text-align: center;
  color: #333;
  margin-top: 5px;
  font-size: 13px;
}
.public-footer .link-box {
  margin-top: 45px;
  height: 50px;
  line-height: 50px;
  font-size: 0;
}
.public-footer .link-box label,
.public-footer .link-box a {
  font-size: 14px;
  color: #1a1a1a;
  display: inline-block;
  margin-right: 25px;
}
.public-footer .link-box a:hover {
  color: #1a1a1a;
}
.public-footer .copy {
  height: 58px;
  line-height: 58px;
  border-top: 1px solid #f7f7f7;
  color: #4c4c4c;
  font-size: 14px;
  text-align: center;
}
.public-footer .copy .other-box {
  display: inline-block;
}
.public-footer .copy span {
  display: inline-block;
  margin-left: 20px;
}
.video-pop {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
}
.video-pop .pop-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.video-pop .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-pop .video-box video {
  outline: none;
  width: 750px;
  height: auto;
}
/*# sourceMappingURL=common.css.map */