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

html {
  box-sizing: border-box;
  font-family: "Century Gothic", "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: #0555b5;
  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(5, 85, 181, 0.6);
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(5, 85, 181, 0.6);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

::-moz-selection {
  background: #0555b5;
  color: #fff;
}

::selection {
  background: #0555b5;
  color: #fff;
}

::-moz-selection {
  background: #0555b5;
  color: #fff;
}

.uc-content {
  width: 1400px;
  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: #f9f9f9;
}

.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: #0555b5 !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: #696969;
}

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

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

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: #d6d6d6 1px solid;
  outline: none;
  height: 30px;
  line-height: 28px;
  border-radius: 0px;
  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: #0555b5;
}

.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: 0px;
  padding: 0 10px;
}
.uc-btn img {
  margin-right: 10px;
}
.uc-btn:hover {
  opacity: 0.8;
}
.uc-btn.blue {
  background-color: #0555b5;
  border: #0555b5 1px solid;
  color: #fff;
}
.uc-btn.blue-linear {
  background: linear-gradient(to right, rgba(5, 85, 181, 0.7) 0%, #0555b5 100%);
  color: #fff;
}
.uc-btn.blue-plain {
  color: #0555b5;
  border: #0555b5 1px solid;
}
.uc-btn.blue-plain:hover {
  opacity: 1;
  background-color: #0555b5;
  color: #fff;
}
.uc-btn.white {
  background-color: #fff;
  border: #fff 1px solid;
  color: #000000;
}
.uc-btn.white-linear {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, #fff 100%);
  color: #000000;
}
.uc-btn.white-plain {
  color: #fff;
  border: #fff 1px solid;
}
.uc-btn.white-plain:hover {
  opacity: 1;
  background-color: #fff;
  color: #000000;
}
.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;
}

.g-crumb {
  padding: 40px 0;
  color: #696969;
}
.g-crumb a {
  position: relative;
  color: #696969;
  padding-right: 12px;
  margin-right: 4px;
  line-height: 24px;
}
.g-crumb a:first-child {
  background: url("images/icon-crumb.png") left center no-repeat;
  padding-left: 28px;
}
.g-crumb a:hover {
  color: #0555b5;
}
.g-crumb a:after {
  content: "/";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.g-crumb a:last-child {
  padding-right: 0;
}
.g-crumb a:last-child:after {
  display: none;
}

.uc-prvNxt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.uc-prvNxt a {
  min-width: 40px;
  height: 28px;
  display: inline-block;
  line-height: 28px;
  margin: 0 6px;
  text-align: center;
  padding: 0 15px;
  border-radius: 28px;
  transition: all 0.3s linear;
}
.uc-prvNxt a:hover, .uc-prvNxt a.on {
  background-color: #e2e9ef;
  color: #000000;
}
.uc-prvNxt .prev {
  background-color: #d2d2d2;
  color: #fff;
}
.uc-prvNxt .next {
  background-color: #0555b5;
  color: #fff;
}

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

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.g-bannerBox {
  height: 650px;
  position: relative;
}
.g-bannerBox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.g-bannerBox .box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  color: #fff;
}
.g-bannerBox h2 {
  font-size: 48px;
  font-weight: bold;
}
.g-bannerBox .con {
  font-size: 20px;
  line-height: 1.5em;
  margin-top: 25px;
}

.g-centerMenu {
  padding: 30px 0;
}
.g-centerMenu .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  line-height: 50px;
}
.g-centerMenu .item {
  font-size: 16px;
  border-bottom: #fff 1px solid;
  margin-left: 30px;
}
.g-centerMenu .item:first-child {
  margin-left: 0;
}
.g-centerMenu .item.on {
  border-bottom-color: #0555b5;
}

.g-footer-contact {
  background-color: #0555b5;
  padding: 100px 0;
}
.g-footer-contact .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.g-footer-contact .con {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
.g-footer-contact .uc-btn {
  color: #0555b5;
  height: 64px;
  min-width: 240px;
  font-size: 32px;
  font-weight: bold;
}

footer {
  background-color: #f6f6f6;
  padding-bottom: 90px;
}
footer .ft1 {
  height: 180px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer img {
  display: block;
}
footer .share {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
footer .share .i2 {
  display: none;
}
footer .share .item {
  width: 50px;
  border-radius: 100%;
  height: 50px;
  background-color: #ececec;
  margin-left: 20px;
  transition: all 0.3s linear;
}
footer .share .item:first-child {
  margin-left: 0;
}
footer .share .item:hover {
  background-color: #000;
}
footer .share .item:hover .i1 {
  display: none;
}
footer .share .item:hover .i2 {
  display: block;
}
footer .ft2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 80px 0;
  border-top: #696969 1px solid;
  border-bottom: #696969 1px solid;
}
footer .ft2 h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
footer .ft2 .line {
  width: 40px;
  height: 1px;
  background-color: #000;
  margin-bottom: 20px;
}
footer .menu .item {
  display: block;
  line-height: 1.5em;
  margin-bottom: 10px;
  color: #696969;
}
footer .menu .item:hover {
  color: #0555b5;
}
footer .form li {
  margin-bottom: 8px;
}
footer .form li:last-child {
  margin-bottom: 0;
}
footer .form .uc-input {
  height: 38px;
}
footer .form .uc-textarea {
  min-height: 120px;
}
footer .form .uc-btn {
  height: 38px;
  width: 100%;
}










.g-fixedSideOperate {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 888;
  right: 20px;
  width: 64px;
}
.g-fixedSideOperate .list {
  border-radius: 64px;
  background-color: #0058a9;
}
.g-fixedSideOperate .list li {
  position: relative;
}
.g-fixedSideOperate .list li:hover .item {
  color: #fff;
}
.g-fixedSideOperate .list li:hover .i1 {
  display: none;
}
.g-fixedSideOperate .list li:hover .i2 {
  display: block;
}
.g-fixedSideOperate .list li:hover .box {
  display: block;
}
.g-fixedSideOperate .list .item {
  width: 64px;
  border-radius: 64px;
  height: 108px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 12px;
  transition: all 0.3s linear;
  cursor: pointer;
  color: #fff;
}
.g-fixedSideOperate .list .item:hover {
  background-color: #0f2b48;
  color: #fff;
}
.g-fixedSideOperate .list img {
  display: block;
  margin: 0 auto 5px;
}
.g-fixedSideOperate .list .uc-font {
  font-size: 24px;
  display: block;
  margin: 0 auto 5px;
}
.g-fixedSideOperate .list .i2 {
  display: none;
}
.g-fixedSideOperate .box {
  display: none;
  position: absolute;
  top: 0;
  right: 80px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.g-fixedSideOperate .box:after {
  content: "\e6ae";
  font-family: "uc-font";
  font-size: 1.4em;
  right: -10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.g-fixedSideOperate .box-tel {
  border-radius: 8px;
  width: 160px;
  padding: 10px;
  text-align: center;
  font-size: 12px;
}
.g-fixedSideOperate .box-tel .number {
  font-size: 18px;
  margin-top: 5px;
}
.g-fixedSideOperate .box-code {
  width: 110px;
  padding: 10px;
  border-radius: 10px;
}
.g-fixedSideOperate .box-code .code {
  width: 90px;
  height: 90px;
  margin: 0 auto 5px;
}
.g-fixedSideOperate .box-code .code img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.g-fixedSideOperate .box-code .txt {
  margin-bottom: 10px;
  text-align: center;
  color: #0058a9;
}
.g-fixedSideOperate .box-code .txt:last-child {
  margin-bottom: 0;
}
.g-fixedSideOperate .g-goTop {
  width: 52px;
  border-radius: 100%;
  height: 52px;
  border: #d6d6d6 1px solid;
  background-color: #fff;
  color: #ccc;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  transition: all 0.3s linear;
}
.g-fixedSideOperate .g-goTop:after {
  content: "";
  width: 1px;
  height: 18px;
  background-color: #d6d6d6;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
}
.g-fixedSideOperate .g-goTop:hover {
  background-color: #0555b5;
  color: #fff;
}

















body {
  padding-top: 120px;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 888;
  background-color: #082745;
}
header.transparent {
  background-color: rgba(8, 39, 69, 0.85);
}
header:hover {
  background-color: #082745;
}
header > .uc-content {
  height: 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header .logo img {
  display: block;
}
header .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  padding-right: 30px;
}
header .list > li {
  height: 120px;
  margin-right: 10px;
  transition: all 0.3s linear;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
header .list > li.on .hd, header .list > li:hover .hd {
  background: linear-gradient(to right, #596471 0%, #495563 50%, #596471 100%);
}
header .list > li:hover .subMenu {
  display: block;
  height: auto;
}
header .list .hd {
  transition: all 0.3s linear;
  line-height: 36px;
  border-radius: 36px;
  padding: 0 20px;
  min-width: 110px;
  text-align: center;
  color: #fff;
}
header .subMenu {
  top: 120px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  overflow: hidden;
  width: 100%;
  min-width: 10rem;
  background-color: #fff;
  box-shadow: 0 8px 8px 0 #f3f4f5;
}
header .subMenu .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 0 1px;
}
header .part {
  width: 45%;
  margin-bottom: 30px;
}
header .part .item {
  display: block;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #eeeeee;
  color: #0555b5;
  font-weight: bold;
  display: block;
  font-size: 16px;
}
header .part .item:hover {
  text-decoration: underline;
}
header .thrMenu {
  padding-top: 20px;
}
header .thrMenu li {
  line-height: 2em;
  padding: 0 20px;
  margin-bottom: 5px;
}
header .thrMenu a:hover {
  text-decoration: underline;
}
header .search-box {
  position: relative;
}
header .search-box .btn-search-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  padding: 0;
  line-height: 1;
}
header .search-box .btn-search-icon:hover {
  background: rgba(255,255,255,0.4);
}
header .search-box .btn-search-icon img {
  width: 18px;
  height: 18px;
  display: block;
  filter: brightness(0) invert(1);
}
header .search-box .search-drop {
  position: absolute;
  top: 46px;
  right: 0;
  width: 260px;
  display: none;
  z-index: 999;
}
header .search-box .search-drop.show {
  display: block;
}
header .search-box .search-drop .uc-input {
  width: 100%;
  height: 40px;
  border: 2px solid #0555b5;
  border-radius: 8px;
  padding: 0 15px;
  font-size: 14px;
  outline: none;
  background: #fff;
}
header .btn-language {
  margin-left: 20px;
}
header .btn-language img {
  display: block;
}
header .btn-call {
  margin-left: 20px;
  background: url("images/icon-call-white.png") left center no-repeat;
  background-size: 24px 24px;
  padding-left: 32px;
  color: #fff;
  line-height: 24px;
  font-size: 20px;
}

.g-title {
  margin-bottom: 50px;
}
.g-title .hd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.g-title .hd b {
  font-size: 40px;
  text-transform: uppercase;
}
.g-title .uc-btn {
  border-radius: 50px;
  height: 50px;
  font-size: 16px;
  padding: 0 20px;
  min-width: 180px;
}
.g-title .uc-btn img {
  margin-right: 0;
  margin-left: 5px;
}
.g-title .bd {
  line-height: 1.5em;
  margin-top: 10px;
  font-size: 16px;
  text-transform: uppercase;
}
.g-title .line {
  width: 70px;
  height: 6px;
  background-color: #0555b5;
  margin-top: 30px;
}
.g-title.style-center .hd {
  justify-content: center;
}
.g-title.style-center .line {
  margin: 30px auto 0;
}

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
.uc-index-3, .uc-index-4, .uc-index-5, .uc-index-6, .uc-index-7, .uc-index-8,
.uc-contact-1 .box, .uc-contact-2,
.uc-video,
.uc-case,
.uc-news,
.uc-product-2,
.uc-article,
.uc-caseDetail,
.uc-videoDetail {
  padding-top: 90px;
  padding-bottom: 90px;
}

/* |01|产品中心|product| */
.uc-product-1 .title {
  font-size: 36px;
  color: #0555b5;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.uc-product-1 .card {
  background-color: #f9f9f9;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 50px;
  overflow: hidden;
}
.uc-product-1 .card img {
  transition: all 0.3s linear;
}
.uc-product-1 .card:hover img {
  transform: scale(1.1, 1.1);
}
.uc-product-1 .card:last-child {
  margin-bottom: 0;
}
.uc-product-1 .card .img-box {
  width: 40%;
  overflow: hidden;
}
.uc-product-1 .card img {
  display: block;
}
.uc-product-1 .detail {
  padding: 30px 40px;
  flex: 1;
  min-width: 0;
}
.uc-product-1 .detail .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
}
.uc-product-1 .detail .tags .uc-tag {
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 32px;
  line-height: 32px;
  padding: 0 20px;
}
.uc-product-1 .detail .tags .uc-tag.gray-plain {
  border: #c6c6c6 1px solid;
  color: #000000;
}
.uc-product-1 .detail h3 {
  margin-bottom: 20px;
  font-size: 32px;
  color: #0555b5;
}
.uc-product-1 .detail .con {
  line-height: 1.5em;
  text-align: justify;
  margin-bottom: 30px;
  height: 6em;
}
.uc-product-1 .detail .btm {
  border-top: #ccc 1px solid;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.uc-product-1 .detail .uc-btn {
  height: 40px;
  border-radius: 40px;
  padding: 0 30px;
  font-size: 16px;
}

.uc-product-2 .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-product-2 .side-menu {
  width: 300px;
}
.uc-product-2 .side-menu li {
  margin-bottom: 30px;
}
.uc-product-2 .side-menu li.on .hd {
  color: #0555b5;
}
.uc-product-2 .side-menu li.on .hd .uc-arrow-top {
  display: block;
}
.uc-product-2 .side-menu li.on .hd .uc-arrow-down {
  display: none;
}
.uc-product-2 .side-menu li.on .bd {
  display: block;
}
.uc-product-2 .side-menu .hd {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}
.uc-product-2 .side-menu .hd .uc-font {
  font-size: 20px;
}
.uc-product-2 .side-menu .hd .uc-arrow-top {
  display: none;
}
.uc-product-2 .side-menu .bd {
  display: none;
  padding: 10px 0;
}
.uc-product-2 .side-menu .item {
  display: block;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  margin-top: 15px;
  color: #5f5f5f;
  font-size: 14px;
  line-height: 24px;
}
.uc-product-2 .side-menu .item:after {
  content: "\e7b5";
  font-family: "uc-font";
  font-size: 1.2em;
  left: 0;
  color: #999999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.uc-product-2 .side-menu .item.on:after {
  content: "\e7b3";
  color: #0555b5;
}
.uc-product-2 .side-menu .item.on {
  color: #0555b5;
}
.uc-product-2 .main-right {
  margin-left: 20px;
  flex: 1;
  min-width: 0;
}
.uc-product-2 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 50px;
}
.uc-product-2 .list li {
  width: 345px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
}
.uc-product-2 .list li:nth-child(3n) {
  margin-right: 0;
}
.uc-product-2 .list .img {
  width: 345px;
  height: 345px;
  overflow: hidden;
}
.uc-product-2 .list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-product-2 .list .img img {
  transition: all 0.3s linear;
}
.uc-product-2 .list .img:hover img {
  transform: scale(1.1, 1.1);
}
.uc-product-2 .list img {
  display: block;
}
.uc-product-2 .list .name {
  padding: 20px 10px;
  text-align: center;
  line-height: 1.5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-product-2 .operate {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.uc-product-2 .operate .btn {
  width: 50px;
  border-radius: 100%;
  height: 50px;
  font-size: 24px;
  background-color: #e5e5e5;
  color: #666666;
  text-align: center;
  line-height: 50px;
  margin-left: 20px;
  transition: all 0.3s linear;
}
.uc-product-2 .operate .btn:hover {
  background-color: #0555b5;
  color: #fff;
}
.uc-product-2 .operate .btn.disabled {
  background-color: #f0f0f0;
  color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}

/* |02|产品中心-详情|detail| */
.uc-detail-1 {
  margin-bottom: 90px;
  margin-top: 90px;
}
.uc-detail-1 .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-detail-1 .swiper-box {
  width: 750px;
}
.uc-detail-1 .swiper-container1 {
  position: relative;
}
.uc-detail-1 .swiper-container1:after {
  content: "";
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, transparent 0%, rgba(5, 85, 181, 0.9) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.uc-detail-1 .swiper-container1 img {
  display: block;
}
.uc-detail-1 .swiper-pagination {
  bottom: 20px;
}
.uc-detail-1 .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 12px;
  border-radius: 100%;
  height: 12px;
}
.uc-detail-1 .swiper-pagination-bullet-active {
  background-color: transparent;
  border: #fff 1px solid;
}
.uc-detail-1 .detail {
  flex: 1;
  min-width: 0;
  margin-left: 50px;
}
.uc-detail-1 .detail h1 {
  font-size: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: #ccc 1px solid;
  color: #0555b5;
}
.uc-detail-1 .detail h3 {
  font-size: 20px;
  font-weight: bold;
  color: #0555b5;
  margin-bottom: 10px;
}
.uc-detail-1 .detail .desc {
  line-height: 1.5em;
  text-align: justify;
  min-height: 9em;
  margin-bottom: 20px;
}
.uc-detail-1 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
.uc-detail-1 .list li {
  text-align: center;
  flex: 1;
  min-width: 0;
  margin-bottom: 20px;
  margin-right: 20px;
}
.uc-detail-1 .list li:last-child {
  margin-right: 0;
}
.uc-detail-1 .list img {
  display: block;
  margin: 0 auto 10px;
  width: 80px;
}
.uc-detail-1 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
}
.uc-detail-1 .operate .uc-btn {
  height: 50px;
  border-radius: 50px;
  padding: 0 24px;
  font-size: 16px;
}

.uc-detail-2 {
  margin-bottom: 90px;
}
.uc-detail-2 .title {
  font-size: 20px;
  color: #0555b5;
  margin-bottom: 30px;
}
.uc-detail-2 .info li {
  margin-bottom: 20px;
  padding: 20px 30px;
  line-height: 1.5em;
  background-color: #f9f9f9;
}

.uc-detail-3 {
  margin-bottom: 90px;
}
.uc-detail-3 .title {
  font-size: 20px;
  color: #0555b5;
  margin-bottom: 30px;
}
.uc-detail-3 .box {
  padding: 20px 30px;
  line-height: 1.5em;
  text-align: justify;
  background-color: #f9f9f9;
}

.uc-detail-4 {
  margin-bottom: 90px;
}
.uc-detail-4 .title {
  font-size: 20px;
  color: #0555b5;
  margin-bottom: 30px;
}
.uc-detail-4 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-detail-4 .list li {
  margin-right: 10px;
  margin-bottom: 10px;
  position: relative;
  width: 272px;
  overflow: hidden;
}
.uc-detail-4 .list li:nth-child(5n) {
  margin-right: 0;
}
.uc-detail-4 .list li:hover .over {
  opacity: 1;
}
.uc-detail-4 .list img {
  display: block;
}
.uc-detail-4 .list .img {
  width: 272px;
  height: 272px;
  overflow: hidden;
}
.uc-detail-4 .list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-detail-4 .list .img img {
  transition: all 0.3s linear;
}
.uc-detail-4 .list .img:hover img {
  transform: scale(1.1, 1.1);
}
.uc-detail-4 .list .over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(5, 85, 181, 0.8);
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.3s linear;
}
.uc-detail-4 .list .over img {
  display: block;
  margin: 0 auto;
  width: 32px;
}
.uc-detail-4 .list h3 {
  font-size: 20px;
}
.uc-detail-4 .list .txt {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 30px;
}

/* |03|关于我们|about| */
.uc-about-1 {
  margin-bottom: 90px;
  margin-top: 90px;
}
.uc-about-1 .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-about-1 .main-left {
  width: 750px;
}
.uc-about-1 .detail {
  margin-bottom: 80px;
}
.uc-about-1 .detail h4 {
  font-size: 16px;
  margin-bottom: 5px;
}
.uc-about-1 .detail h3 {
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.uc-about-1 .detail .con {
  line-height: 2em;
  text-align: justify;
}
.uc-about-1 .total {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-about-1 .total li {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.uc-about-1 .total img {
  display: block;
  margin-right: 15px;
}
.uc-about-1 .total .right {
  flex: 1;
  min-width: 0;
}
.uc-about-1 .total .number {
  margin-bottom: 5px;
}
.uc-about-1 .total .timer2 {
  font-size: 50px;
  color: #0555b5;
}
.uc-about-1 .total p {
  font-size: 12px;
}
.uc-about-1 .main-right {
  width: 426px;
}
.uc-about-1 .swiper-box {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 16px -16px 0 0 #0555b5;
}
.uc-about-1 .swiper-box img {
  display: block;
  width: 426px;
  height: 540px;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-about-1 .swiper-pagination {
  bottom: 20px;
}
.uc-about-1 .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.8;
}
.uc-about-1 .swiper-pagination-bullet-active {
  background-color: #0555b5;
  width: 2em;
  border-radius: 1.15em;
}

.uc-about-2 {
  margin-bottom: 90px;
}
.uc-about-2 .title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 90px;
}
.uc-about-2 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-about-2 .list li {
  flex: 1;
  min-width: 0;
  margin-right: 20px;
  position: relative;
}
.uc-about-2 .list li:last-child {
  margin-right: 0;
}
.uc-about-2 .list li:hover .over {
  background-color: rgba(5, 85, 181, 0.5);
  color: #fff;
}
.uc-about-2 .list img {
  display: block;
}
.uc-about-2 .list .img {
  overflow: hidden;
}
.uc-about-2 .list .img img {
  transition: all 0.3s linear;
}
.uc-about-2 .list .img:hover img {
  transform: scale(1.1, 1.1);
}
.uc-about-2 .list .over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #eeeeee;
  transition: all 0.3s linear;
  padding-top: 130px;
}
.uc-about-2 .list .over img {
  display: block;
  margin: 0 auto 30px;
  width: 100px;
}
.uc-about-2 .list h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
.uc-about-2 .list .con {
  line-height: 1.5em;
  opacity: 0.75;
}

.uc-about-3 {
  margin-bottom: 90px;
  background: url("images/about-bg-3.png") center bottom no-repeat;
  background-size: 100% auto;
  padding-bottom: 590px;
}
.uc-about-3 .title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 90px;
}
.uc-about-3 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-about-3 .list li {
  margin-left: -28px;
}
.uc-about-3 .list li:first-child {
  margin-left: 0;
}
.uc-about-3 .list li.on {
  position: relative;
  z-index: 9;
}
.uc-about-3 .list li.on .part1 {
  display: none;
}
.uc-about-3 .list li.on .part2 {
  display: block;
}
.uc-about-3 .list .part1 {
  width: 268px;
  border-radius: 100%;
  height: 268px;
  border: #d6d6d6 1px solid;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  text-align: center;
}
.uc-about-3 .list .part1 img {
  display: block;
  margin: 0 auto 10px;
}
.uc-about-3 .list .part2 {
  width: 503px;
  border-radius: 268px;
  height: 268px;
  position: relative;
  overflow: hidden;
  display: none;
}
.uc-about-3 .list .part2 img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-about-3 .list .bg {
  overflow: hidden;
}
.uc-about-3 .list .bg img {
  transition: all 0.3s linear;
}
.uc-about-3 .list .bg:hover img {
  transform: scale(1.1, 1.1);
}
.uc-about-3 .list .over {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-about-3 .list .over img {
  width: 56px;
  height: 56px;
  margin: 0 auto 10px;
}
.uc-about-3 .list .left {
  width: 80px;
  text-align: center;
  font-size: 20px;
  border-right: #fff 1px solid;
}
.uc-about-3 .list .right {
  flex: 1;
  min-width: 0;
  padding-left: 20px;
  line-height: 2em;
  text-align: justify;
}

.uc-about-4 {
  margin-bottom: 90px;
}
.uc-about-4 .title {
  font-size: 40px;
  text-align: center;
  margin-bottom: 90px;
}
.uc-about-4 .box img {
  display: block;
  width: 100%;
}

.uc-about-5 {
  margin-bottom: 90px;
  padding: 50px 0;
}
.uc-about-5 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-about-5 .list li {
  background: url("images/about-bg-5.png") center center no-repeat;
  background-size: 100% auto;
  width: 328px;
  height: 113px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  color: #0555b5;
  font-size: 16px;
}
.uc-about-5 .list .number {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 5px;
}

.uc-about-6 {
  margin-bottom: 90px;
}
.uc-about-6 .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.uc-about-6 .map-box {
  position: relative;
  right: -100px;
}
.uc-about-6 .map-box img {
  display: block;
}
.uc-about-6 .box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.uc-about-6 .box h2 {
  font-size: 40px;
  line-height: 1.5em;
}
.uc-about-6 .box .line {
  width: 50px;
  height: 6px;
  background-color: #0555b5;
  margin: 15px 0 40px;
}
.uc-about-6 .box .con {
  line-height: 1.5em;
  margin-bottom: 20px;
}
.uc-about-6 .box .con2 {
  margin-bottom: 100px;
  color: #0555b5;
  font-size: 40px;
}
.uc-about-6 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-about-6 .operate .uc-btn {
  height: 50px;
  padding: 0 20px;
}

/* |04|联系我们|contact| */
.uc-contact-1 .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-contact-1 .box {
  flex: 1;
  min-width: 0;
}
.uc-contact-1 h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.uc-contact-1 h3 {
  margin-bottom: 50px;
  color: #0555b5;
  font-size: 16px;
}
.uc-contact-1 .info li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 20px;
}
.uc-contact-1 .info li:last-child {
  margin-bottom: 0;
}
.uc-contact-1 .info img {
  display: block;
  position: relative;
  top: -4px;
  margin-right: 5px;
}
.uc-contact-1 .info .txt {
  min-width: 6em;
  margin-right: 20px;
}
.uc-contact-1 .map-box {
  width: 55%;
}
.uc-contact-1 .map-box img {
  display: block;
}

.uc-contact-2 {
  background-color: #eeeeee;
}
.uc-contact-2 .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-contact-2 .main-left {
  width: 350px;
  background-color: #0555b5;
  color: #fff;
  padding: 100px 60px;
}
.uc-contact-2 .main-left img {
  display: block;
  margin-bottom: 10px;
}
.uc-contact-2 .main-left h3 {
  font-size: 24px;
}
.uc-contact-2 .main-left .title {
  margin-bottom: 180px;
}
.uc-contact-2 .main-left .desc {
  line-height: 2em;
}
.uc-contact-2 .main-right {
  flex: 1;
  min-width: 0;
  background-color: #fff;
  padding: 60px 60px 40px;
}
.uc-contact-2 .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-contact-2 .form li {
  margin-bottom: 20px;
  width: 32%;
}
.uc-contact-2 .form li.w50 {
  width: 49%;
}
.uc-contact-2 .form li.w100 {
  width: 100%;
}
.uc-contact-2 .form .uc-input {
  border-radius: 3px;
  height: 50px;
}
.uc-contact-2 .form .uc-textarea {
  border-radius: 3px;
  min-height: 160px;
}
.uc-contact-2 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}
.uc-contact-2 .operate .uc-btn {
  height: 50px;
  border-radius: 50px;
  min-width: 160px;
  font-size: 16px;
}
.uc-contact-2 .operate .uc-font {
  margin-right: 0;
  margin-left: 10px;
}

/* |05|视频中心|video| */
.uc-video .tab-con {
  display: none;
}
.uc-video .tab-con:first-child {
  display: block;
}
.uc-video .filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
.uc-video .filter li {
  cursor: pointer;
  padding: 0 30px;
  border-radius: 5px;
  background-color: #eeeeee;
  line-height: 50px;
  margin-right: 10px;
  font-size: 16px;
  transition: all 0.3s linear;
}
.uc-video .filter li:last-child {
  margin-right: 0;
}
.uc-video .filter li:hover, .uc-video .filter li.on {
  background-color: #0555b5;
  color: #fff;
}
.uc-video .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
}
.uc-video .list li {
  width: 335px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  background-color: #f9f9f9;
  overflow: hidden;
}
.uc-video .list li:nth-child(4n) {
  margin-right: 0;
}
.uc-video .list .img {
  width: 100%;
  height: 276px;
  overflow: hidden;
}
.uc-video .list .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-video .list .img img {
  transition: all 0.3s linear;
}
.uc-video .list .img:hover img {
  transform: scale(1.1, 1.1);
}
.uc-video .list .btm {
  padding: 20px;
}
.uc-video .list h3 {
  font-size: 16px;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.uc-video .list .time {
  color: #fff;
  background-color: #7c7c7c;
  border-radius: 5px;
  line-height: 24px;
  padding: 0 5px;
}

/* |06|视频中心-详情|videoDetail| */
.uc-videoDetail h1 {
  font-size: 40px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 40px;
}
.uc-videoDetail .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-videoDetail .info li {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-right: 50px;
  color: #666666;
}
.uc-videoDetail .info li:last-child {
  margin-right: 0;
}
.uc-videoDetail .info img {
  display: block;
  margin-right: 5px;
  width: 24px;
}
.uc-videoDetail .main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-videoDetail .main-left {
  margin-right: 50px;
  flex: 1;
  min-width: 0;
}
.uc-videoDetail .video-box {
  margin-bottom: 40px;
}
.uc-videoDetail video {
  background-color: #000;
  height: 600px;
}
.uc-videoDetail .share {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}
.uc-videoDetail .share img {
  display: block;
}
.uc-videoDetail .share .item {
  display: block;
  width: 40px;
  border-radius: 100%;
  height: 40px;
  border: #d6d6d6 1px solid;
  margin-right: 20px;
}
.uc-videoDetail .share .item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-videoDetail .share .item .i2 {
  display: none;
}
.uc-videoDetail .share .item:hover .i1 {
  display: none;
}
.uc-videoDetail .share .item:hover .i2 {
  display: block;
}
.uc-videoDetail .box {
  text-align: justify;
  line-height: 2em;
  font-size: 16px;
}
.uc-videoDetail .box .sub-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.uc-videoDetail .box p {
  margin-bottom: 2em;
}
.uc-videoDetail .box img {
  display: block;
  margin: 0 auto 2em;
  max-width: 100%;
}
.uc-videoDetail .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding-top: 40px;
}
.uc-videoDetail .operate .uc-btn {
  width: 160px;
  border-radius: 40px;
  height: 40px;
  font-size: 16px;
}
.uc-videoDetail .side-menu {
  width: 300px;
}
.uc-videoDetail .side-menu .hd {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  padding: 24px 0;
}
.uc-videoDetail .side-menu .hd:first-child {
  padding-top: 0;
}
.uc-videoDetail .side-menu .item {
  display: block;
  color: #5f5f5f;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 24px;
}
.uc-videoDetail .side-menu .item .img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-bottom: 15px;
}
.uc-videoDetail .side-menu .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-videoDetail .side-menu .item .img img {
  transition: all 0.3s linear;
}
.uc-videoDetail .side-menu .item .img:hover img {
  transform: scale(1.1, 1.1);
}
.uc-videoDetail .side-menu .line {
  height: 1px;
  background-color: #d6d6d6;
}

/* |07|首页|index| */
.uc-index-1 {
  position: relative;
}
.uc-index-1 .swiper-slide .item {
  height: 100vh;
  color: #fff;
  position: relative;
  display: block;
  width: 100%;
}
.uc-index-1 .box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
}
.uc-index-1 img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.uc-index-1 h2 {
  font-size: 72px;
  font-weight: bold;
  margin-bottom: 35px;
}
.uc-index-1 .line-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 10px;
  margin-bottom: 30px;
}
.uc-index-1 .line {
  background: linear-gradient(to right, #0774e6 0%, #37bfff 100%);
  width: 216px;
  height: 6px;
  margin-right: 10px;
}
.uc-index-1 h3 {
  font-size: 36px;
  margin-bottom: 15px;
}
.uc-index-1 h3.en {
  font-size: 52px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 35px;
}
.uc-index-1 .con {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5em;
}
.uc-index-1 .con.en {
  font-size: 30px;
  color: #fff;
}
.uc-index-1 .bottom-box {
  position: absolute;
  left: 0;
  bottom: 70px;
  z-index: 99;
  width: 100%;
}
.uc-index-1 .bottom-box .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-index-1 .bottom-box .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-index-1 .bottom-box .btn {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-index-1 .bottom-box .btn.btn-prev {
  border: #fff 1px solid;
  color: #fff;
}
.uc-index-1 .bottom-box .btn.btn-next {
  background-color: #fff;
  color: #0555b5;
}
.uc-index-1 .swiper-pagination {
  position: static;
}
.uc-index-1 .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  width: 54px;
  border-radius: 0px;
  height: 4px;
  margin-right: 8px;
}
.uc-index-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0555b5;
}

.uc-index-2 {
  padding: 80px 0;
  box-shadow: 0 8px 8px 0 #f3f4f5;
}
.uc-index-2 .total {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-index-2 .total .line {
  width: 1px;
  height: 72px;
  background-color: #0555b5;
  position: relative;
  top: 8px;
}
.uc-index-2 .total .number {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  top: -15px;
}
.uc-index-2 .total .number b {
  font-size: 50px;
  color: #0555b5;
  position: relative;
  top: 10px;
  margin-right: 5px;
}

.uc-index-3 .filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 50px;
}
.uc-index-3 .filter li {
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #e4e4e4;
  padding: 0 20px;
  line-height: 50px;
  border-radius: 50px;
  font-size: 16px;
  min-width: 240px;
  text-align: center;
  cursor: pointer;
}
.uc-index-3 .filter li:hover, .uc-index-3 .filter li.on {
  background-color: #0555b5;
  color: #fff;
}
.uc-index-3 .filter li:last-child {
  margin-right: 0;
}
.uc-index-3 .swiper-box .img {
  width: 100%;
  border-radius: 30px;
  height: 440px;
  overflow: hidden;
  margin-bottom: 20px;
}
.uc-index-3 .swiper-box .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-index-3 .swiper-box h3 {
  color: #0555b5;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-index-3 .swiper-box h3 a {
  color: #0555b5;
}
.uc-index-3 .swiper-box .con {
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
  margin-top: 10px;
}
.uc-index-3 .tab-con {
  display: none;
}
.uc-index-3 .tab-con:first-child {
  display: block;
}
.uc-index-3 .swiper-container {
  padding-bottom: 100px;
}
.uc-index-3 .swiper-pagination {
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.uc-index-3 .swiper-pagination-bullet {
  width: 27px;
  border-radius: 100%;
  height: 27px;
  opacity: 1;
  background: url("images/dot.png") center center no-repeat;
  background-size: 100% auto;
  margin: 0 5px;
}
.uc-index-3 .swiper-pagination-bullet-active {
  background-image: url("images/dot-on.png");
}

.uc-index-4 {
  background-color: #e0e5e9;
}
.uc-index-4 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-index-4 .list li {
  width: 690px;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
  overflow: hidden;
}
.uc-index-4 .list li img {
  transition: all 0.3s linear;
}
.uc-index-4 .list li:hover img {
  transform: scale(1.1, 1.1);
}
.uc-index-4 .list li.w2 {
  width: 335px;
}
.uc-index-4 .list img {
  display: block;
}
.uc-index-4 .list .item {
  display: block;
  position: relative;
}
.uc-index-4 .list .btm {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  backdrop-filter: blur(10px);
  color: #fff;
}
.uc-index-4 .list h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  line-height: 1.5em;
  text-transform: uppercase;
}
.uc-index-4 .list .con {
  line-height: 1.5em;
  height: 4.5em;
  overflow: hidden;
  text-transform: uppercase;
  margin-top: 5px;
}

.uc-index-5 .swiper-box {
  margin-bottom: 80px;
}
.uc-index-5 .swiper-slide {
  width: 500px !important;
}
.uc-index-5 .swiper-slide .item {
  display: block;
  width: 500px;
  border-radius: 10px;
  height: 302px;
  overflow: hidden;
  position: relative;
}
.uc-index-5 .swiper-slide .item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-index-5 .swiper-slide .item img {
  transition: all 0.3s linear;
}
.uc-index-5 .swiper-slide .item:hover img {
  transform: scale(1.1, 1.1);
}
.uc-index-5 .swiper-slide .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  line-height: 2em;
  opacity: 0;
  padding: 20px;
}
.uc-index-5 .swiper-pagination {
  position: static;
  margin-bottom: 40px;
}
.uc-index-5 .swiper-pagination-bullet {
  width: 27px;
  border-radius: 100%;
  height: 27px;
  opacity: 1;
  background: url("images/dot.png") center center no-repeat;
  background-size: 100% auto;
  margin: 0 5px;
}
.uc-index-5 .swiper-pagination-bullet-active {
  background-image: url("images/dot-on.png");
}
.uc-index-5 .bottom-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-index-5 .bottom-box .box {
  flex: 1;
  min-width: 0;
  text-align: center;
  max-width: 710px;
}
.uc-index-5 .bottom-box .desc {
  font-size: 16px;
  line-height: 2em;
  min-height: 8em;
}
.uc-index-5 .btn {
  text-align: center;
  cursor: pointer;
  width: 50px;
  border-radius: 100%;
  height: 50px;
  font-size: 20px;
  outline: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: #0555b5 1px solid;
  color: #0555b5;
  transition: all 0.3s linear;
}
.uc-index-5 .btn:hover {
  background-color: #0555b5;
  color: #fff;
}

.uc-index-6 {
  background: url("images/index-bg-6.jpg") center center no-repeat;
  background-size: cover;
}
.uc-index-6 .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-index-6 .video-box {
  width: 700px;
}
.uc-index-6 .video-box img {
  display: block;
}
.uc-index-6 .video-box video {
  display: block;
  background-color: #000;
  min-height: 500px;
}
.uc-index-6 .detail {
  flex: 1;
  min-width: 0;
  margin-left: 100px;
}
.uc-index-6 h2 {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.uc-index-6 .con {
  line-height: 1.5em;
  margin-bottom: 1.5em;
  text-transform: uppercase;
}
.uc-index-6 .con1 {
  color: #0555b5;
  font-size: 20px;
}
.uc-index-6 .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-index-6 .operate .uc-btn {
  border-radius: 50px;
  height: 50px;
  padding-right: 6px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
}
.uc-index-6 .operate .uc-btn img {
  margin-right: 0;
  margin-left: 20px;
}

.uc-index-7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  height: 230px;
  border-top: #dcdcdc 1px solid;
}
.uc-index-7 .swiper-slide {
  width: 200px !important;
  padding: 0 10px;
}
.uc-index-7 .swiper-box {
  flex: 1;
  min-width: 0;
  margin: 0 30px;
}
.uc-index-7 img {
  display: block;
}
.uc-index-7 .btn {
  cursor: pointer;
  font-size: 32px;
  color: #999999;
}
.uc-index-7 .btn:hover {
  color: #0555b5;
}

.uc-index-8 {
  background: url("images/index-bg-8.jpg") center center no-repeat;
  background-size: cover;
}
.uc-index-8 .title {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.uc-index-8 .main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-index-8 .main-left {
  width: 400px;
}
.uc-index-8 .main-left .btn img {
  display: block;
}
.uc-index-8 .filter {
  line-height: 1.5em;
  margin-bottom: 100px;
}
.uc-index-8 .filter li {
  padding: 1em 0;
  font-size: 20px;
  cursor: pointer;
}
.uc-index-8 .filter li.on, .uc-index-8 .filter li:hover {
  color: #0555b5;
}
.uc-index-8 .main-right {
  flex: 1;
  min-width: 0;
}
.uc-index-8 .tab-con {
  display: none;
}
.uc-index-8 .tab-con:first-child {
  display: block;
}
.uc-index-8 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.uc-index-8 .list li {
  width: 490px;
  background-color: #fff;
  margin-bottom: 20px;
  position: relative;
  top: 0;
  transition: all 0.3s linear;
}
.uc-index-8 .list li:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  top: -5px;
}
.uc-index-8 .list .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
}
.uc-index-8 .list .left {
  width: 100px;
}
.uc-index-8 .list .left .txt {
  font-size: 30px;
  color: #0555b5;
}
.uc-index-8 .list .left .year {
  font-size: 16px;
  color: #dddddd;
  margin-top: 10px;
}
.uc-index-8 .list .left .line {
  width: 30px;
  height: 1px;
  background-color: #0555b5;
  margin-top: 30px;
}
.uc-index-8 .list .right {
  flex: 1;
  min-width: 0;
  margin-left: 20px;
}
.uc-index-8 .list h3 {
  font-size: 20px;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  margin-bottom: 10px;
}
.uc-index-8 .list .con {
  line-height: 1.5em;
  height: 7.5em;
  overflow: hidden;
  color: #797979;
}

/* |08|新闻中心|news| */
.uc-news .filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 50px;
  font-size: 16px;
}
.uc-news .filter li {
  padding: 0 1em;
  line-height: 50px;
  cursor: pointer;
  font-size: 16px;
}
.uc-news .filter li.on, .uc-news .filter li:hover {
  position: relative;
}
.uc-news .filter li.on:after, .uc-news .filter li:hover:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #0555b5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}
.uc-news .tab-con {
  display: none;
}
.uc-news .tab-con:first-child {
  display: block;
}
.uc-news .swiper-box {
  border-radius: 10px;
  background-color: #0555b5;
  padding: 0 20px;
  margin-bottom: 50px;
}
.uc-news .swiper-container {
  padding: 30px 0;
}
.uc-news .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-news .box .img-box {
  width: 600px;
  border-radius: 10px;
  height: 360px;
  overflow: hidden;
}
.uc-news .box .img-box img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-news .box .detail {
  flex: 1;
  min-width: 0;
  margin-left: 30px;
  color: #fff;
}
.uc-news .box h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
.uc-news .box h3 a {
  color: #fff;
  font-weight: bold;
}
.uc-news .box .con {
  line-height: 1.5em;
  height: 7.5em;
  overflow: hidden;
  margin-bottom: 20px;
}
.uc-news .box .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-news .box .uc-btn {
  height: 28px;
  border-radius: 28px;
  min-width: 80px;
  color: #0555b5;
}
.uc-news .box .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  color: #fff;
}
.uc-news .box .txt1 {
  font-size: 16px;
}
.uc-news .swiper-pagination {
  bottom: 10px;
}
.uc-news .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
  width: 20px;
  border-radius: 5px;
  height: 5px;
}
.uc-news .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.uc-news .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.uc-news .list li {
  width: 453px;
  margin-right: 20px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  border-radius: 10px;
  overflow: hidden;
}
.uc-news .list li img {
  transition: all 0.3s linear;
}
.uc-news .list li:hover img {
  transform: scale(1.1, 1.1);
}
.uc-news .list li:nth-child(3n) {
  margin-right: 0;
}
.uc-news .list .img {
  overflow: hidden;
}
.uc-news .list img {
  display: block;
}
.uc-news .list .btm {
  padding: 20px;
}
.uc-news .list .time {
  font-size: 20px;
  color: #0555b5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
}
.uc-news .list .line {
  width: 30px;
  height: 1px;
  background-color: #0555b5;
  margin-top: 10px;
}
.uc-news .list .con {
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  margin-top: 10px;
  text-transform: uppercase;
}

/* |09|新闻中心-详情-展开|article| */
.uc-article {
  padding-top: 0;
}
.uc-article .uc-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-article .side-menu {
  width: 300px;
}
.uc-article .side-menu li {
  border-bottom: #d6d6d6 1px solid;
}
.uc-article .side-menu li:first-child {
  border-top: #d6d6d6 1px solid;
}
.uc-article .side-menu li.on .hd {
  color: #0555b5;
}
.uc-article .side-menu li.on .hd .uc-reduce {
  display: block;
}
.uc-article .side-menu li.on .hd .uc-add {
  display: none;
}
.uc-article .side-menu li.on .bd {
  display: block;
}
.uc-article .side-menu .hd {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  padding: 24px 0;
}
.uc-article .side-menu .hd .uc-font {
  font-size: 20px;
  color: #0555b5;
}
.uc-article .side-menu .hd .uc-reduce {
  display: none;
}
.uc-article .side-menu .bd {
  display: none;
}
.uc-article .side-menu .item {
  display: block;
  color: #5f5f5f;
  font-size: 14px;
  line-height: 24px;
  padding: 30px 0;
  border-top: #d6d6d6 1px solid;
}
.uc-article .side-menu .item .img {
  width: 100%;
  border-radius: 10px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 15px;
}
.uc-article .side-menu .item .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-article .side-menu .item .img img {
  transition: all 0.3s linear;
}
.uc-article .side-menu .item .img:hover img {
  transform: scale(1.1, 1.1);
}
.uc-article .side-menu .item .time {
  font-size: 16px;
  font-weight: bold;
  color: #0555b5;
  margin-bottom: 10px;
}
.uc-article .side-menu .item .line {
  width: 20px;
  height: 2px;
  background-color: #0555b5;
  margin-bottom: 10px;
}
.uc-article .side-menu .item .con {
  line-height: 1.5em;
}
.uc-article .main-left {
  margin-right: 50px;
  flex: 1;
  min-width: 0;
}
.uc-article article h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.25em;
  margin-bottom: 30px;
}
.uc-article .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.uc-article .info li {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-right: 50px;
  color: #666666;
}
.uc-article .info li:last-child {
  margin-right: 0;
}
.uc-article .info img {
  display: block;
  margin-right: 5px;
  width: 24px;
}
.uc-article .box {
  text-align: justify;
  line-height: 2em;
  font-size: 16px;
}
.uc-article .box p {
  margin-bottom: 2em;
}
.uc-article .box img {
  display: block;
  margin: 0 auto 2em;
  max-width: 100%;
}
.uc-article .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.uc-article .operate .btn {
  width: 70px;
  border-radius: 32px;
  height: 32px;
  background-color: #d2d2d2;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
  transition: all 0.3s linear;
}
.uc-article .operate .btn:hover {
  background-color: #0555b5;
  color: #fff;
}

/* |11|行业案例|case| */
.uc-case .title {
  font-size: 36px;
  color: #0555b5;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.uc-case .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 50px;
}
.uc-case .list li {
  margin-bottom: 10px;
  width: 695px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
  overflow: hidden;
}
.uc-case .list li img {
  transition: all 0.3s linear;
}
.uc-case .list li:hover img {
  transform: scale(1.1, 1.1);
}
.uc-case .list li:nth-child(3n) {
  margin-right: 0;
}
.uc-case .list li.w25 {
  width: 340px;
}
.uc-case .list li.w25 .over {
  padding: 30px 15px;
}
.uc-case .list li:hover .over {
  opacity: 1;
}
.uc-case .list .item {
  display: block;
  position: relative;
}
.uc-case .list img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  height: 340px;
}
.uc-case .list .over {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  padding: 30px;
  color: #fff;
  opacity: 0;
  transition: all 0.3s linear;
  background-color: rgba(0, 0, 0, 0.3);
}
.uc-case .list h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-case .list .con {
  line-height: 1.5em;
  height: 10.5em;
  margin-bottom: 20px;
  color: #fff;
  text-align: justify;
  overflow: hidden;
}
.uc-case .list .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}
.uc-case .list .uc-btn {
  border-radius: 5px;
  color: #0555b5;
}
.uc-case .filter {
  border-bottom: #d6d6d6 1px solid;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  font-size: 16px;
}
.uc-case .filter li {
  padding: 0 1em;
  line-height: 50px;
  cursor: pointer;
  font-size: 16px;
}
.uc-case .filter li.on, .uc-case .filter li:hover {
  position: relative;
}
.uc-case .filter li.on:after, .uc-case .filter li:hover:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #0555b5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1px;
}
.uc-case .tab-con {
  display: none;
}
.uc-case .tab-con:first-child {
  display: block;
}
.uc-case .list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.uc-case .list2 li {
  width: 453px;
  margin-right: 20px;
  margin-bottom: 20px;
  border: #eeeeee 1px solid;
  border-radius: 10px;
  overflow: hidden;
}
.uc-case .list2 li img {
  transition: all 0.3s linear;
}
.uc-case .list2 li:hover img {
  transform: scale(1.1, 1.1);
}
.uc-case .list2 li:nth-child(3n) {
  margin-right: 0;
}
.uc-case .list2 .img {
  overflow: hidden;
}
.uc-case .list2 img {
  display: block;
}
.uc-case .list2 .btm {
  padding: 20px;
}
.uc-case .list2 h3 {
  font-size: 20px;
  color: #0555b5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uc-case .list2 .con {
  line-height: 1.5em;
  text-align: justify;
  height: 3em;
  overflow: hidden;
  margin-top: 15px;
}

/* |12|行业案例-详情|caseDetail| */
.uc-caseDetail h1 {
  font-size: 40px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 40px;
}
.uc-caseDetail .sub-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.uc-caseDetail .menu {
  margin-bottom: 50px;
}
.uc-caseDetail .menu .item {
  padding: 0 10px;
  color: #666666;
  display: block;
  width: 8em;
  line-height: 2em;
  margin-bottom: 10px;
}
.uc-caseDetail .menu .item:hover, .uc-caseDetail .menu .item.on {
  background-color: #0555b5;
  color: #fff;
}
.uc-caseDetail .operate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.uc-caseDetail .operate .btn {
  width: 70px;
  border-radius: 32px;
  height: 32px;
  background-color: #d2d2d2;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
  transition: all 0.3s linear;
}
.uc-caseDetail .operate .btn:hover {
  background-color: #0555b5;
  color: #fff;
}
.uc-caseDetail .main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-caseDetail .main-left {
  width: 300px;
  margin-right: 30px;
  position: sticky;
  top: 160px;
  z-index: 800;
}
.uc-caseDetail .main-right {
  flex: 1;
  min-width: 0;
}
.uc-caseDetail .thr-title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 5px;
}
.uc-caseDetail .thr-title:first-child {
  margin-top: 0;
}
.uc-caseDetail .box {
  font-size: 16px;
  line-height: 2em;
  text-align: justify;
}
.uc-caseDetail .box img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto 32px;
}