* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

body {
    font-family: Source Han Sans CN, Source Han Sans CN;
    overflow-x: hidden
}

body.no-scroll {
    position: fixed;
    left: 0;
    right: 0
}

a {
    text-decoration: none;
    transition: .3s ease color, .3s ease opacity, .3s ease transform
}

a:link {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:active {
  color: inherit;
  text-decoration: none;
}

img {
    border: none
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield
}

.clearfix {
    zoom: 1;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}


.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-multiline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-hover{
  cursor: pointer;
  transition: transform .2s ease-in;
}
.card-hover:hover{
  transform: scale(1.02);
  box-shadow: 4px 5px 12px #ccc;
}

.app-container {
    width: 1280px!important;
    margin: 0 auto;
}

/* 新闻版面排版宽度 */
.new-container-width {
    width: 720px;
    margin: 0 auto;
}

/* 联系我们按钮 */
.a-button {
    display: inline-block;
    width: 192px;
    height: 60px;
    background: linear-gradient(230deg, #17C0FF 0%, #3752FF 100%);
    border-radius: 4px 4px 4px 4px;
    line-height: 60px;
    text-align: center;
    font-weight: 400;
    font-size: 28px;
    color: #FFFFFF!important;
    cursor: pointer;
}



/* 头部 */
.app-header {
    background-color: #111015;
    height: 78px;
    width: 100%;
    position: relative;
    z-index: 1000;
}

.app-header-up {
    width: 100%;
    height: 78px;
    position: relative;
    background-color: transparent;
}

.app-header-inner{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5000;
}

.app-header .app-header-container {
    height: 78px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    
}

.app-header .app-header-container h1 {
    font-size: 0 !important;
}

.app-header-container >a {
    width: 162.35px;
    height: 40px;
    font-size: 0;
    flex: 0 0 auto;
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url(./../assets/imgs/logo.png);
}

.nav-list ul {
    list-style: none;
    display: inline-block;
    font-size: 16px;
    user-select: none;
}

.nav-list ul li {
    width: 120px;
    float: left;
    display: block;
    color: #fff;
    line-height: 1;
    text-align: center;
    border-right: 1px solid #626C79;
    cursor: pointer;
}

.nav-list ul li span>a{}

.nav-list ul li.active a{
  color: #3A89FE;
  
}

.nav-list ul li a:hover{
  color: #3A89FE;
}

.app-header-container .nav-list ul li:last-child {
    border-right: none;
    text-align: right;
    width: 80px;
}



/* 页面页脚 */

.app-footer {
  width: 100%;
  height: 280px;
  background: #252A33;
  background-image: url(../assets/imgs/foot-background.png);
}

.app-footer .footer-container {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}


.foot-container-left>span {
  display: inline-block;
  width: 534px;
  height: 42px;
  background-image: url(../assets/imgs/foot-logo.png);
}

.foot-container-left .split-line {
  height: 2px;
  margin: 8px 0px;
  background-image: url(../assets/imgs/h-split-line.png);
}

.foot-container-left .nav-list ul li {
  text-align: center;
}

.foot-container-left .nav-list ul li:last-child {
  border-right: none !important;
}

.foot-container-left .nav-list ul li:first-child {
  text-align: left;
  width: 70px;
}



/* 内容 */
.app-body {
    /* transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 90, 0, 1); */
    /* margin-top: 90px; */
    opacity: 1;
    pointer-events: all;
    box-sizing: border-box;
    /* overflow: hidden; */
}


.gzjview {
    overflow: hidden;
}


/* 页面底部 */
.gzjview .app-bottom {
    width: 100%;
    position: relative;
    height: 89px;
    background-color: #131720;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
}

.app-bottom a {
    color: #fff;
}


/* 带水印的标题 */
.app-article-title {
    width: 100%;
    /* height: 213px; */
    margin: 80px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}

.app-article-title> h1 {
    color: #243042;
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    display: block;
    position: relative;
}

.app-article-title> h1::after{
  content: '';
  width: 63px;
  height: 3px;
  display: inline-block;
  background: #3A89FE;
  border-radius: 2px 2px 2px 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

/* .app-article-title> span {
    width: 63px;
    height: 3px;
    background: #3A89FE;
    border-radius: 2px 2px 2px 2px;
} */

.app-article-title-watermark {
    text-transform: uppercase;
    width: 100%;
    height: 36px;
    font-weight: bold;
    font-size: 36px;
    color: #EBEDEF;
    line-height: 48px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    position: absolute;
    transform: translate(-50%, 0%);
    left: 50%;
    top: 16px;
    z-index: -1;
    user-select: none;
}

.app-article-subtext {
    margin-top: 25px;
    font-weight: 400;
    font-size: 18px;
    color: #626C79;
    line-height: 43px;
    text-align: center;
}

.app-article-content {
    font-weight: 400;
    font-size: 18px;
    color: #243042;
    line-height: 43px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    word-break: break-all;
    text-indent: 2em;
}

@media (prefers-color-scheme: dark) {
  * {
    -webkit-tap-highlight-color: #E6E6E6;
  }

/* 新闻版面排版宽度 */
/* 联系我们按钮 */
  .a-button {
    background: #E6E6E6;
    color: #121212;
  }


/* 头部 */
  .app-header {
    background-color: #D1CFDB;
  }

/* 内容 */
  .app-body {
/* transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 90, 0, 1); *//* margin-top: 90px; */
  }


/* 页面底部 */
  .gzjview .app-bottom {
    background-color: #C2CADB;
    color: #121212;
  }

  .app-bottom a {
    color: #121212;
  }


/* 带水印的标题 */
  .app-article-title h1 {
    color: #C4CEDF;
  }

  .app-article-title span {
    background: #015DE4;
  }

  .app-article-title-watermark {
    color: #252A2E;
  }

  .app-article-subtext {
    color: #929BA7;
  }

  .app-article-content {
    color: #C4CEDF;
  }
}