@charset "utf-8";
:root {
  --color: #3149ed;
  --vh: 100vh;
}
/*字体*/
@font-face {
  font-family: "mor";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "mom";
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "mol";
  src: url("../fonts/Montserrat-Light.ttf") format("truetype");
}
@font-face {
  font-family: "mos";
  src: url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
}
.font-mr {
  font-family: 'mor', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-mm {
  font-family: 'mom', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-ml {
  font-family: 'mol', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-ms {
  font-family: 'mos', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
/* @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: #3149ed;
}
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: 'mor', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}
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;
}
svg path {
  fill: currentColor;
}
picture,
section,
main {
  display: block;
}
.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;
}
.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,
  .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,
  .font80 {
    font-size: 46px;
  }
}
@media (max-width: 767px) {
  .font14,
  .font16 {
    font-size: 0.28rem;
  }
  .font18,
  .font20 {
    font-size: 0.3rem;
  }
  .font22,
  .font24,
  .font26,
  .font28 {
    font-size: 0.32rem;
  }
  .font30,
  .font32,
  .font34 {
    font-size: 0.34rem;
  }
  .font36,
  .font40 {
    font-size: 0.4rem;
  }
  .font42,
  .font44,
  .font46 {
    font-size: 0.46rem;
  }
  .font48,
  .font50,
  .font52,
  .font54,
  .font56,
  .font60,
  .font80 {
    font-size: 0.48rem;
  }
}
.public-scrollbar {
  scrollbar-width: thin;
}
.public-scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.public-scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #3149ed;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 1.2rem;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 1.2rem;
  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: 0 0.2rem;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-head-move {
  top: -1.3rem;
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -1.2rem;
  }
}
#c-header.c-style2 {
  color: #fff;
  background: #050505;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 a {
  color: #fff;
}
/*顶部logo*/
#c-header .x-tblogo {
  display: flex;
}
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo:nth-child(1) {
  padding-right: 0.2rem;
}
#c-header .c-logo:nth-child(2) {
  padding-left: 0.2rem;
  position: relative;
}
#c-header .c-logo:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.1);
  width: 1px;
  height: 0.86rem;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 0.88rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 0.6rem;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header.c-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.62rem;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li {
    margin-right: 0.4rem;
  }
}
#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.05rem;
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
  transition: all 0.4s;
}
#c-header .c-nav > li.on2 ul li {
  animation-name: fadeInUp2;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
}
#c-header .c-nav > li a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #3149ed;
  transition: 0.4s;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 1300px) {
  #c-header .c-nav li a {
    font-size: 14px;
  }
}
@media (max-width: 1260px) {
  #c-header .c-nav li a {
    font-size: 12px;
  }
}
#c-header .c-nav ul {
  position: absolute;
  top: 99%;
  left: 50%;
  display: none;
  min-width: 2.5rem;
  line-height: 0.5rem;
  background: #050505;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0.2rem 0.2rem 0.24rem 0.3rem;
}
@media (max-width: 1580px) {
  #c-header .c-nav ul {
    width: 3.6rem;
  }
}
#c-header .c-nav ul li {
  line-height: 1.5;
  text-align: left;
  margin-bottom: 0.12rem;
  opacity: 0;
  transition: 0.4s 0s all;
  transform: translateY(-1.18rem);
}
#c-header .c-nav ul li:hover a {
  color: #fff;
}
#c-header .c-nav ul li:nth-child(2) {
  animation-delay: 50ms;
}
#c-header .c-nav ul li:nth-child(3) {
  animation-delay: 0.1s;
}
#c-header .c-nav ul li:nth-child(4) {
  animation-delay: 0.15s;
}
#c-header .c-nav ul li:nth-child(5) {
  animation-delay: 0.2s;
}
#c-header .c-nav ul li:nth-child(6) {
  animation-delay: 0.25s;
}
#c-header .c-nav ul li:nth-child(7) {
  animation-delay: 0.3s;
}
#c-header .c-nav ul li:nth-child(8) {
  animation-delay: 0.35s;
}
#c-header .c-nav ul li:nth-child(9) {
  animation-delay: 0.4s;
}
#c-header .c-nav ul li:nth-child(10) {
  animation-delay: 0.45s;
}
#c-header .c-nav ul li:nth-child(11) {
  animation-delay: 0.5s;
}
#c-header .c-nav ul li:nth-child(12) {
  animation-delay: 0.55s;
}
#c-header .c-nav ul li:last-child a::before {
  display: none;
}
#c-header .c-nav ul li:last-child {
  margin-bottom: 0;
}
#c-header .c-nav ul li a {
  color: #fff;
  line-height: 1.14;
  text-align: left;
  position: relative;
  display: inline-block;
  padding-right: 0.2rem;
}
#c-header .c-nav ul li a:hover {
  color: #fff;
}
#c-header .c-nav ul li a:hover span {
  text-decoration: underline;
}
#c-header .c-nav ul li a:hover i {
  opacity: 1;
}
#c-header .c-nav ul li a span {
  display: inline-block;
  white-space: nowrap;
}
#c-header .c-nav ul li a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0.2em;
  right: 0;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
#c-header .c-nav ul li a i svg {
  width: 100%;
  height: 100%;
}
#c-header .c-nav ul li a i svg path {
  fill: #fff;
}
#c-header .c-nav ul li a::before {
  bottom: 0;
  width: calc(100% - 40px) !important;
  left: 20px !important;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a,
#c-header .c-nav li:hover > .c-title-box > a,
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #3149ed;
}
#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 {
  left: 0;
  width: 100%;
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg,
#c-header .c-nav li:hover > .c-title-box svg {
  color: #3149ed;
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0.18rem, 0);
    -ms-transform: translate3d(0, 0.18rem, 0);
    transform: translate3d(0, 0.18rem, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.4s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.4s;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #3149ed;
}
#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;
}
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;
}
#c-header .c-gn .x-ss {
  padding-left: 0.5rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1260px) {
  #c-header .c-gn .x-ss {
    display: none;
  }
}
#c-header .c-gn .x-ss img,
#c-header .c-gn .x-ss svg {
  width: 24px;
  height: 24px;
  transition: 0.4s;
  vertical-align: middle;
}
@media (max-width: 991px) {
  #c-header .c-gn .x-ss img,
  #c-header .c-gn .x-ss svg {
    width: 0.2rem;
    height: 0.2rem;
  }
}
#c-header .c-gn .x-ss img path,
#c-header .c-gn .x-ss svg path {
  fill: #fff;
  opacity: 1;
}
#c-header .c-gn .x-ss:hover > svg {
  color: #3149ed;
}
#c-header .c-gn .c-yy {
  display: flex;
  align-items: center;
  margin-left: 0.3rem;
}
@media (max-width: 991px) {
  #c-header .c-gn .c-yy {
    margin-right: 0.4rem;
  }
}
#c-header .c-gn .c-yy i {
  display: inline-flex;
  align-items: center;
  width: 6px;
  height: 6px;
  margin-left: 0.1rem;
}
#c-header .c-gn .c-yy i svg {
  width: 100%;
  height: 100%;
  opacity: 1;
}
#c-header .c-gn .c-yy i svg path {
  fill: rgba(255, 255, 255, 0.5);
}
#c-header.c-style2 .c-gn .c-yy svg path {
  fill: #fff;
}
#c-go-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 33%;
  right: 10px;
  z-index: 999;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  cursor: pointer;
  background: -webkit-linear-gradient(right, #35b744, #314bea);
  background: linear-gradient(to right, #35b744, #314bea);
}
@media (max-width: 767px) {
  #c-go-top {
    display: none !important;
  }
}
#c-go-top img,
#c-go-top svg {
  width: 45%;
  height: 45%;
  color: #fff;
  transform: rotate(-90deg);
}
.x-ho-video-bj {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
@media (max-width: 1260px) {
  .x-ho-video-bj {
    display: none;
  }
}
.x-ho-video-bj video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 100px;
}
main {
  position: relative;
  z-index: 30;
}
/* 底部 */
#c-footer {
  overflow: hidden;
  color: #fff;
  position: relative;
  z-index: 10;
}
#c-footer a {
  color: rgba(255, 255, 255, 0.3);
  transition: 0.4s;
}
#c-footer a:hover {
  color: #fff;
}
#c-footer .c-top-box {
  padding: 0.65rem 0;
  background: #1b1b1b;
}
@media (max-width: 767px) {
  #c-footer .c-top-box {
    padding: 1rem 0 0.6rem;
  }
}
#c-footer .c-top-box .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 98%;
  max-width: initial;
}
#c-footer .c-top-box .container .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.22rem;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-title-box {
    padding: 0.3rem 0;
    border-bottom: 1px solid #666;
  }
}
#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 a:hover {
  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.3rem;
  height: 0.3rem;
}
@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 .x-ri {
  width: 79.68%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 1.4rem;
}
@media (max-width: 1260px) {
  #c-footer .c-top-box .container .x-ri {
    width: 73.68%;
    padding-left: 0.6rem;
    justify-content: flex-start;
  }
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .x-ri {
    margin-top: 0.3rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .x-ri {
    padding-right: 0;
    padding-left: 0.4rem;
  }
}
#c-footer .c-top-box .container .c-list-box {
  width: 25%;
  padding-right: 0.2rem;
  margin-top: 0.8rem;
}
@media (max-width: 1260px) {
  #c-footer .c-top-box .container .c-list-box {
    padding-right: 0.4rem;
    margin-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-list-box {
    width: 100%;
    margin-bottom: 0;
    padding-right: 0.2rem;
    margin-top: 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.08rem;
}
#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(90deg);
  transform: rotate(90deg);
}
@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;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-box {
    padding-top: 0.2rem;
  }
}
#c-footer .c-top-box .container .c-text-wrap {
  width: 20.32%;
  position: relative;
  border: 1px solid transparent;
  border-radius: 0.1rem;
}
@media (max-width: 1260px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 26.32%;
  }
}
@media (max-width: 991px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 38.32%;
  }
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap {
    width: 100%;
    padding: 0 0.2rem;
  }
}
#c-footer .c-top-box .container .c-text-wrap::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: -webkit-linear-gradient(top, #3149ed, #36ba45);
  background: linear-gradient(to bottom, #3149ed, #36ba45);
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  border-radius: 0.1rem;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap::before {
    display: none;
  }
}
#c-footer .c-top-box .container .c-text-wrap .x-txbx {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.5rem 0.3rem 1.2rem;
  position: relative;
  border-radius: 0.1rem;
}
@media (max-width: 1580px) {
  #c-footer .c-top-box .container .c-text-wrap .x-txbx {
    border-left: 3px solid transparent;
  }
}
@media (max-width: 1260px) {
  #c-footer .c-top-box .container .c-text-wrap .x-txbx {
    border-left: 0px solid transparent;
  }
}
#c-footer .c-top-box .container .c-text-wrap a {
  display: block;
  width: auto;
  height: 1.4rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  #c-footer .c-top-box .container .c-text-wrap a {
    height: 1.2rem;
  }
}
#c-footer .c-top-box .container .c-text-wrap a img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
#c-footer .c-top-box .container .c-text-wrap p {
  margin-top: 0.35rem;
  padding-top: 0.3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  z-index: 5;
}
#c-footer .x-zh {
  background: #1b1b1b;
  padding: 0.2rem 0 0.14rem;
}
@media (max-width: 767px) {
  #c-footer .x-zh {
    padding: 0;
  }
}
#c-footer .x-zh .container {
  width: 98%;
  max-width: initial;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #c-footer .x-zh .container {
    padding: 100%;
    padding: 0 0.2rem;
  }
}
#c-footer .x-zh .container .x-a {
  width: 60%;
}
@media (max-width: 767px) {
  #c-footer .x-zh .container .x-a {
    width: 100%;
    font-size: 0.24rem;
  }
}
#c-footer .x-zh .container .x-a a {
  display: inline-block;
  margin-right: 0.15rem;
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  #c-footer .x-zh .container .x-fx {
    margin-top: 0.4rem;
  }
}
#c-footer .x-zh .container .x-fx a {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  margin-left: 0.25rem;
}
@media (max-width: 767px) {
  #c-footer .x-zh .container .x-fx a {
    width: 0.36rem;
    height: 0.36rem;
  }
}
#c-footer .x-zh .container .x-fx a:hover .x-ewm {
  opacity: 1;
  pointer-events: initial;
}
#c-footer .x-zh .container .x-fx a svg {
  width: 100%;
  height: 100%;
}
#c-footer .x-zh .container .x-fx a svg path {
  fill: #fff;
}
#c-footer .x-zh .container .x-fx a .x-ewm {
  width: 1.2rem;
  height: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 0.08rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 120%;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease-in-out;
}
#c-footer .x-zh .container .x-fx a .x-ewm img {
  width: 1.1rem;
  height: 1.1rem;
  object-fit: contain;
}
#c-footer .c-bottom-box {
  color: rgba(255, 255, 255, 0.3);
  background: #1b1b1b;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box {
    padding: 0.3rem 0 0;
  }
}
#c-footer .c-bottom-box .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 98%;
  max-width: initial;
  padding: 0.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container {
    width: 100%;
    padding: 0.3rem 0.3rem;
  }
}
#c-footer .c-bottom-box .container a {
  color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container a {
    font-size: 0.24rem;
  }
}
#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 {
    font-size: 0.24rem;
  }
}
#c-footer .c-bottom-box .container .c-support a {
  display: inline-block;
  margin-left: 0.34rem;
}
@media (max-width: 767px) {
  #c-footer .c-bottom-box .container .c-support a {
    margin-left: 0;
    margin-right: 0.3rem;
  }
}
/*首页内容1*/
.c-home1 .swiper-slide {
  overflow: hidden;
  position: relative;
}
.c-home1 .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url('../images/x-symb.png') no-repeat top;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
}
.c-home1 .swiper-slide::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url('../images/x-mbb1.png') no-repeat top;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  opacity: 0.73;
}
.c-home1 .swiper-slide .c-img {
  width: 100%;
  height: 100%;
}
.c-home1 .swiper-slide .c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-home1 .swiper-slide .c-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.c-home1 .swiper-slide .container {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  color: #fff;
}
.c-home1 .swiper-slide .container .x-title {
  line-height: 1;
}
.c-home1 .swiper-slide .container .x-p {
  line-height: 1.2;
  margin-top: 0.4rem;
}
.c-home1 .swiper-slide .container .x-bf {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0.7rem auto 0;
  cursor: pointer;
}
.c-home1 .swiper-slide .container .x-bf img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-index1 {
  padding: 1.2rem 0 1.4rem;
}
@media (max-width: 767px) {
  .x-index1 {
    padding: 1.2rem 0;
  }
}
.x-index1 .container ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.2rem;
}
.x-index1 .container ul li:last-child {
  margin-bottom: 0;
}
.x-index1 .container ul li:nth-child(2n) .x-text {
  order: -1;
  padding-right: 0.4rem;
}
@media (max-width: 1260px) {
  .x-index1 .container ul li:nth-child(2n) .x-text {
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .x-index1 .container ul li:nth-child(2n) .x-text {
    order: 1;
  }
}
.x-index1 .container ul li .public-img {
  width: 49.375%;
  border-radius: 0.1rem;
}
@media (max-width: 991px) {
  .x-index1 .container ul li .public-img {
    width: 100%;
  }
}
.x-index1 .container ul li .public-img::before {
  padding-top: 76.33587786%;
}
.x-index1 .container ul li .x-text {
  width: 46.25%;
}
@media (max-width: 991px) {
  .x-index1 .container ul li .x-text {
    width: 100%;
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-index1 .container ul li .x-text {
    margin-top: 0.2rem;
  }
}
.x-index1 .container ul li .x-text .x-title {
  color: #111111;
}
.x-index1 .container ul li .x-text .x-p {
  color: #666;
  line-height: 1.2;
  margin-top: 0.1rem;
}
@media (max-width: 1580px) {
  .x-index1 .container ul li .x-text .x-p {
    font-size: 14px;
  }
}
.x-index2 .x-con {
  position: relative;
}
@media (max-width: 1260px) {
  .x-index2 .x-con {
    padding: 1.2rem 0;
  }
}
@media (max-width: 1260px) {
  .x-index2 .x-con .public-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.x-index2 .x-con .public-img::before {
  padding-top: 44.27083333%;
}
.x-index2 .x-con .public-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(27, 27, 27, 0.59);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.x-index2 .x-con .x-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 65.3125%;
  background: url('../images/x-index4.png') no-repeat;
  background-size: 100% 100%;
  backdrop-filter: blur(15px);
  text-align: center;
  padding: 0.6rem 1rem 0.5rem;
}
@media (max-width: 1260px) {
  .x-index2 .x-con .x-text {
    position: relative;
    top: auto;
    left: auto;
    transform: initial;
    margin: 0 auto;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-text {
    width: 90%;
    padding: 0.4rem;
    background: initial;
    border: 1px solid #3149ed;
  }
}
.x-index2 .x-con .x-text .x-tit {
  color: #fff;
}
.x-index2 .x-con .x-text .x-p {
  color: #fff;
  margin-top: 0.15rem;
  line-height: 1.2;
}
@media (max-width: 1580px) {
  .x-index2 .x-con .x-text .x-p {
    font-size: 14px;
  }
}
.x-index3 {
  padding: 1rem 0 0 0;
}
.x-index3 .x-con .x-top {
  text-align: center;
  max-width: 1150px;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .x-index3 .x-con .x-top {
    max-width: 90%;
  }
}
.x-index3 .x-con .x-top .x-title {
  color: #111111;
}
.x-index3 .x-con .x-top .x-p {
  color: #666666;
  line-height: 1.2;
}
.x-index3 .x-con .x-xia {
  margin-top: 0.55rem;
  margin: 0.55rem 10px 0;
}
.x-index3 .x-con .x-xia ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.x-index3 .x-con .x-xia ul li {
  width: 33.33%;
  padding: 0 5px 10px;
}
@media (max-width: 767px) {
  .x-index3 .x-con .x-xia ul li {
    width: 100%;
    padding-bottom: 0.4rem;
  }
}
.x-index3 .x-con .x-xia ul li .x-box {
  border-radius: 0.1rem;
  overflow: hidden;
}
.x-index3 .x-con .x-xia ul li .x-box .public-img::before {
  padding-top: 63.89776358%;
}
.x-index3 .x-con .x-xia ul li .x-box .x-text {
  padding: 0.35rem 0.3rem;
  background-color: #f7f9ff;
  position: relative;
}
.x-index3 .x-con .x-xia ul li .x-box .x-text::before {
  content: "";
  width: 100%;
  height: 0.06rem;
  background: -webkit-linear-gradient(right, #36ba45, #3149ed);
  background: linear-gradient(to right, #36ba45, #3149ed);
  position: absolute;
  left: 0;
  top: 0;
}
.x-index4 {
  padding: 0.9rem 0 0;
}
@media (max-width: 767px) {
  .x-index4 {
    padding: 0.6rem 0 0;
  }
}
.x-index4 .x-con .x-title {
  text-align: center;
  color: #111111;
}
.x-index4 .x-con .x-xia {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0.2rem 10px 0;
}
.x-index4 .x-con .x-xia .public-img {
  width: 50%;
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-xia .public-img {
    width: 100%;
  }
}
.x-index4 .x-con .x-xia .public-img:nth-child(1) {
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
}
.x-index4 .x-con .x-xia .public-img:nth-child(1) .x-i {
  position: absolute;
  width: 0;
  height: 0;
  left: 51.5%;
  top: 61.5%;
  display: block;
  z-index: 5;
}
.x-index4 .x-con .x-xia .public-img:nth-child(1) .x-i i:nth-child(1) {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #e40000;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.x-index4 .x-con .x-xia .public-img:nth-child(1) .x-i i:nth-child(2) {
  display: block;
  background-color: #e40000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.x-index4 .x-con .x-xia .public-img:nth-child(1) .x-i i:nth-child(2)::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #e40000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  animation: zqq 3s linear infinite;
}
.x-index4 .x-con .x-xia .public-img:nth-child(1) .x-i i:nth-child(2)::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #e40000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  animation: zqq 3s 1s linear infinite;
}
.x-index4 .x-con .x-xia .public-img:nth-child(1) .x-i i:nth-child(3) {
  display: block;
  background-color: #e40000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}
.x-index4 .x-con .x-xia .public-img:nth-child(1) .x-i i:nth-child(3)::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #e40000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  animation: zqq 3s 2s linear infinite;
}
.x-index4 .x-con .x-xia .public-img:nth-child(2) {
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
}
.x-index4 .x-con .x-xia .public-img::before {
  padding-top: 63.15789474%;
}
@keyframes zqq {
  0% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3.4);
  }
}
.x-index5 {
  margin-top: -0.3rem;
  position: relative;
  z-index: 1;
  padding-bottom: 1.2rem;
}
.x-index5 .x-con {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.65rem 0 0.6rem;
  margin: 0 0.6rem;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .x-index5 .x-con {
    margin: 0 0.4rem;
  }
}
.x-index5 .x-con .x-text {
  text-align: center;
}
.x-index5 .x-con .x-text .x-title {
  color: #111;
}
.x-index5 .x-con .x-text .x-p {
  display: inline-flex;
  align-items: center;
  margin-top: 5px;
}
.x-index5 .x-con .x-text .x-p i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #3149ed;
  border-radius: 100%;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
.x-index5 .x-con .x-text .x-p i img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.x-rese-info1 {
  background-color: #f7f9ff;
  padding: 1.3rem 0 1.2rem;
}
.x-rese-info1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-rese-info1 .container .x-le {
  width: 23.125%;
}
@media (max-width: 991px) {
  .x-rese-info1 .container .x-le {
    width: 100%;
  }
}
.x-rese-info1 .container .x-le .public-img {
  border-radius: 0.1rem;
  overflow: initial;
}
.x-rese-info1 .container .x-le .public-img::before {
  padding-top: 124.59016393%;
}
.x-rese-info1 .container .x-le .public-img img {
  transform: translate(-0.3rem, -0.3rem);
  z-index: 3;
  border-radius: 0.1rem;
}
.x-rese-info1 .container .x-le .public-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url('../images/x-rese2.jpg') no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 0.1rem;
}
.x-rese-info1 .container .x-ri {
  width: 63.75%;
  margin-top: 0.1rem;
}
@media (max-width: 991px) {
  .x-rese-info1 .container .x-ri {
    width: 100%;
  }
}
.x-rese-info1 .container .x-ri .x-title {
  color: #111111;
}
.x-rese-info1 .container .x-ri .public-content {
  margin-top: 5px;
}
.x-rese-info2 {
  padding: 1.1rem 0 0.7rem;
}
.x-rese-info2 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.x-rese-info2 .container .x-le {
  width: 31.875%;
  border-left: 1px solid #ebebec;
  padding-left: 0.4rem;
  position: relative;
  position: sticky;
  position: -webkit-sticky;
  top: 1.2rem;
}
@media (max-width: 767px) {
  .x-rese-info2 .container .x-le {
    width: 100%;
    position: relative;
    top: 0;
  }
}
.x-rese-info2 .container .x-le i {
  position: absolute;
  width: 3px;
  background-color: #3149ed;
  max-height: 100%;
  left: -2px;
  top: 0;
  transition: 0.2s all;
}
.x-rese-info2 .container .x-le .x-a {
  margin-top: 0.1rem;
}
.x-rese-info2 .container .x-le .x-a a {
  display: block;
  color: #999999;
  margin-bottom: 0.2rem;
  position: relative;
}
.x-rese-info2 .container .x-le .x-a a.on {
  color: #333333;
}
.x-rese-info2 .container .x-le .x-a a.on::before {
  height: 100%;
}
.x-rese-info2 .container .x-ri {
  width: 63.75%;
}
@media (max-width: 767px) {
  .x-rese-info2 .container .x-ri {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-rese-info2 .container .x-ri .x-tit {
  color: #111111;
}
.x-rese-info2 .container .x-ri .x-box1 {
  margin-bottom: 0.55rem;
}
.x-rese-info2 .container .x-ri .x-box1 .public-content {
  margin-top: 0.1rem;
}
.x-rese-info2 .container .x-ri .x-box2 {
  margin-bottom: 0.55rem;
  overflow: hidden;
}
.x-rese-info2 .container .x-ri .x-box2 .x-a {
  margin-top: 0.2rem;
}
.x-rese-info2 .container .x-ri .x-box2 .x-a a {
  display: flex;
  margin-bottom: 0.16rem;
}
.x-rese-info2 .container .x-ri .x-box2 .x-a a:hover i svg path {
  fill: #3149ed;
}
.x-rese-info2 .container .x-ri .x-box2 .x-a a:hover span {
  color: #3149ed;
  text-decoration: underline;
}
.x-rese-info2 .container .x-ri .x-box2 .x-a a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  .x-rese-info2 .container .x-ri .x-box2 .x-a a i {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.x-rese-info2 .container .x-ri .x-box2 .x-a a i svg {
  width: 100%;
  height: 100%;
}
.x-rese-info2 .container .x-ri .x-box2 .x-a a i svg path {
  fill: #333333;
  transition: 0.2s all;
}
.x-rese-info2 .container .x-ri .x-box2 .x-a a span {
  color: #333333;
  transition: 0.2s all;
  word-wrap: break-word;
}
.x-rese-info2 .container .x-ri .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  margin-top: 0.12rem;
  margin-bottom: 0.3rem;
}
.x-rese-info2 .container .x-ri .box.on3 .item {
  width: 33.33%;
}
@media (max-width: 991px) {
  .x-rese-info2 .container .x-ri .box.on3 .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-rese-info2 .container .x-ri .box.on3 .item {
    width: 100%;
  }
}
.x-rese-info2 .container .x-ri .box .item {
  width: 25%;
  margin-bottom: 0.35rem;
  padding: 0 5px;
}
@media (max-width: 991px) {
  .x-rese-info2 .container .x-ri .box .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-rese-info2 .container .x-ri .box .item {
    width: 100%;
  }
}
.x-rese-info2 .container .x-ri .box .item:hover .itembox .img .g_bj .img1 {
  opacity: 0;
}
.x-rese-info2 .container .x-ri .box .item:hover .itembox .img .g_bj .img2 {
  opacity: 1;
}
.x-rese-info2 .container .x-ri .box .item:hover .itembox .txt span {
  color: #fff;
}
.x-rese-info2 .container .x-ri .box .item:hover .itembox .txt h3::after {
  background: #fff;
}
.x-rese-info2 .container .x-ri .box .item .itembox {
  border-radius: 0.1rem;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.x-rese-info2 .container .x-ri .box .item .itembox .img .public-img:before {
  padding-top: 125%;
}
.x-rese-info2 .container .x-ri .box .item .itembox .img .g_bj img {
  transition: all 0.4s;
}
.x-rese-info2 .container .x-ri .box .item .itembox .img .g_bj .img1 {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.x-rese-info2 .container .x-ri .box .item .itembox .img .g_bj .img2 {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
}
.x-rese-info2 .container .x-ri .box .item .itembox .txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 10;
  padding: 0.1rem 0.2rem 0.1rem 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.x-rese-info2 .container .x-ri .box .item .itembox .txt h3 {
  line-height: 1.1;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.2em;
}
.x-rese-info2 .container .x-ri .box .item .itembox .txt h3::after {
  content: '';
  transition: all 0.4s;
  position: absolute;
  width: 4px;
  height: 20px;
  left: -0.21rem;
  top: 2px;
  background: -webkit-linear-gradient(to top, #36ba45, #3149ed);
  background: linear-gradient(to top, #36ba45, #3149ed);
}
.x-rese-info2 .container .x-ri .box .item .itembox .txt span {
  color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
  transition: 0.4s ease-in-out;
}
.x-rese-info2 .container .x-ri .box .item .itembox .txt span i {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-style: initial;
}
.x-rese-info2 .container .x-ri .box .item .itembox .txt p {
  line-height: 1.25;
  margin: 0.12rem 0 0.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  height: 7.5em;
  display: none;
}
@media (max-width: 1260px) {
  .x-rese-info2 .container .x-ri .box .item .itembox .txt p {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .x-rese-info2 .container .x-ri .box .item .itembox .txt p {
    font-size: 12px;
  }
}
