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;
}
html.active {
  overflow: hidden;
  height: auto;
}
body {
  position: relative;
  color: #282b34;
  font-size: 14px;
  font-family: PingFang SC, "微软雅黑", Microsoft YaHei, "Arial";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 1.6rem;
  box-sizing: border-box;
  overflow-x: hidden;
  line-height: 1.6;
}
.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;
}
.med {
  line-height: normal;
  /* 重点：设置内容行高为 normal */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
td,
th,
caption {
  font-size: 14px;
}
a {
  color: #000;
  text-decoration: none !important;
}
a:hover {
  text-decoration: none !important;
}
a {
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
a:visited,
a:focus,
a:hover {
  text-decoration: none;
  color: #333;
}
em {
  font-style: normal;
}
img {
  border: 0;
  vertical-align: middle;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font-size: 14px;
  outline: none;
}
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
}
video {
  object-fit: contain;
}
.block {
  width: 100%;
  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;
  left: 0;
  right: 0;
  top: 0;
  height: 1.6rem;
  line-height: 1.6rem;
  z-index: 9999;
}
.public-header .header-body {
  position: relative;
  background: #fff;
  height: 100%;
}
.public-header .logo-box {
  margin-left: 0.32rem;
}
.public-header .logo-box img {
  height: 0.933333rem;
}
.public-header .toggle-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1.333333rem;
}
.public-header .toggle-btn em {
  position: absolute;
  top: 0.373333rem;
  font-size: 0.346667rem;
  left: -0.4rem;
  color: #282828;
  line-height: 1.4;
  font-size: 0.32rem;
}
.public-header .toggle-btn .sr-only {
  position: relative;
  display: block;
  width: 0.666667rem;
  height: 0.04rem;
  background: #333333;
  margin: 0 auto;
  margin-top: 0.8rem;
}
.public-header .toggle-btn .sr-only:before {
  position: absolute;
  top: -0.16rem;
  left: 0;
  content: ' ';
  width: 100%;
  height: 0.04rem;
  background-color: #333333;
  transition: all 0.5s;
}
.public-header .toggle-btn .sr-only:after {
  position: absolute;
  top: 0.16rem;
  left: 0;
  content: ' ';
  width: 100%;
  height: 0.04rem;
  background-color: #333333;
  transition: all 0.5s;
}
.public-header .nav-list {
  position: fixed;
  box-sizing: border-box;
  width: 50%;
  left: -50%;
  padding-bottom: 0.4rem;
  transition: all .6s;
  z-index: 9999;
  overflow: scroll;
  top: 0;
  bottom: 0;
  color: #fff;
}
.public-header .nav-list .search-box {
  position: relative;
  height: 1.666667rem;
  line-height: 1.666667rem;
  background: #184098;
  width: 100%;
  box-sizing: border-box;
}
.public-header .nav-list .search-box span {
  position: absolute;
  right: 15%;
  top: 0;
}
.public-header .nav-list .search-box span img {
  height: 0.4rem;
  right: 0.266667rem;
}
.public-header .nav-list .search-box input {
  position: relative;
  height: 0.666667rem;
  line-height: 0.666667rem;
  width: 80%;
  margin-left: 8%;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  background: transparent;
  color: #fff;
  font-size: 0.373333rem;
}
.public-header .nav-list .search-box input::-webkit-input-placeholder {
  color: #fff;
}
.public-header .nav-list .search-box input:-moz-placeholder {
  color: #fff;
}
.public-header .nav-list .search-box input::-moz-placeholder {
  color: #fff;
}
.public-header .nav-list .search-box input:-ms-input-placeholder {
  color: #fff;
}
.public-header .nav-list ul {
  background: #fff;
}
.public-header .nav-list li {
  position: relative;
  overflow: hidden;
  height: 1.6rem;
  line-height: 1.6rem;
  background: #fff;
  border-bottom: 1px solid rgba(67, 67, 67, 0.4);
}
.public-header .nav-list li a {
  position: relative;
  display: block;
  color: #323232;
  text-align: left;
  width: 100%;
  padding-left: 0.933333rem;
  padding-right: 0.32rem;
  box-sizing: border-box;
  font-size: 0.4rem;
}
.public-header .nav-list li em {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  border: 1px solid #272727;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 0.4rem;
  margin-top: -0.026667rem;
}
.public-header .nav-list li i {
  position: absolute;
  height: 0.2rem;
  width: 0.4rem;
  top: 50%;
  margin-left: 0.333333rem;
  transform: translate(0, -50%);
  background: url(../images/icon_78.png) center center no-repeat;
  background-size: 100% 100%;
}
.public-header .nav-list li:last-child {
  border-bottom: none;
}
.public-header .nav-list li.active em {
  background: #0056a8;
  border-color: #0056a8;
}
.public-header.active .toggle-btn .sr-only {
  background-color: transparent;
}
.public-header.active .toggle-btn .sr-only:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.public-header.active .toggle-btn .sr-only:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.public-header.active .nav-list {
  left: 0;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
}
.up {
  position: fixed;
  width: 0.853333rem;
  height: 0.853333rem;
  line-height: 0.853333rem;
  background: #cc9b60;
  border-radius: 100%;
  right: 0.32rem;
  bottom: 1.866667rem;
  z-index: 999;
  text-align: center;
}
.up img {
  height: 0.4rem;
  vertical-align: middle;
}
.public-footer {
  position: relative;
  background: #0056a8;
  padding-top: 0.933333rem;
  padding-left: 0.32rem;
  padding-right: 0.32rem;
  box-sizing: border-box;
}
.public-footer .body-box ul li {
  color: #fff;
  font-size: 0.346667rem;
  position: relative;
  padding-left: 1.0rem;
  line-height: 1.8;
}
.public-footer .body-box ul li span {
  position: absolute;
  left: 0;
}
.public-footer .copy-box {
  margin-top: 0.533333rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  text-align: center;
  font-size: 0.32rem;
}
.public-footer .copy-box p {
  font-size: 0.346667rem;
  color: #fff;
  line-height: 1.6;
}
.public-footer-tab {
  position: fixed;
  left: 0.666667rem;
  right: 0.666667rem;
  z-index: 999;
  bottom: 0.4rem;
  top: auto;
}
.public-footer-tab .centent-box {
  background: #cc9b60;
  border-radius: 0.4rem;
  box-shadow: 0.053333rem 0.053333rem 0.066667rem rgba(0, 0, 0, 0.2);
}
.public-footer-tab .item-box {
  position: relative;
  float: left;
  width: 25%;
  height: 0.866667rem;
  line-height: 0.866667rem;
  text-align: center;
  box-sizing: border-box;
}
.public-footer-tab .item-box a {
  display: block;
}
.public-footer-tab .item-box:before {
  position: absolute;
  content: '';
  right: 0;
  top: 0.133333rem;
  bottom: 0.133333rem;
  width: 1px;
  background: rgba(255, 255, 255, 0.6);
}
.public-footer-tab .item-box:last-child:before {
  display: none;
}
.public-footer-tab .item-box img {
  height: 0.453333rem;
}
.footer-bottom {
  position: relative;
}
.footer-bottom.active .public-footer-tab {
  position: absolute;
  top: -0.426667rem;
  bottom: auto;
}
.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: 100;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
}
.video-pop .video-box .close-btn {
  position: absolute;
  right: 0;
  top: -0.6rem;
  cursor: pointer;
}
.video-pop .video-box .close-btn img {
  height: 0.453333rem;
}
.video-pop .video-box video {
  outline: none;
  width: 100%;
  height: auto;
}
.pop-right {
  position: fixed;
  right: 0.32rem;
  bottom: 1.333333rem;
  z-index: 999;
}
.pop-right .item-box {
  margin-top: 0.133333rem;
}
.pop-right .item-box img {
  width: 1.333333rem;
}
.med {
  line-height: normal;
  /* 重点：设置内容行高为 normal */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.public-pagination {
  position: static;
}
.public-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 0.213333rem;
  height: 0.213333rem;
  background: #cccccc;
}
.public-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  box-sizing: border-box;
  width: 0.666667rem;
  background-color: #0056a8;
  border-radius: 0.133333rem;
}
/*# sourceMappingURL=common.css.map */