﻿/* 思源黑体 */
@font-face {
  font-family: "NotoSansHans";
  src: url("../font/NotoSansHans-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: AsapCondensed;
  src: url("../font/AsapCondensed-SemiBold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Exo2;
  src: url("../font/exo2-boldcondensed.ttf");
  font-weight: normal;
  font-style: normal;
}
article, aside, dialog, footer, header, section, footer, nav, figure, menu, main {
  display: block
}
*, :before, :after {
  box-sizing: border-box;
}
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0
}
img {
  border: 0;
  width: auto;
}
ul, dl, li, dt, dd {
  list-style: none;
}
body, html {
  min-height: 100%;
}
body {
  font-family: "NotoSansHans", "microsoft JhengHei";
  font-size: 14px;
  color: #000;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  width: 100%;
  overflow-x: hidden;
  background: #fff;
}
pre {
  font-family: "NotoSansHans", "microsoft JhengHei";
  white-space: pre-wrap;
  word-wrap: break-word;
}
a {
 
  text-decoration: none;
  transition: ease .65s;
  color: #000;
  outline: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
input[type="text"], input[type="password"], input[type="search"], input[type="number"], textarea, select {
  outline: none;
  font-family: "NotoSansHans", "microsoft JhengHei";
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
  transition: ease .45s;
}
input::-webkit-input-placeholder {
  color: #888888;
}
input:-moz-placeholder {
  color: #888888;
}
input::-moz-placeholder {
  color: #888888;
}
input:-ms-input-placeholder {
  color: #888888;
}
textarea {
  resize: none;
  overflow: hidden;
}
textarea::-webkit-input-placeholder {
  color: #888888;
}
textarea:-moz-placeholder {
  color: #888888;
}
textarea::-moz-placeholder {
  color: #888888;
}
textarea:-ms-input-placeholder {
  color: #888888;
}
select::-ms-expand {
  display: none;
}
i, em {
  font-style: normal;
}
.fl, .fl_warp {
  float: left;
}
.fr, .fr_warp {
  float: right;
}
.z-container {
  width: 1400px;
  height: auto;
  clear: both;
  margin: 0 auto;
}
.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  text-overflow: ellipsis;
}
.ellipsis5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis6 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis7 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis8 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
}
.imgbg {
  width: 100%;
  height: 100%;
  transition: ease 1s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.imgbgs {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.z_flex {
  display: flex;
  align-items: center;
}
.z_flex_ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.clear {
  clear: both;
}
*:before, *:after {
  z-index: -1;
}
.z_public_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-size: cover;
  background-attachment: fixed;
  pointer-events: none;
}
.z_center {
  text-align: center;
}
.lazy {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: bottom center;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-attachment: fixed;
}
/* 鼠标追随 */
.cursor {
  width: 2.6vw;
  height: 2.6vw;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  margin: -1.3vw 0 0 -1.3vw;
  z-index: 120;
  visibility: hidden;
}
.cursor:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.4);
  transition: all .4s cubic-bezier(.3, 1.83, .49, .88);
}
.cursor {
  user-select: none;
  pointer-events: none;
  mix-blend-mode: difference;
}
.cursor.nav::before {
  transform: translate(-50%, -50%) scale(1);
}
/*浏览器滚动条*/ ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-button:vertical {
  display: none
}
::-webkit-scrollbar-track:vertical {
  background-color: black
}
::-webkit-scrollbar-track-piece {
  background: #E3E3E3
}
::-webkit-scrollbar-thumb:vertical {
  background-color: #555;
  border-radius: 30px
}
::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #3B3B3B
}
::-webkit-scrollbar-corner:vertical {
  background-color: #535353
}
::-webkit-scrollbar-resizer:vertical {
  background-color: #FF6E00
}
::-webkit-scrollbar-track-piece {
  background: #eeeeee
}
::-webkit-scrollbar-thumb:vertical {
  background-color: #196CCF;
}
/* swiper */
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
  z-index: 3;
}
.swiper-container-fade .swiper-slide {
  opacity: 0 !important;
}
.swiper-container-fade .swiper-slide-active {
  opacity: 1 !important;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active {
  pointer-events: auto;
  z-index: 3;
}
.swiper-fade .swiper-slide {
  opacity: 0 !important;
}
.swiper-fade .swiper-slide-active {
  opacity: 1 !important;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
/* 视频弹框 */
.z_video_pop {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: ease .6s;
  visibility: hidden;
}
.z_video_pop.on {
  opacity: 1;
  visibility: visible;
}
.z_video_pop .close_btn {
  width: 75px;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  cursor: pointer;
}
.z_video_pop .close_btn .iconfont {
  font-size: 34px;
}
#video {
  width: 100%;
  max-height: 100%;
}
.z_video_pop .warp {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
/*分享二维码*/
#zCode {
  display: block;
  left: 50%;
  top: 50%;
  margin-left: -110px;
  margin-top: -122.5px;
  position: fixed;
  background: #fff;
  height: 245px;
  width: 220px;
  z-index: 3000;
  border-radius: 5px;
  border: 6px solid #7f7f7f;
  box-sizing: border-box;
}
#zCode > h2 {
  color: #666;
  background: #f2f2f2;
  height: 24px;
  line-height: 24px;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  padding: 0 10px;
  box-sizing: border-box;
}
#zCode > h2 > i {
  cursor: pointer;
  float: right;
  width: 24px;
  height: 24px;
  text-align: center;
}
#zCode > .ewm {
  width: 100%;
  height: 208px;
  padding: 20px;
  box-sizing: border-box;
}
#zCode > .ewm canvas {
  width: 100%;
  height: 100%;
}
/* 点击看大图 */
.rebox {
  cursor: pointer;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999!important;
  -webkit-filter: none !important;
  background: rgb(0, 0, 0); /* IE Fallback (Solid Colour) */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
  background: rgba(0, 0, 0, 0.6);
}
.rebox * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.rebox-contents {
  position: absolute;
  top: 5%;
  left: 5%;
  text-align: center;
  width: 90%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rebox-contents .rebox-content {
  border-radius: 1px;
  max-width: 100%;
  max-height: 100%;
}
.rebox-loading {
  width: 31px;
  height: 31px;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 48%;
  left: 50%;
}
.rebox-caption {
  display: none;
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}
.rebox-caption p {
  margin: 0 auto;
  max-width: 70%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
.rebox-button {
  position: absolute;
  z-index: 9999;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgb(0, 0, 0);
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  border-radius: 32px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.rebox-button:hover, .rebox-button:focus {
  opacity: 1;
  background: #BF2E2E;
}
.rebox-close {
  right: 10px;
  top: 10px;
  font-size: 30px;
}
.rebox-next {
  right: 10px;
  top: 48%;
}
.rebox-prev {
  left: 10px;
  top: 48%;
}
.rebox-loading {
  left: 50%;
  top: 48%;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.z_menu_btn {
  display: flex;
  height: 50px;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  cursor: pointer;
  z-index: 11;
  margin-left: auto;
}
.z_menu_btn span {
  display: block;
  transition: ease .6s;
  width: 28px;
  height: 2px;
  background: #1a4564;
}
.z_menu_btn .line2 {
  margin: 4px 0;
}
.z_menu_btn.on .line1 {
  transform: translateY(6px) rotate(45deg);
}
.z_menu_btn.on .line3 {
  transform: translateY(-6px) rotate(-45deg);
  width: 28px;
}
.z_menu_btn.on .line2 {
  opacity: 0;
}
.z_menu_btn.on span {
  background: #000;
}

