*,
::after,
::before {
  box-sizing: border-box;
}
body {
  font-family: 'Microsoft YaHei';
  height: auto;
  padding-bottom: 100px;
  background-color: #b9cdf6;
}
a{
  border: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
img {
  border: 0;
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
.side-btn {
  position: fixed;
  top: 700px;
  right: 120px;
  z-index: 1111;
  width: 168px;
  height: 168px;
  background: url(../images/side-btn.png) no-repeat;
  background-size: 100%;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 38px;
  line-height: 1.3;
}
.banner {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  height: 884px;
  background: url(../images/pc-banner.jpg) 50% 50% no-repeat;
  display: block;
}
.banner .pc-btn {
  position: absolute;
  top: 400px;
  left: 50%;
  transform: translateX(-60%);
  width: 512px;
  height: 322px;
  background: url(../images/pc-top-btn.png) no-repeat;
  text-align: center;
  line-height: 430px;
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  padding-left: 100px;
}
.banner .aside {
  position: absolute;
  left: 80%;
  transform: translateX(-50%);
  top: 0;
  width: 150px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.13);
  font-size: 24px;
  color: #fff;
  border-radius: 0 0 20px 20px;
  text-align: center;
}
.banner .hd-tl {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 675px;
  height: 141px;
  background-image: url(../images/hd-tl.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.banner .hd-sb {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  width: 560px;
  height: 64px;
  line-height: 64px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
  text-align: center;
}
.banner .hd-sb span {
  font-size: 42px;
  background: linear-gradient(to bottom, #ff9136, #ff5017);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.header {
  position: relative;
  display: none;
}
.pc-main-box {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  position: relative;
  margin-top: -150px;
  border-radius: 15px;
  background-color: #f2f6ff;
  padding: 18px;
}
.main-box {
  display: none;
}
.pc-model {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 0 50px 40px;
  font-size: 0;
}
.pc-model .nav {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px 50px 5px 30px;
  display: inline-block;
  background-color: #6084e4;
  border-radius: 10px 0 150px 0;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.pc-model .model-left {
  flex: 0 0 35%;
  padding-top: 20px;
  margin-right: 10px;
  font-size: 33px;
  color: #395189;
  text-align: left;
}
.pc-model .model-left span {
  color: #6a93ff;
}
.pc-model .model-left .p2 {
  font-size: 24px;
  color: #687dad;
}
.pc-model .model-left .p2 strong {
  color: #ff3a66;
}
.pc-model .model-right {
  flex: 1;
  text-align: center;
}
.pc-model .zc-tips {
  position: absolute;
  bottom: 30px;
  font-size: 24px;
  color: #687dad;
}
.normal-btn a {
  display: block;
  margin: 15px auto 10px;
  width: 260px;
  height: 60px;
  line-height: 60px;
  background-color: #ff3a3a;
  color: #fff;
  font-size: 30px;
  text-align: center;
  border-radius: 40px;
}
.pc-hst-ad ul {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
.pc-hst-ad ul li {
  float: left;
  width: 33%;
  text-align: center;
  margin-bottom: 50px;
  height: 300px;
  font-size: 30px;
  color: #687dad;
  line-height: 50px;
}
.pc-hst-ad ul li img {
  height: 140px;
  margin-bottom: 10px;
}
.pc-hst-ad ul li h4 {
  color: #395189;
  font-size: 33px;
}
.pc-declare {
  display: block;
  max-width: 1200px;
  margin: 20px auto;
  font-size: 20px;
  padding: 0 20px;
  color: rgba(255, 255, 255, 0.8);
}
.pc-declare h4 {
  font-weight: normal;
  text-align: center;
}
.footer {
  display: none;
}
@media screen and (max-width: 767px) {
  body {
    padding-bottom: 100px;
  }
  .side-btn {
    display: none!important;
  }
  .banner {
    display: none;
  }
  .pc-declare {
    display: none;
  }
  .pc-main-box {
    display: none;
  }
  .main-box {
    display: block;
  }
  .header {
    display: block;
    position: relative;
    padding-top: 120%;
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .header .aside {
    position: absolute;
    right: 0;
    top: 25px;
    width: 72px;
    line-height: 25px;
    background: rgba(0, 0, 0, 0.13);
    font-size: 12px;
    color: #fff;
    border-radius: 15px 0 0 15px;
    text-align: center;
  }
  .header .logo {
    position: absolute;
    left: 15px;
    top: 25px;
    width: 73.5px;
    height: 15.5px;
    text-indent: -50000px;
    background-image: url(../images/logo.png);
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .header .aside {
    position: absolute;
    right: 0;
    top: 25px;
    width: 72px;
    line-height: 25px;
    background: rgba(0, 0, 0, 0.13);
    font-size: 12px;
    color: #fff;
    border-radius: 15px 0 0 15px;
    text-align: center;
  }
  .hd-tl {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 337.5px;
    height: 70.5px;
    background-image: url(../images/hd-tl.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .hd-sb {
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    height: 32px;
    line-height: 32px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    text-align: center;
  }
  .hd-sb span {
    font-size: 21px;
    background: linear-gradient(to bottom, #ff9136, #ff5017);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .main-box {
    position: relative;
    margin-top: -62.5px;
    padding: 0 13px;
  }
  .model {
    padding: 0 15px 20px;
    background-color: #f2f6ff;
    border-radius: 5px;
    margin-top: 10px;
  }
  .nav {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    padding: 0 40px;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: #fff;
    height: 31px;
    line-height: 28px;
  }
  .nav::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6084e4;
    border-radius: 0 0 8px 8px;
    transform: perspective(15px) rotateX(355deg) translateZ(-1px);
    z-index: -1;
  }
  .award-1 {
    position: relative;
    margin: 15px auto 0;
    text-align: center;
    width: 137.5px;
    height: 77px;
    background-image: url(../images/1.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .award-1 h4 {
    position: absolute;
    left: 12px;
    top: 10px;
    color: #ffffff;
    font-size: 13.5px;
  }
  .award-1 aside {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 42.5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
  }
  .award-1 aside b {
    font-size: 25.5px;
  }
  .award-1 aside b em {
    font-weight: normal;
    font-size: 12px;
    font-style: normal;
  }
  .part-side {
    margin-top: 10px;
    text-align: center;
    color: #395189;
    font-size: 14px;
  }
  .part-side span {
    color: #6a93ff;
  }
  .award-2 {
    margin: 10px auto;
    text-align: center;

  }
  .award-3 {
    margin: 10px auto;
    text-align: center;

  }
  .normal-btn a {
    display: block;
    margin: 15px auto 10px;
    width: 137.5px;
    height: 35px;
    line-height: 35px;
    background-color: #ff3a3a;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-radius: 20px;
  }
  .part1-side {
    color: #687dad;
    text-align: center;
  }
  .part1-side strong {
    color: #ff3a66;
  }
  .award-4 {
    margin: 10px auto 5px;
    width: 137.5px;
    text-align: center;

  }
  .award-5 {
    margin: 10px auto 5px;
    text-align: center;

  }
  .award-6 {
    margin: 10px auto 5px;
    text-align: center;
    width: 168px;
    height: 99px;
  }
  .hst-ad ul {
    width: 300px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-image: url(../images/cz-hst.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 273px 192.5px;
  }
  .hst-ad ul li {
    padding-top: 55px;
    text-align: center;
    height: 110px;
    font-size: 12px;
    color: #687dad;
    line-height: 20px;
  }
  .hst-ad ul li h4 {
    color: #395189;
    font-size: 12px;
  }
  .declare {
    line-height: 18px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.8);
  }
  .declare h4 {
    margin-top: 15px;
    font-weight: normal;
    margin-bottom: 5px;
  }
  .footer {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    margin: 0 auto;
    height: 75px;
    background-color: #fff;
  }
  .footer a {
    margin: 15px auto;
    display: block;
    width: 272px;
    height: 44px;
    line-height: 44px;
    background-color: #ffa100;
    text-align: center;
    color: #fff;
    font-size: 19px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 320px) {
  .hd-tl {
    transform: translateX(-50%) scale(0.9);
    transform-origin: center center;
  }
  .hst-ad ul {
    transform: scale(0.85);
    transform-origin: left center;
  }
}
