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: 'Fontsstyle';
  src: url('http://font.jh-mould.cn/SourceHanSansCN-Light.ttf'), url('http://font.jh-mould.cn/SourceHanSansCN-Light.eot'), url('http://font.jh-mould.cn/SourceHanSansCN-Light.svg'), url('http://font.jh-mould.cn/SourceHanSansCN-Light.woff');*/
}
body {
  color: #4c4c4c;
  font-size: 14px;
  font-family: 'Fontsstyle', 'Arial', "Microsoft YaHei", sans-serif;
  background: #fff;
}
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: relative;
  top: 0;
  z-index: 999;
  left: 0;
  right: 0;
  height: 86px;
  line-height: 86px;
  box-sizing: border-box;
  background: #fff;
}
.public-header .body-box {
  box-sizing: border-box;
}
.public-header .body-box .logo-box {
  float: left;
}
.public-header .body-box .link-box {
  float: right;
}
.public-header .body-box li {
  float: left;
  text-align: center;
  margin-left: 60px;
}
.public-header .body-box li a {
  display: inline-block;
  position: relative;
  color: #2d2d2d;
  font-size: 16px;
  letter-spacing: 1px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  font-weight: 400;
  width: 100%;
}
.public-header .body-box li a:before {
  position: absolute;
  content: '';
  height: 1px;
  background: #801a30;
  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: #801a30;
}
.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;
  }
}
.public-footer {
  margin-top: 165px;
}
.public-footer .body-box {
  background: #f9f9f9 url(../image/img_7.jpg) left top no-repeat;
  padding-bottom: 65px;
  background-size: 50% auto;
}
.public-footer .body-box .right-box {
  width: 610px;
  float: right;
  padding-top: 80px;
  box-sizing: border-box;
}
.public-footer .body-box .right-box .txt_1 h3 {
  line-height: 1;
  color: #282828;
  font-size: 22px;
  font-family: '微软雅黑';
  font-weight: 400;
  margin-bottom: 25px;
}
.public-footer .body-box .right-box .txt_1 ul {
  margin-bottom: 35px;
}
.public-footer .body-box .right-box .txt_1 ul li {
  line-height: 2;
}
.public-footer .body-box .right-box .txt_1 ul li span {
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
}
.public-footer .body-box .right-box .txt_2 {
  margin-bottom: 95px;
}
.public-footer .body-box .right-box .txt_2 .item-box {
  display: inline-block;
}
.public-footer .body-box .right-box .txt_2 .item-box p {
  text-align: center;
}
.public-footer .body-box .right-box .txt_3 {
  font-size: 0;
}
.public-footer .body-box .right-box .txt_3 .input-box {
  margin-bottom: 35px;
}
.public-footer .body-box .right-box .txt_3 .input-box input {
  border: none;
  outline: none;
  background: transparent;
  border-bottom: 1px solid #afafaf;
  margin-left: 20px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
}
.public-footer .body-box .right-box .txt_3 .input-box input:nth-child(1) {
  margin-left: 0;
  width: 150px;
}
.public-footer .body-box .right-box .txt_3 .input-box input:nth-child(2) {
  width: 220px;
}
.public-footer .body-box .right-box .txt_3 .input-box input:nth-child(3) {
  width: 200px;
}
.public-footer .body-box .right-box .txt_3 .textarea-box textarea {
  border: none;
  outline: none;
  background: transparent;
  border-bottom: 1px solid #afafaf;
  height: 80px;
  line-height: 1.6;
  font-size: 16px;
  width: 100%;
}
.public-footer .body-box .right-box .txt_3 .btn {
  margin-top: 40px;
  width: 120px;
  height: 35px;
  line-height: 35px;
  background: #801a30;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.public-footer .link-box {
  height: 50px;
  line-height: 50px;
}
.public-footer .link-box label,
.public-footer .link-box a {
  font-size: 14px;
  color: #595959;
  margin-right: 15px;
  display: inline-block;
}
.public-footer .link-box a:hover {
  color: #801a30;
}
.public-footer .copy-box {
  background: #2f2f2f;
  height: 44px;
  line-height: 44px;
  overflow: hidden;
}
.public-footer .copy-box .left-box {
  float: left;
  color: rgba(255, 255, 255, 0.5);
}
.public-footer .copy-box .right-box {
  float: right;
}
.public-footer .copy-box .right-box span {
  display: inline-block;
  margin-left: 50px;
  color: #fff;
  opacity: .5;
}
.banner-box img {
  width: 100%;
}
.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 */