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;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullet {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: 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: 89%;
  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: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.public-header .centent-box {
  height: 100px;
  line-height: 100px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff;
}
.public-header .centent-box .right-box {
  display: flex;
  align-items: center;
  font-size: 0;
}
.public-header .centent-box .right-box li {
  display: inline-block;
  margin-left: 13px;
  position: relative;
}
.public-header .centent-box .right-box li:before {
  position: absolute;
  content: '';
  height: 5px;
  width: 100%;
  background-color: #FF4D0F;
  opacity: 0;
}
.public-header .centent-box .right-box li > a {
  color: #fff;
  display: block;
  padding-left: 24px ;
  padding-right: 24px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
}
.public-header .centent-box .right-box li.active:before,
.public-header .centent-box .right-box li:hover:before {
  opacity: 1;
}
.public-header .centent-box .right-box li.active > a,
.public-header .centent-box .right-box li:hover > a {
  background: linear-gradient(180deg, rgba(255, 77, 15, 0.39) 0%, rgba(255, 77, 15, 0) 100%);
}
.public-header .centent-box .right-box li:hover dl {
  display: block;
}
.public-header .centent-box .right-box li dl {
  position: absolute;
  background-color: #002B52;
  top: 101px;
  width: 100%;
  display: none;
}
.public-header .centent-box .right-box li dl dd {
  height: 34px;
  line-height: 34px;
}
.public-header .centent-box .right-box li dl dd a {
  display: block;
  color: #fff;
  font-size: 14px;
  padding-left: 18px;
  box-sizing: border-box;
  border-left: 1px solid transparent;
}
.public-header .centent-box .right-box li dl dd.active a,
.public-header .centent-box .right-box li dl dd:hover a {
  border-left: 1px solid #FF4D0F;
  background: linear-gradient(90deg, rgba(255, 77, 15, 0.66) 0%, rgba(255, 77, 15, 0) 100%);
}
.public-header .centent-box .right-box .other-box {
  width: 120px;
  height: 28px;
  line-height: 26px;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 30px;
  margin-left: 20px;
  position: relative;
}
.public-header .centent-box .right-box .other-box:before {
  position: absolute;
  content: '';
  height: 16px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
.public-header .centent-box .right-box .other-box img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  height: 16px;
}
.public-header .centent-box .right-box .other-box input {
  width: 100%;
  background-color: transparent;
  height: 100%;
  padding-left: 30px;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 13px;
  color: #fff;
  vertical-align: top;
}
.public-header .centent-box .right-box .other-box input::-webkit-input-placeholder {
  /* WebKit browsers*/
  color: #fff;
}
.public-header .centent-box .right-box .other-box input:-moz-input-placeholder {
  /* Mozilla Firefox 4 to 18*/
  color: #fff;
}
.public-header .centent-box .right-box .other-box input::-moz-input-placeholder {
  /* Mozilla Firefox 19+*/
  color: #fff;
}
.public-header .centent-box .right-box .other-box input:-ms-input-placeholder {
  /* Internet Explorer 10+*/
  color: #fff;
}
.public-header.active {
  background-color: rgba(255, 255, 255, 0.5);
}
.public-header.active .centent-box .right-box li > a {
  color: #002B52;
}
.public-header.active .centent-box .right-box .other-box {
  border-color: #002B52;
}
.public-header.active .centent-box .right-box .other-box input::-webkit-input-placeholder {
  /* WebKit browsers*/
  color: #002B52;
}
.public-header.active .centent-box .right-box .other-box input:-moz-input-placeholder {
  /* Mozilla Firefox 4 to 18*/
  color: #002B52;
}
.public-header.active .centent-box .right-box .other-box input::-moz-input-placeholder {
  /* Mozilla Firefox 19+*/
  color: #002B52;
}
.public-header.active .centent-box .right-box .other-box input:-ms-input-placeholder {
  /* Internet Explorer 10+*/
  color: #002B52;
}
.public-footer {
  background-color: #002b52;
}
.public-footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.public-footer .footer-top .block {
  display: flex;
}
.public-footer .footer-top .left-box {
  width: 480px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 55px;
  box-sizing: border-box;
}
.public-footer .footer-top .left-box .search-box h3 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 10px;
}
.public-footer .footer-top .left-box .search-box .input-box {
  position: relative;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  width: 400px;
}
.public-footer .footer-top .left-box .search-box .input-box input {
  background-color: transparent;
  outline: none;
  border: none;
  font-size: 14px;
  color: #fff;
}
.public-footer .footer-top .left-box .search-box .input-box input::-webkit-input-placeholder {
  /* WebKit browsers*/
  color: rgba(255, 255, 255, 0.4);
}
.public-footer .footer-top .left-box .search-box .input-box input:-moz-input-placeholder {
  /* Mozilla Firefox 4 to 18*/
  color: rgba(255, 255, 255, 0.4);
}
.public-footer .footer-top .left-box .search-box .input-box input::-moz-input-placeholder {
  /* Mozilla Firefox 19+*/
  color: rgba(255, 255, 255, 0.4);
}
.public-footer .footer-top .left-box .search-box .input-box input:-ms-input-placeholder {
  /* Internet Explorer 10+*/
  color: rgba(255, 255, 255, 0.4);
}
.public-footer .footer-top .left-box .search-box .input-box img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  cursor: pointer;
}
.public-footer .footer-top .left-box ul.link {
  display: flex;
  justify-content: space-between;
  width: 400px;
  padding-right: 30px;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 92px;
}
.public-footer .footer-top .left-box ul.link li a {
  color: #fff;
}
.public-footer .footer-top .left-box .site-box h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.public-footer .footer-top .left-box .site-box ul li {
  position: relative;
  padding-left: 65px;
  box-sizing: border-box;
  line-height: 2;
  font-size: 14px;
}
.public-footer .footer-top .left-box .site-box ul li img {
  position: absolute;
  left: 0;
  top: 5px;
}
.public-footer .footer-top .left-box .site-box ul li em {
  color: #fff;
  position: absolute;
  left: 22px;
  top: 0px;
  font-style: normal;
}
.public-footer .footer-top .left-box .site-box ul li p {
  color: #fff;
}
.public-footer .footer-top .right-box {
  position: relative;
  padding-left: 50px;
  box-sizing: border-box;
  flex: 1;
  padding-top: 27px;
  padding-bottom: 120px;
}
.public-footer .footer-top .right-box .logo-box {
  margin-bottom: 45px;
}
.public-footer .footer-top .right-box .txt-box {
  display: flex;
  justify-content: space-around;
  padding-right: 10%;
  box-sizing: border-box;
}
.public-footer .footer-top .right-box .txt-box dl dt {
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.public-footer .footer-top .right-box .txt-box dl dd {
  margin-bottom: 10px;
}
.public-footer .footer-top .right-box .txt-box dl dd a {
  color: #fff;
  opacity: 0.6;
  font-size: 14px;
}
.public-footer .footer-top .right-box .txt-box dl dd a:hover {
  opacity: 1;
}
.public-footer .footer-top .right-box .link-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 37px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #0f375c;
  border-left: none;
  border-bottom: none;
}
.public-footer .footer-top .right-box .link-box ul {
  display: flex;
}
.public-footer .footer-top .right-box .link-box ul li em {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  display: block;
  padding-left: 13px;
  padding-right: 13px;
  border-right: 1px solid rgba(255, 255, 255, 0.27);
}
.public-footer .footer-top .right-box .link-box ul li a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.public-footer .footer-top .right-box .link-box ul li a:before {
  position: absolute;
  height: 20px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.27);
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.public-footer .footer-top .right-box .link-box ul li:nth-child(2) a::before {
  display: none;
}
.public-footer .footer-bottom {
  height: 80px;
  line-height: 80px;
  display: flex;
  justify-content: space-between;
}
.public-footer .footer-bottom ul li {
  display: inline-block;
  color: #fff;
  margin-left: 40px;
}
.public-footer .footer-bottom ul li:nth-child(1) {
  margin-left: 0;
}
.public_a {
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.public_a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #fff;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 2;
}
.public_a:hover:before,
.public_a:focus:before,
.public_a:hover:before {
  right: auto;
  left: 0;
  width: 100%;
}
.public_a:hover span {
  color: #fff;
}
.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) {
  .public-header .centent-box .right-box li  > a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .public-header .centent-box .right-box li {
    margin-left: 8px;
  }
  .public-footer .footer-top .left-box {
    width: 420px;
  }
  .public-footer .footer-top .right-box .link-box ul li a {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 13px;
  }
  .public-footer .footer-top .left-box .search-box .input-box {
    width: 380px;
  }
  .public-footer .footer-top .left-box ul.link {
    width: 380px;
  }
  .public-footer .footer-bottom ul li {
    margin-left: 20px;
  }
}
@keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(8px);
  }
  40% {
    transform: translate(0);
  }
}
@-webkit-keyframes down {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translateY(8px);
  }
  40% {
    transform: translate(0);
  }
}
/*# sourceMappingURL=./common.css.map */