body,
html {
  width: 100%;
  height: 100%;
}

.myalert {
  display: none;
  z-index: 999999999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.myalert .layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.myalert .tip {
  width: 40%;
  text-align: center;
  margin: 0 auto;
  margin-top: 2.5rem;
  background: black;
  color: #fff;
  padding: 0.1rem;
  font-size: 0.14rem;
  border-radius: 4px;
  opacity: 0.8;
}

.loadbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
}

.spinner {
  margin: 2rem auto;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #dedede;
  height: 100%;
  width: 8px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
#navigator_box {
  display: flex;
  justify-content: center;
}
#navigator_box .navwall {
  width: 100%;
  position: absolute;
  z-index: 999;
}
#navigator_box .navwall2 {
  position: fixed;
  background: #fff;
  border-bottom: 1px solid #eee;
}
#navigator_box .navwall2 .nav_tip {
  top: 0px !important;
  height: 100% !important;
  display: flex;
  align-items: center;
}
#navigator_box .navwall2 .logo {
  top: 10px !important;
}
#navigator_box .navwall2 .nav_tip5 {
  width: 15px;
  height: 15px;
  top: 25px !important;
}
#navigator_box .navbox {
  width: 1200px;
  height: 120px;
  position: relative;
  z-index: 999;
  margin: 0 auto;
}
#navigator_box .navbox .logo {
  position: absolute;
  top: 40px;
}
#navigator_box .navbox .nav_tip {
  font-size: 16px;
  color: #000000;
  position: absolute;
  top: 0px;
  z-index: 999;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#navigator_box .navbox .nav_tip .arr {
  display: block;
  margin-left: 3px;
  margin-top: 4px;
}
#navigator_box .navbox .nav_tip .arrup {
  display: none;
}
#navigator_box .navbox .selcet_nav {
  color: #ff5a5b;
}
#navigator_box .navbox .nav_tip7 {
  right: 15px;
}
#navigator_box .navbox .nav_tip6 {
  right: 90px;
}
#navigator_box .navbox .nav_tip6 .border_b {
  margin-top: 6px;
  height: 23px;
  border-bottom: 2px solid #2FBD79;
}
#navigator_box .navbox .nav_tip5 {
  width: 15px;
  height: 15px;
  top: 55px;
  right: 140px;
  position: absolute;
}
#navigator_box .navbox .nav_tip99 {
  right: 220px;
}
#navigator_box .navbox .nav_tip4 {
  right: 340px;
}
#navigator_box .navbox .nav_tip3 {
  right: 480px;
}
#navigator_box .navbox .nav_tip2 {
  right: 620px;
}
#navigator_box .navbox .nav_tip1 {
  right: 770px;
}
#navigator_box .navbox2 {
  height: 60px;
}
#navigator_box .sub_nav_box {
  display: none;
  position: absolute;
  bottom: -100px;
  left: -49px;
  background: #fff;
  color: #222222;
  width: 179px;
  height: 135px;
  border-radius: 0px 0px 6px 6px;
  overflow: hidden;
}
#navigator_box .sub_nav_box .sub_nav {
  width: 100%;
  height: 44px;
  line-height: 44px;
  padding-left: 21px;
  border-bottom: 1px solid #dedede;
  font-size: 14px;
}
#navigator_box .sub_nav_box :last-child {
  border: none;
}
#navigator_box .lowsubnavbox {
  bottom: -135px;
}

#footer_box .footer {
  max-width: 1920px;
  min-width: 1200px;
  height: 321px;
  background: url("../img/f_bg.png");
  background-size: 100% 100%;
  overflow: hidden;
  margin: 0 auto;
}
#footer_box .footer .f_box {
  width: 980px;
  height: 167px;
  margin-top: 40px;
  position: absolute;
  left: 50%;
  margin-left: -490px;
}
#footer_box .footer .f_box .f_tit {
  width: 100%;
  text-align: center;
  font-size: 33px;
  color: #fff;
}
#footer_box .footer .f_box .f_txt {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 13px;
}
#footer_box .footer .f_box .lxfs_box {
  margin-top: 33px;
  width: 980px;
  height: 69px;
  position: relative;
}
#footer_box .footer .f_box .lxfs_box .lxfs {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
}
#footer_box .footer .f_box .lxfs_box .lxfs1 {
  left: 28px;
}
#footer_box .footer .f_box .lxfs_box .lxfs2 {
  left: 303px;
}
#footer_box .footer .f_box .lxfs_box .lxfs3 {
  left: 576px;
}
#footer_box .footer .f_box .lxfs_box .lxfs4 {
  left: 851px;
}
#footer_box .footer .f_box .lxfs_box .lxfs_txt {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}
#footer_box .footer .f_box .lxfs_box .lxfs_txt1 {
  left: 0;
}
#footer_box .footer .f_box .lxfs_box .lxfs_txt2 {
  left: 256px;
}
#footer_box .footer .f_box .lxfs_box .lxfs_txt3 {
  left: 570px;
}
#footer_box .footer .f_box .lxfs_box .lxfs_txt4 {
  left: 763px;
  width: 300px;
}
#footer_box .footer .f_box .f_des {
  margin-top: 65px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
}

#voideWall {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
#voideWall .layer {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
#voideWall .video_box {
  position: absolute;
  top: 5%;
  left: 50%;
  margin-left: -600px;
  z-index: 3;
  height: 731.25px;
  width: 1200px;
  background: #000;
}
#voideWall .video_box .close_voide {
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: -15px;
  right: 10px;
  z-index: 9999;
  cursor: pointer;
}
#voideWall .video_box .video-js {
  height: 731.25px;
  width: 1200px;
}