@charset "utf-8";
/*字体*/
@font-face {
  font-family: "Fontke";
  src: url("../font/PingFang\ Bold.ttf") format("woff2");
}
@font-face {
  font-family: "Fontke2";
  src: url("../font/PingFang\ Regular.ttf") format("woff2");
}
* {
  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;
}
body {
  min-height: 100%;
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  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-size: inherit;
  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: 75%;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
    width: 100%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 3rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 3rem;
  }
}
.font18 {
  font-size: 0.18rem;
}
.font20 {
  font-size: 0.2rem;
}
.font22 {
  font-size: 0.22rem;
}
.font24 {
  font-size: 0.24rem;
}
.font26 {
  font-size: 0.26rem;
}
.font28 {
  font-size: 0.28rem;
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 1900px) {
  .font18 {
    font-size: 16px;
  }
}
@media (max-width: 1580px) {
  .font18 {
    font-size: 14px;
  }
  .font20,
  .font22 {
    font-size: 16px;
  }
  .font24,
  .font26 {
    font-size: 18px;
  }
  .font28,
  .font30 {
    font-size: 20px;
  }
}
#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: #e9a171;
}
#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: #e9a171;
}
#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: #e9a171;
}
#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%;
}
.x-box-a {
  display: inline-block;
  border-radius: 5px;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #2b6fff;
  color: #fff;
  transition: 0.5s all;
  border: 1px solid transparent;
}
.x-box-a:hover {
  color: #2b6fff;
  background-color: transparent;
  border: 1px solid #2b6fff;
}
@media (max-width: 1260px) {
  .x-box-a {
    width: 120px;
    height: 42px;zoom: 0.7;
    line-height: 42px;
  }
}
.x-top-title {
  text-align: center;
}
.x-top-title .x-title {
  font-size: 0.44rem;
  color: #333333;
}
@media (max-width: 1260px) {
  .x-top-title .x-title {
    font-size: 0.5rem;
  }
}
@media (max-width: 991px) {
  .x-top-title .x-title {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-top-title .x-title {
    font-size: 1rem;
  }
}
.x-top-title p {
  color: #666666;
  margin-top: 0.15rem;
}
.x-ny-title .x-title {
  font-size: 0.48rem;
  color: #333333;
}
@media (max-width: 1260px) {
  .x-ny-title .x-title {
    font-size: 0.5rem;
  }
}
@media (max-width: 1260px) {
  .x-ny-title .x-title {
    font-size: 0.6rem;
  }
}
@media (max-width: 991px) {
  .x-ny-title .x-title {
    font-size: 0.7rem;
  }
}
@media (max-width: 767px) {
  .x-ny-title .x-title {
    font-size: 1.1rem;
  }
}
#c-placeholder {
  height: 100px;
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 60px;
  }
}
#x-home-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  line-height: 100px;
  text-align: center;
  color: #fff;
  transition: all 0.4s;
}
@media (max-width: 991px) {
  #x-home-header {
    line-height: 60px;
  }
}
#x-home-header.c-head-move {
  top: -100px;
}
@media (max-width: 991px) {
  #x-home-header.c-head-move {
    top: -60px;
  }
}
#x-home-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
@media (max-width: 991px) {
  #x-home-header .container {
    height: 60px;
  }
}
#x-home-header .container .x-logo {
  width: 9.5%;
}
@media (max-width: 1260px) {
  #x-home-header .container .x-logo {
    width: 15%;
  }
}
@media (max-width: 991px) {
  #x-home-header .container .x-logo {
    width: 18%;
  }
}
@media (max-width: 767px) {
  #x-home-header .container .x-logo {
    width: 26%;
  }
}
#x-home-header .container .x-logo .x-img1 {
  width: 100%;
  height: 40px;
}
@media (max-width: 991px) {
  #x-home-header .container .x-logo .x-img1 {
    height: 36px;
  }
}
#x-home-header .container .x-logo .x-img1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  #x-home-header .container .x-right-box {
    display: none;
  }
}
#x-home-header .container .x-right-box .x-nav {
  display: flex;
  justify-content: center;
}
#x-home-header .container .x-right-box .x-nav li {
  padding: 0 0.34rem;
  position: relative;
}
@media (max-width: 1900px) {
  #x-home-header .container .x-right-box .x-nav li {
    padding: 0 0.3rem;
  }
}
#x-home-header .container .x-right-box .x-nav li:nth-of-type(1) dl {
  width: auto !important;
}
#x-home-header .container .x-right-box .x-nav li:hover a::before {
  opacity: 1;
  width: 100%;
}
#x-home-header .container .x-right-box .x-nav li > a {
  display: block;
  color: #fff;
  font-size: 20px;
  position: relative;
}
#x-home-header .container .x-right-box .x-nav li > a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: 0.5s all;
  opacity: 0;
}
@media (max-width: 1580px) {
  #x-home-header .container .x-right-box .x-nav li > a {
    font-size: 16px;
  }
}
#x-home-header .container .x-right-box .x-nav li dl {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: auto !important;
  background-color: #0d113b;
  display: none;
}
#x-home-header .container .x-right-box .x-nav li dl dd {
  padding: 0.15rem 0;
}
#x-home-header .container .x-right-box .x-nav li dl dd.x-dd {
  display: flex;
}
#x-home-header .container .x-right-box .x-nav li dl dd.x-dd .x-div:first-child {
  border-right: 1px solid #fff;
}
#x-home-header .container .x-right-box .x-nav li dl dd.x-dd .x-div .x-div-text {
  line-height: 2;
  font-size: 22px;
}
@media (max-width: 1580px) {
  #x-home-header .container .x-right-box .x-nav li dl dd.x-dd .x-div .x-div-text {
    font-size: 18px;
  }
}
#x-home-header .container .x-right-box .x-nav li dl dd a {
  font-size: 18px;
  display: block;
  transition: 0.5s all;
  height: auto;
  line-height: 1.5;
  color: #fff;
  margin: 10px 0;
  padding: 0 15px;
  white-space: nowrap;
}
@media (max-width: 1580px) {
  #x-home-header .container .x-right-box .x-nav li dl dd a {
    font-size: 14px !important;
  }
}
#x-home-header .container .x-right-box .x-nav li dl dd a:hover span::before {
  opacity: 1;
  width: 100%;
}
#x-home-header .container .x-right-box .x-nav li dl dd a span {
  position: relative;
  display: inline-block;
}
#x-home-header .container .x-right-box .x-nav li dl dd a span::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.5s all;
}
#x-home-header .container .x-right-box .x-nav li dl dd a::before {
  display: none;
}
#x-home-header .container .x-tel {
  display: flex;
}
@media (max-width: 1260px) {
  #x-home-header .container .x-tel {
    display: none;
  }
}
#x-home-header .container .x-tel .x-sq a {
  color: #fff;
  background-color: #2b6fff;
  border-radius: 5px;
  padding: 10px 28px;
}
#x-home-header .container .x-tel .x-tel-p {
  display: flex;
  align-items: center;
  margin: 0 20px;
}
#x-home-header .container .x-tel .x-tel-p img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
#x-home-header .container .x-tel .x-tel-p p {
  font-size: 0.2rem;
  color: #fff;
  margin-left: 10px;
  height: 100px;
}
@media (max-width: 1900px) {
  #x-home-header .container .x-tel .x-tel-p p {
    font-size: 0.22rem;
  }
}
@media (max-width: 1600px) {
  #x-home-header .container .x-tel .x-tel-p p {
    font-size: 18px;
  }
}
@media (max-width: 1580px) {
  #x-home-header .container .x-tel .x-tel-p p {
    font-size: 16px;
  }
}
@media (max-width: 1370px) {
  #x-home-header .container .x-tel .x-tel-p p {
    font-size: 14px;
  }
}
#x-home-header .container .x-tel .x-qh a {
  color: #6a7da1;
}
#x-home-header .container .x-tel .x-qh a i {
  display: inline-block;
  width: 7px;
  height: 5px;
  background: url('../images/x-xia.png') no-repeat;
  vertical-align: middle;
  margin-left: 10px;
}
#x-home-header .container .x-daohan {
  cursor: pointer;
  z-index: 14;
  display: none;
}
@media (max-width: 991px) {
  #x-home-header .container .x-daohan {
    display: block;
  }
}
#x-home-header .container .x-daohan:hover i:nth-of-type(1),
#x-home-header .container .x-daohan:hover i:nth-of-type(3) {
  width: 30px;
}
#x-home-header .container .x-daohan i {
  display: block;
  position: relative;
  height: 3px;
  background-color: currentColor;
  margin: 6px 0 6px auto;
  border-radius: 1.5px;
  -webkit-transition: width 0.2s ease-out, opacity 0.2s ease;
  -moz-transition: width 0.2s ease-out, opacity 0.2s ease;
  transition: width 0.2s ease-out, opacity 0.2s ease;
}
#x-home-header .container .x-daohan i:nth-of-type(1),
#x-home-header .container .x-daohan i:nth-of-type(3) {
  width: 30px;
  margin-top: 0;
}
#x-home-header .container .x-daohan i:nth-of-type(2) {
  width: 30px;
}
#x-home-header .container .x-daohan i:nth-of-type(3) {
  margin-bottom: 0;
}
#x-home-header .container .x-nav3 {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  font-size: 14px;
  line-height: 50px;
  overflow-y: auto;
  background: #fff;
  transition: all 0.5s;
}
#x-home-header .container .x-nav3 > li:first-child {
  border-top: 1px solid #f1f1f1;
}
#x-home-header .container .x-nav3 > li a {
  display: block;
  margin: 0 20px;
  border-bottom: 1px solid #f1f1f1;
  text-align: left;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
#x-home-header .container .x-nav3 > li a:hover {
  color: #20a395;
}
#x-home-header .container .x-nav3 > li a:hover i {
  background: url("../images/xia3.png") no-repeat center;
  background-size: contain;
}
#x-home-header .container .x-nav3 > li a i {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: url("../images/xia3.png") no-repeat center;
  background-size: contain;
}
#x-home-header .container .x-nav3 > li ul {
  display: none;
}
#x-home-header .container .x-nav3 > li ul li a:hover {
  color: #20a395;
}
body.c-open {
  overflow: hidden;
}
body.c-open #x-home-header .x-daohan i:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #x-home-header .x-daohan i:nth-child(3) {
  bottom: 9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.c-open #x-home-header .x-daohan i:nth-child(2) {
  opacity: 0;
}
body.c-open #x-home-header .x-nav3 {
  height: calc(100% - 60px);
}
#x-home-header.c-style2 {
  background-color: #0d113b;
}
.x-index-banner {
  background-color: #0d113b;
  padding: 0rem 0 0rem 0;
}
@media (max-width: 767px) {
  .x-index-banner {
    padding-top: 2.744rem;
  }
}
.x-index-banner .x-con {
     position: absolute; z-index:999 !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 2.4rem;
}
@media (max-width: 1260px) {
  .x-index-banner .x-con {
    padding-left: 2.1rem;
  }
}
@media (max-width: 767px) {
  .x-index-banner .x-con {
    padding: 0 1rem;
  }
}
.x-index-banner .x-con figure {
  width: 51%;
  height: 5.4rem;
}
@media (max-width: 1260px) {
  .x-index-banner .x-con figure {
    height: 6.4rem;
  }
}
@media (max-width: 991px) {
  .x-index-banner .x-con figure {
    height: 8.4rem;
  }
}
@media (max-width: 767px) {
  .x-index-banner .x-con figure {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-index-banner .x-con figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-index-banner .x-con .x-text {
  margin-top: 44%;
  width: 46%;
}
@media (max-width: 767px) {
  .x-index-banner .x-con .x-text {
    width: 100%;
    margin-top: 2rem;
  }
}
.x-index-banner .x-con .x-text .x-title {
  font-size: 0.6rem;
  color: #fff;
}
@media (max-width: 991px) {
  .x-index-banner .x-con .x-text .x-title {
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .x-index-banner .x-con .x-text .x-title {
    font-size: 1.2rem;
  }
}
.x-index-banner .x-con .x-text p {
  color: #fff;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .x-index-banner .x-con .x-text p {
    font-size: 14px;
  }
}
.x-index-banner .x-con .x-text .x-text-a {
  margin-top: 0.6rem;
}
@media (max-width: 991px) {
  .x-index-banner .x-con .x-text .x-text-a .x-box-a {
    width: 120px;
    height: 42px;
    line-height: 42px;
  }
}
.x-index-banner .x-con .x-text .x-text-a .x-ba-a {
  padding: 13.5px 30px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  margin-left: 0.15rem;
}
@media (max-width: 991px) {
  .x-index-banner .x-con .x-text .x-text-a .x-ba-a {
    padding: 10.5px 12px;
  }
}
@media (max-width: 767px) {
  .x-index-banner .x-con .x-text .x-text-a .x-ba-a {
    margin-left: 1rem;
  }
}
.x-index-banner .x-con .x-text .x-text-a .x-ba-a i {
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url('../images/x-tmjt1.png') no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 12px;
}
.x-index2 {
  padding: 0.8rem 0;
  background-color: #f5f5f5;
}
@media (max-width: 1260px) {
  .x-index2 {
    padding: 1.2rem 0;
  }
}
@media (max-width: 767px) {
  .x-index2 {
    padding: 3rem 0;
  }
}
.x-index2 .container {
  overflow: initial;
}
@media (max-width: 767px) {
  .x-index2 .container {
    overflow: hidden;
  }
}
.x-index2 .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .x-index2 .container ul {
    display: inline-flex !important;
    flex-wrap: initial !important;
  }
}
.x-index2 .container ul li {
  width: 33.3% !important;
}
@media (max-width: 767px) {
  .x-index2 .container ul li {
    width: 100% !important;
    margin-bottom: 0 !important;
  }
  .x-index2 .container ul li:last-child {
    margin-bottom: 0;
  }
}
.x-index2 .container ul li:nth-of-type(3n) a {
  padding-right: 0.3rem;
}
@media (max-width: 767px) {
  .x-index2 .container ul li:nth-of-type(1) a .x-left .x-box-a {
    background-color: #0058dc;
  }
  .x-index2 .container ul li:nth-of-type(2) a .x-left .x-box-a {
    background-color: #2b6fff;
  }
  .x-index2 .container ul li:nth-of-type(3) a .x-left .x-box-a {
    background-color: #cdcdcd;
    color: #333;
  }
}
.x-index2 .container ul li:hover a .x-left {
  transform: translateY(-40px);
}
@media (max-width: 767px) {
  .x-index2 .container ul li:hover a .x-left {
    transform: translateY(0);
  }
}
.x-index2 .container ul li:hover a .x-left .x-box-a {
  margin-top: 0.25rem;
  opacity: 1;
}
.x-index2 .container ul li:hover:nth-of-type(1) a .x-left .x-box-a {
  background-color: #0058dc;
  border: 1px solid #0058dc;
  color: #fff;
}
.x-index2 .container ul li:hover:nth-of-type(2) a .x-left .x-box-a {
  background-color: #2b6fff;
  color: #fff;
}
.x-index2 .container ul li:hover:nth-of-type(3) a .x-left .x-box-a {
  background-color: #cdcdcd;
  border: 1px solid #cdcdcd;
  color: #333;
}
.x-index2 .container ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.5rem;
}
.x-index2 .container ul li a .x-left {
  width: 35.7%;
  position: relative;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-index2 .container ul li a .x-left {
    text-align: center;
  }
}
.x-index2 .container ul li a .x-left figure {
  width: 100%;
  height: 1.5rem;
}
@media (max-width: 1260px) {
  .x-index2 .container ul li a .x-left figure {
    height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .x-index2 .container ul li a .x-left figure {
    height: 5.5rem;
  }
}
.x-index2 .container ul li a .x-left figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-index2 .container ul li a .x-left .x-box-a {
  width: 120px;
  margin-top: 0.25rem;
  transition: 0.5s all;
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent;
}
@media (max-width: 1260px) {
  .x-index2 .container ul li a .x-left .x-box-a {
    width: 80px;
    line-height: 42px;
    height: 42px;
  }
}
@media (max-width: 767px) {
  .x-index2 .container ul li a .x-left .x-box-a {
    line-height: 36px;
    height: 36px;
    width: 100px;
    position: relative;
    opacity: 1;
    left: auto;
    transform: initial;
  }
}
.x-index2 .container ul li a .x-right {
  width: 65.3%;
  padding-left: 0.15rem;
}
.x-index2 .container ul li a .x-right .x-title {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.x-index2 .container ul li a .x-right p {
  color: #666666;
  margin-top: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.x-index2 .swiper-pagination {
  display: none;
}
@media (max-width: 767px) {
  .x-index2 .swiper-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 25px;
  }
  .x-index2 .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px 0 0;
  }
}
.x-index3 {
  padding: 1.1rem 0 1.2rem 0;
}
@media (max-width: 767px) {
  .x-index3 {
    padding: 3rem 1rem;
  }
}
.x-index3 .x-xia ul {
  padding: 0 2.4rem;
  margin-top: 0.6rem;
}
@media (max-width: 1580px) {
  .x-index3 .x-xia ul {
    padding: 0 1.4rem;
  }
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-xia ul {
    margin-top: 1rem;
    padding: 0;
  }
}
.x-index3 .x-xia ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.6rem;
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-xia ul li {
    margin-bottom: 1rem;
  }
}
.x-index3 .x-xia ul li:last-child {
  margin-bottom: 0;
}
.x-index3 .x-xia ul li:nth-of-type(2n) .x-left {
  padding-left: 1.2rem;
}
@media (max-width: 767px) {
  .x-index3 .x-xia ul li:nth-of-type(2n) .x-left {
    padding-left: 0;
  }
}
.x-index3 .x-xia ul li:nth-of-type(2n) .x-right {
  order: -1;
}
@media (max-width: 767px) {
  .x-index3 .x-xia ul li:nth-of-type(2n) .x-right {
    order: 1;
  }
}
.x-index3 .x-xia ul li:nth-of-type(2n) .x-right .x-img {
  margin-right: auto;
}
.x-index3 .x-xia ul li .x-left {
  width: 50%;
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li .x-left {
    width: 100%;
  }
}
.x-index3 .x-xia ul li .x-left .x-title {
  font-size: 0.36rem;
  color: #333333;
  line-height: 1.4;
}
@media (max-width: 1580px) {
  .x-index3 .x-xia ul li .x-left .x-title {
    font-size: 0.4rem;
  }
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li .x-left .x-title {
    font-size: 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-xia ul li .x-left .x-title {
    font-size: 0.8rem;
  }
}
.x-index3 .x-xia ul li .x-left .x-span {
  margin: 0.15rem 0 0.25rem 0;
}
@media (max-width: 767px) {
  .x-index3 .x-xia ul li .x-left .x-span {
    margin: 0.4rem 0 0.3rem 0;
  }
}
.x-index3 .x-xia ul li .x-left .x-span span {
  font-size: 14px;
  color: #666666;
  border: 1px solid #cccccc;
  display: inline-block;
  padding: 3.5px 15px;
  border-radius: 0.05rem;
  margin: 5px 5px 0 0;
}
.x-index3 .x-xia ul li .x-left .x-p {
  color: #666;
}
@media (max-width: 767px) {
  .x-index3 .x-xia ul li .x-left .x-p {
    margin-top: 0.8rem;
  }
}
.x-index3 .x-xia ul li .x-left .x-p p {
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .x-index3 .x-xia ul li .x-left .x-p p {
    margin-bottom: 0.8rem;
  }
}
.x-index3 .x-xia ul li .x-left .x-p p i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2b6fff;
  position: relative;
  margin-right: 15px;
  vertical-align: middle;
}
.x-index3 .x-xia ul li .x-left .x-p p i::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: rgba(0, 190, 147, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.x-index3 .x-xia ul li .x-left .x-p p:last-child {
  margin-bottom: 0;
}
.x-index3 .x-xia ul li .x-left .x-a {
  margin-top: 0.55rem;
}
@media (max-width: 767px) {
  .x-index3 .x-xia ul li .x-left .x-a {
    margin-top: 1rem;
  }
}
.x-index3 .x-xia ul li .x-left .x-a .x-box-a:nth-of-type(2) {
  margin-left: 0.1rem;
  background-color: transparent;
  border: 1px solid #2b6fff;
  color: #2b6fff;
}
.x-index3 .x-xia ul li .x-left .x-a .x-box-a:nth-of-type(2):hover {
  color: #fff;
  background-color: #2b6fff;
}
@media (max-width: 767px) {
  .x-index3 .x-xia ul li .x-left .x-a .x-box-a:nth-of-type(2) {
    margin-left: 0.5rem;
  }
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li .x-right {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-index3 .x-xia ul li .x-right .x-img {
  width: auto;
  margin-left: auto;
}
.x-index3 .x-xia ul li .x-right .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-index4 {
  background-color: #f5f5f5;
  padding: 1.1rem 0 1.2rem 0;
}
@media (max-width: 767px) {
  .x-index4 {
    padding: 3rem 0;
  }
}
.x-index4 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-index4 .container ul li {
  width: 33.3%;
  margin-top: 0.45rem;
}
@media (max-width: 767px) {
  .x-index4 .container ul li {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-index4 .container ul li a {
  display: flex;
  padding-right: 1rem;
}
@media (max-width: 1260px) {
  .x-index4 .container ul li a {
    padding-right: 0.2rem;
  }
}
.x-index4 .container ul li a:hover .x-left i {
  display: block;
  background-color: #418cf1;
  z-index: 1;
  opacity: 1;
}
.x-index4 .container ul li a:hover .x-left .x-img1 {
  opacity: 0;
  width: 0.8rem;
}
@media (max-width: 1260px) {
  .x-index4 .container ul li a:hover .x-left .x-img1 {
    width: 50px;
  }
}
.x-index4 .container ul li a:hover .x-left .x-img2 {
  left: 0;
}
.x-index4 .container ul li a:hover .x-right span {
  opacity: 1;
}
.x-index4 .container ul li a .x-left {
  position: relative;
  width: 1rem;
  flex-shrink: 0;
}
.x-index4 .container ul li a .x-left i {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #0058dc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.5s all;
}
@media (max-width: 1260px) {
  .x-index4 .container ul li a .x-left i {
    width: 50px;
    height: 50px;
  }
}
.x-index4 .container ul li a .x-left .x-img1 {
  width: 1rem;
  height: 0.8rem;
  transition: 1s all;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1260px) {
  .x-index4 .container ul li a .x-left .x-img1 {
    width: 62px;
    height: 50px;
  }
}
.x-index4 .container ul li a .x-left .x-img2 {
  width: 0.8rem;
  height: 0.8rem;
  object-fit: contain;
  position: absolute;
  left: 31%;
  top: 0;
  transition: 0.5s all;
  z-index: 2;
}
@media (max-width: 1260px) {
  .x-index4 .container ul li a .x-left .x-img2 {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .x-index4 .container ul li a .x-left .x-img2 {
    left: 83%;
  }
}
.x-index4 .container ul li a .x-right {
  padding-left: 0.3rem;
}
@media (max-width: 1260px) {
  .x-index4 .container ul li a .x-right {
    padding-left: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-index4 .container ul li a .x-right {
    padding-left: 2.6rem;
  }
}
.x-index4 .container ul li a .x-right .x-title {
  color: #000000;
}
.x-index4 .container ul li a .x-right p {
  color: #666666;
  margin: 0.1rem 0;
}
@media (max-width: 767px) {
  .x-index4 .container ul li a .x-right p {
    margin: 0.2rem 0;
  }
}
.x-index4 .container ul li a .x-right span {
  color: #0058dc;
  border-bottom: 1px solid #0058dc;
  transition: 0.5s all;
  opacity: 0;
}
.x-index5 {
  padding: 1.1rem 0 1.1rem 0;
}
@media (max-width: 767px) {
  .x-index5 {
    padding: 3rem 0;
  }
}
.x-index5 .container .x-top {
  background-color: #f5f5f5;
  border-radius: 0.2rem;
  padding: 0.75rem 1.3rem 0.75rem 1.3rem;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-index5 .container .x-top {
    padding: 1rem;
    margin-top: 1rem;
  }
}
.x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide .x-text {
  color: #666666;
  padding: 0 1.5rem;
  text-align: center;
  line-height: 1.6;
  position: relative;
}
@media (max-width: 1260px) {
  .x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide .x-text {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide .x-text {
    font-size: 16px;
  }
}
.x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide .x-text::before {
  content: "";
  width: 40px;
  height: 34px;
  background: url("../images/x-index12.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1260px) {
  .x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide .x-text::before {
    display: none;
  }
}
.x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide .x-text::after {
  content: "";
  width: 40px;
  height: 34px;
  background: url("../images/x-index13.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1260px) {
  .x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide .x-text::after {
    display: none;
  }
}
.x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide .x-tup {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.6rem;
}
.x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide .x-tup figure img {
  width: 66px;
  height: 66px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide .x-tup figure img {
    width: 52px;
    height: 52px;
  }
}
.x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide .x-tup .x-tup-ri {
  padding-left: 0.2rem;
}
.x-index5 .container .x-top .swiper-container .swiper-wrapper .swiper-slide .x-tup .x-tup-ri p {
  color: #666666;
}
.x-index5 .container .x-xia {
  position: relative;
}
@media (max-width: 767px) {
  .x-index5 .container .x-xia {
    padding: 0 1rem;
  }
}
.x-index5 .container .x-xia .swiper-container {
  padding: 0 0.05rem;
}
.x-index5 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
.x-index5 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 0;
}
.x-index5 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active figure {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.x-index5 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}
.x-index5 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide figure {
  width: 100%;
  height: 1rem;
  border-radius: 10px;
  margin-top: 0.3rem;
  margin-bottom: 0.1rem;
  transition: 0.5s all;
}
@media (max-width: 1260px) {
  .x-index5 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide figure {
    margin-top: 0.5rem;
  }
}
@media (max-width: 991px) {
  .x-index5 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 1.2rem;
  }
}
@media (max-width: 767px) {
  .x-index5 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 3rem;
    margin-top: 1rem;
  }
}
.x-index5 .container .x-xia .swiper-container .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-index5 .container .x-xia .swiper-button-prev1 {
  width: 16px;
  height: 30px;
  background: url('../images/x-sw-jt1.png') no-repeat;
  background-size: contain;
  position: absolute;
  left: -50px;
  top: 46%;
  cursor: pointer;
}
@media (max-width: 991px) {
  .x-index5 .container .x-xia .swiper-button-prev1 {
    width: 10px;
    height: 22px;
    left: -1rem;
  }
}
@media (max-width: 767px) {
  .x-index5 .container .x-xia .swiper-button-prev1 {
    left: 0;
    top: 48%;
  }
}
.x-index5 .container .x-xia .swiper-button-next1 {
  width: 16px;
  height: 30px;
  background: url('../images/x-sw-jt3.png') no-repeat;
  background-size: contain;
  position: absolute;
  right: -50px;
  top: 46%;
  cursor: pointer;
}
@media (max-width: 991px) {
  .x-index5 .container .x-xia .swiper-button-next1 {
    width: 10px;
    height: 22px;
    right: -1rem;
  }
}
@media (max-width: 767px) {
  .x-index5 .container .x-xia .swiper-button-next1 {
    right: 0;
    top: 48%;
  }
}
.x-index6 {
  background-color: #f5f5f5;
  padding: 1.1rem 0 1.2rem 0;
}
@media (max-width: 767px) {
  .x-index6 {
    padding: 3rem 0;
  }
}
.x-index6 .x-top-title {
  padding: 0 1rem;
}
.x-index6 .x-swiper {
  margin-top: 0.6rem;
  position: relative;
}
@media (max-width: 767px) {
  .x-index6 .x-swiper {
    margin-top: 1rem;
  }
}
.x-index6 .x-swiper::before {
  content: "";
  width: 7.2rem;
  height: 100%;
  background: url('../images/x-in-mb.png') no-repeat right;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .x-index6 .x-swiper::before {
    width: 4.2rem;
  }
}
.x-index6 .x-swiper::after {
  content: "";
  width: 7.2rem;
  height: 100%;
  background: url('../images/x-in-mb2.png') no-repeat left;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .x-index6 .x-swiper::after {
    width: 4.2rem;
  }
}
.x-index6 .x-swiper .swiper-container {
  padding-top: 0.2rem;
}
.x-index6 .x-swiper .swiper-container .swiper-wrapper {
  transition-timing-function: linear;
}
.x-index6 .x-swiper .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(2n) {
  margin-top: -0.2rem;
}
.x-index6 .x-swiper .swiper-container .swiper-wrapper .swiper-slide figure {
  background-color: #f1f1f1;
  border-radius: 0.1rem;
  margin-bottom: 0.2rem;
  height: 1rem;
}
@media (max-width: 991px) {
  .x-index6 .x-swiper .swiper-container .swiper-wrapper .swiper-slide figure {
    margin-bottom: 0.4rem;
    height: 1.5rem;
  }
}
@media (max-width: 767px) {
  .x-index6 .x-swiper .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 3rem;
    margin-bottom: 0.8rem;
  }
}
.x-index6 .x-swiper .swiper-container .swiper-wrapper .swiper-slide figure:last-child {
  margin-bottom: 0;
}
.x-index6 .x-swiper .swiper-container .swiper-wrapper .swiper-slide figure img {
  width: 90%;margin-left: 5%;
  height: 100%;
  object-fit: contain;
}
.x-index7 {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0.8rem 0 0.9rem 0;
}
@media (max-width: 767px) {
  .x-index7 {
    padding: 2rem 0;
  }
}
.x-index7 .container .x-top-title .x-title {
  color: #fff;
}
.x-index7 .container .x-top-title p {
  color: #fff;
}
@media (max-width: 767px) {
  .x-index7 .container .x-top-title p {
    font-size: 16px;
    margin-top: 0.5rem;
  }
}
.x-index7 .container .x-box-a {
  margin: 0.3rem auto 0 auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .x-index7 .container .x-box-a {
    margin-top: 0.8rem;
  }
}
.x-foot1 {
  background-color: #0d113b;
  padding-top: 1.2rem;
}
@media (max-width: 767px) {
  .x-foot1 {
    padding-top: 3rem;
  }
}
.x-foot1 .container .x-ul-a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #26294f;
}
@media (max-width: 1260px) {
  .x-foot1 .container .x-ul-a {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .x-foot1 .container .x-ul-a {
    display: none;
  }
}
@media (max-width: 1260px) {
  .x-foot1 .container .x-ul-a li {
    padding-right: 0.5rem;
    margin-top: 0.3rem;
  }
}
.x-foot1 .container .x-ul-a li .x-title {
  color: #fff;
}
.x-foot1 .container .x-ul-a li .x-fo-a {
  margin-top: 0.2rem;
}
.x-foot1 .container .x-ul-a li .x-fo-a a {
  display: block;
  color: #6a7da1;
  margin-bottom: 0.1rem;
}
.x-foot1 .container .x-ul-a li .x-fo-a a:last-child {
  margin-bottom: 0;
}
.x-foot1 .container .x-ul-b {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.6rem 0;
}
@media (max-width: 767px) {
  .x-foot1 .container .x-ul-b {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .x-foot1 .container .x-ul-b li {
    margin-bottom: 1rem;
  }
}
.x-foot1 .container .x-ul-b li .x-li-text {
  display: flex;
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  .x-foot1 .container .x-ul-b li .x-li-text {
    margin-bottom: 0.5rem;
  }
}
.x-foot1 .container .x-ul-b li .x-li-text:last-child {
  margin-bottom: 0;
}
.x-foot1 .container .x-ul-b li .x-li-text figure img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
@media (max-width: 1260px) {
  .x-foot1 .container .x-ul-b li .x-li-text figure img {
    width: 20px;
    height: 20px;
  }
}
.x-foot1 .container .x-ul-b li .x-li-text .x-text {
  margin-left: 0.2rem;
}
@media (max-width: 1260px) {
  .x-foot1 .container .x-ul-b li .x-li-text .x-text {
    margin-left: 0.6rem;
  }
}
.x-foot1 .container .x-ul-b li .x-li-text .x-text span {
  color: #6a7da1;
}
.x-foot1 .container .x-ul-b li .x-li-text .x-text p {
  color: #fff;
}
.x-foot1 .container .x-ul-b li .x-wem {
  display: flex;
  margin-left: 0.8rem;
}
@media (max-width: 767px) {
  .x-foot1 .container .x-ul-b li .x-wem {
    margin-left: 0;
  }
}
.x-foot1 .container .x-ul-b li .x-wem figure {
  width: 120px;border-radius: 10px;
  height: 120px;
  margin-right: 0.2rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .x-foot1 .container .x-ul-b li .x-wem figure {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1260px) {
  .x-foot1 .container .x-ul-b li .x-wem figure {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .x-foot1 .container .x-ul-b li .x-wem figure {
    width: 80px;
    height: 80px;
    margin-right: 1rem;
  }
}
.x-foot1 .container .x-ul-b li .x-wem figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  animation: myfirst 2s linear 0.1s infinite alternate;
  -webkit-animation: myfirst 2s linear 0.1s infinite alternate;
  opacity: 0.5;
}
.x-foot1 .container .x-ul-b li .x-wem figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-foot1 .container .x-ul-b li .x-li-right {
  color: #6a7da1;
  line-height: 30px;
}
@media (max-width: 767px) {
  .x-foot1 .container .x-ul-b li .x-li-right {
    line-height: 26px;
  }
}
.x-foot1 .container .x-ul-b li .x-li-right p {
  color: #6a7da1;
}
.x-foot1 .container .x-ul-b li .x-li-right a {
  color: #6a7da1;
}
.x-foot1 .container .x-ul-b li .x-xia {
  display: flex;
  justify-content: flex-start;
  margin-top: 0.4rem;
}
.x-foot1 .container .x-ul-b li .x-xia a {
  display: inline-block;
  margin-right: 0.25rem;
  position: relative;
}
.x-foot1 .container .x-ul-b li .x-xia a:hover .x-wx-img {
  height: 100px;
}
.x-foot1 .container .x-ul-b li .x-xia a .x-wx-img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  height: 0;
  overflow: hidden;
  transition: 0.5s all;
}
.x-foot1 .container .x-ul-b li .x-xia a .x-wx-img img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .x-foot1 .container .x-ul-b li .x-xia a {
    margin-right: 0.8rem;
  }
}
.x-foot1 .container .x-ul-b li .x-xia a:last-child {
  margin-right: 0;
}
@keyframes myfirst {
  0% {
    top: 100%;
    background: url('../images/x-bjtp.png') no-repeat;
  }
  100% {
    top: 0;
    background: url('../images/x-bjtp.png') no-repeat;
  }
}
@-webkit-keyframes myfirst {
  /* Safari and Chrome */
  0% {
    top: 100%;
    background: url('../images/x-bjtp.png') no-repeat;
  }
  100% {
    top: 0;
    background: url('../images/x-bjtp.png') no-repeat;
  }
}
.x-priv1 {
  padding: 1.05rem 0 1.15rem 0;
}
@media (max-width: 767px) {
  .x-priv1 {
    padding: 3rem 0;
  }
}
.x-priv1 .x-con {
  color: #666666;
  line-height: 1.6;
}
.x-map1 {
  padding: 1.1rem 0 1.2rem 0;
}
@media (max-width: 767px) {
  .x-map1 {
    padding: 3rem 0;
  }
}
.x-map1 .container ul li {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 767px) {
  .x-map1 .container ul li {
    padding: 1rem 0;
  }
}
.x-map1 .container ul li .x-left {
  width: 27.7%;
  padding-right: 0.1rem;
}
@media (max-width: 767px) {
  .x-map1 .container ul li .x-left {
    width: 34.7%;
  }
}
.x-map1 .container ul li .x-left a {
  display: inline-block;
  color: #333333;
}
@media (max-width: 1580px) {
  .x-map1 .container ul li .x-left a {
    margin-top: 10px;
  }
}
.x-map1 .container ul li .x-right {
  width: 72.3%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .x-map1 .container ul li .x-right {
    width: 65.3%;
  }
}
.x-map1 .container ul li .x-right a {
  width: 250px;
  color: #666666;
  padding-right: 0.1rem;
  display: inline-block;
  transition: 0.5s all;
}
@media (max-width: 1580px) {
  .x-map1 .container ul li .x-right a {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .x-map1 .container ul li .x-right a {
    width: 230px;
  }
}
.x-map1 .container ul li .x-right a span {
  position: relative;
}
.x-map1 .container ul li .x-right a span::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #0058dc;
  opacity: 0;
  transition: 0.5s all;
}
.x-map1 .container ul li .x-right a:hover {
  color: #0058dc;
}
.x-map1 .container ul li .x-right a:hover span::before {
  opacity: 1;
  width: 100%;
}
.x-try1 {
  padding: 0.9rem 0 1rem 0;
}
@media (max-width: 767px) {
  .x-try1 {
    padding: 3rem 0;
  }
}
.x-try1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.x-try1 .container .x-left {
  width: 50%;
}
@media (max-width: 767px) {
  .x-try1 .container .x-left {
    display: none;
  }
}
.x-try1 .container .x-left figure {
  width: 100%;
  height: 4.9rem;
}
.x-try1 .container .x-left figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-try1 .container .x-right {
  width: 42.3%;
}
@media (max-width: 767px) {
  .x-try1 .container .x-right {
    width: 100%;
  }
}
.x-try1 .container .x-right .x-ny-title .x-ti-p {
  color: #666666;
  margin: 0.15rem 0 0.4rem 0;
}
@media (max-width: 767px) {
  .x-try1 .container .x-right .x-ny-title .x-ti-p {
    margin: 0.3rem 0 1rem 0;
  }
}
.x-try1 .container .x-right .x-form ul li {
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .x-try1 .container .x-right .x-form ul li {
    margin-bottom: 1rem;
  }
}
.x-try1 .container .x-right .x-form ul li:last-child {
  margin-bottom: 0;
}
.x-try1 .container .x-right .x-form ul li input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e3e3e3;
  border-radius: 0.1rem;
  padding: 0 0.3rem;
  color: #666666;
}
@media (max-width: 1260px) {
  .x-try1 .container .x-right .x-form ul li input {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .x-try1 .container .x-right .x-form ul li input {
    padding: 0 1rem;
  }
}
.x-try1 .container .x-right .x-form ul li.x-sele {
  position: relative;
}
.x-try1 .container .x-right .x-form ul li.x-sele select {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e3e3e3;
  border-radius: 0.1rem;
  padding: 0 0.3rem;
  color: #666666;
}
@media (max-width: 1260px) {
  .x-try1 .container .x-right .x-form ul li.x-sele select {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .x-try1 .container .x-right .x-form ul li.x-sele select {
    padding: 0 1rem;
  }
}
.x-try1 .container .x-right .x-form ul li.x-sele i {
  display: inline-block;
  width: 7px;
  height: 4px;
  background: url('../images/x-se1.png') no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .x-try1 .container .x-right .x-form ul li.x-sele i {
    right: 1rem;
  }
}
.x-try1 .container .x-right .x-form ul li.x-in-yzm {
  display: flex;
}
.x-try1 .container .x-right .x-form ul li.x-in-yzm input {
  width: 200px;
}
.x-try1 .container .x-right .x-form ul li.x-in-yzm .x-img {
  width: 120px;
  height: 60px;
  margin-left: 0.3rem;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .x-try1 .container .x-right .x-form ul li.x-in-yzm .x-img {
    height: 50px;
  }
}
.x-try1 .container .x-right .x-form ul li.x-in-yzm .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-try1 .container .x-right .x-form ul li.x-p p {
  color: #666666;
}
.x-try1 .container .x-right .x-form ul li.x-p p.on i {
  border: 1px solid #0058dc;
}
.x-try1 .container .x-right .x-form ul li.x-p p.on i::before {
  content: "";
  width: 7px;
  height: 6px;
  background: url("../images/x-dg1.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.x-try1 .container .x-right .x-form ul li.x-p p i {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #666666;
  border-radius: 3px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-try1 .container .x-right .x-form ul li.x-p p i {
    width: 16px;
    height: 16px;
  }
}
.x-try1 .container .x-right .x-form ul li.x-but button {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #0058dc;
  text-align: center;
  color: #fff;
  border-radius: 0.1rem;
}
@media (max-width: 1260px) {
  .x-try1 .container .x-right .x-form ul li.x-but button {
    height: 50px;
    line-height: 50px;
  }
}
.x-contact1 {
  background-color: #f5f5f5;
  padding-top: 1.2rem;
}
@media (max-width: 767px) {
  .x-contact1 {
    padding-top: 3rem;
  }
}
.x-contact1 .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-contact1 .container ul li {
  width: 48.6%;
  background-color: #fff;
  margin-bottom: 0.4rem;
  padding: 0.4rem;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .x-contact1 .container ul li {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
  }
}
.x-contact1 .container ul li .x-top .x-title {
  color: #000000;
}
.x-contact1 .container ul li .x-top p {
  color: #666666;
  margin: 0.1rem 0 0.34rem 0;
}
@media (max-width: 767px) {
  .x-contact1 .container ul li .x-top p {
    margin: 0.4rem 0 0.5rem 0;
  }
}
.x-contact1 .container ul li .x-xia {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  transition: 0.5s all;
  position: relative;
}
@media (max-width: 991px) {
  .x-contact1 .container ul li .x-xia {
    margin-bottom: 10px;
  }
}
.x-contact1 .container ul li .x-xia:hover figure {
  background-color: #0058dc;
}
.x-contact1 .container ul li .x-xia:hover figure img:nth-of-type(1) {
  display: none;
}
.x-contact1 .container ul li .x-xia:hover figure img:nth-of-type(2) {
  display: inline-block;
}
.x-contact1 .container ul li .x-xia:hover .x-text p {
  color: #0058dc;
}
.x-contact1 .container ul li .x-xia:hover .x-img {
  height: 120px;
  border: 1px solid #e5e5e5;
}
.x-contact1 .container ul li .x-xia:last-child {
  margin-bottom: 0;
}
.x-contact1 .container ul li .x-xia figure {
  width: 50px;
  height: 50px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: 0.5s all;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .x-contact1 .container ul li .x-xia figure {
    width: 42px;
    height: 42px;
  }
}
.x-contact1 .container ul li .x-xia figure img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}
.x-contact1 .container ul li .x-xia figure img:nth-of-type(2) {
  display: none;
}
.x-contact1 .container ul li .x-xia .x-img {
  position: absolute;
  left: -32px;
  bottom: 60px;
  height: 0;
  overflow: hidden;
  transition: 0.5s all;
  background-color: #fff;
  padding: 0;
  border: 1px solid transparent;
}
@media (max-width: 767px) {
  .x-contact1 .container ul li .x-xia .x-img {
    border: none;
  }
}
.x-contact1 .container ul li .x-xia .x-img img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  padding: 5px;
}
.x-contact1 .container ul li .x-xia .x-text {
  padding-left: 20px;
}
.x-contact1 .container ul li .x-xia .x-text p {
  color: #666666;
}
@media (max-width: 767px) {
  .x-contact1 .container ul li .x-xia .x-text p:nth-of-type(2) {
    font-size: 12px;
  }
}
.x-contact1 .container ul li .x-box-a {
  background-color: #0058dc;
}
.x-contact1 .container ul li .x-box-a:hover {
  background-color: transparent;
  border: 1px solid #0058dc;
  color: #0058dc;
}
.x-contact2 {
  background-color: #f5f5f5;
  padding-bottom: 1.2rem;
}
.x-contact2 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-contact2 .container ul li {
  width: 32%;
  margin-right: 2%;
  background-color: #fff;
  padding: 0.4rem 0 0.55rem 0;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .x-contact2 .container ul li {
    width: 100%;
    margin-bottom: 1rem;
    padding: 1rem;
  }
}
.x-contact2 .container ul li:nth-of-type(3n) {
  margin-right: 0;
}
.x-contact2 .container ul li figure {
  width: 2.6rem;
  height: 2.6rem;
  margin: 0 auto 0.3rem auto;
}
@media (max-width: 767px) {
  .x-contact2 .container ul li figure {
    width: 10rem;
    height: 10rem;
  }
}
.x-contact2 .container ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-contact2 .container ul li p {
  color: #333333;
  text-align: center;
  padding: 0 0.2rem;
}
.x-contact2 .container ul li p:nth-of-type(2) {
  color: #666666;
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  .x-contact2 .container ul li p:nth-of-type(2) {
    margin-top: 0.3rem;
  }
}
.x-contact3 {
  padding: 1.1rem 0 1.2rem 0;
}
@media (max-width: 767px) {
  .x-contact3 {
    padding: 3rem 0;
  }
}
.x-contact3 .container .x-ny-title .x-title {
  text-align: center;
}
.x-contact3 .container .x-ny-title .x-p {
  text-align: center;
  color: #666666;
  margin-top: 0.15rem;
}
.x-contact3 .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.55rem;
}
@media (max-width: 767px) {
  .x-contact3 .container ul {
    margin-top: 1rem;
  }
}
.x-contact3 .container ul li {
  width: 49.3%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .x-contact3 .container ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.x-contact3 .container ul li:last-child {
  margin-bottom: 0;
}
.x-contact3 .container ul li.x-but {
  width: 100%;
  text-align: center;
}
.x-contact3 .container ul li.x-but button {
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 60px;
  background-color: #0058dc;
  color: #fff;
  border-radius: 0.1rem;
}
@media (max-width: 1260px) {
  .x-contact3 .container ul li.x-but button {
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
  }
}
.x-contact3 .container ul li.x-but button:nth-of-type(2) {
  background-color: #e3e3e3;
  color: #666666;
  margin-left: 15px;
}
.x-contact3 .container ul li.x-textar {
  width: 100%;
}
.x-contact3 .container ul li.x-textar textarea {
  width: 100%;
  height: 1.6rem;
  border: 1px solid #e3e3e3;
  border-radius: 0.1rem;
  padding: 0.2rem 0.3rem;
  color: #666666;
}
@media (max-width: 1260px) {
  .x-contact3 .container ul li.x-textar textarea {
    height: 2.6rem;
  }
}
@media (max-width: 767px) {
  .x-contact3 .container ul li.x-textar textarea {
    padding: 1rem;
    height: 6rem;
  }
}
.x-contact3 .container ul li input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e3e3e3;
  border-radius: 0.1rem;
  padding: 0 0.3rem;
  color: #666666;
}
@media (max-width: 1260px) {
  .x-contact3 .container ul li input {
    height: 50px;
    line-height: 50px;
    padding: 0 1rem;
  }
}
.x-list-new1 {
  padding-top: 0.4rem;
  border-bottom: 1px solid #e3e3e3;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .x-list-new1 {
    padding-top: 2rem;
  }
}
.x-list-new1 .container a {
  color: #666666;
  display: inline-block;
  margin-right: 1rem;
  padding-bottom: 0.4rem;
  position: relative;
}
@media (max-width: 767px) {
  .x-list-new1 .container a {
    padding-bottom: 1rem;
  }
}
.x-list-new1 .container a.on {
  color: #0058dd;
}
.x-list-new1 .container a.on::before {
  width: 100%;
  opacity: 1;
}
.x-list-new1 .container a:hover {
  color: #0058dd;
}
.x-list-new1 .container a:hover::before {
  width: 100%;
  opacity: 1;
}
.x-list-new1 .container a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #0058dd;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: 0.5s all;
  opacity: 0;
}
.x-list-new2 {
  background-color: #f5f5f5;
  padding: 0.7rem 0;
}
@media (max-width: 767px) {
  .x-list-new2 {
    padding: 3rem 0;
  }
}
.x-list-new2 .container {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.x-list-new2 .container .x-left {
  width: 100%;
}
@media (max-width: 991px) {
  .x-list-new2 .container .x-left {
    width: 100%;
  }
}
.x-list-new2 .container .x-left ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-list-new2 .container .x-left ul li {
  width: 32.2%;
  background-color: #fff;
  border-radius: 0.1rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .x-list-new2 .container .x-left ul li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.x-list-new2 .container .x-left ul li a {
  display: block;
  transition: 0.5s all;
}
.x-list-new2 .container .x-left ul li a:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.x-list-new2 .container .x-left ul li a:hover figure img {
  transform: scale(1.1);
}
.x-list-new2 .container .x-left ul li a:hover .x-text .x-tl .x-title {
  color: #0058dc;
  background-size: 100% 100%;
}
.x-list-new2 .container .x-left ul li a:hover .x-text .x-span3 {
  color: #0058dc;
}
.x-list-new2 .container .x-left ul li a:hover .x-text .x-span3 i {
  width: 22px;
  height: 16px;
  background: url("../images/x-sw-jt6.png") no-repeat;
  background-size: contain;
}
@media (max-width: 1580px) {
  .x-list-new2 .container .x-left ul li a:hover .x-text .x-span3 i {
    width: 18px;
  }
}
.x-list-new2 .container .x-left ul li a figure {
  width: 100%;
  height: 2.8rem;
  overflow: hidden;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
@media (max-width: 991px) {
  .x-list-new2 .container .x-left ul li a figure {
    height: 4.8rem;
  }
}
@media (max-width: 767px) {
  .x-list-new2 .container .x-left ul li a figure {
    height: 10.5rem;
  }
}
.x-list-new2 .container .x-left ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  transition: 1s all;
}
.x-list-new2 .container .x-left ul li a .x-text {
  padding: 0.3rem;
}
@media (max-width: 767px) {
  .x-list-new2 .container .x-left ul li a .x-text {
    padding: 1rem;
  }
}
.x-list-new2 .container .x-left ul li a .x-text .x-top .x-span1 {
  font-size: 14px;
  color: #999999;
  background-color: #e3e3e3;
  display: inline-block;
  padding: 4px 11px;
  border-radius: 5px;
  margin-right: 10px;
}
.x-list-new2 .container .x-left ul li a .x-text .x-top .x-span2 {
  color: #999999;
}
.x-list-new2 .container .x-left ul li a .x-text .x-tl {
  margin: 0.15rem 0 0.3rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .x-list-new2 .container .x-left ul li a .x-text .x-tl {
    margin: 0.3rem 0 0.6rem 0;
  }
}
.x-list-new2 .container .x-left ul li a .x-text .x-tl .x-title {
  color: #333333;
  line-height: 1.6;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, #0058dc 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.5s all;
  display: initial;
}
.x-list-new2 .container .x-left ul li a .x-text .x-span3 {
  color: #999999;
  transition: 0.5s all;
}
.x-list-new2 .container .x-left ul li a .x-text .x-span3 i {
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url("../images/x-sw-jt5.png") no-repeat;
  background-size: contain;
  transition: 0.5s all;
}
@media (max-width: 1580px) {
  .x-list-new2 .container .x-left ul li a .x-text .x-span3 i {
    width: 8px;
    height: 14px;
  }
}
.x-list-new2 .container .x-right {
  width: 32%;
}
@media (max-width: 991px) {
  .x-list-new2 .container .x-right {
    display: none;
  }
}
.x-list-new2 .container .x-right .x-top {
  border-radius: 0.1rem;
  padding: 0.3rem;
  background-color: #fff;
}
.x-list-new2 .container .x-right .x-top .x-title1 {
  color: #333333;
  margin-bottom: 5px;
}
.x-list-new2 .container .x-right .x-top .x-a a {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0.2rem 0;
  border-bottom: 1px dashed #cccccc;
}
.x-list-new2 .container .x-right .x-top .x-a a:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.x-list-new2 .container .x-right .x-top .x-a a:hover .x-text .x-tl .x-title {
  background-size: 100% 100%;
}
.x-list-new2 .container .x-right .x-top .x-a a figure {
  width: 35%;
  height: 80px;
  border-radius: 0.1rem;
}
@media (max-width: 1260px) {
  .x-list-new2 .container .x-right .x-top .x-a a figure {
    height: 56px;
  }
}
.x-list-new2 .container .x-right .x-top .x-a a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
}
.x-list-new2 .container .x-right .x-top .x-a a .x-text {
  width: 57%;
  padding-left: 0.2rem;
}
.x-list-new2 .container .x-right .x-top .x-a a .x-text .x-tl {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.x-list-new2 .container .x-right .x-top .x-a a .x-text .x-tl .x-title {
  color: #333333;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, #333333 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.5s all;
  display: initial;
}
.x-list-new2 .container .x-right .x-top .x-a a .x-text span {
  font-size: 14px;
  color: #999999;
  display: inline-block;
  margin-top: 0.1rem;
}
.x-gg-xia1.x-zhong {
  background-color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.3rem;
  border-radius: 0.1rem;
  margin: 0.3rem 0;
}
.x-gg-xia1.x-zhong figure {
  width: 1.3rem;
  height: 1.3rem;
}
.x-gg-xia1.x-zhong figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-gg-xia1.x-zhong p {
  color: #666666;
  line-height: 1.8;
  margin: 0 8px 0 0.22rem;
}
.x-gg-xia1.x-zhong .x-img {
  width: 0.9rem;
  height: 1.3rem;
}
.x-gg-xia1.x-zhong .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-gg-xia2.x-xia {
  background-color: #fff;
  padding: 0.3rem;
  border-radius: 0.1rem;
}
.x-gg-xia2.x-xia .x-title {
  color: #333333;
}
.x-gg-xia2.x-xia p {
  color: #999999;
}
.x-gg-xia2.x-xia .x-form {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
  border-radius: 0.3rem;
  position: relative;
  margin-top: 0.3rem;
}
@media (max-width: 1580px) {
  .x-gg-xia2.x-xia .x-form {
    height: 50px;
    line-height: 50px;
  }
}
.x-gg-xia2.x-xia .x-form input {
  width: 100%;
  padding: 0 60px 0 0.2rem;
  color: #999999;
}
.x-gg-xia2.x-xia .x-form input::placeholder {
  color: #999;
}
.x-gg-xia2.x-xia .x-form input::-webkit-input-placeholder {
  color: #999;
}
.x-gg-xia2.x-xia .x-form button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #0058dc;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.x-gg-xia2.x-xia .x-form button i {
  display: inline-block;
  width: 22px;
  height: 16px;
  background: url("../images/x-sw-jt10.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.x-page {
  padding-top: 0.3rem;
}
.x-page .x-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .x-page .x-con {
    justify-content: center;
  }
}
.x-page .x-con .x-left {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #d3d3d3;
  position: relative;
  display: inline-block;
  transition: 0.5s all;
}
@media (max-width: 1580px) {
  .x-page .x-con .x-left {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1260px) {
  .x-page .x-con .x-left {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .x-page .x-con .x-left {
    margin-right: 1rem;
  }
}
.x-page .x-con .x-left:hover {
  background-color: #0058dc;
}
.x-page .x-con .x-left:hover i {
  width: 22px;
  height: 16px;
  background: url("../images/x-sw-jt8.png") no-repeat;
  background-size: contain;
}
.x-page .x-con .x-left i {
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url("../images/x-sw-jt7.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-page .x-con .x-zhong {
    display: none;
  }
}
.x-page .x-con .x-zhong a {
  color: #999999;
  display: inline-block;
  margin: 0 0.15rem;
  transition: 0.5s all;
  position: relative;
}
.x-page .x-con .x-zhong a::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #0058dc;
  opacity: 0;
  transition: 0.5s all;
}
.x-page .x-con .x-zhong a.on {
  color: #0058dc;
}
.x-page .x-con .x-zhong a.on::before {
  width: 100%;
  opacity: 1;
}
.x-page .x-con .x-zhong a:hover {
  color: #0058dc;
}
.x-page .x-con .x-zhong a:hover::before {
  width: 100%;
  opacity: 1;
}
.x-page .x-con .x-right {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #d3d3d3;
  position: relative;
  display: inline-block;
  transition: 0.5s all;
}
@media (max-width: 1580px) {
  .x-page .x-con .x-right {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1260px) {
  .x-page .x-con .x-right {
    width: 40px;
    height: 40px;
  }
}
.x-page .x-con .x-right:hover {
  background-color: #0058dc;
}
.x-page .x-con .x-right:hover i {
  width: 22px;
  height: 16px;
  background: url("../images/x-sw-jt10.png") no-repeat;
  background-size: contain;
}
.x-page .x-con .x-right i {
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url("../images/x-sw-jt9.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s all;
}
.x-show-new1 .container .x-left {
  width: 63.8%;
}
@media (max-width: 991px) {
  .x-show-new1 .container .x-left {
    width: 100%;
  }
}
.x-show-new1 .container .x-left .x-con .x-title {
  font-size: 0.36rem;
  color: #333333;
}
@media (max-width: 1580px) {
  .x-show-new1 .container .x-left .x-con .x-title {
    font-size: 0.46rem;
  }
}
@media (max-width: 1260px) {
  .x-show-new1 .container .x-left .x-con .x-title {
    font-size: 0.56rem;
  }
}
@media (max-width: 991px) {
  .x-show-new1 .container .x-left .x-con .x-title {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-show-new1 .container .x-left .x-con .x-title {
    font-size: 1.1rem;
  }
}
.x-show-new1 .container .x-left .x-con .x-con-top {
  padding: 0.2rem 0 0.3rem 0;
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 767px) {
  .x-show-new1 .container .x-left .x-con .x-con-top {
    padding: 0.3rem 0 1rem 0;
  }
}
.x-show-new1 .container .x-left .x-con .x-con-top .x-span {
  background-color: #e3e3e3;
  color: #999999;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 14px;
  display: inline-block;
}
@media (max-width: 767px) {
  .x-show-new1 .container .x-left .x-con .x-con-top .x-span {
    margin: 5px 0;
  }
}
.x-show-new1 .container .x-left .x-con .x-con-top p {
  display: inline-block;
  color: #999999;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .x-show-new1 .container .x-left .x-con .x-con-top p {
    display: block;
    margin-left: 0;
  }
}
.x-show-new1 .container .x-left .x-con .x-con-text {
  padding: 0.4rem 0;    line-height: 220%;
    color: #666;
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 767px) {
  .x-show-new1 .container .x-left .x-con .x-con-text {
    padding: 1.5rem 0;
  }
}
.x-show-new1 .container .x-left .x-con .x-con-text img {
  max-width: 100%;
}
.x-show-new1 .container .x-left .x-con .x-fenx2 {
  padding: 0.4rem 0;
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 767px) {
  .x-show-new1 .container .x-left .x-con .x-fenx2 {
    padding: 1rem 0;
  }
}
.x-show-new1 .container .x-left .x-con .x-fenx2 .bshare-custom .bshare-weixin {
  background: none;
  margin: 0;
  margin-right: 0.5rem;
  padding-left: 0;
  height: 24px;
  width: 24px;
  opacity: 1;
}
.x-show-new1 .container .x-left .x-con .x-fenx2 .bshare-custom .bshare-sinaminiblog {
  background: none;
  margin: 0;
  margin-right: 0.5rem;
  padding-left: 0;
  height: 24px;
  width: 24px;
}
.x-show-new1 .container .x-left .x-con .x-fenx2 .bshare-custom .bshare-qzone {
  background: none;
  margin: 0;
  padding-left: 0;
  height: 24px;
  width: 24px;
}
.x-show-new1 .container .x-left .x-con .x-fenx2 p {
  color: #666666;
  text-align: center;
}
.x-show-new1 .container .x-left .x-con .x-fenx2 .x-fen-xia {
  display: flex;
  justify-content: center;
  margin-top: 0.45rem;
}
@media (max-width: 767px) {
  .x-show-new1 .container .x-left .x-con .x-fenx2 .x-fen-xia {
    margin-top: 0.6rem;
  }
}
.x-show-new1 .container .x-left .x-con .x-fenx2 .x-fen-xia a {
  display: inline-block;
  margin-right: 0.5rem;
}
.x-show-new1 .container .x-left .x-con .x-fenx2 .x-fen-xia a:hover img:nth-of-type(1) {
  display: none;
}
.x-show-new1 .container .x-left .x-con .x-fenx2 .x-fen-xia a:hover img:nth-of-type(2) {
  display: inline-block;
}
.x-show-new1 .container .x-left .x-con .x-fenx2 .x-fen-xia a:last-child {
  margin-right: 0;
}
.x-show-new1 .container .x-left .x-con .x-fenx2 .x-fen-xia a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: 0.5s all;
  pointer-events: none;
}
.x-show-new1 .container .x-left .x-con .x-fenx2 .x-fen-xia a img:nth-of-type(2) {
  display: none;
}
.x-show-new1 .container .x-left .x-con .x-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .x-show-new1 .container .x-left .x-con .x-bot {
    margin-top: 1rem;
  }
}
.x-show-new1 .container .x-left .x-con .x-bot .x-bot-left {
  width: 70%;
}
@media (max-width: 767px) {
  .x-show-new1 .container .x-left .x-con .x-bot .x-bot-left {
    width: 100%;
  }
}
.x-show-new1 .container .x-left .x-con .x-bot .x-bot-left .x-a {
  display: flex;
  margin-bottom: 10px;
}
.x-show-new1 .container .x-left .x-con .x-bot .x-bot-left .x-a:last-child {
  margin-bottom: 0;
}
.x-show-new1 .container .x-left .x-con .x-bot .x-bot-left .x-a span {
  color: #666666;
}
.x-show-new1 .container .x-left .x-con .x-bot .x-bot-left .x-a a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  width: 60%;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .x-show-new1 .container .x-left .x-con .x-bot .x-bot-left .x-a a {
    width: 80%;
  }
}
.x-show-new1 .container .x-left .x-con .x-bot .x-bot-left .x-a a:hover p {
  background-size: 100% 100%;
  color: #0058dc;
}
.x-show-new1 .container .x-left .x-con .x-bot .x-bot-left .x-a a p {
  display: inline-block;
  color: #666666;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, #0058dc 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.5s all;
  display: initial;
}
.x-show-new1 .container .x-left .x-con .x-bot .x-bot-right {
  color: #666666;
  padding: 0.15rem 0.5rem;
  border: 1px solid #e3e3e3;
  border-radius: 0.1rem;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  .x-show-new1 .container .x-left .x-con .x-bot .x-bot-right {
    padding: 0.2rem 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-show-new1 .container .x-left .x-con .x-bot .x-bot-right {
    padding: 0.4rem 1rem;
    margin: 1rem auto 0 auto;
  }
}
.bsBox {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.bshareDiv {
  display: none !important;
}
.x-list-res1 {
  background-color: #f5f5f5;
  padding: 1.2rem 0;
}
@media (max-width: 767px) {
  .x-list-res1 {
    padding: 3rem 0;
  }
}
.x-list-res1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.x-list-res1 .container > .x-left {
  width: 66%;
}
@media (max-width: 991px) {
  .x-list-res1 .container > .x-left {
    width: 100%;
  }
}
.x-list-res1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}
.x-list-res1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 1.27rem;
  background: url("../images/x-re-mb1.png") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .x-list-res1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide::before {
    height: 3.27rem;
  }
}
.x-list-res1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide figure {
  width: 100%;
  height: 4.6rem;
  border-radius: 0.1rem;
}
@media (max-width: 1260px) {
  .x-list-res1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 5.6rem;
  }
}
@media (max-width: 991px) {
  .x-list-res1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 7.6rem;
  }
}
@media (max-width: 767px) {
  .x-list-res1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 10.5rem;
  }
}
.x-list-res1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.1rem;
}
.x-list-res1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-title {
  position: absolute;
  bottom: 0.25rem;
  left: 0.3rem;
  color: #fff;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .x-list-res1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-title {
    width: 60%;
    bottom: 1rem;
    left: 1rem;
  }
}
.x-list-res1 .container > .x-left .x-swiper .swiper-container .swiper-pagination {
  bottom: 0.3rem;
  left: auto;
  right: 0.3rem;
  width: auto !important;
  transform: initial;
}
@media (max-width: 767px) {
  .x-list-res1 .container > .x-left .x-swiper .swiper-container .swiper-pagination {
    bottom: 1rem;
    right: 1rem;
  }
}
.x-list-res1 .container > .x-left .x-swiper .swiper-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  opacity: 1;
  background: transparent;
  margin: 0 10px;
  transform: scale(1);
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-list-res1 .container > .x-left .x-swiper .swiper-container .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.x-list-res1 .container > .x-left .x-swiper .swiper-container .swiper-pagination-bullet-active {
  background: #2b6fff;
  border: none;
}
.x-list-res1 .container > .x-left .x-form {
  padding: 0.3rem 0;
}
@media (max-width: 1580px) {
  .x-list-res1 .container > .x-left .x-form {
    padding: 0.5rem 0;
  }
}
@media (max-width: 767px) {
  .x-list-res1 .container > .x-left .x-form {
    padding: 1.2rem 0;
  }
}
.x-list-res1 .container > .x-left .x-form form ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-list-res1 .container > .x-left .x-form form ul li.x-sel {
  display: flex;
}
@media (max-width: 767px) {
  .x-list-res1 .container > .x-left .x-form form ul li.x-sel {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.x-list-res1 .container > .x-left .x-form form ul li .x-sel2 {
  width: 2.8rem;
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  position: relative;
  margin-right: 0.3rem;
  border-radius: 5px;
}
@media (max-width: 1580px) {
  .x-list-res1 .container > .x-left .x-form form ul li .x-sel2 {
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .x-list-res1 .container > .x-left .x-form form ul li .x-sel2 {
    width: 4.8rem;
  }
}
@media (max-width: 767px) {
  .x-list-res1 .container > .x-left .x-form form ul li .x-sel2 {
    width: 48%;
  }
}
.x-list-res1 .container > .x-left .x-form form ul li .x-sel2 select {
  width: 100%;
  height: 100%;
  padding: 0 0.3rem;
  color: #666666;
}
@media (max-width: 767px) {
  .x-list-res1 .container > .x-left .x-form form ul li .x-sel2 select {
    padding: 0 1rem;
  }
}
.x-list-res1 .container > .x-left .x-form form ul li .x-sel2 i {
  display: inline-block;
  width: 7px;
  height: 4px;
  background: url(../images/x-se1.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
.x-list-res1 .container > .x-left .x-form form ul li.x-but button {
  padding: 0 24px;
  border-radius: 5px;
  height: 50px;
}
@media (max-width: 1580px) {
  .x-list-res1 .container > .x-left .x-form form ul li.x-but button {
    height: 40px;
  }
}
.x-list-res1 .container > .x-left .x-form form ul li.x-but button:nth-of-type(1) {
  background-color: #0058dc;
  color: #fff;
  margin-right: 5px;
}
.x-list-res1 .container > .x-left .x-form form ul li.x-but button:nth-of-type(2) {
  background-color: #e3e3e3;
  color: #999999;
}
.x-list-res1 .container > .x-left .x-xia ul li {
  background-color: #fff;
  border-radius: 0.1rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .x-list-res1 .container > .x-left .x-xia ul li {
    margin-bottom: 1rem;
  }
}
.x-list-res1 .container > .x-left .x-xia ul li:last-child {
  margin-bottom: 0;
}
.x-list-res1 .container > .x-left .x-xia ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0.1rem;
  overflow: hidden;
  transition: 0.5s all;
}
.x-list-res1 .container > .x-left .x-xia ul li a:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.x-list-res1 .container > .x-left .x-xia ul li a:hover figure img {
  transform: scale(1.1);
}
.x-list-res1 .container > .x-left .x-xia ul li a:hover .x-li-r .x-tl .x-title {
  color: #0058dc;
  background-size: 100% 100%;
}
.x-list-res1 .container > .x-left .x-xia ul li a figure {
  width: 33.6%;
  height: 2.2rem;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .x-list-res1 .container > .x-left .x-xia ul li a figure {
    height: 2.6rem;
  }
}
@media (max-width: 991px) {
  .x-list-res1 .container > .x-left .x-xia ul li a figure {
    width: 40%;
    height: 3.6rem;
  }
}
@media (max-width: 767px) {
  .x-list-res1 .container > .x-left .x-xia ul li a figure {
    width: 100%;
    height: 10.5rem;
  }
}
.x-list-res1 .container > .x-left .x-xia ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-list-res1 .container > .x-left .x-xia ul li a .x-li-r {
  width: 66.4%;
  padding: 0 0.4rem;
}
@media (max-width: 991px) {
  .x-list-res1 .container > .x-left .x-xia ul li a .x-li-r {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .x-list-res1 .container > .x-left .x-xia ul li a .x-li-r {
    width: 100%;
    padding: 1rem;
  }
}
.x-list-res1 .container > .x-left .x-xia ul li a .x-li-r span {
  display: inline-block;
  border-radius: 5px;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  background-color: #2b6fff;
  color: #fff;
}
.x-list-res1 .container > .x-left .x-xia ul li a .x-li-r span.on {
  background-color: #e3e3e3;
  color: #999999;
}
.x-list-res1 .container > .x-left .x-xia ul li a .x-li-r .x-tl {
  margin: 0.2rem 0 0.3rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .x-list-res1 .container > .x-left .x-xia ul li a .x-li-r .x-tl {
    margin: 0.5rem 0 0.5rem 0;
  }
}
.x-list-res1 .container > .x-left .x-xia ul li a .x-li-r .x-tl .x-title {
  color: #333333;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, #0058dc 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.5s all;
  display: initial;
}
.x-list-res1 .container > .x-left .x-xia ul li a .x-li-r p {
  color: #999999;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .x-list-res1 .container > .x-left .x-xia ul li a .x-li-r p {
    font-size: 12px;
  }
}
.x-list-res1 .container > .x-left .x-xia ul li a .x-li-r p:nth-of-type(1) {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .x-list-res1 .container > .x-left .x-xia ul li a .x-li-r p:nth-of-type(1) {
    margin-right: 2.3rem;
  }
}
.x-list-res1 .container > .x-left .x-xia ul li a .x-li-r p img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .x-list-res1 .container > .x-left .x-xia ul li a .x-li-r p img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
}
.x-list-res1 .container > .x-left .x-page {
  padding-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-list-res1 .container > .x-left .x-page {
    padding-top: 1rem;
  }
}
.x-list-res1 .container > .x-right {
  width: 32%;
}
@media (max-width: 991px) {
  .x-list-res1 .container > .x-right {
    display: none;
  }
}
.x-list-res1 .container > .x-right .x-top {
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.2rem 0.3rem;
}
.x-list-res1 .container > .x-right .x-top .x-title {
  color: #333333;
}
.x-list-res1 .container > .x-right .x-top a {
  margin-top: 0.25rem;
  display: block;
}
.x-list-res1 .container > .x-right .x-top a:hover figure img {
  transform: scale(1.1);
}
.x-list-res1 .container > .x-right .x-top a:hover .x-text .x-te-top .x-title2 p {
  color: #0058dc;
  background-size: 100% 100%;
}
.x-list-res1 .container > .x-right .x-top a figure {
  width: 100%;
  height: 2.5rem;
  overflow: hidden;
  border-radius: 0.1rem;
}
.x-list-res1 .container > .x-right .x-top a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
  border-radius: 0.1rem;
}
.x-list-res1 .container > .x-right .x-top a .x-text .x-te-top {
  display: flex;
  margin: 0.3rem 0 0.2rem 0;
}
.x-list-res1 .container > .x-right .x-top a .x-text .x-te-top span {
  display: inline-block;
  border-radius: 5px;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  background-color: #2b6fff;
  color: #fff;
}
.x-list-res1 .container > .x-right .x-top a .x-text .x-te-top span.on {
  background-color: #e3e3e3;
  color: #999999;
}
.x-list-res1 .container > .x-right .x-top a .x-text .x-te-top .x-title2 {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-left: 0.2rem;
  line-height: 1.8;
  width: 80%;
}
.x-list-res1 .container > .x-right .x-top a .x-text .x-te-top .x-title2 p {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, #0058dc 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.5s all;
  display: initial;
}
.x-list-res1 .container > .x-right .x-top a .x-text .x-te-xia p {
  color: #999999;
  display: inline-flex;
  align-items: center;
}
.x-list-res1 .container > .x-right .x-top a .x-text .x-te-xia p:nth-of-type(1) {
  margin-right: 0.15rem;
}
.x-list-res1 .container > .x-right .x-top a .x-text .x-te-xia p img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 8px;
}
.x-list-res1 .container > .x-right .x-ri-zhong {
  padding: 0.3rem;
  background-color: #fff;
  margin-top: 0.3rem;
  border-radius: 0.1rem;
}
.x-list-res1 .container > .x-right .x-ri-zhong .x-title {
  color: #333333;
}
.x-list-res1 .container > .x-right .x-ri-zhong .x-xa a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background-color: #e3e3e3;
  color: #666666;
  padding: 0 20px;
  margin-right: 0.1rem;
  border-radius: 5px;
  margin-top: 0.2rem;
  transition: 0.5s all;
}
.x-list-res1 .container > .x-right .x-ri-zhong .x-xa a:hover {
  color: #0058dc;
}
.x-list-res1 .container > .x-right .x-ri-zhong .x-xa a:last-child {
  margin-right: 0;
}
.x-list-res1 .container > .x-right .x-gg-xia3 {
  border-radius: 0.1rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.3rem 0;
  padding: 0.3rem;
}
.x-list-res1 .container > .x-right .x-gg-xia3 .x-zh .x-title {
  color: #333333;
  margin-bottom: 0.24rem;
}
.x-list-res1 .container > .x-right .x-gg-xia3 .x-zh .x-cl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.x-list-res1 .container > .x-right .x-gg-xia3 .x-zh .x-cl figure img {
  width: 80px;
  height: 80px;
}
.x-list-res1 .container > .x-right .x-gg-xia3 .x-zh .x-cl p {
  margin-left: 0.2rem;
  color: #666666;
}
.x-list-res1 .container > .x-right .x-gg-xia3 .x-img {
  width: 0.9rem;
  height: 1.3rem;
}
.x-list-res1 .container > .x-right .x-gg-xia3 .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 1260px) {
  .x-show-res1 .container .x-left {
    width: 100%;
  }
}
.x-show-res1 .container .x-left .x-le-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 0.4rem;
  border-radius: 0.1rem;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-show-res1 .container .x-left .x-le-top {
    padding: 1rem;
  }
}
.x-show-res1 .container .x-left .x-le-top:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.x-show-res1 .container .x-left .x-le-top:hover .x-top-le figure img {
  transform: scale(1.1);
}
.x-show-res1 .container .x-left .x-le-top .x-top-le {
  width: 37.2%;
}
@media (max-width: 1370px) {
  .x-show-res1 .container .x-left .x-le-top .x-top-le {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .x-show-res1 .container .x-left .x-le-top .x-top-le {
    width: 100%;
  }
}
.x-show-res1 .container .x-left .x-le-top .x-top-le figure {
  width: 100%;
  height: 2.2rem;
  overflow: hidden;
  border-radius: 0.1rem;
}
@media (max-width: 1580px) {
  .x-show-res1 .container .x-left .x-le-top .x-top-le figure {
    height: 2.6rem;
  }
}
@media (max-width: 1370px) {
  .x-show-res1 .container .x-left .x-le-top .x-top-le figure {
    height: 3.2rem;
  }
}
@media (max-width: 991px) {
  .x-show-res1 .container .x-left .x-le-top .x-top-le figure {
    height: 5.2rem;
  }
}
@media (max-width: 767px) {
  .x-show-res1 .container .x-left .x-le-top .x-top-le figure {
    height: 10.5rem;
  }
}
.x-show-res1 .container .x-left .x-le-top .x-top-le figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-show-res1 .container .x-left .x-le-top .x-top-ri {
  width: 58%;
}
@media (max-width: 1370px) {
  .x-show-res1 .container .x-left .x-le-top .x-top-ri {
    width: 54%;
  }
}
@media (max-width: 767px) {
  .x-show-res1 .container .x-left .x-le-top .x-top-ri {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-show-res1 .container .x-left .x-le-top .x-top-ri .x-top-ri-a .x-time {
  display: flex;
  color: #999999;
}
.x-show-res1 .container .x-left .x-le-top .x-top-ri .x-top-ri-a .x-time p.on {
  background-color: #666666;
  color: #666666;
  border-radius: 5px;
  height: 30px;
  line-height: 30px;
  background-color: #e3e3e3;
  padding: 0 20px;
}
.x-show-res1 .container .x-left .x-le-top .x-top-ri .x-top-ri-a .x-time #remainTime span {
  background-color: #666666;
  color: #fff;
  display: inline-block;
  padding: 0 6px;
  border-radius: 3px;
  margin: 0 3px;
}
.x-show-res1 .container .x-left .x-le-top .x-top-ri .x-top-ri-a .x-title {
  color: #333333;
  margin: 0.1rem 0;
}
@media (max-width: 767px) {
  .x-show-res1 .container .x-left .x-le-top .x-top-ri .x-top-ri-a .x-title {
    margin: 0.5rem 0;
  }
}
.x-show-res1 .container .x-left .x-le-top .x-top-ri .x-top-ri-a .x-zb p {
  color: #999999;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .x-show-res1 .container .x-left .x-le-top .x-top-ri .x-top-ri-a .x-zb p {
    font-size: 12px;
  }
  .x-show-res1 .container .x-left .x-le-top .x-top-ri .x-top-ri-a .x-zb p:nth-of-type(2) {
    margin-left: 2.3rem;
  }
}
.x-show-res1 .container .x-left .x-le-top .x-top-ri .x-top-ri-a .x-zb p img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .x-show-res1 .container .x-left .x-le-top .x-top-ri .x-top-ri-a .x-zb p img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
  }
}
.x-show-res1 .container .x-left .x-le-top .x-top-ri .x-top-ri-a .x-p {
  color: #999999;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .x-show-res1 .container .x-left .x-le-top .x-top-ri .x-top-ri-a .x-p {
    margin-bottom: 0.8rem;
  }
}
.x-show-res1 .container .x-left .x-con-text {
  padding: 0.4rem 0;
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 767px) {
  .x-show-res1 .container .x-left .x-con-text {
    padding: 1rem 0;
  }
}
.x-show-res1 .container .x-left .x-con-text img {
  max-width: 100%;
}
.x-show-res1 .container .x-left .x-fenx2 {
  padding: 0.4rem 0;
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 767px) {
  .x-show-res1 .container .x-left .x-fenx2 {
    padding: 1rem 0;
  }
}
.x-show-res1 .container .x-left .x-fenx2 .bshare-custom .bshare-weixin {
  background: none;
  margin: 0;
  margin-right: 0.5rem;
  padding-left: 0;
  height: 24px;
  width: 24px;
  opacity: 1;
}
.x-show-res1 .container .x-left .x-fenx2 .bshare-custom .bshare-sinaminiblog {
  background: none;
  margin: 0;
  margin-right: 0.5rem;
  padding-left: 0;
  height: 24px;
  width: 24px;
}
.x-show-res1 .container .x-left .x-fenx2 .bshare-custom .bshare-qzone {
  background: none;
  margin: 0;
  padding-left: 0;
  height: 24px;
  width: 24px;
}
.x-show-res1 .container .x-left .x-fenx2 p {
  color: #666666;
  text-align: center;
}
.x-show-res1 .container .x-left .x-fenx2 .x-fen-xia {
  display: flex;
  justify-content: center;
  margin-top: 0.45rem;
}
@media (max-width: 767px) {
  .x-show-res1 .container .x-left .x-fenx2 .x-fen-xia {
    margin-top: 0.6rem;
  }
}
.x-show-res1 .container .x-left .x-fenx2 .x-fen-xia a {
  display: inline-block;
  margin-right: 0.5rem;
}
.x-show-res1 .container .x-left .x-fenx2 .x-fen-xia a:hover img:nth-of-type(1) {
  display: none;
}
.x-show-res1 .container .x-left .x-fenx2 .x-fen-xia a:hover img:nth-of-type(2) {
  display: inline-block;
}
.x-show-res1 .container .x-left .x-fenx2 .x-fen-xia a:last-child {
  margin-right: 0;
}
.x-show-res1 .container .x-left .x-fenx2 .x-fen-xia a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: 0.5s all;
  pointer-events: none;
}
.x-show-res1 .container .x-left .x-fenx2 .x-fen-xia a img:nth-of-type(2) {
  display: none;
}
.x-show-res1 .container .x-left .x-bot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .x-show-res1 .container .x-left .x-bot {
    margin-top: 1rem;
  }
}
.x-show-res1 .container .x-left .x-bot .x-bot-left {
  width: 70%;
}
@media (max-width: 767px) {
  .x-show-res1 .container .x-left .x-bot .x-bot-left {
    width: 100%;
  }
}
.x-show-res1 .container .x-left .x-bot .x-bot-left .x-a {
  display: flex;
  margin-bottom: 10px;
}
.x-show-res1 .container .x-left .x-bot .x-bot-left .x-a:last-child {
  margin-bottom: 0;
}
.x-show-res1 .container .x-left .x-bot .x-bot-left .x-a span {
  color: #666666;
}
.x-show-res1 .container .x-left .x-bot .x-bot-left .x-a a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  width: 60%;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .x-show-res1 .container .x-left .x-bot .x-bot-left .x-a a {
    width: 80%;
  }
}
.x-show-res1 .container .x-left .x-bot .x-bot-left .x-a a:hover p {
  background-size: 100% 100%;
  color: #0058dc;
}
.x-show-res1 .container .x-left .x-bot .x-bot-left .x-a a p {
  display: inline-block;
  color: #666666;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, #0058dc 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.5s all;
  display: initial;
}
.x-show-res1 .container .x-left .x-bot .x-bot-right {
  color: #666666;
  padding: 0.15rem 0.5rem;
  border: 1px solid #e3e3e3;
  border-radius: 0.1rem;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  .x-show-res1 .container .x-left .x-bot .x-bot-right {
    padding: 0.2rem 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-show-res1 .container .x-left .x-bot .x-bot-right {
    padding: 0.4rem 1rem;
    margin: 1rem auto 0 auto;
  }
}
@media (max-width: 1260px) {
  .x-show-res1 .container .x-right {
    display: none;
  }
}
.x-list-mar1 .x-list-res1 .container .x-left .x-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-list-mar1 .x-list-res1 .container .x-left .x-list li {
  width: 48.4%;
  background-color: #ffffff;
  border-radius: 0.1rem;
  margin-top: 0.3rem;
}
@media (max-width: 991px) {
  .x-list-mar1 .x-list-res1 .container .x-left .x-list li {
    margin-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .x-list-mar1 .x-list-res1 .container .x-left .x-list li {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-list-mar1 .x-list-res1 .container .x-left .x-list li a {
  display: block;
  transition: 0.5s all;
}
.x-list-mar1 .x-list-res1 .container .x-left .x-list li a:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.x-list-mar1 .x-list-res1 .container .x-left .x-list li a:hover figure img {
  transform: scale(1.1);
}
.x-list-mar1 .x-list-res1 .container .x-left .x-list li a:hover .x-text .x-tl .x-title {
  color: #0058dc;
  background-size: 100% 100%;
}
.x-list-mar1 .x-list-res1 .container .x-left .x-list li a figure {
  width: 100%;
  height: 2.8rem;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .x-list-mar1 .x-list-res1 .container .x-left .x-list li a figure {
    height: 4.8rem;
  }
}
@media (max-width: 767px) {
  .x-list-mar1 .x-list-res1 .container .x-left .x-list li a figure {
    height: 10.5rem;
  }
}
.x-list-mar1 .x-list-res1 .container .x-left .x-list li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-list-mar1 .x-list-res1 .container .x-left .x-list li a .x-text {
  padding: 0.2rem 0.3rem;
}
@media (max-width: 991px) {
  .x-list-mar1 .x-list-res1 .container .x-left .x-list li a .x-text {
    padding: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-list-mar1 .x-list-res1 .container .x-left .x-list li a .x-text {
    padding: 1rem;
  }
}
.x-list-mar1 .x-list-res1 .container .x-left .x-list li a .x-text .x-span span {
  font-size: 14px;
  color: #999999;
  display: inline-block;
  background-color: #e3e3e3;
  padding: 4px 12px;
  border-radius: 5px;
  margin-right: 0.05rem;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .x-list-mar1 .x-list-res1 .container .x-left .x-list li a .x-text .x-span span {
    margin-right: 0.5rem;
  }
}
.x-list-mar1 .x-list-res1 .container .x-left .x-list li a .x-text .x-tl {
  margin: 0.12rem 0 0.12rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .x-list-mar1 .x-list-res1 .container .x-left .x-list li a .x-text .x-tl {
    margin: 0.5rem 0;
  }
}
.x-list-mar1 .x-list-res1 .container .x-left .x-list li a .x-text .x-tl .x-title {
  color: #333333;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, #0058dc 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.5s all;
  display: initial;
}
.x-list-mar1 .x-list-res1 .container .x-left .x-list li a .x-text p {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.x-list-mar1 .x-list-res1 .container .x-left .x-list li a .x-text .x-sp {
  display: block;
  color: #999999;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .x-list-mar1 .x-list-res1 .container .x-left .x-list li a .x-text .x-sp {
    margin-top: 0.5rem;
  }
}
.x-list-mar1 .x-list-res1 .container .x-right .x-top .x-title {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #e3e3e3;
}
.x-list-mar1 .x-list-res1 .container .x-right .x-top .x-top-a {
  margin-top: 0.1rem;
}
.x-list-mar1 .x-list-res1 .container .x-right .x-top .x-top-a a {
  margin-top: 0;
  padding: 0.15rem 0;
  border-bottom: 1px dotted #cccccc;
}
.x-list-mar1 .x-list-res1 .container .x-right .x-top .x-top-a a:hover .x-title2 p {
  background-size: 100% 100%;
  color: #0058dc;
}
.x-list-mar1 .x-list-res1 .container .x-right .x-top .x-top-a a:last-child {
  border-bottom: none;
}
.x-list-mar1 .x-list-res1 .container .x-right .x-top .x-top-a a .x-title2 {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.x-list-mar1 .x-list-res1 .container .x-right .x-top .x-top-a a .x-title2 p {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, #0058dc 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.5s all;
  display: initial;
}
.x-about1 .c-common-banner .container .c-box-wrap .c-text-box {
  width: 32.6%;
  padding-right: 0;
}
@media (max-width: 767px) {
  .x-about1 .c-common-banner .container .c-box-wrap .c-text-box {
    width: 100%;
  }
}
.x-about1 .c-common-banner .container .c-box-wrap .c-text-box .c-text {
  margin: 0;
}
.x-about1 .c-common-banner .container .c-box-wrap .c-text-box .x-title {
  white-space: nowrap;
  margin: 0.1rem 0 0.5rem 0;
}
@media (max-width: 767px) {
  .x-about1 .c-common-banner .container .c-box-wrap .c-text-box .x-title {
    margin: 0.5rem 0 1rem;
  }
}
.x-about1 .c-common-banner .container .c-box-wrap .c-img-box {
  width: 67.4%;
}
@media (max-width: 767px) {
  .x-about1 .c-common-banner .container .c-box-wrap .c-img-box {
    width: 100%;
    position: relative;
    top: 3rem;
  }
}
.x-about2 {
  padding: 1.1rem 0 1.2rem 0;
}
@media (max-width: 767px) {
  .x-about2 {
    padding: 3rem 0;
  }
}
.x-about2 .container .c-top .c-title {
  text-align: center;
}
.x-about2 .container .x-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.5rem 0 0.4rem 0;
}
@media (max-width: 767px) {
  .x-about2 .container .x-con {
    margin: 1rem 0 0 0;
  }
}
.x-about2 .container .x-con .x-left {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .x-about2 .container .x-con .x-left {
    width: 100%;
  }
}
.x-about2 .container .x-con .x-left figure {
  width: 100%;
  height: 5rem;
}
@media (max-width: 991px) {
  .x-about2 .container .x-con .x-left figure {
    height: 6rem;
  }
}
@media (max-width: 767px) {
  .x-about2 .container .x-con .x-left figure {
    height: 10.5rem;
  }
}
.x-about2 .container .x-con .x-left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.2rem;
}
.x-about2 .container .x-con .x-left .x-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  pointer-events: none;
}
@media (max-width: 767px) {
  .x-about2 .container .x-con .x-left .x-img {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.x-about2 .container .x-con .x-left .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-about2 .container .x-con .x-left i {
  width: 1.4rem;
  height: 1.4rem;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  opacity: 0;
  animation: cd 1s infinite linear;
  animation-delay: 0.2s;
  margin-left: -0.7rem;
  margin-top: -0.7rem;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .x-about2 .container .x-con .x-left i {
    width: 3.4rem;
    height: 3.4rem;
    margin-left: -1.7rem;
    margin-top: -1.7rem;
  }
}
.x-about2 .container .x-con .x-right {
  width: 46%;
}
@media (max-width: 767px) {
  .x-about2 .container .x-con .x-right {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-about2 .container .x-con .x-right .x-text {
  text-align: justify;
  color: #666666;
  line-height: 1.8;
  max-height: 5rem;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .x-about2 .container .x-con .x-right .x-text {
    overflow: initial;
    max-height: initial;
  }
}
@media (max-width: 1900px) {
  .x-about2 .container .x-con .x-right .x-text {
    padding-right: 10px;
  }
}
.x-about2 .container .x-con .x-right .x-text::-webkit-scrollbar {
  width: 3px;
}
.x-about2 .container .x-con .x-right .x-text::-webkit-scrollbar {
  background: #ddd;
  border-radius: 2px;
}
.x-about2 .container .x-con .x-right .x-text::-webkit-scrollbar-thumb {
  background: #0058dc;
  border-radius: 25px;
}
.x-about2 .container .x-con .x-right .x-text::-webkit-scrollbar-corner {
  background: #eee;
}
.x-about2 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: #f5f5f5;
  padding: 0.25rem 0 0.5rem 0;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .x-about2 .container ul {
    padding: 1rem;
    margin-top: 1rem;
  }
}
.x-about2 .container ul li {
  width: 25%;
  text-align: center;
  border-right: 1px solid #e3e3e3;
}
@media (max-width: 767px) {
  .x-about2 .container ul li {
    width: 48%;
    border-right: 0;
    margin-bottom: 1rem;
  }
}
.x-about2 .container ul li:last-child {
  border-right: none;
}
.x-about2 .container ul li span {
  font-size: 0.6rem;
  color: #0058dd;
  font-weight: bold;
  font-family: "Fontke";
  display: inline-block;
}
@media (max-width: 1260px) {
  .x-about2 .container ul li span {
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .x-about2 .container ul li span {
    font-size: 1.4rem;
  }
}
.x-about2 .container ul li span i {
  font-style: initial;
}
.x-about2 .container ul li p {
  margin-top: 5px;
  color: #666666;
}
@media (max-width: 767px) {
  .x-about2 .container ul li p {
    font-size: 12px;
    margin-top: 0;
  }
}
.x-comm {
  background-color: #eff4fb;
}
.c-common-box1.x-dt1 {
  background: #eff4fb;
}
.c-common-box1.x-dt1 .c-bottom .c-common-box1-banner::before {
  background: url(../images/c-mask3.png) no-repeat left center / cover;
}
.c-common-box1.x-dt1 .c-bottom .c-common-box1-banner::after {
  background: url(../images/c-mask4.png) no-repeat right center / cover;
}
@keyframes cd {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  20% {
    transform: scale(1.05);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/* 视频弹窗 */
#hi-video-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-video-pop * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hi-video-pop .hi-close {
  position: fixed;
  top: 86%;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  cursor: pointer;
}
#hi-video-pop .hi-close:after,
#hi-video-pop .hi-close:before {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 10px;
  width: 30px;
  height: 2px;
  background: #333;
  transition: 0.5s;
}
#hi-video-pop .hi-close:hover {
  background: #019dee;
}
#hi-video-pop .hi-close:hover:after,
#hi-video-pop .hi-close:hover:before {
  background: #fff;
}
#hi-video-pop .hi-close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hi-video-pop .hi-close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hi-video-pop video {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 90%;
  max-height: 70%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.x-about3 {
  background-color: #0058dc;
  position: relative;
  overflow: hidden;
  padding: 1.1rem 0;
}
@media (max-width: 767px) {
  .x-about3 {
    padding: 3rem 0;
  }
}
.x-about3 .x-xz {
  background: url('../images/x-about-mb.png') no-repeat center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: transform 1s;
  transition: transform 1s;
}
.x-about3 .container .c-top .c-title {
  text-align: center;
  color: #fff;
}
.x-about3 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
  position: relative;
  height: 5.7rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 0;
}
@media (max-width: 767px) {
  .x-about3 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
.x-about3 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide span {
  font-size: 1.5rem;
  color: #fff;
  font-family: "Fontke2";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.1;
  text-shadow: #fff 0 0 5px;
}
@media (max-width: 767px) {
  .x-about3 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide span {
    font-size: 3rem;
  }
}
.x-about3 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text {
  color: #fff;
  overflow-y: auto;
  max-height: 5.7rem;
}
@media (max-width: 767px) {
  .x-about3 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text {
    max-height: initial;
    padding: 1.5rem 0;
    font-size: 18px;
  }
}
.x-about3 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text::-webkit-scrollbar {
  width: 3px;
}
.x-about3 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text::-webkit-scrollbar {
  background: #ddd;
  border-radius: 2px;
}
.x-about3 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text::-webkit-scrollbar-thumb {
  background: #0d113b;
  border-radius: 25px;
}
.x-about3 .container .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .x-text::-webkit-scrollbar-corner {
  background: #eee;
}
.x-about3 .container .x-swiper2 {
  position: relative;
}
.x-about3 .container .x-swiper2::before {
  content: "";
  width: 12.4rem;
  height: 1px;
  background-color: #8ebbfd;
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translate(-50%);
}
@media (max-width: 1580px) {
  .x-about3 .container .x-swiper2::before {
    width: 13.6rem;
  }
}
@media (max-width: 767px) {
  .x-about3 .container .x-swiper2::before {
    width: 12.4rem;
  }
}
.x-about3 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active i {
  width: 40px;
  height: 40px;
  top: 0;
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .x-about3 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active i {
    width: 30px;
    height: 30px;
    top: 5px;
  }
}
.x-about3 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active i::before {
  background-color: #fff;
}
.x-about3 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active p {
  color: #fff;
}
.x-about3 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #99c2ff;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%);
  background-color: #0058dc;
  transition: 0.5s all;
}
.x-about3 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide i::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #99c2ff;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.x-about3 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide p {
  color: #99c2ff;
  cursor: pointer;
  transition: 0.5s all;
  text-align: center;
  position: relative;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .x-about3 .container .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide p {
    padding-top: 42px;
  }
}
.x-about4 {
  padding: 1.1rem 0 0.9rem 0;
}
@media (max-width: 767px) {
  .x-about4 {
    padding: 3rem 0 2rem 0;
  }
}
.x-about4 .container .c-top .c-title {
  text-align: center;
}
.x-about4 .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-about4 .container ul {
    margin-top: 1rem;
  }
}
.x-about4 .container ul li {
  width: 23%; margin-bottom:44px;
  border: 1px solid #e3e3e3;
  border-radius: 0.1rem;
  padding: 0.6rem 0.25rem;
}
@media (max-width: 767px) {
  .x-about4 .container ul li {
    width: 47%;
    margin-bottom: 1rem;
  }
}
.x-about4 .container ul li figure {
     width: 100%;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .x-about4 .container ul li figure {
    width: 1.6rem;
    height: 1.6rem;
  }
}
@media (max-width: 991px) {
  .x-about4 .container ul li figure {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (max-width: 767px) {
  .x-about4 .container ul li figure {
    width: 4.4rem;
    height: 4.4rem;
  }
}
.x-about4 .container ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-about4 .container ul li .x-text {
  text-align: center;
  margin-top: 0.3rem;
}
.x-about4 .container ul li .x-text span {
  color: #0058dc;
}
.x-about4 .container ul li .x-text .x-te-p {
  color: #000000;
  margin: 5px 0 0.25rem 0;
}
@media (max-width: 767px) {
  .x-about4 .container ul li .x-text .x-te-p {
    margin-bottom: 0.4rem;
  }
}
.x-about4 .container ul li .x-text .x-p {
  color: #666666;
}
@media (max-width: 767px) {
  .x-about4 .container ul li .x-text .x-p {
    font-size: 12px;
  }
}
.x-about5 {
  padding-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .x-about5 {
    padding-bottom: 3rem;
  }
}
.x-about5 .container .c-top .c-title {
  text-align: center;
}
.x-about5 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-about5 .container ul {
    margin-top: 1rem;
  }
}
.x-about5 .container ul li {
  width: 32%;
  margin-right: 2%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #e3e3e3;
  border-radius: 0.1rem;
  padding: 0.3rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .x-about5 .container ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.6rem;
  }
}
@media (max-width: 991px) {
  .x-about5 .container ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .x-about5 .container ul li {
    width: 100%;
    padding: 0.8rem;
    margin-bottom: 1rem;
    margin-right: 0;
  }
}
.x-about5 .container ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .x-about5 .container ul li:nth-of-type(3n) {
    margin-right: auto;
  }
}
.x-about5 .container ul li figure {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (max-width: 1260px) {
  .x-about5 .container ul li figure {
    width: 1.4rem;
    height: 1.4rem;
  }
}
@media (max-width: 767px) {
  .x-about5 .container ul li figure {
    width: 3.4rem;
    height: 3.4rem;
  }
}
.x-about5 .container ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-about5 .container ul li .x-text {
  margin-left: 0.3rem;
}
@media (max-width: 767px) {
  .x-about5 .container ul li .x-text {
    margin-left: 1rem;
  }
}
.x-about5 .container ul li .x-text .x-title span {
  color: #0058dc;
}
.x-about5 .container ul li .x-text .x-title p {
  color: #000000;
  display: inline-block;
}
.x-about5 .container ul li .x-text .x-p {
  color: #666666;
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  .x-about5 .container ul li .x-text .x-p {
    margin-top: 0.3rem;
    font-size: 12px;
  }
}
.x-about6 {
  background-color: #f5f5f5;
  padding: 1.1rem 0 1.2rem 0;
}
@media (max-width: 767px) {
  .x-about6 {
    padding: 3rem 0;
  }
}
.x-about6 .container .c-top .c-title {
  text-align: center;
}
.x-about6 .container ul {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-about6 .container ul {
    margin-top: 1rem;
  }
}
.x-about6 .container ul li {
  display: flex;
  justify-content: space-between;
}
.x-about6 .container ul li + li {
  padding-top: 0.3rem;
}
@media (max-width: 991px) {
  .x-about6 .container ul li + li {
    padding-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-about6 .container ul li + li {
    padding-top: 1rem;
  }
}
.x-about6 .container ul li .x-left {
  width: 13.8%;
  padding: 0 0 0.2rem 0;
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 767px) {
  .x-about6 .container ul li .x-left {
    width: 30%;
    padding-bottom: 0.5rem;
  }
}
.x-about6 .container ul li .x-left span {
  font-size: 0.6rem;
  color: #0058dc;
  line-height: 1;
}
@media (max-width: 767px) {
  .x-about6 .container ul li .x-left span {
    font-size: 1.4rem;
  }
}
.x-about6 .container ul li .x-left p {
  color: #666666;
  margin-top: 0.1rem;
}
.x-about6 .container ul li .x-right {
  width: 73%;
}
@media (max-width: 767px) {
  .x-about6 .container ul li .x-right {
    width: 60%;
  }
}
.x-about6 .container ul li .x-right .swiper-container .swiper-wrapper .swiper-slide figure {
  width: 100%;
  height: 1.2rem;
  background-color: #fff;
  border-radius: 0.1rem;
}
@media (max-width: 767px) {
  .x-about6 .container ul li .x-right .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 2.4rem;
  }
}
.x-about6 .container ul li .x-right .swiper-container .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-about7 {
  padding: 1.1rem 0 1.2rem 0;
}
@media (max-width: 767px) {
  .x-about7 {
    padding: 3rem 0;
  }
}
.x-about7 .container .c-top .c-title {
  text-align: center;
}
.x-about7 .container .x-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.x-about7 .container .x-con .x-left {
  width: 32%;
}
@media (max-width: 767px) {
  .x-about7 .container .x-con .x-left {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-about7 .container .x-con .x-left ul li {
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .x-about7 .container .x-con .x-left ul li {
    margin-bottom: 1rem;
  }
}
.x-about7 .container .x-con .x-left ul li:last-child {
  margin-bottom: 0;
}
.x-about7 .container .x-con .x-left ul li .x-p {
  color: #0058dc;
  display: flex;
  align-items: center;
}
.x-about7 .container .x-con .x-left ul li .x-p img {
  width: 22px;
  height: 24px;
  object-fit: contain;
  margin-right: 0.1rem;
}
.x-about7 .container .x-con .x-left ul li .x-text {
  color: #666666;
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  .x-about7 .container .x-con .x-left ul li .x-text {
    margin-top: 0.5rem;
  }
}
.x-about7 .container .x-con .x-right {
  width: 62%;
  position: relative;
}
@media (max-width: 767px) {
  .x-about7 .container .x-con .x-right {
    width: 100%;
  }
}
.x-about7 .container .x-con .x-right figure {
  width: 100%;
  height: 6.5rem;
}
@media (max-width: 767px) {
  .x-about7 .container .x-con .x-right figure {
    height: 13.5rem;
  }
}
.x-about7 .container .x-con .x-right figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-about7 .container .x-con .x-right .x-a {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0058dc;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .x-about7 .container .x-con .x-right .x-a {
    width: 6px;
    height: 6px;
  }
}
.x-about7 .container .x-con .x-right .x-a.a1 {
  right: 26%;
  top: 42%;
}
.x-about7 .container .x-con .x-right .x-a.a2 {
  right: 22%;
  top: 68%;
}
@media (max-width: 1260px) {
  .x-about7 .container .x-con .x-right .x-a.a2 {
    right: 25%;
  }
}
.x-about7 .container .x-con .x-right .x-a.a3 {
  right: 35%;
  top: 87%;
}
.x-about7 .container .x-con .x-right .x-a .x-i {
  flex: 0 0 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 88, 220, 0.4);
  border: 1px solid #0058dc;
  animation: scalemap 2s linear infinite;
  -moz-animation: scalemap 2s linear infinite;
  -webkit-animation: scalemap 2s linear infinite;
}
@keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
.x-list-book1 {
  padding: 1.2rem 0;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .x-list-book1 {
    padding: 3rem 0;
  }
}
.x-list-book1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-list-book1 .container > .x-left {
  width: 66%;
}
@media (max-width: 991px) {
  .x-list-book1 .container > .x-left {
    width: 100%;
  }
}
.x-list-book1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.7rem 0.5rem 0.85rem 0.75rem;
  border-radius: 0.1rem;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1260px) {
  .x-list-book1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide {
    padding: 0.8rem 0.5rem 0.9rem 0.75rem;
  }
}
@media (max-width: 767px) {
  .x-list-book1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide {
    padding: 1rem 1rem 2.5rem 1rem;
  }
}
.x-list-book1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide:hover .x-ri-text .x-tl .x-title {
  background-size: 100% 100%;
}
.x-list-book1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-le-fi {
  width: 32%;
}
@media (max-width: 767px) {
  .x-list-book1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-le-fi {
    width: 100%;
  }
}
.x-list-book1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-le-fi figure {
  width: 100%;
  height: 3.2rem;
}
@media (max-width: 767px) {
  .x-list-book1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-le-fi figure {
    height: 8.5rem;
  }
}
.x-list-book1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-le-fi figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-list-book1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-ri-text {
  width: 59%;
}
@media (max-width: 767px) {
  .x-list-book1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-ri-text {
    width: 100%;
  }
}
.x-list-book1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-ri-text .x-tl {
  line-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.48rem;
  color: #fff;
}
@media (max-width: 1900px) {
  .x-list-book1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-ri-text .x-tl {
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .x-list-book1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-ri-text .x-tl {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.x-list-book1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-ri-text .x-tl .x-title {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, #fff 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.5s all;
  display: initial;
}
.x-list-book1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-ri-text p {
  color: #fff;
  margin: 0.35rem 0 0.3rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .x-list-book1 .container > .x-left .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-ri-text p {
    margin: 0.5rem 0;
  }
}
.x-list-book1 .container > .x-left .x-swiper .swiper-container .swiper-pagination {
  bottom: 0.35rem;
}
.x-list-book1 .container > .x-left .x-swiper .swiper-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  opacity: 1;
  background: transparent;
  margin: 0 10px;
  transform: scale(1);
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-list-book1 .container > .x-left .x-swiper .swiper-container .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.x-list-book1 .container > .x-left .x-swiper .swiper-container .swiper-pagination-bullet-active {
  background: #2b6fff;
  border: none;
}
.x-list-book1 .container > .x-left .x-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-list-book1 .container > .x-left .x-list li {
  width: 48.4%;
  background-color: #ffffff;
  border-radius: 0.1rem;
  margin-top: 0.3rem;
}
@media (max-width: 991px) {
  .x-list-book1 .container > .x-left .x-list li {
    margin-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .x-list-book1 .container > .x-left .x-list li {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-list-book1 .container > .x-left .x-list li a {
  display: block;
  transition: 0.5s all;
}
.x-list-book1 .container > .x-left .x-list li a:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.x-list-book1 .container > .x-left .x-list li a:hover figure img {
  transform: scale(1.1);
}
.x-list-book1 .container > .x-left .x-list li a:hover .x-text .x-tl .x-title {
  color: #0058dc;
  background-size: 100% 100%;
}
.x-list-book1 .container > .x-left .x-list li a figure {
  width: 100%;
  height: 2.8rem;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .x-list-book1 .container > .x-left .x-list li a figure {
    height: 4.8rem;
  }
}
@media (max-width: 767px) {
  .x-list-book1 .container > .x-left .x-list li a figure {
    height: 10.5rem;
  }
}
.x-list-book1 .container > .x-left .x-list li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-list-book1 .container > .x-left .x-list li a .x-text {
  padding: 0.2rem 0.3rem;
}
@media (max-width: 991px) {
  .x-list-book1 .container > .x-left .x-list li a .x-text {
    padding: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-list-book1 .container > .x-left .x-list li a .x-text {
    padding: 1rem;
  }
}
.x-list-book1 .container > .x-left .x-list li a .x-text .x-span span {
  font-size: 14px;
  color: #999999;
  display: inline-block;
  background-color: #e3e3e3;
  padding: 4px 12px;
  border-radius: 5px;
  margin-right: 0.05rem;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .x-list-book1 .container > .x-left .x-list li a .x-text .x-span span {
    margin-right: 0.5rem;
  }
}
.x-list-book1 .container > .x-left .x-list li a .x-text .x-tl {
  margin: 0.12rem 0 0.12rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .x-list-book1 .container > .x-left .x-list li a .x-text .x-tl {
    margin: 0.5rem 0;
  }
}
.x-list-book1 .container > .x-left .x-list li a .x-text .x-tl .x-title {
  color: #333333;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, #0058dc 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.5s all;
  display: initial;
}
.x-list-book1 .container > .x-left .x-list li a .x-text p {
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.x-list-book1 .container > .x-left .x-list li a .x-text .x-sp {
  display: block;
  color: #999999;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .x-list-book1 .container > .x-left .x-list li a .x-text .x-sp {
    margin-top: 0.5rem;
  }
}
.x-list-book1 .container > .x-left .x-page {
  padding-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-list-book1 .container > .x-left .x-page {
    padding-top: 1rem;
  }
}
.x-list-book1 .container > .x-right {
  width: 32%;
}
@media (max-width: 991px) {
  .x-list-book1 .container > .x-right {
    display: none;
  }
}
.x-list-book1 .container > .x-right .x-top {
  background-color: #fff;
  padding: 0.3rem;
  border-radius: 0.1rem;
}
.x-list-book1 .container > .x-right .x-top .x-title {
  color: #333333;
}
.x-list-book1 .container > .x-right .x-top a {
  display: block;
}
.x-list-book1 .container > .x-right .x-top a:hover figure img {
  transform: scale(1.1);
}
.x-list-book1 .container > .x-right .x-top a:hover .x-tl .x-title2 {
  background-size: 100% 100%;
  color: #0058dc;
}
.x-list-book1 .container > .x-right .x-top a figure {
  width: 100%;
  height: 2.46rem;
  border-radius: 0.1rem;
  overflow: hidden;
  margin: 0.3rem 0;
}
.x-list-book1 .container > .x-right .x-top a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-list-book1 .container > .x-right .x-top a .x-tl {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.x-list-book1 .container > .x-right .x-top a .x-tl .x-title2 {
  color: #333333;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, #0058dc 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.5s all;
  display: initial;
}
.x-list-book1 .container > .x-right .x-ri-zhong {
  padding: 0.3rem;
  background-color: #fff;
  margin-top: 0.3rem;
  border-radius: 0.1rem;
}
.x-list-book1 .container > .x-right .x-ri-zhong .x-title {
  color: #333333;
}
.x-list-book1 .container > .x-right .x-ri-zhong .x-xa a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  background-color: #e3e3e3;
  color: #666666;
  padding: 0 20px;
  margin-right: 0.1rem;
  border-radius: 5px;
  margin-top: 0.2rem;
  transition: 0.5s all;
}
.x-list-book1 .container > .x-right .x-ri-zhong .x-xa a:hover {
  color: #0058dc;
}
.x-list-book1 .container > .x-right .x-ri-zhong .x-xa a:last-child {
  margin-right: 0;
}
.x-list-book1 .container > .x-right .x-gg-xia3 {
  border-radius: 0.1rem;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.3rem 0;
  padding: 0.3rem;
}
.x-list-book1 .container > .x-right .x-gg-xia3 .x-zh .x-title {
  color: #333333;
  margin-bottom: 0.24rem;
}
.x-list-book1 .container > .x-right .x-gg-xia3 .x-zh .x-cl {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.x-list-book1 .container > .x-right .x-gg-xia3 .x-zh .x-cl figure img {
  width: 80px;
  height: 80px;
}
.x-list-book1 .container > .x-right .x-gg-xia3 .x-zh .x-cl p {
  margin-left: 0.2rem;
  color: #666666;
}
.x-list-book1 .container > .x-right .x-gg-xia3 .x-img {
  width: 0.9rem;
  height: 1.3rem;
}
.x-list-book1 .container > .x-right .x-gg-xia3 .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-show-book1 {
  background-color: #f5f5f5;
  padding-top: 1.2rem;
}
@media (max-width: 767px) {
  .x-show-book1 {
    padding-top: 3rem;
  }
}
.x-show-book1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  border-radius: 0.1rem;
}
.x-show-book1 .container .x-left {
  width: 50%;
}
@media (max-width: 767px) {
  .x-show-book1 .container .x-left {
    width: 100%;
    padding-top: 1rem;
  }
}
.x-show-book1 .container .x-left figure {
  width: 100%;
  height: 4.6rem;
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .x-show-book1 .container .x-left figure {
    height: 5.4rem;
  }
}
@media (max-width: 1260px) {
  .x-show-book1 .container .x-left figure {
    height: 6.6rem;
  }
}
@media (max-width: 991px) {
  .x-show-book1 .container .x-left figure {
    height: 7.6rem;
  }
}
@media (max-width: 767px) {
  .x-show-book1 .container .x-left figure {
    height: 10.5rem;
  }
}
.x-show-book1 .container .x-left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-show-book1 .container .x-right {
  width: 50%;
  padding: 0 0.55rem;
}
@media (max-width: 767px) {
  .x-show-book1 .container .x-right {
    width: 100%;
    padding: 1rem 0;
  }
}
.x-show-book1 .container .x-right .x-sp {
  font-size: 14px;
  color: #999999;
  background-color: #e3e3e3;
  display: inline-block;
  padding: 4px 11px;
  border-radius: 5px;
  margin-right: 0.2rem;
}
.x-show-book1 .container .x-right .x-p {
  color: #999999;
  display: inline-block;
}
.x-show-book1 .container .x-right .x-title {
  font-size: 0.36rem;
  padding: 0.1rem 0 0.3rem 0;
  border-bottom: 1px dotted #cccccc;
}
@media (max-width: 991px) {
  .x-show-book1 .container .x-right .x-title {
    font-size: 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-show-book1 .container .x-right .x-title {
    font-size: 1rem;
    padding: 0.5rem 0;
  }
}
.x-show-book1 .container .x-right .x-text {
  color: #666666;
  margin: 0.4rem 0 0.5rem 0;
  text-align: justify;
  max-height: 0.9rem;
  overflow-y: auto;
}
@media (max-width: 1900px) {
  .x-show-book1 .container .x-right .x-text {
    padding-right: 10px;
  }
}
@media (max-width: 1260px) {
  .x-show-book1 .container .x-right .x-text {
    max-height: 1.4rem;
  }
}
@media (max-width: 767px) {
  .x-show-book1 .container .x-right .x-text {
    max-height: initial;
    margin: 0.6rem 0;
  }
}
.x-show-book1 .container .x-right .x-text::-webkit-scrollbar {
  width: 3px;
}
.x-show-book1 .container .x-right .x-text::-webkit-scrollbar {
  background: #ddd;
  border-radius: 2px;
}
.x-show-book1 .container .x-right .x-text::-webkit-scrollbar-thumb {
  background: #0058dc;
  border-radius: 25px;
}
.x-show-book1 .container .x-right .x-text::-webkit-scrollbar-corner {
  background: #eee;
}
.x-show-book1 .container .x-right a {
  display: inline-flex;
  align-items: center;
}
.x-show-book1 .container .x-right a i {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #0058dc;
  position: relative;
  margin-right: 0.2rem;
}
@media (max-width: 991px) {
  .x-show-book1 .container .x-right a i {
    width: 40px;
    height: 40px;
  }
}
.x-show-book1 .container .x-right a i::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../images/x-book-jt1.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .x-show-book1 .container .x-right a i::before {
    width: 16px;
    height: 16px;
  }
}
.x-show-book1 .container .x-right a span {
  color: #0058dc;
  border-bottom: 1px solid #0058dc;
  line-height: 1;
}
.x-show-book2 .x-list-book1 {
  padding-top: 0.6rem;
}
.x-show-book2 .x-list-book1 .container .x-left .x-con .x-con-text {
  padding-top: 0;
}
.x-book-mb {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  display: none;
}
.x-side-one {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 25;
  background-color: #fff;
  max-width: 8rem;
  width: 100%;
  overflow: auto;
  padding: 0.5rem 1rem 0.6rem 1rem;
  border-radius: 0.1rem;
  display: none;
}
@media (max-width: 1900px) {
  .x-side-one {
    max-height: 90%;
  }
  .x-side-one::-webkit-scrollbar {
    width: 3px;
  }
  .x-side-one::-webkit-scrollbar {
    background: #ddd;
    border-radius: 2px;
  }
  .x-side-one::-webkit-scrollbar-thumb {
    background: #0058dc;
    border-radius: 25px;
  }
  .x-side-one::-webkit-scrollbar-corner {
    background: #eee;
  }
}
@media (max-width: 991px) {
  .x-side-one {
    max-width: 10rem;
  }
}
@media (max-width: 767px) {
  .x-side-one {
    max-width: 17rem;
    padding: 1rem;
  }
}
.x-side-one .x-gb {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 767px) {
  .x-side-one .x-gb {
    right: 15px;
    top: 15px;
  }
}
.x-side-one .x-gb img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-side-one .x-gb img {
    width: 18px;
    height: 18px;
  }
}
.x-side-one .x-con .x-top .x-title {
  color: #333333;
  text-align: center;
  font-size: 0.48rem;
}
@media (max-width: 991px) {
  .x-side-one .x-con .x-top .x-title {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-side-one .x-con .x-top .x-title {
    font-size: 20px;
  }
}
.x-side-one .x-con .x-top P {
  color: #666666;
  text-align: center;
  margin: 0.15rem 0 0.4rem 0;
}
@media (max-width: 767px) {
  .x-side-one .x-con .x-top P {
    margin: 0.3rem 0 0.6rem 0;
  }
}
.x-side-one .x-con .x-form ul li {
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .x-side-one .x-con .x-form ul li {
    margin-bottom: 1rem;
  }
}
.x-side-one .x-con .x-form ul li:last-child {
  margin-bottom: 0;
}
.x-side-one .x-con .x-form ul li input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #e3e3e3;
  border-radius: 0.1rem;
  padding: 0 0.3rem;
  color: #666666;
}
@media (max-width: 1260px) {
  .x-side-one .x-con .x-form ul li input {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .x-side-one .x-con .x-form ul li input {
    padding: 0 1rem;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}
.x-side-one .x-con .x-form ul li.x-in-yzm {
  display: flex;
}
.x-side-one .x-con .x-form ul li.x-in-yzm input {
  width: 200px;
}
.x-side-one .x-con .x-form ul li.x-in-yzm .x-img {
  width: 120px;
  height: 60px;
  margin-left: 0.3rem;
  cursor: pointer;
}
@media (max-width: 1260px) {
  .x-side-one .x-con .x-form ul li.x-in-yzm .x-img {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .x-side-one .x-con .x-form ul li.x-in-yzm .x-img {
    height: 40px;
  }
}
.x-side-one .x-con .x-form ul li.x-in-yzm .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-side-one .x-con .x-form ul li.x-p p {
  color: #666666;
}
.x-side-one .x-con .x-form ul li.x-p p.on i {
  border: 1px solid #0058dc;
}
.x-side-one .x-con .x-form ul li.x-p p.on i::before {
  content: "";
  width: 7px;
  height: 6px;
  background: url("../images/x-dg1.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.x-side-one .x-con .x-form ul li.x-p p i {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #666666;
  border-radius: 3px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-side-one .x-con .x-form ul li.x-p p i {
    width: 16px;
    height: 16px;
  }
}
.x-side-one .x-con .x-form ul li.x-but button {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #0058dc;
  text-align: center;
  color: #fff;
  border-radius: 0.1rem;
}
@media (max-width: 1260px) {
  .x-side-one .x-con .x-form ul li.x-but button {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .x-side-one .x-con .x-form ul li.x-but button {
    height: 40px;
    line-height: 40px;
  }
}
.x-list-case1 {
  padding: 1.2rem 0 1.1rem 0;
}
@media (max-width: 767px) {
  .x-list-case1 {
    padding: 3rem 0 2.8rem 0;
  }
}
.x-list-case1 .container a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 0.1rem;
}
.x-list-case1 .container a:hover .x-left figure img {
  transform: scale(1.1);
}
.x-list-case1 .container a:hover .x-right .x-botton .x-span span {
  color: #0058dc;
}
.x-list-case1 .container a:hover .x-right .x-botton .x-span i {
  width: 22px;
  height: 16px;
  background: url("../images/x-sw-jt6.png") no-repeat;
  background-size: contain;
}
.x-list-case1 .container a .x-left {
  width: 50%;
}
@media (max-width: 767px) {
  .x-list-case1 .container a .x-left {
    width: 100%;
  }
}
.x-list-case1 .container a .x-left figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-top-left-radius: 0.1rem;
  border-bottom-left-radius: 0.1rem;
}
@media (max-width: 767px) {
  .x-list-case1 .container a .x-left figure {
    height: 10.5rem;
  }
}
.x-list-case1 .container a .x-left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s all;
}
.x-list-case1 .container a .x-right {
  width: 50%;
  border: 1px solid #e3e3e3;
  border-left: none;
  border-top-right-radius: 0.1rem;
  border-bottom-right-radius: 0.1rem;
  padding: 0.6rem 0.6rem;
}
@media (max-width: 767px) {
  .x-list-case1 .container a .x-right {
    width: 100%;
    padding: 1rem;
    border: 1px solid #e3e3e3;
  }
}
.x-list-case1 .container a .x-right .x-bq span {
  font-size: 14px;
  color: #999999;
  background-color: #e3e3e3;
  display: inline-block;
  padding: 4px 11px;
  border-radius: 5px;
  margin-right: 10px;
}
.x-list-case1 .container a .x-right .x-tl {
  padding: 0.2rem 0;
  border-bottom: 1px dotted #cccccc;
}
@media (max-width: 767px) {
  .x-list-case1 .container a .x-right .x-tl {
    padding: 0.5rem 0;
  }
}
.x-list-case1 .container a .x-right .x-tl .x-title {
  font-size: 0.36rem;
  color: #333333;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1260px) {
  .x-list-case1 .container a .x-right .x-tl .x-title {
    font-size: 0.46rem;
  }
}
@media (max-width: 767px) {
  .x-list-case1 .container a .x-right .x-tl .x-title {
    font-size: 1rem;
  }
}
.x-list-case1 .container a .x-right p {
  color: #666666;
  margin: 0.35rem 0 0.5rem 0;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .x-list-case1 .container a .x-right p {
    margin: 0.5rem 0 0.6rem 0;
  }
}
.x-list-case1 .container a .x-right .x-botton {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.x-list-case1 .container a .x-right .x-botton .x-span span {
  color: #999999;
  transition: 0.5s all;
}
.x-list-case1 .container a .x-right .x-botton .x-span i {
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  width: 10px;
  height: 16px;
  background: url("../images/x-sw-jt5.png") no-repeat;
  background-size: contain;
  transition: 0.5s all;
}
.x-list-case1 .container a .x-right .x-botton .x-ri {
  width: 100px;
  height: 40px;
}
.x-list-case1 .container a .x-right .x-botton .x-ri img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-list-case2 {
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .x-list-case2 {
    padding-bottom: 2rem;
  }
}
.x-list-case2 .container {
  text-align: center;
}
.x-list-case2 .container a {
  display: inline-block;
  min-width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  color: #999999;
  margin-right: 5px;
  margin-top: 10px;
  transition: 0.5s all;
}
.x-list-case2 .container a.on {
  background-color: #2b6fff;
  color: #fff;
  border: 1px solid #2b6fff;
}
.x-list-case2 .container a:hover {
  background-color: #2b6fff;
  color: #fff;
  border: 1px solid #2b6fff;
}
.x-list-case3 {
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .x-list-case3 {
    padding-bottom: 3rem;
  }
}
.x-list-case3 .container .x-page {
  padding-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-list-case3 .container .x-page {
    padding-top: 1rem;
  }
}
.x-index3 {
  overflow: hidden;
}
.x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx {
  position: relative;
}
.x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx.on .x-yx .x-yx-a img {
  transform: scale(1);
}
.x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx.on .x-yx .x-yx-b i::before {
  animation: scalemap 2s linear infinite;
  -moz-animation: scalemap 2s linear infinite;
  -webkit-animation: scalemap 2s linear infinite;
}
.x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx.on .x-zxt .x-szt i.x-a1 {
  height: 1.07rem;
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx.on .x-zxt .x-szt i.x-a1 {
    height: 2.07rem;
  }
}
.x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx.on .x-zxt .x-szt i.x-a2 {
  height: 1.8rem;
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx.on .x-zxt .x-szt i.x-a2 {
    height: 2.8rem;
  }
}
.x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx.on .x-zxt .x-szt i.x-a3 {
  height: 0.75rem;
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx.on .x-zxt .x-szt i.x-a3 {
    height: 1.75rem;
  }
}
.x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx.on .x-zxt .x-szt i.x-a4 {
  height: 1.1rem;
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx.on .x-zxt .x-szt i.x-a4 {
    height: 2.1rem;
  }
}
.x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx.on .x-zxt .x-szt i.x-a5 {
  height: 1.75rem;
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx.on .x-zxt .x-szt i.x-a5 {
    height: 2.75rem;
  }
}
.x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx.on .x-zxt .x-szt i.x-a6 {
  height: 1.07rem;
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx.on .x-zxt .x-szt i.x-a6 {
    height: 2.07rem;
  }
}
.x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx.on .x-zxt .x-szt i.x-a7 {
  height: 1.32rem;
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx.on .x-zxt .x-szt i.x-a7 {
    height: 2.32rem;
  }
}
.x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx.on .x-zxt .x-szt i.x-a8 {
  height: 2.28rem;
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx.on .x-zxt .x-szt i.x-a8 {
    height: 3.28rem;
  }
}
.x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx .x-yx {
  position: absolute;
  left: 49.6%;
  top: 26.9%;
  z-index: 4;
}
.x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx .x-yx .x-yx-a {
  width: 2.07rem;
  height: 2.11rem;
}
@media (max-width: 1580px) {
  .x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx .x-yx .x-yx-a {
    width: 2.6rem;
    height: 2.7rem;
  }
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx .x-yx .x-yx-a {
    width: 5rem;
    height: 5rem;
  }
}
.x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx .x-yx .x-yx-a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(0);
  transition: 1s all;
  position: relative;
  z-index: 10;
}
.x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx .x-yx .x-yx-b i {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #0058dd;
  position: absolute;
  top: 49.4%;
  left: 48.4%;
}
@media (max-width: 767px) {
  .x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx .x-yx .x-yx-b i {
    width: 8px;
    height: 8px;
  }
}
.x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx .x-yx .x-yx-b i::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #0062cc !important;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.25rem;
  margin-top: -0.25rem;
}
@media (max-width: 1580px) {
  .x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx .x-yx .x-yx-b i::before {
    width: 0.8rem;
    height: 0.8rem;
    margin-left: -0.4rem;
    margin-top: -0.4rem;
  }
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx .x-yx .x-yx-b i::before {
    width: 1.6rem;
    height: 1.6rem;
    margin-left: -0.8rem;
    margin-top: -0.8rem;
  }
}
.x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx .x-yx .x-yx-b i::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-color: rgba(204, 222, 248, 0.2);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.8rem;
  margin-top: -0.8rem;
}
@media (max-width: 1580px) {
  .x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx .x-yx .x-yx-b i::after {
    width: 2rem;
    height: 2rem;
    margin-left: -1rem;
    margin-top: -1rem;
  }
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx .x-yx .x-yx-b i::after {
    width: 5rem;
    height: 5rem;
    margin-left: -2.5rem;
    margin-top: -2.5rem;
  }
}
.x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx .x-yx .x-yx-b p {
  font-size: 0.27rem;
  font-weight: bold;
  color: #0058dd;
  position: absolute;
  top: 54.4%;
  left: 37.4%;
}
@media (max-width: 1580px) {
  .x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx .x-yx .x-yx-b p {
    left: 40.4%;
  }
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx .x-yx .x-yx-b p {
    left: 44.4%;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx .x-yx .x-yx-b p {
    left: 38.4%;
    top: 57.4%;
  }
}
.x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx .x-zxt .x-d {
  position: absolute;
  left: 25.7%;
  bottom: 15.5%;
  width: 72%;
  height: 228px;
  z-index: 10;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
}
.x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx .x-zxt .x-szt {
  position: absolute;
  left: 25.7%;
  bottom: 15.5%;
  width: 72%;
  padding: 0 7.5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 5;
}
.x-index3 .x-xia ul li:nth-of-type(1) .x-right .x-ri-dx .x-zxt .x-szt i {
  width: 6%;
  display: inline-block;
  background: url(../images/x-szt1.png) left center / auto;
  transition: 1s all;
  height: 0;
  z-index: 9;
}
.x-index3 .x-xia ul li:nth-of-type(2) .x-right {
  position: relative;
  background: #fff;
}
@media (max-width: 767px) {
  .x-index3 .x-xia ul li:nth-of-type(2) .x-right .x-img {
    position: relative;
    left: -6px;
  }
}
.x-index3 .x-xia ul li:nth-of-type(2) .x-right .x-img2 {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 2;
}
.x-index3 .x-xia ul li:nth-of-type(2) .x-right .x-img2 img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1370px) {
  .x-index3 .x-xia ul li:nth-of-type(2) .x-right .x-img2 img {
    width: 5.5rem;
  }
}
@media (max-width: 1260px) {
  .x-index3 .x-xia ul li:nth-of-type(2) .x-right .x-img2 img {
    width: 6rem;
  }
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li:nth-of-type(2) .x-right .x-img2 img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-xia ul li:nth-of-type(2) .x-right .x-img2 img {
    width: 11rem;
  }
}
.x-index3 .x-xia ul li:nth-of-type(2) .x-right .x-img3 {
  position: absolute;
  top: 32%;
  left: 0;
  z-index: 2;
}
@media (max-width: 1640px) {
  .x-index3 .x-xia ul li:nth-of-type(2) .x-right .x-img3 {
    left: 2%;
  }
}
@media (max-width: 1580px) {
  .x-index3 .x-xia ul li:nth-of-type(2) .x-right .x-img3 {
    left: 5%;
  }
}
@media (max-width: 1260px) {
  .x-index3 .x-xia ul li:nth-of-type(2) .x-right .x-img3 {
    left: 8%;
  }
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li:nth-of-type(2) .x-right .x-img3 {
    left: 12%;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-xia ul li:nth-of-type(2) .x-right .x-img3 {
    left: 4%;
  }
}
.x-index3 .x-xia ul li:nth-of-type(2) .x-right .x-img3 .x-img-i {
  width: 100%;
  height: 100%;
  width: 3.2rem;
  height: 3.2rem;
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li:nth-of-type(2) .x-right .x-img3 .x-img-i {
    width: 4.2rem;
    height: 4.2rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-xia ul li:nth-of-type(2) .x-right .x-img3 .x-img-i {
    width: 6.2rem;
    height: 6.2rem;
  }
}
.x-index3 .x-xia ul li:nth-of-type(2) .x-right .x-img3 .x-img-a1 .x-img-a {
  position: absolute;
  top: 0.3rem;
  left: 0.25rem;
  animation: movePlay 3.5s linear infinite;
  -webkit-animation: movePlay 3.5s linear infinite;
  width: 0.9rem;
  height: 0.9rem;
}
@media (max-width: 767px) {
  .x-index3 .x-xia ul li:nth-of-type(2) .x-right .x-img3 .x-img-a1 .x-img-a {
    width: 1.9rem;
    height: 1.9rem;
    top: -9px;
    left: 21px;
  }
}
.x-index3 .x-xia ul li:nth-of-type(2) .x-right .x-img3 .x-img-a1 .x-img-b {
  position: absolute;
  top: 0.9rem;
  right: 0.2rem;
  animation: movePlay 3.5s linear infinite;
  -webkit-animation: movePlay 3.5s linear infinite;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  width: 0.72rem;
  height: 0.72rem;
}
@media (max-width: 767px) {
  .x-index3 .x-xia ul li:nth-of-type(2) .x-right .x-img3 .x-img-a1 .x-img-b {
    width: 1.72rem;
    height: 1.72rem;
  }
}
.x-index3 .x-xia ul li:nth-of-type(2) .x-right .x-img3 .x-img-a1 .x-img-c {
  position: absolute;
  bottom: 0.4rem;
  right: 0.9rem;
  animation: movePlay 3.5s linear infinite;
  -webkit-animation: movePlay 3.5s linear infinite;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  width: 0.44rem;
  height: 0.44rem;
}
@media (max-width: 767px) {
  .x-index3 .x-xia ul li:nth-of-type(2) .x-right .x-img3 .x-img-a1 .x-img-c {
    width: 1.44rem;
    height: 1.44rem;
  }
}
.x-index3 .x-xia ul li:nth-of-type(2) .x-right .x-img3 .x-img-a1 .x-img-d {
  position: absolute;
  bottom: 0.7rem;
  left: 0.3rem;
  animation: movePlay 3.5s linear infinite;
  -webkit-animation: movePlay 3.5s linear infinite;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  width: 0.47rem;
  height: 0.47rem;
}
@media (max-width: 767px) {
  .x-index3 .x-xia ul li:nth-of-type(2) .x-right .x-img3 .x-img-a1 .x-img-d {
    width: 1.47rem;
    height: 1.47rem;
  }
}
.x-index3 .x-xia ul li:nth-of-type(2) .x-right .x-x-b {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -10px;
  top: 0;
}
.x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3 {
  position: relative;
}
.x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3 .x-img3 {
  position: absolute;
  top: 0;
  right: 0;
}
.x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3 .x-img3 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3.on .x-dx-top .x-szt i.x-a1 {
  height: 0.75rem;
  animation: OneDesk 1.5s linear 0.6s infinite alternate;
  -webkit-animation: OneDesk 1.5s linear 0.6s infinite alternate;
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3.on .x-dx-top .x-szt i.x-a1 {
    height: 1.75rem;
  }
}
.x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3.on .x-dx-top .x-szt i.x-a2 {
  height: 0.96rem;
  animation: OneDesk2 1.5s linear 0.65s infinite alternate;
  -webkit-animation: OneDesk2 1.5s linear 0.65s infinite alternate;
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3.on .x-dx-top .x-szt i.x-a2 {
    height: 1.96rem;
  }
}
.x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3.on .x-dx-top .x-szt i.x-a3 {
  height: 0.52rem;
  animation: OneDesk3 1.5s linear 0.7s infinite alternate;
  -webkit-animation: OneDesk3 1.5s linear 0.7s infinite alternate;
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3.on .x-dx-top .x-szt i.x-a3 {
    height: 1.52rem;
  }
}
.x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3.on .x-dx-top .x-szt i.x-a4 {
  height: 0.76rem;
  animation: OneDesk4 1.5s linear 0.75s infinite alternate;
  -webkit-animation: OneDesk4 1.5s linear 0.75s infinite alternate;
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3.on .x-dx-top .x-szt i.x-a4 {
    height: 1.76rem;
  }
}
.x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3.on .x-dx-top .x-szt i.x-a5 {
  height: 1.2rem;
  animation: OneDesk5 1.5s linear 0.8s infinite alternate;
  -webkit-animation: OneDesk5 1.5s linear 0.8s infinite alternate;
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3.on .x-dx-top .x-szt i.x-a5 {
    height: 2.2rem;
  }
}
.x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3.on .x-dx-top .x-szt i.x-a6 {
  height: 0.9rem;
  animation: OneDesk6 1.5s linear 0.85s infinite alternate;
  -webkit-animation: OneDesk6 1.5s linear 0.85s infinite alternate;
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3.on .x-dx-top .x-szt i.x-a6 {
    height: 1.9rem;
  }
}
.x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3.on .x-dx-top .x-szt i.x-a7 {
  height: 0.9rem;
  animation: OneDesk7 1.5s linear 0.9s infinite alternate;
  -webkit-animation: OneDesk7 1.5s linear 0.9s infinite alternate;
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3.on .x-dx-top .x-szt i.x-a7 {
    height: 1.9rem;
  }
}
.x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3.on .x-dx-top .x-szt i.x-a8 {
  height: 1.55rem;
  animation: OneDesk8 1.5s linear 1s infinite alternate;
  -webkit-animation: OneDesk8 1.5s linear 1s infinite alternate;
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3.on .x-dx-top .x-szt i.x-a8 {
    height: 2.55rem;
  }
}
.x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3 .x-dx-top .x-shuzi {
  position: absolute;
  top: 33%;
  left: 6%;
  display: flex;
  justify-content: space-between;
  width: 50%;
  padding: 0 3.5%;
}
.x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3 .x-dx-top .x-shuzi .x-dx-le {
  width: 45%;
  height: 0.76rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  padding: 0.1rem 0.15rem 0 0;
  border-radius: 5px;
}
@media (max-width: 1580px) {
  .x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3 .x-dx-top .x-shuzi .x-dx-le {
    height: 0.9rem;
  }
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3 .x-dx-top .x-shuzi .x-dx-le {
    height: 1.4rem;
    padding: 0.2rem 0.45rem 0 0;
  }
}
.x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3 .x-dx-top .x-shuzi .x-dx-le:nth-of-type(2) p {
  color: #333e63;
  text-align: right;
  background-image: initial;
  -webkit-background-clip: initial;
  -webkit-text-fill-color: initial;
}
.x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3 .x-dx-top .x-shuzi .x-dx-le span {
  font-size: 12px;
  color: #999999;
  text-align: right;
  display: block;
}
.x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3 .x-dx-top .x-shuzi .x-dx-le p {
  font-size: 0.24rem;
  font-weight: bold;
  text-align: right;
  background-image: -webkit-linear-gradient(bottom, #6dd0bb, #8dddb0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3 .x-dx-top .x-shuzi .x-dx-le p {
    font-size: 14px;
  }
}
.x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3 .x-dx-top .x-shuzi .x-dx-le p i {
  font-style: initial;
}
.x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3 .x-dx-top .x-szt {
  position: absolute;
  bottom: 22.8%;
  left: 6%;
  padding: 0 3.5%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
}
.x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3 .x-dx-top .x-szt i {
  display: block;
  width: 14px;
  background: url(../images/x-szt2.png) left center / auto;
  transition: 0.5s all;
  height: 0;
}
@media (max-width: 767px) {
  .x-index3 .x-xia ul li:nth-of-type(3) .x-right .x-ri-dx3 .x-dx-top .x-szt i {
    width: 10px;
  }
}
.x-index-banner .x-con .x-text.x-text2 {
  width: 100%;
}
@media (max-width: 991px) {
  .x-index-banner .x-con .x-text.x-text2 {
    width: 46%;
  }
}
@media (max-width: 767px) {
  .x-index-banner .x-con .x-text.x-text2 {
    width: 100%;
  }
}
.x-index-banner .x-con .x-right {
  width: 59%;
  position: relative;
}
@media (max-width: 991px) {
  .x-index-banner .x-con .x-right {
    width: 51%;
  }
}
@media (max-width: 767px) {
  .x-index-banner .x-con .x-right {
    width: 100%;
  }
}
.x-index-banner .x-con .x-right .x-ri-img {
  width: 100%;
  height: 100%;
}
.x-index-banner .x-con .x-right .x-img1 .x-img-a {
  position: absolute;
  left: 6%;
  bottom: 18%;
  width: 1.5rem;
  height: 1.43rem;
  animation: movePlay 2.8s linear infinite;
  -webkit-animation: movePlay 2.8s linear infinite;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
@media (max-width: 767px) {
  .x-index-banner .x-con .x-right .x-img1 .x-img-a {
    width: 14%;
    height: 100%;
    left: 9%;
    bottom: -17%;
    object-fit: contain;
  }
}
.x-index-banner .x-con .x-right .x-img2 .x-img-b {
  position: absolute;
  left: 1%;
  bottom: 48%;
  width: 1.5rem;
  height: 1.43rem;
  animation: movePlay 2.8s linear infinite;
  -webkit-animation: movePlay 2.8s linear infinite;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
@media (max-width: 767px) {
  .x-index-banner .x-con .x-right .x-img2 .x-img-b {
    width: 12%;
    height: 100%;
    object-fit: contain;
    left: 4%;
    bottom: 10%;
  }
}
.x-index-banner .x-con .x-right .x-img3 {
  position: absolute;
  left: 15.5%;
  bottom: 32%;
}
@media (max-width: 767px) {
  .x-index-banner .x-con .x-right .x-img3 {
    left: 17.5%;
    bottom: 33%;
  }
}
.x-index-banner .x-con .x-right .x-img3 .x-img-c {
  width: 3.13rem;
  height: 1.84rem;
  animation: movePlay 2.8s linear infinite;
  -webkit-animation: movePlay 2.8s linear infinite;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
@media (max-width: 767px) {
  .x-index-banner .x-con .x-right .x-img3 .x-img-c {
    width: 5.5rem;
    height: 100%;
  }
}
.x-index-banner .x-con .x-right .x-img4 {
  position: absolute;
  left: 23%;
  bottom: 46%;
}
@media (max-width: 767px) {
  .x-index-banner .x-con .x-right .x-img4 {
    left: 25%;
    bottom: 47%;
  }
}
.x-index-banner .x-con .x-right .x-img4 .x-img-d {
  width: 0.98rem;
  height: 0.77rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .x-index-banner .x-con .x-right .x-img4 .x-img-d {
    width: 1.98rem;
    height: 1.77rem;
  }
}
.x-index-banner .x-con .x-right .x-img4 i {
  display: inline-block;
  position: absolute;
  left: -16%;
  top: -21%;
  transform: translate(-50%, -50%) scale(0);
  width: 1.3rem;
  height: 0.9rem;
  background-color: rgba(26, 177, 146, 0.8);
  border-radius: 50%;
  animation: x-img-d 2.8s linear infinite;
  -webkit-animation: x-img-d 2.8s linear infinite;
}
@media (max-width: 767px) {
  .x-index-banner .x-con .x-right .x-img4 i {
    left: -26%;
    width: 3rem;
    height: 2rem;
  }
}
.x-index-banner .x-con .x-right .x-img4 i::before {
  content: "";
  width: 1.1rem;
  height: 0.78rem;
  background-color: #1ab192;
  border-radius: 50%;
  animation: x-img-d 2.8s linear infinite;
  -webkit-animation: x-img-d 2.8s linear infinite;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  position: absolute;
  left: 10%;
}
.x-index3 .x-xia {
  position: relative;
}
.x-index3 .x-xia .x-x-svg {
  position: absolute;
  top: 5.8rem;
  width: 100%;
  height: 14.2rem;
  z-index: 1;
}
@media (max-width: 1900px) {
  .x-index3 .x-xia .x-x-svg {
    height: 15.6rem;
  }
}
@media (max-width: 1580px) {
  .x-index3 .x-xia .x-x-svg {
    height: 17.2rem;
  }
}
@media (max-width: 1370px) {
  .x-index3 .x-xia .x-x-svg {
    top: 6.2rem;
    height: 15.2rem;
  }
}
@media (max-width: 1260px) {
  .x-index3 .x-xia .x-x-svg {
    display: none;
  }
}
.x-index3 .x-xia .x-ul {
  position: relative;
}
@media (max-width: 1580px) {
  .x-index3 .x-xia .x-ul {
    padding: 0 2.4rem;
  }
}
@media (max-width: 1260px) {
  .x-index3 .x-xia .x-ul {
    padding: 0 1.4rem;
  }
}
@media (max-width: 991px) {
  .x-index3 .x-xia .x-ul {
    padding: 0 1rem;
  }
}
.x-index3 .x-xia .x-ul li {
  position: relative;
  z-index: 5;
}
@media (max-width: 1370px) {
  .x-index3 .x-xia .x-ul li {
    margin-bottom: 1rem;
  }
}
@keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes scalemap {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes movePlay {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@keyframes movePlay {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@keyframes x-img-d {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes x-img-d {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes x-img-d {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes x-img-d {
  0% {
    transform: scale(0.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes OneDesk {
  0% {
    height: 0.75rem;
  }
  @media (max-width: 991px) {
    0% {
      height: 1.75rem;
    }
  }
  50% {
    height: 0.85rem;
  }
  100% {
    height: 1rem;
  }
  @media (max-width: 991px) {
    100% {
      height: 1.9rem;
    }
  }
}
@-moz-keyframes OneDesk {
  0% {
    height: 0.75rem;
  }
  @media (max-width: 991px) {
    0% {
      height: 1.75rem;
    }
  }
  50% {
    height: 0.85rem;
  }
  100% {
    height: 1rem;
  }
  @media (max-width: 991px) {
    100% {
      height: 1.9rem;
    }
  }
}
@-webkit-keyframes OneDesk {
  0% {
    height: 0.75rem;
  }
  @media (max-width: 991px) {
    0% {
      height: 1.75rem;
    }
  }
  50% {
    height: 0.85rem;
  }
  100% {
    height: 1rem;
  }
  @media (max-width: 991px) {
    100% {
      height: 1.9rem;
    }
  }
}
@-o-keyframes OneDesk {
  0% {
    height: 0.75rem;
  }
  @media (max-width: 991px) {
    0% {
      height: 1.75rem;
    }
  }
  50% {
    height: 0.85rem;
  }
  100% {
    height: 1rem;
  }
  @media (max-width: 991px) {
    100% {
      height: 1.9rem;
    }
  }
}
@keyframes OneDesk2 {
  0% {
    height: 0.96rem;
  }
  100% {
    height: 1.21rem;
  }
}
@-moz-keyframes OneDesk2 {
  0% {
    height: 0.96rem;
  }
  100% {
    height: 1.21rem;
  }
}
@-webkit-keyframes OneDesk2 {
  0% {
    height: 0.96rem;
  }
  100% {
    height: 1.21rem;
  }
}
@-o-keyframes OneDesk2 {
  0% {
    height: 0.96rem;
  }
  100% {
    height: 1.21rem;
  }
}
@keyframes OneDesk3 {
  0% {
    height: 0.52rem;
  }
  100% {
    height: 0.82rem;
  }
}
@-moz-keyframes OneDesk3 {
  0% {
    height: 0.52rem;
  }
  100% {
    height: 0.82rem;
  }
}
@-webkit-keyframes OneDesk3 {
  0% {
    height: 0.52rem;
  }
  100% {
    height: 0.82rem;
  }
}
@-o-keyframes OneDesk3 {
  0% {
    height: 0.52rem;
  }
  100% {
    height: 0.82rem;
  }
}
@keyframes OneDesk4 {
  0% {
    height: 0.76rem;
  }
  100% {
    height: 1.01rem;
  }
}
@-moz-keyframes OneDesk4 {
  0% {
    height: 0.76rem;
  }
  100% {
    height: 1.01rem;
  }
}
@-webkit-keyframes OneDesk4 {
  0% {
    height: 0.76rem;
  }
  100% {
    height: 1.01rem;
  }
}
@-o-keyframes OneDesk4 {
  0% {
    height: 0.76rem;
  }
  100% {
    height: 1.01rem;
  }
}
@keyframes OneDesk5 {
  0% {
    height: 1.2rem;
  }
  100% {
    height: 1.45rem;
  }
}
@-moz-keyframes OneDesk5 {
  0% {
    height: 1.2rem;
  }
  100% {
    height: 1.45rem;
  }
}
@-webkit-keyframes OneDesk5 {
  0% {
    height: 1.2rem;
  }
  100% {
    height: 1.45rem;
  }
}
@-o-keyframes OneDesk5 {
  0% {
    height: 1.2rem;
  }
  100% {
    height: 1.45rem;
  }
}
@keyframes OneDesk6 {
  0% {
    height: 0.9rem;
  }
  100% {
    height: 1.15rem;
  }
}
@-moz-keyframes OneDesk6 {
  0% {
    height: 0.9rem;
  }
  100% {
    height: 1.15rem;
  }
}
@-webkit-keyframes OneDesk6 {
  0% {
    height: 0.9rem;
  }
  100% {
    height: 1.15rem;
  }
}
@-o-keyframes OneDesk6 {
  0% {
    height: 0.9rem;
  }
  100% {
    height: 1.15rem;
  }
}
@keyframes OneDesk7 {
  0% {
    height: 0.9rem;
  }
  100% {
    height: 1.15rem;
  }
}
@-moz-keyframes OneDesk7 {
  0% {
    height: 0.9rem;
  }
  100% {
    height: 1.15rem;
  }
}
@-webkit-keyframes OneDesk7 {
  0% {
    height: 0.9rem;
  }
  100% {
    height: 1.15rem;
  }
}
@-o-keyframes OneDesk7 {
  0% {
    height: 0.9rem;
  }
  100% {
    height: 1.15rem;
  }
}
@keyframes OneDesk8 {
  0% {
    height: 1.55rem;
  }
  100% {
    height: 1.75rem;
  }
}
@-moz-keyframes OneDesk8 {
  0% {
    height: 1.55rem;
  }
  100% {
    height: 1.75rem;
  }
}
@-webkit-keyframes OneDesk8 {
  0% {
    height: 1.55rem;
  }
  100% {
    height: 1.75rem;
  }
}
@-o-keyframes OneDesk8 {
  0% {
    height: 1.55rem;
  }
  100% {
    height: 1.75rem;
  }
}
.font36 {
  font-size: 0.36rem;
}
@media (max-width: 1260px) {
  .font36 {
    font-size: 0.46rem;
  }
}
@media (max-width: 991px) {
  .font36 {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .font36 {
    font-size: 1rem;
  }
}
.font44 {
  font-size: 0.44rem;
}
@media (max-width: 1260px) {
  .font44 {
    font-size: 0.55rem;
  }
}
@media (max-width: 991px) {
  .font44 {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .font44 {
    font-size: 1rem;
  }
}
.font48 {
  font-size: 0.48rem;
}
@media (max-width: 1260px) {
  .font48 {
    font-size: 0.55rem;
  }
}
@media (max-width: 991px) {
  .font48 {
    font-size: 0.6rem;
  }
}
@media (max-width: 767px) {
  .font48 {
    font-size: 1rem;
  }
}
.c-common-banner {
  position: relative;
  background-color: #0d113b;
  color: #fff;
}
.c-common-banner.c-dt .c-bj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-common-banner.c-dt .c-box-wrap {
  position: relative;
  z-index: 5;
  height: 9.4rem;
  padding-top: 100px;
}
@media (max-width: 991px) {
  .c-common-banner.c-dt .c-box-wrap {
    padding: 60px 0 0;
  }
}
@media (max-width: 767px) {
  .c-common-banner.c-dt .c-box-wrap {
    height: 18rem;
  }
}
.c-common-banner .c-box-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-common-banner .c-box-wrap {
    padding: 3rem 0;
  }
}
.c-common-banner .c-box-wrap .c-text-box {
  padding-right: 0.8rem;
  width: 50%;
}
@media (max-width: 767px) {
  .c-common-banner .c-box-wrap .c-text-box {
    padding-right: 0;
    width: 100%;
  }
}
.c-common-banner .c-box-wrap .c-text-box .c-text {
  margin: 0.2rem 0 0.5rem;
}
@media (max-width: 767px) {
  .c-common-banner .c-box-wrap .c-text-box .c-text {
    margin: 0.5rem 0 1rem;
    font-size: 14px;
  }
}
.c-common-banner .c-box-wrap .c-text-box .x-text-a .x-box-a {
  vertical-align: top;
}
@media (max-width: 991px) {
  .c-common-banner .c-box-wrap .c-text-box .x-text-a .x-box-a {
    width: 120px;
    height: 42px;
    line-height: 42px;
  }
}
.c-common-banner .c-box-wrap .c-text-box .x-text-a .x-ba-a {
  display: inline-flex;
  align-items: center;
  height: 50px;
  padding: 0 30px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  margin-left: 0.15rem;
  vertical-align: top;
}
@media (max-width: 1260px) {
  .c-common-banner .c-box-wrap .c-text-box .x-text-a .x-ba-a {
    height: 42px;
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  .c-common-banner .c-box-wrap .c-text-box .x-text-a .x-ba-a {
    margin-left: 1rem;
  }
}
.c-common-banner .c-box-wrap .c-text-box .x-text-a .x-ba-a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../images/c-xz.png') no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 12px;
}
.c-common-banner .c-box-wrap .c-img-box {
  width: 50%;
  height: 8.4rem;
}
@media (max-width: 991px) {
  .c-common-banner .c-box-wrap .c-img-box {
    height: 8.4rem;
  }
}
@media (max-width: 767px) {
  .c-common-banner .c-box-wrap .c-img-box {
    width: 100%;
    margin-top: 1rem;
  }
}
.c-common-banner .c-box-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-common-box1 {
  padding: 1.2rem 0;
}
@media (max-width: 767px) {
  .c-common-box1 {
    padding: 3rem 0;
  }
}
.c-common-box1 .c-top {
  text-align: center;
  margin-bottom: 0.3rem;
}
.c-common-box1 .c-bottom .c-common-box1-banner {
  position: relative;
}
.c-common-box1 .c-bottom .c-common-box1-banner::before,
.c-common-box1 .c-bottom .c-common-box1-banner::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 20;
  width: 7.2rem;
  height: 100%;
}
.c-common-box1 .c-bottom .c-common-box1-banner::before {
  left: 0;
  background: url(../images/c-mask1.png) no-repeat left center / cover;
}
.c-common-box1 .c-bottom .c-common-box1-banner::after {
  right: 0;
  background: url(../images/c-mask2.png) no-repeat right center / cover;
}
.c-common-box1 .c-bottom .c-common-box1-banner .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.c-common-box1 .c-bottom .c-common-box1-banner figure {
  width: 100%;
  height: 1rem;
  transition: 0.5s all;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 1260px) {
  .c-common-box1 .c-bottom .c-common-box1-banner figure {
    height: 1.6rem;
  }
}
@media (max-width: 991px) {
  .c-common-box1 .c-bottom .c-common-box1-banner figure {
    height: 2rem;
  }
}
@media (max-width: 767px) {
  .c-common-box1 .c-bottom .c-common-box1-banner figure {
    height: 4rem;
  }
}
.c-common-box1 .c-bottom .c-common-box1-banner figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-common-box1.c-dt {
  background: #f5f5f5;
}
.c-common-box1.c-dt .c-bottom .c-common-box1-banner::before {
  background: url(../images/x-in-mb.png) no-repeat left center / cover;
}
.c-common-box1.c-dt .c-bottom .c-common-box1-banner::after {
  background: url(../images/x-in-mb2.png) no-repeat right center / cover;
}
.c-DataBank2 {
  padding: 1.2rem 0;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .c-DataBank2 {
    padding: 3rem 0;
  }
}
.c-DataBank2 .c-top {
  text-align: center;
  margin-bottom: 0.8rem;
}
.c-DataBank2 .c-bottom .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: -0.4rem;
}
.c-DataBank2 .c-bottom .c-list li {
  display: flex;
  margin-bottom: 0.4rem;
  padding: 0 0.4rem;
  width: 25%;
  border-right: 1px solid #E3E3E3;
}
.c-DataBank2 .c-bottom .c-list li:nth-child(4n) {
  border: 0;
}
@media (max-width: 767px) {
  .c-DataBank2 .c-bottom .c-list li {
    border: 0;
    width: 100%;
    padding: 1rem;
  }
}
.c-DataBank2 .c-bottom .c-list li .c-wrap {
  width: 100%;
  text-align: center;
}
.c-DataBank2 .c-bottom .c-list li .c-wrap .c-img-box {
  margin: 0 auto;
  position: relative;
  width: 1rem;
  height: 0.8rem;
  flex-shrink: 0;
  transition: 0.5s all;
}
@media (max-width: 1260px) {
  .c-DataBank2 .c-bottom .c-list li .c-wrap .c-img-box {
    width: 62px;
    height: 50px;
  }
}
.c-DataBank2 .c-bottom .c-list li .c-wrap .c-img-box i {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #0058dc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.5s all;
}
@media (max-width: 1260px) {
  .c-DataBank2 .c-bottom .c-list li .c-wrap .c-img-box i {
    width: 50px;
    height: 50px;
  }
}
.c-DataBank2 .c-bottom .c-list li .c-wrap .c-img-box .x-img1 {
  width: 1rem;
  height: 0.8rem;
  transition: 1s all;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1260px) {
  .c-DataBank2 .c-bottom .c-list li .c-wrap .c-img-box .x-img1 {
    width: 62px;
    height: 50px;
  }
}
.c-DataBank2 .c-bottom .c-list li .c-wrap .c-img-box .x-img2 {
  width: 0.8rem;
  height: 0.8rem;
  object-fit: contain;
  position: absolute;
  left: 31%;
  top: 0;
  transition: 0.5s all;
  z-index: 2;
}
@media (max-width: 1260px) {
  .c-DataBank2 .c-bottom .c-list li .c-wrap .c-img-box .x-img2 {
    width: 50px;
    height: 50px;
  }
}
.c-DataBank2 .c-bottom .c-list li .c-wrap .c-text-box .c-title {
  margin: 0.5rem 0 0.2rem;
}
@media (max-width: 767px) {
  .c-DataBank2 .c-bottom .c-list li .c-wrap .c-text-box .c-title {
    margin: 1rem 0 0.5rem;
  }
}
.c-DataBank2 .c-bottom .c-list li .c-wrap .c-text-box .c-text {
  color: #666;
}
.c-DataBank2 .c-bottom .c-list li .c-wrap:hover .c-img-box {
  width: 0.8rem;
}
@media (max-width: 1260px) {
  .c-DataBank2 .c-bottom .c-list li .c-wrap:hover .c-img-box {
    width: 50px;
  }
}
.c-DataBank2 .c-bottom .c-list li .c-wrap:hover .c-img-box i {
  display: block;
  background-color: #418cf1;
  z-index: 1;
  opacity: 1;
}
.c-DataBank2 .c-bottom .c-list li .c-wrap:hover .c-img-box .x-img1 {
  opacity: 0;
  width: 0.8rem;
}
@media (max-width: 1260px) {
  .c-DataBank2 .c-bottom .c-list li .c-wrap:hover .c-img-box .x-img1 {
    width: 50px;
  }
}
.c-DataBank2 .c-bottom .c-list li .c-wrap:hover .c-img-box .x-img2 {
  left: 0;
}
.c-common-list li .c-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.7rem 0;
}
@media (max-width: 991px) {
  .c-common-list li .c-main {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .c-common-list li .c-main {
    padding: 3rem 0;
  }
}
.c-common-list li:nth-of-type(2n) {
  background: #f5f5f5;
}
.c-common-list li:nth-of-type(2n) .x-left {
  padding-right: 0;
  padding-left: 0.8rem;
}
@media (max-width: 767px) {
  .c-common-list li:nth-of-type(2n) .x-left {
    padding-left: 0;
  }
}
.c-common-list li:nth-of-type(2n) .x-right {
  order: -1;
}
@media (max-width: 767px) {
  .c-common-list li:nth-of-type(2n) .x-right {
    order: 1;
  }
}
.c-common-list li:nth-of-type(2n) .x-right .x-img {
  margin-right: auto;
}
.c-common-list li .x-left {
  padding-right: 0.8rem;
  width: 50%;
}
@media (max-width: 991px) {
  .c-common-list li .x-left {
    width: 100%;
  }
}
.c-common-list li .x-left .x-title {
  font-size: 0.36rem;
  color: #333333;
  line-height: 1.4;
}
@media (max-width: 1580px) {
  .c-common-list li .x-left .x-title {
    font-size: 0.4rem;
  }
}
@media (max-width: 991px) {
  .c-common-list li .x-left .x-title {
    font-size: 0.5rem;
  }
}
@media (max-width: 767px) {
  .c-common-list li .x-left .x-title {
    font-size: 0.8rem;
  }
}
.c-common-list li .x-left .x-span {
  margin: 0.15rem 0 0.25rem 0;
}
@media (max-width: 767px) {
  .c-common-list li .x-left .x-span {
    margin: 0.4rem 0 0.3rem 0;
  }
}
.c-common-list li .x-left .x-span span {
  font-size: 14px;
  color: #666666;
  border: 1px solid #cccccc;
  display: inline-block;
  padding: 3.5px 15px;
  border-radius: 0.05rem;
  margin: 5px 5px 0 0;
}
.c-common-list li .x-left .x-p {
  margin: 0.3rem 0 0.5rem;
  color: #666;
}
@media (max-width: 767px) {
  .c-common-list li .x-left .x-p {
    margin: 0.5rem 0 1rem;
  }
}
.c-common-list li .x-left .x-p p {
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .c-common-list li .x-left .x-p p {
    margin-bottom: 0.8rem;
  }
}
.c-common-list li .x-left .x-p p i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2b6fff;
  position: relative;
  margin-right: 15px;
  vertical-align: middle;
}
.c-common-list li .x-left .x-p p i::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: rgba(0, 190, 147, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.c-common-list li .x-left .x-p p:last-child {
  margin-bottom: 0;
}
.c-common-list li .x-left .x-a .x-box-a:nth-of-type(2) {
  margin-left: 0.1rem;
  background-color: transparent;
  border: 1px solid #2b6fff;
  color: #2b6fff;
}
@media (max-width: 767px) {
  .c-common-list li .x-left .x-a .x-box-a:nth-of-type(2) {
    margin-left: 0.5rem;
  }
}
@media (max-width: 991px) {
  .c-common-list li .x-right {
    width: 100%;
    margin-top: 1rem;
  }
}
.c-common-list li .x-right .x-img {
  width: auto;
  margin-left: auto;
}
.c-common-list li .x-right .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-common-list.c-dt li {
  background: #fff !important;
}
.c-common-list.c-dt li:nth-child(odd) {
  background: #f5f5f5 !important;
}
@-webkit-keyframes rotate1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.c-DNA1 {
  padding: 1.2rem 0;
}
@media (max-width: 767px) {
  .c-DNA1 {
    padding: 3rem 0;
  }
}
.c-DNA1 .c-top {
  text-align: center;
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .c-DNA1 .c-top {
    margin-bottom: 1rem;
  }
}
.c-DNA1 .c-bottom {
  position: relative;
  text-align: center;
}
.c-DNA1 .c-bottom .c-img1 {
  width: 5.76rem;
  animation: rotate1 60s linear infinite;
  -webkit-animation: rotate1 60s linear infinite;
}
@media (max-width: 767px) {
  .c-DNA1 .c-bottom .c-img1 {
    display: none;
  }
}
.c-DNA1 .c-bottom .c-img2 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.56rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .c-DNA1 .c-bottom .c-img2 {
    display: none;
  }
}
.c-DNA1 .c-bottom .c-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .c-DNA1 .c-bottom .c-list {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -1rem;
  }
}
.c-DNA1 .c-bottom .c-list li {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .c-DNA1 .c-bottom .c-list li {
    position: static;
    flex-wrap: wrap;
    width: 50% !important;
    flex-direction: column-reverse !important;
    justify-content: center !important;
    margin-bottom: 1rem;
  }
}
.c-DNA1 .c-bottom .c-list li .c-ico {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.7rem;
  height: 0.7rem;
  background: url(../images/c-DNA-border.png) no-repeat center / 100%;
}
@media (max-width: 1260px) {
  .c-DNA1 .c-bottom .c-list li .c-ico {
    width: 1rem;
    height: 1rem;
  }
}
@media (max-width: 767px) {
  .c-DNA1 .c-bottom .c-list li .c-ico {
    width: 70px;
    height: 70px;
  }
}
.c-DNA1 .c-bottom .c-list li .c-ico img {
  width: 0.2rem;
}
@media (max-width: 767px) {
  .c-DNA1 .c-bottom .c-list li .c-ico img {
    width: 20px;
    height: 20px;
  }
}
.c-DNA1 .c-bottom .c-list li .c-title {
  padding: 0 10px;
}
@media (max-width: 767px) {
  .c-DNA1 .c-bottom .c-list li .c-title {
    width: 100%;
  }
}
.c-DNA1 .c-bottom .c-list li:nth-child(1) {
  justify-content: center;
  bottom: 4.54rem;
  left: 0;
  width: 100%;
  flex-wrap: wrap;
}
.c-DNA1 .c-bottom .c-list li:nth-child(1) .c-title {
  width: 100%;
}
.c-DNA1 .c-bottom .c-list li:nth-child(2) {
  top: 1.86rem;
  left: 0;
  width: 39.583333%;
  justify-content: flex-end;
}
.c-DNA1 .c-bottom .c-list li:nth-child(3) {
  top: 1.86rem;
  right: 0;
  width: 39.583333%;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.c-DNA1 .c-bottom .c-list li:nth-child(4) {
  bottom: 1.1rem;
  left: 0;
  width: 42.36111%;
  justify-content: flex-end;
}
.c-DNA1 .c-bottom .c-list li:nth-child(5) {
  bottom: 1.1rem;
  right: 0;
  width: 42.36111%;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.c-HUB1 {
  padding: 1.2rem 0;
}
@media (max-width: 767px) {
  .c-HUB1 {
    padding: 3rem 0;
  }
}
.c-HUB1 .c-top {
  text-align: center;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .c-HUB1 .c-top {
    margin-bottom: 1.5rem;
  }
}
.c-HUB1 .c-bottom .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0 -0.15rem -0.3rem;
}
@media (max-width: 767px) {
  .c-HUB1 .c-bottom .c-list {
    margin: 0 0 -1rem;
  }
}
.c-HUB1 .c-bottom .c-list li {
  display: flex;
  padding: 0 0.15rem 0.3rem;
  width: 20%;
}
@media (max-width: 1260px) {
  .c-HUB1 .c-bottom .c-list li {
    width: 33.333333%;
  }
}
@media (max-width: 767px) {
  .c-HUB1 .c-bottom .c-list li {
    border: 0;
    width: 100%;
    padding: 0 0 1rem;
  }
}
.c-HUB1 .c-bottom .c-list li .c-wrap {
  padding: 0.6rem 0.25rem;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .c-HUB1 .c-bottom .c-list li .c-wrap {
    padding: 1rem;
  }
}
.c-HUB1 .c-bottom .c-list li .c-wrap .c-img-box {
  margin: 0 auto;
  position: relative;
  width: 1rem;
  height: 0.8rem;
  flex-shrink: 0;
  transition: 0.5s all;
}
@media (max-width: 1260px) {
  .c-HUB1 .c-bottom .c-list li .c-wrap .c-img-box {
    width: 62px;
    height: 50px;
  }
}
.c-HUB1 .c-bottom .c-list li .c-wrap .c-img-box i {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #0058dc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.5s all;
}
@media (max-width: 1260px) {
  .c-HUB1 .c-bottom .c-list li .c-wrap .c-img-box i {
    width: 50px;
    height: 50px;
  }
}
.c-HUB1 .c-bottom .c-list li .c-wrap .c-img-box .x-img1 {
  width: 1rem;
  height: 0.8rem;
  transition: 1s all;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1260px) {
  .c-HUB1 .c-bottom .c-list li .c-wrap .c-img-box .x-img1 {
    width: 62px;
    height: 50px;
  }
}
.c-HUB1 .c-bottom .c-list li .c-wrap .c-img-box .x-img2 {
  width: 0.8rem;
  height: 0.8rem;
  object-fit: contain;
  position: absolute;
  left: 31%;
  top: 0;
  transition: 0.5s all;
  z-index: 2;
}
@media (max-width: 1260px) {
  .c-HUB1 .c-bottom .c-list li .c-wrap .c-img-box .x-img2 {
    width: 50px;
    height: 50px;
  }
}
.c-HUB1 .c-bottom .c-list li .c-wrap .c-text-box .c-title {
  margin: 0.3rem 0 0.2rem;
}
@media (max-width: 767px) {
  .c-HUB1 .c-bottom .c-list li .c-wrap .c-text-box .c-title {
    margin: 1rem 0 0.5rem;
  }
}
.c-HUB1 .c-bottom .c-list li .c-wrap .c-text-box .c-text {
  color: #666;
}
.c-HUB1 .c-bottom .c-list li .c-wrap:hover .c-img-box {
  width: 0.8rem;
}
@media (max-width: 1260px) {
  .c-HUB1 .c-bottom .c-list li .c-wrap:hover .c-img-box {
    width: 50px;
  }
}
.c-HUB1 .c-bottom .c-list li .c-wrap:hover .c-img-box i {
  display: block;
  background-color: #418cf1;
  z-index: 1;
  opacity: 1;
}
.c-HUB1 .c-bottom .c-list li .c-wrap:hover .c-img-box .x-img1 {
  opacity: 0;
  width: 0.8rem;
}
@media (max-width: 1260px) {
  .c-HUB1 .c-bottom .c-list li .c-wrap:hover .c-img-box .x-img1 {
    width: 50px;
  }
}
.c-HUB1 .c-bottom .c-list li .c-wrap:hover .c-img-box .x-img2 {
  left: 0;
}
.c-OneDesk2 {
  padding: 1.2rem 0;
}
@media (max-width: 767px) {
  .c-OneDesk2 {
    padding: 3rem 0;
  }
}
.c-OneDesk2 .c-box-wrap {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  border-radius: 15px;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.c-OneDesk2 .c-box-wrap .c-box {
  position: relative;
  width: 50%;
  padding: 0.7rem 1.2rem;
}
@media (max-width: 767px) {
  .c-OneDesk2 .c-box-wrap .c-box {
    padding: 1.5rem;
    width: 100%;
  }
}
.c-OneDesk2 .c-box-wrap .c-box .c-title {
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .c-OneDesk2 .c-box-wrap .c-box .c-title {
    margin-bottom: 1rem;
  }
}
.c-OneDesk2 .c-box-wrap .c-box .c-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.4rem;
  line-height: 0.34rem;
  min-height: 1rem;
}
.c-OneDesk2 .c-box-wrap .c-box .c-list li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1900px) {
  .c-OneDesk2 .c-box-wrap .c-box .c-list li {
    min-height: 90px;
  }
}
@media (max-width: 1580px) {
  .c-OneDesk2 .c-box-wrap .c-box .c-list li {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .c-OneDesk2 .c-box-wrap .c-box .c-list li {
    margin-bottom: 1rem;
    min-height: auto;
  }
}
.c-OneDesk2 .c-box-wrap .c-box .c-list li img {
  margin: 0.06rem 0;
  height: 0.22rem;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  .c-OneDesk2 .c-box-wrap .c-box .c-list li img {
    margin: 5px 0;
    height: 14px;
  }
}
.c-OneDesk2 .c-box-wrap .c-box .c-list li .c-text-box {
  padding-left: 0.2rem;
  width: 100%;
}
.c-OneDesk2 .c-box-wrap .c-box .c-list li .c-text-box .c-title2 {
  margin-bottom: 0.1rem;
}
.c-OneDesk2 .c-box-wrap .c-box .c-list li .c-text-box .c-text {
  max-width: 2.5rem;
  color: #666;
  line-height: 1.5;
}
@media (max-width: 1900px) {
  .c-OneDesk2 .c-box-wrap .c-box .c-list li .c-text-box .c-text {
    max-width: 250px;
  }
}
.c-OneDesk2 .c-box-wrap .c-box:last-child {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  background: #0058dc;
  color: #fff;
}
.c-OneDesk2 .c-box-wrap .c-box:last-child::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1rem;
  width: 0;
  height: 0;
  border-bottom: 7rem solid #0058dc;
  border-left: 2rem solid transparent;
}
@media (max-width: 1580px) {
  .c-OneDesk2 .c-box-wrap .c-box:last-child::before {
    border-bottom: 8rem solid #0058dc;
  }
}
@media (max-width: 1260px) {
  .c-OneDesk2 .c-box-wrap .c-box:last-child::before {
    border-bottom: 9rem solid #0058dc;
  }
}
@media (max-width: 1260px) {
  .c-OneDesk2 .c-box-wrap .c-box:last-child::before {
    border-bottom: 11rem solid #0058dc;
  }
}
@media (max-width: 767px) {
  .c-OneDesk2 .c-box-wrap .c-box:last-child::before {
    display: none;
  }
}
.c-OneDesk2 .c-box-wrap .c-box:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  width: 0;
  height: 0;
  border-top: 7rem solid #fff;
  border-right: 2rem solid transparent;
}
@media (max-width: 1580px) {
  .c-OneDesk2 .c-box-wrap .c-box:last-child::after {
    border-top: 8rem solid #fff;
  }
}
@media (max-width: 1260px) {
  .c-OneDesk2 .c-box-wrap .c-box:last-child::after {
    border-top: 9rem solid #fff;
  }
}
@media (max-width: 1260px) {
  .c-OneDesk2 .c-box-wrap .c-box:last-child::after {
    border-top: 11rem solid #fff;
  }
}
@media (max-width: 767px) {
  .c-OneDesk2 .c-box-wrap .c-box:last-child::after {
    display: none;
  }
}
.c-OneDesk2 .c-box-wrap .c-box:last-child .c-list li .c-text-box .c-text {
  color: #fff;
}
.c-OneDesk3 {
  padding: 1.2rem 0;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .c-OneDesk3 {
    padding: 3rem 0;
  }
}
.c-OneDesk3 .c-top {
  text-align: center;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .c-OneDesk3 .c-top {
    margin-bottom: 1.5rem;
  }
}
.c-OneDesk3 .c-bottom {
  position: relative;
  text-align: center;
  padding-bottom: 1.2rem;
}
@media (max-width: 1900px) {
  .c-OneDesk3 .c-bottom {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .c-OneDesk3 .c-bottom {
    padding-bottom: 0;
  }
}
.c-OneDesk3 .c-bottom img {
  width: 4.4rem;
}
@media (max-width: 767px) {
  .c-OneDesk3 .c-bottom img {
    display: none;
  }
}
.c-OneDesk3 .c-bottom ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .c-OneDesk3 .c-bottom ul {
    position: static;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -0.5rem -1.5rem;
  }
}
.c-OneDesk3 .c-bottom ul li {
  position: absolute;
  width: 33.333333%;
  top: -0.2rem;
  left: 0;
  text-align: right;
}
@media (max-width: 1580px) {
  .c-OneDesk3 .c-bottom ul li {
    width: 36%;
  }
}
@media (max-width: 991px) {
  .c-OneDesk3 .c-bottom ul li {
    top: -0.5rem;
  }
}
@media (max-width: 767px) {
  .c-OneDesk3 .c-bottom ul li {
    width: 50%;
    position: static;
    padding: 0 0.5rem 1.5rem;
    text-align: center !important;
  }
}
.c-OneDesk3 .c-bottom ul li .c-title {
  margin-bottom: 0.2rem;
  color: #0058dc;
}
@media (max-width: 991px) {
  .c-OneDesk3 .c-bottom ul li .c-title {
    margin-bottom: 0.1rem;
  }
}
.c-OneDesk3 .c-bottom ul li .c-text {
  color: #666;
}
.c-OneDesk3 .c-bottom ul li:nth-child(2) {
  left: auto;
  right: 0;
  text-align: left;
}
.c-OneDesk3 .c-bottom ul li:nth-child(4) {
  left: auto;
  right: 0;
  top: 2.65rem;
  text-align: left;
}
.c-OneDesk3 .c-bottom ul li:nth-child(3) {
  top: 2.65rem;
}
.c-3C1 {
  padding: 1.2rem 0;
}
@media (max-width: 767px) {
  .c-3C1 {
    padding: 3rem 0;
  }
}
.c-3C1 .c-top {
  text-align: center;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .c-3C1 .c-top {
    margin-bottom: 1.5rem;
  }
}
.c-3C1 .c-bottom .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.2rem -0.4rem;
}
@media (max-width: 767px) {
  .c-3C1 .c-bottom .c-list {
    margin: 0 0 -1rem;
  }
}
.c-3C1 .c-bottom .c-list li {
  display: flex;
  width: 50%;
  padding: 0 0.2rem 0.4rem;
}
@media (max-width: 767px) {
  .c-3C1 .c-bottom .c-list li {
    width: 100%;
    padding: 0 0 1rem;
  }
}
.c-3C1 .c-bottom .c-list li .c-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.4rem;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .c-3C1 .c-bottom .c-list li .c-wrap {
    padding: 1rem;
  }
}
.c-3C1 .c-bottom .c-list li .c-wrap .c-img-box {
  width: 100px;
}
@media (max-width: 767px) {
  .c-3C1 .c-bottom .c-list li .c-wrap .c-img-box {
    width: 50px;
  }
}
.c-3C1 .c-bottom .c-list li .c-wrap .c-img-box img {
  width: 100%;
}
.c-3C1 .c-bottom .c-list li .c-wrap .c-text-box {
  padding-left: 0.4rem;
  width: 100%;
}
@media (max-width: 767px) {
  .c-3C1 .c-bottom .c-list li .c-wrap .c-text-box {
    padding-left: 10px;
  }
}
.c-3C1 .c-bottom .c-list li .c-wrap .c-text-box .c-text {
  margin-top: 0.1rem;
  color: #666;
}
@media (max-width: 767px) {
  .c-3C1 .c-bottom .c-list li .c-wrap .c-text-box .c-text {
    margin-top: 0.5rem;
  }
}
.c-common-box2 {
  padding: 1.2rem 0;
}
@media (max-width: 767px) {
  .c-common-box2 {
    padding: 3rem 0;
  }
}
.c-common-box2.c-dt {
  background: #f5f5f5;
}
.c-common-box2 .c-top {
  text-align: center;
}
.c-common-box2 .c-top .c-text {
  margin-top: 0.2rem;
  color: #666;
  line-height: 1.8;
}
.c-common-box2 .c-bottom .c-img-box {
  text-align: center;
  border-radius: 10px;
  min-height: 4.86rem;
  margin: 0.6rem 0;
}
@media (max-width: 767px) {
  .c-common-box2 .c-bottom .c-img-box {
    margin: 1.5rem 0;
  }
}
.c-common-box2 .c-bottom .c-img-box img {
  max-width: 100%;
}
.c-common-box2 .c-bottom .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .c-common-box2 .c-bottom .c-list {
    margin-bottom: 1.5rem;
  }
}
.c-common-box2 .c-bottom .c-list li {
  padding: 0 0.5rem;
  width: 33.333333%;
  border-right: 1px solid #DEDEDE;
  text-align: center;
}
@media (max-width: 767px) {
  .c-common-box2 .c-bottom .c-list li {
    padding: 0 0 1rem;
    width: 100%;
    border: 0;
  }
}
.c-common-box2 .c-bottom .c-list li:last-child {
  border: 0;
}
@media (max-width: 767px) {
  .c-common-box2 .c-bottom .c-list li:last-child {
    padding: 0;
  }
}
.c-common-box2 .c-bottom .c-list li .c-text {
  margin-top: 0.05rem;
  color: #666;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .c-common-box2 .c-bottom .c-list li .c-text {
    margin-top: 0.2rem;
  }
}
.c-common-box2 .c-bottom .x-box-a {
  margin: 0 auto;
  display: block;
}
.c-common-box3 {
  padding: 1.2rem 0;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .c-common-box3 {
    padding: 3rem 0;
  }
}
.c-common-box3 .c-top {
  text-align: center;
}
.c-common-box3 .c-bottom .c-box {
  text-align: center;
  box-shadow: 0px 0.2rem 0.6rem 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin: 0.6rem 0;
  padding: 0.6rem;
  color: #666;
}
@media (max-width: 767px) {
  .c-common-box3 .c-bottom .c-box {
    margin: 1.5rem 0;
    padding: 1rem;
  }
}
.c-common-box3 .c-bottom .c-box .c-title {
  color: #333;
}
.c-common-box3 .c-bottom .c-box .c-list {
  margin: 0.5rem 0 0.3rem;
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .c-common-box3 .c-bottom .c-box .c-list {
    margin: 1rem 0 0;
  }
}
.c-common-box3 .c-bottom .c-box .c-list li {
  padding: 0 1.1rem;
  width: 33.333333%;
  border-right: 1px solid #e3e3e3;
}
.c-common-box3 .c-bottom .c-box .c-list li:last-child {
  border: 0;
}
@media (max-width: 1260px) {
  .c-common-box3 .c-bottom .c-box .c-list li {
    padding: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .c-common-box3 .c-bottom .c-box .c-list li {
    margin-bottom: 1rem;
    width: 100%;
    border: 0;
  }
}
.c-common-box3 .c-bottom .c-box .c-list li .c-num {
  color: #0058dc;
  line-height: 1;
  margin-bottom: 0.2rem;
}
.c-common-box3 .c-bottom .c-box .c-list li .c-title2 {
  line-height: 1.8;
}
.c-common-box3 .c-bottom .c-box .c-text {
  margin-bottom: 0.4rem;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .c-common-box3 .c-bottom .c-box .c-text {
    margin-bottom: 1rem;
  }
}
.c-common-box3 .c-bottom .c-box .c-more {
  color: #999;
  transition: all 0.5s;
}
.c-common-box3 .c-bottom .c-box .c-more:hover {
  color: #0058dc;
}
.c-common-box3 .c-bottom .x-box-a {
  margin: 0 auto;
  display: block;
}
.c-LuxuryGoods1 {
  padding: 1.2rem 0;
}
@media (max-width: 767px) {
  .c-LuxuryGoods1 {
    padding: 3rem 0;
  }
}
.c-LuxuryGoods1 .c-top {
  text-align: center;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .c-LuxuryGoods1 .c-top {
    margin-bottom: 1.5rem;
  }
}
.c-LuxuryGoods1 .c-bottom .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.15rem -0.3rem;
}
@media (max-width: 767px) {
  .c-LuxuryGoods1 .c-bottom .c-list {
    margin: 0 0 -1rem;
  }
}
.c-LuxuryGoods1 .c-bottom .c-list li {
  display: flex;
  width: 33.333333%;
  padding: 0 0.15rem 0.3rem;
}
@media (max-width: 767px) {
  .c-LuxuryGoods1 .c-bottom .c-list li {
    width: 100%;
    padding: 0 0 1rem;
  }
}
.c-LuxuryGoods1 .c-bottom .c-list li .c-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 0.6rem 1rem;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .c-LuxuryGoods1 .c-bottom .c-list li .c-wrap {
    padding: 1rem;
  }
}
.c-LuxuryGoods1 .c-bottom .c-list li .c-wrap .c-img-box {
  width: 100px;
}
@media (max-width: 767px) {
  .c-LuxuryGoods1 .c-bottom .c-list li .c-wrap .c-img-box {
    width: 50px;
  }
}
.c-LuxuryGoods1 .c-bottom .c-list li .c-wrap .c-img-box img {
  width: 100%;
}
.c-LuxuryGoods1 .c-bottom .c-list li .c-wrap .c-text-box {
  width: 100%;
}
.c-LuxuryGoods1 .c-bottom .c-list li .c-wrap .c-text-box .c-title {
  margin: 0.3rem 0 0.2rem;
}
@media (max-width: 767px) {
  .c-LuxuryGoods1 .c-bottom .c-list li .c-wrap .c-text-box .c-title {
    margin: 1rem 0 0.5rem;
  }
}
.c-LuxuryGoods1 .c-bottom .c-list li .c-wrap .c-text-box .c-text {
  color: #666;
}
.c-brand1 {
  padding: 1.2rem 0;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .c-brand1 {
    padding: 3rem 0;
  }
}
.c-brand1 .c-top {
  text-align: center;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .c-brand1 .c-top {
    margin-bottom: 1.5rem;
  }
}
.c-brand1 .c-bottom .c-list {
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.15rem -0.3rem;
}
@media (max-width: 767px) {
  .c-brand1 .c-bottom .c-list {
    margin: 0 0 -1rem;
  }
}
.c-brand1 .c-bottom .c-list li {
  display: flex;
  width: 33.333333%;
  padding: 0 0.15rem 0.3rem;
}
@media (max-width: 767px) {
  .c-brand1 .c-bottom .c-list li {
    width: 100%;
    padding: 0 0 1rem;
  }
}
.c-brand1 .c-bottom .c-list li .c-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 0.6rem 1rem;
  border-radius: 10px;
  background: #ededed;
}
@media (max-width: 767px) {
  .c-brand1 .c-bottom .c-list li .c-wrap {
    padding: 1rem;
  }
}
.c-brand1 .c-bottom .c-list li .c-wrap .c-img-box {
  width: 100px;
  margin-bottom: 0.3rem;
}
@media (max-width: 767px) {
  .c-brand1 .c-bottom .c-list li .c-wrap .c-img-box {
    width: 50px;
    margin-bottom: 1rem;
  }
}
.c-brand1 .c-bottom .c-list li .c-wrap .c-img-box img {
  width: 100%;
}
.c-brand1 .c-bottom .c-list li .c-wrap .c-text-box {
  width: 100%;
}
.c-brand1 .c-bottom .c-list li .c-wrap .c-text-box .c-text {
  color: #666;
}
.c-common-list2.c-dt {
  background: #f5f5f5;
}
@media screen and (min-width: 1024px) {.c-common-list2 .c-top {
  padding-top: 120px;
  text-align: center;
}}
@media screen and (max-width: 1024px) {.c-common-list2 .c-top {
  padding-top: 24px;
  text-align: center;
}}

.c-common-list2 .c-bottom .c-list li {
  border-bottom: 1px solid #e3e3e3;
}
.c-common-list2 .c-bottom .c-list li:last-child {
  border: 0;
}
.c-common-list2 .c-bottom .c-list li .c-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}
@media (max-width: 991px) {
  .c-common-list2 .c-bottom .c-list li .c-main {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .c-common-list2 .c-bottom .c-list li .c-main {
    padding: 1.5rem 0;
  }
}
.c-common-list2 .c-bottom .c-list li:nth-of-type(2n) .x-left {
  padding-right: 0;
  padding-left: 0.8rem;
}
@media (max-width: 767px) {
  .c-common-list2 .c-bottom .c-list li:nth-of-type(2n) .x-left {
    padding-left: 0;
  }
}
.c-common-list2 .c-bottom .c-list li:nth-of-type(2n) .x-right {
  order: -1;
}
@media (max-width: 767px) {
  .c-common-list2 .c-bottom .c-list li:nth-of-type(2n) .x-right {
    order: 1;
  }
}
.c-common-list2 .c-bottom .c-list li:nth-of-type(2n) .x-right .x-img {
  margin-right: auto;
}
.c-common-list2 .c-bottom .c-list li .x-left {
  padding-right: 0.8rem;
  width: 50%;
}
@media (max-width: 991px) {
  .c-common-list2 .c-bottom .c-list li .x-left {
    width: 100%;
  }
}
.c-common-list2 .c-bottom .c-list li .x-left .x-title {
  font-size: 0.36rem;
  color: #333333;
  line-height: 1.4;
}
@media (max-width: 1580px) {
  .c-common-list2 .c-bottom .c-list li .x-left .x-title {
    font-size: 0.4rem;
  }
}
@media (max-width: 991px) {
  .c-common-list2 .c-bottom .c-list li .x-left .x-title {
    font-size: 0.5rem;
  }
}
@media (max-width: 767px) {
  .c-common-list2 .c-bottom .c-list li .x-left .x-title {
    font-size: 0.8rem;
  }
}
.c-common-list2 .c-bottom .c-list li .x-left .x-span {
  margin: 0.15rem 0 0.25rem 0;
}
@media (max-width: 767px) {
  .c-common-list2 .c-bottom .c-list li .x-left .x-span {
    margin: 0.4rem 0 0.3rem 0;
  }
}
.c-common-list2 .c-bottom .c-list li .x-left .x-span span {
  font-size: 14px;
  color: #666666;
  border: 1px solid #cccccc;
  display: inline-block;
  padding: 3.5px 15px;
  border-radius: 0.05rem;
  margin: 5px 5px 0 0;
}
.c-common-list2 .c-bottom .c-list li .x-left .x-p {
  margin: 0.3rem 0 0.5rem;
  color: #666;
}
@media (max-width: 767px) {
  .c-common-list2 .c-bottom .c-list li .x-left .x-p {
    margin: 0.5rem 0 1rem;
  }
}
.c-common-list2 .c-bottom .c-list li .x-left .x-p p {
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .c-common-list2 .c-bottom .c-list li .x-left .x-p p {
    margin-bottom: 0.8rem;
  }
}
.c-common-list2 .c-bottom .c-list li .x-left .x-p p i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #2b6fff;
  position: relative;
  margin-right: 15px;
  vertical-align: middle;
}
.c-common-list2 .c-bottom .c-list li .x-left .x-p p i::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: rgba(0, 190, 147, 0.1);
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.c-common-list2 .c-bottom .c-list li .x-left .x-p p:last-child {
  margin-bottom: 0;
}
.c-common-list2 .c-bottom .c-list li .x-left .x-a .x-box-a:nth-of-type(2) {
  margin-left: 0.1rem;
  background-color: transparent;
  border: 1px solid #2b6fff;
  color: #2b6fff;
}
@media (max-width: 767px) {
  .c-common-list2 .c-bottom .c-list li .x-left .x-a .x-box-a:nth-of-type(2) {
    margin-left: 0.5rem;
  }
}
@media (max-width: 991px) {
  .c-common-list2 .c-bottom .c-list li .x-right {
    width: 100%;
    margin-top: 1rem;
  }
}
.c-common-list2 .c-bottom .c-list li .x-right .x-img {
  width: auto;
  margin-left: auto;
}
.c-common-list2 .c-bottom .c-list li .x-right .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-case1 .c-wrap {
  padding: 1.2rem 0 0.6rem;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
}
@media (max-width: 767px) {
  .c-case1 .c-wrap {
    padding: 3rem 0;
  }
}
.c-case1 .c-wrap .c-text {
  margin: 0.1rem 0 0.4rem;
  color: #666;
}
.c-case1 .c-wrap .c-text span {
  padding: 0 0.15rem;
}
@media (max-width: 767px) {
  .c-case1 .c-wrap .c-text {
    margin: 0.5rem 0 1rem;
  }
}
.c-case1 .c-wrap .c-tag-box {
  margin-bottom: 0.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  line-height: 28px;
}
@media (max-width: 767px) {
  .c-case1 .c-wrap .c-tag-box {
    margin-bottom: 1rem;
  }
}
.c-case1 .c-wrap .c-tag-box .c-title2 {
  flex-shrink: 0;
  font-size: 18px;
}
.c-case1 .c-wrap .c-tag-box .c-tag a {
  display: inline-block;
  padding: 0 10px;
  background: #f5f5f5;
  color: #999;
  border-radius: 5px;
  transition: all 0.5s;
}
.c-case1 .c-wrap .c-tag-box .c-tag a:hover {
  color: #fff;
  background: #2b6fff;
}
.c-case1 .c-wrap .c-btn-box .x-ba-a {
  display: inline-flex;
  align-items: center;
  height: 50px;
  padding: 0 30px;
  border: 1px solid #2b6fff;
  border-radius: 5px;
  color: #2b6fff;
  margin-left: 0.15rem;
  vertical-align: top;
  transition: all 0.5s;
}
@media (max-width: 1260px) {
  .c-case1 .c-wrap .c-btn-box .x-ba-a {
    height: 42px;
    padding: 0 12px;
  }
}
@media (max-width: 767px) {
  .c-case1 .c-wrap .c-btn-box .x-ba-a {
    margin-left: 1rem;
  }
}
.c-case1 .c-wrap .c-btn-box .x-ba-a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../images/c-xz.png') no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 12px;
}
.c-case1 .c-wrap .c-btn-box .x-ba-a:hover {
  background: #2b6fff;
  color: #fff;
}
.c-case2 {
  padding: 1.2rem 0;
}
@media (max-width: 767px) {
  .c-case2 {
    padding: 3rem 0;
  }
}
.c-case2 .c-top {
  text-align: center;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .c-case2 .c-top {
    margin-bottom: 1.5rem;
  }
}
.c-case2 .c-bottom {
  background-color: #f5f5f5;
  border-radius: 0.2rem;
  padding: 0.75rem 1.3rem 0.75rem 1.3rem;
}
@media (max-width: 767px) {
  .c-case2 .c-bottom {
    padding: 1rem;
  }
}
.c-case2 .c-bottom .x-text {
  color: #666666;
  padding: 0 1.5rem;
  text-align: center;
  line-height: 1.6;
  position: relative;
}
@media (max-width: 1260px) {
  .c-case2 .c-bottom .x-text {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .c-case2 .c-bottom .x-text {
    font-size: 16px;
  }
}
.c-case2 .c-bottom .x-text::before {
  content: "";
  width: 40px;
  height: 34px;
  background: url("../images/x-index12.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1260px) {
  .c-case2 .c-bottom .x-text::before {
    display: none;
  }
}
.c-case2 .c-bottom .x-text::after {
  content: "";
  width: 40px;
  height: 34px;
  background: url("../images/x-index13.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1260px) {
  .c-case2 .c-bottom .x-text::after {
    display: none;
  }
}
.c-case2 .c-bottom .x-tup {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.6rem;
}
.c-case2 .c-bottom .x-tup figure img {
  width: 66px;
  height: 66px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .c-case2 .c-bottom .x-tup figure img {
    width: 52px;
    height: 52px;
  }
}
.c-case2 .c-bottom .x-tup .x-tup-ri {
  padding-left: 0.2rem;
}
.c-case2 .c-bottom .x-tup .x-tup-ri p {
  color: #666666;
}
.c-case3 {
  padding-bottom: 1.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-case3 {
    padding-bottom: 3rem;
  }
}
.c-case3 .c-title {
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .c-case3 .c-title {
    margin-bottom: 1rem;
  }
}
.c-case3 .c-text {
  padding: 0 2.6rem;
  color: #666;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .c-case3 .c-text {
    padding: 0;
  }
}
.c-case4 {
  padding: 1.2rem 0;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .c-case4 {
    padding: 3rem 0;
  }
}
.c-case4 .c-top {
  text-align: center;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .c-case4 .c-top {
    margin-bottom: 1.5rem;
  }
}
.c-case4 .c-bottom .c-list {
  display: flex;
  align-items: flex-start;
  text-align: center;
  flex-wrap: wrap;
}
.c-case4 .c-bottom .c-list li {
  padding: 0 0.4rem;
  width: 33.333333%;
}
.c-case4 .c-bottom .c-list li .c-ico {
  margin: 0 auto 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #0058dc;
}
@media (max-width: 1580px) {
  .c-case4 .c-bottom .c-list li .c-ico {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 767px) {
  .c-case4 .c-bottom .c-list li .c-ico {
    width: 50px;
    height: 50px;
  }
}
.c-case4 .c-bottom .c-list li .c-ico img {
  height: 60px;
}
@media (max-width: 1580px) {
  .c-case4 .c-bottom .c-list li .c-ico img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .c-case4 .c-bottom .c-list li .c-ico img {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .c-case4 .c-bottom .c-list li .c-title {
    font-size: 14px;
  }
}
.c-case5 {
  padding: 1.2rem 0;
}
@media (max-width: 767px) {
  .c-case5 {
    padding: 3rem 0;
  }
}
.c-case5 .c-top {
  text-align: center;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .c-case5 .c-top {
    margin-bottom: 1.5rem;
  }
}
.c-case5 .c-top .c-text {
  margin-top: 0.2rem;
  color: #666;
}
.c-case5 .c-bottom {
  position: relative;
}
.c-case5 .c-bottom .c-bj {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-case5 .c-bottom .c-list {
  position: relative;
  z-index: 10;
  background: url(../images/c-case5-bj-c.png) repeat-y center top / auto;
}
@media (max-width: 767px) {
  .c-case5 .c-bottom .c-list {
    background: #fff;
    margin-bottom: -1rem;
  }
}
.c-case5 .c-bottom .c-list li {
  display: flex;
  align-items: flex-start;
  padding: 0 0.3rem;
}
@media (max-width: 991px) {
  .c-case5 .c-bottom .c-list li {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .c-case5 .c-bottom .c-list li {
    margin-bottom: 1rem;
    background: #fff;
  }
}
.c-case5 .c-bottom .c-list li .c-wrap {
  width: 4.8rem;
  padding: 0.4rem;
  box-shadow: 0px 0px 0.2rem 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: #fff;
}
@media (max-width: 1260px) {
  .c-case5 .c-bottom .c-list li .c-wrap {
    width: 42%;
  }
}
@media (max-width: 767px) {
  .c-case5 .c-bottom .c-list li .c-wrap {
    padding: 1rem;
    width: 100%;
  }
}
.c-case5 .c-bottom .c-list li .c-wrap .c-title {
  margin-bottom: 0.2rem;
  color: #0058dc;
}
@media (max-width: 767px) {
  .c-case5 .c-bottom .c-list li .c-wrap .c-title {
    font-size: 16px;
  }
}
.c-case5 .c-bottom .c-list li .c-wrap .c-text {
  color: #666;
  line-height: 1.8;
}
.c-case5 .c-bottom .c-list li:nth-child(odd) {
  background: url(../images/c-case5-bj-l.png) no-repeat right 7rem center / auto;
}
@media (max-width: 1580px) {
  .c-case5 .c-bottom .c-list li:nth-child(odd) {
    background-position: right 7.9rem center;
  }
}
@media (max-width: 1370px) {
  .c-case5 .c-bottom .c-list li:nth-child(odd) {
    background-position: right 7.8rem center;
  }
}
@media (max-width: 1260px) {
  .c-case5 .c-bottom .c-list li:nth-child(odd) {
    background-position: right 7.8rem center;
  }
}
@media (max-width: 767px) {
  .c-case5 .c-bottom .c-list li:nth-child(odd) {
    background: #fff;
  }
}
.c-case5 .c-bottom .c-list li:nth-child(even) {
  justify-content: flex-end;
  background: url(../images/c-case5-bj-r.png) no-repeat left 7rem center / auto;
}
@media (max-width: 1580px) {
  .c-case5 .c-bottom .c-list li:nth-child(even) {
    background-position: left 7.9rem center;
  }
}
@media (max-width: 1370px) {
  .c-case5 .c-bottom .c-list li:nth-child(even) {
    background-position: left 7.8rem center;
  }
}
@media (max-width: 1260px) {
  .c-case5 .c-bottom .c-list li:nth-child(even) {
    background-position: left 7.8rem center;
  }
}
@media (max-width: 767px) {
  .c-case5 .c-bottom .c-list li:nth-child(even) {
    background: #fff;
  }
}
.c-case6 {
  padding: 1.2rem 0;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .c-case6 {
    padding: 3rem 0;
  }
}
.c-case6 .c-top {
  text-align: center;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .c-case6 .c-top {
    margin-bottom: 1.5rem;
  }
}
.c-case6 .c-top .c-text {
  margin-top: 0.2rem;
  color: #666;
}
.c-case6 .c-bottom .c-list {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.2rem -0.4rem;
}
@media (max-width: 767px) {
  .c-case6 .c-bottom .c-list {
    margin: 0 0 -1rem;
  }
}
.c-case6 .c-bottom .c-list li {
  display: flex;
  width: 50%;
  padding: 0 0.2rem 0.4rem;
}
@media (max-width: 767px) {
  .c-case6 .c-bottom .c-list li {
    padding: 0 0 1rem;
    width: 100%;
  }
}
.c-case6 .c-bottom .c-list li .c-wrap {
  display: flex;
  align-content: center;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.c-case6 .c-bottom .c-list li .c-wrap .c-title-box {
  display: flex;
  align-items: center;
  padding: 0;
  width: 2rem;
  padding: 0.3rem;
  border-right: 1px solid #F5F5F5;
  flex-shrink: 0;
}
@media (max-width: 1260px) {
  .c-case6 .c-bottom .c-list li .c-wrap .c-title-box {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .c-case6 .c-bottom .c-list li .c-wrap .c-title-box {
    width: 100px;
  }
}
.c-case6 .c-bottom .c-list li .c-wrap .c-title-box .c-title {
  width: 100%;
}
.c-case6 .c-bottom .c-list li .c-wrap .c-num-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.c-case6 .c-bottom .c-list li .c-wrap .c-num-box .c-item {
  padding: 0.3rem;
  width: 50%;
}
@media (max-width: 767px) {
  .c-case6 .c-bottom .c-list li .c-wrap .c-num-box .c-item {
    padding: 1rem 0.5rem;
  }
}
.c-case6 .c-bottom .c-list li .c-wrap .c-num-box .c-item .c-circle {
  margin: 0 auto 0.15rem;
  width: 100px;
  height: 100px;
}
@media (max-width: 991px) {
  .c-case6 .c-bottom .c-list li .c-wrap .c-num-box .c-item .c-circle {
    width: 60px;
    height: 60px;
  }
}
.c-case6 .c-bottom .c-list li .c-wrap .c-num-box .c-item .c-circle .circles-wrp svg {
  display: block;
}
.c-case6 .c-bottom .c-list li .c-wrap .c-num-box .c-item .c-circle .circles-wrp svg .circles-maxValueStroke {
  stroke: #f5f5f5;
}
.c-case6 .c-bottom .c-list li .c-wrap .c-num-box .c-item .c-circle .circles-wrp svg .circles-valueStroke {
  stroke: #2b6fff;
}
.c-case6 .c-bottom .c-list li .c-wrap .c-num-box .c-item .c-circle .circles-wrp .circles-text {
  font-size: 24px !important;
  color: #2b6fff;
  line-height: 1;
}
@media (max-width: 1900px) {
  .c-case6 .c-bottom .c-list li .c-wrap .c-num-box .c-item .c-circle .circles-wrp .circles-text {
    font-size: 20px !important;
  }
}
@media (max-width: 991px) {
  .c-case6 .c-bottom .c-list li .c-wrap .c-num-box .c-item .c-circle .circles-wrp .circles-text {
    font-size: 16px !important;
  }
}
.c-case6 .c-bottom .c-list li .c-wrap .c-num-box .c-item .c-text {
  color: #666;
}
.c-case6 .c-bottom .c-list li .c-wrap .c-text-box {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .c-case6 .c-bottom .c-list li .c-wrap .c-text-box {
    min-height: 120px;
  }
}
.c-case6 .c-bottom .c-list li .c-wrap .c-text-box .c-text {
  width: 100%;
  padding: 0.3rem;
  color: #666;
}
@media (max-width: 767px) {
  .c-case6 .c-bottom .c-list li .c-wrap .c-text-box .c-text {
    padding: 1rem;
  }
}
.c-case7 .c-box-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.6rem 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .c-case7 .c-box-wrap {
    padding: 3rem 0;
  }
}
.c-case7 .c-box-wrap .c-left {
  width: 50%;
}
@media (max-width: 767px) {
  .c-case7 .c-box-wrap .c-left {
    width: 100%;
  }
}
.c-case7 .c-box-wrap .c-left p {
  display: flex;
  align-items: flex-start;
  color: #666;
  line-height: 1.5;
}
.c-case7 .c-box-wrap .c-left p:nth-child(2) {
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .c-case7 .c-box-wrap .c-left p:nth-child(2) {
    margin-top: 0.5rem;
  }
}
.c-case7 .c-box-wrap .c-left p .c-span {
  flex-shrink: 0;
}
.c-case7 .c-box-wrap .c-left p a {
  color: #666;
  transition: all 0.5s;
}
.c-case7 .c-box-wrap .c-left p a:hover {
  color: #0058dc;
  text-decoration: underline;
}
.c-case7 .c-box-wrap .c-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
}
@media (max-width: 767px) {
  .c-case7 .c-box-wrap .c-right {
    width: 100%;
    justify-content: center;
    margin-top: 1rem;
  }
}
.c-case7 .c-box-wrap .c-right .x-fenx2 {
  display: flex;
  align-items: center;
}
.c-case7 .c-box-wrap .c-right .x-fenx2 .bshare-custom .bshare-weixin {
  background: none;
  margin: 0;
  margin-right: 0.3rem;
  padding-left: 0;
  height: 24px;
  width: 24px;
  opacity: 1;
}
.c-case7 .c-box-wrap .c-right .x-fenx2 .bshare-custom .bshare-sinaminiblog {
  background: none;
  margin: 0;
  margin-right: 0.3rem;
  padding-left: 0;
  height: 24px;
  width: 24px;
}
.c-case7 .c-box-wrap .c-right .x-fenx2 .bshare-custom .bshare-qzone {
  background: none;
  margin: 0;
  padding-left: 0;
  height: 24px;
  width: 24px;
  margin-right: 0.4rem;
}
.c-case7 .c-box-wrap .c-right .x-fenx2 p {
  color: #666666;
  text-align: center;
}
.c-case7 .c-box-wrap .c-right .x-fenx2 .x-fen-xia {
  display: flex;
  justify-content: center;
}
.c-case7 .c-box-wrap .c-right .x-fenx2 .x-fen-xia a {
  display: inline-block;
  margin-right: 0.5rem;
}
.c-case7 .c-box-wrap .c-right .x-fenx2 .x-fen-xia a:hover img:nth-of-type(1) {
  display: none;
}
.c-case7 .c-box-wrap .c-right .x-fenx2 .x-fen-xia a:hover img:nth-of-type(2) {
  display: inline-block;
}
.c-case7 .c-box-wrap .c-right .x-fenx2 .x-fen-xia a:last-child {
  margin-right: 0;
}
.c-case7 .c-box-wrap .c-right .x-fenx2 .x-fen-xia a img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: 0.5s all;
  pointer-events: none;
}
.c-case7 .c-box-wrap .c-right .x-fenx2 .x-fen-xia a img:nth-of-type(2) {
  display: none;
}
.c-case7 .c-box-wrap .c-right .c-return {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 50px;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  color: #666;
  transition: all 0.5s;
}
@media (max-width: 1260px) {
  .c-case7 .c-box-wrap .c-right .c-return {
    width: 120px;
    height: 42px;
  }
}
.c-case7 .c-box-wrap .c-right .c-return:hover {
  color: #fff;
  background: #0058dc;
  border-color: #0058dc;
}
.c-case8 {
  padding: 1.2rem 0;
}
@media (max-width: 767px) {
  .c-case8 {
    padding: 3rem 0;
  }
}
.c-case8 .c-top {
  text-align: center;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .c-case8 .c-top {
    margin-bottom: 1.5rem;
  }
}
.c-case8 .c-top .c-text {
  margin-top: 0.2rem;
  color: #666;
}
.c-common-list3 {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.3rem -0.6rem;
}
@media (max-width: 767px) {
  .c-common-list3 {
    margin: 0 0 -1rem;
  }
}
.c-common-list3 li {
  display: flex;
  width: 33.333333%;
  padding: 0 0.3rem 0.6rem;
}
@media (max-width: 767px) {
  .c-common-list3 li {
    padding: 0 0 1rem;
    width: 100%;
  }
}
.c-common-list3 li .c-wrap {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  color: #999;
  text-align: center;
  border: 1px solid #e3e3e3;
  transition: all 0.5s;
}
.c-common-list3 li .c-wrap .c-img-box {
  height: 2rem;
}
@media (max-width: 767px) {
  .c-common-list3 li .c-wrap .c-img-box {
    height: 9rem;
  }
}
.c-common-list3 li .c-wrap .c-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-common-list3 li .c-wrap .c-text-box {
  padding: 0.4rem;
}
@media (max-width: 767px) {
  .c-common-list3 li .c-wrap .c-text-box {
    padding: 1rem;
  }
}
.c-common-list3 li .c-wrap .c-text-box .c-tag {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}
.c-common-list3 li .c-wrap .c-text-box .c-tag span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px;
  padding: 0 8px;
  border-radius: 5px;
  line-height: 30px;
  font-size: 14px;
  background: #e3e3e3;
}
.c-common-list3 li .c-wrap .c-text-box .x-tl .c-title {
  margin-top: 0.1rem;
  color: #333;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, #0058dc 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.5s all;
  display: initial;
}
@media (max-width: 991px) {
  .c-common-list3 li .c-wrap .c-text-box .x-tl .c-title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .c-common-list3 li .c-wrap .c-text-box .x-tl .c-title {
    margin-top: 0.5rem;
  }
}
.c-common-list3 li .c-wrap .c-text-box .c-logo {
  margin: 0.1rem 0;
  height: 1rem;
  max-height: 100px;
}
@media (max-width: 767px) {
  .c-common-list3 li .c-wrap .c-text-box .c-logo {
    margin: 0.2rem 0;
    height: 3rem;
  }
}
.c-common-list3 li .c-wrap .c-text-box .c-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-common-list3 li .c-wrap .c-text-box .c-more {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.c-common-list3 li .c-wrap .c-text-box .c-more i {
  margin-left: 5px;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/x-sw-jt5.png) no-repeat center / auto 100%;
}
.c-common-list3 li .c-wrap:hover {
  box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.c-common-list3 li .c-wrap:hover .c-text-box .c-title {
  color: #0058dc;
  background-size: 100% 100%;
}
.c-common-list3 li .c-wrap:hover .c-text-box .c-more {
  color: #0058dc;
}
.c-common-list3 li .c-wrap:hover .c-text-box .c-more i {
  background: url(../images/x-sw-jt6.png) no-repeat center / 100% auto;
}

.gsgs01{ font-size:22px; font-weight:900; line-height:240%}
.gsgs07{ line-height:170%; height:200px;}

@media screen and (min-width: 1024px) {.x-index-banner .banner01_bg {
  z-index: 1;
  width: 100%;
  height:97%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}}
@media screen and (max-width: 1024px) {.x-index-banner .banner01_bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}}


.x-index-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}