html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}

table {
  border-collapse: collapse;
  width: 100%;
  font-family: 'Gilroy-Medium';
  font-size: 18px;
  color: #808080;
  width: 100%;
  border-spacing: 0;
  border: 1px #000;
  text-align: center;
}
table thead tr,table tbody tr {
   height: 70px;
   line-height: 70px;
}
table tr th {
   background: #999999;
   font-size: 18px;
   color: #fff;
}
table thead tr th:first-child {
  text-align: left;
  padding-left: 40px;
  width: 416px;
}
table tbody tr td:first-child{
  font-size: 14px;
  text-align: left;
  padding-left: 40px;
}
table tr:first-child th:first-child {
   border-top-left-radius: 8px;
   border-bottom-left-radius: 8px;
}
table tr:first-child th:last-child {
   border-top-right-radius: 8px;
   border-bottom-right-radius: 8px;
}
table tr td{
   border-bottom: 2px solid #e5e5e5;
}

caption,
th {
  /* text-align: left; */
  font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

[hidefocus],
summary {
  outline: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

/* small{font-size:100%;font-weight: normal;} */
sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 14px/24px "-apple-system", "BlinkMacSystemFont", "PingFang SC", "Helvetica", "Microsoft YaHei", arial, sans-serif, \5b8b\4f53;
  color: #333;
  outline: 0;
}

body {
  background-color: #FFF;
  width: 100%;
  margin: 0 auto;
  min-width: 1280px;
  /* max-width: 1920px; */
  overflow-x: hidden;
  left: 0;
}

body.body_ie {
  height: auto !important;
}

.skrollr {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
  vertical-align: middle;
}

p {
  text-align: justify;
}

.no_margin {
  margin: 0 !important;
}

strong {
  display: block;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
  /*display: inline-block;*/
}

div,
li {
  box-sizing: border-box;
}

.auto {
  width: 1200px;
  margin: 0 auto;
}

.fl,
.se_le {
  float: left;
}

.fr,
.se_ri {
  float: right;
}

.bsBox{
  box-sizing: content-box; 
}

input,
button {
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  outline: none;
}

input[type="checkbox"] {
  vertical-align: -2px;
  margin-right: 4px;
}

/*占位符*/
input::-webkit-input-placeholder {
  color: #aaaaa8;
}

input:-moz-placeholder {
  color: #aaaaa8;
}

input::-moz-placeholder {
  color: #aaaaa8;
}

input:-ms-input-placeholder {
  color: #aaaaa8;
}

textarea::-webkit-input-placeholder {
  color: #aaaaa8;
}

textarea:-moz-placeholder {
  color: #aaaaa8;
}

textarea::-moz-placeholder {
  color: #aaaaa8;
}

textarea:-ms-input-placeholder {
  color: #aaaaa8;
}

/*滚动条样式*/
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}

body::-webkit-scrollbar-button,
html::-webkit-scrollbar-button {
  display: none;
}

body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  background-color: #eee;
}

body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background-color: #eee;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(210, 210, 210, 0.48);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  background-color: #cbcbcb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 0;
}



.pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}

.pop .bg {
  width: 100%;
  height: 100%;
  background-color: #0b0d16;
  background-color: rgba(11, 13, 22, .9);
}

.pop .popBody {
  position: absolute;
  top: 50%;
  left: 50%;
  /* width: 1280px; */
  background-color: #fff;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.pop .popBox {
  background-color: #fff;
  padding: 50px 90px 60px;
  margin: 0 -90px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.pop .close {
  position: absolute;
  top: -65px;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/close.png) no-repeat center;
  cursor: pointer;
}

/* IE低版本升级提示*/
.browserupgrade {
  display: block;
  position: fixed;
  margin: 0;
  width: 100%;
  height: 60px;
  font-size: 15px;
  line-height: 60px;
  z-index: 1000;
  color: #fff;
  text-align: center;
  bottom: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
  /*IE8支持*/
}

.browserupgrade strong {
  display: inline-block;
}

.browserupgrade a {
  color: #eee;
  text-decoration: underline;
  font-size: 18px;
  display: inline-block;
}

.browserupgrade a:hover {
  color: #eee
}

/* animated*/
@-webkit-keyframes ban_bg {
  0% {
    width: 0;
  }

  100% {
    width: 108%;
    width: -moz-calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
  }
}

@keyframes ban_bg {
  0% {
    width: 0;
  }

  100% {
    width: 108%;
    width: -moz-calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
  }
}

@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}

@-webkit-keyframes arrow-movement {
  0% {
    bottom: 12px
  }

  70% {
    bottom: 0;
  }

  to {
    bottom: 12px;
  }
}

@keyframes arrow-movement {
  0% {
    bottom: 12px
  }

  70% {
    bottom: 0;
  }

  to {
    bottom: 12px;
  }
}

@-webkit-keyframes h_map {
  0% {
    -webkit-transform: scale(.6);
    transform: scale(.6);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes h_map {
  0% {
    -webkit-transform: scale(.6);
    transform: scale(.6);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes circle_right {
  0% {
    transform: rotate(-45deg);
  }

  50%,
  100% {
    transform: rotate(135deg);
  }
}

@keyframes circle_right {
  0% {
    transform: rotate(-45deg);
  }

  50%,
  100% {
    transform: rotate(135deg);
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s
}

.ban_bg {
  -webkit-animation-name: ban_bg;
  animation-name: ban_bg
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}

.arrow-movement {
  -webkit-animation-name: arrow-movement;
  animation-name: arrow-movement
}

.h_map {
  -webkit-animation-name: h_map;
  animation-name: h_map
}

.circle_right {
  -webkit-animation-name: circle_right;
  animation-name: circle_right
}
.clear-float::after{
  content: "";
  display: block;
  /* width: 100%; */
  height: 0;
  clear: both;
}

#wrapper{
  overflow: hidden;
}

#baiMap {
  position: relative;
  z-index: 10;
}

.wrap .map .ul .i[data-v-5dfa1f82]{
  display: none !important;
}
.wrap .map .ul .m[data-v-5dfa1f82]{
  display: block !important;
  left: 407px !important;
  top: 250px !important;
}