.banner {
  height: 700px;
  background-image: url("../img/bg.png");
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
}
.banner h1 {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 36px;
  z-index: 1;
}
.banner h1::before {
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
  width: 100%;
  content: "CONNECT  TO  THE  FUTURE";
  letter-spacing: 40px;
  font-size: 22px;
  z-index: -1;
  color: #999;
}
.banner > h3 {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  text-align: center;
  color: #999;
}

@keyframes logo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.mynav {
  position: fixed;
  top: 0;
  color: #fff;
  left: 0;
  width: 100%;
  background: rgba(10, 25, 54, 0.5);
  z-index: 99999999999999999999999;
}
.mynav .col-md-1 .navbe {
  position: relative;
  display: inline-block;
}
.mynav .col-md-1 ul {
  margin-bottom: 0;
}
.mynav .col-md-1:hover .navaff {
  display: block;
}
.mynav .col-md-1 .navaff {
  position: absolute;
  display: none;
  background: rgba(70, 171, 241, 0.5);
  color: #fff;
  top: 55px;
  text-align: center;
  width: 190px;
  left: calc(50% - 95px);
  border-radius: 10px;
}
.mynav .col-md-1 .navaff::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent rgba(70, 171, 241, 0.5);
  position: absolute;
  top: -20px;
  left: calc(50% - 10px);
}
.mynav .col-md-1 .navaff::after {
  content: "";
  position: absolute;
  height: 100px;
  width: 195px;
  top: -100px;
  left: 0;
}
.mynav .col-md-1 .navaff li:last-child::before {
  display: none;
}
.mynav .col-md-1 .navaff li {
  text-align: center;
  position: relative;
  width: 100%;
  padding: 15px 0;
}
.mynav .col-md-1 .navaff li a {
  color: #fff;
}
.mynav .col-md-1 .navaff li::before {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0px;
  width: 20px;
  background: #fff;
  left: calc(50% - 10px);
}
.mynav .row > div {
  height: 60px;
  display: flex;
  cursor: pointer;
  align-items: center;
}
.mynav .logo1 {
  cursor: pointer;
  animation: logo 2s linear infinite;
}
.mynav .logo {
  position: relative;
}
.mynav .logo .logodiv {
  height: 100%;
  display: flex;
  align-items: center;
}
.mynav .logo .logodiv:hover .oth {
  display: block;
}
.mynav .logo a {
  color: #46abf1;
  width: 40px;
  height: 40px;
  border: 1px solid #2a6496;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #2b3441;
}
.mynav .logo a:hover i {
  color: #fff;
}
.mynav .logo a i {
  font-size: 18px;
}
.mynav .logo .oth {
  position: absolute;
  bottom: -150px;
  left: -25px;
  padding: 30px;
  padding-left: 40px;
  width: 200px;
  display: none;
}

.body {
  min-height: 500px;
  background-image: url("../img/bodybg.png");
  background-size: cover;
  background-position: top center;
}
.body .body-row {
  padding-top: 20px;
}
.body .diqiu {
  background: url("../img/1.png") no-repeat;
  margin: 50px auto 0  auto;
  width: 978px;
  background-size: 1400px 516px;
  background-position: center center;
  height: 516px;
  position: relative;
  transform-style: preserve-3d;
}
.body .diqiu p {
  font-size: 15px;
}
.body .diqiu .layer {
  position: relative;
}
.body .diqiu .layer > div {
  position: absolute;
  top: 0;
  width: 230px;
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
}
.body .diqiu .layer > div button {
  width: 100px;
  z-index: 9999999;
  position: relative;
}
.body .diqiu .layer > div h4 {
  font-weight: bold;
  font-size: 1.4em;
}
.body .diqiu .layer .yunl {
  left: -6px;
}
.body .diqiu .layer .yunl:hover .ovin {
  opacity: 1;
}
.body .diqiu .layer .yunl:hover .ov1 {
  transform: translate3d(120px, -120px, 0);
}
.body .diqiu .layer .yunl:hover .ov2 {
  transform: translate3d(0px, -165.5px, 0);
}
.body .diqiu .layer .yunl:hover .ov3 {
  transform: translate3d(-120px, -120px, 0);
}
.body .diqiu .layer .yunl:hover .ov4 {
  transform: translate3d(-155.5px, 0, 0);
}
.body .diqiu .layer .yunl:hover .ov5 {
  transform: translate3d(-120px, 120px, 0);
}
.body .diqiu .layer .yunr {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  right: 6px;
}
.body .diqiu .layer .yunr:hover .ovin {
  opacity: 1;
}
.body .diqiu .layer .yunr:hover .ov1 {
  transform: translate3d(-120px, -120px, 0);
}
.body .diqiu .layer .yunr:hover .ov2 {
  transform: translate3d(0px, -165.5px, 0);
}
.body .diqiu .layer .yunr:hover .ov3 {
  transform: translate3d(120px, -120px, 0);
}
.body .diqiu .layer .yunr:hover .ov4 {
  transform: translate3d(155px, 0, 0);
}
.body .diqiu .layer .yunr:hover .ov5 {
  transform: translate3d(120px, 120px, 0);
}
.body .diqiu .layer .yunr:hover .ov6 {
  transform: translate3d(-165px, 0, 0);
}
.body .diqiu .layer .ovin {
  position: absolute;
  width: 400px;
  left: -170px;
  top: -150px;
  height: 500px;
  transition: 0.3s;
  opacity: 0;
  color: #fff;
}
.body .diqiu .layer .ovin i {
  font-size: 1.3em;
}
.body .diqiu .layer .ovin > div {
  bottom: 169px;
  right: 150px;
  width: 50px;
  position: absolute;
  height: 60px;
  transition: 0.3s;
}
.body .diqiu .layer .ovin > div > div {
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #46abf1;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  transition: 0.3s;
}
.body .diqiu .layer .ovin > div > div:hover {
  background: #46abf1;
}
.body .diqiu .layer .ol {
  left: -110px;
}
.body .diqiu .layer .or {
  left: -80px;
}
.body .diqiu .layer .or > div {
  right: 180px;
}
.body .diqiu .yun {
  margin-left: -7px;
  margin-top: 40px;
}

.indexfive {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
  width: 100%;
}
.indexfive .five-box {
  flex: 0 0 20%;
  max-width: 225px;
  height: 25vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-size: cover;
  position: relative;
  background-position: center center;
  cursor: pointer;
  z-index: 10;
  transition: 0.4s;
}
.indexfive .five-box p {
  width: 90%;
  text-align: center;
  opacity: 0;
  height: 1px;
  margin-top: 15px;
  transition: 0.4s;
}
.indexfive .five-box * {
  z-index: 20;
}
.indexfive .five-box::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  transition: 0.4s;
  height: 100%;
  background: #46abf1;
  opacity: 0;
  z-index: 9;
  top: 0;
  left: 0;
}
.indexfive .five-box:hover::before {
  opacity: 0.65;
}
.indexfive .five-box:hover p {
  opacity: 1;
  height: 10px;
}

.bombor {
  position: relative;
  margin-bottom: 25px;
}
.bombor::before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: -15px;
  width: 20px;
  background: #fff;
  left: calc(50% - 10px);
}

.anli {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 30px 0;
}

.anli-box {
  flex: 0 0 281.25px;
  height: 281.25px;
  background: #323d4f;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  position: relative;
}
.anli-box .anli-hover {
  z-index: 20;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  color: #fff;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
}
.anli-box .anli-hover::before {
  position: absolute;
  z-index: 15;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.anli-box .anli-hover p {
  margin-bottom: 10px;
  font-size: 12px;
  margin-top: 10px;
  text-indent: 1em;
  z-index: 25;
}
.anli-box .anli-hover p span {
  font-size: 1.5em;
}
.anli-box:nth-child(even) {
  background: #4c545e;
}
.anli-box > p {
  line-height: 2;
  width: 60%;
  opacity: 0.6;
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
}
.anli-box .imgov {
  width: 50%;
  height: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  border: 1px solid #fff;
  border-radius: 100%;
}

.footer {
  position: relative;
}
.footer .footerbeian {
  position: absolute;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6d6d6d;
  left: 0;
  bottom: 0;
  border-top: 1px solid #999;
  width: 100%;
  padding: 0 10px;
}
.footer .footertop {
  height: 60px;
  width: 100%;
  background: #46abf1;
  color: #fff;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.footer .footertop a {
  color: #fff;
}
.footer .footertop i {
  font-size: 1em;
  position: relative;
  top: -5px;
  left: 10px;
}
.footer .footerbody {
  min-height: 350px;
  padding-bottom: 70px;
  position: relative;
  background: url("../img/footer.png");
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding-top: 50px;
}
.footer .footerbody .foleft {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 10px;
}
.footer .footerbody .fo-box {
  display: flex;
  color: #fff;
  align-items: center;
}
.footer .footerbody .fo-box:hover i {
  color: #fff;
}
.footer .footerbody .fo-box .i {
  color: #46abf1;
  width: 30px;
  height: 30px;
  border: 1px solid #2a6496;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 5px;
  background: transparent;
  margin-right: 10px;
}
.footer .footerbody .fo-box h3 {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 4px;
}
.footer .footerbody .fo-box i {
  color: #46abf1;
}
.footer .footerbody .fo-box p {
  color: #999;
  font-size: 12px;
}
.footer .footerbody .fo-box2 {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.footer .footerbody .fo-box2 p {
  margin: 13px 0;
  color: #999;
}
.footer .footerbody .fo-box2 a {
  color: #999;
}
.footer .footerbody .fo-box2 h3 {
  font-size: 18px;
  margin-top: 0;
  color: #Fff;
  width: 1em;
  white-space: nowrap;
  border-bottom: 1px solid #46abf1;
  padding-bottom: 15px;
}

.nar-right {
  position: fixed;
  width: 50px;
  text-align: center;
  right: 10px;
  z-index: 9999999999999;
  top: 20%;
}
.nar-right img {
  margin-bottom: 10px;
}

.zhuanjia h1::before {
  position: absolute;
  text-indent: 13em;
  bottom: -20px;
  text-align: center;
  width: 100%;
  content: "Expret";
  font-size: 22px;
  z-index: -1;
  letter-spacing: 10px;
  color: #999;
}

.xwny h1::before {
  position: absolute;
  text-indent: 13em;
  bottom: -20px;
  text-align: center;
  width: 100%;
  content: "News information";
  font-size: 22px;
  z-index: -1;
  letter-spacing: 10px;
  color: #999;
}

.hyqy h1::before {
  position: absolute;
  text-indent: 13em;
  bottom: -20px;
  text-align: center;
  width: 100%;
  content: "Industry";
  font-size: 22px;
  z-index: -1;
  letter-spacing: 10px;
  color: #999;
}

.shzp h1::before {
  position: absolute;
  text-indent: 13em;
  bottom: -20px;
  text-align: center;
  width: 100%;
  content: "Social Recruitmnt";
  font-size: 22px;
  z-index: -1;
  letter-spacing: 10px;
  color: #999;
}

.rows:last-child div {
  border: none;
}

.dcenterleft {
  position: relative;
}

.mybtn {
  width: 160px;
  padding: 10px 0;
  display: block;
  color: #999;
  margin: 20px auto;
}

.dr-mian {
  position: relative;
}
.dr-mian .jbb {
  position: absolute;
  width: 100%;
  height: 100%;
}
.dr-mian .jbb::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
}

.pdq {
  display: flex;
  background: url("../img/pdq.png") no-repeat;
  background-position: top center;
  background-size: 480px auto;
  justify-content: space-between;
  width: 100%;
  height: 290px;
}
.pdq div {
  background: none;
}
.pdq .fl {
  height: auto;
  position: relative;
  left: -12px;
}
.pdq .fl h4 {
  font-size: 12px;
}
.pdq .fr {
  height: auto;
  position: relative;
  left: 2px;
}

@media (max-width: 415px) and (min-width: 414px) {
  .pdq {
    background-size: 500px auto !important;
    height: 300px;
  }

  .fl {
    height: auto;
    position: relative;
    left: 4px !important;
  }
  .fl h4 {
    font-size: 12px;
  }

  .fr {
    height: auto;
    position: relative;
    left: -14px !important;
  }
}
.tt, .yxtab {
  position: relative;
  z-index: 999999999;
}

@media (max-width: 321px) and (min-width: 319px) {
  .pdq {
    background-size: 410px auto !important;
    height: 280px;
  }

  .fl {
    height: auto;
    position: relative;
    left: -22px !important;
  }
  .fl h4 {
    font-size: 12px;
  }

  .fr {
    height: auto;
    position: relative;
    left: 9px !important;
  }

  .fr p, .fl p {
    white-space: normal !important;
    width: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
.banner2 {
  height: 310px;
}

.s-fonts > p {
  max-width: 100%;
}

.guan {
  left: 150px;
  top: 165px;
  border-top: 1px solid #46abf1;
  padding-top: 3px;
}

.dtop a {
  color: gray;
}
.dtop:last-child {
  color: #46abf1;
}

.neinav {
  background: url("../img/mobg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.zk {
  display: none;
}

.pagflex {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.btnmy {
  width: 100px;
  background: transparent;
  border: 1px solid #46abf1 !important;
  color: #46abf1;
}

.ds-font {
  border: none;
}

.dsearch {
  width: 250px;
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  padding: 0px 10px;
}

.ds-font {
  float: left;
  width: 70%;
  height: 100%;
  line-height: 40px;
}

.ds-icon {
  line-height: 40px;
  cursor: pointer;
}

.dcct {
  margin-bottom: 0;
}

.dtop .dt a {
  font-size: 16px !important;
}

.qy-box {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  transition: 0.3s;
  border-radius: 15px;
  overflow: hidden;
}
.qy-box:hover {
  transform: scale(1.1);
}
.qy-box:hover .h4 {
  height: 100%;
  background: rgba(70, 171, 241, 0.45);
  color: #Fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.qy-box .h4 {
  transition: 0.3s;
}
.qy-box .h4 {
  border-radius: 15px;
  overflow: hidden;
  transition: 0.3s;
  position: absolute;
  font-size: 14px;
  bottom: 0;
  left: 0;
  padding: 15px 0;
  margin: 0;
  text-align: center;
  width: 100%;
}
.qy-box .h4 h4 {
  font-size: 16px;
}
.qy-box .h4 h4:first-child {
  position: relative;
  padding-bottom: 10px;
}
.qy-box .h4 h4:first-child::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 20px;
  height: 2px;
  bottom: -3px;
  left: calc(50% - 10px);
}

.swiper-slide {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.mobslid {
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin: 10px auto;
}
.mobslid .qy-box {
  width: 250px;
  height: 300px;
  margin: 0 auto;
}

.s-tab {
  perspective: 4000px;
  transform-style: preserve-3d;
  transform-origin: 50% 50%;
}

.s-active {
  box-shadow: 0px 0px 14px #46abf1;
  transform: translate3d(0, 0, 10px);
  z-index: 999999;
  transition: 0.3s;
  color: #46abf1;
  transform-style: preserve-3d;
}

.s-content {
  margin-top: 150px !important;
}

.item-4 .bidbg {
  width: 535px;
}

.bidbg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 496px;
  position: relative;
}
.bidbg h3 {
  width: 100%;
  margin-top: 0;
}

#subjects {
  height: 165px;
  background-color: #e0e2e4;
}

.g-wrap {
  position: relative;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}

#subjects {
  height: 165px;
}

#subjects .g-wrap a {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-opacity: 1;
  opacity: 1;
  display: block;
  -webkit-transition: left 300ms, -webkit-opacity 700ms;
  transition: left 300ms, opacity 700ms;
}

#subjects .g-wrap .item-1 {
  z-index: 1;
  background: #333;
}

#subjects .g-wrap .item-2 {
  z-index: 2;
  background: #333;
}

#subjects .g-wrap .item-3 {
  z-index: 3;
  background: #333;
}

#subjects .g-wrap .item-4 {
  z-index: 4;
  background: #333;
}

#subjects .g-wrap a span {
  position: absolute;
  background: no-repeat 0 0;
}

#subjects .trans a {
  -webkit-opacity: 0;
  opacity: 0;
  display: none;
}

#subjects .ready .item-2 {
  transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  -ms-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
}

#subjects .ready .item-3 {
  transition-delay: 150ms;
  -webkit-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
}

#subjects .ready .item-4 {
  transition-delay: 150ms;
  -webkit-transition-delay: 450ms;
  -ms-transition-delay: 450ms;
  -moz-transition-delay: 450ms;
}

#subjects .state-0 .item-1 {
  left: 0;
}

#subjects .state-0 .item-2 {
  left: 25%;
}

#subjects .state-0 .item-3 {
  left: 50%;
}

#subjects .state-0 .item-4 {
  left: 75%;
}

#subjects .state-1 .item-1 {
  left: 0;
}

#subjects .state-1 .item-2 {
  left: 492px;
}

#subjects .state-1 .item-3 {
  left: 705px;
}

#subjects .state-1 .item-4 {
  left: 917px;
}

#subjects .state-1 .item-1 .p2 {
  -webkit-opacity: 1;
  opacity: 1;
  display: block;
}

#subjects .state-2 .item-1 {
  left: 0;
}

#subjects .state-2 .item-2 {
  left: 212px;
}

#subjects .state-2 .item-3 {
  left: 705px;
}

#subjects .state-2 .item-4 {
  left: 917px;
}

#subjects .state-2 .item-2 .p2 {
  -webkit-opacity: 1;
  opacity: 1;
  display: block;
}

#subjects .state-3 .item-1 {
  left: 0;
}

#subjects .state-3 .item-2 {
  left: 212px;
}

#subjects .state-3 .item-3 {
  left: 425px;
}

#subjects .state-3 .item-4 {
  left: 917px;
}

#subjects .state-3 .item-3 .p2 {
  -webkit-opacity: 1;
  opacity: 1;
  display: block;
}

#subjects .state-4 .item-1 {
  left: 0;
}

#subjects .state-4 .item-2 {
  left: 212px;
}

#subjects .state-4 .item-3 {
  left: 425px;
}

#subjects .state-4 .item-4 {
  left: 637px;
}

#subjects .state-4 .item-4 .p2 {
  -webkit-opacity: 1;
  opacity: 1;
  display: block;
}

.allvid {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 999999999999999999999999999999;
}
.allvid i {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  color: #fff;
}

.gyxw h1::before {
  content: "ABOUT US";
}

.xwbt h1::before {
  content: "Territory";
}

.g-box {
  height: 1000px;
  width: 100%;
  position: relative;
  top: -200px;
  overflow: hidden;
}
.g-box .lo {
  background-size: 100% 100%;
  width: 120px;
  height: 50px;
  left: calc(50% - 60px);
  position: absolute;
  top: 440px;
  background: url("../img/loo.png");
}
.g-box .loo {
  width: 100%;
  height: 100%;
}
.g-box b {
  transition: 0.3s;
  font-weight: normal;
}
.g-box .cc {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: 200px;
  font-weight: bold !important;
}
.g-box .cc b {
  font-weight: bold !important;
}
.g-box .cc:hover .tip {
  display: block;
}
.g-box .c2000 {
  top: 36vh;
  left: 38%;
}
.g-box .c2003 {
  top: 36vh;
  left: 27%;
}
.g-box .c2004 {
  top: 40vh;
  left: 19%;
}
.g-box .c2008 {
  top: 38vh;
  left: 55%;
}
.g-box .c2009 {
  top: 47vh;
  left: 17%;
}
.g-box .c2010 {
  top: 30vh;
  left: 15%;
}
.g-box .c2011 {
  top: 35vh;
  left: 77%;
}
.g-box .c2012 {
  top: 28vh;
  left: 45%;
}
.g-box .c2013 {
  top: 50vh;
  left: 27%;
}
.g-box .c2014 {
  top: 50vh;
  right: 34%;
}
.g-box .c2015 {
  top: 35vh;
  left: 10%;
}
.g-box .c2016 {
  top: 41vh;
  left: 67%;
}
.g-box .d1 {
  position: absolute;
  left: 15%;
  color: #46abf1;
  top: 48vh;
}
.g-box .d1 img {
  width: 250px;
}
.g-box .d1 h4 {
  color: #fff !important;
  font-size: 14px;
}
.g-box .d1 h2 {
  font-weight: bold;
  font-size: 18px;
}
.g-box .d2 {
  position: absolute;
  left: 40%;
  top: 23vh;
  color: #46abf1;
}
.g-box .d2 img {
  width: 250px;
}
.g-box .d2 h4 {
  color: #fff !important;
  font-size: 14px;
}
.g-box .d2 h2 {
  font-weight: bold;
  font-size: 18px;
}
.g-box .d3 {
  position: absolute;
  color: #46abf1;
  left: 70%;
  top: 48vh;
}
.g-box .d3 h4 {
  color: #fff !important;
  font-size: 14px;
}
.g-box .d3 h2 {
  font-weight: bold;
  font-size: 18px;
}
.g-box .d3 img {
  width: 250px;
}
.g-box .tip {
  position: absolute;
  width: 400px;
  line-height: 2;
  background: rgba(70, 171, 241, 0.45);
  border-radius: 10px;
  padding: 15px;
  z-index: 99;
  display: none;
  left: calc(50% - 200px);
}
.g-box .tip h4 {
  font-size: 14px;
  line-height: 1.5;
}
.g-box .tip h3 {
  font-size: 18px;
  margin-top: 0;
  font-weight: bold;
}
.g-box .tip::before {
  content: "";
  opacity: .45;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #46abf1;
  position: absolute;
  top: -20px;
  left: calc(50% - 10px);
}

.y-box {
  height: 780px;
  margin-top: -30px;
}
.y-box p {
  margin-bottom: 0;
}
.y-box > div > div {
  height: 55px;
  margin: 0 auto;
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.y-box > div > div:hover {
  color: #46abf1;
}
.y-box .t0 {
  height: 76px;
  line-height: 1.5;
  color: #46abf1;
}
.y-box .t0 h2 {
  margin: 0;
  font-size: 25px;
}
.y-box .t0 {
  height: 176px;
  transform: translateX(350px);
}
.y-box .t6 {
  height: 40px;
  transform: translateX(140px);
}
.y-box .t5 {
  height: 65px;
  transform: translateX(220px);
}
.y-box .t4 {
  height: 40px;
  transform: translateX(270px);
}
.y-box .t3 {
  height: 55px;
  transform: translateX(300px);
}
.y-box .t2 {
  height: 38px;
  transform: translateX(320px);
}
.y-box .t1 {
  transform: translateX(340px);
}
.y-box .yxbody {
  border-radius: 100%;
  width: 600px;
  height: 600px;
  background: rgba(70, 171, 241, 0.45);
  position: absolute;
  top: 585px;
  left: calc(50% - 290px);
  transform: translateX(-250px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.bt {
  height: 711px;
  width: 886px;
  margin: 20px auto;
  background: url("../img/dtt.png");
  position: relative;
}
.bt .km {
  left: 451px;
  top: 586px;
}
.bt .gy {
  left: 517px;
  top: 552px;
}
.bt .nn {
  left: 550px;
  top: 628px;
}
.bt .cd {
  left: 467px;
  top: 476px;
}
.bt .xa {
  left: 544px;
  top: 401px;
}
.bt .xm {
  left: 740px;
  top: 552px;
}
.bt .sh {
  left: 756px;
  top: 450px;
}
.bt .tj {
  left: 678px;
  top: 288px;
}
.bt .bj {
  left: 650px;
  top: 278px;
}
.bt .qd {
  left: 732px;
  top: 324px;
}
.bt .ty {
  left: 600px;
  top: 326px;
}
.bt .zz {
  left: 626px;
  top: 387px;
}
.bt .hf {
  left: 687px;
  top: 430px;
}
.bt .nc {
  left: 676px;
  top: 500px;
}
.bt .cs {
  left: 620px;
  top: 515px;
}
.bt .wh {
  left: 643px;
  top: 466px;
}
.bt .cq {
  left: 532px;
  top: 468px;
}
.bt .gz {
  left: 620px;
  top: 612px;
}
.bt .sz {
  left: 661px;
  top: 619px;
}
.bt .nj {
  left: 714px;
  top: 438px;
}
.bt .hz {
  left: 745px;
  top: 478px;
}

.ale {
  width: 463px;
  height: 104px;
  background: url("../img/alert.png");
  position: absolute;
  left: -437px;
  top: 0px;
  transition: 0.3s;
  cursor: pointer;
  padding: 10px 20px;
  display: none;
}
.ale p {
  width: 300px;
}

.point-area {
  position: absolute !important;
  transform: translate3d(-75px, -75px, 0);
}
.point-area:hover .ale {
  display: block;
}

.point-name {
  position: absolute;
}

.xwwh h1::before {
  content: "culture";
}

.btn-info {
  background: #46abf1 !important;
}

.wecode {
  width: 250px;
  height: 280px;
  background: #fff;
  border: 1px solid #ccc;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 999999999999999999999999999999;
  top: 30%;
  left: calc(50% - 150px);
}
.wecode img {
  width: 200px;
  height: 200px;
}
.wecode i {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 2em;
  color: #333 !important;
}
.wecode h4 {
  margin-top: 0;
}

@keyframes new {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-300%);
  }
}
.footertop {
  overflow: hidden;
}
.footertop i {
  top: -3px !important;
}
.footertop .new {
  height: 100%;
  display: flex;
  flex-direction: column;
  animation: new 10s infinite linear;
}
.footertop .new:hover {
  animation-play-state: paused;
}
.footertop .new span {
  height: 100%;
  display: flex;
  align-items: center;
  flex: 0 0 100%;
}
.footertop a {
  transition: 0.3s;
}

.dlist {
  font-weight: bold;
}

.dlist span {
  font-weight: normal;
}

.banner h1 {
  font-weight: 100 !important;
  position: relative;
  height: 67px;
}
.banner h1::before {
  display: none !important;
}
.banner h1 p {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  letter-spacing: 5px;
  font-size: 16px;
  z-index: -1;
  color: #999;
}
.banner h1 p span {
  margin-left: 10%;
}

.jiecheng {
  text-align: center;
  color: #ccc;
  margin: 80px 0 50px 0;
}

.bow {
  position: absolute;
  display: block;
  width: 60px;
  left: 0;
  top: 150px;
  height: 60px;
  border-radius: 50%;
}

.bow::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 4px solid #7892e3;
  opacity: 0;
  animation: ripple 1s infinite;
}

.bo1 {
  left: 300px;
  transform: rotateX(50deg) rotateY(-20deg) translateY(44px) translateX(3px);
}
.bo1::after {
  animation-delay: 0.2s;
}

.bo2 {
  left: 500px;
  transform: rotateX(50deg) rotateY(10deg) translateY(25px) translateX(13px);
}
.bo2::after {
  animation-delay: 0.4s;
}

.bo3 {
  left: 200px;
  transform: rotateX(80deg) rotateY(-35deg) translateY(315px) translateX(13px);
}
.bo3::after {
  animation-delay: 0.3s;
}

.nar-right {
  display: none;
}

.bo4 {
  left: 560px;
  transform: rotateX(50deg) rotateY(20deg) translateY(11px) translateX(19px);
}
.bo4::after {
  animation-delay: 0.6s;
}

.bo5 {
  left: 400px;
  transform: rotateX(50deg) rotateY(-10deg) translateY(105px) translateX(3px);
}
.bo5::after {
  animation-delay: 0.5s;
}

.bo6 {
  left: 193px;
  transform: rotateX(50deg) rotateY(-20deg) translateY(150px) translateX(3px);
}
.bo6::after {
  animation-delay: 0.1s;
}

.bo7 {
  left: 540px;
  transform: rotateX(50deg) rotateY(10deg) translateY(135px) translateX(3px);
}
.bo7::after {
  animation-delay: 0.2s;
}

.bo8 {
  left: 643px;
  transform: rotateX(50deg) rotateY(30deg) translateY(105px) translateX(3px);
}
.bo8::after {
  animation-delay: 0.25s;
}

.bo9 {
  left: 344px;
  transform: rotateX(50deg) rotateY(-10deg) translateY(175px) translateX(3px);
}

@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.yxt {
  z-index: 99999999;
}
.indexfive .five-box:hover p {
    opacity: 1;
    height: 10px;
    line-height: 20px;
}
.indexfive .five-box p {
    width: 90%;
    text-align: center;
    opacity: 0;
    height: 1px;
    margin-top: 15px;
    transition: 0.4s;
    line-height: 21px;
}
/*# sourceMappingURL=scss.css.map */



