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 !important;
  background: #fff;
  font-family: -apple-system, "Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", SimSun, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
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;
  outline: none;
}
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: 1600px;
  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;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  height: 70px;
  line-height: 70px;
  box-sizing: border-box;
}
#header .body-box {
  width: 1600px;
  margin: 0 auto;
}
#header .logo-box {
  float: left;
}
#header .logo-box img {
  height: 38px;
  transition: height .36s ease;
}
#header .logo-box img.active {
  display: none;
}
#header .right-box {
  float: right;
}
#header .right-box .search-box {
  float: left;
  width: 90px;
  text-align: center;
  cursor: pointer;
}
#header .right-box .search-box img.active {
  display: none;
}
#header .right-box .toggle-btn {
  position: relative;
  float: left;
  width: 40px;
  cursor: pointer;
  z-index: 10;
}
#header .right-box .toggle-btn .sr-only {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 30px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
}
#header .right-box .toggle-btn .sr-only:before {
  position: absolute;
  top: -8px;
  left: 0;
  content: ' ';
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
#header .right-box .toggle-btn .sr-only:after {
  position: absolute;
  top: 8px;
  left: 0;
  content: ' ';
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
#header .all-search {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background: #fff;
  height: 90px;
  display: none;
  z-index: 11;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header .all-search .input-search {
  position: relative;
  width: 650px;
  height: 50px;
  line-height: 49px;
  border-bottom: 1px solid #cccccc;
  margin: 0 auto;
  margin-top: 20px;
}
#header .all-search .input-search input {
  border: none;
  width: 100%;
  font-size: 14px;
}
#header .all-search .input-search .icon-box {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
#header .all-search .input-search .close-btn {
  position: absolute;
  top: 0;
  right: -125px;
  cursor: pointer;
}
#header .nav-pop {
  position: absolute;
  top: 0;
  background: rgba(23, 26, 69, 0.6);
  width: 300px;
  height: 100vh;
  right: -300px;
  transition: all .3s;
  padding-top: 70px;
  box-sizing: border-box;
  z-index: 998;
  bottom: 0;
}
#header .nav-pop .nav-box li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#header .nav-pop .nav-box li a {
  display: block;
  line-height: 54px;
  padding-left: 25px;
  color: #fff;
  font-size: 16px;
  position: relative;
}
#header .nav-pop .nav-box li a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #171a45;
  transition: all .5s;
}
#header .nav-pop .nav-box li a span {
  position: relative;
  z-index: 2;
}
#header .nav-pop .nav-box li:hover a:before,
#header .nav-pop .nav-box li.active a:before {
  width: 100%;
}
#header.on .toggle-btn {
  z-index: 9999;
}
#header.on .toggle-btn .sr-only {
  background-color: transparent;
}
#header.on .toggle-btn .sr-only:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  background: #fff !important;
}
#header.on .toggle-btn .sr-only:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  background: #fff !important;
}
#header.on .nav-pop {
  right: 0;
}
#header.active {
  background: #171a45;
  transition: all .5s ease;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.public-footer {
  background-color: #383838;
  padding-top: 60px;
  padding-bottom: 60px;
}
.public-footer .body-box {
  width: 1600px;
}
.public-footer .left-box {
  float: left;
}
.public-footer .left-box h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: -5px;
  line-height: 1;
}
.public-footer .left-box ul li {
  font-size: 16px;
  color: #c5c5c5;
  margin-top: 35px;
}
.public-footer .left-box ul li em {
  display: inline-block;
  margin-left: 35px;
  margin-right: 35px;
}
.public-footer .left-box ul li span {
  display: inline-block;
  margin-left: 30px;
}
.public-footer .right-box {
  float: right;
  text-align: center;
}
.public-footer .right-box .item-box {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}
.public-footer .right-box .item-box .img-box img {
  width: 93px;
  height: 93px;
  object-fit: cover;
}
.public-footer .right-box .item-box p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  margin-top: 18px;
}
.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: 1800px) {
  .block {
    width: 1300px;
  }
  #header .body-box {
    width: 1300px;
  }
  .public-footer .body-box {
    width: 1300px;
  }
}
/*# sourceMappingURL=common.css.map */