@charset "UTF-8";
/*!
* -----------------------------------------------------------------------------------------------------------------------------------------------------
* --------------------------------------------- 				样式分为：共用样式 + 各页面样式				   ----------------------------------------
* --------------------------------------------- 		  此文件别改，方便后期配合开发新页面或维护修改 			   ----------------------------------------
* ---------------------------------------------   可把要修改的那一行或那一块复制到别的文件里修改，放到引入文件最后   ----------------------------------------
* -----------------------------------------------------------------------------------------------------------------------------------------------------
*/
/* ---------------------------------------------------------------------- 共用样式 -------------------------------------------------------------------- */
/* ----------------------------------------------------------------- 样式重置 & 常用样式 --------------------------------------------------------------- */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Helvetica, Verdana, "微软雅黑", "Hiragino Sans GB", "Hiragino Sans GB W3", "宋体", Arial, sans-serif;
  -webkit-text-size-adjust: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-size: 14px;
  color: #333333;
  background: #ffffff;
  min-height: 100vh;
  outline: none;
}

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, 86, 181, 0.6);
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 86, 181, 0.6);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, audio, canvas, progress, video,
body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, h5, h6, p, a, pre, table, caption, th, td, form, legend, fieldset, input, button, select, textarea {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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 {
  text-decoration: none;
  color: #333333;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active, a:hover, a:focus {
  color: #0056b5;
  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 {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

input[type=file] {
  cursor: pointer;
}

::-moz-selection {
  background: #0056b5;
  color: #fff;
}

::selection {
  background: #0056b5;
  color: #fff;
}

::-moz-selection {
  background: #0056b5;
  color: #fff;
}

.uc-content {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

img {
  width: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

.uc-show {
  display: block !important;
}

.uc-bg {
  background-color: #f6f6f6;
}

.uc-b {
  font-weight: bold;
}

.uc-small {
  font-size: 0.875em;
}

.uc-big {
  font-size: 1.25em;
}

.uc-ma {
  margin-left: auto;
  margin-right: auto;
}

.uc-mla {
  margin-left: auto;
}

.uc-mra {
  margin-right: auto;
}

.uc-del {
  text-decoration: line-through;
  color: #999999;
  margin-left: 20px;
}
.uc-del:first-child {
  margin-left: 0;
}

.animate, .uc-animate, .uc-revealOnScroll {
  opacity: 0;
}

.uc-blue {
  color: #0056b5 !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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.uc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.uc-flex.start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.uc-flex.end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.uc-flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.uc-flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.uc-flex-col.start {
  -ms-flex-line-pack: start;
      align-content: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.uc-flex-col.end {
  -ms-flex-line-pack: end;
      align-content: end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.uc-flex-col.center {
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

textarea {
  min-height: 120px;
  height: auto;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  width: 100%;
}

.uc-phColor {
  color: #6d6d6d;
}

input:-moz-placeholder {
  color: #6d6d6d;
}

::-webkit-input-placeholder {
  color: #6d6d6d;
}

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: #e5e5e5 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: #0056b5;
}

.uc-btn {
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  border-radius: 5px;
  padding: 0 10px;
}
.uc-btn img {
  margin-right: 10px;
}
.uc-btn:hover {
  opacity: 0.8;
}
.uc-btn.blue {
  background-color: #0056b5;
  border: #0056b5 1px solid;
  color: #fff;
}
.uc-btn.blue-linear {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 86, 181, 0.7)), to(#0056b5));
  background: -o-linear-gradient(left, rgba(0, 86, 181, 0.7) 0%, #0056b5 100%);
  background: linear-gradient(to right, rgba(0, 86, 181, 0.7) 0%, #0056b5 100%);
  color: #fff;
}
.uc-btn.blue-plain {
  color: #0056b5;
  border: #0056b5 1px solid;
}
.uc-btn.blue-plain:hover {
  opacity: 1;
  background-color: #0056b5;
  color: #fff;
}
.uc-btn.gray {
  background-color: #999999;
  border: #999999 1px solid;
  color: #fff;
}
.uc-btn.gray-linear {
  background: -webkit-gradient(linear, left top, right top, from(rgba(153, 153, 153, 0.7)), to(#999999));
  background: -o-linear-gradient(left, rgba(153, 153, 153, 0.7) 0%, #999999 100%);
  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-btn img {
  margin-right: 10px;
}

.g-crumb {
  height: 100px;
  padding-top: 16px;
  background: url("images/crumb.jpg") center center no-repeat;
  background-size: cover;
}
.g-crumb .crumb {
  background: url("images/crumb-icon.png") left center no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 30px;
}
.g-crumb a {
  position: relative;
  padding-right: 20px;
  margin-right: 8px;
  color: #fff;
}
.g-crumb a:after {
  content: "\e75c";
  font-family: "uc-font";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.g-crumb a:last-child {
  padding-right: 0;
}
.g-crumb a:last-child:after {
  display: none;
}

.uc-prvNxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uc-prvNxt a {
  min-width: 36px;
  height: 36px;
  display: inline-block;
  border: #e5e5e5 1px solid;
  line-height: 36px;
  text-align: center;
  color: #999999;
  margin-right: 8px;
  border-radius: 3px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.uc-prvNxt a:hover, .uc-prvNxt a.on {
  background-color: #0056b5;
  border-color: #0056b5;
  color: #fff;
}
.uc-prvNxt .uc-select {
  height: 36px;
  background-color: transparent;
  width: 100px;
  border-radius: 3px;
}

.uc-tag {
  display: inline-block;
  border-radius: 3px;
  padding: 0 5px;
}
.uc-tag:empty {
  display: none;
}
.uc-tag.blue {
  background-color: #0056b5;
  color: #fff;
}
.uc-tag.gray {
  background-color: rgba(153, 153, 153, 0.4);
  color: #fff;
}

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
.g-friendlyLink {
  background-color: #d6dde4;
  padding: 24px 0;
  line-height: 24px;
  font-size: 18px;
}
.g-friendlyLink b {
  margin-right: 30px;
  color: #0056b5;
}
.g-friendlyLink a {
  color: #505050;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-right: 30px;
}
.g-friendlyLink a:hover {
  color: #0056b5;
}

footer {
  background-color: #0056b5;
  color: #fff;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  opacity: 0.8;
}
footer .logo img {
  display: block;
  margin: 0 auto 40px;
}
footer .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}
footer .contact li {
  padding: 0 1em;
  line-height: 1.5em;
}
footer .ft1 {
  padding: 40px 0;
}
footer .ft2 {
  border-top: #4584c9 1px solid;
  padding: 20px 0;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
}
footer .ft2 a, footer .ft2 span {
  margin: 0 2px;
}

body {
  padding-top: 188px;
}

header {
  background: #fff url("images/header.png") right top no-repeat;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2000;
}
header .hd-top .uc-content {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .search-box {
  position: relative;
}
header .search-box .uc-input {
  width: 312px;
  border-radius: 3px;
  height: 48px;
  padding-left: 50px;
}
header .search-box .uc-font {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  color: #0056b5;
  font-size: 20px;
}
header .hd-main {
  background-color: #0056b5;
}
header .hd-main .uc-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  position: relative;
}
header .hd-main li {
  line-height: 68px;
}
header .hd-main li.selected .hd, header .hd-main li:hover .hd {
  color: #05b1e9;
}
header .hd-main li:hover .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .hd-main .hd {
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header .sub-menu {
  position: absolute;
  left: 0;
  top: 68px;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  line-height: 30px;
  padding: 20px 0;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
header .sub-menu .name {
  min-width: 150px;
  padding: 0 20px;
  font-size: 20px;
  font-weight: bold;
}
header .sub-menu .link {
  border-left: #e5e5e5 1px solid;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-left: 10px;
}
header .sub-menu .link a {
  padding: 0 10px;
  min-width: 120px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
header .sub-menu .link a.selected, header .sub-menu .link a:hover {
  color: #0056b5;
}

.g-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: #e5e5e5 1px solid;
  margin-bottom: 24px;
  height: 40px;
}
.g-title img {
  display: block;
}
.g-title b {
  font-size: 24px;
  font-family: "宋体";
  color: #0056b5;
  height: 40px;
  position: relative;
  top: 1px;
  z-index: 9;
  border-bottom: #0056b5 1px solid;
}
.g-title .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #666666;
}
.g-title .more i {
  margin: 0 5px;
  width: 40px;
  height: 1px;
  background-color: #c9c9c9;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.g-title .more:hover {
  color: #0056b5;
}
.g-title .more:hover i {
  background-color: #0056b5;
}
.g-title .icon {
  position: absolute;
  left: 0;
  top: 0;
}

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
/* |01|首页|main| */
.uc-home-2 {
  padding-top: 20px;
  margin-bottom: 30px;
}
.uc-home-2 .item {
  width: 100%;
  height: 430px;
  display: block;
  overflow: hidden;
}
.uc-home-2 .item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home-2 .swiper-pagination {
  bottom: 10px;
}
.uc-home-2 .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.8;
}
.uc-home-2 .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}

.uc-home-3 .uc-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.uc-home-3 .main-left {
  width: 630px;
}
.uc-home-3 .main-right {
  width: 630px;
}
.uc-home-3 .swiper-container3 .item {
  width: 100%;
  height: 390px;
  display: block;
  overflow: hidden;
  position: relative;
}
.uc-home-3 .swiper-container3 .item img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home-3 .swiper-container3 .name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 86, 181, 0.8);
  color: #fff;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 60px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.uc-home-3 .swiper-pagination {
  bottom: 18px;
  text-align: right;
  padding-right: 20px;
}
.uc-home-3 .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.8;
}
.uc-home-3 .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.uc-home-3 .g-title {
  padding-top: 10px;
  height: 54px;
  margin-bottom: 10px;
}
.uc-home-3 .g-title b {
  padding-left: 10px;
}
.uc-home-3 .links {
  margin-bottom: 15px;
  display: block;
}
.uc-home-3 .links h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.uc-home-3 .links .con {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  height: 40px;
  overflow: hidden;
}
.uc-home-3 .list li {
  background: url("images/home-icon-3-2.png") left center no-repeat;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 40px;
  border-bottom: #ccc 1px dashed;
}
.uc-home-3 .list li:last-child {
  border-bottom: none;
}
.uc-home-3 .list .con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.uc-home-3 .list time {
  color: #999999;
}

.uc-home-4 {
  padding: 30px 0;
}
.uc-home-4 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uc-home-4 .list li {
  width: 410px;
  height: 136px;
  overflow: hidden;
  margin-right: 25px;
  overflow: hidden;
}
.uc-home-4 .list li img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home-4 .list li:nth-child(3n) {
  margin-right: 0;
}
.uc-home-4 .list li img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.uc-home-4 .list li:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.uc-home-5 .uc-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 10px;
}
.uc-home-5 .main-left {
  width: 630px;
}
.uc-home-5 .main-right {
  width: 630px;
}
.uc-home-5 .list li {
  margin-bottom: 30px;
}
.uc-home-5 .list li:last-child {
  margin-bottom: 0;
}
.uc-home-5 .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uc-home-5 .list .date {
  border: #0056b5 1px solid;
  width: 133px;
  height: 90px;
  padding: 0 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0056b5;
  font-family: "ArcaMajora2";
}
.uc-home-5 .list .day {
  font-size: 30px;
  font-weight: bold;
  border-bottom: #0056b5 1px solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.uc-home-5 .list .year {
  font-size: 16px;
  font-weight: bold;
}
.uc-home-5 .list .con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-left: 25px;
}
.uc-home-5 .list h3 {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}
.uc-home-5 .list .txt {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #909090;
}
.uc-home-5 .step {
  padding-left: 6px;
}
.uc-home-5 .step li {
  position: relative;
  padding-left: 10px;
}
.uc-home-5 .step li:after {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  left: -5px;
  top: 8px;
  border-radius: 100%;
  background-color: #fff;
  border: #dcdcdc 1px solid;
}
.uc-home-5 .step li:before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e5e5e5;
  position: absolute;
  left: 0;
  top: 8px;
}
.uc-home-5 .step li:last-child:before {
  display: none;
}
.uc-home-5 .step .item {
  position: relative;
  top: -15px;
  height: 80px;
  display: block;
  padding: 20px 10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.uc-home-5 .step .item:hover {
  background-color: #e7f0fa;
  color: #0056b5;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 86, 181, 0.13);
          box-shadow: 0px 3px 10px 0px rgba(0, 86, 181, 0.13);
}
.uc-home-5 .step h3 {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin-top: 5px;
}

.uc-home-6 {
  background-color: #f5f7f7;
  padding: 30px 0;
}
.uc-home-6 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uc-home-6 .list li {
  width: 312px;
  height: 190px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.uc-home-6 .list li img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home-6 .list li:nth-child(4n) {
  margin-right: 0;
}
.uc-home-6 .list li img {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.uc-home-6 .list li:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

/* |02|列表|listcolumn| */
.uc-listcolumn-1 {
  background-color: #f7f7f7;
}
.uc-listcolumn-1 .uc-content {
  position: relative;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.uc-listcolumn-1 .main-left {
  background: url("images/aside.png") center center no-repeat;
  width: 188px;
  height: 373px;
  padding: 20px;
}
.uc-listcolumn-1 .main-left .title {
  font-size: 20px;
  color: #0056b5;
  font-weight: bold;
  line-height: 40px;
}
.uc-listcolumn-1 .menu li {
  line-height: 56px;
  border-bottom: #e5e5e5 1px solid;
  font-size: 18px;
  padding-left: 20px;
  position: relative;
}
.uc-listcolumn-1 .menu li:after {
  content: "";
  width: 6px;
  border-radius: 100%;
  height: 6px;
  background-color: #0056b5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.uc-listcolumn-1 .menu li:last-child {
  border-bottom: none;
}
.uc-listcolumn-1 .menu .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uc-listcolumn-1 .menu .item.selected, .uc-listcolumn-1 .menu .item:hover {
  color: #0056b5;
}
.uc-listcolumn-1 .menu .uc-font {
  font-size: 14px;
}
.uc-listcolumn-1 .main-right {
  width: 1080px;
}
.uc-listcolumn-1 .list {
  background-color: #fff;
  padding: 10px 24px;
  margin-bottom: 10px;
}
.uc-listcolumn-1 .list li {
  background: url("images/home-icon-3-2.png") left center no-repeat;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 40px;
  border-bottom: #ccc 1px dashed;
}
.uc-listcolumn-1 .list li:last-child {
  border-bottom: none;
}
.uc-listcolumn-1 .list .con {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.uc-listcolumn-1 .list time {
  color: #999999;
}

/* |03|详情|displayinfo| */
.uc-displayinfo-1 {
  background-color: #f7f7f7;
}
.uc-displayinfo-1 .uc-content {
  position: relative;
  top: -30px;
}
.uc-displayinfo-1 article {
  background: #fff url("images/displayinfo-bg.png") center top no-repeat;
  background-size: 100% auto;
  padding: 30px 0;
}
.uc-displayinfo-1 h1 {
  font-size: 26px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 5px;
}
.uc-displayinfo-1 .info {
  text-align: center;
  color: #999999;
  line-height: 1.5em;
  border-bottom: #e5e5e5 1px solid;
  padding-bottom: 15px;
}
.uc-displayinfo-1 .info span {
  margin: 0 1em;
}
.uc-displayinfo-1 .box {
  font-size: 14px;
  line-height: 28px;
  text-align: justify;
  padding: 30px 20px;
}
.uc-displayinfo-1 .box img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
}
.uc-displayinfo-1 .prev-next {
  margin-top: 10px;
  background-color: #fff;
  padding: 15px 20px;
  line-height: 24px;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uc-displayinfo-1 .prev-next .item {
  max-width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.uc-displayinfo-1 .prev-next .uc-font {
  color: #0056b5;
  font-weight: bold;
}
#zoomOut{float:left}
#zoomIn{float:left}
