@charset "UTF-8";
/*!


* -----------------------------------------------------------------------------------------------------------------------------------------------------
* --------------------------------------------- 				样式分为：共用样式 + 各页面样式				   ----------------------------------------
* --------------------------------------------- 		  此文件别改，方便后期配合开发新页面或维护修改 			   ----------------------------------------
* ---------------------------------------------   可把要修改的那一行或那一块复制到别的文件里修改，放到引入文件最后   ----------------------------------------
* -----------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* ---------------------------------------------------------------------- 共用样式 -------------------------------------------------------------------- */
/* ----------------------------------------------------------------- 样式重置 & 常用样式 --------------------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: normal;
  font-style: normal;
  font-family: "Noto Sans SC", "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: #333333;
  background: #c4deec;
  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: #333333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern" 1;
  -webkit-font-feature-settings: "kern" 1;
}

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: #00a0e9;
  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(0, 160, 233, 0.6);
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 160, 233, 0.6);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

::-moz-selection {
  background: #00a0e9;
  color: #fff;
}

::selection {
  background: #00a0e9;
  color: #fff;
}

::-moz-selection {
  background: #00a0e9;
  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: #fff;
}

.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-blue {
  color: #00a0e9 !important;
}

.uc-blue2 {
  color: #7fa4d2 !important;
}

.uc-pink {
  color: #eabfbf !important;
}

.uc-pink2 {
  color: #eb8593 !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: #00a0e9;
}

.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.95;
}
.uc-btn.blue {
  background-color: #00a0e9;
  border: #00a0e9 1px solid;
  color: #fff;
}
.uc-btn.blue-linear {
  background: linear-gradient(to right, rgba(0, 160, 233, 0.7) 0%, #00a0e9 100%);
  color: #fff;
}
.uc-btn.blue-plain {
  color: #00a0e9;
  border: #00a0e9 1px solid;
}
.uc-btn.blue-plain:hover {
  opacity: 1;
  background-color: #00a0e9;
  color: #fff;
}
.uc-btn.blue2 {
  background-color: #7fa4d2;
  border: #7fa4d2 1px solid;
  color: #fff;
}
.uc-btn.blue2-linear {
  background: linear-gradient(to right, rgba(127, 164, 210, 0.7) 0%, #7fa4d2 100%);
  color: #fff;
}
.uc-btn.blue2-plain {
  color: #7fa4d2;
  border: #7fa4d2 1px solid;
}
.uc-btn.blue2-plain:hover {
  opacity: 1;
  background-color: #7fa4d2;
  color: #fff;
}
.uc-btn.pink {
  background-color: #eabfbf;
  border: #eabfbf 1px solid;
  color: #fff;
}
.uc-btn.pink-linear {
  background: linear-gradient(to right, rgba(234, 191, 191, 0.7) 0%, #eabfbf 100%);
  color: #fff;
}
.uc-btn.pink-plain {
  color: #eabfbf;
  border: #eabfbf 1px solid;
}
.uc-btn.pink-plain:hover {
  opacity: 1;
  background-color: #eabfbf;
  color: #fff;
}
.uc-btn.pink2 {
  background-color: #eb8593;
  border: #eb8593 1px solid;
  color: #fff;
}
.uc-btn.pink2-linear {
  background: linear-gradient(to right, rgba(235, 133, 147, 0.7) 0%, #eb8593 100%);
  color: #fff;
}
.uc-btn.pink2-plain {
  color: #eb8593;
  border: #eb8593 1px solid;
}
.uc-btn.pink2-plain:hover {
  opacity: 1;
  background-color: #eb8593;
  color: #fff;
}
.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.blue {
  background-color: #00a0e9;
  color: #fff;
}
.uc-tag.blue2 {
  background-color: #7fa4d2;
  color: #fff;
}
.uc-tag.pink {
  background-color: #eabfbf;
  color: #fff;
}
.uc-tag.pink2 {
  background-color: #eb8593;
  color: #fff;
}
.uc-tag.gray {
  background-color: rgba(153, 153, 153, 0.4);
  color: #fff;
}

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
footer {
  background-color: #eabfbf;
  color: #fff;
  font-size: 20px;
}
footer a {
  color: #fff;
  transition: all 0.3s linear;
}
footer a:hover {
  color: #00a0e9;
}
footer .ft1 {
  padding: 50px 0;
}
footer .ft1 .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
footer .ft1 h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
footer .logo {
  margin-bottom: 15px;
  margin-top: -36px;
}
footer .logo img {
  display: block;
  width: 298px;
}
footer .desc {
  line-height: 1.75em;
}
footer .menu {
  line-height: 1.75em;
}
footer .menu a {
  display: block;
}
footer .contact li {
  line-height: 1.75em;
}
footer .contact li.qr-list {
  display: flex;
  gap: 16px;
  margin-top: 14px;
  list-style: none;
}
footer .contact li.qr-list .qr-item {
  display: inline-block;
  background: #fff;
  padding: 6px;
  border-radius: 6px;
}
footer .contact li.qr-list .qr-item img {
  display: block;
  width: 140px;
  height: 140px;
  object-fit: cover;
}
footer .ft2 {
  border-top: rgba(255, 255, 255, 0.5) 1px solid;
  padding: 50px 0;
  text-align: center;
  line-height: 1.75em;
}

header {
  position: fixed;
  z-index: 999;
  width: 100%;
  transition: all 0.3s linear;
}
header .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s linear;
}
header .logo img {
  display: block;
  width: 164px;
  height: 164px;
}
header nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}
header nav a {
  margin-left: 1em;
  transition: all 0.3s linear;
}
header nav a.on, header nav a:hover {
  color: #eb8593;
}
header.fixed {
  background-color: #fff;
  clip-path: polygon(100% 0%, 0% 0%, 0% 52.5%, 2% 52.67%, 4% 53.17%, 6% 53.98%, 8% 55.07%, 10% 56.42%, 12% 57.96%, 14% 59.64%, 16% 61.4%, 18% 63.19%, 20% 64.94%, 22% 66.58%, 24% 68.06%, 26% 69.32%, 28% 70.32%, 30% 71.04%, 32% 71.43%, 34% 71.48%, 36% 71.2%, 38% 70.6%, 40% 69.69%, 42% 68.5%, 44% 67.09%, 46% 65.5%, 48% 63.78%, 50% 62%, 52% 60.22%, 54% 58.5%, 56% 56.91%, 58% 55.5%, 60% 54.31%, 62% 53.4%, 64% 52.8%, 66% 52.52%, 68% 52.57%, 70% 52.96%, 72% 53.68%, 74% 54.68%, 76% 55.94%, 78% 57.42%, 80% 59.06%, 82% 60.81%, 84% 62.6%, 86% 64.36%, 88% 66.04%, 90% 67.58%, 92% 68.93%, 94% 70.02%, 96% 70.83%, 98% 71.33%, 100% 71.5%);
  padding-bottom: 40px;
}
header.fixed .logo img {
  width: 120px;
  height: 120px;
}
header.fixed .uc-content {
  padding-bottom: 50px;
  padding-top: 10px;
}

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
/* |01|公司团队|company| */
.uc-company-1 {
  position: relative;
  z-index: 2;
}
.uc-company-1 .img {
  display: block;
  width: 100%;
}
.uc-company-1 .uc-content {
  z-index: 9;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
  margin-top: -106px;
}
.uc-company-1 .uc-content img {
  width: 481px;
}

.uc-company-2 {
  background: url("images/company-img-2.jpg") center center no-repeat;
  background-size: cover;
  margin-top: -120px;
  clip-path: polygon(100% 0%, 0% 0%, 0% 84.7%, 2.86% 83.72%, 5.71% 82.79%, 8.57% 81.93%, 11.43% 81.18%, 14.29% 80.56%, 17.14% 80.08%, 20% 79.77%, 22.86% 79.64%, 25.71% 79.68%, 28.57% 79.9%, 31.43% 80.29%, 34.29% 80.83%, 37.14% 81.52%, 40% 82.32%, 42.86% 83.22%, 45.71% 84.18%, 48.57% 85.17%, 51.43% 86.16%, 54.29% 87.12%, 57.14% 88.02%, 60% 88.83%, 62.86% 89.52%, 65.71% 90.07%, 68.57% 90.46%, 71.43% 90.69%, 74.29% 90.74%, 77.14% 90.6%, 80% 90.3%, 82.86% 89.83%, 85.71% 89.21%, 88.57% 88.46%, 91.43% 87.61%, 94.29% 86.68%, 97.14% 85.7%, 100% 84.7%);
}
.uc-company-2 .uc-content {
  padding-top: 120px;
  padding-bottom: 320px;
}
.uc-company-2 .title {
  text-align: center;
  margin-bottom: 40px;
}
.uc-company-2 .title h2 {
  font-size: 50px;
  color: #2f1e13;
  font-weight: bold;
  margin-bottom: 10px;
}
.uc-company-2 .title .con {
  font-size: 30px;
  color: #2f1e13;
  letter-spacing: 5px;
  padding-left: 5px;
  font-weight: lighter;
}
.uc-company-2 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-company-2 .list li {
  flex: 1;
  min-width: 0;
  border-radius: 50px;
  background-color: rgba(246, 222, 221, 0.85);
  margin-right: 20px;
  padding: 30px 40px 60px;
  text-align: center;
  transition: all 0.3s linear;
  position: relative;
  top: 0;
}
.uc-company-2 .list li:hover {
  top: -10px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.uc-company-2 .list li:nth-child(2) {
  background-color: rgba(220, 235, 243, 0.85);
}
.uc-company-2 .list li:nth-child(3) {
  background-color: rgba(184, 206, 233, 0.85);
  margin-right: 0;
}
.uc-company-2 .list .img {
  width: 200px;
  border-radius: 100%;
  height: 200px;
  overflow: hidden;
  margin: 0 auto 20px;
}
.uc-company-2 .list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-company-2 .list h3 {
  font-size: 36px;
  color: #4c3a2e;
  font-weight: bold;
  margin-bottom: 15px;
}
.uc-company-2 .list h4 {
  color: #4c3a2e;
  font-size: 18px;
  margin-bottom: 15px;
}
.uc-company-2 .list .con {
  color: #4c3a2e;
  line-height: 1.5em;
  font-size: 18px;
  min-height: 4.5em;
}

.uc-company-3 {
  background: url("images/company-bg-3.png") center top no-repeat;
  background-size: 1200px auto;
  margin-top: -100px;
  padding-top: 70px;
  padding-bottom: 80px;
}
.uc-company-3 .title {
  text-align: center;
  margin-bottom: 60px;
}
.uc-company-3 .title h2 {
  font-size: 50px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 5px;
  padding-left: 5px;
}
.uc-company-3 .title .con {
  font-size: 30px;
  color: #fff;
  letter-spacing: 5px;
  padding-left: 5px;
  font-weight: lighter;
}
.uc-company-3 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.uc-company-3 .list li {
  border-radius: 24px;
  flex: 1;
  min-width: 0;
  max-width: 250px;
  background-color: #f9f1f1;
  margin-right: 10px;
  padding: 30px 30px 60px;
  text-align: center;
  transition: all 0.3s linear;
  position: relative;
  top: 0;
}
.uc-company-3 .list li:hover {
  top: -10px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.uc-company-3 .list li:nth-child(2) {
  background-color: #f5e5e5;
}
.uc-company-3 .list li:nth-child(3) {
  background-color: #f5dcdc;
}
.uc-company-3 .list li:nth-child(4) {
  background-color: #f7f3ea;
  margin-right: 0;
}
.uc-company-3 .list img {
  display: block;
  width: 77px;
  border-radius: 100%;
  height: 77px;
  margin: 0 auto 15px;
}
.uc-company-3 .list h3 {
  font-size: 26px;
  color: #4c3a2e;
  font-weight: bold;
  margin-bottom: 20px;
}
.uc-company-3 .list .con {
  color: #4c3a2e;
  line-height: 1.5em;
  font-size: 16px;
  min-height: 4.5em;
}

.uc-company-4 .main {
  clip-path: polygon(100% 0%, 0% 0%, 0% 81.85%, 2.86% 81.93%, 5.71% 82.16%, 8.57% 82.52%, 11.43% 83.01%, 14.29% 83.61%, 17.14% 84.27%, 20% 84.98%, 22.86% 85.69%, 25.71% 86.38%, 28.57% 87.02%, 31.43% 87.57%, 34.29% 88.02%, 37.14% 88.33%, 40% 88.49%, 42.86% 88.51%, 45.71% 88.36%, 48.57% 88.08%, 51.43% 87.66%, 54.29% 87.12%, 57.14% 86.5%, 60% 85.81%, 62.86% 85.1%, 65.71% 84.39%, 68.57% 83.71%, 71.43% 83.11%, 74.29% 82.6%, 77.14% 82.21%, 80% 81.96%, 82.86% 81.85%, 85.71% 81.91%, 88.57% 82.11%, 91.43% 82.45%, 94.29% 82.93%, 97.14% 83.5%, 100% 84.16%);
  background: url("images/company-bg-4.png") center center no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 300px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-company-4 .part {
  flex: 1;
  min-width: 0;
}
.uc-company-4 .part1 {
  background-color: rgba(183, 207, 233, 0.8);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.uc-company-4 .intro {
  padding: 30px 75px;
}
.uc-company-4 .intro .con {
  font-size: 24px;
  color: #4c3a2e;
  width: 400px;
  line-height: 1.5em;
}
.uc-company-4 h2 {
  font-size: 50px;
  color: #4c3a2e;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 5px;
  padding-left: 5px;
}
.uc-company-4 .part2 img {
  display: block;
  width: 100%;
}
.uc-company-4 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-company-4 .operate .uc-btn {
  width: 560px;
  border-radius: 140px;
  height: 140px;
  font-size: 50px;
  position: relative;
  top: -200px;
}

/* |02|关于我们|about| */
.uc-about-1 {
  position: relative;
}
.uc-about-1 .img {
  display: block;
  width: 100%;
}
.uc-about-1 .uc-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
  color: #4c3a2e;
}
.uc-about-1 h3 {
  font-size: 50px;
}
.uc-about-1 h2 {
  font-size: 55px;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 3px;
}
.uc-about-1 .con {
  font-size: 22px;
  margin-top: 15px;
  letter-spacing: 3px;
}

.uc-about-2 {
  background: url("images/about-bg-2.jpg") center center no-repeat;
  background-size: cover;
  margin-top: -120px;
}
.uc-about-2 .uc-content {
  padding-top: 180px;
  padding-bottom: 180px;
  color: #4c3a2e;
}
.uc-about-2 .box {
  width: 730px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 30px 150px 50px 70px;
}
.uc-about-2 h3 {
  font-size: 30px;
}
.uc-about-2 h2 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 10px;
}
.uc-about-2 .con {
  width: 530px;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
}
.uc-about-2 .con p {
  margin-bottom: 1em;
  font-weight: bold;
}
.uc-about-2 .con p:last-child {
  margin-bottom: 0;
}

.uc-about-3 {
  padding: 70px 0;
  border-bottom: #c4d9f1 64px solid;
  background-color: #e2eefa;
}
.uc-about-3 .box {
  width: 730px;
  margin: 0 auto;
  border-radius: 150px;
  background-color: #f3f2f0;
  padding: 40px;
  text-align: center;
  color: #4c3a2e;
}
.uc-about-3 h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 5px;
  padding-left: 5px;
}
.uc-about-3 h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 5px;
  padding-left: 5px;
  margin-top: 10px;
}

.uc-about-4 {
  background: url("images/about-bg-3.png") center bottom no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 190px;
  position: relative;
  z-index: 9;
}
.uc-about-4 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-about-4 .list li {
  flex: 1;
  min-width: 0;
  margin-right: 20px;
  position: relative;
  z-index: 9;
  transition: all 0.3s linear;
  top: 0;
}
.uc-about-4 .list li:nth-child(2) .box {
  background-color: rgba(246, 243, 238, 0.85);
}
.uc-about-4 .list li:nth-child(3) .box {
  background-color: rgba(249, 237, 237, 0.85);
}
.uc-about-4 .list li:nth-child(4) .box {
  background-color: rgba(247, 228, 227, 0.85);
}
.uc-about-4 .list li:last-child {
  margin-right: 0;
}
.uc-about-4 .list li:hover {
  top: -10px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.uc-about-4 .list .box {
  border-radius: 30px;
  background-color: rgba(249, 241, 241, 0.85);
  text-align: center;
  padding: 50px 30px;
  color: #4c3a2e;
}
.uc-about-4 .list img {
  width: 96px;
  border-radius: 100%;
  height: 96px;
  margin: 0 auto 40px;
  display: block;
}
.uc-about-4 .list h3 {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: bold;
}
.uc-about-4 .list .con {
  font-size: 20px;
  line-height: 1.5em;
  min-height: 7.5em;
}

.uc-about-5 {
  background-color: #f5f2e7;
  padding-top: 300px;
  padding-bottom: 200px;
  position: relative;
  margin-top: -100px;
}
.uc-about-5 .box {
  width: 1008px;
  border-radius: 64px;
  height: 380px;
  background-color: #f7e4e3;
  margin: 0 auto;
  position: relative;
  padding: 50px 130px;
  color: #4c3a2e;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s linear;
}
.uc-about-5 .box:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.uc-about-5 .box img {
  width: 597px;
  height: 264px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -220px;
}
.uc-about-5 .box h3 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 5px;
  padding-left: 5px;
}
.uc-about-5 .box .con {
  font-size: 22px;
  line-height: 1.5em;
}

.uc-about-6 {
  clip-path: polygon(100% 100%, 0% 100%, 0% 12%, 2.86% 10.74%, 5.71% 9.41%, 8.57% 8.07%, 11.43% 6.75%, 14.29% 5.5%, 17.14% 4.35%, 20% 3.35%, 22.86% 2.52%, 25.71% 1.9%, 28.57% 1.5%, 31.43% 1.34%, 34.29% 1.41%, 37.14% 1.73%, 40% 2.27%, 42.86% 3.03%, 45.71% 3.97%, 48.57% 5.07%, 51.43% 6.29%, 54.29% 7.59%, 57.14% 8.93%, 60% 10.26%, 62.86% 11.56%, 65.71% 12.76%, 68.57% 13.84%, 71.43% 14.75%, 74.29% 15.48%, 77.14% 15.99%, 80% 16.28%, 82.86% 16.32%, 85.71% 16.12%, 88.57% 15.69%, 91.43% 15.04%, 94.29% 14.19%, 97.14% 13.17%, 100% 12%);
  padding-top: 80px;
  margin-top: -140px;
  background: #f2f6fa url("images/about-bg-5.png") center 100px no-repeat;
  background-size: 1186px auto;
  position: relative;
  z-index: 9;
}
.uc-about-6 img {
  display: block;
  margin: 0 auto;
}

/* |03|联系我们|contact| */
.uc-contact-1 {
  position: relative;
}
.uc-contact-1 .img {
  display: block;
  width: 100%;
}
.uc-contact-1 .uc-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 30%;
  color: #4c3a2e;
}
.uc-contact-1 h3 {
  font-size: 50px;
}
.uc-contact-1 h2 {
  font-size: 55px;
  font-weight: bold;
  margin-top: 10px;
  letter-spacing: 3px;
}
.uc-contact-1 .con {
  font-size: 22px;
  margin-top: 15px;
  letter-spacing: 3px;
}

.uc-contact-2 {
  background: url("images/contact-bg-2.png") center center no-repeat;
  background-size: cover;
  padding-top: 260px;
  padding-bottom: 360px;
  margin-top: -150px;
}
.uc-contact-2 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-contact-2 .list li {
  flex: 1;
  min-width: 0;
  text-align: center;
  color: #fff;
}
.uc-contact-2 .list img {
  display: block;
  margin: 0 auto 30px;
}
.uc-contact-2 .list h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.uc-contact-2 .list .con {
  font-size: 18px;
  line-height: 1.5em;
  min-height: 3em;
}

.uc-contact-2-2 {
  position: relative;
  z-index: 10;
  height: 0;
  margin-top: -100px;
}
.uc-contact-2-2 .box {
  padding: 20px 50px;
  width: 630px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #f7f7f5;
  border-radius: 150px;
  text-align: center;
}
.uc-contact-2-2 .box h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}
.uc-contact-2-2 .box .con {
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 3px;
  padding-left: 3px;
}

.uc-contact-3 {
  clip-path: polygon(100% 100%, 0% 100%, 0% 12%, 2.86% 10.74%, 5.71% 9.41%, 8.57% 8.07%, 11.43% 6.75%, 14.29% 5.5%, 17.14% 4.35%, 20% 3.35%, 22.86% 2.52%, 25.71% 1.9%, 28.57% 1.5%, 31.43% 1.34%, 34.29% 1.41%, 37.14% 1.73%, 40% 2.27%, 42.86% 3.03%, 45.71% 3.97%, 48.57% 5.07%, 51.43% 6.29%, 54.29% 7.59%, 57.14% 8.93%, 60% 10.26%, 62.86% 11.56%, 65.71% 12.76%, 68.57% 13.84%, 71.43% 14.75%, 74.29% 15.48%, 77.14% 15.99%, 80% 16.28%, 82.86% 16.32%, 85.71% 16.12%, 88.57% 15.69%, 91.43% 15.04%, 94.29% 14.19%, 97.14% 13.17%, 100% 12%);
  position: relative;
  background-color: #f6cfd0;
  position: relative;
  z-index: 9;
  padding-top: 150px;
  padding-bottom: 200px;
  margin-top: -100px;
}
.uc-contact-3 .img {
  width: 280px;
  height: 376px;
  position: absolute;
  right: 0;
  bottom: -185px;
}
.uc-contact-3 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.uc-contact-3 .list li {
  position: relative;
  top: 0;
  transition: all 0.3s linear;
  margin-left: 20px;
}
.uc-contact-3 .list li:hover {
  top: -10px;
}
.uc-contact-3 .list li:first-child {
  margin-left: 0;
}
.uc-contact-3 .list img {
  display: block;
}
.uc-contact-3 .over {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  padding: 0 20px;
}
.uc-contact-3 .over h3 {
  font-size: 20px;
  font-weight: bold;
  color: #3f3027;
  text-align: center;
  margin-bottom: 15px;
}
.uc-contact-3 .over .con {
  font-size: 16px;
  line-height: 1.5em;
  color: #3f3027;
  text-align: center;
}

.uc-contact-4 {
  clip-path: polygon(100% 100%, 0% 100%, 0% 12%, 2.86% 10.74%, 5.71% 9.41%, 8.57% 8.07%, 11.43% 6.75%, 14.29% 5.5%, 17.14% 4.35%, 20% 3.35%, 22.86% 2.52%, 25.71% 1.9%, 28.57% 1.5%, 31.43% 1.34%, 34.29% 1.41%, 37.14% 1.73%, 40% 2.27%, 42.86% 3.03%, 45.71% 3.97%, 48.57% 5.07%, 51.43% 6.29%, 54.29% 7.59%, 57.14% 8.93%, 60% 10.26%, 62.86% 11.56%, 65.71% 12.76%, 68.57% 13.84%, 71.43% 14.75%, 74.29% 15.48%, 77.14% 15.99%, 80% 16.28%, 82.86% 16.32%, 85.71% 16.12%, 88.57% 15.69%, 91.43% 15.04%, 94.29% 14.19%, 97.14% 13.17%, 100% 12%);
  background-color: #b4cce5;
  position: relative;
  z-index: 9;
  padding-top: 64px;
  padding-bottom: 120px;
  margin-top: -100px;
}
.uc-contact-4 .img {
  width: 280px;
  height: 376px;
  position: absolute;
  right: 0;
  top: -90px;
}
.uc-contact-4 .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-contact-4 .img-box {
  width: 560px;
  border-radius: 50px;
  height: 344px;
  overflow: hidden;
}
.uc-contact-4 .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-contact-4 .detail {
  flex: 1;
  min-width: 0;
  margin-left: 50px;
}
.uc-contact-4 .detail .name {
  width: 360px;
  height: 60px;
  background-color: #dde6f4;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}
.uc-contact-4 .detail .line {
  width: 60px;
  height: 4px;
  background-color: #473a34;
  margin-bottom: 30px;
}
.uc-contact-4 .detail .con {
  font-size: 16px;
  line-height: 1.5em;
  text-align: justify;
}

.uc-contact-5 {
  clip-path: polygon(100% 100%, 0% 100%, 0% 12%, 2.86% 10.74%, 5.71% 9.41%, 8.57% 8.07%, 11.43% 6.75%, 14.29% 5.5%, 17.14% 4.35%, 20% 3.35%, 22.86% 2.52%, 25.71% 1.9%, 28.57% 1.5%, 31.43% 1.34%, 34.29% 1.41%, 37.14% 1.73%, 40% 2.27%, 42.86% 3.03%, 45.71% 3.97%, 48.57% 5.07%, 51.43% 6.29%, 54.29% 7.59%, 57.14% 8.93%, 60% 10.26%, 62.86% 11.56%, 65.71% 12.76%, 68.57% 13.84%, 71.43% 14.75%, 74.29% 15.48%, 77.14% 15.99%, 80% 16.28%, 82.86% 16.32%, 85.71% 16.12%, 88.57% 15.69%, 91.43% 15.04%, 94.29% 14.19%, 97.14% 13.17%, 100% 12%);
  background: #f2f6fa url("images/contact-bg-5.png") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
  padding-bottom: 60px;
  padding-top: 120px;
  margin-top: -60px;
}
.uc-contact-5 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 60px;
}
.uc-contact-5 .list li {
  flex: 1;
  min-width: 0;
  text-align: center;
  padding: 0 20px;
  color: #fff;
}
.uc-contact-5 .list img {
  display: block;
  margin: 0 auto 30px;
}
.uc-contact-5 .list h3 {
  font-size: 32px;
  font-weight: bold;
}
.uc-contact-5 .list .line {
  width: 100px;
  height: 6px;
  background-color: #f6cfd0;
  margin: 10px auto 20px;
}
.uc-contact-5 .list .con {
  font-size: 24px;
  line-height: 1.5em;
  min-height: 3em;
}
.uc-contact-5 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-contact-5 .uc-btn {
  width: 330px;
  border-radius: 74px;
  height: 74px;
  background-color: #f6cfd0;
  color: #fff;
  font-size: 32px;
}

.uc-contact-6 {
  background-color: #f2f6f9;
}
.uc-contact-6 .box {
  font-size: 22px;
  line-height: 1.5em;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 120px;
}

.uc-contact-7 {
  clip-path: polygon(100% 100%, 0% 100%, 0% 12%, 2.86% 10.74%, 5.71% 9.41%, 8.57% 8.07%, 11.43% 6.75%, 14.29% 5.5%, 17.14% 4.35%, 20% 3.35%, 22.86% 2.52%, 25.71% 1.9%, 28.57% 1.5%, 31.43% 1.34%, 34.29% 1.41%, 37.14% 1.73%, 40% 2.27%, 42.86% 3.03%, 45.71% 3.97%, 48.57% 5.07%, 51.43% 6.29%, 54.29% 7.59%, 57.14% 8.93%, 60% 10.26%, 62.86% 11.56%, 65.71% 12.76%, 68.57% 13.84%, 71.43% 14.75%, 74.29% 15.48%, 77.14% 15.99%, 80% 16.28%, 82.86% 16.32%, 85.71% 16.12%, 88.57% 15.69%, 91.43% 15.04%, 94.29% 14.19%, 97.14% 13.17%, 100% 12%);
  padding-top: 120px;
  margin-top: -120px;
  padding-bottom: 130px;
  background: #f2f6fa url("images/contact-bg-7.png") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
}
.uc-contact-7 .uc-btn {
  width: 730px;
  border-radius: 110px;
  height: 110px;
  margin: 0 auto;
  font-size: 50px;
}

/* |04|首页|index| */
.uc-index-1 {
  position: relative;
}
.uc-index-1 .img {
  display: block;
  width: 100%;
}
.uc-index-1 .uc-content {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
}
.uc-index-1 .uc-content img {
  display: block;
  width: 1039px;
  margin: 0 auto;
}

.uc-index-1-1 {
  position: relative;
  height: 0;
  z-index: 10;
  margin-top: -130px;
}
.uc-index-1-1 .box {
  width: 830px;
  border-radius: 30px;
  height: 140px;
  background-color: rgba(239, 246, 249, 0.7);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: #4c3f36;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.uc-index-2 {
  background: url("images/index-bg-2.jpg") center center no-repeat;
  background-size: cover;
  clip-path: polygon(100% 100%, 0% 100%, 0% 26.17%, 2.86% 24.9%, 5.71% 23.58%, 8.57% 22.23%, 11.43% 20.91%, 14.29% 19.66%, 17.14% 18.52%, 20% 17.51%, 22.86% 16.69%, 25.71% 16.07%, 28.57% 15.67%, 31.43% 15.5%, 34.29% 15.58%, 37.14% 15.9%, 40% 16.44%, 42.86% 17.2%, 45.71% 18.14%, 48.57% 19.23%, 51.43% 20.45%, 54.29% 21.75%, 57.14% 23.09%, 60% 24.43%, 62.86% 25.72%, 65.71% 26.93%, 68.57% 28%, 71.43% 28.92%, 74.29% 29.65%, 77.14% 30.16%, 80% 30.44%, 82.86% 30.49%, 85.71% 30.29%, 88.57% 29.86%, 91.43% 29.21%, 94.29% 28.36%, 97.14% 27.33%, 100% 26.17%);
  min-height: 880px;
  padding-top: 350px;
  position: relative;
  margin-top: -300px;
  z-index: 9;
}
.uc-index-2 .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-index-2 .uc-content .uc-btn {
  border-radius: 90px;
  height: 90px;
  min-width: 230px;
  font-size: 30px;
  font-weight: bold;
  margin-left: 90px;
}
.uc-index-2 .uc-content .uc-btn:first-child {
  margin-left: 0;
}
.uc-index-2 .uc-content .uc-btn.uc-blue2 {
  background-color: rgba(255, 255, 255, 0.4);
}

.uc-index-3 {
  clip-path: polygon(100% 100%, 0% 100%, 0% 31.61%, 2.86% 28.57%, 5.71% 25.39%, 8.57% 22.16%, 11.43% 19%, 14.29% 15.99%, 17.14% 13.24%, 20% 10.84%, 22.86% 8.86%, 25.71% 7.36%, 28.57% 6.4%, 31.43% 6.01%, 34.29% 6.19%, 37.14% 6.95%, 40% 8.26%, 42.86% 10.07%, 45.71% 12.33%, 48.57% 14.96%, 51.43% 17.89%, 54.29% 21.01%, 57.14% 24.22%, 60% 27.43%, 62.86% 30.53%, 65.71% 33.42%, 68.57% 36.01%, 71.43% 38.21%, 74.29% 39.96%, 77.14% 41.19%, 80% 41.87%, 82.86% 41.97%, 85.71% 41.5%, 88.57% 40.46%, 91.43% 38.9%, 94.29% 36.85%, 97.14% 34.4%, 100% 31.61%);
  background-color: #bfd3e9;
  text-align: center;
  position: relative;
  z-index: 9;
  margin-top: -100px;
  color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
}
.uc-index-3 h2 {
  font-size: 36px;
  font-weight: bold;
}
.uc-index-3 .con {
  font-size: 28px;
  letter-spacing: 10px;
  padding-left: 10px;
  margin-top: 10px;
}

.uc-index-4 {
  background-color: #eabfbf;
  padding: 20px 0;
}
.uc-index-4 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-index-4 .list li {
  text-align: center;
  color: #f5f1e7;
  font-weight: bold;
  font-size: 16px;
}
.uc-index-4 .list img {
  display: block;
  margin: 0 auto 15px;
}

.uc-index-5 {
  background: url("images/company-bg-4.png") center center no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 110px;
}
.uc-index-5 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-index-5 .list li {
  flex: 1;
  min-width: 0;
  margin-right: 20px;
  background-color: rgba(254, 254, 254, 0.75);
  padding: 40px 60px;
  border-radius: 15px;
  font-size: 18px;
  line-height: 2em;
  text-align: justify;
}
.uc-index-5 .list li:last-child {
  margin-right: 0;
}
.uc-index-5 .list .con {
  min-height: 8em;
}

.uc-index-6 {
  position: relative;
  z-index: 9;
  margin-top: -70px;
  border-radius: 70px 0 30px;
  background-color: #bdd6ee;
  color: #fff;
}
.uc-index-6 .uc-content {
  position: relative;
  min-height: 234px;
  padding-top: 80px;
  padding-bottom: 70px;
}
.uc-index-6 .img {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}
.uc-index-6 .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-index-6 .title b {
  font-size: 44px;
  margin: 0 50px;
}
.uc-index-6 .title img {
  display: block;
}
.uc-index-6 .con {
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
}

.uc-index-7 {
  background: linear-gradient(to right, #bdd6ee 0%, #bdd6ee 50%, #f5f2e7 50.01%, #f5f2e7 100%);
  padding-top: 60px;
  padding-bottom: 150px;
  border-top: #eabfbf 10px solid;
}
.uc-index-7 .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-index-7 .img-box {
  flex: 1;
  min-width: 0;
}
.uc-index-7 .img-box img {
  display: block;
  width: 456px;
}
.uc-index-7 .list {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 36px;
  padding-bottom: 16px;
}
.uc-index-7 .list li {
  flex: 1;
  min-width: 0;
  padding: 0 16px;
}
.uc-index-7 .list li:hover .bd {
  background-color: #f6f3ee;
}
.uc-index-7 .list .hd {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.uc-index-7 .list img {
  display: block;
  margin-right: 10px;
}
.uc-index-7 .list h3 {
  font-size: 16px;
  line-height: 1.5em;
  color: #4c3f36;
  font-weight: bold;
}
.uc-index-7 .list .bd {
  border-radius: 20px;
  background-color: #f6f3ee;
  min-height: 210px;
  padding: 40px 30px;
  font-size: 16px;
  line-height: 1.5em;
  text-align: justify;
}

.uc-index-8 {
  clip-path: polygon(100% 100%, 0% 100%, 0% 12%, 2.86% 10.74%, 5.71% 9.41%, 8.57% 8.07%, 11.43% 6.75%, 14.29% 5.5%, 17.14% 4.35%, 20% 3.35%, 22.86% 2.52%, 25.71% 1.9%, 28.57% 1.5%, 31.43% 1.34%, 34.29% 1.41%, 37.14% 1.73%, 40% 2.27%, 42.86% 3.03%, 45.71% 3.97%, 48.57% 5.07%, 51.43% 6.29%, 54.29% 7.59%, 57.14% 8.93%, 60% 10.26%, 62.86% 11.56%, 65.71% 12.76%, 68.57% 13.84%, 71.43% 14.75%, 74.29% 15.48%, 77.14% 15.99%, 80% 16.28%, 82.86% 16.32%, 85.71% 16.12%, 88.57% 15.69%, 91.43% 15.04%, 94.29% 14.19%, 97.14% 13.17%, 100% 12%);
  padding-top: 120px;
  margin-top: -120px;
  padding-bottom: 90px;
  background: url("images/index-bg-8.jpg") center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 9;
  color: #fff;
}
.uc-index-8 .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}
.uc-index-8 .link {
  color: #fff;
}
.uc-index-8 .link:hover {
  color: #00a0e9;
}
.uc-index-8 h2 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 5px;
  padding-left: 5px;
  text-align: center;
  margin-top: 20px;
}
.uc-index-8 h3 {
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 5px;
  padding-left: 5px;
}

.uc-index-9 {
  background-color: #e4f1f8;
}
.uc-index-9 .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 55px 0;
}
.uc-index-9 .dot {
  width: 60px;
  border-radius: 100%;
  height: 60px;
  background-color: #bcd3ed;
}
.uc-index-9 .uc-btn {
  width: 350px;
  border-radius: 88px;
  height: 88px;
  font-size: 30px;
}

.uc-index-10 {
  background: url("images/index-bg-10.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 100px;
  text-align: center;
  color: #fff;
}
.uc-index-10 h2 {
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 3px;
  padding-left: 3px;
  margin-bottom: 60px;
}
.uc-index-10 .con {
  font-size: 30px;
  line-height: 1.5em;
  text-align: center;
  width: 1000px;
  margin: 0 auto 80px;
}
.uc-index-10 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-index-10 .uc-btn {
  width: 400px;
  border-radius: 100px;
  height: 100px;
  font-size: 36px;
}

/* |05|下载|download| */
.uc-download-1 {
  position: relative;
  z-index: 9;
}
.uc-download-1 .img {
  display: block;
  width: 100%;
}
.uc-download-1 .uc-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #2f2118;
}
.uc-download-1 .uc-content h3 {
  font-size: 40px;
}
.uc-download-1 .uc-content h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 15px;
}
.uc-download-1 .uc-content h4 {
  font-size: 26px;
  font-weight: bold;
}
.uc-download-1 .uc-content .line {
  width: 100px;
  height: 4px;
  background-color: #2f2118;
  margin: 25px 0;
}
.uc-download-1 .uc-content .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
}
.uc-download-1 .uc-content .uc-btn {
  height: 70px;
  border-radius: 70px;
  min-width: 230px;
  font-size: 30px;
}
.uc-download-1 .uc-content .txt {
  font-size: 20px;
}

.uc-download-2 {
  background-color: #fff;
  padding-top: 240px;
  padding-bottom: 180px;
  position: relative;
  margin-top: -160px;
}
.uc-download-2 .desc {
  width: 600px;
  font-size: 24px;
  line-height: 1.5em;
  text-align: justify;
}

.uc-download-3 {
  background: url("images/download-bg-3.png") center center no-repeat;
  background-size: 100% 100%;
  position: relative;
  z-index: 19;
  margin-top: -90px;
}
.uc-download-3 .uc-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.uc-download-3 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 850px;
  margin: 0 auto;
}
.uc-download-3 .list li {
  width: 344px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-download-3 .list img {
  display: block;
  margin-right: 20px;
}
.uc-download-3 .list h3 {
  font-size: 28px;
  font-weight: bold;
}
.uc-download-3 .list .txt {
  font-size: 16px;
  margin-top: 5px;
}

.uc-download-4 {
  position: relative;
  z-index: 9;
  background: url("images/download-bg-4.png") center center no-repeat;
  background-size: cover;
  padding-top: 90px;
  margin-top: -90px;
  padding-bottom: 300px;
}
.uc-download-4 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 850px;
  margin: 0 auto 90px;
}
.uc-download-4 .list li {
  width: 344px;
  margin-top: 30px;
}
.uc-download-4 .list .uc-btn {
  height: 90px;
  border-radius: 90px;
  font-size: 24px;
}
.uc-download-4 .list .uc-btn.blue2 {
  background-color: #aed1ef;
  border: none;
}
.uc-download-4 .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-download-4 .box .right {
  width: 612px;
  margin-left: auto;
}
.uc-download-4 .box .title {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.uc-download-4 .box .title p {
  font-size: 20px;
  margin-top: 10px;
}
.uc-download-4 .box .title h2 {
  font-size: 36px;
  font-weight: bold;
}
.uc-download-4 .code-box {
  background: url("images/download-bg-4-3.png") center center no-repeat;
  background-size: 100% auto;
  height: 264px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
}
.uc-download-4 .code-box li {
  margin-left: 64px;
  text-align: center;
  padding-top: 5px;
}
.uc-download-4 .code-box li:first-child {
  margin-left: 0;
}
.uc-download-4 .code-box h3 {
  font-weight: bold;
  margin-bottom: 10px;
}
.uc-download-4 .code-box img {
  display: block;
}
.uc-download-4 .bottom-title {
  height: 305px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -150px;
  color: #2f2118;
  background: url("images/download-bg-4-2.png") center center no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.uc-download-4 .bottom-title h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-download-4 .bottom-title img {
  display: block;
}
.uc-download-4 .bottom-title b {
  margin: 0 50px;
  font-size: 38px;
}
.uc-download-4 .bottom-title .con {
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
}

.uc-download-5 {
  background: #fff url("images/download-bg-5.png") center center no-repeat;
  background-size: cover;
  padding-top: 260px;
  padding-bottom: 130px;
}
.uc-download-5 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-download-5 .list li {
  flex: 1;
  min-width: 0;
  margin-left: 30px;
  text-align: center;
  color: #fff;
}
.uc-download-5 .list li:first-child {
  margin-left: 0;
}
.uc-download-5 .list img {
  display: block;
  margin: 0 auto 15px;
}
.uc-download-5 .list h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.uc-download-5 .list .con {
  font-size: 18px;
  line-height: 1.5em;
  min-height: 3em;
}
.uc-download-5 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
.uc-download-5 .operate .btn {
  width: 472px;
  border-radius: 140px;
  height: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #f7d5d3;
  margin-left: 50px;
}
.uc-download-5 .operate .btn:first-child {
  margin-left: 0;
  background-color: #e5f1f9;
}
.uc-download-5 .operate .btn:hover {
  opacity: 0.9;
}
.uc-download-5 .operate img {
  display: block;
  margin-right: 15px;
}
.uc-download-5 .operate .right {
  text-align: center;
  color: #594b41;
}
.uc-download-5 .operate h3 {
  font-size: 24px;
  font-weight: bold;
}
.uc-download-5 .operate .txt {
  font-size: 18px;
  margin-top: 10px;
}

.uc-download-6 {
  background: #fff url("images/download-bg-6.png") right center no-repeat;
  background-size: 1057px auto;
  padding-top: 100px;
  padding-bottom: 65px;
}
.uc-download-6 .box {
  width: 450px;
}
.uc-download-6 .icon {
  width: 50px;
  display: block;
  margin: 0 auto 30px;
}
.uc-download-6 .uc-btn {
  font-size: 30px;
  font-weight: bold;
  border-radius: 100px;
  height: 100px;
}
.uc-download-6 .desc {
  padding-top: 20px;
  padding-bottom: 40px;
  color: #594b41;
  line-height: 1.5em;
  text-align: center;
}
.uc-download-6 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}
.uc-download-6 .list li {
  width: 170px;
  text-align: center;
}
.uc-download-6 .list h3 {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  color: #594b41;
  margin-bottom: 10px;
}
.uc-download-6 .list img {
  display: block;
}

/* |06|业务服务|service| */
.uc-service-1 {
  clip-path: polygon(100% 0%, 0% 0%, 0% 84.7%, 2.86% 83.72%, 5.71% 82.79%, 8.57% 81.93%, 11.43% 81.18%, 14.29% 80.56%, 17.14% 80.08%, 20% 79.77%, 22.86% 79.64%, 25.71% 79.68%, 28.57% 79.9%, 31.43% 80.29%, 34.29% 80.83%, 37.14% 81.52%, 40% 82.32%, 42.86% 83.22%, 45.71% 84.18%, 48.57% 85.17%, 51.43% 86.16%, 54.29% 87.12%, 57.14% 88.02%, 60% 88.83%, 62.86% 89.52%, 65.71% 90.07%, 68.57% 90.46%, 71.43% 90.69%, 74.29% 90.74%, 77.14% 90.6%, 80% 90.3%, 82.86% 89.83%, 85.71% 89.21%, 88.57% 88.46%, 91.43% 87.61%, 94.29% 86.68%, 97.14% 85.7%, 100% 84.7%);
  padding-top: 150px;
  padding-bottom: 110px;
  position: relative;
  z-index: 9;
  background-color: #b6d1ec;
  text-align: center;
  color: #4c3f36;
}
.uc-service-1 h3 {
  font-size: 52px;
}
.uc-service-1 h2 {
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 5px;
  padding-left: 5px;
  margin-top: -10px;
}
.uc-service-1 .txt {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 5px;
  padding-left: 5px;
  margin-top: 10px;
}

.uc-service-2 {
  background: url("images/service-bg-2.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: -100px;
}
.uc-service-2 .box {
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.75);
  width: 750px;
  position: relative;
  padding: 70px 30px 70px 110px;
  position: relative;
}
.uc-service-2 .box img {
  position: absolute;
  right: 30px;
  top: 30px;
  display: block;
}
.uc-service-2 .box h3 {
  font-size: 20px;
  color: #fff;
  letter-spacing: 4px;
}
.uc-service-2 .title {
  width: 400px;
  line-height: 56px;
  background-color: #f1b3b6;
  font-size: 36px;
  font-weight: bold;
  padding-left: 2px;
  position: relative;
  margin-bottom: 15px;
}
.uc-service-2 .title:after {
  content: "";
  width: 80px;
  height: 56px;
  background-color: #f1b3b6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
}
.uc-service-2 .line {
  width: 74px;
  height: 4px;
  background-color: #4c3f36;
  margin: 20px 0;
}
.uc-service-2 .info {
  font-size: 20px;
  color: #4c3a2e;
  position: relative;
  left: -15px;
}
.uc-service-2 .info li {
  line-height: 28px;
}

.uc-service-3 {
  clip-path: polygon(100% 0%, 0% 0%, 0% 84.7%, 2.86% 83.72%, 5.71% 82.79%, 8.57% 81.93%, 11.43% 81.18%, 14.29% 80.56%, 17.14% 80.08%, 20% 79.77%, 22.86% 79.64%, 25.71% 79.68%, 28.57% 79.9%, 31.43% 80.29%, 34.29% 80.83%, 37.14% 81.52%, 40% 82.32%, 42.86% 83.22%, 45.71% 84.18%, 48.57% 85.17%, 51.43% 86.16%, 54.29% 87.12%, 57.14% 88.02%, 60% 88.83%, 62.86% 89.52%, 65.71% 90.07%, 68.57% 90.46%, 71.43% 90.69%, 74.29% 90.74%, 77.14% 90.6%, 80% 90.3%, 82.86% 89.83%, 85.71% 89.21%, 88.57% 88.46%, 91.43% 87.61%, 94.29% 86.68%, 97.14% 85.7%, 100% 84.7%);
  position: relative;
  z-index: 9;
  padding-top: 70px;
  padding-bottom: 150px;
  background-color: #f7f1e8;
}
.uc-service-3 .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-service-3 .img-box {
  width: 524px;
  border-radius: 50px;
  height: 328px;
}
.uc-service-3 .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-service-3 .img-box img {
  display: block;
}
.uc-service-3 .detail {
  width: 350px;
}
.uc-service-3 .title {
  line-height: 56px;
  background-color: #f1b3b6;
  font-size: 36px;
  font-weight: bold;
  padding-left: 2px;
  position: relative;
  color: #fff;
  margin-bottom: 20px;
}
.uc-service-3 .title:after {
  content: "";
  width: 50vw;
  height: 56px;
  background-color: #f1b3b6;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
}
.uc-service-3 h3 {
  font-size: 26px;
  color: #4c3f36;
}
.uc-service-3 .line {
  width: 74px;
  height: 4px;
  background-color: #4c3f36;
  margin: 20px 0;
}
.uc-service-3 .info {
  font-size: 20px;
  color: #4c3a2e;
  position: relative;
  left: -15px;
}
.uc-service-3 .info li {
  line-height: 28px;
}

.uc-service-4 {
  background: url("images/service-bg-4.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
  margin-top: -120px;
  background-color: #b3cce7;
  height: 520px;
}

.uc-service-5 {
  clip-path: polygon(100% 0%, 0% 0%, 0% 84.7%, 2.86% 83.72%, 5.71% 82.79%, 8.57% 81.93%, 11.43% 81.18%, 14.29% 80.56%, 17.14% 80.08%, 20% 79.77%, 22.86% 79.64%, 25.71% 79.68%, 28.57% 79.9%, 31.43% 80.29%, 34.29% 80.83%, 37.14% 81.52%, 40% 82.32%, 42.86% 83.22%, 45.71% 84.18%, 48.57% 85.17%, 51.43% 86.16%, 54.29% 87.12%, 57.14% 88.02%, 60% 88.83%, 62.86% 89.52%, 65.71% 90.07%, 68.57% 90.46%, 71.43% 90.69%, 74.29% 90.74%, 77.14% 90.6%, 80% 90.3%, 82.86% 89.83%, 85.71% 89.21%, 88.57% 88.46%, 91.43% 87.61%, 94.29% 86.68%, 97.14% 85.7%, 100% 84.7%);
  padding-top: 120px;
  padding-bottom: 150px;
  position: relative;
  z-index: 9;
  background-color: #fff;
}
.uc-service-5 .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-service-5 .detail {
  width: 360px;
}
.uc-service-5 .title {
  line-height: 54px;
  border-radius: 54px;
  background-color: #f1b3b6;
  color: #fff;
  margin-bottom: 20px;
  font-size: 26px;
  text-align: center;
}
.uc-service-5 .info {
  font-size: 20px;
  color: #4c3a2e;
}
.uc-service-5 .info li {
  line-height: 28px;
}
.uc-service-5 .center {
  width: 190px;
  border-radius: 100%;
  height: 190px;
  background-color: #f7f1e8;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  color: #4c3a2e;
  text-align: center;
  font-weight: bold;
}
.uc-service-5 img {
  display: block;
}

.uc-service-6 {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
  margin-top: -120px;
  background-color: #b3cce7;
}
.uc-service-6 .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-service-6 .detail {
  width: 360px;
}
.uc-service-6 .title {
  line-height: 54px;
  border-radius: 54px;
  background-color: #f1b3b6;
  color: #fff;
  margin-bottom: 20px;
  font-size: 26px;
  text-align: center;
}
.uc-service-6 .info {
  font-size: 20px;
  color: #4c3a2e;
}
.uc-service-6 .info li {
  line-height: 28px;
}
.uc-service-6 .center {
  width: 190px;
  border-radius: 100%;
  height: 190px;
  background-color: #fff;
  font-size: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  color: #4c3a2e;
  text-align: center;
  font-weight: bold;
}
.uc-service-6 img {
  display: block;
}

.uc-service-7 {
  background: url("images/service-bg-7.jpg") center center no-repeat;
  background-size: cover;
  clip-path: polygon(100% 0%, 0% 0%, 0% 84.7%, 2.86% 83.72%, 5.71% 82.79%, 8.57% 81.93%, 11.43% 81.18%, 14.29% 80.56%, 17.14% 80.08%, 20% 79.77%, 22.86% 79.64%, 25.71% 79.68%, 28.57% 79.9%, 31.43% 80.29%, 34.29% 80.83%, 37.14% 81.52%, 40% 82.32%, 42.86% 83.22%, 45.71% 84.18%, 48.57% 85.17%, 51.43% 86.16%, 54.29% 87.12%, 57.14% 88.02%, 60% 88.83%, 62.86% 89.52%, 65.71% 90.07%, 68.57% 90.46%, 71.43% 90.69%, 74.29% 90.74%, 77.14% 90.6%, 80% 90.3%, 82.86% 89.83%, 85.71% 89.21%, 88.57% 88.46%, 91.43% 87.61%, 94.29% 86.68%, 97.14% 85.7%, 100% 84.7%);
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 9;
  padding-top: 90px;
  padding-bottom: 160px;
}
.uc-service-7 h2 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 5px;
  padding-left: 5px;
  margin-bottom: 15px;
}
.uc-service-7 .desc {
  font-size: 25px;
  line-height: 1.5em;
  width: 820px;
  margin: 0 auto 64px;
}
.uc-service-7 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-service-7 .list li {
  text-align: center;
  font-size: 28px;
}
.uc-service-7 .list img {
  display: block;
  margin: 0 auto 10px;
}
.uc-service-7 .list .txt {
  font-weight: bold;
}

.uc-service-8 {
  background-color: #f4f8fb;
  padding-top: 160px;
  padding-bottom: 80px;
  margin-top: -160px;
}
.uc-service-8 .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-service-8 .uc-btn {
  min-width: 600px;
  height: 150px;
  border-radius: 150px;
  font-size: 30px;
  font-weight: bold;
  background-color: #b3cce7;
  border-color: #b3cce7;
}
.uc-service-8 .uc-btn img {
  display: block;
  margin-right: 20px;
}

/* 业务服务 — 标题单行 + 段落样式 */
.uc-service-2 .title,
.uc-service-3 .title,
.uc-service-5 .title,
.uc-service-6 .title {
  width: auto;
  white-space: nowrap;
  padding-left: 24px;
  padding-right: 24px;
  display: inline-block;
}
.uc-service-2 .title { padding-left: 24px; }
.uc-service-2 p.info,
.uc-service-3 p.info,
.uc-service-5 p.info,
.uc-service-6 p.info {
  font-size: 18px;
  line-height: 1.9;
  color: #4c3a2e;
  text-align: justify;
  margin: 0;
  position: static;
  left: 0;
}
.uc-service-2 .box {
  width: auto;
  max-width: 820px;
}
.uc-service-3 .detail,
.uc-service-5 .detail,
.uc-service-6 .detail {
  width: 600px;
}