﻿/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}
/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  color: inherit;
  /* 2 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 3 */
}
/**
 * Add the correct display in IE.
 */
main {
  display: block;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/* Embedded content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-color: inherit;
  /* 1 */
  text-indent: 0;
  /* 2 */
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}
/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}
/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* User interaction
 * ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
body {
  font-family: Titillium Web bold, sans-serif;
  font-weight: 300;
  color: #333;
}
body.no-scroll {
  overflow: hidden;
}
@media (max-width: 768px) {
  body {
    padding-top: 0.6rem;
  }
}
.transition {
  transition: all ease-in-out 0.3s;
}
.transitionlinear {
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
}
.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.img-object-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-object-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1900px) {
  .container {
    max-width: 1630px;
    padding-right: 0;
    padding-left: 0;
  }
}
button {
  border: none;
  background: none;
}
* {
  box-sizing: border-box;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  color: inherit;
}
a:hover {
  color: #1d599d;
}
.bsBox,
.bsBox * {
  box-sizing: content-box;
}
@font-face {
  font-family: "Source Han Sans CN";
  src: url("../fonts/SourceHanSansCN-Light.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Source Han Sans CN";
  src: url("../fonts/SourceHanSansCN-Medium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Source Han Sans CN";
  src: url("../fonts/SourceHanSansCN-Regular.otf") format("opentype");
  font-weight: normal;
}
/*header*/
.header {
  height: 1.1rem;
  position: relative;
  border-bottom: 1px solid #f3f3f3;
  background-color: #fff;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .header {
    height: 0.6rem;
    position: fixed;
  }
}
.header::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #f3f3f3;
  opacity: 0;
}
.header .container {
  display: flex;
  height: 100%;
  align-items: center;
}
.header .logo {
  flex: 1 1 auto;
}
.header .logo img {
  height: 0.7rem;
}
@media (max-width: 768px) {
  .header .logo img {
    height: 0.3rem;
  }
}
.header .right {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 768px) {
  .header .right {
    align-items: center;
    flex-direction: row;
  }
}
@media (max-width: 768px) {
  .header .right .nav1,
  .header .right .nav2 {
    display: none;
  }
}
.header .right .menu {
  position: relative;
  width: 0.25rem;
  height: 0.25rem;
  right: 0.15rem;
  top: 0.02rem;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  z-index: 333;
  display: none;
}
@media (max-width: 768px) {
  .header .right .menu {
    display: flex;
  }
}
.header .right .menu.active span::before,
.header .right .menu.active span::after {
  opacity: 0;
}
.header .right .menu.active span:nth-child(2)::before {
  transform: rotate(45deg);
  opacity: 1;
}
.header .right .menu.active span:nth-child(2)::after {
  opacity: 1;
  transform: rotate(-45deg);
}
.header .right .menu span {
  flex: 1 1 auto;
  position: relative;
}
.header .right .menu span::before,
.header .right .menu span::after {
  position: absolute;
  content: '';
  height: 2px;
  left: 0;
  right: 0;
  background-color: #333;
  border-radius: 0.02rem;
  transition: all ease-in-out 0.3s;
}
.header .right .menu span::after {
  opacity: 0;
}
.header .right .search-btn {
  background: url(../images/icons/search.png) no-repeat center center;
  background-size: contain;
  width: 0.2rem;
  height: 0.22rem;
  text-indent: -98999em;
  overflow: hidden;
  cursor: pointer;
  margin-left: 0.15rem;
  margin-right: 0.15rem;
  display: none;
}
@media (max-width: 768px) {
  .header .right .search-btn {
    display: block;
  }
}
.header .right .nav1 {
  flex: 0 0 auto;
  padding: 0.24rem 0;
}
.header .right .nav1 ul {
  display: flex;
  justify-content: flex-end;
  color: #999;
  font-size: 0.15rem;
  line-height: 1;
}
.header .right .nav1 ul a:hover,
.header .right .nav1 ul a.open {
  color: #000;
}
.header .right .nav1 ul li + li {
  padding-left: 0.3rem;
}
.header .right .nav2 {
  flex: 1 1 auto;
}
.header .right .nav2 ul {
  display: flex;
  justify-content: flex-end;
  color: #000;
  font-size: 0.22rem;
  line-height: 1;
  height: 100%;
}
.header .right .nav2 ul li {
  padding: 0 calc(0.4rem / 2);
}
.header .right .nav2 ul li.search {
  padding: 0;
}
.header .right .nav2 ul li.search a {
  background: url(../images/icons/search.png) no-repeat center center;
  background-size: contain;
  width: 0.2rem;
  height: 0.22rem;
  text-indent: -98999em;
  overflow: hidden;
}
.header .right .nav2 ul li.search a::after {
  display: none !important;
}
.header .right .nav2 ul li.active a {
  color: #1d599d !important;
}
.header .right .nav2 ul li.active a::after {
  width: 100%;
  background-color: #1d599d !important;
}
.header .right .nav2 ul li a {
  display: block;
  position: relative;
  height: 100%;
  padding: 0 0.3em;
}
.header .right .nav2 ul li a:hover,
.header .right .nav2 ul li a.open {
  color: #000;
}
.header .right .nav2 ul li a:hover::after,
.header .right .nav2 ul li a.open::after {
  width: 100%;
  background-color: #000;
}
.header .right .nav2 ul li a::after {
  position: absolute;
  content: '';
  width: 0%;
  bottom: 0;
  background-color: #1d599d;
  height: 2px;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
}
@media (max-width: 1200px) {
  .header .right .nav2 ul li a::after {
    height: 1px;
  }
}
.pc-nav {
  position: absolute;
  top: 1.1rem;
  left: 0;
  right: 0;
  z-index: 990;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 20px 29px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 29px 0 rgba(0, 0, 0, 0.1);
}
.pc-nav .item-nav {
  overflow: hidden;
  display: none;
}
.pc-nav .item-nav.active {
  display: block;
}
.pc-nav .item-nav .item-nav-header {
  border-bottom: 1px solid #f3f3f3;
  font-size: 0.2rem;
  text-align: center;
  padding: 0.6rem 0 0.4rem 0;
  line-height: 1;
  color: #000;
}
.pc-nav .item-nav .item-nav-list {
  display: flex;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 0.5rem;
  line-height: 1;
}
.pc-nav .item-nav .item-nav-list ul {
  flex: 1;
}
.pc-nav .item-nav .item-nav-list ul li {
  font-size: 0.18rem;
  color: #666;
}
.pc-nav .item-nav .item-nav-list ul li a {
  display: block;
  height: 0.6rem;
  line-height: 0.6rem;
  border-bottom: 1px solid #f3f3f3;
}
.pc-nav .item-nav .item-nav-list ul li a:hover {
  background-color: #1d599d;
  color: #fff;
  padding-left: 1em;
}
.pc-nav .item-nav .item-nav-list ul li.first,
.pc-nav .item-nav .item-nav-list ul li:first-child {
  font-size: 0.22rem;
  color: #000;
}
.pc-nav .item-nav .item-nav-list ul li.first a,
.pc-nav .item-nav .item-nav-list ul li:first-child a {
  height: 0.8rem;
  line-height: 0.8rem;
}
.pc-nav .item-nav .item-nav-list ul li.first a:hover,
.pc-nav .item-nav .item-nav-list ul li:first-child a:hover {
  background: none;
  color: #1d599d;
  padding-left: 0;
}
.pc-nav .item-nav .close {
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .pc-nav .item-nav .close {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}
.pc-nav .item-nav .close .layui-icon {
  font-size: 0.45rem;
  color: #ddd;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  font-weight: 300;
  position: relative;
  height: 30px;
  display: block;
}
@media (max-width: 768px) {
  .pc-nav .item-nav .close .layui-icon {
    font-size: 0.25rem;
  }
}
.pc-nav .item-nav .close .layui-icon:before {
  transition: all ease-in-out 1s;
  position: absolute;
}
.pc-nav .item-nav .close .layui-icon:hover {
  color: #1d599d;
}
.pc-nav .item-nav .close .layui-icon:hover:before {
  transform: rotate(360deg);
}
.search-div {
  position: absolute;
  top: 1.1rem;
  left: 0;
  right: 0;
  display: none;
  background-color: #fff;
  z-index: 990;
  box-shadow: 0 20px 29px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .search-div {
    top: 0.6rem;
    box-shadow: 0 10px 19px 0 rgba(0, 0, 0, 0.1);
  }
}
.search-div.active {
  display: block;
}
.search-div .container {
  padding-top: 0.9rem;
}
@media (max-width: 1200px) {
  .search-div .container {
    padding-top: 0.3rem;
  }
}
.search-div .container .layui-form {
  max-width: 8.4rem;
  margin: 0 auto;
  position: relative;
  background-color: #f6f6f6;
}
.search-div .container .layui-form input {
  background: none;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.18rem;
  padding-left: 1em;
  border-color: transparent;
}
@media (max-width: 1200px) {
  .search-div .container .layui-form input {
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.14rem;
  }
}
.search-div .container .layui-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
  bottom: 0;
  background: none;
  background: url(../images/icons/search.png) no-repeat center center;
  text-indent: -999em;
  width: 0.8rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .search-div .container .layui-form button {
    width: 0.5rem;
  }
}
.search-div .container .close {
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .search-div .container .close {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}
.search-div .container .close .layui-icon {
  font-size: 0.45rem;
  color: #ddd;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  font-weight: 300;
  position: relative;
  height: 30px;
  display: block;
}
@media (max-width: 768px) {
  .search-div .container .close .layui-icon {
    font-size: 0.25rem;
  }
}
.search-div .container .close .layui-icon:before {
  transition: all ease-in-out 1s;
  position: absolute;
}
.search-div .container .close .layui-icon:hover {
  color: #1d599d;
}
.search-div .container .close .layui-icon:hover:before {
  transform: rotate(360deg);
}
.mobile-div {
  position: fixed;
  z-index: 990;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 0.6rem;
  background-color: #fff;
  height: 0;
  overflow: auto;
  transition: all ease-in-out 0.5s;
}
@media (min-width: 768px) {
  .mobile-div {
    display: none !important;
  }
}
.mobile-div.active {
  height: 100%;
}
@media (min-width: 768px) {
  .mobile-div.active {
    display: none !important;
  }
}
.mobile-nav {
  background-color: #fff;
  overflow: hidden;
  padding: 0 0;
  padding-bottom: 0.3rem;
  bottom: 0;
}
.mobile-nav .nav2 > ul {
  position: relative;
  left: 0;
}
.mobile-nav .nav2 ul {
  width: 100%;
  transition-duration: 250ms;
}
.mobile-nav .nav2 ul li {
  margin: 0 15px;
}
.mobile-nav .nav2 ul li > ul {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
}
.mobile-nav .nav2 ul li a {
  display: flex;
  line-height: 1;
  font-size: 0.16rem;
  padding: 1.2em 30px 1.2em 10px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  align-items: center;
}
.mobile-nav .nav2 ul li a span {
  flex: 1;
}
.mobile-nav .nav2 ul li a.next::after {
  content: "\e602";
  font-family: layui-icon !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  color: #999;
}
.mobile-nav .nav2 ul li a.back {
  background-color: #1d599d;
  color: #fff;
}
.mobile-nav .nav2 ul li a.back::before {
  content: "\e603";
  font-family: layui-icon !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mobile-nav .nav1 {
  margin-top: 0.3rem;
}
.mobile-nav .nav1 > ul {
  position: relative;
  left: 0;
}
.mobile-nav .nav1 ul {
  width: 100%;
  transition-duration: 250ms;
}
.mobile-nav .nav1 ul li {
  margin: 0 15px;
}
.mobile-nav .nav1 ul li > ul {
  display: none;
  left: 100%;
  position: absolute;
  top: 0;
}
.mobile-nav .nav1 ul li a {
  display: flex;
  line-height: 1;
  font-size: 0.16rem;
  padding: 1.2em 30px 1.2em 10px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  align-items: center;
}
.mobile-nav .nav1 ul li a span {
  flex: 1;
}
.mobile-nav .nav1 ul li a.next::after {
  content: "\e602";
  font-family: layui-icon !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 10px;
  color: #999;
}
.mobile-nav .nav1 ul li a.back {
  background-color: #1d599d;
  color: #fff;
}
.mobile-nav .nav1 ul li a.back::before {
  content: "\e603";
  font-family: layui-icon !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mobile-nav .nav1 ul li {
  background-color: #f1f1f1;
}
.mobile-nav .nav1 ul li a {
  border-bottom-color: #fff;
  font-size: 0.12rem;
}
#qrcode {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
#qrcode .qrcode-div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px;
  background-color: #fff;
  width: 2rem;
  height: 2rem;
}
#qrcode .qrcode-div .close {
  position: absolute;
  top: -20px;
  right: -20px;
  color: #fff;
  cursor: pointer;
}
#qrcode img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer {
  background-color: #404040;
}
footer .foot1 {
  padding: 1rem 0;
}
@media (max-width: 768px) {
  footer .foot1 {
    padding-bottom: 0.5rem;
  }
}
footer .foot1 .container {
  display: flex;
}
footer .foot1 .foot-nav {
  flex: 1;
  color: #c0c0c0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 0.2rem;
  line-height: 1;
  font-size: 0.18rem;
}
@media (max-width: 768px) {
  footer .foot1 .foot-nav {
    display: none;
  }
}
footer .foot1 .foot-nav a:hover {
  color: #fff;
}
footer .foot1 .foot-nav ul li {
  padding-bottom: 1.56em;
}
footer .foot1 .foot-nav ul li:first-child {
  font-size: 0.22rem;
  color: #fff;
}
footer .foot1 .info {
  flex: 0 0 auto;
  color: #fff;
  font-size: 0.18rem;
  line-height: 1;
}
@media (max-width: 768px) {
  footer .foot1 .info {
    font-size: 0.14rem;
  }
}
footer .foot1 .info .t1 {
  font-size: 0.22rem;
  padding-bottom: 1em;
}
@media (max-width: 768px) {
  footer .foot1 .info .t1 {
    font-size: 0.16rem;
  }
}
footer .foot1 .info .tel {
  font-size: 0.37rem;
  font-family: 'Bahnschrift';
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  footer .foot1 .info .tel {
    font-size: 0.24rem;
  }
}
footer .foot1 .info ul {
  padding-top: 1.56em;
}
footer .foot1 .info ul li {
  padding-bottom: 1.56em;
}
footer .foot1 .info .link-icons {
  display: flex;
  grid-gap: 0.2rem;
}
footer .foot2 {
  background-color: #313131;
  padding: 0.3rem 0;
  color: #fff;
  font-size: 0.18rem;
}
@media (max-width: 768px) {
  footer .foot2 {
    font-size: 0.14rem;
  }
}
footer .foot2 a:hover {
  color: #fff;
}
footer .foot2 .container {
  display: flex;
}
@media (max-width: 768px) {
  footer .foot2 .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
footer .foot2 .container .copy {
  flex: 1;
}
@media (max-width: 768px) {
  footer .foot2 .container .copy {
    order: 1;
    padding-top: 1em;
  }
}
footer .foot2 .container .links {
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  footer .foot2 .container .links {
    order: 0;
  }
}
.icons-wx,
.icons-wb,
.icons-qq {
  overflow: hidden;
  text-indent: -9999em;
  display: block;
}
.icons-wx {
  background: url(../images/icons/wx.png) no-repeat center center;
  background-size: contain;
  width: 0.27rem;
  height: 0.22rem;
}
.icons-wx:hover {
  background: url(../images/icons/wxs.png) no-repeat center center;
  background-size: contain;
}
.icons-wb {
  background: url(../images/icons/wb.png) no-repeat center center;
  background-size: contain;
  width: 0.28rem;
  height: 0.22rem;
}
.icons-wb:hover {
  background: url(../images/icons/wbs.png) no-repeat center center;
  background-size: contain;
}
.icons-qq {
  background: url(../images/icons/qq.png) no-repeat center center;
  background-size: contain;
  width: 0.2rem;
  height: 0.22rem;
}
.icons-qq:hover {
  background: url(../images/icons/qqs.png) no-repeat center center;
  background-size: contain;
}
.a-more {
  width: 2.3rem;
  height: 0.6rem;
  border: 1px solid #1d599d;
  display: flex;
  color: #1d599d;
  line-height: 1;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
}
@media (max-width: 768px) {
  .a-more {
    font-size: 0.12rem;
    width: 1.4rem;
    height: 0.35rem;
  }
}
.a-more::after {
  content: '';
  display: block;
  background: url(../images/icons/jt-right-5.png) no-repeat center center;
  background-size: contain;
  width: 0.16rem;
  height: 0.1rem;
  margin-left: 0.1rem;
}
.a-more:hover {
  background-color: #1d599d;
  color: #fff;
}
.a-more:hover::after {
  background: url(../images/icons/jt-right-5s.png) no-repeat center center;
  background-size: contain;
}
.a-more2 {
  width: 2.3rem;
  height: 0.6rem;
  border: 1px solid #1d599d;
  display: flex;
  color: #1d599d;
  line-height: 1;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  border-color: #fff;
  color: #fff;
  width: 1.9rem;
  height: 0.5rem;
}
@media (max-width: 768px) {
  .a-more2 {
    font-size: 0.12rem;
    width: 1.4rem;
    height: 0.35rem;
  }
}
.a-more2::after {
  content: '';
  display: block;
  background: url(../images/icons/jt-right-5.png) no-repeat center center;
  background-size: contain;
  width: 0.16rem;
  height: 0.1rem;
  margin-left: 0.1rem;
}
.a-more2:hover {
  background-color: #1d599d;
  color: #fff;
}
.a-more2:hover::after {
  background: url(../images/icons/jt-right-5s.png) no-repeat center center;
  background-size: contain;
}
.a-more2::after {
  background: url(../images/icons/jt-right-4.png) no-repeat center center;
  background-size: contain;
  width: 0.22rem;
  height: 0.08rem;
}
.a-more2:hover {
  border-color: #1d599d;
  color: #fff;
  background-color: #1d599d;
}
.a-more2:hover::after {
  background: url(../images/icons/jt-right-4.png) no-repeat center center;
  background-size: contain;
}
.a-more3 {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.a-more3::after {
  content: '';
  display: block;
  width: 0.22rem;
  height: 0.22rem;
  background: url(../images/icons/jt-right-6.png) no-repeat center center;
  background-size: contain;
  margin-left: 0.15rem;
}
@media (max-width: 768px) {
  .a-more3::after {
    width: 0.15rem;
    height: 0.15rem;
    margin-left: 0.1rem;
  }
}
.a-more3:hover::after {
  background: url(../images/icons/jt-right-6s.png) no-repeat center center;
  background-size: contain;
}
@keyframes jump {
  0%,
  100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(-10px);
    opacity: 0;
  }
}
.index-banner {
  height: 8.6rem;
  /*height: 11.34rem;
	height: 9.8rem;*/
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .index-banner {
    height: auto;
  }
}
.index-banner .tips {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 0.6rem;
  z-index: 3;
}
@media (max-width: 768px) {
  .index-banner .tips {
    padding-bottom: 0.15rem;
  }
}
.index-banner .tips .container {
  position: relative;
  display: flex;
  align-items: center;
}
.index-banner .tips .container::before,
.index-banner .tips .container::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 50vw;
  background-color: rgba(255, 255, 255, 0.2);
  top: 50%;
  transform: translateY(calc(-50% - 0.5px));
}
.index-banner .tips .container::before {
  left: -50vw;
}
.index-banner .tips .container::after {
  right: -50vw;
}
.index-banner .tips .container .swiper-pagination {
  flex: 0 0 auto;
  width: auto;
  bottom: 0;
  position: relative;
}
.index-banner .tips .container .swiper-pagination span {
  width: 0.27rem;
  height: 0.27rem;
  border: 1px solid transparent;
  position: relative;
  opacity: 1;
  background: none;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
}
@media (max-width: 768px) {
  .index-banner .tips .container .swiper-pagination span {
    width: calc(0.27rem / 2);
    height: calc(0.27rem / 2);
  }
}
.index-banner .tips .container .swiper-pagination span.swiper-pagination-bullet-active {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: #1d599d;
  border-left-color: #1d599d;
  border-color: #1d599d;
}
.index-banner .tips .container .swiper-pagination span.swiper-pagination-bullet-active::before {
  background-color: #1d599d;
}
.index-banner .tips .container .swiper-pagination span::before {
  position: absolute;
  content: '';
  width: 0.05rem;
  height: 0.05rem;
  background-color: #fff;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index-banner .tips .container .tt {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #fff;
  margin: 0 0.2rem;
}
@media (max-width: 768px) {
  .index-banner .tips .container .tt {
    font-size: 0.1rem;
  }
}
.index-banner .tips .container .tt::before,
.index-banner .tips .container .tt::after {
  flex: 1 1 auto;
  content: '';
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  top: 50%;
  transform: translateY(calc(-50% - 0.5px));
}
.index-banner .tips .container .tt span {
  flex: 0 0 auto;
  padding: 0 0.2rem;
  animation: jump 2s cubic-bezier(0.4, 0, 1, 1) infinite;
}
.index-banner .tips .container .prev-next {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.14rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .index-banner .tips .container .prev-next {
    font-size: 0.1rem;
  }
}
.index-banner .tips .container .prev-next .num {
  flex: 1 1 auto;
}
.index-banner .tips .container .prev-next .pndiv {
  position: relative;
  flex: 0 0 auto;
  width: 0.6rem;
}
.index-banner .tips .container .prev-next .pndiv .swiper-button-next,
.index-banner .tips .container .prev-next .pndiv .swiper-button-prev {
  --swiper-navigation-size: 14px;
  --swiper-navigation-color: #fff;
}
.index-banner .tips .container .prev-next .pndiv .swiper-button-next {
  right: 0;
}
.index-banner .tips .container .prev-next .pndiv .swiper-button-prev {
  left: 20px;
}
.index-banner .swiper {
  height: 100%;
}
.index-banner .swiper .swiper-slide.swiper-slide-active .img img {
  transform: scale(1.04);
}
.index-banner .swiper .swiper-slide .img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .index-banner .swiper .swiper-slide .img {
    position: static;
    height: 3rem;
  }
}
.index-banner .swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  transition: all linear 5s;
}
.index-banner .swiper .swiper-slide .img img:first-child {
  display: block;
}
@media (max-width: 768px) {
  .index-banner .swiper .swiper-slide .img img:first-child {
    display: none;
  }
}
.index-banner .swiper .swiper-slide .img img:last-child {
  display: none;
}
@media (max-width: 768px) {
  .index-banner .swiper .swiper-slide .img img:last-child {
    display: block;
  }
}
@media (min-width: 768px) {
  .index-banner .swiper .swiper-slide .img img:nth-child(1) {
    display: block;
  }
}
.index-banner .swiper .swiper-slide .container {
  position: relative;
  z-index: 3;
  height: 100%;
  color: #fff;
}
@media (max-width: 768px) {
  .index-banner .swiper .swiper-slide .container {
    background-color: #000;
    height: 3rem;
  }
}
.index-banner .swiper .swiper-slide .container .item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 7.2rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .index-banner .swiper .swiper-slide .container .item {
    padding-right: 0.2rem;
  }
}
.index-banner .swiper .swiper-slide .container .item .t1 {
  font-size: 0.5rem;
  font-weight: normal;
}
@media (max-width: 768px) {
  .index-banner .swiper .swiper-slide .container .item .t1 {
    font-size: 0.2rem;
  }
}
.index-banner .swiper .swiper-slide .container .item .desc {
  font-size: 0.2rem;
  padding-top: 0.3rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .index-banner .swiper .swiper-slide .container .item .desc {
    font-size: 0.14rem;
    padding-top: 0.15rem;
  }
}
.index-banner .swiper .swiper-slide .container .item .more {
  padding-top: 0.3rem;
}
@media (max-width: 768px) {
  .index-banner .swiper .swiper-slide .container .item .more {
    padding-top: 0.15rem;
  }
}
.index-banner .swiper .swiper-slide .container .item .more a {
  width: 2.3rem;
  height: 0.6rem;
  border: 1px solid #1d599d;
  display: flex;
  color: #1d599d;
  line-height: 1;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  border-color: #fff;
  color: #fff;
  width: 1.9rem;
  height: 0.5rem;
  width: 2.1rem;
  height: 0.55rem;
}
@media (max-width: 768px) {
  .index-banner .swiper .swiper-slide .container .item .more a {
    font-size: 0.12rem;
    width: 1.4rem;
    height: 0.35rem;
  }
}
.index-banner .swiper .swiper-slide .container .item .more a::after {
  content: '';
  display: block;
  background: url(../images/icons/jt-right-5.png) no-repeat center center;
  background-size: contain;
  width: 0.16rem;
  height: 0.1rem;
  margin-left: 0.1rem;
}
.index-banner .swiper .swiper-slide .container .item .more a:hover {
  background-color: #1d599d;
  color: #fff;
}
.index-banner .swiper .swiper-slide .container .item .more a:hover::after {
  background: url(../images/icons/jt-right-5s.png) no-repeat center center;
  background-size: contain;
}
.index-banner .swiper .swiper-slide .container .item .more a::after {
  background: url(../images/icons/jt-right-4.png) no-repeat center center;
  background-size: contain;
  width: 0.22rem;
  height: 0.08rem;
}
.index-banner .swiper .swiper-slide .container .item .more a:hover {
  border-color: #1d599d;
  color: #fff;
  background-color: #1d599d;
}
.index-banner .swiper .swiper-slide .container .item .more a:hover::after {
  background: url(../images/icons/jt-right-4.png) no-repeat center center;
  background-size: contain;
}
@media (max-width: 768px) {
  .index-banner .swiper .swiper-slide .container .item .more a {
    width: 1.4rem;
    height: 0.35rem;
  }
}
.index-tit {
  text-align: center;
}
.index-tit .t1 {
  font-size: 0.55rem;
  color: #000;
  line-height: 1;
}
@media (max-width: 768px) {
  .index-tit .t1 {
    font-size: 0.24rem;
  }
}
.index-tit .desc {
  padding-top: 0.25rem;
  color: #444;
  font-size: 0.18rem;
  line-height: 1.8;
  padding-bottom: 0.25rem;
}
@media (max-width: 768px) {
  .index-tit .desc {
    font-size: 0.14rem;
  }
}
.index-tit .more a {
  margin: 0 auto;
}
.index-box1 {
  padding-top: 1.3rem;
  padding-bottom: 1.2rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .index-box1 {
    padding-top: calc(1.3rem / 2);
    padding-bottom: calc(1.2rem / 2);
  }
}
.index-box1 .container {
  max-width: 100%;
}
.index-box1 .box {
  display: flex;
  padding-top: 0.4rem;
  padding-left: calc((100vw - 1630px) / 2);
}
@media (max-width: 768px) {
  .index-box1 .box {
    display: block;
    padding-top: 0.3rem;
  }
}
.index-box1 .box .left {
  flex: 0 0 auto;
  width: 2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 99;
}
@media (max-width: 768px) {
  .index-box1 .box .left {
    width: 100%;
  }
}
.index-box1 .box .left .swiper1 {
  height: 2.5rem;
  flex: 0 0 auto;
  width: 100%;
  font-size: 0.2rem;
  color: #000;
}
@media (max-width: 768px) {
  .index-box1 .box .left .swiper1 {
    height: 0.4rem;
    font-size: 0.1rem;
    text-align: center;
  }
}
.index-box1 .box .left .swiper1 .swiper-slide {
  cursor: pointer;
}
.index-box1 .box .left .swiper1 .swiper-slide-thumb-active {
  color: #1d599d;
}
.index-box1 .box .left .info {
  flex: 1 1 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .index-box1 .box .left .info {
    display: none;
  }
}
.index-box1 .box .left .info .num {
  flex: 0 0 auto;
  height: 0.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 0.56rem;
  font-size: 0.13rem;
  color: #999;
  font-weight: 500;
}
.index-box1 .box .left .info .num span:first-child {
  color: #000;
  font-size: 0.17rem;
}
.index-box1 .box .left .info .swiper-button-next,
.index-box1 .box .left .info .swiper-button-prev {
  flex: 0 0 auto;
  position: static;
  width: 0.56rem;
  height: 0.56rem;
  border: 1px solid #ebebeb;
  border-radius: 100%;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  background-color: #fff;
  margin-top: 0;
}
.index-box1 .box .left .info .swiper-button-next::after,
.index-box1 .box .left .info .swiper-button-prev::after {
  display: none;
}
.index-box1 .box .left .info .swiper-button-next::before,
.index-box1 .box .left .info .swiper-button-prev::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.12rem;
  height: 0.09rem;
}
.index-box1 .box .left .info .swiper-button-next:hover {
  background-color: #1d599d;
  border-color: #1d599d;
}
.index-box1 .box .left .info .swiper-button-next:hover::before {
  background: url(../images/icons/jt-right-3.png) no-repeat center center;
  background-size: contain;
}
.index-box1 .box .left .info .swiper-button-next::before {
  background: url(../images/icons/jt-right-3s.png) no-repeat center center;
  background-size: contain;
}
.index-box1 .box .left .info .swiper-button-prev:hover {
  background-color: #1d599d;
  border-color: #1d599d;
}
.index-box1 .box .left .info .swiper-button-prev:hover::before {
  background: url(../images/icons/jt-left-3.png) no-repeat center center;
  background-size: contain;
}
.index-box1 .box .left .info .swiper-button-prev::before {
  background: url(../images/icons/jt-left-3s.png) no-repeat center center;
  background-size: contain;
}
.index-box1 .box .right {
  flex: 1 1 auto;
  overflow: hidden;
}
.index-box1 .box .right .swiper2 {
  width: 9.1rem;
  overflow: initial;
  margin-left: 0;
}
@media (max-width: 768px) {
  .index-box1 .box .right .swiper2 {
    width: 100%;
  }
}
.index-box1 .box .right .swiper2 .swiper-slide {
  /*
					&.swiper-slide-prev {
						opacity: 0;

						@media @max768 {
							opacity: 1;
						}
					}*/
}
.index-box1 .box .right .swiper2 .swiper-slide .item {
  position: relative;
}
.index-box1 .box .right .swiper2 .swiper-slide .item:hover .img img {
  transform: scale(1.04);
}
.index-box1 .box .right .swiper2 .swiper-slide .item .img {
  overflow: hidden;
  height: 5.7rem;
}
@media (max-width: 768px) {
  .index-box1 .box .right .swiper2 .swiper-slide .item .img {
    height: 3rem;
  }
}
.index-box1 .box .right .swiper2 .swiper-slide .item .img::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bg1.png) repeat-x bottom center;
  z-index: 3;
}
.index-box1 .box .right .swiper2 .swiper-slide .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
}
.index-box1 .box .right .swiper2 .swiper-slide .item .txt {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem;
  font-size: 0.18rem;
  color: #fff;
  line-height: 1;
}
@media (max-width: 768px) {
  .index-box1 .box .right .swiper2 .swiper-slide .item .txt {
    padding: 0.3rem 0.15rem;
    font-size: 0.12rem;
  }
}
.index-box1 .box .right .swiper2 .swiper-slide .item .txt .t1 {
  font-size: 0.28rem;
}
@media (max-width: 768px) {
  .index-box1 .box .right .swiper2 .swiper-slide .item .txt .t1 {
    font-size: 0.16rem;
  }
}
.index-box1 .box .right .swiper2 .swiper-slide .item .txt .desc {
  padding: 0.2rem 0;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .index-box1 .box .right .swiper2 .swiper-slide .item .txt .desc {
    padding: 0.1rem 0;
  }
}
.index-box2 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  overflow: hidden;
  background: url(../images/index/bg1.jpg) no-repeat center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .index-box2 {
    padding-top: calc(1.2rem / 2);
    padding-bottom: calc(1.2rem / 2);
  }
}
.index-box3 {
  overflow: hidden;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .index-box3 {
    padding-top: calc(1.2rem / 2);
    padding-bottom: calc(1.2rem / 2);
  }
}
.index-box3 .list {
  padding-top: 0.4rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .index-box3 .list {
    padding-top: 0.2rem;
  }
}
.index-box3 .list .swiper-button-next,
.index-box3 .list .swiper-button-prev {
  --swiper-navigation-color: #1d5590;
}
.index-box3 .list .swiper-button-prev {
  left: -0.8rem;
}
.index-box3 .list .swiper-button-next {
  right: -0.8rem;
}
.index-box3 .list .swiper1,
.index-box3 .list .swiper3 {
  width: calc(100% - 9.8rem);
  height: 5.4rem;
  flex: 1 1 auto;
  box-shadow: 0 0 27px rgba(206, 206, 206, 0.28);
}
@media (max-width: 768px) {
  .index-box3 .list .swiper1,
  .index-box3 .list .swiper3 {
    display: none;
  }
}
.index-box3 .list .swiper1 .item,
.index-box3 .list .swiper3 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.89rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  line-height: 1;
}
.index-box3 .list .swiper1 .item .img img.img1,
.index-box3 .list .swiper3 .item .img img.img1 {
  display: none;
}
.index-box3 .list .swiper1 .item .img img.img2,
.index-box3 .list .swiper3 .item .img img.img2 {
  display: block;
}
.index-box3 .list .swiper1 .item .t1,
.index-box3 .list .swiper3 .item .t1 {
  font-size: 0.22rem;
  padding: 1em 0;
}
.index-box3 .list .swiper1 .item .desc,
.index-box3 .list .swiper3 .item .desc {
  font-size: 0.16rem;
  color: #666;
  line-height: 1.6;
}
.index-box3 .list .swiper1 .item .more,
.index-box3 .list .swiper3 .item .more {
  display: none;
}
.index-box3 .list .swiper2 {
  width: 9.8rem;
  height: 6rem;
  flex: 0 0 auto;
  background-color: #fff;
}
@media (max-width: 768px) {
  .index-box3 .list .swiper2 {
    width: 100%;
    height: 2.4rem;
  }
}
.index-box3 .list .swiper2 .item {
  position: relative;
  height: 100%;
}
.index-box3 .list .swiper2 .item .img {
  overflow: hidden;
  height: 100%;
}
.index-box3 .list .swiper2 .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-box3 .list .swiper2 .item .img img.img1 {
  display: block;
}
.index-box3 .list .swiper2 .item .img img.img2 {
  display: none;
}
.index-box3 .list .swiper2 .item .txt {
  position: absolute;
  z-index: 99;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0.5rem;
  color: #fff;
  line-height: 1;
}
@media (max-width: 768px) {
  .index-box3 .list .swiper2 .item .txt {
    padding: 0.2rem 0.15rem;
  }
}
.index-box3 .list .swiper2 .item .txt .t1 {
  font-size: 0.28rem;
}
@media (max-width: 768px) {
  .index-box3 .list .swiper2 .item .txt .t1 {
    font-size: 0.16rem;
  }
}
.index-box3 .list .swiper2 .item .txt .desc {
  font-size: 0.18rem;
  line-height: 1.8;
  padding: 0.2rem 0;
}
@media (max-width: 768px) {
  .index-box3 .list .swiper2 .item .txt .desc {
    font-size: 0.12rem;
    padding: 1em 0;
  }
}
.index-box4 {
  overflow: hidden;
  background: #F6F6F6;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .index-box4 {
    padding-top: calc(1.2rem / 2);
    padding-bottom: calc(1.2rem / 2);
  }
}
.index-box4 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
  overflow: hidden;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
@media (max-width: 768px) {
  .index-box4 .list {
    padding-top: 0.2rem;
    grid-template-columns: 1fr;
    grid-gap: 0.15rem;
    padding-bottom: 0.2rem;
  }
}
.index-box4 .list .item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.index-box4 .list .item:hover .img img {
  transform: scale(1.04);
}
.index-box4 .list .item:hover .txt .t1 {
  color: #1d599d;
}
.index-box4 .list .item:hover .txt .fot .date {
  color: #1d599d;
}
.index-box4 .list .item:hover .txt .fot .more2 a {
  color: #1d599d;
}
.index-box4 .list .item:hover .txt .fot .more2 a::after {
  background: url(../images/icons/jt-right-6s.png) no-repeat center center;
  background-size: contain;
}
.index-box4 .list .item .img {
  height: 3rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .index-box4 .list .item .img {
    height: 2.2rem;
  }
}
.index-box4 .list .item .img a {
  display: block;
  height: 100%;
}
.index-box4 .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.index-box4 .list .item .txt {
  padding: 0.3rem 0;
}
@media (max-width: 768px) {
  .index-box4 .list .item .txt {
    padding: 0.15rem 0;
  }
}
.index-box4 .list .item .txt .t1 {
  font-size: 0.22rem;
  color: #000;
  height: calc(2em + 1em);
  overflow: hidden;
}
@media (max-width: 768px) {
  .index-box4 .list .item .txt .t1 {
    font-size: 0.16rem;
  }
}
.index-box4 .list .item .txt .t1 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}
.index-box4 .list .item .txt .fot {
  display: flex;
  padding-top: 0.2rem;
  align-items: center;
}
@media (max-width: 768px) {
  .index-box4 .list .item .txt .fot {
    padding-top: 0.1rem;
  }
}
.index-box4 .list .item .txt .fot .date {
  flex: 1 1 auto;
  color: #999;
  font-size: 0.16rem;
}
@media (max-width: 768px) {
  .index-box4 .list .item .txt .fot .date {
    font-size: 0.12rem;
  }
}
.index-box4 .list .item .txt .fot .more2 {
  flex: 0 0 auto;
  font-size: 0.16rem;
}
@media (max-width: 768px) {
  .index-box4 .list .item .txt .fot .more2 {
    font-size: 0.12rem;
  }
}
.index-box4 .more {
  text-align: center;
}
.index-box4 .more a {
  margin: 0 auto;
}
.index-box5 {
  overflow: hidden;
}
.index-box5 .list {
  display: flex;
}
@media (max-width: 768px) {
  .index-box5 .list {
    display: block;
  }
}
.index-box5 .list .item {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  line-height: 1;
  flex: 1;
}
@media (max-width: 768px) {
  .index-box5 .list .item {
    padding-top: calc(0.8rem / 2);
    padding-bottom: calc(0.8rem / 2);
  }
}
.index-box5 .list .item:first-child {
  padding-right: 1rem;
}
@media (max-width: 768px) {
  .index-box5 .list .item:first-child {
    padding-right: 0;
  }
}
.index-box5 .list .item + .item {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .index-box5 .list .item + .item {
    padding-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 0.4rem;
    border-left: none;
  }
}
.index-box5 .list .item .t1 {
  font-size: 0.4rem;
  color: #333;
}
@media (max-width: 768px) {
  .index-box5 .list .item .t1 {
    font-size: 0.2rem;
  }
}
.index-box5 .list .item .desc {
  color: #404040;
  line-height: 1.8;
  font-size: 0.18rem;
  padding: 0.3rem 0;
}
@media (max-width: 768px) {
  .index-box5 .list .item .desc {
    font-size: 0.12rem;
    padding: 1em 0;
  }
}
.page-path {
  color: #999;
  line-height: 1;
  font-size: 0.14rem;
}
@media (max-width: 768px) {
  .page-path {
    font-size: 0.08rem;
  }
}
.page-path ul {
  padding: 1.5em 0;
  display: flex;
  align-items: center;
}
.page-path ul li {
  display: flex;
  align-items: center;
}
.page-path ul li a.active {
  color: #1d599d;
}
.page-path ul li + li::before {
  font-family: layui-icon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e602";
  margin: 0 0.12rem;
}
.page-article {
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .page-article {
    padding-bottom: 0.5rem;
  }
}
.page-article .th1 {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .page-article .th1 {
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
  }
}
.page-article .th1 h1 {
  font-weight: 300;
  font-size: 0.5rem;
  margin: 0;
}
@media (max-width: 768px) {
  .page-article .th1 h1 {
    font-size: 0.22rem;
  }
}
.body {
  font-size: 0.18rem;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 768px) {
  .body {
    font-size: 0.14rem;
    line-height: 2;
  }
}
.body p {
  margin: 1.6em 0;
}
@media (max-width: 768px) {
  .body p {
    margin: 1.2em 0;
  }
}
.body > p {
  margin-top: 0;
}
.body img {
  max-width: 100%;
  height: auto !important;
}
@media (max-width: 768px) {
  .body .table-wrap {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
  }
}
.body table {
  border-top: 2px solid #333;
  width: 100% !important;
}
@media (max-width: 768px) {
  .body table {
    width: 800px !important;
  }
}
.body table tr td + td {
  border-left: 1px solid #C0C0C0;
}
.body table td,
.body table th {
  overflow: hidden;
  border-bottom: 1px solid #C0C0C0;
  line-height: 1.2;
  font-size: 0.18rem;
  color: #333;
  padding: 1.6em 2em;
}
@media (max-width: 768px) {
  .body table td,
  .body table th {
    font-size: 0.12rem;
    padding: 1em;
  }
}
.body table td p,
.body table th p {
  margin: 0;
}
.page-banner {
  overflow: hidden;
}
.page-banner .banner {
  max-height: 7.68rem;
  max-height: 10.28rem;
  position: relative;
}
.page-banner .img-wrapper {
  height: 100%;
}
.page-banner .img {
  /*max-height: 7.2rem;
		max-height: 9.8rem;*/
  /*	height: 9.8rem;*/
}
.page-banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 7.2rem;
  max-height: 9.8rem;
  /*height: 100%;*/
}
.page-banner .img img:first-child {
  display: block;
}
@media (max-width: 768px) {
  .page-banner .img img:first-child {
    display: none;
  }
}
.page-banner .img img:last-child {
  display: none;
}
@media (max-width: 768px) {
  .page-banner .img img:last-child {
    display: block;
  }
}
@media (min-width: 768px) {
  .page-banner .img img:nth-child(1) {
    display: block;
  }
}
.page-banner .info-wrapper {
  position: relative;
  z-index: 3;
}
.page-banner .info-wrapper .info {
  min-height: 1.6rem;
  margin-top: calc(-1.6rem + 0.48rem);
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .page-banner .info-wrapper .info {
    min-height: 1.6rem;
    margin-top: calc(-1.6rem + 0.48rem);
  }
}
@media (max-width: 768px) {
  .page-banner .info-wrapper .info {
    min-height: 0.8rem;
    margin-top: 0;
  }
}
.page-banner .info-wrapper .info .item {
  max-width: 50%;
  min-width: 45%;
  width: 100%;
  position: relative;
  padding: 0.4rem 80px 0.4rem 140px;
  color: #fff;
  line-height: 1;
}
@media (max-width: 992px) {
  .page-banner .info-wrapper .info .item {
    width: 90%;
    max-width: inherit;
    min-width: inherit;
    padding: 0.4rem 20px 0.4rem 100px;
  }
}
@media (max-width: 768px) {
  .page-banner .info-wrapper .info .item {
    width: 100%;
    padding: 0.2rem;
  }
}
.page-banner .info-wrapper .info .item::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-color: #1d599d;
  content: '';
  transform: skew(-34.5deg);
  transform-origin: left bottom;
}
@media (max-width: 768px) {
  .page-banner .info-wrapper .info .item::before {
    transform: none;
  }
}
.page-banner .info-wrapper .info .item .txt .t1 {
  font-size: 0.5rem;
}
@media (max-width: 768px) {
  .page-banner .info-wrapper .info .item .txt .t1 {
    font-size: 0.22rem;
  }
}
.page-banner .info-wrapper .info .item .txt .desc {
  font-size: 0.2rem;
  padding-top: 1em;
}
@media (max-width: 768px) {
  .page-banner .info-wrapper .info .item .txt .desc {
    font-size: 0.12rem;
  }
}
.page-cls-box {
  padding-top: 1.2rem;
  padding-bottom: 0.6rem;
  padding-bottom: 1.2rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .page-cls-box {
    padding-top: calc(1.2rem / 2);
    padding-bottom: 0.3rem;
    padding-bottom: calc(1.2rem / 2);
  }
}
.page-cls-box .index-tit .t1 {
  font-size: 0.5rem;
}
@media (max-width: 768px) {
  .page-cls-box .index-tit .t1 {
    font-size: 0.2rem;
  }
}
.page-cls-box .index-tit .desc {
  text-align: left;
  font-size: 0.22rem;
}
@media (max-width: 768px) {
  .page-cls-box .index-tit .desc {
    font-size: 0.14rem;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.page-cls-box .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  grid-gap: 0.3rem;
}
@media (max-width: 768px) {
  .page-cls-box .list {
    grid-template-columns: 1fr;
    grid-gap: 0.15rem;
  }
}
.page-cls-box .list.list-odd .item:first-child {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (max-width: 768px) {
  .page-cls-box .list.list-odd .item:first-child {
    grid-column-end: 1;
  }
}
.page-cls-box .list .item {
  overflow: hidden;
}
.page-cls-box .list .item:hover a::before {
  opacity: 0.5;
}
.page-cls-box .list .item:hover a .img img {
  transform: scale(1.023);
}
.page-cls-box .list .item a {
  display: block;
  height: 100%;
  position: relative;
}
.page-cls-box .list .item a::before {
  background-image: linear-gradient(-175deg, transparent 13%, #000);
  bottom: -1px;
  content: "";
  height: 101%;
  left: 0;
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  width: 102%;
  z-index: 2;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.page-cls-box .list .item a .img {
  height: 4.68rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 768px) {
  .page-cls-box .list .item a .img {
    height: calc(3.6rem / 2);
  }
}
.page-cls-box .list .item a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.page-cls-box .list .item a .tit {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  display: flex;
  font-size: 0.5rem;
  line-height: 1;
  color: #fff;
  bottom: 0;
  padding: 0.46rem 0.4rem 0.46rem 0.5rem;
  font-weight: 300;
  align-items: center;
}
@media (max-width: 768px) {
  .page-cls-box .list .item a .tit {
    font-size: 0.2rem;
    padding: 0.15rem 0.2rem;
  }
}
.page-cls-box .list .item a .tit p {
  flex: 1 1 auto;
}
.page-cls-box .list .item a .tit::after {
  font-family: layui-icon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e602";
  font-size: 0.4rem;
  font-weight: 300;
}
@media (max-width: 768px) {
  .page-cls-box .list .item a .tit::after {
    font-size: 0.16rem;
  }
}
.page-xnav {
  padding: 0.25rem 0;
}
@media (max-width: 768px) {
  .page-xnav {
    padding: 0.15rem 0;
  }
}
.page-xnav .container {
  overflow: hidden;
}
.page-xnav #pageXnav {
  text-align: center;
  overflow: hidden;
}
.page-xnav #pageXnav .iScrollLoneScrollbar {
  display: none;
}
.page-xnav .list {
  display: inline-flex;
  white-space: nowrap;
  grid-gap: 0.6rem;
}
@media (max-width: 768px) {
  .page-xnav .list {
    grid-gap: 0.3rem;
  }
}
.page-xnav .list .item {
  flex: 0 0 auto;
  min-width: 0.9rem;
  text-align: center;
  color: #333;
  font-size: 0.16rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .page-xnav .list .item {
    min-width: 0.6rem;
    font-size: 0.12rem;
  }
}
.page-xnav .list .item.active .tit::after {
  opacity: 1;
}
.page-xnav .list .item .img {
  height: 0.7rem;
  overflow: hidden;
  width: 0.9rem;
}
@media (max-width: 768px) {
  .page-xnav .list .item .img {
    height: 0.4rem;
    width: 0.6rem;
  }
}
.page-xnav .list .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-xnav .list .item .tit {
  position: relative;
  padding: 1.5em 0 1em 0;
}
.page-xnav .list .item .tit::after {
  position: absolute;
  content: '';
  height: 2px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #1d599d;
  opacity: 0;
  transition: all ease-in-out 0.3s;
}
.article-box-bg {
  background: #F6F6F6;
}
.page-cls-box2 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .page-cls-box2 {
    padding-top: calc(1.2rem / 2);
    padding-bottom: calc(1.2rem / 2);
  }
}
.paginator {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.4rem;
  grid-gap: 0.12rem;
}
@media (max-width: 768px) {
  .paginator {
    grid-gap: 0.05rem;
  }
}
.paginator a,
.paginator span {
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid #ccc;
  color: #333;
  font-size: 0.15rem;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  line-height: 0.4rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .paginator a,
  .paginator span {
    font-size: 0.12rem;
  }
}
.paginator a:hover,
.paginator span:hover {
  border-color: #1d599d;
}
.paginator a.active,
.paginator span.active {
  background-color: #1d599d;
  color: #fff;
  border-color: #1d599d !important;
}
.paginator a.prev,
.paginator span.prev,
.paginator a.next,
.paginator span.next {
  position: relative;
  text-indent: -9999em;
  overflow: hidden;
}
.paginator a.prev::before,
.paginator span.prev::before,
.paginator a.next::before,
.paginator span.next::before {
  font-family: layui-icon !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .paginator a.prev::before,
  .paginator span.prev::before,
  .paginator a.next::before,
  .paginator span.next::before {
    font-size: 0.12rem;
  }
}
.paginator a.prev::before,
.paginator span.prev::before {
  content: "\e65a";
}
.paginator a.next::before,
.paginator span.next::before {
  content: "\e65b";
}
.paginator span:hover {
  border-color: #ccc;
}
.article-box {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .article-box {
    padding-top: calc(1.2rem / 2);
    padding-bottom: calc(1.2rem / 2);
  }
}
.article-box .tit {
  font-size: 0.5rem;
  line-height: 1;
  color: #333;
  text-align: center;
  padding-bottom: 0.4rem;
}
@media (max-width: 768px) {
  .article-box .tit {
    font-size: 0.2rem;
    padding-bottom: 0.2rem;
  }
}
.article-box .cls-nav {
  font-size: 0.22rem;
  color: #333;
  display: flex;
  text-align: center;
  justify-content: center;
  padding-bottom: 0.4rem;
  grid-gap: 0.3rem;
}
@media (max-width: 768px) {
  .article-box .cls-nav {
    font-size: 0.12rem;
    grid-gap: 0.1rem;
    flex-wrap: wrap;
  }
}
.article-box .cls-nav a {
  position: relative;
  display: block;
  padding-bottom: 0.14rem;
}
.article-box .cls-nav a::after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #1d599d;
  opacity: 0;
}
.article-box .cls-nav a.active {
  color: #1d599d;
}
.article-box .cls-nav a.active::after {
  opacity: 1;
}
.article-box .cls-nav a:hover {
  color: #1d599d;
}
.article-box .layui-form {
  max-width: 8.4rem;
  margin: 0 auto;
  position: relative;
  background-color: #f6f6f6;
  margin-bottom: 0.5rem;
}
.article-box .layui-form input {
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.18rem;
  padding-left: 1em;
  border-color: transparent;
}
@media (max-width: 1200px) {
  .article-box .layui-form input {
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.14rem;
  }
}
.article-box .layui-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
  bottom: 0;
  background: url(../images/icons/search.png) no-repeat center center;
  text-indent: -999em;
  width: 0.8rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .article-box .layui-form button {
    width: 0.5rem;
  }
}
.article-box .body {
  line-height: 1.4;
}
@media (max-width: 768px) {
  .article-box .body {
    line-height: 1.4;
  }
}
.article-box .table-list {
  border-top: 2px solid #333;
}
.article-box .table-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 0.5rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .article-box .table-list ul {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.article-box .table-list ul li {
  overflow: hidden;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #C0C0C0;
  line-height: 1.2;
  font-size: 0.18rem;
  color: #333;
  padding: 1.6em 2em;
}
@media (max-width: 768px) {
  .article-box .table-list ul li {
    font-size: 0.1rem;
  }
}
.article-box .table-list ul li span {
  color: #999;
  flex: 0 0 auto;
  width: 30%;
}
.article-box .table-list ul li p {
  flex: 1 1 auto;
  margin: 0;
  padding-left: 2em;
}
.article-box .table-list .table-list-more {
  padding-top: 0.5rem;
  text-align: center;
}
.article-box .table-list .more-btn {
  font-size: 0.16rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(-45deg, #0060ac, #0099d6 50%, #0060ac);
  background-position: 0 0;
  background-size: 100% 250px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: Titillium Web bold, sans-serif;
  height: 42px;
  justify-content: center;
  overflow: hidden;
  padding: 0 23px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.article-box .table-list .more-btn:hover {
  background-position: 100% 100%;
}
.article-box .info {
  text-align: right;
  padding-right: 0.6rem;
  padding-bottom: 0.2rem;
}
.article-box .more {
  padding-top: 0.6rem;
}
@media (max-width: 768px) {
  .article-box .more {
    padding-top: 0.3rem;
  }
}
.article-box .more a {
  margin: 0 auto;
}
.article-box .article-box-swiper {
  position: relative;
}
.article-box .article-box-swiper .swiper {
  margin: 0 0.6rem;
}
@media (max-width: 768px) {
  .article-box .article-box-swiper .swiper {
    margin: 0 0.2rem;
  }
}
.article-box .article-box-swiper .swiper-button-next {
  right: 0;
}
.article-box .article-box-swiper .swiper-button-prev {
  left: 0;
}
.article-box .article-box-swiper .swiper-button-next,
.article-box .article-box-swiper .swiper-button-prev {
  --swiper-navigation-color: #333;
  --swiper-navigation-size: 0.44rem;
}
@media (max-width: 768px) {
  .article-box .article-box-swiper .swiper-button-next,
  .article-box .article-box-swiper .swiper-button-prev {
    --swiper-navigation-size: 0.22rem;
  }
}
.article-box .article-box-swiper .item .img {
  border: 1px solid #E2E2E2;
  overflow: hidden;
  height: 5.1rem;
}
@media (max-width: 768px) {
  .article-box .article-box-swiper .item .img {
    height: 2.2rem;
  }
}
.article-box .article-box-swiper .item .img a {
  display: block;
  height: 100%;
  position: relative;
}
.article-box .article-box-swiper .item .img a img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.article-box .article-box-swiper .item .txt {
  text-align: center;
  font-size: 0.22rem;
  color: #333;
  padding-top: 0.24rem;
}
@media (max-width: 768px) {
  .article-box .article-box-swiper .item .txt {
    font-size: 0.12rem;
    padding-top: 1em;
  }
}
.article-box .list-faq {
  border-top: 1px solid #E7EBF5;
}
.article-box .list-faq .item {
  border-bottom: 1px solid #E7EBF5;
}
.article-box .list-faq .item.active .t1 {
  color: #1d599d;
}
.article-box .list-faq .item.active .t1::after {
  content: "\e61a";
}
.article-box .list-faq .item.active .desc {
  display: block;
}
.article-box .list-faq .item .t1 {
  display: flex;
  align-items: center;
  line-height: 1.2;
  color: #333;
  font-size: 0.22rem;
  padding: 1.5em 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .article-box .list-faq .item .t1 {
    font-size: 0.12rem;
  }
}
.article-box .list-faq .item .t1 p {
  margin: 0;
  flex: 1 1 auto;
  padding-right: 2em;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.article-box .list-faq .item .t1::after {
  font-family: layui-icon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e602";
}
.article-box .list-faq .item .desc {
  display: none;
  font-size: 0.18rem;
  color: #666;
  line-height: 1.8;
  padding-bottom: 2em;
  padding-right: 0.6rem;
}
@media (max-width: 768px) {
  .article-box .list-faq .item .desc {
    font-size: 0.1rem;
    padding-right: 0.3rem;
    text-align: justify;
  }
}
.article-box .article-box-main {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .article-box .article-box-main {
    display: block;
  }
}
.article-box .article-box-main .left {
  width: 50%;
  flex: 0 0 auto;
  background-color: #fff;
  height: 4.5rem;
}
@media (max-width: 768px) {
  .article-box .article-box-main .left {
    width: 100%;
    height: 2.2rem;
  }
}
.article-box .article-box-main .right {
  padding-left: 0.8rem;
  width: 50%;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .article-box .article-box-main .right {
    padding-left: 0;
    width: 100%;
    padding-top: 0.3rem;
  }
}
.article-box .article-box-main .right ul li {
  font-size: 0.22rem;
  color: #333;
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 0.6em 0;
}
@media (max-width: 768px) {
  .article-box .article-box-main .right ul li {
    font-size: 0.14rem;
  }
}
.article-box .article-box-main .right ul li::before {
  content: '';
  flex: 0 0 auto;
  width: 0.05rem;
  height: 0.05rem;
  background-color: #1d599d;
  border-radius: 100%;
  margin-right: 0.15rem;
}
@media (max-width: 768px) {
  .article-box .article-box-main .right ul li::before {
    width: 0.03rem;
    height: 0.03rem;
  }
}
.article-box .article-box-swiper2 {
  width: 100%;
  height: 100%;
}
.article-box .article-box-swiper2 .swiper-button-next,
.article-box .article-box-swiper2 .swiper-button-prev {
  --swiper-navigation-color: #333;
  --swiper-navigation-size: 0.3rem;
}
.article-box .article-box-swiper2 .item {
  height: 100%;
}
.article-box .article-box-swiper2 .item a {
  display: block;
  height: 100%;
  position: relative;
}
.article-box .article-box-swiper2 .item a img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.article-box .list-xm {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .article-box .list-xm {
    grid-template-columns: 1fr;
    grid-gap: 0.2rem;
  }
}
.article-box .list-xm .item {
  overflow: hidden;
}
.article-box .list-xm .item a {
  height: 100%;
  display: block;
}
.article-box .list-xm .item a .img {
  height: 3.3rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .article-box .list-xm .item a .img {
    height: 2.2rem;
  }
}
.article-box .list-xm .item a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-box .list-xm .item a .txt {
  font-size: 0.22rem;
  color: #333;
  line-height: 1;
  padding-top: 1em;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .article-box .list-xm .item a .txt {
    font-size: 0.12rem;
  }
}
.article-box.article-box4 .article-box-swiper .item .img {
  height: 3.1rem;
  background-color: #fff;
  border: none;
}
@media (max-width: 768px) {
  .article-box.article-box4 .article-box-swiper .item .img {
    height: 1.8rem;
  }
}
.article-box.article-box1 + .article-box1 {
  padding-top: 0;
}
.article-content {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .article-content {
    padding-top: calc(1.2rem / 2);
    padding-bottom: calc(1.2rem / 2);
  }
}
.article-content .thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.article-content .thead .t1 {
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .article-content .thead .t1 {
    padding-bottom: 0.3rem;
  }
}
.article-content .thead .t1 h1 {
  font-size: 0.35rem;
  color: #000;
  line-height: 1.6;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 768px) {
  .article-content .thead .t1 h1 {
    font-size: 0.22rem;
  }
}
.article-content .thead .info {
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .article-content .thead .info {
    padding-bottom: 0.3rem;
  }
}
.article-content .thead .info .date {
  font-size: 0.18rem;
  color: #333;
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .article-content .thead .info .date {
    font-size: 0.14rem;
  }
}
.article-content .thead .info .date span {
  color: #1d599d;
}
.article-content .thead .info .link-icons {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  grid-gap: 0.08rem;
}
.article-content .thead .info .link-icons a {
  border: 1px solid #ccc;
  width: 0.35rem;
  height: 0.35rem;
  display: block;
  border-radius: 100%;
  background-size: 50% 50%;
}
.article-content .thead .info .link-icons a:hover {
  background-color: #333;
  border-color: #333;
}
.article-content .body {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .article-content .body {
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
  }
}
.article-content .prev-next {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 0.6rem;
}
@media (max-width: 768px) {
  .article-content .prev-next {
    padding-top: 0.3rem;
  }
}
.article-content .prev-next ul {
  font-size: 0.18rem;
  color: #999;
}
@media (max-width: 768px) {
  .article-content .prev-next ul {
    font-size: 0.12rem;
  }
}
.article-content .prev-next ul li {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.article-content .prev-next ul li + li {
  padding-top: 0.3rem;
}
@media (max-width: 768px) {
  .article-content .prev-next ul li + li {
    padding-top: 0.13rem;
  }
}
.article-content .prev-next ul li span {
  color: #1d599d;
  display: block;
  flex: 0 0 auto;
}
.article-content .prev-next ul li a {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
}
.article-contact {
  background-color: #fbfbfb;
  font-size: 0.18rem;
  color: #333;
  line-height: 2;
}
@media (max-width: 768px) {
  .article-contact {
    font-size: 0.14rem;
  }
}
.article-contact .desc {
  text-align: center;
  padding-bottom: 0.2rem;
}
.article-contact .map {
  height: 4.6rem;
}
@media (max-width: 768px) {
  .article-contact .map {
    height: 2.3rem;
  }
}
.article-contact .map > div {
  height: 100%;
}
.article-contact .info-lx {
  padding-top: 0.4rem;
  display: flex;
}
@media (max-width: 768px) {
  .article-contact .info-lx {
    display: block;
    padding-top: 0.2rem;
  }
}
.article-contact .info-lx .txt {
  flex: 1 1 auto;
}
.article-contact .info-lx .txt .t1 {
  font-size: 0.34rem;
  line-height: 1;
  color: #000;
  position: relative;
  padding-bottom: 0.8em;
}
@media (max-width: 768px) {
  .article-contact .info-lx .txt .t1 {
    font-size: 0.16rem;
  }
}
.article-contact .info-lx .txt .t1::after {
  position: absolute;
  content: '';
  height: 2px;
  width: 1.5em;
  background-color: #000;
  left: 0;
  bottom: 0;
}
.article-contact .info-lx .txt .tt {
  padding-top: 0.2rem;
}
@media (max-width: 768px) {
  .article-contact .info-lx .txt .tt {
    padding-top: 0.1rem;
  }
}
.article-contact .info-lx .img {
  text-align: center;
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .article-contact .info-lx .img {
    padding-top: 0.3rem;
  }
}
.article-contact .info-lx .img img {
  width: 2.4rem;
  height: 2.4rem;
  box-sizing: content-box;
  padding: 0.1rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .article-contact .info-lx .img img {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.article-contact .info-lx .img p {
  text-align: center;
  margin: 0;
}
.news-box-list {
  background: #F9F9F9;
  padding-top: 0.8rem;
  padding-bottom: 2.2rem;
}
@media (max-width: 768px) {
  .news-box-list {
    padding-top: 0.4rem;
    padding-bottom: 1.2rem;
  }
}
.news-box-list .layui-form {
  max-width: 7.7rem;
  margin: 0 auto;
  padding-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .news-box-list .layui-form {
    padding-bottom: 0.2rem;
  }
}
@media (min-width: 768px) {
  .news-box-list .layui-form .layui-input {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.18rem;
    padding-left: 0.3rem;
  }
}
@media (min-width: 768px) {
  .news-box-list .layui-form .layui-form-select dl {
    top: 0.8rem;
  }
}
@media (min-width: 768px) {
  .news-box-list .layui-form .layui-form-selectup dl {
    top: auto;
    bottom: 0.8rem;
  }
}
.news-box-list .grid {
  margin: 0 -0.15rem;
}
@media (max-width: 768px) {
  .news-box-list .grid {
    margin: 0 -0.07rem;
  }
}
.news-box-list .grid .grid-sizer {
  width: 33.33%;
}
@media (max-width: 768px) {
  .news-box-list .grid .grid-sizer {
    width: 100%;
  }
}
.news-box-list .grid .grid-item {
  padding: 0.15rem;
  width: 33.33%;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-box-list .grid .grid-item {
    width: 100%;
    padding: 0.07rem;
  }
}
.news-box-list .grid .grid-item:hover .img img {
  transform: scale(1.04);
}
.news-box-list .grid .grid-item:hover .txt {
  background-color: #1d599d;
}
.news-box-list .grid .grid-item:hover .txt .t1 {
  color: #fff;
}
.news-box-list .grid .grid-item:hover .txt .date {
  color: rgba(255, 255, 255, 0.5);
}
.news-box-list .grid .grid-item:hover .txt .desc {
  color: rgba(255, 255, 255, 0.8);
}
.news-box-list .grid .grid-item:hover .txt .more::before {
  background-color: rgba(255, 255, 255, 0.1);
}
.news-box-list .grid .grid-item:hover .txt .more a {
  color: #fff;
}
.news-box-list .grid .grid-item:hover .txt .more a::after {
  background: url(../images/icons/jt-right-5s.png) no-repeat center center;
  background-size: contain;
}
.news-box-list .grid .grid-item .img {
  height: 3rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .news-box-list .grid .grid-item .img {
    height: 2rem;
  }
}
.news-box-list .grid .grid-item .img a {
  display: block;
  height: 100%;
}
.news-box-list .grid .grid-item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.3s;
}
.news-box-list .grid .grid-item .txt {
  padding: 0.4rem 0.4rem 0 0.4rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .news-box-list .grid .grid-item .txt {
    padding: 0.3rem 0.2rem 0 0.2rem;
  }
}
.news-box-list .grid .grid-item .txt .t1 {
  font-size: 0.22rem;
  color: #000;
}
@media (max-width: 768px) {
  .news-box-list .grid .grid-item .txt .t1 {
    font-size: 0.16rem;
  }
}
.news-box-list .grid .grid-item .txt .t1 a:hover {
  color: #fff;
}
.news-box-list .grid .grid-item .txt .date {
  font-size: 0.14rem;
  color: #999;
  line-height: 1;
  padding: 0.2rem 0;
}
@media (max-width: 768px) {
  .news-box-list .grid .grid-item .txt .date {
    font-size: 0.1rem;
  }
}
.news-box-list .grid .grid-item .txt .desc {
  font-size: 0.16rem;
  color: #666;
  padding-bottom: 0.4rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .news-box-list .grid .grid-item .txt .desc {
    font-size: 0.14rem;
    padding-bottom: 0.2rem;
  }
}
.news-box-list .grid .grid-item .txt .more {
  position: relative;
}
.news-box-list .grid .grid-item .txt .more::before {
  position: absolute;
  content: '';
  top: 0;
  left: -0.4rem;
  right: -0.4rem;
  background-color: rgba(29, 89, 157, 0.1);
  height: 1px;
}
@media (max-width: 768px) {
  .news-box-list .grid .grid-item .txt .more::before {
    left: -0.2rem;
    right: -0.2rem;
  }
}
.news-box-list .grid .grid-item .txt .more a {
  width: auto;
  justify-content: flex-start;
  border: none;
  height: auto;
  display: inline-flex;
  padding: 0.3rem 0;
  color: #333;
}
@media (max-width: 768px) {
  .news-box-list .grid .grid-item .txt .more a {
    padding: 0.2rem 0;
  }
}
.news-box-list .grid .grid-item .txt .more a::after {
  background: url(../images/icons/jt-right-5ss.png) no-repeat center center;
  background-size: contain;
}
.news-box-list .grid .grid-item .txt .more a:hover {
  color: #fff;
  background: none;
}
.news-box-list .grid .grid-item .txt .more a:hover::after {
  background: url(../images/icons/jt-right-5s.png) no-repeat center center;
  background-size: contain;
}
.news-box-list .layui-flow-more {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .news-box-list .layui-flow-more {
    bottom: -0.8rem;
  }
}
.news-box-list .layui-flow-more a {
  width: 2.3rem;
  height: 0.6rem;
  border: 1px solid #1d599d;
  display: flex;
  color: #1d599d;
  line-height: 1;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .news-box-list .layui-flow-more a {
    font-size: 0.12rem;
    width: 1.4rem;
    height: 0.35rem;
  }
}
.news-box-list .layui-flow-more a::after {
  content: '';
  display: block;
  background: url(../images/icons/jt-right-5.png) no-repeat center center;
  background-size: contain;
  width: 0.16rem;
  height: 0.1rem;
  margin-left: 0.1rem;
}
.news-box-list .layui-flow-more a:hover {
  background-color: #1d599d;
  color: #fff;
}
.news-box-list .layui-flow-more a:hover::after {
  background: url(../images/icons/jt-right-5s.png) no-repeat center center;
  background-size: contain;
}
.news-box-list .layui-flow-more a:hover cite {
  color: #fff;
}
.news-box-list .layui-flow-more a cite {
  background: none;
  color: #1d599d;
}
.news-box-list .layui-flow-more a::after {
  display: none;
}
.news-box-list .grid-more {
  text-align: center;
  padding-top: 0.6rem;
}
.news-box-list .grid-more a {
  margin: 0 auto;
}
.news-box-list .grid-more a::after {
  display: none;
}
.article-box-service {
  border-top: 1px solid #E7EBF5;
  margin-top: 0.6rem;
}
.article-box-service .item {
  border-bottom: 1px solid #E7EBF5;
}
.article-box-service .item.active .t1 {
  color: #1d599d;
}
.article-box-service .item.active .t1::after {
  content: "\e61a";
}
.article-box-service .item.active .desc {
  display: block;
}
.article-box-service .item .t1 {
  display: flex;
  align-items: center;
  line-height: 1.2;
  color: #333;
  font-size: 0.22rem;
  padding: 1.5em 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .article-box-service .item .t1 {
    font-size: 0.12rem;
  }
}
.article-box-service .item .t1 p {
  margin: 0;
  flex: 1 1 auto;
  padding-right: 2em;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.article-box-service .item .t1::after {
  font-family: layui-icon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e602";
}
.article-box-service .item .desc {
  display: none;
  font-size: 0.18rem;
  color: #666;
  line-height: 1.8;
  padding-bottom: 2em;
  padding-right: 0.6rem;
}
@media (max-width: 768px) {
  .article-box-service .item .desc {
    font-size: 0.1rem;
    padding-right: 0.3rem;
    text-align: justify;
  }
}
@media (max-width: 768px) {
  .article-box-service {
    margin-top: 0.3rem;
  }
}
.article-box-service .item.active .uli {
  display: block;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .article-box-service .item.active .uli {
    padding-bottom: 0.2rem;
  }
}
.article-box-service .item .uli {
  display: none;
}
.article-box-service .item .uli ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .article-box-service .item .uli ul {
    grid-template-columns: 1fr;
    grid-gap: 0.15rem;
  }
}
.article-box-service .item .uli ul li {
  overflow: hidden;
  background: #F1F1F1;
  padding: 0.48rem;
}
@media (max-width: 768px) {
  .article-box-service .item .uli ul li {
    padding: 0.2rem;
  }
}
.article-box-service .item .uli ul li .tt {
  font-size: 0.18rem;
  line-height: 1.2;
  color: #333;
}
@media (max-width: 768px) {
  .article-box-service .item .uli ul li .tt {
    font-size: 0.14rem;
  }
}
.article-box-service .item .uli ul li .dd {
  font-size: 0.16rem;
  color: #666;
  line-height: 2;
  padding-top: 0.15rem;
}
@media (max-width: 768px) {
  .article-box-service .item .uli ul li .dd {
    font-size: 0.12rem;
  }
}
.article-box-down {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.2rem;
}
.article-box-down .item {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 15px #f1f1f1;
  padding: 0.4rem 0.5rem;
}
@media (max-width: 768px) {
  .article-box-down .item {
    padding: 0.15rem 0.2rem;
  }
}
.article-box-down .item .img {
  flex: 0 0 auto;
  width: 0.4rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .article-box-down .item .img {
    width: 0.2rem;
  }
}
.article-box-down .item .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.article-box-down .item .txt {
  flex: 1 1 auto;
  padding-left: 0.4rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 768px) {
  .article-box-down .item .txt {
    padding-left: 0.15rem;
  }
}
.article-box-down .item .txt .t1 {
  flex: 1 1 auto;
  line-height: 1;
  font-size: 0.2rem;
  color: #333;
}
@media (max-width: 768px) {
  .article-box-down .item .txt .t1 {
    font-size: 0.12rem;
  }
}
.article-box-down .item .txt .info {
  flex: 0 0 auto;
  line-height: 1;
  font-size: 0.12rem;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-weight: normal;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .article-box-down .item .txt .info {
    font-size: 0.08rem;
  }
}
.article-box-down .item .txt .info span + span::before {
  content: '|';
  margin: 0 1em;
  color: #999;
}
.article-box-down .item .down {
  flex: 0 0 auto;
}
.article-box-down .item .down a {
  display: block;
  width: 0.33rem;
  height: 0.3rem;
  background: url(../images/icons/down.png) no-repeat center center;
  background-size: contain;
  overflow: hidden;
  text-indent: -9999em;
}
@media (max-width: 768px) {
  .article-box-down .item .down a {
    width: 0.2rem;
  }
}
.article-box-help-swiper {
  padding-top: 0.4rem;
}
@media (max-width: 768px) {
  .article-box-help-swiper {
    padding-top: 0.2rem;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
  }
}
.article-box-help-swiper .list {
  display: grid;
  grid-template-columns: 3.1rem 9.8rem 3.1rem;
  grid-gap: 0.1rem;
}
@media (max-width: 768px) {
  .article-box-help-swiper .list {
    grid-template-columns: 100%;
  }
}
.article-box-help-swiper .list .swiper1,
.article-box-help-swiper .list .swiper3 {
  background-color: #fff;
  width: 100%;
}
@media (max-width: 768px) {
  .article-box-help-swiper .list .swiper1,
  .article-box-help-swiper .list .swiper3 {
    display: none;
  }
}
.article-box-help-swiper .list .swiper1 .item,
.article-box-help-swiper .list .swiper3 .item {
  padding-top: 1.4rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.article-box-help-swiper .list .swiper1 .item a,
.article-box-help-swiper .list .swiper3 .item a {
  display: block;
}
.article-box-help-swiper .list .swiper1 .item .img,
.article-box-help-swiper .list .swiper3 .item .img {
  display: none;
}
.article-box-help-swiper .list .swiper1 .item .t1 .num,
.article-box-help-swiper .list .swiper3 .item .t1 .num {
  font-size: 1rem;
  color: #E9EAEE;
  line-height: 1;
  font-weight: 400;
  font-family: Bahnschrift;
}
.article-box-help-swiper .list .swiper1 .item .t1 p,
.article-box-help-swiper .list .swiper3 .item .t1 p {
  font-size: 0.3rem;
  color: #000;
  line-height: 1;
  margin: 0;
}
.article-box-help-swiper .list .swiper1 .item .desc,
.article-box-help-swiper .list .swiper3 .item .desc {
  font-size: 0.18rem;
  color: #333;
  line-height: 1.8;
  padding-top: 1em;
}
.article-box-help-swiper .list .swiper1 .item .desc p,
.article-box-help-swiper .list .swiper3 .item .desc p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 4;
}
.article-box-help-swiper .list .swiper2 {
  background: url(../images/help/0.jpg) no-repeat right bottom;
  background-size: cover;
  width: 100%;
  position: relative;
}
.article-box-help-swiper .list .swiper2 .swiper {
  width: 100%;
  height: 100%;
  padding-top: 0.4rem;
  margin-top: -0.4rem;
}
.article-box-help-swiper .list .swiper2 .swiper-button-next,
.article-box-help-swiper .list .swiper2 .swiper-button-prev {
  width: 0.4rem;
  height: 0.4rem;
  margin-top: -0.2rem;
}
.article-box-help-swiper .list .swiper2 .swiper-button-next::after,
.article-box-help-swiper .list .swiper2 .swiper-button-prev::after {
  display: none;
}
.article-box-help-swiper .list .swiper2 .swiper-button-next::before,
.article-box-help-swiper .list .swiper2 .swiper-button-prev::before {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.article-box-help-swiper .list .swiper2 .swiper-button-next {
  right: -0.2rem;
}
.article-box-help-swiper .list .swiper2 .swiper-button-next::before {
  background: url(../images/icons/jt-right-7.png) no-repeat center center;
  background-size: contain;
}
.article-box-help-swiper .list .swiper2 .swiper-button-prev {
  left: -0.2rem;
}
.article-box-help-swiper .list .swiper2 .swiper-button-prev::before {
  background: url(../images/icons/jt-left-4.png) no-repeat center center;
  background-size: contain;
}
.article-box-help-swiper .list .swiper2 .item {
  display: flex;
  height: 100%;
  height: 5.7rem;
}
@media (max-width: 768px) {
  .article-box-help-swiper .list .swiper2 .item {
    height: auto;
    display: block;
  }
}
.article-box-help-swiper .list .swiper2 .item a {
  display: flex;
  height: 100%;
  height: 5.7rem;
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .article-box-help-swiper .list .swiper2 .item a {
    height: auto;
    display: block;
  }
}
.article-box-help-swiper .list .swiper2 .item .img {
  flex: 0 0 auto;
  width: 50%;
  padding: 0 0.5rem;
  position: relative;
}
@media (max-width: 768px) {
  .article-box-help-swiper .list .swiper2 .item .img {
    width: 100%;
    padding: 0;
  }
}
.article-box-help-swiper .list .swiper2 .item .img img {
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  top: -0.4rem;
  height: 5.5rem;
  padding: 0.05rem;
  background-color: #fff;
  object-fit: cover;
  width: calc(100% - 1rem);
}
@media (max-width: 768px) {
  .article-box-help-swiper .list .swiper2 .item .img img {
    position: relative;
    top: -0.2rem;
    left: 0.2rem;
    right: 0.2rem;
    width: calc(100% - 0.4rem);
    height: 3.2rem;
    padding: 0.02rem;
  }
}
.article-box-help-swiper .list .swiper2 .item .txt {
  flex: 0 0 auto;
  width: 50%;
  padding-top: 1.45rem;
  padding-right: 0.5rem;
  color: #fff;
  font-size: 0.18rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .article-box-help-swiper .list .swiper2 .item .txt {
    font-size: 0.12rem;
    width: 100%;
    padding-top: 0.2rem;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}
.article-box-help-swiper .list .swiper2 .item .txt .t1 {
  position: relative;
}
.article-box-help-swiper .list .swiper2 .item .txt .t1 .num {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.05);
  line-height: 1;
  font-weight: 400;
  font-family: Bahnschrift;
}
@media (max-width: 768px) {
  .article-box-help-swiper .list .swiper2 .item .txt .t1 .num {
    font-size: 0.82rem;
  }
}
.article-box-help-swiper .list .swiper2 .item .txt .t1 p {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.3rem;
}
@media (max-width: 768px) {
  .article-box-help-swiper .list .swiper2 .item .txt .t1 p {
    font-size: 0.22rem;
  }
}
.search-div2 {
  position: absolute;
  top: 1.1rem;
  left: 0;
  right: 0;
  display: none;
  background-color: #fff;
  z-index: 990;
  box-shadow: 0 20px 29px 0 rgba(0, 0, 0, 0.1);
  display: block;
  position: static;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .search-div2 {
    top: 0.6rem;
    box-shadow: 0 10px 19px 0 rgba(0, 0, 0, 0.1);
  }
}
.search-div2.active {
  display: block;
}
.search-div2 .container {
  padding-top: 0.9rem;
}
@media (max-width: 1200px) {
  .search-div2 .container {
    padding-top: 0.3rem;
  }
}
.search-div2 .container .layui-form {
  max-width: 8.4rem;
  margin: 0 auto;
  position: relative;
  background-color: #f6f6f6;
}
.search-div2 .container .layui-form input {
  background: none;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.18rem;
  padding-left: 1em;
  border-color: transparent;
}
@media (max-width: 1200px) {
  .search-div2 .container .layui-form input {
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.14rem;
  }
}
.search-div2 .container .layui-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: auto;
  bottom: 0;
  background: none;
  background: url(../images/icons/search.png) no-repeat center center;
  text-indent: -999em;
  width: 0.8rem;
  overflow: hidden;
}
@media (max-width: 768px) {
  .search-div2 .container .layui-form button {
    width: 0.5rem;
  }
}
.search-div2 .container .close {
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .search-div2 .container .close {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}
.search-div2 .container .close .layui-icon {
  font-size: 0.45rem;
  color: #ddd;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
  font-weight: 300;
  position: relative;
  height: 30px;
  display: block;
}
@media (max-width: 768px) {
  .search-div2 .container .close .layui-icon {
    font-size: 0.25rem;
  }
}
.search-div2 .container .close .layui-icon:before {
  transition: all ease-in-out 1s;
  position: absolute;
}
.search-div2 .container .close .layui-icon:hover {
  color: #1d599d;
}
.search-div2 .container .close .layui-icon:hover:before {
  transform: rotate(360deg);
}
.search-div2 .tips {
  font-size: 0.22rem;
  line-height: 1;
  padding: 0.4rem 0;
  display: flex;
  align-items: center;
}
.search-div2 .tips span {
  color: #1d599d;
  font-weight: bold;
}
.search-div2 .tips span:before {
  content: '"';
}
.search-div2 .tips span:after {
  content: '"';
}
.search-div2 .pager {
  background: #f1f1f1;
  padding-bottom: 0.4rem;
  padding-bottom: 0.2rem;
}
.search-div2 .pager .paginator {
  padding-top: 0.2rem;
}
.search-div2 .list {
  padding: 0.6rem 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.2rem;
}
@media (max-width: 768px) {
  .search-div2 .list {
    padding: 0.3rem 0;
  }
}
.search-div2 .list .item {
  display: flex;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 0.2rem;
}
.search-div2 .list .item .img {
  width: 1.2rem;
  height: 0.85rem;
  flex: 0 0 auto;
  overflow: hidden;
}
.search-div2 .list .item .img a {
  display: block;
  height: 100%;
}
.search-div2 .list .item .img a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.search-div2 .list .item .txt {
  padding-left: 0.2rem;
  flex: 1 1 auto;
}
.search-div2 .list .item .txt .t1 {
  font-size: 0.18rem;
  color: #000;
}
.search-div2 .list .item .txt .desc {
  padding: 10px 0;
  font-size: 0.14rem;
}
.search-div2 .list .item .txt .url {
  border-top: 1px solid #eaeaea;
  color: #999;
  line-height: 1;
  font-size: 0.14rem;
  display: block;
  font-size: 0.12rem;
}
@media (max-width: 768px) {
  .search-div2 .list .item .txt .url {
    font-size: 0.08rem;
  }
}
.search-div2 .list .item .txt .url ul {
  padding: 1.5em 0;
  display: flex;
  align-items: center;
}
.search-div2 .list .item .txt .url ul li {
  display: flex;
  align-items: center;
}
.search-div2 .list .item .txt .url ul li a.active {
  color: #1d599d;
}
.search-div2 .list .item .txt .url ul li + li::before {
  font-family: layui-icon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e602";
  margin: 0 0.12rem;
}
.search-div2 .list .item .txt .url ul {
  padding: 1em 0;
}
.page-banner-swiper {
  position: relative;
  overflow: hidden;
}
.page-banner-swiper .banner {
  max-height: 7.68rem;
  max-height: 10.28rem;
  position: relative;
}
.page-banner-swiper .banner .img-wrapper {
  height: 100%;
}
.page-banner-swiper .banner .img-wrapper .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 7.2rem;
  max-height: 9.8rem;
}
.page-banner-swiper .banner .img-wrapper .img img:first-child {
  display: block;
}
@media (max-width: 768px) {
  .page-banner-swiper .banner .img-wrapper .img img:first-child {
    display: none;
  }
}
.page-banner-swiper .banner .img-wrapper .img img:last-child {
  display: none;
}
@media (max-width: 768px) {
  .page-banner-swiper .banner .img-wrapper .img img:last-child {
    display: block;
  }
}
@media (min-width: 768px) {
  .page-banner-swiper .banner .img-wrapper .img img:nth-child(1) {
    display: block;
  }
}
.page-banner-swiper .banner .info-wrapper {
  position: relative;
  z-index: 3;
}
.page-banner-swiper .banner .info-wrapper .info {
  min-height: 1.6rem;
  margin-top: calc(-1.6rem + 0.48rem);
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .page-banner-swiper .banner .info-wrapper .info {
    min-height: 1.6rem;
    margin-top: calc(-1.6rem + 0.48rem);
  }
}
@media (max-width: 768px) {
  .page-banner-swiper .banner .info-wrapper .info {
    min-height: 0.8rem;
    margin-top: 0;
  }
}
.page-banner-swiper .banner .info-wrapper .info .item {
  max-width: 50%;
  min-width: 45%;
  width: 100%;
  position: relative;
  padding: 0.4rem 80px 0.4rem 140px;
  color: #fff;
  line-height: 1;
}
@media (max-width: 992px) {
  .page-banner-swiper .banner .info-wrapper .info .item {
    width: 90%;
    max-width: inherit;
    min-width: inherit;
    padding: 0.4rem 20px 0.4rem 100px;
  }
}
@media (max-width: 768px) {
  .page-banner-swiper .banner .info-wrapper .info .item {
    width: 100%;
    padding: 0.2rem;
  }
}
.page-banner-swiper .banner .info-wrapper .info .item::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background-color: #1d599d;
  content: '';
  transform: skew(-34.5deg);
  transform-origin: left bottom;
}
@media (max-width: 768px) {
  .page-banner-swiper .banner .info-wrapper .info .item::before {
    transform: none;
  }
}
.page-banner-swiper .banner .info-wrapper .info .item .txt .t1 {
  font-size: 0.5rem;
}
@media (max-width: 768px) {
  .page-banner-swiper .banner .info-wrapper .info .item .txt .t1 {
    font-size: 0.22rem;
  }
}
.page-banner-swiper .banner .info-wrapper .info .item .txt .desc {
  font-size: 0.2rem;
  padding-top: 1em;
}
@media (max-width: 768px) {
  .page-banner-swiper .banner .info-wrapper .info .item .txt .desc {
    font-size: 0.12rem;
  }
}
.article-box-swiper-div {
  position: relative;
  overflow: hidden;
}
.article-box-swiper-div .swiper-pagination {
  top: 0.5rem;
  bottom: auto;
}
@media (max-width: 768px) {
  .article-box-swiper-div .swiper-pagination {
    top: 0.2rem;
  }
}
.article-box-swiper-div .swiper-pagination .swiper-pagination-bullet {
  width: 0.25rem;
  height: 0.09rem;
  position: relative;
  background: none;
  /*background-color: #cdcdcd;*/
  border-radius: 0;
  opacity: 1;
  transition: all ease-in-out 0.3s;
}
.article-box-swiper-div .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  background-color: #CFD4E0;
  width: 0.09rem;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100%;
  transition: all ease-in-out 0.3s;
}
@media (max-width: 768px) {
  .article-box-swiper-div .swiper-pagination .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.02rem;
    width: 0.25rem;
    height: 0.09rem;
  }
}
.article-box-swiper-div .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  top: 0;
  bottom: 0;
  background-color: #8896AE;
  border-radius: 10em;
  width: 100%;
}
.article-box-swiper-div .swiper-button-next,
.article-box-swiper-div .swiper-button-prev {
  --swiper-navigation-color: #fff;
  background-color: #999;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  font-size: 0.1rem;
  --swiper-navigation-size: 22px;
}
.article-box-swiper-div .swiper-button-next {
  right: 20px;
}
@media (min-width: 992px) {
  .article-box-swiper-div .swiper-button-next {
    right: calc((100vw - 960px) / 2 / 2);
  }
}
@media (min-width: 1200px) {
  .article-box-swiper-div .swiper-button-next {
    right: calc((100vw - 1140px) / 2 / 2);
  }
}
@media (min-width: 1400px) {
  .article-box-swiper-div .swiper-button-next {
    right: calc((100vw - 1320px) / 2 / 2);
  }
}
@media (min-width: 1920px) {
  .article-box-swiper-div .swiper-button-next {
    right: calc((100vw - 1630px) / 2 / 2);
  }
}
.article-box-swiper-div .swiper-button-prev {
  left: 20px;
}
@media (min-width: 992px) {
  .article-box-swiper-div .swiper-button-prev {
    left: calc((100vw - 960px) / 2 / 2);
  }
}
@media (min-width: 1200px) {
  .article-box-swiper-div .swiper-button-prev {
    left: calc((100vw - 1140px) / 2 / 2);
  }
}
@media (min-width: 1400px) {
  .article-box-swiper-div .swiper-button-prev {
    left: calc((100vw - 1320px) / 2 / 2);
  }
}
@media (min-width: 1920px) {
  .article-box-swiper-div .swiper-button-prev {
    left: calc((100vw - 1630px) / 2 / 2);
  }
}
.article-box-swiper-div .swiper {
  width: 100%;
  /*	@media (min-width: 992px) {
			max-width: 960px;
		}

		@media (min-width: 1200px) {
			max-width: 960px;
		}

		@media (min-width: 1400px) {
			max-width: 1320px;
			max-width: 960px;
		}

		@media (min-width: 1920px) {
			max-width: 1630px;
			max-width: 960px;
		}*/
}
.article-box-swiper-div .swiper .body,
.article-box-swiper-div .swiper .tit,
.article-box-swiper-div .swiper .img {
  margin: 0 auto;
}
@media (min-width: 960px) {
  .article-box-swiper-div .swiper .body,
  .article-box-swiper-div .swiper .tit,
  .article-box-swiper-div .swiper .img {
    max-width: 83.33333333%;
  }
}
@media (min-width: 1280px) {
  .article-box-swiper-div .swiper .body,
  .article-box-swiper-div .swiper .tit,
  .article-box-swiper-div .swiper .img {
    max-width: 66.66666667%;
  }
}
.article-box-swiper-div .swiper .img img {
  max-width: 100%;
}
.table-more-btn {
  font-size: 0.16rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(-45deg, #0060ac, #0099d6 50%, #0060ac);
  background-position: 0 0;
  background-size: 100% 250px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: Titillium Web bold, sans-serif;
  height: 42px;
  justify-content: center;
  overflow: hidden;
  padding: 0 23px;
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.table-more-btn:hover {
  background-position: 100% 100%;
}
.article-box-form {
  padding: 1.2rem 0;
  display: flex;
}
@media (max-width: 768px) {
  .article-box-form {
    padding: 0.6rem 0;
    display: block;
  }
}
.article-box-form .left {
  width: 50%;
  flex: 0 0 auto;
  padding-right: 1.44rem;
  font-weight: 300;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .article-box-form .left {
    padding-right: 0;
    width: 100%;
  }
}
.article-box-form .left h2 {
  font-size: 0.5rem;
  font-weight: 300;
  line-height: 1.2;
  padding-bottom: 0.5em;
}
@media (max-width: 768px) {
  .article-box-form .left h2 {
    font-size: 0.2rem;
    font-weight: 400;
  }
}
.article-box-form .left p {
  font-size: 0.18rem;
}
@media (max-width: 768px) {
  .article-box-form .left p {
    font-size: 0.12rem;
  }
}
.article-box-form .left h3 {
  font-size: 0.34rem;
  font-weight: 300;
  line-height: 1.2;
  padding: 1em 0 0.5em 0;
}
@media (max-width: 768px) {
  .article-box-form .left h3 {
    font-size: 0.16rem;
    font-weight: 400;
  }
}
.article-box-form .right {
  flex: 1 1 auto;
}
@media (max-width: 768px) {
  .article-box-form .right {
    padding-top: 0.3rem;
  }
}
.article-box-form .right .t1 {
  font-size: 0.34rem;
  font-weight: 300;
  line-height: 1.2;
  padding: 0 0 0.5em 0;
}
@media (max-width: 768px) {
  .article-box-form .right .t1 {
    font-size: 0.16rem;
    font-weight: 400;
  }
}
.article-box-form .right .form {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0.1rem;
}
.article-box-form .right .form .item:last-child {
  padding-top: 0.2rem;
}
.article-box-form .right .form .item input {
  height: 0.48rem;
  line-height: 0.48rem;
  border-color: #e6eaf5;
}
.article-box-form .right .form .item textarea {
  height: 2rem;
}
.article-box-form .right .form .item .layui-btn {
  background-color: #1d599d;
}
.w988 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 992px) {
  .w988 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .w988 .container {
    max-width: 960px;
  }
}
@media (min-width: 1400px) {
  .w988 .container {
    max-width: 988px;
  }
}
@media (min-width: 1900px) {
  .w988 .container {
    max-width: 988px;
    padding-right: 0;
    padding-left: 0;
  }
}