* {
  margin: 0;
  padding: 0;
}
img {
  vertical-align: top;
  border: none;
}
a {
  text-decoration: none;
  color: #fff;
}

.main {
  width: 100%;
  background: url('../images/bg-pc.jpg') no-repeat;
  background-size: 100% 100%;
  padding-bottom: 500px;
  position: relative;
}

.header {
  width: 100%;
  background-color: #fff;
}

.notice-bar {
  width: 1200px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  position: relative;
}

.laba-box {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
  z-index: 999;
}

.notice-bar span {
  color: #b90e0e;
}

.content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.big-logo-pc {
  width: 600px;
 
  margin-top: 70px;
  margin-bottom: 30px;
}
.link-chose{    margin-top: 100px;}
.title-text {
  font-size: 20px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 30px;
}

.title-text span {
  font-size: 34px;
  font-weight: bold;
  color: rgb(252, 237, 180);
  padding: 0 10px 0 10px;
}

.link-item {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}

.links {
  width: 293px;
  height: 40px;
  font-size: 20px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #b90e0e;
  background: #ffffff;
  border-radius: 25px 25px 25px 25px;
  line-height: 40px;
  text-align: center;
}

.arrow-right {
  width: 25px;
  height: 25px;
  margin: 0 18px 0 18px;
}

.btn {
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ff0000;
  border-radius: 25px 25px 25px 25px;
  border: 2px solid #ff0000;
}

.btn a {
  color: #ff0000;
}

.btn:hover {
  /* background-color: #fff; */
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff0000), to(#f66b00));
}

.btn:hover a {
  color: #fff;
}

.pc-pc {
  width: 360px;
  height: 286px;
  margin-top: 30px;
}

.right-img {
  width: 596px;
  height: 802px;
  margin-top: 130px;
}

.left-fixed {
  position: fixed;
  left: 0;
  top: 49%;
}

.left-fixed img {
  display: block;
  width: 80px;
  height: 80px;
}

.hero-waves {
  display: block;
  width: 100%;
  height: 100px;
  z-index: 5;
  position: fixed;
  left: 0;
  bottom: 0;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
