@charset "UTF-8";
/*!
* -----------------------------------------------------------------------------------------------------------------------------------------------------
* --------------------------------------------- 				样式分为：共用样式 + 各页面样式				   ----------------------------------------
* --------------------------------------------- 		  此文件别改，方便后期配合开发新页面或维护修改 			   ----------------------------------------
* ---------------------------------------------   可把要修改的那一行或那一块复制到别的文件里修改，放到引入文件最后   ----------------------------------------
* -----------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* ---------------------------------------------------------------------- 共用样式 -------------------------------------------------------------------- */
/* ----------------------------------------------------------------- 样式重置 & 常用样式 --------------------------------------------------------------- */
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: #0c1428;
  background: #ffffff;
  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: #0c1428;
  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: #b01e1e;
  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(176, 30, 30, 0.6);
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(176, 30, 30, 0.6);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

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

::-moz-selection {
  background: #b01e1e;
  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: #111d35;
}

.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: #999999;
  margin-left: 20px;
}
.uc-del:first-child {
  margin-left: 0;
}

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

.uc-red {
  color: #b01e1e !important;
}

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

.uc-gray {
  color: #999999 !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: #eeeeee 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: #b01e1e;
}

.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.red {
  background-color: #b01e1e;
  border: #b01e1e 1px solid;
  color: #fff;
}
.uc-btn.red-linear {
  background: linear-gradient(to right, rgba(176, 30, 30, 0.7) 0%, #b01e1e 100%);
  color: #fff;
}
.uc-btn.red-plain {
  color: #b01e1e;
  border: #b01e1e 1px solid;
}
.uc-btn.red-plain:hover {
  opacity: 1;
  background-color: #b01e1e;
  color: #fff;
}
.uc-btn.white {
  background-color: #fff;
  border: #fff 1px solid;
  color: #0c1428;
}
.uc-btn.white-linear {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, #fff 100%);
  color: #0c1428;
}
.uc-btn.white-plain {
  color: #fff;
  border: #fff 1px solid;
}
.uc-btn.white-plain:hover {
  opacity: 1;
  background-color: #fff;
  color: #0c1428;
}
.uc-btn.gray {
  background-color: #999999;
  border: #999999 1px solid;
  color: #fff;
}
.uc-btn.gray-linear {
  background: linear-gradient(to right, rgba(153, 153, 153, 0.7) 0%, #999999 100%);
  color: #fff;
}
.uc-btn.gray-plain {
  color: #999999;
  border: #999999 1px solid;
}
.uc-btn.gray-plain:hover {
  opacity: 1;
  background-color: #999999;
  color: #fff;
}

.uc-tag {
  display: inline-block;
  border-radius: 3px;
  padding: 0 5px;
}
.uc-tag:empty {
  display: none;
}
.uc-tag.red {
  background-color: #b01e1e;
  color: #fff;
}
.uc-tag.white {
  background-color: #fff;
  color: #0c1428;
}
.uc-tag.gray {
  background-color: rgba(153, 153, 153, 0.4);
  color: #fff;
}

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
footer {
  background-color: #111d35;
  color: #fff;
}
footer a {
  color: #fff;
  transition: all 0.3s linear;
}
footer a:hover {
  color: #fff;
  opacity: 0.8;
}
footer .ft1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 70px;
}
footer .part {
  font-size: 24px;
  line-height: 38px;
}
footer .part img {
  display: block;
}
footer .part .con {
  margin-top: 20px;
}
footer .menu h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
footer .menu .con a {
  display: block;
  font-size: 18px;
  line-height: 44px;
}
footer .ft2 {
  padding: 40px 0;
  line-height: 2em;
  border-top: rgba(255, 255, 255, 0.2) 1px solid;
  text-align: center;
  font-size: 18px;
}

body {
  padding-top: 96px;
}

header {
  background-color: #121e36;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
}
header .uc-content {
  height: 96px;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header img {
  display: block;
  width: 216px;
  height: 56px;
}
header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
header nav a {
  margin-left: 1.5em;
  font-size: 20px;
  color: #fff;
  transition: all 0.3s linear;
}
header nav a.on, header nav a:hover {
  color: #b01e1e;
}

.g-title {
  text-align: center;
  margin-bottom: 50px;
}
.g-title h2 {
  font-size: 32px;
  font-weight: bold;
}
.g-title .line {
  width: 60px;
  height: 3px;
  background-color: #b01e1e;
  margin: 20px auto 0;
}
.g-title .txt {
  font-size: 16px;
  margin-top: 10px;
}

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
/* |01|关于商会|about| */
.uc-about-1 {
  background: url("images/about-banner-1.jpg") center bottom no-repeat;
  background-size: cover;
}
.uc-about-1 .uc-content {
  height: 600px;
  position: relative;
}
.uc-about-1 .box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #fff;
}
.uc-about-1 .line {
  width: 60px;
  height: 3px;
  background-color: #b01e1e;
  margin-bottom: 20px;
}
.uc-about-1 h2 {
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 30px;
}
.uc-about-1 .txt {
  font-size: 22px;
}

.uc-about-2 {
  padding: 90px 0;
}
.uc-about-2 .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-about-2 .main-left {
  width: 46%;
}
.uc-about-2 .main-right {
  width: 55%;
  margin-left: -5%;
}
.uc-about-2 .main-right img {
  display: block;
  width: 100%;
}
.uc-about-2 .g-title {
  text-align: left;
}
.uc-about-2 .g-title .line {
  margin-left: 0;
  width: 128px;
}
.uc-about-2 .desc {
  font-size: 22px;
  line-height: 36px;
  text-align: justify;
}
.uc-about-2 .desc p {
  margin-bottom: 36px;
}
.uc-about-2 .desc p:last-child {
  margin-bottom: 0;
}

.uc-about-3 {
  padding-bottom: 80px;
}
.uc-about-3 .list {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-about-3 .list .item {
  flex: 1;
  min-width: 0;
  text-align: center;
  overflow: hidden;
}
.uc-about-3 .list .item img {
  transition: all 0.3s linear;
}
.uc-about-3 .list .item:hover img {
  transform: scale(1.1, 1.1);
}
.uc-about-3 .list .line {
  width: 1px;
  background-color: #0c1428;
  margin: 0 40px;
}
.uc-about-3 .list img {
  display: block;
  margin: 0 auto 10px;
}
.uc-about-3 .list h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 15px;
}
.uc-about-3 .list .con {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.uc-about-4 {
  background-color: #111d35;
  padding-top: 75px;
  padding-bottom: 40px;
}
.uc-about-4 .g-title {
  color: #fff;
}
.uc-about-4 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-about-4 .list .arrow {
  width: 60px;
  border-radius: 100%;
  height: 60px;
  margin: 0 -20px;
  position: relative;
  z-index: 9;
}
.uc-about-4 .card {
  width: 384px;
  border-radius: 10px;
  height: 483px;
  background-color: #fff;
  padding: 30px 15px 15px;
  color: #162130;
  position: relative;
  top: 0;
  transition: all 0.3s linear;
}
.uc-about-4 .card:hover {
  top: -10px;
}
.uc-about-4 .card h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 16px;
}
.uc-about-4 .card h3 a {
  font-weight: bold;
}
.uc-about-4 .time-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.uc-about-4 .time-box .time {
  background-color: #b01e1e;
  color: #fff;
  width: 120px;
  height: 30px;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  position: relative;
}
.uc-about-4 .time-box .time:after {
  content: "";
  width: 15px;
  height: 100%;
  background-color: #b01e1e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  opacity: 0.23;
}
.uc-about-4 .img-box {
  width: 354px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 40px;
}
.uc-about-4 .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-about-4 .img-box img {
  transition: all 0.3s linear;
}
.uc-about-4 .img-box:hover img {
  transform: scale(1.1, 1.1);
}
.uc-about-4 .img-box a {
  display: block;
}
.uc-about-4 .info {
  font-size: 14px;
}
.uc-about-4 .info li {
  line-height: 27px;
  padding-left: 10px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-about-4 .info li:after {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #b01e1e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

/* |02|管理团队|manage| */
.uc-manage-1 {
  background: url("images/manage-banner.jpg") center center no-repeat;
  background-size: cover;
}
.uc-manage-1 .uc-content {
  position: relative;
  height: 700px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.uc-manage-1 h2 {
  font-size: 64px;
  font-weight: bold;
}
.uc-manage-1 h3 {
  font-size: 28px;
  font-weight: bold;
}
.uc-manage-1 .con {
  margin-top: 30px;
  font-size: 32px;
  line-height: 42px;
}
.uc-manage-1 .btm {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-manage-1 .uc-btn {
  width: 176px;
  border-radius: 5px;
  height: 60px;
  font-size: 24px;
  font-weight: bold;
}

.uc-manage-2 {
  padding-top: 100px;
}
.uc-manage-2 .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}
.uc-manage-2 .img-box {
  width: 493px;
}
.uc-manage-2 .img-box img {
  display: block;
}
.uc-manage-2 .detail {
  width: 400px;
  margin-left: 50px;
}
.uc-manage-2 .detail h3 {
  font-size: 40px;
  font-weight: bold;
}
.uc-manage-2 .detail h4 {
  font-size: 20px;
  font-weight: bold;
}
.uc-manage-2 .detail .con {
  font-size: 16px;
  line-height: 2em;
}

.uc-manage-3 {
  background-color: #e8eef4;
  padding-top: 100px;
  padding-bottom: 160px;
}
.uc-manage-3 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.uc-manage-3 .card {
  width: 285px;
  margin-right: 20px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px 0 rgba(240, 240, 240, 0.8);
  position: relative;
  z-index: 9;
  top: 0;
  transition: all 0.3s linear;
}
.uc-manage-3 .card:hover {
  top: -10px;
}
.uc-manage-3 .card:nth-child(4n) {
  margin-right: 0;
}
.uc-manage-3 .card .img {
  width: 285px;
  height: 260px;
  margin-bottom: 25px;
  overflow: hidden;
}
.uc-manage-3 .card .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-manage-3 .card .img img {
  transition: all 0.3s linear;
}
.uc-manage-3 .card .img:hover img {
  transform: scale(1.1, 1.1);
}
.uc-manage-3 .card .part {
  padding: 0 25px;
  margin-bottom: 25px;
}
.uc-manage-3 .card .part h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
}
.uc-manage-3 .card .part p {
  font-size: 18px;
  color: #b01e1e;
}
.uc-manage-3 .card .item {
  padding: 0 25px 0 70px;
  margin-bottom: 25px;
  position: relative;
}
.uc-manage-3 .card .item:last-child {
  margin-bottom: 0;
}
.uc-manage-3 .card .item img {
  position: absolute;
  left: 25px;
  top: -5px;
}
.uc-manage-3 .card .item h4 {
  font-size: 18px;
}
.uc-manage-3 .card .item .con {
  font-size: 13px;
  line-height: 24px;
  text-align: justify;
  height: 72px;
  overflow: hidden;
}

/* |03|联系我们|contact| */
.uc-contact-1 {
  background: url("images/contact-banner.jpg") center center no-repeat;
  background-size: cover;
  padding-bottom: 220px;
}
.uc-contact-1 .uc-content {
  height: 780px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.uc-contact-1 h2 {
  font-size: 60px;
  line-height: 78px;
  font-weight: bold;
}

.uc-contact-2 {
  background-color: #e8eef4;
}
.uc-contact-2 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  z-index: 9;
  top: -220px;
}
.uc-contact-2 .list li {
  border-radius: 10px;
  background-color: #fff;
  border-top: #790706 26px solid;
  width: 380px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.5);
  padding: 50px 30px;
  text-align: center;
  min-height: 530px;
  transition: all 0.3s linear;
  position: relative;
  top: 0;
}
.uc-contact-2 .list li:hover {
  border-top-color: #fff;
  background-color: #790706;
  color: #fff;
  top: -10px;
}
.uc-contact-2 .list img {
  display: block;
  margin: 0 auto 50px;
}
.uc-contact-2 .list .i2 {
  display: none;
}
.uc-contact-2 .list h3 {
  font-size: 40px;
  font-weight: bold;
}
.uc-contact-2 .list .con {
  font-size: 25px;
  margin-top: 25px;
  line-height: 1.5em;
}

.uc-contact-3 {
  background-color: #e8eef4;
  padding-bottom: 300px;
}
.uc-contact-3 .contact {
  border-radius: 20px;
  background-color: #06101e;
  padding: 60px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-contact-3 .contact li {
  width: 50%;
  padding: 60px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-contact-3 .contact img {
  display: block;
  margin-right: 20px;
}
.uc-contact-3 .contact .right {
  flex: 1;
  min-width: 0;
  color: #fff;
}
.uc-contact-3 .contact h3 {
  font-size: 32px;
}
.uc-contact-3 .contact .con {
  font-size: 26px;
  margin-top: 5px;
}
.uc-contact-3 .contact a {
  color: #fff;
  transition: all 0.3s linear;
}
.uc-contact-3 .contact a:hover {
  color: #fff;
  opacity: 0.8;
}

/* |04|首页|index| */
.uc-index-1 {
  background: url("images/index-banner-1.jpg") center center no-repeat;
  background-size: cover;
}
.uc-index-1 .uc-content {
  height: 700px;
  position: relative;
}
.uc-index-1 .box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.uc-index-1 .title {
  font-size: 58px;
  font-weight: bold;
  line-height: 75px;
  color: #fff;
}
.uc-index-1 .con {
  font-size: 21px;
  color: #fff;
  padding: 10px 0 40px;
}
.uc-index-1 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-index-1 .uc-btn {
  height: 45px;
  border-radius: 10px;
  min-width: 142px;
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
}

.uc-index-2 {
  padding-top: 70px;
  padding-bottom: 120px;
}
.uc-index-2 .title {
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
.uc-index-2 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-index-2 .list li {
  width: 280px;
  border-radius: 10px;
  background-color: #fff;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s linear;
  position: relative;
  top: 0;
}
.uc-index-2 .list li:hover {
  top: -5px;
}
.uc-index-2 .list img {
  display: block;
  margin: 0 auto 20px;
}
.uc-index-2 .list h3 {
  font-size: 22px;
  font-weight: bold;
}
.uc-index-2 .list .con {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 5px;
}

.uc-index-3 {
  background-color: #101c35;
  padding-top: 110px;
  padding-bottom: 90px;
}
.uc-index-3 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.uc-index-3 .list .number {
  font-size: 52px;
  color: #b01e1e;
  font-weight: bold;
  margin-bottom: 5px;
}

.uc-index-4 {
  padding-top: 110px;
  padding-bottom: 280px;
}
.uc-index-4 .title {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 40px;
}
.uc-index-4 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-index-4 .list li {
  flex: 1;
  min-width: 0;
  border-radius: 10px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 10px 20px 15px;
  margin-right: 20px;
  min-height: 190px;
  position: relative;
  top: 0;
  transition: all 0.3s linear;
}
.uc-index-4 .list li:hover {
  top: -10px;
}
.uc-index-4 .list li:last-child {
  margin-right: 0;
}
.uc-index-4 .list .hd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.uc-index-4 .list .num {
  font-size: 60px;
  color: #d8d9db;
  font-weight: bold;
}
.uc-index-4 .list img {
  display: block;
}
.uc-index-4 .list .bd {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  height: 56px;
}

.uc-index-5 {
  background-color: #111d35;
}
.uc-index-5 .uc-content {
  position: relative;
  height: 140px;
}
.uc-index-5 .box {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  border-radius: 5px;
  background: linear-gradient(to right, #a31917 0%, #cf2120 100%);
  color: #fff;
  padding: 70px;
  text-align: center;
}
.uc-index-5 .box h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.uc-index-5 .box .con {
  font-size: 18px;
  margin-bottom: 30px;
}
.uc-index-5 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-index-5 .operate .uc-btn {
  width: 180px;
  border-radius: 10px;
  height: 60px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 20px;
}
.uc-index-5 .operate .uc-btn:first-child {
  margin-left: 0;
}
.uc-index-5 .operate .uc-btn.white-plain {
  border-width: 2px;
}

/* |05|投资布局|investment| */
.uc-investment-1 {
  background: url("images/investment-banner.jpg") center center no-repeat;
  background-size: cover;
}
.uc-investment-1 .uc-content {
  height: 800px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  padding-bottom: 150px;
}
.uc-investment-1 h2 {
  font-size: 64px;
  font-weight: bold;
}
.uc-investment-1 .con {
  font-size: 32px;
  margin-top: 20px;
}

.uc-investment-2 {
  padding-top: 100px;
  background-color: #e8eef4;
}
.uc-investment-2 .g-title {
  margin-bottom: -140px;
}
.uc-investment-2 .g-title h2 {
  font-size: 40px;
}
.uc-investment-2 .list {
  position: relative;
  z-index: 9;
  bottom: -240px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-investment-2 .list li {
  border: #6d0c0b 1px solid;
  border-top-width: 25px;
  background-color: #fff;
  flex: 1;
  min-width: 0;
  margin-left: 10px;
  border-radius: 10px;
  padding-top: 50px;
  min-height: 390px;
  transition: all 0.3s linear;
  position: relative;
  top: 0;
}
.uc-investment-2 .list li:first-child {
  margin-left: 0;
}
.uc-investment-2 .list li:hover {
  top: -10px;
}
.uc-investment-2 .list img {
  display: block;
  margin: 0 auto 40px;
}
.uc-investment-2 .list h3 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

.uc-investment-3 {
  background: linear-gradient(to bottom, #2b0506 0%, #890f0c 100%);
  padding-top: 400px;
  padding-bottom: 200px;
}
.uc-investment-3 .g-title {
  color: #fff;
}
.uc-investment-3 .g-title h2 {
  font-size: 40px;
}
.uc-investment-3 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 70px;
}
.uc-investment-3 .list li {
  width: 390px;
  margin-right: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 10px;
}
.uc-investment-3 .list li:nth-child(3n) {
  margin-right: 0;
}
.uc-investment-3 .list li img {
  transition: all 0.3s linear;
}
.uc-investment-3 .list li:hover img {
  transform: scale(1.1, 1.1);
}
.uc-investment-3 .list .img {
  width: 100%;
  height: 144px;
  overflow: hidden;
}
.uc-investment-3 .list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-investment-3 .list .btm {
  padding: 15px 15px 25px;
  text-align: center;
}
.uc-investment-3 .list h3 {
  font-size: 20px;
  font-weight: bold;
}
.uc-investment-3 .list .txt, .uc-investment-3 .list .year {
  margin-top: 5px;
}

/* ---------------------------------------------------------------------- 汉堡按钮(默认隐藏)  ----------------------------------------------------------- */
.nav-toggle {
  display: none;
  width: 36px;
  height: 36px;
  padding: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
}
.nav-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s linear;
}
header.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
header.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}
header.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ---------------------------------------------------------------------- 平板适配 (<=1240px) ----------------------------------------------------------- */
@media (max-width: 1240px) {
  .uc-content {
    width: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .uc-about-4 .card,
  .uc-about-4 .img-box {
    width: 100%;
  }
  .uc-about-4 .card {
    height: auto;
    padding-bottom: 25px;
  }
  .uc-manage-3 .card {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
  }
  .uc-manage-3 .card:nth-child(4n) {
    margin-right: 30px;
  }
  .uc-manage-3 .card:nth-child(3n) {
    margin-right: 0;
  }
  .uc-manage-3 .card .img {
    width: 100%;
  }
  .uc-investment-3 .list li {
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
  }
}

/* ---------------------------------------------------------------------- 手机端 (<=768px) ----------------------------------------------------------- */
@media (max-width: 768px) {
  body {
    padding-top: 60px;
    font-size: 14px;
  }
  .uc-content {
    padding-left: 16px;
    padding-right: 16px;
  }
  /* 头部 */
  header .uc-content {
    height: 60px;
    padding: 10px 16px;
  }
  header img {
    width: 140px;
    height: auto;
  }
  .nav-toggle {
    display: flex;
  }
  header nav {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #121e36;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  }
  header.nav-open nav {
    max-height: 100vh;
  }
  header nav a {
    margin-left: 0;
    padding: 14px 24px;
    font-size: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  /* 通用标题 */
  .g-title {
    margin-bottom: 30px;
  }
  .g-title h2 {
    font-size: 24px;
  }
  .g-title .txt {
    font-size: 14px;
  }

  /* 按钮 */
  .uc-btn {
    height: 40px;
    font-size: 14px;
    padding: 0 16px;
  }

  /* 首页 */
  .uc-index-1 .uc-content {
    height: 460px;
  }
  .uc-index-1 .title {
    font-size: 28px;
    line-height: 40px;
  }
  .uc-index-1 .con {
    font-size: 15px;
    padding: 10px 0 24px;
  }
  .uc-index-1 .uc-btn {
    height: 40px;
    min-width: 110px;
    font-size: 15px;
    margin-right: 12px;
  }
  .uc-index-2 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .uc-index-2 .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .uc-index-2 .list {
    gap: 16px;
  }
  .uc-index-2 .list li {
    width: calc(50% - 8px);
    padding: 24px 16px;
  }
  .uc-index-2 .list h3 {
    font-size: 16px;
  }
  .uc-index-2 .list .con {
    font-size: 13px;
  }
  .uc-index-3 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .uc-index-3 .list {
    font-size: 14px;
    gap: 24px 0;
  }
  .uc-index-3 .list li {
    width: 50%;
  }
  .uc-index-3 .list .number {
    font-size: 32px;
  }
  .uc-index-4 {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .uc-index-4 .title {
    font-size: 24px;
    margin-bottom: 24px;
    text-align: center;
  }
  .uc-index-4 .list {
    gap: 12px;
  }
  .uc-index-4 .list li {
    width: calc(50% - 6px);
    flex: none;
    margin-right: 0;
    min-height: 150px;
    padding: 12px;
  }
  .uc-index-4 .list .num {
    font-size: 40px;
  }
  .uc-index-4 .list .bd {
    font-size: 16px;
    line-height: 22px;
    height: auto;
  }
  .uc-index-5 .uc-content {
    height: auto;
    padding: 30px 16px 40px;
  }
  .uc-index-5 .box {
    position: static;
    padding: 30px 20px;
  }
  .uc-index-5 .box h2 {
    font-size: 22px;
  }
  .uc-index-5 .box .con {
    font-size: 14px;
  }
  .uc-index-5 .operate .uc-btn {
    width: 130px;
    height: 44px;
    font-size: 15px;
    margin-left: 10px;
  }

  /* 关于商会 */
  .uc-about-1 .uc-content {
    height: 360px;
  }
  .uc-about-1 h2 {
    font-size: 30px;
    margin-bottom: 16px;
  }
  .uc-about-1 .txt {
    font-size: 14px;
  }
  .uc-about-2 {
    padding: 40px 0;
  }
  .uc-about-2 .main-left,
  .uc-about-2 .main-right {
    width: 100%;
    margin-left: 0;
  }
  .uc-about-2 .main-right {
    margin-top: 24px;
  }
  .uc-about-2 .desc {
    font-size: 15px;
    line-height: 28px;
  }
  .uc-about-2 .desc p {
    margin-bottom: 18px;
  }
  .uc-about-3 {
    padding-bottom: 40px;
  }
  .uc-about-3 .list {
    gap: 24px 0;
  }
  .uc-about-3 .list .item {
    flex: none;
    width: 50%;
  }
  .uc-about-3 .list > .line {
    display: none;
  }
  .uc-about-3 .list h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .uc-about-3 .list .con {
    font-size: 13px;
    padding: 0 8px;
  }
  .uc-about-4 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .uc-about-4 .list {
    flex-direction: column;
    gap: 16px;
  }
  .uc-about-4 .list .arrow {
    transform: rotate(90deg);
    margin: 0;
    width: 40px;
    height: 40px;
  }
  .uc-about-4 .card {
    width: 100%;
  }
  .uc-about-4 .img-box {
    width: 100%;
    height: 160px;
    margin-bottom: 24px;
  }

  /* 管理团队 */
  .uc-manage-1 .uc-content {
    height: 460px;
  }
  .uc-manage-1 h2 {
    font-size: 32px;
  }
  .uc-manage-1 h3 {
    font-size: 16px;
  }
  .uc-manage-1 .con {
    margin-top: 18px;
    font-size: 18px;
    line-height: 28px;
  }
  .uc-manage-1 .uc-btn {
    width: 140px;
    height: 46px;
    font-size: 16px;
  }
  .uc-manage-2 {
    padding-top: 40px;
  }
  .uc-manage-2 .img-box,
  .uc-manage-2 .detail {
    width: 100%;
    margin-left: 0;
  }
  .uc-manage-2 .img-box {
    max-width: 320px;
    margin: 0 auto 20px;
  }
  .uc-manage-2 .img-box img {
    width: 100%;
  }
  .uc-manage-2 .detail h3 {
    font-size: 26px;
  }
  .uc-manage-2 .detail h4 {
    font-size: 16px;
  }
  .uc-manage-2 .detail .con {
    font-size: 14px;
  }
  .uc-manage-3 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .uc-manage-3 .list {
    justify-content: space-between;
  }
  .uc-manage-3 .card {
    width: calc(50% - 8px);
    margin-right: 0;
    margin-bottom: 16px;
  }
  .uc-manage-3 .card:nth-child(3n),
  .uc-manage-3 .card:nth-child(4n) {
    margin-right: 0;
  }
  .uc-manage-3 .card .img {
    width: 100%;
    height: 180px;
    margin-bottom: 16px;
  }
  .uc-manage-3 .card .part {
    padding: 0 14px;
    margin-bottom: 14px;
  }
  .uc-manage-3 .card .part h3 {
    font-size: 18px;
  }
  .uc-manage-3 .card .part p {
    font-size: 13px;
  }
  .uc-manage-3 .card .item {
    padding: 0 14px 0 50px;
    margin-bottom: 14px;
  }
  .uc-manage-3 .card .item img {
    left: 14px;
    width: 24px;
    height: 24px;
  }
  .uc-manage-3 .card .item h4 {
    font-size: 14px;
  }
  .uc-manage-3 .card .item .con {
    font-size: 12px;
    line-height: 20px;
    height: 60px;
  }

  /* 投资布局 */
  .uc-investment-1 .uc-content {
    height: 480px;
    padding-bottom: 80px;
  }
  .uc-investment-1 h2 {
    font-size: 34px;
  }
  .uc-investment-1 .con {
    font-size: 16px;
    margin-top: 14px;
  }
  .uc-investment-2 {
    padding-top: 40px;
  }
  .uc-investment-2 .g-title {
    margin-bottom: 24px;
  }
  .uc-investment-2 .g-title h2 {
    font-size: 22px;
  }
  .uc-investment-2 .list {
    flex-direction: column;
    bottom: 0;
    gap: 16px;
    padding-bottom: 30px;
  }
  .uc-investment-2 .list li {
    margin-left: 0;
    border-top-width: 18px;
    padding: 30px 16px;
    min-height: 0;
  }
  .uc-investment-2 .list img {
    margin-bottom: 20px;
    max-width: 80px;
  }
  .uc-investment-2 .list h3 {
    font-size: 22px;
  }
  .uc-investment-3 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .uc-investment-3 .g-title h2 {
    font-size: 22px;
  }
  .uc-investment-3 .list {
    padding-top: 24px;
    gap: 12px;
  }
  .uc-investment-3 .list li {
    width: calc(50% - 6px);
    margin-right: 0;
    margin-bottom: 0;
  }
  .uc-investment-3 .list li:nth-child(3n) {
    margin-right: 0;
  }
  .uc-investment-3 .list .img {
    height: 110px;
  }
  .uc-investment-3 .list h3 {
    font-size: 16px;
  }

  /* 联系我们 */
  .uc-contact-1 {
    padding-bottom: 80px;
  }
  .uc-contact-1 .uc-content {
    height: 420px;
  }
  .uc-contact-1 h2 {
    font-size: 28px;
    line-height: 42px;
  }
  .uc-contact-2 .list {
    flex-direction: column;
    top: -80px;
    gap: 16px;
  }
  .uc-contact-2 .list li {
    width: 100%;
    min-height: 0;
    padding: 30px 20px;
    border-top-width: 18px;
  }
  .uc-contact-2 .list img {
    margin-bottom: 20px;
    max-width: 80px;
  }
  .uc-contact-2 .list h3 {
    font-size: 24px;
  }
  .uc-contact-2 .list .con {
    font-size: 16px;
    margin-top: 12px;
  }
  .uc-contact-3 {
    padding-bottom: 60px;
  }
  .uc-contact-3 .contact {
    padding: 20px;
    border-radius: 12px;
  }
  .uc-contact-3 .contact li {
    width: 100%;
    padding: 20px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .uc-contact-3 .contact li:last-child {
    border-bottom: none;
  }
  .uc-contact-3 .contact img {
    width: 36px;
    height: 36px;
    margin-right: 14px;
  }
  .uc-contact-3 .contact h3 {
    font-size: 18px;
  }
  .uc-contact-3 .contact .con {
    font-size: 14px;
    word-break: break-all;
  }

  /* 页脚 */
  footer .ft1 {
    flex-direction: column;
    align-items: stretch;
    padding-top: 40px;
    padding-bottom: 30px;
    gap: 24px;
  }
  footer .part {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
  }
  footer .part .logo img {
    margin: 0 auto;
  }
  footer .menu h3 {
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding-bottom: 10px;
  }
  footer .menu .con {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
  }
  footer .menu .con a {
    font-size: 14px;
    line-height: 28px;
  }
  footer .ft2 {
    padding: 20px 0;
    font-size: 12px;
  }
}

/* 小屏手机 (<=380px) 进一步收紧 */
@media (max-width: 380px) {
  .uc-index-1 .title {
    font-size: 24px;
    line-height: 34px;
  }
  .uc-manage-1 h2 {
    font-size: 26px;
  }
  .uc-investment-1 h2 {
    font-size: 28px;
  }
  .uc-contact-1 h2 {
    font-size: 22px;
    line-height: 36px;
  }
  .uc-manage-4 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.uc-manage-4 {
  background-color: #fff;
  padding: 0;
  width: 100%;
}
.uc-manage-4 .org-chart {
  width: 100%;
  font-size: 0;
}
.uc-manage-4 .org-chart img {
  display: block;
  width: 100%;
  height: auto;
}