@charset "UTF-8";
/*!
 * Created by 赫连勃格 on 2025/01/01.
 * WX:18900220083
 * QQ:215611388
 * SITE:www.uicut.com
 */
/*!
* -----------------------------------------------------------------------------------------------------------------------------------------------------
* --------------------------------------------- 				样式分为：共用样式 + 各页面样式				   ----------------------------------------
* --------------------------------------------- 		  此文件别改，方便后期配合开发新页面或维护修改 			   ----------------------------------------
* ---------------------------------------------   可把要修改的那一行或那一块复制到别的文件里修改，放到引入文件最后   ----------------------------------------
* -----------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* ---------------------------------------------------------------------- 共用样式 -------------------------------------------------------------------- */
/* ----------------------------------------------------------------- 样式重置 & 常用样式 --------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: normal;
  font-style: normal;
  font-family: "Microsoft YaHei", "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  background: #000000;
  min-height: 100vh;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

section, div, p, a, img,
article, aside, footer, header,
main, nav,
table, th, td,
ul, ol, dl, dt, dd, li,
h1, h2, h3, h4, h5, h6,
form, input, textarea, select, label, button,
video, audio, canvas,
iframe, pre, caption, legend, fieldset,
progress, address, blockquote, details, figcaption, figure, hgroup, summary {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  box-sizing: border-box;
  font-size: inherit;
}

a {
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  box-sizing: border-box;
  font-family: "Microsoft YaHei", "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
}

ul, li, ol {
  list-style: none;
  line-height: normal;
}

i, address, cite, dfn, em, var {
  font-style: normal;
}

input[type=date] {
  outline: none;
  border: none;
}

a:active, a:hover, a:focus {
  color: #fb772d;
  outline-width: 0;
}

video {
  border: none;
  outline: none;
  display: block;
  width: 100%;
}

img, input[type=text], input[type=submit], input[type=password], textarea, select, button, footer, header {
  transition: all 0.3s linear;
}

input[type=file] {
  cursor: pointer;
}

body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-radius: 6px;
}
body::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: transparent;
}
body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(251, 119, 45, 0.6);
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(251, 119, 45, 0.6);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

::-moz-selection {
  background: #fb772d;
  color: #fff;
}

::selection {
  background: #fb772d;
  color: #fff;
}

::-moz-selection {
  background: #fb772d;
  color: #fff;
}

.uc-content {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

img {
  width: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

.uc-show {
  display: block !important;
}

.uc-bg {
  background-color: #f6f6f6;
}

.uc-b {
  font-weight: bold;
}

.uc-small {
  font-size: 0.875em;
}

.uc-big {
  font-size: 1.25em;
}

.uc-ma {
  margin-left: auto;
  margin-right: auto;
}

.uc-mla {
  margin-left: auto;
}

.uc-mra {
  margin-right: auto;
}

.uc-del {
  text-decoration: line-through;
  color: #727171;
  margin-left: 20px;
}
.uc-del:first-child {
  margin-left: 0;
}

.animate, .uc-animate, .uc-revealOnScroll {
  opacity: 0;
}

.uc-orange {
  color: #fb772d !important;
}

.uc-white {
  color: #fff !important;
}

.uc-gray {
  color: #727171 !important;
}

.uc-icon16 {
  width: 16px !important;
  height: 16px !important;
}

.uc-icon20 {
  width: 20px !important;
  height: 20px !important;
}

.uc-icon24 {
  width: 24px !important;
  height: 24px !important;
}

.uc-icon28 {
  width: 28px !important;
  height: 28px !important;
}

.uc-icon32 {
  width: 32px !important;
  height: 32px !important;
}

.uc-icon36 {
  width: 36px !important;
  height: 36px !important;
}

.uc-icon40 {
  width: 40px !important;
  height: 40px !important;
}

.uc-icon44 {
  width: 44px !important;
  height: 44px !important;
}

.uc-icon48 {
  width: 48px !important;
  height: 48px !important;
}

.uc-icon50 {
  width: 50px !important;
  height: 50px !important;
}

.uc-icon64 {
  width: 64px !important;
  height: 64px !important;
}

.uc-icon70 {
  width: 70px !important;
  height: 70px !important;
}

.uc-icon80 {
  width: 80px !important;
  height: 80px !important;
}

.uc-icon90 {
  width: 90px !important;
  height: 90px !important;
}

.uc-icon100 {
  width: 100px !important;
  height: 100px !important;
}

.uc-icon120 {
  width: 120px !important;
  height: 120px !important;
}

.uc-icon150 {
  width: 150px !important;
  height: 150px !important;
}

.uc-icon200 {
  width: 200px !important;
  height: 200px !important;
}

@font-face {
  font-family: "uc-font";
  src: url("../fonts/uicut-font.eot?t=1645078740157");
  src: url("../fonts/uicut-font.eot?t=1645078740157#iefix") format("embedded-opentype"), url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("../fonts/uicut-font.woff?t=1645078740157") format("woff"), url("../fonts/uicut-font.ttf?t=1645078740157") format("truetype"), url("../fonts/uicut-font.svg?t=1645078740157#uc-font") format("svg");
}
.uc-font {
  font-family: "uc-font" !important;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.uc-checkbox-circle:before {
  content: "\e624";
}

.uc-checkbox-circle-on:before {
  content: "\e64f";
}

.uc-checkbox:before {
  content: "\e684";
}

.uc-checkbox-on:before {
  content: "\e67d";
}

.uc-checkbox-on-plain:before {
  content: "\e683";
}

.uc-radio-on:before {
  content: "\e7b3";
}

.uc-radio:before {
  content: "\e7b5";
}

.uc-arrow-left:before {
  content: "\e75b";
}

.uc-arrow-right:before {
  content: "\e75c";
}

.uc-arrow-down:before {
  content: "\e615";
}

.uc-arrow-top:before {
  content: "\e75d";
}

.uc-arrow-right2:before {
  content: "\e6ae";
}

.uc-arrow-left2:before {
  content: "\e6d6";
}

.uc-arrow-down2:before {
  content: "\e6a4";
}

.uc-arrow-top2:before {
  content: "\e6b2";
}

.uc-next:before {
  content: "\e600";
}

.uc-prev:before {
  content: "\e601";
}

.uc-add:before {
  content: "\e672";
}

.uc-reduce:before {
  content: "\e614";
}

.uc-menu:before {
  content: "\e6a9";
}

.uc-close:before {
  content: "\e67f";
}

.uc-search:before {
  content: "\e66f";
}

.uc-qq:before {
  content: "\e62d";
}

.uc-qq2:before {
  content: "\e657";
}

.uc-call2:before {
  content: "\e62c";
}

.uc-weixin2:before {
  content: "\e6b3";
}

.uc-weixin:before {
  content: "\e653";
}

.uc-call:before {
  content: "\e674";
}

.uc-arrow {
  position: relative;
  padding-right: 30px;
}
.uc-arrow:after {
  content: "\e75c";
  font-family: "uc-font";
  font-size: 1.4em;
  right: -10px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.uc-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.uc-flex.start {
  justify-content: flex-start;
}
.uc-flex.end {
  justify-content: flex-end;
}
.uc-flex.center {
  justify-content: center;
}

.uc-flex-col {
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-direction: column;
}
.uc-flex-col.start {
  align-content: start;
  justify-content: flex-start;
}
.uc-flex-col.end {
  align-content: end;
  justify-content: flex-end;
}
.uc-flex-col.center {
  align-content: center;
  justify-content: center;
}

textarea {
  min-height: 120px;
  height: auto;
  width: 100%;
}

.uc-phColor {
  color: #ddd;
}

input:-moz-placeholder {
  color: #ddd;
}

::-webkit-input-placeholder {
  color: #ddd;
}

input[type=text], input[type=password] {
  -webkit-appearance: none;
}

[type=submit] {
  outline: none;
}
[type=submit]:hover {
  opacity: 0.8;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  line-height: inherit;
  font-size: inherit;
  border: none;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}
button:after {
  display: none;
}

.uc-input, .uc-select, .uc-button, .uc-textarea {
  width: 100%;
  border: #232726 1px solid;
  outline: none;
  height: 30px;
  line-height: 28px;
  border-radius: 5px;
  padding: 0 10px;
}
.uc-input:hover, .uc-input:focus, .uc-select:hover, .uc-select:focus, .uc-button:hover, .uc-button:focus, .uc-textarea:hover, .uc-textarea:focus {
  border-color: #fb772d;
}

.uc-btn {
  cursor: pointer;
  outline: none;
  transition: all 0.3s linear;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-radius: 5px;
  padding: 0 10px;
}
.uc-btn img {
  margin-right: 10px;
}
.uc-btn:hover {
  opacity: 0.8;
}
.uc-btn.orange {
  background-color: #fb772d;
  border: #fb772d 1px solid;
  color: #fff;
}
.uc-btn.orange-linear {
  background: linear-gradient(to right, rgba(251, 119, 45, 0.7) 0%, #fb772d 100%);
  color: #fff;
}
.uc-btn.orange-plain {
  color: #fb772d;
  border: #fb772d 1px solid;
}
.uc-btn.orange-plain:hover {
  opacity: 1;
  background-color: #fb772d;
  color: #fff;
}
.uc-btn.white {
  background-color: #fff;
  border: #fff 1px solid;
  color: #000;
}
.uc-btn.white-linear {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, #fff 100%);
  color: #fff;
}
.uc-btn.white-plain {
  color: #fff;
  border: #fff 1px solid;
}
.uc-btn.white-plain:hover {
  opacity: 1;
  background-color: #fff;
  color: #000;
}
.uc-btn.gray {
  background-color: #727171;
  border: #727171 1px solid;
  color: #fff;
}
.uc-btn.gray-linear {
  background: linear-gradient(to right, rgba(114, 113, 113, 0.7) 0%, #727171 100%);
  color: #fff;
}
.uc-btn.gray-plain {
  color: #727171;
  border: #727171 1px solid;
}
.uc-btn.gray-plain:hover {
  opacity: 1;
  background-color: #727171;
  color: #fff;
}

.uc-tag {
  display: inline-block;
  border-radius: 3px;
  padding: 0 5px;
}
.uc-tag:empty {
  display: none;
}
.uc-tag.orange {
  background-color: #fb772d;
  color: #fff;
}
.uc-tag.white {
  background-color: #fff;
  color: #fff;
}
.uc-tag.gray {
  background-color: rgba(114, 113, 113, 0.4);
  color: #fff;
}

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.g-bannerBox {
  height: 100vh;
  position: relative;
}
.g-bannerBox:before, .g-bannerBox:after {
  content: "";
  width: 100%;
  height: 35vh;
  position: absolute;
  left: 0;
}
.g-bannerBox:before {
  background: linear-gradient(to top, transparent 0%, #000 100%);
  top: 0;
}
.g-bannerBox:after {
  background: linear-gradient(to bottom, transparent 0%, #000 100%);
  bottom: 0;
}
.g-bannerBox img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.g-bannerBox .box {
  position: absolute;
  left: 5%;
  bottom: 10vh;
  z-index: 99;
}
.g-bannerBox h1 {
  font-size: 70px;
  font-weight: lighter;
  line-height: 1.5em;
}
.g-bannerBox .txt {
  margin-top: 20px;
  font-size: 32px;
  font-weight: lighter;
  line-height: 1.5em;
  letter-spacing: 3px;
  color: #969698;
}
.g-bannerBox .g-btnVoice {
  position: absolute;
  right: 5%;
  bottom: 10vh;
  z-index: 99;
}

.g-filterBox {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  top: 30px;
  width: 100%;
  display: none;
}
.g-filterBox.fixed {
  display: flex;
}
.g-filterBox .btn-goTop {
  width: 36px;
  border-radius: 100%;
  height: 36px;
  text-align: center;
  line-height: 36px;
  margin-left: 20px;
}
.g-filterBox .btn-goTop img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.g-sideGoPart {
  border: #232726 1px solid;
  border-radius: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 1260px;
  background-color: rgba(0, 0, 0, 0.9);
}
.g-sideGoPart .item {
  padding: 0 1em;
  text-align: center;
  cursor: pointer;
  flex: 1;
  min-width: 0;
  color: #828282;
  line-height: 32px;
  border-radius: 30px;
  transition: all 0.3s linear;
}
.g-sideGoPart .item.on {
  background-color: #fb772d;
  color: #fff;
}
.g-sideGoPart .item:hover {
  background-color: rgba(251, 119, 45, 0.3);
  color: #fff;
}

.g-btnVoice {
  width: 36px;
  height: 36px;
  background: url("images/icon-voice.png") center center no-repeat;
  background-size: 100% auto;
  cursor: pointer;
}
.g-btnVoice.on {
  background-image: url("images/icon-voice-2.png");
}

footer {
  padding: 20px 5% 15px;
  font-size: 16px;
  color: #a3a3a3;
}
footer a {
  color: #a3a3a3;
}
footer a:hover {
  color: #fb772d;
}
footer img {
  display: block;
}
footer .ft1 {
  border-top: #232726 1px solid;
  padding: 20px 0;
  line-height: 1.5em;
  color: #d6d6d6;
  line-height: 1.5em;
}
footer .ft2 {
  border: #232726 1px solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
footer .ft2 .left {
  width: 570px;
  border-right: #232726 1px solid;
}
footer .ft2 .hd {
  padding: 20px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
footer .ft2 .hd img {
  width: 480px;
}
footer .ft2 .bd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  border-top: #232726 1px solid;
}
footer .ft2 .name {
  width: 130px;
  text-align: center;
  line-height: 50px;
  border-right: #232726 1px solid;
  font-size: 20px;
}
footer .ft2 .item {
  flex: 1;
  min-width: 0;
  text-align: center;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
footer .ft2 .item .call {
  font-size: 20px;
}
footer .ft2 .item .txt {
  font-size: 12px;
  opacity: 0.5;
}
footer .ft2 .right {
  flex: 1;
  min-width: 0;
}
footer .share {
  height: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer .share .icon {
  width: 70px;
  margin: 0 auto;
}
footer .share li {
  position: relative;
  flex: 1;
  min-width: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
footer .share li:after {
  content: "";
  width: 124px;
  height: 9px;
  background-color: #fb772d;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  opacity: 0;
  transition: all 0.3s linear;
}
footer .share li:hover:after {
  opacity: 1;
}
footer .share li:hover .code {
  opacity: 1;
}
footer .share .code {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 132px;
  bottom: 5px;
  transition: all 0.3s linear;
  opacity: 0;
}
footer .ft3 {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  color: #a3a3a3;
  line-height: 1.5em;
}
footer .ft3 a {
  color: #a3a3a3;
}
footer .ft3 a:hover {
  color: #fb772d;
}
footer .ft3 .right {
  flex: 1;
  min-width: 0;
  margin-left: 20px;
  padding-left: 20px;
  border-left: #232726 1px solid;
}
footer .ft4 {
  border-top: #232726 1px solid;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer .ft4 .left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
footer .ft4 .left span {
  position: relative;
  color: #a3a3a3;
  margin-left: 20px;
  position: relative;
  top: -2px;
}
footer .ft4 .num {
  font-size: 36px;
  color: #cccccc;
}
footer .ft4 .right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
footer .ft4 .right a {
  margin-left: 100px;
  font-size: 14px;
}
footer .ft4 .right a:first-child {
  margin-left: 0;
}
footer .ft5 {
  padding-top: 60px;
  text-align: center;
  font-size: 14px;
}

header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  padding: 30px 5%;
  width: 100%;
  min-width: 1200px;
  border-bottom: #0f1312 1px solid;
  background-color: rgba(0, 0, 0, 0.5);
}
header .logo {
  display: block;
}
header .logo img {
  width: 360px;
}
header .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  top: 30px;
}
header .menu li {
  line-height: 50px;
  position: relative;
  height: 50px;
  margin-left: 20px;
  transition: all 0.3s linear;
  font-size: 16px;
}
header .menu li:first-child {
  margin-left: 0;
}
header .menu li:after {
  content: "";
  width: 0;
  height: 4px;
  background-color: #fb772d;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.3s ease-in;
}
header .menu li.on:after, header .menu li:hover:after {
  width: 4em;
}
header .menu li:hover .subMenu {
  display: block;
  height: auto;
  border: #232726 1px solid;
}
header .menu li:hover .subMenu .con {
  margin-top: 0;
}
header .menu li.noLine:after {
  display: none;
}
header .menu a {
  color: #fff;
}
header .search-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-right: -25px;
}
header .search-box .uc-input {
  flex: 1;
  min-width: 0;
  border-radius: 30px;
  width: 0;
  height: 30px;
  border: none;
  font-size: 14px;
  background-color: #5f5d5e;
  padding: 0 10px;
  max-width: 110px;
  color: #fff;
  width: 0;
  opacity: 0;
  transition: all 0.3s linear;
}
header .search-box.on {
  margin-left: -10px;
}
header .search-box.on .uc-input {
  width: 110px;
  margin-left: 10px;
  opacity: 1;
}
header .subMenu {
  top: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  overflow: hidden;
  width: 100%;
  min-width: 10rem;
}
header .subMenu .con {
  background-color: #000000;
  padding: 5px 10px 10px;
  position: relative;
  margin-top: 1.5rem;
  transition: all 0.3s linear;
}
header .subMenu a {
  display: block;
  line-height: 2rem;
  text-align: center;
  padding-top: 1rem;
  border-bottom: #232726 1px solid;
  position: relative;
  transition: all 0.3s linear;
}
header .subMenu a:before, header .subMenu a:after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  bottom: -1px;
}
header .subMenu a:before {
  left: 0;
}
header .subMenu a:after {
  right: 0;
}
header .subMenu a:hover {
  color: #fb772d;
}

@media (min-width: 1400px) {
  header .menu li {
    margin-left: 30px;
  }
}
@media (min-width: 1600px) {
  header .menu li {
    margin-left: 50px;
  }
}
.g-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 5% 80px;
  padding-left: 20px;
  position: relative;
}
.g-title:after {
  content: "";
  width: 4px;
  height: 40px;
  background-color: #fb772d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.g-title .name {
  font-size: 40px;
}
.g-title .line {
  flex: 1;
  min-width: 0;
  margin: 0 20px;
  height: 1px;
  background-color: #232726;
}
.g-title .right {
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #919191;
  position: relative;
  top: 2px;
}

.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background-color: #fff;
  width: 2em;
  border-radius: 1.15em;
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.3);
  width: 50px;
  border-radius: 100%;
  height: 50px;
  transition: all 0.3s linear;
  outline: none;
  background-size: 15px auto;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 1.25em;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
body {
  overflow-x: hidden;
}

/* |01|首页+头部导航栏|home| */
.uc-home {
  min-height: 100vh;
  background: url("images/home-bg.jpg") center center no-repeat;
  background-size: cover;
}
.uc-home .box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  text-align: right;
}
.uc-home .box h1 {
  font-size: 70px;
  font-weight: lighter;
}
.uc-home .box .en {
  font-size: 22px;
  font-weight: lighter;
  font-size: 26px;
}
.uc-home .box .txt {
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 20px;
}
.uc-home .box .line {
  width: 570px;
  background-color: #232726;
  height: 1px;
  margin-left: auto;
  margin-bottom: 50px;
  position: relative;
}
.uc-home .box .line:after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.uc-home .box .line2 {
  margin-top: 50px;
  width: 170px;
  background-color: #232726;
  height: 1px;
  margin-left: auto;
  margin-bottom: 60px;
}
.uc-home .box .con {
  font-size: 28px;
  line-height: 2em;
}
.uc-home .box .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.uc-home .box .uc-btn {
  width: 300px;
  border-radius: 80px;
  height: 80px;
  font-size: 36px;
  font-weight: bold;
}
.uc-home .box .uc-btn:hover {
  color: #000;
}

/* |02|1.场馆探索|exploration| */
.uc-exploration-0 {
  padding: 180px 0 80px;
  position: relative;
  margin-bottom: 100px;
}
.uc-exploration-0 img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.uc-exploration-0 .box {
  position: absolute;
  left: 5%;
  bottom: 10vh;
  padding-left: 48px;
}
.uc-exploration-0 .box h2 {
  font-size: 48px;
  font-weight: lighter;
  line-height: 1.5em;
}
.uc-exploration-0 .box h3 {
  font-size: 32px;
  font-weight: lighter;
  line-height: 1.5em;
}
.uc-exploration-0 .box .con {
  font-size: 20px;
  line-height: 2em;
  text-align: justify;
  color: #c4c4c4;
  margin-top: 80px;
}

.uc-exploration-1 {
  margin-bottom: 180px;
}
.uc-exploration-1 .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  margin-left: 5%;
  margin-right: 5%;
}
.uc-exploration-1 .box .right {
  width: 420px;
  margin-left: 150px;
}
.uc-exploration-1 .img-box {
  flex: 1;
  min-width: 0;
}
.uc-exploration-1 .detail {
  padding-bottom: 2em;
}
.uc-exploration-1 .detail h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 1.5em;
  line-height: 1.5em;
}
.uc-exploration-1 .detail h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.uc-exploration-1 .detail .con {
  font-size: 16px;
  line-height: 2em;
  text-align: justify;
  margin-bottom: 2em;
}
.uc-exploration-1 .list {
  padding-top: 10px;
}
.uc-exploration-1 .list li {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-exploration-1 .list img {
  display: block;
  margin-right: 10px;
}
.uc-exploration-1 .list .txt {
  flex: 1;
  min-width: 0;
  color: #fb772d;
  font-size: 24px;
}

.uc-exploration-2 {
  padding-bottom: 200px;
}
.uc-exploration-2 .box {
  margin: 0 5%;
  margin-bottom: 120px;
}
.uc-exploration-2 .box .con {
  font-size: 20px;
  line-height: 2em;
  text-align: justify;
  color: #c4c4c4;
  margin-top: 80px;
  text-align: center;
}
.uc-exploration-2 .swiper-slide {
  transition: 300ms;
  transform: scale(0.7);
  opacity: 0.5;
  filter: blur(5px);
}
.uc-exploration-2 .swiper-slide img {
  display: block;
}
.uc-exploration-2 .swiper-slide.swiper-slide-prev, .uc-exploration-2 .swiper-slide.swiper-slide-next {
  transform: scale(0.8);
  opacity: 0.8;
  z-index: 88;
  filter: blur(2px);
}
.uc-exploration-2 .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 99;
  filter: blur(0);
}
.uc-exploration-2 .swiper-slide.swiper-slide-active .over {
  display: flex;
}
.uc-exploration-2 .card {
  width: 470px;
  height: 650px;
  border: #232726 1px solid;
  overflow: hidden;
  position: relative;
}
.uc-exploration-2 .card img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-exploration-2 .card img {
  display: block;
}
.uc-exploration-2 .over {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px 50px;
  text-align: center;
  background: linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.9) 100%);
  height: 100%;
  display: none;
}
.uc-exploration-2 .over .name {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: #fff 1px solid;
  margin-bottom: 10px;
}
.uc-exploration-2 .over .con {
  font-size: 16px;
  line-height: 2em;
  padding: 0 20px;
}

.uc-exploration-3 {
  padding-bottom: 220px;
}
.uc-exploration-3 .swiper-box {
  position: relative;
}
.uc-exploration-3 .img-box {
  height: 800px;
  position: relative;
}
.uc-exploration-3 .img-box:before, .uc-exploration-3 .img-box:after {
  content: "";
  width: 100%;
  height: 35vh;
  position: absolute;
  left: 0;
}
.uc-exploration-3 .img-box:before {
  background: linear-gradient(to top, transparent 0%, #000 100%);
  top: 0;
}
.uc-exploration-3 .img-box:after {
  background: linear-gradient(to bottom, transparent 0%, #000 100%);
  bottom: 0;
}
.uc-exploration-3 .img-box img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.uc-exploration-3 .img-box .over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  z-index: 1;
}
.uc-exploration-3 .box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  padding-left: 48px;
  z-index: 9;
}
.uc-exploration-3 .box h3 {
  font-size: 32px;
  font-weight: lighter;
  line-height: 1.5em;
  margin: 40px 0;
}
.uc-exploration-3 .box .con {
  font-size: 20px;
  line-height: 2em;
  text-align: justify;
  color: #c4c4c4;
}
.uc-exploration-3 .swiper-container {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 60%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40%;
}
.uc-exploration-3 .swiper-slide {
  text-align: center;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  transform: scale(0.8);
  opacity: 0.7;
  border-radius: 20px;
  overflow: hidden;
}
.uc-exploration-3 .swiper-slide img {
  display: block;
}
.uc-exploration-3 .swiper-slide.swiper-slide-prev {
  transform: scale(1);
  opacity: 1;
  z-index: 9;
  border: #fb772d 3px solid;
}
.uc-exploration-3 .card {
  width: 380px;
  height: 500px;
  border: #232726 1px solid;
  overflow: hidden;
  position: relative;
}
.uc-exploration-3 .card img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-exploration-3 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
}
.uc-exploration-3 .operate .uc-btn {
  width: 140px;
  border-radius: 40px;
  height: 40px;
}

.uc-exploration-4 {
  padding-bottom: 220px;
}
.uc-exploration-4 .box {
  margin: 0 5%;
  margin-bottom: 120px;
}
.uc-exploration-4 .box .con {
  font-size: 20px;
  line-height: 2em;
  text-align: justify;
  color: #c4c4c4;
  margin-top: 80px;
  text-align: center;
}
.uc-exploration-4 .swiper-slide {
  transition: 300ms;
  transform: scale(0.7);
  opacity: 0.5;
}
.uc-exploration-4 .swiper-slide img {
  display: block;
}
.uc-exploration-4 .swiper-slide.swiper-slide-prev, .uc-exploration-4 .swiper-slide.swiper-slide-next {
  transform: scale(0.8);
  opacity: 0.8;
  z-index: 88;
}
.uc-exploration-4 .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 99;
}
.uc-exploration-4 .card {
  border: #232726 1px solid;
  overflow: hidden;
}
.uc-exploration-4 .card img {
  display: block;
}
.uc-exploration-4 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.uc-exploration-4 .operate .uc-btn {
  width: 140px;
  border-radius: 40px;
  height: 40px;
}

.uc-exploration-5 {
  padding-bottom: 100px;
}
.uc-exploration-5 .box {
  margin: 0 5%;
  padding-left: 60px;
}
.uc-exploration-5 .box h2 {
  font-size: 48px;
  font-weight: lighter;
  line-height: 1.5em;
}
.uc-exploration-5 .box h3 {
  font-size: 32px;
  font-weight: lighter;
  line-height: 1.5em;
}
.uc-exploration-5 .box .con {
  font-size: 20px;
  line-height: 2em;
  text-align: justify;
  color: #c4c4c4;
  margin-top: 80px;
}
.uc-exploration-5 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
}
.uc-exploration-5 .operate .uc-btn {
  width: 140px;
  border-radius: 40px;
  height: 40px;
}
.uc-exploration-5 .img-box {
  background: url("images/exploration-bg-5.png") center center no-repeat;
  background-size: cover;
  height: 800px;
  position: relative;
}
.uc-exploration-5 .img-box:before, .uc-exploration-5 .img-box:after {
  content: "";
  width: 100%;
  height: 45%;
  position: absolute;
  left: 0;
}
.uc-exploration-5 .img-box:before {
  background: linear-gradient(to top, transparent 0%, #000 100%);
  top: 0;
}
.uc-exploration-5 .img-box:after {
  background: linear-gradient(to bottom, transparent 0%, #000 100%);
  bottom: 0;
}

/* |03|2.参观指南|guide| */
.uc-guide-1 {
  padding-bottom: 130px;
}
.uc-guide-1 .panel {
  border: #232726 1px solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 30px;
}
.uc-guide-1 .panel .right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
  text-align: center;
  flex: 1;
  min-width: 0;
  padding: 0 30px;
}
.uc-guide-1 .panel .right p {
  color: #727171;
  font-size: 16px;
}
.uc-guide-1 .panel .right .num {
  font-size: 32px;
  margin-top: 10px;
}
.uc-guide-1 .panel .right .line {
  height: 1px;
  background-color: #232726;
}
.uc-guide-1 .panel .right .item {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.uc-guide-1 .date-box {
  width: 60%;
  border-right: #232726 1px solid;
  min-height: 330px;
  text-align: center;
  font-size: 16px;
}
.uc-guide-1 .list li {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  border: #232726 1px solid;
  position: relative;
  font-size: 16px;
  color: #b3b3b3;
}
.uc-guide-1 .list li:before, .uc-guide-1 .list li:after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.uc-guide-1 .list li:before {
  left: 0;
}
.uc-guide-1 .list li:after {
  right: 0;
}
.uc-guide-1 .list .txt {
  width: 260px;
  text-align: center;
  padding: 10px 20px;
  border-right: #232726 1px solid;
  position: relative;
}
.uc-guide-1 .list .txt:after {
  content: "";
  width: 9px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5px;
}
.uc-guide-1 .list .con {
  flex: 1;
  min-width: 0;
  padding: 10px 20px 10px 60px;
}
.uc-guide-1 .list small {
  font-size: 12px;
}

.uc-guide-2 {
  padding-bottom: 220px;
}
.uc-guide-2 .swiper-box {
  position: relative;
}
.uc-guide-2 .card {
  border: #232726 1px solid;
  position: relative;
}
.uc-guide-2 .card .uc-btn {
  position: absolute;
  right: 50px;
  bottom: 50px;
  width: 140px;
  border-radius: 40px;
  height: 40px;
}
.uc-guide-2 .btn {
  text-align: center;
  cursor: pointer;
  width: 32px;
  height: 64px;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.uc-guide-2 .btn.btn-prev {
  left: -80px;
  background: url("images/l.png") center center no-repeat;
  background-size: 100% auto;
}
.uc-guide-2 .btn.btn-next {
  right: -80px;
  background: url("images/r.png") center center no-repeat;
  background-size: 100% auto;
}

.uc-guide-3 {
  padding-bottom: 220px;
}
.uc-guide-3 .box {
  border: #232726 1px solid;
  padding: 20px 50px;
  position: relative;
}
.uc-guide-3 .box h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
.uc-guide-3 .info li {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.5em;
}
.uc-guide-3 .info li:last-child {
  margin-bottom: 0;
}
.uc-guide-3 .info .con {
  color: #727171;
}
.uc-guide-3 .operate {
  position: absolute;
  right: 50px;
  bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.uc-guide-3 .operate .uc-btn {
  width: 140px;
  border-radius: 40px;
  height: 40px;
  margin-left: 30px;
}

.uc-guide-4 {
  padding-bottom: 220px;
}
.uc-guide-4 .box {
  border: #232726 1px solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-guide-4 .map-box {
  width: 700px;
}
.uc-guide-4 .map-box > img {
  display: block;
}
.uc-guide-4 .detail {
  padding: 20px 20px 20px 30px;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.uc-guide-4 .detail h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.uc-guide-4 .detail .addr {
  color: #727171;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.uc-guide-4 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
.uc-guide-4 .list li {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-guide-4 .list li.w50 {
  width: 50%;
}
.uc-guide-4 .list img {
  display: block;
  margin-right: 10px;
}
.uc-guide-4 .list .con {
  flex: 1;
  min-width: 0;
  color: #727171;
}
.uc-guide-4 .code-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.uc-guide-4 .code-box img {
  width: 80px;
  height: 80px;
}
.uc-guide-4 .code-box .txt {
  flex: 1;
  min-width: 0;
  margin-left: 10px;
  color: #727171;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-guide-4 .code-box .con {
  flex: 1;
  min-width: 0;
  margin-left: 5px;
}
.uc-guide-4 .code-box .uc-font {
  font-size: 20px;
}

.uc-guide-5,
.uc-guide-6,
.uc-guide-7 {
  padding-bottom: 220px;
}
.uc-guide-5 .box,
.uc-guide-6 .box,
.uc-guide-7 .box {
  border: #232726 1px solid;
  padding: 20px 50px;
  font-size: 16px;
  line-height: 1.5em;
  text-align: justify;
  min-height: 500px;
}
.uc-guide-5 .operate,
.uc-guide-6 .operate,
.uc-guide-7 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.uc-guide-5 .operate .uc-btn,
.uc-guide-6 .operate .uc-btn,
.uc-guide-7 .operate .uc-btn {
  width: 140px;
  border-radius: 40px;
  height: 40px;
}

/* |04|3.研学教育|education| */
.uc-education-1 {
  padding-bottom: 220px;
}
.uc-education-1 .swiper-box {
  margin: 0 5%;
  position: relative;
}
.uc-education-1 .swiper-slide .item {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}
.uc-education-1 .swiper-slide .item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-education-1 .swiper-slide .item img {
  transition: all 0.3s linear;
}
.uc-education-1 .swiper-slide .item:hover img {
  transform: scale(1.1, 1.1);
}
.uc-education-1 .swiper-slide .item:last-child {
  margin-bottom: 0;
}
.uc-education-1 .btn {
  text-align: center;
  cursor: pointer;
  width: 32px;
  height: 64px;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.uc-education-1 .btn.btn-prev {
  left: -80px;
  background: url("images/l.png") center center no-repeat;
  background-size: 100% auto;
}
.uc-education-1 .btn.btn-next {
  right: -80px;
  background: url("images/r.png") center center no-repeat;
  background-size: 100% auto;
}

.uc-education-2 {
  padding-bottom: 120px;
}
.uc-education-2 .swiper-box {
  position: relative;
}
.uc-education-2 .img-box {
  height: 800px;
  position: relative;
}
.uc-education-2 .img-box:before, .uc-education-2 .img-box:after {
  content: "";
  width: 100%;
  height: 35vh;
  position: absolute;
  left: 0;
}
.uc-education-2 .img-box:before {
  background: linear-gradient(to top, transparent 0%, #000 100%);
  top: 0;
}
.uc-education-2 .img-box:after {
  background: linear-gradient(to bottom, transparent 0%, #000 100%);
  bottom: 0;
}
.uc-education-2 .img-box img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.uc-education-2 .img-box .over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  z-index: 1;
}
.uc-education-2 .box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  padding-left: 48px;
  z-index: 9;
}
.uc-education-2 .box h3 {
  font-size: 32px;
  font-weight: lighter;
  line-height: 1.5em;
  margin: 40px 0;
}
.uc-education-2 .box .con {
  font-size: 20px;
  line-height: 2em;
  text-align: justify;
  color: #c4c4c4;
}
.uc-education-2 .swiper-container {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 60%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40%;
}
.uc-education-2 .swiper-slide {
  text-align: center;
  border-radius: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  transition: 300ms;
  transform: scale(0.8);
  opacity: 0.7;
}
.uc-education-2 .swiper-slide img {
  display: block;
}
.uc-education-2 .swiper-slide.swiper-slide-prev {
  transform: scale(1);
  opacity: 1;
  z-index: 9;
  border: #fb772d 3px solid;
}
.uc-education-2 .card {
  width: 380px;
  height: 500px;
  border: #232726 1px solid;
  overflow: hidden;
  position: relative;
}
.uc-education-2 .card img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-education-2 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
}
.uc-education-2 .operate .uc-btn {
  width: 140px;
  border-radius: 40px;
  height: 40px;
}

.uc-education-3 {
  padding-bottom: 100px;
}
.uc-education-3 .swiper-box {
  margin: 0 5%;
  position: relative;
}
.uc-education-3 .swiper-box img {
  display: block;
}
.uc-education-3 .swiper-slide {
  width: auto !important;
}
.uc-education-3 .btn {
  text-align: center;
  cursor: pointer;
  width: 32px;
  height: 64px;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.uc-education-3 .btn.btn-prev {
  left: -80px;
  background: url("images/l.png") center center no-repeat;
  background-size: 100% auto;
}
.uc-education-3 .btn.btn-next {
  right: -80px;
  background: url("images/r.png") center center no-repeat;
  background-size: 100% auto;
}
.uc-education-3 .card {
  position: relative;
  width: 380px;
}
.uc-education-3 .card img {
  display: block;
}
.uc-education-3 .card .img {
  position: relative;
  overflow: hidden;
  width: 380px;
  height: 240px;
}
.uc-education-3 .card .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-education-3 .card time {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 20px;
  color: #fff;
}
.uc-education-3 .card .btm {
  padding: 10px;
}
.uc-education-3 .card h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 5px;
}
.uc-education-3 .card .txt {
  color: #727171;
  line-height: 1.5em;
  text-align: justify;
  height: 3em;
  overflow: hidden;
  font-size: 16px;
}
.uc-education-3 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.uc-education-3 .operate .uc-btn {
  width: 140px;
  border-radius: 40px;
  height: 40px;
}

/* |05|4.关于我们|about| */
.uc-about-1 {
  padding-bottom: 200px;
}
.uc-about-1 .box {
  text-align: center;
  margin: 0 5%;
}
.uc-about-1 .box .con {
  color: #727171;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 120px;
}
.uc-about-1 .box .logo {
  width: 450px;
  display: block;
  margin: 0 auto;
}
.uc-about-1 .box img {
  display: block;
}
.uc-about-1 .box .line {
  width: 500px;
  height: 1px;
  background-color: #8e5136;
  margin: 30px auto;
}
.uc-about-1 .box .tips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ccc;
  font-size: 20px;
}
.uc-about-1 .box .tips img {
  margin-left: 10px;
}

.uc-about-2 {
  padding-bottom: 200px;
}
.uc-about-2 .box {
  margin: 0 5%;
  text-align: center;
}
.uc-about-2 .box .con {
  color: #727171;
  font-size: 20px;
  line-height: 1.5em;
  margin-bottom: 120px;
}
.uc-about-2 .box .line {
  width: 500px;
  height: 1px;
  background-color: #8e5136;
  margin: 30px auto;
}
.uc-about-2 .box .tips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #ccc;
  font-size: 20px;
}
.uc-about-2 .box .tips img {
  margin-left: 10px;
}
.uc-about-2 .box .logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-about-2 .box .logo .item {
  margin-left: 140px;
}
.uc-about-2 .box .logo .item:first-child {
  margin-left: 0;
}
.uc-about-2 .box .logo .i1 img {
  height: 80px;
  width: auto;
}
.uc-about-2 .box .logo .i2 img {
  height: 100px;
  width: auto;
}
.uc-about-2 .panel {
  width: 1300px;
  height: 720px;
  position: relative;
  margin: -30px auto 100px;
}
.uc-about-2 .panel img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-about-2 .panel .g-btnVoice {
  position: absolute;
  right: 60px;
  bottom: 50px;
  z-index: 9;
}

.uc-about-3 {
  padding-bottom: 100px;
}
.uc-about-3 .list {
  margin: 0 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-about-3 .list li {
  width: 25%;
  text-align: center;
  margin-bottom: 70px;
  font-size: 20px;
  line-height: 1.5em;
  color: #ffeabf;
}
.uc-about-3 .list li.w100 {
  width: 100%;
  padding-top: 70px;
}
.uc-about-3 .list li.w100 .item {
  width: 100%;
}
.uc-about-3 .item {
  width: 220px;
  min-height: 100px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  background: url("images/about-icon-3-1.png") left center no-repeat, url("images/about-icon-3-2.png") right center no-repeat;
  background-size: 20px auto;
}

.uc-about-4 {
  padding-bottom: 160px;
}
.uc-about-4 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.uc-about-4 .list li {
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  width: 224px;
  height: 270px;
  overflow: hidden;
}
.uc-about-4 .list li img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-about-4 .list li:nth-child(5n) {
  margin-right: 0;
}
.uc-about-4 .list li:hover .over {
  opacity: 1;
}
.uc-about-4 .list .over {
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: #fff 8px solid;
  position: absolute;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s linear;
}
.uc-about-4 .list h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.uc-about-4 .list .con {
  font-size: 14px;
  text-align: justify;
  line-height: 1.5em;
}

/* |06|5.合作共创|cooperation| */
.uc-cooperation-1 {
  padding-bottom: 120px;
}
.uc-cooperation-1 .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 1400px;
}
.uc-cooperation-1 .list {
  width: 460px;
}
.uc-cooperation-1 .list li {
  margin-bottom: 20px;
  padding: 5px 10px 5px 30px;
}
.uc-cooperation-1 .list li.on, .uc-cooperation-1 .list li:hover {
  background: linear-gradient(to right, #0f0705 0%, #5f342b 100%);
  position: relative;
}
.uc-cooperation-1 .list li.on:after, .uc-cooperation-1 .list li:hover:after {
  content: "";
  width: 6px;
  height: calc(100% - 10px);
  background-color: #fb772d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.uc-cooperation-1 .list .name {
  font-size: 28px;
  font-weight: bold;
}
.uc-cooperation-1 .list .uc-font {
  font-size: 20px;
  font-weight: normal;
  margin-left: 10px;
}
.uc-cooperation-1 .list .con {
  color: #727171;
  font-size: 16px;
  margin-top: 5px;
}
.uc-cooperation-1 .swiper-box {
  width: 700px;
}
.uc-cooperation-1 .swiper-pagination {
  bottom: 0;
}
.uc-cooperation-1 .list2 {
  padding-top: 10px;
  height: 630px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-cooperation-1 .list2 li {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
.uc-cooperation-1 .list2 li img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-cooperation-1 .list2 li.w50 {
  width: 345px;
}
.uc-cooperation-1 .list2 .item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.uc-cooperation-1 .list2 .item img {
  transition: all 0.3s linear;
}
.uc-cooperation-1 .list2 .item:hover img {
  transform: scale(1.1, 1.1);
}
.uc-cooperation-1 .list2 .over {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  padding: 10px;
}
.uc-cooperation-1 .list2 .name {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5em;
}
.uc-cooperation-1 .list2 .txt {
  color: #727171;
  line-height: 1.5em;
  overflow: hidden;
  height: 3em;
}

.uc-cooperation-2 {
  padding-bottom: 100px;
  position: relative;
}
.uc-cooperation-2 .swiper-container21 .swiper-slide {
  cursor: pointer;
  opacity: 0.7;
}
.uc-cooperation-2 .swiper-container21 .swiper-slide-thumb-active {
  opacity: 1;
  border: #fb772d 4px solid;
}
.uc-cooperation-2 .swiper-container22 img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  height: 890px;
}
.uc-cooperation-2 .swiper-container22 .swiper-slide {
  position: relative;
}
.uc-cooperation-2 .swiper-container22 .over {
  padding: 0 5%;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 240px;
}
.uc-cooperation-2 .swiper-container22 .name {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.5em;
}
.uc-cooperation-2 .swiper-container22 .txt {
  color: #b3b3b3;
  line-height: 1.5em;
  overflow: hidden;
  height: 3em;
  font-size: 20px;
  margin-top: 10px;
}
.uc-cooperation-2 .swiper-box {
  z-index: 199;
  bottom: 130px;
  width: 100%;
  position: absolute;
  left: 0;
  padding: 0 5%;
}
.uc-cooperation-2 .swiper-box .swiper-slide {
  width: 280px;
  height: 160px;
  overflow: hidden;
}
.uc-cooperation-2 .swiper-box .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.uc-cooperation-3 {
  padding-bottom: 200px;
}
.uc-cooperation-3 .swiper-container img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  height: 840px;
}
.uc-cooperation-3 .swiper-slide {
  position: relative;
}
.uc-cooperation-3 .over {
  padding: 0 5%;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-cooperation-3 .part {
  width: 530px;
  padding: 5px 10px 5px 30px;
  background: linear-gradient(to right, #252120 0%, #61352c 100%);
  position: relative;
}
.uc-cooperation-3 .part:after {
  content: "";
  width: 6px;
  height: calc(100% - 10px);
  background-color: #fb772d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
.uc-cooperation-3 .part .name {
  font-size: 28px;
  font-weight: bold;
}
.uc-cooperation-3 .part .uc-font {
  font-size: 20px;
  font-weight: normal;
  margin-left: 10px;
}
.uc-cooperation-3 .part .txt {
  color: #727171;
  font-size: 16px;
  margin-top: 5px;
}

/* |07|6.新闻动态|news| */
.uc-news-1 {
  padding-bottom: 200px;
}
.uc-news-1 .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 5%;
  overflow: hidden;
}
.uc-news-1 .swiper-box {
  background-color: #1c1b19;
  height: 100%;
  flex: 1;
  min-width: 0;
  position: relative;
}
.uc-news-1 .swiper-box img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  height: 710px;
}
.uc-news-1 .swiper-slide {
  position: relative;
}
.uc-news-1 .swiper-slide .btm {
  position: absolute;
  left: 0;
  bottom: 60px;
  padding: 20px 30px;
  line-height: 1.5em;
  font-size: 16px;
  text-align: justify;
  color: #b3b3b3;
}
.uc-news-1 .swiper-pagination {
  background-color: #1c1b19;
  height: 60px;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}
.uc-news-1 .btn {
  text-align: center;
  cursor: pointer;
  width: 32px;
  height: 64px;
  outline: none;
  position: absolute;
  top: 280px;
  z-index: 9;
}
.uc-news-1 .btn.btn-prev {
  left: 10px;
  background: url("images/l.png") center center no-repeat;
  background-size: 100% auto;
}
.uc-news-1 .btn.btn-next {
  right: 10px;
  background: url("images/r.png") center center no-repeat;
  background-size: 100% auto;
}
.uc-news-1 .detail {
  width: 450px;
  background-color: #1c1b19;
  margin-left: 20px;
  padding: 0 30px;
}
.uc-news-1 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 30px;
}
.uc-news-1 .operate .uc-btn {
  width: 140px;
  border-radius: 40px;
  height: 40px;
}
.uc-news-1 .list li {
  border-bottom: #232726 1px solid;
  padding: 20px 0 10px;
  margin-bottom: 20px;
}
.uc-news-1 .list li:last-child {
  margin-bottom: 0;
}
.uc-news-1 .list a {
  display: block;
  line-height: 1.5em;
  font-size: 16px;
  text-align: justify;
  height: 3em;
  overflow: hidden;
  color: #b3b3b3;
}
.uc-news-1 .list a:hover {
  color: #fb772d;
}
.uc-news-1 .list .btm {
  text-align: right;
  color: #727171;
  padding-top: 10px;
}

.uc-news-2 {
  padding-bottom: 200px;
}
.uc-news-2 .swiper-box {
  margin: 0 5%;
  position: relative;
}
.uc-news-2 .btn {
  text-align: center;
  cursor: pointer;
  width: 32px;
  height: 64px;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.uc-news-2 .btn.btn-prev {
  left: -80px;
  background: url("images/l.png") center center no-repeat;
  background-size: 100% auto;
}
.uc-news-2 .btn.btn-next {
  right: -80px;
  background: url("images/r.png") center center no-repeat;
  background-size: 100% auto;
}
.uc-news-2 .swiper-slide {
  width: 300px;
  width: 450px;
  height: 210px;
}
.uc-news-2 .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-news-2 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.uc-news-2 .swiper-slide {
  transition: 300ms;
  transform: scale(0.7);
  opacity: 0.5;
}
.uc-news-2 .swiper-slide img {
  display: block;
}
.uc-news-2 .swiper-slide.swiper-slide-prev, .uc-news-2 .swiper-slide.swiper-slide-next {
  transform: scale(0.8);
  opacity: 0.8;
  z-index: 88;
}
.uc-news-2 .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 99;
}

.uc-news-3 {
  padding-bottom: 120px;
}
.uc-news-3 .swiper-box {
  margin: 0 5%;
  position: relative;
}
.uc-news-3 .btn {
  text-align: center;
  cursor: pointer;
  width: 32px;
  height: 64px;
  outline: none;
  position: absolute;
  top: 78px;
  z-index: 9;
}
.uc-news-3 .btn.btn-prev {
  left: -80px;
  background: url("images/l.png") center center no-repeat;
  background-size: 100% auto;
}
.uc-news-3 .btn.btn-next {
  right: -80px;
  background: url("images/r.png") center center no-repeat;
  background-size: 100% auto;
}
.uc-news-3 .swiper-slide {
  width: 390px;
}
.uc-news-3 .swiper-slide .img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}
.uc-news-3 .swiper-slide .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-news-3 .swiper-slide .img img {
  transition: all 0.3s linear;
}
.uc-news-3 .swiper-slide .img:hover img {
  transform: scale(1.1, 1.1);
}
.uc-news-3 .swiper-slide time {
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 9;
  font-size: 20px;
  color: #fff;
}
.uc-news-3 .swiper-slide .btm {
  padding: 10px 20px;
}
.uc-news-3 .swiper-slide h3 {
  font-size: 20px;
  font-weight: bold;
}
.uc-news-3 .swiper-slide .con {
  font-size: 16px;
  line-height: 1.5em;
  height: 3em;
  text-align: justify;
  overflow: hidden;
  color: #727171;
  margin-top: 10px;
}
.uc-news-3 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.uc-news-3 .operate .uc-btn {
  width: 140px;
  border-radius: 40px;
  height: 40px;
}

/* |08|7.学术研究|research| */
.uc-research-1 {
  padding-bottom: 100px;
}
.uc-research-1 .swiper-box {
  margin: 0 5%;
  position: relative;
}
.uc-research-1 .swiper-box:before, .uc-research-1 .swiper-box:after {
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 99;
}
.uc-research-1 .swiper-box:before {
  background: linear-gradient(to left, transparent 0%, #000 100%);
  left: 0;
}
.uc-research-1 .swiper-box:after {
  background: linear-gradient(to right, transparent 0%, #000 100%);
  right: 0;
}
.uc-research-1 .swiper-box .swiper-slide {
  width: 350px !important;
}
.uc-research-1 .swiper-box .item {
  display: block;
  width: 350px;
  height: 480px;
  overflow: hidden;
}
.uc-research-1 .swiper-box .item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-research-1 .swiper-box .item img {
  display: block;
}
.uc-research-1 .swiper-box .item:hover .over {
  opacity: 1;
}
.uc-research-1 .swiper-box .over {
  border: #fff 2px solid;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  opacity: 0;
  transition: all 0.3s linear;
}
.uc-research-1 .swiper-box h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
}
.uc-research-1 .swiper-box .txt {
  margin-bottom: 20px;
  font-size: 16px;
}
.uc-research-1 .swiper-box .con {
  font-size: 14px;
  color: #b3b3b3;
  line-height: 1.5em;
}
.uc-research-1 .btn {
  text-align: center;
  cursor: pointer;
  width: 32px;
  height: 64px;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.uc-research-1 .btn.btn-prev {
  left: -80px;
  background: url("images/l.png") center center no-repeat;
  background-size: 100% auto;
}
.uc-research-1 .btn.btn-next {
  right: -80px;
  background: url("images/r.png") center center no-repeat;
  background-size: 100% auto;
}

.uc-research-2,
.uc-research-3 {
  padding-bottom: 100px;
}
.uc-research-2 .swiper-box,
.uc-research-3 .swiper-box {
  margin: 0 5%;
  position: relative;
}
.uc-research-2 .swiper-box:before, .uc-research-2 .swiper-box:after,
.uc-research-3 .swiper-box:before,
.uc-research-3 .swiper-box:after {
  content: "";
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 99;
}
.uc-research-2 .swiper-box:before,
.uc-research-3 .swiper-box:before {
  background: linear-gradient(to left, transparent 0%, #000 100%);
  left: 0;
}
.uc-research-2 .swiper-box:after,
.uc-research-3 .swiper-box:after {
  background: linear-gradient(to right, transparent 0%, #000 100%);
  right: 0;
}
.uc-research-2 .swiper-container,
.uc-research-3 .swiper-container {
  padding-top: 40px;
  padding-bottom: 40px;
}
.uc-research-2 .swiper-slide,
.uc-research-3 .swiper-slide {
  width: 320px;
  height: 240px;
  position: relative;
  transition: 300ms;
  transform: scale(0.7);
  opacity: 0.5;
}
.uc-research-2 .swiper-slide img,
.uc-research-3 .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-research-2 .swiper-slide img,
.uc-research-3 .swiper-slide img {
  display: block;
}
.uc-research-2 .swiper-slide.swiper-slide-prev, .uc-research-2 .swiper-slide.swiper-slide-next,
.uc-research-3 .swiper-slide.swiper-slide-prev,
.uc-research-3 .swiper-slide.swiper-slide-next {
  transform: scale(0.8);
  opacity: 0.8;
  z-index: 88;
}
.uc-research-2 .swiper-slide.swiper-slide-active,
.uc-research-3 .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 99;
}
.uc-research-2 .swiper-slide.swiper-slide-active .over,
.uc-research-3 .swiper-slide.swiper-slide-active .over {
  opacity: 1;
}
.uc-research-2 .swiper-slide .item,
.uc-research-3 .swiper-slide .item {
  display: block;
  width: 100%;
  height: 100%;
}
.uc-research-2 .swiper-slide .over,
.uc-research-3 .swiper-slide .over {
  border: #fff 2px solid;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  opacity: 0;
}
.uc-research-2 .swiper-slide h3,
.uc-research-3 .swiper-slide h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}
.uc-research-2 .swiper-slide .con,
.uc-research-3 .swiper-slide .con {
  font-size: 14px;
  color: #b3b3b3;
  line-height: 1.5em;
}
.uc-research-2 .btn,
.uc-research-3 .btn {
  text-align: center;
  cursor: pointer;
  width: 32px;
  height: 64px;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.uc-research-2 .btn.btn-prev,
.uc-research-3 .btn.btn-prev {
  left: -80px;
  background: url("images/l.png") center center no-repeat;
  background-size: 100% auto;
}
.uc-research-2 .btn.btn-next,
.uc-research-3 .btn.btn-next {
  right: -80px;
  background: url("images/r.png") center center no-repeat;
  background-size: 100% auto;
}
.uc-research-2 .operate,
.uc-research-3 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.uc-research-2 .operate .uc-btn,
.uc-research-3 .operate .uc-btn {
  width: 140px;
  border-radius: 40px;
  height: 40px;
}

.uc-research-4,
.uc-research-5 {
  background: url("images/research-bg-4.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 200px;
}
.uc-research-4:before, .uc-research-4:after,
.uc-research-5:before,
.uc-research-5:after {
  content: "";
  width: 100%;
  height: 35vh;
  position: absolute;
  left: 0;
}
.uc-research-4:before,
.uc-research-5:before {
  background: linear-gradient(to top, transparent 0%, #000 100%);
  top: 0;
}
.uc-research-4:after,
.uc-research-5:after {
  background: linear-gradient(to bottom, transparent 0%, #000 100%);
  bottom: 0;
}
.uc-research-4 .g-title,
.uc-research-5 .g-title {
  position: relative;
  z-index: 9;
}
.uc-research-4 .box,
.uc-research-5 .box {
  margin: 0 5%;
  padding: 0 16px;
  font-size: 16px;
  line-height: 1.5em;
  text-align: justify;
}

.uc-research-5 {
  background-image: url("images/research-bg-5.jpg");
}