@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 {
  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 {
  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] {
  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 {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  -webkit-text-size-adjust: none;
}

body {
  font-size: 14px;
  color: #333333;
  background: #ffffff;
  min-height: 100vh;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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(39, 107, 242, 0.6);
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(39, 107, 242, 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;
  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: #276BF2;
  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;
}

::-moz-selection {
  background: #276BF2;
  color: #fff;
}

::selection {
  background: #276BF2;
  color: #fff;
}

::-moz-selection {
  background: #276BF2;
  color: #fff;
}

.uc-content {
  width: 1300px;
  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-orange {
  color: #276BF2 !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%);
}

@font-face {
  font-family: "优设标题黑";
  src: url("../fonts/优设标题黑.woff2") format("woff2"), url("../fonts/优设标题黑.woff") format("woff"), url("../fonts/优设标题黑.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AlimamaShuHeiTi-Bold";
  src: url("../fonts/AlimamaShuHeiTi-Bold.woff2") format("woff2"), url("../fonts/AlimamaShuHeiTi-Bold.woff") format("woff"), url("../fonts/AlimamaShuHeiTi-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.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;
  box-sizing: border-box !important;
  width: 100%;
}

.uc-phColor {
  color: #999;
}

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

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

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

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

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

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

.uc-btn {
  cursor: pointer;
  outline: none;
  transition: all 0.3s linear;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 30px;
  border-radius: 5px;
  padding: 0 10px;
}
.uc-btn img {
  margin-right: 10px;
}
.uc-btn:hover {
  opacity: 0.8;
}
.uc-btn.linear {
  background: linear-gradient(to right, #276BF2 0%, #63B4F2 100%);
  color: #fff;
}
.uc-btn.orange {
  background-color: #276BF2;
  border: #276BF2 1px solid;
  color: #fff;
}
.uc-btn.orange-linear {
  background: linear-gradient(to right, rgba(39, 107, 242, 0.7) 0%, #276BF2 100%);
  color: #fff;
}
.uc-btn.orange-plain {
  color: #276BF2;
  border: #276BF2 1px solid;
}
.uc-btn.orange-plain:hover {
  opacity: 1;
  background-color: #276BF2;
  color: #fff;
}
.uc-btn.gray {
  background-color: #999999;
  border: #999999 1px solid;
  color: #fff;
}
.uc-btn.gray-linear {
  background: linear-gradient(to right, rgba(153, 153, 153, 0.7) 0%, #999999 100%);
  color: #fff;
}
.uc-btn.gray-plain {
  color: #999999;
  border: #999999 1px solid;
}
.uc-btn.gray-plain:hover {
  opacity: 1;
  background-color: #999999;
  color: #fff;
}

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

/* ---------------------------------------------------------------------- 通用样式  -------------------------------------------------------------------- */
footer {
  background-color: #283546;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
}
footer a {
  color: rgba(255, 255, 255, 0.6);
}
footer a:hover {
  color: #fff;
}
footer .ft1 {
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
footer .part {
  margin-left: 20px;
}
footer .part:first-child {
  margin-left: 0;
}
footer .part h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 36px;
}
footer .part .e2 {
  margin-right: 2em;
}
footer .part1 {
  width: 250px;
}
footer .part2 {
  width: 140px;
}
footer .part3 {
  width: 510px;
}
footer .part4 {
  flex: 1;
  min-width: 0;
}
footer .code-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  text-align: center;
}
footer .code-box img {
  display: block;
  margin-bottom: 5px;
}
footer .code-box .item {
  width: 100px;
  margin-right: 34px;
}
footer .ft2 {
  padding: 30px 0;
  text-align: center;
  border-top: rgba(255, 255, 255, 0.2) 1px solid;
}

.g-fixedSideOperate {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 888;
  right: 20px;
  width: 94px;
}
.g-fixedSideOperate .list {
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.15);
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 16px;
}
.g-fixedSideOperate .list li {
  position: relative;
  margin-top: 1px;
}
.g-fixedSideOperate .list li:after {
  content: "";
  width: 36px;
  height: 1px;
  background-color: rgba(31, 37, 77, 0.1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.g-fixedSideOperate .list li:first-child {
  margin-top: 0;
}
.g-fixedSideOperate .list li:first-child:after {
  display: none;
}
.g-fixedSideOperate .list li:hover .item {
  color: #fff;
}
.g-fixedSideOperate .list li:hover .box {
  display: block;
}
.g-fixedSideOperate .list .item {
  width: 94px;
  height: 94px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: rgba(31, 37, 77, 0.8);
  transition: all 0.3s linear;
  cursor: pointer;
}
.g-fixedSideOperate .list .item:hover {
  background-color: #276BF2;
  color: #333333;
}
.g-fixedSideOperate .list img {
  display: block;
  margin: 0 auto 5px;
}
.g-fixedSideOperate .box {
  display: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
.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 {
  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: 165px;
  border-radius: 5px;
  height: 165px;
}
.g-fixedSideOperate .box-code img {
  width: 165px;
  border-radius: 5px;
  height: 165px;
  overflow: hidden;
  display: block;
}
.g-fixedSideOperate .g-goTop {
  width: 52px;
  border-radius: 100%;
  height: 52px;
  border: #eeeeee 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: #eeeeee;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
}
.g-fixedSideOperate .g-goTop:hover {
  background-color: #276BF2;
  color: #fff;
}

body {
  padding-top: 66px;
}

header {
  background-color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 888;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
header .uc-content {
  height: 66px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  display: flex;
}
header .logo img {
  display: block;
  width: 210px;
}
header .logo .llogo {
  flex: 1;
}
header .logo .lname {
  font-size: 16px;
  color: #63B4F2;
  background: linear-gradient(to bottom, #276BF2 0%, #63B4F2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  padding: 10px 0 0 8px;
}
header .menu, header .menu .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header .menu img {
  width: 16px;
  height: 16px;
  display: block;
}
header .menu .i2 {
  display: none;
}
header .menu li {
  margin-right: 14px;
}
header .menu li i{
  padding-left: 3px;
  font-weight: bold;
}
header .menu li i:hover{
  color: #276BF2;
}
header .menu li:last-child {
  margin-right: 0;
}
header .menu li.on, header .menu li:hover {
  color: #276BF2;
}
header .menu li.on .i1, header .menu li:hover .i1 {
  display: none;
}
header .menu li.on .i2, header .menu li:hover .i2 {
  display: block;
}
header .menu .item {
  color: #495071;
  font-size: 18px;
}
.onc{
  color: #276BF2;
}

.g-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.g-filter .item {
  flex: 1;
  min-width: 0;
  border-radius: 10px;
  line-height: 50px;
  border: #276BF2 1px solid;
  color: #276BF2;
  font-size: 18px;
  margin-left: 10px;
  text-align: center;
  max-width: 200px;
  transition: all 0.3s linear;
}
.g-filter .item:first-child {
  margin-left: 0;
}
.g-filter .item.on, .g-filter .item:hover {
  background: linear-gradient(to bottom, #276BF2 0%, #63B4F2 100%);
  border-color: transparent;
  color: #fff;
}
.g-filter.fixed {
  position: fixed;
  z-index: 888;
  left: 0;
  width: 100vw;
  top: 0;
}

.g-filterBD .tab-con {
  display: none;
}
.g-filterBD .tab-con:first-child {
  display: block;
}




.main_body_in {
  display: none;
}

.g-title {
  text-align: center;
  margin-bottom: 50px;
  font-size: 34px;
}
.g-title b {
  color: #63B4F2;
  background: linear-gradient(to bottom, #276BF2 0%, #63B4F2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "AlimamaShuHeiTi-Bold";
  font-weight: normal !important;
}

.g-filter-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
.g-filter-top .items {
  flex: 1;
  min-width: 0;
  border-radius: 10px;
  line-height: 50px;
  color: #696969;
  font-size: 18px;
  margin-right: 30px;
  text-align: center;
  max-width: 150px;
  transition: all 0.3s linear;
  background: url(../images/tab_bg1.png) no-repeat center center;
  background-size: cover;
}
.g-filter-top .items.on, .g-filter-top .items:hover {
  color: #fff;
  background: url(../images/tab_bg2.png) no-repeat center center;
  background-size: cover;
}

.main_body_in{
  min-height: 200px;
  border: 1px solid #ddd;
  width: 1350px;
  margin: 0 auto;
  box-shadow: 1px 1px 3px #cdcdcd;
}
/* --------------------------------------------------------------------- 搜索----*/
.sc_container {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 30px 0 0 110px;
  margin: 20px auto 0 auto;
  width: 95%;
  box-shadow: 1px 1px 2px #e3e3e3;
}
.sc_form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.sc_form-label {
  width: 100px;
  line-height: 50px;
  font-size: 18px;
  color: #7c7c7c;
}
.sc_form-input {
  height: 50px;
  width: 280px;
  border: 1px solid #b3c6e7;
  border-radius: 5px;
  padding: 0 10px;
  margin-right: 55px;
  margin-bottom: 10px;
  font-size: 18px;
 }
 .sc_button {
  padding: 8px 30px;
  border-radius: 8px;
  cursor: pointer;
  margin-left: 10px;
  height: 50px;
}
.sc_query-button {
  background-color: #007bff;
  color: white;
}

/* --------------------------------------------------------------------- 各页面样式  ------------------------------------------------------------------- */
.uc-home-1 {
  position: relative;
  height: 550px;
}
.uc-home-1 .swiper-slide {
  position: relative;
  height: 550px;
}
.uc-home-1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.uc-home-1 .title-box {
  position: absolute;
  top: 40%;
  /* transform: translateY(-50%); */
  left: 50%;
  margin-left: -630px;
  margin-top: -100px;
  width: 590px;
  height: 215px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 50px;
}
.uc-home-1 .title-box .name {
  font-size: 60px;
  color: #63B4F2;
  background: linear-gradient(to bottom, #276BF2 0%, #63B4F2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.uc-home-1 .title-box .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
}
.uc-home-1 .title-box .btm .uc-btn {
  width: 160px;
  border-radius: 60px;
  height: 50px;
  background: linear-gradient(to bottom, #276BF2 0%, #63B4F2 100%);
  font-size: 18px;
  color: #fff;
}
.uc-home-1 .box {
  width: 385px;
  border-radius: 30px;
  border: #276BF2 1px solid;
  background-color: #fff;
  position: absolute;
  top: 50%;
  /* transform: translateY(-50%); */
  right: 50%;
  margin-right: -630px;
  margin-top: -210px;
  z-index: 210;
  overflow: hidden;
  padding: 30px 45px 10px 45px;
  box-shadow: 0px 12px 24px 0px rgb(73 80 113 / 20%);
}
.uc-home-1 .box h3 {
  font-size: 26px;
  font-family: "优设标题黑";
  font-weight: normal !important;
  text-align: center;
  margin-bottom: 20px;
  color: #425C8A;
  background: linear-gradient(to bottom, #132140 0%, #425C8A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.uc-home-1 .form li {
  margin-bottom: 15px;
}
.uc-home-1 .form .txt {
  color: #132140;
  margin-bottom: 5px;
}
.uc-home-1 .form .con {
  background-color: #F2F2F2;
  border-radius: 5px;
  position: relative;
}
.uc-home-1 .form .uc-input {
  height: 36px;
  background-color: transparent;
  border: none;
}
.uc-home-1 .form .btn-eye {
  width: 24px;
  height: 24px;
  background: url("images/eye.png") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  z-index: 9;
}
.uc-home-1 .form .btn-eye.on {
  background-image: url("images/eye-on.png");
}
.uc-home-1 .form .btn-code {
  width: 133px;
  border-radius: 0 5px 5px 0;
  height: 36px;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.uc-home-1 .form .btn-code img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.uc-home-1 .form .btn-code img {
  display: block;
}
.uc-home-1 .operate {
  padding: 10px 0 15px;
}
.uc-home-1 .operate .uc-btn {
  height: 44px;
  background: linear-gradient(to bottom, #3A95FF 0%, #1C5CFF 100%);
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
}
.uc-home-1 .other {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-home-1 .other .btn {
  color: #276BF2;
}

.uc-home-1 .op1{
  text-align: center;
  padding-top: 15px;
  line-height: 150%;
  color: #276BF2;
}

.uc-home-2 {
  padding-top: 40px;
  padding-bottom: 60px;
  background: url("images/home-bg-2.png") center bottom no-repeat;
  background-size: 100% auto;
}
.uc-home-2 .list {
  border-radius: 40px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, white 100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.uc-home-2 .list li {
  width: 280px;
  position: relative;
  top: 0;
  transition: all 0.3s linear;
}
.uc-home-2 .list li:hover {
  top: -10px;
}
.uc-home-2 .list .item {
  border-radius: 10px;
  display: block;
  box-shadow: 0 3px 6px 0 rgb(123 134 171 / 15%);
  padding: 25px 30px 20px;
}
.uc-home-2 .list .hd {
  font-size: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}
.uc-home-2 .list .hd img {
  display: block;
  margin-right: 16px;
}
.uc-home-2 .list .bd img {
  display: block;
  width: 100%;
}
.uc-home-2 .list .txt {
  font-weight: bold;
  font-size: 22px;
}
.uc-home-2 .list .btm {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}

.uc-home-4 {
  background: url("images/home-bg-4.png") center center no-repeat;
  background-size: cover;
  padding: 50px 0 1px;
  overflow: hidden;
  min-height: 500px;
}
.uc-home-4 .g-title {
  margin-bottom: 30px;
}
.uc-home-4 .g-filter {
  margin-bottom: 70px;
}
.uc-home-4 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.uc-home-4 .card {
  width: 410px;
  border-radius: 10px;
  background-color: #fff;
  padding: 50px 30px 20px;
  margin-right: 31px;
  margin-bottom: 50px;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  top: 0;
  transition: all 0.3s linear;
}
.uc-home-4 .card:hover {
  top: -10px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}
.uc-home-4 .card:nth-child(3n) {
  margin-right: 0;
}
.uc-home-4 .card .title {
  width: 328px;
  height: 83px;
  background: url("images/home-title-4-1.png") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
  line-height: 76px;
  color: #fff;
  text-align: center;
  font-size: 26px;
}
.uc-home-4 .card .bd {
  font-size: 20px;
  line-height: 28px;
  color: #2A354E;
  text-align: justify;
  height: 54px;
  overflow: hidden;
  margin-bottom: 14px;
  margin-top: 16px;
  font-weight: bold;
}
.uc-home-4 .card .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 10px;
}
.uc-home-4 .card .tags .uc-tag {
  line-height: 33px;
  border-radius: 5px;
  border: #FF5733 1px solid;
  color: #FF5733;
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 80px;
  text-align: center;
}
.uc-home-4 .card .tags .uc-tag:last-child {
  margin-right: 0;
}
.uc-home-4 .card .line {
  height: 1px;
  border-top: rgba(0, 0, 0, 0.1) 1px dashed;
}
.uc-home-4 .card .code {
  font-size: 18px;
  color: #A6A6A6;
  line-height: 24px;
}
.uc-home-4 .card .hd {
  font-size: 18px;
}
.uc-home-4 .card .hd li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  padding: 10px 0;
  line-height: 20px;
}
.uc-home-4 .card .hd .txt {
  width: 50%;
  color: #A6A6A6;
}
.uc-home-4 .card .hd .con {
  flex: 1;
  min-width: 0;
}
.uc-home-4 .card .money {
  color: #D43030;
  background: linear-gradient(to right, #F06E6E 0%, #D43030 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.uc-home-4 .card .btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 0 15px;
}
.uc-home-4 .card .uc-btn {
  width: 245px;
  border-radius: 50px;
  height: 50px;
  background: linear-gradient(to bottom, #276BF2 0%, #63B4F2 100%);
  color: #fff;
  font-size: 18px;
}

.uc-home-5 {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  background: url("images/home-bg-5.png") center center no-repeat;
  background-size: 100% auto;
}
.uc-home-5 .g-title {
  margin-bottom: 30px;
}
.uc-home-5 .tab-con {
  display: none;
}
.uc-home-5 .tab-con:first-child {
  display: block;
}
.uc-home-5 .box {
  padding: 45px 20px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.uc-home-5 .main-left {
  width: 290px;
  margin-right: 60px;
}
.uc-home-5 .filter li {
  line-height: 78px;
  border-radius: 20px;
  background-color: rgba(204, 204, 204, 0.2);
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  color: #C2BCBC;
  cursor: pointer;
  transition: all 0.3s linear;
}
.uc-home-5 .filter li:hover, .uc-home-5 .filter li.on {
  background: linear-gradient(to bottom, #276BF2 0%, #63B4F2 100%);
  color: #fff;
}
.uc-home-5 .filter li:last-child {
  margin-bottom: 0;
}
.uc-home-5 .main-right {
  flex: 1;
  min-width: 0;
}
.uc-home-5 .choose {
  margin-bottom: 46px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
}
.uc-home-5 .choose .txt {
  margin-right: 30px;
}
.uc-home-5 .choose .item {
  line-height: 32px;
  border-radius: 4px;
  padding: 0 10px;
  border: #FF5733 1px solid;
  margin-right: 10px;
  color: #FF5733;
  font-size: 16px;
  cursor: pointer;
}
.uc-home-5 .choose .item.on, .uc-home-5 .choose .item:hover {
  background-color: #FF5733;
  color: #fff;
}
.uc-home-5 .legend {
  font-size: 18px;
  margin-bottom: 30px;
}
.uc-home-5 .legend, .uc-home-5 .legend .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.uc-home-5 .legend .dot {
  width: 22px;
  border-radius: 3px;
  height: 22px;
  margin-right: 10px;
}
.uc-home-5 .legend .item {
  margin: 0 35px;
}
.uc-home-5 .chart-box > img {
  display: block;
}
.uc-home-5 .tab-con2 {
  display: none;
}
.uc-home-5 .tab-con2:first-child {
  display: block;
}
.uc-home-5 .g-filterBD {
  margin-bottom: 60px;
}
.uc-home-5 .box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  padding-top: 20px;
}
.uc-home-5 .box2:after {
  content: "";
  width: 1px;
  height: 160px;
  background-color: #eeeeee;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.uc-home-5 .box2 .part {
  width: 45%;
}
.uc-home-5 .title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.uc-home-5 .title .name {
  width: 170px;
  border-radius: 10px;
  height: 50px;
  background: linear-gradient(to bottom, #276BF2 0%, #63B4F2 100%);
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
}
.uc-home-5 .list2 li {
  margin-bottom: 20px;
}
.uc-home-5 .list2 li:last-child {
  margin-bottom: 0;
}
.uc-home-5 .list2 .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  color: #9295A3;
  font-size: 18px;
}
.uc-home-5 .list2 .item:hover {
  color: #276BF2;
}
.uc-home-5 .list2 .con {
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;
}



/***************************************************************/
.uc-new-home-1 {
  position: relative;
  height: 350px;
  background: url("../images/new_banner.png") center center no-repeat;
}
.uc-new-home-2 {
  position: relative;
  height: 350px;
  background: url("../images/project_banner.png") center center no-repeat;
}
.uc-new-title{
  margin: 0 auto;
  padding-top: 114px;
  width: 800px;
  height: 99px;
  font-weight: normal;
  font-size: 72px;
  color: #FFFFFF;
  line-height: 99px;
  text-shadow: 0px 2px 4px rgba(0,0,0,0.5);
  text-align:center;
  font-style: normal;
  text-transform: none;
}
.prr40{
  padding-right: 180px;
}

.clearfix {
  zoom: 1;
}
.fr {
  float: right;
}
.tanx {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.tanx-m {
  min-width: 1px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

  /* 融资类型标签样式 */
  .g-filter .items {
  flex: 1;
  min-width: 0;
  border-radius: 10px;
  line-height: 55px;
  border: #276BF2 1px solid;
  color: #276BF2;
  font-size: 18px;
  margin-left: 10px;
  text-align: center;
  max-width: 200px;
  transition: all 0.3s linear;
  background-color: #e5f3fd;
  }
  .g-filter .items.on, .g-filter .items:hover {
    background: linear-gradient(to bottom, #276BF2 0%, #63B4F2 100%);
    border-color: transparent;
    color: #fff;
  }
  .g-filter .items:first-child {
    margin-left: 0;
  }
   .a_uc-home-4{
    padding: 50px 0 1px;
    overflow: hidden;
   }
   .a_financing-type {
    display: flex;
    margin-bottom: 20px;
  }

  .a_financing-type-item {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-right: 10px;
    cursor: pointer;
  }

  .a_financing-type-item.active {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
  }

  /* 融资项目列表样式 */
  .a_project-list {
    width: 100%;
    min-height: 500px;
  }

  .a_project-header {
    display: flex;
    height: 65px;
    background: #dce8ff;
    border-radius: 8px;
  }

  .a_project-header-item {
    flex: 1;
    font-weight: bold;
    font-size: 18px;
    color: #2A354E;
    text-align:center;
    font-style: normal;
    text-transform: none;
    padding-top: 20px;
  }

  .a_project-header-title {
    font-weight: bold;
    font-size: 18px;
    color: #2A354E;
    text-transform: none;
    padding: 20px 0 0 30px;
    flex: 0 0 310px;
    text-align: left;
  }

  .a_project-item {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #ccc; /* 可选：添加底部边框来分隔行 */
    font-size: 16px;
  }

  .a_project-item-title {
    flex: 0 0 310px;
    text-align: left;
    line-height: 26px;
    padding-left: 20px;
  }

  .a_project-item-biaoq{
    width: 58px;
    border-radius: 4px;
    border: 1px solid #8cbdef;
    color: #4696e7;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
  }

  .a_project-item-detail {
    flex: 1;
    display: grid;
    place-items: center;
  }

  .a_red{
    color: #FF5733;
    font-weight: bold;
  }

  .a_project-item-btn {
    color: #007bff;
    cursor: pointer;
    font-weight: bold;
  }

.pagination-container{
  text-align: center;
}
.pagination {
    display: inline-block;
    margin: 20px 0;
}

.pagination a {
    color: #333;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border: 1px solid #ddd;
    margin: 0 4px;
    border-radius: 4px;
}

.pagination a.active {
    background-color: #4c7aaf;
    color: white;
    border: 1px solid #4c7aaf;
}

.pagination a:hover:not(.active):not(.disabled) {
    background-color: #ddd;
}

.pagination a.disabled {
    color: #aaa;
    cursor: not-allowed;
    border-color: #ddd;
}

.pagination span {
    float: left;
    padding: 8px 16px;
    color: #666;
}
/*******************************项目列表********************************/
.ny_top{height: 320px;}
.ny_ban_txt{left: 0;top: 0;}
.ny_ban_txt .w14{display: flex;height: 100%;align-items: center;padding-bottom: 72px;color: #fff;text-shadow:1px 1px 0px rgba(20,107,236,.5), -1px -1px 0px rgba(20,107,236,.5), 1px 1px 0px rgba(20,107,236,.5), -1px -1px 0px rgba(20,107,236,.5);}
.ny_ban_txt h1{display: inline-block;font-size: .46rem;}
.ny_ban_txt span{font-size: .42rem;margin-left: .2rem;}
.ny_bimg{height:320px;overflow:hidden;}
.ny_bimg .nBan_pic{width: 100%;height:100%;-webkit-animation: scaleBigToSmall 4s;animation: scaleBigToSmall 4s;}
.ny_cn{min-height:3rem;padding:30px 0 50px;-webkit-animation: fadeInUp 1.5s;animation: fadeInUp 1.5s;}
.main_body{min-height: 200px;/*border: 1px solid #e7e7e7;*/border: 1px solid #ddd;padding:20px 26px;width: 1250px;
  margin: 0 auto;}
.project_menu{padding:0 28px 20px;background: #f3f8fe;border-radius: 4px;border: 1px solid #9db4d3;margin-top: 30px;}
.header_menu{border-bottom: 1px solid #e7e7e7;height: 52px;}
.hd_menu_left a{font-size: 24px;position: relative;margin-left: 30px;padding-bottom: 20px;display: inline-block;}
.hd_menu_left a:before{content: '';position: absolute;width: 1px;height:22px;background: #999;left:-16px;top:7px;}
.hd_menu_left a:first-child{margin-left: 0;}
.hd_menu_left a:first-child:before{display: none;}
.hd_menu_left a:after{content: '';position: absolute;width:0;height: 3px;background: #1673fe;left: 0;bottom: -2px;right: 0;margin: auto;}
.hd_menu_left a.active,
.hd_menu_left a:hover{font-weight: bold;color: #333;} 
.hd_menu_left a:hover:after,
.hd_menu_left a.active:after{width: 42px;} 
.head_page{padding-top: 3px;}
.head_page a{display: inline-block;padding-right: 20px;position: relative;font-size: 18px;color: #666;}
.head_page a:after{content: '/';position: absolute;color: #999;right: 5px;top: 0;bottom: 0;margin: auto;}
.head_page a:last-child{padding-right: 0;}
.head_page a:last-child:after{display: none;}
.head_page a:hover,
.head_page a:last-child{color:#1673FE;}
.head_page a span{margin-right: 5px;}
.project_type{margin-top: 20px;}
.project_type ul li{padding:6px 0;}
.project_type ul li .type_title{width: 110px;line-height: 42px;}
.project_type ul li .type_nav_lis .nav_menu a{display: inline-block;line-height: 42px;padding: 0 17px;border:1px solid #dde4ef;border-radius: 6px;margin:0 2px 4px;/*background: #e1edfd;*/position: relative;overflow: hidden;color: #043578;}
.project_type ul li .type_nav_lis .nav_menu a.active,
.project_type ul li .type_nav_lis .nav_menu a:hover{background: #1673fe;color: #fff;}

.project_type ul li .type_nav_lis .nav_menu a::after{content: '';height: 50px;width: 15px;background: #fff;position: absolute;
top: -5px;transform: skewX(-45deg);right: 118%;opacity: .25;}
.project_type ul li .type_nav_lis .nav_menu a:hover::after{right: -44%;transition: right .56s ease}
.next-nav-wrap{border-top: 1px solid #cedbee;margin-top: 15px;padding-top: 20px;}
.In-all{color: #676767;}
.In-all span{color: #1673FE;margin: 0 5px;}
.sort_lis ul li{display: inline-block;position: relative;margin-left: 20px;}
.sort_lis ul li.price_sort .price{position: absolute; background: #fff;border-radius: 10px;left:-34px;top: 30px;right: 0;margin: auto;width: 123px;box-shadow: 0 0 6px #aaa;max-height: 0;overflow: hidden;text-align: center;} 
.sort_lis ul li.price_sort .price a{display: block;width: 100%;line-height:30px;font-size: 16px;color: #333 !important;}
.sort_lis ul li.price_sort:hover .price{max-height: 300px;overflow: auto;} 
.sort_lis ul li.price_sort:hover a{color:#1673FE;}
.sort_lis ul li.price_sort .price a:hover{color:#1673FE !important;}
.sort_lis ul li a.active{color:#1673FE !important;}

.second_level{padding: 20px;background:#fff;border-radius: 6px;}
.second_level a{font-size: 16px;margin: 5px 20px 5px 0;color: #666;display: inline-block;}
.second_level a:hover,
.second_level a.on{color: #1673fe;}
/*.nav_menu{white-space: nowrap;overflow: auto;}*/


.ny_project .sub_head{border-top: none;background: #e9eef2;border-radius: 6px;margin-top: 30px;}
.ny_project .sub_body{border-top: none;}
.ny_project .sub_body ul li:nth-child(odd) {background:none;}
.ny_project .sub_body ul li{border-bottom: 1px solid #e9edee;}
.ny_project .sub_body ul li a{/*line-height: 80px;*/padding: .1rem 0;}
.ny_project .sub_body ul li a:hover{color: #1673FE;}
.ny_project .sub_body ul li a span.baoming{color: #1673FE;}
.ny_project .sub_body ul li a span.yupilou{color:#D61212;}
.ny_project .sub_body ul li a span.the-end{color:#A8A8A8;}
.ny_project .sub_body ul li a span.price-ing{color:#02CF2B;}
.ny_project .sub_body ul li a span.over{color: #A8A8A8;}
.ny_project .sub_body ul li a span.conclude{color:#FF5300;}

.pages{text-align: center;line-height: 32px;color: #8f8f8f;margin:70px 0 30px;}
.pages a{display: inline-block;padding: 0 15px;border: 1px solid #dfdfdf;color: #8f8f8f;margin: 0 2px;border-radius: 4px;}
.pages .page_ipt{width: 54px;height: 34px; border: 1px solid #dfdfdf;text-align: center;margin: 0 5px;border-radius: 4px;}
.pages a.page_active,
.pages a:hover,
.pages a.goTo:hover{background: #1673fe;border: 1px solid #1673fe;color: #fff;}
.pages a.goTo{background: #1673fe;color: #fff;}

.return_top{width: 40px;height: 40px;border-radius: 50%;position: fixed;bottom: 10%;right: 20px;text-align: center;display: flex;align-items: center;flex-direction: column;justify-content: center; background: #1673fe;z-index: 999;cursor: pointer;font-size: 12px;line-height: 13px;text-transform: uppercase;color: #fff;box-shadow: 0 0 5px #fff;}
.return_top span{font-size: 12px;}

/*******************************企业服务********************************/
.ny_service{margin:50px 0 100px;}
.ny_service ul{margin: 0 -10px;}
.ny_service ul li{width: 14.28%;float: left;height:3.2rem;padding: 0 10px;background: transparent;margin-bottom: 20px;}
.ny_service ul li a{overflow: hidden;}
.ny_service ul li a .ny_service_pic:after{content: '';position: absolute;width: 100%;height: 100%;left: 0;top: 0;right: 0;bottom: 0;background-image: -webkit-linear-gradient(top,transparent 0,#1673fe 100%);
background-image: -o-linear-gradient(top,transparent 0,#1673fe 100%);
background-image: linear-gradient(to bottom,transparent 0,#1673fe 100%);}
.ny_service ul li a .service_txt{left: 0;bottom: 0;right: 0;text-align: center;padding: .4rem .2rem;}
.ny_service ul li a .service_txt i{width: 42px;height: 42px;display: inline-block;align-items: center;justify-content: center;}
.ny_service ul li a .service_txt i img{max-width: 100%;}
.ny_service ul li a .service_txt h1{font-size: 18px;font-weight: bold;color: #fff;margin-top: 25px;}
.ny_service ul li:nth-child(even) a{transform: translate(0,40px);}
.ny_service ul li a:hover .ny_service_pic{transform: scale(1.05);}
.ny_service ul li a:hover{box-shadow: 0 0 15px #aaa;}
.ny_service ul li a:hover .service_txt i{transform: rotateY(360deg);}

.ny_service_lis ul li{height: 2.88rem;margin-bottom: .3rem;}
.ny_service_lis ul li a{border:4px solid #e8edf1;padding:.25rem;}
.ny_service_lis ul li .service_lis_pic,
.detail_service_item ul li .detail_service_pic{width:32%;height: 100%;overflow: hidden;}
.ny_service_lis ul li .service_lis_txt{height: 100%;padding-right: .3rem;}
.ny_service_lis ul li .service_lis_txt h1{font-size: .3rem;font-weight: bold;}
.ny_service_lis ul li .service_lis_txt .address{margin-top:.2rem;color: #043578;}
.ny_service_lis ul li .service_lis_txt p{font-size: 16px;line-height:.3rem;color: #737373;margin-top: .2rem;-webkit-line-clamp:2;}
.ny_service_lis ul li .service_lis_txt .service_more{display: inline-block;line-height:.38rem;padding:0 .2rem;border: 1px solid #043578;border-radius: 6px;color: #043578;margin-top:.2rem;overflow: hidden;font-size: 16px;}
.ny_service_lis ul li:hover .service_lis_pic .service_lis_img,
.detail_service_item ul li:hover .detail_service_pic .detail_service_img{transform: scale(1.05);}
.ny_service_lis ul li:hover a{border:4px solid #1673fe;}
.ny_service_lis ul li:hover .service_lis_txt h1{color: #1673fe;}
.ny_service_lis ul li:hover .service_lis_txt .service_more{background: #1673fe;color: #fff;border: 1px solid #1673fe;}
.ny_service_lis ul li .service_lis_txt .service_more:after{
 content: ''; position: absolute;left: -100%;top: 0;width: 100%;height: 100%;transform: skewx(-25deg);
z-index: 2;background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
}
.ny_service_lis ul li:hover .service_lis_txt .service_more:after{left: 100%; transition: 1s;}
.ny_service_lis ul li .service_lis_pic .service_lis_img,
.ny_service_lis ul li .service_lis_txt,
.product_show ul li .p_show_pic img,
.ny_news ul li a .ny_new_pic img{transition: ease .3s;-webkit-transition: ease .3s;-moz-transition: ease .3s;-o-transition: ease .3s;-ms-transition: ease .3s;}
.ny_service_lis ul li .service_lis_pic .service_lis_img img{width:100%;height:100%;object-fit:contain;}

.detail_service_item ul li{height:3.5rem;}
.detail_service_item ul li .tanx{border:4px solid #e8edf1;}
.detail_service_item ul li .detail_service_pic .detail_service_img{padding:.25rem;}
.detail_service_item ul li .detail_service_pic .detail_service_img img{width:100%;height:100%;object-fit:contain;}
.detail_service_item ul li .detail_service_txt{height: 100%;padding:.25rem .25rem .25rem .3rem;background: #f8f9fa;} 
.detail_service_item ul li .detail_service_txt h1{padding-bottom: .3rem;border-bottom: 1px solid #dfe5ed;font-size:.3rem;}
.detail_service_item ul li .d_service_pTxs{margin-top: .2rem;}
.detail_service_item ul li .d_service_pTxs p{padding: .06rem 0;font-size: 16px;}
.detail_service_item ul li .d_service_pTxs p span{color: #7c7c7c;}
.service_detail_title{padding-bottom: .2rem;border-bottom: 1px solid #e5eaf1;}
.service_detail_title h1{display: inline-block; position: relative;padding-right: .3rem;font-size: .26rem;font-weight: bold;color: #043578;line-height: .4rem;}
.service_detail_title h1:after{content: '》';position: absolute;font-size: 20px;right: 0;top: 0;bottom: 0;margin: auto;font-family: monospace;}
.service_detail_con{font-size: 18px;line-height: .34rem;padding: .3rem 0;}
.product_show ul li{padding: .1rem 0;display: flex;margin-bottom:.2rem;}
.product_show ul li .p_show_pic{width:20%;overflow: hidden;}
.product_show ul li .p_show_txt{width: 75%;overflow: hidden;}
.product_show ul li .p_show_pic img{width: 100%;}
.product_show ul li .p_show_txt{padding:0 .3rem;}
.p_show_txt h1{font-size: 24px;color: #043578;margin-bottom: .3rem;}
.p_show_txt p{font-size: 16px;line-height: 36px;text-align: left !important;}
.product_show ul li:nth-child(odd) .p_show_pic,
.product_show ul li:nth-child(even) .p_show_txt{float: left;}
.product_show ul li:nth-child(odd) .p_show_txt,
.product_show ul li:nth-child(even) .p_show_pic{float: right;}
.product_show ul li:hover .p_show_pic img{transform: scale(1.05);}


/*********************************资讯动态*********************************/
.ny_news{margin-top: 30px;}
.ny_news ul li{padding:.25rem;border-bottom: 1px solid #E8EDF1;}
.ny_news ul li a{width: 100%;height: 100%;align-items: center;}
.ny_news ul li a .ny_new_pic{width:3.14rem;height:2rem;overflow: hidden;margin-left: .4rem;}
.ny_news ul li a .ny_new_text h1{font-size:22px;padding-bottom: 15px;font-weight: bold;}
.ny_news ul li a .ny_new_text p{line-height: 30px;color: #a4a4a4;margin-top:40px;font-size: 16px;}
.ny_news ul li a .ny_new_text .ny_new_time{color: #043578;}
.ny_news ul li a .ny_new_pic img{width: 100%;height: 100%;object-fit: contain;}
.ny_news ul li:hover{transform: translate(0,-2px);background: #fff;box-shadow: 0 0 15px #ddd;}
.ny_news ul li:hover a .ny_new_pic img{transform: scale(1.02);}
.ny_news ul li{transition: ease .3s;-webkit-transition: ease .3s;-moz-transition: ease .3s;-o-transition: ease .3s;-ms-transition: ease .3s;}
.ny_news ul li:hover a .ny_new_text h1{color: #1673FE;}
.ny_news ul li:hover{background: #F3F8FF;}


/*********************************政策法规*********************************/
.text_lis ul li a{padding: 25px 0; width: 100%;height: 100%;display: block;border-bottom: 1px solid #dddddd;}
.text_lis ul li a .tanx{align-items: center;}
.text_lis ul li a .date{width:118px;background: #E6F0FF;text-align: center;margin-right: 30px;border-radius: 6px;overflow: hidden;}
.text_lis ul li a .date h1{font-size: 40px;font-weight: bold;line-height:68px;}
.text_lis ul li a .date span{font-size: 20px;color: #777;display: block;width: 100%;background: #C5E2FF;line-height: 43px;}
.text_lis ul li a .text_box h2{font-size: 22px;font-weight: bold;position: relative;}
.text_lis ul li a .text_box p{line-height: 32px;color: #777;margin-top: 20px;}
.text_lis ul li:hover a .date{background: #1673fe;color: #fff;}
.text_lis ul li:hover a .date span{color: #fff;}
.text_lis ul li a .date,
.text_lis ul li a,
.other_text_lis ul li a,
.other_text_lis ul li,
.company_abt .abt_pic img,
.quali_pic img,
.quali_lis ul li,
.quali_lis ul li a,
.trad_type_lis ul li .type_con,
.trad_type_lis ul li .type_con .type_pic,
.trad_fixed a{transition: ease .3s;-webkit-transition: ease .3s;-moz-transition: ease .3s;-o-transition: ease .3s;-ms-transition: ease .3s;}

.text_lis ul li a:hover{box-shadow: 0 0 15px #ddd;transform: translate(0,-1px);padding:25px 20px;}
.project_top{margin-bottom: 20px;}


/*********************************通知公告*********************************/
.other_text_lis ul li{padding:0 20px;border-bottom: 1px solid #E8EDF1;}
.other_text_lis ul li a{width: 100%;display: block;padding:25px 0 25px 25px;position: relative;font-size: 18px;}
.other_text_lis ul li a em{margin-right: .1rem;}
.other_text_lis ul li a h2{font-size: 18px;}
.other_text_lis ul li a span{margin-left: .3rem;}
.other_text_lis ul li a:before,
.other_text_lis ul li a:after{content: '';position: absolute;left: 0;top: 0;bottom: 0;margin: auto;border-radius: 50%;}
.other_text_lis ul li a:before{width: 6px;height: 6px;background: #1673fe;left: 2px;z-index: 2;}
.other_text_lis ul li a:after{width: 10px;height:10px;background: #d0e3ff;}
.other_text_lis ul li:hover{background: #f3f8fe;box-shadow: 0 0 15px #ddd;}
.other_text_lis ul li:hover a{color: #1673fe;}

/*********************************通知公告详情*********************************/
.detail_title{padding: 30px 0;text-align: center;}
.detail_title h1{font-size: 28px;font-weight: bold;color: #043578;}
.detail_title p{padding: 10px 0;background: #F8F9FA;margin-top: 30px;color: #7D7D7D;font-size: 18px;}
.detail_title p i{margin-right: 5px;font-size: 18px;}
.detail_title p i.iconyanjing{margin-left: 15px;}
.detail_page{padding: 30px 0;margin-top: 50px;border-top: 1px solid #E8EDF1;}
.detail_page a{width: 48%;line-height: 40px; font-size: 18px;color: #7D7D7D;}
.detail_page a h1{font-size: 18px;}
.detail_page a.fr{text-align: right;}
.detail_page a:hover h1{color: #1673fe;}
.fl {
  float: left;
}
.fr {
  float: right;
}

/*********************************联系我们*********************************/
.contact_top{border-bottom: 1px solid #E8EDF1;}
.contact_top_title{margin-bottom: 20px;}
.contact_top_title h1{font-size: .36rem;color: #043578;}
.contact_top_title p{font-size: 18px;color: #CACACA;}
.contact_top_left{padding:0 40px 40px 0;border-right: 1px solid #E8EDF1;}
.contact_lis ul li,
.method_lis ul li p{font-size: 20px;padding: 16px 0;}
.vxin_lis{width: 120px;margin-left: 30px;}
.vxin_lis ul li{margin-bottom: 20px;text-align: center;}
.vxin_lis ul li .vxin_img{border: 1px solid #E6E6E6;padding: 5px;}
.vxin_lis ul li .vxin_img img{width: 100%;}
.vxin_lis ul li p{font-size: 16px;margin-top: 5px;} 
.message{width: 4rem;margin-left: 40px;}
.message_lis{margin-top: 30px;font-size: 18px;}
.message_lis ul li{margin-bottom:12px;}
.message_lis ul li .mes_ipt{width: 100%; height:46px;border: 1px solid #CACACA;font-size: 18px;padding: 0 20px;outline: none;font-family: 'Helvetica Neue", Helvetica, Arial, sans-serif';border-radius: 6px;}
.message_lis ul li .textarea{height: 108px;width: 100%;border: 1px solid #CACACA;font-size: 18px;padding: 20px;font-family: 'Helvetica Neue", Helvetica, Arial, sans-serif';outline: none;resize: none;} 
.message_btn{width:100%;line-height: 46px;background: #1673fe;font-size: 18px;color: #fff;text-align: center;display: block; margin:20px auto 0;cursor: pointer;transition: ease .3s;border-radius:6px;}
.message_btn:hover{background: #ffa800;}
.method_lis ul li{width: 50%;float: left;}
.map{margin-top: 30px;}
.map img{max-width: 100%;}
.mess_seek .message{width:98%;margin: .5rem auto;}
.mess_seek .message_btn{width: 50%;}
.add_message ul li.type{font-size: 20px;margin-bottom: 25px;}
.add_message ul li.type label{margin-right: 20px;}
.add_message ul li.type label input{margin-right: 8px;}
.add_msg_img{margin-left: .2rem;}
.yzm{width: 150px;height:46px;display: inline-block;margin-left: .2rem;}
.yzm img{width: 100%;height: 100%;}
.m_width{max-width: 300px;}


/*********************************关于我们*********************************/
.about_us_title{padding: .3rem 0;}
.about_us_title h1{font-size: .48rem;display: inline-block;}
.about_us_title span{font-weight: bold;color: #1673FE;font-size: 42px;margin-left: 10px;}
.company_abt .company_txt{font-size: 18px;line-height: 34px;text-indent: 2em;}
.company_abt .abt_pic{width: 50%;margin:-70px 0 0 30px;overflow: hidden;}
.company_abt .abt_pic img,
.quali_pic img{max-width: 100%;}
.company_abt .abt_pic:hover img,
.quali_pic:hover img{transform: scale(1.05);}
.quali_pic{width: 40%;overflow: hidden;border-radius: 20px;margin-right:50px;}
.quali_lis ul li{padding: 0 0 0 40px;position: relative;margin-bottom:14px;}
.quali_lis ul li a{display: block;padding: 15px 20px;border-radius: 10px;font-size: .24rem;font-weight: bold;color: #fff;background: #76c1e6;}
.quali_lis ul li:before{content: '';position: absolute;height: 1px;border-left:20px solid #76c1e6;border-top: 15px solid transparent;border-bottom: 15px solid transparent;left: 0;top: 0;bottom: 0;margin: auto;}
.quali_lis ul li:nth-child(even) a{background: #ffc266;}
.quali_lis ul li:nth-child(even):before{border-left:20px solid #ffc266;}
.quali_lis ul li:hover{transform: translate(0,-3px);}
.quali_lis ul li:hover a{box-shadow: 0 0 10px #999;}
.adv_text{display:none;}
.adv_pic img{max-width: 100%;}
.trading{padding: 30px;background: #f3f8fe;margin-top: .8rem;}
.trad_title{padding-left: 30px;font-size: .4rem;position: relative;}
.trad_title:before{content: '';position: absolute;width: 14px;height: 14px;background: #1673fe;border-radius: 50%;left: 0;top: 0;bottom: 0;margin: auto;}
.trading_lis{border-radius: 10px;margin-top: .3rem;overflow: hidden;}
.trading_lis ul li{font-size: .24rem;color: #fff;background: #005be2;}
.trading_lis ul li span{display: inline-block;width: 2.2rem;text-align: center;margin-right: .2rem;}
.trading_lis ul li .tanx{align-items: center;}
.trading_lis ul li .tanx-m{padding:.2rem;border-left: 2px solid #fff;}
.trading_lis ul li:nth-child(even){background: #8cb6f2;}
.trad_type_lis ul{margin:0 -15px;}
.trad_type_lis ul li{width: 50%;height: 144px;float: left;padding: 0 15px;margin-bottom: 30px;}
.trad_type_lis ul li .type_con{border-radius: 10px;overflow:hidden;cursor: pointer;}
.trad_type_lis ul li .type_con .type_txt{color: #fff;width:3rem;height: 102%;display: flex;align-items: center;padding-left: 9%;z-index: 5;}
.trad_type_lis ul li .type_con .type_txt h1{position: relative;z-index: 2;font-size: .32rem;}
.trad_type_lis
 ul li .type_con .type_txt:after{content: '';position: absolute;width:100%;height: 100%;transform: skewX(-24deg);left: -40px;top: 0;bottom: 0;margin: auto;}
.trad_type_lis ul li:nth-child(1) .type_con .type_txt:after{background: #3f88f7;}
.trad_type_lis ul li:nth-child(2) .type_con .type_txt:after{background: #8cb6f2;}
.trad_type_lis ul li:nth-child(3) .type_con .type_txt:after{background: #08c7c2;}
.trad_type_lis ul li:nth-child(4) .type_con .type_txt:after{background: #7041cd;}
.trad_type_lis ul li .type_con:hover{box-shadow:0 0 15px #aaa;}
.trad_type_lis ul li .type_con:hover .type_pic{transform: scale(1.05);}

.trad_fixed{position: fixed;top:48%;left: 4%;width: 50px;z-index: 88;}
.trad_fixed a{width:1.2rem;height: 50px;border-radius:8px;font-size: 16px;color: #fff;display: inline-block;text-align: center;line-height: 50px;margin: 10px 0;}
.trad_fixed a.buy{background: #004dc0;} 
.trad_fixed a.sell{background: #4776bb;} 
.trad_fixed a:hover{box-shadow: 0 0 15px #999;}

.more{
  font-size: 18px;
}
.more a{
  color: #448ef2;
}