.maplable::after,
.maplable::before {
  width: 60px;
  height: 60px;
  background: #0752ab;
  left: 201px;
  bottom: -56px;
  -webkit-transform: translate(-50%, -50%) scale(0);
     -moz-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-animation: scale1 4s linear infinite;
     -moz-animation: scale1 4s linear infinite;
          animation: scale1 4s linear infinite;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.maplable::after {
  -webkit-animation-delay: 2s;
     -moz-animation-delay: 2s;
          animation-delay: 2s;
}
@-webkit-keyframes scale1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}
@-moz-keyframes scale1 {
  0% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(0);
         transform: translate(-50%, -50%) scale(0);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
         transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}
@keyframes scale1 {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
       -moz-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
       -moz-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}
.cont_a {
  padding-bottom: 6%;
}
.cont_a .wrap #map {
  height: 580px;
}
.cont_a .wrap .lxbox {
  border-top: 3px solid #0752ab;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6% 0;
}
.cont_a .wrap .box {
  width: 50%;
}
.cont_a .wrap .box .tlbox {
  margin-bottom: 30px;
}
.cont_a .wrap .box .tl {
  font-size: 24px;
  color: #333333;
}
.cont_a .wrap .box .en {
  color: #aaaaaa;
  margin-top: 9px;
}
.cont_a .wrap .addrbox .addr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.cont_a .wrap .addrbox .addr img {
  width: 40px;
  height: 40px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 24px;
}
.cont_a .wrap .addrbox .addr .te {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #666666;
}
.cont_a .wrap .addrbox .addr .te span {
  font-weight: bold;
}
.cont_a .wrap .addrbox .addr:last-child {
  margin-bottom: 0;
}
.cont_a .wrap .left {
  padding: 0 10%;
  border-right: 1px solid #e5e5e5;
}
.cont_a .wrap .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 8%;
}
.cont_a .wrap .right .sm {
  color: #333333;
  font-size: 16px;
  margin-bottom: 24px;
}
.cont_a .wrap .right .ewmbox .imgbox {
  padding: 5px;
  border: 1px solid #e5e5e5;
  width: 90px;
  margin-bottom: 10px;
}
.cont_a .wrap .right .ewmbox .te {
  width: 90px;
  text-align: center;
}
.cont_b {
  padding-bottom: 5.2083%;
  background: #f8f7f7;
}
.cont_b #join-cul {
  overflow: visible;
}
.cont_b #joinSP {
  position: static;
  text-align: center;
}
.cont_b #joinSP .swiper-pagination-bullet {
  margin: 0 4px;
}
.cont_b #joinSP .swiper-pagination-bullet-active {
  background: #0752ab;
}
.cont_b .cul-box {
  margin-bottom: 70px;
}
.cont_b .cul-box .box {
  width: 17.1429%;
  padding: 35px 0 32px;
  border: solid 1px #e5e5e5;
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  top: 0;
}
.cont_b .cul-box .box .imgbox {
  width: 50px;
  position: relative;
  margin: 0 auto 40px;
}
.cont_b .cul-box .box .imgbox::after {
  content: "";
  width: 20px;
  height: 1px;
  left: 15px;
  bottom: -16px;
  background: #0752ab;
}
.cont_b .cul-box .box .te {
  text-align: center;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
}
.cont_b .cul-box .box:last-child {
  margin-right: 0;
}
.cont_b .cul-box .box:hover {
  top: -10px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.06);
     -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.06);
}
.cont_b .join-box .tbody {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
.cont_b .join-box .td {
  color: #333333;
}
.cont_b .join-box .th,
.cont_b .join-box .td {
  width: 14%;
  float: left;
  text-align: center;
  position: relative;
  z-index: 10;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.cont_b .join-box .th:nth-child(1),
.cont_b .join-box .td:nth-child(1) {
  width: 16%;
  padding-left: 110px;
  text-align: left;
}
.cont_b .join-box .td:last-child {
  padding-right: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}
.cont_b .join-box .td:last-child .icon {
  width: 22px;
  height: 22px;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.cont_b .join-box .td:last-child .icon::after,
.cont_b .join-box .td:last-child .icon::before {
  content: "";
  background: #0752ab;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cont_b .join-box .td:last-child .icon::after {
  width: 100%;
  height: 2px;
}
.cont_b .join-box .td:last-child .icon::before {
  width: 2px;
  height: 100%;
}
.cont_b .join-box .thead {
  line-height: 66px;
  color: #fff;
  background: #0752ab;
  font-size: 16px;
}
.cont_b .join-box .title {
  line-height: 70px;
  border-bottom: 1px solid #e2e2e2;
  cursor: pointer;
  position: relative;
  background: #fff;
}
.cont_b .join-box .title::before {
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  background: #095dc1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  z-index: 1;
}
.cont_b .join-box .detail {
  background: #f8f7f7;
  padding: 30px 110px;
  display: none;
}
.cont_b .join-box .detail .te {
  line-height: 26px;
  color: #888888;
}
.cont_b .join-box .detail .ljbox {
  margin-bottom: 20px;
}
.cont_b .join-box .detail .ljbox span {
  color: #666666;
}
.cont_b .join-box .detail .ljbox a {
  display: inline;
  color: #0752ab;
  text-decoration: underline;
}
.cont_b .join-box .act-tr .title .td,
.cont_b .join-box .tr:hover .title .td {
  color: #fff;
}
.cont_b .join-box .act-tr .title .td:last-child .icon::before,
.cont_b .join-box .tr:hover .title .td:last-child .icon::before,
.cont_b .join-box .act-tr .title .td:last-child .icon::after,
.cont_b .join-box .tr:hover .title .td:last-child .icon::after {
  background: #fff;
}
.cont_b .join-box .act-tr .title::before,
.cont_b .join-box .tr:hover .title::before {
  height: 100%;
}
.cont_b .join-box .tr:last-child .detail {
  border-bottom: 1px solid #e2e2e2;
}
.cont_b .join-box .act-tr .title .td:last-child .icon {
  -webkit-transform: rotate(1080deg);
     -moz-transform: rotate(1080deg);
      -ms-transform: rotate(1080deg);
          transform: rotate(1080deg);
}
.cont_b .join-box .act-tr .title .td:last-child .icon::before {
  height: 0;
}
@media (max-width: 1440px) {
  .cont_a .wrap .left {
    padding: 0 8%;
  }
  .cont_a .wrap .box .tl {
    font-size: 20px;
  }
  .cont_b .cul-box {
    margin-bottom: 50px;
  }
  .cont_b .join-box .th:first-child,
  .cont_b .join-box .td:first-child {
    padding-left: 80px;
  }
  .cont_b .join-box .td:last-child {
    padding-right: 80px;
    height: 60px;
  }
  .cont_b .join-box .title {
    line-height: 60px;
  }
}
@media (max-width: 1280px) {
  .cont_a .wrap .left {
    padding: 0 8%;
  }
  .cont_a .wrap .box .tl {
    font-size: 20px;
  }
  .cont_b .cul-box .box .te {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .cont_a .wrap #map {
    height: 400px;
  }
  .cont_a .wrap .box .tl {
    font-size: 18px;
  }
  .cont_a .wrap .box .en {
    font-size: 12px;
  }
  .cont_a .wrap .left {
    padding: 0 6%;
  }
  .cont_b .join-box .th:first-child,
  .cont_b .join-box .td:first-child {
    padding-left: 40px;
  }
  .cont_b .join-box .td:last-child {
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .cont_a {
    padding-bottom: 60px;
  }
  .cont_a .wrap .lxbox {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .cont_a .wrap .box {
    width: 100%;
  }
  .cont_a .wrap .left {
    border-right: none;
    padding: 0;
    margin-bottom: 30px;
  }
  .cont_a .wrap .right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cont_b {
    padding-bottom: 60px;
  }
  .cont_b #join-cul {
    overflow: hidden;
  }
  .cont_b #joinSP {
    margin-top: 30px;
  }
  .cont_b .join-box .th:nth-child(2),
  .cont_b .join-box .td:nth-child(2),
  .cont_b .join-box .th:nth-child(4),
  .cont_b .join-box .td:nth-child(4),
  .cont_b .join-box .th:nth-child(5),
  .cont_b .join-box .td:nth-child(5),
  .cont_b .join-box .th:nth-child(6),
  .cont_b .join-box .td:nth-child(6) {
    display: none;
  }
  .cont_b .join-box .th,
  .cont_b .join-box .td {
    width: 30%;
  }
  .cont_b .join-box .th:first-child,
  .cont_b .join-box .td:first-child {
    padding-left: 10px;
    width: 40%;
  }
  .cont_b .join-box .td:last-child {
    padding-right: 10px;
    height: 50px;
  }
  .cont_b .join-box .td:last-child .icon {
    width: 14px;
    height: 14px;
  }
  .cont_b .join-box .title {
    line-height: 50px;
  }
  .cont_b .join-box .detail {
    padding: 30px 10px;
  }
  .cont_b .join-box .detail .ljbox span {
    margin-bottom: 10px;
    display: block;
  }
  .cont_b .join-box .detail .ljbox a {
    font-size: 12px;
  }
}
