* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
fieldset,
img {
  border: none;
}
h3,
h4 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
select,
input,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: middle;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
body {
  font-size: 16px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
a {
  color: #303030;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  transition: 0.5s all;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.indexBox {
  width: 100%;
  background: #001f98 url(../images/banner.jpg) top center no-repeat;
  overflow: hidden;
  position: relative;
}
.indexBox .bomBg {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 644px;
  background: url(../images/bom_bg.png) center center no-repeat;
}
.indexBox .banner {
  height: 720px;
}
.indexBox .navBox {
  width: 1296px;
  height: 396px;
  background: url(../images/nav_bg.png) center center no-repeat;
  margin: 0 auto;
}
.indexBox .navBox ul {
  padding: 81px 60px 0;
}
.indexBox .navBox ul li {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  float: left;
  margin-bottom: 12px;
  height: 49px;
  margin-right: 18px;
  cursor: pointer;
}
.indexBox .navBox ul li p {
  display: inline-block;
  padding: 8px 20px;
  transition: all .5s;
}
.indexBox .navBox ul li:nth-child(4n) {
  margin-right: 0;
}
.indexBox .navBox ul li:nth-child(4n+1) {
  width: 379px;
}
.indexBox .navBox ul li:nth-child(4n+2) {
  width: 305px;
}
.indexBox .navBox ul li:nth-child(4n+3) {
  width: 233px;
}
.indexBox .navBox ul .on {
  color: #ffcc00;
}
.indexBox .navBox ul .on p {
  background: url(../images/border.png) center center no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.indexBox .navBox ul .on p::after {
  content: '';
  border: 7px solid transparent;
  position: absolute;
  right: -4px;
  top: 17px;
  border-right: 10px solid #ffcc00;
}
.indexBox .navBox ul .on p::before {
  content: '';
  border: 7px solid transparent;
  position: absolute;
  left: -4px;
  top: 17px;
  border-left: 10px solid #ffcc00;
}
.indexBox .mapContent {
  position: relative;
  width: 1200px;
  height: 905px;
  margin: 0 auto;
}
.indexBox .mapContent .infoBox {
  position: absolute;
  top: 157px;
  left: -47px;
}
.indexBox .mapContent .infoBox .item {
  width: 483px;
  background: url(../images/info_bg.png) center center no-repeat;
  background-size: 100% 100%;
  padding: 76px 73px 80px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.indexBox .mapContent .infoBox .item .tit {
  width: 118px;
  height: 47px;
  background: url(../images/bt_bg.png) center center no-repeat;
  font-size: 18px;
  color: #ffcc00;
  text-align: center;
  line-height: 47px;
  font-weight: bold;
}
.indexBox .mapContent .infoBox .item .text {
  padding: 10px 9px 10px 24px;
  background: rgba(10, 46, 94, 0.38);
  color: #fff;
  font-size: 18px;
  margin-top: -5px;
}
.indexBox .mapContent .infoBox .item .line {
  margin-bottom: 18px;
}
.indexBox .mapContent .infoBox .item .line:last-child {
  margin-bottom: 0;
}
.indexBox .mapContent .infoBox .item .join {
  position: absolute;
  left: 436px;
  top: 73px;
  z-index: 9;
}
.indexBox .mapContent .mapBox {
  width: 790px;
  height: 813px;
  background: url(../images/map.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: -28px;
}
.indexBox .mapContent .mapBox ul {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
.indexBox .mapContent .mapBox ul a {
  transition: 0s all;
}
.indexBox .mapContent .mapBox ul .box {
  z-index: 9;
  cursor: pointer;
}
.indexBox .mapContent .mapBox ul li.on a {
  box-shadow: 0 0 10px #ddd;
}
.indexBox .mapContent .mapBox ul li:nth-child(1) {
  width: 338px;
  height: 280px;
  position: absolute;
  left: 4px;
  top: 109px;
}
.indexBox .mapContent .mapBox ul li:nth-child(1).on {
  background: url(../images/on_map.png) -2px 2px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(1).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  left: 247px;
}
.indexBox .mapContent .mapBox ul li:nth-child(1).on .box a {
  display: inline-block;
  width: 56px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  bottom: 35px;
}
.indexBox .mapContent .mapBox ul li:nth-child(1).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(1) .box {
  width: 270px;
  height: 158px;
  position: absolute;
  left: -10px;
  top: 3px;
}
.indexBox .mapContent .mapBox ul li:nth-child(1) .num1::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  bottom: 12px;
  left: 250px;
}
.indexBox .mapContent .mapBox ul li:nth-child(1) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  bottom: 24px;
  left: 228px;
  width: 51px;
}
.indexBox .mapContent .mapBox ul li:nth-child(1) .num2 {
  width: 74px;
  height: 68px;
  left: 260px;
  top: 114px;
}
.indexBox .mapContent .mapBox ul li:nth-child(1) .num3 {
  width: 182px;
  height: 125px;
  left: 22px;
  top: 161px;
}
.indexBox .mapContent .mapBox ul li:nth-child(2) {
  width: 192px;
  height: 248px;
  position: absolute;
  left: 260px;
  top: 0;
}
.indexBox .mapContent .mapBox ul li:nth-child(2).on {
  background: url(../images/on_map.png) -355px 1px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(2).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  left: 38px;
}
.indexBox .mapContent .mapBox ul li:nth-child(2).on .box a {
  display: inline-block;
  width: 56px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  bottom: 68px;
}
.indexBox .mapContent .mapBox ul li:nth-child(2).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(2) .box {
  width: 197px;
  height: 159px;
  position: absolute;
  left: 3px;
  top: -1px;
}
.indexBox .mapContent .mapBox ul li:nth-child(2) .num2 {
  width: 66px;
  height: 78px;
  left: 74px;
  top: 158px;
}
.indexBox .mapContent .mapBox ul li:nth-child(2) .num2::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  bottom: 46px;
  left: 40px;
}
.indexBox .mapContent .mapBox ul li:nth-child(2) .num2 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  bottom: 55px;
  left: 18px;
  width: 51px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(3) {
  width: 199px;
  height: 187px;
  position: absolute;
  left: 208px;
  top: 265px;
}
.indexBox .mapContent .mapBox ul li:nth-child(3).on {
  background: url(../images/on_map.png) -586px 2px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(3).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  right: -3px;
}
.indexBox .mapContent .mapBox ul li:nth-child(3).on .box a {
  display: inline-block;
  width: 56px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: 45px;
}
.indexBox .mapContent .mapBox ul li:nth-child(3).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(3) .box {
  width: 93px;
  height: 187px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.indexBox .mapContent .mapBox ul li:nth-child(3) .num1::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  top: 74px;
  right: 0;
}
.indexBox .mapContent .mapBox ul li:nth-child(3) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 56px;
  right: -22px;
  width: 51px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(3) .num2 {
  width: 76px;
  height: 121px;
  left: 93px;
  top: 30px;
}
.indexBox .mapContent .mapBox ul li:nth-child(4) {
  width: 253px;
  height: 304px;
  position: absolute;
  left: 327px;
  top: 144px;
}
.indexBox .mapContent .mapBox ul li:nth-child(4).on {
  background: url(../images/on_map.png) 3px -299px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(4).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  left: 35px;
}
.indexBox .mapContent .mapBox ul li:nth-child(4).on .box a {
  display: inline-block;
  width: 56px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: 123px;
}
.indexBox .mapContent .mapBox ul li:nth-child(4).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(4) .box {
  width: 140px;
  height: 178px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.indexBox .mapContent .mapBox ul li:nth-child(4) .num1::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  top: 152px;
  left: 36px;
}
.indexBox .mapContent .mapBox ul li:nth-child(4) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 134px;
  left: 15px;
  width: 51px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(4) .num2 {
  width: 91px;
  height: 76px;
  left: 23px;
  top: 94px;
}
.indexBox .mapContent .mapBox ul li:nth-child(4) .num3 {
  width: 46px;
  height: 130px;
  left: 68px;
  top: 169px;
}
.indexBox .mapContent .mapBox ul li:nth-child(4) .num4 {
  width: 62px;
  height: 47px;
  left: 22px;
  top: 254px;
}
.indexBox .mapContent .mapBox ul li:nth-child(4) .num5 {
  width: 53px;
  height: 60px;
  left: 109px;
  top: 202px;
}
.indexBox .mapContent .mapBox ul li:nth-child(4) .num6 {
  width: 38px;
  height: 60px;
  left: 75px;
  top: 34px;
}
.indexBox .mapContent .mapBox ul li:nth-child(5) {
  width: 118px;
  height: 123px;
  position: absolute;
  left: 454px;
  top: 318px;
}
.indexBox .mapContent .mapBox ul li:nth-child(5).on {
  background: url(../images/on_map.png) -858px -166px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(5).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  left: 17px;
}
.indexBox .mapContent .mapBox ul li:nth-child(5).on .box a {
  display: inline-block;
  width: 68px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: 33px;
  left: -9px;
}
.indexBox .mapContent .mapBox ul li:nth-child(5).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(5) .box {
  width: 60px;
  height: 125px;
  position: absolute;
  left: 36px;
  top: 0px;
}
.indexBox .mapContent .mapBox ul li:nth-child(5) .box::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  top: 64px;
  left: 20px;
}
.indexBox .mapContent .mapBox ul li:nth-child(5) .box a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 77px;
  left: 3px;
  width: 42px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(6) {
  width: 96px;
  height: 127px;
  position: absolute;
  left: 537px;
  top: 307px;
}
.indexBox .mapContent .mapBox ul li:nth-child(6).on {
  background: url(../images/on_map.png) -791px -324px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(6).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(6).on .box a {
  display: inline-block;
  width: 68px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: 0px;
  left: -27px;
}
.indexBox .mapContent .mapBox ul li:nth-child(6).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(6) .box {
  width: 60px;
  height: 125px;
  position: absolute;
  left: 15px;
  top: 0px;
}
.indexBox .mapContent .mapBox ul li:nth-child(6) .box::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  top: 28px;
  left: 0px;
}
.indexBox .mapContent .mapBox ul li:nth-child(6) .box a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 40px;
  left: -4px;
  width: 49px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(7) {
  width: 125px;
  height: 141px;
  position: absolute;
  right: 85px;
  top: 290px;
}
.indexBox .mapContent .mapBox ul li:nth-child(7).on {
  background: url(../images/on_map.png) -320px -488px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(7).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  left: 29px;
  top: 67px;
}
.indexBox .mapContent .mapBox ul li:nth-child(7).on .box a {
  display: inline-block;
  width: 68px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: 41px;
  left: 16px;
}
.indexBox .mapContent .mapBox ul li:nth-child(7).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(7) .box {
  width: 50px;
  height: 125px;
  position: absolute;
  left: 28px;
  top: 3px;
  transform: rotate(-27deg);
}
.indexBox .mapContent .mapBox ul li:nth-child(7) .box::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  top: 72px;
  left: 30px;
}
.indexBox .mapContent .mapBox ul li:nth-child(7) .box a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 82px;
  left: 3px;
  width: 49px;
  text-align: center;
  transform: rotate(27deg);
}
.indexBox .mapContent .mapBox ul li:nth-child(8) {
  width: 120px;
  height: 131px;
  position: absolute;
  right: 37px;
  top: 252px;
}
.indexBox .mapContent .mapBox ul li:nth-child(8).on {
  background: url(../images/on_map.png) -495px -523px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(8).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  top: 28px;
  left: 16px;
}
.indexBox .mapContent .mapBox ul li:nth-child(8).on .box a {
  display: inline-block;
  width: 68px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: 0px;
  left: -11px;
}
.indexBox .mapContent .mapBox ul li:nth-child(8).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(8) .box {
  width: 54px;
  height: 42px;
  position: absolute;
  left: 29px;
  top: 81px;
}
.indexBox .mapContent .mapBox ul li:nth-child(8) .num1::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  top: 32px;
  left: 18px;
}
.indexBox .mapContent .mapBox ul li:nth-child(8) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 1px;
  left: -4px;
  width: 46px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(8) .num2 {
  width: 89px;
  height: 48px;
  left: 29px;
  top: 0px;
}
.indexBox .mapContent .mapBox ul li:nth-child(8) .num3 {
  width: 29px;
  height: 48px;
  left: -3px;
  top: 36px;
}
.indexBox .mapContent .mapBox ul li:nth-child(9) {
  width: 157px;
  height: 183px;
  position: absolute;
  right: 0px;
  top: 316px;
}
.indexBox .mapContent .mapBox ul li:nth-child(9).on {
  background: url(../images/on_map.png) -669px -516px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(9).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  left: -3px;
}
.indexBox .mapContent .mapBox ul li:nth-child(9).on .box a {
  display: inline-block;
  width: 68px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: -6px;
  left: -29px;
}
.indexBox .mapContent .mapBox ul li:nth-child(9).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(9) .num1 {
  width: 71px;
  height: 69px;
  position: absolute;
  left: 88px;
  top: 7px;
}
.indexBox .mapContent .mapBox ul li:nth-child(9) .num1::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  top: 23px;
  left: -1px;
}
.indexBox .mapContent .mapBox ul li:nth-child(9) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 31px;
  left: 3px;
  width: 46px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(9) .num2 {
  width: 54px;
  height: 37px;
  position: absolute;
  left: 36px;
  top: 5px;
}
.indexBox .mapContent .mapBox ul li:nth-child(9) .num3 {
  position: absolute;
  width: 32px;
  height: 83px;
  bottom: 5px;
  left: 14px;
}
.indexBox .mapContent .mapBox ul li:nth-child(10) {
  width: 212px;
  height: 131px;
  position: absolute;
  left: 231px;
  top: 414px;
}
.indexBox .mapContent .mapBox ul li:nth-child(10).on {
  background: url(../images/on_map.png) -275px -298px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(10).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  top: 69px;
  left: 103px;
}
.indexBox .mapContent .mapBox ul li:nth-child(10).on .box a {
  display: inline-block;
  width: 68px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: 36px;
  left: 76px;
}
.indexBox .mapContent .mapBox ul li:nth-child(10).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(10) .num1 {
  width: 130px;
  height: 125px;
  position: absolute;
  left: 0;
  top: 5px;
}
.indexBox .mapContent .mapBox ul li:nth-child(10) .num1::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  top: 72px;
  left: 106px;
}
.indexBox .mapContent .mapBox ul li:nth-child(10) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 49px;
  left: 82px;
  width: 52px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(10) .num2 {
  position: absolute;
  width: 74px;
  height: 38px;
  left: 129px;
  top: 30px;
}
.indexBox .mapContent .mapBox ul li:nth-child(10) .num3 {
  position: absolute;
  width: 46px;
  height: 43px;
  top: 65px;
  left: 129px;
}
.indexBox .mapContent .mapBox ul li:nth-child(11) {
  width: 147px;
  height: 96px;
  position: absolute;
  left: 432px;
  top: 457px;
}
.indexBox .mapContent .mapBox ul li:nth-child(11).on {
  background: url(../images/on_map.png) -284px -650px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(11).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  left: 5px;
}
.indexBox .mapContent .mapBox ul li:nth-child(11).on .box a {
  display: inline-block;
  width: 68px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: -5px;
  left: -20px;
}
.indexBox .mapContent .mapBox ul li:nth-child(11).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(11) .box {
  position: absolute;
}
.indexBox .mapContent .mapBox ul li:nth-child(11) .num1 {
  width: 56px;
  height: 55px;
  left: 12px;
}
.indexBox .mapContent .mapBox ul li:nth-child(11) .num1::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  top: 23px;
  left: 7px;
}
.indexBox .mapContent .mapBox ul li:nth-child(11) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 10px;
  left: 7px;
  width: 52px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(11) .num2 {
  width: 48px;
  height: 38px;
  top: 41px;
  right: 8px;
  z-index: 1000;
}
.indexBox .mapContent .mapBox ul li:nth-child(12) {
  width: 207px;
  height: 161px;
  position: absolute;
  top: 373px;
  left: 428px;
}
.indexBox .mapContent .mapBox ul li:nth-child(12).on {
  background: url(../images/on_map.png) 0px -638px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(12).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  left: 11px;
}
.indexBox .mapContent .mapBox ul li:nth-child(12).on .box a {
  display: inline-block;
  width: 68px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: -10px;
  left: -15px;
}
.indexBox .mapContent .mapBox ul li:nth-child(12).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(12) .box {
  position: absolute;
}
.indexBox .mapContent .mapBox ul li:nth-child(12) .num1 {
  width: 110px;
  height: 37px;
  top: 69px;
  left: 69px;
}
.indexBox .mapContent .mapBox ul li:nth-child(12) .num1::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  top: 20px;
  left: 13px;
}
.indexBox .mapContent .mapBox ul li:nth-child(12) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 11px;
  left: 23px;
  width: 61px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(12) .num2 {
  width: 67px;
  height: 92px;
  left: 5px;
  top: 5px;
}
.indexBox .mapContent .mapBox ul li:nth-child(12) .num3 {
  width: 60px;
  height: 57px;
  bottom: 0;
  left: 72px;
}
.indexBox .mapContent .mapBox ul li:nth-child(13) {
  width: 61px;
  height: 39px;
  position: absolute;
  top: 478px;
  left: 562px;
}
.indexBox .mapContent .mapBox ul li:nth-child(13).on {
  background: url(../images/on_map.png) -125px -844px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(13).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(13).on .box a {
  display: inline-block;
  width: 68px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: -18px;
  left: -38px;
}
.indexBox .mapContent .mapBox ul li:nth-child(13).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(13) .box {
  width: 43px;
  height: 36px;
  position: absolute;
  top: -3px;
  left: 35px;
}
.indexBox .mapContent .mapBox ul li:nth-child(13) .box::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  top: 12px;
  left: -12px;
}
.indexBox .mapContent .mapBox ul li:nth-child(13) .box a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: -3px;
  left: -2px;
  width: 27px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(14) {
  width: 52px;
  height: 75px;
  position: absolute;
  top: 424px;
  left: 604px;
}
.indexBox .mapContent .mapBox ul li:nth-child(14).on {
  background: url(../images/on_map.png) -18px -832px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(14).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  top: 35px;
  left: 0px;
}
.indexBox .mapContent .mapBox ul li:nth-child(14).on .box a {
  display: inline-block;
  width: 68px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: 6px;
  left: -26px;
}
.indexBox .mapContent .mapBox ul li:nth-child(14).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(14) .box {
  position: absolute;
  width: 33px;
  height: 58px;
  top: 16px;
  left: 15px;
}
.indexBox .mapContent .mapBox ul li:nth-child(14) .box::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  top: 38px;
  left: 2px;
}
.indexBox .mapContent .mapBox ul li:nth-child(14) .box a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 7px;
  left: -7px;
  width: 45px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(15) {
  width: 98px;
  height: 102px;
  position: absolute;
  top: 418px;
  right: 40px;
}
.indexBox .mapContent .mapBox ul li:nth-child(15).on {
  background: url(../images/on_map.png) -859px -529px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(15).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  left: -5px;
  top: 62px;
}
.indexBox .mapContent .mapBox ul li:nth-child(15).on .box a {
  display: inline-block;
  width: 68px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: 33px;
  left: -32px;
}
.indexBox .mapContent .mapBox ul li:nth-child(15).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(15) .box {
  position: absolute;
}
.indexBox .mapContent .mapBox ul li:nth-child(15) .num1 {
  width: 74px;
  height: 91px;
  top: 7px;
  left: 24px;
}
.indexBox .mapContent .mapBox ul li:nth-child(15) .num1::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  top: 65px;
  left: -4px;
}
.indexBox .mapContent .mapBox ul li:nth-child(15) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 50px;
  left: -2px;
  width: 45px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(16) {
  width: 231px;
  height: 223px;
  position: absolute;
  top: 474px;
  left: 310px;
}
.indexBox .mapContent .mapBox ul li:nth-child(16).on {
  background: url(../images/on_map.png) -518px -275px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(16).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  right: 8px;
  top: 38px;
}
.indexBox .mapContent .mapBox ul li:nth-child(16).on .box a {
  display: inline-block;
  width: 68px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: 10px;
  left: 158px;
}
.indexBox .mapContent .mapBox ul li:nth-child(16).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(16) .box {
  position: absolute;
}
.indexBox .mapContent .mapBox ul li:nth-child(16) .num1 {
  width: 208px;
  height: 129px;
  top: 73px;
  left: -5px;
}
.indexBox .mapContent .mapBox ul li:nth-child(16) .num1::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  right: 10px;
  top: 40px;
}
.indexBox .mapContent .mapBox ul li:nth-child(16) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 20px;
  right: 0;
  width: 52px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(16) .num2 {
  width: 166px;
  height: 41px;
  top: 37px;
  left: 52px;
}
.indexBox .mapContent .mapBox ul li:nth-child(17) {
  width: 52px;
  height: 110px;
  position: absolute;
  top: 548px;
  left: 511px;
}
.indexBox .mapContent .mapBox ul li:nth-child(17).on {
  background: url(../images/on_map.png) -917px -810px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(17).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  left: 6px;
  top: 18px;
}
.indexBox .mapContent .mapBox ul li:nth-child(17).on .box a {
  display: inline-block;
  width: 68px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: -10px;
  left: -20px;
}
.indexBox .mapContent .mapBox ul li:nth-child(17).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(17) .box {
  position: absolute;
  width: 41px;
  height: 94px;
  left: 7px;
  top: 10px;
}
.indexBox .mapContent .mapBox ul li:nth-child(17) .box::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  left: 8px;
  top: 20px;
}
.indexBox .mapContent .mapBox ul li:nth-child(17) .box a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 33px;
  right: 6px;
  width: 34px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(18) {
  width: 84px;
  height: 129px;
  position: absolute;
  top: 482px;
  left: 537px;
}
.indexBox .mapContent .mapBox ul li:nth-child(18).on {
  background: url(../images/on_map.png) -253px -773px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(18).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  left: 44px;
  top: 16px;
}
.indexBox .mapContent .mapBox ul li:nth-child(18).on .box a {
  display: inline-block;
  width: 68px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: -10px;
  left: 19px;
}
.indexBox .mapContent .mapBox ul li:nth-child(18).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(18) .box {
  width: 58px;
  height: 71px;
  position: absolute;
  left: 16px;
  top: 36px;
}
.indexBox .mapContent .mapBox ul li:nth-child(18) .box::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  left: 46px;
  top: 18px;
}
.indexBox .mapContent .mapBox ul li:nth-child(18) .box a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 14px;
  right: 13px;
  width: 34px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(19) {
  width: 65px;
  height: 77px;
  position: absolute;
  top: 497px;
  right: 116px;
}
.indexBox .mapContent .mapBox ul li:nth-child(19).on {
  background: url(../images/on_map.png) -387px -786px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(19).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  left: -9px;
  top: 38px;
}
.indexBox .mapContent .mapBox ul li:nth-child(19).on .box a {
  display: inline-block;
  width: 68px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: 9px;
  left: -35px;
}
.indexBox .mapContent .mapBox ul li:nth-child(19).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(19) .box {
  width: 35px;
  height: 75px;
  position: absolute;
  left: 15px;
  top: 2px;
}
.indexBox .mapContent .mapBox ul li:nth-child(19) .box::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  left: -8px;
  top: 40px;
}
.indexBox .mapContent .mapBox ul li:nth-child(19) .box a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 20px;
  right: 0px;
  width: 38px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(20) {
  width: 97px;
  height: 59px;
  position: absolute;
  right: 33px;
  top: 513px;
}
.indexBox .mapContent .mapBox ul li:nth-child(20).on {
  background: url(../images/on_map.png) -502px -766px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(20).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  right: 10px;
  top: 16px;
}
.indexBox .mapContent .mapBox ul li:nth-child(20).on .box a {
  display: inline-block;
  width: 68px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: -12px;
  left: 47px;
}
.indexBox .mapContent .mapBox ul li:nth-child(20).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(20) .box {
  width: 100px;
  height: 58px;
  position: absolute;
  top: 1px;
}
.indexBox .mapContent .mapBox ul li:nth-child(20) .box::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  right: 14px;
  top: 18px;
}
.indexBox .mapContent .mapBox ul li:nth-child(20) .box a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 5px;
  right: 21px;
  width: 47px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(21) {
  width: 71px;
  height: 96px;
  position: absolute;
  right: 57px;
  bottom: 173px;
}
.indexBox .mapContent .mapBox ul li:nth-child(21).on {
  background: url(../images/on_map.png) -663px -735px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(21).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  top: 50px;
}
.indexBox .mapContent .mapBox ul li:nth-child(21).on .box a {
  display: inline-block;
  width: 80px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: 26px;
  left: -17px;
}
.indexBox .mapContent .mapBox ul li:nth-child(21).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(21) .box {
  position: absolute;
  width: 58px;
  height: 70px;
  left: 26px;
  top: 28px;
}
.indexBox .mapContent .mapBox ul li:nth-child(21) .box::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  left: 15px;
  top: 54px;
}
.indexBox .mapContent .mapBox ul li:nth-child(21) .box a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 14px;
  right: 16px;
  width: 49px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(22) {
  width: 70px;
  height: 87px;
  position: absolute;
  right: 102px;
  bottom: 154px;
}
.indexBox .mapContent .mapBox ul li:nth-child(22).on {
  background: url(../images/on_map.png) -790px -710px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(22).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(22).on .box a {
  display: inline-block;
  width: 80px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: -9px;
  left: -5px;
}
.indexBox .mapContent .mapBox ul li:nth-child(22).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(22) .box {
  position: absolute;
  width: 45px;
  height: 83px;
  left: 12px;
  top: 2px;
}
.indexBox .mapContent .mapBox ul li:nth-child(22) .box::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  left: 28px;
  top: 19px;
}
.indexBox .mapContent .mapBox ul li:nth-child(22) .box a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 28px;
  right: -2px;
  width: 41px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(23) {
  width: 72px;
  height: 86px;
  position: absolute;
  right: 159px;
  bottom: 154px;
}
.indexBox .mapContent .mapBox ul li:nth-child(23).on {
  background: url(../images/on_map.png) -908px -700px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(23).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  left: 35px;
  top: 30px;
}
.indexBox .mapContent .mapBox ul li:nth-child(23).on .box a {
  display: inline-block;
  width: 80px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: 1px;
  left: 4px;
}
.indexBox .mapContent .mapBox ul li:nth-child(23).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(23) .box {
  width: 65px;
  height: 55px;
  position: absolute;
  top: 28px;
  left: 2px;
}
.indexBox .mapContent .mapBox ul li:nth-child(23) .box::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  left: 37px;
  top: 35px;
}
.indexBox .mapContent .mapBox ul li:nth-child(23) .box a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 2px;
  right: 10px;
  width: 41px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(24) {
  width: 161px;
  height: 76px;
  position: absolute;
  left: 358px;
  bottom: 89px;
}
.indexBox .mapContent .mapBox ul li:nth-child(24).on {
  background: url(../images/on_map.png) -820px -27px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(24).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  left: 35px;
  top: 26px;
}
.indexBox .mapContent .mapBox ul li:nth-child(24).on .box a {
  display: inline-block;
  width: 80px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: 1px;
  left: 2px;
}
.indexBox .mapContent .mapBox ul li:nth-child(24).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(24) .box {
  position: absolute;
}
.indexBox .mapContent .mapBox ul li:nth-child(24) .num1 {
  width: 49px;
  height: 44px;
  left: 73px;
  top: 29px;
}
.indexBox .mapContent .mapBox ul li:nth-child(24) .num1::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  left: 37px;
  top: 28px;
}
.indexBox .mapContent .mapBox ul li:nth-child(24) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 8px;
  right: -17px;
  width: 60px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(24) .num2 {
  width: 41px;
  height: 52px;
  right: 0;
  top: 2px;
}
.indexBox .mapContent .mapBox ul li:nth-child(24) .num3 {
  width: 73px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 48px;
}
.indexBox .mapContent .mapBox ul li:nth-child(25) {
  width: 124px;
  height: 84px;
  position: absolute;
  left: 453px;
  bottom: 29px;
}
.indexBox .mapContent .mapBox ul li:nth-child(25).on {
  background: url(../images/on_map.png) -82px -904px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(25).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  top: 30px;
  left: 18px;
}
.indexBox .mapContent .mapBox ul li:nth-child(25).on .box a {
  display: inline-block;
  width: 80px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: 1px;
  left: -15px;
}
.indexBox .mapContent .mapBox ul li:nth-child(25).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(25) .box {
  position: absolute;
}
.indexBox .mapContent .mapBox ul li:nth-child(25) .num1 {
  width: 49px;
  height: 44px;
  left: 9px;
  top: 4px;
}
.indexBox .mapContent .mapBox ul li:nth-child(25) .num1::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  left: 19px;
  top: 33px;
}
.indexBox .mapContent .mapBox ul li:nth-child(25) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 14px;
  right: -9px;
  width: 60px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(25) .num2 {
  width: 29px;
  height: 18px;
  left: 0;
  top: 44px;
}
.indexBox .mapContent .mapBox ul li:nth-child(25) .num3 {
  width: 64px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 60px;
}
.indexBox .mapContent .mapBox ul li:nth-child(26) {
  width: 87px;
  height: 78px;
  position: absolute;
  left: 510px;
  bottom: 89px;
}
.indexBox .mapContent .mapBox ul li:nth-child(26).on {
  background: url(../images/on_map.png) -761px -835px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(26).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  left: 3px;
  top: 29px;
}
.indexBox .mapContent .mapBox ul li:nth-child(26).on .box a {
  display: inline-block;
  width: 80px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: 1px;
  left: -29px;
}
.indexBox .mapContent .mapBox ul li:nth-child(26).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(26) .box {
  position: absolute;
}
.indexBox .mapContent .mapBox ul li:nth-child(26) .num1 {
  width: 31px;
  height: 46px;
  right: 1px;
  top: 8px;
}
.indexBox .mapContent .mapBox ul li:nth-child(26) .num1::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  left: 5px;
  top: 33px;
}
.indexBox .mapContent .mapBox ul li:nth-child(26) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 14px;
  right: 8px;
  width: 60px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(26) .num2 {
  width: 48px;
  height: 59px;
  left: 7px;
  top: 7px;
}
.indexBox .mapContent .mapBox ul li:nth-child(27) {
  width: 86px;
  height: 84px;
  position: absolute;
  right: 140px;
  bottom: 73px;
}
.indexBox .mapContent .mapBox ul li:nth-child(27).on {
  background: url(../images/on_map.png) -595px -847px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(27).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  left: 16px;
  top: 41px;
}
.indexBox .mapContent .mapBox ul li:nth-child(27).on .box a {
  display: inline-block;
  width: 80px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: 10px;
  left: -16px;
}
.indexBox .mapContent .mapBox ul li:nth-child(27).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(27) .box {
  position: absolute;
}
.indexBox .mapContent .mapBox ul li:nth-child(27) .num1 {
  width: 53px;
  height: 71px;
  right: 0;
  top: 4px;
}
.indexBox .mapContent .mapBox ul li:nth-child(27) .num1::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  left: 18px;
  top: 45px;
}
.indexBox .mapContent .mapBox ul li:nth-child(27) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 10px;
  right: 8px;
  width: 46px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(27) .num2 {
  width: 33px;
  height: 18px;
  left: 0;
  top: 47px;
}
.indexBox .mapContent .mapBox ul li:nth-child(28) {
  width: 99px;
  height: 80px;
  position: absolute;
  left: 478px;
  bottom: 26px;
}
.indexBox .mapContent .mapBox ul li:nth-child(28).on {
  background: url(../images/on_map.png) -252px -903px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(28).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  top: -1px;
  left: 25px;
}
.indexBox .mapContent .mapBox ul li:nth-child(28).on .box a {
  display: inline-block;
  width: 80px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: -29px;
  left: -7px;
}
.indexBox .mapContent .mapBox ul li:nth-child(28).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(28) .box {
  position: absolute;
}
.indexBox .mapContent .mapBox ul li:nth-child(28) .num1 {
  width: 61px;
  height: 71px;
  right: 0;
  top: 4px;
}
.indexBox .mapContent .mapBox ul li:nth-child(28) .num2 {
  width: 33px;
  height: 16px;
  left: 4px;
  top: 37px;
}
.indexBox .mapContent .mapBox ul li:nth-child(28) .num2::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  left: 27px;
  top: 5px;
}
.indexBox .mapContent .mapBox ul li:nth-child(28) .num2 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: -13px;
  right: -58px;
  width: 61px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(29) {
  width: 105px;
  height: 94px;
  position: absolute;
  right: 128px;
  bottom: 4px;
}
.indexBox .mapContent .mapBox ul li:nth-child(29).on {
  background: url(../images/on_map.png) -430px -883px no-repeat;
}
.indexBox .mapContent .mapBox ul li:nth-child(29).on .box::after {
  width: 17px;
  height: 16px;
  background: url(../images/on_round.png) center center no-repeat;
  left: 41px;
  top: 28px;
}
.indexBox .mapContent .mapBox ul li:nth-child(29).on .box a {
  display: inline-block;
  width: 80px;
  text-align: center;
  height: 18px;
  color: #3761ff;
  background: #fff;
  border-radius: 10px;
  line-height: 18px;
  top: -1px;
  left: 9px;
}
.indexBox .mapContent .mapBox ul li:nth-child(29).on .box a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -5px;
  border-right: 5px solid transparent;
}
.indexBox .mapContent .mapBox ul li:nth-child(29) .box {
  position: absolute;
}
.indexBox .mapContent .mapBox ul li:nth-child(29) .num1 {
  width: 87px;
  height: 50px;
  right: 0;
  top: 18px;
}
.indexBox .mapContent .mapBox ul li:nth-child(29) .num1::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  position: absolute;
  left: 43px;
  top: 33px;
}
.indexBox .mapContent .mapBox ul li:nth-child(29) .num1 a {
  font-size: 12px;
  position: absolute;
  color: #000000;
  top: 13px;
  right: 15px;
  width: 61px;
  text-align: center;
}
.indexBox .mapContent .mapBox ul li:nth-child(29) .num2 {
  width: 43px;
  height: 32px;
  left: 3px;
  top: 65px;
}
.indexBox .swiperBox {
  background: url(../images/swiper_bg.png) top center no-repeat;
  height: 411px;
}
.indexBox .swiperBox .wrap {
  padding: 0 22px;
}
.indexBox .swiperBox .title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  padding-top: 39px;
}
.indexBox .swiperBox .content {
  margin-top: 45px;
}
.indexBox .swiperBox .content .con_item {
  position: relative;
  display: none;
}
.indexBox .swiperBox .content .con_item .swiper-container {
  height: 206px;
  width: 1092px;
}
.indexBox .swiperBox .content .con_item .swiper-container .swiper-slide {
  overflow: hidden;
}
.indexBox .swiperBox .content .con_item .swiper-container .swiper-slide li {
  width: 546px;
  height: 206px;
  float: left;
  background: url(../images/text_bg.png) center center no-repeat;
  padding: 28px 35px;
}
.indexBox .swiperBox .content .con_item .swiper-container .swiper-slide li:nth-child(2) {
  float: right;
}
.indexBox .swiperBox .content .con_item .swiper-container .swiper-slide li .tit a {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.indexBox .swiperBox .content .con_item .swiper-container .swiper-slide li .text {
  color: #fff;
  opacity: .68;
  font-size: 16px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 14px;
}
.indexBox .swiperBox .content .con_item .prev {
  width: 27px;
  height: 52px;
  background: url(../images/prev.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 80px;
  cursor: pointer;
}
.indexBox .swiperBox .content .con_item .next {
  width: 27px;
  height: 52px;
  background: url(../images/next.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 80px;
  cursor: pointer;
}
.indexBox .cykj {
  width: 1200px;
  margin: 30px auto 84px;
  border: 1px solid #00fffc;
  background: #001f98;
  box-shadow: 0 0 51px rgba(0, 0, 0, 0.68);
  position: relative;
  z-index: 9;
}
.indexBox .cykj .title {
  height: 102px;
  border: solid 1px #00fffc;
  border-radius: 0 0 34px 34px;
  background-color: #0025b1;
  position: relative;
}
.indexBox .cykj .title h3 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.indexBox .cykj .title h3::before {
  content: '';
  width: 50px;
  height: 33px;
  background: url(../images/bt_bfore.png) center center no-repeat;
  position: absolute;
  left: -65px;
  top: 50%;
  margin-top: -16.5px;
}
.indexBox .cykj .title h3::after {
  content: '';
  width: 50px;
  height: 33px;
  background: url(../images/bt_after.png) center center no-repeat;
  position: absolute;
  right: -65px;
  top: 50%;
  margin-top: -16.5px;
}
.indexBox .cykj .content {
  padding: 46px 54px 45px 67px;
}
.indexBox .cykj .content ul {
  padding-right: 10px;
  overflow-y: scroll;
  height: 510px;
}
.indexBox .cykj .content ul::-webkit-scrollbar {
  width: 8px;
  height: 5px;
  /**/
}
.indexBox .cykj .content ul::-webkit-scrollbar-track {
  background: #0045ad;
  border-radius: 10px;
}
.indexBox .cykj .content ul::-webkit-scrollbar-thumb {
  background: #00deff;
  border-radius: 10px;
}
.indexBox .cykj .content ul::-webkit-scrollbar-corner {
  background: #204754;
}
.indexBox .cykj .content ul::scrollbar {
  width: 8px;
  height: 5px;
  /**/
}
.indexBox .cykj .content ul::scrollbar-track {
  background: #0045ad;
  border-radius: 2px;
}
.indexBox .cykj .content ul::scrollbar-thumb {
  background: #00deff;
  border-radius: 10px;
}
.indexBox .cykj .content ul::scrollbar-corner {
  background: #204754;
}
.indexBox .cykj .content ul li {
  margin-bottom: 50px;
}
.indexBox .cykj .content ul li:last-child {
  margin-bottom: 0;
}
.indexBox .cykj .content ul li .tit {
  height: 44px;
  background: url(../images/tit_before.png) left center no-repeat;
  padding-left: 5px;
}
.indexBox .cykj .content ul li .tit a {
  padding: 0 13px;
  height: 44px;
  display: inline-block;
  background: linear-gradient(to right, #0035c6, #024cbe, transparent);
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 44px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexBox .cykj .content ul li .text {
  padding: 0 13px 0 18px;
  color: #fff;
  text-align: justify;
  margin-top: 24px;
}
.indexBox .cykj .content ul li .text a {
  font-size: 18px;
  color: #ffcc00;
  font-weight: bold;
}
