html {
  color: #000;
  font-size: 16px;
}

.container {
  width: 100% !important;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
xmp {
  margin: 0;
  padding: 0;
}

button {
  outline: none;
}

body,
input,
textarea,
button,
select,
pre,
xmp,
tt,
code,
kbd,
samp {
  line-height: 1.5;
  font-family: "\5FAE\8F6F\96C5\9ED1";
}

h1,
h2,
h3,
h4,
h5,
h6,
small,
big,
input,
textarea,
button,
select {
  font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "\5FAE\8F6F\96C5\9ED1";
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
  font-weight: normal;
}

address,
cite,
dfn,
em,
i,
optgroup,
var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

caption,
th {
  text-align: inherit;
}

ul,
ol,
menu {
  list-style: none;
}

fieldset,
img {
  border: 0;
  display: block;
}

img,
object,
input,
textarea,
button,
select {
  vertical-align: middle;
  cursor: pointer;
}

article,
aside,
footer,
header,
section,
nav,
figure,
figcaption,
hgroup,
details,
menu {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "\0020";
}

textarea {
  overflow: auto;
  resize: vertical;
}

input,
textarea,
button,
select,
a {
  outline: 0 none;
  border: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

mark {
  background-color: transparent;
}

a,
ins,
s,
u,
del {
  text-decoration: none;
}

sup,
sub {
  vertical-align: baseline;
}

html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  color: #333;
  font-size: 15px;
  -webkit-text-size-adjust: none;
  background-color: #fff;
  box-sizing: border-box;
  font-family: "Microsoft YaHei";
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  touch-action: pan-y;
}

hr {
  height: 0.02rem;
  margin: 0.1rem 0;
  border: medium none;
  border-top: 0.02rem solid #cacaca;
}

a {
  color: #6b7580;
  text-decoration: none !important;
}

/* 分页 */

.fenye_page {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.fenye_page > ul {
  display: flex;
  justify-content: center;
}

.fenye_page > ul li {
  text-align: center;
  margin-right: 2rem;
  padding: 1rem;
  width: 4rem;
  height: 4rem;
  font-size: 1.5rem;
  color: #999;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f5f5;
  cursor: pointer;
}

.fenye_page > ul .active {
  text-align: center;
  margin-right: 2rem;
  padding: 1rem;
  width: 4rem;
  height: 4rem;
  color: #fff;
  background-color: #00458d;
  border-radius: 1rem;
}

.tip-tooltip.white {
  text-align: center;
}

.tt-wrap.top {
  left: -15px !important;
}

.hs-wrap {
  background-color: rgb(255, 255, 255, 0.4);
  cursor: pointer;
}

.guanggao_shuiyin {
  background-color: rgb(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 6px;
  padding: 0 0.4rem;
  position: absolute;
  right: 2rem;
  bottom: 1rem;
  font-size: 1rem;
}

.guanggao_div {
  position: relative;
}

.masks_ditu .wrap_ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  bottom: -3%;
  transform: translate(-50%, 0);
}

.masks_ditu .wrap_ul .item_li {
  text-align: center;
  width: 17%;
  background-color: #fff;
  border-radius: 1rem;
  padding: 0.4rem 0;
  font-size: 0.24rem;
  cursor: pointer;
}

/* .masks_ditu .wrap_ul .active {
    background-color: #00458d;
    color: #fff;
} */

.masks_ditu .wrap_ul .item_li:hover {
  color: #fff;
  background-color: #00458d;
}

.masks_ditu .wrap_ul .item_li > div {
  width: 100%;
}

.enlargement {
  width: 63%;
  height: 84vh;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 14vh;
  display: none;
  transform: translate(-50%, 0);
  z-index: 999999;
  overflow: hidden;
}

.enlargement .box {
  width: 100%;
  height: 100%;
  position: relative;
}

.enlargement .enlargement_img {
  width: 100%;
  height: 100%;
  cursor: move;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0%;
  top: 0%;
  /* transform: translate(-50%, -50%); */
}

.enlargement .fangda {
  width: 1.5rem;
  border-radius: 3px;
  position: absolute;
  left: 46%;
  bottom: 3%;
  background-color: #00458d;
  padding: 0.3rem;
  cursor: pointer;
}

.enlargement .suoxiao {
  width: 1.5rem;
  border-radius: 3px;
  position: absolute;
  right: 46%;
  bottom: 3%;
  background-color: #00458d;
  padding: 0.3rem;
  cursor: pointer;
}

.enlargement .fangda img {
  width: 100%;
  height: 100%;
}

.enlargement .suoxiao img {
  width: 100%;
  height: 100%;
}

.enlargement .close_enlargement {
  width: 1.5rem;
  border-radius: 3px;
  position: absolute;
  right: 5%;
  top: 5%;
  background-color: #fff;
  box-shadow: 0px 2px 2px 0px rgba(74, 74, 74, 0.12);
  padding: 0.3rem;
  cursor: pointer;
}

.enlargement .close_enlargement img {
  width: 100%;
  height: 100%;
}

#cnzz_stat_icon_1281123093 {
  display: none;
}

.layui-nav .layui-nav-child dd .layui_this {
  background-color: #00458d;
  color: white;
}

.fuwupingtai img {
  transform: scale(1.2);
}

.layui-nav-child dd {
  line-height: 3;
}

.layui-nav .layui-nav-child a:hover {
  color: #fff !important;
  background-color: #00458d !important;
}
.layui-show {
  display: block;
}
/* .layui-nav-child{
    box-shadow: none;
    border: none;
} */
.layui-nav .layui-nav-item > a {
  color: #fff !important;
  font-size: 1.4rem;
}
.layui-nav .layui-nav-item:hover {
  font-weight: bold;
}

.layui-nav .layui-nav-child a {
  text-align: center;
}
.layui-nav {
  font-size: 1.4rem;
}
.layui-nav .layui-this:after,
.layui-nav-bar {
  background-color: #00458d;
}

