@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/montserrat-regular-webfont.woff') format('woff'), /* Modern Browsers */ url('../fonts/montserrat-regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/montserrat-regular-webfont.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
@font-face {
  font-family: 'LibreBaskerville';
  src: url('../fonts/librebaskerville-regular.woff-webfont.woff') format('woff'), /* Modern Browsers */ url('../fonts/librebaskerville-regular.woff-webfont.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/librebaskerville-regular.woff-webfont.svg#svgFontName') format('svg');
  /* Legacy iOS */
}
body {
  font-family: Montserrat;
  overflow-x: hidden;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
* {
  box-sizing: border-box;
}
.container {
  width: 970px;
  margin: 0 auto;
}
.header {
  position: relative;
  padding: 32px 0;
  z-index: 2;
  transition: 0.3s;
  color: #fff;
}
.header.header-fixed {
  position: fixed;
  width: 100%;
  padding: 15px 0;
  left: 0;
  top: 0;
  background-color: rgba(0, 26, 43, 0.8);
  z-index: 999;
}
.header .logo {
  float: left;
  width: 135px;
  height: 38px;
  background: url('../assets/logo.png') no-repeat center;
}
.header .logo a {
  display: block;
  height: 38px;
}
.header .nav {
  float: right;
}
.header .nav li {
  position: relative;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  margin-left: 26px;
  color: #eee;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  opacity: 0.9;
  letter-spacing: 0.3px;
  transition: 0.3s;
}
.header .nav li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background-image: linear-gradient(to left, #20bdff 42%, #1a29ff);
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  transition: 0.3s;
}
.header .nav li.active {
  opacity: 1;
}
.header .nav li.active:after {
  width: 100%;
}
.footer {
  padding: 147px 0 147px 0;
  text-align: center;
  color: #fff;
  background: #001c31 url(../assets/bg-deraction3.png) no-repeat center bottom;
  background-blend-mode: screen;
  background-size: 100% auto;
  position: relative;
}
.footer .container {
  position: relative;
  z-index: 3;
}
.footer .canvas {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer .share {
  margin-top: 60px;
}
.footer .share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 10px;
  font-size: 0;
  cursor: pointer;
}
.footer .share a:hover {
  background-color: #1a29ff;
}
.footer .share a img {
  display: inline-block;
  vertical-align: middle;
}
.footer .link {
  margin-top: 60px;
  line-height: 2;
  font-size: 12px;
}
.footer .link a {
  display: inline-block;
  margin: 0 20px;
  color: #a5fecb;
  cursor: pointer;
}
.footer p {
  margin-top: 30px;
  font-size: 14px;
  line-height: 24px;
}
.mobilefooter {
  color: #fff;
  background: #001c31 url('../assets/footerbg.png') no-repeat center top 0;
  background-blend-mode: screen;
  background-size: 100% auto;
  text-align: center;
  margin-top: 100px 0;
  padding: 30px 25px 100px;
  position: relative;
}
.mobilefooter .footermain {
  position: relative;
  z-index: 2;
}
.mobilefooter .footermain .share {
  margin-top: 60px;
}
.mobilefooter .footermain .share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 10px;
  font-size: 0;
  cursor: pointer;
}
.mobilefooter .footermain .share a:hover {
  background-color: #1a29ff;
}
.mobilefooter .footermain .share a img {
  display: inline-block;
  vertical-align: middle;
}
.mobilefooter .footermain .link {
  margin-top: 60px;
  line-height: 2;
  font-size: 12px;
}
.mobilefooter .footermain .link a {
  display: inline-block;
  margin: 0 20px;
  color: #a5fecb;
  cursor: pointer;
}
.mobilefooter .footermain p {
  margin-top: 30px;
  font-size: 14px;
  line-height: 24px;
}
.mobilefooter .footermain .footerimg {
  width: 62px;
}
.mobilefooter .footermain .linkmain {
  margin-top: 30px;
}
.mobilefooter .footermain .qten {
  width: 105px;
  position: absolute;
  top: 75px;
  right: -23px;
  display: none;
}
.mobilefooter .footermain .qeight {
  width: 105px;
  position: absolute;
  top: 75px;
  right: 81px;
  display: none;
}
.mobilefooter .canvas {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
}
.footerqrocde {
  display: none;
  position: fixed;
  left: 50%;
  right: 0;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
  z-index: 10;
}
.footerqrocde img {
  width: 200px;
}
.headermain {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 97;
}
.headermain .logo {
  width: 87px;
  margin: 25px 25px;
  float: left;
}
.headermain .navlogo {
  width: 19px;
  margin: 30px;
  float: right;
}
.navmian {
  position: fixed;
  top: -2000px;
  left: 0;
  right: 0;
  z-index: 98;
}
.navmian .nav {
  padding: 27px 25px;
  background: #001c31;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.navmian .nav img {
  width: 87px;
}
.navmian .nav .close {
  position: absolute;
  right: 25px;
  top: 30px;
  overflow: hidden;
  width: 20px;
  height: 20px;
}
.navmian .nav .close .line1 {
  margin-top: 10px;
  width: 17px;
  height: 1px;
  transform: rotate(-315deg);
  background: #fff;
}
.navmian .nav .close .line2 {
  margin-top: -1px;
  width: 17px;
  height: 1px;
  transform: rotate(-225deg);
  background: #fff;
}
.navmian .nav ul {
  margin-top: 20px;
  margin-bottom: 60px;
  list-style-type: none;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0;
  overflow: hidden;
}
.navmian .nav ul li {
  display: block;
  font-size: 24px;
  margin-top: 20px;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: 0.7px;
  text-align: center;
  color: #ffffff;
  font-family: LibreBaskerville;
}
.shade {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 28, 49, 0.8);
  z-index: 99;
  height: 100vh;
}
.linksMain {
  background: #001c31;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  overflow: hidden;
}
.linksMain .wechaticon {
  display: none;
  position: fixed;
  bottom: 80px;
  left: 20px;
  z-index: 50;
  width: 100px;
}
.linksMain ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 4px;
  overflow: hidden;
}
.linksMain ul li {
  width: 20%;
  text-align: center;
  box-sizing: border-box;
  border-right: 2px solid #001c31;
  height: 70px;
  line-height: 70px;
  float: left;
  background: #001a2b;
}
.linksMain ul li img {
  vertical-align: middle;
  width: 25px;
}
.linksMain ul li:nth-child(4) img {
  width: 15px;
}
.linksMain ul li:last-child {
  border: none;
}
.linksMain ul li:hover {
  background: #1a29ff;
}
