@charset "utf-8";
:root {
  --color: #0d59a9;
  --vh: 100vh;
}
@font-face {
  font-family: 'pop-r';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
* {
  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: #0d59a9;
}
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: 'pop-r', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.3;
  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;
}
.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;
}
.font72 {
  font-size: 72px;
}
.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;
  }
  .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,
  .font72,
  .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,
  .font40 {
    font-size: 30px;
  }
  .font42,
  .font44 {
    font-size: 32px;
  }
  .font46 {
    font-size: 36px;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56 {
    font-size: 38px;
  }
  .font60,
  .font72,
  .font80 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .font14,
  .font16 {
    font-size: 0.28rem;
  }
  .font18,
  .font20 {
    font-size: 0.3rem;
  }
  .font22,
  .font24,
  .font26,
  .font27 {
    font-size: 0.32rem;
  }
  .font28,
  .font30,
  .font32,
  .font34,
  .font36 {
    font-size: 0.36rem;
  }
  .font40,
  .font42,
  .font44,
  .font46 {
    font-size: 0.46rem;
  }
  .font48,
  .font50,
  .font52,
  .font54 {
    font-size: 0.52rem;
  }
  .font56,
  .font60,
  .font72,
  .font80 {
    font-size: 0.58rem;
  }
}
.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: #0d59a9;
}
.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;
  align-items: center;
  justify-content: center;
  min-width: 1.92rem;
  min-height: 0.6rem;
  padding: 0 0.48rem;
  transition: 0.4s ease-in-out;
  position: relative;
  text-align: center;
}
@media (max-width: 1580px) {
  .public-btn {
    min-height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .public-btn {
    min-height: 0.8rem;
  }
}
.public-btn span,
.public-btn i {
  position: relative;
  z-index: 2;
  font-weight: bold;
  color: #fff;
}
.public-btn.public-btn2::after {
  width: 100%;
  opacity: 1;
}
.public-btn i {
  display: inline-flex;
  width: 14px;
  height: 14px;
  margin-left: 0.18rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .public-btn i {
    width: 0.26rem;
    height: 0.26rem;
  }
}
.public-btn i svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.public-btn i svg path {
  fill: #fff;
}
.public-btn::before,
.public-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #152b85 0%, #27b2e1 100%), linear-gradient(#0d59a9, #0d59a9);
  background-blend-mode: normal, 
            normal;
  position: absolute;
  left: 0;
  top: 0;
  transform: skewX(-10deg) translateZ(0);
  transition: 0.4s ease-in-out;
}
.public-btn::after {
  opacity: 0;
  width: 0;
  transition: 0.4s ease-in-out;
  background-image: linear-gradient(90deg, #af0e18 0%, #e81a21 100%), linear-gradient(#0d59a9, #0d59a9);
}
.public-btn:hover i {
  transform: translateX(0.1rem);
}
.public-btn:hover::before {
  opacity: 0;
}
.public-btn:hover::after {
  width: 100%;
  opacity: 1;
}
.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 {
  line-height: 1.75;
  color: #666;
  font-size: 16px;
}
@media (max-width: 1580px) {
  .public-content {
    font-size: 14px;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .public-content {
    font-size: 16px;
  }
}
.public-content img {
  max-width: 100%;
  height: auto!important;
}
.public-content table {
  width: 100%!important;
}
@media (max-width: 767px) {
  .public-content table {
    min-width: 700px;
  }
}
.public-content table td {
  color: #666666;
  border: 1px solid #ddd;
  padding: 0.12rem 0.4rem;
}
@media (max-width: 767px) {
  .public-content table td {
    font-size: 16px;
  }
}
.public-content ul,
.public-content li,
.public-content ol {
  list-style: inherit;
}
.public-content ul {
  padding-left: 20px;
}
.public-content h1,
.public-content h2,
.public-content h3,
.public-content h4,
.public-content h5,
.public-content h6 {
  font-weight: revert;
  line-height: 1.22;
  font-size: 20px;
  color: #000000;
}
@media (max-width: 1580px) {
  .public-content h1,
  .public-content h2,
  .public-content h3,
  .public-content h4,
  .public-content h5,
  .public-content h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .public-content h1,
  .public-content h2,
  .public-content h3,
  .public-content h4,
  .public-content h5,
  .public-content h6 {
    font-size: 18px!important;
    line-height: 1.4;
  }
}
.public-content p,
.public-content span {
  font-size: 16px;
  color: #666;
}
@media (max-width: 767px) {
  .public-content p,
  .public-content span {
    line-height: 2;
    font-size: 16px!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: #0d59a9;
}
#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: #0d59a9;
}
#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: #0d59a9;
}
#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: 80px;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 80px;
  text-align: center;
  color: #fff;
  transition: 0.4s;
}
@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: initial;
  padding-left: 0.4rem;
}
@media (max-width: 991px) {
  #c-header .container {
    width: 90%;
    padding-left: 0;
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
@media (max-width: 1260px) {
  #c-header .c-right-box {
    padding-right: 0.4rem;
  }
}
@media (max-width: 991px) {
  #c-header .c-right-box {
    padding-right: 0;
  }
}
#c-header.c-head-move {
  top: -80px;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -1.21rem;
  }
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
}
#c-header.c-style2 a {
  color: #333;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 36px;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 0.4rem;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
/*顶部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.5rem;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li {
    margin-right: 0.3rem;
  }
}
@media (max-width: 1260px) {
  #c-header .c-nav > li {
    margin-right: 0.2rem;
  }
}
#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.on2 .x-lax {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 100%;
  background-color: #fff;
  text-align: left;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  display: none;
}
#c-header .c-nav > li.on2 .x-lax .x-boxx {
  display: flex;
  padding: 0 1rem 0 0.8rem;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li.on2 .x-lax .x-boxx {
    padding: 0 0.2rem 0 0.2rem;
  }
}
#c-header .c-nav > li.on2 .x-lax .x-boxx.x-sun3 .x-le {
  width: 33.33%;
}
#c-header .c-nav > li.on2 .x-lax .x-boxx.x-sun3 .x-le:nth-of-type(2) {
  width: 33.33%;
}
#c-header .c-nav > li.on2 .x-lax .x-boxx .x-le {
  padding: 0.35rem 0.8rem 0.65rem;
  width: 60%;
  border-right: 1px solid #f4f4f4;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li.on2 .x-lax .x-boxx .x-le {
    padding: 0.35rem 0.4rem 0.65rem;
  }
}
#c-header .c-nav > li.on2 .x-lax .x-boxx .x-le:nth-of-type(1) {
  border-right: 1px solid #f4f4f4;
}
#c-header .c-nav > li.on2 .x-lax .x-boxx .x-le:nth-of-type(2) {
  width: 40%;
  border-right: 1px solid #f4f4f4;
}
#c-header .c-nav > li.on2 .x-lax .x-boxx .x-le:last-child {
  border-right: none;
}
#c-header .c-nav > li.on2 .x-lax .x-boxx .x-le .x-t {
  display: flex;
  align-items: flex-end;
  padding-bottom: 0.15rem;
  border-bottom: 0.02rem solid #0d59a9;
}
#c-header .c-nav > li.on2 .x-lax .x-boxx .x-le .x-t .x-img {
  width: 0.84rem;
  height: 0.6rem;
  flex-shrink: 0;
}
#c-header .c-nav > li.on2 .x-lax .x-boxx .x-le .x-t .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-header .c-nav > li.on2 .x-lax .x-boxx .x-le .x-t .x-title {
  color: #333333;
  line-height: initial;
  padding-left: 0.3rem;
  font-weight: bold;
}
#c-header .c-nav > li.on2 .x-lax .x-boxx .x-le .x-x {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.35rem;
}
#c-header .c-nav > li.on2 .x-lax .x-boxx .x-le .x-x .x-b1 {
  width: 50%;
  padding-right: 0.1rem;
  margin-bottom: 0.26rem;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li.on2 .x-lax .x-boxx .x-le .x-x .x-b1 {
    padding-right: 0.2rem;
  }
}
#c-header .c-nav > li.on2 .x-lax .x-boxx .x-le .x-x .x-b1 .x-tit a {
  line-height: initial;
  color: #000;
  font-weight: bold;
  transition: 0.4s ease-in-out;
}
#c-header .c-nav > li.on2 .x-lax .x-boxx .x-le .x-x .x-b1 .x-tit a:hover {
  color: #0d59a9;
}
#c-header .c-nav > li.on2 .x-lax .x-boxx .x-le .x-x .x-b1 .x-a {
  margin-top: 0.25rem;
}
#c-header .c-nav > li.on2 .x-lax .x-boxx .x-le .x-x .x-b1 .x-a a {
  display: block;
  line-height: initial;
  color: #666666;
  text-align: left;
  margin-bottom: 0.18rem;
  transition: 0.4s ease-in-out;
}
#c-header .c-nav > li.on2 .x-lax .x-boxx .x-le .x-x .x-b1 .x-a a:last-child {
  margin-bottom: 0;
}
#c-header .c-nav > li.on2 .x-lax .x-boxx .x-le .x-x .x-b1 .x-a a span {
  position: relative;
}
#c-header .c-nav > li.on2 .x-lax .x-boxx .x-le .x-x .x-b1 .x-a a span::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: #0d59a9;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s ease-in-out;
}
#c-header .c-nav > li.on2 .x-lax .x-boxx .x-le .x-x .x-b1 .x-a a:hover {
  color: #0d59a9;
}
#c-header .c-nav > li.on2 .x-lax .x-boxx .x-le .x-x .x-b1 .x-a a:hover span::before {
  width: 100%;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #0d59a9;
  transition: 0.4s;
  display: none;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1260px) {
  #c-header .c-nav li a {
    font-size: 11px;
  }
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  min-width: 1.5rem;
  line-height: 0.5rem;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#c-header .c-nav ul li:last-child {
  border: 0;
}
#c-header .c-nav ul li a {
  color: #333;
  padding: 0.15rem;
  white-space: nowrap;
  line-height: 1.5;
}
#c-header.c-style2 .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: #0d59a9;
}
#c-header.c-style2 .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 {
  width: 100%;
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg path,
#c-header .c-nav li:hover > .c-title-box svg path {
  fill: #0d59a9 !important;
}
#c-header.c-style2 .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.24rem;
  height: 0.24rem;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li .c-title-box img,
  #c-header .c-nav2 li .c-title-box svg {
    width: 0.24rem;
    height: 0.24rem;
  }
}
#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(180deg);
}
#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: #0d59a9;
}
#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 {
  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;
}
@media (max-width: 1260px) {
  #c-header .c-gn {
    padding-right: 0.4rem;
  }
}
@media (max-width: 991px) {
  #c-header .c-gn {
    position: absolute;
    right: 1.6rem;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #c-header .c-gn {
    right: 1.2rem;
  }
}
#c-header .c-gn .x-yy {
  position: relative;
}
#c-header .c-gn .x-yy .x-t {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-gn .x-yy .x-t .x-i1 {
  display: inline-flex;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  #c-header .c-gn .x-yy .x-t .x-i1 {
    width: 0.34rem;
    height: 0.34rem;
  }
}
#c-header .c-gn .x-yy .x-t .x-i1 svg {
  display: inline-flex;
  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-flex;
  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 {
  display: inline-flex;
  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-xx {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 140%;
  background-color: #fff;
  display: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#c-header .c-gn .x-yy .x-xx a {
  display: block;
  color: #333;
  line-height: initial;
  padding: 0.08rem 0.05rem;
  transition: 0.4s ease-in-out;
}
#c-header .c-gn .x-yy .x-xx a:hover {
  color: #0d59a9;
}
#c-header .c-gn form {
  cursor: pointer;
  margin-left: 0.3rem;
  padding: 0 0.3rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  #c-header .c-gn form {
    margin-left: 0.4rem;
    padding: 0 0.4rem;
  }
}
@media (max-width: 1260px) {
  #c-header .c-gn form {
    display: none;
  }
}
#c-header .c-gn form.on {
  background-color: #0d59a9;
}
#c-header .c-gn form.on .x-im img:nth-of-type(1),
#c-header .c-gn form.on .x-im svg:nth-of-type(1) {
  display: none;
}
#c-header .c-gn form.on .x-im img:nth-of-type(2),
#c-header .c-gn form.on .x-im svg:nth-of-type(2) {
  display: inline-block;
}
#c-header .c-gn form .x-im {
  display: block;
}
#c-header .c-gn form .x-im img,
#c-header .c-gn form .x-im svg {
  width: 20px;
  height: 20px;
  transition: 0.4s;
  vertical-align: middle;
}
#c-header .c-gn form .x-im img:nth-of-type(2),
#c-header .c-gn form .x-im svg:nth-of-type(2) {
  display: none;
  height: 14px;
}
@media (max-width: 991px) {
  #c-header .c-gn form .x-im img,
  #c-header .c-gn form .x-im svg {
    width: 0.2rem;
    height: 0.2rem;
  }
}
#c-header .c-gn form .x-im img path,
#c-header .c-gn form .x-im svg path {
  fill: #fff;
}
#c-header .c-gn form .x-sc {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0.5rem 0 0.3rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  display: none;
}
#c-header .c-gn form .x-sc .x-in {
  width: 8rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #888888;
  padding-bottom: 0.15rem;
}
#c-header .c-gn form .x-sc .x-in input {
  width: calc(100% - 24px);
  color: #333;
  padding-right: 0.2rem;
}
#c-header .c-gn form .x-sc .x-in button {
  width: 20px;
  height: 20px;
}
#c-header .c-gn form .x-sc .x-in button svg {
  width: 100%;
  height: 100%;
}
#c-header .c-gn form .x-sc .x-in button svg path {
  fill: #949494;
}
#c-header.c-style2 .c-gn .x-yy > .x-t svg path {
  fill: #333;
}
#c-header.c-style2 .c-gn form > svg path {
  fill: #fff;
}
#c-header.c-style2 .c-gn form {
  background-color: #0d59a9;
}
/*首页轮播图*/
.c-home-banner .swiper-slide {
  overflow: hidden;
}
.c-home-banner .swiper-slide .x-img {
  width: 100%;
}
.c-home-banner .swiper-slide .x-img .c-pc,
.c-home-banner .swiper-slide .x-img .c-mb {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.c-home-banner .swiper-slide .x-img .c-mb {
  display: none;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .x-img .c-mb {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .x-img .c-pc {
    display: none;
  }
}
.c-home-banner .swiper-slide .x-img video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home-banner .swiper-slide .x-text {
  position: absolute;
  left: 50%;
  top: 3.2rem;
  transform: translateX(-50%);
  z-index: 10;
}
.c-home-banner .swiper-slide .x-text .x-title {
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}
.c-home-banner .swiper-slide .x-text .f_text {
  color: #ffffff;
  margin-top: 0.2rem;
}
.c-home-banner .swiper-slide .x-text .public-btn {
  margin-top: 0.45rem;
}
.c-home-banner .x-but {
  position: absolute;
  right: 0.65rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 6;
  display: flex;
}
@media (max-width: 767px) {
  .c-home-banner .x-but {
    display: none;
  }
}
.c-home-banner .x-but .x-prev,
.c-home-banner .x-but .x-next {
  width: 0.94rem;
  height: 0.72rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 10px;
  cursor: pointer;
  opacity: 0.2;
  transition: 0.4s ease-in-out;
}
.c-home-banner .x-but .x-prev:hover,
.c-home-banner .x-but .x-next:hover {
  opacity: 1;
}
.c-home-banner .x-but .x-prev::before,
.c-home-banner .x-but .x-next::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  transform: skewX(-10deg) translateZ(0);
}
.c-home-banner .x-but .x-prev svg,
.c-home-banner .x-but .x-next svg {
  display: inline-flex;
  width: 20px;
  height: 20px;
}
.c-home-banner .x-but .x-prev svg path,
.c-home-banner .x-but .x-next svg path {
  fill: #fff;
}
.c-home-banner .x-but .x-prev svg {
  transform: rotate(180deg);
}
.c-home-banner .swiper-pagination {
  bottom: 0.45rem;
}
.c-home-banner .swiper-pagination .swiper-pagination-bullet {
  background: initial;
  white-space: nowrap;
  width: auto;
  color: #fff;
  opacity: 0.3;
  margin: 0 10px;
  text-align: center;
  min-width: 1.4rem;
  position: relative;
  padding-bottom: 34px;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .c-home-banner .swiper-pagination .swiper-pagination-bullet {
    padding-bottom: 22px;
    font-size: 0.24rem;
  }
}
.c-home-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.c-home-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active i {
  animation: wid 5s linear forwards;
}
.c-home-banner .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-home-banner .swiper-pagination .swiper-pagination-bullet i {
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
@keyframes wid {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/* 底部 */
#c-footer {
  padding-top: 0.7rem;
}
@media (max-width: 767px) {
  #c-footer {
    padding-top: 1.2rem;
  }
}
#c-footer a {
  color: rgba(255, 255, 255, 0.3);
  transition: 0.4s;
}
#c-footer a:hover {
  color: #fff;
}
#c-footer .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#c-footer .x-top .x-lo {
  display: inline-block;
  width: auto;
  height: 30px;
}
@media (max-width: 767px) {
  #c-footer .x-top .x-lo {
    height: 0.4rem;
  }
}
#c-footer .x-top .x-lo img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
#c-footer .x-top .x-r {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #c-footer .x-top .x-r {
    justify-content: space-between;
    width: 100%;
    margin-top: 0.4rem;
  }
}
#c-footer .x-top .x-r .x-pp {
  color: #fff;
  display: flex;
  align-items: center;
}
#c-footer .x-top .x-r .x-pp span {
  font-weight: bold;
}
#c-footer .x-top .x-r .x-pp p {
  display: inline-block;
}
#c-footer .x-top .x-r .x-fx {
  display: flex;
}
#c-footer .x-top .x-r .x-fx a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.46rem;
  height: 0.46rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: 0.3rem;
  transition: 0.4s ease-in-out;
  position: relative;
}
@media (max-width: 1580px) {
  #c-footer .x-top .x-r .x-fx a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  #c-footer .x-top .x-r .x-fx a {
    width: 0.8rem;
    height: 0.8rem;
  }
}
#c-footer .x-top .x-r .x-fx a i {
  display: inline-flex;
  width: 22px;
  height: 22px;
}
@media (max-width: 1580px) {
  #c-footer .x-top .x-r .x-fx a i {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  #c-footer .x-top .x-r .x-fx a i {
    width: 0.36rem;
    height: 0.36rem;
  }
}
#c-footer .x-top .x-r .x-fx a i svg,
#c-footer .x-top .x-r .x-fx a i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#c-footer .x-top .x-r .x-fx a:hover {
  background-color: #e81a21;
}
#c-footer .x-top .x-r .x-fx a:hover .x-img {
  height: 1.2rem;
}
#c-footer .x-top .x-r .x-fx a .x-img {
  width: 1.2rem;
  height: 0;
  background-color: #fff;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
#c-footer .x-top .x-r .x-fx a .x-img img {
  width: 1.1rem;
  height: 1.1rem;
  object-fit: contain;
}
#c-footer .c-top-box {
  padding: 0.8rem 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 0.4rem 0 0.4rem;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
#c-footer .c-top-box .container .x-le {
  width: 85.625%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .x-le {
    width: 100%;
  }
}
#c-footer .c-top-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.2rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box {
    padding: 0.3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
#c-footer .c-top-box .container .c-title-box .c-title {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box a {
  color: #fff;
}
#c-footer .c-top-box .container .c-title-box img,
#c-footer .c-top-box .container .c-title-box svg {
  display: none;
  transition: 0.4s;
  width: 0.2rem;
  height: 0.2rem;
}
#c-footer .c-top-box .container .c-title-box img path,
#c-footer .c-top-box .container .c-title-box svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box img,
  #c-footer .c-top-box .container .c-title-box svg {
    display: inline-block;
  }
}
#c-footer .c-top-box .container .c-list-box {
  margin-right: 1rem;
  width: 25%;
  margin-bottom: 0.4rem;
}
@media (max-width: 1260px) {
  #c-footer .c-top-box .container .c-list-box {
    margin-right: 0.5rem;
  }
}
#c-footer .c-top-box .container .c-list-box:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list {
    padding-top: 0.2rem;
    display: none;
  }
}
#c-footer .c-top-box .container .c-list-box .c-list li {
  padding-bottom: 0.12rem;
}
#c-footer .c-top-box .container .c-list-box .c-list li:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li:last-child {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box .c-list li {
    padding-bottom: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-list-box.on .c-title-box img,
#c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box.on .c-title-box img,
  #c-footer .c-top-box .container .c-list-box.on .c-title-box svg {
    display: inline-block;
  }
}
#c-footer .c-top-box .container .x-fw .c-title-box {
  padding-bottom: 0.3rem;
}
#c-footer .c-top-box .container .x-ri {
  width: 14.375%;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .x-ri {
    width: 100%;
    margin-top: 0.4rem;
  }
}
#c-footer .c-top-box .container .x-ri .x-title2 {
  color: #fff;
}
#c-footer .c-top-box .container .x-ri .x-a {
  margin-top: 0.25rem;
  height: 2.3rem;
  overflow-y: auto;
}
#c-footer .c-top-box .container .x-ri .x-a::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
#c-footer .c-top-box .container .x-ri .x-a::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.5);
}
#c-footer .c-top-box .container .x-ri .x-a::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
}
#c-footer .c-top-box .container .x-ri .x-a a {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 0.12rem;
  transition: 0.4s ease-in-out;
}
#c-footer .c-top-box .container .x-ri .x-a a:hover {
  color: #fff;
}
#c-footer .c-bottom-box {
  padding: 0.28rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 0.4rem 0;
  }
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#c-footer .c-bottom-box .container a {
  color: rgba(255, 255, 255, 0.3);
}
#c-footer .c-bottom-box .container a:hover {
  color: #fff;
}
#c-footer .c-bottom-box .container .c-copyright {
  word-wrap: break-word;
  word-break: break-all;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .c-copyright p {
    font-size: 0.24rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .c-support {
    width: 100%;
    margin-top: 0.2rem;
  }
}
#c-footer .c-bottom-box .container .c-support a {
  margin-right: 0.4rem;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .c-support a {
    font-size: 0.24rem;
  }
}
#c-footer .c-bottom-box .container .c-support a:last-child {
  margin-right: 0;
}
.x-index1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .x-index1 {
    height: auto;
  }
}
.x-index1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-index1 .container .x-le {
  width: 37.5%;
  height: 100%;
  padding-top: 1.6rem;
}
@media (max-width: 991px) {
  .x-index1 .container .x-le {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-index1 .container .x-le {
    padding-top: 1.2rem;
  }
}
.x-index1 .container .x-le .x-t {
  opacity: 0;
}
@media (max-width: 767px) {
  .x-index1 .container .x-le .x-t {
    opacity: 1;
  }
}
.x-index1 .container .x-le .x-t .x-title {
  font-weight: bold;
  color: #333;
  line-height: 1.4;
}
.x-index1 .container .x-le .x-t .x-p {
  color: #666;
}
.x-index1 .container .x-le ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.55rem;
  width: 100%;
}
@media (max-width: 767px) {
  .x-index1 .container .x-le ul {
    margin-top: 0.4rem;
  }
}
.x-index1 .container .x-le ul li {
  width: 100%;
  transition: 0.4s ease-in-out;
  cursor: pointer;
  position: relative;
  opacity: 0;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .x-index1 .container .x-le ul li {
    opacity: 1;
  }
}
.x-index1 .container .x-le ul li.on .x-box,
.x-index1 .container .x-le ul li:hover .x-box {
  width: 100%;
}
.x-index1 .container .x-le ul li.on .x-box::before,
.x-index1 .container .x-le ul li:hover .x-box::before {
  opacity: 1;
}
.x-index1 .container .x-le ul li.on .x-box .x-sp span:nth-of-type(1),
.x-index1 .container .x-le ul li:hover .x-box .x-sp span:nth-of-type(1) {
  opacity: 0;
}
.x-index1 .container .x-le ul li.on .x-box .x-sp span:nth-of-type(2),
.x-index1 .container .x-le ul li:hover .x-box .x-sp span:nth-of-type(2) {
  opacity: 1;
}
.x-index1 .container .x-le ul li.on .x-box .x-title2,
.x-index1 .container .x-le ul li:hover .x-box .x-title2 {
  color: #fff;
}
.x-index1 .container .x-le ul li.on .x-box i,
.x-index1 .container .x-le ul li:hover .x-box i {
  opacity: 1;
}
.x-index1 .container .x-le ul li.on .x-box .public-img,
.x-index1 .container .x-le ul li:hover .x-box .public-img {
  opacity: 1;
}
.x-index1 .container .x-le ul li.on .x-box .public-img img,
.x-index1 .container .x-le ul li:hover .x-box .public-img img {
  transform: scale(1.2) translateY(-0.2rem);
}
.x-index1 .container .x-le ul li .x-box {
  display: block;
  height: 100%;
  width: 90%;
  padding: 0.1rem 0.2rem 0.3rem 0.2rem;
  position: relative;
  background-color: #fff;
  transition: 0.4s ease-in-out;
}
.x-index1 .container .x-le ul li .x-box .x-sp {
  position: relative;
}
.x-index1 .container .x-le ul li .x-box .x-sp span {
  display: block;
  font-size: 0.72rem;
  color: #999999;
  line-height: 1;
  font-weight: bold;
  background: linear-gradient(to bottom, #eeeeee, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 1;
  transition: 0.4s ease-in-out;
}
.x-index1 .container .x-le ul li .x-box .x-sp span:nth-of-type(2) {
  font-size: 0.72rem;
  color: #999999;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.4s ease-in-out;
  background: linear-gradient(to bottom, #5e6ca5, #203d90);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.x-index1 .container .x-le ul li .x-box::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #152b85 0%, #27b2e1 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal, 
                                normal;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.x-index1 .container .x-le ul li .x-box .x-title2 {
  color: #333;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  z-index: 2;
  margin-top: -0.2rem;
  transition: 0.4s ease-in-out;
}
.x-index1 .container .x-le ul li .x-box i {
  display: inline-block;
  margin-top: 0.6rem;
  width: 20px;
  height: 20px;
  opacity: 0;
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .x-index1 .container .x-le ul li .x-box i {
    width: 0.28rem;
    height: 0.28rem;
  }
}
.x-index1 .container .x-le ul li .x-box i svg {
  width: 100%;
  height: 100%;
}
.x-index1 .container .x-le ul li .x-box i svg path {
  fill: #fff;
}
.x-index1 .container .x-le ul li .x-box .public-img {
  width: 1.44rem;
  position: absolute;
  right: 0.1rem;
  bottom: 0;
  opacity: 1;
  transition: 0.4s ease-in-out;
  overflow: initial;
}
.x-index1 .container .x-le ul li .x-box .public-img::before {
  padding-top: 87.5%;
}
.x-index1 .container .x-le .x-a {
  margin-top: 0.4rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .x-index1 .container .x-le .x-a {
    opacity: 1;
  }
}
.x-index1 .container .x-ri {
  width: 50%;
  margin-top: 1.9rem;
}
@media (max-width: 1580px) {
  .x-index1 .container .x-ri {
    width: 55%;
  }
}
@media (max-width: 991px) {
  .x-index1 .container .x-ri {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-index1 .container .x-ri {
    margin-top: 0.8rem;
  }
}
.x-index1 .container .x-ri .x-box {
  display: none;
}
.x-index1 .container .x-ri .x-box.on {
  display: block;
}
.x-index1 .container .x-ri .x-box .x-t {
  display: flex;
  justify-content: space-between;
}
.x-index1 .container .x-ri .x-box .x-t .x-tit {
  width: 30%;
  opacity: 0;
}
@media (max-width: 1580px) {
  .x-index1 .container .x-ri .x-box .x-t .x-tit {
    width: 33%;
  }
}
@media (max-width: 1260px) {
  .x-index1 .container .x-ri .x-box .x-t .x-tit {
    width: 38%;
  }
}
@media (max-width: 767px) {
  .x-index1 .container .x-ri .x-box .x-t .x-tit {
    opacity: 1;
  }
}
.x-index1 .container .x-ri .x-box .x-t .x-tit .x-title2 {
  font-weight: bold;
  color: #333;
}
.x-index1 .container .x-ri .x-box .x-t .x-tit a {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  color: #333;
  margin-top: 0.15rem;
  transition: 0.4s ease-in-out;
}
.x-index1 .container .x-ri .x-box .x-t .x-tit a:hover {
  color: #0d59a9;
}
.x-index1 .container .x-ri .x-box .x-t .x-tit a:hover i svg {
  transform: translateX(0.1rem);
}
.x-index1 .container .x-ri .x-box .x-t .x-tit a:hover i svg path {
  fill: #0d59a9;
}
.x-index1 .container .x-ri .x-box .x-t .x-tit a i {
  display: inline-flex;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-left: 0.12rem;
}
@media (max-width: 767px) {
  .x-index1 .container .x-ri .x-box .x-t .x-tit a i {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.x-index1 .container .x-ri .x-box .x-t .x-tit a i svg {
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
}
.x-index1 .container .x-ri .x-box .x-t .x-tit a i svg path {
  fill: #383838;
  transition: 0.4s ease-in-out;
}
.x-index1 .container .x-ri .x-box .x-t .x-p {
  width: 63.25%;
  opacity: 0;
}
@media (max-width: 1260px) {
  .x-index1 .container .x-ri .x-box .x-t .x-p {
    width: 58%;
  }
}
@media (max-width: 767px) {
  .x-index1 .container .x-ri .x-box .x-t .x-p {
    opacity: 1;
  }
}
.x-index1 .container .x-ri .x-box .x-t .x-p p {
  display: flex;
  margin-bottom: 0.08rem;
}
.x-index1 .container .x-ri .x-box .x-t .x-p p i {
  font-style: initial;
  line-height: 1;
  margin-top: -0.1em;
}
.x-index1 .container .x-ri .x-box .x-t .x-p p span {
  color: #333333;
}
.x-index1 .container .x-ri .x-box .public-img {
  margin-top: 0.1rem;
  opacity: 0;
}
@media (max-width: 1580px) {
  .x-index1 .container .x-ri .x-box .public-img {
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-index1 .container .x-ri .x-box .public-img {
    opacity: 1;
  }
}
.x-index1 .container .x-ri .x-box .public-img::before {
  padding-top: 73.75%;
}
.x-index2 {
  height: 100vh;
}
@media (max-width: 767px) {
  .x-index2 {
    height: auto;
    padding: 1.2rem 0 0.8rem;
  }
}
.x-index2 .x-con {
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .x-index2 .x-con {
    width: 90%;
    margin: 0 auto;
  }
}
.x-index2 .x-con ul {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 200px);
  margin-left: -100px;
}
@media (max-width: 767px) {
  .x-index2 .x-con ul {
    width: 100%;
    margin-left: 0;
    flex-wrap: wrap;
  }
}
.x-index2 .x-con ul li {
  position: relative;
  width: 45.05%;
  transform: skew(-12deg) translateZ(0);
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
@media (max-width: 991px) {
  .x-index2 .x-con ul li {
    transform: skew(-9deg) translateZ(0);
  }
}
@media (max-width: 767px) {
  .x-index2 .x-con ul li {
    transform: initial;
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.x-index2 .x-con ul li:nth-of-type(1) .x-box .x-text {
  padding-left: 3rem;
}
@media (max-width: 1580px) {
  .x-index2 .x-con ul li:nth-of-type(1) .x-box .x-text {
    padding-left: 4rem;
  }
}
@media (max-width: 1260px) {
  .x-index2 .x-con ul li:nth-of-type(1) .x-box .x-text {
    padding-left: 3.4rem;
  }
}
@media (max-width: 767px) {
  .x-index2 .x-con ul li:nth-of-type(1) .x-box .x-text {
    padding-left: 0.4rem;
  }
}
.x-index2 .x-con ul li:nth-of-type(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (max-width: 1580px) {
  .x-index2 .x-con ul li:nth-of-type(3) .x-box .x-text {
    padding-right: 3.7rem;
  }
}
.x-index2 .x-con ul li:hover,
.x-index2 .x-con ul li.on {
  width: 55%;
}
@media (max-width: 767px) {
  .x-index2 .x-con ul li:hover,
  .x-index2 .x-con ul li.on {
    width: 100%;
  }
}
.x-index2 .x-con ul li:hover .x-box .x-text .x-aa .x-2,
.x-index2 .x-con ul li.on .x-box .x-text .x-aa .x-2 {
  background-image: linear-gradient(90deg, #af0e18 0%, #e81a21 100%), linear-gradient(#e81a21, #e81a21);
  background-blend-mode: normal, 
                                    normal;
  border-color: transparent;
}
.x-index2 .x-con ul li .x-box {
  display: block;
  width: calc(100% + 200px);
  margin-left: -100px;
  transform: skew(12deg) translateZ(0);
  position: relative;
}
@media (max-width: 991px) {
  .x-index2 .x-con ul li .x-box {
    transform: skew(9deg) translateZ(0);
  }
}
@media (max-width: 767px) {
  .x-index2 .x-con ul li .x-box {
    width: 100%;
    transform: initial;
    margin-left: 0;
  }
}
.x-index2 .x-con ul li .x-box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url('../images/x-index27.png') no-repeat center;
  background-size: cover;
}
.x-index2 .x-con ul li .x-box .x-img {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  .x-index2 .x-con ul li .x-box .x-img {
    height: 4.6rem;
  }
}
.x-index2 .x-con ul li .x-box .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index2 .x-con ul li .x-box .x-img video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index2 .x-con ul li .x-box .x-text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  padding: 0 3rem 0.8rem 1.5rem;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .x-index2 .x-con ul li .x-box .x-text {
    text-align: center;
    width: 100%;
    padding: 0 0.4rem 0.4rem !important;
    display: block;
  }
}
.x-index2 .x-con ul li .x-box .x-text .x-title {
  color: #fff;
  opacity: 0;
}
@media (max-width: 1260px) {
  .x-index2 .x-con ul li .x-box .x-text .x-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .x-index2 .x-con ul li .x-box .x-text .x-title {
    opacity: 1;
  }
}
.x-index2 .x-con ul li .x-box .x-text .x-p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.8em;
  opacity: 0;
}
@media (max-width: 767px) {
  .x-index2 .x-con ul li .x-box .x-text .x-p {
    opacity: 1;
  }
}
.x-index2 .x-con ul li .x-box .x-text .x-aa {
  display: inline-flex;
  margin-top: 0.4rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .x-index2 .x-con ul li .x-box .x-text .x-aa {
    opacity: 1;
  }
}
.x-index2 .x-con ul li .x-box .x-text .x-aa .x-1 {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 16px;
  height: 0.72rem;
  transform: skewX(-10deg) translateZ(0);
}
@media (max-width: 767px) {
  .x-index2 .x-con ul li .x-box .x-text .x-aa .x-1 {
    width: 0.26rem;
  }
}
.x-index2 .x-con ul li .x-box .x-text .x-aa .x-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  width: 0.94rem;
  height: 0.72rem;
  transform: skewX(-10deg) translateZ(0);
  margin: 0 0.1rem;
}
.x-index2 .x-con ul li .x-box .x-text .x-aa .x-2 svg,
.x-index2 .x-con ul li .x-box .x-text .x-aa .x-2 img {
  display: block;
  width: 20px;
  height: 20px;
  transform: initial;
  transform: skewX(10deg) translateZ(0);
}
@media (max-width: 767px) {
  .x-index2 .x-con ul li .x-box .x-text .x-aa .x-2 svg,
  .x-index2 .x-con ul li .x-box .x-text .x-aa .x-2 img {
    width: 0.28rem;
    height: 0.28rem;
  }
}
.x-index2 .x-con .x-xia {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding-bottom: 0.8rem;
  overflow: hidden;
  pointer-events: none;
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-xia {
    display: none;
  }
}
.x-index2 .x-con .x-xia .x-text {
  width: 33.33%;
  text-align: center;
  padding: 0 1rem;
}
.x-index2 .x-con .x-xia .x-text:nth-of-type(1) {
  padding-right: 1.5rem;
}
@media (max-width: 1580px) {
  .x-index2 .x-con .x-xia .x-text:nth-of-type(1) {
    padding-right: 1.9rem;
    padding-left: 0.3rem;
  }
}
.x-index2 .x-con .x-xia .x-text:nth-of-type(2) {
  padding-right: 1.4rem;
}
@media (max-width: 1580px) {
  .x-index2 .x-con .x-xia .x-text:nth-of-type(2) {
    padding-right: 1.5rem;
    padding-left: 0.2rem;
  }
}
.x-index2 .x-con .x-xia .x-text:nth-of-type(3) {
  padding-right: 1.6rem;
}
.x-index2 .x-con .x-xia .x-text.on a .x-2 {
  background-image: linear-gradient(90deg, #af0e18 0%, #e81a21 100%), linear-gradient(#e81a21, #e81a21);
  background-blend-mode: normal, 
                            normal;
  border-color: transparent;
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-xia .x-text {
    text-align: center;
    width: 100%;
    padding: 0 0.4rem 0.4rem !important;
    display: block;
  }
}
.x-index2 .x-con .x-xia .x-text .x-title {
  color: #fff;
  opacity: 0;
}
@media (max-width: 1260px) {
  .x-index2 .x-con .x-xia .x-text .x-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-xia .x-text .x-title {
    opacity: 1;
  }
}
.x-index2 .x-con .x-xia .x-text .x-p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.3;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 6.5em;
  opacity: 0;
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-xia .x-text .x-p {
    opacity: 1;
  }
}
.x-index2 .x-con .x-xia .x-text a {
  display: inline-flex;
  margin-top: 0.4rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-xia .x-text a {
    opacity: 1;
  }
}
.x-index2 .x-con .x-xia .x-text a .x-1 {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 16px;
  height: 0.72rem;
  transform: skewX(-10deg) translateZ(0);
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-xia .x-text a .x-1 {
    width: 0.26rem;
  }
}
.x-index2 .x-con .x-xia .x-text a .x-2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  width: 0.94rem;
  height: 0.72rem;
  transform: skewX(-10deg) translateZ(0);
  margin: 0 0.1rem;
}
.x-index2 .x-con .x-xia .x-text a .x-2 svg,
.x-index2 .x-con .x-xia .x-text a .x-2 img {
  display: block;
  width: 20px;
  height: 20px;
  transform: initial;
  transform: skewX(10deg) translateZ(0);
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-xia .x-text a .x-2 svg,
  .x-index2 .x-con .x-xia .x-text a .x-2 img {
    width: 0.28rem;
    height: 0.28rem;
  }
}
.x-index3 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
@media (max-width: 767px) {
  .x-index3 {
    height: auto;
    padding: 1.2rem 0;
    position: relative;
    background-position-x: -21rem;
  }
  .x-index3::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(244, 247, 252, 0.8);
    position: absolute;
    left: 0;
    top: 0;
  }
}
.x-index3 .container .x-top {
  padding-top: 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .x-index3 .container .x-top {
    padding-top: 0;
  }
}
.x-index3 .container .x-top .x-le {
  width: 41.25%;
}
@media (max-width: 767px) {
  .x-index3 .container .x-top .x-le {
    width: 100%;
  }
}
.x-index3 .container .x-top .x-le .x-title {
  font-weight: bold;
  color: #333;
  opacity: 0;
}
@media (max-width: 767px) {
  .x-index3 .container .x-top .x-le .x-title {
    opacity: 1;
  }
}
.x-index3 .container .x-top .x-le .x-p {
  margin-top: 0.15rem;
  color: #333;
  line-height: 2;
  opacity: 0;
}
@media (max-width: 767px) {
  .x-index3 .container .x-top .x-le .x-p {
    line-height: 1.8;
    opacity: 1;
  }
}
.x-index3 .container .x-top .x-le .public-btn {
  margin-top: 0.6rem;
  opacity: 0;
}
@media (max-width: 767px) {
  .x-index3 .container .x-top .x-le .public-btn {
    opacity: 1;
  }
}
.x-index3 .container .x-top .x-bf {
  position: absolute;
  top: 67.23%;
  right: 16.1%;
  cursor: pointer;
  text-align: center;
  opacity: 0;
}
@media (max-width: 767px) {
  .x-index3 .container .x-top .x-bf {
    top: auto;
    bottom: -0.4rem;
    opacity: 1;
  }
}
.x-index3 .container .x-top .x-bf svg,
.x-index3 .container .x-top .x-bf img {
  width: 0.82rem;
  height: 0.82rem;
}
.x-index3 .container .x-top .x-bf svg path,
.x-index3 .container .x-top .x-bf img path {
  fill: #fff;
}
@media (max-width: 767px) {
  .x-index3 .container .x-top .x-bf svg path,
  .x-index3 .container .x-top .x-bf img path {
    fill: #333;
  }
}
@media (max-width: 767px) {
  .x-index3 .container .x-top .x-bf svg .cls-2,
  .x-index3 .container .x-top .x-bf img .cls-2 {
    stroke: #333;
  }
}
.x-index3 .container .x-top .x-bf p {
  color: #fff;
  font-weight: bold;
  margin-top: 0.08rem;
}
@media (max-width: 767px) {
  .x-index3 .container .x-top .x-bf p {
    color: #333;
  }
}
.x-index3 .container .x-xia {
  margin-top: 0.9rem;
}
.x-index3 .container .x-xia ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding: 0.25rem 0rem 0.25rem 0.75rem;
}
.x-index3 .container .x-xia ul::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute;
  left: 0;
  top: 0;
  transform: skewX(-13deg) translateZ(0);
}
@media (max-width: 767px) {
  .x-index3 .container .x-xia ul::before {
    transform: initial;
  }
}
.x-index3 .container .x-xia ul li {
  margin-right: 1.15rem;
  position: relative;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 1580px) {
  .x-index3 .container .x-xia ul li {
    margin-right: 0.8rem;
  }
}
@media (max-width: 1281px) {
  .x-index3 .container .x-xia ul li {
    margin-right: 0.6rem;
  }
}
@media (max-width: 991px) {
  .x-index3 .container .x-xia ul li {
    margin-bottom: 0.3rem;
    width: 33.33%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .x-index3 .container .x-xia ul li {
    width: 50%;
    opacity: 1;
  }
}
.x-index3 .container .x-xia ul li:nth-of-type(1) .x-shuzi .num {
  min-width: 1.01rem;
}
@media (max-width: 1580px) {
  .x-index3 .container .x-xia ul li:nth-of-type(1) .x-shuzi .num {
    min-width: 1.45rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .container .x-xia ul li:nth-of-type(1) .x-shuzi .num {
    min-width: initial;
  }
}
.x-index3 .container .x-xia ul li:nth-of-type(2) .x-shuzi .num {
  min-width: 1.7rem;
}
@media (max-width: 1580px) {
  .x-index3 .container .x-xia ul li:nth-of-type(2) .x-shuzi .num {
    min-width: 2.4rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .container .x-xia ul li:nth-of-type(2) .x-shuzi .num {
    min-width: initial;
  }
}
.x-index3 .container .x-xia ul li:nth-of-type(3) .x-shuzi .num {
  min-width: 1.01rem;
}
@media (max-width: 1580px) {
  .x-index3 .container .x-xia ul li:nth-of-type(3) .x-shuzi .num {
    min-width: 1.45rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .container .x-xia ul li:nth-of-type(3) .x-shuzi .num {
    min-width: initial;
  }
}
.x-index3 .container .x-xia ul li:nth-of-type(4) .x-shuzi .num {
  min-width: 1.01rem;
}
@media (max-width: 1580px) {
  .x-index3 .container .x-xia ul li:nth-of-type(4) .x-shuzi .num {
    min-width: 1.45rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .container .x-xia ul li:nth-of-type(4) .x-shuzi .num {
    min-width: initial;
  }
}
.x-index3 .container .x-xia ul li:nth-of-type(5) .x-shuzi .num {
  min-width: 1.35rem;
}
@media (max-width: 1580px) {
  .x-index3 .container .x-xia ul li:nth-of-type(5) .x-shuzi .num {
    min-width: 1.9rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .container .x-xia ul li:nth-of-type(5) .x-shuzi .num {
    min-width: initial;
  }
}
.x-index3 .container .x-xia ul li:nth-of-type(6) .x-shuzi .num {
  min-width: 1.35rem;
}
@media (max-width: 1580px) {
  .x-index3 .container .x-xia ul li:nth-of-type(6) .x-shuzi .num {
    min-width: 1.9rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .container .x-xia ul li:nth-of-type(6) .x-shuzi .num {
    min-width: initial;
  }
}
.x-index3 .container .x-xia ul li:last-child {
  margin-right: 0;
}
.x-index3 .container .x-xia ul li .x-ic {
  width: 0.5rem;
  height: 0.5rem;
}
@media (max-width: 1580px) {
  .x-index3 .container .x-xia ul li .x-ic {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.x-index3 .container .x-xia ul li .x-ic svg,
.x-index3 .container .x-xia ul li .x-ic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-index3 .container .x-xia ul li .x-ic svg path,
.x-index3 .container .x-xia ul li .x-ic img path {
  fill: #0d59a9;
}
.x-index3 .container .x-xia ul li .x-shuzi {
  margin-top: 0.05rem;
}
@media (max-width: 1281px) {
  .x-index3 .container .x-xia ul li .x-shuzi {
    margin-top: 0.15rem;
  }
}
.x-index3 .container .x-xia ul li .x-shuzi .num {
  font-weight: bold;
  line-height: 0.9;
  color: #0d59a9;
  font-size: 0.4rem;
}
.x-index3 .container .x-xia ul li .x-shuzi .x-jia {
  font-style: initial;
  line-height: 1;
  font-weight: bold;
  margin-left: 0.05rem;
  color: #0d59a9;
  margin-top: 0.06rem;
}
@media (max-width: 1580px) {
  .x-index3 .container .x-xia ul li .x-shuzi .x-jia {
    margin-top: 0.1rem;
  }
}
.x-index3 .container .x-xia ul li .x-shuzi .x-jia.font30 {
  margin-top: -0.02rem;
}
.x-index3 .container .x-xia ul li p {
  color: #333;
  margin-top: 0.08rem;
  font-size: 14px;
}
@media (max-width: 767px) {
  .x-index3 .container .x-xia ul li p {
    font-size: 12px;
  }
}
.x-index4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.8rem 0 1.6rem;
}
@media (max-width: 1580px) {
  .x-index4 {
    padding-top: 1.6rem;
  }
}
@media (max-width: 767px) {
  .x-index4 {
    padding: 1.2rem 0 0.6rem;
  }
}
.x-index4 .container .x-title {
  text-align: center;
  font-weight: bold;
  color: #333;
  opacity: 0;
}
@media (max-width: 767px) {
  .x-index4 .container .x-title {
    opacity: 1;
  }
}
.x-index4 .container .x-xia {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-index4 .container .x-xia {
    margin-top: 0.2rem;
  }
}
.x-index4 .container .x-xia .x-le {
  width: 13.75%;
  padding-right: 0.1rem;
}
@media (max-width: 991px) {
  .x-index4 .container .x-xia .x-le {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .x-index4 .container .x-xia .x-le .x-p {
    display: flex;
  }
}
.x-index4 .container .x-xia .x-le .x-p p {
  color: #999999;
  font-weight: bold;
  transition: 0.4s ease-in-out;
  margin-top: 0.2rem;
  opacity: 0;
}
@media (max-width: 991px) {
  .x-index4 .container .x-xia .x-le .x-p p {
    margin-right: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-index4 .container .x-xia .x-le .x-p p {
    opacity: 1;
  }
}
.x-index4 .container .x-xia .x-le .x-p p span {
  position: relative;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.x-index4 .container .x-xia .x-le .x-p p span::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #0d59a9;
  position: absolute;
  left: 0;
  bottom: 3px;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-index4 .container .x-xia .x-le .x-p p span::before {
    bottom: 0;
    height: 1px;
  }
}
.x-index4 .container .x-xia .x-le .x-p p.on span,
.x-index4 .container .x-xia .x-le .x-p p:hover span {
  color: #0d59a9;
}
.x-index4 .container .x-xia .x-le .x-p p.on span::before,
.x-index4 .container .x-xia .x-le .x-p p:hover span::before {
  width: 100%;
}
.x-index4 .container .x-xia .x-le a {
  font-weight: bold;
  color: #333;
  display: inline-block;
  margin-top: 0.65rem;
  opacity: 0;
}
@media (max-width: 991px) {
  .x-index4 .container .x-xia .x-le a {
    margin-top: 0.2rem;
  }
}
@media (max-width: 767px) {
  .x-index4 .container .x-xia .x-le a {
    display: none;
  }
}
.x-index4 .container .x-xia .x-le a i {
  display: inline-flex;
  margin-left: 0.15rem;
}
.x-index4 .container .x-xia .x-le a i svg {
  width: 14px;
  height: 14px;
}
.x-index4 .container .x-xia .x-le a i svg path {
  fill: #9a9c9e;
}
.x-index4 .container .x-xia .x-ri {
  width: 86.25%;
}
@media (max-width: 991px) {
  .x-index4 .container .x-xia .x-ri {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.x-index4 .container .x-xia .x-ri .x-box {
  display: none;
  opacity: 0;
}
@media (max-width: 767px) {
  .x-index4 .container .x-xia .x-ri .x-box {
    opacity: 1;
  }
}
.x-index4 .container .x-xia .x-ri .x-box.on {
  display: block;
}
.x-index4 .container .x-xia .x-ri .x-box ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.3rem 0 0;
}
.x-index4 .container .x-xia .x-ri .x-box ul li {
  width: 33.33%;
  display: flex;
  padding: 0 0.3rem 0 0;
}
@media (max-width: 767px) {
  .x-index4 .container .x-xia .x-ri .x-box ul li {
    width: 100%;
    padding-bottom: 0.8rem;
  }
}
.x-index4 .container .x-xia .x-ri .x-box ul li a {
  width: 100%;
  display: block;
  background-color: #fff;
}
.x-index4 .container .x-xia .x-ri .x-box ul li a:hover .public-img img {
  transform: scale(1.08);
}
.x-index4 .container .x-xia .x-ri .x-box ul li a:hover .x-text .public-btn {
  min-width: 1.6rem;
  padding: 0 0.3rem;
}
.x-index4 .container .x-xia .x-ri .x-box ul li a:hover .x-text .public-btn::after {
  opacity: 1;
  background-image: linear-gradient(90deg, #af0e18 0%, #e81a21 100%), linear-gradient(#0d59a9, #0d59a9);
}
.x-index4 .container .x-xia .x-ri .x-box ul li a:hover .x-text .public-btn span {
  width: 96px;
  margin-right: 0.1rem;
}
.x-index4 .container .x-xia .x-ri .x-box ul li a .public-img::before {
  padding-top: 68.18181818%;
}
.x-index4 .container .x-xia .x-ri .x-box ul li a .x-text {
  padding: 0.2rem 0.3rem 0.5rem;
  position: relative;
}
.x-index4 .container .x-xia .x-ri .x-box ul li a .x-text .x-sp {
  color: #999999;
}
.x-index4 .container .x-xia .x-ri .x-box ul li a .x-text .x-title2 {
  color: #333;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
.x-index4 .container .x-xia .x-ri .x-box ul li a .x-text .public-btn {
  position: absolute;
  bottom: -0.24rem;
  min-height: 0.5rem;
  min-width: 0.6rem;
  padding: 0 0.18rem;
}
@media (max-width: 1580px) {
  .x-index4 .container .x-xia .x-ri .x-box ul li a .x-text .public-btn {
    min-height: 0.6rem;
  }
}
.x-index4 .container .x-xia .x-ri .x-box ul li a .x-text .public-btn::after {
  width: 100%;
}
.x-index4 .container .x-xia .x-ri .x-box ul li a .x-text .public-btn span {
  white-space: nowrap;
  width: 0;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
.x-index4 .container .x-xia .x-ri .x-box ul li a .x-text .public-btn i {
  margin-left: 0;
}
.x-index4 .container .x-y {
  display: none;
}
@media (max-width: 767px) {
  .x-index4 .container .x-y {
    display: inline-flex;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}
.x-index4 .container .x-y .x-ys {
  font-weight: bold;
  color: #333;
  display: inline-block;
}
.x-index4 .container .x-y .x-ys i {
  display: inline-flex;
  margin-left: 0.15rem;
}
.x-index4 .container .x-y .x-ys i svg {
  width: 14px;
  height: 14px;
}
.x-index4 .container .x-y .x-ys i svg path {
  fill: #9a9c9e;
}
.x-index5 {
  position: relative;
}
.x-index5 .public-img::before {
  padding-top: 16.92708333%;
}
@media (max-width: 1580px) {
  .x-index5 .public-img::before {
    padding-top: 19.927083%;
  }
}
@media (max-width: 1260px) {
  .x-index5 .public-img::before {
    padding-top: 22.927083%;
  }
}
@media (max-width: 991px) {
  .x-index5 .public-img::before {
    padding-top: 30.927083%;
  }
}
@media (max-width: 767px) {
  .x-index5 .public-img::before {
    padding-top: 55.927083%;
  }
}
.x-index5 .container {
  position: absolute;
  left: 50%;
  top: 0.5rem;
  transform: translateX(-50%);
  z-index: 5;
  color: #fff;
}
.x-index5 .container .x-title {
  line-height: 1.2;
}
.x-index5 .container .x-p {
  margin-top: 0.12rem;
}
.x-index5 .container .public-btn {
  margin-top: 0.4rem;
}
#fp-nav {
  left: 0.7rem !important;
  width: 40px;
}
@media (max-width: 1260px) {
  #fp-nav {
    display: none !important;
  }
}
#fp-nav.on {
  display: none;
}
#fp-nav ul li {
  margin: 0 0 0.6rem 0 !important;
}
#fp-nav ul li a.active span {
  background: #e81a21 !important;
  border-radius: 100%;
}
#fp-nav ul li a.active span::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border: 0.02rem solid #e81a21;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#fp-nav ul li a .fp-sr-only {
  display: none !important;
}
#fp-nav ul li a span {
  margin: initial !important;
  width: 8px !important;
  height: 8px !important;
  background: #c3c6ca !important;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.fadeInUp1 {
  -webkit-animation: fadeInUp 0.3s ease-out forwards;
  animation: fadeInUp 0.3s ease-out forwards;
}
.fadeInUp2 {
  -webkit-animation: fadeInUp 0.3s 0.1s ease-out forwards;
  animation: fadeInUp 0.3s 0.1s ease-out forwards;
}
.fadeInUp3 {
  -webkit-animation: fadeInUp 0.3s 0.2s ease-out forwards;
  animation: fadeInUp 0.3s 0.2s ease-out forwards;
}
.fadeInUp4 {
  -webkit-animation: fadeInUp 0.3s 0.3s ease-out forwards;
  animation: fadeInUp 0.3s 0.3s ease-out forwards;
}
.fadeInUp5 {
  -webkit-animation: fadeInUp 0.3s 0.4s ease-out forwards;
  animation: fadeInUp 0.3s 0.4s ease-out forwards;
}
.fadeInUp6 {
  -webkit-animation: fadeInUp 0.3s 0.5s ease-out forwards;
  animation: fadeInUp 0.3s 0.5s ease-out forwards;
}
.fadeInUp7 {
  -webkit-animation: fadeInUp 0.3s 0.6s ease-out forwards;
  animation: fadeInUp 0.3s 0.6s ease-out forwards;
}
.curtain {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.curtain .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain .curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  background: #fff;
  overflow: hidden;
  z-index: 10000;
  transform: translate(-50%, -50%);
}
.curtain .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0.3rem;
  right: 0.3rem;
  width: 30px;
  height: 30px;
  border: 1px solid #292929;
  border-radius: 100%;
  cursor: pointer;
  z-index: 10000;
}
@media (max-width: 1260px) {
  .curtain .curtain_box .curtain_title .close_tc {
    right: 0.24rem;
    top: 0.24rem;
  }
}
.curtain .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #292929;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.curtain .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #292929;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.curtain2 .curtain_box {
  background: transparent;
}
.curtain2 .x-con {
  width: 12rem;
  overflow: hidden;
  display: flex;
}
@media (max-width: 1580px) {
  .curtain2 .x-con {
    width: 14rem;
  }
}
@media (max-width: 1260px) {
  .curtain2 .x-con {
    width: 10rem;
  }
}
@media (max-width: 767px) {
  .curtain2 .x-con {
    width: 7rem;
  }
}
.curtain2 .x-con .x-le {
  width: 33.33%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  padding: 1.05rem 0 0.35rem;
}
@media (max-width: 767px) {
  .curtain2 .x-con .x-le {
    display: none;
  }
}
.curtain2 .x-con .x-le .x-lo a {
  display: block;
  width: auto;
  height: 0.48rem;
}
.curtain2 .x-con .x-le .x-lo a img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.curtain2 .x-con .x-le .x-p {
  text-align: center;
  margin-top: 3.4rem;
}
.curtain2 .x-con .x-le .x-p p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.05rem;
}
.curtain2 .x-con .x-le .x-p p i {
  display: inline-block;
  width: 0.22rem;
  height: 0.22rem;
  margin-right: 0.2rem;
}
@media (max-width: 1580px) {
  .curtain2 .x-con .x-le .x-p p i {
    width: 0.26rem;
    height: 0.26rem;
  }
}
.curtain2 .x-con .x-le .x-p p span {
  color: #fff;
  font-weight: bold;
}
.curtain2 .x-con .x-le .x-a {
  margin-top: 0.8rem;
}
.curtain2 .x-con .x-le .x-a a {
  color: #fff;
}
.curtain2 .x-con .x-le .x-a i {
  font-style: initial;
  color: #fff;
  margin: 0 0.15rem;
}
.curtain2 .x-con .x-ri {
  background-color: #fff;
  border-radius: 0 0.1rem 0.1rem 0;
  width: 66.67%;
  padding: 0.57rem 0.55rem 0.75rem 0.6rem;
}
@media (max-width: 767px) {
  .curtain2 .x-con .x-ri {
    width: 100%;
  }
}
.curtain2 .x-con .x-ri .x-tit .x-title {
  font-weight: bold;
  color: #333;
}
@media (max-width: 767px) {
  .curtain2 .x-con .x-ri .x-tit .x-title {
    padding-right: 0.8rem;
  }
}
.curtain2 .x-con .x-ri .x-tit p {
  color: #333;
  margin-top: 0.15rem;
}
.curtain2 .x-con .x-ri .x-form {
  margin-top: 0.28rem;
}
.curtain2 .x-con .x-ri .x-form .x-inp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.curtain2 .x-con .x-ri .x-form .x-inp input {
  width: 47.05%;
  color: #666666;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0.38rem;
}
@media (max-width: 767px) {
  .curtain2 .x-con .x-ri .x-form .x-inp input {
    width: 100%;
  }
}
.curtain2 .x-con .x-ri .x-form .x-tat {
  width: 100%;
}
.curtain2 .x-con .x-ri .x-form .x-tat span {
  display: block;
  color: #666666;
}
.curtain2 .x-con .x-ri .x-form .x-tat textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 0.15rem 0.2rem 0.2rem 0.2rem;
  height: 1.2rem;
  margin-top: 0.15rem;
  color: #666666;
}
@media (max-width: 767px) {
  .curtain2 .x-con .x-ri .x-form .x-tat textarea {
    height: 1.4rem;
  }
}
.curtain2 .x-con .x-ri .x-form .x-tat textarea::placeholder {
  color: #999999;
}
.curtain2 .x-con .x-ri .x-form .x-a {
  margin-top: 0.07rem;
}
.curtain2 .x-con .x-ri .x-form .x-a p {
  color: #999999;
  line-height: 1.7;
}
@media (max-width: 1580px) {
  .curtain2 .x-con .x-ri .x-form .x-a p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .curtain2 .x-con .x-ri .x-form .x-a p {
    line-height: 1.5;
    font-size: 0.24rem;
  }
}
.curtain2 .x-con .x-ri .x-form .x-a p a {
  color: #333;
}
.curtain2 .x-con .x-ri .x-form .public-btn {
  margin-top: 0.18rem;
}
.x-side {
  position: fixed;
  right: 2%;
  bottom: 10%;
  z-index: 1000;
  display: none;
}
@media (max-width: 767px) {
  .x-side {
    display: none !important;
  }
}
.x-side ul li {
  width: 60px;
  height: 60px;
  background-color: #fff;
  margin-bottom: 5px;
  transition: 0.4s ease-in-out;
  position: relative;
  box-shadow: -15px 0px 35px 0px rgba(165, 194, 225, 0.16);
}
.x-side ul li:hover {
  background-color: #0d59a9;
}
.x-side ul li:hover a .x-tit {
  opacity: 1;
  pointer-events: initial;
}
.x-side ul li:hover a i svg path {
  fill: #fff;
}
.x-side ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.x-side ul li a .x-tit {
  position: absolute;
  right: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: 0.4s ease-in-out;
  pointer-events: none;
}
.x-side ul li a .x-tit p {
  white-space: nowrap;
  color: #666666;
  padding: 0 0.25rem;
}
.x-side ul li a i {
  display: inline-flex;
  align-items: center;
  width: 0.26rem;
  height: 0.26rem;
}
.x-side ul li a i svg {
  width: 100%;
  height: 100%;
}
.x-side ul li a i svg path {
  fill: #1861ad;
  transition: 0.4s ease-in-out;
}
.x-about1 .innovatebox-sec2 .item:nth-of-type(2) .lt .f_jut .li:nth-of-type(2) {
  padding-left: 0.5rem;
}
.x-about1 .innovatebox-sec2 .item .gt .f_img .img img:nth-of-type(2) {
  width: 0.82rem;
  height: 0.82rem;
  cursor: pointer;
}
.x-about2 {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.3rem 0 1.65rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-about2 {
    padding: 1.2rem 0;
  }
}
.x-about2 .container2 {
  position: relative;
  z-index: 5;
}
.x-about2 .container2 .x-title {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.x-about2 .container2 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0.9rem -0.3rem 0 0;
}
@media (max-width: 767px) {
  .x-about2 .container2 ul {
    margin-top: 0.4rem;
  }
}
.x-about2 .container2 ul li {
  width: 33.33%;
  display: flex;
  padding: 0 0.3rem 0 0;
}
@media (max-width: 767px) {
  .x-about2 .container2 ul li {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.x-about2 .container2 ul li .x-box {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.9rem 0.45rem 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.x-about2 .container2 ul li .x-box .x-img {
  width: 0.7rem;
  height: 0.7rem;
  margin: 0 auto;
}
.x-about2 .container2 ul li .x-box .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-about2 .container2 ul li .x-box .x-text {
  margin-top: 0.3rem;
}
.x-about2 .container2 ul li .x-box .x-text .x-title2 {
  color: #fff;
  font-weight: bold;
}
.x-about2 .container2 ul li .x-box .x-text .x-p {
  color: #dddddd;
  line-height: 1.625;
  margin-top: 0.08rem;
}
.x-about2 .container2 .x-a {
  text-align: center;
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .x-about2 .container2 .x-a {
    margin-top: 0.3rem;
  }
}
.x-about2 .fuyuansidiv {
  position: absolute;
  left: 0;
  bottom: -2rem;
  pointer-events: none;
  height: 6.8rem;
  width: 100%;
}
.x-about2 .fuyuansidiv div {
  width: 100% !important;
  height: 100% !important;
}
.x-about2 .fuyuansidiv div canvas {
  width: 100% !important;
  height: 100% !important;
}
.x-about3 {
  overflow: hidden;
}
.x-about3 .x-con {
  position: relative;
}
.x-about3 .x-con .x-tp .x-img {
  width: 100%;
  height: 100vh;
}
.x-about3 .x-con .x-tp .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-about3 .x-con ul {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 200px);
  margin-left: -100px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 5;
}
@media (max-width: 767px) {
  .x-about3 .x-con ul {
    width: 100%;
    margin-left: 0;
    flex-wrap: wrap;
  }
}
.x-about3 .x-con ul li {
  position: relative;
  width: 33.33%;
  transform: skew(-12deg) translateZ(0);
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1260px) {
  .x-about3 .x-con ul li:nth-of-type(1) .x-box {
    padding-left: 2rem;
  }
  .x-about3 .x-con ul li:nth-of-type(3) .x-box {
    padding-right: 2rem;
  }
}
@media (max-width: 1260px) and (max-width: 767px) {
  .x-about3 .x-con ul li:nth-of-type(1) .x-box {
    padding-left: 0.2rem;
  }
}
@media (max-width: 1260px) and (max-width: 767px) {
  .x-about3 .x-con ul li:nth-of-type(3) .x-box {
    padding-right: 0.2rem;
  }
}
@media (max-width: 767px) {
  .x-about3 .x-con ul li {
    transform: initial;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.x-about3 .x-con ul li:nth-of-type(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.x-about3 .x-con ul li:hover .x-box,
.x-about3 .x-con ul li.on .x-box {
  transform: skew(12deg) translateY(-0.6rem) translateZ(0);
}
@media (max-width: 767px) {
  .x-about3 .x-con ul li:hover .x-box,
  .x-about3 .x-con ul li.on .x-box {
    transform: initial;
  }
}
.x-about3 .x-con ul li:hover .x-box::before,
.x-about3 .x-con ul li.on .x-box::before {
  opacity: 1;
}
.x-about3 .x-con ul li:hover .x-box .x-text .x-p,
.x-about3 .x-con ul li.on .x-box .x-text .x-p {
  opacity: 1;
}
.x-about3 .x-con ul li .x-box {
  width: calc(100% + 200px);
  margin-left: -100px;
  transform: skew(12deg) translateZ(0);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  padding: 0 0.4rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-about3 .x-con ul li .x-box {
    width: 100%;
    transform: initial;
    padding: 0 0.2rem;
    margin-left: 0;
    display: flex;
  }
}
.x-about3 .x-con ul li .x-box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: url(../images/x-about18.png) no-repeat center;
  background-size: cover;
  opacity: 0;
  transition: 0.4s ease-in-out;
  transform: translateY(0.6rem);
  z-index: 10;
}
@media (max-width: 767px) {
  .x-about3 .x-con ul li .x-box::before {
    display: none;
  }
}
.x-about3 .x-con ul li .x-box .x-img {
  width: 1.08rem;
  height: 1.08rem;
  position: relative;
  z-index: 5;
  display: none;
}
@media (max-width: 767px) {
  .x-about3 .x-con ul li .x-box .x-img {
    display: block;
  }
}
.x-about3 .x-con ul li .x-box .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-about3 .x-con ul li .x-box .x-text {
  margin-top: 0.2rem;
  position: relative;
  z-index: 5;
  display: none;
}
@media (max-width: 767px) {
  .x-about3 .x-con ul li .x-box .x-text {
    display: block;
  }
}
.x-about3 .x-con ul li .x-box .x-text .x-title {
  color: #fff;
}
.x-about3 .x-con ul li .x-box .x-text .x-p {
  color: #fff;
  line-height: 1.7;
  margin-top: 0.25rem;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-about3 .x-con ul li .x-box .x-text .x-p {
    opacity: 1;
  }
}
.x-about3 .x-con .x-xia {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .x-about3 .x-con .x-xia {
    display: none;
  }
}
.x-about3 .x-con .x-xia .x-box {
  width: 33.33%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  padding: 0 0.4rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-about3 .x-con .x-xia .x-box {
    width: 100%;
    transform: initial;
    padding: 0 0.2rem;
    margin-left: 0;
  }
}
.x-about3 .x-con .x-xia .x-box.on .x-img {
  transform: translateY(-0.6rem);
}
.x-about3 .x-con .x-xia .x-box.on .x-text {
  transform: translateY(-0.6rem);
}
.x-about3 .x-con .x-xia .x-box.on .x-text .x-p {
  opacity: 1;
}
.x-about3 .x-con .x-xia .x-box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: url(../images/x-about18.png) no-repeat center;
  background-size: cover;
  opacity: 0;
  transition: 0.4s ease-in-out;
  transform: translateY(0.6rem);
}
@media (max-width: 767px) {
  .x-about3 .x-con .x-xia .x-box::before {
    display: none;
  }
}
.x-about3 .x-con .x-xia .x-box .x-img {
  width: 1.08rem;
  height: 1.08rem;
  position: relative;
  z-index: 5;
  transition: 0.4s ease-in-out;
}
.x-about3 .x-con .x-xia .x-box .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-about3 .x-con .x-xia .x-box .x-text {
  margin-top: 0.2rem;
  position: relative;
  z-index: 5;
  transition: 0.4s ease-in-out;
}
.x-about3 .x-con .x-xia .x-box .x-text .x-title {
  color: #fff;
}
.x-about3 .x-con .x-xia .x-box .x-text .x-p {
  color: #fff;
  line-height: 1.7;
  margin-top: 0.25rem;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-about3 .x-con .x-xia .x-box .x-text .x-p {
    opacity: 1;
  }
}
.x-about4 {
  padding: 1.5rem 0 1.15rem;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .x-about4 {
    padding: 1.2rem 0;
  }
}
.x-about4 .container2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.x-about4 .container2 .x-le {
  width: 50%;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .x-about4 .container2 .x-le {
    display: none;
  }
}
.x-about4 .container2 .x-le .quan {
  position: absolute;
  color: #333;
  left: 1.73rem;
  width: 4.8rem;
  height: 4.8rem;
  transform: rotate(-90deg);
}
@media (max-width: 991px) {
  .x-about4 .container2 .x-le .quan {
    width: 3.4rem;
    height: 3.4rem;
  }
}
.x-about4 .container2 .x-le .quan .yuan2 {
  stroke-dasharray: 1507,1507;
  stroke-dashoffset: 1507;
  transition: 0.4s ease-in-out;
}
.x-about4 .container2 .x-le .year {
  font-size: 2.58rem;
  background: linear-gradient(to right, #152b85, #1d68ae);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .x-about4 .container2 .x-le .year {
    font-size: 1.8rem;
  }
}
.x-about4 .container2 .x-le .swiper-container {
  height: 7.5rem;
  margin: 0;
  overflow: hidden;
}
.x-about4 .container2 .x-le .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  font-size: 2.58rem;
  color: rgba(0, 0, 0, 0.05);
  font-weight: bold;
  letter-spacing: -0.03em;
  transition: 0.4s ease-in-out;
}
.x-about4 .container2 .x-le .swiper-container .swiper-slide.swiper-slide-active {
  background: linear-gradient(to right, #1f76b8, #26a5d9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .x-about4 .container2 .x-le .swiper-container .swiper-slide {
    font-size: 1.8rem;
  }
}
.x-about4 .container2 .x-ri {
  width: 35.71%;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .x-about4 .container2 .x-ri {
    width: 100%;
    margin-top: 0;
  }
}
.x-about4 .container2 .x-ri .x-title {
  color: #000;
  font-weight: bold;
}
.x-about4 .container2 .x-ri .x-title span {
  color: #0d59a9;
}
.x-about4 .container2 .x-ri .x-swiper {
  margin-top: 1rem;
}
@media (max-width: 1260px) {
  .x-about4 .container2 .x-ri .x-swiper {
    margin-top: 0.5rem;
  }
}
.x-about4 .container2 .x-ri .x-swiper .swiper-container .swiper-wrapper .swiper-slide {
  padding: 0.5rem 0.5rem 0.4rem 0;
  border-top: 1px solid #dfe1e3;
  border-bottom: 1px solid #dfe1e3;
}
.x-about4 .container2 .x-ri .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-sp {
  color: #999999;
}
.x-about4 .container2 .x-ri .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-p {
  color: #333333;
  line-height: 1.625;
  margin-top: 0.12rem;
}
.x-about4 .container2 .x-ri .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-tp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.45rem;
}
.x-about4 .container2 .x-ri .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-tp .public-img {
  width: 46.36%;
  margin-bottom: 0.2rem;
}
.x-about4 .container2 .x-ri .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-tp .public-img::before {
  padding-top: 49.01960784%;
}
.x-about4 .container2 .x-ri .x-swiper .qie {
  display: flex;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .x-about4 .container2 .x-ri .x-swiper .qie {
    margin-top: 0.4rem;
    justify-content: center;
  }
}
.x-about4 .container2 .x-ri .x-swiper .qie .swiper-button-prev {
  margin-right: 0.15rem;
}
.x-about4 .container2 .x-ri .x-swiper .qie .swiper-button-prev svg {
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .x-about4 .container2 .x-ri .x-swiper .qie .swiper-button-prev svg {
    transform: initial;
  }
}
.x-about4 .container2 .x-ri .x-swiper .qie .swiper-button-next {
  margin-right: 0.15rem;
}
.x-about4 .container2 .x-ri .x-swiper .qie .swiper-button-next svg {
  transform: rotate(90deg);
}
@media (max-width: 767px) {
  .x-about4 .container2 .x-ri .x-swiper .qie .swiper-button-next svg {
    transform: initial;
  }
}
.x-about5 {
  padding: 1.1rem 0 1.5rem;
}
@media (max-width: 767px) {
  .x-about5 {
    padding: 1.1rem 0;
  }
}
.x-about5 .container2 .x-title {
  text-align: center;
  font-weight: bold;
}
.x-about5 .container2 .x-xia {
  margin-top: 0.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.x-about5 .container2 .x-xia .x-le {
  width: 50%;
}
@media (max-width: 767px) {
  .x-about5 .container2 .x-xia .x-le {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-about5 .container2 .x-xia .x-le .x-zs {
  width: 0.54rem;
  height: 0.54rem;
}
.x-about5 .container2 .x-xia .x-le .x-zs img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-about5 .container2 .x-xia .x-le .x-p {
  color: #666666;
  margin-top: 0.4rem;
}
.x-about5 .container2 .x-xia .x-le .x-bx {
  text-align: right;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .x-about5 .container2 .x-xia .x-le .x-bx {
    margin-top: 0.4rem;
  }
}
.x-about5 .container2 .x-xia .x-le .x-bx .x-qm {
  width: 1.9rem;
  height: 0.66rem;
  margin-left: auto;
}
.x-about5 .container2 .x-xia .x-le .x-bx .x-qm img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-about5 .container2 .x-xia .x-le .x-bx .x-sp {
  color: #333333;
  margin-top: 0.2rem;
}
.x-about5 .container2 .x-xia .x-le .x-bx .x-sp p {
  display: inline-block;
  position: relative;
}
.x-about5 .container2 .x-xia .x-le .x-bx .x-sp p::before {
  content: "";
  width: 0.64rem;
  height: 1px;
  background-color: #383838;
  position: absolute;
  left: -0.74rem;
  top: 0.7em;
}
.x-about5 .container2 .x-xia .x-ri {
  width: 43.57%;
}
@media (max-width: 767px) {
  .x-about5 .container2 .x-xia .x-ri {
    width: 100%;
    order: -1;
  }
}
.x-about5 .container2 .x-xia .x-ri .public-img::before {
  padding-top: 99.01477833%;
}
.x-about6 {
  background-color: #f4f7fc;
  padding: 1.1rem 0 1.4rem;
}
@media (max-width: 767px) {
  .x-about6 {
    padding: 1.1rem 0;
  }
}
.x-about6 .container .x-title {
  text-align: center;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .x-about6 .container .x-title {
    margin-bottom: 0.4rem;
  }
}
.x-about6 .container .str4 {
  margin-bottom: 0.2rem;
}
.x-about6 .container .str4 a {
  display: inline-block;
  position: relative;
  margin-right: 0.2rem;
  height: 100%;
  width: 1.8rem;
  height: 1rem;
  border-radius: 0.1rem;
}
.x-about6 .container .str4 a:hover .x-text {
  opacity: 1;
}
.x-about6 .container .str4 a::before {
  padding-top: 55.55555556%;
}
/*Plugin CSS*/
.str_wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
}
.x-about7 {
  background-color: #f4f7fc;
  padding: 1.2rem 0 1.6rem;
}
@media (max-width: 767px) {
  .x-about7 {
    padding: 1.1rem 0;
  }
}
.x-about7 .container2 .x-title {
  text-align: center;
  color: #333333;
  font-weight: bold;
}
.x-about7 .container2 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0.5rem -0.3rem -0.6rem 0;
}
.x-about7 .container2 ul li {
  width: 33.33%;
  display: flex;
  padding: 0 0.3rem 0.6rem 0;
}
@media (max-width: 767px) {
  .x-about7 .container2 ul li {
    width: 100%;
    padding-bottom: 0.8rem;
  }
}
.x-about7 .container2 ul li a {
  width: 100%;
  display: block;
  background-color: #fff;
}
.x-about7 .container2 ul li a:hover .public-img img {
  transform: scale(1.08);
}
.x-about7 .container2 ul li a:hover .x-text .public-btn {
  min-width: 1.6rem;
  padding: 0 0.3rem;
}
.x-about7 .container2 ul li a:hover .x-text .public-btn::after {
  opacity: 1;
  background-image: linear-gradient(90deg, #af0e18 0%, #e81a21 100%), linear-gradient(#0d59a9, #0d59a9);
}
.x-about7 .container2 ul li a:hover .x-text .public-btn span {
  width: 64px;
  margin-right: 0.1rem;
}
.x-about7 .container2 ul li a .public-img::before {
  padding-top: 68.18181818%;
}
.x-about7 .container2 ul li a .x-text {
  padding: 0.2rem 0.3rem 0.5rem;
  position: relative;
}
.x-about7 .container2 ul li a .x-text .x-sp {
  color: #999999;
}
.x-about7 .container2 ul li a .x-text .x-title2 {
  color: #333;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
.x-about7 .container2 ul li a .x-text .public-btn {
  position: absolute;
  bottom: -0.24rem;
  min-height: 0.5rem;
  min-width: 0.6rem;
  padding: 0 0.18rem;
}
@media (max-width: 1580px) {
  .x-about7 .container2 ul li a .x-text .public-btn {
    min-height: 0.6rem;
  }
}
.x-about7 .container2 ul li a .x-text .public-btn::after {
  width: 100%;
}
.x-about7 .container2 ul li a .x-text .public-btn span {
  white-space: nowrap;
  width: 0;
  overflow: hidden;
  transition: 0.4s ease-in-out;
}
.x-about7 .container2 ul li a .x-text .public-btn i {
  margin-left: 0;
}
