/* 定义全局变量 */
html,body {
  overflow-x: hidden !important;
}
:root {
  --maxWidth: 1200px;
  --card2Top: 34rem;
  --gradientCardHeight: 60rem;
  --menuImgMinWidth: 40rem;
}
.selector-for-some-widget {
  box-sizing: content-box;
}
a{text-decoration:none;}
a:hover,a:visited{text-decoration:none}
.content {position: relative;width: 100%;height: 100vh;box-sizing:border-box;}
.center {position: absolute;width: 100%; height: 100%; text-align: center;top: 50%;left: 50%;transform: translate(-50%, -50%);overflow-y: auto;}
.ffsb {display: flex;justify-content: flex-start; align-items: baseline;}
.ffsc {display: flex;justify-content: flex-start; align-items: center;}
.ffss {display: flex;justify-content: flex-start; align-items: start;}
.ffec {display: flex;justify-content: flex-end; align-items: center;}
.fsbc {display: flex; justify-content: space-between;align-items: center;}
.fsbb {display: flex; justify-content: space-between;align-items: baseline;}
.fsbs {display: flex; justify-content: space-between;align-items: start;}
.fsbe {display: flex; justify-content: space-between;align-items: end;}
.fsac {display: flex;justify-content: space-around;align-items: center;}
.fcb {display: flex;justify-content: center; align-items: baseline;}
.fcc {display: flex;justify-content: center; align-items: center;}
.fcs {display: flex;justify-content: center;align-items: start;}
.fec {display: flex;justify-content: end;align-items: center;}
.column {flex-direction: column;}
.wrap {flex-wrap: wrap;}

/* 单行省略 */
.line-1 {
  display:block;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis; 
}
/* 多行省略 */
.line-2 {
  display: block;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2; 
}
/* 多行省略 */
.line-n {
  display: block;
  overflow:hidden; 
  text-overflow:ellipsis;
  display:-webkit-box; 
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3; 
}


/* 页头 */
.header {
  position: fixed;
  width: 100%;
  z-index: 10;
}
.header-logo {
  width: 90px;
  height: 30px;
}
.header-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 5px solid #D41B19;
}
.header-video-bg {
  position: relative;
  width: 100%;
  height: 100vh;
}
.header-menu-content {
  width: var(--maxWidth);
}
.header-menu {
  width: var(--maxWidth);
  max-width: var(--maxWidth);
}
.header-menu img {
  cursor: pointer;
}
.header-top {
  width: 100%;
  height: 80px;
  color: #fff;
  background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
}

/* 上滑后 导航栏固定样式 */
.header-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  height: 80px;
  background: #FFFFFF;
  color: #242424;
  opacity: 0;
  display: none;
}
.language-bg {
  background-color: #fff;
  opacity: 0.8;
}
.underline {
  border-bottom: 1px solid;
}
.header-right img{
  cursor: pointer;
}
.header-right-text {
  margin-left: 3.375rem;
  cursor: pointer;
}
.header-language {
  position: relative;
  width: auto;
  height: 24px;
  padding-right: 24px;
}
.header-language-select {
  position: absolute;
  top: 24px;
  right: 0;
  cursor: pointer;
  display: none;
  text-align: center;
  padding: 0 24px;
}
.language-item {
  width: 100%;
  height: 25px;
  margin: 25px 0;
  display: block;
}
.header-netgroup {
  position: relative;
  width: auto;
  height: 24px;
}
.netgroup-fixed-hover:hover .header-netgroup-select,
.language-hover:hover .header-language-select,
.language-fixed-hover:hover .header-language-select {
  display: block;
  animation: netgroup-ani .2s ease;
}
.netgroup-hover:hover .header-netgroup-select {
  display: flex;
  animation: netgroup-ani .2s ease;
}
@keyframes netgroup-ani {
  0% {
    top: 0;
    z-index: -1;
  }
  90% {
    z-index: -1;
  }
  100% {
    top: 24px;
    z-index: 1;
  }
}
.header-netgroup-select {
  overflow: hidden;
  position: absolute;
  top: 24px;
  right: -40%;
  cursor: pointer;
  display: none;
  text-align: center;
  padding: 20% 20% 0;
}
.netgroup-item {
  width: 100%;
  height: 25px;
  margin-bottom: 25px;
  display: block;
  color: inherit;
}

.language-item:hover, .netgroup-item:hover {
  border-bottom: 1px solid;
  color: inherit;
}
.netgroup-bg {
  background-color: #fff;
  opacity: 0.8;
  padding: 30px;
}

/* 页脚 */
.footer {
  position: relative;
  width: 100%;
  height: 35rem;
  background: #404252;
}
.footer-info {
  position: relative;
  height: 30rem;
}
.footer-info-content {
  width: var(--maxWidth);
  height: auto;
  border-bottom: 1px solid #595C71;
  padding: 0 0 40px 50px;
  margin-bottom: 42px;
}
.footer-info-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer-info-title {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 13px;
}
.footer-info-text {
  font-size: 16px;
  font-weight: 400;
  color: #A29D9C;
  line-height: 30px;
  margin-right: 80px;
}
.footer-info-text img {
  width: 18px;
  height: 18px;
}

.footer-info-text div:hover{
  cursor: pointer;
  color: #fff;
}

.ml10 {
  margin-left: 10px;
}
.mr60 {
  margin-right: 60px;
}
.footer-link {
  position: relative;
  width: var(--maxWidth);
  height: auto;
  padding: 0 50px;
  color: #A29D9C;
  line-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.footer-link-left {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.footer-link-item {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-direction: column;
  margin-right: 60px;
}
.footer-link-title {
  font-size: 1rem;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 10px;
}
a {
  color: #A29D9C;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #fff;
}
.footer-bottom {
  width: 100%;
  height: 5rem;
}
.footer-bottom-line {
  width: 1px;
  height: 20px;
  background: #595C71;
  margin: 0 25px;
}
.hidden-line {
  background: transparent !important;
}

.footer-link-sub {
  flex-direction: column;
}
.mini-footer-arrow {
  display: none;
}


/* 回到顶部 */
.top {
  position: fixed;
  right: 0;
  bottom: 20%;
  /* width: 70px;
  height: 70px; */
  background: #D41B19;
  border-radius: 10px 0px 10px 0px;
  z-index: 99;
  cursor: pointer;
  display: none;
}
.top-icon {
  width: 63px;
  height: 55px;
}
.top-arrow {
  position: relative;
  width: 26px;
  height: 26px;
}
.top-arrow img {
  position: absolute;
  top: 3px;
  width: 100%;
  height: auto;
  object-fit: cover;
  animation: top-ani 1.2s ease 0s infinite;
}
@keyframes top-ani {
  from {
    top: 3px;
    opacity: 0;
  }

  to {
    top: -3px;
    opacity: 1;
  }
}
.top-text {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
}


/* 菜单栏 */
.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #404252;
  z-index: 999;
  border-top: 5px solid #D41B19;
}
.menu-img {
  width: 40vw;
  min-width: var(--menuImgMinWidth);
  height: 100%;
  object-fit: cover;
}
.menu-close-container, .search-close-container {
  position: absolute;
  width: var(--maxWidth);
  height: 5rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.menu-close {
  cursor: pointer;
}
.menu-info {
  width: calc(100% - 40vw);
  min-width: 600px;
  height: 100%;
  opacity: 0;
}
/* 上往下出现 */
.top2Down-animated {
  opacity: 1;
  animation: top2Down-ani 0.5s ease;
}
@keyframes top2Down-ani {
  from {
    transform: translate(0, -80px);
    opacity: 0;
  }

  to {
    transform: translate(0, 0px);
    opacity: 1;
  }
}
.menu-info-title {
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.menu-info-sub {
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  padding-left: 29px;
}
.menu-info-sub a::before {
  content: '';
  width: 10px;
  height: 1px;
  background: #D41B19;
  margin: 5px;
  display: inline-block;
}
.mini-menu-info {
  display: none;
}
.ml150 {
  padding-left: 9.375rem;
}
.mb50 {
  margin-bottom: 3.125rem;
}

/* 搜索框 */
.search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 60vh; */
  background: #404252;
  border-top: 5px solid #D41B19;
  z-index: 999;
}
.search-logo {
  height: 40px;
}
.search-input {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 22px;
  font-weight: 400;
  color: #837E7C;
}
.search-content {
  width: 60%;
  min-width: 800px;
  border-bottom: 1px solid #A29D9C;
}
.search-content input {
  width: calc(100% - 24px);
  display: block;
  outline: none;
  border-radius: 4px;
  background: transparent;
  border: none;
  color: #fff;
  padding: 16px 5px;
  letter-spacing: 2px;
}
.search-content img {
  cursor: pointer;
}


/* 菜单汉堡 */
.menu-wrapper {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.menu-wrapper-preview {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.hamburger-menu-top,
.hamburger-menu-top:before {
  width: 40px;
  height: 1px;
}
.hamburger-menu-top:after {
  width: 20px;
  height: 1px;
}
.hamburger-menu-top {
  position: relative;
  transform: translateY(20px);
  background: white;
  transition: all 0ms 300ms;
}
.hamburger-menu-top.animate {
  background: rgba(255, 255, 255, 0);
}
.hamburger-menu-top:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: white;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu-top:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: white;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu-top.animate:after {
  width: 40px;
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu-top.animate:before {
  width: 40px;
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu-fixed,
.hamburger-menu-fixed:before {
  width: 40px;
  height: 1px;
}
.hamburger-menu-fixed:after {
  width: 20px;
  height: 1px;
}
.hamburger-menu-fixed {
  position: relative;
  transform: translateY(20px);
  background: #242424;
  transition: all 0ms 300ms;
}
.hamburger-menu-fixed.animate {
  background: rgba(255, 255, 255, 0);
}
.hamburger-menu-fixed:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #242424;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu-fixed:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #242424;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu-fixed.animate:after {
  width: 40px;
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu-fixed.animate:before {
  width: 40px;
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}


.red {
  color: #D41B19;
}
.yellow {
  color: #EF9D1A;
}
/* 内页 顶部背景图/导航 */
.pages-bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 20rem;
  background-color: #fff;
}
.pages-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  opacity: 0.8;
  /* z-index: -1; */
}
.pages-title {
  font-size: 2.5rem;
  font-weight: 500;
  color: #FFFFFF;
  letter-spacing: 5px;
  text-shadow: 0px 3px 6px rgba(0,0,0,0.5);
  z-index: 1;
}
.pages-title::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #D41B19;
  border-radius: 4px 0px 4px 0px;
  margin: 0px 10px 27px 0;
  display: inline-block;
  box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.5);
}
.pages-tab {
  position: relative;
  width: 100%;
  height: 3.125rem;
  background-color: #DDDDE1;
  font-size: 14px;
  font-weight: 400;
  color: #979797;
}
.pages-tab-container {
  width: var(--maxWidth);
  min-width: 1180px;
  height: 100%;
  padding: 0 2.5rem;
}
.pages-tab-container img {
  width: 12px;
  height: 12px;
  margin: 0 1rem 0 .5rem;
}
.pages-tab-container a:hover {
  color: #111;
}
.pages-tab-current {
  color: #242424;
}



/* 分页 */
.pagination img {
  width: 22px;
  height: 22px;
}
.mrl26 {
  margin: 0 26px;
}

.pagination-item {
  margin: 0;
  padding: 0;
}
.pagination-item-li {
  list-style: none;
  width: 48px;
  height: 48px;
  border-radius: 20px 0px 20px 0px;
  opacity: 1;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
}
.pagination-item-current {
  background: #D41B19;
}
.page-first, .page-previous {
  transform: rotate(180deg);
  cursor: no-drop;
  filter: brightness(0.5);
}
.page-next, .page-end {
  cursor: pointer;
}

.menu-map {
  cursor: pointer;
}


@media screen and (min-width: 0px) and (max-width: 768px) {
  :root {
    --maxWidth: 390px;
    --card2Top: 44rem;
    --gradientCardHeight: 70rem;
  }
  .search {
    height: 30vh;
  }
  .search-logo {
    height: 24px;
  }
  .search-logo  .header-logo {
    vertical-align:baseline;
  }
  .search-content {
    min-width: 340px;
    margin-top: 5vh;
  }
  .search-input {
    font-size: 18px;
  }

  .menu-img {
    display: none;
  }
  .menu {
    left: 40%;
    width: 60%;
    box-shadow: 3px 3px 6px 1px rgba(0,0,0,0.16);
  }
  .menu-close-container {
    width: calc(var(--maxWidth) * 0.6);
    height: 60px;
    top: -5px;
    left: auto;
    transform: none;
    padding-right: 30px;
  }
  .search-close-container {
    height: 3.75rem;
    padding: 0 30px;
    margin-top: -5px;
  }
  .menu-info {
    display: none;
  }
  .mini-menu-info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 60px;
    left: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }
  .mini-menu-info-title {
    color: #fff;
  }
  .min-menu-item {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    padding: 14px 22px;
    border-top: 1px solid #595C71;
  }
  .mini-menu-lan {
    border-top: 1px solid #595C71;
    color: #FFFFFF;
    padding: 100px 0;
  }
  .mini-menu-lan a {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 30px;
  }
  .mini-menu-lan a:last-child {
    margin-right: 0;
  }
  .menu-info-sub {
    width: 100%;
    background: #545664;
    padding-left: 0;
  }
  .menu-info-sub a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #595C71;
    padding-left: 32px;
    color: #D6D2D1;
  }
  .header-top, .header-fixed {
    height: 60px;
  }
  .header-menu {
    padding: 0 30px;
  }
  .header-logo {
    width: 73px;
    height: 24px;
  }
  .header-right-text {
    margin-left: 30px;
  }

  .footer {
    height: auto;
  }
  .footer-info {
    height: auto;
    justify-content: end;
    padding: 40px 0 60px 0;
  }

  .footer-info-list {
    flex-direction: column;
    align-items:baseline;
    padding: 0 5%;
  }
  .footer-info-content {
    margin: 0;
    padding: 0 0 10px 0;
  }
  .footer-info-title {
    font-size: 18px;
    padding: 0 5%;
  }
  .footer-info-title, .footer-info-text {
    margin-bottom: 20px;
  }
  .footer-info-text {
    font-size: .875rem;
    margin-right: 0;
    line-height: 25px;
  }
  .footer-info-text img {
    width: 16px;
    height: 16px;
  }
  .ml10 {
    margin-left: 7px;
  }
  .footer-link {
    line-height: 20px;
    padding: 0;
    flex-direction: column;
  }

  .footer-link-item {
    width: 100%;
    border-bottom: 1px solid #595C71;
    margin-right: 0;
    cursor: pointer;
  }
  
  .footer-link-sub {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    width: 100%;
    background: #545664;
    padding-left: 0;
  }
  .footer-link-sub a::before {
    content: '';
    width: 10px;
    height: 1px;
    background: #D41B19;
    margin: 5px;
    display: inline-block;
  }
  .footer-link-sub a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #595C71;
    padding-left: 32px;
    color: #D6D2D1;
  }
  .footer-link-title {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 5%;
  }

  .footer-bottom {
    font-size: 13px;
    flex-direction: column;
    height: 9.875rem;
    line-height: 3;
  }
  .footer-bottom-line {
    margin: 0 10px;
  }
  .footer-link-left {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .mini-line {
    display: none;
  }
  .mini-footer-arrow {
    display: block;
    width: 20px;
    height: 20px;
  }

  .top-icon {
    width: 40px;
    height: 40px;
  }
  .top-arrow {
    position: relative;
    width: 16px;
    height: 16px;
  }

  .more-btn:hover {
    transform: translate(0);
  }

  /* 子页面顶部 */
  .pages-bg {
    height: 15.625rem;
  }
  .pages-bg img {
    object-position: center center;
  }
  .pages-title {
    font-size: 25px;
  }
  .pages-title::before {
    margin: 0px 5px 20px 0;
  }
  .pages-tab {
    height: 2.5rem;
  }
  .pages-tab-container {
    min-width: 100%;
    padding: 0 20px;
    font-size: 13px;
  }

  .header-netgroup,
  .header-language,
  .min-qrcode{
    display: none;
  }
  .min-qrcode {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  :root {
    --maxWidth: 900px;
    --card2Top: 44rem;
    --gradientCardHeight: 70rem;
  }
  .search {
    height: 60vh;
  }
  .min-footer-link-sub {
    display: flex;
  }
}

@media screen and (min-width: 960px) and (max-width: 1399px) {
  :root {
    --maxWidth: 1080px;
    --card2Top: 44rem;
    --gradientCardHeight: 70rem;
  }
  .search {
    height: 60vh;
  }
  .min-footer-link-sub {
    display: flex;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1900px) {
  :root {
    --maxWidth: 1260px;
    --card2Top: 34rem;
    --gradientCardHeight: 60rem;
  }
  .search {
    height: 60vh;
  }
  
  .min-footer-link-sub {
    display: flex;
  }
}

@media screen and (min-width: 1901px) and (max-width: 5000px) {
  :root {
    --maxWidth: 1440px;
    --card2Top: 34rem;
    --gradientCardHeight: 60rem;
  }
  .search {
    height: 60vh;
  }
  .min-footer-link-sub {
    display: flex;
  }
}
