* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pc {
  display: block;
}
.h5 {
  display: none;
}
ul,
li {
  list-style: none;
}
ol,
ul {
  list-style: none;
}
input,
select,
textarea {
  font-size: 100%;
  outline: none;
}
input:focus {
  outline: none;
}
div:focus {
  outline: none;
}
a,
a:visited,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
  color: inherit;
}
.global-map .map {
  position: relative;
}
.global-map .map-dot-item {
  position: absolute;
  margin-left: -4vw;
  margin-top: -4vw;
  width: 8vw;
  height: 8vw;
  overflow: hidden;
}
.global-map .map-dot-item:nth-child(3) {
  pointer-events: none;
}
.global-map .map-dot-line {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.75px;
  margin-top: -0.75px;
  height: 1.5px;
  background: #fc782c;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  width: 0px;
  -webkit-transition: width 0.5s;
  -o-transition: width 0.5s;
  transition: width 0.5s;
}
.global-map .map-dot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.global-map .map-dot .micon {
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  bottom: 40%;
  transform: translateX(-50%);
}
.global-map .map-dot-layer {
  width: 22px;
  height: 38px;
  cursor: pointer;
  border-radius: 50%;
  position: relative;
  display: inline-block;
}
.global-map .map-dot-layer .point {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 1px;
  margin-top: -0.5px;
  margin-left: -0.5px;
}
.global-map .map-dot-text {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.global-map .map-dot-text.is-top,
.global-map .map-dot-text.is-bottom {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.global-map .map-dot-text.is-top {
  bottom: 100%;
}
.global-map .map-dot-text.is-bottom {
  top: 65%;
}
.global-map .map-dot-text.is-right {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
}
.global-map .map-dot-item.active {
  overflow: unset;
}
@-webkit-keyframes warn-1 {
  0% {
    opacity: 1;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
  }
  90% {
    opacity: 0;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
  }
}
@keyframes warn-1 {
  0% {
    opacity: 1;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
  }
  90% {
    opacity: 0;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
  }
}
@-webkit-keyframes warn-2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(6);
    transform: scale(6);
  }
}
@keyframes warn-2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(6);
    transform: scale(6);
  }
}
.global-map .map-dot-bubble {
  position: absolute;
  top: 75%;
  left: 50%;
  width: 164px;
  padding: 10px 15px;
  background: #fff;
  text-align: left;
  margin-top: 20px;
  opacity: 0;
  -webkit-transform: translate3d(-50%, 20px, 0);
  transform: translate3d(-50%, 20px, 0);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: -1;
  border-radius: 6px;
}
.global-map .map-dot-bubble:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -19px;
  border: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.global-map .map-dot-bubble.pop-top {
  top: unset;
  bottom: 100%;
  margin-top: -40px;
  -webkit-transform: translate3d(-50%, -20px, 0);
  transform: translate3d(-50%, -20px, 0);
}
.global-map .map-dot-bubble.pop-top:after {
  top: unset;
  bottom: -19px;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
}
.global-map .map-dot-bubble.pop-right {
  left: 100%;
  margin-left: 30px;
  margin-top: 0;
  -webkit-transform: translate3d(20px, -50%, 0);
  transform: translate3d(20px, -50%, 0);
}
.global-map .map-dot-bubble.pop-left {
  left: unset;
  margin-left: 0;
  right: 100%;
  margin-right: 30px;
  margin-top: 0;
  -webkit-transform: translate3d(-20px, -50%, 0);
  transform: translate3d(-20px, -50%, 0);
}
.global-map .map-dot-bubble.pop-right:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: -19px;
  margin-left: unset;
  border: 10px solid transparent;
  border-right: 10px solid #fff;
}
.global-map .map-dot-bubble.pop-left:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: unset;
  margin-left: unset;
  right: -19px;
  border: 10px solid transparent;
  border-left: 10px solid #fff;
}
.global-map .map-dot-bubble .title {
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d6d6d6;
}
.global-map .map-dot-bubble .title h3 {
  font-size: 16px;
  line-height: 22px;
  color: #172033;
  margin-bottom: 0px;
}
.global-map .map-dot-bubble .title span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 22px;
  color: #6b6b6b;
}
.global-map .map-dot-bubble .desc {
  font-size: 13px;
  color: #333;
  font-weight: normal;
  position: relative;
}
.global-map .map-dot-bubble .desc .desc_ul {
  max-height: 220px;
  overflow: hidden;
}
.global-map .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}
.global-map .mCSB_scrollTools {
  width: 4px;
  background-color: rgba(0, 0, 0, 0.15);
}
.global-map .map-dot-bubble .desc .ul_more {
  position: relative;
  top: 10px;
  width: 86%;
  margin: 0px auto 0;
  height: 18px;
  border-radius: 6px;
  background: linear-gradient(225deg, rgba(22, 99, 199, 0.08) 0%, rgba(22, 101, 204, 0.08) 100%);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.global-map .map-dot-bubble .desc .ul_more:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-bottom: 6px solid #ff8945;
  border-top: 6px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.global-map .map-dot-bubble .desc li {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 22px;
  color: #8f8f8f;
  position: relative;
}
.global-map .map-dot-bubble .desc .p {
  display: none;
}
.global-map .map-dot-bubble .desc .p_list {
  position: absolute;
  left: 120%;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
  background-color: #fff;
  padding: 8px 15px;
  white-space: nowrap;
  display: none;
}
.global-map .map-dot-bubble .desc .p_list p {
  margin: 6px 0;
  line-height: 1.5;
}
.global-map .map-dot-bubble .desc .p_list:after {
  content: "";
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  border-right: 8px solid #ffffff;
  border-left: 8px solid transparent;
}
.global-map .map-dot-bubble.pop-left .desc li .p {
  left: auto;
  right: 120%;
}
.global-map .map-dot-bubble.pop-left .desc li .p:after {
  left: auto;
  right: -14px;
  border-right: 8px solid transparent;
  border-left: 8px solid #ffffff;
}
.global-map .map-dot-bubble .desc li .p p {
  line-height: 22px;
  font-size: 12px;
}
.global-map .map-dot-item.active .map-dot-bubble {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  z-index: 9;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.global-map .map-dot-item.active .map-dot-bubble.pop-left,
.global-map .map-dot-item.active .map-dot-bubble.pop-right {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 1199.99px) {
  .global-map .map-dot-text {
    font-size: 12px;
  }
}
.china-container {
  position: absolute;
  width: 6%;
  left: 72%;
  top: 44%;
}
.china-container .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.china-container .circle img {
  width: 100%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  display: block;
  vertical-align: middle;
}
.china-container .circle span {
  opacity: 0.16;
}
.china-container .circle1 {
  width: 268%;
}
.china-container .circle2 {
  width: 550%;
}
.china-container .circle2_1 {
  width: 1000%;
}
.china-container .circle3 {
  width: 1450%;
}
.china-container .line img {
  opacity: 0.1;
}
.china-container .line,
.china-container .circle4 {
  width: 1900%;
  border-radius: 100%;
}
.china-container .circle1 span {
  display: block;
  border: 2px dashed #d6d6d6;
  border-radius: 100%;
  -webkit-animation: circle 20s linear infinite;
  animation: circle 20s linear infinite;
}
.china-container .circle1 img {
  opacity: 0;
}
.china-container .circle2 span {
  display: block;
  border: 2px dashed #d6d6d6;
  border-radius: 100%;
  -webkit-animation: circle 50s linear infinite;
  animation: circle 50s linear infinite;
}
.china-container .circle2 img {
  opacity: 0;
}
.china-container .circle2_1 span {
  display: block;
  border: 2px dashed #d6d6d6;
  border-radius: 100%;
  -webkit-animation: circle 80s linear infinite;
  animation: circle 80s linear infinite;
}
.china-container .circle2_1 img {
  opacity: 0;
}
.china-container .circle3 span {
  display: block;
  border: 2px dashed #d6d6d6;
  border-radius: 100%;
  -webkit-animation: circle 100s linear infinite;
  animation: circle 100s linear infinite;
}
.china-container .circle3 img {
  opacity: 0;
}
.china-container .circle4 span {
  display: block;
  border: 2px dashed #d6d6d6;
  border-radius: 100%;
  -webkit-animation: circle 150s linear infinite;
  animation: circle 150s linear infinite;
}
.china-container .circle4 img {
  opacity: 0;
}
.china-container .china-dot {
  cursor: pointer;
  position: relative;
}
.china-container .china-dot:before {
  content: "";
  background-color: rgba(230, 230, 230, 0.36);
  position: absolute;
  left: 10%;
  right: 10%;
  top: 10%;
  bottom: 10%;
  border-radius: 50%;
  -webkit-animation: warn-3 1.6s ease-out infinite;
  animation: warn-3 1.6s ease-out infinite;
  z-index: 0;
}
.china-container .china-dot img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
}
.china-container .china-dot .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  z-index: 3;
}
.china-container .point {
  width: 1px;
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.5px;
  margin-left: -0.5px;
}
@media screen and (max-width: 1599.99px) {
  .china-container .china-dot .text {
    font-size: 12px;
  }
}
@media screen and (max-width: 767.99px) {
  .china-container .china-dot .text {
    font-size: 2vw;
  }
  .global-map .map-dot-layer {
    width: 4vw;
    height: 4vw;
  }
}
@-webkit-keyframes warn-3 {
  0% {
    opacity: 0.35;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  75% {
    opacity: 0;
    -webkit-transform: scale(6);
    transform: scale(6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(6);
    transform: scale(6);
  }
}
@keyframes warn-3 {
  0% {
    opacity: 0.35;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  75% {
    opacity: 0;
    -webkit-transform: scale(6);
    transform: scale(6);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(6);
    transform: scale(6);
  }
}
@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*global-map END*/
/*map-page*/
img {
  vertical-align: middle;
  display: inline-block;
}
.map-page {
  background: url(../img_m/map_bg.jpg);
  width: 100%;
  overflow: hidden;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.map-container {
  width: 90%!important;
  position: relative;
}
.map-container .map_txt {
  position: absolute;
  left: 0px;
  top: 60px;
  color: #fff;
  width: 326px;
}
.map-container .map_title h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.map-container .map_title .p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  letter-spacing: 0px;
  line-height: 26px;
  color: #e6e6e6;
}
.map-container .map_dl {
  margin-top: 90px;
}
.map-container .map_dl dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.map-container .map_dl dt {
  background: rgba(255, 255, 255, 0.18);
  border-radius: 100%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-container .map_dl dt svg {
  width: auto;
  height: max-content;
}
.map-container .map_dl dd {
  margin-left: 12px;
  margin-bottom: 0;
}
.map-container .map_dl dd h3 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 48px;
  margin-bottom: 0px;
}
.map-container .map_dl dd p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 24px;
  color: #e6e6e6;
}
.map-container .map_dl dd p br {
  display: none;
}
.map-page .map .globalMap {
  max-width: 100%;
}
.map-page .map .globalMap.mo {
  display: none;
}
.map-page .global-map .map {
  display: inline-block;
  padding: 3% 0;
}
@media screen and (max-width: 1200px) {
  .map-container .map_txt {
    top: -3vw;
  }
  .map-container .map_dl {
    margin-top: 4vw;
  }
  .map-container .map_dl dl {
    margin-bottom: 3vw;
  }
  .map-container .map_dl dd h3 {
    font-size: 30px;
    line-height: 34px;
  }
  .map-container .map_dl dt {
    transform: scale(0.7);
    transform-origin: top;
  }
  .map-container .map_dl dd {
    flex: 0 0 100%;
    margin-top: -10px;
  }
}
@media screen and (max-width: 998px) {
  .map-page {
    background: url(../img_m/m_mbg.jpg) no-repeat;
    height: auto;
    padding: 40px 0;
    overflow: unset;
  }
  .map-page .map .globalMap.pc {
    display: none;
  }
  .map-page .map .globalMap.mo {
    display: block;
  }
  .map-container {
    max-width: 100%;
  }
  .map-container .map_txt {
    top: 0;
    position: static;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .map-container .map_title .p {
    line-height: 1.5;
    font-size: 14px;
  }
  .map-container .map_dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 8vw;
  }
  .map-container .map_dl dl {
    flex: 0 0 50%;
  }
  .map-container .map_dl dl {
    margin-bottom: 20px;
  }
  .map-container .map_dl dt {
    transform: scale(1);
    margin: 0 auto;
    width: 60px;
    height: 60px;
  }
  .map-container .map_dl dt svg {
    transform: scale(0.7);
  }
  .map-container .map_dl dd {
    margin: 0;
    margin-top: 10px;
  }
  .map-container .map_dl dd h3 {
    font-size: 7vw;
    margin-bottom: 0vw;
    line-height: 1.5;
  }
  .map-container .map_dl dd p {
    line-height: 1.5;
    font-size: 10px;
    color: #e6e6e6;
    font-weight: 400;
  }
  .global-map .map-dot-bubble .desc .p_list {
    left: 0px;
    top: 100%;
    white-space: normal;
    width: 150%;
    transform: translate(-17%, 20px);
  }
  .global-map .map-dot-bubble .desc .p_list:after {
    top: -14px;
    left: 50%;
    transform: translate(-50%, 0px);
    border-bottom: 8px solid #fff;
    border-right: 8px solid transparent;
  }
  .china-container .line img {
    opacity: 0.3;
  }
  .china-container .circle4 span,
  .china-container .circle3 span,
  .china-container .circle2 span,
  .china-container .circle1 span,
  .china-container .circle2_1 span {
    border: 1px dashed rgba(255, 255, 255, 0.8);
  }
  .map-page .global-map .map {
    margin: 15vw 0 30vw;
  }
  .global-map .map-dot-item {
    width: 12vw;
    height: 12vw;
    margin-left: -7vw;
    margin-top: -6vw;
  }
  .global-map .map-dot-bubble.pop-right {
    margin-left: 15px;
  }
  .global-map .map-dot-bubble.pop-left {
    margin-right: 15px;
  }
  .china-container {
    width: 12%;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
  }
  .china-container .line,
  .china-container .circle4 {
    width: 810%;
  }
  .china-container .circle3 {
    width: 640%;
  }
  .china-container .circle2 {
    width: 470%;
  }
  .china-container .circle2_1 {
    width: 300%;
  }
  .china-container .circle1 {
    width: 130%;
  }
}
.join_con {
  padding-top: 70px;
}
.join_con .w1440 {
  width: 90%!important;
}
.join_con .title {
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
  color: #172033;
  font-weight: 500;
  letter-spacing: 1px;
}
.join_con .join_search {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 50;
}
.join_search input {
  background: transparent;
  border: 0px;
  height: 34px;
  padding-left: 20px;
}
.join_search select {
  background: transparent;
  border: 0px;
}
.join_search .guan {
  background: #e6e6e6;
  width: 220px;
  height: 34px;
  border-radius: 34px;
  margin-right: 12px;
  position: relative;
}
.join_search .guan .svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.join_search .guan .svg svg {
  width: 16px;
  height: 16px;
}
.join_search .nian {
  background: #e6e6e6;
  width: 196px;
  height: 34px;
  border-radius: 34px;
  margin-right: 12px;
}
.join_search .guo {
  background: #e6e6e6;
  width: 196px;
  height: 34px;
  border-radius: 34px;
  margin-right: 12px;
}
.join_search .sub_btn {
  display: flex;
}
.join_search .sub_btn .reset {
  width: 56px;
  height: 34px;
  opacity: 1;
  border-radius: 100px;
  background: #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 16px 4px 16px;
  font-size: 12px;
  color: #8f8f8f;
  margin-right: 12px;
}
.join_search .sub_btn .subm {
  width: 56px;
  height: 34px;
  opacity: 1;
  border-radius: 100px;
  background: #fc782c;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 16px 4px 16px;
  font-size: 12px;
  color: #fff;
}
.join_search .layui-form-select dl {
  border-radius: 10px;
}
.join_search .layui-form-select dl {
  top: 40px;
  text-align: center;
}
.join_search .layui-form-select dl dd.layui-this {
  color: #fc782c;
}
.join_search .layui-form-select .active .layui-edge {
  border-top-color: #fc782c;
}
.join_search .layui-form-select .active input {
  color: #fc782c;
}
.join_search .guan.active input {
  color: #fc782c;
}
.join_search .guan.active svg path {
  fill: #fc782c;
}
.m_join_list {
  display: none;
}
.join_list {
  margin-top: 20px;
}
.join_list ul {
  display: flex;
  flex-wrap: wrap;
}
.join_list li {
  flex: 1;
  border-right: 1px solid #e6e6e6;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 20px 10px;
  color: #6b6b6b;
  font-weight: 400;
}
.join_list ul li:nth-of-type(1) {
  flex: 0 0 154px;
}
.join_list ul li:nth-of-type(2) {
  flex: 0 0 187px;
}
.join_list ul li:nth-of-type(5) {
  flex: 0 0 187px;
}
.join_list .list_title {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background: #e6e6e6;
}
.list_title li {
  border-right: 1px solid #fff;
  color: #172033;
  font-weight: 400;
}
.list_title li:last-child {
  border-right: 0;
}
.list_con {
  border: 1px solid #e6e6e6;
}
.list_con ul {
  position: relative;
}
.list_con ul::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fc782c;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.list_con ul::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #fc782c;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.list_con ul li:nth-child(1)::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #fc782c;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.list_con ul li:nth-child(1)::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #fc782c;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.list_con ul:nth-of-type(2n) {
  background: #f7f9fc;
}
.list_con ul li:last-child {
  border-right: 0;
}
.list_con ul:hover::after {
  opacity: 1;
}
.list_con ul:hover::before {
  opacity: 1;
}
.list_con ul:hover li:nth-child(1)::after {
  opacity: 1;
}
.list_con ul:hover li:nth-child(1)::before {
  opacity: 1;
}
.list_con ul:hover li {
  color: #fc782c;
}
.join_tip {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #8f8f8f;
}
.scroll_tip {
  margin-top: 50px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 21.1px;
  color: #8f8f8f;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
  cursor: pointer;
  transition: all 0.3s;
}
.scroll_tip:hover {
  color: #fc782c;
}
.scroll_tip:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 40px;
  display: block;
  height: 41px;
  width: 1px;
  background: #fc782c;
}
.m_clickbtn {
  display: none;
}
@media screen and (max-width: 1600px) {
  .join_con .w1440 {
    width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .join_con .w1440 {
    width: 90%;
  }
  .join_list ul li:nth-of-type(1) {
    flex: 0 0 100px;
  }
  .join_list ul li:nth-of-type(2) {
    flex: 0 0 130px;
  }
  .join_list ul li:nth-of-type(5) {
    flex: 0 0 130px;
  }
}
@media screen and (max-width: 998px) {
  .join_con {
    padding-top: 36px;
    background: #fafafa;
  }
  .join_con .join_search {
    margin-top: 20px;
    justify-content: space-between;
  }
  .join_search .guan {
    flex: 0 0 28%;
    font-size: 8px;
    background: #fff;
    margin-bottom: 2%;
    margin-right: 0;
    line-height: 24px;
    height: 24px;
  }
  .join_search .guan input {
    line-height: 24px;
    height: 24px;
    padding-left: 15px;
  }
  .join_search .guan .svg svg {
    width: 10px;
    height: 10px;
  }
  .layui-form-select .layui-edge {
    border-width: 4px;
  }
  .join_search .guan .svg {
    right: 10px;
  }
  .join_search .nian {
    flex: 0 0 26%;
    font-size: 8px;
    background: #fff;
    margin-bottom: 2%;
    margin-right: 0;
    line-height: 24px;
    height: 24px;
  }
  .join_search .nian input {
    line-height: 24px;
    height: 24px;
    padding: 0 15px;
  }
  .join_search .guo {
    flex: 0 0 26%;
    font-size: 8px;
    background: #fff;
    margin-right: 0;
    line-height: 24px;
    height: 24px;
  }
  .join_search .guo input {
    line-height: 24px;
    height: 24px;
    padding: 0 15px;
  }
  .join_search .sub_btn {
    flex: 0 0 13%;
    margin-right: 0;
    display: flex;
  }
  .join_search .sub_btn .reset {
    display: none;
  }
  .join_search .sub_btn .subm {
    flex: 0 0 100%;
    font-size: 8px;
    padding: 0;
    height: 24px;
  }
  .join_list {
    display: none;
  }
  .m_join_list {
    display: block;
    margin-top: 10px;
  }
  .m_join_list dl {
    margin-bottom: 6px;
    background: #fff;
    padding: 12px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
  }
  .m_join_list dt {
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .m_join_list b {
    font-weight: normal;
  }
  .m_join_list dt span {
    color: #fc782c;
  }
  .m_join_list dt b {
    font-size: 10px;
    color: #fc782c;
    background: rgba(252, 120, 44, 0.08);
    border-radius: 6px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 4px 13px;
  }
  .m_join_list dd {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .m_join_list dd .dd_div {
    background: rgba(11, 56, 115, 0.02);
    flex: 0 0 49.8%;
    padding: 10px;
    border-radius: 2px;
  }
  .m_join_list dd p {
    font-size: 8px;
    color: #8f8f8f;
  }
  .m_join_list dd p b {
    font-size: 6px;
    color: #2c48fc;
    background: rgba(44, 72, 252, 0.12);
    padding: 1px 3px;
    border-radius: 3px;
    margin-left: 4px;
    display: inline-block;
  }
  .m_join_list dd span {
    font-size: 12px;
    display: block;
    margin-top: 6px;
  }
  .m_join_list dd .span {
    font-size: 12px;
    display: block;
    margin-top: 6px;
  }
  .m_join_list dd .bottom {
    display: none;
    width: 100%;
    z-index: 2;
    flex: 0 0 100%;
    background: #fafbfc;
  }
  .m_join_list dd .close {
    position: absolute;
    top: -7px;
    right: -3px;
    z-index: 5;
  }
  .m_join_list dd .bottom .span {
    max-height: 44px;
    overflow: hidden;
  }
  .scroll_tip {
    display: none;
  }
  .m_clickbtn {
    color: #8f8f8f;
    display: flex;
    width: 74px;
    height: 26px;
    border: 1px solid #e6e6e6;
    border-radius: 75px;
    margin: 20px auto 40px;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
  }
  .m_clickbtn span {
    font-weight: 400;
    font-size: 10px;
  }
  .m_clickbtn svg {
    margin-left: 5px;
    width: 7px;
    height: 7px;
    transition: all 0.3s;
  }
  .m_clickbtn.active svg {
    transform: rotate(180deg);
  }
  .m_clickbtn:hover {
    color: #fc782c;
    border: 1px solid #fc782c;
  }
  .m_clickbtn:hover.active svg path {
    fill: #fc782c;
  }
}
.bydl {
  padding: 60px 0 40px;
}
.bydl .h3 {
  text-align: center;
  margin-bottom: 40px;
}
.bydl .pc_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%!important;
  margin: 0 auto;
}
.bydl .pc_img dl {
  flex: 0 0 70.8%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.bydl .pc_img dl dt {
  flex: 0 0 100%;
  margin-bottom: 30px;
}
.bydl .pc_img dl dd {
  flex: 0 0 49%;
}
.bydl .pc_img ul {
  flex: 0 0 27.3%;
}
.bydl .pc_img ul li {
  margin-bottom: 30px;
}
.bydl .mo_img {
  display: none;
}
@media screen and (max-width: 1400px) {
  .bydl .pc_img {
    max-width: 90%;
  }
  .bydl .pc_img dl {
    flex: 0 0 70%;
  }
  .bydl .pc_img dl dd {
    flex: 0 0 48%;
  }
  .bydl .pc_img ul {
    flex: 0 0 26.8%;
  }
  .bydl .pc_img ul li {
    margin-bottom: 2vw;
  }
  .bydl .pc_img dl dt {
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 998px) {
  .bydl {
    padding: 0px 0 40px;
  }
  .bydl .h3 {
    display: none;
  }
  .bydl .pc_img {
    display: none;
  }
  .bydl .mo_img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .bydl .mo_img dd {
    margin-bottom: 5%;
  }
  .bydl .mo_img ul {
    overflow-x: auto;
    display: flex;
  }
  .bydl .mo_img ul li {
    flex: 0 0 72%;
    margin-right: 6%;
  }
  .bydl .mo_img ul li:last-child {
    margin-right: 0px;
  }
  .mo_img > p {
    text-align: center;
    color: #8f8f8f;
    margin-top: 20px;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .pc {
    display: none;
  }
  .h5 {
    display: block;
    margin-bottom: 0;
  }
  .map-container .map_dl dd p br {
    display: block;
  }
}
.page2 {
  background: #0c101a;
  padding: 60px 0 40px;
}
.page2 .tit {
  text-align: center;
  font-weight: 500;
  color: #fff;
}
.page2 .sw-box {
  width: 90%;
  margin: 30px auto 0;
  position: relative;
}
.page2 .sw-box .demeanour2 .pic {
  position: relative;
}
.page2 .sw-box .demeanour2 .pic .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page2 .sw-box .demeanour2 .txt {
  margin-top: 30px;
}
.page2 .sw-box .demeanour2 .txt .title {
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}
.page2 .sw-box .demeanour2 .txt .des {
  font-size: 14px;
  font-weight: 400;
  color: #f7f9fc;
  text-align: center;
  margin-top: 8px;
}
.page2 .sw-box .demeanour2 .more {
  width: 90px;
  display: none;
  margin: 20px auto 0;
}
.page2 .sw-box .demeanour2 .more p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  border: 1px solid #e6e6e6;
  border-radius: 100px;
  color: #8f8f8f;
  font-size: 12px;
  width: 100%;
  transition: all 0.3s;
}
.page2 .sw-box .demeanour2 .more p svg {
  margin-left: 5px;
  width: 10px;
  height: 10px;
}
.page2 .sw-box .demeanour2 .more p svg path {
  transition: all 0.3s;
  fill: #8f8f8f;
}
.page2 .sw-box .demeanour2 .more:hover p {
  border: 1px solid #fc782c;
  color: #fc782c;
}
.page2 .sw-box .demeanour2 .more:hover p svg path {
  fill: #fc782c;
}
.page2 .sw-box .demeanour2 .swiper-pagination {
  font-size: 0;
  height: 2px;
}
.page2 .sw-box .demeanour2 .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 2px;
  border-radius: 0;
  background: #e6e6e6;
  opacity: 1;
}
.page2 .sw-box .demeanour2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fc782c;
}
.page2 .sw-box .switch-l {
  position: absolute;
  top: 42%;
  right: 4%;
  transform: translateY(-50%);
  z-index: 5;
}
.page2 .sw-box .switch-l .demeanour-box {
  position: relative;
  padding: 30px 0;
}
.page2 .sw-box .switch-l .demeanour-box .swiper-button-prev {
  left: 50%;
  transform: translateX(-50%);
  top: 0px;
  margin-top: 0;
  width: 100px;
  height: 30px;
}
.page2 .sw-box .switch-l .demeanour-box .swiper-button-prev::after {
  display: none;
}
.page2 .sw-box .switch-l .demeanour-box .swiper-button-prev::before {
  content: "";
  display: block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  width: 0;
  height: 0;
}
.page2 .sw-box .switch-l .demeanour-box .swiper-button-next {
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  right: auto;
  bottom: 0px;
  margin-top: 0;
  width: 100px;
  height: 30px;
}
.page2 .sw-box .switch-l .demeanour-box .swiper-button-next::after {
  display: none;
}
.page2 .sw-box .switch-l .demeanour-box .swiper-button-next::before {
  content: "";
  display: block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  width: 0;
  height: 0;
}
.page2 .sw-box .switch-l .demeanour1 {
  width: 200px;
  height: 360px;
}
.page2 .sw-box .switch-l .demeanour1 .swiper-slide {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.42);
  cursor: pointer;
}
.page2 .sw-box .switch-l .demeanour1 .swiper-slide .pic {
  width: 90%;
  height: 88%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page2 .sw-box .switch-l .demeanour1 .swiper-slide .pic::after {
  content: '';
  display: block;
  background: linear-gradient(180deg, rgba(15, 28, 115, 0.23) 0%, rgba(7, 13, 48, 0.3) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.page2 .sw-box .switch-l .demeanour1 .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page2 .sw-box .switch-l .demeanour1 .swiper-slide p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 3;
}
.page2 .sw-box .switch-l .demeanour1 .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #fc782c;
}
.page2 .sw-box .switch-l .sw-btn {
  width: 110px;
  margin: 35% auto 0;
  display: flex;
  justify-content: space-between;
}
.page2 .sw-box .switch-l .sw-btn .prev::after {
  content: "prev";
}
.page2 .sw-box .switch-l .sw-btn .next::after {
  content: "next";
}
.page2 .sw-box .switch-l .sw-btn .prev,
.page2 .sw-box .switch-l .sw-btn .next {
  width: 40px;
  height: 40px;
  border: 2px solid rgba(247, 249, 252, 0.36);
  border-radius: 100%;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.page2 .sw-box .switch-l .sw-btn .prev::after,
.page2 .sw-box .switch-l .sw-btn .next::after {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  font-family: swiper-icons;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
}
.page2 .sw-box .switch-l .sw-btn .prev:hover,
.page2 .sw-box .switch-l .sw-btn .next:hover {
  background: #fc782c;
  border: 2px solid #fc782c;
}
.page2 .sw-box .qr-box {
  margin-top: 20px;
  position: relative;
  z-index: 10;
}
.page2 .sw-box .qr-box .qr {
  width: 210px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e6e6e6;
  color: #d6d6d6;
  font-size: 12px;
  font-weight: 400;
  border-radius: 100px;
  padding: 8px 0;
  transition: all 0.3s;
  position: relative;
}
.page2 .sw-box .qr-box .qr svg {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
.page2 .sw-box .qr-box .qr svg path {
  transition: all 0.3s;
}
.page2 .sw-box .qr-box .qr .img {
  position: absolute;
  bottom: 150%;
  left: 50%;
  transform: translate(-50%, 20px);
  width: 128px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.page2 .sw-box .qr-box .qr .img::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid white;
  width: 0;
  height: 0;
}
.page2 .sw-box .qr-box .qr:hover {
  border: 1px solid #fc782c;
  color: #fc782c;
}
.page2 .sw-box .qr-box .qr:hover .img {
  opacity: 1;
  transform: translate(-50%, 0px);
  pointer-events: auto;
}
.page2 .sw-box .qr-box .qr:hover svg path {
  fill: #fc782c;
}
@media screen and (max-width: 1440px) {
  .page2 .sw-box .switch-l .sw-btn {
    margin: 15% auto 0;
  }
  .page2 .sw-box .switch-l .demeanour1 {
    height: 320px;
    width: 190px;
  }
}
@media screen and (max-width: 998px) {
  .page2 {
    padding: 36px 0 40px;
  }
  .page2 .tit {
    font-size: 24px;
    font-weight: 500;
  }
  .page2 .sw-box .switch-l {
    display: none;
  }
  .page2 .subtit p {
    display: block;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.42);
  }
  .page2 .subtit .tab {
    width: 86%;
    margin: 10px auto 0;
    display: flex;
    justify-content: space-between;
  }
  .page2 .subtit .tab a {
    width: 31%;
    padding: 8px 0;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.42);
    text-align: center;
    color: rgba(255, 255, 255, 0.42);
    font-size: 10px;
    font-weight: 500;
  }
  .page2 .subtit .tab a.on {
    background: #ffffff;
    color: #fc782c;
  }
  .page2 .sw-box {
    margin: 20px auto 0;
  }
  .page2 .sw-box .demeanour2 .txt {
    margin-top: 40px;
  }
  .page2 .sw-box .demeanour2 .txt .title {
    font-size: 18px;
    font-weight: 500;
  }
  .page2 .sw-box .demeanour2 .txt .des {
    font-size: 10px;
    font-weight: 400;
    color: #f7f9fc;
  }
  .page2 .sw-box .qr-box .qr {
    width: 172px;
    font-size: 10px;
    font-weight: 400;
    color: #d6d6d6;
  }
  .page2 .sw-box .qr-box .qr svg {
    width: 12px;
    height: 12px;
  }
  .page2 .sw-box .demeanour2 .more {
    width: 74px;
  }
  .page2 .sw-box .demeanour2 .more p {
    font-size: 10px;
    padding: 2px 0;
  }
  .page2 .sw-box .demeanour2 .more p svg {
    margin-left: 2px;
    width: 8px;
    height: 8px;
  }
  .global-map .map-dot-bubble .desc .desc_ul {
    max-height: 170px;
  }
  .global-map {
    margin-top: 20px;
  }
  .global-map .map-dot-bubble .desc .p_list {
    padding: 5px 10px;
  }
  .global-map .map-dot-bubble .desc .p_list p {
    font-size: 10px;
  }
}
/*# sourceMappingURL=./graduation.css.map */