* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 62.5%;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 1279px) {
  html {
    font-size: 54.6875%;
  }
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1024px;
  min-height: 500px;
  color: #fff !important;
  font-family: "Helvetica", "microsoft yahei", sans-serif;
  font-size: 1.6rem;
  overflow: hidden;
  /* background-color: #3997f2; */
  background: url("./img/01.png") no-repeat;
  background-size: 100%;
}

@keyframes rotating_animate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }

  50% {
    -webkit-transform: rotate(6deg) scale(0.9, 1.1) translate3d(10%, -16%, 30px);
    -moz-transform: rotate(6deg) scale(0.9, 1.1) translate3d(10%, -16%, 30px);
    -ms-transform: rotate(6deg) scale(0.9, 1.1) translate3d(10%, -16%, 30px);
    -o-transform: rotate(6deg) scale(0.9, 1.1) translate3d(10%, -16%, 30px);
    transform: rotate(6deg) scale(0.9, 1.1) translate3d(10%, -16%, 30px);
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1);
    -moz-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    -o-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
  }
}

@-webkit-keyframes rotating_animate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotating_back_animate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }

  25% {
    -webkit-transform: rotate(-6deg) scale(0.9) translate3d(10px, -10px, 0);
    -moz-transform: rotate(-6deg) scale(0.9) translate3d(10px, -10px, 0);
    -ms-transform: rotate(-6deg) scale(0.9) translate3d(10px, -10px, 0);
    -o-transform: rotate(-6deg) scale(0.9) translate3d(10px, -10px, 0);
    transform: rotate(-6deg) scale(0.9) translate3d(10px, -10px, 0);
  }

  50% {
    -webkit-transform: rotate(-2deg) scale(1.1);
    -moz-transform: rotate(-2deg) scale(1.1);
    -ms-transform: rotate(-2deg) scale(1.1);
    -o-transform: rotate(-2deg) scale(1.1);
    transform: rotate(-2deg) scale(1.1);
  }

  75% {
    -webkit-transform: rotate(-6deg) scale(0.9) translate3d(10px, -10px, 0);
    -moz-transform: rotate(-6deg) scale(0.9) translate3d(10px, -10px, 0);
    -ms-transform: rotate(-6deg) scale(0.9) translate3d(10px, -10px, 0);
    -o-transform: rotate(-6deg) scale(0.9) translate3d(10px, -10px, 0);
    transform: rotate(-6deg) scale(0.9) translate3d(10px, -10px, 0);
  }

  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}

@-webkit-keyframes rotating_back_animate {
  0% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }

  25% {
    -webkit-transform: rotate(-2deg) scale(1.1);
    -moz-transform: rotate(-2deg) scale(1.1);
    -ms-transform: rotate(-2deg) scale(1.1);
    -o-transform: rotate(-2deg) scale(1.1);
    transform: rotate(-2deg) scale(1.1);
  }

  50% {
    -webkit-transform: rotate(-6deg) scale(0.7) translate3d(-10px, -10px, 0);
    -moz-transform: rotate(-6deg) scale(0.7) translate3d(-10px, -10px, 0);
    -ms-transform: rotate(-6deg) scale(0.7) translate3d(-10px, -10px, 0);
    -o-transform: rotate(-6deg) scale(0.7) translate3d(-10px, -10px, 0);
    transform: rotate(-6deg) scale(0.7) translate3d(-10px, -10px, 0);
  }

  75% {
    -webkit-transform: rotate(-2deg) scale(1.1);
    -moz-transform: rotate(-2deg) scale(1.1);
    -ms-transform: rotate(-2deg) scale(1.1);
    -o-transform: rotate(-2deg) scale(1.1);
    transform: rotate(-2deg) scale(1.1);
  }

  100% {
    -webkit-transform: rotate(0) scale(1);
    -moz-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    -o-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}

@keyframes rotating_week_animate {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    -moz-transform: translate3d(0, 0, 0) scale(1, 1);
    -ms-transform: translate3d(0, 0, 0) scale(1, 1);
    -o-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
  }

  50% {
    -webkit-transform: translate3d(10px, 0, 0) scale(1.2, 1);
    -moz-transform: translate3d(10px, 0, 0) scale(1.2, 1);
    -ms-transform: translate3d(10px, 0, 0) scale(1.2, 1);
    -o-transform: translate3d(10px, 0, 0) scale(1.2, 1);
    transform: translate3d(10px, 0, 0) scale(1.2, 1);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    -moz-transform: translate3d(0, 0, 0) scale(1, 1);
    -ms-transform: translate3d(0, 0, 0) scale(1, 1);
    -o-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
}

@-webkit-keyframes rotating_week_animate {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    -moz-transform: translate3d(0, 0, 0) scale(1, 1);
    -ms-transform: translate3d(0, 0, 0) scale(1, 1);
    -o-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
  }

  50% {
    -webkit-transform: translate3d(10px, 0, 0) scale(1.2, 1);
    -moz-transform: translate3d(10px, 0, 0) scale(1.2, 1);
    -ms-transform: translate3d(10px, 0, 0) scale(1.2, 1);
    -o-transform: translate3d(10px, 0, 0) scale(1.2, 1);
    transform: translate3d(10px, 0, 0) scale(1.2, 1);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    -moz-transform: translate3d(0, 0, 0) scale(1, 1);
    -ms-transform: translate3d(0, 0, 0) scale(1, 1);
    -o-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
}

@keyframes rotating_all_animate {
  0% {
    -webkit-transform: rotate(0) scale(1) translate3d(0, 0, 0);
    -moz-transform: rotate(0) scale(1) translate3d(0, 0, 0);
    -ms-transform: rotate(0) scale(1) translate3d(0, 0, 0);
    -o-transform: rotate(0) scale(1) translate3d(0, 0, 0);
    transform: rotate(0) scale(1) translate3d(0, 0, 0);
  }

  25% {
    -webkit-transform: rotate(90deg) scale(1.3, 0.6)
      translate3d(-10px, -40px, 10px);
    -moz-transform: rotate(90deg) scale(1.3, 0.6)
      translate3d(-10px, -40px, 10px);
    -ms-transform: rotate(90deg) scale(1.3, 0.6) translate3d(-10px, -40px, 10px);
    -o-transform: rotate(90deg) scale(1.3, 0.6) translate3d(-10px, -40px, 10px);
    transform: rotate(90deg) scale(1.3, 0.6) translate3d(-10px, -40px, 10px);
  }

  50% {
    -webkit-transform: rotate(0) scale(1, 1) translate3d(40px, -20px, 20px);
    -moz-transform: rotate(0) scale(1, 1) translate3d(40px, -20px, 20px);
    -ms-transform: rotate(0) scale(1, 1) translate3d(40px, -20px, 20px);
    -o-transform: rotate(0) scale(1, 1) translate3d(40px, -20px, 20px);
    transform: rotate(0) scale(1, 1) translate3d(40px, -20px, 20px);
  }

  75% {
    -webkit-transform: rotate(90deg) scale(1.2, 0.8)
      translate3d(-10px, -40px, 10px);
    -moz-transform: rotate(90deg) scale(1.2, 0.8)
      translate3d(-10px, -40px, 10px);
    -ms-transform: rotate(90deg) scale(1.2, 0.8) translate3d(-10px, -40px, 10px);
    -o-transform: rotate(90deg) scale(1.2, 0.8) translate3d(-10px, -40px, 10px);
    transform: rotate(90deg) scale(1.2, 0.8) translate3d(-10px, -40px, 10px);
  }

  100% {
    -webkit-transform: rotate(0deg) scale(1) translate3d(0, 0, 0);
    -moz-transform: rotate(0deg) scale(1) translate3d(0, 0, 0);
    -ms-transform: rotate(0deg) scale(1) translate3d(0, 0, 0);
    -o-transform: rotate(0deg) scale(1) translate3d(0, 0, 0);
    transform: rotate(0deg) scale(1) translate3d(0, 0, 0);
  }
}

@-webkit-keyframes rotating_all_animate {
  0% {
    -webkit-transform: rotate(0) scale(1) translate3d(0, 0, 0);
    -moz-transform: rotate(0) scale(1) translate3d(0, 0, 0);
    -ms-transform: rotate(0) scale(1) translate3d(0, 0, 0);
    -o-transform: rotate(0) scale(1) translate3d(0, 0, 0);
    transform: rotate(0) scale(1) translate3d(0, 0, 0);
  }

  25% {
    -webkit-transform: rotate(90deg) scale(0.3, 1)
      translate3d(-10px, 10px, 10px);
    -moz-transform: rotate(90deg) scale(0.3, 1) translate3d(-10px, 10px, 10px);
    -ms-transform: rotate(90deg) scale(0.3, 1) translate3d(-10px, 10px, 10px);
    -o-transform: rotate(90deg) scale(0.3, 1) translate3d(-10px, 10px, 10px);
    transform: rotate(90deg) scale(0.3, 1) translate3d(-10px, 10px, 10px);
  }

  50% {
    -webkit-transform: rotate(180deg) scale(0.5, 1)
      translate3d(-20px, 20px, 20px);
    -moz-transform: rotate(180deg) scale(0.5, 1) translate3d(-20px, 20px, 20px);
    -ms-transform: rotate(180deg) scale(0.5, 1) translate3d(-20px, 20px, 20px);
    -o-transform: rotate(180deg) scale(0.5, 1) translate3d(-20px, 20px, 20px);
    transform: rotate(180deg) scale(0.5, 1) translate3d(-20px, 20px, 20px);
  }

  75% {
    -webkit-transform: rotate(270deg) scale(0.3, 1)
      translate3d(-10px, 10px, 10px);
    -moz-transform: rotate(270deg) scale(0.3, 1) translate3d(-10px, 10px, 10px);
    -ms-transform: rotate(270deg) scale(0.3, 1) translate3d(-10px, 10px, 10px);
    -o-transform: rotate(270deg) scale(0.3, 1) translate3d(-10px, 10px, 10px);
    transform: rotate(270deg) scale(0.3, 1) translate3d(-10px, 10px, 10px);
  }

  100% {
    -webkit-transform: rotate(360deg) scale(1) translate3d(0, 0, 0);
    -moz-transform: rotate(360deg) scale(1) translate3d(0, 0, 0);
    -ms-transform: rotate(360deg) scale(1) translate3d(0, 0, 0);
    -o-transform: rotate(360deg) scale(1) translate3d(0, 0, 0);
    transform: rotate(360deg) scale(1) translate3d(0, 0, 0);
  }
}

.bg .rotating_animate {
  -webkit-animation-name: rotating_animate;
  -o-animation-name: rotating_animate;
  animation-name: rotating_animate;
  -webkit-animation-duration: 20s;
  -moz-animation-duration: 20s;
  -o-animation-duration: 20s;
  animation-duration: 20s;
}

.bg .rotating_back_animate {
  -webkit-animation-name: rotating_back_animate;
  -o-animation-name: rotating_back_animate;
  animation-name: rotating_back_animate;
  -webkit-animation-duration: 30s;
  -moz-animation-duration: 30s;
  -o-animation-duration: 30s;
  animation-duration: 30s;
}

.bg .rotating_week_animate {
  -webkit-animation-name: rotating_week_animate;
  -moz-animation-name: rotating_week_animate;
  -o-animation-name: rotating_week_animate;
  animation-name: rotating_week_animate;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
}

.bg .rotating_all_animate {
  -webkit-animation-name: rotating_all_animate;
  -moz-animation-name: rotating_all_animate;
  -o-animation-name: rotating_all_animate;
  animation-name: rotating_all_animate;
  -webkit-animation-duration: 100s;
  -moz-animation-duration: 100s;
  -o-animation-duration: 100s;
  animation-duration: 100s;
}

.bg {
  position: absolute;
  z-index: 0;
  background: url("../images/bg.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(-10px);
}

.bg .bg_item {
  position: absolute;
  background-size: cover;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

.bg_0 {
  background: url("../images/bg-0.png") center center no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.bg_1 {
  background: url("../images/bg-1.png") right bottom no-repeat;
  background-size: contain;
  width: 80%;
  height: 160%;
  left: 0;
  margin-left: -20%;
  bottom: -30%;
  opacity: 0.9;
}

.bg .bg_2 {
  background: url("../images/bg-2.png") right bottom no-repeat;
  width: 80%;
  height: 80%;
  left: -40%;
  bottom: 75%;
  background-size: contain;
}

.bg .bg_3 {
  background: url("../images/bg-3.png") no-repeat;
  width: 613px;
  height: 607px;
  right: -270px;
  bottom: 65%;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.container {
  position: relative;
  z-index: 1;
  width: 100%;
  min-width: 1024px;
  height: 100%;
  min-height: 500px;
  /*background: #0e68f4 url("../images/bg.jpg") center no-repeat;*/
  background-size: cover;
}

.icon {
  display: inline-block;
}

.header {
  position: absolute;
  left: 100px;
  right: 100px;
  top: 29px;
  margin: auto;
  width: 100%;
  max-width: 1600px;
  z-index: 300;
}

.header .logo {
  display: block;
  background: url("./img/组\ 2851.png") center center no-repeat;
  /* background-size: contain; */
  width: 260px;
  height: 66px;
  float: left;
  margin-right: 80px;
  opacity: 1;
}

@media screen and (max-width: 1279px) {
  .header .logo {
    width: 180px;
  }
}

#btn_login {
  width: 100px;
  height: 48px;
  /* border: 1px solid red; */
  display: block !important;
}

@media screen and (max-width: 1279px) {
  .nav {
    width: 86%;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1.6rem;
    vertical-align: top;
  }
}

/* .nav {
    width: 1200px;
    font-size: 1.6rem;
    float: left;
    margin-top: 6px;
    height: 40px;
    line-height: 30px;
    vertical-align: top
} */
.nav {
  position: relative;
  width: 100%;
  height: 60px;
  /* margin: 0 auto; */
  /* position: absolute;
    left: 387px;
    top: 5px; */
}

.nav ul li {
  float: left;
  padding: 0;
  font-size: 18px;
  margin: 0px 20px;
  /* padding: 0 20px; */
  /* margin-top: 20px; */
  width: 6%;
  text-align: center;
  height: 60px;
  line-height: 60px;
}

.curBg {
  /* padding: 0; */
  width: 20px !important;
  background: #d9b765ff;
  height: 3px;
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 68px;
  margin-left: 50px;
  /* padding-left: 25px; */
  /* padding:  20px; */
}

.nav a {
  width: 76px;
  /* margin: 0px 40px; */
  text-decoration: none;
  color: #fff;
  display: block;
  float: left;
  padding-bottom: 8px;
}

.nav li {
  float: left;
  margin: 0 2.2rem;
}

@media screen and (max-width: 1279px) {
  .nav li {
    margin: 0 1.2rem;
  }
}

.nav .active a {
  /* margin: 0; */
  opacity: 1;
  font-weight: bold;
  border-bottom: 2px solid #d9b765ff;
}

.header .logo {
  cursor: default;
}

.header a:hover {
  opacity: 1;
}

.member {
  /* display: block; */
  position: absolute;
  top: 6px;
  right: 15%;
  width: 100px;
  height: 48px;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 24px;
}

.member a {
}

.logged {
  display: none;
}

.logged.active a {
  opacity: 1;
}

.logged .menu {
  display: none;
  background: #fff;
  width: 260px;
  height: 100px;
  line-height: 50px;
  color: #333;
  border-radius: 4px;
  top: 30px;
  right: 0;
  position: absolute;
}

.menu li {
  padding-left: 30px;
  position: relative;
}

.menu li a {
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
}

.logout {
  background-color: #fafafa;
  border-radius: 0 0 4px 4px;
}

.icon_up {
  background: url("../images/icon_up.png") no-repeat;
  width: 13px;
  height: 7px;
  position: relative;
  top: -2px;
  margin-left: 2px;
}

.icon_down {
  background: url("../images/icon_down.png") no-repeat;
  width: 13px;
  height: 7px;
  position: relative;
  top: -2px;
  margin-left: 2px;
}

.icon_resume {
  background: url("../images/icon_resume.png") no-repeat;
  width: 16px;
  height: 15px;
  margin-right: 10px;
  position: relative;
  top: 18px;
  float: left;
}

.icon_logout {
  background: url("../images/icon_logout.png") no-repeat;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 30px;
  top: 18px;
}

.header a {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

/* .header a:nth-last-child(1){
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
} */

.banners {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.banners .banner {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}

.banners .banner.active {
  display: block;
}

.news {
}

.news .slogan {
  background: url("../images/home_main.png") center center no-repeat;
  background-size: contain;
  width: 54%;
  height: 54%;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.news .slogan_title {
  background: url("../images/slogan0305-2.png") center center no-repeat;
  background-size: contain;
  width: 32%;
  height: 32%;
  margin: auto;
  top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.wave {
  position: absolute;
  width: 80%;
  overflow: visible;
  margin: auto;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -40%;
}

.wave:after {
  content: "";
  display: block;
  margin-top: 100%;
}

.wave .wave_item {
  position: absolute;
  border: 1px solid #63c8f4;
  border-radius: 50%;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}

.wave_item_0 {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.wave_item_1 {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.wave_item_2 {
  -webkit-animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.wave_item_3 {
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
  -o-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.wave_item_4 {
  -webkit-animation-delay: 3.2s;
  -moz-animation-delay: 3.2s;
  -o-animation-delay: 3.2s;
  animation-delay: 3.2s;
}

.wave_item_5 {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}

.wave_item_6 {
  -webkit-animation-delay: 4.8s;
  -moz-animation-delay: 4.8s;
  -o-animation-delay: 4.8s;
  animation-delay: 4.8s;
}

.wave_item_7 {
  -webkit-animation-delay: 5.6s;
  -moz-animation-delay: 5.6s;
  -o-animation-delay: 5.6s;
  animation-delay: 5.6s;
}

.wave_item_8 {
  -webkit-animation-delay: 6.4s;
  -moz-animation-delay: 6.4s;
  -o-animation-delay: 6.4s;
  animation-delay: 6.4s;
}

.wave_item_9 {
  -webkit-animation-delay: 7.2s;
  -moz-animation-delay: 7.2s;
  -o-animation-delay: 7.2s;
  animation-delay: 7.2s;
}

.wave_item_10 {
  -webkit-animation-delay: 8s;
  -moz-animation-delay: 8s;
  -o-animation-delay: 8s;
  animation-delay: 8s;
}

.wave .wave_animate {
  -webkit-animation-name: wave_animate;
  -o-animation-name: wave_animate;
  animation-name: wave_animate;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -o-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes wave_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
  }

  20% {
    opacity: 0.9;
  }

  60% {
    opacity: 0.1;
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes wave_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
  }

  20% {
    opacity: 0.9;
  }

  60% {
    opacity: 0.1;
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.wrap_buttons {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 50px;
}

.buttons {
  padding: 0 100px 0 100px;
  width: 80%;
  max-width: 1600px;
  margin: 0 auto;
}

.wrap_buttons .sm {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.wrap_buttons .i {
  position: absolute;
  display: block;
  left: 0;
  top: -2px;
  width: 25%;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.wrap_buttons .i.active_1 {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.wrap_buttons .i.active_2 {
  -webkit-transform: translate3d(200%, 0, 0);
  -moz-transform: translate3d(200%, 0, 0);
  -ms-transform: translate3d(200%, 0, 0);
  -o-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.wrap_buttons .i.active_3 {
  -webkit-transform: translate3d(300%, 0, 0);
  -moz-transform: translate3d(300%, 0, 0);
  -ms-transform: translate3d(300%, 0, 0);
  -o-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.buttons li {
  position: relative;
  height: 80px;
  line-height: 80px;
  cursor: pointer;
  float: left;
  width: 25%;
  font-size: 16px;
  text-align: center;
  opacity: 0.5;
}

.buttons li.active {
  opacity: 1;
  font-size: 18px;
}

.buttons li:hover {
  opacity: 1;
  /* font-size: 16px; */
}

/*.buttons li:before{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    position: absolute;
    background: #fff;
    top: -2px;
    left: 50%;
}*/
.buttons li.active:before {
  width: 300px;
  height: 6px;
  left: 0;
  right: 0;
  margin: auto;
  top: -3px;
}

/* fasdf */

.timeline {
  /*background: url("../images/timeline-1.png") center center no-repeat;*/
  width: 60%;
  height: 15%;
  background-size: contain;
  position: absolute;
  top: 60%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.wrap_timeline {
  -webkit-transform: skew(0, 0deg);
  -moz-transform: skew(0, 0deg);
  -ms-transform: skew(0, 0deg);
  -o-transform: skew(0, 0deg);
  transform: skew(0, 0deg);
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.gvc {
  width: 155px;
  height: 50px;
  font-size: 18px;
  /* background-color: red; */
  text-align: center;
  line-height: 50px;
  margin: 40 auto;
  width: 155px;
  height: 50px;
  background: linear-gradient(90deg, #e5d4b0, #d9b765);
  border-radius: 25px;
  /* background: linear-gradient(to right, #E5D4B0FF, #D9B765FF) */
}

.wrap_process_circle {
  width: 27.8%;
  height: 5px;
  position: relative;
  background: -webkit-linear-gradient(to right, rgba(255, 243, 34, 0), #fff620);
  background: -o-linear-gradient(to right, rgba(255, 243, 34, 0), #fff620);
  background: -moz-linear-gradient(to right, rgba(255, 243, 34, 0), #fff620);
  background: linear-gradient(to right, rgba(255, 243, 34, 0), #fff620);
}

.process_circle {
  background: url("../images/process_circle.png") no-repeat;
  width: 34px;
  height: 34px;
  position: absolute;
  top: -12px;
  right: -12px;
  background-size: contain;
}

.wrap_timeline_text {
  padding: 0 20%;
}

.timeline .time_point {
  width: 25%;
  float: left;
  font-size: 1.8rem;
}

.timeline .data {
}

.timeline .wrap_process_bar {
  width: 100%;
  height: 5px;
  margin-bottom: 20px;
  background: url("../images/bg_process_bar.png") center center no-repeat;
  background-size: contain;
}

.timeline_1 .wrap_process_circle {
  width: 28%;
}

.timeline_2 .wrap_process_circle {
  width: 43%;
}

.timeline_3 .wrap_process_circle {
  width: 58%;
}

.timeline_4 .wrap_process_circle {
  width: 72.8%;
}

.news .btns {
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  margin: auto;
  width: 380px;
}

.news .btns .btn {
  display: block;
  border-radius: 28px;
  float: left;
  width: 168px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  text-decoration: none;
  font-size: 2rem;
  -webkit-transform: translateZ(0);
}

@media screen and (max-width: 1279px) {
  .news .btns {
    width: 304px;
  }

  .news .btns .btn {
    width: 130px;
    height: 42px;
    line-height: 42px;
  }
}

.btn_s {
  background: #fff200;
  color: #0765c8;
  margin-right: 40px;
}

.btn_s:hover {
  background-color: #efe300;
}

.btn_k {
  border: 1px solid #fff;
  color: #fff;
}

.btn_k:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/*鍦ㄦ嫑宀椾綅椤�*/
.jobs {
  background: url("./img/1-首页3\ –bg.png") no-repeat;
  background-size: 100% 100%;
}

.wrap_jobs {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 70%;
  height: 46%;
  max-height: 700px;
}

.wrap_job {
  float: left;
  width: 36%;
  height: 90%;
  padding: 5%;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}

.job_post_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.wrap_job_right {
  float: right;
}

.wrap_jobs .job_post {
  height: 100%;
  border-radius: 10px;
  position: relative;
}

.wrap_jobs .wrap_job {
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.post_left {
  left: 0;
  top: 0;
}

.wrap_job_right {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.job_bg {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0 0 10px 0;
}

.anm_to_right {
  /*-webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);*/

  /*-webkit-transform: translate3D(20%,0,0);
    -moz-transform: translate3D(20%,0,0);
    -ms-transform: translate3D(20%,0,0);
    -o-transform: translate3D(20%,0,0);
    transform: translate3D(20%,0,0);*/
}

.post_right {
  top: 0;
  right: 0;
}

.job_title {
  -webkit-transform: translate3d(0, 20%, 0);
  -moz-transform: translate3d(0, 20%, 0);
  -ms-transform: translate3d(0, 20%, 0);
  -o-transform: translate3d(0, 20%, 0);
  transform: translate3d(0, 20%, 0);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.job_title_left {
  background: url("../images/xyzp.png") no-repeat;
  background-size: contain;
  width: 205px;
  height: 60px;
}

.job_title_right {
  background: url("../images/sxszp.png") no-repeat;
  background-size: contain;
  width: 256px;
  height: 60px;
}

@media screen and (max-width: 1279px) {
  .job_title_left {
    width: 140px;
    height: 50px;
  }

  .job_title_right {
    width: 150px;
    height: 50px;
  }
}

.job_bg {
  position: absolute;
  background-size: contain;
  right: 0;
  bottom: 0;
}

.job_title.to_up {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wrap_job_bg {
  position: absolute;
  width: 110%;
  height: 100%;
  overflow: hidden;
  right: 0;
  bottom: -10%;
}

.job_bg_left {
  background: url("../images/bg_job_left.png") bottom right no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 90%;
}

.job_bg_right {
  background: url("../images/bg_job_right.png") bottom right no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 90%;
}

.job_list {
  opacity: 0;
  font-size: 1.2em;
  line-height: 60px;
  margin-top: 40px;
  margin-left: 4px;
  -webkit-transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media screen and (max-width: 1279px) {
  .job_list {
    margin-top: 30px;
  }
}

.job_list li a {
  color: #2762f3;
  text-decoration: none;
  cursor: pointer;
}

.job_list li a:hover {
  color: #d9b512;
}

/*楣呭巶wo璋堜細*/
.talks {
  position: absolute;
  left: 0;
  top: 0;
  background: url("./img/2.png") no-repeat;
  background-size: 100%;
}

.wrap_talks {
  display: flex;
  justify-content: center;
  align-items: center;
  /* position: absolute; */
  width: 100%;
  /* max-width: 1400px; */
  /*?*/
  height: 100%;
  /* margin: 0 auto; */
  /* left: 4%;
    right: 0;
    top: 10%;
    bottom: 0; */
}

.imgll {
  position: absolute;
  left: 128px;
  top: 100px;
  width: 66px;
  height: 66px;
}

.imglls {
  position: absolute;

  left: 128px;
  top: 100px;
  width: 66px;
  height: 66px;
}

.p1 {
  position: absolute;
  left: 100px;
  top: 230px;
  font-size: 28px;
  /* margin-top: 200px; */
}

.p1s {
  position: absolute;
  left: 104px;
  top: 230px;
  font-size: 28px;
  /* margin-top: 200px; */
}

.p2 {
  position: absolute;
  left: 98px;
  top: 330px;
  font-size: 16px;
  width: 144px;
  text-align: center;
}

.p2s {
  position: absolute;
  left: 98px;
  top: 330px;
  font-size: 16px;
  width: 144px;
}

.icls {
  position: absolute;
  left: 108px;
  top: 300px;
  width: 100px;
  height: 2px;
  border-top: 3px solid white;
  /* background-color: white; */
  font-size: 5px;
}

.fasfbbbb {
  position: absolute;
  left: -184px;
  top: 48px;
  width: 266px;
  height: 380px;
  background: url("./img/登录下拉bg.png") center no-repeat;
  z-index: 8999999;
}

.p11 {
  margin-top: 34px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: center;
  color: #333333ff;
}

.btmtmt {
  margin-top: 40px;
  width: 190px;
  height: 190px;
}

.iclss {
  position: absolute;
  left: 115px;
  top: 300px;
  width: 100px;
  height: 2px;
  border-top: 3px solid white;
  /* background-color: white; */
  font-size: 5px;
}

#gdgdghj {
  position: absolute;
  /* float: left; */
  /* display: inline-block; */
  width: 600px;
  height: 600px;
}

#gdgdghj img {
  position: absolute;
  left: 246px;
  top: 165px;
}

#gdgdghjs {
  position: absolute;
  left: 505px;
  top: 115px;
  /* float: right; */
  /* display: inline-block; */
  width: 600px;
  height: 600px;
  /* background-color: red; */
}

#gdgdghj p {
  position: absolute;
  left: 240px;
  top: 320px;
  color: #333333ff;
  font-size: 16px;
}

#gdgdghjs .p3 {
  text-indent: 10px;
  letter-spacing: 5px;
  /* width: 405px; */
  height: 45px;
  font-size: 32px;
  font-family: PingFang SC, PingFang SC-Heavy;
  font-weight: 800;
  text-align: left;
  color: #333333;
  /* margin: 20px 10px;
    font-size: 28px;
    color: #333333FF;
    font-weight: bold; */
  /* position: absolute; 
    left: 0;
    top: 0; 
    color: #333333FF; */
}

#gdgdghjs .p4,
#gdgdghjs .p8 {
  margin-top: 10px;
  text-indent: 10px;
  width: 100%;
  height: 20px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666ff;
  letter-spacing: 0px;
  /* position: absolute; 
    left: 0;
    top: 0; 
    color: #333333FF; */
}

#gdgdghjs .p5,
#gdgdghjs .p7 {
  margin-top: 40px;
  text-indent: 10px;
  width: 86px;
  height: 22px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #333333;
  line-height: 20px;
  letter-spacing: 1px;
}

#gdgdghjs .p6 {
  margin-top: 10px;
  text-indent: 10px;
  width: 100%;
  height: 20px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666ff;
  letter-spacing: 0px;
}

#gdgdghjs .p9 {
  text-indent: 10px;
  margin-top: 10px;
  width: 100%;
  height: 20px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  text-align: left;
  color: #666666;
  letter-spacing: 0px;
}

.talkswff {
  /* margin-left: 150px;
    margin-top: 80px;
    margin-bottom: 10px; */
  margin-right: 20px;
  padding: 5px;
  position: relative;
  display: inline-block;
  width: 325px;
  height: 420px;
  background-color: #ccb899;
  border-radius: 15px;
}

.talkswffs {
  margin: 10px 20px;
  padding: 5px;
  display: inline-block;
  position: relative;
  width: 325px;
  height: 420px;
  background-color: #d1ada1;
  border-radius: 15px;
}

.talkswffhg {
  margin: 10px 20px;
  padding: 5px;
  display: inline-block;
  position: relative;
  width: 325px;
  height: 420px;
  background-color: #a6a5c4;
  border-radius: 15px;
}

.talkswffn {
  margin: 10px 20px;
  padding: 5px;
  display: inline-block;
  position: relative;
  width: 325px;
  height: 420px;
  background-color: #80aba9;
  border-radius: 15px;
}

.cont_talks {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  top: 0;
}

.wrap_talks .item {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  background-size: contain;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media screen and (max-width: 1279px) {
  .wrap_talks .item {
    width: 86%;
    height: 90%;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1599px) {
  .wrap_talks .item {
    width: 90%;
    height: 94%;
  }
}

.wrap_talks .bg_talks {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  background: url("../images/big_0623_2.jpg") center center no-repeat;
  background-size: contain;
}

.wrap_talks .man_talks {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
  background: url("../images/man_talks.png") center center no-repeat;
  background-size: contain;
}

.wrap_talks .title_talks {
  display: none;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
  background: url("../images/title_talks.png") center center no-repeat;
  background-size: contain;
}

/*.bg_talks{
    background: url("../images/bg_talks.png") no-repeat;
}
.man_talks{
    background: url("../images/man_talks.png") no-repeat;
}
.title_talks{
    background: url("../images/title_talks.png") no-repeat;
}*/
.talkss {
  /* background: url('./img/Snipaste_2020-02-12_10-00-40.png')no-repeat;
    background-size: 1800px 1800px; */
  background: url("./img/首页4\ –\ bg.png") center center no-repeat;
  /* z-index: 999; */
}

.wrap_talkss {
  /* margin: 0 auto; */
  /*水平居中*/
  position: absolute;
  /*设置position属性*/
  left: 10%;
  top: 18%;
  /* position: absolute; */
  z-index: 99;
  /* width: 90%; */
  width: 80%;
  height: 70%;
  /* transform: translateY(-50%); */
  /* margin: auto; */
  /* left: 257px;
    top: 180px; */

  /* color: white; */
  /* background-color: white; */
  background: url("./img/bg-4-1.png") no-repeat;
  /* background-size: 100%; */
}

.btns_slider {
}

.btns_slider .btn {
  display: block;
  position: absolute;
  opacity: 0.9;
}

.btns_slider .btn:hover {
  opacity: 1;
}

.btns_slider .btn_prev {
  position: absolute;
  top: 50%;
  background: url("../images/btn_prev.png") no-repeat;
  width: 26px;
  height: 47px;
  left: 60px;
  display: none;
}

.btns_slider .btn_next {
  position: absolute;
  top: 50%;
  background: url("../images/btn_next.png") no-repeat;
  width: 26px;
  height: 47px;
  right: 60px;
}

@media screen and (max-height: 768px) {
  .buttons li {
    height: 50px;
    line-height: 50px;
  }
}

@media screen and (max-device-width: 480px) {
  html {
    font-size: 50%;
  }

  body {
    min-width: auto;
    min-height: auto;
  }

  /* bg */
  .wave {
    width: 150%;
    left: 50%;
    margin-left: -75%;
    margin-top: -80%;
  }

  /* top */
  .header {
    top: 0;
    left: 0;
    right: 0;
  }

  .header .logo {
    margin-right: 0;
    width: 115px;
    position: absolute;
    top: 14px;
    left: 50%;
    margin-left: -62px;
    float: none;
    cursor: default;
  }

  .header .unfold-nav {
    background: url("../images/icon-mobile-nav.png") center no-repeat;
    background-size: cover;
    width: 17px;
    height: 14px;
    position: absolute;
    top: 24px;
    left: 4%;
  }

  .nolog {
    display: block !important;
    /* font-size: 18px;
        color: red; */
  }

  .member .nolog a {
    background: url("../images/icon-mobile-login.png") center no-repeat;
    background-size: contain;
    width: 19px;
    height: 19px;
    display: block !important;
    font-size: 20;
  }

  /* .nav {
        padding-left: 9%;
        background: rgba(0, 30, 71, .8);
        float: none;
        position: absolute;
        top: 53px;
        left: 0;
        right: 0;
        margin-top: 0;
        display: none;
    }

    .nav-item-index {
        display: none;
    }

    .nav li {
        float: none;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #334e73;
        font-size: 12px;
    }

    .nav a {
        float: none;
        padding: 0;
        margin: 0;
    } */

  .logged {
    font-size: 1.5rem;
  }

  /* 婊戝姩 */
  .btns_slider .btn_prev {
    width: 13px;
    height: 24px;
    background-size: cover;
    left: 3%;
  }

  .btns_slider .btn_next {
    width: 13px;
    height: 24px;
    background-size: cover;
    right: 3%;
  }

  /* start */
  .container {
    min-width: auto;
    min-height: auto;
  }

  .news .slogan {
    width: 86%;
    top: -2rem;
  }

  .news .slogan_title {
    width: 80%;
    top: -12%;
  }

  .timeline {
    width: 100%;
    margin: 0 3%;
  }

  .process_circle {
    width: 16px;
    height: 16px;
    top: -5px;
    right: -8px;
  }

  .wrap_timeline {
    width: 100%;
    top: 57%;
  }

  .wrap_timeline_text {
    padding: 0 10%;
  }

  .timeline {
    top: 57%;
  }

  .timeline .time_point {
    font-size: 1rem;
  }

  .timeline .wrap_process_bar {
    height: 3px;
    margin-bottom: 8px;
  }

  .timeline_3 .wrap_process_circle {
    width: 60%;
    height: 3px;
  }

  .news .btns {
    width: 200px;
    top: 73%;
  }

  .news .btns .btn {
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 1.5rem;
  }

  .btn_s {
    margin-right: 17px;
  }

  /* 绗簩椤� */
  .wrap_jobs {
    width: 80%;
    height: 75%;
  }

  .wrap_job {
    float: none;
    width: 100%;
    height: 48%;
    box-sizing: border-box;
    padding: 7%;
  }

  /*.wrap_jobs:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        bottom: -50px;
        z-index: 1;
    }*/
  .wrap_job_right {
    margin-top: 18px;
  }

  .wrap_job_bg {
    right: -8%;
    bottom: -5%;
  }

  .job_title_left {
    width: 117px;
  }

  .job_title_right {
    width: 129px;
  }

  .job_list {
    opacity: 1;
    font-size: 16px;
    line-height: 2.5;
    margin-top: 20px;
  }

  /* 绗笁椤� */
  .wrap_talks {
    width: 100%;
    height: 100%;
  }

  .wrap_talks .bg_talks {
    width: 100%;
    height: 100%;
    background: url("../images/bg_mobile_talks_1210.png") center no-repeat;
    background-size: contain;
  }

  .wrap_talks .title_talks,
  .wrap_talks .man_talks {
    display: none;
  }

  /* 搴曢儴buttons */
  .buttons li {
    height: 44px;
    line-height: 44px;
    font-size: 1.5rem;
  }

  .buttons {
    padding: 0;
  }

  .wrap_job_right {
    animation-delay: 0s;
  }
}

@media screen and (max-device-width: 320px) {
  .job_list {
    margin-top: 12px;
    line-height: 1.8;
  }
}

/*弹框效果*/
#dialog-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 1920px;
  height: 2703px;
  background-color: #000000;
  opacity: 0.5;
  filter: Alpha(opacity=50);
  /*透明度兼容*/

  /* _top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight); */

  /*ie6中利用position和上面的这条语句，可以实现像fixed的效果*/
  display: none;
}

.dialog-box {
  width: 980px;
  height: 600px;
  position: absolute;
  z-index: 2000;
  left: 36%;
  top: 30%;
  margin-left: -161px;
  margin-top: -151px;
  /* padding-left: 20px; */
  /* _margin-left: -161px;
    _margin-top: -151px;
    _padding-left: 20px; */
  /* width: 420px; */

  /* border: 1px solid #FFFFFFFF; */
  /* background-color: #FFFFFFFF; */
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  /* z-index: 999999; */
  display: none;
}

.dialog-title {
  float: left;
  width: 420px;
  height: 40px;
}

#close-dialog {
  float: right;
  margin-top: 5px;
  /* _margin-top: 5px; */
  width: 50px;
  height: 30px;
  margin-right: 10px;
  /* color: #f00; */
  text-align: right;
  font-size: 12px;
  font-family: PingFang SC;
  cursor: pointer;
  /*手型*/
}

#close-dialog img {
  width: 20px;
  height: 20px;
}

.dialog-content {
  float: left;
  width: 1000px;
  height: 800px;
}

.dialog-content p:nth-child(1) {
  width: 420px;
  text-align: center;
  /* width: 122px; */
  height: 33px;
  line-height: 33px;
  font-size: 24px;
  font-weight: bold;
  font-family: PingFang SC;
  color: #333333ff;
}

.dialog-content p:nth-child(2) {
  margin: 5px;
  width: 420px;
  color: #666666ff;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0px;
}

.dialog-content img {
  margin: 30px 80px;
  width: 244px;
  height: 244px;
}

.form-info {
  float: left;
  margin-top: 10px;
  /* _margin-top: 10px; */
  width: 300px;
  height: 40px;
  font-size: 16px;
  font-family: "宋体";
  color: #000;
}

.form-info input {
  width: 150px;
  height: 20px;
}

.form-info2 {
  float: left;
  margin-top: 10px;
  /* _margin-top: 10px; */
  width: 300px;
  height: 100px;
  font-size: 16px;
  font-family: "宋体";
  color: #000;
}

.form-info2 p {
  display: block;
  float: left;
  margin-top: 0px;
  /* _margin-top: 0px; */
  width: 80px;
  height: 30px;

  font-size: 16px;
  font-family: "宋体";
  color: #000;
}

.form-info2 textarea {
  display: block;
  float: left;
  width: 170px;
  height: 100px;
}

.form-info3 {
  float: left;
  width: 300px;
  height: 20px;
  /* _margin-top: 10px;
   _margin-top: 5px;
    */
}

.form-info3 input {
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  width: 50px;
  height: 20px;
  cursor: pointer;
}

/* 视频 */
#video {
  width: 970px;
  height: 594px;
  margin: 0 auto;
  position: relative;
}

#video video {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.VideoBtn {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  cursor: pointer;
  z-index: 10;
}

.VideoBtns {
  position: absolute;
  right: -30px;
  top: 44px;
  display: block;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  cursor: pointer;
  z-index: 10;
}
