@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;
}
.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;
}
/* 高度 */
.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_pagebox1 {
  text-align: center;
}
.sys_pagebox1 a {
  display: inline-block;
  min-width: 16px;
  padding: 0 14px;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  margin-right: 10px;
}
.sys_pagebox1 a:hover {
  background: #25A55F;
  border: 1px solid transparent;
  color: #ffffff;
}
.sys_pagebox1 .active {
  background: #25A55F;
  border: 1px solid transparent;
  color: #ffffff;
}
.sys_dialog_bg1 {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.sys_dialog_show1 {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 80vh;
  transform: translateX(-50%) translateY(-50%) scale(0.8, 0.8);
  padding: 20px;
  z-index: 9999;
  background: rgba(0, 93, 127, 0.53);
  border: 2px solid #00689f;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.sys_dialog_show1.dialog_active {
  transform: translateX(-50%) translateY(-50%) scale(1, 1);
  visibility: visible;
  opacity: 1;
}
.sys_dialog_show1 .con {
  width: 100%;
  height: 100%;
  padding: 10px;
}
.sys_dialog_show1 .scrollBox {
  overflow-y: auto !important;
}
.sys_dialog_show1 .scrollBox::-webkit-scrollbar {
  width: 6px;
}
.sys_dialog_show1 .scrollBox::-webkit-scrollbar-thumb {
  background: #f0b318;
  border-radius: 4px;
}
.sys_dialog_show1 .scrollBox::-webkit-scrollbar-resizer {
  background: #f0b318;
}
.sys_dialog_show1 .scrollBox::-webkit-scrollbar-track-piece {
  background: #3a97d0;
  border-radius: 4px;
}
.sys_dialog_show1 .close {
  width: 40px;
  height: 40px;
  display: block;
  background: none;
  position: absolute;
  top: -30px;
  right: -40px;
  cursor: pointer;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.sys_biaoti1 {
  text-align: center;
  line-height: 1;
  color: #4C4948;
}
.sys_biaoti1 h1 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
.sys_biaoti1 h1 i {
  display: inline-block;
  margin: 16px 8px;
  width: 20px;
  height: 1px;
  background: #4C4948;
}
.sys_biaoti1 p {
  font-size: 20px;
  text-transform: uppercase;
}
.sys_biaoti2 p {
  text-align: center;
  font-size: 36px;
  color: #333;
}
.sys_biaoti2 .subtitle {
  text-align: center;
}
.sys_biaoti2 .subtitle img {
  width: 200px;
  height: 14px;
  display: inline-block;
}
.sys_biaoti2 .subtitle span {
  display: inline-block;
  margin: 0 30px;
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
}
.sys_biaoti3 {
  text-align: center;
}
.sys_biaoti3 .atitle {
  font-size: 36px;
  font-weight: bold;
  color: #333;
}
.sys_biaoti3 .btitle {
  font-size: 24px;
  color: #333;
}
.sys_biaoti3 .xian {
  width: 36px;
  height: 3px;
  background: #25A55F;
  display: block;
  margin: 20px auto 0 auto;
}
#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 */