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;
}
body {
  color: #4c4c4c;
  font-size: 14px;
  font-family: '微软雅黑', 'Arial', "Microsoft YaHei", sans-serif;
  background: #fff;
  padding-top: 110px;
}
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: 1360px;
  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: 110px;
  line-height: 110px;
  box-sizing: border-box;
  background: #fff;
}
.public-header .body-box {
  padding-left: 280px;
  padding-right: 280px;
  box-sizing: border-box;
}
.public-header .body-box .logo-box {
  position: absolute;
  left: 50px;
}
.public-header .body-box .other-box {
  position: absolute;
  right: 50px;
}
.public-header .body-box .other-box a {
  display: inline-block;
  margin-left: 38px;
}
.public-header .body-box .other-box a img {
  margin-right: 8px;
}
.public-header .body-box .link-box {
  position: relative;
  width: 100%;
}
.public-header .body-box li {
  position: relative;
  float: left;
  text-align: center;
  width: 20%;
}
.public-header .body-box li:before {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 1px;
  background: #ccc;
  height: 16px;
}
.public-header .body-box li:last-child:before {
  display: none;
}
.public-header .body-box li > a {
  display: inline-block;
  position: relative;
  color: #4c4c4c;
  font-size: 16px;
  letter-spacing: 1px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  font-weight: 400;
  width: 100%;
}
.public-header .body-box li > a em {
  margin-left: 10px;
  display: inline-block;
  width: 10px;
  height: 6px;
  vertical-align: middle;
  background: url(../images/icon_32.png) center center no-repeat;
}
.public-header .body-box li:hover a,
.public-header .body-box li.on a {
  color: #1a1a1a;
}
.public-header .body-box li:hover a em,
.public-header .body-box li.on a em {
  background: url(../images/icon_33.png) center center no-repeat;
}
.public-header .body-box li.active a span {
  transform: translate(0, -22px);
}
.public-header .body-box li dl {
  position: absolute;
  top: 110px;
  z-index: 999;
  width: 100%;
  left: 0;
  background: #fff;
  display: none;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.public-header .body-box li dl dd a {
  display: block;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.public-header .body-box li dl dd a:hover {
  color: #e82310;
}
.public-header .body-box li dl dd:last-child a {
  border-bottom: none;
}
.public-footer {
  background: #000000;
  padding-top: 40px;
}
.public-footer .link-box {
  position: relative;
  padding-left: 80px;
  margin-bottom: 88px;
}
.public-footer .link-box label {
  position: absolute;
  left: 0;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  margin-right: 10px;
}
.public-footer .link-box label span {
  font-size: 24px;
  line-height: 1;
}
.public-footer .link-box ul {
  width: 100%;
  vertical-align: middle;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 38px;
}
.public-footer .link-box ul li {
  float: left;
  color: #fff;
}
.public-footer .link-box ul li a {
  color: #fff;
}
.public-footer .body-box {
  position: relative;
  padding-left: 310px;
  padding-right: 280px;
}
.public-footer .body-box .logo-box {
  position: absolute;
  left: 20px;
}
.public-footer .body-box .tab-box dl {
  float: left;
  width: 25%;
  text-align: center;
}
.public-footer .body-box .tab-box dl dt {
  font-size: 17px;
  color: #fff;
  margin-bottom: 18px;
}
.public-footer .body-box .tab-box dl dd {
  display: block;
}
.public-footer .body-box .tab-box dl dd a {
  font-size: 14px;
  color: #bfbfbf;
  line-height: 2;
  display: inline-block;
  text-align: left;
}
.public-footer .body-box .tab-box dl dd a img {
  margin-right: 8px;
}
.public-footer .body-box .tab-box dl dd a span {
  width: 2em;
  height: 20px;
  display: inline-block;
}
.public-footer .body-box .tab-box dl dd a:hover {
  color: #fff;
}
.public-footer .body-box .er-box {
  position: absolute;
  right: 0;
  font-size: 0;
}
.public-footer .body-box .er-box .item-box {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
.public-footer .body-box .er-box .item-box:nth-child(1) {
  margin-left: 0;
}
.public-footer .body-box .er-box .item-box p {
  text-align: center;
  color: #bfbfbf;
  font-size: 14px;
  margin-top: 10px;
}
.public-footer .copy-box {
  margin-top: 70px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.public-footer .copy-box p {
  font-size: 14px;
}
.public-footer .copy-box p span {
  color: #bfbfbf;
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}
.banner-box {
  height: 480px;
  background-position: center center;
}
.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;
}
@media screen and (max-width: 1400px) {
  .block {
    width: 1200px;
  }
}
/*# sourceMappingURL=common.css.map */
