@charset "UTF-8";
@import url(animate.min.css);
@import url(swiper.min.css);
@import url(aos.css);
@import url(normalize.css);
html,
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.15;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Helvetica, Arial, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

img {
  border-style: none;
}

a {
  display: inline-block;
  text-decoration: none;
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

a:active,
a:hover {
  outline: 0;
}

p {
  margin: 0;
}

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

textarea {
  overflow: auto;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden],
.hidden {
  height: 100%;
  overflow: hidden;
  /* display: none; */
}

.hid {
  display: none;
}

.bodyhid {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

/* .clear {
	clear: both;
} */
::before,
::after {
  content: "";
  position: absolute;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

.container {
  width: 100%;
  padding: 0 4.2%;
  height: 100%;
}

.container::after {
  content: "";
  clear: both;
  display: block;
}

/* function.css */
/* 禁止选中文本 */
/* 浮动 */
/* 宽度 */
/* 元素类型 */
/*文字排版、颜色*/
/* 保持空白序列*/
/* 多出部分用省略号表示 , 用于一行 */
/* 多出部分用省略号表示 , 用于多行 */
/* 溢出样式 */
/* 定位方式 */
/* 垂直对齐方式 */
/* 鼠标样式 */
/* flex布局 */
/* ie11-失效原因 */
/* 垂直居中 */
/* 辅助 */
/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #DCE7E1;
  border-radius: 20px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
  border-radius: 20px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background: #62090E;
}

/* 滤镜 */
/* 模糊 */
/* 高亮 */
/* 鲜艳 */
/* 黑白 */
/* 颜色反转50% */
/* 颜色反转100% */
/* 白色滤镜 */
/* 生动鲜艳 */
/* 灰褐 */
/* 阴影效果 */
/*title提示框美化样式*/
.tooltip {
  font-size: 12px;
  position: absolute;
  padding: 5px;
  z-index: 100000;
  opacity: .8;
  font-family: Microsoft Yahei;
}

.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 6px dashed #000;
  top: 0;
  left: 20%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-arrow-n {
  border-bottom-color: #6F8EC5;
}

.tipsy-inner {
  background-color: #6F8EC5;
  color: #FFF;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
  border-radius: 3px;
}

:root {
  --color-blank-2: rgba(0, 0, 0, 0.2);
  --color-blank-5: rgba(0, 0, 0, 5);
  --txt-12: 12px;
  --txt-14: 14px;
  --txt-16: 16px;
  --txt-18: 18px;
  --txt-20: 20px;
}

html,
body {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 750px) {
  html,
  body {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  html,
  body {
    font-size: 10px;
  }
}

@media (max-width: 375px) {
  html,
  body {
    font-size: 8px;
  }
}

.aj {
  width: 100%;
  text-align: left;
  max-width: 750px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  min-height: 100vh;
  position: relative;
  zoom: 1;
  /* 导航 */
  /* banner */
}

.aj > #qrcode1 {
  position: fixed;
  margin-left: 760px;
  bottom: 5%;
  width: 180px;
  height: 180px;
  padding: 15px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

@media (max-width: 1142px) {
  .aj > #qrcode1 {
    display: none;
  }
}

.aj nav {
  width: 100%;
  min-height: 20px;
  background: var(--color-blank-5);
}

@-webkit-keyframes and_none1 {
  from {
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1);
            transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1);
  }
}

@keyframes and_none1 {
  from {
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
            transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1);
            transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1);
  }
}

.aj .banner {
  width: 100%;
  height: 780px;
}

.aj .banner .swiper-container {
  width: 100%;
  height: 100%;
}

.aj .banner .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.aj .banner .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  zoom: 1;
}

.aj .banner .swiper-container .swiper-slide > img {
  height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.aj .banner .swiper-container .swiper-slide > img:nth-child(1) {
  -webkit-animation: and_none1 10s linear 0s both;
          animation: and_none1 10s linear 0s both;
}

.aj .banner .swiper-container .swiper-slide#swiper-one {
  background-color: rosybrown;
}

.aj .banner .swiper-container .swiper-slide#swiper-two {
  background-color: sandybrown;
}

.aj .banner .swiper-container .swiper-slide#swiper-three {
  background-color: slateblue;
}

.aj .banner .swiper-container .swiper-slide .ban {
  z-index: 15;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.aj .banner .swiper-container .swiper-slide .ban img {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.aj .banner .swiper-container .swiper-slide .ban .b11 {
  left: 20.75%;
  top: 34.79%;
  z-index: 10;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  -webkit-transform: translate(0, 0) scale(1.5, 1.5);
          transform: translate(0, 0) scale(1.5, 1.5);
}

.aj .banner .swiper-container .swiper-slide-active .ban img {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1, 1) !important;
          transform: translate(0, 0) scale(1, 1) !important;
}

.aj .banner .swiper-pagination {
  bottom: 20px;
  z-index: 200;
}

.aj .banner .swiper-pagination span {
  opacity: 1;
  margin: 0 10px !important;
  width: 12px;
  height: 12px;
  background: #FFFFFF;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s;
}

.aj .banner .swiper-pagination span.swiper-pagination-bullet-active {
  width: 40px;
  background: #299B9E;
  background: #156BC5;
}

.aj .top-1 {
  width: 100%;
  position: absolute;
}

.aj .top-1 > img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.aj .top-1 .container {
  position: relative;
  z-index: 10;
  padding-top: 2.375rem;
}

.aj .top-1 .container img {
  width: 100%;
}

.aj .aj-1 {
  position: relative;
  zoom: 1;
  z-index: 10;
  padding: 0 4.2%;
  padding-top: 45.33%;
  margin-bottom: 4.375rem;
}

.aj .aj-1 .aj-11 {
  width: 100%;
  background: url(../image/aj-1.png) no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  zoom: 1;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-bottom: 3.5625rem;
}

.aj .aj-1 .aj-11-bt {
  width: 100%;
  text-align: center;
  padding-top: 1.875rem;
}

.aj .aj-1 .aj-11-bt > span {
  font-size: 2.125rem;
  color: #60080D;
  font-weight: bold;
}

.aj .aj-1 .aj-11-bt p {
  margin-top: 1.5625rem;
}

.aj .aj-1 .aj-11-bt p span {
  font-size: 0.875rem;
  color: #FFFFFF;
  border-radius: 50px;
  padding: 5px;
  margin: 0 .3125rem;
}

.aj .aj-1 .aj-11-bt p span.s1 {
  background-color: #F19A04;
}

.aj .aj-1 .aj-11-bt p span.s2 {
  background-color: #A3A3A3;
}

.aj .aj-1 .aj-11-det {
  width: 100%;
  padding: 0 2rem;
  text-align: center;
}

.aj .aj-1 .aj-11-det p {
  margin-top: 1.875rem;
  font-size: 1.625rem;
  color: #333333;
  line-height: 2;
  text-align: justify;
}

.aj .aj-1 .aj-11-det a {
  position: absolute;
  left: 50%;
  bottom: -2.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.aj .m-1 {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: 15.625rem;
  height: 4.1875rem;
  background: url(../image/m-1.png) no-repeat center center;
  background-size: cover;
  font-size: 1.5rem;
  color: #FFFFFF;
  line-height: 3.125rem;
}

.aj .fg {
  width: 100%;
  height: 3.125rem;
  background: url(../image/bg.png);
  background-size: cover;
}

.aj .bt {
  text-align: center;
  height: 5rem;
  font-size: 1.875rem;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 6.25rem;
  margin-top: 1.875rem;
  background: url(../image/bt.png) no-repeat left 46% top;
  background-size: contain;
  margin-bottom: 1.6875rem;
  position: relative;
}

.aj .bt a {
  position: absolute;
  width: 8.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  font-size: 1.25rem;
  color: #FFFFFF;
  font-weight: normal;
  right: 4.2%;
  top: .625rem;
  background-color: #5F080B;
  border-radius: 0.5rem;
}

.aj .bt a::before, .aj .bt a::after {
  width: 2px;
  height: 2.5rem;
  bottom: 100%;
  background-color: #5F080B;
  left: 2.3125rem;
}

.aj .bt a::after {
  left: auto;
  right: 2.3125rem;
}

.aj .aj-2 {
  width: 100%;
}

.aj .aj-21 {
  margin-bottom: 2.125rem;
}

.aj .aj-21 #aj-21 a {
  background-color: #000000;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
  height: 12.375rem;
}

.aj .aj-21 #aj-21 a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.5;
}

.aj .aj-21 #aj-21 a p {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 1rem;
  font-size: 1.5rem;
  color: #FFFFFF;
  line-height: 12.375rem;
  font-weight: bold;
}

.aj .swiper-container {
  padding-bottom: 2.75rem;
}

.aj .swiper-container .swiper-pagination {
  bottom: 0;
  z-index: 200;
}

.aj .swiper-container .swiper-pagination span {
  opacity: 1;
  margin: 0 0.5rem !important;
  width: 0.625rem;
  height: 0.625rem;
  background: #ECEBEB;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.aj .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
  background: #5F080B;
}

.aj .aj-3 {
  overflow: hidden;
}

.aj #aj31 {
  width: 100%;
  height: 26.1875rem;
  margin-bottom: 2.625rem;
}

.aj #aj31 a {
  width: 84%;
  height: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}

.aj #aj31 a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.aj #aj31 a p {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  line-height: 3.75rem;
  font-size: 1.625rem;
  color: #FFFFFF;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
  text-align: center;
}

.aj .li-1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.aj .li-1::before, .aj .li-1::after {
  content: normal;
}

.aj .li-1 li {
  width: 48.24%;
  height: 15rem;
  margin-bottom: 1.875rem;
}

.aj .li-1 li a {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
}

.aj .li-1 li a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.aj .li-1 li a p {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  line-height: 3.75rem;
  font-size: 1.625rem;
  color: #FFFFFF;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 10px;
  text-align: center;
}

.aj .aj-4,
.aj .aj-5 {
  padding-bottom: 1.875rem;
}

.aj .jq-1 {
  width: 100%;
  padding-top: 24.8%;
  padding-bottom: 0.6875rem;
}

.aj #jq1 {
  width: 100%;
}

.aj #jq1 a {
  height: 50rem;
  width: 80.4%;
  position: relative;
  border-radius: 0.625rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.aj #jq1 a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.aj #jq1 a span {
  position: absolute;
  top: 2.375rem;
  right: 4.125rem;
  width: 5.375rem;
  min-height: 13.625rem;
  text-align: center;
  line-height: 5.375rem;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.9375rem 0;
  font-size: 1.75rem;
  color: #FFFFFF;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  letter-spacing: 0.3rem;
}

.aj #jq1 a span::before {
  width: calc(100% - 10px);
  left: 5px;
  height: calc(100% - 10px);
  top: 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.aj #jq1 a span::after {
  width: 2px;
  height: 2.375rem;
  left: 50%;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.6);
}

.aj .det-1 {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-top: 11.5rem;
}

.aj .det-11 {
  width: 100%;
  height: 28rem;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-radius: 0.625rem;
  overflow: hidden;
  position: relative;
}

.aj .det-11 img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.aj .det-11 audio {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  max-width: 80%;
  opacity: 0.8;
}

.aj .det-2 {
  width: 100%;
  padding-bottom: 8.125rem;
}

.aj-det {
  background: url(../image/det-3.png) no-repeat center bottom;
  background-attachment: fixed;
}

.aj .det-bt {
  width: 100%;
  padding-top: 2.75rem;
  padding-top: 2.125rem;
  padding-bottom: 3.375rem;
  padding-bottom: 2.75rem;
  background: url(../image/det-2.png) no-repeat center bottom;
  background-size: 100% auto;
  font-size: 1.75rem;
  color: #333333;
  line-height: 2;
  font-weight: bold;
}

.aj .det-det {
  padding-top: 2rem;
}

.aj .det-det p {
  font-size: 1.5rem;
  color: #333333;
  line-height: 3.125rem;
  text-align: justify;
}

.aj .top-list {
  position: relative;
  height: 28.75rem;
}

.aj .top-list > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
