@charset "UTF-8";
/**
 * li元素-倍数n匹配混合宏
 * @param {number} $step - 倍数（如4则为4n，5则为5n），默认4
 * @param {map} $styles - 要应用的自定义样式（映射格式），默认空
 */
/**
 * li元素-最后指定位数匹配混合宏
 * @param {number} $count - 最后X位（如2则为最后2位，3则为最后3位），默认2
 * @param {map} $styles - 要应用的自定义样式（映射格式），默认空
 */
/** 以上俩个功能的合并写法
* 通用li元素特殊样式混合宏（适配Sass标准列表写法 (step值, last值)）
 * @param {string} $type - 匹配类型：step（仅倍数）/last（仅最后位数）/both（同时启用），默认step
 * @param {number | list} $number - 匹配值：
 *   - type=step：传数字（如4 → 4n倍数）
 *   - type=last：传数字（如2 → 最后2个元素）
 *   - type=both：传Sass标准列表 (step值, last值)（如(3,1)，推荐写法）
 * @param {map} $step-styles - 倍数匹配的li元素样式（仅step/both生效），默认空map
 * @param {map} $last-styles - 最后位数匹配的li元素样式（仅last/both生效），默认空map
 */
html body {
  background: #000;
  width: 100%;
  min-width: 1200px;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  z-index: 20;
  font-size: 18px;
  color: #cfd1cc;
  z-index: 101;
}
.loading .box {
  width: 100%;
  height: 1px;
  background: #414141;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.loading .box span {
  height: 1px;
  background: #c4c4c4;
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.loading .box p {
  font-size: 16px;
  line-height: 30px;
  color: silver;
  text-align: center;
}

.wrapper {
  overflow: hidden;
  position: relative;
  text-align: center;
  z-index: 1;
  zoom: 1;
  margin-top: 0px;
}
.wrapper.cls {
  margin-top: 40px;
}
.wrapper .bg {
  width: 1920px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
  background: url(../images/bg.jpg) no-repeat;
  height: 6900px;
}
.wrapper .bg i {
  display: block;
  position: absolute;
}
.wrapper .bg i:nth-child(1) {
  background: url(../images/psn0.png) no-repeat;
  width: 921px;
  height: 1394px;
  top: 79px;
  left: 166px;
}
.wrapper .bg i:nth-child(2) {
  background: url(../images/psn1.png) no-repeat;
  width: 893px;
  height: 1289px;
  top: 76px;
  left: 924px;
}
.wrapper .section {
  position: relative;
  z-index: 2;
  height: 6900px;
}
.wrapper .section .con {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  height: 100%;
  box-sizing: border-box;
}
.wrapper .section .con .logo {
  width: 238px;
  height: 135px;
  position: absolute;
  top: 25px;
  margin-left: 0px;
  z-index: 99999;
  left: calc(50% - 119px);
  background: url(../images/logo.png) no-repeat;
  filter: drop-shadow(0px 0px 10px #fff);
}
.wrapper .section .con .hCon {
  height: 910px;
  width: 1920px;
  left: calc(50% - 960px);
}
.wrapper .section .con .hCon .slogan {
  width: 803px;
  height: 433px;
  background: url(../images/slogan.png) no-repeat;
  top: 256px;
  left: 580px;
  z-index: 2;
}
.wrapper .section .con .con dt {
  box-sizing: border-box;
}
.wrapper .section .con .con dt.c1 {
  background: url(../images/c1.png) no-repeat;
  width: 1115px;
  height: 562px;
  margin: 0 auto;
}
.wrapper .section .con .con dt.c2 {
  width: 1920px;
  left: calc(50% - 960px);
  height: 984px;
}
.wrapper .section .con .con dt.c2::after {
  display: block;
  content: "";
  width: 1022px;
  height: 917px;
  position: absolute;
  pointer-events: none;
  background: url(../images/c2Mask.png) no-repeat;
  top: -27px;
  left: 0;
  z-index: 1;
}
.wrapper .section .con .con dt.c2 .c2Main {
  position: absolute;
  top: 0vpx;
  left: 274px;
  width: 1640px;
  height: 868px;
}
.wrapper .section .con .con dt.c2 .c2Main .c2BigImg {
  position: absolute;
  right: 0;
  top: 0;
  width: 1507px;
  height: 868px;
  overflow: hidden;
}
.wrapper .section .con .con dt.c2 .c2Main .c2BigImg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left {
  position: absolute;
  left: 0px;
  top: 0;
  height: 860px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 2;
  box-sizing: border-box;
  padding-top: 60px;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group {
  width: 100%;
  height: 48%;
  position: relative;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group .c2Ctrl {
  position: relative;
  width: 100%;
  height: calc(100% - 40px);
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group .c2Ctrl .c2List {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group .c2Ctrl .c2List a {
  position: absolute;
  display: block;
  width: 282px;
  height: 100px;
  background: url(../images/lhBtn.png) no-repeat;
  filter: brightness(0.4);
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group .c2Ctrl .c2List a:nth-child(1) {
  background-position-x: -1692px;
  top: 0px;
  left: 88px;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group .c2Ctrl .c2List a:nth-child(2) {
  background-position-x: -1974px;
  top: 0px;
  left: 348px;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group .c2Ctrl .c2List a:nth-child(3) {
  background-position-x: 0px;
  top: 114px;
  left: 44px;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group .c2Ctrl .c2List a:nth-child(4) {
  background-position-x: -282px;
  top: 114px;
  left: 304px;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group .c2Ctrl .c2List a:nth-child(5) {
  background-position-x: -564px;
  top: 228px;
  left: 0px;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group .c2Ctrl .c2List a:nth-child(6) {
  background-position-x: -846px;
  top: 228px;
  left: 260px;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group .c2Ctrl .c2List a:nth-child(7) {
  background-position-x: -1128px;
  top: 0px;
  left: 88px;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group .c2Ctrl .c2List a:nth-child(8) {
  background-position-x: -1410px;
  top: 0px;
  left: 348px;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group .c2Ctrl .c2List a.on {
  filter: brightness(1);
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group .c2Ctrl .c2Up, .wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group .c2Ctrl .c2Down {
  position: absolute;
  width: 32px;
  height: 42px;
  cursor: pointer;
  z-index: 5;
  transition: background 0.3s;
  background: url(../images/c2Btn.png) no-repeat;
  top: -60px;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group .c2Ctrl .c2Up {
  background-position-x: 0;
  left: 136px;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group .c2Ctrl .c2Down {
  background-position-x: right;
  left: 204px;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group .c2Ctrl .c2Up.disabled, .wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group .c2Ctrl .c2Down.disabled {
  opacity: 0.3;
  cursor: default;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group.norGroup .c2Ctrl .c2List a {
  background-position-y: -100px;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group.norGroup .c2Ctrl .c2List a:nth-child(1) {
  left: 80px;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group.norGroup .c2Ctrl .c2List a:nth-child(2) {
  left: 340px;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group.norGroup .c2Ctrl .c2List a:nth-child(3) {
  left: 124px;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group.norGroup .c2Ctrl .c2List a:nth-child(4) {
  left: 387px;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group.norGroup .c2Ctrl .c2List a:nth-child(5) {
  left: 168px;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group.norGroup .c2Ctrl .c2List a:nth-child(6) {
  left: 432px;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group.norGroup .c2Ctrl .c2List a:nth-child(7) {
  left: 80px;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group.norGroup .c2Ctrl .c2List a:nth-child(8) {
  left: 340px;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group.norGroup .c2Ctrl .c2Up {
  left: 216px;
  top: 340px;
}
.wrapper .section .con .con dt.c2 .c2Main .c2Left .c2Group.norGroup .c2Ctrl .c2Down {
  left: 284px;
  top: 340px;
}
.wrapper .section .con .con dt.c3 {
  background: url(../images/c3.png) no-repeat;
  width: 1205px;
  height: 784px;
  left: -9px;
  padding-top: 13px;
  padding-left: 193px;
}
.wrapper .section .con .con dt.c3 .ibtn {
  width: 49px;
  height: 231px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  top: 335px;
  left: 68px;
}
.wrapper .section .con .con dt.c3 .ibtn a {
  display: block;
  background: url(../images/mxBtn.png) no-repeat;
  display: block;
  width: 100%;
  height: 55px;
  opacity: 0.4;
}
.wrapper .section .con .con dt.c3 .ibtn a i {
  display: none;
}
.wrapper .section .con .con dt.c3 .ibtn a:nth-child(1) {
  background-position-y: 0;
}
.wrapper .section .con .con dt.c3 .ibtn a:nth-child(2) {
  background-position-y: -89px;
}
.wrapper .section .con .con dt.c3 .ibtn a:nth-child(3) {
  background-position-y: -176px;
}
.wrapper .section .con .con dt.c3 .ibtn a.on {
  opacity: 1;
}
.wrapper .section .con .con dt.c4 {
  background: url(../images/c4.png) no-repeat;
  width: 1219px;
  height: 816px;
  left: -10px;
}
.wrapper .section .con .con dt.c4 a {
  display: block;
  width: 416px;
  height: 68px;
  top: 581px;
  left: calc(50% - 199px);
  position: relative;
}
.wrapper .section .con .con dt.c5 {
  background: url(../images/c5.png) no-repeat center top;
  height: 1138px;
}
.wrapper .section .con .con dt.c6 {
  background: url(../images/c6.png) no-repeat center top;
  height: 641px;
  display: flex;
  box-sizing: border-box;
  padding: 231px 180px 0px 125px;
  justify-content: space-between;
}
.wrapper .section .con .con dt.c6 a {
  display: block;
  width: 278px;
  height: 240px;
}
.wrapper .section .con .con dt.c7 {
  background: url(../images/c7.png) no-repeat center top;
  height: 1060px;
  display: flex;
  box-sizing: border-box;
  align-content: space-between;
  padding: 238px 0px 250px 0px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrapper .section .con .con dt.c7 a {
  display: block;
  width: 278px;
  height: 240px;
}
.wrapper .section .con .con dt.c7 a:nth-child(5) {
  margin-left: 152px;
}
.wrapper .section .con .con dt.c7 a:nth-child(7) {
  margin-right: 152px;
}

.popdiv {
  display: none;
  background: url(../images/t.png) no-repeat;
  background-position-y: 0;
}
.popdiv .close {
  text-indent: -999em;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  width: 40px;
  height: 36px;
  top: -8px;
  right: -40px;
  background: url(../images/close.png) no-repeat;
}
.popdiv.p0 {
  background: none;
  width: 940px;
  height: 650px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
.popdiv.p0 .sclbr {
  width: 100%;
  height: 650px;
  overflow-x: hidden;
}
.popdiv.p0 .close {
  top: -10px;
}
.popdiv .sclbr::scrollbar {
  width: 6px;
}
.popdiv .sclbr::scrollbar-track {
  background-color: #1d2143;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.popdiv .sclbr::scrollbar-thumb {
  background-color: #e6b8b7;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.popdiv .sclbr::scrollbar-button {
  background-color: #41700f;
  display: none;
}
.popdiv .sclbr::-webkit-scrollbar {
  width: 6px;
}
.popdiv .sclbr::-webkit-scrollbar-track {
  background-color: #1d2143;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.popdiv .sclbr::-webkit-scrollbar-thumb {
  background-color: #e6b8b7;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.popdiv .sclbr::-webkit-scrollbar-button {
  background-color: #41700f;
  display: none;
}
.popdiv .sclbr::-moz-scrollbar {
  width: 6px;
}
.popdiv .sclbr::-moz-scrollbar-track {
  background-color: #1d2143;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.popdiv .sclbr::-moz-scrollbar-thumb {
  background-color: #e6b8b7;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.popdiv .sclbr::-moz-scrollbar-button {
  background-color: #41700f;
  display: none;
}
.popdiv.p1 {
  background-position-y: 0px;
  width: 285px;
  height: 123px;
}
.popdiv.p2 {
  background-position-y: -123px;
  width: 274px;
  height: 123px;
}
.popdiv.p3 {
  background-position-y: -246px;
  width: 297px;
  height: 123px;
}
.popdiv.p4 {
  background-position-y: -414px;
  width: 274px;
  height: 347px;
}
.popdiv.p5 {
  background-position-y: -761px;
  width: 302px;
  height: 386px;
}
.popdiv.p6 {
  background-position-y: -1147px;
  width: 278px;
  height: 156px;
}
.popdiv.p7 {
  background-position-y: -1303px;
  width: 278px;
  height: 138px;
}
.popdiv.p8 {
  background-position-y: -1441px;
  width: 278px;
  height: 157px;
}
.popdiv.p9 {
  background-position-y: -1598px;
  width: 278px;
  height: 178px;
}
.popdiv.p10 {
  background-position-y: -1776px;
  width: 278px;
  height: 138px;
}
