@charset "utf-8";
:root {
  --color: #005CE6;
  --vh: 100vh;
}
/*字体*/
@font-face {
  font-family: "dina";
  src: url("../fonts/DIN\ Alternate\ Bold.ttf") format("truetype");
}
.font-db {
  font-family: 'dina', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #005ba8;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1600px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
.font32 {
  font-size: 32px;
}
.font34 {
  font-size: 34px;
}
.font36 {
  font-size: 36px;
}
.font38 {
  font-size: 38px;
}
.font40 {
  font-size: 40px;
}
.font42 {
  font-size: 42px;
}
.font44 {
  font-size: 44px;
}
.font46 {
  font-size: 46px;
}
.font48 {
  font-size: 48px;
}
.font50 {
  font-size: 50px;
}
.font52 {
  font-size: 52px;
}
.font54 {
  font-size: 54px;
}
.font56 {
  font-size: 56px;
}
.font60 {
  font-size: 60px;
}
.font80 {
  font-size: 80px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 26px;
  }
  .font30 {
    font-size: 28px;
  }
  .font32 {
    font-size: 30px;
  }
  .font34 {
    font-size: 32px;
  }
  .font36 {
    font-size: 34px;
  }
  .font38 {
    font-size: 36px;
  }
  .font40 {
    font-size: 38px;
  }
  .font42,
  .font44 {
    font-size: 40px;
  }
  .font46 {
    font-size: 42px;
  }
  .font48 {
    font-size: 44px;
  }
  .font50 {
    font-size: 46px;
  }
  .font52 {
    font-size: 48px;
  }
  .font54 {
    font-size: 50px;
  }
  .font56 {
    font-size: 52px;
  }
  .font60,
  .font80 {
    font-size: 56px;
  }
}
@media (max-width: 1260px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20 {
    font-size: 18px;
  }
  .font22 {
    font-size: 20px;
  }
  .font24 {
    font-size: 22px;
  }
  .font26 {
    font-size: 24px;
  }
  .font28 {
    font-size: 24px;
  }
  .font30 {
    font-size: 26px;
  }
  .font32 {
    font-size: 28px;
  }
  .font34 {
    font-size: 28px;
  }
  .font36,
  .font38,
  .font40 {
    font-size: 30px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 36px;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56 {
    font-size: 38px;
  }
  .font60,
  .font80 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .font14,
  .font16 {
    font-size: 0.28rem;
  }
  .font18,
  .font20 {
    font-size: 0.3rem;
  }
  .font22,
  .font24,
  .font26,
  .font28 {
    font-size: 0.32rem;
  }
  .font30,
  .font32,
  .font34 {
    font-size: 0.34rem;
  }
  .font36,
  .font38,
  .font40 {
    font-size: 0.4rem;
  }
  .font42,
  .font44,
  .font46 {
    font-size: 0.46rem;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56,
  .font60,
  .font80 {
    font-size: 0.48rem;
  }
}
.public-scrollbar {
  scrollbar-width: thin;
}
.public-scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.public-scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #005ba8;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.public-btn.public-btn2 span {
  color: #fff;
}
.public-btn.public-btn2 i {
  background-color: #fff;
}
.public-btn.public-btn2 i img path,
.public-btn.public-btn2 i svg path {
  fill: #005ba8;
}
.public-btn:hover i svg {
  animation: jte 0.4s linear forwards;
}
.public-btn span {
  color: #333333;
  display: inline-block;
  margin-right: 0.1rem;
  font-weight: bold;
}
.public-btn i {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  background-color: #005ba8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1580px) {
  .public-btn i {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.public-btn i svg {
  width: 12px;
  height: 12px;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
}
@media (max-width: 1580px) {
  .public-btn i svg {
    width: 10px;
    height: 10px;
  }
}
.public-btn i svg path {
  fill: #fff;
}
@keyframes jte {
  0% {
    left: 50%;
  }
  50% {
    left: 110%;
  }
  50.1% {
    left: 0%;
  }
  100% {
    left: 50%;
  }
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #005ba8;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #005ba8;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #005ba8;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 0.8rem;
}
@media (max-width: 1580px) {
  #c-placeholder {
    height: 1rem;
  }
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 0.8rem;
  text-align: center;
  color: #fff;
  transition: 0.4s;
}
@media (max-width: 1580px) {
  #c-header {
    line-height: 1rem;
  }
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header a {
  color: #fff;
  transition: 0.4s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  padding: 0 0.3rem 0 0.4rem;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-head-move {
  top: -1.1rem;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -1.2rem;
  }
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 a {
  color: #333;
}
#c-header.c-style3 {
  color: #333;
  border: none;
}
#c-header.c-style3 a {
  color: #333;
}
/*顶部logo*/
#c-header .c-logo {
  position: relative;
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
  padding-right: 0.4rem;
}
#c-header .c-logo .c-img-box img {
  height: 0.44rem;
}
@media (max-width: 1580px) {
  #c-header .c-logo .c-img-box img {
    height: 0.54rem;
  }
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 0.6rem;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .c-logo i {
  display: block;
  width: 1px;
  height: 0.8rem;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 1580px) {
  #c-header .c-logo i {
    height: 1rem;
  }
}
@media (max-width: 991px) {
  #c-header .c-logo i {
    display: none;
  }
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1),
#c-header.c-style3 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2),
#c-header.c-style3 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
#c-header.c-style2 .c-logo i {
  background-color: rgba(51, 51, 51, 0.2);
}
#c-header.c-style3 .c-logo i {
  background-color: transparent;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  margin-right: 0.7rem;
  /* a:before {
                content: "";
                position: absolute;
                bottom: -1px;
                left: 50%;
                width: 0;
                height: 2px;
                background: @color1;
                transition: .4s;
            } */
}
@media (max-width: 1260px) {
  #c-header .c-nav > li {
    margin-right: 0.3rem;
  }
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav > li > .c-title-box img,
#c-header .c-nav > li > .c-title-box svg {
  margin-left: 0.1rem;
  width: 10px;
  height: 10px;
}
#c-header .c-nav > li > .c-title-box img path,
#c-header .c-nav > li > .c-title-box svg path {
  fill: #fff;
  transition: all 0.4s;
}
#c-header .c-nav > li.on2 {
  position: initial;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#c-header .c-nav ul {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  min-width: 1.7rem;
  line-height: 0.45rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0.1rem;
  border-radius: 0 0 10px 10px;
}
#c-header .c-nav ul li {
  transition: all 0.4s;
  border-radius: 0.1rem;
  margin-bottom: 0.1rem;
}
#c-header .c-nav ul li:last-child {
  margin-bottom: 0;
}
#c-header .c-nav ul li:last-child a::before {
  display: none;
}
#c-header .c-nav ul li:hover {
  background: #f8f8f8;
}
#c-header .c-nav ul li:hover a {
  color: #005ba8;
}
#c-header .c-nav ul li a {
  padding: 0 20px;
  color: #333;
  white-space: nowrap;
}
#c-header .c-nav ul li a::before {
  bottom: 0;
  width: calc(100% - 40px) !important;
  left: 20px !important;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a,
#c-header.c-style3 .c-nav li.on > .c-title-box > a,
#c-header .c-nav li:hover > .c-title-box > a,
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #005ba8;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a:before,
#c-header.c-style3 .c-nav li.on > .c-title-box > a:before,
#c-header .c-nav li:hover > .c-title-box > a:before,
#c-header .c-nav li.on > a:before,
#c-header .c-nav li:hover > a:before {
  left: 0;
  width: 100%;
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg path,
#c-header.c-style3 .c-nav li.on > .c-title-box svg path,
#c-header .c-nav li:hover > .c-title-box svg path {
  fill: #005ba8 !important;
}
#c-header.c-style2 .c-nav li .c-title-box svg path,
#c-header.c-style3 .c-nav li .c-title-box svg path {
  fill: #333;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.4s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.4s;
}
#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #005ba8;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.4s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i,
#c-header.c-style3 .c-switch i {
  background: #333;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
  padding-left: 2.8rem;
}
@media (max-width: 1300px) {
  #c-header .c-gn {
    padding-left: 1.5rem;
  }
}
@media (max-width: 1260px) {
  #c-header .c-gn {
    padding-left: 0.5rem;
  }
}
#c-header .c-gn .x-yy {
  padding: 0 0.6rem 0 0.3rem;
  position: relative;
}
#c-header .c-gn .x-yy::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  #c-header .c-gn .x-yy::before {
    display: none;
  }
}
#c-header .c-gn .x-yy .x-t {
  position: relative;
  display: flex;
  align-items: center;
}
#c-header .c-gn .x-yy .x-t .x-i1 {
  display: inline-flex;
  width: 20px;
  height: 20px;
}
#c-header .c-gn .x-yy .x-t .x-i1 svg {
  width: 100%;
  height: 100%;
}
#c-header .c-gn .x-yy .x-t .x-i1 svg path {
  fill: #fff;
}
#c-header .c-gn .x-yy .x-t span {
  display: inline-block;
  margin: 0 0.1rem;
}
#c-header .c-gn .x-yy .x-t .x-i2 {
  display: inline-flex;
  width: 10px;
  height: 10px;
}
#c-header .c-gn .x-yy .x-t .x-i2 svg {
  width: 100%;
  height: 100%;
}
#c-header .c-gn .x-yy .x-t .x-i2 svg path {
  fill: #fff;
}
#c-header .c-gn .x-yy .x-t .g-eng {
  position: absolute;
  top: 100%;
  left: 50%;
  display: none;
  min-width: 1.2rem;
  line-height: 0.45rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0.1rem;
  border-radius: 0 0 10px 10px;
}
#c-header .c-gn .x-yy .x-t .g-eng li {
  transition: all 0.4s;
  border-radius: 0.1rem;
  margin-bottom: 0.1rem;
}
#c-header .c-gn .x-yy .x-t .g-eng li:last-child {
  margin-bottom: 0;
}
#c-header .c-gn .x-yy .x-t .g-eng li:last-child a::before {
  display: none;
}
#c-header .c-gn .x-yy .x-t .g-eng li:hover {
  background: #f8f8f8;
}
#c-header .c-gn .x-yy .x-t .g-eng li:hover a {
  color: #005ba8;
}
#c-header .c-gn .x-yy .x-t .g-eng li a {
  padding: 0 20px;
  color: #333;
  white-space: nowrap;
}
#c-header .c-gn .x-yy .x-t .g-eng li a::before {
  bottom: 0;
  width: calc(100% - 40px) !important;
  left: 20px !important;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
#c-header .c-gn .x-ss {
  cursor: pointer;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-gn .x-ss {
    display: none;
  }
}
#c-header .c-gn .x-ss svg {
  width: 100%;
  height: 100%;
}
#c-header .c-gn .x-ss svg path {
  fill: #fff;
}
#c-header.c-style2 .c-gn .x-yy::before {
  background-color: rgba(51, 51, 51, 0.2);
}
#c-header.c-style2 .c-gn .x-yy .x-t .x-i1 svg path {
  fill: #333;
}
#c-header.c-style2 .c-gn .x-yy .x-t .x-i2 svg path {
  fill: #333;
}
#c-header.c-style2 .c-gn .x-ss svg path {
  fill: #333;
}
#c-header.c-style3 .c-gn .x-yy::before {
  background-color: transparent;
}
#c-header.c-style3 .c-gn .x-yy .x-t .x-i1 svg path {
  fill: #333;
}
#c-header.c-style3 .c-gn .x-yy .x-t .x-i2 svg path {
  fill: #333;
}
#c-header.c-style3 .c-gn .x-ss svg path {
  fill: #333;
}
#c-header .g_navsearch {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #ffffff;
  color: #222222;
  display: none;
}
#c-header .g_navsearch .container {
  padding: 0.52rem 0 0.74rem;
  position: relative;
}
@media (max-width: 767px) {
  #c-header .g_navsearch .container {
    padding-bottom: 0.6rem;
  }
}
#c-header .g_navsearch .f_close {
  position: absolute;
  right: 0.8rem;
  top: 0.96rem;
  width: 18px;
  height: 18px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  #c-header .g_navsearch .f_close {
    right: 0;
    top: 0.3rem;
    width: 16px;
    height: 16px;
  }
}
#c-header .g_navsearch .f_close img {
  width: 100%;
  float: left;
}
#c-header .g_navsearch .f_close img:nth-child(2) {
  display: none;
}
#c-header .g_navsearch .f_close svg {
  width: 100%;
  height: auto;
  max-height: 100%;
}
#c-header .g_navsearch .f_close svg path {
  fill: #808080;
}
#c-header .g_navsearch .f_close:hover {
  transform: rotate(90deg);
}
#c-header .g_navsearch .f_cont {
  width: 8.28rem;
  margin: 0 auto;
}
#c-header .g_navsearch .f_cont .fz_title {
  margin-bottom: 1.36rem;
}
@media (max-width: 767px) {
  #c-header .g_navsearch .f_cont .fz_title {
    margin-bottom: 0.6rem;
  }
}
#c-header .g_navsearch .f_cont .f_form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.07rem;
  /* margin-bottom: 0.36rem; */
  border-bottom: 1px solid #f5f5f5;
}
@media (max-width: 767px) {
  #c-header .g_navsearch .f_cont .f_form {
    padding-bottom: 0.14rem;
  }
}
#c-header .g_navsearch .f_cont .f_form input {
  width: calc(100% - 26px);
  padding-right: 0.26rem;
  padding-left: 0.28rem;
}
@media (max-width: 767px) {
  #c-header .g_navsearch .f_cont .f_form input {
    width: calc(100% - 0.36rem);
  }
}
#c-header .g_navsearch .f_cont .f_form input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
#c-header .g_navsearch .f_cont .f_form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
#c-header .g_navsearch .f_cont .f_form input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
#c-header .g_navsearch .f_cont .f_form .f_sub {
  height: 0.45rem;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  overflow: hidden;
  min-width: 120px;
  background: #005ba8;
}
#c-header .g_navsearch .f_cont .f_form .f_sub p {
  color: #fff;
}
@media (max-width: 767px) {
  #c-header .g_navsearch .f_cont .f_form .f_sub {
    width: 0.36rem;
  }
}
#c-header .g_navsearch .f_cont .f_form .f_sub svg,
#c-header .g_navsearch .f_cont .f_form .f_sub img {
  margin-left: 0.1rem;
  width: 15px;
  height: auto;
}
#c-header .g_navsearch .f_cont .f_form .f_sub svg path,
#c-header .g_navsearch .f_cont .f_form .f_sub img path {
  fill: #fff;
}
#c-header .g_navsearch .f_cont .f_form .f_sub:hover {
  opacity: 0.8;
}
#c-header .g_navsearch .f_cont .f_jut {
  display: flex;
  line-height: 24px;
  align-items: flex-start;
  line-height: 36px;
}
@media (max-width: 1580px) {
  #c-header .g_navsearch .f_cont .f_jut {
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  #c-header .g_navsearch .f_cont .f_jut {
    line-height: 26px;
  }
}
#c-header .g_navsearch .f_cont .f_jut .name {
  fill: 0 0 auto;
  margin-top: 1px;
  display: block;
  padding-right: 0.2rem;
}
#c-header .g_navsearch .f_cont .f_jut .f_list {
  fill: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
}
#c-header .g_navsearch .f_cont .f_jut .f_list .li {
  margin-bottom: 10px;
  color: #555555;
  background-color: #f1f1f1;
  border-radius: 18px;
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  padding: 0 0.22rem;
  margin-right: 0.16rem;
}
@media (max-width: 1580px) {
  #c-header .g_navsearch .f_cont .f_jut .f_list .li {
    border-radius: 16px;
  }
}
@media (max-width: 991px) {
  #c-header .g_navsearch .f_cont .f_jut .f_list .li {
    border-radius: 13px;
  }
}
#c-header .g_navsearch .f_cont .f_jut .f_list .li:hover {
  color: #ffffff;
  background-color: #005ba8;
}
/*首页轮播图*/
.x-index1 .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text {
    padding-right: 0;
  }
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
  color: #fff;
  font-weight: bold;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-p {
  color: #fff;
  margin-top: 0.08rem;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text .public-btn {
  margin-top: 0.55rem;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-text .public-btn span {
  color: #fff;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-im {
  width: 1.92rem;
  position: absolute;
  right: 0.9rem;
  z-index: 10;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-im {
    display: none;
  }
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-im .x-im-box {
  border: 2px solid #fff;
  transition: 0.4s ease-in-out;
  position: relative;
  border-radius: 0.1rem;
  cursor: pointer;
  overflow: hidden;
  margin: 0.1rem 0;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-im .x-im-box.on {
  border-color: #0674d2;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-im .x-im-box .public-img {
  border-radius: 0.1rem;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-im .x-im-box .public-img::before {
  padding-top: 51.04166667%;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-im .x-im-box .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-im .x-im-box .txt p {
  font-weight: bold;
  color: #fff;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-yun {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-yun.on .x-y1 {
  left: -40%;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-yun.on .x-y2 {
  right: -40%;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-yun .x-y1 {
  position: absolute;
  left: 0%;
  top: 0;
  width: 50%;
  transition: 2s all;
  height: 100%;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-yun .x-y1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-yun .x-y2 {
  position: absolute;
  right: 0%;
  top: 0;
  width: 50%;
  transition: 2s all;
  height: 100%;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .x-yun .x-y2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@media (max-width: 767px) {
  .x-index1 .swiper-container .swiper-wrapper .swiper-slide .img {
    height: 60vh !important;
  }
}
.x-index1 .swiper-container .swiper-wrapper .swiper-slide .img.x-m {
  display: none;
}
@media (max-width: 767px) {
  .x-index1 .swiper-container .swiper-wrapper .swiper-slide .img.x-m {
    display: block;
  }
}
@media (max-width: 767px) {
  .x-index1 .swiper-container .swiper-wrapper .swiper-slide .img.x-pc {
    display: none;
  }
}
.x-index1 .x-sp {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  padding-bottom: 0.44rem;
}
.x-index1 .x-sp .x-cn {
  margin: 0 0.1rem;
  width: 1.4rem;
  text-align: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-index1 .x-sp .x-cn {
    width: 0.4rem;
  }
}
.x-index1 .x-sp .x-cn.on .x-i i:nth-child(2) {
  animation: width2 9s linear;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
.x-index1 .x-sp .x-cn span {
  color: #fff;
}
@media (max-width: 767px) {
  .x-index1 .x-sp .x-cn span {
    display: none;
  }
}
.x-index1 .x-sp .x-cn .x-i {
  margin-top: 0.08rem;
  position: relative;
}
.x-index1 .x-sp .x-cn .x-i i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
}
.x-index1 .x-sp .x-cn .x-i i:nth-child(2) {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
@-webkit-keyframes width2 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes width2 {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.x-index2 {
  padding: 1.4rem 0;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .x-index2 {
    padding: 1.2rem 0 0.8rem;
  }
}
.x-index2 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-index2 .container .x-le {
  width: 36.25%;
}
@media (max-width: 991px) {
  .x-index2 .container .x-le {
    width: 43.25%;
  }
}
@media (max-width: 767px) {
  .x-index2 .container .x-le {
    width: 100%;
  }
}
.x-index2 .container .x-le .x-sp {
  color: #005ba8;
}
.x-index2 .container .x-le .x-title {
  font-weight: bold;
  color: #222222;
  line-height: 1.23;
  margin-top: 5px;
}
@media (max-width: 991px) {
  .x-index2 .container .x-le .x-title {
    font-size: 24px;
  }
}
.x-index2 .container .x-le .x-p {
  line-height: 1.625;
  margin-top: 0.25rem;
}
.x-index2 .container .x-le .public-btn {
  margin-top: 0.65rem;
}
@media (max-width: 991px) {
  .x-index2 .container .x-le .public-btn {
    margin-top: 0.4rem;
  }
}
.x-index2 .container .x-le .x-im {
  border-radius: 0.1rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin-top: 0.8rem;
  width: 3.9rem;
}
@media (max-width: 991px) {
  .x-index2 .container .x-le .x-im {
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-index2 .container .x-le .x-im {
    width: 100%;
  }
}
.x-index2 .container .x-le .x-im .public-img::before {
  padding-top: 64.1025641%;
}
.x-index2 .container .x-le .x-im .x-bf {
  width: 0.64rem;
  height: 0.64rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.x-index2 .container .x-le .x-im .x-bf::after {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  content: '';
  box-sizing: border-box;
  transition: all 0.4s;
}
.x-index2 .container .x-le .x-im .x-bf:hover svg path {
  fill: #e5e5e5;
}
.x-index2 .container .x-le .x-im .x-bf:hover::after {
  opacity: 0.5;
  transform: scale(1.4);
}
@media (max-width: 767px) {
  .x-index2 .container .x-le .x-im .x-bf {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.x-index2 .container .x-le .x-im .x-bf svg {
  width: 100%;
  height: 100%;
}
.x-index2 .container .x-le .x-im .x-bf svg path {
  fill: #fff;
}
.x-index2 .container .x-ri {
  width: 53.125%;
}
@media (max-width: 991px) {
  .x-index2 .container .x-ri {
    width: 53.125%;
  }
}
@media (max-width: 767px) {
  .x-index2 .container .x-ri {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-index2 .container .x-ri .public-img {
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .x-index2 .container .x-ri .public-img {
    display: none;
  }
}
.x-index2 .container .x-ri .public-img::before {
  padding-top: 58.82352941%;
}
.x-index2 .container .x-ri ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.1rem;
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  .x-index2 .container .x-ri ul {
    margin-top: 0.2rem;
    margin-right: 0;
  }
}
.x-index2 .container .x-ri ul li {
  text-align: center;
  position: relative;
  margin-right: 0.9rem;
}
@media (max-width: 991px) {
  .x-index2 .container .x-ri ul li {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.x-index2 .container .x-ri ul li::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #eaeaea;
  position: absolute;
  top: 50%;
  right: -0.4rem;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .x-index2 .container .x-ri ul li::before {
    display: none;
  }
}
.x-index2 .container .x-ri ul li:nth-child(1)::before {
  right: -0.5rem;
}
@media (max-width: 1580px) {
  .x-index2 .container .x-ri ul li:nth-child(1)::before {
    right: -0.8rem;
  }
}
@media (max-width: 1300px) {
  .x-index2 .container .x-ri ul li:nth-child(1)::before {
    right: -0.6rem;
  }
}
.x-index2 .container .x-ri ul li:nth-child(2)::before {
  right: -0.6rem;
}
@media (max-width: 1580px) {
  .x-index2 .container .x-ri ul li:nth-child(2)::before {
    right: -0.8rem;
  }
}
@media (max-width: 1300px) {
  .x-index2 .container .x-ri ul li:nth-child(2)::before {
    right: -0.7rem;
  }
}
.x-index2 .container .x-ri ul li:nth-child(3)::before {
  right: -0.7rem;
}
@media (max-width: 1580px) {
  .x-index2 .container .x-ri ul li:nth-child(3)::before {
    right: -1rem;
  }
}
@media (max-width: 1300px) {
  .x-index2 .container .x-ri ul li:nth-child(3)::before {
    right: -0.8rem;
  }
}
.x-index2 .container .x-ri ul li:last-child {
  margin-right: 0;
}
.x-index2 .container .x-ri ul li:last-child::before {
  display: none;
}
.x-index2 .container .x-ri ul li .x-t {
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 18px;
}
@media (max-width: 991px) {
  .x-index2 .container .x-ri ul li .x-t {
    display: inline-flex;
  }
}
.x-index2 .container .x-ri ul li .x-t span {
  color: #005ba8;
  line-height: 1.1;
}
@media (max-width: 1580px) {
  .x-index2 .container .x-ri ul li .x-t span {
    font-size: 40px;
  }
}
@media (max-width: 1260px) {
  .x-index2 .container .x-ri ul li .x-t span {
    font-size: 26px;
  }
}
.x-index2 .container .x-ri ul li .x-t i {
  font-style: initial;
  color: #005ba8;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  left: 103%;
  top: 0;
}
@media (max-width: 991px) {
  .x-index2 .container .x-ri ul li .x-t i {
    left: 107%;
    top: -12px;
  }
}
.x-index2 .container .x-ri ul li .x-t p {
  color: #333;
  line-height: 1.3;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .x-index3 {
    position: relative;
    z-index: 100;
  }
}
.x-index3 .x-con {
  position: relative;
}
.x-index3 .x-con .x-title {
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 1.25rem;
  transform: translateX(-50%);
  z-index: 5;
}
.x-index3 .x-con .x-swiper1 .x-li {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
}
.x-index3 .x-con .x-swiper1 .x-li.on {
  opacity: 1;
  position: relative;
}
.x-index3 .x-con .x-swiper1 .x-li .x-img {
  width: 100%;
  height: 9.7rem;
  overflow: hidden;
  position: relative;
}
.x-index3 .x-con .x-swiper1 .x-li .x-img img {
  width: 100%;
  height: 150vh;
  object-fit: cover;
}
.x-index3 .x-con .x-swiper1 .x-li .x-text {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  top: 2.8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.x-index3 .x-con .x-swiper1 .x-li .x-text .x-box {
  width: 25.625%;
}
@media (max-width: 1260px) {
  .x-index3 .x-con .x-swiper1 .x-li .x-text .x-box {
    width: 38.625%;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-swiper1 .x-li .x-text .x-box {
    width: 100%;
  }
}
.x-index3 .x-con .x-swiper1 .x-li .x-text .x-box .x-ic {
  width: 0.6rem;
  height: 0.6rem;
}
.x-index3 .x-con .x-swiper1 .x-li .x-text .x-box .x-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-index3 .x-con .x-swiper1 .x-li .x-text .x-box .x-title2 {
  color: #fff;
  font-weight: bold;
  margin-top: 0.2rem;
}
.x-index3 .x-con .x-swiper1 .x-li .x-text .x-box .x-p {
  color: #ffffff;
  margin-top: 0.15rem;
}
.x-index3 .x-con .x-swiper1 .x-li .x-text .x-box .public-btn {
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-swiper1 .x-li .x-text .x-box .public-btn {
    margin-top: 0.4rem;
  }
}
.x-index3 .x-con .x-swiper2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 117px;
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-swiper2 {
    height: 75px;
  }
}
.x-index3 .x-con .x-swiper2 .x-imbj {
  position: absolute;
  left: 0;
  bottom: 1.4rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-swiper2 .x-imbj {
    display: none;
  }
}
.x-index3 .x-con .x-swiper2 .x-imbj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index3 .x-con .x-swiper2 .swiper-container {
  position: absolute;
  top: -1.65rem;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-swiper2 .swiper-container {
    top: auto;
    bottom: 0;
  }
}
.x-index3 .x-con .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  margin-top: 0.67rem;
  transition: 0.4s ease-in;
  cursor: pointer;
}
@media (max-width: 1900px) {
  .x-index3 .x-con .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide {
    margin-top: 0.6rem;
  }
}
@media (max-width: 1260px) {
  .x-index3 .x-con .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide {
    margin-top: 0.4rem;
  }
}
@media (max-width: 991px) {
  .x-index3 .x-con .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide {
    margin-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide {
    margin-top: 0.2rem;
  }
}
.x-index3 .x-con .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev {
  margin-top: 0.71rem;
}
@media (max-width: 1900px) {
  .x-index3 .x-con .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev {
    margin-top: 0.62rem;
  }
}
@media (max-width: 1260px) {
  .x-index3 .x-con .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev {
    margin-top: 0.4rem;
  }
}
@media (max-width: 991px) {
  .x-index3 .x-con .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev {
    margin-top: 0.3rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-prev {
    margin-top: 0.2rem;
  }
}
.x-index3 .x-con .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  margin-top: 0.22rem;
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    margin-top: 0.2rem;
  }
}
.x-index3 .x-con .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active i::before {
  opacity: 1;
}
.x-index3 .x-con .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active p {
  color: #fff;
}
.x-index3 .x-con .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
}
.x-index3 .x-con .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide i::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 1s ease-in-out;
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide i::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.x-index3 .x-con .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide p {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 15px;
  transition: 0.4s ease-in-out;
}
.x-index4 {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -1.9rem;
  position: relative;
  z-index: 20;
}
@media (max-width: 1580px) {
  .x-index4 {
    margin-top: -1.8rem;
  }
}
@media (max-width: 767px) {
  .x-index4 {
    background-size: initial;
    margin-top: -0.3rem;
  }
}
.x-index4 .x-top {
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .x-index4 .x-top {
    padding-top: 1.2rem;
  }
}
.x-index4 .x-top .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-index4 .x-top .container .x-le {
  width: 50%;
}
@media (max-width: 767px) {
  .x-index4 .x-top .container .x-le {
    width: 100%;
  }
}
.x-index4 .x-top .container .x-le .x-title {
  font-weight: bold;
  color: #222222;
}
.x-index4 .x-top .container .x-le .x-title span {
  color: #005ba8;
}
.x-index4 .x-top .container .x-le .x-p {
  color: #333;
  margin-top: 0.05rem;
}
.x-index4 .x-top .container .x-ri {
  width: 23.75%;
}
@media (max-width: 991px) {
  .x-index4 .x-top .container .x-ri {
    width: 38.75%;
  }
}
@media (max-width: 767px) {
  .x-index4 .x-top .container .x-ri {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-index4 .x-top .container .x-ri .x-li {
  border-bottom: 1px solid #dde9f1;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.14rem;
}
.x-index4 .x-top .container .x-ri .x-li:last-child {
  border-bottom: none;
}
.x-index4 .x-top .container .x-ri .x-li:nth-child(n+2) {
  padding-top: 0.14rem;
}
.x-index4 .x-top .container .x-ri .x-li .x-p {
  color: #666666;
  margin-top: 0.3rem;
}
.x-index4 .x-top .container .x-ri .x-li .x-shuzi {
  display: flex;
}
.x-index4 .x-top .container .x-ri .x-li .x-shuzi span {
  font-size: 1rem;
  color: #005ba8;
  line-height: 0.9;
}
@media (max-width: 767px) {
  .x-index4 .x-top .container .x-ri .x-li .x-shuzi span {
    font-size: 0.6rem;
  }
}
.x-index4 .x-top .container .x-ri .x-li .x-shuzi i {
  display: inline-block;
  margin-left: 4px;
  font-style: initial;
  font-weight: bold;
  color: #005ba8;
}
@media (max-width: 767px) {
  .x-index4 .x-xia {
    margin-top: 0.8rem;
  }
}
.x-index4 .x-xia .x-im {
  position: relative;
}
.x-index4 .x-xia .x-im .x-img1::before {
  padding-top: 28.64583333%;
}
.x-index4 .x-xia .x-im .x-box {
  width: 0;
  height: 0;
  position: absolute;
  cursor: pointer;
}
.x-index4 .x-xia .x-im .x-box:hover::before {
  display: block;
}
.x-index4 .x-xia .x-im .x-box:hover .x-ai i:nth-child(1) {
  background-color: #fff;
}
.x-index4 .x-xia .x-im .x-box:hover .x-text {
  display: block;
}
.x-index4 .x-xia .x-im .x-box::before {
  content: "";
  width: 34px;
  height: 34px;
  background: url('../images/x-index25.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0.17rem;
  top: -0.43rem;
  z-index: 5;
  display: none;
}
@media (max-width: 1580px) {
  .x-index4 .x-xia .x-im .x-box::before {
    top: -0.53rem;
  }
}
@media (max-width: 767px) {
  .x-index4 .x-xia .x-im .x-box::before {
    display: none !important;
  }
}
.x-index4 .x-xia .x-im .x-box .x-ai {
  width: 8px;
  height: 8px;
  position: relative;
}
@media (max-width: 767px) {
  .x-index4 .x-xia .x-im .x-box .x-ai {
    width: 6px;
    height: 6px;
  }
}
.x-index4 .x-xia .x-im .x-box .x-ai i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #005ba8;
  position: relative;
  z-index: 2;
  transition: 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .x-index4 .x-xia .x-im .x-box .x-ai i {
    width: 6px;
    height: 6px;
  }
}
.x-index4 .x-xia .x-im .x-box .x-ai i:nth-child(2),
.x-index4 .x-xia .x-im .x-box .x-ai i:nth-child(3) {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 91, 168, 0.8);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  z-index: 1;
  animation: scale1 2s linear infinite;
}
@media (max-width: 767px) {
  .x-index4 .x-xia .x-im .x-box .x-ai i:nth-child(2),
  .x-index4 .x-xia .x-im .x-box .x-ai i:nth-child(3) {
    width: 0.1rem;
    height: 0.1rem;
  }
}
.x-index4 .x-xia .x-im .x-box .x-ai i:nth-child(3) {
  display: none;
}
.x-index4 .x-xia .x-im .x-box .x-text {
  width: 0;
  height: 0;
  position: absolute;
  top: -2.2rem;
  left: -0.1rem;
  z-index: 10;
  display: none;
}
@media (max-width: 1580px) {
  .x-index4 .x-xia .x-im .x-box .x-text {
    top: -2.6rem;
  }
}
@media (max-width: 767px) {
  .x-index4 .x-xia .x-im .x-box .x-text {
    display: none !important;
  }
}
.x-index4 .x-xia .x-im .x-box .x-text .x-nr {
  width: 2.8rem;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.28rem rgba(17, 70, 128, 0.13);
}
@media (max-width: 1580px) {
  .x-index4 .x-xia .x-im .x-box .x-text .x-nr {
    width: 3.4rem;
  }
}
.x-index4 .x-xia .x-im .x-box .x-text .x-nr .public-img {
  border-radius: 0.1rem;
}
.x-index4 .x-xia .x-im .x-box .x-text .x-nr .public-img::before {
  padding-top: 55.88235294%;
}
.x-index4 .x-xia .x-im .x-box .x-text .x-nr p {
  font-weight: bold;
  color: #005ba8;
  text-align: center;
  padding: 0.1rem;
}
@keyframes scale1 {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(6);
  }
}
.x-index5 {
  padding: 1.3rem 0 calc(1rem + 120px);
}
@media (max-width: 767px) {
  .x-index5 {
    padding: 1.2rem 0 0.8rem;
  }
}
.x-index5 .container .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.x-index5 .container .x-top .x-title {
  font-weight: bold;
  color: #222222;
}
.x-index5 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0.55rem -0.3rem 0 0;
}
.x-index5 .container ul li {
  width: 33.33%;
  padding: 0 0.3rem 0.3rem 0;
  display: flex;
}
@media (max-width: 991px) {
  .x-index5 .container ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-index5 .container ul li {
    width: 100%;
    padding-bottom: 0.5rem;
  }
}
.x-index5 .container ul li a {
  border: 0.1rem;
  width: 100%;
  display: block;
  transition: 0.4s ease-in-out;
  position: relative;
}
@media (max-width: 767px) {
  .x-index5 .container ul li a {
    box-shadow: 0 0 0.28rem rgba(17, 70, 128, 0.13);
  }
}
.x-index5 .container ul li a::before {
  content: "";
  width: 0;
  height: 0.02rem;
  background-color: #0860ab;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s ease-in-out;
}
.x-index5 .container ul li a:hover {
  box-shadow: 0 0 0.28rem rgba(17, 70, 128, 0.13);
}
.x-index5 .container ul li a:hover::before {
  width: 100%;
}
.x-index5 .container ul li a:hover .public-img img {
  transform: scale(1.08);
}
.x-index5 .container ul li a:hover .x-text::before {
  opacity: 1;
}
.x-index5 .container ul li a:hover .x-text .x-title2 {
  color: #005ba8;
}
.x-index5 .container ul li a .public-img {
  border-radius: 0.1rem 0.1rem 0 0;
}
.x-index5 .container ul li a .public-img::before {
  padding-top: 60.78431373%;
}
.x-index5 .container ul li a .x-text {
  padding: 0.25rem 0.3rem;
  position: relative;
}
.x-index5 .container ul li a .x-text::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url('../images/x-index8.png') no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.4s ease-in-out;
  z-index: -1;
}
.x-index5 .container ul li a .x-text .x-title2 {
  font-weight: bold;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
  transition: 0.4s ease-in-out;
}
.x-index5 .container ul li a .x-text .x-p {
  color: #999999;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
.x-index5 .container ul li a .x-text .x-sp {
  color: #999999;
  margin-top: 0.4rem;
}
/* 底部 */
.x-foot {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 100;
  margin-top: -120px;
}
.x-foot::before {
  content: "";
  width: 4.32rem;
  height: 6.58rem;
  background: url('../images/x-index14.png') no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.x-foot::after {
  content: "";
  width: 3.66rem;
  height: 5.28rem;
  background: url('../images/x-index15.png') no-repeat center;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.x-foot .container {
  position: relative;
  z-index: 5;
}
.x-foot .container .x-top {
  padding: 1.1rem 0 0.6rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .x-foot .container .x-top {
    padding: 1.1rem 0 0.4rem;
  }
}
.x-foot .container .x-top .x-im {
  width: 24.875%;
  text-align: center;
}
@media (max-width: 767px) {
  .x-foot .container .x-top .x-im {
    width: 68.875%;
  }
}
.x-foot .container .x-top .x-im .public-img::before {
  padding-top: 14.07035176%;
}
.x-foot .container .x-top .x-a {
  width: 100%;
  text-align: center;
  margin-top: 0.4rem;
}
.x-foot .container .x-zh {
  padding: 0.9rem 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-foot .container .x-zh .x-l {
  width: 23.75%;
}
@media (max-width: 991px) {
  .x-foot .container .x-zh .x-l {
    width: 100%;
  }
}
.x-foot .container .x-zh .x-l .x-logo a {
  display: block;
  width: auto;
  height: 0.65rem;
}
@media (max-width: 767px) {
  .x-foot .container .x-zh .x-l .x-logo a {
    height: 0.6rem;
  }
}
.x-foot .container .x-zh .x-l .x-logo a img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.x-foot .container .x-zh .x-l .x-fx {
  display: flex;
  margin-top: 0.5rem;
}
.x-foot .container .x-zh .x-l .x-fx a {
  display: inline-block;
  margin-right: 10px;
  position: relative;
}
.x-foot .container .x-zh .x-l .x-fx a:hover .x-i {
  background-color: #fff;
}
.x-foot .container .x-zh .x-l .x-fx a:hover .x-i svg path {
  fill: #1569af;
}
.x-foot .container .x-zh .x-l .x-fx a:hover .x-ewm {
  display: block;
}
.x-foot .container .x-zh .x-l .x-fx a .x-i {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 100%;
  transition: 0.4s ease-in-out;
}
.x-foot .container .x-zh .x-l .x-fx a .x-i svg {
  max-width: 65%;
  width: auto;
  height: auto;
}
.x-foot .container .x-zh .x-l .x-fx a .x-i svg path {
  fill: #fff;
}
.x-foot .container .x-zh .x-l .x-fx a .x-ewm {
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  transition: 0.4s ease-in-out;
  background-color: #fff;
  border-radius: 3px;
  display: none;
}
.x-foot .container .x-zh .x-l .x-fx a .x-ewm::before {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
  transition: 0.4s ease-in-out;
}
.x-foot .container .x-zh .x-l .x-fx a .x-ewm img {
  width: 100px;
  height: 100px;
  padding: 8px;
  object-fit: contain;
}
.x-foot .container .x-zh .x-z {
  display: flex;
  width: 55.62%;
}
@media (max-width: 1580px) {
  .x-foot .container .x-zh .x-z {
    width: 51.62%;
  }
}
@media (max-width: 991px) {
  .x-foot .container .x-zh .x-z {
    width: 100%;
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-foot .container .x-zh .x-z {
    flex-wrap: wrap;
    display: none;
  }
}
.x-foot .container .x-zh .x-z ul {
  display: flex;
}
@media (max-width: 767px) {
  .x-foot .container .x-zh .x-z ul {
    flex-wrap: wrap;
    width: 100%;
  }
}
.x-foot .container .x-zh .x-z ul li {
  margin-right: 0.8rem;
}
@media (max-width: 767px) {
  .x-foot .container .x-zh .x-z ul li {
    width: 100%;
    margin-right: 0;
  }
}
.x-foot .container .x-zh .x-z ul li .x-title-box .x-title {
  color: #fff;
}
.x-foot .container .x-zh .x-z ul li .x-title-box svg {
  display: none;
}
.x-foot .container .x-zh .x-z ul li .x-a {
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .x-foot .container .x-zh .x-z ul li .x-a {
    display: none;
  }
}
.x-foot .container .x-zh .x-z ul li .x-a a {
  display: block;
  color: #a5cff9;
  margin-bottom: 0.1rem;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.x-foot .container .x-zh .x-z ul li .x-a a:hover {
  color: #fff;
  text-decoration: underline;
}
.x-foot .container .x-zh .x-z .x-ab a {
  display: block;
  color: #fff;
  margin-bottom: 0.18rem;
}
.x-foot .container .x-zh .x-r {
  width: 20%;
}
@media (max-width: 1580px) {
  .x-foot .container .x-zh .x-r {
    width: 24%;
  }
}
@media (max-width: 991px) {
  .x-foot .container .x-zh .x-r {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-foot .container .x-zh .x-r .x-tit .x-p {
  display: flex;
  margin-bottom: 0.25rem;
}
.x-foot .container .x-zh .x-r .x-tit .x-p i {
  display: inline-flex;
  align-items: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-right: 0.18rem;
}
@media (max-width: 1580px) {
  .x-foot .container .x-zh .x-r .x-tit .x-p i {
    width: 16px;
    height: 16px;
    margin-right: 0.12rem;
  }
}
.x-foot .container .x-zh .x-r .x-tit .x-p i img,
.x-foot .container .x-zh .x-r .x-tit .x-p i svg {
  width: 100%;
  height: 100%;
}
.x-foot .container .x-zh .x-r .x-tit .x-p span {
  color: #fff;
}
.x-foot .container .x-zh .x-r .x-yqlj {
  width: 100%;
  height: 0.52rem;
  line-height: 0.52rem;
  margin-top: 0.48rem;
  position: relative;
}
@media (max-width: 1580px) {
  .x-foot .container .x-zh .x-r .x-yqlj {
    height: 0.64rem;
    line-height: 0.64rem;
  }
}
@media (max-width: 767px) {
  .x-foot .container .x-zh .x-r .x-yqlj {
    height: 0.8rem;
    line-height: 0.8rem;
    margin-top: 0.3rem;
  }
}
.x-foot .container .x-zh .x-r .x-yqlj .x-sp {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.2rem;
  cursor: pointer;
}
.x-foot .container .x-zh .x-r .x-yqlj .x-sp span {
  color: #fff;
}
.x-foot .container .x-zh .x-r .x-yqlj .x-sp i {
  display: inline-flex;
  align-items: center;
  width: 8px;
  height: 8px;
  transform: rotate(-90deg);
}
.x-foot .container .x-zh .x-r .x-yqlj .x-sp i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-foot .container .x-zh .x-r .x-yqlj .x-a {
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  padding: 0.05rem 0;
  display: none;
  max-height: 2.8rem;
  overflow-y: auto;
}
.x-foot .container .x-zh .x-r .x-yqlj .x-a a {
  display: block;
  color: #333;
  padding: 0.05rem 0.2rem;
  line-height: 1.5;
  transition: 0.4s ease-in-out;
}
.x-foot .container .x-zh .x-r .x-yqlj .x-a a:hover {
  color: #005ba8;
}
.x-foot .x-xia {
  background-color: #005297;
  padding: 0.25rem 0;
}
@media (max-width: 767px) {
  .x-foot .x-xia {
    padding: 0.35rem 0;
  }
}
.x-foot .x-xia .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 5;
}
.x-foot .x-xia .container .x-le {
  display: flex;
  flex-wrap: wrap;
}
.x-foot .x-xia .container .x-le p {
  color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .x-foot .x-xia .container .x-le p {
    font-size: 0.24rem;
  }
}
.x-foot .x-xia .container .x-le a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.2);
  margin-left: 0.2rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-foot .x-xia .container .x-le a {
    font-size: 0.24rem;
  }
}
.x-foot .x-xia .container .x-le a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .x-foot .x-xia .container .x-ri {
    width: 100%;
    margin-top: 0.05rem;
  }
}
.x-foot .x-xia .container .x-ri a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.2);
  margin-left: 0.16rem;
  transition: 0.4s ease-in-out;
  position: relative;
  padding-right: 0.2rem;
}
@media (max-width: 767px) {
  .x-foot .x-xia .container .x-ri a {
    font-size: 0.24rem;
  }
}
.x-foot .x-xia .container .x-ri a::before {
  content: "";
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .x-foot .x-xia .container .x-ri a::before {
    height: 0.24rem;
  }
}
.x-foot .x-xia .container .x-ri a:last-child {
  padding-right: 0;
}
.x-foot .x-xia .container .x-ri a:last-child::before {
  display: none;
}
.x-foot .x-xia .container .x-ri a:hover {
  color: #fff;
}
