@charset "utf-8";
/* CSS Document */
html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body {
  font-family: 'SourceHanSansCN-Regular', 'SourceHanSans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background-color: #0A0E17;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color: transparent;
}
* {
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  border: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.ov {
  overflow: hidden;
}
.dis {
  display: block !important;
}
.dn {
  display: none;
}
.clear {
  clear: both;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999;
}
input, select, textarea {
  -webkit-appearance: none;
  color: #333;
  font-family: inherit;
}
input[type=radio] {
  -webkit-appearance: radio;
}
input[type=checkbox] {
  -webkit-appearance: checkbox;
}
select, input[type=text] {
  -webkit-appearance: none; /* 清除iOS默认样式 */
  -moz-appearance: none; /* 清除Firefox默认样式 */
  appearance: none; /* 标准语法 */
  background-color: transparent; /* 透明背景 */
}
@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url('../fonts/SourceHanSansCN-Regular.woff2') format('woff2'), /* 支持现代浏览器 */ url('../fonts/SourceHanSansCN-Regular.woff') format('woff'), /* 作为备选 */ url('../fonts/SourceHanSansCN-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'SourceHanSansCN-Bold';
  src: url('../fonts/SourceHanSansCN-Bold.woff2') format('woff2'), /* 支持现代浏览器 */ url('../fonts/SourceHanSansCN-Bold.woff') format('woff'), url('../fonts/SourceHanSansCN-Bold.ttf') format('truetype'); /* 作为备选 */
  font-weight: 700‌;
  font-style: normal;
}
@font-face {
  font-family: 'SourceHanSerifCN';
  src: url('../fonts/SourceHanSerifCN-Heavy.woff2') format('woff2'), /* 支持现代浏览器 */ url('../fonts/SourceHanSerifCN-Heavy.woff') format('woff'), url('../fonts/SourceHanSerifCN-Heavy.ttf') format('truetype'); /* 作为备选 */
  font-weight: 900‌;
  font-style: normal;
}
/*通用*/
.wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 1.5s;
  transition: transform 1.5s;
  -webkit-perspective: 3000;
  perspective: 3000;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.wrapper .page {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  transition-delay：1.5s;
  opacity: 0;
  filter: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 8%;
  padding-top: calc(2.08vw + 38px);
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.wrapper.active-page1 {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.wrapper.active-page1 .page.page1 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: 100;
}
.wrapper.active-page2 {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.wrapper.active-page2 .page.page2 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: 100;
}
.wrapper.active-page3 {
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
}
.wrapper.active-page3 .page.page3 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: 100;
}
.wrapper.active-page4 {
  -webkit-transform: translateY(-300%);
  -ms-transform: translateY(-300%);
  transform: translateY(-300%);
}
.wrapper.active-page4 .page.page4 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: 100;
}
.wrapper.active-page5 {
  -webkit-transform: translateY(-400%);
  -ms-transform: translateY(-400%);
  transform: translateY(-400%);
}
.wrapper.active-page5 .page.page5 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: 100;
}
.wrapper.active-page6 {
  -webkit-transform: translateY(-500%);
  -ms-transform: translateY(-500%);
  transform: translateY(-500%);
}
.wrapper.active-page6 .page.page6 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: 100;
}
.wrapper.active-page7 {
  -webkit-transform: translateY(-600%);
  -ms-transform: translateY(-600%);
  transform: translateY(-600%);
}
.wrapper.active-page7 .page.page7 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: 100;
}
.wrapper.active-page8 {
  -webkit-transform: translateY(-700%);
  -ms-transform: translateY(-700%);
  transform: translateY(-700%);
}
.wrapper.active-page8 .page.page8 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: 100;
}
.wrapper.active-page9 {
  -webkit-transform: translateY(-800%);
  -ms-transform: translateY(-800%);
  transform: translateY(-800%);
}
.wrapper.active-page9 .page.page9 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: 100;
}
.wrapper.active-page10 {
  -webkit-transform: translateY(-900%);
  -ms-transform: translateY(-900%);
  transform: translateY(-900%);
}
.wrapper.active-page10 .page.page10 {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: 100;
}
.header {
  width: 84%;
  padding: 0 8%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 33;
  display: flex;
  align-items:center;
}
.header .logo {
  flex:1;
  height: 76px;
}
.header .logo img {
  height: 76px;
  display: block;
}
.header .nav {
  padding: 2.08vw 0;
}
.header .nav a {
  display: block;
  float: left;
  margin-left: 2.6vw;
  font-size: 16px;
  line-height: 38px;
  height: 38px;
  color: #fff;
  overflow: hidden;
}
.header .nav a:hover, .header .nav a.on {
  color: #c5a55a;
}
.title {
  width: 100%;
  font-family: 'SourceHanSerifCN';
  color: #fff;
  margin-top: -5px;
  position: relative;
  z-index: 3;
  text-align: center;
}
.title .t01 {
  font-size: 48px;
  line-height: 48px;
}
.title .t02 {
  font-size: 36px;
  line-height: 46px;
  margin-top: 1.04vw;
}
@media only screen and (max-width: 1360px) {
  .title .t01 {
    font-size: 40px;
    line-height: 40px;
  }
  .title .t02 {
    font-size: 32px;
    line-height: 42px;
  }
}
.footer {
  width: 84%;
  background-color: #060b18;
  padding: 0 8%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 9;
}
.footer .top {
  padding: 2.6vw 0;
  border-bottom: 1px solid #161f38;
}
.footer .top .left {
  height: 38px;
  float: left;
}
.footer .top .left img {
  display: block;
  height: 38px;
}
.footer .top .right {
  height: 38px;
  float: right;
}
.footer .top .right a {
  display: block;
  float: left;
  margin-left: 2.6vw;
  font-size: 16px;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
  color: #fff;
}
.footer .top .right a:hover {
  color: #c5a55a;
}
.footer .bot {
  padding: 2.34375vw 0;
}
.footer .bot .left {
  width: 50%;
  float: left;
}
.footer .bot .left .f01 {
  width: 100%;
  display: block;
}
.footer .bot .left .f01 li {
  width: 41.25%;
  display: block;
  float: left;
  margin-right: 8.75%;
  margin-bottom: 2.08vw;
}
.footer .bot .left .f01 li:nth-child(2n+1) {
  clear: left;
  float: left;
}
.footer .bot .left .f01 li span {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #b0b8c1;
}
.footer .bot .left .f01 li p {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-top: 0.26vw;
}
.footer .bot .left .f01 li b {
  display: block;
  margin-left: -0.78125vw;
  overflow: hidden;
  margin-top: 0.26vw;
}
.footer .bot .left .f01 li b a {
  display: block;
  height: 20px;
  margin-top: 5px;
  margin-left: 0.78125vw;
  float: left;
}
.footer .bot .left .f01 li b a img {
  display: block;
  height: 20px;
  -webkit-transition: -webkit-transform 1s, height 1s, width 1s;
}
.footer .bot .left .f01 li b a:hover img {
  -webkit-transform: rotateY(-360deg);
}
.footer .bot .left .f02 {
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  color: #b0b8c1;
}
.footer .bot .right {
  width: 50%;
  float: right;
}
.footer .bot .right .f01 {
  width: 30%;
  float: left;
  margin-left: 5%;
}
.footer .bot .right .f01:nth-child(3n+1) {
  clear: left;
  float: left;
  margin-left: 0;
}
.footer .bot .right span {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #b0b8c1;
}
.footer .bot .right .f01 p {
  display: block;
  height: 32px;
  margin-top: -5px;
  border-bottom: 1px solid #161f38;
}
.footer .bot .right .f01 p input {
  width: 100%;
  overflow: hidden;
  display: block;
  font-size: 16px;
  line-height: 32px;
  height: 32px;
  color: #fff;
  background-color: transparent;
}
.footer .bot .right .f02 {
  width: 100%;
  float: left;
  margin-top: 1.3vw;
}
.footer .bot .right .f02 p {
  display: block;
  border-bottom: 1px solid #161f38;
}
.footer .bot .right .f02 p textarea {
  width: 100%;
  overflow: hidden;
  display: block;
  font-size: 16px;
  line-height: 26px;
  height: 78px;
  color: #fff;
  font-family: inherit;
  background-color: transparent;
}
.footer .bot .right .f03 {
  width: 140px;
  height: 40px;
  cursor: pointer;
  float: left;
  margin-top: 2.08vw;
  position: relative;
}
.footer .bot .right .f03 a {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background-color: #161f38;
  color: #b0b8c1;
  text-indent: 20px;
  background-image: url("../images/sub.png");
  background-position: right 20px center;
  background-repeat: no-repeat;
}
.footer .bot .right .f03:hover a {
  background-color: #c5a55a;
  color: #0a0e17;
  background-image: url("../images/sub01.png");
}
.footer .bot .right .f03 input {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
/*index*/
.index .page1 .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.index .page1 .box .tu {
  width: 100%;
}
.index .page1 .box .tu img {
  max-width: 84%;
  display: block;
  margin: auto;
}
.index .page1 .box .btn {
  padding-left: 1.04vw;
  height: 48px;
  border-radius: 50px;
  background-color: rgba(10, 14, 23, .3);
  border: 1px solid rgba(176, 184, 193, .3);
  display: flex;
  align-items: center;
  margin-top: 2.6vw;
}
.index .page1 .box .btn b {
  display: block;
  overflow: hidden;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid rgba(176, 184, 193, .3);
}
.index .page1 .box .btn p {
  padding-left: .52vw;
  font-size: 16px;
  color: #fff;
  display: block;
  padding-right: 1.04vw;
}
.index .page1 .box .btn .btn01 {
  display: block;
  border-radius: 40px;
  margin: 5px 0;
  padding: 0 1.04vw;
  min-width: 140px;
  box-sizing: border-box;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  background-color: #c5a55a;
  color: #0a0e17;
  text-align: center;
}
.index .page1 .box .btn .btn01:hover {
  background-color: #a17d27;
}
.index .page1 .box .btn .btn02 {
  display: block;
  border-radius: 40px;
  margin: 5px;
  padding: 0 0.99vw;
  min-width: 140px;
  box-sizing: border-box;
  height: 38px;
  line-height: 36px;
  font-size: 16px;
  border: 1px solid #c5a55a;
  color: #fff;
  text-align: center;
}
.index .page1 .box .btn .btn02:hover {
  border: 1px solid #a17d27;
  color: #b0b8c1;
}
.index .page2 .title {
  text-align: left;
}
.index .page2 .list {
  width: 100%;
  display: block;
  position: relative;
  z-index: 3;
  height: 30.99vw;
}
.index .page2 .list li {
  width: 15.625%;
  min-width: 250px;
  margin-right: 3.125%;
  display: block;
  float: left;
  margin-top: 3.125vw;
}
.index .page2 .list li:nth-child(2n+1) {
  clear: left;
  float: left;
}
.index .page2 .list li .w01 {
  width: 100%;
}
.index .page2 .list li .w01 b {
  display: block;
  float: left;
  font-size: 60px;
  line-height: 66px;
  color: #c5a55a;
  font-family: 'SourceHanSansCN-Bold';
  margin-top: -5px;
}
.index .page2 .list li .w01 p {
  display: block;
  float: left;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-left: 1.04vw;
  text-transform: uppercase;
}
.index .page2 .list li .w02 {
  width: 100%;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  margin-top: .52vw;
}
.index .page2 .list li .w03 {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #b0b8c1;
  margin-top: .26vw;
}
.index .page2 .zs {
  width: 84%;
  display: block;
  position: absolute;
  left: 8%;
  bottom: 5.99vw;
  font-size: 14px;
  line-height: 24px;
  color: #b0b8c1;
  z-index: 3;
}
.index .page3 .list {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 3;
  margin-top: 3.125vw;
}
.index .page3 .list li {
  width: 22.65625%;
  margin-left: 3.125%;
  display: block;
  border-radius: 20px;
  background-color: rgba(10, 14, 23, .3);
  border: 1px solid rgba(176, 184, 193, .5);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.index .page3 .list li:nth-child(4n+1) {
  margin-left: 0;
}
.index .page3 .list li a {
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  padding: 3.59375vw 2.08vw;
}
.index .page3 .list li:hover a {
  background-color: rgba(0, 0, 0, .7);
}
.index .page3 .list li b {
  width: 100%;
  height: 100%;
  display: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.index .page3 .list li:hover b {
  display: block;
}
.index .page3 .list li .w01 {
  width: 100%;
}
.index .page3 .list li .w01 img {
  display: block;
  height: 120px;
  margin: auto;
}
.index .page3 .list li .w02 {
  width: 100%;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  margin-top: 3.3854vw;
}
.index .page3 .list li .w03 {
  width: 50px;
  height: 2px;
  background-color: #c5a55a;
  margin: 0.78125vw auto;
  margin-top: .52vw;
}
.index .page3 .list li .w04 {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  text-align: center;
  color: #b0b8c1;
  text-transform: uppercase;
}
.index .page3 .list li .w05 {
  width: 160px;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  background-color: #c5a55a;
  color: #0a0e17;
  border-radius: 40px;
  margin: auto;
  margin-top: 1.5625vw;
}
.index .page3 .list li .w05:hover {
  background-color: #a17d27;
}
.index .page4 .box {
  width: 100%;
  position: relative;
  z-index: 3;
  margin-top: 3.125vw;
}
.index .page4 .swiper-container {
  width: 100%;
  overflow: visible;
}
.index .page4 .swiper-container .swiper-slide {
  width: 56.25%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.index .page4 .swiper-container .swiper-slide .tu {
  width: 100%;
  position: relative;
  z-index: 1;
}
.index .page4 .swiper-container .swiper-slide .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.index .page4 .swiper-container .swiper-slide .tu b {
  width: 100%;
  padding-top: 55.55%;
  display: block;
  position: relative;
  z-index: 3;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.index .page4 .swiper-container .swiper-slide .wen {
  padding: 3.3854vw 3.6458vw;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  z-index: 3;
}
.index .page4 .swiper-container .swiper-slide .wen .w01 {
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  background: linear-gradient(to right, #c5a55a, #ffffff);
  -webkit-background-clip: text;
  color: transparent;
  font-family: 'SourceHanSerifCN';
}
.index .page4 .swiper-container .swiper-slide .wen .w02 {
  font-size: 30px;
  line-height: 40px;
  margin-top: 1.04vw;
  color: #fff;
  font-family: 'SourceHanSansCN-Bold';
}
.index .page4 .swiper-container .swiper-slide .wen .w03 {
  font-size: 18px;
  line-height: 28px;
  margin-top: .52vw;
  color: #b0b8c1;
}
.index .page4 .swiper-container .swiper-slide .more {
  position: absolute;
  left: 3.6458vw;
  bottom: 3.6458vw;
  box-sizing: border-box;
  z-index: 3;
}
.index .page4 .swiper-container .swiper-slide .more a {
  width: 160px;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  background-color: #c5a55a;
  color: #0a0e17;
  border-radius: 40px;
  display: block;
}
.index .page4 .swiper-container .swiper-slide .more a:hover {
  background-color: #a17d27;
}
.index .page4 .swiper-container .swiper-button-white {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  z-index: 3;
  border-radius: 100%;
  background-color: #c5a55a;
  cursor: pointer;
  overflow: hidden;
}
.index .page4 .swiper-container .swiper-button-white:hover {
  background-color: #a17d27;
}
.index .page4 .swiper-container .swiper-button-white img {
  display: block;
  height: 14px;
  margin: 18px auto;
}
.index .page4 .swiper-container .swiper-button-next {
  right: 14.0625%;
}
.index .page4 .swiper-container .swiper-button-prev {
  left: 14.0625%;
}
.index .page4 .swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1.5625vw;
  z-index: 3;
  position: relative;
}
.index .page4 .swiper-pagination span {
  display: block;
  width: 50px;
  height: 4px;
  background-color: #b0b8c1;
  margin: 0 .52vw;
  cursor: pointer;
  overflow: hidden;
}
.index .page4 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #c5a55a;
}
.index .page5 .box {
  width: 100%;
  position: relative;
  z-index: 3;
  height: 30.73vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index .page5 .box .list {
  width: 100%;
  display: flex;
  align-items: center;
  flex: 1;
}
.index .page5 .box .list dl {
  width: 100%;
  justify-content: center;
  display: flex;
  overflow: hidden;
}
.index .page5 .box .list dt {
  width: 24.375%;
  text-align: center;
  display: block;
}
.index .page5 .box .list dt .w01 {
  width: 100%;
}
.index .page5 .box .list dt .w01 img {
  height: 10.41vw;
  max-height: 200px;
  display: block;
  margin: auto;
}
.index .page5 .box .list dt .w02 {
  width: 100%;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  margin-top: 1.3vw;
}
.index .page5 .box .list dt .w03 {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  color: #b0b8c1;
  margin-top: .26vw;
}
.index .page5 .box .list dd {
  width: 3.125%;
  height: 10.41vw;
  max-height: 200px;
  display: flex;
  align-items: center;
}
.index .page5 .box .list dd img {
  width: 100%;
  display: block;
}
.index .page5 .box .zs {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #b0b8c1;
}
.index .page6 .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 84%;
}
.index .page6 .box .w01 {
  font-size: 48px;
  line-height: 48px;
  font-family: 'SourceHanSerifCN';
  color: #b0b8c1;
}
.index .page6 .box .w02 {
  font-size: 48px;
  line-height: 58px;
  font-family: 'SourceHanSerifCN';
  color: #fff;
  margin-top: 1.3vw;
}
@media only screen and (max-width: 1360px) {
  .index .page6 .box .w01, .index .page6 .box .w02 {
    font-size: 40px;
    line-height: 40px;
  }
}
.index .page6 .box .w03 {
  width: 80px;
  height: 4px;
  margin: 1.82vw auto;
  margin-bottom: 3.125vw;
  background-color: #c5a55a;
}
.index .page6 .box .w04 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}
.index .page6 .box .w05 {
  margin-top: 2.34375vw;
  display: flex;
  justify-content: center;
}
.index .page6 .box .w05 a {
  padding: 0 1.5625vw;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  background-color: #c5a55a;
  color: #0a0e17;
  border-radius: 50px;
  display: block;
}
.index .page6 .box .w05 a:hover {
  background-color: #a17d27;
}
/*核心技术*/
.core .page1 .box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.core .page1 .box img {
  max-width: 84%;
  display: block;
  margin: auto;
}
.core .page2 .box, .core .page3 .box {
  width: 100%;
  position: relative;
}
.core .page2 .box .title, .core .page3 .box .title {
  text-align: left;
}
.core .page2 .box .left, .core .page3 .box .left {
  width: 43.75%;
  float: left;
}
.core .page2 .box .left .w01, .core .page3 .box .left .w01 {
  margin-top: 3.125vw;
  font-size: 24px;
  line-height: 34px;
  color: #c5a55a;
  padding-bottom: 5px;
}
.core .page2 .box .left .w02, .core .page3 .box .left .w02 {
  margin-top: 1.04vw;
  font-size: 16px;
  line-height: 36px;
  color: #b0b8c1;
}
.core .page2 .box .left .w03, .core .page3 .box .left .w03 {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
}
.core .page2 .box .right, .core .page3 .box .right {
  width: 50%;
  float: right;
}
.core .page2 .box .right .list, .core .page3 .box .right .list {
  padding-top: calc(2.085vw + 5px);
}
.core .page2 .box .right .list li, .core .page3 .box .right .list li {
  margin-top: 1.04vw;
  display: flex;
  align-items: center;
  border-radius: 20px;
  background-color: rgba(10, 14, 23, .3);
  border: 1px solid rgba(176, 184, 193, .5);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 1.51vw 2.03125vw;
}
.core .page2 .box .right .list li .wen, .core .page3 .box .right .list li .wen {
  flex: 1;
  margin-right: 2.03125vw;
}
.core .page2 .box .right .list li .wen .w01, .core .page3 .box .right .list li .wen .w01 {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}
.core .page2 .box .right .list li .wen .w02, .core .page3 .box .right .list li .wen .w02 {
  font-size: 16px;
  line-height: 26px;
  color: #b0b8c1;
  margin-top: .52vw;
}
.core .page2 .box .right .list li .tu, .core .page3 .box .right .list li .tu {
  height: 5.2vw;
}
.core .page2 .box .right .list li .tu img, .core .page3 .box .right .list li .tu img {
  display: block;
  height: 5.2vw;
}
.core .page2 .box .zs {
  width: 43.75%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: #b0b8c1;
}
.core .page4 .title, .core .page5 .title {
  text-align: left;
}
.core .page4 .box, .core .page5 .box {
  width: 100%;
  display: block;
  position: relative;
  z-index: 3;
  height: 30.73vw;
}
.core .page4 .box .w01, .core .page5 .box .w01 {
  width: 80px;
  height: 4px;
  background-color: #c5a55a;
  margin-top: 1.82vw;
}
.core .page4 .box .w02, .core .page5 .box .w02 {
  font-size: 18px;
  line-height: 38px;
  color: #fff;
  margin-top: 3.125vw;
}
.core .page6 .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 84%;
}
.core .page6 .box .w01 {
  font-size: 48px;
  line-height: 48px;
  font-family: 'SourceHanSerifCN';
  color: #b0b8c1;
}
.core .page6 .box .w02 {
  font-size: 48px;
  line-height: 58px;
  font-family: 'SourceHanSerifCN';
  color: #fff;
  margin-top: 1.3vw;
}
@media only screen and (max-width: 1360px) {
  .core .page6 .box .w01, .core .page6 .box .w02 {
    font-size: 40px;
    line-height: 40px;
  }
}
.core .page6 .box .w03 {
  margin-top: 4.948vw;
  display: flex;
  justify-content: center;
}
.core .page6 .box .w03 a {
  padding: 0 1.5625vw;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  background-color: #c5a55a;
  color: #0a0e17;
  border-radius: 50px;
  display: block;
}
.core .page6 .box .w03 a:hover {
  background-color: #a17d27;
}
/*解决方案*/
.case .page1 .box {
  width: 84%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.case .page1 .box .w01 {
  font-size: 60px;
  line-height: 80px;
  font-family: 'SourceHanSerifCN';
  color: #fff;
}
.case .page1 .box .w02 {
  font-size: 24px;
  line-height: 44px;
  color: #fff;
  margin-top: 1.82vw;
}
.case .page2 {
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0;
}
.case .page2 .item {
  width: 33.33%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.case .page2 .item a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: rgba(10, 14, 23, .7);
}
.case .page2 .item a:hover {
  opacity: 0;
}
.case .page2 .item a .w01 img {
  display: block;
  height: 120px;
}
.case .page2 .item a .w02 {
  width: 100%;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  margin-top: 1.04vw;
}
.case .page2 .item a .w03 {
  width: 50px;
  height: 2px;
  background-color: #c5a55a;
  margin: 0.78125vw auto;
  margin-top: .52vw;
}
.case .page2 .item a .w04 {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #b0b8c1;
}
/*解决方案内页*/
.case01 .page1 .box {
  width: 84%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.case01 .page1 .box .w01 {
  font-size: 60px;
  line-height: 80px;
  font-family: 'SourceHanSerifCN';
  color: #fff;
}
.case01 .page1 .box .w02 {
  font-size: 24px;
  line-height: 44px;
  color: #fff;
  margin-top: 1.82vw;
}
.case01 .page2 .title {
  text-align: left;
}
.case01 .page2 .box {
  width: 100%;
  display: block;
  position: relative;
  z-index: 3;
  height: 30.73vw;
}
.case01 .page2 .box .w01 {
  width: 80px;
  height: 4px;
  background-color: #c5a55a;
  margin-top: 1.82vw;
}
.case01 .page2 .box .w02 {
  font-size: 18px;
  line-height: 38px;
  color: #fff;
  margin-top: 3.125vw;
  width: 50%;
}
.case01 .page3 .title {
  text-align: left;
}
.case01 .page3 .box {
  width: 100%;
  height: 30.73vw;
}
.case01 .page3 .box .w01 {
  margin-top: 3.125vw;
  font-size: 24px;
  line-height: 34px;
  color: #c5a55a;
  padding-bottom: 5px;
}
.case01 .page3 .box .w02 {
  margin-top: 1.04vw;
  font-size: 16px;
  line-height: 36px;
  color: #b0b8c1;
}
.case01 .page3 .box .w03 {
  font-size: 16px;
  line-height: 36px;
  color: #fff;
}
.case01 .page4 {
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
  padding: 0;
}
.case01 .page4 .zs{ font-size:14px; line-height: 24px; color: #b0b8c1; position: absolute; right: 8%; bottom: 1.82vw;}
.case01 .page4 .item {
  width: 20%;
  box-sizing: border-box;
  border-right: 1px solid rgba(176, 184, 193, .3);
  border-top: 1px solid rgba(176, 184, 193, .3);
  background-color: rgba(10, 14, 23, .7);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding:2.08vw;
}
.case01 .page4 .item:nth-child(1), .case01 .page4 .item:nth-child(2), .case01 .page4 .item:nth-child(3), .case01 .page4 .item:nth-child(4), .case01 .page4 .item:nth-child(5) {
  border-top: none;
  padding-top: calc(3.9vw + 38px);
}
.case01 .page4 .item:nth-child(5n) {
  border-right: none;
}
.case01 .page4 .item .w01 {
  width: 100%;
  font-size: 24px;
  line-height: 34px;
  color: #c5a55a;
}
.case01 .page4 .item .w02 {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  margin-top: .52vw;
}
.case01 .page4 .item .w02 span {
  color: #b0b8c1;
}
.case01 .page5 .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 84%;
}
.case01 .page5 .box .w01 {
  font-size: 48px;
  line-height: 48px;
  font-family: 'SourceHanSerifCN';
  color: #b0b8c1;
}
.case01 .page5 .box .w02 {
  font-size: 48px;
  line-height: 58px;
  font-family: 'SourceHanSerifCN';
  color: #fff;
  margin-top: 1.3vw;
}
@media only screen and (max-width: 1360px) {
  .case01 .page5 .box .w01, .case01 .page5 .box .w02 {
    font-size: 40px;
    line-height: 40px;
  }
}
.case01 .page5 .box .w03 {
  margin-top: 4.948vw;
  display: flex;
  justify-content: center;
}
.case01 .page5 .box .w03 a {
  padding: 0 1.5625vw;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  background-color: #c5a55a;
  color: #0a0e17;
  border-radius: 50px;
  display: block;
}
.case01 .page5 .box .w03 a:hover {
  background-color: #a17d27;
}
/*验证与洞见*/
.yz .page1 .box {
  width: 84%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.yz .page1 .box .w01 {
  font-size: 60px;
  line-height: 80px;
  font-family: 'SourceHanSerifCN';
  color: #fff;
}
.yz .page1 .box .w02 {
  font-size: 24px;
  line-height: 44px;
  color: #fff;
  margin-top: 1.82vw;
}
.yz .page2 .list {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 3;
  margin-top: 3.125vw;
}
.yz .page2 .list li {
  width: 31%;
  margin-left: 3.5%;
  display: block;
  position: relative;
  overflow: hidden;
}
.yz .page2 .list li:nth-child(3n+1) {
  margin-left: 0;
}
.yz .page2 .list li .w01 {
  width: 100%;
  position: relative;
  border-radius: 20px;
}
.yz .page2 .list li .w01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.yz .page2 .list li .w01:before {
  width: 100%;
  content: '';
  padding-top: 55.55%;
  display: block;
  position: relative;
  z-index: 3;
}
.yz .page2 .list li .w02 {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  margin-top: 1.3vw;
}
.yz .page2 .list li .w03 {
  font-size: 16px;
  line-height: 26px;
  color: #b0b8c1;
  margin-top: .52vw;
}
.yz .page2 .zs {
  width: 100%;
  margin-top: 2.6vw;
  font-size: 14px;
  line-height: 24px;
  color: #b0b8c1;
  text-align: center;
}
.yz .page3 .box {
  width: 100%;
  position: relative;
  z-index: 3;
  margin-top: 3.125vw;
}
.yz .page3 .swiper-container {
  width: 100%;
  overflow: visible;
}
.yz .page3 .swiper-container .swiper-slide {
  width: 56.25%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.yz .page3 .swiper-container .swiper-slide .tu {
  width: 100%;
  position: relative;
  z-index: 1;
}
.yz .page3 .swiper-container .swiper-slide .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.yz .page3 .swiper-container .swiper-slide .tu b {
  width: 100%;
  padding-top: 55.55%;
  display: block;
  position: relative;
  z-index: 3;
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.yz .page3 .swiper-container .swiper-slide .wen {
  padding: 3.3854vw 3.6458vw;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  z-index: 3;
  text-align: center;
}
.yz .page3 .swiper-container .swiper-slide .wen .w01 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-family: 'SourceHanSansCN-Bold';
}
.yz .page3 .swiper-container .swiper-slide .wen .w02 {
  font-size: 18px;
  line-height: 28px;
  margin-top: .52vw;
  color: #b0b8c1;
}
.yz .page3 .swiper-container .swiper-slide .wen .w03 {
  margin-top: 1.82vw;
}
.yz .page3 .swiper-container .swiper-slide .wen .w03 a {
  width: 160px;
  margin: auto;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  text-align: center;
  background-color: #c5a55a;
  color: #0a0e17;
  border-radius: 40px;
  display: block;
}
.yz .page3 .swiper-container .swiper-slide .wen .w03 a:hover {
  background-color: #a17d27;
}
.yz .page3 .swiper-container .swiper-button-white {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  z-index: 3;
  border-radius: 100%;
  background-color: #c5a55a;
  cursor: pointer;
  overflow: hidden;
}
.yz .page3 .swiper-container .swiper-button-white:hover {
  background-color: #a17d27;
}
.yz .page3 .swiper-container .swiper-button-white img {
  display: block;
  height: 14px;
  margin: 18px auto;
}
.yz .page3 .swiper-container .swiper-button-next {
  right: 14.0625%;
}
.yz .page3 .swiper-container .swiper-button-prev {
  left: 14.0625%;
}
.yz .page4 .box {
  width: 100%;
  position: relative;
  z-index: 3;
  margin-top: 3.125vw;
}
.yz .page4 .swiper-container {
  width: 100%;
}
.yz .page4 .swiper-container .swiper-slide {
  display: block;
  overflow: hidden;
}
.yz .page4 .swiper-container .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  background-color: rgba(10, 14, 23, .3);
  border: 1px solid rgba(176, 184, 193, .5);
  box-sizing: border-box;
}
.yz .page4 .swiper-container .swiper-slide .w01 {
  width: calc(100% - 4.16vw);
  margin: auto;
  padding-top: 2.34375vw;
  font-size: 24px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yz .page4 .swiper-container .swiper-slide .w02 {
  width: calc(100% - 4.16vw);
  margin: auto;
  margin-top: 1vw;
  font-size: 16px;
  line-height: 30px;
  height: 90px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #b0b8c1;
}
.yz .page4 .swiper-container .swiper-slide .w03 {
  width: calc(100% - 4.16vw);
  margin: auto;
  text-align: right;
  opacity: 0;
  margin-top: 1.04vw;
}
.yz .page4 .swiper-container .swiper-slide .w03 span {
  display: block;
  font-size: 18px;
  line-height: 26px;
  height: 26px;
  color: #666;
  overflow: hidden;
}
.yz .page4 .swiper-container .swiper-slide .w03 p {
  display: block;
  font-size: 48px;
  line-height: 1;
  color: #333;
  overflow: hidden;
}
.yz .page4 .swiper-container .swiper-slide .w04 {
  position: relative;
  margin-top: 5px;
}
.yz .page4 .swiper-container .swiper-slide .w04 span {
  width: 100%;
  height: 1px;
  background-color: #484848;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.yz .page4 .swiper-container .swiper-slide .w04 p {
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #c5a55a;
  color: #0a0e17;
  float: right;
  position: relative;
  z-index: 3;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.yz .page4 .swiper-container .swiper-slide:hover a {
  background-color: #c5a55a;
}
.yz .page4 .swiper-container .swiper-slide:hover .w01 {
  color: #0a0e17;
}
.yz .page4 .swiper-container .swiper-slide:hover .w02 {
  color: #0a0e17;
}
.yz .page4 .swiper-container .swiper-slide:hover .w03 {
  opacity: 1;
}
.yz .page4 .swiper-container .swiper-slide:hover .w04 span {
  display: none;
}
.yz .page4 .swiper-container .swiper-slide:hover .w04 p {
  width: auto;
  padding: 0 2.08vw;
  background-color: transparent;
  color: #0a0e17;
}
.yz .page4 .swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 3.125vw;
  z-index: 3;
  position: relative;
}
.yz .page4 .swiper-pagination span {
  display: block;
  width: 50px;
  height: 4px;
  background-color: #b0b8c1;
  margin: 0 .52vw;
  cursor: pointer;
  overflow: hidden;
}
.yz .page4 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #c5a55a;
}
.yz .page5 .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 84%;
}
.yz .page5 .box .w01 {
  font-size: 48px;
  line-height: 48px;
  font-family: 'SourceHanSerifCN';
  color: #b0b8c1;
}
.yz .page5 .box .w02 {
  font-size: 48px;
  line-height: 58px;
  font-family: 'SourceHanSerifCN';
  color: #fff;
  margin-top: 1.3vw;
}
@media only screen and (max-width: 1360px) {
  .yz .page5 .box .w01, .yz .page5 .box .w02 {
    font-size: 40px;
    line-height: 40px;
  }
}
.yz .page5 .box .w03 {
  margin-top: 4.948vw;
  display: flex;
  justify-content: center;
}
.yz .page5 .box .w03 a {
  padding: 0 1.5625vw;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  background-color: #c5a55a;
  color: #0a0e17;
  border-radius: 50px;
  display: block;
}
.yz .page5 .box .w03 a:hover {
  background-color: #a17d27;
}
/*文章页*/
.ny {
  width: 84%;
  padding: 5.2vw 8%;
  padding-top: 1.82vw;
  position: relative;
  z-index: 11;
}
.ny .back {
  width: 100%;
  position: relative;
  z-index: 3;
}
.ny .back .left {
  float: left;
  height: 26px;
  position: relative;
}
.ny .back .left a {
  width: 100%;
  display: block;
  overflow: hidden;
}
.ny .back .left a span {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.ny .back .left a p {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #edb130;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.ny .back .left a img {
  margin: 5px 0;
  margin-right: 10px;
  float: left;
  height: 16px;
  display: block;
}
.ny .back .left a:hover span {
  transform: translateY(-26px)
}
.ny .back .left a:hover p {
  transform: translateY(-26px)
}
.ny .back .right {
  float: right;
  height: 26px;
}
.ny .back .right a {
  display: block;
  float: left;
  overflow: hidden;
  margin-left: 2.6vw;
}
.ny .back .right a span {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.ny .back .right a p {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #edb130;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.ny .back .right a.prev img {
  margin: 8px 0;
  margin-right: 10px;
  float: left;
  height: 10px;
  display: block;
}
.ny .back .right a.next img {
  margin: 8px 0;
  margin-left: 10px;
  float: right;
  height: 10px;
  display: block;
}
.ny .back .right a:hover span {
  transform: translateY(-26px)
}
.ny .back .right a:hover p {
  transform: translateY(-26px)
}
.ny .box {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 1.82vw;
}
.ny .box .w01 {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}
.ny .box .w02 {
  margin-top: 1.04vw;
}
.ny .box .w02 p {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin-right: 2.6vw;
  color: #b0b8c1;
}
.ny .box .w02 p img {
  display: block;
  height: 16px;
  float: left;
  margin: 4px 10px;
  margin-left: 0;
}
.ny .box .w03 {
  margin-top: 1.82vw;
  border-top: 1px solid #484848;
  padding-top: 1.82vw;
  font-size: 16px;
  line-height: 30px;
}
.ny .box .w03 img {
  max-width: 100%;
  height: auto !important;
}
/*合作之道*/
.hz .page1 .box {
  width: 84%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.hz .page1 .box .w01 {
  font-size: 60px;
  line-height: 80px;
  font-family: 'SourceHanSerifCN';
  color: #fff;
}
.hz .page1 .box .w02 {
  font-size: 24px;
  line-height: 44px;
  color: #fff;
  margin-top: 1.82vw;
}
.hz .page2 .box {
  width: 100%;
  position: relative;
  z-index: 3;
  height: 30.73vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hz .page2 .box .list {
  width: 100%;
  display: flex;
  align-items: center;
  flex: 1;
}
.hz .page2 .box .list dl {
  width: 100%;
  justify-content: center;
  display: flex;
  overflow: hidden;
}
.hz .page2 .box .list dt {
  width: 24.375%;
  text-align: center;
  display: block;
}
.hz .page2 .box .list dt .w01 {
  width: 100%;
}
.hz .page2 .box .list dt .w01 img {
  height: 10.41vw;
  max-height: 200px;
  display: block;
  margin: auto;
}
.hz .page2 .box .list dt .w02 {
  width: 100%;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  margin-top: 1.3vw;
}
.hz .page2 .box .list dt .w03 {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  color: #b0b8c1;
  margin-top: .26vw;
}
.hz .page2 .box .list dd {
  width: 3.125%;
  height: 10.41vw;
  max-height: 200px;
  display: flex;
  align-items: center;
}
.hz .page2 .box .list dd img {
  width: 100%;
  display: block;
}
.hz .page2 .box .zs {
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #b0b8c1;
}
.hz .page3 .box {
  width: 100%;
  display: block;
  position: relative;
  z-index: 3;
  height: 30.73vw;
  text-align: center;
}
.hz .page3 .box .w01 {
  width: 80px;
  height: 4px;
  background-color: #c5a55a;
  margin: auto;
  margin-top: 1.82vw;
}
.hz .page3 .box .w02 {
  font-size: 18px;
  line-height: 38px;
  color: #fff;
  margin-top: 3.125vw;
}
.hz .page4 .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 84%;
}
.hz .page4 .box .w01 {
  font-size: 48px;
  line-height: 48px;
  font-family: 'SourceHanSerifCN';
  color: #b0b8c1;
}
.hz .page4 .box .w02 {
  font-size: 48px;
  line-height: 58px;
  font-family: 'SourceHanSerifCN';
  color: #fff;
  margin-top: 1.3vw;
}
@media only screen and (max-width: 1360px) {
  .hz .page4 .box .w01, .hz .page4 .box .w02 {
    font-size: 40px;
    line-height: 40px;
  }
}
.hz .page4 .box .w03 {
  margin-top: 4.948vw;
  display: flex;
  justify-content: center;
}
.hz .page4 .box .w03 a {
  padding: 0 1.5625vw;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  background-color: #c5a55a;
  color: #0a0e17;
  border-radius: 50px;
  display: block;
}
.hz .page4 .box .w03 a:hover {
  background-color: #a17d27;
}
/*fine*/
.fine .page1 .box {
  width: 84%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.fine .page1 .box .w01 {
  font-size: 60px;
  line-height: 80px;
  font-family: 'SourceHanSerifCN';
  color: #fff;
}
.fine .page1 .box .w02 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  margin-top: 1.82vw;
}
.fine .page1 .box .w03 {
  width: 80px;
  height: 4px;
  background-color: #c5a55a;
  margin: auto;
  margin-top: 1.82vw;
}
.fine .page1 .box .w04 {
  font-size: 18px;
  line-height: 38px;
  color: #b0b8c1;
  margin-top: 3.125vw;
}
.fine .page2 .box {
  width: 100%;
  position: relative;
  z-index: 3;
  margin-top: 3.125vw;
}
.fine .page2 .box img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.fine .page3 .box {
  width: 100%;
  display: block;
  position: relative;
  z-index: 3;
  text-align: center;
}
.fine .page3 .box .w01 {
  width: 80px;
  height: 4px;
  background-color: #c5a55a;
  margin: auto;
  margin-top: 1.82vw;
}
.fine .page3 .box .w02 {
  font-size: 18px;
  line-height: 38px;
  color: #fff;
  margin-top: 3.125vw;
}
.fine .page3 .box .w03 {
  margin-top: 3.125vw;
  display: flex;
  justify-content: center;
}
.fine .page3 .box .w03 a {
  padding: 0 1.5625vw;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  background-color: #c5a55a;
  color: #0a0e17;
  border-radius: 50px;
  display: block;
}
.fine .page3 .box .w03 a:hover {
  background-color: #a17d27;
}
.fine .page4 .box {
  width: 100%;
  position: relative;
  z-index: 3;
  margin-top: 3.125vw;
}
.fine .page4 .box video {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: auto;
}
.fine .page4 .box iframe {
  max-width: 100%;
  width: 800px;
  height: 50vh;
  display: block;
  margin: auto;
}
.fine .page5 .list {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 3;
  margin-top: 3.125vw;
  text-align: center;
}
.fine .page5 .list li {
  width: 31%;
  margin-left: 3.5%;
  display: block;
  position: relative;
  overflow: hidden;
}
.fine .page5 .list li:nth-child(3n+1) {
  margin-left: 0;
}
.fine .page5 .list li .w01 {
  width: 100%;
  position: relative;
  border-radius: 20px;
}
.fine .page5 .list li .w01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.fine .page5 .list li .w01:before {
  width: 100%;
  content: '';
  padding-top: 55.55%;
  display: block;
  position: relative;
  z-index: 3;
}
.fine .page5 .list li .w02 {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  margin-top: 1.3vw;
}
.fine .page5 .list li .w03 {
  font-size: 16px;
  line-height: 26px;
  color: #b0b8c1;
  margin-top: .52vw;
}
.fine .page6 .box {
  width: 100%;
  display: block;
  position: relative;
  z-index: 3;
  text-align: center;
}
.fine .page6 .box .w01 {
  width: 80px;
  height: 4px;
  background-color: #c5a55a;
  margin: auto;
  margin-top: 1.82vw;
}
.fine .page6 .box .w02 {
  font-size: 18px;
  line-height: 38px;
  color: #fff;
  margin-top: 3.125vw;
}
.fine .page6 .box .w03 {
  margin-top: 3.125vw;
}
.fine .page6 .box .w03 img {
  max-width: 150px;
  display: block;
  margin: auto;
}
/*about*/
.about .page1 .box {
  width: 84%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.about .page1 .box .w01 {
  font-size: 60px;
  line-height: 80px;
  font-family: 'SourceHanSerifCN';
  color: #fff;
}
.about .page1 .box .w02 {
  font-size: 24px;
  line-height: 44px;
  color: #fff;
  margin-top: 1.82vw;
}
.about .page2 .list {
  width: 100%;
  display: block;
  position: relative;
  z-index: 3;
  margin-top: 3.125vw;
}
.about .page2 .list li {
  width: 22.5%;
  margin-left: 3.75%;
  display: flex;
  align-items: flex-end;
  border-radius: 20px;
  background-color: rgba(10, 14, 23, .3);
  border: 1px solid rgba(176, 184, 193, .5);
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  padding: 2.86vw 2.08vw;
  height: 24.48vw;
  float: left;
}
.about .page2 .list li:nth-child(2n) {
  margin-top: 2.6vw;
}
.about .page2 .list li a {
  display: block;
  overflow: hidden;
}
.about .page2 .list li .w01 img {
  display: block;
  height: 100px;
}
.about .page2 .list li .w02 {
  margin-top: 1.82vw;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}
.about .page2 .list li .w03 {
  margin-top: .52vw;
  font-size: 16px;
  line-height: 26px;
  color: #b0b8c1;
}
.about .page3 .box {
  width: 100%;
  display: block;
  position: relative;
  z-index: 3;
  height: 30.72vw;
  text-align: center;
}
.about .page3 .box .w01 {
  width: 80px;
  height: 4px;
  background-color: #c5a55a;
  margin: auto;
  margin-top: 1.82vw;
}
.about .page3 .box .w02 {
  font-size: 18px;
  line-height: 38px;
  color: #fff;
  margin-top: 3.125vw;
}
.about .page4 .list {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 3;
  margin-top: 3.125vw;
}
.about .page4 .list li {
  width: 47.5%;
  margin-left: 5%;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 2.34375vw 2.08vw;
  padding-top: 0;
}
.about .page4 .list li:nth-child(2n+1) {
  margin-left: 0;
}
.about .page4 .list li > b {
  width: 100%;
  height: calc(100% - 5.2vw);
  border-radius: 20px;
  background-color: #0a0e17;
  opacity: .9;
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.about .page4 .list li > a {
  width: 100%;
  display: block;
  position: relative;
  z-index: 3;
}
.about .page4 .list li .w01 {
  width: 100%;
  position: relative;
  border-radius: 20px;
}
.about .page4 .list li .w01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.about .page4 .list li .w01:before {
  width: 100%;
  content: '';
  padding-top: 55.44%;
  display: block;
  position: relative;
  z-index: 3;
}
.about .page4 .list li .w02 {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  margin-top: 1.82vw;
}
.about .page4 .list li .w03 {
  font-size: 16px;
  line-height: 26px;
  color: #b0b8c1;
  margin-top: .52vw;
}
.about .page5 .box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  width: 84%;
}
.about .page5 .box .w01 {
  font-size: 48px;
  line-height: 48px;
  font-family: 'SourceHanSerifCN';
  color: #b0b8c1;
}
.about .page5 .box .w02 {
  font-size: 48px;
  line-height: 58px;
  font-family: 'SourceHanSerifCN';
  color: #fff;
  margin-top: 1.3vw;
}
@media only screen and (max-width: 1360px) {
  .about .page5 .box .w01, .about .page5 .box .w02 {
    font-size: 40px;
    line-height: 40px;
  }
}
.about .page5 .box .w03 {
  margin-top: 4.948vw;
  display: flex;
  justify-content: center;
}
.about .page5 .box .w03 a {
  padding: 0 1.5625vw;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  text-align: center;
  background-color: #c5a55a;
  color: #0a0e17;
  border-radius: 50px;
  display: block;
}
.about .page5 .box .w03 a:hover {
  background-color: #a17d27;
}
/*联系我们*/
.contact .page1 .box {
  width: 84%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.contact .page1 .box .w01 {
  font-size: 60px;
  line-height: 80px;
  font-family: 'SourceHanSerifCN';
  color: #fff;
}
.contact .page2 .title {
  text-align: left;
}
.contact .page2 .box {
  width: 100%;
  display: block;
  position: relative;
  z-index: 3;
  height: 30.73vw;
}
.contact .page2 .box .w01 {
  width: 80px;
  height: 4px;
  background-color: #c5a55a;
  margin-top: 1.82vw;
}
.contact .page2 .box .w02 {
  font-size: 18px;
  line-height: 38px;
  color: #fff;
  margin-top: 3.125vw;
  width: 50%;
}
.contact .page2 .box .w02 img {
  max-width: 100%;
  height: auto;
}
.contact .page3 .title {
  text-align: left;
}
.contact .page3 .box {
  width: 100%;
  display: block;
  position: relative;
  z-index: 3;
}
.contact .page3 .box .w01 {
  width: 80px;
  height: 4px;
  background-color: #c5a55a;
  margin-top: 1.82vw;
}
.contact .page3 .box .w02 {
  width: 50%;
  margin-top: 3.125vw;
}
.contact .page3 .box .w02 .f01 {
  width: 30%;
  float: left;
  margin-left: 5%;
}
.contact .page3 .box .w02 .f01:nth-child(3n+1) {
  clear: left;
  float: left;
  margin-left: 0;
}
.contact .page3 .box .w02 span {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #b0b8c1;
}
.contact .page3 .box .w02 .f01 p {
  display: block;
  height: 36px;
  padding-top: .52vw;
  border-bottom: 1px solid #b0b8c1;
}
.contact .page3 .box .w02 .f01 p input {
  width: 100%;
  overflow: hidden;
  display: block;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  color: #fff;
  background-color: transparent;
}
.contact .page3 .box .w02 .f02 {
  width: 100%;
  float: left;
  margin-top: 1.3vw;
}
.contact .page3 .box .w02 .f02 p {
  display: block;
  padding-top: .52vw;
  border-bottom: 1px solid #b0b8c1;
}
.contact .page3 .box .w02 .f02 p textarea {
  width: 100%;
  overflow: hidden;
  display: block;
  font-size: 16px;
  line-height: 26px;
  height: 78px;
  color: #fff;
  font-family: inherit;
  background-color: transparent;
}
.contact .page3 .box .w02 .f03 {
  width: 140px;
  height: 40px;
  cursor: pointer;
  float: left;
  margin-top: 2.08vw;
  position: relative;
}
.contact .page3 .box .w02 .f03 a {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background-color: #c5a55a;
  color: #0a0e17;
  text-indent: 20px;
  background-image: url("../images/sub01.png");
  background-position: right 20px center;
  background-repeat: no-repeat;
}
.contact .page3 .box .w02 .f03:hover a {
  background-color: #a17d27;
}
.contact .page3 .box .w02 .f03 input {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.contact .page3 .box .w03 {
  font-size: 14px;
  list-style: 24px;
  color: #b0b8c1;
  margin-top: 2.6vw;
}
.contact .page4 .title {
  text-align: left;
}
.contact .page4 .box {
  width: 100%;
  display: block;
  position: relative;
  z-index: 3;
}
.contact .page4 .box .w01 {
  width: 80px;
  height: 4px;
  background-color: #c5a55a;
  margin-top: 1.82vw;
}
.contact .page4 .box .w02 {
  width: 50%;
  padding-top: 1.825vw;
}
.contact .page4 .box .w02 .f01 {
  width: 30%;
  float: left;
  margin-left: 5%;
  margin-top: 1.3vw;
}
.contact .page4 .box .w02 .f01:nth-child(3n+1) {
  clear: left;
  float: left;
  margin-left: 0;
}
.contact .page4 .box .w02 .f01:nth-child(4), .contact .page4 .box .w02 .f01:nth-child(5) {
  width: 47.5%;
}
.contact .page4 .box .w02 span {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #b0b8c1;
}
.contact .page4 .box .w02 .f01 p {
  display: block;
  height: 36px;
  padding-top: .52vw;
  border-bottom: 1px solid #b0b8c1;
}
.contact .page4 .box .w02 .f01 p input {
  width: 100%;
  overflow: hidden;
  display: block;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  color: #fff;
  background-color: transparent;
}
.contact .page4 .box .w02 .f02 {
  width: 100%;
  float: left;
  margin-top: 1.3vw;
}
.contact .page4 .box .w02 .f02 p {
  display: block;
  padding-top: .52vw;
  border-bottom: 1px solid #b0b8c1;
}
.contact .page4 .box .w02 .f02 p textarea {
  width: 100%;
  overflow: hidden;
  display: block;
  font-size: 16px;
  line-height: 26px;
  height: 78px;
  color: #fff;
  font-family: inherit;
  background-color: transparent;
}
.contact .page4 .box .w02 .f03 {
  width: 140px;
  height: 40px;
  cursor: pointer;
  float: left;
  margin-top: 2.08vw;
  position: relative;
}
.contact .page4 .box .w02 .f03 a {
  width: 100%;
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background-color: #c5a55a;
  color: #0a0e17;
  text-indent: 20px;
  background-image: url("../images/sub01.png");
  background-position: right 20px center;
  background-repeat: no-repeat;
}
.contact .page4 .box .w02 .f03:hover a {
  background-color: #a17d27;
}
.contact .page4 .box .w02 .f03 input {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}


@media only screen and (max-width: 1360px) {
.page1 .box .w01 {
  font-size: 48px !important;
  line-height: 68px !important;
}
}
.fine .page2 .swiper-container {
  width: 100%;
}
.fine .page2 .swiper-container .swiper-slide {
  width: 31%;
  display: block;
  position: relative;
  overflow: hidden;
}
.fine .page2 .swiper-container .swiper-slide .w01 {
  width: 100%;
  position: relative;
  border-radius: 20px;
}
.fine .page2 .swiper-container .swiper-slide .w01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.fine .page2 .swiper-container .swiper-slide .w01:before {
  width: 100%;
  content: '';
  padding-top: 55.55%;
  display: block;
  position: relative;
  z-index: 3;
}
.fine .page2 .swiper-container .swiper-slide .w02 {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  margin-top: 1.3vw;
}
.fine .page2 .swiper-container .swiper-slide .w03 {
  font-size: 16px;
  line-height: 26px;
  color: #b0b8c1;
  margin-top: .52vw;
}
.fine .page2 .swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 3.125vw;
  z-index: 3;
  position: relative;
}
.fine .page2 .swiper-pagination span {
  display: block;
  width: 50px;
  height: 4px;
  background-color: #b0b8c1;
  margin: 0 .52vw;
  cursor: pointer;
  overflow: hidden;
}
.fine .page2 .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #c5a55a;
}