/* ---------------------------------------------- /*
 *  reset
/* ---------------------------------------------- */
* {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
iframe,
fieldset,
legend,
label,
button,
input,
textarea,
th,
td,
figure {
  margin: 0;
  padding: 0;
}
a,
a:hover,
a:visited,
a:focus {
  color: inherit;
  text-decoration: none;
  outline: none;
}
ul,
ol {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
button,
select,
textarea {
  outline: none;
}
textarea {
  resize: none;
}
button {
  background: none;
  border: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
button:active,
button:focus {
  outline: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
}
img {
  border: none;
}

/* -------------------------------
 * 共用类
-------------------------------- */
.margin-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-l-3 {
  margin-left: 3px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.padding-t-0 {
  padding-top: 0 !important;
}
.padding-b-0 {
  padding-bottom: 0 !important;
}
.p-l-2 {
  padding-left: 2px;
}
.p-r-2 {
  padding-right: 2px;
}
.w-65per {
  width: 65% !important;
}
.w-100per {
  width: 100% !important;
}
.w-8em {
  width: 8em !important;
}
i.line {
  display: inline-block;
  height: 12px;
  margin: 0 5px;
  vertical-align: middle;
  border-left: 1px solid #999;
}
.img-src {
  position: relative;
  font: 0/0;
}
.img-src img {
  max-width: 100%;
  max-height: 100%;
}
.img-middle,
.img-bottom {
  font-size: 0;
  text-align: center;
}
.img-middle:after,
.img-bottom:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
}
.img-middle:after,
.img-middle img {
  vertical-align: middle;
}
.img-bottom:after,
.img-bottom img {
  vertical-align: bottom;
}
.fixed {
  position: fixed !important;
}
.cur-default {
  cursor: default !important;
}
.nowrap {
  white-space: nowrap !important;
}
.border-none {
  border: none !important;
}

.hidden {
  display: none !important;
}

.left-extra:before {
  content: '';
  display: block;
  position: absolute;
  width: 5000px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 0;
}
.left-extra > * {
  position: relative;
  z-index: 10;
}
.no-link {
  cursor: default !important;
}
.inline {
  display: inline !important;
}
.lockscroll,
.lockscroll body {
  height: 100vh;
  overflow: hidden;
}
.fnone-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* 颜色配置 */
.main-color {
  color: #fdca00 !important;
}
.main-bgcolor {
  background-color: #fdca00 !important;
}

/* 滚动条 */
.custom-scrollbar::-webkit-scrollbar {
  width: 10px;
}
.custom-scrollbar::-webkit-scrollbar-button,
.custom-scrollbar::-webkit-scrollbar-track {
  display: none;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #e5e9ef;
  width: 4px;
  border-radius: 4px;
}
.custom-scrollbar::-webkit-scrollbar-button,
.custom-scrollbar::-webkit-scrollbar-track {
  display: none;
}
.custom-scrollbar::-webkit-scrollbar-track-piece {
  background: #ddd;
}

/* 滚动条手机版 */
@media (max-width: 767px) {
  .custom-scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 0;
  }
  .custom-scrollbar::-webkit-scrollbar-track-piece {
    background: rgba(26, 26, 26, 0.7);
  }
}

/* -------------------------------
 * Bootstarp
-------------------------------- */
/*---- 全局项 ----*/

@font-face {
  font-family: 'Klavika Regular';
  font-weight: 300;
  src: local('./fonts/Klavika-Regularf/Klavika-Regular.otf');
}

html {
  overflow-x: hidden;
}

body {
  font-size: 16px;
  font-family: 'Klavika Regular', 'Helvetica Neue', Helvetica, Arial, 'PingFangSC',
    'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  font-weight: 400;
  line-height: 2;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container,
#main > .container-fluid {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}
#main > .home-page {
  max-width: none;
  width: 100%;
}
#main > .home-page.max {
  max-width: 1170px;
}
@media (max-width: 768px) {
  .container,
  #main > .container-fluid {
    max-width: none;
    width: 100%;
  }
}
@font-face {
  font-family: 'PingFangSC';
  font-weight: 300;
  src: local('PingFangSC-Light');
}
@font-face {
  font-family: 'PingFangSC';
  font-weight: 100;
  src: local('PingFangSC-Thin');
}
@font-face {
  font-family: 'PingFangSC';
  font-weight: 400;
  src: local('PingFangSC-Regular');
}
@font-face {
  font-family: 'PingFangSC';
  font-weight: 600;
  src: local('PingFangSC-Semibold');
}

/* -------------------------------
 * Animation
-------------------------------- */

@keyframes next-screen {
  0%,
  100% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes next-screen {
  0%,
  100% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-ms-keyframes next-screen {
  0%,
  100% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 200px;
  z-index: 20;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: background-color 0.3s ease-out, transform 0.3s ease-out,
    max-height 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out, transform 0.3s ease-out, max-height 0.3s ease-out;
  transition: background-color 0.3s ease-out, transform 0.3s ease-out, max-height 0.3s ease-out;
}
#header .logo {
  display: block;
  width: 300px;
  height: 100px;
  margin: 0 auto;
  background: url(./img/logo.png) center left no-repeat;
  background-image: -webkit-image-set(url(./img/logo.png) 1x, url(./img/logo@2x.png) 2x);
  background-image: -moz-image-set(url(./img/logo.png) 1x, url(./img/logo@2x.png) 2x);
  background-image: -o-image-set(url(./img/logo.png) 1x, url(./img/logo@2x.png) 2x);
}
#header.active .logo {
  background: url(./img/logo-black.png) center left no-repeat;
  background-image: -webkit-image-set(
    url(./img/logo-black.png) 1x,
    url(./img/logo-black@2x.png) 2x
  );
  background-image: -moz-image-set(url(./img/logo-black.png) 1x, url(./img/logo-black@2x.png) 2x);
  background-image: -o-image-set(url(./img/logo-black.png) 1x, url(./img/logo-black@2x.png) 2x);
}
#header.active {
  background: rgba(255, 255, 255, 1);
}
@media (max-width: 767px) {
  #header .logo {
    width: 210px;
    height: 60px;
    background-size: 100% !important;
  }
}
#header .navbar-header {
  width: 100%;
  text-align: center;
}
#header .navbar-header > ul {
  font-size: 0;
}
#header .navbar-header > ul > li {
  display: inline-block;
}
#header .navbar-header > ul > li > a {
  height: 40px;
  line-height: 40px;
  margin: 0 30px;
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
#header .navbar-header > ul > li > a > i {
  display: none;
}
#header.active .navbar-header > ul > li > a {
  color: #000;
}
#header .navbar-header > ul > li > a:hover,
#header .navbar-header > ul > li.active > a {
  border-bottom: 4px solid #fecb00;
}
#header .navbar-header .sub-nav {
  display: none;
}

@media (max-width: 1024px) {
  #header .container-fluid {
    display: none;
    min-height: calc(100vh - 210px);
  }
}

/* 菜单 语言 */
#header .header-wrapper {
  position: relative;
}
#header .toogle-btn,
#header .toogle-btn-close {
  display: none;
  position: absolute;
  left: 30px;
  top: 30px;
  width: 40px;
  height: 40px;
  padding: 10px;
}
#header .toogle-btn span,
#header .toogle-btn-close span {
  display: block;
  width: 20px;
  height: 4px;
  margin-bottom: 4px;
  background: #000;
}
#header .toogle-btn span:nth-of-type(2) {
  width: 14px;
}
#header .tool {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
#header .tool a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#header .tool a.search-btn {
  margin-left: 10px;
}
#header .tool a > i {
  font-size: 20px;
}
@media (max-width: 1024px) {
  #header .tool a.language {
    display: none;
    font-size: 15px;
    color: #000;
  }
  #header .tool a.search-btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
#header.active .tool {
  color: #000;
}
#header.mini .toogle-btn {
  display: block;
}
#header.mini .tool {
  display: block;
}
#header.mini .container-fluid {
  display: none;
}
/* header底部菜单 */
#header .link-group {
  display: none;
}
@media (max-width: 1024px) {
  #header .toogle-btn {
    display: block;
    left: 30px;
    top: 30px;
  }
  #header .toogle-btn-close {
    left: 30px;
    top: 30px;
  }
  #header .toogle-btn span {
    width: 15px;
    height: 3px;
    background: #fff;
  }
  .no-kv #header .toogle-btn span,
  .no-kv #header .toogle-btn-close span {
    background: #000;
  }
  .no-kv #header .tool a.search-btn > i {
    color: #000;
  }
  #header .toogle-btn span:nth-of-type(2) {
    width: 10px;
  }
  #header .tool {
    display: block;
    right: 30px;
    top: 30px;
    color: #fff;
  }
  #header.active .toogle-btn span {
    background: #000;
  }
  #header.active .tool {
    color: #000;
  }
}
@media (max-width: 767px) {
  #header.mini {
    height: 60px;
  }
  #header .toogle-btn {
    display: block;
    left: 10px;
    top: 10px;
  }
  #header .toogle-btn-close {
    left: 10px;
    top: 10px;
  }
  #header .toogle-btn span {
    width: 15px;
    height: 3px;
    background: #fff;
  }
  .no-kv #header .toogle-btn span,
  .no-kv #header .toogle-btn-close span {
    background: #000;
  }
  .no-kv #header .tool a.search-btn > i {
    color: #000;
  }
  #header .toogle-btn span:nth-of-type(2) {
    width: 10px;
  }
  #header .tool {
    display: block;
    right: 15px;
    top: 10px;
    color: #fff;
  }
  #header.active .toogle-btn span {
    background: #000;
  }
  #header.active .tool {
    color: #000;
  }
}

/* 首页mini菜单 */
#header.kv-index {
  background: #fff;
}
#header.kv-index .logo {
  background: url(./img/logo-black.png) center left no-repeat;
  background-image: -webkit-image-set(
    url(./img/logo-black.png) 1x,
    url(./img/logo-black@2x.png) 2x
  );
  background-image: -moz-image-set(url(./img/logo-black.png) 1x, url(./img/logo-black@2x.png) 2x);
  background-image: -o-image-set(url(./img/logo-black.png) 1x, url(./img/logo-black@2x.png) 2x);
}
#header.kv-index .toogle-btn,
#header.kv-index .tool {
  display: block;
}
#header.kv-index .toogle-btn span {
  background: #000;
}
#header.kv-index .tool {
  color: #000;
}
#header.kv-index .container-fluid {
  display: none;
}

/* 菜单收起 */
body.show-header #header {
  transform: translateY(-100%);
}

/* 菜单打开 */
#header.open {
  height: 100%;
  max-height: 100%;
  background-color: #fdca00;
  background-image: url(./img/bg_black.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  #header.open .mobile-fix-wrapper {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #header.open {
    background-image: url(./img/bg_black-mobile.png);
    background-size: cover;
    background-position: left top;
  }
}
#header.open .header-wrapper {
  height: 100%;
}

#header.open .logo {
  opacity: 0;
  visibility: hidden;
  height: 100px;
}
#header.open .tool .btn-search {
  display: none;
}
#header.open .tool .language {
  color: #000;
}
@media (max-width: 1024px) {
  #header.open .tool .language {
    font-size: 20px;
    display: block;
  }
}
@media (max-width: 767px) {
  #header.open .tool .language {
    font-size: 18px;
  }
}
#header.open .tool a.search-btn {
  display: none;
}
#header.open .container-fluid {
  display: block;
  font-size: 0;
}

#header.open .toogle-btn {
  display: none;
}
#header.open .toogle-btn-close {
  display: block;
}
@media (max-width: 767px) {
  #header .toogle-btn-close {
    position: fixed;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #header .toogle-btn-close span {
    background: #000;
  }
  #header.open .tool {
    position: fixed;
  }
}
#header .toogle-btn-close span:nth-of-type(2) {
  display: none;
}
#header .toogle-btn-close span:first-child {
  position: absolute;
  top: 50%;
  width: 60%;
  transform: rotate(45deg);
}
#header .toogle-btn-close span:last-child {
  position: absolute;
  top: 50%;
  width: 60%;
  transform: rotate(-45deg);
}
#header.open .navbar-header > ul > li > a {
  color: #000;
}
#header.open .navbar-header > ul > li > a > i {
  display: none;
}
#header.open .navbar-header > ul > li > a:hover,
#header.open .navbar-header > ul > li.active > a {
  border-bottom: 4px solid #000;
}
@media (max-width: 1024px) {
  header.open .navbar-header {
    margin: 0;
  }
  #header.open .navbar-header > ul > li {
    float: none;
    display: block;
    margin-bottom: 25px;
  }
  #header.open .navbar-header > ul > li > a {
    position: relative;
    font-size: 20px;
    padding: 0;
    margin: 0;
    display: inline-block;
  }
  #header.open .navbar-header > ul > li > a > i {
    display: inline-block;
    margin-left: 5px;
    font-size: 17px;
    transition: transform 0.3s;
  }
  #header.open .navbar-header > ul > li > a.arrow > i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #header.open .navbar-header > ul > li > a,
  #header.open .navbar-header > ul > li > a:hover,
  #header.open .navbar-header > ul > li.active > a {
    border-bottom: 0 solid transparent;
  }
}
@media (max-width: 767px) {
  #header.open .navbar-header > ul > li > a {
    font-size: 17px;
  }
  #header.open .navbar-header > ul > li > a > i {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  #header.open .navbar-header > ul > li.active .sub-nav-wrapper {
    display: block;
  }
}

#header.open .navbar-header .sub-nav-wrapper {
  display: none;
  position: absolute;
  width: 100%;
  height: calc(100vh - 240px);
  top: 140px;
  left: 50%;
  transform: translateX(-50%);
}
#header.open .navbar-header .sub-nav-wrapper.vh {
  height: calc(100vh - 240px) !important;
}
#header.open .navbar-header .sub-nav {
  display: block;
  padding-top: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 80%;
  overflow: auto;
}
#header.open .navbar-header .sub-nav::-webkit-scrollbar {
  width: 0px;
}
#header.open .navbar-header .sub-nav li {
  text-align: left;
  margin-bottom: 50px;
}
#header.open .navbar-header .sub-nav li:last-child {
  margin-bottom: 0;
}
#header.open .navbar-header .sub-nav li a {
  display: inline-block;
  line-height: 1;
  padding-bottom: 5px;
  font-size: 36px;
  font-weight: bold;
  border-bottom: 8px solid transparent;
}
#header.open .navbar-header .sub-nav li a:hover,
#header.open .navbar-header .sub-nav li.active a {
  border-bottom-color: #000;
}
/* 子菜单手机 */
@media (max-width: 1024px) {
  #header.open .navbar-header .sub-nav-wrapper {
    display: block;
    position: static;
    height: auto;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #header.open .navbar-header .sub-nav-wrapper.collapse {
    display: none !important;
  }
  #header.open .navbar-header .sub-nav-wrapper.in {
    display: block !important;
  }
  #header.open .navbar-header .sub-nav {
    position: static;
    text-align: center;
    top: auto;
    left: auto;
    padding-top: 30px;
    max-height: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #header.open .navbar-header .sub-nav li {
    margin-bottom: 30px;
    text-align: center;
  }
  #header.open .navbar-header .sub-nav li a {
    font-size: 23px;
  }
  #header.open .navbar-header .sub-nav li a:hover {
    border-bottom-color: transparent;
  }
}
@media (max-width: 767px) {
  #header.open .navbar-header .sub-nav li a {
    font-size: 19px;
  }
}
#header.open .link-group {
  display: block;
  position: absolute;
  bottom: 50px;
  width: 100%;
  height: 36px;
  text-align: center;
  font-size: 0;
}
#header.open .link-group a {
  display: inline-block;
  margin-right: 40px;
}
#header.open .link-group a:last-child {
  margin-right: 0;
}
#header.open .link-group a i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 30px;
}
@media (max-width: 1024px) {
  #header.open .link-group {
    position: static;
    height: 36px;
  }
  #header.open .link-group a {
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  #header.open .link-group {
    height: 20px;
    margin-top: 25px;
  }
  #header.open .link-group a {
    margin-right: 25px;
  }
  #header.open .link-group a i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 22px;
  }
}
/*全屏KV*/
.project-slide-top {
  position: relative;
  overflow: hidden;
  height: 100vh;
  color: #fff;
}
.project-slide-top:before {
  content: '';
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: url(./img/bg.png) right top no-repeat;
  background-size: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media (max-width: 1024px) {
  .project-slide-top:before {
    background-size: 60%;
  }
}
@media (max-width: 768px) {
  .project-slide-top:before {
    width: 100%;
    background: url(./img/bg-mobile.png) right top no-repeat;
    background-size: 100%;
  }
}
.project-table {
  display: table;
  height: 100%;
  width: 100%;
}
.tr {
  display: table-row;
  overflow: hidden;
  height: 100%;
}
.td {
  display: table-cell;
  position: relative;
}
.project-img-src > .bg-src {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.project-img-src:before {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
}
/* .project-img-src .bg-src:before {content:''; background:rgba(0,0,0,.4); position:absolute; z-index:2; height:100%; width:100%}  */
.project-img-src .fixedimg {
  position: fixed;
  display: block;
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
@media (max-aspect-ratio: 144/90) {
  .project-img-src > .bg-src img {
    height: 100%;
  }
}
@media (min-aspect-ratio: 144/90) {
  .project-img-src > .bg-src img {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .project-img-src > .bg-src img {
    width: 100%;
    height: auto;
  }
}
.project-img-src > .bg-src img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  min-width: 100%;
  min-height: 100%;
}
.project-slide-top:not(.not-full):not(.scroll) .project-img-src:before {
  content: none;
}
.project-slide-top:not(.not-full):not(.scroll) .project-img-src .bg-src:before {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
}
.project-slide-top:not(.not-full):not(.scroll) .bg-src img {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
@media (max-width: 768px) {
  .project-img-src > .bg-src {
    background-size: cover !important;
  }
}
@media (max-width: 1024px) {
  html:not(.no-touch) .project-slide-top .project-img-src > .bg-src img {
    position: absolute;
    top: 50% !important;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.project-slide-top .container {
  height: 100%;
  z-index: 3;
}
.project-slide-top .td .text {
  position: absolute;
  z-index: 2;
  top: calc(50% + 50px);
  left: 15px;
  max-width: 450px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.project-slide-top .td .text.right {
  left: auto;
  right: 15px;
}
.project-slide-top .td .text > a {
  padding-bottom: 16px;
  display: block;
  border-bottom: 10px solid #fecb00;
}
.project-slide-top .td .text time,
.project-slide-top .td .text h3 {
  display: block;
  line-height: 1.1;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
.project-slide-top .td .text h3 {
  margin-bottom: 10px;
}
.project-slide-top .td .text h2 {
  padding-top: 5px;
  font-size: 48px;
  font-weight: bold;
}
.project-slide-top .td .text .label-box {
  margin-top: 20px;
  font-size: 0;
}
.project-slide-top .td .text .label-box span {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7);
}
.project-slide-top .td .text .more {
  margin-top: 15px;
}
.project-slide-top .td .text .more a {
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .project-slide-top .td .text {
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    max-width: 80%;
  }
  .project-slide-top .td .text time,
  .project-slide-top .td .text h3 {
    font-size: 22px;
  }
  .project-slide-top .td .text h3 {
    margin-bottom: 5px;
  }
  .project-slide-top .td .text h2 {
    font-size: 34px;
  }
  .project-img-src > .bg-src {
    background-size: 100% !important;
  }
}

/* cms kv */
.project-slide-top.not-full {
  position: relative;
  height: 640px;
}
.project-slide-top.not-full:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
  background: url(./img/cms-kvbg.png) left top no-repeat;
}
.project-slide-top.not-full .project-img-src > .bg-src {
  position: absolute;
}
.project-slide-top.not-full .project-table {
  height: 100%;
}
.project-slide-top.not-full .container {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.project-slide-top.not-full .text {
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 20px;
  line-height: 1;
  float: none;
  max-width: none;
  text-align: center;
}
.project-slide-top.not-full .text > * {
  max-width: 60%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .project-slide-top.not-full .text > * {
    max-width: 100%;
  }
}
.project-slide-top.not-full .text > a {
  display: inline-block;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.1;
}
.project-slide-top.not-full .text .links-group {
  margin-top: 80px;
  font-size: 0;
  text-align: center;
}
.project-slide-top.not-full .text .links-group:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.project-slide-top.not-full .text .links-group a {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  padding: 13px 22px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}
@media (max-width: 768px) {
  .project-slide-top.not-full:before {
    width: 100%;
    background-size: cover;
  }
  .project-slide-top.not-full .text > a {
    font-size: 34px;
    line-height: 1.25;
    padding-bottom: 5px;
    border-bottom-width: 7px;
  }
  .project-slide-top.not-full .text .links-group {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .project-slide-top.not-full {
    height: 375px;
  }
  .project-slide-top.not-full:before {
    width: 70.933%;
    background: url(./img/bg-mobile-cms.png) left top no-repeat;
    background-size: cover;
  }
  .project-slide-top.not-full .project-img-src > .bg-src {
    background-size: cover !important;
  }
  .project-slide-top.not-full .text {
    top: calc(50% + 30px);
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

/* 没有kv */
body.no-kv #header {
  background: #fff;
}
body.no-kv #header.open {
  background-color: #fdca00;
}
body.no-kv #header .logo {
  background: url(./img/logo-black.png) center left no-repeat;
  background-image: -webkit-image-set(
    url(./img/logo-black.png) 1x,
    url(./img/logo-black@2x.png) 2x
  );
  background-image: -moz-image-set(url(./img/logo-black.png) 1x, url(./img/logo-black@2x.png) 2x);
  background-image: -o-image-set(url(./img/logo-black.png) 1x, url(./img/logo-black@2x.png) 2x);
}
body.no-kv #header .navbar-header > ul > li > a {
  color: #000;
}
body.no-kv .project-slide-top {
  padding-top: 140px;
  height: auto;
}
body.no-kv .project-slide-top .project-table {
  height: auto;
}
body.no-kv .project-slide-top.not-full:before,
body.no-kv .project-img-src:before {
  display: none;
}
body.no-kv .project-slide-top .bg-src {
  display: none;
}
body.no-kv .project-slide-top .container {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  padding-top: 90px;
  text-align: center;
}
body.no-kv .project-slide-top .container .text {
  display: inline-block;
  position: static;
  color: #000;
  transform: none;
}
body.no-kv #main {
  padding-top: 90px;
}
@media (max-width: 767px) {
  body.no-kv #main {
    padding-top: 20px;
  }
  body.no-kv .project-slide-top {
    padding-top: 100px;
  }
  body.no-kv .project-slide-top .container {
    padding-top: 0;
  }
  body.no-kv .project-slide-top .container .text {
    padding-bottom: 10px;
  }
}

/* 首页kv Swiper */
.kv-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 3;
  background: #fff;
  -webkit-transition: transform 0.8s;
  transition: transform 0.8s;
}
.kv-container.opacity {
  opacity: 0;
  visibility: hidden;
}
.kv-container .project-slide-top {
  height: 100%;
  overflow: visible;
}
.kv-container .project-slide-top:before {
  content: none;
}
.kv-container .project-table {
  height: 100%;
  overflow: hidden;
}
.kv-container .project-table:before {
  content: '';
}
.kv-container:before {
  content: '';
  position: absolute;
  z-index: 3;
  width: 48.6%;
  height: 100%;
  top: 0;
  right: 0;
  background: url(./img/bg.png) right top no-repeat;
  background-size: contain;
  pointer-events: none;
}
.kv-container .project-table .text {
  top: calc(50% - 100px);
}
.is_ios .kv-container .project-table .text {
  top: calc(50% + 50px);
}
.kv-container .swiper-slide-prev .text {
  opacity: 0 !important;
}
.is_ios .kv-container .swiper-slide-prev .text {
  opacity: 1 !important;
}
.kv-container .kv-link {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .kv-container:before {
    width: 65%;
  }
}
@media (max-width: 768px) {
  .kv-container:before {
    width: 100%;
    background: url(./img/bg.png) left top no-repeat;
    background-size: cover;
  }
  .kv-container .project-table .text {
    left: 60px;
  }
}
@media (max-width: 767px) {
  .kv-container .project-table .text {
    top: calc(50% - 70px);
    left: 15px;
    padding: 0 3%;
    max-width: 80%;
  }
  .is_ios .kv-container .project-table .text {
    top: calc(50% + 30px);
  }
  .kv-container .project-table .text > a {
    margin-left: 0;
  }
}
.kv-container .project-img-src > .bg-src {
  position: absolute;
}
@media (max-width: 767px) {
  .kv-container .project-img-src > .bg-src {
    background-size: cover !important;
  }
}
.kv-container .swiper-pagination-bullets {
  right: auto;
  left: 30px;
}
.kv-container .swiper-pagination-bullet {
  border-radius: 0;
  width: 2px;
  height: 2px;
  margin: 20px 0 !important;
  border: 3px solid #b2b2b2;
  background: transparent;
  box-sizing: content-box;
  opacity: 1;
}
.kv-container .swiper-pagination-bullet:last-child {
  display: none;
}
@media (max-width: 1024px) {
  .kv-container .swiper-pagination-bullets {
    right: auto;
    left: 20px;
  }
}
@media (max-width: 767px) {
  .kv-container .swiper-pagination-bullets {
    left: 10px;
  }
  .kv-container .swiper-pagination-bullet {
    width: 1px;
    height: 1px;
    border-width: 2px;
  }
}
.kv-container .swiper-pagination-bullet-active {
  border-color: #fdca00;
}
.kv-container .next.v-top {
  bottom: 70px;
}

/* 滚屏 */
.project-slide-top .next,
.kv-container .next {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-animation: next-screen 2s infinite ease-in-out;
  -moz-animation: next-screen 2s infinite ease-in-out;
  animation: next-screen 2s infinite ease-in-out;
}
.project-slide-top .next i,
.kv-container .next i {
  font-size: 36px;
  color: #fdca00;
  cursor: pointer;
}

#main {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #fff;
  padding-top: 140px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  #main {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
#main.no-kv {
  margin-top: 90px;
}
@media (max-width: 767px) {
  #main.no-kv {
    margin-top: 0;
  }
}
html.transitions #main {
  opacity: 0;
  visibility: hidden;
}
#main:after {
  content: '';
  display: table;
  clear: both;
}
/* 第二屏 */
.home-page .content {
  float: none;
  margin: 0 auto;
  padding: 0 5px;
}
.home-page .home-tit {
  max-width: 60%;
  margin: 0 auto 100px;
  padding: 0 5px;
  text-align: center;
}
@media (max-width: 992px) {
  .home-page .home-tit {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .home-page .home-tit {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.home-page .home-tit time {
  display: block;
  font-size: 28px;
  font-weight: bold;
}
.home-page .home-tit h2 {
  display: inline-block;
  font-size: 42px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 8px solid #fecb00;
}
@media (max-width: 767px) {
  .home-page .home-tit time {
    font-size: 16px;
  }
  .home-page .home-tit h2 {
    font-size: 30px;
  }
}
.exhibition-msg-wrapper {
  max-width: 60%;
  padding: 0 5px;
  margin: 0 auto 70px;
}
.exhibition-msg {
  text-align: center;
  position: relative;
  padding: 0 30px;
}
.exhibition-msg-wrapper.ohide .exhibition-msg {
  max-height: 300px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .exhibition-msg-wrapper {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .exhibition-msg-wrapper {
    max-width: 100%;
    padding: 0;
    margin: 0 auto 40px;
  }
  .exhibition-msg {
    padding: 0;
  }
}
.exhibition-msg > p > a {
  display: block;
}
.exhibition-msg-wrapper.ohide .exhibition-msg.expand {
  max-height: none;
  overflow: visible;
}
.exhibition-msg-wrapper.ohide .exhibition-msg.expand:after {
  content: none;
}
.exhibition-msg-wrapper.ohide .exhibition-msg:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6) 18%,
    rgba(255, 255, 255, 1)
  );
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6) 18%,
    rgba(255, 255, 255, 1)
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6) 18%,
    rgba(255, 255, 255, 1)
  );
  background: linear-gradient(
    top,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.6) 18%,
    rgba(255, 255, 255, 1)
  );
}
.exhibition-msg h3 {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
  padding-bottom: 5px;
  border-bottom: 3px solid #000;
}
.exhibition-msg p,
.exhibition-msg .name-box {
  font-size: 14px;
  color: #767676;
  line-height: 1.5;
}
.exhibition-msg p {
  margin-bottom: 10px;
}
.exhibition-msg p a:hover,
.exhibition-msg .name-box a:hover {
  color: #fdca00;
}

.exhibition-msg a.no-link:hover {
  color: #767676;
  cursor: default;
}

.exhibition-msg-wrapper .expand-btn {
  display: none;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 10px auto 80px;
  text-align: center;
}
.exhibition-msg-wrapper.ohide .expand-btn {
  display: block;
}
.exhibition-msg-wrapper .expand-btn:hover {
  color: #fdca00;
}
@media (max-width: 767px) {
  .exhibition-msg-wrapper .expand-btn {
    margin-bottom: 0;
  }
  .exhibition-msg-wrapper .expand-btn:hover {
    color: #000;
  }
}
.exhibition-msg-wrapper .expand-btn.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.home-content .next-screen-right {
  display: block;
  max-width: 60%;
  margin: 0 auto;
  font-size: 0;
  color: #fdca00;
}
@media (max-width: 992px) {
  .home-content .next-screen-right {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .home-content .next-screen-right {
    max-width: 100%;
  }
}
.home-content .next-screen-right:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.home-content .next-screen-right a {
  display: inline-block;
  height: 100%;
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -ms-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.home-content .next-screen-right a:hover {
  transform: translateX(10px);
}
.home-content .next-screen-right span {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  font-weight: bold;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .home-content .next-screen-right span {
    font-size: 22px;
  }
}
.home-content .next-screen-right i {
  display: inline-block;
  vertical-align: middle;
  width: 158px;
  height: 68px;
  background: url(./img/right-screen.svg) left center no-repeat;
  background-size: 100%;
}

/* 悬浮链接 */
#main .fix-btn-group,
.second-body .fix-btn-group {
  position: absolute;
  z-index: 1;
  top: 90px;
  min-height: 30px;
  margin-left: 30px;
}
.second-body .fix-btn-group {
  float: left;
  top: 220px !important;
  display: inline-block;
  z-index: 2 !important;
}
.sticky .second-body .fix-btn-group {
  margin-top: 120px !important;
  position: sticky !important;
  position: -webkit-sticky !important;
}
.pop-window.pointer .fix-btn-group {
  pointer-events: none;
}
#main .fix-btn-group.fixed {
  position: fixed;
  top: 230px;
}
#main .fix-btn-group.absolute {
  position: absolute !important;
  top: auto;
  bottom: 90px;
}
@media (max-width: 768px) {
  #main .fix-btn-group,
  .second-body .fix-btn-group {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  #main .fix-btn-group,
  .second-body .fix-btn-group {
    display: none !important;
  }
}
#main .fix-btn-group a,
.second-body .fix-btn-group a {
  display: block;
  margin-bottom: 20px;
  height: 40px;
}

/* 播放音频 */
.fix-btn-group .audio-tool .pause {
  display: none !important;
}
.fix-btn-group .audio-tool.play .icon-audio {
  display: none !important;
}
.fix-btn-group .audio-tool.play .pause {
  display: inline-block !important;
}
.fix-btn-group .audio-tool .pause {
  font-size: 0 !important;
  line-height: 1 !important;
}
.fix-btn-group .audio-tool .pause:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.fix-btn-group .audio-tool .pause img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
.fix-btn-group .audio-tool .pause {
  background: #fdca00;
}

#main .fix-btn-group a:after,
.second-body .fix-btn-group a:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#main .fix-btn-group a i,
.second-body .fix-btn-group a i {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
#main .fix-btn-group a:hover i,
#main .fix-btn-group a.active i,
.second-body .fix-btn-group a:hover i,
.second-body .fix-btn-group a.active i {
  background: #fecb00;
}
#main .fix-btn-group a span,
.second-body .fix-btn-group a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  color: #fdca00;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  -webkit-transition: transform 0.2s ease-out;
  -moz-transition: transform 0.2s ease-out;
  -ms-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
#main .fix-btn-group a:hover span,
#main .fix-btn-group a.active span,
.second-body .fix-btn-group a:hover span,
.second-body .fix-btn-group a.active span {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* 查看更多 */
#main .more-direction {
  position: absolute;
  z-index: 1;
  top: 140px;
  right: 30px;
  color: #fdca00;
  height: 40px;
  font-size: 0;
  -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
#main .more-direction span {
  display: inline-block;
  vertical-align: -15%;
  font-size: 12px;
  font-weight: bold;
}
#main .more-direction i {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
}
@media (max-width: 768px) {
  #main .more-direction {
    right: 15px;
  }
  #main .more-direction span {
    vertical-align: middle;
  }
  #main .more-direction span b {
    display: block;
    line-height: 1.3;
  }
}

#main .more-direction.fixed {
  position: fixed;
  top: 280px;
}
#main .more-direction.disappear {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  #main .more-direction {
    display: none;
  }
}

/* fix sign */
.fix-sign {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  right: 0;
  width: 352px;
  height: 324px;
  pointer-events: none;
  background: url(./img/sign.png) left top no-repeat;
  background-image: -webkit-image-set(url(./img/sign.png) 1x, url(./img/sign@2x.png) 2x);
  background-image: -moz-image-set(url(./img/sign.png) 1x, url(./img/sign@2x.png) 2x);
  background-image: -o-image-set(url(./img/sign.png) 1x, url(./img/sign@2x.png) 2x);
  background-image: image-set(url(./img/sign.png) 1x, url(./img/sign@2x.png) 2x);
  background-size: cover;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.5s ease-out, visibility 0.5s ease-out, transform 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out, visibility 0.5s ease-out, transform 0.5s ease-out;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out, transform 0.5s ease-out;
}
.fix-sign.left {
  left: 0;
  right: auto;
  background: url(./img/sign-re.png) left top no-repeat;
  background-image: -webkit-image-set(url(./img/sign-re.png) 1x, url(./img/sign-re@2x.png) 2x);
  background-image: -moz-image-set(url(./img/sign-re.png) 1x, url(./img/sign-re@2x.png) 2x);
  background-image: -o-image-set(url(./img/sign-re.png) 1x, url(./img/sign-re@2x.png) 2x);
  background-image: image-set(url(./img/sign-re.png) 1x, url(./img/sign-re@2x.png) 2x);
}
.fix-sign.show {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.fix-sign.absolute {
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  .fix-sign {
    display: none !important;
  }
}

/* 转屏 */

/* second page */

.second-page {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
/* .second-page.scroll {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
} */
.pop-window .return-first-btn {
  position: absolute;
  z-index: 21;
  top: 30px;
  left: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
@media (max-width: 767px) {
  .pop-window .return-first-btn {
    top: 15px;
    left: 15px;
  }
}
.pop-window.pointer .return-first-btn {
  pointer-events: none;
}
.pop-window .return-first-btn i {
  font-size: 40px;
  color: #767676;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.pop-window.show .return-first-btn {
  display: block;
}
.second-page .filter {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 9.7%;
  width: auto;
  padding: 15px 45px 0 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .second-page .filter {
    right: 30px;
  }
}
.second-page .filter > button {
  color: #767676;
  font-size: 0;
  line-height: 1;
  position: relative;
}
.second-page .filter > button span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  text-align: right;
}
.second-page .filter > button i {
  position: absolute;
  top: -5px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}
.second-page .filter .drop-select {
  display: none;
}

@media (max-width: 767px) {
  /* 筛选手机版 */
  .second-page .filter {
    right: 15px;
    padding: 0;
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: initial;
  }
  .second-page .filter button,
  .second-page .filter ul {
    display: none;
  }
  .second-page .filter .drop-select {
    position: relative;
    display: block;
    height: 100%;
  }
  .second-page .filter .drop-select select {
    position: relative;
    z-index: 2;
    width: auto;
    max-width: 100%;
    padding-right: 30px;
    height: 100%;
    color: #767676;
    font-size: 15px;
    font-weight: bold;
    border: none;
    background: none;
    direction: rtl;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    appearance: none;
  }
  .second-page .filter .drop-select select option {
    direction: ltr;
  }
  .second-page .filter .drop-select .v-caret {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 26px;
    color: #767676;
  }
}

/* 筛选打开 */
.second-page .filter.active {
  background: rgba(118, 118, 118, 0.1);
}
.second-page .filter.active > button {
  width: 100%;
  color: #fff;
}
.second-page .filter-content {
  border-top: 3px solid transparent;
  margin-top: 15px;
  padding-top: 10px;
}
.second-page .filter.active .filter-content {
  border-color: #fff;
}
.second-page .filter-content li a {
  display: block;
  width: 82px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 18px;
  font-weight: bold;
  text-align: right;
}
.second-page .filter-content li a:hover,
.second-page .filter-content li.active a {
  color: #767676;
}

.second-page .exhibition-online {
  position: relative;
  width: 100%;
  height: 500px;
  font-size: 0;
  background-color: #1a1a1a;
  background-image: url(./img/exhibition-bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-image: -webkit-image-set(
    url(./img/exhibition-bg.png) 1x,
    url(./img/exhibition-bg@2x.png) 2x
  );
  background-image: -moz-image-set(
    url(./img/exhibition-bg.png) 1x,
    url(./img/exhibition-bg@2x.png) 2x
  );
  background-image: -o-image-set(
    url(./img/exhibition-bg.png) 1x,
    url(./img/exhibition-bg@2x.png) 2x
  );
  background-size: 45%;
}
@media (max-width: 768px) {
  .second-page .exhibition-online {
    height: 100%;
    background-size: cover;
  }
}
.exhibition-online:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.exhibition-online .swiper-contanier {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.exhibition-online .swiper-contanier .swiper-wrapper,
.exhibition-online .swiper-contanier .swiper-slide,
.exhibition-online .swiper-contanier .swiper-slide .ex-right {
  height: 100%;
}
.exhibition-online .swiper-contanier .swiper-slide {
  padding-left: 350px;
  width: 100% !important;
}
@media (max-width: 768px) {
  .exhibition-online .swiper-contanier .swiper-slide {
    padding-left: 0;
  }
}
.exhibition-online .swiper-contanier .swiper-slide .ex-right {
  padding-right: 0;
  padding-left: 0;
}
.exhibition-online .swiper-contanier .swiper-slide .ex-right:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.exhibition-online .img-box {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: calc(100% - 120px);
  font: 0/0 a;
  text-align: center;
  background-size: cover;
}
.img-box > .embed-responsive {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.exhibition-online .img-box:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.exhibition-online .img-box img {
  /* padding: 5% 0; */
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 1025px) {
  .exhibition-online .code-youku {
    box-sizing: content-box;
    height: 40px;
  }
}
@media (min-aspect-ratio: 144/75) {
  .exhibition-online .img-box {
    padding: 0 calc(50vw - 135px - 68vh);
  }
}
/* .exhibition-online .img-box iframe {
    position: relative;
    z-index: 10;
    padding: 5% 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-height: 100%;
} */
@media (max-width: 768px) {
  .exhibition-online .swiper-contanier .swiper-slide .ex-right {
    height: calc(100% - 140px);
  }
  .exhibition-online .img-box {
    height: 100%;
  }
  .exhibition-online .img-box img {
    padding: 0;
  }
}
.exhibition-online .ex-left {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 100%;
  padding-left: 100px;
  padding-right: 30px;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.exhibition-online .ex-left:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.exhibition-online .ex-left .btn-close {
  display: none;
  position: absolute;
  top: 30px;
  right: 30px;
}
.exhibition-online .ex-left .btn-close i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
}
.exhibition-online .ex-left .expand {
  display: none;
}
.exhibition-online .ex-left .text-box-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-height: 70%;
  padding-right: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.exhibition-online .ex-left .text-box-wrapper.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}
.exhibition-online .ex-left .text-box-wrapper.custom-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
}
.exhibition-online .ex-left .text-box-wrapper.custom-scrollbar::-webkit-scrollbar-track-piece {
  background: transparent;
}
@media (min-width: 769px) {
  .exhibition-online .ex-left .text-box-wrapper {
    transform: none !important;
  }
}
@media (max-width: 768px) {
  .exhibition-online .ex-left {
    z-index: 1;
    top: auto;
    bottom: 0;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
  }
  .exhibition-online .ex-left .text-box-wrapper {
    padding: 20px 0 40px 0;
    overflow: hidden;
    max-height: none;
    width: 100%;
    -webkit-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
}
.exhibition-online .ex-left hr {
  border-top: 3px solid #fff;
  margin-bottom: 10px;
}
.exhibition-online .ex-left .text-box {
  overflow: hidden;
}
.exhibition-online .ex-left .text-box h3 {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: bold;
}
.exhibition-online .ex-left .text-box h3 a {
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  color: #fff;
}
.exhibition-online .ex-left .text-box h3 a:hover {
  color: #fdca00;
  border-color: #fdca00;
}
.exhibition-online .ex-left .text-box h3 a.no-link:hover {
  color: #fff;
  border-color: transparent;
}
.exhibition-online .ex-left .text-box section {
  font-size: 0;
  margin-bottom: 5px;
}
.exhibition-online .ex-left .text-box span {
  position: relative;
  margin-right: 4px;
  padding-right: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
.exhibition-online .ex-left .text-box span:after {
  content: '/';
  position: relative;
  right: -3px;
}
.exhibition-online .ex-left .text-box span:last-child:after {
  content: none;
}
.exhibition-online .ex-left .text-box p {
  height: 0;
  opacity: 0;
  transform: translateY(100%);
  font-size: 12px;
  color: #fff;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
/* 音频和详情 */
.exhibition-online .ex-left .swiper-tool-wrapper {
  position: absolute;
  width: 100px;
  padding: 0 15px;
  left: 0;
  top: 50%;
  margin-top: 80px;
}
.exhibition-online .ex-left .tool {
  width: 100%;
  text-align: center;
  display: block;
}
.exhibition-online .ex-left .tool > a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  margin: 0 auto 40px;
}
.exhibition-online .ex-left .tool > a i {
  font-size: 20px;
}

/* 音频和详情手机 */
@media (max-width: 768px) {
  .exhibition-online .ex-left .swiper-tool-wrapper {
    position: initial;
    margin: 0;
  }
  .exhibition-online .ex-left .tool .audio {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 60px;
    margin-bottom: 0;
    width: 60px;
    height: 60px;
    font-size: 0;
    text-align: center;
  }
  .exhibition-online .ex-left .tool .audio:after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .exhibition-online .ex-left .tool .audio i {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
  }
  .exhibition-online .ex-left .tool .msg {
    display: none;
  }
  .exhibition-online .ex-left .tool .expand {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    height: 50px;
    bottom: 0;
    left: 0;
  }
  .exhibition-online .ex-left .tool .expand a {
    display: block;
    height: 100%;
    padding: 0 25px 0 15px;
    font-size: 0;
    color: #fff;
    /* line-height: 50px; */
    text-align: center;
  }
  .exhibition-online .ex-left .tool .expand a:after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .exhibition-online .ex-left .tool .expand a span {
    display: inline-block;
    vertical-align: -18%;
    font-size: 12px;
  }
  .exhibition-online .ex-left .tool .expand a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .exhibition-online .ex-left.expand .text-box-wrapper {
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    max-height: 555px;
    overflow: visible;
    background: rgba(26, 26, 26, 0.7);
  }
  .exhibition-online .ex-left.expand .expand-in {
    display: none !important;
  }
  .exhibition-online .ex-left .text-box {
    padding: 0 15px;
  }
  .exhibition-online .ex-left.expand .text-box {
    max-height: calc(70vh - 104px);
    overflow: auto;
  }
  .exhibition-online .ex-left .expand {
    display: block;
  }
  .exhibition-online .ex-left .text-box p {
    height: auto;
    transform: none;
    color: #fff;
    opacity: 1;
  }

  /* 文字阴影 */
  .exhibition-online .swiper-slide.mask:before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 70px);
    height: 25px;
    left: 15px;
    bottom: 40px;
    z-index: 10;
    background: -moz-linear-gradient(top, rgba(26, 26, 26, 0), rgba(26, 26, 26, 1));
    background: -webkit-linear-gradient(top, rgba(26, 26, 26, 0), rgba(26, 26, 26, 1));
    background: -ms-linear-gradient(top, rgba(26, 26, 26, 0), rgba(26, 26, 26, 1));
    background: linear-gradient(top, rgba(26, 26, 26, 0), rgba(26, 26, 26, 1));
    -moz-transition: background 0.2s ease-out;
    -webkit-transition: background 0.2s ease-out;
    -ms-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
    pointer-events: none;
  }
  .exhibition-online .swiper-slide.mask .ex-left .tool .expand {
    opacity: 1;
    visibility: visible;
  }
  .exhibition-online .btn-prev.v-hide,
  .exhibition-online .btn-next.v-hide {
    opacity: 0;
    visibility: hidden;
  }
  /* 底部黑底 */
  .exhibition-online .swiper-slide .ex-left:after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 60px);
    height: 40px;
    left: 15px;
    bottom: 0;
    background: #1a1a1a;
  }
}

/* tool-bar */
.exhibition-online .swiper-contanier .tool-bar-wrapper {
  position: absolute;
  z-index: 1;
  width: 100px;
  padding: 0 15px;
  left: 0;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  font-size: 0;
}
.exhibition-online .swiper-contanier .tool-bar-wrapper:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.exhibition-online .swiper-contanier .tool-bar {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.exhibition-online .swiper-contanier .tool-bar a {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: block;
  margin: 0 auto 40px;
}
.exhibition-online .swiper-contanier .tool-bar a.btn-prev {
  margin-bottom: 80px;
}
.exhibition-online .swiper-contanier .tool-bar .swiper-button-disabled {
  opacity: 0.5;
}
.exhibition-online .swiper-contanier .tool-bar .swiper-button-disabled:hover i {
  color: #767676;
}
.exhibition-online .swiper-contanier .tool-bar a:last-child {
  margin-bottom: 0;
}
.exhibition-online .swiper-contanier .tool-bar a i {
  font-size: 20px;
  color: #767676;
}
/* .exhibition-online .swiper-contanier .tool-bar p {
    height: 80px;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
}
.exhibition-online .swiper-contanier .tool-bar p i{
    top: 50%;
    bottom: auto!important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.exhibition-online .swiper-contanier .tool-bar p span{
    font-style: normal;
} */
@media (min-width: 769px) {
  .exhibition-online .swiper-tool-wrapper .paging {
    position: absolute;
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    top: -140px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
}

/* 手机版pad版上一个下一个 */
@media (max-width: 768px) {
  .exhibition-online .swiper-contanier .tool-bar-wrapper {
    z-index: 2;
    width: 100%;
    padding: 0;
    height: 0;
  }
  .exhibition-online .swiper-contanier .tool-bar-wrapper .btn-prev {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -50px;
    -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
    transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  }
  .exhibition-online .swiper-contanier .tool-bar-wrapper .btn-next {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -50px;
    -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
    transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
  }
  .exhibition-online .swiper-contanier .tool-bar-wrapper p,
  .exhibition-online .swiper-contanier .tool-bar-wrapper .audio,
  .exhibition-online .swiper-contanier .tool-bar-wrapper .msg {
    display: none;
  }
  .exhibition-online .swiper-tool-wrapper .paging {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 15px;
    left: auto;
    width: auto;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 12px;
  }
  .exhibition-online .swiper-tool-wrapper .paging span {
    font-size: 12px;
    color: #fff;
  }
}

/* 音频播放 */
.exhibition-online .ex-left .tool a.audio-tool .pause {
  display: none;
  width: 20px;
  height: 20px;
  background: #fdca00;
  font-size: 0;
}
.exhibition-online .ex-left .tool a.audio-tool .pause:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.exhibition-online .ex-left .tool a.audio-tool .pause img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
}
.exhibition-online .ex-left .tool a.audio-tool.play .play {
  display: none;
}
.exhibition-online .ex-left .tool a.audio-tool.play .pause {
  display: inline-block;
}

/* 手机版音频播放 */
.tool-btn-group-mobile {
  display: none;
}
@media (max-width: 767px) {
  .tool-btn-group-mobile {
    display: block;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 0;
    text-align: center;
  }
  .tool-btn-group-mobile:after,
  .tool-btn-group-mobile > a i.pause:after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .tool-btn-group-mobile > a {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    margin-right: 20px;
  }
  .tool-btn-group-mobile > a:last-child {
    margin-right: 0;
  }
  .tool-btn-group-mobile > a > i {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 26px;
    text-align: center;
  }
  .tool-btn-group-mobile > a i.pause {
    display: none;
    font-size: 0;
  }
  .tool-btn-group-mobile > a i.pause img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
  }
  .tool-btn-group-mobile > a.play i.play {
    display: none;
  }
  .tool-btn-group-mobile > a.play i.pause {
    display: block;
  }
}
/* 在线展览详情背景 */
.ex-left.active {
  background-color: #fdca00;
  background-image: url(./img/bg_black.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 125%;
  background-image: -webkit-image-set(url(./img/bg_black.png) 1x, url(./img/bg_black@2x.png) 2x);
  background-image: -moz-image-set(url(./img/bg_black.png) 1x, url(./img/bg_black@2x.png) 2x);
  background-image: -o-image-set(url(./img/bg_black.png) 1x, url(./img/bg_black@2x.png) 2x);
}
.ex-left.active .btn-close {
  display: block;
}
.ex-left.active .text-box h3 a:hover {
  color: #000;
  border-color: #000;
}
.ex-left.active .text-box h3 a.no-link:hover {
  color: #fff;
  border-color: transparent;
}
.ex-left.active .text-box p {
  transform: translateY(0);
  height: auto;
  color: #000;
  opacity: 1;
}
.ex-left.active .tool a.audio,
.ex-left.active .tool a.msg {
  display: none;
}

@media (max-width: 768px) {
  .exhibition-online .ex-left .text-box {
    padding-right: 60px;
    padding-bottom: 20px;
  }
  .exhibition-online .ex-left .text-box::-webkit-scrollbar {
    width: 4px;
  }
  .exhibition-online .ex-left .text-box::-webkit-scrollbar-button,
  .custom-scrollbar::-webkit-scrollbar-track {
    display: none;
  }
  .exhibition-online .ex-left .text-box::-webkit-scrollbar-thumb {
    background: rgba(26, 26, 26, 0.8);
    width: 4px;
    border-radius: 4px;
  }
  .exhibition-online .ex-left .text-box::-webkit-scrollbar-button,
  .custom-scrollbar::-webkit-scrollbar-track {
    display: none;
  }
  .exhibition-online .ex-left .text-box::-webkit-scrollbar-track-piece {
    background: rgba(221, 221, 221, 0.2);
  }
}

/* 下一屏 */
.exhibition-online .next {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 9.7%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  -webkit-animation: next-screen 2s infinite ease-in-out;
  -moz-animation: next-screen 2s infinite ease-in-out;
  animation: next-screen 2s infinite ease-in-out;
}
.exhibition-online .next i {
  font-size: 30px;
  color: #fdca00;
}
@media (max-width: 768px) {
  .exhibition-online .next {
    display: none;
  }
}

/* logo  */
.header-in {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100px;
  background: #fff;
}
.sticky .header-in {
  position: sticky !important;
  position: -webkit-sticky !important;
}
.pop-window.show .header-in {
  display: block;
}
.pop-window.pointer .header-in {
  pointer-events: none;
}
.header-in .logo {
  width: 300px;
  height: 100px;
  margin: 0 auto;
  background: url(./img/logo-black.png) center left no-repeat;
  background-image: -webkit-image-set(
    url(./img/logo-black.png) 1x,
    url(./img/logo-black@2x.png) 2x
  );
  background-image: -moz-image-set(url(./img/logo-black.png) 1x, url(./img/logo-black@2x.png) 2x);
  background-image: -o-image-set(url(./img/logo-black.png) 1x, url(./img/logo-black@2x.png) 2x);
}
@media (max-width: 767px) {
  .header-in {
    width: 100%;
  }
  .header-in .logo {
    width: 210px;
    height: 70px;
    background-size: 100%;
  }
}

/* 相关活动 */

.second-body {
  position: relative;
  padding-bottom: 100px;
  background: #fff;
}
.second-body:after {
  content: '';
  display: block;
  clear: both;
}
/* .second-body .container {
    padding-top: 100px;
} */
@media (max-width: 768px) {
  .second-body .container {
    padding-top: 0;
  }
}
/* 锚点 */
.second-body .anchor {
  display: none;
  position: absolute;
  z-index: 2;
  top: 100px;
  right: 30px;
  text-align: right;
  -webkit-transition: display 0.3s ease-out 0.3s;
  -moz-transition: display 0.3s ease-out 0.3s;
  -ms-transition: display 0.3s ease-out 0.3s;
  transition: display 0.3s ease-out 0.3s;
}
.second-body .anchor.fixed {
  position: fixed !important;
  right: 45px;
}
.pop-window.show .second-body .anchor {
  display: block;
}
.second-body .anchor a {
  display: block;
  height: 20px;
  line-height: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #b0b0b0;
}
.second-body .anchor a.active {
  height: 40px;
  line-height: 40px;
  font-size: 32px;
  color: #000;
}

/* 展览&&活动 */
.second-body .t-r-block {
  float: right;
  padding: 130px 5px 0;
}
@media (max-width: 767px) {
  .second-body .t-r-block {
    width: 100%;
    padding-top: 65px;
  }
}
.second-body .related-exhibition {
  overflow: hidden;
}
.second-body .related-event > h2,
.second-body .related-exhibition > h2,
.list-block-item > h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 60px;
}
.second-body .related-event > h2 {
  max-width: 60%;
}
.second-body .related-exhibition > h2 {
  width: 70%;
  float: right;
}
.second-body .related-event .list li,
.second-body .related-exhibition li,
.list-block-item li {
  position: relative;
  width: 70%;
  margin-bottom: 60px;
  font-size: 0;
}
.second-body .related-event .list li > a,
.second-body .related-exhibition li > a,
.list-block-item li > a,
.second-body .news-list li > a {
  display: block;
  overflow: hidden;
}
.second-body .related-exhibition li {
  float: right;
}
.second-body .related-event .list li {
  width: 60%;
}
@media (max-width: 767px) {
  .second-body .related-event > h2,
  .second-body .related-exhibition > h2,
  .list-block-item h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .second-body .related-exhibition > h2,
  .list-block-item h2 {
    float: none;
    width: 100%;
  }
  .second-body .related-event .list li,
  .second-body .related-exhibition li,
  .list-block-item li {
    width: 100%;
    margin-bottom: 30px;
  }
  .second-body .related-event .list li:last-child,
  .second-body .related-exhibition li:last-child,
  .list-block-item li:last-child {
    margin-bottom: 60px;
  }
  .second-body .related-event .list li > a .row .col-sm-2,
  .second-body .related-exhibition li > a .row .col-sm-2,
  .list-block-item li > a .row .col-sm-2,
  .second-body .news-list li > a .row .col-sm-2 {
    display: none;
  }
}
.second-body .related-event .list li time,
.second-body .related-exhibition li time,
.list-block-item li time {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #767676;
  line-height: 1.25;
}
.second-body .related-event .list li time.year,
.second-body .related-exhibition li time.year,
.list-block-item li time.year {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.second-body .related-event .list li .starting-time,
.second-body .related-exhibition li .starting-time,
.list-block-item li .starting-time {
  position: absolute;
  right: 0;
  margin-top: -25px;
  font-size: 14px;
  font-weight: bold;
}
.second-body .related-event .list li hr,
.second-body .related-exhibition li hr,
.list-block-item li hr {
  margin-top: 5px;
  margin-bottom: 10px;
  border-top: 6px solid #fdca00;
}
.second-body .related-event .list li h3,
.second-body .related-exhibition li h3,
.list-block-item li h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.second-body .related-event .list li h3 a.no-link:hover,
.second-body .related-exhibition li h3 a.no-link:hover,
.list-block-item li h3 a.no-link:hover {
  color: #000;
}
.second-body .related-event .list li .label,
.list-block-item li .label {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 7px 10px;
  font-size: 14px;
  font-weight: normal;
  color: #767676;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
@media (max-width: 767px) {
  .second-body .related-event .list li time,
  .second-body .related-event .list li time.year,
  .second-body .related-exhibition li time,
  .second-body .related-exhibition li time.year,
  .list-block-item li time,
  .list-block-item li time.year {
    font-size: 18px;
  }
  .second-body .related-event .list li .starting-time,
  .second-body .related-exhibition li .starting-time,
  .list-block-item li .starting-time {
    margin-top: -21px;
    font-size: 12px;
  }
  .second-body .related-event .list li h3,
  .second-body .related-exhibition li h3,
  .list-block-item li h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .second-body .related-event .list li .label,
  .list-block-item li .lable {
    font-size: 12px;
    padding: 8px 10px;
  }
}
.second-body .related-event .list li .label.no-link:hover,
.list-block-item li .label.no-link:hover {
  color: #767676;
}
.second-body .related-event .list li .instructions,
.second-body .related-exhibition li .instructions,
.list-block-item li .instructions {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.second-body .related-exhibition li .instructions {
  float: right;
  padding-left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.second-body .related-event .list li .instructions i,
.second-body .related-exhibition li .instructions i,
.list-block-item li .instructions i {
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  color: #000;
}

.second-body .related-event .list li .img-box,
.second-body .related-exhibition li .img-box,
.list-block-item li .img-box {
  position: fixed;
  z-index: 2;
  top: 50%;
  max-width: 354px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(35px) translateY(-50%);
  -moz-transform: translateX(35px) translateY(-50%);
  transform: translateX(35px) translateY(-50%);
}
.second-body .related-exhibition li .img-box {
  -webkit-transform: translateX(-110%) translateY(-50%);
  -ms-transform: translateX(-110%) translateY(-50%);
  transform: translateX(-110%) translateY(-50%);
}
.pop-window.pointer .second-body .related-event .list li .img-box,
.pop-window.pointer .second-body .related-exhibition .list li .img-box,
.list-block-item li .img-box {
  pointer-events: none;
}
.second-body .related-event .list li .img-box img,
.second-body .related-exhibition li .img-box img,
.list-block-item li .img-box img {
  max-width: 100%;
}

/* hover显示图片 */
.no-touch .second-body .related-event .list li:hover .img-box,
.no-touch .second-body .related-exhibition .list li:hover .img-box,
.no-touch .list-block-item li:hover .img-box {
  opacity: 1;
  visibility: visible;
  z-index: 21;
}
.no-touch .second-body .related-event .list li:hover .instructions,
.no-touch .second-body .related-exhibition .list:hover .instructions,
.no-touch .list-block-item li:hover .instructions {
  opacity: 1;
  visibility: visible;
}

/* 新闻和文章 */
.second-body .news {
  margin-bottom: 70px;
}
.second-body .news > h2 {
  width: 70%;
  font-size: 32px;
  font-weight: bold;
  float: right;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .second-body .news > h2 {
    width: 100%;
    float: none;
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.second-body .news-list:after {
  content: '';
  display: table;
  clear: both;
}
.second-body .news-list li {
  width: 70%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .second-body .news-list li {
    width: 100%;
    margin-bottom: 25px;
    float: none !important;
  }
}
.second-body .news-list li:nth-of-type(even) {
  float: left;
}
.second-body .news-list li:nth-of-type(odd) {
  float: right;
}
.second-body .news-list li .tit {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}
.second-body .news-list li hr {
  margin-bottom: 20px;
  border-top: 6px solid #fdca00;
}
.second-body .news-list li .date {
  text-align: center;
  margin-left: -10px;
}
.second-body .news-list li .date span {
  display: block;
  line-height: 1;
}
.second-body .news-list li .date .month {
  font-size: 14px;
  font-weight: bold;
}
.second-body .news-list li .date .day {
  font-size: 48px;
  font-weight: bold;
}
.second-body .news-list li .date .year {
  font-size: 14px;
  font-weight: bold;
}
.second-body .news-list li .list-tit h3 {
  font-size: 24px;
  font-weight: bold;
}
.second-body .news-list li .list-tit span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #767676;
}
@media (max-width: 767px) {
  .second-body .news-list li .tit {
    font-size: 12px;
  }
  .second-body .news-list li hr {
    border-top-width: 4px;
  }
  .second-body .news-list li .date .month,
  .second-body .news-list li .date .year {
    font-size: 12px;
  }
  .second-body .news-list li .date .day {
    font-size: 44px;
  }
  .second-body .news-list li .list-tit h3,
  .second-body .news-list li .list-tit span {
    font-size: 20px;
  }
}

/* 商品和出版物 */
.commodity {
  float: left;
  width: calc(100vw - 15px);
}
.commodity > h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 100px;
  padding-left: 27%;
}
@media (min-width: 1441px) {
  .commodity > h2 {
    padding-left: 37%;
  }
}
@media (max-width: 767px) {
  .commodity {
    width: 100vw;
  }
  .commodity > h2 {
    font-size: 28px;
    padding-left: 0;
    margin-bottom: 50px;
    text-align: center;
  }
}
.commodity .swiper-slide {
  padding-left: 90px;
}
@media (max-width: 767px) {
  .commodity .swiper-slide {
    padding-left: 0;
  }
}
.commodity .swiper-slide.swiper-slide-prev {
  opacity: 0;
  visibility: hidden;
}
.commodity .swiper-slide a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.commodity .swiper-slide-active a:after {
  content: none;
}

.commodity .swiper-slide > a {
  position: relative;
  display: block;
  width: 350px;
  height: 350px;
  margin: 0 auto;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .commodity .swiper-slide > a {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .commodity .swiper-slide > a {
    width: 100%;
    height: 100%;
    padding-left: 0;
  }
}
.commodity .swiper-slide a img {
  max-width: 100%;
  max-height: 100%;
}
.commodity .swiper-slide .text {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  text-align: right;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.commodity .swiper-slide-next .text {
  opacity: 0;
  visibility: hidden;
}
.commodity .swiper-slide-active .text {
  opacity: 1;
  visibility: visible;
}
.commodity .swiper-slide .text hr {
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  border-bottom: 2px solid #000;
}
.commodity .swiper-slide .text a {
  display: inline-block;
  margin: 15px 0 7px;
  padding-bottom: 2px;
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  color: #fdca00;
  border-bottom: 1px solid transparent;
}
.commodity .swiper-slide .text a:hover {
  border-color: #fdca00;
}
.commodity .swiper-slide .text a.no-link:hover {
  color: #fdca00;
  border-color: transparent;
}
.commodity .swiper-slide .text section {
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}
.commodity .swiper-slide .text section span {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .commodity .swiper-slide .text {
    position: static;
    width: 100%;
    padding: 0 20%;
    text-align: center;
  }
  .commodity .swiper-slide .text hr {
    display: inline-block;
    position: static;
  }
  .commodity .swiper-container .btn-prev,
  .commodity .swiper-container .btn-next {
    left: 10px !important;
    top: 36% !important;
    transform: translateY(-50%);
  }
  .commodity .swiper-container .btn-next {
    left: auto !important;
    right: 10px !important;
  }
}

/* 控制器 */
.commodity .swiper-container .btn-prev,
.commodity .swiper-container .btn-next {
  position: absolute;
  z-index: 1;
  left: 34%;
  top: 50%;
}
.commodity .swiper-container > button.swiper-button-disabled {
  opacity: 0.5;
}
.commodity .swiper-container > button.swiper-button-disabled:hover i {
  color: #000;
}
@media (min-width: 1441px) {
  .commodity .swiper-container .btn-prev,
  .commodity .swiper-container .btn-next {
    left: 31.5%;
  }
}
@media (min-width: 1441px) {
  .commodity .swiper-container .btn-prev,
  .commodity .swiper-container .btn-next {
    left: 42.5%;
  }
}
.commodity .swiper-container .btn-next {
  top: calc(50% + 40px);
}
.commodity .swiper-container .btn-prev i,
.commodity .swiper-container .btn-next i {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
}

/* 项目 project页面 */
.view-old-list {
  max-width: 60%;
  margin: 0 auto;
  padding-top: 40px;
}
@media (max-width: 992px) {
  .view-old-list {
    max-width: 95%;
  }
}
.view-old-list hr {
  margin-bottom: 80px;
}
.view-old-list h3 {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: bold;
  color: #808080;
}
.view-old-list li {
  margin-bottom: 10px;
}
.view-old-list li a {
  position: relative;
  display: block;
  font-weight: bold;
}
.view-old-list li:hover a.no-link {
  color: #000;
}
.view-old-list li a span {
  padding-top: 2px;
  margin-right: 10px;
  font-size: 22px;
  line-height: 1.25;
}
.view-old-list li a i {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  font-size: 14px;
}

@media (max-width: 767px) {
  .view-old-list {
    max-width: 100%;
  }
  .view-old-list h3 {
    font-size: 18px;
  }
  .view-old-list li a span {
    font-size: 18px;
    margin-right: 5px;
  }
  .view-old-list li a i {
    font-size: 12px;
    -webkit-transform: translateY(-22%);
    -ms-transform: translateY(-22%);
    transform: translateY(-22%);
  }
}

/* 底部返回 */
.return-home {
  margin-top: 180px;
  text-align: right;
}
.return-home a {
  display: inline-block;
  font-size: 0;
}
.return-home a:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.return-home a i {
  display: inline-block;
  vertical-align: middle;
  height: 68px;
  line-height: 68px;
  width: 158px;
  overflow: hidden;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background: url(./img/right-screen.svg) left center no-repeat;
  background-size: 100%;
  color: #fdca00;
}
.return-home a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #fdca00;
}
@media (max-width: 767px) {
  .return-home-wrapper {
    float: right;
  }
  .return-home {
    margin-top: 90px;
  }
}

/* 底部sign */
.s-fix-sign {
  display: none;
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 352px;
  height: 324px;
  pointer-events: none;
  background: url(./img/sign-re.png) left top no-repeat;
  background-image: -webkit-image-set(url(./img/sign-re.png) 1x, url(./img/sign-re@2x.png) 2x);
  background-image: -moz-image-set(url(./img/sign-re.png) 1x, url(./img/sign-re@2x.png) 2x);
  background-image: -o-image-set(url(./img/sign-re.png) 1x, url(./img/sign-re@2x.png) 2x);
  background-size: cover;
  -webkit-transition: display 0.2s ease-out 0.3s;
  -moz-transition: display 0.2s ease-out 0.3s;
  transition: display 0.2s ease-out 0.3s;
}
.pop-window.show .s-fix-sign {
  display: block;
}
.s-fix-sign.hide {
  display: none;
}

@media (max-width: 767px) {
  .s-fix-sign {
    display: none !important;
  }
}

/* 转场 */
.pop-window {
  position: fixed;
  z-index: 21;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  background: #fff;
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.pop-window.show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* 首页 */
.loading-page {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 22;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-align: center;
  background-size: cover !important;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.loading-page.leave {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.loading-page:before {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.loading-page:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.loading-page .loading-icon {
  width: 45px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
}
.loading-page img {
  max-width: 100%;
  max-height: 100%;
}
.loading-page .img-loading {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.swiper-slide-end {
  height: 2px;
}

.body-in-kv,
.body-in-kv body {
  height: 100%;
  overflow: hidden !important;
}

.body-in-kv #header.mini .toogle-btn {
  display: none;
}
.body-in-kv #header.mini .container-fluid {
  display: block;
}

.body-in-main .kv-container {
  -webkit-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  transform: translateY(-120%);
}

.body-in-main .fix-sign {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.body-in-main.no-scroll,
.body-in-main.no-scroll body {
  overflow: auto;
}
.body-in-main.mac-usb-scroll,
.body-in-main.mac-usb-scroll body {
  overflow: auto;
}
.body-in-main.mac-usb-scroll body::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.simu-mac-scroll {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
  width: 12px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  pointer-events: none;
}
.simu-mac-scroll:before {
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}
.scrolling .simu-mac-scroll {
  opacity: 1;
}

/* 猜你喜欢 */
.person-commend {
  padding-top: 30px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .person-commend {
    padding-bottom: 0;
  }
}
.person-commend > h3 {
  margin-bottom: 60px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .person-commend > h3 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .person-commend > h3 {
    padding-left: 0 !important;
    margin-bottom: 40px;
  }
}
@media (width: 1366px) {
  .is_ios .person-commend .swiper-wrapper {
    margin-left: -462px !important;
  }
}
@media (width: 1024px) {
  .person-commend .swiper-wrapper {
    margin-left: -371.5px !important;
  }
}
@media (width: 768px) {
  .person-commend .swiper-wrapper {
    margin-left: -224.5px !important;
  }
}

.person-commend .swiper-slide {
  width: 26%;
  padding-bottom: 31.16%;
}
@media (max-width: 768px) {
  .person-commend .swiper-slide {
    width: 39%;
    padding-bottom: 47%;
  }
}
@media (max-width: 767px) {
  .person-commend .swiper-slide {
    width: 65%;
    padding-bottom: 75%;
  }
}
.commend-swiper .swiper-slide .pic {
  position: absolute;
  right: 0;
  width: 83.333%;
  height: 100%;
  font-size: 0;
  text-align: right;
}
.commend-swiper .swiper-slide.full .pic {
  width: 100%;
}
.commend-swiper .swiper-slide .pic:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.commend-swiper .swiper-slide .pic img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.commend-swiper .swiper-slide .picbox {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.commend-swiper .swiper-slide.full .picbox {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-bottom: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.commend-swiper .swiper-slide.full .picbox img {
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.commend-swiper .swiper-slide .pic .hoverbg {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.commend-swiper .swiper-slide.full .pic .hoverbg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 83.333%);
  height: 100%;
  background: #fff;
}
.commend-swiper .swiper-slide .caption {
  position: absolute;
  z-index: 1;
  left: 0;
  opacity: 0;
  width: 76.19%;
  height: 100%;
  font-size: 0;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.commend-swiper .swiper-slide .caption:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.commend-swiper .swiper-slide .caption-content {
  display: inline-block;
  vertical-align: middle;
}
.commend-swiper .swiper-slide .caption-content time {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.commend-swiper .swiper-slide .caption-content time.start {
  font-size: 14px;
  margin-bottom: 0;
}
.commend-swiper .swiper-slide .caption-content time > span {
  margin-left: 10px;
  color: #767676;
}
.commend-swiper .swiper-slide .caption-content h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.commend-swiper .swiper-slide .caption-content h3 > span {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 6px solid #000;
}
.commend-swiper .swiper-slide .caption-content .label-box {
  line-height: 1;
  margin-bottom: 10px;
}
.commend-swiper .swiper-slide .caption-content .label-box span {
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #767676;
  background: none;
}
@media (max-width: 767px) {
  .commend-swiper .swiper-slide .caption-content time {
    font-size: 16px;
    line-height: 1.5;
  }
  .commend-swiper .swiper-slide .caption-content h3 {
    font-size: 22px;
  }
}
.no-touch .commend-swiper .swiper-slide:hover .caption {
  opacity: 1;
}
.no-touch .person-commend .swiper-slide:hover .pic .picbox {
  opacity: 0;
}
.no-touch .commend-swiper .swiper-slide:hover .pic .hoverbg {
  opacity: 1;
  visibility: visible;
}
.no-touch .commend-swiper .swiper-slide.none:hover .caption {
  opacity: 0;
}
.no-touch .person-commend .swiper-slide.none:hover .pic img {
  opacity: 1;
}
.no-touch .commend-swiper .swiper-slide.none:hover .pic .hoverbg {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 767px) {
  .commend-swiper .swiper-slide.remove .caption {
    opacity: 0;
  }
  .commend-swiper .swiper-slide.remove .pic img {
    opacity: 1;
  }
  .commend-swiper .swiper-slide.remove .pic .hoverbg {
    opacity: 0;
    visibility: hidden;
  }
  .commend-swiper .swiper-slide-active .caption,
  .commend-swiper .swiper-slide.active .caption {
    opacity: 1;
  }
  .commend-swiper .swiper-slide-active .pic img,
  .commend-swiper .swiper-slide.active .pic img {
    opacity: 0;
  }
  .commend-swiper .swiper-slide-active .pic .hoverbg,
  .commend-swiper .swiper-slide.active .pic .hoverbg {
    opacity: 1;
    visibility: visible;
  }
}

/* 控制 */
.person-commend .tool-box {
  font-size: 0;
  margin-top: 80px;
}
.person-commend .tool-box.hidden {
  display: none;
}
@media (max-width: 768px) {
  .person-commend .tool-box {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .person-commend .tool-box {
    padding-left: 0 !important;
    margin-top: 20px;
  }
}
.person-commend .tool-box:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.person-commend .tool-box button {
  display: inline-block;
  vertical-align: middle;
}
.person-commend .tool-box button i {
  font-size: 40px;
  color: #767676;
}
.person-commend .tool-box .swiper-scrollbar {
  display: inline-block;
  vertical-align: middle;
  width: 284px;
  height: 10px;
  margin: 0 5px;
  background: #f0f0f0;
  border-radius: 0;
}
@media (max-width: 767px) {
  .person-commend .tool-box .swiper-scrollbar {
    width: 230px;
  }
  .person-commend .tool-box button i {
    font-size: 30px;
  }
}
.person-commend .tool-box .swiper-scrollbar-drag {
  border-radius: 0;
}

.person-commend .shadow {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 1024px) {
  .person-commend .shadow {
    width: 147.6px !important;
    height: 304px !important;
  }
}
@media (max-width: 768px) {
  .person-commend .shadow {
    width: 143.5px !important;
    height: 351.55px !important;
  }
}
@media (max-width: 767px) {
  .person-commend .shadow {
    width: 116.5px !important;
    height: 266.5px !important;
  }
}

/* 首页悬浮公告 */
.fix-announcement {
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 56px;
  text-align: center;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.fix-announcement.remove {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.fix-announcement:after,
.fix-announcement .text:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.fix-announcement .text {
  position: relative;
  width: calc(100% - 120px);
  height: 100% !important;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .fix-announcement .text {
    width: calc(100% - 90px);
    margin-left: 30px;
  }
}
.fix-announcement .text p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 40px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
}

.fix-announcement .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  display: inline-block;
  vertical-align: middle;
}
.fix-announcement .close-btn i {
  font-size: 18px;
}
.fix-announcement .open-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 56px;
  height: 56px;
  line-height: 56px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.fix-announcement .open-btn i {
  font-size: 20px;
}
/* .fix-announcement.remove .open-btn {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
} */
/* footer */

/* loading动画 */
.full-loading-box {
  display: block;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.full-loading-box .loading-icon {
  width: 45px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
}
.full-loading-box:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.full-loading-box img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

/* 活动页面 */
.event-label-box {
  max-width: 60%;
  margin: 0 auto 60px;
  text-align: center;
}
.event-label-box .block {
  margin-bottom: 30px;
}
.event-label-box .block:last-child {
  margin-bottom: 0;
}
.event-label-box .block h3 {
  font-size: 14px;
  color: #767676;
  font-weight: bold;
}
.event-label-box .block p > a {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .event-label-box {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .event-label-box {
    max-width: 100%;
    margin-block-end: 30px;
  }
}

.home-content .block-center {
  max-width: 60%;
  margin: 0 auto 80px;
}
@media (max-width: 992px) {
  .home-content .block-center {
    max-width: 95%;
    margin: 0 auto 40px;
  }
}
@media (max-width: 767px) {
  .home-content .block-center {
    max-width: 100%;
  }
}
.home-content .block-center .link-more {
  display: inline-block;
  font-size: 0;
  padding-bottom: 3px;
  border-bottom: 4px solid;
}
.home-content .block-center .link-more span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}
.home-content .block-center .link-more i {
  margin-top: -4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 16px;
  height: 16px;
}
.home-content .block-center .link-more i:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home-content .block-center .link-more i:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 活动回顾 */
.eventmodal {
  padding-right: 0 !important;
  background-color: #fff;
  background-image: url(./img/sign-full.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.eventmodal .container-cms-page {
  font-size: 14px;
}
@media (max-width: 768px) {
  .eventmodal {
    background-size: cover;
  }
}
.eventmodal .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: auto;
}
.eventmodal .modal-content {
  border: none;
  border-radius: 0;
  height: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
}
.eventmodal .modal-content > .content {
  float: none;
  margin: 0 auto;
  padding: 200px 5px 0;
}
.eventmodal .close {
  position: fixed;
  z-index: 1;
  right: 40px;
  top: 40px;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #000;
  opacity: 1;
}
@media (max-width: 767px) {
  .eventmodal .modal-content > .content {
    padding-top: 100px;
  }
  .eventmodal .close {
    top: 10px;
    right: 10px;
    background: #fff;
  }
}

/* 活动列表页面 */
.event-swiper {
  height: 640px;
  background: url(./img/bg.png) right top no-repeat;
  background-size: 50%;
}
.event-swiper:before {
  content: '';
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: url(./img/bg.png) right top no-repeat;
  background-size: 50%;
  pointer-events: none;
}
@media (max-width: 768px) {
  .event-swiper:before {
    background-size: contain;
  }
}
@media (max-width: 767px) {
  .event-swiper {
    height: 375px;
  }
}
.event-swiper .swiper-wrapper {
  height: 100%;
  overflow: visible;
}
.event-swiper .swiper-wrapper:before {
  content: none;
}
.event-swiper .btn-prev,
.event-swiper .btn-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 40px;
  line-height: 40px;
}
.event-swiper .btn-prev i,
.event-swiper .btn-next i {
  font-size: 30px;
  color: #fff;
  opacity: 0.6;
}
.event-swiper .btn-prev {
  left: 30px;
}
.event-swiper .btn-next {
  right: 30px;
}
.event-swiper .link-more {
  position: absolute;
  bottom: 40px;
  right: 20px;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .event-swiper .link-more {
    bottom: 20px;
    right: 50px;
  }
}
@media (max-width: 767px) {
  .event-swiper .link-more {
    bottom: 20px;
    right: 20px;
  }
}
.event-swiper .link-more span {
  margin-right: 3px;
}
.event-swiper .link-more i {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}
@media (max-width: 767px) {
  .event-swiper .btn-prev,
  .event-swiper .btn-next {
    width: 20px;
    height: 30px;
    line-height: 30px;
  }
  .event-swiper .btn-prev i,
  .event-swiper .btn-next i {
    font-size: 20px;
  }
  .event-swiper .btn-prev {
    left: 10px;
  }
  .event-swiper .btn-next {
    right: 10px;
  }
}
.event-swiper .swiper-button-disabled:hover i {
  color: #fff !important;
}
@media (max-width: 1300px) {
  .event-swiper .project-slide-top .td .text {
    left: 60px;
  }
}
@media (max-width: 767px) {
  .event-swiper .project-slide-top .td .text {
    top: calc(50% + 30px);
    left: 40px;
  }
}

/* 活动正文 */
.event-list-block.no-kv {
  margin-top: 140px;
}
@media (max-width: 768px) {
  .event-list-block.no-kv {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .event-list-block.no-kv {
    margin-top: 70px;
  }
}
.form-filter {
  margin-bottom: 80px;
  font-size: 0;
  text-align: center;
}
.form-filter .select-wrapper {
  position: relative;
  display: inline-block;
  width: 22%;
  width: calc((100% - 7.7% - 45px) / 4);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.form-filter select {
  width: 100%;
  height: 44px;
  line-height: 1;
  padding: 12px 30px 12px 12px;
  display: inline-block;
  vertical-align: top;
  background: #f0f0f0;
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
  color: #767676;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-filter .select-wrapper > .m-caret {
  position: absolute;
  display: none;
  top: 50%;
  right: 15px;
  color: #767676;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* 手机版select */
@media (max-width: 767px) {
  .form-filter .select-wrapper {
    width: 49.82%;
    z-index: 1 !important;
  }
  .form-filter .select-wrapper.full-xs {
    width: 100%;
  }
  /*.form-filter .select-wrapper:nth-of-type(3) {
        width: 100%;
        margin-top: 1px;
    }*/
  .form-filter .select-wrapper > .m-caret {
    display: block;
  }
}
/* bootstrap-select样式重置 */
.form-filter
  .bootstrap-select:not([class*='col-']):not([class*='form-control']):not(.input-group-btn) {
  width: 100%;
}
.form-filter .bootstrap-select > .dropdown-toggle {
  background: #f0f0f0;
  border: none;
  border-radius: 0;
}
.form-filter .bootstrap-select > .btn {
  padding: 12px 30px 12px 12px;
}
.form-filter .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  font-size: 14px;
  font-weight: bold;
  color: #767676;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form-filter .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-filter .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.form-filter .bootstrap-select.btn-group .dropdown-toggle .caret {
  position: relative;
  border: none;
  margin-top: 0;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-family: 'i' !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #767676;
}
.form-filter .bootstrap-select.btn-group .dropdown-toggle .caret:after {
  content: '\e63b';
  position: absolute;
}
.form-filter .dropdown-menu {
  padding: 0;
  z-index: 1;
  margin-top: 2px;
  max-height: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #f0f0f0;
  overflow: hidden;
}
.form-filter .bootstrap-select.btn-group .dropdown-menu.inner {
  max-height: 220px !important;
  overflow: auto !important;
}
.form-filter .dropdown-menu > li > a {
  padding: 12px 20px;
  font-weight: bold;
  color: #767676;
}
.form-filter .dropup .dropdown-menu {
  top: 100%;
  bottom: auto;
}
.form-filter .dropdown-menu > li > a:hover,
.form-filter .dropdown-menu > li > a:focus,
.form-filter .dropdown-menu > li.active > a {
  background: #767676;
  color: #fff;
}

/* 滚动条 */
.form-filter .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar {
  width: 0px;
}
.form-filter .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  width: 4px;
  /* border-radius: 2px;	 */
}
.form-filter .bootstrap-select.btn-group .dropdown-menu.inner::-webkit-scrollbar-track-piece {
  background: none;
}

/* /bootstrap-select样式重置 */

.form-filter .reset {
  display: inline-block;
  vertical-align: top;
  width: 7.7%;
  height: 44px;
  line-height: 44px;
  background: #767676;
  padding: 0;
  border: none;
  border-radius: 0;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .form-filter .reset {
    width: 100%;
  }
}
/* 日历 */
.form-filter .calendar-btn {
  display: inline-block;
  vertical-align: top;
  margin-right: 1px;
  width: 44px;
  height: 44px;
  background: #f0f0f0;
  border-radius: 0;
  text-align: center;
  font-size: 0;
}
.form-filter .calendar-btn:after {
  content: '';
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.form-filter .calendar-btn i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1;
  color: #767676;
}
.form-filter .calendar-btn span {
  display: none;
}
@media (max-width: 767px) {
  .form-filter .calendar-btn {
    width: 100%;
    border-top: 0.5px solid rgba(0, 0, 0, 0.1);
  }
  .form-filter .calendar-btn span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: 2px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #767676;
  }
}

#calendar-box {
  padding: 0 !important;
  overflow: hidden !important;
  background-color: rgba(0, 0, 0, 0.4);
}
#calendar-box .modal-dialog {
  margin-top: 0;
  width: 100%;
  height: 100%;
}
#calendar-box .modal-content {
  height: 410px;
  background-color: #000;
  border-radius: 0;
}
#calendar-box .close {
  position: absolute;
  top: 40px;
  right: 30px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  opacity: 1;
  border-radius: 0;
  text-shadow: none;
}
#calendar-box .form_datetime {
  width: 430px;
  height: 100%;
  padding: 36px 0;
  margin: 0 auto;
  color: #fff;
}

.form_datetime .datepicker .datepicker-switch:hover {
  background: none;
  cursor: default;
}
.form_datetime .datepicker-inline {
  width: 100%;
  padding: 0;
}
.form_datetime .table-condensed {
  width: 100%;
}
.form_datetime .table-condensed {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 17px 0;
}
@media (max-width: 767px) {
  .form_datetime .datepicker-days .table-condensed {
    border-spacing: 10px 0;
  }
}
.form_datetime .datepicker td,
.form_datetime .datepicker th {
  font-size: 16px;
  font-weight: 700;
  border-radius: 0;
  text-align: center !important;
}
.form_datetime .datepicker th.datepicker-switch {
  font-size: 24px;
  cursor: pointer !important;
}
.form_datetime .datepicker th.prev,
.form_datetime .datepicker th.next {
  font-family: 'i';
  font-size: 0;
  color: #fdca00;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form_datetime .datepicker th.prev:hover,
.form_datetime .datepicker th.next:hover {
  background: none;
}
.form_datetime .datepicker th.prev:before {
  font-size: 18px;
  content: '\e64c';
}
.form_datetime .datepicker th.next:before {
  font-size: 18px;
  content: '\e64d';
}
.form_datetime .table-condensed span.old,
.form_datetime .table-condensed span.new,
.form_datetime .datepicker table tr td.new,
.form_datetime .datepicker table tr td.old {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.form_datetime .datepicker table tr td.active.active,
.form_datetime .datepicker table tr td.active.disabled,
.form_datetime .datepicker table tr td.active.disabled.active,
.form_datetime .datepicker table tr td.active.disabled.disabled,
.form_datetime .datepicker table tr td.active.disabled:active,
.form_datetime .datepicker table tr td.active.disabled:hover,
.form_datetime .datepicker table tr td.active.disabled:hover.active,
.form_datetime .datepicker table tr td.active.disabled:hover.disabled,
.form_datetime .datepicker table tr td.active.disabled:hover:active,
.form_datetime .datepicker table tr td.active.disabled:hover:hover,
.form_datetime .datepicker table tr td.active.disabled:hover[disabled],
.form_datetime .datepicker table tr td.active.disabled[disabled],
.form_datetime .datepicker table tr td.active:active,
.form_datetime .datepicker table tr td.active:hover,
.form_datetime .datepicker table tr td.active:hover.active,
.form_datetime .datepicker table tr td.active:hover.disabled,
.form_datetime .datepicker table tr td.active:hover:active,
.form_datetime .datepicker table tr td.active:hover:hover,
.form_datetime .datepicker table tr td.active:hover[disabled],
.form_datetime .datepicker table tr td.active[disabled],
.no-touch .form_datetime .datepicker table tr td.day.focused,
.no-touch .form_datetime .datepicker table tr td.day:hover {
  text-shadow: none;
  box-shadow: none;
  color: #fff;
  background: none;
  border-radius: 0;
}
.form_datetime .datepicker td.day {
  width: 40px;
  height: 40px;
  cursor: default !important;
  text-align: center !important;
}
.form_datetime .datepicker-days .day.has-event {
  color: #fdca00;
  background: none;
  cursor: pointer !important;
}
.form_datetime .datepicker .datepicker-days .day.active.has-event,
.no-touch .form_datetime .datepicker .datepicker-days .day.has-event:hover,
.no-touch .form_datetime .datepicker .datepicker-days .day.active.has-event:hover {
  color: #000;
  background: #fdca00;
}

.form_datetime .datepicker-months table tr td span {
  width: 65px;
  margin: 4%;
  height: 65px;
  line-height: 65px;
  border-radius: 0;
}
.form_datetime .datepicker-years table tr td span,
.form_datetime .datepicker-decades table tr td span,
.form_datetime .datepicker-centuries table tr td span {
  width: 65px;
  margin: 4%;
  height: 65px;
  line-height: 65px;
  border-radius: 0;
}

.form_datetime .datepicker-months table tr td span.focused,
.no-touch .form_datetime .datepicker-months table tr td span:hover,
.form_datetime .datepicker-years table tr td span.focused,
.no-touch .form_datetime .datepicker-years table tr td span:hover,
.form_datetime .datepicker-decades table tr td span.focused,
.no-touch .form_datetime .datepicker-decades table tr td span:hover,
.form_datetime .datepicker-centuries table tr td span.focused,
.no-touch .form_datetime .datepicker-centuries table tr td span:hover {
  color: #000;
  background: #fdca00;
}

@media (max-width: 767px) {
  #calendar-box .modal-dialog {
    margin: 0;
  }
  #calendar-box .modal-content {
    width: 100%;
    height: 450px;
  }
  #calendar-box .close {
    top: 15px;
    right: 15px;
  }
  #calendar-box .form_datetime {
    width: 100%;
    padding: 60px 0;
  }
  .form_datetime .datepicker table tr td.day.focused,
  .form_datetime .datepicker table tr td.day:hover {
    background: none;
  }
  .form_datetime .datepicker-months table tr td span {
    width: 72px;
    margin: 1%;
    height: 72px;
    line-height: 72px;
  }
  .form_datetime .datepicker-years table tr td span,
  .form_datetime .datepicker-decades table tr td span,
  .form_datetime .datepicker-centuries table tr td span {
    width: 72px;
    margin: 1%;
    height: 72px;
    line-height: 72px;
  }

  .form_datetime .datepicker-months table tr td span:hover,
  .form_datetime .datepicker-years table tr td span:hover,
  .form_datetime .datepicker-decades table tr td span:hover,
  .form_datetime .datepicker-centuries table tr td span:hover {
    background: none;
  }
}

.event-list-block .event-list-content:after {
  content: '';
  display: table;
  clear: both;
}
.event-list-block .list-block-item {
  width: 70%;
}
@media (max-width: 767px) {
  .event-list-block .list-block-item {
    width: 100%;
  }
}
.event-list-block .list-block-item li {
  width: 100%;
}
.event-list-block .list-block-item:nth-of-type(odd) {
  float: left;
}
.event-list-block .list-block-item:nth-of-type(even) {
  float: right;
}
.event-list-block .list-block-item:nth-of-type(odd) .img-box {
  -webkit-transform: translate(35px, -50%);
  -ms-transform: translate(35px, -50%);
  transform: translate(35px, -50%);
}
.event-list-block .list-block-item:nth-of-type(even) .img-box {
  -webkit-transform: translate(-35px, -50%);
  -ms-transform: translate(-35px, -50%);
  transform: translate(-35px, -50%);
}

.event-list-block .list-block-item:nth-of-type(even) .instructions {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.event-list-block .loading-box {
  width: 100%;
  text-align: center;
}
.loading-content {
  width: 45px;
  height: 45px;
  margin: 0 auto;
}
.loading-content img {
  max-width: 100%;
  max-height: 100%;
}
/* footer */
#footer {
  position: relative;
  padding: 50px 0 30px;
  background: #000;
}
#footer .footer-navbar {
  font-size: 0;
  text-align: center;
  margin-bottom: 60px;
}
#footer .footer-navbar li {
  display: inline-block;
}
#footer .footer-navbar li a {
  margin: 0 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
#footer .text-block {
  text-align: center;
  color: #fff;
}
#footer .text-block h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}
#footer .text-block p {
  font-size: 14px;
  line-height: 1.5;
}
#footer .follow {
  margin-top: 15px;
  margin-bottom: 50px;
}
#footer .follow a {
  width: 20px;
  height: 20px;
  margin: 0 10px;
}
#footer .follow a i {
  font-size: 20px;
}
#footer .mail-block {
  position: relative;
  width: 354px;
  margin: 0 auto 80px;
  font-size: 0;
  text-align: center;
  border-bottom: 4px solid #fff;
}
#footer .mail-block span {
  display: inline-block;
  max-width: 100%;
  padding: 0 5px;
  font-size: 16px;
  font-weight: bold;
  color: #fecb00;
}
#footer .mail-block a {
  position: absolute;
  right: 5px;
  top: 0;
}
#footer .mail-block a i {
  font-size: 16px;
  color: #fff;
}
#footer .sign {
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  background: url(./img/sign.svg) left top no-repeat;
}

#footer .copyright {
  font-size: 12px;
  color: #fff;
  text-align: center;
}
#footer .designby {
  position: absolute;
  width: 80px;
  right: 25px;
  bottom: 30px;
}
#footer .designby p {
  font-size: 12px;
  color: #767676;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 10px;
}
#footer .designby a {
  display: block;
  width: 100%;
  height: 24px;
  background: url(./img/logo-como.svg) left center no-repeat;
  background-size: 100%;
}
@media (max-width: 1024px) {
  #footer .footer-navbar {
    display: none;
  }
}
/* footer 手机版 */
@media (max-width: 767px) {
  #footer {
    padding: 60px 0 40px;
  }
  #footer .footer-navbar {
    display: none;
  }
  #footer .copyright {
    margin-bottom: 40px;
  }
  #footer .copyright span {
    display: block;
  }
  #footer .designby {
    position: static;
    margin: 0 auto;
  }
}

/* 页面加载控制 */
#header,
#main,
#footer,
.kv-container,
.fix-announcement {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.pace-done #header,
.pace-done #main,
.pace-done #footer,
.pace-done .kv-container,
.pace-done .fix-announcement {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* 横屏禁止访问 */
.horizontal-screen-tips {
  display: none;
}

@media screen and (max-width: 960px) and (min-width: 480px) and (orientation: landscape) {
  .is_moblie body {
    background: #fff;
    color: #000;
  }
  .is_moblie body > * {
    display: none;
  }
  .is_moblie body .horizontal-screen-tips {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0;
    text-align: center;
  }
  .horizontal-screen-tips:after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .horizontal-screen-tips .tips-wrap {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  .horizontal-screen-tips .tips-wrap i {
    font-size: 80px;
  }
  .horizontal-screen-tips .tips-wrap p {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 13px;
    text-align: center;
  }
}

html.modal-open {
  overflow: hidden !important;
}
body.modal-open {
  padding-right: 0 !important;
}

/* 颜色配置 */
.view-old-list li a:hover,
.view-old-list li.active a,
.exhibition-online .swiper-contanier .tool-bar a:hover i,
.pop-window .return-first-btn:hover i,
.commodity .swiper-container > button:hover i,
.event-label-box .block p > a:hover,
.home-content .block-center .link-more,
.project-slide-top .td .text .more a,
.event-swiper .btn-prev:hover i,
.event-swiper .btn-next:hover i {
  color: #fdca00;
}

/* 背景颜色配置 */
.project-slide-top.not-full .text .links-group a,
.person-commend .tool-box .swiper-scrollbar-drag,
.commend-swiper .swiper-slide .pic .hoverbg,
.fix-announcement,
.fix-announcement .open-btn,
.fix-announcement .close-btn,
.tool-btn-group-mobile > a.play,
.home-content .block-center .link-more i:before,
.home-content .block-center .link-more i:after {
  background: #fdca00;
}

/* -------------------------------
 * JS 插件
------------------------------- */
/* ---- nicescroll ---- */
.nicescroll-rails {
  box-sizing: content-box !important;
}
.nicescroll-rails,
.nicescroll-cursors {
  -webkit-transition: width 0.1s linear, margin 0.1s linear, border-radius 0.2s linear;
  transition: width 0.1s linear, margin 0.1s linear, border-radius 0.2s linear;
}
.nicescroll-cursors {
  background-color: #000;
  border: rgba(255, 255, 255, 0.4) 1px solid;
}
.nicescroll-rails.nicescroll-rails-vr:hover,
.nicescroll-rails.nicescroll-rails-vr:active {
  width: 12px !important;
  background-color: rgba(250, 250, 250, 0.82);
  border-left: rgba(0, 0, 0, 0.18) 1px solid;
}
.nicescroll-rails.nicescroll-rails-vr:hover .nicescroll-cursors,
.nicescroll-rails.nicescroll-rails-vr:active .nicescroll-cursors {
  width: 12px !important;
  border-radius: 6px !important;
}

@keyframes kf-marque-animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.3%);
  }
}
.marquee {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: clip;
  position: relative;
}
.marquee .content {
  display: inline-block;
  position: relative;
  padding-right: 0px;
  white-space: nowrap;
  animation: kf-marque-animation 12s infinite linear;
}
.marquee .content-space {
  display: inline-block;
  width: 5em;
}

/* 25.06.03 社交媒体增加 小红书 */
.icon-xiaohongshu {
  display: inline-flex;
  width: 36px;
  height: 36px;
  background-color: #fff;
  -webkit-mask-image: url("data:image/svg+xml, %3Csvg viewBox='0 0 2867 1024' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M230.946133 258.730667H43.485867C53.725867 403.456 38.912 548.864 0 688.605867l100.5568 184.7296c133.12-57.070933 130.389333-614.058667 130.389333-614.058667M839.611733 258.730667H652.151467s-2.730667 557.056 130.389333 614.058666l100.5568-184.7296a1266.551467 1266.551467 0 0 1-43.485867-429.806933M349.525333 818.926933H230.946133c0 138.103467 116.804267 150.254933 116.804267 150.254934h59.8016c119.534933 0 124.928-137.147733 124.928-137.147734V14.199467H349.525333v804.727466zM979.899733 427.2128h122.197334l-93.184 190.190933s-54.340267 106.837333 32.631466 110.3872h202.752l81.1008-147.114666h-101.307733a17.134933 17.134933 0 0 1-15.291733-25.122134l151.552-296.823466h-175.650134l-10.922666 21.777066h-11.605334a17.271467 17.271467 0 0 1-15.36-25.122133L1273.378133 14.199467H1097.728L947.336533 316.757333s-54.340267 107.246933 32.5632 110.592zM1006.660267 787.114667a51.2 51.2 0 0 1-37.6832-12.9024L877.909333 949.589333a57.890133 57.890133 0 0 0 45.4656 20.343467h225.4848l96.529067-182.6816h-238.7968z' %3E%3C/path%3E%3Cpath d='M1688.234667 258.730667h115.9168V72.226133h-414.856534v186.641067h117.828267v534.3232H1333.248L1245.866667 969.386667h618.0864v-176.128h-175.786667V258.730667zM2519.04 396.356267h-21.7088V275.729067a204.663467 204.663467 0 0 0-204.526933-204.663467H2222.08V14.199467h-179.336533v56.866133H1930.581333v182.954667h112.64v142.336h-179.336533v182.954666h179.336533v389.870934h179.268267v-389.802667h246.852267a43.485867 43.485867 0 0 1 43.485866 43.485867v192.3072h-170.666666a153.873067 153.873067 0 0 0 153.873066 153.941333h46.2848a153.873067 153.873067 0 0 0 153.941334-153.941333V573.44A177.152 177.152 0 0 0 2519.04 396.356267zM2222.557867 253.952h64.443733a27.921067 27.921067 0 0 1 27.989333 27.989333v114.414934h-92.433066V253.952z' %3E%3C/path%3E%3Cpath d='M2693.597867 160.9728a88.746667 88.746667 0 1 0-177.629867 0v89.088h88.814933a88.746667 88.746667 0 0 0 88.746667-88.6784'%3E%3C/path%3E%3C/svg%3E");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("data:image/svg+xml, %3Csvg viewBox='0 0 2867 1024' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M230.946133 258.730667H43.485867C53.725867 403.456 38.912 548.864 0 688.605867l100.5568 184.7296c133.12-57.070933 130.389333-614.058667 130.389333-614.058667M839.611733 258.730667H652.151467s-2.730667 557.056 130.389333 614.058666l100.5568-184.7296a1266.551467 1266.551467 0 0 1-43.485867-429.806933M349.525333 818.926933H230.946133c0 138.103467 116.804267 150.254933 116.804267 150.254934h59.8016c119.534933 0 124.928-137.147733 124.928-137.147734V14.199467H349.525333v804.727466zM979.899733 427.2128h122.197334l-93.184 190.190933s-54.340267 106.837333 32.631466 110.3872h202.752l81.1008-147.114666h-101.307733a17.134933 17.134933 0 0 1-15.291733-25.122134l151.552-296.823466h-175.650134l-10.922666 21.777066h-11.605334a17.271467 17.271467 0 0 1-15.36-25.122133L1273.378133 14.199467H1097.728L947.336533 316.757333s-54.340267 107.246933 32.5632 110.592zM1006.660267 787.114667a51.2 51.2 0 0 1-37.6832-12.9024L877.909333 949.589333a57.890133 57.890133 0 0 0 45.4656 20.343467h225.4848l96.529067-182.6816h-238.7968z' %3E%3C/path%3E%3Cpath d='M1688.234667 258.730667h115.9168V72.226133h-414.856534v186.641067h117.828267v534.3232H1333.248L1245.866667 969.386667h618.0864v-176.128h-175.786667V258.730667zM2519.04 396.356267h-21.7088V275.729067a204.663467 204.663467 0 0 0-204.526933-204.663467H2222.08V14.199467h-179.336533v56.866133H1930.581333v182.954667h112.64v142.336h-179.336533v182.954666h179.336533v389.870934h179.268267v-389.802667h246.852267a43.485867 43.485867 0 0 1 43.485866 43.485867v192.3072h-170.666666a153.873067 153.873067 0 0 0 153.873066 153.941333h46.2848a153.873067 153.873067 0 0 0 153.941334-153.941333V573.44A177.152 177.152 0 0 0 2519.04 396.356267zM2222.557867 253.952h64.443733a27.921067 27.921067 0 0 1 27.989333 27.989333v114.414934h-92.433066V253.952z' %3E%3C/path%3E%3Cpath d='M2693.597867 160.9728a88.746667 88.746667 0 1 0-177.629867 0v89.088h88.814933a88.746667 88.746667 0 0 0 88.746667-88.6784'%3E%3C/path%3E%3C/svg%3E");
  mask-position: center;
  mask-repeat: no-repeat;
  font-size: 0;
  text-indent: -999em;
  overflow: hidden;
}
#header.open .link-group a .icon-xiaohongshu {
  width: 50px;
  background-color: #000;
}
