@charset "UTF-8";
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
html {
  font-family: "Source Han Sans CN", "Microsoft Yahei", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
body {
  margin: 0;
  font-size: 12px;
  line-height: 2;
  color: #333;
  background-color: #fff;
  caret-color: transparent;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
  *display: inline;
  *zoom: 1;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
  text-decoration: none;
  color: #08c;
}
a:active,
a:hover {
  outline: 0;
}
a:hover {
  color: #006699;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  /* 3 */
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea:focus,
input:focus {
  outline: none;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="text"] {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  padding: 0;
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
  overflow: auto;
  resize: vertical;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
html,
button,
input,
select,
textarea {
  font-family: "Source Han Sans CN", "Microsoft Yahei", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none outside none;
}
h1,
h2,
h3 {
  line-height: 2;
  font-weight: normal;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 15.6px;
}
h3 {
  font-size: 14.04px;
}
h4 {
  font-size: 12px;
}
h5,
h6 {
  font-size: 10.2px;
  text-transform: uppercase;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
html {
  overflow: hidden;
  overflow-y: scroll;
}
button,
input,
textarea,
select {
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
  max-width: 100%;
}
.clear {
  clear: both;
}
.f-cb {
  zoom: 1;
}
.f-cb:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.pof {
  position: fixed;
}
.poa-f {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ovh {
  overflow: hidden;
}
.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.dn {
  display: none;
}
.w-f {
  width: 100%;
}
.h-f {
  height: 100%;
}
.loader {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  border-right: 2px solid rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: spinner 700ms infinite linear;
  z-index: 0;
}
.loader.white {
  border-top: 2px solid rgba(255, 255, 255, 0.08);
  border-right: 2px solid rgba(255, 255, 255, 0.08);
  border-bottom: 2px solid rgba(255, 255, 255, 0.08);
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*手机上a链接有黑色透明底怎么去掉
给a加这个样式*/
a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
select,
input {
  outline: none;
}
/*ie 去掉自带关闭*/
input::-ms-clear {
  display: none;
}
/*网站单位设置*/
@media only screen and (min-width: 360px) {
  html {
    font-size: 26px !important;
  }
}
@media only screen and (min-width: 435px) {
  html {
    font-size: 30px !important;
  }
}
/*@media only screen and(min-width: 500px) {
  html {
    font-size: 36px!important
  }
}*/
@media (min-width: 769px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1024px) {
  html {
    font-size: 28px !important;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
::-moz-selection {
  background: #004b93;
  color: #fff;
}
::selection {
  background: #004b93;
  color: #fff;
}
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
  background: #000;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: #000;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background: #000;
}
/*==常用颜色==*/
.colf {
  color: #fff;
}
.col0 {
  color: #000;
}
.col1 {
  color: #111;
}
.col2 {
  color: #222;
}
.col3 {
  color: #333;
}
.col4 {
  color: #444;
}
.col5 {
  color: #555;
}
.col6 {
  color: #666;
}
.col7 {
  color: #666;
}
.col8 {
  color: #666;
}
.col9 {
  color: #999;
}
/*弹性盒样式*/
.f-no {
  display: flex;
  flex-flow: row wrap;
}
.f-no-b-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.f-no-b-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.f-no-b-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}
.f-no-c-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.f-no-c-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}
.f-no-c-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}
.f-no-s-center {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}
.f-no-s-end {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.f-no-s-stretch {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.f-no-end-start {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
.f-no-col {
  display: flex;
  flex-flow: column wrap;
}
.f-no-col-b-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}
.f-no-col-c-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
.f-no-col-s-center {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}
.f-no-col-s-end {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.f-no-col-c-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}
.f-no-col-c-end {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-end;
}
.f-no-col-b-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.f-no-col-end-start {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
/*响应隐藏样式*/
.pc-block {
  display: block;
}
.pc-block-768 {
  display: block;
}
.pc-block-767 {
  display: block;
}
.m-block {
  display: none;
}
.m-block-767 {
  display: none;
}
.m-block-768 {
  display: none;
}
@media (max-width: 1024px) {
  .pc-block {
    display: none;
  }
  .m-block {
    display: block;
  }
}
@media (max-width: 768px) {
  .pc-block-768 {
    display: none;
  }
  .m-block-768 {
    display: block;
  }
}
@media (max-width: 767px) {
  ::-webkit-scrollbar {
    height: 0 !important;
    width: 0 !important;
    opacity: 0 !important;
  }
  .pc-block-767 {
    display: none;
  }
  .m-block-767 {
    display: block;
  }
}
/*常用样式类名*/
.poa-middle {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.tran-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.text-hide {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.pointer {
  cursor: pointer;
}
.bgtop {
  background-position: top;
}
.containbg {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.w1620 {
  margin: 0 auto;
  width: 90%;
}
.w1640 {
  margin: 0 auto;
  width: 90%;
}
.w1600 {
  margin: 0 auto;
  width: 89%;
}
.w1520 {
  margin: 0 auto;
  width: 89%;
}
.w1140 {
  max-width: 1140px;
  margin: 0 auto;
  width: 89%;
}
.w1000 {
  margin: 0 auto;
  width: 89%;
}
.w460 {
  max-width: 13rem;
  width: 89vw;
  text-align: justify;
}
.w1160 {
  width: 89%;
  max-width: 1220px;
  margin: auto;
}
.w1400 {
  width: 1400px;
  max-width: 89%;
  margin: auto;
}
.w1440 {
  width: 89%;
  margin: auto;
}
.w940 {
  max-width: 800px;
  width: 89vw;
}
.w940,
.w92,
.w1120,
.w1170,
.w1200,
.w1270,
.w1400,
.w1740,
.w1640 {
  width: 89%;
  margin-left: auto;
  margin-right: auto;
}
.hoverBg {
  position: relative;
  cursor: pointer;
}
.hoverBg:before {
  content: "";
  display: block;
  width: 88px;
  height: 100%;
  background: #BBE0F3;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.hoverBg .left0 {
  z-index: 2;
  position: relative;
  flex: 0 0 88px;
  text-align: center;
}
.hoverBg .right0 {
  flex: 0 0 calc(100% - 88px);
  width: calc(100% - 88px);
  background: #f5f5f5;
}
.hoverBg:hover:before {
  opacity: 1;
}
.hoverBg:hover .right0 {
  background: #DFF2FC;
}
.border1 {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.borderBot1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.lin10 {
  line-height: 1;
}
.lin1 {
  line-height: 1.1;
}
.lin2 {
  line-height: 1.2;
}
.lin3 {
  line-height: 1.3;
}
.lin4 {
  line-height: 1.4;
}
.lin5 {
  line-height: 1.5;
}
.lin6 {
  line-height: 1.6;
}
.lin7 {
  line-height: 1.7;
}
.lin8 {
  line-height: 1.8;
}
.lin9 {
  line-height: 1.9;
}
.lin20 {
  line-height: 2;
}
.lin21 {
  line-height: 2.1;
}
.lin22 {
  line-height: 2.2;
}
.lin23 {
  line-height: 2.3;
}
.lin24 {
  line-height: 2.4;
}
.c0 {
  color: #000;
}
.c0e {
  color: #0e0e0e;
}
.c0f {
  color: #0f0f0f;
}
.c01 {
  color: #010101;
}
.c3 {
  color: #333;
}
.c6 {
  color: #666;
}
.c8 {
  color: #888;
}
.cf {
  color: #fff;
}
.cc {
  color: #ccc;
}
.f84 {
  font-size: 2.1rem;
}
.f64 {
  font-size: 1.6rem;
}
.f61 {
  font-size: 1.5rem;
}
.f56 {
  font-size: 1.4rem;
}
.f54 {
  font-size: 1.35rem;
}
.f52 {
  font-size: 1.3rem;
}
.f50 {
  font-size: 1.25rem;
}
.f48 {
  font-size: 1.2rem;
}
.f46 {
  font-size: 1.15rem;
}
.f44 {
  font-size: 1.1rem;
}
.f42 {
  font-size: 1.05rem;
}
.f40 {
  font-size: 1rem;
}
.f38 {
  font-size: 0.95rem;
}
.f36 {
  font-size: 0.9rem;
}
.f34 {
  font-size: 0.85rem;
}
.f32 {
  font-size: 0.8rem;
}
.f30 {
  font-size: 0.75rem;
}
.f28 {
  font-size: 0.7rem;
}
.f26 {
  font-size: 0.65rem;
}
.f24 {
  font-size: 0.6rem;
}
.f22 {
  font-size: 0.55rem;
}
.f21 {
  font-size: 0.525rem;
}
.f20 {
  font-size: 0.5rem;
}
.f18 {
  font-size: 0.45rem;
}
.f17 {
  font-size: 0.425rem;
}
.f16 {
  font-size: 0.4rem;
}
.f15 {
  font-size: 0.375rem;
}
.f14 {
  font-size: 0.35rem;
}
.f13 {
  font-size: 0.325rem;
}
.f12 {
  font-size: 12px;
}
.fB {
  font-weight: bold;
}
.z1 {
  z-index: 1;
}
.z2 {
  z-index: 2;
}
.z3 {
  z-index: 3;
}
.z4 {
  z-index: 4;
}
.z5 {
  z-index: 5;
}
.z7 {
  z-index: 7;
}
.z8 {
  z-index: 8;
}
.z9 {
  z-index: 9;
}
.z10 {
  z-index: 10;
}
.mb10 {
  margin-bottom: 10px;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 0.5rem;
}
.cursor {
  cursor: pointer;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.poa50 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.poa100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bgImg0 {
  height: 100%;
  width: 100%;
}
.wh100 {
  height: 100vh;
  width: 100vw;
}
.poa100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
html {
  font-family: "Source Han Sans CN", "Microsoft Yahei", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
body {
  margin: 0;
  font-size: 12px;
  line-height: 2;
  color: #333;
  background-color: #fff;
}
img {
  display: block;
  max-width: 100%;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.pof {
  position: fixed;
}
.poa100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ovh {
  overflow: hidden;
}
a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}
/*网站单位设置*/
@media only screen and (min-width: 360px) {
  html,
  body {
    font-size: 26px !important;
  }
}
@media only screen and (min-width: 435px) {
  html,
  body {
    font-size: 30px !important;
  }
}
@media (min-width: 769px) {
  html,
  body {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1024px) {
  html,
  body {
    font-size: 28px !important;
  }
}
@media only screen and (min-width: 1200px) {
  html,
  body {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1440px) {
  html,
  body {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 1680px) {
  html,
  body {
    font-size: 40px !important;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.Arial {
  font-family: "Arial";
}
.bgff {
  background: #fff;
}
.bgf8 {
  background: #f8f8f8;
}
.nowrap {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.omit1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.omit2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bgImg0 {
  height: 100%;
  width: 100%;
}
.wh100 {
  height: 100vh;
  width: 100vw;
}
.poa100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.delay1 {
  transition-delay: 0.1s;
}
.delay2 {
  transition-delay: 0.2s;
}
.delay3 {
  transition-delay: 0.3s;
}
.delay4 {
  transition-delay: 0.4s;
}
.delay5 {
  transition-delay: 0.5s;
}
.delay6 {
  transition-delay: 0.6s;
}
.delay7 {
  transition-delay: 0.7s;
}
.delay8 {
  transition-delay: 0.8s;
}
.delay9 {
  transition-delay: 0.9s;
}
.delay10 {
  transition-delay: 1s;
}
.delay11 {
  transition-delay: 1.1s;
}
.delay12 {
  transition-delay: 1.2s;
}
.delay13 {
  transition-delay: 1.3s;
}
.delay14 {
  transition-delay: 1.4s;
}
.delay15 {
  transition-delay: 1.5s;
}
.delay16 {
  transition-delay: 1.6s;
}
.delay17 {
  transition-delay: 1.7s;
}
.delay18 {
  transition-delay: 1.8s;
}
.delay19 {
  transition-delay: 1.9s;
}
.delay20 {
  transition-delay: 2s;
}
.canHover .imgWrap {
  overflow: hidden;
}
.canHover .imgWrap .img100,
.canHover .imgWrap .imgauto {
  transition: all 0.5s ease;
}
.canHover:hover .imgWrap .img100,
.canHover:hover .imgWrap .imgauto {
  transform: scale3D(1.05, 1.05, 1.05);
}
.td6 {
  transition-duration: 0.6s;
}
.jsM,
.jsM2,
.jsM3 {
  opacity: 0;
  transform: translateY(30px);
  transition-property: transform opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease;
}
.svg1 {
  overflow: hidden;
  -webkit-clip-path: circle(2.1% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
  transition: all 1.5s cubic-bezier(0, 0.35, 0.14, 1.1) 0.5s;
}
.svg1.animate {
  -webkit-clip-path: circle(70.7% at 50% 50%);
  clip-path: circle(70.7% at 50% 50%);
}
.svg1.animate2 {
  -webkit-clip-path: circle(100% at 50% 50%);
  clip-path: circle(100% at 50% 50%);
  transition: all 1s cubic-bezier(0, 0.35, 0.14, 1.1) 0;
}
.jsM.animate,
.jsM2.animate2,
.jsM3.animate3 {
  opacity: 1;
  transform: translate(0, 0);
}
.colorO {
  color: #ffaa00;
}
.mainTColor {
  color: #234DD5;
}
.mainBgColor {
  color: #234DD5;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.flex.between,
.flex .between {
  justify-content: space-between;
}
.flex.center,
.flex .center {
  justify-content: center;
}
.flex.start,
.flex .start {
  justify-content: flex-start;
}
.flex.end,
.flex .end {
  justify-content: flex-end;
}
.flex.vcFlex,
.flex .vcFlex {
  align-items: center;
}
.flex.alignStart,
.flex .alignStart {
  align-items: flex-start;
}
.flex.alignStretch,
.flex .alignStretch {
  align-items: stretch;
}
.flex.alignEnd,
.flex .alignEnd {
  align-items: flex-end;
}
.flex.noflexWrap {
  flex-wrap: nowrap;
}
.defaultLogo {
  margin: 0 auto;
  width: 94%;
  margin: auto;
}
.incHeader {
  position: absolute;
  z-index: 8;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  padding-top: 1.5rem;
  overflow: visible;
}
.incHeader .hLogo {
  cursor: pointer;
  opacity: 0;
  transition-duration: 0.3s;
}
.incHeader.wHeader .wLogo {
  opacity: 1;
}
.incHeader.gHeader .gLogo {
  opacity: 1;
}
.incHeader.bgf {
  transition-duration: 0.3s;
}
.incHeader.cur .d6 {
  transition-delay: 0.6s;
}
.incHeader.cur .d8 {
  transition-delay: 0.8s;
}
.incHeader.cur .d10 {
  transition-delay: 1s;
}
.incHeader.cur .d12 {
  transition-delay: 1.2s;
}
.incHeader.cur .d14 {
  transition-delay: 1.4s;
}
.incHeader.cur .d16 {
  transition-delay: 1.6s;
}
.incHeader.cur .hNavBg {
  width: 100vw;
}
.incHeader.cur .navWrap {
  visibility: visible;
}
.incHeader.cur .navItem,
.incHeader.cur .langWrap {
  transition-duration: 0.5s;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.incHeader.cur .navBlueBg {
  -webkit-clip-path: circle(130% at 0% 15%);
  clip-path: circle(130% at 0% 15%);
}
.incHeader.cur .close {
  visibility: visible;
  opacity: 1;
}
.incHeader.cur .defaultLogo .logo {
  opacity: 0;
}
.incHeader .navBlueBg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background: #1649dd;
  -webkit-clip-path: circle(0% at 0% 0%);
  clip-path: circle(0% at 0% 0%);
  transition: all 1s;
}
.incHeader .hNavBg {
  display: block;
  position: fixed;
  width: 0;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 8;
}
.incHeader .hLogoBg {
  display: block;
  position: fixed;
  width: 0;
  height: calc(20px + 64px);
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #ffffff;
  box-shadow: 0 0 12px #ccc;
}
.incHeader .close {
  visibility: hidden;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  transition-duration: 0.3s;
  background: url(../img/closew.png) no-repeat left center;
  background-size: 100%;
}
.incHeader .closeImg:hover {
  transform: rotateZ(90deg);
}
.incHeader .logo {
  z-index: 2;
}
.incHeader .navLogo {
  flex: 0 0 auto;
  z-index: 10;
  width: 100%;
  padding-bottom: 4.5vh;
  margin: 4.5vh auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.incHeader .navLogo .img100 {
  display: block;
  width: 180px;
  margin: auto;
}
.incHeader .logo,
.incHeader .navLogo {
  position: relative;
  cursor: pointer;
}
.incHeader .logo {
  width: 180px;
  height: 64px;
}
.incHeader .hLogo {
  opacity: 0;
}
.incHeader .langWrap {
  flex: 0 0 auto;
  padding: 4vh 0 8vh;
  z-index: 10;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  transition-duration: 0.3s;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.incHeader .langA {
  display: inline-block;
  color: rgba(255, 255, 255, 0.2);
  transition-duration: 0.3s;
}
.incHeader .langA:first-child {
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 20px;
  padding-left: 30px;
  background: url(../img/wEarth.png) no-repeat left center;
  background-size: 14px 14px;
}
.incHeader .langA.cur,
.incHeader .langA:hover {
  color: #fff;
}
.incHeader .navWrap {
  visibility: hidden;
  position: fixed;
  z-index: 9;
  left: 0;
  top: 0;
  height: 100vh;
  width: 20vw;
  max-width: 500px;
  overflow: hidden;
  border-bottom-right-radius: 5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.incHeader .iWrap {
  flex: 1 1 auto;
  padding: 4vh 0 6vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.incHeader .navItem {
  position: relative;
  z-index: 10;
  font-size: 0.7rem;
  line-height: 1.2;
  transition-duration: 0.1s;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.incHeader .navA {
  position: relative;
  z-index: 10;
  display: inline-block;
  color: #fff;
  margin: auto;
}
.incHeader .navA::before {
  position: absolute;
  display: block;
  content: "";
  left: -22px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background: url(../img/yCir.png) no-repeat center center;
  background-size: 100% 100%;
  transition: all 0.3s;
  opacity: 0;
}
.incHeader .navA.cur,
.incHeader .navA:hover {
  color: #DD9414;
  font-weight: bold;
}
.incHeader .navA.cur::before,
.incHeader .navA:hover::before {
  opacity: 1;
  left: -30px;
}
.welPage1 {
  background-color: #000;
}
.welPage1 #video1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 2;
  background-color: #000;
}
.welSwiper {
  width: 100vw;
}
.welPage {
  overflow: hidden;
  width: 100vw !important;
}
.welPage .pcBg {
  display: block;
}
.welPage .mBg {
  display: none;
}
@media (max-width: 1200px) {
  .welPage .pcBg {
    display: none;
  }
  .welPage .mBg {
    display: block;
  }
}
.welHd01 {
  text-align: center;
  position: absolute;
  right: 4vw;
  bottom: 10vw !important;
  width: 100px;
  z-index: 5;
}
.welHd01 .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  margin: auto 8px;
  position: relative;
  border-radius: 50% !important;
  opacity: 0.15 !important;
  outline: none;
  cursor: pointer;
}
.welHd01 .swiper-pagination-bullet:after {
  content: "";
  display: block;
  height: 100%;
  background: #1f4cd3;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.welHd01 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 4px;
  opacity: 1 !important;
}
.welHd01 .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 100%;
  transition-duration: 5s;
}
.more1 {
  display: block;
  font-size: 16px;
  line-height: 50px;
  width: 180px;
  height: 50px;
  border: 1px solid #234DD5;
  transition-duration: 0.3s;
  position: relative;
}
.more1.bMore {
  color: #333;
  border-color: #234DD5;
}
.more1.bMore .s0:after {
  background: url(../img/bMore.png) no-repeat center center;
}
.more1.wMore {
  color: #fff;
  border-color: #234DD5;
  border-color: rgba(255, 255, 255, 0.2);
}
.more1.wMore .s0:after {
  background: url(../img/wMore.png) no-repeat center center;
}
.more1 .s0 {
  display: inline-block;
  margin-left: 1.1rem;
  transition: all 0.3s;
  position: relative;
}
.more1 .s0:after {
  display: inline-block;
  content: '';
  width: 24px;
  height: 8px;
  background: url(../img/bMore.png) no-repeat center center;
  background-size: auto;
  transition: all 0.3s;
  position: absolute;
  left: 120%;
  top: 50%;
  margin-top: -4px;
}
#particles-js {
  z-index: 2;
}
.welPage2 .fp-overflow,
.welPage4 .fp-overflow {
  padding-top: calc(1.5rem + 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.welPage2 {
  position: relative;
  z-index: 2;
}
.welPage2 .bgWrap {
  z-index: 2;
}
.welPage2 .f48 {
  font-weight: bold;
  line-height: 1.4;
}
.welPage2 .w1520 {
  z-index: 3;
  position: relative;
}
.welPage2 #particles-js {
  position: absolute;
  width: 56vw;
  height: 80vh;
  right: 8vw;
  top: 10vh;
  border-radius: 50%;
  overflow: hidden;
}
.welPage2 .f30::after {
  content: "";
  width: 30px;
  height: 6px;
  background: #CC8200;
  display: block;
  margin-top: 20px;
}
.welPage2 .f48 {
  margin: 5vh auto 8vh;
}
.welPage2 .f16 {
  margin-bottom: 14vh;
}
.welPage2 .contents {
  height: auto;
}
.welPage3 {
  position: relative;
  padding-top: 28vh;
}
.welPage3 .tabSwiper {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  line-height: 1;
}
.welPage3 .tabSlide {
  position: relative;
  color: #fff;
  flex: 0 0 20%;
  cursor: pointer;
  text-align: center;
  transition-duration: 0.3s;
  background: rgba(255, 255, 255, 0.1);
  padding: 14px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.welPage3 .tabSlide .f14 {
  margin-bottom: 10px;
}
.welPage3 .tabSlide:first-child {
  border-left: none;
}
.welPage3 .tabSlide::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 10px solid #234DD5;
  border-color: #234DD5 transparent transparent transparent;
  opacity: 0;
  bottom: 0;
  left: calc(50% - 10px);
  transition-duration: 0.3s;
}
.welPage3 .tabSlide.swiper-slide-active,
.welPage3 .tabSlide.cur {
  background: #234DD5;
}
.welPage3 .tabSlide.swiper-slide-active .f14,
.welPage3 .tabSlide.cur .f14 {
  color: #fff;
}
.welPage3 .tabSlide.swiper-slide-active::after,
.welPage3 .tabSlide.cur::after {
  bottom: -20px;
  opacity: 1;
}
.welPage3 .tabSlide .f14 {
  color: #fff;
}
.welPage3 .pcBg,
.welPage3 .mBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.welPage3 .f38 {
  color: #FFAD1E;
  font-weight: bold;
  margin: 0.8rem 0 20vh;
  line-height: 1.7;
}
.welPage3 .fIco {
  line-height: 26px;
  padding-left: 40px;
  background-size: 26px !important;
}
.welPage3 .boxSwiper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 2;
}
.welPage3 .boxSlide {
  padding-top: 46vh;
}
.welPage3 .boxSlide .txts {
  position: relative;
  z-index: 3;
}
.welPage3 .boxSlide .jsM2 {
  transition-duration: 0;
}
.welPage3 .boxSlide .delay2,
.welPage3 .boxSlide .delay4,
.welPage3 .boxSlide .delay6 {
  transition-delay: 0;
}
.welPage3 .boxSlide.swiper-slide-active .jsM2 {
  opacity: 1;
  transform: translate(0, 0);
  transition-duration: 0.6s;
}
.welPage3 .boxSlide.swiper-slide-active .delay2 {
  transition-delay: 0.2s;
}
.welPage3 .boxSlide.swiper-slide-active .delay4 {
  transition-delay: 0.4s;
}
.welPage3 .boxSlide.swiper-slide-active .delay6 {
  transition-delay: 0.6s;
}
.welPage3 .boxSlide .fB {
  color: #234DD5;
}
.welPage3 .boxSlide:first-child .fIco {
  background: url(../img/welPage3Ico1.png) no-repeat left center;
}
.welPage3 .boxSlide:nth-child(2) .fIco {
  background: url(../img/welPage3Ico2.png) no-repeat left center;
}
.welPage3 .boxSlide:nth-child(3) .fIco {
  background: url(../img/welPage3Ico3.png) no-repeat left center;
}
.welPage3 .boxSlide:nth-child(4) .fIco {
  background: url(../img/welPage3Ico4.png) no-repeat left center;
}
.welPage3 .boxSlide:nth-child(5) .fIco {
  background: url(../img/welPage3Ico5.png) no-repeat left center;
}
.welPage4 .f30 {
  white-space: nowrap;
}
.welPage4 {
  position: relative;
}
.welPage4 .more1.bMore {
  margin-bottom: 10vh;
}
.welPage4 .bgWrap {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.welPage4 .contents {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.welPage4 .modelTit {
  margin-top: 50px;
}
.welPage4 .leftTits {
  width: 180px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.welPage4 .newBox {
  width: calc(100% - 180px - 16vw);
  display: inline-flex;
  align-items: stretch;
  justify-content: space-between;
}
.welPage4 .newI1,
.welPage4 .rNews {
  width: calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
}
.welPage4 .dateWrap {
  flex: 0 0 28%;
  width: auto;
  text-align: center;
}
.welPage4 .slineWrap {
  display: inline-block;
  text-align: left;
  padding: 3px 0 1rem;
  border-bottom: 1px solid #ccc;
  font-family: "Source Han Sans CN", "Microsoft Yahei", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}
.welPage4 .cnWrap {
  flex: 1 1 72%;
}
.welPage4 .rNews {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.welPage4 .imgWrap {
  height: 6.5rem;
  overflow: hidden;
}
.welPage4 .tit {
  font-weight: bold;
}
.welPage4 .f30 {
  line-height: 1;
  font-weight: bold;
}
.welPage4 .newI {
  display: block;
  transition-duration: 0.3s;
  background-color: #fff;
  color: #999;
  box-shadow: 0 0 10px #ccc;
  padding: 0.75rem 0.75rem 1.2rem;
}
.welPage4 .newI .tit,
.welPage4 .newI .info {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.welPage4 .newI:hover {
  transform: translateY(-10px);
}
.welPage4 .newI:hover .f30,
.welPage4 .newI:hover .f16 {
  color: #234DD5;
}
.welPage4 .newI2 {
  flex: 0 0 calc(50% - 15px);
  width: 100%;
  height: calc(50% - 15px);
}
.welPage4 .txtWrap {
  display: flex;
  width: calc(100% - 1rem);
  flex-wrap: nowrap;
  padding-top: 0.75rem;
}
.welPage4 .modelTit::after {
  content: "";
  width: 30px;
  height: 6px;
  background: #CC8200;
  display: block;
  margin-top: 20px;
}
.welPage5 {
  height: auto !important;
}
.welPage2 .w1520,
.welPage3 .w1520,
.welPage4 .w1520 {
  width: calc(94vw - 126px);
}
.iBanner .w1600,
.padHeader .w1600 {
  width: calc(94vw - 126px);
}
.newsList1 .newH1 {
  font-size: 1rem;
  line-height: 1;
  color: #333;
  padding: 1.5rem 0 0.7rem;
}
.newsList1 .tit {
  color: #333;
  width: calc(100% - 150px);
  max-width: 25rem;
}
.newsList1 .time {
  color: #999;
  width: 120px;
  text-align: right;
}
.newsList1 .iBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 1.5rem;
  transition-duration: 0.3s;
  background-color: #fff;
  border-top: 1px solid #F0F0F0;
}
.newsList1 .newsItem {
  display: block;
}
.newsList1 .newsItem:last-child .iBox {
  border-top: 1px solid #F0F0F0;
}
.newsList1 .newsItem:hover .tit {
  color: #234DD5;
}
.newsList1 .newsItem:hover .iBox {
  border-color: #F3F5FC;
  background-color: #F3F5FC;
}
#pagination {
  padding: 2rem 0;
}
#pagination .paginationjs .paginationjs-pages {
  float: right;
  display: flex;
  justify-content: right;
  align-items: center;
}
#pagination .paginationjs .paginationjs-pages a {
  color: #333;
}
#pagination .paginationjs .paginationjs-pages .disabled {
  cursor: not-allowed;
}
#pagination .paginationjs .paginationjs-pages li {
  position: relative;
  border: none;
  margin: auto 8px;
  cursor: pointer;
  background-color: transparent;
}
#pagination .paginationjs .paginationjs-pages li:last-child {
  margin-right: 20px;
}
#pagination .paginationjs .paginationjs-pages li:first-child > a,
#pagination .paginationjs .paginationjs-pages li:last-child > a {
  font-size: 26px;
}
#pagination .paginationjs .paginationjs-pages li:hover:before,
#pagination .paginationjs .paginationjs-pages li.active:before {
  opacity: 1;
}
#pagination .paginationjs .paginationjs-pages li:hover a,
#pagination .paginationjs .paginationjs-pages li.active a {
  color: #fff;
}
#pagination .paginationjs .paginationjs-pages li:before {
  background-color: transparent;
  content: "";
  display: block;
  background: #DD9414;
  position: absolute;
  transform: rotateZ(45deg);
  border-radius: 4px;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  opacity: 0;
}
#pagination .paginationjs .paginationjs-pages a {
  position: relative;
  z-index: 2;
}
.newsInfo .titWrap {
  text-align: center;
}
.newsInfo .title {
  padding: 1rem 0 10px;
  font-size: 0.8rem;
  line-height: 1.6;
  color: #333;
  font-weight: bold;
}
.newsInfo .title.f56 {
  padding: 4.5rem 0 0;
  font-size: 1.4rem;
}
.newsInfo .timeWrap {
  font-size: 14px;
  color: #999;
}
.newsInfo .timeWrap .author {
  padding-bottom: 10px;
}
.newsInfo .dtWrap {
  padding: 1rem 0;
  margin: 1rem auto 6vh;
  border-top: 1px solid #E5E5E5;
  font-size: 16px;
  line-height: 2.2;
  color: #333;
  min-height: 200px;
  text-align: justify;
}
.newsInfo .dtWrap img {
  display: inline-block;
  max-width: 100%;
  height: auto !important;
}
.newsInfo .newsbot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0 1.5rem;
}
.newsInfo .newsbot .linkA {
  display: inline-block;
  flex: 0 0 auto;
  width: auto;
  max-width: 11rem;
  height: 32px;
  font-size: 0.5rem;
  line-height: 32px;
  color: #333;
  font-weight: bold;
  position: relative;
  padding-left: 46px;
}
.newsInfo .newsbot .linkA::before,
.newsInfo .newsbot .linkA::after {
  display: block;
  position: absolute;
}
.newsInfo .newsbot .linkA:before {
  content: "";
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background-color: #E5E5E5;
  border-radius: 50%;
}
.newsInfo .newsbot .linkA::after {
  color: #999;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  left: 0;
  bottom: 40px;
}
.newsInfo .newsbot .linkA:hover {
  color: #234DD5;
}
.newsInfo .newsbot .linkA:first-child::after {
  content: "点击查看上一篇";
}
.newsInfo .newsbot .linkA:first-child:before {
  background: #E5E5E5 url(../img/prev11.png) no-repeat center;
}
.newsInfo .newsbot .linkA:last-child::after {
  content: "点击查看下一篇";
}
.newsInfo .newsbot .linkA:last-child:before {
  background: #E5E5E5 url(../img/next11.png) no-repeat center;
}
.swiperBtns1 {
  width: 100%;
  left: 0;
  top: 48%;
  height: 1px;
  z-index: 3;
  position: absolute;
}
.swiperBtns1 .sBtn {
  z-index: 22;
  position: absolute;
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 50%;
  top: calc(50% - 1.2rem);
  cursor: pointer;
  transition-duration: 0.3s;
}
.swiperBtns1 .sBtn::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  display: block;
  content: "";
  transform: rotateZ(45deg);
  background-color: #D9DDEC;
  z-index: 21;
  transition-duration: 0.3s;
  cursor: pointer;
}
.swiperBtns1 .sBtn:hover::after {
  background-color: #C5D0F4;
}
.swiperBtns1 .ico {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 23;
  cursor: pointer;
  background-size: 58% !important;
}
.swiperBtns1 .prev0 {
  left: -2.6rem;
}
.swiperBtns1 .prev0 .ico {
  background: url(../img/wPrev.png) no-repeat center;
}
.swiperBtns1 .prev0:hover .ico {
  background: url(../img/bPrev.png) no-repeat center;
}
.swiperBtns1 .next0 {
  right: -2.6rem;
}
.swiperBtns1 .next0 .ico {
  background: url(../img/wNext.png) no-repeat center;
}
.swiperBtns1 .next0:hover .ico {
  background: url(../img/bNext.png) no-repeat center;
}
.iBanner {
  position: relative;
  height: calc(100vh - 120px);
  color: #fff;
  overflow: hidden;
}
.iBanner .bg {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50% !important;
  background-size: 100% auto !important;
}
.iBanner .pcBg {
  position: relative;
  z-index: 2;
}
.iBanner .bH1 {
  font-weight: bold;
  line-height: 1.6;
}
.iBanner .bH1.c0 {
  color: #fff;
}
.iBanner .js-m2 {
  transition-duration: 0.8s;
}
.iBanner .js-m2:first-child {
  transition-delay: 0.2s;
}
.iBanner .js-m2:nth-child(2) {
  transition-delay: 0.4s;
}
.iBanner .js-m2:nth-child(3) {
  transition-delay: 0.6s;
}
.iBanner .f18 {
  max-width: 515px;
  width: 100%;
}
.iBanner .f61 {
  line-height: 1.3;
}
.iBanner .numIte {
  padding-top: 8vh;
  margin-right: 8vh;
  display: inline-block;
}
.iBanner .topNum {
  font-size: 0.5rem;
}
.iBanner .subInfo {
  padding-left: 6px;
}
.iBanner .numIte .num {
  color: #CC8200;
  font-weight: bold;
  display: inline-block;
  padding-right: 5px;
  font-size: 1.05rem;
}
.boxLoading {
  width: 100vw;
  height: 100vh;
  z-index: 0;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000;
}
.boxLoading:before {
  content: '';
  width: 3rem;
  height: 5px;
  background: #fff;
  opacity: 0.7;
  position: absolute;
  top: calc(50% - 1.5rem);
  left: calc(50% - 1.5rem);
  border-radius: 50%;
  animation: loadShadow 0.5s linear infinite;
}
.boxLoading:after {
  content: '';
  width: 2rem;
  height: 2rem;
  background: #234DD5;
  animation: loadAni 0.5s linear infinite;
  position: absolute;
  top: calc(50% - 4rem);
  left: calc(50% - 1rem);
  border-radius: 3px;
}
@keyframes loadAni {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes loadShadow {
  0%,
  100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1);
  }
}
.footer {
  font-family: "Source Han Sans CN", "Microsoft Yahei", "Noto Sans S Chinese Light", "Microsoft Yahei", "Microsoft YaHei Light", "Pingfang sc regular", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  background: #F2F2FC;
  font-size: 14px;
  line-height: 1;
}
.footer .w1640 {
  width: calc(94vw - 126px);
}
.footer .fList1 {
  height: auto;
  line-height: 3.5rem;
  text-align: right;
  color: #fff;
  background: url(../img/footerBg.jpg) no-repeat left center;
  background-size: cover;
}
.footer .telTxt {
  line-height: 1;
  margin-bottom: 22px;
}
.footer .adItem {
  line-height: 1;
}
.footer .adItem:first-child {
  margin-bottom: 18px;
}
.footer .footerTop {
  padding: 1rem 0;
  align-items: flex-start;
}
.footer .botRight,
.footer .botRight,
.footer .navWrap,
.footer .langWrap {
  flex: 0 0 auto;
  align-items: center;
}
.footer .navWrap {
  align-items: center;
  margin-right: 4vw;
}
.footer .coryRight {
  margin-right: 20px;
}
.footer .nav-a {
  padding: 0 10px;
  height: 16px;
  line-height: 16px;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.footer .nav-a:last-child {
  border-right: none;
}
.footer .footerBot {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  line-height: 2.25rem;
  color: #666;
  font-size: 14px;
}
.footer .footerBot a {
  color: #666;
}
.footer .footerBot a:hover {
  color: #234DD5;
}
.footer .fLogo {
  width: 180px;
  height: auto;
}
.footer .topTel {
  flex: 0 0 auto;
  padding-right: 10vw;
}
.footer .telA {
  font-size: 30px;
  color: #CC8200;
  font-weight: bold;
}
.footer .num {
  text-align: center;
  font-size: 30px;
  line-height: 2;
}
.footer .adreesA {
  color: #333;
}
.footer .adreesA:hover {
  color: #234DD5;
}
.footer .langWrap {
  width: auto;
  line-height: 1;
}
.footer .langA {
  display: inline-block;
  width: auto;
}
.footer .langA:first-child {
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 45px;
  background: url(../img/bEarth.png) no-repeat 20px center;
  background-size: 14px 14px;
}
.footer .langA.cur,
.footer .langA:hover {
  color: #234DD5;
}
.breadWrap {
  padding-top: 60px;
  line-height: 1;
}
.breadWrap .breadA {
  font-size: 0.5rem;
  line-height: 2;
  color: #666;
  transition-duration: 0.3s;
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}
.breadWrap .breadA:hover {
  color: #234DD5;
}
.breadWrap .breadA:last-child {
  padding-right: 0;
  margin-right: 0;
}
.breadWrap .breadA:last-child::after {
  display: none;
}
.breadWrap .breadA::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 94%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  transform: translateY(-3px) rotate(45deg);
}
.breadWrap .breadA:hover {
  color: #234DD5;
}
.aboutH2 {
  font-size: 1.15rem;
  line-height: 1;
  color: #333;
  padding: 1.8rem 0 1.2rem;
}
@keyframes heartsAni {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(0.88);
  }
  75% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.aboutList1 .mapWrap {
  justify-content: space-between;
  margin: 0 auto;
}
.aboutList1 .mapImg {
  position: relative;
  width: 516px;
  overflow: hidden;
}
.aboutList1 .mapImg .poa100 {
  z-index: 2;
}
.aboutList1 .mapImg .shImg {
  transform-origin: 80% 40%;
}
.aboutList1 .mapImg .hzImg {
  transform-origin: 68% 58%;
}
.aboutList1 .mapImg .gyImg {
  transform-origin: 51% 49%;
}
.aboutList1 .mapImg .szImg {
  transform-origin: 55% 75%;
}
.aboutList1 .cityIte {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 50px;
  z-index: 3;
  background-color: #CC8200;
  font-size: 16px;
  animation: heartsAni 1500ms infinite linear;
}
.aboutList1 .cityIte.cityIte1 {
  left: 71%;
  top: 38%;
}
.aboutList1 .cityIte.cityIte2 {
  left: 64%;
  top: 45%;
}
.aboutList1 .cityIte.cityIte3 {
  left: 43.5%;
  top: 48.5%;
}
.aboutList1 .cityIte.cityIte4 {
  left: 52%;
  top: 56.5%;
}
.aboutList1 .mapTxt {
  width: 400px;
  line-height: 1.6;
}
.aboutList1 .txtI {
  padding-top: 20px;
  transition-duration: 0.3s;
}
.aboutList1 .txtI:first-child {
  padding-top: 1.1rem;
}
.aboutList1 .txtI.cur {
  transform: translateX(-20px);
}
.aboutList1 .txtI.cur .cityName,
.aboutList1 .txtI.cur .cityType {
  color: #234DD5;
}
.aboutList1 .mapBg {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
}
.aboutList1 .cityName {
  color: #333;
  font-weight: bold;
}
.aboutList1 .cityType {
  color: #666;
}
.aboutList2 {
  background: url(../img/aboutList2Bg.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 5rem;
}
.aboutList2 .box {
  position: relative;
  height: 500px;
  width: 100%;
  margin: 1.3rem auto;
  overflow: hidden;
}
.aboutList2 .wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}
.aboutList2 .honorImg {
  display: block;
  float: left;
  cursor: pointer;
  width: 348px;
  height: 482px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 8px;
  transition: transform 1s ease-in-out;
}
.aboutList2 .honorImg.last {
  visibility: hidden;
}
.aboutList2 .showText {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  padding-top: 16px;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1;
  color: #333;
}
#carousel {
  width: 1000px;
  height: 482px;
  margin: 0px auto;
  list-style: none;
  padding: 0px;
}
#carousel .liItem {
  float: left;
}
#carousel .tooltip,
#carousel .bigImage,
#carousel .title,
#carousel .description {
  position: absolute;
  left: -9999px;
}
.roundabout_box {
  position: relative;
  margin: 40px auto 20px auto;
  perspective: 200vw;
  perspective-origin: 50% 50%;
  transform-style: preserve-3d;
}
.roundabout_box .roundaboutUl {
  position: relative;
  top: 185px;
  height: 482px;
  width: 788px;
  margin: 0px auto;
}
.roundabout_box .roundaboutUl .txt {
  padding-top: 1.2rem;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1;
  color: #333;
  opacity: 0;
  transform: translateY(-4px);
  transition-duration: 0.2s;
}
.roundabout_box .liItem {
  position: absolute;
  height: auto;
  width: 100%;
  cursor: pointer;
  padding: 0 110px;
  box-sizing: border-box;
  text-align: center;
}
.roundabout_box .liItem .img100 {
  transition-duration: 0.3s;
}
.roundabout_box .liItem:hover .img100 {
  border-radius: 5px;
  box-shadow: 0 0 12px #ccc;
}
.roundabout_box .liItem.roundabout-in-focus .txt {
  transform: translateY(0);
  opacity: 1;
}
.img100 {
  width: 100%;
  height: auto;
}
.aboutList3 {
  padding-bottom: 2rem;
}
.aboutList3 .itemA {
  width: calc(16.6% - 11px);
  margin-bottom: 13px;
  overflow: hidden;
  margin-right: 13px;
  background-color: #f6f6f8;
  transition-duration: 0.3s;
}
.aboutList3 .itemA:hover {
  box-shadow: 0 0 15px #ccc;
  border-radius: 6px;
}
.aboutList3 .itemA:nth-child(6n) {
  margin-right: 0;
}
.aboutList3 .imgWrap {
  height: calc((470vw - 905px) / 64);
  width: 100%;
  overflow: hidden;
}
.aboutList3 .imgWrap .img100 {
  height: auto;
}
.aboutPage {
  position: relative;
  z-index: 1;
}
.alertHonor {
  padding-top: 6vh;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  color: #333;
  background: #F0F0F4;
  z-index: -1;
  overflow: hidden;
  -webkit-clip-path: circle(2.1% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
  transition: all 1.2s cubic-bezier(0, 0.35, 0.14, 1.1) 0.5s;
}
.alertHonor.show {
  z-index: 20;
  -webkit-clip-path: circle(70.7% at 50% 50%);
  clip-path: circle(70.7% at 50% 50%);
}
.alertHonor .w1400 {
  width: 80%;
}
.alertHonor .hBox {
  height: 0px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.alertHonor .hBox.cur {
  overflow: visible;
}
.alertHonor .honorTop {
  align-items: center;
  justify-content: space-between;
}
.alertHonor .honorTop {
  position: relative;
  line-height: 1;
  margin-bottom: 0.6rem;
  z-index: 99;
}
.alertHonor .close {
  display: block;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-15px);
  background: url(../img/close.png) no-repeat left center;
  background-size: 24px 24px;
}
.honor1 .honorSwiper1,
.honor2 .honorSwiper1 {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.honor1 .lefts,
.honor2 .lefts {
  position: relative;
  width: 360px;
}
.honor4 .lightbox {
  position: relative;
  width: 400px;
  height: 555px;
}
.honor1 .lefts .lightbox,
.honor2 .lefts .lightbox {
  height: 500px;
}
.honor1 .rights,
.honor2 .rights {
  width: calc(100% - 480px);
  line-height: 1;
}
.honor1 .rH1,
.honor2 .rH1 {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #D8D8D8;
}
.honor1 .subI,
.honor2 .subI {
  padding-top: 36px;
}
.honor1 .name,
.honor2 .name {
  flex: 0 0 68%;
}
.honor1 .num,
.honor2 .num {
  word-break: break-all;
  flex: 0 0 26%;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333 !important;
}
.honor1 .num:hover,
.honor2 .num:hover {
  color: #333 !important;
}
/* .honor1 .num a,
.honor2 .num a {
  word-break: break-all;
  color: #333 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
} */
.honor1 .subI,
.honor2 .subI {
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.honorSwiper01 {
  overflow: hidden;
}
.honorSwiper01 .slide01 {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.honor3 {
  overflow: hidden;
  position: relative;
}
.honor3 .swiper-slide {
  padding: 10px;
}
.honor3 .swiper-slide:hover .name {
  color: #234DD5;
}
.honor3 .lightbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc((4vw - 9px) * 4.8);
  transition-duration: 0.3s;
  overflow: hidden;
}
.honor3 .lightbox .img100 {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.honor3 .name {
  color: #666;
  font-size: 0.6rem;
  line-height: 1;
  margin-top: 4vh;
  text-align: center;
}
.honor4 {
  position: relative;
  max-width: 1000px;
}
.honor4 .honorSwiper4 {
  overflow: hidden;
}
.honor4 .imgRow {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.honor4 .swiper-slide {
  padding: 10px;
}
.honor4 .swiper-slide:hover .name {
  color: #234DD5;
}
.honor4 .lightbox {
  display: inline-block;
  /* width: calc(33.3% - 15px); */
  transition-duration: 0.3s;
  overflow: hidden;
}
.honor4 .lightbox:nth-child(2) {
  margin: 0 22px;
}
.honor4 .name {
  color: #666;
  font-size: 0.6rem;
  line-height: 1;
  margin-top: 4vh;
  text-align: center;
}
.honor1 .lightbox,
.honor2 .lightbox,
.honor3 .lightbox,
.honor4 .lightbox {
  overflow: hidden;
}
.honor1 .lightbox .img100,
.honor2 .lightbox .img100,
.honor3 .lightbox .img100,
.honor4 .lightbox .img100 {
  transition: all 0.5s ease;
}
.honor1 .lightbox:hover .img100,
.honor2 .lightbox:hover .img100,
.honor3 .lightbox:hover .img100,
.honor4 .lightbox:hover .img100 {
  transform: scale3D(1.05, 1.05, 1.05);
}
.swiperPage1 {
  display: flex;
  justify-content: center;
  padding-top: 20px;
  position: relative;
  margin: auto;
  text-align: center;
}
.swiperPage1 .swiper-pagination-bullet {
  background-color: #fff;
  margin: 0 7px;
  box-shadow: 0 0 5px rgba(24, 26, 42, 0.15);
  opacity: 1;
}
.swiperPage1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #899EE4;
}
.law {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.law .dtWrap {
  font-size: 0.4rem;
  line-height: 2.2;
  color: #666;
  border-color: transparent;
}
.law .title {
  font-size: 24px;
  color: #000;
}
.joinList1 {
  padding: 2rem 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.joinList1 .linkWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.joinList1 .lefts {
  flex: 0 0 auto;
  display: inline-flex;
  justify-content: space-between;
  position: relative;
}
.joinList1 .lefts::after {
  content: "温馨提示：点击链接跳转第三方平台";
  display: block;
  position: absolute;
  color: #999;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  left: 0;
  bottom: -50px;
}
.joinList1 .linkA {
  display: inline-block;
  width: 263px;
  height: auto;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  margin-right: 10px;
  transition-duration: 0.3s;
}
.joinList1 .linkA:hover {
  border-color: #3D62DA;
}
.joinList1 .rightA {
  display: inline-block;
  width: auto;
  font-size: 0.6rem;
  line-height: 2;
  color: #333;
  background: url(../img/em.png) no-repeat left center;
  padding-left: 40px;
  text-align: right;
  margin-right: 4vw;
}
.joinList1 .rightA:hover .bColor {
  color: #234DD5;
}
.joinList2 {
  padding-bottom: 2rem;
}
.joinList2 .item {
  border-top: 1px solid #E5E5E5;
}
.joinList2 .tit {
  color: #333;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1;
  padding: 1.5rem 0 0.75rem;
}
.joinList2 .subTit {
  color: #333;
  font-weight: bold;
  font-size: 0.6rem;
  line-height: 1.5;
}
.joinList2 .info {
  color: #666;
  font-size: 0.6rem;
  line-height: 2;
  padding: 1rem 0 2rem;
}
.proList1 {
  position: relative;
  z-index: 2;
  background-color: #fff;
  line-height: 2;
  color: #333;
  padding-bottom: 3px;
}
.proList1 .tit {
  font-weight: bold;
  padding-top: 0.8rem;
  font-size: 1rem;
}
.proList1 .fixNavWrap {
  position: relative;
  height: 1.8rem;
}
.proList1 .fixNav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 1.8rem;
  background-color: #fff;
}
.proList1 .fixNav.fix {
  position: fixed;
  box-shadow: 0 0 12px #ccc;
}
.proList1 .fixNav.fix .iWrap {
  border-color: transparent;
}
.proList1 .iWrap {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D4DAF0;
}
.proList1 .navI {
  font-size: 0.6rem;
  line-height: 3;
  position: relative;
  transition-duration: 0.3s;
  margin-right: 3rem;
  cursor: pointer;
}
.proList1 .navI:last-child {
  margin-right: 0;
}
.proList1 .navI::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
  width: 0;
  height: 6px;
  background: #234DD5;
  transition-duration: 0.3s;
}
.proList1 .navI:hover,
.proList1 .navI.cur {
  font-weight: bold;
  color: #234DD5;
}
.proList1 .navI:hover::after,
.proList1 .navI.cur::after {
  width: 100%;
}
.proList2 {
  padding: 0 0 2.2rem;
}
.proList2 .intro {
  font-size: 0.45rem;
  line-height: 2;
  color: #666;
}
.proList3 {
  background: #F4F5F8;
}
.proList3 .itemWrap {
  display: flex;
  flex-wrap: wrap;
}
.proList3 .index {
  display: block;
  width: 26px;
  height: 26px;
  background: #D4DAF0;
  border-radius: 13px;
  text-align: center;
  font-size: 0.4rem;
  line-height: 26px;
  color: #234DD5;
  position: absolute;
  left: 0;
  top: 0;
}
.proList3 .item {
  padding-bottom: 1.5rem;
  width: calc(33% - 2.4rem);
  margin-right: 1.6rem;
  padding-left: 46px;
  position: relative;
  transition-duration: 0.3s;
  cursor: pointer;
  transform: translateY(0) !important;
}
.proList3 .item:hover {
  transform: translateY(-8px) !important;
}
.proList3 .item:nth-child(3n) {
  margin-right: 0;
}
.proList3 .tit {
  font-weight: bold;
  color: #234DD5;
  font-size: 0.6rem;
  line-height: 26px;
  margin-bottom: 0.45rem;
}
.proList3 .info {
  font-size: 0.4rem;
  line-height: 2.2;
  color: #666;
}
.proTit {
  font-size: 0.6rem;
  line-height: 1;
  color: #333;
  padding: 1.5rem 0 1rem;
}
.proList4,
.proList5 {
  padding-bottom: 2rem;
}
.proList4 .infoWrap img, .proList5 .infoWrap img {
  height: auto !important;
}
.proList4 .infoWrap,
.proList5 .infoWrap {
  font-size: 16px;
  line-height: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.proList4 table,
.proList5 table {
  display: inline-block;
  width: calc(100% - 16rem);
  border: none;
}
.proList4 table tr,
.proList5 table tr {
  border-bottom: 1px solid #D4DAF0;
  transition-duration: 0.3s;
}
.proList4 table tr:first-child,
.proList5 table tr:first-child,
.proList4 table tr:hover,
.proList5 table tr:hover {
  background-color: #E7EAF7;
}
.proList4 table td,
.proList5 table td {
  border: none;
  padding: 5px 10px;
}
.proList4 table + p,
.proList5 table + p {
  display: inline-block;
  width: 14.5rem;
}
.proList51 {
  background-color: #F4F5F8;
}
#footer {
  position: relative;
}
.toTop {
  position: absolute;
  right: 20px;
  top: -40px;
  color: #fff;
  display: none;
  width: 44px;
  height: 44px;
  z-index: 3;
  border-radius: 50%;
  cursor: pointer;
  background: url(../img/toTop.png) no-repeat center;
  background-size: 62% auto !important;
}
.honorSwiper3 {
  margin-top: 1rem;
}
.newsInfo {
  max-width: 68%;
}
#fp-nav ul li:nth-child(5),
.fp-slidesNav ul li:nth-child(5) {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background-color: #FFAD1E;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: url(../img/p1.png) no-repeat center;
  background-size: 11px auto !important;
  background-color: none;
}
#fp-nav {
  bottom: 17px;
}
#fp-nav.hide ul {
  opacity: 0;
}
.breadWrap {
  padding-top: 0;
}
.iBanner {
  height: calc(100vh - 70px);
}
.breadWrap .breadA {
  line-height: 70px;
}
@media (min-width: 1930px) {
  .proInfo .bannerCon {
    position: relative;
    top: 30px;
  }
  .welPage2 #particles-js {
    width: 66vw;
    height: 80vh;
    right: 4vw;
  }
  .aboutList2 .showText {
    padding-top: 16px;
  }
  .alertHonor .honorTop {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1901px) {
  .carouselWrap {
    transform: scale(1.2);
  }
  #selected-title {
    margin-top: 40px;
  }
  .incHeader {
    padding-top: 40px;
  }
}
.alertHonor .hBox:nth-child(1).cur,
.alertHonor .hBox:nth-child(2).cur,
.alertHonor .hBox:nth-child(3).cur,
.alertHonor .hBox:nth-child(4).cur {
  height: calc(100vh - 20vh);
}
.carouselSwiper::after {
  display: block;
  content: "( 点击图片查看详情 )";
  font-size: 12px;
  color: #999;
  line-height: 1;
  padding-top: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#selected-title::after {
  display: block;
  content: "( 点击图片查看详情 )";
  font-size: 14px;
  color: #999;
  line-height: 1;
  padding-top: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
}
@media (min-width: 1751px) {
  .honor4 {
    max-width: 1000px;
  }
  .welPage2 .f48 {
    margin: 3vh auto 6vh;
  }
}
.welPage4 .newI .tit,
.welPage4 .newI .info {
  text-align: justify;
}
@media (max-width: 1750px) {
  .welPage4 .dateWrap .f30 {
    white-space: nowrap;
  }
  .welPage4 .dateWrap {
    width: auto;
    flex: 0 0 auto;
  }
  .welPage4 .cnWrap {
    flex: 1 1 auto;
    margin-left: 24px;
  }
  .welPage4 .txtWrap {
    width: 100%;
  }
  .honor1 .subI,
  .honor2 .subI {
    padding-top: 29px;
    line-height: 15px;
  }
  .welPage4 .imgWrap {
    height: 5.4rem;
  }
  .welPage4 .rNews .txtWrap {
    padding-top: 0;
  }
  .welPage4 .newI .tit,
  .welPage4 .newI .info {
    -webkit-line-clamp: 2;
  }
  .welPage4 .newI .info {
    margin-top: 10px;
  }
  .welPage2 .f48 {
    margin: 3vh auto 5vh;
  }
  .welPage3 .f38 {
    margin: 20px 0 12vh;
  }
  .welPage4 .newI {
    padding-bottom: 0.6rem;
  }
  .welPage2 .f30::after {
    margin-top: 10px;
  }
  .welPage2 .f16 {
    margin-bottom: 7vh;
    font-size: 14px;
  }
  .honor4 .name {
    margin-top: 30px;
  }
  .honor4 {
    max-width: 800px;
  }
  .iBanner .numIte {
    padding-top: 3vh;
  }
  .iBanner .bannerCon {
    position: relative;
    /* top: 6vh; */
  }
  .carouselWrap {
    margin-top: -40px;
  }
  .honor1 .lefts .lightbox,
  .honor2 .lefts .lightbox {
    height: 416px;
  }
  .honor1 .lefts,
  .honor2 .lefts {
    width: 300px;
  }
  .honor4 .lightbox {
    width: 350px;
    height: 485px;
  }
  .honor1 .rights,
  .honor2 .rights {
    width: calc(100% - 400px);
  }
  .w1160 {
    max-width: 1120px;
  }
  .honorSwiper01 {
    position: relative;
    top: -20px;
  }
}
@media (max-width: 1520px) {
  .welPage4 .newI {
    padding: 0.5rem;
  }
  .welPage4 .cnWrap {
    margin-left: 16px;
  }
  .welPage4 .txtWrap {
    padding-top: 0.5rem;
  }
}
@media (max-width: 1480px) {
  .incHeader .navWrap {
    border-bottom-right-radius: 4rem;
  }
  .joinList1 .linkA {
    width: 220px;
  }
}
@media (max-width: 1700px) {
  .footer .nav-a {
    padding: 0 5px;
  }
  .footer .navWrap {
    margin-right: 2vw;
  }
}
@media (max-width: 1500px) {
  .footer .footerBot {
    font-size: 13px;
  }
  .footer .langA:first-child {
    padding-left: 20px;
    background: url(../img/bEarth.png) no-repeat 0 center;
  }
  .footer .nav-a {
    padding: 0 5px;
  }
}
@media (max-width: 1400px) {
  .footer .navWrap {
    margin-right: 14px;
  }
  .footer .coryRight {
    margin-right: 10px;
  }
  .footer .langA:first-child {
    padding-right: 14px;
  }
  .honor3 .lightbox {
    height: calc(22vw - 43px);
  }
  .welPage4 .newBox {
    width: calc(100% - 300px);
  }
  .alertHonor .w1400 {
    width: 92%;
  }
  .alertHonor .w1400.honor4 {
    width: 68%;
  }
  .w1160 {
    max-width: 990px;
  }
  .incHeader .navLogo {
    margin: 1rem auto;
  }
  .incHeader {
    padding-top: 20px;
  }
  .welPage2 .f48 {
    margin: 0.8rem auto 1.1rem;
  }
  .welPage3 .f38 {
    margin: 0.8rem 0 3rem;
  }
  .incHeader .langA:first-child {
    padding-right: 10px;
    margin-right: 10px;
    padding-left: 20px;
    background-size: 10px 10px;
  }
  .welPage2 .f16 {
    margin-bottom: 2rem;
  }
  .swiperPage1 {
    position: relative;
    margin-bottom: 0.6rem;
  }
  .honor1 .rights,
  .honor2 .rights {
    width: calc(100% - 15rem);
  }
  .honor1 .lefts,
  .honor4 .lightbox,
  .honor2 .lefts {
    width: 10rem;
  }
  .honor4 .lightbox {
    height: 13.99rem;
  }
  .honor1 .lefts .lightbox,
  .honor2 .lefts .lightbox {
    height: 14rem;
  }
  .swiperBtns1 .prev0 {
    left: -2rem;
  }
  .swiperBtns1 .next0 {
    right: -2rem;
  }
  .honor3 .name,
  .honor4 .name {
    margin-top: 0.7rem;
  }
  .aboutList2 .showText {
    padding-top: 0;
    top: 86%;
  }
  .aboutList2 {
    padding-bottom: 20px;
  }
  .carouselWrap {
    transform: scale3D(0.78, 0.78, 0.78) translateY(-80px);
  }
}
@media (max-width: 1320px) {
  .footer .footerBot {
    font-size: 12px;
  }
}
@media (max-width: 1300px) {
  .incHeader .langA:first-child {
    padding-right: 8px;
    margin-right: 6px;
    padding-left: 18px;
  }
  .incHeader .langWrap {
    font-size: 14px;
  }
  .joinList1 .linkA {
    width: 150px;
  }
}
@media (max-width: 1240px) {
  .footer .botRight, .footer .botLeft {
    width: 100%;
    flex: 0 0 100%;
    text-align: center;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .carouselSwiper {
    display: none;
  }
  .footer .pcBlock {
    display: block;
  }
  .footer .mBlock {
    display: none;
  }
}
@media (max-width: 1023px) {
  .footer .pcBlock {
    display: none;
  }
  .footer .mBlock {
    display: inline-block;
  }
  .footer .telA {
    font-size: 16px;
  }
  .newsInfo {
    max-width: 92vw;
  }
  .footer .topTel {
    padding-right: 0;
  }
  .carouselWrap,
  .carouselTitle {
    display: none !important;
  }
  .carouselSwiper {
    display: block;
    width: 50vw;
    margin: -2vw auto 0;
  }
  .carouselSwiper .title {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    padding: 4vw 0;
  }
  .aboutList2 {
    padding-bottom: 4vw;
  }
  .carouselSwiper.swiper-container-cube .swiper-cube-shadow {
    display: none;
  }
}
@media (max-width: 767px) {
  #header {
    position: relative;
    z-index: 9;
  }
  #fp-nav {
    z-index: 8;
  }
  .fp-overflow {
    height: auto;
  }
  .welPage2 .contents {
    position: absolute;
    padding-top: 0 !important;
    height: auto;
    left: 50%;
    top: 48%;
    transform: translate(-50%, calc(-50% - 38px));
  }
  .welPage2 .contents.animate {
    transform: translate(-50%, calc(-50% - 68px));
  }
  .welPage4 .contents {
    position: absolute;
    padding-top: 0 !important;
    height: auto;
    left: 50%;
    top: 48%;
    transform: translate(-50%, calc(-50% + 30px));
  }
  .welPage4 .contents.animate {
    transform: translate(-50%, calc(-50%));
  }
  .welPage4 .imgWrap {
    height: auto;
  }
  .welPage4 .newI {
    padding: 0;
  }
  .welPage4 .newI .txtWrap {
    padding: 0.6rem 0.5rem;
  }
  .honor1 .honorSwiper01 .slide01,
  .honor2 .honorSwiper01 .slide01 {
    padding: 10px 0;
  }
  .honor1 .name,
  .honor2 .name {
    flex: 0 0 calc(100% - 130px);
    width: calc(100% - 130px);
  }
  .honor1 .num,
  .honor2 .num {
    flex: 0 0 100px;
    text-align: left;
  }
  .w1160 {
    width: 92vw;
  }
  .honor1 .subI,
  .honor2 .subI {
    padding-top: 7vw;
    font-size: 12px;
    line-height: 1;
  }
  .welPage4 .modelTit {
    margin-top: 0;
  }
  .proList4 table,
  .proList5 table {
    width: 100%;
    overflow-x: scroll;
  }
  .proList4 tbody,
  .proList5 tbody {
    width: 150vw;
  }
  .proList4 tbody td,
  .proList5 tbody td,
  .proList4 tbody div,
  .proList5 tbody div,
  .proList4 tbody span,
  .proList5 tbody span {
    font-size: 12px !important;
  }
  .honor3 .lightbox {
    height: 66vw;
  }
  .breadWrap {
    padding-top: 30px;
  }
  .footer .fLogo {
    width: 150px;
  }
  .iBanner .bannerCon {
    top: 0;
  }
  .footer .topTel {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .footer .telA {
    margin-top: 0;
    margin-left: 5px;
  }
  .footer .telTxt {
    margin-bottom: 0;
  }
  .footer .topTel .telTxt {
    display: inline-block;
  }
  .footer .adItem:first-child {
    margin-bottom: 0;
  }
  .welPage4 .more1.bMore {
    margin-bottom: 0;
  }
  #fp-nav ul li,
  .fp-slidesNav ul li {
    margin: 6px 4px;
  }
  .honor4 .honorSwiper4 {
    position: relative;
    top: -20px;
  }
  .newsList1 .newsItem {
    visibility: visible !important;
    animation-name: none !important;
  }
  .honor4 .swiperBtns1 {
    top: calc(112% - 10px);
    width: 80px;
    left: calc(50% - 40px);
  }
  .footer .adItem {
    line-height: 2;
  }
  .aboutList1 .cityIte {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .iBanner .numIte {
    margin-right: 0;
  }
  .w460 {
    max-width: 100%;
  }
  .welPage2 .w1520,
  .welPage3 .w1520,
  .welPage4 .w1520 {
    width: 92vw;
  }
  .iBanner .w1600,
  .padHeader .w1600,
  .footer .w1640 {
    width: 92vw;
  }
  .welPage2 .fp-overflow,
  .welPage4 .fp-overflow {
    padding-top: 0;
    justify-content: start;
  }
  .footer .navWrap {
    margin-right: 0;
  }
  #pagination .paginationjs .paginationjs-pages {
    justify-content: center;
    float: none;
  }
  .welPage3 .tabSwiper {
    display: block;
    width: 100%;
    padding: 18px 0;
  }
  .welPage2 .f16 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 6vw;
  }
  .welPage3 .f38 {
    margin-bottom: 12vw;
  }
  .welPage2 .f48 {
    font-size: 26px;
  }
  .welPage3 .f38 {
    font-size: 20px;
  }
  .more1 .s0:after {
    width: 16px;
    background-size: 100% auto !important;
  }
  .honor4 .swiper-slide {
    overflow-x: scroll;
  }
  .honor4 .lightbox {
    width: 72vw;
    height: 96vw;
    margin-right: 0;
  }
  .honor4 .lightbox:nth-child(3) {
    margin-right: 0;
  }
  .honor4 .lightbox:nth-child(2) {
    margin: 0 9px 0 0;
  }
  .alertHonor .w1400.honor4 {
    width: 92%;
  }
  #fp-nav.fp-right {
    bottom: 16px;
    right: 0;
  }
  .alertHonor {
    padding-top: 4vw;
  }
  .alertHonor .honorTop {
    margin-bottom: 4vw;
  }
  .honorSwiper01 .slide01 {
    flex-wrap: wrap;
    justify-content: center;
  }
  .honor1 .lefts .lightbox,
  .honor2 .lefts .lightbox {
    height: auto;
  }
  .honor1 .lefts,
  .honor2 .lefts {
    width: 78%;
  }
  .honor1 .rights,
  .honor2 .rights {
    width: 100%;
  }
  .honor1 .infoWrap,
  .honor2 .infoWrap {
    max-height: 22vh;
    overflow-y: scroll;
  }
  .swiperBtns1 .prev0 {
    left: -2vw;
  }
  .swiperBtns1 .next0 {
    right: -2vw;
  }
  .swiperPage1 {
    margin: 4vw auto 2vw;
  }
  .honor2 .rights {
    width: 100%;
  }
  .footer .footerBot .nav-a {
    font-size: 12px;
    padding: 0;
    height: auto;
    line-height: 1;
    /* margin-right: 5px; */
    border-right: none;
    position: relative;
  }
  /* .footer .footerBot .nav-a:after {
    content: "";
    display: block;
    position: absolute;
    right: -2.5vw;
    top: 1px;
    height: 12px;
    width: 1px;
    background: rgba(0, 0, 0, 0.05);
  }
  .footer .footerBot .nav-a:last-child:after {
    display: none;
  } */
  .footer .footerBot .nav-a:first-child {
    padding-left: 0 !important;
  }
  .footer .footerBot .nav-a:last-child {
    /* margin-right: 0 !important; */
    padding-right: 0 !important;
  }
  .joinList2 .subTit {
    line-height: 2;
  }
  .joinList2 .info {
    font-size: 14px;
    padding: 4vw 0;
  }
  .newsInfo .newsbot .linkA:first-child::after {
    content: "上一篇：";
  }
  .newsInfo .newsbot .linkA:last-child::after {
    content: "下一篇：";
  }
  .newsInfo .newsbot .linkA::after {
    bottom: 0;
  }
  .newsInfo .newsbot .linkA:before {
    display: none;
  }
  .newsInfo .newsbot {
    flex-wrap: wrap;
    padding: 0.2rem 0 1.2rem;
  }
  .newsInfo .newsbot .linkA {
    padding-left: 60px;
    flex: 0 0 100%;
    display: block;
    max-width: 100%;
  }
  .newsInfo .dtWrap {
    font-size: 14px;
  }
  #pagination {
    padding: 12vw 0;
  }
  .paginationjs {
    font-size: 12px;
    line-height: 24px;
  }
  #pagination .paginationjs .paginationjs-pages li:before {
    width: 24px;
    height: 24px;
    left: 3px;
    top: 2px;
  }
  .paginationjs .paginationjs-pages li > a {
    min-width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .paginationjs .paginationjs-pages li.active > a {
    height: 24px;
    line-height: 24px;
  }
  #pagination .paginationjs .paginationjs-pages li {
    margin: auto 0;
  }
  #pagination .paginationjs .paginationjs-pages li:first-child > a,
  #pagination .paginationjs .paginationjs-pages li:last-child > a {
    font-size: 20px;
  }
  .newsList1 .iBox {
    font-size: 14px;
    line-height: 40px;
  }
  .proList1 .fixNav,
  .proList1 .fixNavWrap {
    height: 36px;
  }
  .proList1 .navI::after {
    height: 2px;
    bottom: -1px;
  }
  .proList4 .infoWrap,
  .proList5 .infoWrap {
    flex-wrap: wrap;
  }
  .proList4 table + p,
  .proList5 table + p {
    width: 100%;
    margin: 8vw auto 0;
  }
  .proList4,
  .proList5 {
    padding-bottom: 8vw;
  }
  .proList4 .tableWrap,
  .proList5 .tableWrap {
    width: 100%;
    overflow-x: scroll;
  }
  .proList4 .tableWrap table,
  .proList5 .tableWrap table {
    min-width: 500px;
  }
  .proList4 .tableWrap span,
  .proList5 .tableWrap span {
    font-size: 12px !important;
  }
  .proList1 .navI {
    line-height: 36px;
  }
  .proList3 .info {
    line-height: 1.8;
  }
  .proList2 {
    padding: 4vw 0;
  }
  .breadWrap .breadA {
    padding-right: 12px;
    margin-right: 12px;
  }
  .proList3 .item {
    width: 100% !important;
    margin-right: 0!important;
    padding-left: 34px!important;
  }
  .breadWrap .breadA::after {
    left: 90%;
    top: 52%;
    width: 4px;
    height: 4px;
  }
  .proList1 .iWrap {
    justify-content: space-between;
  }
  .proList1 .navI {
    margin-right: 0;
    width: auto;
    transform: scalex(0.9);
  }
  .proInfo .iBanner .bH1 {
    padding-top: 20vw;
  }
  .proList1 .tit {
    font-size: 22px;
  }
  .breadWrap .breadA {
    line-height: 1;
  }
  .iBanner .numIte {
    padding-top: 0;
  }
  .iBanner .numIte:first-child {
    width: 100%;
    align-items: baseline;
    display: flex;
    padding-top: 10px;
  }
  .iBanner .numIte:first-child .topNum,
  .iBanner .numIte:first-child .subInfo {
    display: inline-block;
  }
  .iBanner .numIte:first-child .subInfo {
    margin-left: 10px;
  }
  .iBanner .numIte:first-child .num {
    display: inline-block;
  }
  .iBanner .numIte:nth-child(2),
  .iBanner .numIte:nth-child(3) {
    width: 49%;
  }
  .aboutH2 {
    font-size: 26px;
  }
  .aboutList3 {
    padding-bottom: 8vw;
  }
  .toTop {
    right: 0;
    bottom: 0;
    transform: scale(0.8);
  }
  .aboutList3 .itemA {
    width: calc(33.3% - 9px);
  }
  .aboutList3 .itemA:nth-child(3n) {
    margin-right: 0;
  }
  .aboutList3 .imgWrap {
    height: calc((500vw - 135px)/32);
  }
  .aboutList1 .mapWrap {
    margin: 0 auto;
  }
  .aboutList1 .mapImg {
    width: 100%;
  }
  .aboutList1 .mapTxt {
    width: 100%;
    padding-left: 20vw;
    margin-top: -28vw;
    padding-bottom: 12vw;
  }
  .welPage4 .leftTits {
    flex: 0 0 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 6vw;
  }
  .welPage3 .tabSlide .f14 {
    margin-bottom: 6px;
  }
  .welPage3 .boxSlide {
    padding-top: 66vw;
  }
  .welPage4 .newBox {
    flex: 0 0 100%;
    display: block;
  }
  .welPage4 .rNews {
    display: none !important;
  }
  .welPage4 .newI1,
  .welPage4 .rNews {
    width: 100%;
    flex: 100%;
  }
  .welPage3 .tabSlide {
    flex: 0 0 auto;
    padding: 10px 0;
  }
  .more1 {
    font-size: 14px;
    line-height: 36px;
    width: 120px;
    height: 36px;
  }
  .welPage2 .contents {
    padding-top: 44vw;
  }
  .welPage2 .f30::after {
    height: 2px;
    margin-top: 10px;
  }
  .welPage4 .contents {
    padding-top: 44vw;
  }
  .incHeader .navWrap {
    width: 100vw;
    max-width: 100vw;
  }
  .incHeader .navItem {
    font-size: 20px;
    line-height: 2;
  }
  .incHeader .langWrap {
    font-size: 18px;
  }
  .incHeader .langA:first-child {
    background-size: 18px 18px;
    padding-left: 24px;
  }
  .incHeader .navWrap {
    height: 100%;
    padding: 0 4vw 0;
    justify-content: space-between;
  }
  .incHeader .navLogo {
    width: 150px;
    padding-bottom: 5vh;
    margin: 5vh auto;
  }
  .incHeader .sline {
    display: block;
    width: 100%;
    margin: 10vw auto;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .incHeader .logo {
    position: absolute;
    left: 4vw;
    top: 4vw;
    width: 150px;
    height: 53px;
  }
  .law {
    padding-bottom: 0;
  }
  .newsInfo .dtWrap {
    padding: 4vw 0;
    margin-top: 0;
  }
  .aboutList1 .mapTxt {
    font-size: 16px;
  }
  .aboutH2 {
    padding: 8vw 0;
  }
  .f56,
  .newsInfo .title.f56 {
    font-size: 26px;
  }
  .f40 {
    font-size: 0.8rem;
  }
  .iBanner {
    height: 100vw;
  }
  .joinList1 .linkA {
    width: calc(33.3% - 5px);
    height: auto;
    margin-right: 0;
  }
  .joinList1 {
    flex-wrap: wrap;
    padding: 8vw 0;
  }
  .joinList1 .lefts {
    width: 100%;
  }
  .joinList1 .lefts::after {
    bottom: -40px;
  }
  .joinList1 .rightA {
    width: 100%;
    text-align: left;
    margin-top: 50px;
    background: none;
    padding-left: 0;
  }
  .footer .footerTop {
    display: block;
    padding: 4vw 0;
  }
  .footer .fLogo {
    display: block;
    margin: 0 auto 20px;
  }
  .footer {
    text-align: center;
  }
  .footer .topTel {
    width: 100%;
    text-align: center;
  }
  .footer .langWrap {
    width: 100%;
    padding: 4vw 0;
    justify-content: center;
    text-align: center;
  }
  .footer .langA:first-child {
    padding-left: 18px;
    background-size: 12px !important;
    background: url(../img/bEarth.png) no-repeat 0px center;
  }
  /* .footer .nav-a {
    border-right: none;
  } */
  #carousel {
    position: relative;
    left: 0;
    top: 0;
  }
  #pagination .paginationjs .paginationjs-pages li:before {
    width: 22px;
    height: 22px;
    left: 1px;
    top: 1px;
  }
  .proInfo .iBanner .bH1 {
    padding-top: 5vw;
  }
  .iBanner .numIte .num {
    line-height: 1.6;
  }
}
@media (max-width: 330px) {
  /* .footer .footerBot .nav-a {
    padding: 0 2px;
  } */
  .paginationjs {
    font-size: 12px;
  }
  .paginationjs .paginationjs-pages > span {
    position: relative;
    top: 2px;
  }
}
#lightbox-image {
  display: block;
  max-width: 100vw;
  max-height: 100vh;
}
#lightbox-image-details-caption {
  display: none !important;
}
#lightbox-secNav {
  position: absolute;
  left: 50%;
}
.welPage1 .fp-overflow,
.welPage2 .fp-overflow,
.welPage3 .fp-overflow,
.welPage4 .fp-overflow {
  height: 100vh;
}
.welBody .fp-table {
  justify-content: start;
}
.fp-watermark {
  display: none !important;
}
.swiper-pagination-bullet {
  cursor: pointer;
}
.aboutList2 .carousel-item {
  height: 416px;
  width: 300px;
  background-size: 100% 100% !important;
}
.aboutList2 .carousel-item::after {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  line-height: 1;
  padding-top: 20px;
  text-align: center;
  width: 100%;
  z-index: 999;
  font-size: 16px;
  color: #000;
}
.aboutList2 .carousel-item.opa0::after {
  opacity: 0;
}
.about.hidden {
  overflow: hidden;
}
.newsInfo .dtWrap p,
.law .dtWrap p,
.newsInfo .dtWrap span,
.law .dtWrap span {
  white-space: pre-wrap !important;
  text-wrap: wrap !important;
}
#consoleDiv {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #234DD5;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 300px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  z-index: 999;
}
.aboutList1 .aboutVideoWrap {
  overflow: hidden;
  margin: 40px auto 0;
  position: relative;
  width: 100%;
}
.aboutVideoWrap .playVideo {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  cursor: pointer;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
}
.aboutVideoWrap #aboutVideo {
  display: block;
  width: 89%;
  max-width: 1140px;
  height: 47.6vw;
  max-height: 610px;
  object-fit: cover;
  object-position: bottom center;
  margin: auto;
  background-color: #000;
}
.honor3 .lightbox {
  background-color: #fff;
}
@media (min-width: 768px) {
  .more1.bMore:hover {
    background: #234DD5;
    color: #fff;
  }
  .more1.bMore:hover .s0:after {
    background: url(../img/wMore.png) no-repeat center center;
  }
  .more1.wMore:hover {
    background: #fff;
    color: #234DD5;
  }
  .more1.wMore:hover .s0:after {
    background: url(../img/bMore.png) no-repeat center center;
  }
  .more1:hover {
    border-radius: 5px;
  }
  .welPage3 .boxSlide {
    background-size: 0 !important;
  }
  .proList3 .item {
    margin-right: 1.6rem !important;
  }
  .proList3 .item:nth-child(3n) {
    margin-right: 0 !important;
  }
}
.welPage1 .videoWrap {
  background-position: center;
  background-size: cover !important;
}
@media (max-width: 767px) {
  .welPage1 #video1 {
    opacity: 0;
    width: 0px;
    height: 0px;
    visibility: hidden;
    display: none !important;
  }
  .joinList1 .lefts {
    align-items: flex-start;
  }
  .swiperPage1 {
    padding-top: 5px;
  }
  .honor1 .honorSwiper1, .honor2 .honorSwiper1 {
    height: 101.2vw;
  }
  /* .honor3 {
    top: 100px;
  } */
  .proList1 .navI:hover::after {
    width: 0 !important;
  }
  .proList1 .navI.cur::after {
    width: 100% !important;
  }
  .proList1 .navI:hover {
    color: #333 !important;
    font-weight: normal !important;
  }
  .proList1 .navI.cur {
    color: #234DD5 !important;
    font-weight: bold !important;
  }
  .incHeader .langWrap {
    padding: 6vh 0 6vh;
  }
  .welPage4 .tit {
    font-size: 0.5rem;
  }
  .welPage4 .newI .info,
  .f14 {
    font-size: 0.45rem;
  }
  .incHeader .iWrap {
    padding: 2.5vh 0;
  }
  .proList1 .navI {
    font-size: 0.48rem;
  }
  .proList3 .info,
  .proList3 .index {
    font-size: 0.48rem;
  }
  .welPage3 .boxSlide {
    width: 100vw !important;
    height: 100vh !important;
    background-position: bottom right !important;
    background-size: cover !important;
  }
  .welPage3 .mBg {
    opacity: 0 !important;
  }
  .welPage2 .f16 {
    -webkit-line-clamp: 6;
  }
  .proList2 {
    padding-top: 0 !important;
  }
  .proList3 .item {
    min-width: 100%;
    padding-bottom: 6vw !important;
  }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: none !important;
  }
  .iBanner .numIte:nth-child(3) .num {
    padding: 0 5px 0 8px;
  }
  .proInfo .iBanner .bg {
    background-position: 50% 62% !important;
  }
  .iBanner .numIte:nth-child(2),
  .iBanner .numIte:nth-child(3) {
    width: 100%;
  }
  .footer .telA {
    margin-left: 0;
    margin-top: 1px;
  }
  .footer .fList1 .end {
    justify-content: center;
  }
  .toTop {
    bottom: 56px;
  }
  .footer .botRight {
    justify-content: center;
  }
  .footer .topTel .telTxt,
  .footer .telTxt {
    margin: 4vw auto 2vw;
  }
  .footer .adreesA {
    margin-bottom: 4vw;
  }
  .footer .topTel {
    display: block;
  }
  .footer .topTel .telTxt {
    display: block;
  }
  .footer .footerBot {
    font-size: 12px;
    line-height: 1;
  }
  .footer .footerBot .w1640 {
    width: 98vw;
  }
  .footer .topTel {
    margin-bottom: 4vw;
  }
  .footer {
    font-size: 12px;
    line-height: 1;
  }
  .footer .fLogo {
    margin-bottom: 4vw;
  }
  .footer .topTel .telTxt,
  .footer .telTxt {
    display: block;
  }
  .footer .botRight,
  .footer .langWrap {
    order: -1;
  }
  .footer .botLeft {
    padding: 4vw 0;
  }
  .footer .botLeft a {
    margin-right: 2px;
  }
  .footer .botLeft span,
  .footer .botLeft a {
    line-height: 1;
  }
  .aboutVideoWrap #aboutVideo {
    height: 48vw;
  }
  .aboutVideoWrap .playVideo {
    width: 60px;
    height: 60px;
  }
  .welPage3 .boxSlide {
    padding-top: 0 !important;
  }
  .welPage3 .boxSlide .txts {
    padding-top: 0;
    position: relative;
    top: calc(53px + 8vw + 40px + 50px + 60px);
  }
  .more1 {
    width: 100px;
    line-height: 34px;
    text-align: center;
  }
  .more1 .s0:after {
    display: none;
  }
  .more1 .s0 {
    margin-left: 0;
  }
  .welPage3 {
    padding-top: 0;
  }
  .welPage3 .tabSwiper {
    margin-top: 0;
    position: relative;
    top: calc(53px + 8vw + 40px);
  }
  .welPage1 #video1 {
    z-index: 1;
  }
}
@media (max-width: 420px) {
  .alertMsg .conTxt {
    width: 90vw !important;
    padding: 20px 2px;
  }
  .joinList2 .info {
    font-size: 12px;
  }
  /* .footer .adItem:first-child .adreesA {
    width: 98vw;
    margin-left: -3vw;
  } */
  .footer .adItem:first-child .adreesA,
  .footer .botLeft {
    /* transform-origin: center;
    white-space: nowrap; */
    letter-spacing: -1px;
  }
}
.alertMsg {
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.alertMsg .conTxt {
  position: absolute;
  background: #fff;
  padding: 40px 20px;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  transition-duration: 0.5s;
  font-size: 0.5rem;
  text-align: center;
  line-height: 2;
  border-radius: 10px;
}
.alertMsg .conTxt.show {
  transform: translate(-50%, -50%);
}
.alertMsg .closes {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -40px;
  right: -4px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.footer .botLeft a img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: text-bottom;
}
.footer .topTel:last-child {
  padding-right: 0 !important;
}
@media (min-width: 768px) {
  .footer .mLine {
    display: none;
  }
  .footer .topTel .tr:first-child {
    margin-bottom: 18px;
  }
  .footer .topAdress .telTxt {
    display: inline;
  }
  .footer .ftopAdress.mBlock {
    display: none;
  }
  .footer .topTel:last-child  .telTxt {
    display: inline;
  }
}
/* .footer .flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer .topAdress,.footer .adItem {
  -webkit-box-flex:1;
  -ms-flex:1;
  flex:1;
  display:block;
  width:0%;
} */
.newsList1 .time {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .footer .mLine {
    display: block;
    width: 1px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .newsList1 .iBox {
    line-height: 20px;
    padding: 10px 0;
  }
  .welPage3 .f38 {
    font-size: 16px;
    white-space: nowrap;
  }
  .footer .botLeft a {
    white-space: nowrap;
  }
  .footer .footerTop .topAdress {
    display: none;
  }
  .footer .topTel {
    margin-bottom: 0;
  }
  .newsInfo .timeWrap .time, .newsInfo .timeWrap .author {
    display: block;
  }
  .fadeInUp {
    animation-name: none !important;
    visibility: visible !important;
  }
  .breadWrap .breadA,
  .paginationjs-pages>span,
  .incHeader .navA,.incHeader .langA,
  .footer .telA,
  .footer .langA,
  .joinList1 .lefts::after,
  .proList1 .navI,.iBanner .numIte .subInfo,
  .footer .footerBot .nav-a {
    white-space: nowrap;
  }
  .proList1 .navI, .footer .footerBot, .footer .footerBot .nav-a {
    font-size: .48rem !important;
  }
  .footer .footerBot .botLeft {
    font-size: .45rem !important;
  }
  .honor1 .rights, .honor2 .rights {
    margin-top: 10px;
  }
  .footer .topAdress {
    display: block;
    width: 100%;
  }
  .f56, .newsInfo .title.f56 {
    font-size: .86rem;
  }
  .breadWrap .breadA {
    display: inline-block;
    width: auto;
    margin-right: 24px;
    padding-right: 0;
  }
  .breadWrap .breadA::after {
    top: 56%;
    left: calc(100% + 9px);
  }
  .footer .botLeft a {
    display: inline-block;
  }
  .footer .botLeft span {
    display: block;
    width: 100%;
    margin-top: 10px;
    letter-spacing: 0;
  }
  .toTop {
    top: -40px;
  }
  .footer .botLeft {
    overflow-x: hidden;
  }
  .honor1 .subI, .honor2 .subI, .honor1 .name, .honor2 .name, .honor1 .num, .honor2 .num {
    height: 4vh;
    line-height: 4vh;
  }
  .honor1 .subI:first-child, .honor2 .subI:first-child {
    padding-top: 0;
  }
  .honor1 .subI, .honor2 .subI {
    padding-top: 0;
  }
  .honor1 .subI:last-child, .honor2 .subI:last-child {
    padding-bottom: 0;
    margin-bottom: 2vh;
  }
  .honor1 .infoWrap, .honor2 .infoWrap {
    max-height: 24vh;
  }
  .footer .adItem {
    display: block;
    width: 100%;
    min-height: 40px;
    height: auto;
  }
  .footer .topAdress {
    min-height: 60px;
    height: auto;
  }
  .footer .footerTop {
    height: auto;
  }
  #pagination .paginationjs .paginationjs-pages a,
  #pagination .paginationjs .paginationjs-pages li,
  .swiperPage1 .swiper-pagination-bullet,
  .proList1 .navI,
  .toTop, .more1,.fLogo, .close, .closes, .swiperBtns1 .sBtn, .swiperBtns1 .ico, .aboutList1 .cityIte, .incHeader .logo, .aboutList1 .cityIte:focus, .incHeader .logo:focus {
    outline: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .footer .botLeft a:first-child {
    margin-right: 6px !important;
  }
  .footer .botLeft a:nth-child(2) {
    margin-right: 0 !important;
  }
  .footer .adreesA {
    display: block;
  }
  .aboutList1 .introTxt p, .aboutList1 .introTxt span {
    font-size: 14px !important;
  }
  .footer .fLogo {
    margin-bottom: 0;
  }
  .footer .footerTop {
    padding-bottom: 0;
  }
  /* .footer .topAdress.mBlock .adItem {
    border: 1px solid red;
    margin-bottom: 2px;
  } */
  .footer .topAdress.mBlock .telTxt {
    background: #a4c3d2;
  }
  .footer .topAdress.mBlock .adreesA {
    background: #ecb9e1;
  }
  .footer .topTel:last-child .adreesA {
    line-height: 1.3;
    font-size: 11px;
    /* letter-spacing: -1px; */
  }
  .footer .footerBot .nav-a {
    display: block;
    width: auto;
  }
  .footer .mBlock {
    display: block;
  }
  .footer .navWrap {
    align-items: center;
    flex: 0 0 92vw;
    width: 92vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  .footer .footerBot .nav-a {
    width: auto;
    /* -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto; */
  }
  .alertHonor .close {
    z-index: 100;
  }
  .welPage1 {
    display: block;
  }
}
@media (max-width: 380px) {
  .f56, .newsInfo .title.f56 {
    font-size: .88rem;
  }
}
.honor1 .lefts .lightbox, .honor2 .lefts .lightbox, .honor4 .lightbox, .honor3 .lightbox {
  color: transparent;
}
.footer .ewmWrap {
  margin-top: 18px;
  display: flex;
  align-items: center;
}
.footer .ewmWrap .telTxt {
  margin-bottom: 0;
}
.footer .ewmContent {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
.footer .wechatImg {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  padding: 4px;
  background-color: #a39e9e;
  transition-duration: .3s;
  cursor: pointer;
}
.footer .wechatHide {
  position: absolute;
  width: 140px;
  height: 140px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  left: 50%;
  margin-left: -70px;
  bottom: calc(100% + 4px);
  z-index: -1;
  opacity: 0;
  transition-duration: .3s;
  transform: rotateY(90deg);
}
.footer .wechatImg:hover {
  background-color: #234DD5;
}
.footer .ewmContent:hover .wechatHide {
  z-index: 2;
  opacity: 1;
  transform: rotateY(0);
}
@media (max-width: 1023px) {
  .footer .ewmWrap {
    display: none;
  }
}
.welPage3 .boxSlide:nth-child(2) .f38 {
  margin: 20px 0;
}
@media (max-width: 1400px) {
  .welPage3 .boxSlide:nth-child(2) .f38 {
    margin: .8rem 0;
  }
}
@media (max-width: 767px) {
  .welPage3 .boxSlide:nth-child(2) .f38 {
    margin: .8rem 0;
  }
}