@charset "utf-8";
/* 转动条扫除样式 */
::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background-color: transparent;
}
/* 设置整体的高度 */
html,
body {
  height: 100%;
}
/* 禁用iPhone中Safari的字号自动调解 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情形 */
  -webkit-overflow-scrolling: touch;
}
/* 榨取缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}
/* 作废链接高亮 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
body {
  font: 12px/1.5 'Microsoft YaHei', 'PingFang', 'Arial';
  color: #333333;
  background-color: #F7F7F7;
}
em,
i {
  font-style: normal;
}
ul,
li {
  list-style-type: none;
}
strong {
  font-weight: normal;
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.clearfix {
  zoom: 1;
}
a {
  text-decoration: none;
  color: #333333;
  font-family: 'Microsoft YaHei', 'PingFang', 'Arial';
}
a:hover {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-family: 'Microsoft YaHei', 'PingFang', 'Arial';
}
img {
  border: none;
}
input {
  font-family: 'Microsoft YaHei', 'PingFang', 'Arial';
}
/* 移动端点击a链接泛起蓝色配景问题解决 */
a:link,
a:active,
a:visited,
a:hover {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/* 高度 */
.hei10 {
  height: 10px;
}
.hei20 {
  height: 20px;
}
.hei30 {
  height: 30px;
}
.hei40 {
  height: 40px;
}
.hei50 {
  height: 50px;
}
.hei60 {
  height: 60px;
}
.hei70 {
  height: 70px;
}
.hei80 {
  height: 80px;
}
.hei90 {
  height: 90px;
}
.hei100 {
  height: 100px;
}
.hei110 {
  height: 110px;
}
.hei120 {
  height: 120px;
}
.hei130 {
  height: 130px;
}
.hei140 {
  height: 140px;
}
.hei150 {
  height: 150px;
}
.hei160 {
  height: 160px;
}
.hei170 {
  height: 170px;
}
.hei180 {
  height: 180px;
}
.hei190 {
  height: 190px;
}
.hei200 {
  height: 200px;
}
.sys_line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.sys_line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.sys_line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.sys_wrapper1 {
  width: 7.5rem;
  margin: 0 auto;
  /* 头部样式 */
  /* 侧边导航 */
  /* 底部样式 */
}
.sys_wrapper1 .header {
  max-width: 7.5rem;
  width: calc(7.5rem - 0.6rem);
  height: 1rem;
  padding: 0 0.3rem;
  background: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 999;
}
.sys_wrapper1 .header .top-logo {
  min-width: 20%;
  display: flex;
  align-items: center;
}
.sys_wrapper1 .header .top-logo img {
  width: 1.74rem;
  height: 0.5rem;
  display: inline-block;
}
.sys_wrapper1 .header .top-menu {
  min-width: 20%;
  text-align: right;
}
.sys_wrapper1 .header .top-menu img {
  width: 0.48rem;
  height: 0.29rem;
  display: inline-block;
}
.sys_wrapper1 .menu_side {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: -100%;
  display: none;
}
.sys_wrapper1 .menu_side-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.sys_wrapper1 .menu_side-box {
  width: 40%;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -40%;
  background: #ffffff;
  overflow-y: scroll;
}
.sys_wrapper1 .menu_side-box ul {
  list-style: none;
}
.sys_wrapper1 .menu_side-box ul .first-item {
  background: #25A55F;
  color: #fff;
}
.sys_wrapper1 .menu_side-box ul .first-item a {
  color: #fff;
}
.sys_wrapper1 .menu_side-box > ul > li {
  width: 100%;
  border-bottom: 0.01rem solid #cecece;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sys_wrapper1 .menu_side-box > ul > li p[class="title"] {
  width: 100%;
  text-align: center;
  height: 0.98rem;
  line-height: 0.98rem;
  padding: 0;
  border: none;
  position: relative;
  font-size: 0.28rem;
}
.sys_wrapper1 .menu_side-box > ul > li p[class="title"] > span {
  position: absolute;
  right: 10%;
}
.sys_wrapper1 .menu_side-box > ul > li a {
  display: block;
  font-size: 0.28rem;
}
.sys_wrapper1 .list-se {
  overflow: hidden;
  display: none;
}
.sys_wrapper1 .list-se > p {
  color: #25A55F;
}
.sys_wrapper1 .list-se > li {
  position: relative;
  right: -100%;
  -webkit-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -o-transition: right 0.5s;
  transition: right 0.5s;
}
.sys_wrapper1 .list-se > li > p {
  background: #f9f9f9;
  color: #f0f0f0;
  height: 0.98rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 0.98rem;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.sys_wrapper1 .list-se > li > p:hover {
  border-color: #25A55F;
  background: #f7f7f7;
}
.sys_wrapper1 .footer {
  max-width: 7.5rem;
  width: calc(7.5rem - 0.6rem);
  height: 1rem;
  padding: 0 0.3rem;
  background: #ffffff;
  border-top: 0.01rem solid rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 0;
  z-index: 998;
}
.sys_wrapper1 .footer .item {
  display: inline-block;
  text-align: center;
  min-width: 20%;
}
.sys_wrapper1 .footer .item i {
  background-color: #999999;
  display: block;
  margin: 0 auto;
}
.sys_wrapper1 .footer .item p {
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 0.24rem;
  color: #999999;
  margin-top: 0.1rem;
}
.sys_wrapper1 .footer .item.cur p {
  color: #25A55F;
}
.sys_wrapper1 .footer .item.cur i {
  background-color: #25A55F;
}
.sys_wrapper1 .footer .icon-shouye {
  width: 0.36rem;
  height: 0.36rem;
  -webkit-mask: url(/Jzw/Tpl/Wap/Default/images/public/page1/foot1.png) no-repeat;
  mask: url(/Jzw/Tpl/Wap/Default/images/public/page1/foot1.png) no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.sys_wrapper1 .footer .icon-guanyu {
  width: 0.4rem;
  height: 0.36rem;
  -webkit-mask: url(/Jzw/Tpl/Wap/Default/images/public/page1/foot2.png) no-repeat;
  mask: url(/Jzw/Tpl/Wap/Default/images/public/page1/foot2.png) no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.sys_wrapper1 .footer .icon-jianche {
  width: 0.36rem;
  height: 0.36rem;
  -webkit-mask: url(/Jzw/Tpl/Wap/Default/images/public/page1/foot3.png) no-repeat;
  mask: url(/Jzw/Tpl/Wap/Default/images/public/page1/foot3.png) no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.sys_wrapper1 .footer .icon-xinwen {
  width: 0.4rem;
  height: 0.36rem;
  -webkit-mask: url(/Jzw/Tpl/Wap/Default/images/public/page1/foot4.png) no-repeat;
  mask: url(/Jzw/Tpl/Wap/Default/images/public/page1/foot4.png) no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
#map_title_my {
  font-weight: bold;
  color: #CE5521;
  font-size: 14px;
}
#map_content_my {
  table-layout: fixed;
  width: 100%;
  font: 12px arial, simsun, sans-serif;
}
#map_content_my tbody > tr td:nth-child(1) {
  vertical-align: top;
  line-height: 16px;
  width: 38px;
  white-space: nowrap;
  word-break: keep-all;
}
#map_content_my tbody > tr td:nth-child(2) {
  vertical-align: top;
  line-height: 16px;
}
/*# sourceMappingURL=./common.css.map */<!--耗时1777737937.3985秒-->