@charset "utf-8";
:root {
  --color: #005CE6;
  --vh: 100vh;
}
/*字体*/
@font-face {
  font-family: "Light";
  src: url("../font/Poppins-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Medium";
  src: url("../font/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Regular";
  src: url("../font/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Semi";
  src: url("../font/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Bo";
  src: url("../font/Poppins-Bold.ttf") format("truetype");
}
.font-Li {
  font-family: 'Light', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-Me {
  font-family: 'Medium', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-Re {
  font-family: 'Regular', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-Se {
  font-family: 'Semi', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-Bo {
  font-family: 'Bo', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ff5409;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'Regular', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.4 !important;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 85%;
  max-width: 1600px;
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.container2 {
  margin: 0 auto;
  width: 85%;
  max-width: 1400px;
}
@media (max-width: 1260px) {
  .container2 {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font116 {
  font-size: 1.16rem;
}
.font96 {
  font-size: 0.96rem;
}
.font90 {
  font-size: 0.9rem;
}
.font82 {
  font-size: 0.82rem;
}
.font80 {
  font-size: 0.8rem;
}
.font64 {
  font-size: 0.64rem;
}
.font60 {
  font-size: 0.6rem;
}
.font50 {
  font-size: 0.5rem;
}
.font48 {
  font-size: 0.48rem;
}
.font44 {
  font-size: 0.44rem;
}
.font42 {
  font-size: 0.42rem;
}
.font40 {
  font-size: 0.4rem;
}
.font36 {
  font-size: 0.36rem;
}
.font30 {
  font-size: 0.3rem;
}
.font28 {
  font-size: 0.28rem;
}
.font26 {
  font-size: 0.26rem;
}
.font24 {
  font-size: 24px;
}
.font22 {
  font-size: 22px;
}
.font20 {
  font-size: 20px;
}
.font18 {
  font-size: 18px;
}
.font16 {
  font-size: 16px;
}
@media (max-width: 1580px) {
  .font16 {
    font-size: 14px;
  }
  .font18 {
    font-size: 16px;
  }
  .font20,
  .font22 {
    font-size: 18px;
  }
  .font24,
  .font26 {
    font-size: 20px;
  }
  .font28 {
    font-size: 0.3rem;
  }
  .font30 {
    font-size: 0.32rem;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
  .font18 {
    font-size: 0.3rem;
  }
  .font20,
  .font22,
  .font26 {
    font-size: 0.34rem;
  }
  .font24 {
    font-size: 0.34rem;
  }
  .font28 {
    font-size: 0.34rem;
  }
  .font30 {
    font-size: 0.36rem;
  }
  .font82 {
    font-size: 0.54rem;
  }
  .font96 {
    font-size: 0.6rem;
  }
}
.public-scrollbar {
  scrollbar-width: thin;
}
.public-scrollbar ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.public-scrollbar ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ff5409;
}
.public-scrollbar ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.x-public-a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #878d8f;
  border-radius: 100px;
  padding: 0.17rem 0.28rem;
  min-width: 2.06rem;
  min-height: 0.66rem;
  text-align: center;
  overflow: hidden;
  transition: 0.4s all;
}
@media (max-width: 767px) {
  .x-public-a {
    min-width: 2.8rem;
  }
}
.x-public-a:hover {
  position: relative;
  border-color: #ff5409;
  background-color: #ff5409;
}
.x-public-a:hover span {
  color: #fff;
}
.x-public-a:hover i::before {
  transform: translate(-50%, -50%) scale(20);
}
.x-public-a:hover i svg {
  transform: rotate(45deg);
}
.x-public-a span {
  color: #333333;
  display: inline-block;
  margin-right: 0.15rem;
  text-transform: capitalize;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .x-public-a span {
    font-size: 0.24rem;
  }
}
.x-public-a i {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #ff5409;
  position: relative;
}
.x-public-a i::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: 0.4s ease-in-out;
  background-color: #ff5409;
  border-radius: 100%;
}
.x-public-a i svg {
  display: inline-block;
  width: 8px;
  height: 8px;
  transition: 0.4s all;
  position: relative;
  z-index: 2;
}
.x-public-a i svg path {
  fill: #fff;
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #ff5409;
}
#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: #ff5409;
}
#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: #ff5409;
}
#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%;
}
html.on {
  overflow: hidden;
}
.x-load1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 950;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
}
.x-load1 .x-cs {
  position: relative;
  width: 100%;
  height: 100%;
}
.x-load1 .x-cs.on {
  transition: 1.05s all;
  transform: scale(1);
}
.x-load1 .x-cs.on2 {
  transition: 0.8s all;
  opacity: 0;
}
.x-load1 .x-img {
  width: 100%;
  height: 100%;
  position: relative;
}
.x-load1 .x-img svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: xz2 2s cubic-bezier(0.71, 0.1, 0.58, 1) infinite;
}
@keyframes xz2 {
  0% {
    width: 400%;
    height: 400%;
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    width: 500%;
    height: 500%;
  }
  100% {
    width: 3800%;
    height: 3800%;
    transform: translate(-50%, -50%) rotate(1080deg);
  }
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 0.9rem;
}
@media (max-width: 1580px) {
  #c-placeholder {
    height: 1rem;
  }
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
@keyframes tsc {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.fadetsc {
  -webkit-animation-name: tsc;
  animation-name: tsc;
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 1.2rem;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header a {
  color: #fff;
  transition: 0.3s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1.2rem;
  }
}
@media (max-width: 991px) {
  #c-header .container .x-pc-nav {
    display: none !important;
  }
}
#c-header .container .x-pc-nav ul {
  display: flex;
  align-items: center;
}
#c-header .container .x-pc-nav ul li {
  margin-right: 0.55rem;
}
#c-header .container .x-pc-nav ul li:last-child {
  margin-right: 0;
}
#c-header .container .x-pc-nav ul li:hover .x-ta {
  color: #ff5409;
}
#c-header .container .x-pc-nav ul li:hover .x-ta i svg path {
  fill: #ff5409;
}
#c-header .container .x-pc-nav ul li .x-ta {
  color: #fff;
  display: inline-block;
  transition: 0.4s ease-in-out;
}
#c-header .container .x-pc-nav ul li .x-ta i {
  display: inline-flex;
  align-items: center;
  width: 8px;
  height: 8px;
  margin-left: 0.1rem;
}
#c-header .container .x-pc-nav ul li .x-ta i svg {
  width: 100%;
  height: 100%;
}
#c-header .container .x-pc-nav ul li .x-ta i svg path {
  fill: #fff;
  transition: 0.4s ease-in-out;
}
#c-header .container .x-pc-nav ul li .x-aa {
  margin: 0 -0.25rem -0.5rem 0;
  background-color: #1e1e1e;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 555;
  padding: 0.5rem 0;
  width: 100%;
  border-top: 1px solid rgba(103, 103, 103, 0.5);
  display: none;
}
#c-header .container .x-pc-nav ul li .x-aa .x-aab {
  width: 63.28%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#c-header .container .x-pc-nav ul li .x-aa .x-aab .x-box {
  width: 25%;
  padding: 0 0.35rem 0.5rem 0;
  display: flex;
}
#c-header .container .x-pc-nav ul li .x-aa .x-aab .x-box a {
  display: block;
  width: 100%;
}
#c-header .container .x-pc-nav ul li .x-aa .x-aab .x-box a:hover .public-img img {
  transform: scale(1.1);
}
#c-header .container .x-pc-nav ul li .x-aa .x-aab .x-box a:hover p {
  color: #ff5409;
}
#c-header .container .x-pc-nav ul li .x-aa .x-aab .x-box a .public-img {
  background: url(../images/x-index16.png) no-repeat center;
  background-size: cover;
}
#c-header .container .x-pc-nav ul li .x-aa .x-aab .x-box a .public-img::before {
  padding-top: 66.43356643%;
}
#c-header .container .x-pc-nav ul li .x-aa .x-aab .x-box a p {
  color: #fff;
  margin-top: 0.15rem;
  line-height: initial;
  text-align: left;
  transition: 0.4s ease-in-out;
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-style2 {
  color: #fff;
  background: #1e1e1e;
  line-height: 0.9rem;
}
@media (max-width: 1580px) {
  #c-header.c-style2 {
    line-height: 1rem;
  }
}
#c-header.c-style2 a {
  color: #fff;
}
#c-header.c-style3 {
  color: #333;
  background: #fff;
}
#c-header.c-style3 .container .x-pc-nav ul li .x-ta {
  color: #333;
}
#c-header.c-style3 .container .x-pc-nav ul li .x-ta i svg path {
  fill: #1e1e1e;
}
.x-xia-ss {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background-color: #fff;
  padding: 0.8rem 0 1rem;
  border-top: 1px solid #f0f0f0;
  display: none;
}
.x-xia-ss .x-l-xi .x-x-form {
  display: flex;
  border-radius: 10px;
  align-items: center;
  height: 0.6rem;
  min-height: 40px;
  width: 6rem;
  justify-content: space-between;
  border: 1px solid #f0f0f0;
  margin: 0 auto;
}
.x-xia-ss .x-l-xi .x-x-form input {
  flex: 1;
  padding-left: 0.2rem;
  height: 100%;
  align-items: center;
  display: flex;
  color: #333;
}
.x-xia-ss .x-l-xi .x-x-form button {
  padding: 0 0.2rem;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.x-xia-ss .x-l-xi .x-x-form button svg {
  width: 0.2rem;
  min-width: 15px;
}
.x-xia-ss .x-l-xi .x-x-form button svg path {
  fill: #000;
}
#c-header .container .x-nav-con {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: #1e1e1e;
  padding-top: 1.2rem;
  display: none;
}
@media (max-width: 991px) {
  #c-header .container .x-nav-con {
    display: none !important;
  }
}
#c-header .container .x-nav-con.on .menu-mask {
  top: 0;
  right: 10%;
  transform: matrix(4, 0, 0, 4, 0, 0);
}
#c-header .container .x-nav-con .x-va {
  height: 100%;
}
#c-header .container .x-nav-con .x-va .x-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-top: 0.1rem;
}
#c-header .container .x-nav-con .x-va .x-row .x-le {
  width: 26.25%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 0.7rem;
}
#c-header .container .x-nav-con .x-va .x-row .x-le .x-a a {
  display: block;
  line-height: initial;
  text-align: left;
  margin-bottom: 0.35rem;
  transition: 0.4s ease-in-out;
  line-height: 1.2;
}
#c-header .container .x-nav-con .x-va .x-row .x-le .x-a a:hover,
#c-header .container .x-nav-con .x-va .x-row .x-le .x-a a.on {
  color: #ff5409;
  font-weight: bold;
}
#c-header .container .x-nav-con .x-va .x-row .x-le .x-gl {
  margin-top: 0.8rem;
}
#c-header .container .x-nav-con .x-va .x-row .x-le .x-gl .x-pp {
  display: flex;
  line-height: initial;
  margin-bottom: 0.2rem;
}
#c-header .container .x-nav-con .x-va .x-row .x-le .x-gl .x-pp i {
  display: inline-block;
  width: 0.26rem;
  height: 0.26rem;
  margin-right: 0.12rem;
}
@media (max-width: 1580px) {
  #c-header .container .x-nav-con .x-va .x-row .x-le .x-gl .x-pp i {
    width: 0.32rem;
    height: 0.32rem;
  }
}
@media (max-width: 1260px) {
  #c-header .container .x-nav-con .x-va .x-row .x-le .x-gl .x-pp i {
    width: 0.36rem;
    height: 0.36rem;
  }
}
#c-header .container .x-nav-con .x-va .x-row .x-le .x-gl .x-pp i svg {
  width: 100%;
  height: 100%;
}
#c-header .container .x-nav-con .x-va .x-row .x-le .x-gl .x-pp i svg path {
  fill: #5d5d5d;
}
#c-header .container .x-nav-con .x-va .x-row .x-le .x-gl .x-pp .x-sp {
  line-height: initial;
  text-align: left;
}
#c-header .container .x-nav-con .x-va .x-row .x-ri {
  width: 73.75%;
  padding: 0.2rem 0 0 1.1rem;
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -0.55rem -1rem;
  height: 78vh;
  overflow-y: auto;
  scrollbar-width: thin;
  display: none;
}
@media (max-width: 1580px) {
  #c-header .container .x-nav-con .x-va .x-row .x-ri dl {
    height: 65vh;
  }
}
@media (max-width: 1260px) {
  #c-header .container .x-nav-con .x-va .x-row .x-ri dl {
    margin: 0 -0.3rem -0.8rem;
  }
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl.on {
  display: flex;
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 1px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ff5409;
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl dd {
  width: 33.33%;
  padding: 0 0.55rem 1rem;
}
@media (max-width: 1260px) {
  #c-header .container .x-nav-con .x-va .x-row .x-ri dl dd {
    padding: 0 0.3rem 0.8rem;
  }
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl dd a:hover .x-title {
  color: #ff5409;
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl dd a:hover .x-title span {
  background-size: 100% 100%;
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl dd a:hover .public-img img {
  transform: scale(1.1);
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl dd a .x-title {
  text-align: left;
  line-height: initial;
  margin-bottom: 0.35rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl dd a .x-title span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, #ff5409 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.4s;
  display: initial;
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl dd a .public-img {
  background: url('../images/x-index16.png') no-repeat center;
  background-size: cover;
}
#c-header .container .x-nav-con .x-va .x-row .x-ri dl dd a .public-img::before {
  padding-top: 66.17647059%;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 0.3rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 0.4rem;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1),
#c-header.c-style3 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2),
#c-header.c-style3 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
/*顶部pc导航*/
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1.15rem;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.3s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.3s;
}
#c-header .c-nav2 li .c-title-box img path,
#c-header .c-nav2 li .c-title-box svg path {
  fill: #333;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #ff5409;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.3s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i {
  background: #333;
}
@media (max-width: 991px) {
  #c-header.c-style2 .c-switch i {
    background: #fff;
  }
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
}
#c-header .c-gn .x-lx {
  display: inline-block;
}
@media (max-width: 991px) {
  #c-header .c-gn .x-lx {
    display: none;
  }
}
#c-header .c-gn .x-lx:hover i svg {
  transform: translateX(0.1rem);
}
#c-header .c-gn .x-lx span {
  position: relative;
}
#c-header .c-gn .x-lx span::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s ease-in-out;
}
#c-header .c-gn .x-lx i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 0.1rem;
  transform: translateY(0.04rem);
}
#c-header .c-gn .x-lx i svg {
  width: 100%;
  height: 100%;
  display: inline-block;
  transition: 0.4s ease-in-out;
}
#c-header .c-gn .x-lx i svg path {
  fill: #ff5f10;
}
#c-header .c-gn .x-ss {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 0.26rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 100%;
  width: 0.44rem;
  height: 0.44rem;
}
@media (max-width: 1580px) {
  #c-header .c-gn .x-ss {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 1260px) {
  #c-header .c-gn .x-ss {
    display: none;
  }
}
#c-header .c-gn .x-ss .x-switch {
  display: none;
}
#c-header .c-gn .x-ss.on svg {
  display: none;
}
#c-header .c-gn .x-ss.on .x-switch {
  display: inline-block;
}
#c-header .c-gn .x-ss.on .x-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#c-header .c-gn .x-ss.on .x-switch i:nth-child(2) {
  opacity: 0;
}
#c-header .c-gn .x-ss.on .x-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#c-header .c-gn .x-ss svg {
  display: inline-block;
  width: 18px;
  height: 18px;
}
#c-header .c-gn .x-ss svg path {
  fill: #fff;
}
#c-header .c-gn .x-ss2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: 0.26rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 100%;
  width: 0.44rem;
  height: 0.44rem;
}
@media (max-width: 1580px) {
  #c-header .c-gn .x-ss2 {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 1260px) {
  #c-header .c-gn .x-ss2 {
    display: none;
  }
}
#c-header .c-gn .x-ss2 svg {
  display: inline-block;
  width: 20px;
  height: 20px;
}
#c-header .c-gn .x-ss2 svg path {
  fill: #fff;
}
#c-header .c-gn .x-swit {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 100%;
  width: 0.44rem;
  height: 0.44rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.14rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 1580px) {
  #c-header .c-gn .x-swit {
    width: 0.6rem;
    height: 0.6rem;
  }
}
#c-header .c-gn .x-switch {
  position: relative;
  width: 16px;
  height: 14px;
}
@media (max-width: 991px) {
  #c-header .c-gn .x-switch {
    display: block;
  }
}
#c-header .c-gn .x-switch.on i {
  background-color: #333;
}
#c-header .c-gn .x-switch.on i:nth-child(2) {
  opacity: 0;
}
#c-header .c-gn .x-switch.on i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#c-header .c-gn .x-switch.on i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#c-header .c-gn .x-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.3s;
}
#c-header .c-gn .x-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-gn .x-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-gn .x-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header .c-gn.c-style2 .c-switch i {
  background: #fff;
}
@media (max-width: 991px) {
  #c-header .c-gn.c-style2 .c-switch i {
    background: #333;
  }
}
#c-header .c-gn .c-language {
  margin: 0 0.3rem;
  position: relative;
  cursor: pointer;
}
#c-header .c-gn .c-language .c-ico-text {
  display: flex;
  align-items: center;
}
#c-header .c-gn .c-language .c-ico-text span {
  margin: 0 0.05rem;
  transition: all 0.4s;
}
#c-header .c-gn .c-language .c-ico-text img,
#c-header .c-gn .c-language .c-ico-text svg {
  width: 20px;
  height: 20px;
  transition: 0.4s;
  vertical-align: middle;
}
#c-header .c-gn .c-language .c-ico-text img:nth-child(3),
#c-header .c-gn .c-language .c-ico-text svg:nth-child(3) {
  width: 14px;
  height: 14px;
  transform: rotate(90deg);
}
#c-header .c-gn .c-language .c-ico-text img path,
#c-header .c-gn .c-language .c-ico-text svg path {
  fill: #fff;
}
#c-header .c-gn .c-language .c-box {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 10px;
  min-width: 100px;
  line-height: 40px;
  background: #fff;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 0 0 5px 5px;
}
#c-header .c-gn .c-language .c-box a {
  display: block;
  padding: 0 20px;
  color: #333;
  border-radius: 5px;
}
#c-header .c-gn .c-language .c-box a:hover {
  color: #ff5409;
  background: #f8f9fc;
}
#c-header.c-style2 .x-lx span {
  color: #fff;
}
#c-header.c-style2 .x-lx span::before {
  background-color: #c4c4c4;
}
#c-header.c-style2 .x-ss {
  border-color: #333;
  background: #333;
}
#c-header.c-style2 .x-ss svg path {
  fill: #fff;
}
#c-header.c-style2 .x-ss2 {
  border-color: #333;
  background: #333;
}
#c-header.c-style2 .x-ss2 svg path {
  fill: #fff;
}
#c-header.c-style2 .x-switch i {
  background-color: #fff;
}
@media (max-width: 991px) {
  #c-header.c-style2 .x-switch i {
    background-color: #333;
  }
}
#c-header.c-style2 .x-swit {
  border-color: #dcdcdc !important;
}
#c-header.c-style3 .x-lx span {
  color: #333;
}
#c-header.c-style3 .x-lx span::before {
  background-color: #c4c4c4;
}
#c-header.c-style3 .x-ss {
  border-color: #dcdcdc;
}
#c-header.c-style3 .x-switch i {
  background-color: #fff !important;
}
#c-header.c-style3 .c-switch i {
  background-color: #fff !important;
}
@media (max-width: 991px) {
  #c-header.c-style3 .c-switch i {
    background-color: #333 !important;
  }
}
#c-header.c-style3 .x-swit {
  border-color: #dcdcdc !important;
}
/*首页轮播图*/
.c-home-banner .swiper-slide {
  overflow: hidden;
  position: relative;
}
.c-home-banner .swiper-slide.swiper-slide-active .c-pc,
.c-home-banner .swiper-slide.swiper-slide-active .c-mb {
  transform: scale(1);
}
.c-home-banner .swiper-slide .c-pc,
.c-home-banner .swiper-slide .c-mb {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transition: 5s ease-in-out;
  transform: scale(1.1);
}
.c-home-banner .swiper-slide .c-mb {
  display: none;
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-mb {
    display: block;
  }
}
@media (max-width: 991px) {
  .c-home-banner .swiper-slide .c-pc {
    display: none;
  }
}
.c-home-banner .swiper-slide .x-text {
  position: absolute;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 767px) {
  .c-home-banner .swiper-slide .x-text {
    top: auto;
    bottom: 1.15rem;
    transform: translateX(-50%) translateY(0);
  }
}
.c-home-banner .swiper-slide .x-text .x-span {
  color: #ff5409;
}
.c-home-banner .swiper-slide .x-text .x-title {
  color: #fff;
  text-transform: capitalize;
  line-height: 1.1;
  padding: 0.1rem 0 0.3rem 0;
}
@media (max-width: 767px) {
  .c-home-banner .swiper-slide .x-text .x-title {
    padding-bottom: 0.9rem;
  }
  .c-home-banner .swiper-slide .x-text .x-title br {
    display: none;
  }
}
.c-home-banner .swiper-slide .x-text .x-p {
  color: #fff;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .c-home-banner .swiper-slide .x-text .x-p {
    margin-bottom: 0.5rem;
    display: none;
  }
}
.c-home-banner .swiper-slide .x-text .x-public-a:hover {
  border: 1px solid #ff5409;
}
.c-home-banner .swiper-slide .x-text .x-public-a span {
  color: #fff;
}
.c-home-banner .swiper-pagination {
  bottom: 0.7rem;
}
@media (max-width: 767px) {
  .c-home-banner .swiper-pagination {
    display: none;
  }
}
.c-home-banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.66rem;
  height: 0.03rem;
  border-radius: initial;
  background: #cfcecf;
  opacity: 1;
  transition: 0.4s ease-in-out;
}
.c-home-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff5409;
}
.x-index1 {
  padding-top: 1.45rem;
}
@media (max-width: 767px) {
  .x-index1 {
    padding-top: 1.2rem;
  }
}
.x-index1 .container .x-top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .x-index1 .container .x-top {
    flex-wrap: wrap;
  }
}
.x-index1 .container .x-top .x-title {
  color: #222;
  width: 50%;
  padding-right: 0.2rem;
}
@media (max-width: 767px) {
  .x-index1 .container .x-top .x-title {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .x-index1 .container .x-top .x-public-a {
    display: none;
  }
}
.x-index1 .container .x-top .x-r {
  width: 50%;
}
@media (max-width: 767px) {
  .x-index1 .container .x-top .x-r {
    width: 100%;
    text-align: center;
  }
}
.x-index1 .container .x-top .x-r .x-public-wenan {
  margin-bottom: 0.45rem;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .x-index1 .container .x-top .x-r .x-public-wenan {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-index1 .container .x-top .x-r .x-public-wenan {
    font-size: 0.34rem;
  }
}
.x-index1 .container .x-xia {
  margin-top: 0.65rem;
  position: relative;
  overflow: hidden;
  height: 6.5rem;
}
@media (max-width: 767px) {
  .x-index1 .container .x-xia {
    height: auto;
    border-radius: initial;
    margin-top: 0.4rem;
  }
}
.x-index1 .container .x-xia .x-img {
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .x-index1 .container .x-xia .x-img {
    display: none;
  }
}
.x-index1 .container .x-xia .x-img .public-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
}
.x-index1 .container .x-xia .x-img .public-img.on {
  opacity: 1;
}
.x-index1 .container .x-xia .x-img .public-img::before {
  padding-top: 33.85416667%;
}
.x-index1 .container .x-xia ul {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-index1 .container .x-xia ul {
    position: initial;
    flex-wrap: wrap;
  }
}
.x-index1 .container .x-xia ul::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(bottom, rgba(8, 57, 107, 0.51), rgba(8, 57, 107, 0));
  background: linear-gradient(to top, rgba(8, 57, 107, 0.51), rgba(8, 57, 107, 0));
  width: 100%;
  height: 2.7rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .x-index1 .container .x-xia ul::before {
    display: none;
  }
}
.x-index1 .container .x-xia ul li {
  width: 20%;
  position: relative;
  z-index: 5;
  border-right: 1px solid rgba(210, 220, 228, 0.2);
}
@media (max-width: 767px) {
  .x-index1 .container .x-xia ul li {
    width: 100%;
    margin-bottom: 0.6rem;
    border-right: none;
  }
}
.x-index1 .container .x-xia ul li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: -webkit-linear-gradient(bottom, #ff5f10, rgba(255, 95, 16, 0));
  background: linear-gradient(to top, #ff5f10, rgba(255, 95, 16, 0));
  width: 100%;
  height: 2.7rem;
  z-index: 1;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-index1 .container .x-xia ul li::before {
    display: none;
  }
}
.x-index1 .container .x-xia ul li.on::before {
  opacity: 1;
}
.x-index1 .container .x-xia ul li.on .x-p .x-sp span {
  font-family: 'Bo', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-index1 .container .x-xia ul li.on .x-p .x-sp i svg path {
  fill: #fff;
}
.x-index1 .container .x-xia ul li:last-child {
  border-right: none;
}
.x-index1 .container .x-xia ul li .x-p {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .x-index1 .container .x-xia ul li .x-p {
    display: block;
  }
  .x-index1 .container .x-xia ul li .x-p::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0));
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    border-radius: 0.24rem;
  }
}
.x-index1 .container .x-xia ul li .x-p .public-img {
  display: none;
}
@media (max-width: 767px) {
  .x-index1 .container .x-xia ul li .x-p .public-img {
    display: block;
    border-radius: 0.24rem;
  }
}
.x-index1 .container .x-xia ul li .x-p .public-img::before {
  padding-top: 60%;
}
.x-index1 .container .x-xia ul li .x-p .x-sp {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 0 0.58rem 0.4rem;
  z-index: 10;
  height: 90px;
}
@media (max-width: 1580px) {
  .x-index1 .container .x-xia ul li .x-p .x-sp {
    padding: 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-index1 .container .x-xia ul li .x-p .x-sp {
    height: auto;
    padding: 0.4rem;
  }
}
.x-index1 .container .x-xia ul li .x-p .x-sp span {
  display: inline-block;
  line-height: 1.3;
}
.x-index1 .container .x-xia ul li .x-p .x-sp span span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #fff 0%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: 0.5s;
  display: initial;
}
.x-index1 .container .x-xia ul li .x-p .x-sp i {
  display: inline-block;
  margin-left: 0.1rem;
}
.x-index1 .container .x-xia ul li .x-p .x-sp i svg {
  width: 10px;
  height: 10px;
}
.x-index1 .container .x-xia ul li .x-p .x-sp i svg path {
  fill: #f66118;
  transition: 0.4s ease-in-out;
}
.x-index2 {
  padding-top: 1.6rem;
}
@media (max-width: 767px) {
  .x-index2 {
    padding-top: 0.6rem;
  }
}
.x-index2 .x-con {
  overflow: hidden;
}
.x-index2 .x-con .x-pp-pub {
  display: flex;
}
.x-index2 .x-con .x-pp-pub .x-p {
  color: #444444;
  display: flex;
  justify-content: center;
  width: 100%;
}
.x-index2 .x-con .x-pp-pub .x-p p {
  display: inline-block;
  padding-left: 0.35rem;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-pp-pub .x-p p {
    padding-left: 0;
    line-height: 1;
    text-align: center;
  }
}
.x-index2 .x-con .x-text {
  text-align: center;
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-text {
    margin-top: 0.1rem;
  }
}
.x-index2 .x-con .x-text .x-sp {
  color: #888888;
  line-height: 1.3;
}
.x-index2 .x-con .x-text .x-public-a {
  margin-top: 0.4rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-text .x-public-a {
    margin-top: 0.7rem;
  }
}
.x-index2 .x-con .x-text .x-public-a:hover i::before {
  opacity: 1;
}
.x-index2 .x-con .x-text .x-public-a:hover i svg {
  transform: initial;
}
.x-index2 .x-con .x-text .x-public-a:hover i svg path {
  fill: #fff;
}
.x-index2 .x-con .x-text .x-public-a i {
  background: transparent;
}
.x-index2 .x-con .x-text .x-public-a i::before {
  opacity: 0;
}
.x-index2 .x-con .x-text .x-public-a i svg {
  display: inline-block;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .x-index2 .x-con .x-text .x-public-a i svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.x-index2 .x-con .x-text .x-public-a i svg path {
  fill: #ff5409;
}
.x-index2 .x-con .x-text .x-img {
  margin-top: -0.7rem;
  pointer-events: none;
}
.x-index2 .x-con .x-text .x-img svg {
  width: 5.98rem;
  height: 5.98rem;
  display: inline-block;
  animation: xz 6s linear infinite;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes xz {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.x-index3 {
  margin-top: -3.05rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .x-index3 {
    margin-top: -3.1rem;
    padding-bottom: 3rem;
    background: #000;
  }
}
.x-index3 .x-v {
  width: 100%;
  height: 8.6rem;
}
@media (max-width: 767px) {
  .x-index3 .x-v {
    position: relative;
  }
}
.x-index3 .x-v .x-img {
  width: 100%;
  height: 100%;
}
.x-index3 .x-v .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index3 .x-v .x-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.x-index3 .x-v .x-img video.on:nth-of-type(1) {
  display: none;
}
.x-index3 .x-v .x-img video.on:nth-of-type(2) {
  display: block;
}
.x-index3 .x-v .x-img video:nth-of-type(2) {
  display: none;
}
.x-index3 .x-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
@media (max-width: 767px) {
  .x-index3 .x-text {
    top: 68%;
  }
}
.x-index3 .x-text .x-sp {
  color: #ff5409;
}
.x-index3 .x-text .x-p {
  margin: 0.3rem 0;
  line-height: 1;
  color: #fff;
}
.x-index3 .x-text .x-p2 {
  color: #fff;
}
@media (max-width: 767px) {
  .x-index3 .x-text .x-p2 {
    font-size: 0.24rem;
  }
}
.x-index3 .x-text .x-public-a {
  margin-top: 0.4rem;
}
.x-index3 .x-text .x-public-a:hover span {
  color: #fff;
}
.x-index3 .x-text .x-public-a span {
  color: #fff;
}
.x-index4 {
  background-color: #000000;
  padding: 0.5rem 0 1.55rem 0;
  border-top: 1px solid #413c37;
}
@media (max-width: 767px) {
  .x-index4 {
    padding: 1rem 0;
  }
}
.x-index4 .x-con {
  padding-left: 8.333%;
}
.x-index4 .x-con .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 0.6rem;
}
.x-index4 .x-con .x-top .x-title {
  color: #fff;
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-top .x-title {
    width: 100%;
    text-align: center;
    font-size: 0.5rem;
  }
}
.x-index4 .x-con .x-top .x-sp {
  display: flex;
  width: 77%;
}
@media (max-width: 1260px) {
  .x-index4 .x-con .x-top .x-sp {
    width: 69%;
  }
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-top .x-sp {
    width: 100%;
    font-size: 0.28rem;
    justify-content: center;
    margin-top: 0.3rem;
  }
}
.x-index4 .x-con .x-top .x-sp .swiper-slide {
  width: auto;
}
.x-index4 .x-con .x-top .x-sp .swiper-slide:hover p {
  color: #ff5409;
}
.x-index4 .x-con .x-top .x-sp .swiper-slide:hover p i {
  background-color: #ff5409;
}
.x-index4 .x-con .x-top .x-sp .swiper-slide.on p {
  color: #ff5409;
}
.x-index4 .x-con .x-top .x-sp .swiper-slide.on p i {
  background-color: #ff5409;
}
.x-index4 .x-con .x-top .x-sp p {
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  margin-left: 0.6rem;
  transition: 0.4s all;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-top .x-sp p {
    font-size: 0.32rem;
    margin-left: 0;
    margin-right: 0.6rem;
  }
}
.x-index4 .x-con .x-top .x-sp p i {
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  margin-right: 0.15rem;
  transition: 0.4s all;
  flex-shrink: 0;
}
.x-index4 .x-con .x-top .x-but {
  display: flex;
  align-items: center;
  width: 8.2%;
}
@media (max-width: 1260px) {
  .x-index4 .x-con .x-top .x-but {
    width: 12%;
  }
}
@media (max-width: 991px) {
  .x-index4 .x-con .x-top .x-but {
    width: 100%;
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-top .x-but {
    display: none;
  }
}
.x-index4 .x-con .x-top .x-but .x-prev1 {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-right: 0.2rem;
  transition: 0.4s all;
  cursor: pointer;
}
.x-index4 .x-con .x-top .x-but .x-prev1:hover {
  border-color: #ff5409;
}
.x-index4 .x-con .x-top .x-but .x-prev1:hover svg path {
  fill: #ff5409;
}
.x-index4 .x-con .x-top .x-but .x-prev1 svg {
  display: inline-block;
  width: 18px;
  height: 18px;
}
@media (max-width: 1580px) {
  .x-index4 .x-con .x-top .x-but .x-prev1 svg {
    width: 14px;
    height: 14px;
  }
}
.x-index4 .x-con .x-top .x-but .x-prev1 svg path {
  fill: #fff;
  transition: 0.4s all;
}
.x-index4 .x-con .x-top .x-but .x-next1 {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: 0.4s all;
  cursor: pointer;
}
.x-index4 .x-con .x-top .x-but .x-next1:hover {
  border-color: #ff5409;
}
.x-index4 .x-con .x-top .x-but .x-next1:hover svg path {
  fill: #ff5409;
}
.x-index4 .x-con .x-top .x-but .x-next1 svg {
  display: inline-block;
  width: 18px;
  height: 18px;
  transform: rotate(180deg);
}
@media (max-width: 1580px) {
  .x-index4 .x-con .x-top .x-but .x-next1 svg {
    width: 14px;
    height: 14px;
  }
}
.x-index4 .x-con .x-top .x-but .x-next1 svg path {
  fill: #fff;
  transition: 0.4s all;
}
.x-index4 .x-con .x-xia {
  margin-top: 0.4rem;
}
.x-index4 .x-con .x-xia .x-cx {
  display: none;
}
.x-index4 .x-con .x-xia .x-cx.on {
  display: block;
}
.x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide {
  border-right: 1px solid #413c37;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide {
    padding-right: 20px;
  }
}
.x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide a {
  position: relative;
  overflow: hidden;
  padding-bottom: 0.7rem;
  display: block;
}
.x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide a:hover .x-img {
  opacity: 1;
}
.x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide a:hover .public-img .x-bj {
  opacity: 0;
}
.x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide a:hover .x-text {
  margin: 0 0.28rem;
  padding: 0 0.3rem;
  border-top: 0.02rem solid rgba(255, 255, 255, 0.12);
}
.x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide a:hover .x-text span {
  color: #ffffff;
}
.x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide a .x-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
.x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide a .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide a .public-img::before {
  padding-top: 73.17%;
}
.x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide a .public-img .x-bj {
  z-index: -1;
  transition: 0.4s ease-in-out;
}
.x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide a .x-text {
  border-top: 0.02rem solid transparent;
  position: relative;
  z-index: 5;
  transition: 0.4s all;
}
.x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide a .x-text span {
  color: #7d7d7d;
  text-transform: underline;
  display: block;
  padding: 0.2rem 0 0.05rem;
  transition: 0.4s all;
  font-size: 14px;
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide a .x-text span {
    font-size: 0.28rem;
  }
}
.x-index4 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-title {
  color: #fff;
}
.x-index4 .x-con .x-xia .x-aa {
  text-align: center;
  margin-top: 0.4rem;
}
.x-index4 .x-con .x-xia .x-aa a span {
  color: #fff;
}
.x-index5 {
  position: relative;
}
@media (max-width: 767px) {
  .x-index5 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: #000;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 768px) {
  .x-index5 {
    background-image: none!important;
  }
}
@media (max-width: 767px) {
  .x-index5 .public-img {
    width: 100%;
    opacity: 0;
  }
}
.x-index5 .public-img::before {
  padding-top: 43.75%;
}
@media (max-width: 991px) {
  .x-index5 .public-img::before {
    padding-top: 64.75%;
  }
}
@media (max-width: 767px) {
  .x-index5 .public-img::before {
    padding-top: 126.75%;
  }
}
.x-index5 .x-text {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 767px) {
  .x-index5 .x-text {
    position: initial;
    transform: initial;
    order: -1;
    padding: 1rem 0;
    border-top: 1px solid #413c37;
    text-align: center;
    padding-bottom: 0;
  }
}
.x-index5 .x-text .x-title {
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
}
.x-index5 .x-text .x-p {
  color: #fff;
}
.x-index5 .x-text .x-sp {
  color: #fff;
  margin: 0.2rem 0 1.2rem;
}
@media (max-width: 767px) {
  .x-index5 .x-text .x-sp {
    margin-bottom: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 5.6em;
  }
}
.x-index5 .x-text .x-public-a {
  border: 1px solid #fff;
}
.x-index5 .x-text .x-public-a:hover {
  border: 1px solid #ff5409;
}
.x-index5 .x-text .x-public-a span {
  color: #fff;
}
.x-index6 {
  padding-top: 1.1rem;
}
@media (max-width: 767px) {
  .x-index6 {
    padding-top: 1.2rem;
  }
}
.x-index6 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 1.15rem;
  border-bottom: 1px solid #e6e6e6;
}
.x-index6 .container .x-left {
  width: 44%;
}
@media (max-width: 991px) {
  .x-index6 .container .x-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-index6 .container .x-left {
    margin-top: 0;
    text-align: center;
  }
}
.x-index6 .container .x-left .x-title {
  color: #222222;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .x-index6 .container .x-left .x-title {
    line-height: 1;
    margin-bottom: 0.3rem;
  }
}
.x-index6 .container .x-left .x-p {
  color: #888888;
  line-height: 1.3;
  margin: 0.2rem 0 0.9rem;
}
@media (max-width: 1580px) {
  .x-index6 .container .x-left .x-p {
    margin-bottom: 0.85rem;
  }
}
.x-index6 .container .x-right {
  width: 41.25%;
}
@media (max-width: 991px) {
  .x-index6 .container .x-right {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.x-index6 .container .x-right .public-img::before {
  padding-top: 64.24242424%;
}
.x-index7 {
  padding-top: 1.2rem;
}
.x-index7 .container {
  position: relative;
}
.x-index7 .container .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 0.1rem;
  z-index: 5;
}
@media (max-width: 767px) {
  .x-index7 .container .x-top {
    text-align: center;
  }
}
.x-index7 .container .x-top .x-le {
  width: 37.5%;
}
@media (max-width: 991px) {
  .x-index7 .container .x-top .x-le {
    width: 100%;
    padding: 0 0.2rem;
  }
}
.x-index7 .container .x-top .x-le .x-sp {
  color: #999999;
}
.x-index7 .container .x-top .x-le .x-p {
  line-height: 1;
  margin-top: 0.2rem;
  color: #222;
}
.x-index7 .container .x-top .x-ri {
  width: 45%;
  margin-top: 0.54rem;
  padding-right: 0.4rem;
}
@media (max-width: 991px) {
  .x-index7 .container .x-top .x-ri {
    width: 100%;
    padding: 0 0.2rem;
  }
}
.x-index7 .container .x-top .x-ri .x-p {
  color: #888888;
  margin-bottom: 0.6rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .x-index7 .container .x-top .x-ri .x-p {
    display: none;
  }
}
.x-index7 .container .x-xia .public-img::before {
  padding-top: 51.25%;
}
@media (max-width: 991px) {
  .x-index7 .container .x-xia .public-img::before {
    padding-top: 60.25%;
  }
}
@media (max-width: 767px) {
  .x-index7 .container .x-xia .public-img::before {
    padding-top: 115.25%;
  }
}
.x-index7 .container .x-xia .public-img img {
  transition: initial;
}
.x-index7 .container .x-xia .public-img img:nth-of-type(1) {
  transform: translateY(1rem);
}
.x-index7 .container .x-xia .public-img img:nth-of-type(2) {
  transform: translateY(2.2rem);
}
@media (max-width: 767px) {
  .x-index7 .container .x-xia .public-img img:nth-of-type(2) {
    object-fit: contain;
  }
}
.x-index8 {
  padding: 1.65rem 0 1.35rem 0;
}
@media (max-width: 767px) {
  .x-index8 {
    padding: 1.2rem 0 0.8rem;
  }
}
.x-index8 .container .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.x-index8 .container .x-top .x-l {
  width: 64%;
  padding-right: 0.2rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .x-index8 .container .x-top .x-l {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .x-index8 .container .x-top .x-l {
    width: auto;
  }
}
.x-index8 .container .x-top .x-l .x-title {
  width: 20%;
}
@media (max-width: 991px) {
  .x-index8 .container .x-top .x-l .x-title {
    width: 100%;
  }
}
.x-index8 .container .x-top .x-l .x-public-wenan {
  width: 80%;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .x-index8 .container .x-top .x-l .x-public-wenan {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .x-index8 .container .x-top .x-l .x-public-wenan {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-index8 .container .x-top .x-l .x-public-wenan {
    display: none;
    text-align: center;
    font-size: 0.34;
  }
}
.x-index8 .container .x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.35rem;
}
.x-index8 .container .x-xia .x-le {
  width: 55%;
  padding: 0.25rem 0.3rem 0.3rem 0.3rem;
  border: 1px solid #d4d4d4;
}
@media (max-width: 991px) {
  .x-index8 .container .x-xia .x-le {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-index8 .container .x-xia .x-le {
    padding: 0.25rem 0.2rem 0.3rem 0.25rem;
  }
}
.x-index8 .container .x-xia .x-le a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-index8 .container .x-xia .x-le a:hover .public-img img {
  transform: scale(1.1);
}
.x-index8 .container .x-xia .x-le a .public-img {
  width: 50.61%;
}
@media (max-width: 767px) {
  .x-index8 .container .x-xia .x-le a .public-img {
    width: 100%;
  }
}
.x-index8 .container .x-xia .x-le a .public-img::before {
  padding-top: 153%;
}
@media (max-width: 767px) {
  .x-index8 .container .x-xia .x-le a .public-img::before {
    padding-top: 68%;
  }
}
.x-index8 .container .x-xia .x-le a .x-text {
  width: 49.39%;
  padding-left: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .x-index8 .container .x-xia .x-le a .x-text {
    width: 100%;
    padding: 0.2rem 0.2rem;
  }
}
.x-index8 .container .x-xia .x-le a .x-text .x-c-te {
  margin-top: 0.3rem;
}
.x-index8 .container .x-xia .x-le a .x-text .x-c-te span {
  color: #999999;
}
.x-index8 .container .x-xia .x-le a .x-text .x-c-te .x-title {
  color: #222222;
  line-height: 1.2;
  margin: 0.1rem 0 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 6em;
}
@media (max-width: 767px) {
  .x-index8 .container .x-xia .x-le a .x-text .x-c-te .x-title {
    -webkit-line-clamp: initial;
    height: auto;
  }
}
.x-index8 .container .x-xia .x-le a .x-text .x-c-te .x-p {
  color: #888888;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  height: 8.4em;
}
@media (max-width: 767px) {
  .x-index8 .container .x-xia .x-le a .x-text .x-c-te .x-p {
    display: none;
  }
}
.x-index8 .container .x-xia .x-le a .x-text .x-sp {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: #413d3a;
}
@media (max-width: 767px) {
  .x-index8 .container .x-xia .x-le a .x-text .x-sp {
    font-size: 0.24rem;
  }
}
.x-index8 .container .x-xia .x-le a .x-text .x-sp p {
  display: inline-block;
  padding: 0.06rem 0.16rem;
  background-color: #f4f4f4;
  margin: 0.1rem 0.1rem 0 0;
  transition: 0.4s all;
}
.x-index8 .container .x-xia .x-le a .x-text .x-sp p:hover {
  background-color: #ff5f10;
  color: #fff;
}
.x-index8 .container .x-xia .x-ri {
  width: 43.75%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .x-index8 .container .x-xia .x-ri {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-index8 .container .x-xia .x-ri a {
  width: 48.57%;
  border: 1px solid rgba(60, 60, 60, 0.17);
  padding: 0.25rem 0.2rem 0.3rem 0.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .x-index8 .container .x-xia .x-ri a {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.x-index8 .container .x-xia .x-ri a:hover .x-te .public-img img {
  transform: scale(1.1);
}
.x-index8 .container .x-xia .x-ri a .x-te .public-img::before {
  padding-top: 75%;
}
@media (max-width: 767px) {
  .x-index8 .container .x-xia .x-ri a .x-te .public-img::before {
    padding-top: 68%;
  }
}
.x-index8 .container .x-xia .x-ri a .x-te span {
  color: #999999;
  display: block;
  margin: 0.6rem 0 0.25rem 0;
}
.x-index8 .container .x-xia .x-ri a .x-te .x-title {
  color: #222222;
  line-height: 1.1;
}
.x-index8 .container .x-xia .x-ri a .x-te .x-p {
  color: #888888;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.4em;
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  .x-index8 .container .x-xia .x-ri a .x-te .x-p {
    display: none;
  }
}
.x-index8 .container .x-xia .x-ri a .x-sp {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: #413d3a;
}
@media (max-width: 767px) {
  .x-index8 .container .x-xia .x-ri a .x-sp {
    font-size: 0.24rem;
    margin-top: 0.4rem;
  }
}
.x-index8 .container .x-xia .x-ri a .x-sp p {
  display: inline-block;
  padding: 0.06rem 0.16rem;
  background-color: #f4f4f4;
  margin: 0.1rem 0.1rem 0 0;
  transition: 0.4s all;
}
.x-index8 .container .x-xia .x-ri a .x-sp p:hover {
  background-color: #ff5f10;
  color: #fff;
}
.x-foot1 {
  background-color: #000000;
  padding-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-foot1 {
    padding-top: 0.8rem;
  }
}
.x-foot1 .container .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
  .x-foot1 .container .x-top {
    justify-content: center;
  }
}
.x-foot1 .container .x-top .x-logo {
  display: inline-block;
  width: auto;
  height: 0.4rem;
}
.x-foot1 .container .x-top .x-logo img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.x-foot1 .container .x-top .x-foll {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 767px) {
  .x-foot1 .container .x-top .x-foll {
    width: 100%;
    margin-top: 0.2rem;
    justify-content: center;
  }
}
.x-foot1 .container .x-top .x-foll span {
  color: rgba(255, 255, 255, 0.5);
}
.x-foot1 .container .x-top .x-foll .x-a {
  display: flex;
  align-items: center;
}
.x-foot1 .container .x-top .x-foll .x-a a {
  display: inline-block;
  margin-left: 0.3rem;
  width: 0.26rem;
  height: 0.26rem;
}
@media (max-width: 1580px) {
  .x-foot1 .container .x-top .x-foll .x-a a {
    width: 0.3rem;
    height: 0.3rem;
  }
}
@media (max-width: 767px) {
  .x-foot1 .container .x-top .x-foll .x-a a {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.x-foot1 .container .x-top .x-foll .x-a a:hover svg path {
  fill: #ff5f10;
}
.x-foot1 .container .x-top .x-foll .x-a a svg {
  display: block;
  width: 100%;
  height: 100%;
}
.x-foot1 .container .x-top .x-foll .x-a a svg path {
  fill: #fff;
}
.x-foot1 .container .x-zh {
  padding: 0.9rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .x-foot1 .container .x-zh {
    padding: 0.6rem 0;
  }
}
.x-foot1 .container .x-zh .x-l {
  width: 31.875%;
}
@media (max-width: 767px) {
  .x-foot1 .container .x-zh .x-l {
    width: 100%;
    text-align: center;
  }
}
.x-foot1 .container .x-zh .x-l .x-p {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.2;
}
@media (max-width: 767px) {
  .x-foot1 .container .x-zh .x-l .x-p br {
    display: none;
  }
}
.x-foot1 .container .x-zh .x-l .x-public-a {
  margin-top: 0.3rem;
}
.x-foot1 .container .x-zh .x-l .x-public-a:hover i::before {
  opacity: 1;
}
.x-foot1 .container .x-zh .x-l .x-public-a:hover i svg {
  transform: initial;
}
.x-foot1 .container .x-zh .x-l .x-public-a:hover i svg path {
  fill: #fff;
}
.x-foot1 .container .x-zh .x-l .x-public-a span {
  color: #fff;
}
.x-foot1 .container .x-zh .x-l .x-public-a i {
  background: transparent;
}
.x-foot1 .container .x-zh .x-l .x-public-a i::before {
  opacity: 0;
}
.x-foot1 .container .x-zh .x-l .x-public-a i svg {
  display: inline-block;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .x-foot1 .container .x-zh .x-l .x-public-a i svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.x-foot1 .container .x-zh .x-l .x-public-a i svg path {
  fill: #ff5409;
}
.x-foot1 .container .x-zh .x-z {
  width: 45.125%;
}
@media (max-width: 767px) {
  .x-foot1 .container .x-zh .x-z {
    width: 100%;
    margin-top: 0.6rem;
    padding-top: 0.6rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.x-foot1 .container .x-zh .x-z ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .x-foot1 .container .x-zh .x-z ul {
    justify-content: center;
  }
}
.x-foot1 .container .x-zh .x-z ul li {
  margin-right: 1.3rem;
}
@media (max-width: 991px) {
  .x-foot1 .container .x-zh .x-z ul li {
    margin-right: 0.6rem;
  }
}
.x-foot1 .container .x-zh .x-z ul li a {
  display: block;
  color: #747474;
  position: relative;
  line-height: 1.2;
  transition: 0.4s ease-in-out;
  margin-bottom: 0.1rem;
}
.x-foot1 .container .x-zh .x-z ul li a:hover {
  color: #ff5f10;
}
.x-foot1 .container .x-zh .x-z ul li a:hover span::before {
  width: 100%;
}
.x-foot1 .container .x-zh .x-z ul li a span {
  position: relative;
}
.x-foot1 .container .x-zh .x-z ul li a span::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: #ff5f10;
  transition: 0.4s ease-in-out;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .x-foot1 .container .x-zh .x-z ul li a span::before {
    display: none;
  }
}
.x-foot1 .container .x-zh .x-r {
  width: 23%;
}
@media (max-width: 991px) {
  .x-foot1 .container .x-zh .x-r {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-foot1 .container .x-zh .x-r .x-p {
  margin-bottom: 0.1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .x-foot1 .container .x-zh .x-r .x-p {
    display: flex;
  }
}
.x-foot1 .container .x-zh .x-r .x-p span {
  color: #959595;
  display: block;
  width: 54px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .x-foot1 .container .x-zh .x-r .x-p span {
    margin-right: 6px;
    width: 44px;
  }
}
.x-foot1 .container .x-zh .x-r .x-p p {
  color: #ffffff;
  line-height: 1.3;
}
.x-foot1 .container .x-zh .x-r .x-sp {
  display: flex;
  margin-bottom: 0.08rem;
}
.x-foot1 .container .x-zh .x-r .x-sp span {
  color: #959595;
  display: inline-block;
  width: 54px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .x-foot1 .container .x-zh .x-r .x-sp span {
    width: 44px;
  }
}
.x-foot1 .container .x-zh .x-r .x-sp p {
  color: #ffffff;
  display: flex;
}
.x-foot1 .container .x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.4rem 0 0.56rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.x-foot1 .container .x-xia a {
  color: #959595;
}
.x-foot1 .container .x-xia a:hover {
  color: #fff;
}
.x-foot1 .container .x-xia .x-p {
  color: #959595;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .x-foot1 .container .x-xia .x-p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .x-foot1 .container .x-xia .x-p {
    font-size: 0.24rem;
  }
}
.x-foot1 .container .x-xia .x-sp {
  font-size: 14px;
}
@media (max-width: 1580px) {
  .x-foot1 .container .x-xia .x-sp {
    font-size: 12px;
  }
}
@media (max-width: 1260px) {
  .x-foot1 .container .x-xia .x-sp {
    margin-top: 0.2rem;
  }
}
@media (max-width: 767px) {
  .x-foot1 .container .x-xia .x-sp {
    font-size: 0.24rem;
    display: none;
  }
}
.x-foot1 .container .x-xia .x-sp a {
  margin-left: 0.2rem;
  display: inline-block;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1260px) {
  .x-foot1 .container .x-xia .x-sp a:first-child {
    margin-left: 0;
  }
}
.x-ny-banner {
  position: relative;
  overflow: hidden;
}
.x-ny-banner .x-con .x-img {
  width: 100%;
  height: 100vh;
}
.x-ny-banner .x-con .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-ny-banner .x-con .x-img img:nth-of-type(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .x-img img:nth-of-type(2) {
    display: block;
  }
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .x-img img:nth-of-type(1) {
    display: none;
  }
}
.x-ny-banner .x-con .x-img video {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-ny-banner .container2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 5;
  padding-bottom: 1.1rem;
}
@media (max-width: 991px) {
  .x-ny-banner .container2 {
    bottom: 20%;
  }
}
@media (max-width: 767px) {
  .x-ny-banner .container2 {
    bottom: 13%;
    padding-bottom: 0;
  }
}
.x-ny-banner .container2 .x-title {
  color: #fff;
  line-height: 1.2;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .x-ny-banner .container2 .x-title {
    font-size: 0.6rem;
  }
}
.x-ny-banner .container2 .x-p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
  margin-top: 0.25rem;
  width: 74%;
}
@media (max-width: 767px) {
  .x-ny-banner .container2 .x-p {
    width: 100%;
  }
}
.x-ny-banner .container2 .x-public-a {
  margin-top: 1.1rem;
  border: 1px solid #f3f3f3;
}
.x-ny-banner .container2 .x-public-a:hover {
  border: 1px solid #ff5409;
}
.x-ny-banner .container2 .x-public-a span {
  color: #fff;
}
.x-ny-banner .container2 .x-lin {
  width: 0.66rem;
  height: 0.66rem;
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 1rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-ny-banner .container2 .x-lin {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.x-ny-banner .container2 .x-lin i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 22px;
  height: 22px;
  background-color: #ff5409;
  border-radius: 100%;
  font-style: initial;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-ny-banner .container2 .x-lin i {
    width: 0.46rem;
    height: 0.46rem;
  }
}
.x-ny-banner .container2 .x-lin i svg {
  display: inline-block;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  animation: svv 1.2s linear infinite;
}
@media (max-width: 767px) {
  .x-ny-banner .container2 .x-lin i svg {
    width: 0.18rem;
    height: 0.18rem;
  }
}
.x-ny-banner .container2 .x-lin i svg path {
  fill: #fff;
}
@keyframes svv {
  0% {
    transform: translateY(-200%) rotate(135deg);
  }
  100% {
    transform: translateY(200%) rotate(135deg);
  }
}
.x-mbx {
  padding: 0.28rem 0;
  border-bottom: 1px solid rgba(209, 209, 209, 0.18);
}
.x-mbx .container2 {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.x-mbx .container2 a {
  font-size: 14px;
  color: #888888;
  text-transform: capitalize;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .x-mbx .container2 a {
    font-size: 0.28rem;
  }
}
.x-mbx .container2 i {
  display: inline-block;
  font-size: 14px;
  color: #888888;
  margin: 0 10px;
  font-style: initial;
}
.x-mbx .container2 i:last-child {
  display: none;
}
.x-indu1 {
  padding-top: 0.55rem;
}
.x-indu1 .container2 .x-title {
  color: #222;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 0.15rem;
}
.x-indu1 .container2 .x-a {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .x-indu1 .container2 .x-a {
    flex-wrap: initial;
    overflow-x: auto;
    padding-bottom: 0.2rem;
    overflow-y: hidden;
  }
}
.x-indu1 .container2 .x-a a {
  display: inline-flex;
  align-items: center;
  color: #666666;
  padding: 0.18rem 0.28rem;
  border-radius: 100px;
  border: 1px solid #909090;
  margin-right: 0.3rem;
  margin-top: 0.25rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-indu1 .container2 .x-a a {
    padding: 0.16rem 0.28rem;
  }
}
.x-indu1 .container2 .x-a a:hover {
  background-color: #ff5f10;
  border: 1px solid #ff5f10;
  color: #fff;
}
.x-indu1 .container2 .x-a a:hover i svg path {
  fill: #fff;
}
.x-indu1 .container2 .x-a a.on {
  background-color: #ff5f10;
  border: 1px solid #ff5f10;
  color: #fff;
}
.x-indu1 .container2 .x-a a.on i svg path {
  fill: #fff;
}
.x-indu1 .container2 .x-a a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.1rem;
}
@media (max-width: 767px) {
  .x-indu1 .container2 .x-a a i {
    width: 0.36rem;
    height: 0.36rem;
    flex-shrink: 0;
  }
}
.x-indu1 .container2 .x-a a i svg {
  width: 100%;
  height: 100%;
}
.x-indu1 .container2 .x-a a i svg path {
  fill: #747474;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-indu1 .container2 .x-a a span {
    white-space: nowrap;
  }
}
.x-indu1 .container2 ul li {
  padding: 0.7rem 0;
  border-bottom: 1px solid #d1d1d1;
}
.x-indu1 .container2 ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-indu1 .container2 ul li a:hover .public-img img {
  transform: scale(1.1);
}
.x-indu1 .container2 ul li a .public-img {
  width: 42.85%;
}
@media (max-width: 991px) {
  .x-indu1 .container2 ul li a .public-img {
    width: 100%;
  }
}
.x-indu1 .container2 ul li a .public-img::before {
  padding-top: 66.66666667%;
}
.x-indu1 .container2 ul li a .x-text {
  width: 48.57%;
  margin-top: 0.15rem;
}
@media (max-width: 991px) {
  .x-indu1 .container2 ul li a .x-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-indu1 .container2 ul li a .x-text {
    margin-top: 0.3rem;
  }
}
.x-indu1 .container2 ul li a .x-text .x-tilte2 {
  color: #222;
}
.x-indu1 .container2 ul li a .x-text .x-p {
  margin: 0.05rem 0 0.5rem;
  color: #888888;
  line-height: 1.4;
}
.x-indu2 {
  overflow: hidden;
  padding: 1.1rem 0 2.2rem 0;
  display: flex;
}
@media (max-width: 767px) {
  .x-indu2 {
    padding: 1rem 0 1.2rem;
  }
}
.x-indu2 .x-con {
  display: flex;
  width: auto;
  flex-shrink: 0;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}
.x-indu2 .x-con:hover .x-p p,
.x-indu2 .x-con:hover .x-p a {
  color: #ff5409;
}
.x-indu2 .x-con:hover .x-p i {
  border-color: #ff5409;
}
.x-indu2 .x-con:hover .x-p i::before,
.x-indu2 .x-con:hover .x-p i::after {
  background-color: #ff5409;
}
.x-indu2 .x-con .x-p {
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
}
.x-indu2 .x-con .x-p p,
.x-indu2 .x-con .x-p a {
  display: inline-block;
  color: #dcdbdb;
  padding: 0 0.4rem;
  transition: 0.4s ease-in-out;
}
.x-indu2 .x-con .x-p i {
  border: 1px solid #4f4f4f;
  color: #272727;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-style: initial;
  transition: 0.4s ease-in-out;
  position: relative;
}
.x-indu2 .x-con .x-p i::before,
.x-indu2 .x-con .x-p i::after {
  content: "";
  width: 0.22rem;
  height: 2px;
  background: #272727;
  display: block;
  position: absolute;
  transition: all 0.4s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .x-indu2 .x-con .x-p i::before,
  .x-indu2 .x-con .x-p i::after {
    width: 0.2rem;
    height: 1px;
  }
}
.x-indu2 .x-con .x-p i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.x-ind-info1 {
  padding: 0.65rem 0 1.2rem;
}
@media (max-width: 767px) {
  .x-ind-info1 {
    padding: 1.2rem 0;
  }
}
.x-ind-info1 .container2 {
  text-align: center;
}
.x-ind-info1 .container2 .x-title {
  color: #222222;
}
.x-ind-info1 .container2 .x-p {
  color: #888888;
  margin: 0.1rem auto 0;
  width: 85.71%;
}
@media (max-width: 767px) {
  .x-ind-info1 .container2 .x-p {
    margin-top: 0.3rem;
    width: 100%;
  }
  .x-ind-info1 .container2 .x-p br {
    display: none;
  }
}
.x-ind-info2 {
  position: relative;
}
.x-ind-info2 .public-img::before {
  padding-top: 52.086162%;
}
@media (max-width: 1260px) {
  .x-ind-info2 .public-img::before {
    padding-top: 65.086162%;
  }
}
@media (max-width: 991px) {
  .x-ind-info2 .public-img::before {
    padding-top: 94.086162%;
  }
}
@media (max-width: 767px) {
  .x-ind-info2 .public-img::before {
    padding-top: 164.086162%;
  }
}
.x-ind-info2 .x-con {
  position: absolute;
  left: 0;
  top: 1rem;
  z-index: 5;
  padding-left: 13.55%;
  width: 100%;
}
@media (max-width: 1260px) {
  .x-ind-info2 .x-con {
    padding-left: 5%;
  }
}
@media (max-width: 767px) {
  .x-ind-info2 .x-con {
    top: 1.2rem;
  }
}
.x-ind-info2 .x-con .x-top {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .x-ind-info2 .x-con .x-top {
    width: 95%;
  }
}
.x-ind-info2 .x-con .x-top .x-title {
  color: #fff;
  line-height: 1;
  width: 70.57%;
}
@media (max-width: 767px) {
  .x-ind-info2 .x-con .x-top .x-title {
    width: 100%;
    text-align: center;
  }
}
.x-ind-info2 .x-con .x-top .x-public-a {
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .x-ind-info2 .x-con .x-top .x-public-a {
    display: none;
  }
}
.x-ind-info2 .x-con .x-top .x-public-a:hover {
  border-color: #ff5409;
}
.x-ind-info2 .x-con .x-top .x-public-a span {
  color: #fff;
}
.x-ind-info2 .x-con .x-swiper1 {
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .x-ind-info2 .x-con .x-swiper1 {
    margin-top: 0.4rem;
  }
}
.x-ind-info2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide {
  background-color: #fff;
}
.x-ind-info2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  padding: 0.6rem 0.4rem 0.6rem 0.6rem;
}
.x-ind-info2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a:hover .x-text .x-title2 {
  color: #ff5409;
}
.x-ind-info2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a:hover .x-text .x-sp span {
  color: #ff5409;
}
.x-ind-info2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a:hover .x-text .x-sp i {
  transform: rotate(45deg);
}
.x-ind-info2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a:hover .x-text .x-sp i svg path {
  fill: #ff5409;
}
.x-ind-info2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-img {
  width: 0.4rem;
  height: 0.4rem;
}
@media (max-width: 767px) {
  .x-ind-info2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-img {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.x-ind-info2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-img svg,
.x-ind-info2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-ind-info2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-img svg path,
.x-ind-info2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-img img path {
  fill: #ff5409;
}
.x-ind-info2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-title2 {
  color: #222;
  line-height: 1.2;
  margin-top: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.4em;
  transition: 0.4s ease-in-out;
}
.x-ind-info2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-p {
  color: #888888;
  line-height: 1.4;
  margin: 0.3rem 0 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  height: 14em;
}
@media (max-width: 767px) {
  .x-ind-info2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-p {
    margin: 0.2rem 0 0.4rem;
  }
}
.x-ind-info2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-sp {
  color: #222;
}
.x-ind-info2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-sp span {
  text-decoration: underline;
  transition: 0.4s ease-in-out;
  text-transform: capitalize;
}
.x-ind-info2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-sp i {
  font-style: initial;
  display: inline-block;
  transition: 0.4s ease-in-out;
  margin-left: 0.05rem;
}
.x-ind-info2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-sp i svg {
  width: 10px;
  height: 10px;
  display: inline-block;
}
.x-ind-info2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-sp i svg path {
  fill: #222222;
  transition: 0.4s ease-in-out;
}
.x-ind-info3 {
  padding: 1.1rem 0 0 0;
}
@media (max-width: 767px) {
  .x-ind-info3 {
    padding: 1.2rem 0 0 0;
  }
}
.x-ind-info3 .container2 {
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #d1d1d1;
}
@media (max-width: 767px) {
  .x-ind-info3 .container2 {
    padding-bottom: 0.8rem;
  }
}
.x-ind-info3 .container2 .x-title {
  text-align: center;
  color: #222;
}
.x-ind-info3 .container2 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 1rem -0.15rem -0.3rem -0.15rem;
}
@media (max-width: 767px) {
  .x-ind-info3 .container2 ul {
    margin-top: 0.4rem;
    margin-bottom: -0.6rem;
  }
}
.x-ind-info3 .container2 ul li {
  width: 33.33%;
  display: flex;
  padding: 0 0.15rem 0.3rem 0.15rem;
}
@media (max-width: 991px) {
  .x-ind-info3 .container2 ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-ind-info3 .container2 ul li {
    width: 100%;
    padding-bottom: 0.6rem;
  }
}
.x-ind-info3 .container2 ul li a {
  display: block;
  background-color: #f7f7f7;
  padding: 0.3rem 0.4rem 0.4rem;
  position: relative;
  border: 1px solid transparent;
  transition: 0.4s ease-in-out;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .x-ind-info3 .container2 ul li a {
    padding: 0.6rem 0.4rem 0.6rem 0.4rem;
  }
}
.x-ind-info3 .container2 ul li a:hover {
  border-color: #cfcfcf;
  background-color: #ffffff;
  box-shadow: 0 0 0.87rem rgba(63, 63, 63, 0.06);
}
.x-ind-info3 .container2 ul li a:hover .x-te .x-title2 {
  color: #ff5f10;
}
.x-ind-info3 .container2 ul li a:hover .public-img img {
  transform: scale(1.1);
}
.x-ind-info3 .container2 ul li a:hover .x-sp span {
  color: #ff5f10;
}
.x-ind-info3 .container2 ul li a:hover .x-sp i svg {
  transform: rotate(45deg);
}
.x-ind-info3 .container2 ul li a:hover .x-sp i svg path {
  fill: #ff5f10;
}
.x-ind-info3 .container2 ul li a .x-te {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  top: 0.3rem;
  width: 100%;
  left: 0;
  padding: 0 0.4rem;
}
@media (max-width: 767px) {
  .x-ind-info3 .container2 ul li a .x-te {
    padding-left: 0.6rem;
  }
}
.x-ind-info3 .container2 ul li a .x-te .x-title2 {
  color: #222222;
  transition: 0.4s ease-in-out;
}
.x-ind-info3 .container2 ul li a .x-te span {
  background-color: #ff5f10;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  padding: 0.05rem 0.12rem;
  flex-shrink: 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .x-ind-info3 .container2 ul li a .x-te span {
    font-size: 0.2rem;
  }
}
.x-ind-info3 .container2 ul li a .public-img::before {
  padding-top: 82%;
}
@media (max-width: 767px) {
  .x-ind-info3 .container2 ul li a .public-img::before {
    padding-top: 74%;
  }
}
.x-ind-info3 .container2 ul li a .x-p {
  font-size: 14px;
  color: #888888;
  margin-bottom: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.8em;
}
.x-ind-info3 .container2 ul li a .x-sp {
  color: #222;
}
.x-ind-info3 .container2 ul li a .x-sp span {
  text-decoration: underline;
  transition: 0.4s ease-in-out;
  text-transform: capitalize;
}
.x-ind-info3 .container2 ul li a .x-sp i {
  font-style: initial;
  display: inline-block;
  transition: 0.4s ease-in-out;
  margin-left: 0.05rem;
}
.x-ind-info3 .container2 ul li a .x-sp i svg {
  width: 10px;
  height: 10px;
  display: inline-block;
  transition: 0.4s ease-in-out;
}
.x-ind-info3 .container2 ul li a .x-sp i svg path {
  fill: #222222;
  transition: 0.4s ease-in-out;
}
.x-ind-info4 {
  padding-top: 0.84rem;
}
@media (max-width: 767px) {
  .x-ind-info4 {
    padding-top: 1.1rem;
  }
}
.x-ind-info4 .container2 .x-title {
  text-align: center;
  color: #222;
}
.x-ind-info4 .container2 .x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .x-ind-info4 .container2 .x-xia {
    margin-top: 0.4rem;
  }
}
.x-ind-info4 .container2 .x-xia .public-img {
  width: 42.85%;
}
@media (max-width: 991px) {
  .x-ind-info4 .container2 .x-xia .public-img {
    width: 100%;
  }
}
.x-ind-info4 .container2 .x-xia .public-img::before {
  padding-top: 81.5%;
}
.x-ind-info4 .container2 .x-xia .x-text {
  width: 52.14%;
}
@media (max-width: 991px) {
  .x-ind-info4 .container2 .x-xia .x-text {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.x-ind-info4 .container2 .x-xia .x-text .x-title2 {
  margin-bottom: 0.25rem;
}
.x-ind-info4 .container2 .x-xia .x-text .x-img {
  width: auto;
  height: 50px;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .x-ind-info4 .container2 .x-xia .x-text .x-img {
    height: 0.8rem;
  }
}
.x-ind-info4 .container2 .x-xia .x-text .x-img img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.x-ind-info4 .container2 .x-xia .x-text .x-p {
  color: #888888;
  line-height: 1.4;
  padding: 0.5rem 0;
  border-top: 1px solid #d1d1d1;
}
@media (max-width: 767px) {
  .x-ind-info4 .container2 .x-xia .x-text .x-p {
    padding: 0.4rem 0 0.5rem;
  }
}
.x-ind-info5 {
  padding: 1.2rem 0 2rem 0;
}
@media (max-width: 767px) {
  .x-ind-info5 {
    padding: 1.2rem 0;
  }
}
.x-ind-info5 .container2 {
  position: relative;
}
.x-ind-info5 .container2 .public-img::before {
  padding-top: 34.28571429%;
}
@media (max-width: 991px) {
  .x-ind-info5 .container2 .public-img::before {
    padding-top: 52.285714%;
  }
}
@media (max-width: 767px) {
  .x-ind-info5 .container2 .public-img::before {
    padding-top: 100%;
  }
}
.x-ind-info5 .container2 .x-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 52%;
  padding-left: 1rem;
}
@media (max-width: 991px) {
  .x-ind-info5 .container2 .x-text {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .x-ind-info5 .container2 .x-text {
    width: 100%;
    padding-left: 0.4rem;
  }
}
.x-ind-info5 .container2 .x-text .x-title {
  color: #222222;
  line-height: 1.1;
}
.x-ind-info5 .container2 .x-text .x-sp {
  color: #888888;
  margin: 0.2rem 0 0.5rem;
}
.x-ind-info5 .container2 .x-text .x-public-a:hover i::before {
  opacity: 1;
}
.x-ind-info5 .container2 .x-text .x-public-a:hover i svg {
  transform: initial;
}
.x-ind-info5 .container2 .x-text .x-public-a:hover i svg path {
  fill: #fff;
}
.x-ind-info5 .container2 .x-text .x-public-a i {
  background: transparent;
}
.x-ind-info5 .container2 .x-text .x-public-a i::before {
  opacity: 0;
}
.x-ind-info5 .container2 .x-text .x-public-a i svg {
  display: inline-block;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .x-ind-info5 .container2 .x-text .x-public-a i svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.x-ind-info5 .container2 .x-text .x-public-a i svg path {
  fill: #ff5409;
}
.x-dev1 .container2 ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.15rem;
  border-bottom: 1px solid #e8e8e8;
}
@media (max-width: 991px) {
  .x-dev1 .container2 ul li a {
    padding-bottom: 0.8rem;
    padding-top: 0.6rem;
  }
}
.x-dev1 .container2 ul li a:hover .public-img img {
  transform: scale(1.1);
}
.x-dev1 .container2 ul li a:hover .x-text .x-title {
  color: #ff5409;
}
.x-dev1 .container2 ul li a:hover .x-text .x-public-a {
  position: relative;
  border: 1px solid #ff5409;
}
.x-dev1 .container2 ul li a:hover .x-text .x-public-a span {
  color: #fff;
}
.x-dev1 .container2 ul li a:hover .x-text .x-public-a i::before {
  transform: translate(-50%, -50%) scale(20);
}
.x-dev1 .container2 ul li a:hover .x-text .x-public-a i svg {
  transform: rotate(45deg);
}
.x-dev1 .container2 ul li a .public-img {
  width: 37.14%;
}
@media (max-width: 767px) {
  .x-dev1 .container2 ul li a .public-img {
    width: 100%;
  }
}
.x-dev1 .container2 ul li a .public-img::before {
  padding-top: 90%;
}
@media (max-width: 767px) {
  .x-dev1 .container2 ul li a .public-img::before {
    padding-top: 60%;
  }
}
.x-dev1 .container2 ul li a .x-text {
  width: 56.42%;
  padding-right: 1.7rem;
  margin-top: 1rem;
}
@media (max-width: 1260px) {
  .x-dev1 .container2 ul li a .x-text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .x-dev1 .container2 ul li a .x-text {
    width: 100%;
    margin-top: 0.2rem;
  }
}
.x-dev1 .container2 ul li a .x-text .x-title {
  color: #222222;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.4em;
  transition: 0.4s ease-in-out;
}
.x-dev1 .container2 ul li a .x-text .x-p {
  color: #888888;
  line-height: 1.4;
  margin: 0.2rem 0 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.2em;
}
@media (max-width: 767px) {
  .x-dev1 .container2 ul li a .x-text .x-p {
    margin-bottom: 0.3rem;
  }
}
.x-dev2 .x-indu2 {
  padding: 1rem 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-dev2 .x-indu2 {
    padding: 1rem 0 1.2rem 0;
  }
}
.x-dev3 {
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .x-dev3 {
    padding-bottom: 1.2rem;
  }
}
.x-dev3 .container2 {
  position: relative;
  width: 100%;
  max-width: 100%;
  transition: 0.8s ease-in-out;
}
.x-dev3 .container2.on {
  width: 85%;
  max-width: 1400px;
}
.x-dev3 .container2.on .x-text {
  opacity: 1;
  top: 50%;
}
.x-dev3 .container2 .public-img::before {
  padding-top: 25.71428571%;
}
@media (max-width: 991px) {
  .x-dev3 .container2 .public-img::before {
    padding-top: 40.714286%;
  }
}
@media (max-width: 767px) {
  .x-dev3 .container2 .public-img::before {
    padding-top: 102.714286%;
  }
}
.x-dev3 .container2 .public-img img:nth-child(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-dev3 .container2 .public-img img:nth-child(2) {
    display: block;
  }
}
@media (max-width: 767px) {
  .x-dev3 .container2 .public-img img:nth-child(1) {
    display: none;
  }
}
.x-dev3 .container2 .x-text {
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  z-index: 5;
  padding: 0 0.9rem 0 0.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  opacity: 0;
  transition: 0.4s ease-in-out;
  transition-delay: 0.8s;
}
@media (max-width: 767px) {
  .x-dev3 .container2 .x-text {
    padding: 0 0.4rem;
  }
}
.x-dev3 .container2 .x-text .x-p {
  width: 70.1%;
}
@media (max-width: 767px) {
  .x-dev3 .container2 .x-text .x-p {
    width: 100%;
  }
}
.x-dev3 .container2 .x-text .x-p .x-title {
  color: #fff;
  line-height: 1.2;
}
.x-dev3 .container2 .x-text .x-p .x-sp {
  color: #fff;
  margin-top: 0.25rem;
}
.x-dev3 .container2 .x-text .x-public-a {
  border-color: #fff;
}
@media (max-width: 767px) {
  .x-dev3 .container2 .x-text .x-public-a {
    margin-top: 0.4rem;
  }
}
.x-dev3 .container2 .x-text .x-public-a:hover {
  border: 1px solid #ff5409;
}
.x-dev3 .container2 .x-text .x-public-a:hover i::before {
  opacity: 1;
}
.x-dev3 .container2 .x-text .x-public-a:hover i svg {
  transform: initial;
}
.x-dev3 .container2 .x-text .x-public-a:hover i svg path {
  fill: #fff;
}
.x-dev3 .container2 .x-text .x-public-a span {
  color: #fff;
}
.x-dev3 .container2 .x-text .x-public-a i {
  background: transparent;
}
.x-dev3 .container2 .x-text .x-public-a i::before {
  opacity: 0;
}
.x-dev3 .container2 .x-text .x-public-a i svg {
  display: inline-block;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .x-dev3 .container2 .x-text .x-public-a i svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.x-dev3 .container2 .x-text .x-public-a i svg path {
  fill: #ff5409;
}
.x-dev-info1 .x-mbx {
  border-top: 1px solid #d1d1d1;
  border-bottom: none;
}
.x-dev-info2 {
  padding-top: 0.6rem;
}
.x-dev-info2 .x-title {
  padding-right: 3rem;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .x-dev-info2 .x-title {
    padding-right: 0;
  }
}
.x-dev-info2 .x-im {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 0.9rem;
}
@media (max-width: 767px) {
  .x-dev-info2 .x-im {
    margin-top: 0.5rem;
  }
}
.x-dev-info2 .x-im::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
  padding-top: 33.94255875%;
}
@media (max-width: 767px) {
  .x-dev-info2 .x-im::before {
    padding-top: 59.942559%;
  }
}
.x-dev-info2 .x-im .public-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.x-dev-info2 .x-im .public-img::before {
  display: none;
}
.x-dev-info2 .x-im .public-img img {
  transform: scale(1.1);
  transition: initial;
  top: 4%;
}
.x-dev-info2 .x-p {
  color: #888888;
  padding: 0.9rem 0 1.2rem 0;
  border-bottom: 1px solid #d1d1d1;
}
@media (max-width: 991px) {
  .x-dev-info2 .x-p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .x-dev-info2 .x-p {
    padding: 0.4rem 0 1.2rem 0;
  }
}
.x-dev-info3 .container2 ul li {
  padding: 0.9rem 0;
  border-bottom: 1px solid #d1d1d1;
}
.x-dev-info3 .container2 ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.x-dev-info3 .container2 ul li .public-img {
  width: 40.71%;
}
@media (max-width: 1260px) {
  .x-dev-info3 .container2 ul li .public-img {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .x-dev-info3 .container2 ul li .public-img {
    width: 100%;
  }
}
.x-dev-info3 .container2 ul li .public-img::before {
  padding-top: 66.66666667%;
}
@media (max-width: 1260px) {
  .x-dev-info3 .container2 ul li .public-img::before {
    padding-top: 82.666667%;
  }
}
@media (max-width: 767px) {
  .x-dev-info3 .container2 ul li .public-img::before {
    padding-top: 66.66666667%;
  }
}
.x-dev-info3 .container2 ul li .x-text {
  width: 51.78%;
}
@media (max-width: 991px) {
  .x-dev-info3 .container2 ul li .x-text {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-dev-info3 .container2 ul li .x-text .x-title {
  color: #222;
  line-height: 1.2;
}
.x-dev-info3 .container2 ul li .x-text .x-p {
  color: #888888;
  line-height: 1.4;
  margin-top: 0.25rem;
}
.x-dev-info4 .x-ind-info2 .x-con .x-top {
  align-items: center;
}
.x-dev-info4 .x-ind-info2 .x-con .x-top .x-but {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .x-dev-info4 .x-ind-info2 .x-con .x-top .x-but {
    width: 16%;
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-dev-info4 .x-ind-info2 .x-con .x-top .x-but {
    display: none;
  }
}
.x-dev-info4 .x-ind-info2 .x-con .x-top .x-but .x-prev1 {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-right: 0.2rem;
  transition: 0.4s all;
  cursor: pointer;
}
.x-dev-info4 .x-ind-info2 .x-con .x-top .x-but .x-prev1:hover {
  border-color: #ff5409;
  background-color: #ff5409;
}
.x-dev-info4 .x-ind-info2 .x-con .x-top .x-but .x-prev1:hover svg path {
  fill: #fff;
}
.x-dev-info4 .x-ind-info2 .x-con .x-top .x-but .x-prev1 svg {
  display: inline-block;
  width: 18px;
  height: 18px;
}
@media (max-width: 1580px) {
  .x-dev-info4 .x-ind-info2 .x-con .x-top .x-but .x-prev1 svg {
    width: 14px;
    height: 14px;
  }
}
.x-dev-info4 .x-ind-info2 .x-con .x-top .x-but .x-prev1 svg path {
  fill: #fff;
  transition: 0.4s all;
}
.x-dev-info4 .x-ind-info2 .x-con .x-top .x-but .x-next1 {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: 0.4s all;
  cursor: pointer;
}
.x-dev-info4 .x-ind-info2 .x-con .x-top .x-but .x-next1:hover {
  border-color: #ff5409;
  background-color: #ff5409;
}
.x-dev-info4 .x-ind-info2 .x-con .x-top .x-but .x-next1:hover svg path {
  fill: #fff;
}
.x-dev-info4 .x-ind-info2 .x-con .x-top .x-but .x-next1 svg {
  display: inline-block;
  width: 18px;
  height: 18px;
  transform: rotate(180deg);
}
@media (max-width: 1580px) {
  .x-dev-info4 .x-ind-info2 .x-con .x-top .x-but .x-next1 svg {
    width: 14px;
    height: 14px;
  }
}
.x-dev-info4 .x-ind-info2 .x-con .x-top .x-but .x-next1 svg path {
  fill: #fff;
  transition: 0.4s all;
}
.x-dev-info4 .x-ind-info2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  height: 100%;
  display: flex;
}
.x-dev-info4 .x-ind-info2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a {
  height: 100%;
}
.x-dev-info4 .x-ind-info2 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-p {
  margin-bottom: 0;
  text-overflow: initial;
  display: block;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
  height: auto;
  overflow: initial;
}
.x-dev-info5 {
  padding-top: 1.45rem;
}
@media (max-width: 767px) {
  .x-dev-info5 {
    padding-top: 1.2rem;
  }
}
.x-dev-info5 .x-dev1 .container2 .x-title2 {
  color: #222;
  text-align: center;
  line-height: 1.1;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 0.6rem;
}
.x-pro1 {
  padding-top: 0.5rem;
}
.x-pro1 .container2 ul li {
  margin-bottom: 0.4rem;
}
.x-pro1 .container2 ul li .x-bxa {
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.x-pro1 .container2 ul li .x-bxa .x-title {
  color: #222;
  position: relative;
  background-color: #fff;
  z-index: 2;
  flex-shrink: 0;
  padding-right: 0.2rem;
  line-height: 1.2;
}
.x-pro1 .container2 ul li .x-bxa i {
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #d1d1d1;
  position: relative;
  z-index: 1;
}
.x-pro1 .container2 ul li .x-a {
  padding-top: 0.1rem;
}
@media (max-width: 767px) {
  .x-pro1 .container2 ul li .x-a {
    display: flex;
    overflow-x: auto;
    align-items: center;
    padding-bottom: 0.2rem;
    overflow-y: hidden;
  }
}
.x-pro1 .container2 ul li .x-a a {
  display: inline-flex;
  align-items: center;
  color: #666666;
  padding: 0.08rem 0.28rem;
  border-radius: 100px;
  border: 1px solid #909090;
  margin-right: 0.2rem;
  margin-top: 0.2rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .x-pro1 .container2 ul li .x-a a {
    padding: 0.13rem 0.28rem;
  }
}
@media (max-width: 767px) {
  .x-pro1 .container2 ul li .x-a a {
    padding: 0.16rem 0.38rem;
    white-space: nowrap;
  }
}
.x-pro1 .container2 ul li .x-a a:last-child {
  margin-right: 0;
}
.x-pro1 .container2 ul li .x-a a:hover,
.x-pro1 .container2 ul li .x-a a.on {
  border-color: transparent;
  color: #fff;
  background-color: #ff5f10;
}
.x-pro2 .x-ind-info3 {
  padding-top: 0.35rem;
}
.x-pro2 .x-ind-info3 .container2 {
  border-bottom: none;
  padding-bottom: 0;
}
.x-pro2 .x-ind-info3 .container2 ul {
  margin-top: 0;
}
.x-pro2 .x-ind-info3 .container2 ul li a .public-img {
  margin: 0.5rem 0 0.2rem;
}
.x-pro2 .x-ind-info3 .container2 ul li a .public-img::before {
  padding-top: 74%;
}
.x-pro-info1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.3rem 0 4.2rem 0;
}
.x-pro-info1.x-novideo {
  padding-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .x-pro-info1 {
    padding-bottom: 2.2rem;
  }
}
.x-pro-info1 .x-info1 {
  overflow: hidden;
  padding-top: 1rem;
  display: flex;
}
.x-pro-info1 .x-info1 .x-con {
  padding-left: 0;
  display: flex;
  align-items: center;
  width: auto;
  flex-shrink: 0;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}
.x-pro-info1 .x-info1 .x-con .x-p {
  display: flex;
  align-items: center;
}
.x-pro-info1 .x-info1 .x-con .x-p i {
  border: none;
  width: auto;
  height: 0.96rem;
  animation: xz 6s linear infinite;
}
.x-pro-info1 .x-info1 .x-con .x-p i img {
  width: auto;
  height: 100%;
}
.x-pro-info1 .x-info1 .x-con .x-p a,
.x-pro-info1 .x-info1 .x-con .x-p p {
  display: inline-block;
  color: #dcdbdb;
  padding: 0 0.4rem;
}
.x-pro-info1 .x-info1 .x-con .x-p p {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}
.x-pro-info1 .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  min-height: 3.45rem;
  padding: 0.4rem 0.4rem;
}
@media (max-width: 1580px) {
  .x-pro-info1 .x-top {
    margin-top: 0.4rem;
  }
}
.x-pro-info1 .x-top .x-xg {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s ease-in-out;
  z-index: 1;
  overflow: hidden;
}
.x-pro-info1 .x-top .x-l {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25%;
}
@media (max-width: 1260px) {
  .x-pro-info1 .x-top .x-l {
    width: 27%;
  }
}
@media (max-width: 991px) {
  .x-pro-info1 .x-top .x-l {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-pro-info1 .x-top .x-l {
    text-align: center;
    width: 100%;
  }
}
.x-pro-info1 .x-top .x-l .x-sp {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .x-pro-info1 .x-top .x-l .x-sp {
    justify-content: center;
  }
}
.x-pro-info1 .x-top .x-l .x-sp p {
  color: #fff;
}
.x-pro-info1 .x-top .x-l .x-sp .x-zx {
  font-style: initial;
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 0.16rem;
  cursor: pointer;
  position: relative;
}
.x-pro-info1 .x-top .x-l .x-sp .x-zx:hover .x-g {
  opacity: 1;
  pointer-events: all;
}
.x-pro-info1 .x-top .x-l .x-sp .x-zx svg {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
}
@media (max-width: 767px) {
  .x-pro-info1 .x-top .x-l .x-sp .x-zx svg {
    width: 0.24rem;
    height: 0.24rem;
  }
}
.x-pro-info1 .x-top .x-l .x-sp .x-zx svg path {
  fill: #000;
}
.x-pro-info1 .x-top .x-l .x-sp .x-zx .x-g {
  width: 8.35rem;
  height: auto;
  position: absolute;
  left: 100%;
  z-index: 100;
  cursor: auto;
  padding: 0 0.3rem;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .x-pro-info1 .x-top .x-l .x-sp .x-zx .x-g {
    width: 9.35rem;
  }
}
@media (max-width: 991px) {
  .x-pro-info1 .x-top .x-l .x-sp .x-zx .x-g {
    width: 6.35rem;
  }
}
@media (max-width: 767px) {
  .x-pro-info1 .x-top .x-l .x-sp .x-zx .x-g {
    left: -109%;
    transform: translateX(-50%);
    bottom: 100%;
    width: 6.4rem;
  }
}
.x-pro-info1 .x-top .x-l .x-sp .x-zx .x-g .x-nr {
  background-color: #2a2a2c;
  border-radius: 0.24rem;
  padding: 0.4rem 0.3rem 0.4rem 0.6rem;
}
.x-pro-info1 .x-top .x-l .x-sp .x-zx .x-g .x-nr .x-title2 {
  color: #fff;
}
.x-pro-info1 .x-top .x-l .x-sp .x-zx .x-g .x-nr .x-pp {
  line-height: 1.3;
  margin-top: 0.15rem;
}
@media (max-width: 991px) {
  .x-pro-info1 .x-top .x-l .x-sp .x-zx .x-g .x-nr .x-pp {
    height: 3rem;
    overflow-y: auto;
  }
}
.x-pro-info1 .x-top .x-l .x-sp .x-zx .x-g .x-nr .x-pp p {
  color: #777777;
}
.x-pro-info1 .x-top .x-l .x-p {
  color: #fff;
}
@media (max-width: 767px) {
  .x-pro-info1 .x-top .x-l .x-p {
    margin-top: 0.2rem;
  }
}
.x-pro-info1 .x-top .x-z {
  position: relative;
  z-index: 5;
  width: 50%;
  margin-top: -3.15rem;
}
@media (max-width: 991px) {
  .x-pro-info1 .x-top .x-z {
    width: 100%;
    order: -1;
  }
}
.x-pro-info1 .x-top .x-z .public-img {
  cursor: pointer;
}
.x-pro-info1 .x-top .x-z .public-img::before {
  padding-top: 78.07017544%;
}
@media (max-width: 767px) {
  .x-pro-info1 .x-top .x-z .public-img::before {
    padding-top: 98.070175%;
  }
}
.x-pro-info1 .x-top .x-z .public-img img {
  filter: drop-shadow(0 0 0.59rem #000000);
}
.x-pro-info1 .x-top .x-r {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: auto;
}
@media (max-width: 767px) {
  .x-pro-info1 .x-top .x-r {
    margin: 0 auto;
  }
}
.x-pro-info1 .x-top .x-r .x-public-a {
  margin-top: 0.3rem;
}
.x-pro-info1 .x-top .x-r .x-public-a:hover {
  border-color: #fff;
}
.x-pro-info1 .x-top .x-r .x-public-a:hover span {
  color: #222222;
}
.x-pro-info1 .x-top .x-r .x-public-a:hover i {
  background-color: #ff5409;
}
.x-pro-info1 .x-top .x-r .x-public-a:hover i::before {
  background-color: #fff;
}
.x-pro-info1 .x-top .x-r .x-public-a:hover i svg {
  transform: rotate(0);
}
.x-pro-info1 .x-top .x-r .x-public-a.x-a:hover i svg {
  transform: initial;
}
.x-pro-info1 .x-top .x-r .x-public-a.x-a i svg {
  width: 14px;
  height: 14px;
}
.x-pro-info1 .x-top .x-r .x-public-a span {
  color: #fff;
}
.x-pro-info1 .x-top .x-r .x-public-a i::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ff5409;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.x-pro-info1 .x-top .x-r .x-public-a i svg {
  position: relative;
  z-index: 3;
  width: 14px;
  height: 14px;
}
.x-pro-info1 .x-zhong {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.8rem 0rem 1.1rem;
}
@media (max-width: 991px) {
  .x-pro-info1 .x-zhong {
    padding: 0.8rem 0;
  }
}
.x-pro-info1 .x-zhong .x-title {
  color: #fff;
  width: 23.59%;
}
@media (max-width: 767px) {
  .x-pro-info1 .x-zhong .x-title {
    width: 100%;
  }
}
.x-pro-info1 .x-zhong .x-p {
  color: #999999;
  width: 57.4%;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .x-pro-info1 .x-zhong .x-p {
    width: 100%;
    margin-top: 0.2rem;
  }
}
@-webkit-keyframes hg {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes hg {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.x-hg {
  -webkit-animation-name: hg;
  animation-name: hg;
}
@keyframes hg2 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.hg2 {
  -webkit-animation-name: hg2;
  animation-name: hg2;
}
.x-pro-info2 {
  margin-top: -4.2rem;
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .x-pro-info2 {
    margin-top: -2.2rem;
    padding-bottom: 0.6rem;
  }
}
.x-pro-info2 .container2 .public-img.on .x-ann {
  opacity: 0;
}
.x-pro-info2 .container2 .public-img.on video {
  opacity: 1;
}
.x-pro-info2 .container2 .public-img::before {
  padding-top: 51.42%;
}
@media (max-width: 767px) {
  .x-pro-info2 .container2 .public-img::before {
    padding-top: 55%;
  }
}
.x-pro-info2 .container2 .public-img .x-ann {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 6;
  transition: 0.4s ease-in-out;
}
.x-pro-info2 .container2 .public-img video,
.x-pro-info2 .container2 .public-img iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  object-fit: cover;
  opacity: 0;
}
.x-pro-info3 {
  border-bottom: 1px solid #d1d1d1;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  background-color: #fff;
  z-index: 20;
  padding-top: 0.3rem;
}
@media (max-width: 767px) {
  .x-pro-info3 {
    display: none;
  }
}
.x-pro-info3 .container2 .x-a {
  display: flex;
}
.x-pro-info3 .container2 .x-a a {
  color: #222222;
  display: inline-block;
  margin-right: 1rem;
  padding-bottom: 0.3rem;
  transition: 0.4s ease-in-out;
  position: relative;
}
@media (max-width: 1260px) {
  .x-pro-info3 .container2 .x-a a {
    margin-right: 0.6rem;
    font-size: 0.24rem;
  }
}
@media (max-width: 991px) {
  .x-pro-info3 .container2 .x-a a {
    font-size: 0.2rem;
    margin-right: 0.3rem;
  }
}
.x-pro-info3 .container2 .x-a a:hover {
  color: #ff5409;
}
.x-pro-info3 .container2 .x-a a:hover::before {
  width: 100%;
}
.x-pro-info3 .container2 .x-a a.on {
  color: #ff5409;
  font-family: 'Semi', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-pro-info3 .container2 .x-a a.on::before {
  width: 100%;
}
.x-pro-info3 .container2 .x-a a::before {
  content: "";
  width: 0;
  height: 0.04rem;
  background-color: #ff5409;
  position: absolute;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
  transition: 0.4s all;
}
.x-pro-info3 .container2 .x-a a:last-child {
  margin-right: 0;
}
.x-pro-info4 {
  padding-bottom: 1.2rem;
}
.x-pro-info4 .x-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 7.45rem;
  border-bottom: 1px solid rgba(209, 209, 209, 0.18);
}
@media (max-width: 1580px) {
  .x-pro-info4 .x-con {
    height: 8.45rem;
  }
}
@media (max-width: 1260px) {
  .x-pro-info4 .x-con {
    height: 10.45rem;
  }
}
@media (max-width: 767px) {
  .x-pro-info4 .x-con {
    height: auto;
  }
}
.x-pro-info4 .x-con .x-le {
  width: 48.3%;
  padding: 0.7rem 1.2rem 0 0;
}
@media (max-width: 1580px) {
  .x-pro-info4 .x-con .x-le {
    padding-top: 0.8rem;
  }
}
@media (max-width: 1281px) {
  .x-pro-info4 .x-con .x-le {
    padding-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-pro-info4 .x-con .x-le {
    width: 100%;
    padding-top: 1.2rem;
    padding-right: 0;
  }
}
.x-pro-info4 .x-con .x-le .x-p {
  margin: 0.25rem 0 0.9rem;
  color: #888888;
  line-height: 1.4;
  max-height: 3.2rem;
  overflow-y: auto;
}
@media (max-width: 1580px) {
  .x-pro-info4 .x-con .x-le .x-p {
    max-height: 4.5rem;
  }
}
@media (max-width: 1260px) {
  .x-pro-info4 .x-con .x-le .x-p {
    max-height: 5.5rem;
  }
}
@media (max-width: 991px) {
  .x-pro-info4 .x-con .x-le .x-p {
    max-height: 7.5rem;
  }
}
@media (max-width: 767px) {
  .x-pro-info4 .x-con .x-le .x-p {
    max-height: initial;
    margin-bottom: 0.4rem;
  }
}
.x-pro-info4 .x-con .x-ri {
  width: 51.7%;
  border-left: 1px solid rgba(209, 209, 209, 0.18);
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .x-pro-info4 .x-con .x-ri {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(209, 209, 209, 0.18);
    border-left: none;
    margin-top: 0.6rem;
  }
}
.x-pro-info4 .x-con .x-ri .swiper-container {
  height: 100%;
}
.x-pro-info4 .x-con .x-ri .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0 0.2rem 0.7rem;
  border-top: 1px solid rgba(209, 209, 209, 0.18);
}
@media (max-width: 767px) {
  .x-pro-info4 .x-con .x-ri .swiper-container .swiper-wrapper .swiper-slide {
    align-items: initial;
    border-bottom: none;
    padding: 0.6rem 0 0.4rem 0.7rem;
  }
}
.x-pro-info4 .x-con .x-ri .swiper-container .swiper-wrapper .swiper-slide:first-child {
  border-top: none;
}
.x-pro-info4 .x-con .x-ri .swiper-container .swiper-wrapper .swiper-slide .x-te {
  display: flex;
  justify-content: flex-start;
}
.x-pro-info4 .x-con .x-ri .swiper-container .swiper-wrapper .swiper-slide .x-te .x-img {
  width: 0.46rem;
  height: 0.46rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .x-pro-info4 .x-con .x-ri .swiper-container .swiper-wrapper .swiper-slide .x-te .x-img {
    width: 0.56rem;
    height: 0.56rem;
  }
}
.x-pro-info4 .x-con .x-ri .swiper-container .swiper-wrapper .swiper-slide .x-te .x-img svg,
.x-pro-info4 .x-con .x-ri .swiper-container .swiper-wrapper .swiper-slide .x-te .x-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-pro-info4 .x-con .x-ri .swiper-container .swiper-wrapper .swiper-slide .x-te .x-img svg path,
.x-pro-info4 .x-con .x-ri .swiper-container .swiper-wrapper .swiper-slide .x-te .x-img img path {
  fill: #ff5409;
}
.x-pro-info4 .x-con .x-ri .swiper-container .swiper-wrapper .swiper-slide .x-te .x-text {
  padding-left: 1rem;
}
@media (max-width: 991px) {
  .x-pro-info4 .x-con .x-ri .swiper-container .swiper-wrapper .swiper-slide .x-te .x-text {
    padding-left: 0.4rem;
  }
}
.x-pro-info4 .x-con .x-ri .swiper-container .swiper-wrapper .swiper-slide .x-te .x-text .x-title {
  color: #222222;
}
.x-pro-info4 .x-con .x-ri .swiper-container .swiper-wrapper .swiper-slide .x-te .x-text .x-p {
  color: #888888;
  line-height: 1.4;
  margin-top: 0.08rem;
}
.x-pro-info4 .x-con .x-ri .x-but {
  position: absolute;
  right: -1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1580px) {
  .x-pro-info4 .x-con .x-ri .x-but {
    right: -1.1rem;
  }
}
@media (max-width: 1260px) {
  .x-pro-info4 .x-con .x-ri .x-but {
    display: none;
  }
}
.x-pro-info4 .x-con .x-ri .x-but .x-prev1 {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-color: #e1e1e1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: 0.4s all;
  cursor: pointer;
  margin-bottom: 0.2rem;
}
.x-pro-info4 .x-con .x-ri .x-but .x-prev1:hover {
  border-color: #ff5409;
  background-color: #ff5409;
}
.x-pro-info4 .x-con .x-ri .x-but .x-prev1:hover svg path {
  fill: #fff;
}
.x-pro-info4 .x-con .x-ri .x-but .x-prev1 svg {
  display: inline-block;
  width: 18px;
  height: 18px;
  transform: rotate(90deg);
}
@media (max-width: 1580px) {
  .x-pro-info4 .x-con .x-ri .x-but .x-prev1 svg {
    width: 14px;
    height: 14px;
  }
}
.x-pro-info4 .x-con .x-ri .x-but .x-prev1 svg path {
  fill: #000;
  transition: 0.4s all;
}
.x-pro-info4 .x-con .x-ri .x-but .x-next1 {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-color: #e1e1e1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: 0.4s all;
  cursor: pointer;
}
.x-pro-info4 .x-con .x-ri .x-but .x-next1:hover {
  border-color: #ff5409;
  background-color: #ff5409;
}
.x-pro-info4 .x-con .x-ri .x-but .x-next1:hover svg path {
  fill: #fff;
}
.x-pro-info4 .x-con .x-ri .x-but .x-next1 svg {
  display: inline-block;
  width: 18px;
  height: 18px;
  transform: rotate(-90deg);
}
@media (max-width: 1580px) {
  .x-pro-info4 .x-con .x-ri .x-but .x-next1 svg {
    width: 14px;
    height: 14px;
  }
}
.x-pro-info4 .x-con .x-ri .x-but .x-next1 svg path {
  fill: #000;
  transition: 0.4s all;
}
.x-pro-info5 .container2 .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .x-pro-info5 .container2 .x-top {
    width: 95%;
  }
}
.x-pro-info5 .container2 .x-top .x-title {
  color: #222;
  line-height: 1;
  width: 70.57%;
}
@media (max-width: 767px) {
  .x-pro-info5 .container2 .x-top .x-title {
    width: 100%;
    text-align: center;
  }
}
.x-pro-info5 .container2 .x-top .x-but {
  display: none;
  align-items: center;
}
.x-pro-info5 .container2 .x-top .x-but.on {
  display: flex;
}
@media (max-width: 991px) {
  .x-pro-info5 .container2 .x-top .x-but {
    width: 16%;
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-pro-info5 .container2 .x-top .x-but {
    display: none;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.x-pro-info5 .container2 .x-top .x-but .x-prev1 {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-color: #e1e1e1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-right: 0.2rem;
  transition: 0.4s all;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-pro-info5 .container2 .x-top .x-but .x-prev1 {
    width: 0.74rem;
    height: 0.74rem;
  }
}
.x-pro-info5 .container2 .x-top .x-but .x-prev1:hover {
  border-color: #ff5409;
  background-color: #ff5409;
}
.x-pro-info5 .container2 .x-top .x-but .x-prev1:hover svg path {
  fill: #fff;
}
.x-pro-info5 .container2 .x-top .x-but .x-prev1 svg {
  display: inline-block;
  width: 18px;
  height: 18px;
}
@media (max-width: 1580px) {
  .x-pro-info5 .container2 .x-top .x-but .x-prev1 svg {
    width: 14px;
    height: 14px;
  }
}
.x-pro-info5 .container2 .x-top .x-but .x-prev1 svg path {
  fill: #000;
  transition: 0.4s all;
}
.x-pro-info5 .container2 .x-top .x-but .x-next1 {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-color: #e1e1e1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: 0.4s all;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-pro-info5 .container2 .x-top .x-but .x-next1 {
    width: 0.74rem;
    height: 0.74rem;
  }
}
.x-pro-info5 .container2 .x-top .x-but .x-next1:hover {
  border-color: #ff5409;
  background-color: #ff5409;
}
.x-pro-info5 .container2 .x-top .x-but .x-next1:hover svg path {
  fill: #fff;
}
.x-pro-info5 .container2 .x-top .x-but .x-next1 svg {
  display: inline-block;
  width: 18px;
  height: 18px;
  transform: rotate(180deg);
}
@media (max-width: 1580px) {
  .x-pro-info5 .container2 .x-top .x-but .x-next1 svg {
    width: 14px;
    height: 14px;
  }
}
.x-pro-info5 .container2 .x-top .x-but .x-next1 svg path {
  fill: #000;
  transition: 0.4s all;
}
.x-pro-info5 .container2 ul {
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .x-pro-info5 .container2 ul {
    margin-top: 0.4rem;
  }
}
.x-pro-info5 .container2 ul li {
  width: 47.85%;
  display: flex;
  margin-bottom: 0.4rem;
}
@media (max-width: 767px) {
  .x-pro-info5 .container2 ul li {
    width: 100%;
    margin-bottom: 0.6rem;
  }
  .x-pro-info5 .container2 ul li:last-child {
    margin-bottom: 0;
  }
}
.x-pro-info5 .container2 ul li a {
  display: block;
  width: 100%;
  padding-bottom: 0.8rem;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding-top: 0.7rem;
}
@media (max-width: 767px) {
  .x-pro-info5 .container2 ul li a {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
}
.x-pro-info5 .container2 ul li a .public-img::before {
  padding-top: 66.76557864%;
}
.x-pro-info5 .container2 ul li a .x-text {
  margin-top: 0.3rem;
}
.x-pro-info5 .container2 ul li a .x-text .x-title2 {
  color: #222222;
}
.x-pro-info5 .container2 ul li a .x-text .x-p {
  color: #888888;
  line-height: 1.4;
  margin: 0.1rem 0 0.6rem;
}
.x-info-con {
  background-color: #000;
  padding: 1.3rem 0 2.6rem 0;
}
@media (max-width: 767px) {
  .x-info-con {
    padding: 1.2rem 0 3.4rem;
  }
}
.x-info-con .x-pro-info6 .container2 {
  background-color: #383838;
  padding: 0.65rem 0.55rem 0.8rem;
}
@media (max-width: 767px) {
  .x-info-con .x-pro-info6 .container2 {
    padding: 0.4rem;
  }
}
.x-info-con .x-pro-info6 .container2 .x-title {
  text-align: center;
  color: #fff;
}
.x-info-con .x-pro-info6 .container2 ul {
  margin-top: 0.55rem;
}
@media (max-width: 767px) {
  .x-info-con .x-pro-info6 .container2 ul {
    margin-top: 0.4rem;
  }
}
.x-info-con .x-pro-info6 .container2 ul li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-info-con .x-pro-info6 .container2 ul li:last-child {
  border-bottom: 1px solid #575757;
}
.x-info-con .x-pro-info6 .container2 ul li .x-p {
  padding: 0.3rem 0.2rem;
  border-top: 1px solid #575757;
  border-right: 1px solid #575757;
  min-height: 1.3rem;
}
.x-info-con .x-pro-info6 .container2 ul li .x-p:last-child {
  border-right: none;
}
.x-info-con .x-pro-info6 .container2 ul li .x-p:nth-of-type(1) {
  width: 25%;
}
@media (max-width: 991px) {
  .x-info-con .x-pro-info6 .container2 ul li .x-p:nth-of-type(1) {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-info-con .x-pro-info6 .container2 ul li .x-p:nth-of-type(1) {
    width: 100%;
    border-right: none;
  }
}
.x-info-con .x-pro-info6 .container2 ul li .x-p:nth-of-type(2) {
  width: 25%;
}
@media (max-width: 991px) {
  .x-info-con .x-pro-info6 .container2 ul li .x-p:nth-of-type(2) {
    width: 50%;
    border-right: none;
  }
}
@media (max-width: 767px) {
  .x-info-con .x-pro-info6 .container2 ul li .x-p:nth-of-type(2) {
    width: 100%;
  }
}
.x-info-con .x-pro-info6 .container2 ul li .x-p:nth-of-type(3) {
  width: 25%;
}
@media (max-width: 991px) {
  .x-info-con .x-pro-info6 .container2 ul li .x-p:nth-of-type(3) {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-info-con .x-pro-info6 .container2 ul li .x-p:nth-of-type(3) {
    width: 100%;
    border-right: none;
  }
}
.x-info-con .x-pro-info6 .container2 ul li .x-p:nth-of-type(4) {
  width: 25%;
}
@media (max-width: 991px) {
  .x-info-con .x-pro-info6 .container2 ul li .x-p:nth-of-type(4) {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-info-con .x-pro-info6 .container2 ul li .x-p:nth-of-type(4) {
    width: 100%;
  }
}
.x-info-con .x-pro-info6 .container2 ul li .x-p .x-title2 {
  color: #969696;
  line-height: 1.2;
}
@media (max-width: 1580px) {
  .x-info-con .x-pro-info6 .container2 ul li .x-p .x-title2 {
    font-size: 14px;
  }
}
.x-info-con .x-pro-info6 .container2 ul li .x-p .x-sp {
  color: #fff;
  margin-top: 0.1rem;
}
.x-info-con .x-pro-info7 {
  padding-top: 0.7rem;
}
@media (max-width: 767px) {
  .x-info-con .x-pro-info7 {
    padding-top: 1rem;
  }
}
.x-info-con .x-pro-info7 .container2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.65rem 0.7rem 1rem;
}
@media (max-width: 767px) {
  .x-info-con .x-pro-info7 .container2 {
    padding: 0.4rem;
  }
}
.x-info-con .x-pro-info7 .container2 .x-title {
  text-align: center;
  color: #fff;
}
.x-info-con .x-pro-info7 .container2 .x-swiper {
  position: relative;
  padding: 0 0.7rem;
}
@media (max-width: 767px) {
  .x-info-con .x-pro-info7 .container2 .x-swiper {
    padding: 0 0.4rem;
  }
}
.x-info-con .x-pro-info7 .container2 .x-swiper .swiper-container {
  margin-top: 0.4rem;
}
.x-info-con .x-pro-info7 .container2 .x-swiper .x-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}
.x-info-con .x-pro-info7 .container2 .x-swiper .x-prev:hover svg path {
  fill: #ff5409;
}
.x-info-con .x-pro-info7 .container2 .x-swiper .x-prev svg {
  width: 0.6rem;
  height: 0.6rem;
  display: inline-block;
}
.x-info-con .x-pro-info7 .container2 .x-swiper .x-prev svg path {
  fill: #fff;
  transition: 0.4s ease-in-out;
}
.x-info-con .x-pro-info7 .container2 .x-swiper .x-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}
.x-info-con .x-pro-info7 .container2 .x-swiper .x-next:hover svg path {
  fill: #ff5409;
}
.x-info-con .x-pro-info7 .container2 .x-swiper .x-next svg {
  width: 0.6rem;
  height: 0.6rem;
  transform: rotate(180deg);
  display: inline-block;
}
.x-info-con .x-pro-info7 .container2 .x-swiper .x-next svg path {
  fill: #fff;
  transition: 0.4s ease-in-out;
}
.x-pro-info8 {
  margin-top: -2.3rem;
  position: relative;
  z-index: 5;
  margin-bottom: 0.4rem;
}
.x-pro-info8 .container2 {
  position: relative;
}
.x-pro-info8 .container2 .public-img::before {
  padding-top: 25.71428571%;
}
@media (max-width: 991px) {
  .x-pro-info8 .container2 .public-img::before {
    padding-top: 40.714286%;
  }
}
@media (max-width: 767px) {
  .x-pro-info8 .container2 .public-img::before {
    padding-top: 69.714286%;
  }
}
.x-pro-info8 .container2 .x-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  color: #fff;
  width: 100%;
  text-align: center;
}
.x-pro-info8 .container2 .x-text .x-title {
  line-height: 1.2;
}
.x-pro-info8 .container2 .x-text .x-public-a {
  border-color: #fff;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .x-pro-info8 .container2 .x-text .x-public-a {
    margin-top: 0.4rem;
  }
}
.x-pro-info8 .container2 .x-text .x-public-a:hover {
  border: 1px solid #ff5409;
}
.x-pro-info8 .container2 .x-text .x-public-a:hover i::before {
  opacity: 1;
}
.x-pro-info8 .container2 .x-text .x-public-a:hover i svg {
  transform: initial;
}
.x-pro-info8 .container2 .x-text .x-public-a:hover i svg path {
  fill: #fff;
}
.x-pro-info8 .container2 .x-text .x-public-a span {
  color: #fff;
}
.x-pro-info8 .container2 .x-text .x-public-a i {
  background: transparent;
}
.x-pro-info8 .container2 .x-text .x-public-a i::before {
  opacity: 0;
}
.x-pro-info8 .container2 .x-text .x-public-a i svg {
  display: inline-block;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .x-pro-info8 .container2 .x-text .x-public-a i svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.x-pro-info8 .container2 .x-text .x-public-a i svg path {
  fill: #ff5409;
}
.x-pro-info9 .x-pro2 .x-ind-info3 {
  padding: 1rem 0 1.2rem;
}
.x-pro-info9 .x-pro2 .x-ind-info3 .container2 ul {
  margin-top: 0.7rem;
}
.x-djdw {
  position: relative;
  top: -200px;
  height: 0;
}
.x-ser1 {
  padding-top: 1.1rem;
}
.x-ser1 .container2 {
  padding-bottom: 1rem;
  border-bottom: 1px solid #d1d1d1;
}
.x-ser1 .container2 .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-ser1 .container2 .x-top .x-title {
  color: #222;
  width: 35.71%;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .x-ser1 .container2 .x-top .x-title {
    width: 100%;
  }
}
.x-ser1 .container2 .x-top .x-text {
  width: 51.42%;
}
@media (max-width: 767px) {
  .x-ser1 .container2 .x-top .x-text {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.x-ser1 .container2 .x-top .x-text .x-p {
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .x-ser1 .container2 .x-top .x-text .x-p {
    margin-bottom: 0.2rem;
  }
}
.x-ser1 .container2 .x-top .x-text .x-sp {
  line-height: 1.4;
  color: #888;
}
.x-ser1 .container2 .public-img {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .x-ser1 .container2 .public-img {
    margin-top: 0.6rem;
  }
}
.x-ser1 .container2 .public-img::before {
  padding-top: 39.28571429%;
}
@media (max-width: 767px) {
  .x-ser1 .container2 .public-img::before {
    padding-top: 57.285714%;
  }
}
.x-ser1 .container2 .x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-ser1 .container2 .x-xia {
    margin-top: 0.5rem;
  }
}
.x-ser1 .container2 .x-xia .x-p {
  width: 52.14%;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .x-ser1 .container2 .x-xia .x-p {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.x-ser2 {
  padding-top: 1rem;
}
.x-ser2 .container2 .x-title {
  color: #222;
}
.x-ser2 .container2 .x-swiper {
  border: 1px solid #b7b7b7;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 6rem;
  margin-top: 0.3rem;
}
@media (max-width: 1580px) {
  .x-ser2 .container2 .x-swiper {
    height: 7.4rem;
  }
}
@media (max-width: 767px) {
  .x-ser2 .container2 .x-swiper {
    height: auto;
  }
}
.x-ser2 .container2 .x-swiper .x-le {
  width: 70%;
  height: 100%;
  padding: 0.4rem;
}
@media (max-width: 991px) {
  .x-ser2 .container2 .x-swiper .x-le {
    width: 100%;
  }
}
.x-ser2 .container2 .x-swiper .x-le .swiper-container {
  height: 100%;
}
.x-ser2 .container2 .x-swiper .x-le .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-ser2 .container2 .x-swiper .x-le .swiper-container .swiper-wrapper .swiper-slide .public-img {
  width: 48.82%;
  height: 100%;
}
@media (max-width: 767px) {
  .x-ser2 .container2 .x-swiper .x-le .swiper-container .swiper-wrapper .swiper-slide .public-img {
    width: 100%;
  }
}
.x-ser2 .container2 .x-swiper .x-le .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 130.76923077%;
}
.x-ser2 .container2 .x-swiper .x-le .swiper-container .swiper-wrapper .swiper-slide .x-text {
  width: 51.18%;
  padding-left: 1rem;
  margin-top: 0.1rem;
}
@media (max-width: 1260px) {
  .x-ser2 .container2 .x-swiper .x-le .swiper-container .swiper-wrapper .swiper-slide .x-text {
    padding-left: 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-ser2 .container2 .x-swiper .x-le .swiper-container .swiper-wrapper .swiper-slide .x-text {
    width: 100%;
    padding: 0.2rem 0 0 0;
  }
}
.x-ser2 .container2 .x-swiper .x-le .swiper-container .swiper-wrapper .swiper-slide .x-text span {
  color: rgba(34, 34, 34, 0.5);
}
.x-ser2 .container2 .x-swiper .x-le .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title2 {
  line-height: 1;
  margin: 0.9rem 0 0.15rem;
}
@media (max-width: 767px) {
  .x-ser2 .container2 .x-swiper .x-le .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title2 {
    margin: 0.2rem 0 0.3rem;
  }
}
.x-ser2 .container2 .x-swiper .x-le .swiper-container .swiper-wrapper .swiper-slide .x-text .x-p {
  color: #999999;
  line-height: 1.4;
}
.x-ser2 .container2 .x-swiper .x-ri {
  width: 30%;
  height: 100%;
  border-left: 1px solid #b7b7b7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .x-ser2 .container2 .x-swiper .x-ri {
    display: none;
  }
}
.x-ser2 .container2 .x-swiper .x-ri .swiper-container {
  height: 100%;
}
.x-ser2 .container2 .x-swiper .x-ri .swiper-container .swiper-wrapper .swiper-slide {
  border-bottom: 1px solid #b7b7b7;
  padding: 0.3rem;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
.x-ser2 .container2 .x-swiper .x-ri .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  background-color: #ff5409;
}
.x-ser2 .container2 .x-swiper .x-ri .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .x-p span {
  color: rgba(255, 255, 255, 0.5);
}
.x-ser2 .container2 .x-swiper .x-ri .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .x-p p {
  color: #fff;
}
.x-ser2 .container2 .x-swiper .x-ri .swiper-container .swiper-wrapper .swiper-slide:last-child {
  border-bottom: none;
}
.x-ser2 .container2 .x-swiper .x-ri .swiper-container .swiper-wrapper .swiper-slide .x-p {
  display: flex;
  justify-content: flex-start;
}
.x-ser2 .container2 .x-swiper .x-ri .swiper-container .swiper-wrapper .swiper-slide .x-p span {
  color: rgba(34, 34, 34, 0.5);
  transition: 0.4s ease-in-out;
}
.x-ser2 .container2 .x-swiper .x-ri .swiper-container .swiper-wrapper .swiper-slide .x-p p {
  color: #999999;
  margin-left: 0.3rem;
  transition: 0.4s ease-in-out;
}
.x-ser3 {
  padding-top: 1.3rem;
}
@media (max-width: 767px) {
  .x-ser3 {
    padding-top: 1.2rem;
  }
}
.x-ser3 .container2 {
  position: relative;
}
.x-ser3 .container2 .public-img::before {
  padding-top: 25.71428571%;
}
@media (max-width: 991px) {
  .x-ser3 .container2 .public-img::before {
    padding-top: 40.714286%;
  }
}
@media (max-width: 767px) {
  .x-ser3 .container2 .public-img::before {
    padding-top: 70.714286%;
  }
}
.x-ser3 .container2 .x-text {
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
  z-index: 5;
  padding: 0 0.9rem 0 0.8rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 767px) {
  .x-ser3 .container2 .x-text {
    padding: 0 0.4rem;
  }
}
.x-ser3 .container2 .x-text .x-p {
  width: 70.1%;
}
@media (max-width: 991px) {
  .x-ser3 .container2 .x-text .x-p {
    width: 100%;
  }
}
.x-ser3 .container2 .x-text .x-p .x-title {
  color: #fff;
  line-height: 1.2;
}
.x-ser3 .container2 .x-text .x-p .x-sp {
  color: #fff;
  margin-top: 0.25rem;
}
.x-ser3 .container2 .x-text .x-public-a {
  border-color: #fff;
}
@media (max-width: 991px) {
  .x-ser3 .container2 .x-text .x-public-a {
    margin-top: 0.4rem;
  }
}
.x-ser3 .container2 .x-text .x-public-a:hover {
  border: 1px solid #ff5409;
}
.x-ser3 .container2 .x-text .x-public-a:hover i::before {
  opacity: 1;
}
.x-ser3 .container2 .x-text .x-public-a:hover i svg {
  transform: initial;
}
.x-ser3 .container2 .x-text .x-public-a:hover i svg path {
  fill: #fff;
}
.x-ser3 .container2 .x-text .x-public-a span {
  color: #fff;
}
.x-ser3 .container2 .x-text .x-public-a i {
  background: transparent;
}
.x-ser3 .container2 .x-text .x-public-a i::before {
  opacity: 0;
}
.x-ser3 .container2 .x-text .x-public-a i svg {
  display: inline-block;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .x-ser3 .container2 .x-text .x-public-a i svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.x-ser3 .container2 .x-text .x-public-a i svg path {
  fill: #ff5409;
}
.x-ser4 {
  padding: 1.7rem 0 1.5rem;
}
@media (max-width: 767px) {
  .x-ser4 {
    padding: 1.2rem 0;
  }
}
.x-ser4 .container2 .x-title {
  color: #222;
}
.x-ser4 .container2 .x-top {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.3rem;
}
.x-ser4 .container2 .x-top .public-img {
  width: 42.85%;
}
@media (max-width: 991px) {
  .x-ser4 .container2 .x-top .public-img {
    width: 100%;
  }
}
.x-ser4 .container2 .x-top .public-img::before {
  padding-top: 66.66666667%;
}
.x-ser4 .container2 .x-top .x-p {
  width: 57.15%;
  line-height: 1.2;
  padding: 0 0 0 1rem;
}
@media (max-width: 991px) {
  .x-ser4 .container2 .x-top .x-p {
    width: 100%;
    padding: 0.4rem 0 0.4rem 0;
  }
}
.x-ser4 .container2 .x-top .x-p span {
  color: #717171;
}
.x-ser4 .container2 .x-top .x-p span.on {
  color: #222222;
}
.x-ser4 .container2 ul {
  margin-top: 0.65rem;
}
@media (max-width: 767px) {
  .x-ser4 .container2 ul {
    margin-top: 0.4rem;
  }
}
.x-ser4 .container2 ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #d1d1d1;
  padding: 0.5rem 0 0.7rem;
}
.x-ser4 .container2 ul li:first-child {
  border-top: 1px solid #d1d1d1;
}
.x-ser4 .container2 ul li .x-title2 {
  color: #222;
  width: 26.42%;
  line-height: 1.2;
  padding-right: 0.2rem;
}
@media (max-width: 767px) {
  .x-ser4 .container2 ul li .x-title2 {
    width: 100%;
  }
}
.x-ser4 .container2 ul li .x-p {
  width: 73.58%;
  color: #888;
  line-height: 1.4;
  padding-right: 0.7rem;
}
@media (max-width: 767px) {
  .x-ser4 .container2 ul li .x-p {
    width: 100%;
    padding: 0.3rem 0 0 0;
  }
}
.x-cus1 {
  padding: 0.9rem 0 2.4rem;
}
@media (max-width: 767px) {
  .x-cus1 {
    padding: 1.2rem 0;
  }
}
.x-cus1 .container2 .x-form {
  padding: 0 0.3rem;
}
@media (max-width: 1580px) {
  .x-cus1 .container2 .x-form {
    padding: 0;
  }
}
@media (max-width: 1260px) {
  .x-cus1 .container2 .x-form {
    padding: 0;
  }
}
.x-cus1 .container2 .x-form .x-top .x-title {
  text-align: center;
}
.x-cus1 .container2 .x-form .x-top .x-inp-con {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
@media (max-width: 991px) {
  .x-cus1 .container2 .x-form .x-top .x-inp-con {
    justify-content: space-between;
  }
}
.x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp {
  width: 31.46%;
  margin-right: 2.81%;
  margin-bottom: 0.35rem;
}
@media (max-width: 991px) {
  .x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp {
    width: 48%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp {
    width: 100%;
  }
}
.x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp:nth-of-type(3n) {
  margin-right: 0;
}
.x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp.x-text {
  width: 100%;
  margin-right: 0;
}
.x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp.x-text textarea {
  border: 1px solid #cacaca;
  width: 100%;
  height: 3.2rem;
  margin-top: 0.1rem;
  padding: 0.2rem;
  background-color: #fafafa;
}
.x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp span {
  display: block;
  color: #666;
}
@media (max-width: 1281px) {
  .x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp span {
    font-size: 13px;
  }
}
.x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp span i {
  color: #ff0000;
  font-style: initial;
}
.x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp input {
  width: 100%;
  height: 0.6rem;
  padding: 0 0.2rem;
  margin-top: 0.1rem;
  background-color: #f8f8f8;
  color: #999;
  font-family: 'Semi', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 1580px) {
  .x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp input {
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp input {
    height: 0.8rem;
  }
}
.x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp input::-webkit-outer-spin-button,
.x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp input[type='number'] {
  -moz-appearance: textfield;
}
.x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp .x-xiala {
  width: 100%;
  position: relative;
}
.x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp .x-xiala .x-sp {
  display: block;
  height: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0 0.2rem;
  position: relative;
  cursor: pointer;
  margin-top: 0.1rem;
  background-color: #f8f8f8;
}
@media (max-width: 1580px) {
  .x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp .x-xiala .x-sp {
    height: 0.7rem;
    line-height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp .x-xiala .x-sp {
    height: 0.8rem;
    line-height: 0.8rem;
  }
}
.x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp .x-xiala .x-sp span {
  color: #999;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  font-family: 'Semi', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp .x-xiala .x-sp i {
  display: inline-block;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
}
.x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp .x-xiala .x-sp i svg {
  display: block;
  width: 13px;
  height: 7px;
}
.x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp .x-xiala .x-sp i svg path {
  fill: #7a7a7a;
}
.x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp .x-xiala ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 5;
  box-shadow: 0 0 0.1rem rgba(22, 36, 97, 0.1);
  padding: 0.05rem 0;
  border-radius: 0.05rem;
  display: none;
}
.x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp .x-xiala ul li {
  padding: 0.05rem 0.15rem;
  color: #999;
  cursor: pointer;
  transition: 0.4s all;
  font-family: 'Semi', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp .x-xiala ul li:hover {
  color: #ff5409;
  background-color: #f5f5f5;
}
.x-cus1 .container2 .x-form .x-xia {
  padding-top: 0.9rem;
  margin-top: 0.7rem;
  border-top: 1px solid #d1d1d1;
}
.x-cus1 .container2 .x-form .x-pp {
  font-size: 14px;
  color: #999999;
}
.x-cus1 .container2 .x-form .x-pp a {
  color: #ff5409;
  text-decoration: underline;
}
.x-cus1 .container2 .x-form .x-public-a {
  margin-top: 0.4rem;
  min-width: 1.5rem;
  padding: 0.12rem 0.28rem;
}
.x-cus1 .container2 .x-form .x-public-a span {
  text-transform: capitalize;
}
.x-calc1 .x-cus1 {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .x-calc1 .x-cus1 {
    padding-bottom: 1.2rem;
  }
}
@media (max-width: 1580px) {
  .x-calc1 .x-cus1 .container2 .x-form {
    padding: 0;
  }
}
@media (max-width: 1260px) {
  .x-calc1 .x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .x-calc1 .x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp span {
    font-size: 0.28rem;
  }
}
.x-calc1 .x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp .x-xiala {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.x-calc1 .x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp .x-xiala .x-sp {
  width: 61.11%;
}
.x-calc1 .x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp .x-xiala .x-sp .x-isp {
  border: none;
  height: auto;
  padding: 0;
  pointer-events: none;
}
.x-calc1 .x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp .x-xiala .x-te span {
  color: #999999;
}
.x-calc1 .x-cus1 .container2 .x-form .x-top .x-inp-con .x-inp .x-xiala ul {
  width: 61.11%;
}
.x-calc1 .x-cus1 .container2 .x-form .x-p1 {
  font-size: 14px;
  color: #999999;
}
.x-calc1 .x-cus1 .container2 .x-form .x-but {
  text-align: center;
}
.x-calc1 .x-cus1 .container2 .x-form .x-but button {
  margin-top: 1.1rem;
}
.x-calc1 .x-cus1 .container2 .x-form .x-but button:nth-of-type(2) {
  padding: 0.12rem 0.14rem;
  margin-left: 0.25rem;
}
.x-calc2 {
  padding-bottom: 2.6rem;
}
@media (max-width: 767px) {
  .x-calc2 {
    padding-bottom: 1.2rem;
  }
}
.x-calc2 .container2 .x-title {
  text-align: center;
}
.x-calc2 .container2 .x-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.4rem;
  padding: 0 1.2rem;
}
@media (max-width: 1580px) {
  .x-calc2 .container2 .x-form {
    padding: 0;
  }
}
.x-calc2 .container2 .x-form .x-inp {
  width: 48.8%;
  margin-right: 0;
  margin-bottom: 0.35rem;
}
@media (max-width: 767px) {
  .x-calc2 .container2 .x-form .x-inp {
    width: 100%;
  }
}
.x-calc2 .container2 .x-form .x-inp.x-text {
  width: 100%;
  margin-right: 0;
}
.x-calc2 .container2 .x-form .x-inp.x-text textarea {
  border: 1px solid #cacaca;
  width: 100%;
  height: 3.2rem;
  margin-top: 0.1rem;
  padding: 0.2rem;
}
.x-calc2 .container2 .x-form .x-inp span {
  display: block;
  color: #666;
}
@media (max-width: 1260px) {
  .x-calc2 .container2 .x-form .x-inp span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .x-calc2 .container2 .x-form .x-inp span {
    font-size: 0.28rem;
  }
}
.x-calc2 .container2 .x-form .x-inp span i {
  color: #ff0000;
  font-style: initial;
}
.x-calc2 .container2 .x-form .x-inp input {
  border: 1px solid #cacaca;
  width: 100%;
  height: 0.6rem;
  padding: 0 0.2rem;
  margin-top: 0.1rem;
  background-color: #fafafa;
}
@media (max-width: 1580px) {
  .x-calc2 .container2 .x-form .x-inp input {
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .x-calc2 .container2 .x-form .x-inp input {
    height: 0.8rem;
  }
}
.x-calc2 .container2 .x-form .x-p {
  font-size: 14px;
  color: #999999;
}
.x-case1 {
  padding-top: 0.4rem;
}
@media (max-width: 767px) {
  .x-case1 {
    padding-top: 1.2rem;
  }
}
.x-case1 .container2 {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #d1d1d1;
}
@media (max-width: 767px) {
  .x-case1 .container2 {
    padding-bottom: 0.6rem;
  }
}
.x-case1 .container2 .x-a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  cursor: pointer;
}
.x-case1 .container2 .x-a:hover .public-img img {
  transform: scale(1.1);
}
.x-case1 .container2 .x-a:hover .x-text .x-pp .x-title {
  color: #ff5409;
}
.x-case1 .container2 .x-a .public-img {
  width: 42.85%;
}
@media (max-width: 767px) {
  .x-case1 .container2 .x-a .public-img {
    width: 100%;
  }
}
.x-case1 .container2 .x-a .public-img::before {
  padding-top: 66.66666667%;
}
.x-case1 .container2 .x-a .x-text {
  width: 52.14%;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .x-case1 .container2 .x-a .x-text {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.x-case1 .container2 .x-a .x-text .x-img {
  width: auto;
  height: 0.8rem;
}
.x-case1 .container2 .x-a .x-text .x-img img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.x-case1 .container2 .x-a .x-text .x-pp {
  border-top: 1px solid #d1d1d1;
  padding-top: 0.45rem;
  margin-top: 0.25rem;
}
.x-case1 .container2 .x-a .x-text .x-pp .x-title {
  color: #888888;
}
.x-case1 .container2 .x-a .x-text .x-pp .x-sp {
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-case1 .container2 .x-a .x-text .x-pp .x-sp {
    margin-top: 0.4rem;
  }
}
.x-case1 .container2 .x-a .x-text .x-pp .x-sp a {
  display: inline-block;
  color: #333;
  padding: 0.18rem 0.3rem;
  border-radius: 100px;
  border: 1px solid #d3d3d3;
  transition: 0.4s ease-in-out;
  margin-right: 5px;
}
.x-case1 .container2 .x-a .x-text .x-pp .x-sp a:hover {
  background-color: #ff5409;
  color: #fff;
  border-color: #ff5409;
}
.x-case2 {
  padding-top: 1.2rem;
}
.x-case2 .container2 .x-title {
  text-align: center;
  line-height: 1.2;
  padding: 0 2.7rem;
}
@media (max-width: 767px) {
  .x-case2 .container2 .x-title {
    padding: 0;
  }
}
.x-case2 .container2 .x-title span {
  color: #888888;
}
.x-case2 .container2 .x-title span.on {
  color: #222;
}
.x-case2 .container2 .x-ba {
  margin-top: 0.4rem;
  display: none;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .x-case2 .container2 .x-ba {
    justify-content: space-between;
  }
}
.x-case2 .container2 .x-ba .x-sel {
  border: 1px solid #d1d1d1;
  position: relative;
  margin-right: 0.2rem;
  width: 3rem;
  padding: 0.15rem;
}
@media (max-width: 767px) {
  .x-case2 .container2 .x-ba .x-sel {
    width: 49%;
    margin-right: 0;
    padding: 0.18rem;
  }
}
.x-case2 .container2 .x-ba .x-sel .x-sp {
  display: block;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.x-case2 .container2 .x-ba .x-sel .x-sp p {
  color: #666666;
}
.x-case2 .container2 .x-ba .x-sel dl {
  position: absolute;
  left: 0;
  top: 104%;
  width: 100%;
  background-color: #f8f8f8;
  z-index: 5;
  box-shadow: 0 0 0.1rem rgba(22, 36, 97, 0);
  padding: 0.05rem 0;
  border-radius: 0.05rem;
  overflow-y: auto;
  max-height: 3rem;
  display: none;
}
.x-case2 .container2 .x-ba .x-sel dl dd {
  padding: 0.05rem 0.15rem;
  color: #666;
  cursor: pointer;
  transition: 0.4s all;
}
.x-case2 .container2 .x-ba .x-sel dl dd:hover {
  color: #ff5409;
  background-color: #fff;
}
.x-case2 .container2 .x-ba .x-sel i {
  font-style: initial;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: inline-flex;
}
.x-case2 .container2 .x-ba .x-sel i svg {
  width: 100%;
  height: 100%;
  transform: rotate(270deg);
}
.x-case2 .container2 .x-ba .x-sel i svg path {
  fill: #000;
}
.x-case2 .container2 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}
.x-case2 .container2 ul li {
  display: flex;
  position: relative;
  border-bottom: 1px solid #d1d1d1;
}
.x-case2 .container2 ul li:nth-of-type(1) {
  border-top: 1px solid #d1d1d1;
}
.x-case2 .container2 ul li:nth-of-type(2),
.x-case2 .container2 ul li:nth-of-type(3) {
  border-top: 1px solid #d1d1d1;
}
@media (max-width: 767px) {
  .x-case2 .container2 ul li:nth-of-type(2),
  .x-case2 .container2 ul li:nth-of-type(3) {
    border-top: none;
  }
}
@media (max-width: 991px) {
  .x-case2 .container2 ul li:nth-of-type(3) {
    border-top: none;
  }
}
.x-case2 .container2 ul li:nth-last-child(-n+3) {
  border-bottom: 1px solid #d1d1d1;
}
@media (max-width: 767px) {
  .x-case2 .container2 ul li:nth-last-child(-n+3) {
    border-bottom: 1px solid #d1d1d1;
  }
}
@media (max-width: 991px) {
  .x-case2 .container2 ul li:nth-last-child(-n+2) {
    border-bottom: 1px solid #d1d1d1;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .x-case2 .container2 ul li:nth-last-child(-n+2) {
    border-bottom: 1px solid #d1d1d1;
  }
}
.x-case2 .container2 ul li:nth-of-type(3n+1) {
  width: 32.14%;
}
@media (max-width: 991px) {
  .x-case2 .container2 ul li:nth-of-type(3n+1) {
    width: 50%;
  }
}
.x-case2 .container2 ul li:nth-of-type(3n+1) .x-aa {
  padding-right: 0.5rem;
}
@media (max-width: 991px) {
  .x-case2 .container2 ul li:nth-of-type(3n+1) .x-aa {
    padding: 0;
  }
}
.x-case2 .container2 ul li:nth-of-type(3n+2) {
  width: 35.71%;
}
@media (max-width: 991px) {
  .x-case2 .container2 ul li:nth-of-type(3n+2) {
    width: 50%;
  }
}
.x-case2 .container2 ul li:nth-of-type(3n+2) .x-aa {
  padding: 0.4rem 0.5rem 0.65rem;
}
@media (max-width: 991px) {
  .x-case2 .container2 ul li:nth-of-type(3n+2) .x-aa {
    padding: 0;
  }
}
.x-case2 .container2 ul li:nth-of-type(3n) {
  width: 32.15%;
}
@media (max-width: 991px) {
  .x-case2 .container2 ul li:nth-of-type(3n) {
    width: 50%;
  }
}
.x-case2 .container2 ul li:nth-of-type(3n) .x-aa {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media (max-width: 991px) {
  .x-case2 .container2 ul li:nth-of-type(3n) .x-aa {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .x-case2 .container2 ul li:nth-of-type(3n) .x-aa {
    padding: 0.4rem !important;
  }
}
.x-case2 .container2 ul li:nth-of-type(3n) i {
  display: none !important;
}
@media (max-width: 991px) {
  .x-case2 .container2 ul li:nth-of-type(3n) i {
    display: block !important;
  }
}
.x-case2 .container2 ul li:nth-of-type(2n) {
  border-right: none;
}
@media (max-width: 991px) {
  .x-case2 .container2 ul li:nth-of-type(2n) i {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .x-case2 .container2 ul li {
    width: 100% !important;
  }
}
.x-case2 .container2 ul li .x-aa {
  display: block;
  margin: 0;
  position: relative;
  padding-top: 0.4rem;
  padding-bottom: 0.65rem;
  cursor: pointer;
  padding-right: 2px;
}
@media (max-width: 991px) {
  .x-case2 .container2 ul li .x-aa {
    padding: 0 0.4rem !important;
  }
}
@media (max-width: 767px) {
  .x-case2 .container2 ul li .x-aa {
    padding: 0.4rem !important;
  }
}
.x-case2 .container2 ul li .x-aa:hover .public-img img {
  transform: scale(1.1);
}
.x-case2 .container2 ul li .x-aa:hover .x-text .x-title2 {
  color: #ff5409;
}
.x-case2 .container2 ul li .x-aa i {
  display: inline-block;
  font-style: initial;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #d1d1d1;
  width: 1px;
}
@media (max-width: 767px) {
  .x-case2 .container2 ul li .x-aa i {
    display: none !important;
  }
}
.x-case2 .container2 ul li .x-aa .x-title2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.4em;
}
.x-case2 .container2 ul li .x-aa .x-img {
  width: auto;
  height: 0.4rem;
}
@media (max-width: 767px) {
  .x-case2 .container2 ul li .x-aa .x-img {
    height: 0.6rem;
  }
}
.x-case2 .container2 ul li .x-aa .x-img img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.x-case2 .container2 ul li .x-aa .public-img {
  margin: 0.35rem 0;
}
.x-case2 .container2 ul li .x-aa .public-img::before {
  padding-top: 66.25%;
}
.x-case2 .container2 ul li .x-aa .x-text {
  padding-right: 0.3rem;
}
@media (max-width: 767px) {
  .x-case2 .container2 ul li .x-aa .x-text {
    padding-right: 0;
  }
}
.x-case2 .container2 ul li .x-aa .x-text .x-title2 {
  color: #222;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.4em;
  transition: 0.4s ease-in-out;
}
.x-case2 .container2 ul li .x-aa .x-text .x-sp {
  margin-top: 0.3rem;
}
.x-case2 .container2 ul li .x-aa .x-text .x-sp a {
  display: inline-block;
  color: #333;
  padding: 0.1rem 0.16rem;
  border-radius: 100px;
  border: 1px solid #d3d3d3;
  transition: 0.4s ease-in-out;
  font-size: 14px;
  min-width: 1.5rem;
  text-align: center;
  margin-top: 0.1rem;
}
.x-case2 .container2 ul li .x-aa .x-text .x-sp a:hover {
  background-color: #ff5409;
  color: #fff;
  border-color: #ff5409;
}
.x-system1 {
  padding: 1rem 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-system1 {
    padding-bottom: 1.2rem;
  }
}
.x-system1 .container2 .x-title {
  color: #222;
}
.x-system1 .x-con {
  padding-left: 2.6rem;
  margin-top: 0.6rem;
}
@media (max-width: 1580px) {
  .x-system1 .x-con {
    padding-left: 1.6rem;
  }
}
@media (max-width: 1260px) {
  .x-system1 .x-con {
    padding-left: 0.9rem;
  }
}
@media (max-width: 991px) {
  .x-system1 .x-con {
    padding-left: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-system1 .x-con {
    padding-left: 0.4rem;
    margin-top: 0.4rem;
  }
}
.x-system1 .x-con .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  border-radius: 0.24rem;
  overflow: hidden;
  cursor: pointer;
}
.x-system1 .x-con .swiper-container .swiper-wrapper .swiper-slide:hover .public-img img {
  transform: scale(1.1);
}
.x-system1 .x-con .swiper-container .swiper-wrapper .swiper-slide:hover .x-sp i {
  transform: rotate(180deg);
}
.x-system1 .x-con .swiper-container .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  background: -webkit-linear-gradient(bottom, #000000, rgba(255, 255, 255, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0));
  z-index: 2;
}
.x-system1 .x-con .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 155.55555556%;
}
.x-system1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-sp {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  padding: 0 0.3rem 0.3rem 0.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.x-system1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-sp .x-title2 {
  color: #fff;
  line-height: 1;
  padding-right: 0.4rem;
}
.x-system1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-sp i {
  font-style: initial;
  color: #fff;
  line-height: 0.9;
  transition: 0.4s ease-in-out;
}
.x-system2 {
  padding-bottom: 1.55rem;
}
@media (max-width: 767px) {
  .x-system2 {
    padding-bottom: 1.2rem;
  }
}
.x-system2 .container2 {
  padding-top: 0.9rem;
  border-top: 1px solid #d1d1d1;
}
.x-system2 .container2 .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-system2 .container2 .x-top .x-title {
  width: 52.14%;
  line-height: 1;
}
@media (max-width: 767px) {
  .x-system2 .container2 .x-top .x-title {
    width: 100%;
  }
}
.x-system2 .container2 .x-top .x-text {
  width: 47.86%;
}
@media (max-width: 767px) {
  .x-system2 .container2 .x-top .x-text {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-system2 .container2 .x-top .x-text .x-p {
  line-height: 1.2;
}
.x-system2 .container2 .x-top .x-text .x-sp {
  color: #888888;
  line-height: 1.4;
  margin-top: 0.3rem;
}
.x-system2 .container2 .public-img {
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .x-system2 .container2 .public-img {
    margin-top: 0.4rem;
  }
}
.x-system2 .container2 .public-img::before {
  padding-top: 42.85714286%;
}
@media (max-width: 767px) {
  .x-system2 .container2 .public-img::before {
    padding-top: 59.857143%;
  }
}
.x-system2 .container2 .public-img img {
  transition: initial;
}
.curtain {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
}
.curtain .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
.curtain .curtain_box {
  position: absolute;
  max-width: 90%;
  max-height: 90%;
  left: 50%;
  top: 50%;
  background: #fff;
  overflow: hidden;
  z-index: 10000;
  transform: translate(-50%, -50%);
}
.curtain .curtain_box .curtain_title {
  position: relative;
  padding: 0 30px;
  background: #1c4798;
}
.curtain .curtain_box .curtain_title .close_tc {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 60px;
  cursor: pointer;
  z-index: 10000;
}
.curtain .curtain_box .curtain_title .close_tc::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.curtain .curtain_box .curtain_title .close_tc::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background: #999999;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(5%, 0, 0);
    -ms-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.system-tc.on {
  display: block;
}
@media (max-width: 767px) {
  .system-tc .curtain_box .curtain_title .close_tc {
    width: 48px;
    height: 46px;
  }
}
.system-tc .curtain_box .x-con {
  width: 16rem;
  padding: 0.7rem 0.5rem 0.5rem 0.5rem;
  position: relative;
}
@media (max-width: 1580px) {
  .system-tc .curtain_box .x-con {
    width: 15rem;
  }
}
@media (max-width: 991px) {
  .system-tc .curtain_box .x-con {
    width: 9rem;
    padding: 0.6rem 0.4rem;
  }
}
@media (max-width: 767px) {
  .system-tc .curtain_box .x-con {
    width: 6.6rem;
  }
}
.system-tc .curtain_box .x-con .x-t-img {
  width: 0.48rem;
  height: 0.48rem;
  background-color: #0000000d;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  position: absolute;
  top: 0.6rem;
  z-index: 5;
}
@media (max-width: 1580px) {
  .system-tc .curtain_box .x-con .x-t-img {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.system-tc .curtain_box .x-con .x-t-img:hover {
  background-color: #000;
}
.system-tc .curtain_box .x-con .x-t-img:hover svg path {
  fill: #fff;
}
.system-tc .curtain_box .x-con .x-t-img svg {
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
}
@media (max-width: 1580px) {
  .system-tc .curtain_box .x-con .x-t-img svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.system-tc .curtain_box .x-con .x-t-img svg path {
  fill: #000;
  transition: 0.4s ease-in-out;
}
.system-tc .curtain_box .x-con .swiper-container {
  width: 100%;
  height: 100%;
}
.system-tc .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.system-tc .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-le {
  width: 49%;
  max-height: 6.5rem;
  overflow-y: auto;
  padding-right: 0.4rem;
}
@media (max-width: 1580px) {
  .system-tc .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-le {
    max-height: 9.5rem;
  }
}
@media (max-width: 1260px) {
  .system-tc .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-le {
    width: 47%;
  }
}
@media (max-width: 991px) {
  .system-tc .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-le {
    width: 100%;
    height: 4rem;
    margin-top: 0.4rem;
  }
}
.system-tc .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-le .x-img {
  width: auto;
  height: 0.32rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 767px) {
  .system-tc .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-le .x-img {
    height: 0.4rem;
  }
}
.system-tc .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-le .x-img img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.system-tc .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-le .x-title {
  color: #222;
  line-height: 1.2;
  margin-top: 0.3rem;
}
.system-tc .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-le .x-p {
  color: #222;
  line-height: 1.3;
  margin-top: 0.2rem;
}
.system-tc .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-ri {
  width: 47.16%;
  height: 100%;
}
@media (max-width: 1260px) {
  .system-tc .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-ri {
    width: 52.16%;
  }
}
@media (max-width: 991px) {
  .system-tc .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-ri {
    width: 100%;
  }
}
.system-tc .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-ri .x-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.5rem;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .system-tc .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-ri .x-img {
    height: 9.5rem;
  }
}
@media (max-width: 991px) {
  .system-tc .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-ri .x-img {
    height: 4rem;
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .system-tc .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-ri .x-img {
    height: 4rem;
  }
}
.system-tc .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-ri .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.system-tc .curtain_box .x-con .x-but {
  position: absolute;
  bottom: 0.7rem;
  left: 0.8rem;
  display: flex;
  justify-content: flex-start;
  z-index: 10;
}
@media (max-width: 991px) {
  .system-tc .curtain_box .x-con .x-but {
    bottom: -0.6rem;
    left: 0.4rem;
  }
}
.system-tc .curtain_box .x-con .x-but .x-prev {
  width: 0.48rem;
  height: 0.48rem;
  background-color: #0000000d;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .system-tc .curtain_box .x-con .x-but .x-prev {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.system-tc .curtain_box .x-con .x-but .x-prev:hover {
  background-color: #000;
}
.system-tc .curtain_box .x-con .x-but .x-prev:hover svg path {
  fill: #fff;
}
.system-tc .curtain_box .x-con .x-but .x-prev svg {
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
}
@media (max-width: 1580px) {
  .system-tc .curtain_box .x-con .x-but .x-prev svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.system-tc .curtain_box .x-con .x-but .x-prev svg path {
  fill: #000;
  transition: 0.4s ease-in-out;
}
.system-tc .curtain_box .x-con .x-but .x-next {
  width: 0.48rem;
  height: 0.48rem;
  background-color: #0000000d;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
  margin-left: 0.15rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .system-tc .curtain_box .x-con .x-but .x-next {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.system-tc .curtain_box .x-con .x-but .x-next:hover {
  background-color: #000;
}
.system-tc .curtain_box .x-con .x-but .x-next:hover svg path {
  fill: #fff;
}
.system-tc .curtain_box .x-con .x-but .x-next svg {
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  transform: rotate(180deg);
}
@media (max-width: 1580px) {
  .system-tc .curtain_box .x-con .x-but .x-next svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.system-tc .curtain_box .x-con .x-but .x-next svg path {
  fill: #000;
  transition: 0.4s ease-in-out;
}
.x-res1 {
  padding-top: 0.75rem;
}
@media (max-width: 767px) {
  .x-res1 {
    padding-top: 1.2rem;
  }
}
.x-res1 .container2 .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.x-res1 .container2 .x-top .x-a {
  width: 72.85%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .x-res1 .container2 .x-top .x-a {
    width: 100%;
  }
}
.x-res1 .container2 .x-top .x-a a {
  display: inline-block;
  border: 1px solid #909090;
  border-radius: 100px;
  min-width: 2.5rem;
  padding: 0.17rem 0.2rem;
  text-align: center;
  color: #222222;
  margin-right: 0.1rem;
  transition: 0.4s all;
  margin-bottom: 0.1rem;
}
@media (max-width: 767px) {
  .x-res1 .container2 .x-top .x-a a {
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    font-size: 0.3rem;
  }
}
.x-res1 .container2 .x-top .x-a a:hover {
  color: #fff;
  background-color: #ff5409;
  border-color: #ff5409;
  font-family: 'Semi', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-res1 .container2 .x-top .x-a a.on {
  color: #fff;
  background-color: #ff5409;
  border-color: #ff5409;
  font-family: 'Semi', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-res1 .container2 .x-top .x-form {
  width: 27.15%;
  display: inline-flex;
  border: 1px solid #909090;
  border-radius: 100px;
  padding: 0.195rem 0.2rem;
}
@media (max-width: 991px) {
  .x-res1 .container2 .x-top .x-form {
    width: 100%;
  }
}
.x-res1 .container2 .x-top .x-form input {
  width: 90%;
  color: #888888;
}
.x-res1 .container2 .x-top .x-form input::placeholder {
  color: #888888;
}
.x-res1 .container2 .x-top .x-form button {
  display: flex;
  width: 10%;
  align-items: center;
  justify-content: center;
}
.x-res1 .container2 .x-top .x-form button svg {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
@media (max-width: 767px) {
  .x-res1 .container2 .x-top .x-form button svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.x-res1 .container2 .x-top .x-form button svg path {
  fill: #1b1b1b;
}
.x-res1 .container2 .x-xia {
  margin-top: 0.4rem;
}
.x-res1 .container2 .x-xia ul li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0.22rem 0.35rem 0.22rem 0.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .x-res1 .container2 .x-xia ul li {
    padding: 0.26rem 0;
  }
}
.x-res1 .container2 .x-xia ul li:hover .x-title {
  font-family: "Bo";
}
.x-res1 .container2 .x-xia ul li:hover i::before {
  width: 100%;
}
.x-res1 .container2 .x-xia ul li .x-ck {
  display: flex;
  align-items: center;
  width: 91.79%;
}
@media (max-width: 991px) {
  .x-res1 .container2 .x-xia ul li .x-ck {
    width: 88.79%;
  }
}
@media (max-width: 767px) {
  .x-res1 .container2 .x-xia ul li .x-ck {
    width: 75.79%;
  }
}
.x-res1 .container2 .x-xia ul li .x-ck:hover .x-title {
  color: #222222;
}
.x-res1 .container2 .x-xia ul li .x-ck svg {
  display: inline-block;
  width: 0.36rem;
  height: 0.36rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .x-res1 .container2 .x-xia ul li .x-ck svg {
    width: 0.44rem;
    height: 0.44rem;
  }
}
.x-res1 .container2 .x-xia ul li .x-ck svg path {
  fill: #434343;
}
.x-res1 .container2 .x-xia ul li .x-ck .x-title {
  color: #666666;
  padding: 0 0.45rem;
}
@media (max-width: 767px) {
  .x-res1 .container2 .x-xia ul li .x-ck .x-title {
    line-height: 1.2;
    padding: 0 0.2rem;
  }
}
.x-res1 .container2 .x-xia ul li .x-ck2 {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .x-res1 .container2 .x-xia ul li .x-ck2 {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.x-res1 .container2 .x-xia ul li .x-ck2:hover {
  background-color: #ff5f10;
}
.x-res1 .container2 .x-xia ul li .x-ck2:hover svg path {
  fill: #fff;
}
.x-res1 .container2 .x-xia ul li .x-ck2 svg {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
}
@media (max-width: 767px) {
  .x-res1 .container2 .x-xia ul li .x-ck2 svg {
    width: 0.26rem;
    height: 0.26rem;
  }
}
.x-res1 .container2 .x-xia ul li .x-ck2 svg path {
  fill: #434343;
  transition: 0.4s all;
}
.x-res1 .container2 .x-xia ul li .x-xz {
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f4;
  margin-left: 0.2rem;
  flex-shrink: 0;
  transition: 0.4s all;
}
@media (max-width: 767px) {
  .x-res1 .container2 .x-xia ul li .x-xz {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.x-res1 .container2 .x-xia ul li .x-xz:hover {
  background-color: #ff5f10;
}
.x-res1 .container2 .x-xia ul li .x-xz:hover svg path {
  fill: #fff;
}
.x-res1 .container2 .x-xia ul li .x-xz svg {
  display: inline-block;
  width: 0.34rem;
  height: 0.34rem;
}
@media (max-width: 767px) {
  .x-res1 .container2 .x-xia ul li .x-xz svg {
    width: 0.44rem;
    height: 0.44rem;
  }
}
.x-res1 .container2 .x-xia ul li .x-xz svg path {
  fill: #434343;
  transition: 0.4s all;
}
.x-res1 .container2 .x-xia ul li i {
  width: 100%;
  height: 1px;
  background-color: #d1d1d1;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-res1 .container2 .x-xia ul li i::before {
  content: "";
  width: 0;
  height: 100%;
  background-color: #ff5409;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: 0.4s all;
}
@-webkit-keyframes wid {
  0% {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 100%;
  }
}
@keyframes wid {
  0% {
    opacity: 0;
    width: 0;
  }
  to {
    opacity: 1;
    width: 100%;
  }
}
.wid {
  -webkit-animation-name: wid;
  animation-name: wid;
}
.x-res2 .x-indu2 {
  padding: 0.7rem 0 1.2rem 0;
}
.x-faq1 {
  padding-top: 0.5rem;
}
.x-faq1 .container2 .x-top {
  text-align: center;
}
.x-faq1 .container2 .x-top .x-title {
  color: #222222;
}
.x-faq1 .container2 .x-top .x-p {
  color: #888888;
  margin-top: 0.1rem;
}
.x-faq1 .container2 .x-zhong {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 0.9rem;
}
.x-faq1 .container2 .x-zhong .x-a {
  width: 72.85%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .x-faq1 .container2 .x-zhong .x-a {
    width: 100%;
  }
}
.x-faq1 .container2 .x-zhong .x-a a {
  display: inline-block;
  border: 1px solid #909090;
  border-radius: 100px;
  min-width: 1.2rem;
  padding: 0.1rem 0.3rem;
  text-align: center;
  color: #222222;
  margin-right: 0.1rem;
  transition: 0.4s all;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .x-faq1 .container2 .x-zhong .x-a a {
    padding: 0.12rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .x-faq1 .container2 .x-zhong .x-a a {
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    font-size: 0.3rem;
  }
}
.x-faq1 .container2 .x-zhong .x-a a:hover {
  color: #fff;
  background-color: #ff5409;
  border-color: #ff5409;
  font-family: 'Semi', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-faq1 .container2 .x-zhong .x-a a.on {
  color: #fff;
  background-color: #ff5409;
  border-color: #ff5409;
  font-family: 'Semi', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-faq1 .container2 .x-zhong .x-form {
  width: 27.15%;
  display: inline-flex;
  border: 1px solid #909090;
  border-radius: 100px;
  padding: 0.17rem 0.2rem;
  margin-bottom: 0.1rem;
}
@media (max-width: 991px) {
  .x-faq1 .container2 .x-zhong .x-form {
    width: 100%;
  }
}
.x-faq1 .container2 .x-zhong .x-form input {
  width: 90%;
  color: #888888;
}
.x-faq1 .container2 .x-zhong .x-form input::placeholder {
  color: #888888;
}
.x-faq1 .container2 .x-zhong .x-form button {
  display: flex;
  width: 10%;
  align-items: center;
  justify-content: center;
}
.x-faq1 .container2 .x-zhong .x-form button svg {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
}
@media (max-width: 767px) {
  .x-faq1 .container2 .x-zhong .x-form button svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.x-faq1 .container2 .x-zhong .x-form button svg path {
  fill: #1b1b1b;
}
.x-faq1 .container2 .x-xia {
  margin-top: 0.7rem;
}
.x-faq1 .container2 .x-xia ul li {
  padding: 0.22rem 0;
  position: relative;
}
@media (max-width: 767px) {
  .x-faq1 .container2 .x-xia ul li {
    padding: 0.4rem 0;
  }
}
.x-faq1 .container2 .x-xia ul li:hover::before {
  width: 100%;
}
.x-faq1 .container2 .x-xia ul li:hover .x-t .x-tit .x-title2 {
  color: #222222;
  font-family: 'Bo', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-faq1 .container2 .x-xia ul li:hover .x-t i {
  background-color: #ff5f10;
  color: #fff;
}
.x-faq1 .container2 .x-xia ul li::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ff5f10;
  transition: 0.4s ease-in-out;
  z-index: 2;
}
.x-faq1 .container2 .x-xia ul li.on::before {
  width: 100%;
}
.x-faq1 .container2 .x-xia ul li.on .x-t .x-tit .x-title2 {
  transition: 0.4s ease-in-out;
  font-size: 0.26rem;
  color: #222222;
  font-family: 'Semi', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
@media (max-width: 1580px) {
  .x-faq1 .container2 .x-xia ul li.on .x-t .x-tit .x-title2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .x-faq1 .container2 .x-xia ul li.on .x-t .x-tit .x-title2 {
    font-size: 0.36rem;
  }
}
.x-faq1 .container2 .x-xia ul li.on .x-t i {
  background-color: #ff5f10;
  color: #fff;
  transform: rotate(-45deg);
}
.x-faq1 .container2 .x-xia ul li .x-t {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.x-faq1 .container2 .x-xia ul li .x-t .x-tit {
  padding-right: 0.4rem;
  margin-top: 0.05rem;
}
.x-faq1 .container2 .x-xia ul li .x-t .x-tit .x-title2 {
  color: #666666;
}
@media (max-width: 767px) {
  .x-faq1 .container2 .x-xia ul li .x-t .x-tit .x-title2 {
    line-height: 1.2;
  }
}
.x-faq1 .container2 .x-xia ul li .x-t i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 100%;
  background-color: #f4f4f4;
  font-style: initial;
  flex-shrink: 0;
  transition: 0.4s all;
}
@media (max-width: 767px) {
  .x-faq1 .container2 .x-xia ul li .x-t i {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.x-faq1 .container2 .x-xia ul li .x-p {
  display: none;
  margin: 0.15rem 0 0.25rem;
  color: #888888;
}
.x-faq1 .container2 .x-xia ul li .x-i {
  width: 100%;
  height: 1px;
  background-color: #d1d1d1;
  position: absolute;
  left: 0;
  bottom: 0;
}
.x-ser-pro1 {
  padding-top: 0.9rem;
}
@media (max-width: 767px) {
  .x-ser-pro1 {
    padding-top: 1.2rem;
  }
}
.x-ser-pro1 .container2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.x-ser-pro1 .container2 .x-le {
  width: 39.28%;
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .x-ser-pro1 .container2 .x-le {
    width: 100%;
    position: initial;
  }
}
.x-ser-pro1 .container2 .x-le .x-title {
  line-height: 1;
  transition: 0.4s ease-in-out;
}
.x-ser-pro1 .container2 .x-le .x-title.on {
  font-size: 0.4rem;
}
.x-ser-pro1 .container2 .x-le .x-title span {
  color: #808080;
}
.x-ser-pro1 .container2 .x-le .x-title span.on {
  color: #222;
}
.x-ser-pro1 .container2 .x-le .x-a {
  margin-top: 0.8rem;
}
@media (max-width: 767px) {
  .x-ser-pro1 .container2 .x-le .x-a {
    margin-top: 0.4rem;
  }
}
.x-ser-pro1 .container2 .x-le .x-a a {
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  padding: 0.14rem 0.3rem;
  border: 1px solid #909090;
  margin-bottom: 0.24rem;
  color: #666666;
  transition: 0.3s all;
}
@media (max-width: 1260px) {
  .x-ser-pro1 .container2 .x-le .x-a a {
    font-size: 12px;
  }
}
.x-ser-pro1 .container2 .x-le .x-a a:hover {
  background-color: #ff5f10;
  color: #fff;
  border-color: #ff5f10;
}
.x-ser-pro1 .container2 .x-le .x-a a.on {
  background-color: #ff5f10;
  color: #fff;
  border-color: #ff5f10;
}
.x-ser-pro1 .container2 .x-ri {
  width: 60.72%;
}
@media (max-width: 767px) {
  .x-ser-pro1 .container2 .x-ri {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-ser-pro1 .container2 .x-ri .x-c-ri {
  display: none;
}
.x-ser-pro1 .container2 .x-ri .x-c-ri.on {
  display: block;
}
.x-ser-pro1 .container2 .x-ri .x-c-ri .x-li {
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 0.24rem;
  padding: 1.2rem 0.6rem 0.6rem;
  margin-bottom: 0.3rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-ser-pro1 .container2 .x-ri .x-c-ri .x-li {
    margin-bottom: 0.4rem;
  }
}
.x-ser-pro1 .container2 .x-ri .x-c-ri .x-li.x-bj {
  background-color: transparent;
}
.x-ser-pro1 .container2 .x-ri .x-c-ri .x-li.x-bj .x-text span {
  color: #fff;
}
.x-ser-pro1 .container2 .x-ri .x-c-ri .x-li.x-bj .x-text .x-title2 {
  color: #fff;
}
.x-ser-pro1 .container2 .x-ri .x-c-ri .x-li.x-bj .x-text .x-p {
  color: #fff;
}
.x-ser-pro1 .container2 .x-ri .x-c-ri .x-li .x-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.x-ser-pro1 .container2 .x-ri .x-c-ri .x-li .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-ser-pro1 .container2 .x-ri .x-c-ri .x-li .x-text {
  position: relative;
  z-index: 2;
}
.x-ser-pro1 .container2 .x-ri .x-c-ri .x-li .x-text .x-title2 {
  margin: 0.04rem 0 0.1rem;
}
.x-ser-pro1 .container2 .x-ri .x-c-ri .x-li .x-text .x-p {
  color: #888888;
  max-height: 120px;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .x-ser-pro1 .container2 .x-ri .x-c-ri .x-li .x-text .x-p {
    max-height: 125px;
  }
}
.x-ser-pro1 .container2 .x-ri .x-c-ri .x-li .x-text .x-public-a {
  margin-top: 0.3rem;
  min-width: initial;
  padding: 0.16rem 0.2rem;
}
.x-ser-pro2 {
  margin-top: 0.9rem;
  padding-bottom: 1rem;
}
.x-ser-pro2 .container2 {
  border-top: 1px solid #d1d1d1;
  padding-top: 1.3rem;
}
@media (max-width: 767px) {
  .x-ser-pro2 .container2 {
    padding-top: 1.2rem;
  }
}
.x-ser-pro2 .container2 .x-title {
  text-align: center;
  color: #222;
  line-height: 1.2;
}
.x-ser-pro2 .container2 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.65rem;
}
.x-ser-pro2 .container2 ul li {
  position: relative;
  display: flex;
}
.x-ser-pro2 .container2 ul li .x-i {
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 100%;
  background-color: #d1d1d1;
}
.x-ser-pro2 .container2 ul li:nth-last-child(-n+3) .x-x {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #d1d1d1;
}
@media (max-width: 991px) {
  .x-ser-pro2 .container2 ul li:nth-last-child(-n+3) {
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  .x-ser-pro2 .container2 ul li:nth-last-child(-n+2) {
    border-bottom: 1px solid #d1d1d1;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .x-ser-pro2 .container2 ul li:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
.x-ser-pro2 .container2 ul li:nth-of-type(3n+1) {
  width: 32.14%;
}
@media (max-width: 991px) {
  .x-ser-pro2 .container2 ul li:nth-of-type(3n+1) {
    width: 50%;
  }
}
.x-ser-pro2 .container2 ul li:nth-of-type(3n+1) .x-text {
  padding-right: 0.5rem;
}
@media (max-width: 991px) {
  .x-ser-pro2 .container2 ul li:nth-of-type(3n+1) .x-text {
    padding: 0;
  }
}
.x-ser-pro2 .container2 ul li:nth-of-type(3n+2) {
  width: 35.71%;
}
@media (max-width: 991px) {
  .x-ser-pro2 .container2 ul li:nth-of-type(3n+2) {
    width: 50%;
  }
}
.x-ser-pro2 .container2 ul li:nth-of-type(3n+2) .x-text {
  padding: 0.4rem 0.5rem 0.65rem;
}
@media (max-width: 991px) {
  .x-ser-pro2 .container2 ul li:nth-of-type(3n+2) .x-text {
    padding: 0;
  }
}
.x-ser-pro2 .container2 ul li:nth-of-type(3n) {
  width: 32.15%;
}
@media (max-width: 991px) {
  .x-ser-pro2 .container2 ul li:nth-of-type(3n) {
    width: 50%;
  }
}
.x-ser-pro2 .container2 ul li:nth-of-type(3n) .x-text {
  padding-left: 0.5rem;
}
@media (max-width: 991px) {
  .x-ser-pro2 .container2 ul li:nth-of-type(3n) .x-text {
    padding: 0;
  }
}
.x-ser-pro2 .container2 ul li:nth-of-type(3n) .x-text i {
  display: none;
}
@media (max-width: 991px) {
  .x-ser-pro2 .container2 ul li:nth-of-type(3n) .x-text i {
    display: block;
  }
}
@media (max-width: 991px) {
  .x-ser-pro2 .container2 ul li:nth-of-type(2n) i {
    display: none;
  }
}
@media (max-width: 767px) {
  .x-ser-pro2 .container2 ul li {
    width: 100% !important;
  }
  .x-ser-pro2 .container2 ul li:last-child .x-text {
    margin-bottom: 0;
    padding-bottom: 0 !important;
  }
}
.x-ser-pro2 .container2 ul li .x-text {
  display: block;
  margin: 0.25rem 0;
  position: relative;
  padding-top: 0.4rem;
  padding-bottom: 0.65rem;
  width: 100%;
}
@media (max-width: 991px) {
  .x-ser-pro2 .container2 ul li .x-text {
    padding: 0 0.4rem !important;
  }
}
@media (max-width: 767px) {
  .x-ser-pro2 .container2 ul li .x-text {
    padding: 0.4rem !important;
  }
}
.x-ser-pro2 .container2 ul li .x-text i {
  display: inline-block;
  font-style: initial;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #d1d1d1;
  width: 1px;
}
@media (max-width: 767px) {
  .x-ser-pro2 .container2 ul li .x-text i {
    display: none !important;
  }
}
.x-ser-pro2 .container2 ul li .x-text .x-title2 {
  color: #222;
  line-height: 1.2;
  min-height: 58px;
}
@media (max-width: 767px) {
  .x-ser-pro2 .container2 ul li .x-text .x-title2 {
    min-height: initial;
  }
}
.x-ser-pro2 .container2 ul li .x-text .public-img {
  margin: 0.3rem 0;
}
.x-ser-pro2 .container2 ul li .x-text .public-img::before {
  padding-top: 66.25%;
}
.x-ser-pro2 .container2 ul li .x-text .public-img .x-dxa {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 2;
  pointer-events: none;
  width: 100%;
  height: 100%;
  transition: 0.4s ease-in-out;
}
.x-ser-pro2 .container2 ul li .x-text .public-img .x-dxa.on {
  height: 0;
}
.x-ser-pro2 .container2 ul li .x-text .x-p {
  color: #888888;
  line-height: 1.4;
}
.x-ser-pro-tc.on {
  display: block;
}
.x-ser-pro-tc .curtain_box {
  width: 60%;
  height: 100vh;
  right: 0;
  top: 0;
  left: auto;
  transform: initial;
  max-width: none;
  max-height: none;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (max-width: 1580px) {
  .x-ser-pro-tc .curtain_box {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .x-ser-pro-tc .curtain_box {
    width: 100%;
  }
}
.x-ser-pro-tc .curtain_box .x-con {
  width: 100%;
  padding: 10px 10px 10px 0.8rem;
  position: relative;
}
@media (max-width: 991px) {
  .x-ser-pro-tc .curtain_box .x-con {
    padding: 0.6rem 0.4rem;
  }
}
.x-ser-pro-tc .curtain_box .x-con .x-t-img {
  width: 0.48rem;
  height: 0.48rem;
  background-color: #0000000d;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  position: absolute;
  top: 0.6rem;
  z-index: 5;
}
@media (max-width: 1580px) {
  .x-ser-pro-tc .curtain_box .x-con .x-t-img {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.x-ser-pro-tc .curtain_box .x-con .x-t-img:hover {
  background-color: #000;
}
.x-ser-pro-tc .curtain_box .x-con .x-t-img:hover svg path {
  fill: #fff;
}
.x-ser-pro-tc .curtain_box .x-con .x-t-img svg {
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
}
@media (max-width: 1580px) {
  .x-ser-pro-tc .curtain_box .x-con .x-t-img svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.x-ser-pro-tc .curtain_box .x-con .x-t-img svg path {
  fill: #000;
  transition: 0.4s ease-in-out;
}
.x-ser-pro-tc .curtain_box .x-con .x-text {
  margin-top: 1.4rem;
  padding: 0 0.5rem 0 0;
}
@media (max-width: 767px) {
  .x-ser-pro-tc .curtain_box .x-con .x-text {
    padding-right: 0.2rem;
  }
}
.x-ser-pro-tc .curtain_box .x-con .x-text .x-title {
  color: #222;
  line-height: 1.2;
}
.x-ser-pro-tc .curtain_box .x-con .x-text .x-p {
  color: #222;
  line-height: 1.3;
  margin-top: 0.5rem;
  height: 63vh;
  overflow-y: auto;
}
.x-why1 {
  padding-top: 0.9rem;
}
@media (max-width: 767px) {
  .x-why1 {
    padding-top: 1.2rem;
  }
}
.x-why1 .container2 .x-title {
  text-align: center;
}
@media (max-width: 767px) {
  .x-why1 .container2 .x-title {
    line-height: 1.2;
  }
}
.x-why1 .container2 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
@media (max-width: 767px) {
  .x-why1 .container2 ul {
    border-bottom: none;
  }
}
.x-why1 .container2 ul li {
  width: 33.33%;
  display: flex;
}
@media (max-width: 767px) {
  .x-why1 .container2 ul li {
    width: 50%;
  }
  .x-why1 .container2 ul li:nth-of-type(2n) .x-text .x-r {
    display: none;
  }
  .x-why1 .container2 ul li:nth-last-child(-n+2) .x-text .x-x {
    display: none;
  }
}
.x-why1 .container2 ul li:nth-last-child(-n+3) .x-text .x-x {
  display: none;
}
@media (max-width: 767px) {
  .x-why1 .container2 ul li:nth-last-child(-n+3) .x-text .x-x {
    display: block;
  }
}
.x-why1 .container2 ul li:nth-of-type(3n) .x-text .x-r {
  display: none;
}
@media (max-width: 767px) {
  .x-why1 .container2 ul li:nth-of-type(3n) .x-text .x-r {
    display: block;
  }
}
@media (max-width: 767px) {
  .x-why1 .container2 ul li:nth-of-type(2n) .x-text .x-r {
    display: none;
  }
}
.x-why1 .container2 ul li .x-text {
  padding: 0.8rem 0.7rem 0.3rem;
  position: relative;
  width: 100%;
}
@media (max-width: 991px) {
  .x-why1 .container2 ul li .x-text {
    padding: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-why1 .container2 ul li .x-text {
    padding: 0.4rem 0.2rem;
  }
}
.x-why1 .container2 ul li .x-text .x-img {
  width: 0.86rem;
  height: 0.86rem;
  margin: 0 auto;
}
.x-why1 .container2 ul li .x-text .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-why1 .container2 ul li .x-text .x-title2 {
  text-align: center;
  line-height: 1.2;
  margin: 0.4rem 0 0.3rem;
}
.x-why1 .container2 ul li .x-text .x-r {
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #e4e4e4;
}
.x-why1 .container2 ul li .x-text .x-x {
  display: block;
  height: 1px;
  width: 100%;
  background-color: #e4e4e4;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.x-why2 {
  padding-top: 1.4rem;
}
.x-why2 .container2 .x-top {
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (max-width: 991px) {
  .x-why2 .container2 .x-top {
    padding: 0.4rem;
  }
}
.x-why2 .container2 .x-top .x-text {
  width: 50%;
  padding: 1rem 1rem 0.2rem 0.8rem;
}
@media (max-width: 991px) {
  .x-why2 .container2 .x-top .x-text {
    width: 100%;
    padding: 0;
  }
}
.x-why2 .container2 .x-top .x-text .x-sp {
  color: #838383;
}
.x-why2 .container2 .x-top .x-text .x-title {
  line-height: 1.2;
  margin: 0.2rem 0 1rem 0;
}
@media (max-width: 767px) {
  .x-why2 .container2 .x-top .x-text .x-title {
    margin-bottom: 0.4rem;
  }
}
.x-why2 .container2 .x-top .x-text .x-title span {
  color: #838383;
}
.x-why2 .container2 .x-top .x-text .x-title span.on {
  color: #222222;
}
.x-why2 .container2 .x-top .x-text .x-p {
  color: #888888;
}
.x-why2 .container2 .x-top .public-img {
  width: 50%;
}
@media (max-width: 991px) {
  .x-why2 .container2 .x-top .public-img {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-why2 .container2 .x-top .public-img::before {
  padding-top: 100%;
}
.x-why2 .container2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-why2 .container2 ul li {
  width: 49%;
  border: 1px solid #cacaca;
  padding: 0.6rem 0.7rem 0.66rem 0.8rem;
  margin-top: 0.4rem;
  transition: 0.4s all;
}
@media (max-width: 991px) {
  .x-why2 .container2 ul li {
    width: 100%;
    padding: 0.4rem;
  }
}
.x-why2 .container2 ul li:hover {
  border-color: transparent;
  background-color: #f5f5f5;
}
.x-why2 .container2 ul li .x-text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 100%;
}
.x-why2 .container2 ul li .x-text .x-sp {
  color: #838383;
}
.x-why2 .container2 ul li .x-text .x-title {
  color: #222222;
  line-height: 1.2;
  margin: 0.1rem 0 0.8rem;
  min-height: 1.3rem;
}
@media (max-width: 767px) {
  .x-why2 .container2 ul li .x-text .x-title {
    margin-bottom: 0.4rem;
    min-height: auto;
  }
}
.x-why2 .container2 ul li .x-text .x-p {
  color: #888888;
}
.x-why2 .container2 ul li .x-text .public-img {
  margin-top: 0.5rem;
  width: 100%;
}
.x-why2 .container2 ul li .x-text .public-img::before {
  padding-top: 50.37313433%;
}
.x-why3 {
  padding-top: 1.4rem;
}
.x-why3 .x-con {
  position: relative;
}
@media (max-width: 767px) {
  .x-why3 .x-con {
    padding: 1.2rem 0;
  }
}
@media (max-width: 767px) {
  .x-why3 .x-con .public-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
.x-why3 .x-con .public-img::before {
  padding-top: 41.77545692%;
}
@media (max-width: 991px) {
  .x-why3 .x-con .public-img::before {
    padding-top: 58.775457%;
  }
}
.x-why3 .x-con .public-img img {
  transition: initial;
}
.x-why3 .x-con .container2 {
  position: absolute;
  left: 50%;
  top: 3.4rem;
  transform: translateX(-50%);
  z-index: 5;
}
@media (max-width: 767px) {
  .x-why3 .x-con .container2 {
    position: relative;
    left: 0;
    top: 0 !important;
    transform: initial;
  }
}
.x-why3 .x-con .container2 .x-title {
  color: #fff;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .x-why3 .x-con .container2 .x-title br {
    display: none;
  }
}
.x-why3 .x-con .container2 .x-p {
  color: #fff;
  margin-top: 0.45rem;
}
.x-why4 {
  padding-top: 0.2rem;
}
@media (max-width: 767px) {
  .x-why4 {
    padding: 0.5rem 0 0.6rem;
  }
}
.x-why4 .container2 ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.8rem 0;
  border-bottom: 1px solid #d1d1d1;
}
@media (max-width: 1260px) {
  .x-why4 .container2 ul li {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .x-why4 .container2 ul li:last-child {
    border-bottom: none;
  }
}
.x-why4 .container2 ul li .public-img {
  width: 42.85%;
}
@media (max-width: 1260px) {
  .x-why4 .container2 ul li .public-img {
    width: 46.85%;
  }
}
@media (max-width: 991px) {
  .x-why4 .container2 ul li .public-img {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-why4 .container2 ul li .public-img::before {
  padding-top: 66.66666667%;
}
@media (max-width: 1260px) {
  .x-why4 .container2 ul li .public-img::before {
    padding-top: 82.666667%;
  }
}
.x-why4 .container2 ul li .x-text {
  width: 47.14%;
  margin-top: 0.7rem;
}
@media (max-width: 1260px) {
  .x-why4 .container2 ul li .x-text {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .x-why4 .container2 ul li .x-text {
    width: 100%;
    order: -1;
  }
}
.x-why4 .container2 ul li .x-text .x-title {
  line-height: 1.2;
}
.x-why4 .container2 ul li .x-text .x-title span {
  color: #838383;
}
.x-why4 .container2 ul li .x-text .x-title span.on {
  color: #222;
}
.x-why4 .container2 ul li .x-text .x-p {
  margin-top: 0.3rem;
  color: #888888;
  line-height: 1.4;
}
.x-why5 {
  position: relative;
}
@media (max-width: 991px) {
  .x-why5 {
    padding: 1.2rem 0;
  }
}
@media (max-width: 991px) {
  .x-why5 .x-con .public-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.x-why5 .x-con .public-img::before {
  padding-top: 44.38642298%;
}
@media (max-width: 1260px) {
  .x-why5 .x-con .public-img::before {
    padding-top: 53.386423%;
  }
}
.x-why5 .container2 {
  position: absolute;
  left: 50%;
  top: 1.1rem;
  transform: translateX(-50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .x-why5 .container2 {
    position: relative;
    left: 0;
    top: 0;
    transform: initial;
  }
}
.x-why5 .container2 .x-title {
  text-align: center;
  color: #fff;
}
.x-why5 .container2 ul {
  display: flex;
  justify-content: space-between;
  height: 4rem;
  margin-top: 0.9rem;
}
@media (max-width: 991px) {
  .x-why5 .container2 ul {
    height: auto;
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
}
.x-why5 .container2 ul li {
  width: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  display: flex;
  transition: 0.4s all;
}
.x-why5 .container2 ul li.on {
  width: 7.2rem !important;
  flex-shrink: 0;
  padding: 0.3rem;
}
@media (max-width: 991px) {
  .x-why5 .container2 ul li.on {
    width: 100% !important;
  }
}
.x-why5 .container2 ul li.on .public-img {
  display: block;
}
.x-why5 .container2 ul li.on .x-text {
  width: 61.54%;
  padding-left: 0.8rem;
  padding-top: 0.2rem;
  justify-content: flex-start;
}
.x-why5 .container2 ul li.on .x-text .x-title2 {
  font-size: 0.24rem;
}
.x-why5 .container2 ul li.on .x-text .x-p {
  display: block;
}
@media (max-width: 991px) {
  .x-why5 .container2 ul li {
    width: 100% !important;
    padding: 0.3rem;
    margin-bottom: 0.4rem;
  }
}
.x-why5 .container2 ul li .public-img {
  width: 38.46%;
  display: none;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (max-width: 991px) {
  .x-why5 .container2 ul li .public-img {
    display: block;
  }
}
.x-why5 .container2 ul li .public-img::before {
  padding-top: 132%;
}
.x-why5 .container2 ul li .x-text {
  padding: 0.5rem 0.3rem 0.4rem 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .x-why5 .container2 ul li .x-text {
    justify-content: flex-start;
    width: 61.54%;
    padding-top: 0.2rem;
    padding-left: 0.8rem;
  }
}
.x-why5 .container2 ul li .x-text .x-ic {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.x-why5 .container2 ul li .x-text .x-ic img,
.x-why5 .container2 ul li .x-text .x-ic svg {
  width: 0.42rem;
  height: 0.42rem;
  object-fit: contain;
}
.x-why5 .container2 ul li .x-text .x-title2 {
  color: #fff;
  margin-top: 0.7rem;
  line-height: 1.3;
  width: 100%;
}
@media (max-width: 991px) {
  .x-why5 .container2 ul li .x-text .x-title2 {
    font-size: 0.24rem;
  }
}
.x-why5 .container2 ul li .x-text .x-p {
  display: none;
  color: #fff;
  margin-top: 0.15rem;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (max-width: 991px) {
  .x-why5 .container2 ul li .x-text .x-p {
    display: block;
  }
}
.x-why6 .x-ser-pro2 {
  padding-top: 1.6rem;
  margin-top: 0;
  padding-bottom: 1.3rem;
}
@media (max-width: 767px) {
  .x-why6 .x-ser-pro2 {
    padding: 1.2rem 0;
  }
}
.x-why6 .x-ser-pro2 .container2 {
  border-top: none;
  padding-top: 0;
}
.x-why6 .x-ser-pro2 .container2 ul {
  margin-top: 0;
}
@media (max-width: 767px) {
  .x-why6 .x-ser-pro2 .container2 ul li {
    border-bottom: none !important;
    border-top: 1px solid #d1d1d1;
  }
}
@media (max-width: 767px) {
  .x-why6 .x-ser-pro2 .container2 ul li .x-i,
  .x-why6 .x-ser-pro2 .container2 ul li .x-x {
    display: none;
  }
}
.x-why6 .x-ser-pro2 .container2 ul li .x-text .x-title2 {
  min-height: 1.45rem;
}
@media (max-width: 767px) {
  .x-why6 .x-ser-pro2 .container2 ul li .x-text .x-title2 {
    min-height: auto;
    margin-bottom: 0.4rem;
  }
}
.x-why7 {
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .x-why7 {
    padding-bottom: 1.2rem;
  }
}
.x-why7 .container2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.x-why7 .container2 .public-img {
  width: 43.57%;
}
@media (max-width: 991px) {
  .x-why7 .container2 .public-img {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-why7 .container2 .public-img::before {
  padding-top: 67.21311475%;
}
.x-why7 .container2 .x-text {
  width: 46.42%;
}
@media (max-width: 991px) {
  .x-why7 .container2 .x-text {
    width: 100%;
    order: -1;
  }
}
.x-why7 .container2 .x-text .x-title {
  line-height: 1.2;
}
.x-why7 .container2 .x-text .x-title span {
  color: #a2a2a2;
}
.x-why7 .container2 .x-text .x-title span.on {
  color: #222;
}
.x-why7 .container2 .x-text .x-p {
  color: #888888;
  margin-top: 0.3rem;
}
.x-qua1 {
  padding-bottom: 2.2rem;
}
@media (max-width: 767px) {
  .x-qua1 {
    padding-bottom: 1.2rem;
  }
}
.x-qua1 .container2 .x-title {
  color: #222;
}
.x-qua1 .container2 .x-a {
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .x-qua1 .container2 .x-a {
    display: flex;
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }
}
.x-qua1 .container2 .x-a a {
  display: inline-block;
  color: #222222;
  min-width: 2.56rem;
  border-radius: 100px;
  text-align: center;
  padding: 0.17rem 0.3rem;
  border: 1px solid #909090;
  margin-right: 0.1rem;
  transition: 0.4s all;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .x-qua1 .container2 .x-a a {
    flex-shrink: 0;
    margin-right: 0.2rem;
  }
}
.x-qua1 .container2 .x-a a.on {
  background-color: #ff5409;
  border-color: #ff5409;
  color: #fff;
}
.x-qua1 .container2 .x-a a:hover {
  background-color: #ff5409;
  border-color: #ff5409;
  color: #fff;
}
.x-qua1 .container2 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.6rem;
  border-top: 1px solid #e4e4e4;
  display: none;
}
.x-qua1 .container2 ul.on {
  display: flex;
}
.x-qua1 .container2 ul li {
  width: 25%;
  padding: 0.25rem 0;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
}
@media (max-width: 991px) {
  .x-qua1 .container2 ul li {
    width: 33.33%;
  }
  .x-qua1 .container2 ul li:nth-of-type(3n) .x-text i {
    display: none;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .x-qua1 .container2 ul li:nth-of-type(3n) .x-text i {
    display: block;
  }
}
.x-qua1 .container2 ul li:nth-of-type(4n) .x-text i {
  display: none;
}
@media (max-width: 991px) {
  .x-qua1 .container2 ul li:nth-of-type(4n) .x-text i {
    display: block;
  }
}
@media (max-width: 767px) {
  .x-qua1 .container2 ul li {
    width: 50%;
  }
  .x-qua1 .container2 ul li:nth-of-type(2n) .x-text i {
    display: none;
  }
}
.x-qua1 .container2 ul li .x-text {
  padding: 0.5rem 0.2rem 0.4rem;
  position: relative;
  width: 100%;
}
.x-qua1 .container2 ul li .x-text .x-img {
  width: 100%;
  height: 2.66rem;
}
.x-qua1 .container2 ul li .x-text .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-qua1 .container2 ul li .x-text .x-title2 {
  text-align: center;
  width: 100%;
  margin-top: 0.3rem;
  color: #222;
}
.x-qua1 .container2 ul li .x-text i {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e4e4e4;
  width: 1px;
  height: 100%;
}
.x-about1 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .x-about1 {
    padding-top: 1.2rem;
  }
}
.x-about1 .container2 {
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #d1d1d1;
}
.x-about1 .container2 .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-about1 .container2 .x-top .x-le {
  width: 37.14%;
}
@media (max-width: 991px) {
  .x-about1 .container2 .x-top .x-le {
    width: 100%;
  }
}
.x-about1 .container2 .x-top .x-le .x-title {
  color: #222;
}
.x-about1 .container2 .x-top .x-le .x-p {
  line-height: 1.1;
  margin-top: 0.1rem;
}
.x-about1 .container2 .x-top .x-le .x-p p span {
  color: #686868;
}
.x-about1 .container2 .x-top .x-le .x-p p span.on {
  color: #222;
}
.x-about1 .container2 .x-top .x-ri {
  width: 50%;
  margin-top: 0.4rem;
}
@media (max-width: 991px) {
  .x-about1 .container2 .x-top .x-ri {
    width: 100%;
  }
}
.x-about1 .container2 .x-top .x-ri .x-p {
  color: #888888;
  line-height: 1.4;
}
.x-about1 .container2 .public-img {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .x-about1 .container2 .public-img {
    margin-top: 0.4rem;
  }
}
.x-about1 .container2 .public-img::before {
  padding-top: 35.71428571%;
}
@media (max-width: 767px) {
  .x-about1 .container2 .public-img::before {
    padding-top: 62.714286%;
  }
}
.x-about2 {
  padding-top: 0.9rem;
}
.x-about2 .container2 .x-title {
  color: #222;
}
.x-about2 .container2 .x-xia ul {
  display: flex;
  justify-content: space-between;
  margin-top: 0.6rem;
  height: 5.05rem;
  position: relative;
  overflow: hidden;
  border-left: 1px solid #ff5409;
}
@media (max-width: 1580px) {
  .x-about2 .container2 .x-xia ul {
    height: 6.05rem;
  }
}
@media (max-width: 1260px) {
  .x-about2 .container2 .x-xia ul {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .x-about2 .container2 .x-xia ul {
    height: calc(100vw + 6.08rem);
    border-left: none;
  }
}
.x-about2 .container2 .x-xia ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  transform: translate(-60%);
  background-color: #fff;
  transition: 0.7s ease-in-out;
  cursor: pointer;
}
@media (max-width: 767px) {
  .x-about2 .container2 .x-xia ul li {
    left: 0;
    height: 100vw;
    transform: translateY(calc(100vw - 2rem));
  }
}
.x-about2 .container2 .x-xia ul li.on {
  transform: translateX(0);
}
@media (max-width: 767px) {
  .x-about2 .container2 .x-xia ul li.on {
    transform: translateY(0) !important;
  }
}
.x-about2 .container2 .x-xia ul li.on i {
  background-color: transparent !important;
}
.x-about2 .container2 .x-xia ul li:not(.on2) {
  transform: translateX(0);
}
@media (max-width: 767px) {
  .x-about2 .container2 .x-xia ul li:not(.on2) {
    transform: translateY(calc(100vw - 2rem));
  }
}
@media (max-width: 767px) {
  .x-about2 .container2 .x-xia ul li.on2 {
    transform: translateY(0) !important;
  }
}
.x-about2 .container2 .x-xia ul li:nth-of-type(1) {
  right: 35%;
}
@media (max-width: 767px) {
  .x-about2 .container2 .x-xia ul li:nth-of-type(1) {
    right: auto;
    top: 0;
  }
}
.x-about2 .container2 .x-xia ul li:nth-of-type(2) {
  right: 30%;
}
@media (max-width: 767px) {
  .x-about2 .container2 .x-xia ul li:nth-of-type(2) {
    right: auto;
    top: 1rem;
  }
}
.x-about2 .container2 .x-xia ul li:nth-of-type(3) {
  right: 25%;
}
@media (max-width: 767px) {
  .x-about2 .container2 .x-xia ul li:nth-of-type(3) {
    right: auto;
    top: 2rem;
  }
}
.x-about2 .container2 .x-xia ul li:nth-of-type(4) {
  right: 20%;
}
@media (max-width: 767px) {
  .x-about2 .container2 .x-xia ul li:nth-of-type(4) {
    right: auto;
    top: 3rem;
  }
}
.x-about2 .container2 .x-xia ul li:nth-of-type(5) {
  right: 15%;
}
@media (max-width: 767px) {
  .x-about2 .container2 .x-xia ul li:nth-of-type(5) {
    right: auto;
    top: 4rem;
  }
}
.x-about2 .container2 .x-xia ul li:nth-of-type(6) {
  right: 10%;
}
@media (max-width: 767px) {
  .x-about2 .container2 .x-xia ul li:nth-of-type(6) {
    right: auto;
    top: 5rem;
  }
}
.x-about2 .container2 .x-xia ul li:nth-of-type(7) {
  right: 5%;
}
@media (max-width: 767px) {
  .x-about2 .container2 .x-xia ul li:nth-of-type(7) {
    right: auto;
    top: 6rem;
  }
}
.x-about2 .container2 .x-xia ul li:nth-of-type(8) {
  right: 0%;
}
@media (max-width: 767px) {
  .x-about2 .container2 .x-xia ul li:nth-of-type(8) {
    right: auto;
    top: 7rem;
  }
}
@media (max-width: 767px) {
  .x-about2 .container2 .x-xia ul li:last-child .x-text {
    border-bottom: 1px solid #ff5409;
  }
}
@media (max-width: 1260px) {
  .x-about2 .container2 .x-xia ul li {
    width: 100%;
    margin-right: 0;
  }
}
.x-about2 .container2 .x-xia ul li.on2 .x-sp {
  margin-left: 0.24rem;
}
@media (max-width: 1580px) {
  .x-about2 .container2 .x-xia ul li.on2 .x-sp {
    margin-left: 0.55rem;
  }
}
@media (max-width: 1285px) {
  .x-about2 .container2 .x-xia ul li.on2 .x-sp {
    margin-left: 0.4rem;
  }
}
@media (max-width: 1260px) {
  .x-about2 .container2 .x-xia ul li.on2 .x-sp {
    margin-left: 0;
  }
}
.x-about2 .container2 .x-xia ul li i {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: 0.7s ease-in-out;
}
.x-about2 .container2 .x-xia ul li.noimg .x-text .x-r {
  width: 100%;
}
.x-about2 .container2 .x-xia ul li.on {
  flex-shrink: 0;
  border: 1px solid #ff5409;
  background-color: #fff !important;
  position: relative;
}
@media (max-width: 1260px) {
  .x-about2 .container2 .x-xia ul li.on {
    width: 100%;
    padding: 0;
  }
}
.x-about2 .container2 .x-xia ul li.on .x-sp {
  display: none;
}
.x-about2 .container2 .x-xia ul li.on .x-text {
  display: flex;
}
.x-about2 .container2 .x-xia ul li .x-sp {
  writing-mode: vertical-lr;
  padding: 0.2rem 0.1rem;
  color: #fff;
  position: absolute;
  right: 0;
  z-index: 5;
  margin-left: 0.24rem;
}
@media (max-width: 1580px) {
  .x-about2 .container2 .x-xia ul li .x-sp {
    margin-left: 0.48rem;
  }
}
@media (max-width: 1285px) {
  .x-about2 .container2 .x-xia ul li .x-sp {
    margin-left: 0.4rem;
  }
}
@media (max-width: 1260px) {
  .x-about2 .container2 .x-xia ul li .x-sp {
    margin-left: 0.4rem;
    padding: 0.4rem 0.1rem;
  }
}
@media (max-width: 767px) {
  .x-about2 .container2 .x-xia ul li .x-sp {
    writing-mode: initial;
    padding: 0.28rem 0.4rem 0.1rem 0.4rem;
  }
}
.x-about2 .container2 .x-xia ul li .x-text {
  display: none;
  justify-content: space-between;
  position: absolute;
  z-index: 5;
  padding: 0.4rem;
  background-color: #fff;
  height: 100%;
  padding-left: 5.2rem;
}
@media (max-width: 1580px) {
  .x-about2 .container2 .x-xia ul li .x-text {
    padding-left: 6.8rem;
  }
}
@media (max-width: 1260px) {
  .x-about2 .container2 .x-xia ul li .x-text {
    padding-left: 5.2rem;
  }
}
@media (max-width: 991px) {
  .x-about2 .container2 .x-xia ul li .x-text {
    padding-left: 4.2rem;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .x-about2 .container2 .x-xia ul li .x-text {
    flex-wrap: wrap;
    padding: 0.3rem;
    height: auto;
  }
}
.x-about2 .container2 .x-xia ul li .x-text .public-img {
  width: 3.1rem;
  flex-shrink: 0;
}
@media (max-width: 1580px) {
  .x-about2 .container2 .x-xia ul li .x-text .public-img {
    width: 4.1rem;
  }
}
@media (max-width: 991px) {
  .x-about2 .container2 .x-xia ul li .x-text .public-img {
    width: 100%;
    height: 2.5rem;
  }
}
@media (max-width: 767px) {
  .x-about2 .container2 .x-xia ul li .x-text .public-img {
    width: 100%;
    height: auto;
  }
}
.x-about2 .container2 .x-xia ul li .x-text .public-img::before {
  padding-top: 136.4516129%;
}
@media (max-width: 767px) {
  .x-about2 .container2 .x-xia ul li .x-text .public-img::before {
    padding-top: 52.451613%;
  }
}
.x-about2 .container2 .x-xia ul li .x-text .x-r {
  width: 61.73%;
  padding: 0.9rem 0 0 0.7rem;
}
@media (max-width: 1260px) {
  .x-about2 .container2 .x-xia ul li .x-text .x-r {
    padding: 0.2rem 0 0 0.3rem;
  }
}
@media (max-width: 991px) {
  .x-about2 .container2 .x-xia ul li .x-text .x-r {
    padding: 0.2rem 0;
  }
}
@media (max-width: 767px) {
  .x-about2 .container2 .x-xia ul li .x-text .x-r {
    width: 100%;
    order: -1;
    padding: 0rem 0 0.4rem 0;
  }
}
.x-about2 .container2 .x-xia ul li .x-text .x-r .x-p {
  display: flex;
  align-items: flex-end;
}
.x-about2 .container2 .x-xia ul li .x-text .x-r .x-p .x-title2 {
  line-height: 0.9;
  margin-right: 0.18rem;
  color: #222;
}
.x-about2 .container2 .x-xia ul li .x-text .x-r .x-p span {
  color: #666666;
}
.x-about2 .container2 .x-xia ul li .x-text .x-r .x-p2 {
  color: #666666;
  margin-top: 0.3rem;
}
@media (max-width: 767px) {
  .x-about2 .container2 .x-xia ul li .x-text .x-r .x-p2 {
    overflow-y: auto;
    max-height: 1.6rem;
  }
}
.x-about3 {
  padding: 2.25rem 0 1.35rem 0;
}
@media (max-width: 767px) {
  .x-about3 {
    padding: 1.2rem 0;
  }
}
.x-about3 .container2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.x-about3 .container2 .x-le {
  width: 45%;
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
}
@media (max-width: 991px) {
  .x-about3 .container2 .x-le {
    width: 100%;
    position: initial;
  }
}
.x-about3 .container2 .x-le .x-title {
  line-height: 1;
}
.x-about3 .container2 .x-le .x-p {
  color: #888888;
  line-height: 1.4;
  margin: 0.35rem 0 0.7rem;
}
@media (max-width: 767px) {
  .x-about3 .container2 .x-le .x-p {
    margin-bottom: 0.4rem;
  }
}
.x-about3 .container2 .x-ri {
  width: 42.85%;
}
@media (max-width: 991px) {
  .x-about3 .container2 .x-ri {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-about3 .container2 .x-ri a {
  display: block;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 0.5rem;
}
.x-about3 .container2 .x-ri a:last-child {
  margin-bottom: 0;
}
.x-about3 .container2 .x-ri a:hover .public-img img {
  transform: scale(1.1);
}
.x-about3 .container2 .x-ri a:hover .x-p .x-img {
  background-color: #ff5409;
  border-color: #ff5409;
}
.x-about3 .container2 .x-ri a:hover .x-p .x-img svg {
  transform: rotate(180deg);
}
.x-about3 .container2 .x-ri a:hover .x-p .x-img svg path {
  fill: #fff;
}
.x-about3 .container2 .x-ri a .public-img::before {
  padding-top: 66.66666667%;
}
.x-about3 .container2 .x-ri a .x-p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.3rem;
}
.x-about3 .container2 .x-ri a .x-p .x-title2 {
  color: #222;
}
.x-about3 .container2 .x-ri a .x-p .x-img {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 100%;
  border: 1px solid #d5d5d5;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease-in-out;
}
.x-about3 .container2 .x-ri a .x-p .x-img svg {
  width: 0.16rem;
  height: 0.16rem;
  transform: rotate(135deg);
  transition: 0.4s ease-in-out;
}
.x-about3 .container2 .x-ri a .x-p .x-img svg path {
  fill: #666666;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-about4 .x-why5 {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .x-about4 .x-why5 .x-con .public-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .x-about4 .x-why5 .container2 .x-title {
    color: #333;
  }
}
@media (max-width: 1580px) {
  .x-about4 .x-why5 .container2 ul {
    height: 4.6rem;
  }
}
@media (max-width: 991px) {
  .x-about4 .x-why5 .container2 ul {
    height: auto;
  }
}
@media (max-width: 767px) {
  .x-about4 .x-why5 .container2 ul li {
    flex-wrap: wrap;
  }
}
@media (max-width: 1580px) {
  .x-about4 .x-why5 .container2 ul li .public-img {
    width: 46.46%;
  }
}
@media (max-width: 767px) {
  .x-about4 .x-why5 .container2 ul li .public-img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-about4 .x-why5 .container2 ul li .public-img::before {
    padding-top: 64%;
  }
}
@media (max-width: 1580px) {
  .x-about4 .x-why5 .container2 ul li .x-text {
    width: 53.54%;
  }
}
@media (max-width: 991px) {
  .x-about4 .x-why5 .container2 ul li .x-text {
    padding-left: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-about4 .x-why5 .container2 ul li .x-text {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .x-about4 .x-why5 .container2 ul li .x-text .x-title2 {
    font-size: 0.36rem;
    margin-top: 0.45rem;
  }
}
@media (max-width: 767px) {
  .x-about4 .x-why5 .container2 ul li .x-text .x-title2 {
    color: #333;
  }
}
@media (max-width: 767px) {
  .x-about4 .x-why5 .container2 ul li .x-text .x-p {
    color: #333;
  }
}
@media (max-width: 767px) {
  .x-about4 .x-why5 .container2 ul li .x-text .x-ic {
    display: none;
  }
}
.x-about4 .x-why5 .container2 ul li.on .x-text {
  padding-left: 0.6rem;
}
@media (max-width: 1580px) {
  .x-about4 .x-why5 .container2 ul li.on .x-text {
    padding-left: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-about4 .x-why5 .container2 ul li.on .x-text {
    padding-left: 0;
  }
}
.x-about4 .x-why5 .container2 ul li.on .x-text .x-title2 {
  font-size: 0.36rem;
  margin-top: 0.45rem;
}
.x-about5 {
  padding: 1rem 0 1.6rem;
}
@media (max-width: 767px) {
  .x-about5 {
    padding: 1.2rem 0;
  }
}
.x-about5 .container2 .x-title {
  text-align: center;
}
.x-about5 .container2 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.x-about5 .container2 ul li {
  width: 50%;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .x-about5 .container2 ul li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.x-about5 .container2 ul li:nth-of-type(2n-1) {
  padding: 0.4rem 0.5rem 0.5rem 0;
}
@media (max-width: 767px) {
  .x-about5 .container2 ul li:nth-of-type(2n-1) {
    padding: 0.4rem 0;
  }
  .x-about5 .container2 ul li:nth-of-type(2n-1) .x-r {
    display: none;
  }
  .x-about5 .container2 ul li:nth-of-type(2n-1) .x-x {
    display: none;
  }
}
.x-about5 .container2 ul li:nth-of-type(2n) {
  padding: 0.4rem 0 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .x-about5 .container2 ul li:nth-of-type(2n) {
    padding: 0.4rem 0;
  }
}
.x-about5 .container2 ul li:nth-of-type(2n) .x-t {
  left: auto;
  right: 0;
}
.x-about5 .container2 ul li:nth-of-type(2n) .x-x {
  left: auto;
  right: 0;
}
.x-about5 .container2 ul li:nth-of-type(2n) .x-r {
  display: none;
}
.x-about5 .container2 ul li .x-box {
  width: 100%;
}
.x-about5 .container2 ul li .x-box .x-tilte2 {
  color: #222;
}
.x-about5 .container2 ul li .x-box .x-p {
  color: #888888;
}
.x-about5 .container2 ul li .x-box .public-img {
  margin-top: 0.3rem;
}
.x-about5 .container2 ul li .x-box .public-img::before {
  padding-top: 64.61538462%;
}
.x-about5 .container2 ul li .x-t {
  display: block;
  font-style: initial;
  width: 95%;
  height: 1px;
  background-color: #d1d1d1;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  .x-about5 .container2 ul li .x-t {
    width: 100%;
  }
}
.x-about5 .container2 ul li .x-x {
  display: block;
  font-style: initial;
  width: 95%;
  height: 1px;
  background-color: #d1d1d1;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .x-about5 .container2 ul li .x-x {
    width: 100%;
  }
}
.x-about5 .container2 ul li .x-r {
  display: block;
  font-style: initial;
  width: 1px;
  height: 92%;
  background-color: #d1d1d1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .x-about5 .container2 ul li .x-r {
    width: 100%;
  }
}
.x-tech1 {
  padding-top: 1.1rem;
}
@media (max-width: 767px) {
  .x-tech1 {
    padding-top: 1.2rem;
  }
}
.x-tech1 .container2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #d1d1d1;
}
@media (max-width: 1580px) {
  .x-tech1 .container2 {
    align-items: center;
  }
}
@media (max-width: 1260px) {
  .x-tech1 .container2 {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .x-tech1 .container2 {
    padding-bottom: 1.2rem;
  }
}
.x-tech1 .container2 .public-img {
  width: 43.57%;
}
@media (max-width: 767px) {
  .x-tech1 .container2 .public-img {
    width: 100%;
  }
}
.x-tech1 .container2 .public-img::before {
  padding-top: 65.57377049%;
}
.x-tech1 .container2 .x-text {
  width: 50%;
}
@media (max-width: 767px) {
  .x-tech1 .container2 .x-text {
    width: 100%;
    order: -1;
    margin-bottom: 0.4rem;
  }
}
.x-tech1 .container2 .x-text .x-title2 {
  line-height: 1.2;
}
.x-tech1 .container2 .x-text .x-p {
  color: #888888;
  margin-top: 0.3rem;
  line-height: 1.4;
}
.x-tech2 .container2 {
  padding-top: 1.3rem;
  border-top: 1px solid #d1d1d1;
}
.x-tech2 .container2 .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-tech2 .container2 .x-top .x-title {
  width: 43.57%;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .x-tech2 .container2 .x-top .x-title {
    width: 100%;
  }
}
.x-tech2 .container2 .x-top .x-p {
  width: 47.14%;
  color: #888888;
}
@media (max-width: 767px) {
  .x-tech2 .container2 .x-top .x-p {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.x-tech2 .container2 .public-img {
  margin-top: 0.9rem;
}
@media (max-width: 767px) {
  .x-tech2 .container2 .public-img {
    margin-top: 0.4rem;
  }
}
.x-tech2 .container2 .public-img::before {
  padding-top: 35.71428571%;
}
@media (max-width: 767px) {
  .x-tech2 .container2 .public-img::before {
    padding-top: 57.714286%;
  }
}
.x-tech2 .container2 .public-img img {
  transition: initial;
}
.x-tech3 {
  padding: 1.2rem 0 3rem;
}
@media (max-width: 767px) {
  .x-tech3 {
    padding: 1.2rem 0;
  }
}
.x-tech3 .container2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: self-start;
}
.x-tech3 .container2 .x-le {
  width: 42.85%;
  margin-top: 0.45rem;
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
}
@media (max-width: 767px) {
  .x-tech3 .container2 .x-le {
    position: initial;
    width: 100%;
    margin-top: 0;
  }
}
.x-tech3 .container2 .x-le .x-title {
  color: #222;
  line-height: 1.2;
}
.x-tech3 .container2 .x-le .x-p {
  color: #888888;
  margin-top: 0.3rem;
}
.x-tech3 .container2 .x-ri {
  width: 47.14%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .x-tech3 .container2 .x-ri {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-tech3 .container2 .x-ri a {
  display: block;
  width: 46.96%;
  box-shadow: 0 0 0.44rem rgba(0, 0, 0, 0.05);
  margin-bottom: 0.25rem;
  text-align: center;
  padding: 0.65rem 0.2rem 0.6rem 0.2rem;
  border: 1px solid transparent;
  transition: 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .x-tech3 .container2 .x-ri a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-tech3 .container2 .x-ri a {
    width: 48%;
  }
}
.x-tech3 .container2 .x-ri a:nth-of-type(2n) {
  transform: translateY(0.7rem);
}
@media (max-width: 991px) {
  .x-tech3 .container2 .x-ri a:nth-of-type(2n) {
    transform: translateY(0);
  }
}
.x-tech3 .container2 .x-ri a:hover {
  border-color: #ff5409;
}
.x-tech3 .container2 .x-ri a:hover .x-title2 {
  color: #ff5409;
  font-family: 'Medium', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-tech3 .container2 .x-ri a:hover .x-img svg path {
  fill: #ff5409;
}
.x-tech3 .container2 .x-ri a:hover .x-bj {
  opacity: 1;
}
.x-tech3 .container2 .x-ri a .x-img {
  width: 0.36rem;
  height: 0.36rem;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media (max-width: 1580px) {
  .x-tech3 .container2 .x-ri a .x-img {
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-tech3 .container2 .x-ri a .x-img {
    width: 0.44rem;
    height: 0.44rem;
  }
}
.x-tech3 .container2 .x-ri a .x-img svg {
  display: block;
  width: 100%;
  height: 100%;
}
.x-tech3 .container2 .x-ri a .x-img svg path {
  fill: #474747;
  transition: 0.4s ease-in-out;
}
.x-tech3 .container2 .x-ri a .x-title2 {
  color: #222222;
  margin-top: 0.3rem;
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .x-tech3 .container2 .x-ri a .x-title2 {
    line-height: 1.2;
  }
}
.x-tech3 .container2 .x-ri a .x-bj {
  width: 2.42rem;
  height: 2.42rem;
  position: absolute;
  bottom: -60%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  animation: fsz 6s linear infinite;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-tech3 .container2 .x-ri a .x-bj {
    bottom: -46%;
  }
}
.x-tech3 .container2 .x-ri a .x-bj svg {
  display: block;
  width: 100%;
  height: 100%;
}
@keyframes fsz {
  0% {
    transform: translateX(-50%) rotate(0);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}
.x-lop1 .x-tech1 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .x-lop1 .x-tech1 {
    padding-top: 1.2rem;
  }
}
.x-lop1 .x-tech1 .container2 {
  border-bottom: none;
}
@media (max-width: 1580px) {
  .x-lop1 .x-tech1 .container2 {
    align-items: flex-start;
  }
}
.x-lop1 .x-tech1 .container2 .public-img {
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
}
@media (max-width: 767px) {
  .x-lop1 .x-tech1 .container2 .public-img {
    position: relative;
    top: 0;
  }
}
.x-lop2 {
  position: relative;
}
.x-lop2 .x-bj {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.x-lop2 .x-bj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-lop2 .container2 {
  position: relative;
  z-index: 5;
  padding: 1.5rem 0 3.4rem;
}
@media (max-width: 767px) {
  .x-lop2 .container2 {
    padding: 0.4rem 0 3.4rem;
  }
}
.x-lop2 .container2 .x-text {
  width: 6.6rem;
}
@media (max-width: 1580px) {
  .x-lop2 .container2 .x-text {
    width: 7.6rem;
  }
}
@media (max-width: 767px) {
  .x-lop2 .container2 .x-text {
    width: 100%;
  }
}
.x-lop2 .container2 .x-text .x-title {
  color: #222;
  line-height: 1.2;
}
.x-lop2 .container2 .x-text .x-p {
  color: #888888;
  margin-top: 0.56rem;
  line-height: 1.4;
}
.x-lop3 .x-tech1 {
  padding-top: 1.5rem;
}
.x-lop3 .x-tech1 .container2 {
  align-items: center;
  padding-bottom: 1.3rem;
}
@media (max-width: 991px) {
  .x-lop3 .x-tech1 .container2 {
    align-items: self-start;
  }
}
.x-news1 {
  padding-top: 0.4rem;
}
.x-news1 .container2 {
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #d1d1d1;
}
.x-news1 .container2 a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.x-news1 .container2 a:hover .public-img img {
  transform: scale(1.1);
}
.x-news1 .container2 a:hover .x-text .x-title {
  color: #ff5409;
}
.x-news1 .container2 a .public-img {
  width: 41.14%;
}
@media (max-width: 991px) {
  .x-news1 .container2 a .public-img {
    width: 100%;
  }
}
.x-news1 .container2 a .public-img::before {
  padding-top: 65.97222222%;
}
.x-news1 .container2 a .x-text {
  width: 51.42%;
}
@media (max-width: 991px) {
  .x-news1 .container2 a .x-text {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-news1 .container2 a .x-text .x-sp {
  color: #999999;
}
.x-news1 .container2 a .x-text .x-title {
  line-height: 1.2;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 3.6em;
  margin-top: 0.1rem;
  transition: 0.4s ease-in-out;
}
.x-news1 .container2 a .x-text .x-p {
  color: #888888;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 4.2em;
  margin: 0.3rem 0 0.45rem;
}
.x-news2 {
  padding-top: 0.7rem;
}
@media (max-width: 767px) {
  .x-news2 .container2 .x-a {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0.1rem;
  }
}
.x-news2 .container2 .x-a a {
  display: inline-block;
  border: 1px solid #909090;
  border-radius: 100px;
  min-width: 1.2rem;
  padding: 0.1rem 0.3rem;
  text-align: center;
  color: #222222;
  margin-right: 0.1rem;
  transition: 0.4s all;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .x-news2 .container2 .x-a a {
    padding: 0.12rem 0.3rem;
  }
}
@media (max-width: 767px) {
  .x-news2 .container2 .x-a a {
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
    font-size: 0.3rem;
    flex-shrink: 0;
  }
}
.x-news2 .container2 .x-a a:hover {
  color: #fff;
  background-color: #ff5409;
  border-color: #ff5409;
  font-family: 'Semi', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-news2 .container2 .x-a a.on {
  color: #fff;
  background-color: #ff5409;
  border-color: #ff5409;
  font-family: 'Semi', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-news2 .container2 .x-xia {
  margin: -0.2rem -0.3rem;
  padding-top: 0.45rem;
}
@media (max-width: 1900px) {
  .x-news2 .container2 .x-xia {
    margin: -0.2rem -0.15rem;
  }
}
@media (max-width: 1580px) {
  .x-news2 .container2 .x-xia {
    margin: -0.2rem -0.22rem;
  }
}
@media (max-width: 1430px) {
  .x-news2 .container2 .x-xia {
    margin: -0.2rem -0.18rem;
  }
}
@media (max-width: 1420px) {
  .x-news2 .container2 .x-xia {
    margin: -0.2rem -0.16rem;
  }
}
@media (max-width: 1360px) {
  .x-news2 .container2 .x-xia {
    margin: -0.2rem -0.18rem;
  }
}
@media (max-width: 1320px) {
  .x-news2 .container2 .x-xia {
    margin: -0.2rem -0.18rem;
  }
}
@media (max-width: 1300px) {
  .x-news2 .container2 .x-xia {
    margin: -0.2rem -0.16rem;
  }
}
@media (max-width: 1280px) {
  .x-news2 .container2 .x-xia {
    margin: -0.2rem -0.18rem;
  }
}
@media (max-width: 1240px) {
  .x-news2 .container2 .x-xia {
    margin: -0.2rem -0.1rem;
  }
}
@media (max-width: 991px) {
  .x-news2 .container2 .x-xia {
    margin: -0.2rem 0.1rem;
  }
}
@media (max-width: 767px) {
  .x-news2 .container2 .x-xia {
    margin: -0.25rem 0.15rem;
  }
}
.x-news2 .container2 .x-xia a {
  display: block;
  width: calc(100% / 3);
  padding: 0.2rem 0.3rem;
}
@media (max-width: 1580px) {
  .x-news2 .container2 .x-xia a {
    width: calc(100% / 3.01);
  }
}
@media (max-width: 1290px) {
  .x-news2 .container2 .x-xia a {
    padding: 0.2rem 0.2rem;
  }
}
@media (max-width: 991px) {
  .x-news2 .container2 .x-xia a {
    padding: 0.2rem 0.1rem;
  }
}
@media (max-width: 767px) {
  .x-news2 .container2 .x-xia a {
    width: calc(100% / 2);
    padding: 0.25rem 0.15rem;
  }
}
.x-news2 .container2 .x-xia a:hover .x-n .x-img img {
  transform: scale(1.1);
}
.x-news2 .container2 .x-xia a:hover .x-n .x-text .x-title {
  color: #ff5409;
}
.x-news2 .container2 .x-xia a .x-n {
  width: 100%;
  height: 100%;
}
.x-news2 .container2 .x-xia a .x-n .x-img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.x-news2 .container2 .x-xia a .x-n .x-img img {
  width: 100%;
  height: auto;
  transition: 0.8s all;
  overflow: hidden;
}
.x-news2 .container2 .x-xia a .x-n .x-text .x-sp {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.6);
  margin: 0.1rem 0 0.05rem;
  display: block;
}
@media (max-width: 767px) {
  .x-news2 .container2 .x-xia a .x-n .x-text .x-sp {
    font-size: 0.24rem;
  }
}
.x-news2 .container2 .x-xia a .x-n .x-text .x-title {
  color: #222;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 3.6em;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-news2 .container2 .x-xia a .x-n .x-text .x-title {
    font-size: 0.32rem;
  }
}
.x-news-info1 {
  padding: 0.4rem 0;
}
@media (max-width: 767px) {
  .x-news-info1 {
    padding: 0.2rem 0;
  }
}
.x-news-info1 .container2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-news-info1 .container2 .x-le {
  width: 39.28%;
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .x-news-info1 .container2 .x-le {
    width: 100%;
  }
}
.x-news-info1 .container2 .x-le .x-title {
  line-height: 1.2;
}
@media (max-width: 767px) {
  .x-news-info1 .container2 .x-le .x-title {
    font-size: 0.46rem;
  }
}
.x-news-info1 .container2 .x-le .x-p {
  margin-top: 0.3rem;
}
.x-news-info1 .container2 .x-le .x-p p {
  display: inline-flex;
  color: #999999;
  font-size: 14px;
  margin-right: 0.3rem;
}
@media (max-width: 767px) {
  .x-news-info1 .container2 .x-le .x-p p {
    font-size: 0.24rem;
  }
}
.x-news-info1 .container2 .x-le .x-p p span {
  color: #222222;
}
.x-news-info1 .container2 .x-le .x-img {
  margin-top: 0.4rem;
}
@media (max-width: 767px) {
  .x-news-info1 .container2 .x-le .x-img {
    margin-top: 0.2rem;
  }
}
@media (max-width: 767px) {
  .x-news-info1 .container2 .x-le .x-img .social-share {
    display: flex;
  }
}
@media (max-width: 767px) {
  .x-news-info1 .container2 .x-le .x-img .social-share .icon-weibo,
  .x-news-info1 .container2 .x-le .x-img .social-share .icon-facebook {
    order: -1;
  }
}
.x-news-info1 .container2 .x-le .x-img .social-share .social-share-icon {
  width: 20px;
  height: 20px;
  margin: 0 0.25rem 0 0;
}
@media (max-width: 767px) {
  .x-news-info1 .container2 .x-le .x-img .social-share .social-share-icon {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-news-info1 .container2 .x-le .x-img .social-share a::before {
    background-size: 0.4rem;
  }
}
.x-news-info1 .container2 .x-ri {
  width: 47.85%;
}
@media (max-width: 767px) {
  .x-news-info1 .container2 .x-ri {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-news-info1 .container2 .x-ri .public-img::before {
  padding-top: 54.8048048%;
}
.x-news-info2 {
  padding: 1.1rem 0 1.8rem;
}
@media (max-width: 767px) {
  .x-news-info2 {
    padding: 0.6rem 0 1.2rem;
  }
}
.x-news-info2 .container2 {
  padding: 0 1.7rem;
}
@media (max-width: 991px) {
  .x-news-info2 .container2 {
    padding: 0;
  }
}
.x-news-info2 .container2 .public-content {
  margin-bottom: 1.7rem;
}
.x-news-info2 .container2 .x-la {
  display: flex;
}
.x-news-info2 .container2 .x-la span {
  font-size: 14px;
  color: #222222;
  display: inline-block;
  margin-top: 0.08rem;
}
@media (max-width: 767px) {
  .x-news-info2 .container2 .x-la span {
    margin-top: 0.18rem;
  }
}
.x-news-info2 .container2 .x-la .x-a {
  margin-left: 0.14rem;
}
.x-news-info2 .container2 .x-la .x-a a {
  display: inline-block;
  font-size: 14px;
  color: #413d3a;
  background-color: #fef0e3;
  padding: 0.08rem 0.16rem;
  border-radius: 100px;
  margin-right: 0.1rem;
  margin-bottom: 0.1rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-news-info2 .container2 .x-la .x-a a {
    padding: 0.18rem 0.28rem;
  }
}
.x-news-info2 .container2 .x-la .x-a a:hover {
  color: #fff;
  background-color: #ff5f10;
}
.x-news-info2 .container2 .x-xia {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0.3rem;
  margin-top: 0.1rem;
  border-top: 1px solid #d1d1d1;
}
@media (max-width: 767px) {
  .x-news-info2 .container2 .x-xia {
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
}
.x-news-info2 .container2 .x-xia .x-l {
  width: 70%;
}
@media (max-width: 767px) {
  .x-news-info2 .container2 .x-xia .x-l {
    width: 100%;
  }
}
.x-news-info2 .container2 .x-xia .x-l .x-p {
  margin-bottom: 0.2rem;
  width: 100%;
}
.x-news-info2 .container2 .x-xia .x-l .x-p:last-child {
  margin-bottom: 0;
}
.x-news-info2 .container2 .x-xia .x-l .x-p span {
  color: #888888;
  display: block;
  line-height: 1;
}
.x-news-info2 .container2 .x-xia .x-l .x-p a {
  color: #222222;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  transition: 0.4s ease-in-out;
}
.x-news-info2 .container2 .x-xia .x-l .x-p a:hover {
  color: #ff5f10;
}
@media (max-width: 767px) {
  .x-news-info2 .container2 .x-xia .x-r {
    margin: 0.3rem auto 0;
  }
}
.x-news-info2 .container2 .x-xia .x-r a {
  border: 1px solid #909090;
  border-radius: 100px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  padding: 0.12rem 0.22rem;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-news-info2 .container2 .x-xia .x-r a {
    padding: 0.18rem 0.28rem;
  }
}
.x-news-info2 .container2 .x-xia .x-r a:hover {
  border-color: #ff5f10;
  background-color: #ff5f10;
}
.x-news-info2 .container2 .x-xia .x-r a:hover span {
  color: #fff;
}
.x-news-info2 .container2 .x-xia .x-r a:hover svg path {
  fill: #fff;
}
.x-news-info2 .container2 .x-xia .x-r a span {
  color: #222222;
}
.x-news-info2 .container2 .x-xia .x-r a svg {
  display: inline-block;
  width: 0.18rem;
  height: 0.18rem;
  margin-left: 0.1rem;
}
@media (max-width: 767px) {
  .x-news-info2 .container2 .x-xia .x-r a svg {
    width: 0.28rem;
    height: 0.28rem;
  }
}
@media (max-width: 767px) {
  .x-contact1 .x-ny-banner .x-con .x-img {
    height: 45vh;
  }
}
.x-contact1 .x-ny-banner .container2 {
  padding-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: auto;
  z-index: 5;
  padding-bottom: 1.1rem;
  top: 2.4rem;
}
@media (max-width: 767px) {
  .x-contact1 .x-ny-banner .container2 {
    position: initial;
    transform: initial;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .x-contact1 .x-ny-banner .container2 .x-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 5;
    top: 12%;
    padding-bottom: 0;
    width: 90%;
  }
}
.x-contact1 .x-ny-banner .container2 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.9rem;
}
.x-contact1 .x-ny-banner .container2 ul li {
  width: 32.14%;
  margin-right: 1.79%;
  background-color: #fff;
  padding: 0.3rem 0.3rem 1.1rem;
  position: relative;
}
.x-contact1 .x-ny-banner .container2 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.x-contact1 .x-ny-banner .container2 ul li:nth-of-type(3) .x-p1 {
  font-size: 14px;
  margin-top: 0.15rem;
}
@media (max-width: 767px) {
  .x-contact1 .x-ny-banner .container2 ul li:nth-of-type(3) .x-p1 {
    font-size: 0.24rem;
  }
}
@media (max-width: 767px) {
  .x-contact1 .x-ny-banner .container2 ul li {
    width: 100%;
    border: 1px solid #909090;
    margin-bottom: 0.4rem;
    margin-right: 0;
  }
}
.x-contact1 .x-ny-banner .container2 ul li .x-title2 {
  color: #888888;
}
.x-contact1 .x-ny-banner .container2 ul li .x-p1 {
  color: #222222;
  display: block;
  margin-top: 0.12rem;
}
.x-contact1 .x-ny-banner .container2 ul li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 100%;
  position: absolute;
  right: 0.3rem;
  bottom: 0.3rem;
}
@media (max-width: 767px) {
  .x-contact1 .x-ny-banner .container2 ul li i {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.x-contact1 .x-ny-banner .container2 ul li i img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.x-contact1 .x-ny-banner .container2 ul li i svg {
  display: block;
  width: 0.22rem;
  height: 0.22rem;
}
@media (max-width: 767px) {
  .x-contact1 .x-ny-banner .container2 ul li i svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
.x-contact2 {
  padding-top: 0.95rem;
  display: none;
}
.x-contact2 .container2 .x-top {
  display: flex;
}
@media (max-width: 767px) {
  .x-contact2 .container2 .x-top {
    overflow-x: auto;
    padding-bottom: 0.2rem;
  }
}
.x-contact2 .container2 .x-top a {
  display: inline-block;
  color: #222222;
  border: 1px solid #909090;
  border-radius: 100px;
  padding: 0.17rem 0.4rem;
  min-width: 2rem;
  text-align: center;
  transition: 0.4s ease-in-out;
  margin-right: 0.1rem;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .x-contact2 .container2 .x-top a {
    margin-right: 0.3rem;
  }
}
.x-contact2 .container2 .x-top a:hover {
  background-color: #ff5409;
  border-color: #ff5409;
  color: #fff;
}
.x-contact2 .container2 .x-top a.on {
  background-color: #ff5409;
  border-color: #ff5409;
  color: #fff;
}
.x-contact2 .container2 ul {
  margin-top: 0.55rem;
}
.x-contact2 .container2 ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  display: none;
}
.x-contact2 .container2 ul li.on {
  display: flex;
}
.x-contact2 .container2 ul li .public-img {
  width: 42.85%;
}
@media (max-width: 767px) {
  .x-contact2 .container2 ul li .public-img {
    width: 100%;
  }
}
.x-contact2 .container2 ul li .public-img::before {
  padding-top: 66.66666667%;
}
.x-contact2 .container2 ul li .x-text {
  width: 46.42%;
  margin-top: 0.65rem;
}
@media (max-width: 767px) {
  .x-contact2 .container2 ul li .x-text {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-contact2 .container2 ul li .x-text .x-title {
  color: #222;
  margin-bottom: 0.25rem;
}
.x-contact2 .container2 ul li .x-text .x-p {
  display: flex;
  margin-bottom: 0.2rem;
}
.x-contact2 .container2 ul li .x-text .x-p:last-child {
  margin-bottom: 0;
}
.x-contact2 .container2 ul li .x-text .x-p:last-child .x-sp p {
  font-size: 14px;
}
.x-contact2 .container2 ul li .x-text .x-p i {
  margin-top: 0.05rem;
  display: inline-block;
  font-style: initial;
  flex-shrink: 0;
}
.x-contact2 .container2 ul li .x-text .x-p i svg,
.x-contact2 .container2 ul li .x-text .x-p i img {
  display: block;
  width: 0.3rem;
  height: auto;
  object-fit: contain;
}
@media (max-width: 767px) {
  .x-contact2 .container2 ul li .x-text .x-p i svg,
  .x-contact2 .container2 ul li .x-text .x-p i img {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.x-contact2 .container2 ul li .x-text .x-p i svg path,
.x-contact2 .container2 ul li .x-text .x-p i img path {
  fill: #ff5409;
}
.x-contact2 .container2 ul li .x-text .x-p .x-sp {
  margin-left: 0.15rem;
}
.x-contact2 .container2 ul li .x-text .x-p .x-sp .x-title2 {
  color: #888888;
}
.x-contact3 {
  padding: 2rem 0 1.3rem 0;
}
@media (max-width: 767px) {
  .x-contact3 {
    padding: 1.2rem 0;
  }
}
.x-contact3 .container2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.x-contact3 .container2 .x-le {
  width: 35.71%;
  position: sticky;
  position: -webkit-sticky;
  top: 140px;
}
@media (max-width: 767px) {
  .x-contact3 .container2 .x-le {
    position: initial;
    width: 100%;
  }
}
.x-contact3 .container2 .x-le .x-title {
  line-height: 0.9;
}
.x-contact3 .container2 .x-le .x-p {
  color: #888888;
  line-height: 1.4;
  margin-top: 0.15rem;
}
.x-contact3 .container2 .x-ri {
  width: 47.14%;
}
@media (max-width: 767px) {
  .x-contact3 .container2 .x-ri {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-contact3 .container2 .x-ri .x-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-contact3 .container2 .x-ri .x-form .x-in {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #cacaca;
  padding: 0 0 0.17rem 0;
  margin-top: 0.36rem;
}
.x-contact3 .container2 .x-ri .x-form .x-in:nth-of-type(1),
.x-contact3 .container2 .x-ri .x-form .x-in:nth-of-type(2) {
  width: 47.5%;
}
@media (max-width: 767px) {
  .x-contact3 .container2 .x-ri .x-form .x-in:nth-of-type(1),
  .x-contact3 .container2 .x-ri .x-form .x-in:nth-of-type(2) {
    width: 100%;
  }
}
.x-contact3 .container2 .x-ri .x-form .x-in.on span {
  display: none;
}
.x-contact3 .container2 .x-ri .x-form .x-in span {
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.x-contact3 .container2 .x-ri .x-form .x-in span i {
  font-style: initial;
  color: #f82d24;
  display: inline-block;
  margin-left: 0.05rem;
}
.x-contact3 .container2 .x-ri .x-form .x-in input {
  color: #444;
}
.x-contact3 .container2 .x-ri .x-form .x-in textarea {
  height: 1.5rem;
  color: #444;
}
.x-contact3 .container2 .x-ri .x-form .x-in .x-xiala {
  width: 100%;
}
.x-contact3 .container2 .x-ri .x-form .x-in .x-xiala .x-sp {
  display: block;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.x-contact3 .container2 .x-ri .x-form .x-in .x-xiala .x-sp p {
  color: #444;
  font-family: 'Medium', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-contact3 .container2 .x-ri .x-form .x-in .x-xiala .x-sp p i {
  font-style: initial;
  color: #f82d24;
  display: inline-block;
  margin-left: 0.05rem;
}
.x-contact3 .container2 .x-ri .x-form .x-in .x-xiala .x-sp .x-im {
  display: inline-block;
  position: absolute;
  right: 0.15rem;
  top: 18%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .x-contact3 .container2 .x-ri .x-form .x-in .x-xiala .x-sp .x-im {
    top: 33%;
  }
}
.x-contact3 .container2 .x-ri .x-form .x-in .x-xiala .x-sp .x-im svg {
  display: block;
  width: 13px;
  height: 7px;
}
.x-contact3 .container2 .x-ri .x-form .x-in .x-xiala ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 5;
  box-shadow: 0 0 0.1rem rgba(22, 36, 97, 0.1);
  padding: 0.05rem 0;
  display: none;
}
.x-contact3 .container2 .x-ri .x-form .x-in .x-xiala ul li {
  padding: 0.05rem 0.15rem;
  color: #666;
  cursor: pointer;
  transition: 0.4s all;
}
.x-contact3 .container2 .x-ri .x-form .x-in .x-xiala ul li:hover {
  color: #ff5409;
  background-color: #f5f5f5;
}
.x-contact3 .container2 .x-ri .x-form .x-in .x-mmg {
  width: 120px;
  height: 38px;
  position: absolute;
  right: 0;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .x-contact3 .container2 .x-ri .x-form .x-in .x-mmg {
    top: -7px;
  }
}
.x-contact3 .container2 .x-ri .x-form .x-sp2 {
  font-size: 14px;
  color: #999999;
  margin-top: 0.38rem;
  display: block;
  width: 100%;
}
.x-contact3 .container2 .x-ri .x-form .x-sp2 a {
  display: inline-block;
  color: #ff5409;
  text-decoration: underline;
}
.x-contact3 .container2 .x-ri .x-form .x-but {
  background-color: #ff5409;
  color: #fff;
  border-radius: 100px;
  padding: 0.13rem 0.35rem;
  margin-top: 0.6rem;
}
.x-contact3 .container2 .x-ri .x-form .x-but:hover i svg {
  transform: translateX(0.1rem) rotate(135deg);
}
@media (max-width: 767px) {
  .x-contact3 .container2 .x-ri .x-form .x-but {
    padding: 0.18rem 0.4rem;
  }
}
.x-contact3 .container2 .x-ri .x-form .x-but i {
  display: inline-block;
  font-style: initial;
  margin-left: 0.05rem;
}
.x-contact3 .container2 .x-ri .x-form .x-but i svg {
  width: 14px;
  height: 14px;
  transform: rotate(135deg);
  transition: 0.4s ease-in-out;
}
.x-404 {
  background-color: #f9f9f9;
  min-height: 100vh;
  padding-top: 1.4rem;
  border-top: 1px solid #d1d1d1;
}
@media (max-width: 767px) {
  .x-404 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 0;
    min-height: calc(100vh - 0.6rem);
  }
}
.x-404 .container2 {
  text-align: center;
}
.x-404 .container2 .x-text .x-title {
  margin: 0.8rem 0 0.2rem;
}
.x-404 .container2 .x-text .x-a {
  display: flex;
  justify-content: center;
}
.x-404 .container2 .x-text .x-a a {
  color: #222222;
  transition: 0.4s all;
}
.x-404 .container2 .x-text .x-a a:hover {
  color: #f57c2d;
}
.x-404 .container2 .x-text .x-a span {
  color: #222222;
}
.x-map1 {
  padding: 0.7rem 0 0.6rem;
  border-top: 1px solid #d1d1d1;
}
@media (max-width: 767px) {
  .x-map1 {
    padding: 1.2rem 0;
  }
}
.x-map1 .container2 .x-title {
  text-align: center;
}
.x-map1 .container2 .x-xia {
  margin-top: 1.2rem;
}
@media (max-width: 767px) {
  .x-map1 .container2 .x-xia {
    margin-top: 0.4rem;
  }
}
.x-map1 .container2 .x-xia ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-map1 .container2 .x-xia ul li {
  width: 25%;
  border-right: 1px solid #d1d1d1;
  padding-left: 0.5rem;
  margin-bottom: 0.9rem;
}
@media (max-width: 991px) {
  .x-map1 .container2 .x-xia ul li {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .x-map1 .container2 .x-xia ul li {
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
    border-right: none !important;
    padding-bottom: 0.4rem;
    margin-bottom: 0.5rem;
  }
  .x-map1 .container2 .x-xia ul li:last-child {
    border-bottom: none;
  }
}
.x-map1 .container2 .x-xia ul li:nth-of-type(4n) {
  border-right: none;
}
@media (max-width: 991px) {
  .x-map1 .container2 .x-xia ul li:nth-of-type(4n) {
    border-right: 1px solid #d1d1d1;
  }
}
.x-map1 .container2 .x-xia ul li:nth-of-type(3n) {
  border-right: none;
}
.x-map1 .container2 .x-xia ul li .x-title2 a {
  color: #222;
  transition: 0.4s all;
}
.x-map1 .container2 .x-xia ul li .x-title2 a:hover {
  color: #ff5409;
}
.x-map1 .container2 .x-xia ul li .x-a {
  margin-top: 0.1rem;
}
.x-map1 .container2 .x-xia ul li .x-a a {
  color: #666666;
  display: block;
  margin-bottom: 0.1rem;
  transition: 0.4s all;
}
.x-map1 .container2 .x-xia ul li .x-a a:hover {
  color: #ff5409;
}
.x-policy1 {
  padding: 0.7rem 0 1.8rem 0;
  border-top: 1px solid #d1d1d1;
}
@media (max-width: 767px) {
  .x-policy1 {
    padding: 1.2rem 0;
  }
}
.x-policy1 .container2 .x-title {
  text-align: center;
  color: #222;
}
@media (max-width: 767px) {
  .x-policy1 .container2 .x-title {
    font-size: 0.5rem;
  }
}
.x-policy1 .container2 .x-p {
  color: #666666;
  font-size: 14px;
  text-align: center;
  margin-top: 0.1rem;
}
.x-policy1 .container2 .x-p span {
  display: inline-block;
  margin: 0 0.12rem;
}
.x-policy1 .container2 .public-content {
  margin-top: 0.5rem;
}
@keyframes heig {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.heig {
  -webkit-animation-name: heig;
  animation-name: heig;
}
.x-search1 {
  background-color: #f5f5f5;
  padding: 0.7rem 0;
}
.x-search1 .container .x-form {
  width: 8rem;
  height: 0.6rem;
  background-color: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #dce3ef;
  margin: 0 auto;
}
@media (max-width: 1580px) {
  .x-search1 .container .x-form {
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .x-search1 .container .x-form {
    width: 6.8rem;
    height: 0.8rem;
  }
}
.x-search1 .container .x-form input {
  width: 81.25%;
  color: #333333;
  padding: 0 0.34rem;
}
@media (max-width: 767px) {
  .x-search1 .container .x-form input {
    width: 80%;
    font-size: 0.24rem;
  }
}
.x-search1 .container .x-form input::placeholder {
  color: #333333;
}
.x-search1 .container .x-form button {
  width: 18.75%;
  background-color: #ed6c00;
  border-radius: 100px;
  margin: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .x-search1 .container .x-form button {
    width: 20%;
    font-size: 0.24rem;
  }
}
.x-search1 .container .x-form button svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 0.1rem;
}
@media (max-width: 1580px) {
  .x-search1 .container .x-form button svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 767px) {
  .x-search1 .container .x-form button svg {
    width: 16px;
    height: 16px;
  }
}
.x-search1 .container .x-form button svg path {
  fill: #fff;
}
.x-search2 {
  padding-bottom: 0.4rem;
}
.x-search2 .container p {
  color: #6c7073;
  margin-top: 0.3rem;
  text-align: center;
}
.x-search2 .container .x-a {
  text-align: center;
  margin-top: 1rem;
  position: relative;
}
.x-search2 .container .x-a a {
  display: inline-block;
  margin: 0 0.25rem;
  color: #333333;
}
@media (max-width: 767px) {
  .x-search2 .container .x-a a {
    font-size: 0.28rem;
    margin: 0 0.05rem;
  }
}
.x-search2 .container .x-a a.on {
  color: #ed6c00;
}
.x-search2 .container .x-a a.on span {
  color: #ed6c00;
}
.x-search2 .container .x-a a span {
  color: #999999;
}
.x-search4 {
  padding-bottom: 0.8rem;
}
.x-search4 .x-faq1 {
  padding-top: 0;
}
.search55 {
  padding-bottom: 0.8rem;
}
#hi-img-pop .hi-close:hover {
  background-color: #ff5409;
}
.x-system99 {
  position: relative;
  padding: 1rem 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-system99 {
    padding-bottom: 1.2rem;
  }
}
.x-system99 .x-con {
  padding-left: 13.55%;
  width: 100%;
}
@media (max-width: 1260px) {
  .x-system99 .x-con {
    padding-left: 5%;
  }
}
.x-system99 .x-con .x-top {
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .x-system99 .x-con .x-top {
    width: 95%;
  }
}
.x-system99 .x-con .x-top .x-title {
  color: #222;
  line-height: 1;
  width: 70.57%;
}
@media (max-width: 767px) {
  .x-system99 .x-con .x-top .x-title {
    width: 100%;
    text-align: center;
  }
}
.x-system99 .x-con .x-top .x-but {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .x-system99 .x-con .x-top .x-but {
    width: 16%;
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-system99 .x-con .x-top .x-but {
    display: none;
  }
}
.x-system99 .x-con .x-top .x-but .x-prev1 {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-color: #e1e1e1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-right: 0.2rem;
  transition: 0.4s all;
  cursor: pointer;
}
.x-system99 .x-con .x-top .x-but .x-prev1:hover {
  border-color: #ff5409;
  background-color: #ff5409;
}
.x-system99 .x-con .x-top .x-but .x-prev1:hover svg path {
  fill: #fff;
}
.x-system99 .x-con .x-top .x-but .x-prev1 svg {
  display: inline-block;
  width: 18px;
  height: 18px;
}
@media (max-width: 1580px) {
  .x-system99 .x-con .x-top .x-but .x-prev1 svg {
    width: 14px;
    height: 14px;
  }
}
.x-system99 .x-con .x-top .x-but .x-prev1 svg path {
  fill: #000;
  transition: 0.4s all;
}
.x-system99 .x-con .x-top .x-but .x-next1 {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-color: #e1e1e1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: 0.4s all;
  cursor: pointer;
}
.x-system99 .x-con .x-top .x-but .x-next1:hover {
  border-color: #ff5409;
  background-color: #ff5409;
}
.x-system99 .x-con .x-top .x-but .x-next1:hover svg path {
  fill: #fff;
}
.x-system99 .x-con .x-top .x-but .x-next1 svg {
  display: inline-block;
  width: 18px;
  height: 18px;
  transform: rotate(180deg);
}
@media (max-width: 1580px) {
  .x-system99 .x-con .x-top .x-but .x-next1 svg {
    width: 14px;
    height: 14px;
  }
}
.x-system99 .x-con .x-top .x-but .x-next1 svg path {
  fill: #000;
  transition: 0.4s all;
}
.x-system99 .x-con .x-swiper1 .swiper-container {
  padding: 0.68rem 0.2rem 0.68rem 0.2rem;
  margin-left: -0.2rem;
}
.x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide {
  background-color: #fff;
  box-shadow: 0 0 0.15rem rgba(26, 33, 120, 0.1);
  display: flex;
  height: auto;
  height: 5rem;
}
@media (max-width: 767px) {
  .x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide {
    height: auto;
  }
}
.x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide.on a {
  padding-top: 0.4rem;
}
.x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide.on a .x-img {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide.on a .x-img {
    width: 0.6rem;
    height: 0.6rem;
    opacity: 1;
  }
}
.x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide.on a .x-text .x-p {
  height: auto;
  -webkit-line-clamp: initial;
}
.x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide.on a .x-img2 {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  padding: 0.7rem 0 1rem;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a:hover .x-text .x-title2 {
  color: #ff5409;
}
.x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a:hover .x-text .x-sp span {
  color: #ff5409;
}
.x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a:hover .x-text .x-sp i {
  transform: rotate(45deg);
}
.x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a:hover .x-text .x-sp i svg path {
  fill: #ff5409;
}
.x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-img {
  width: 0.68rem;
  height: 0.68rem;
  margin: 0 auto;
  overflow: initial;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-img {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-img img path {
  fill: #ff5409;
}
.x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-title2 {
  color: #222;
  line-height: 1.2;
  margin-top: 0.3rem;
  transition: 0.4s ease-in-out;
  padding: 0 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.4em;
}
.x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-p {
  color: #888888;
  line-height: 1.4;
  margin: 0.2rem 0 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.8em;
  padding: 0 0.55rem;
}
@media (max-width: 767px) {
  .x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-p {
    height: auto;
    -webkit-line-clamp: initial;
    margin-bottom: 0;
    padding: 0 0.4rem;
  }
}
.x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-sp {
  color: #222;
}
.x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-sp span {
  text-decoration: underline;
  transition: 0.4s ease-in-out;
}
.x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-sp i {
  font-style: initial;
  display: inline-block;
  transition: 0.4s ease-in-out;
  margin-left: 0.05rem;
}
.x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-sp i svg {
  width: 10px;
  height: 10px;
  display: inline-block;
}
.x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-sp i svg path {
  fill: #222222;
  transition: 0.4s ease-in-out;
}
.x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-img2 {
  width: 0.62rem;
  height: 0.62rem;
  margin: 0 auto;
  cursor: pointer;
  transition: 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-img2 {
    display: none;
  }
}
.x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-img2 img,
.x-system99 .x-con .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide a .x-img2 svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-spr1 {
  background-color: #0f1e34;
}
.x-spr2 {
  padding: 0.9rem 0 4rem;
  position: relative;
}
.x-spr2 .x-bj-i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: #0f1e34;
  pointer-events: none;
  clip-path: polygon(0 47vmin, 133% calc(1vmin + 56vw), 101% calc(19% - 53vmin), 0 calc(52% - 54vmin - 29vw));
}
@media (min-width: 1930px) {
  .x-spr2 .x-bj-i {
    clip-path: polygon(0 21vmin, 133% calc(1vmin + 56vw), 101% calc(19% - 53vmin), 0 calc(52% - 54vmin - 29vw));
  }
}
@media (max-width: 767px) {
  .x-spr2 .x-bj-i {
    clip-path: polygon(0 24vmin, 133% calc(2vmin + 57vw), 98% calc(19% - 53vmin), 0 calc(44% - 54vmin - 29vw));
  }
}
.x-spr2 .x-bj-2 {
  position: absolute;
  left: 0;
  bottom: -0.95rem;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: #103f5d;
  pointer-events: none;
  clip-path: polygon(0 47vmin, 133% calc(1vmin + 56vw), 101% calc(19% - 53vmin), 0 calc(52% - 54vmin - 29vw));
  transform: rotate(180deg);
}
@media (min-width: 1930px) {
  .x-spr2 .x-bj-2 {
    clip-path: polygon(0 21vmin, 133% calc(1vmin + 56vw), 101% calc(19% - 53vmin), 0 calc(52% - 54vmin - 29vw));
  }
}
@media (max-width: 767px) {
  .x-spr2 .x-bj-2 {
    clip-path: polygon(0 24vmin, 133% calc(2vmin + 57vw), 98% calc(19% - 53vmin), 0 calc(44% - 54vmin - 29vw));
  }
}
.x-spr2 .x-bj {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  opacity: 0;
}
.x-spr2 .x-bj.on {
  opacity: 1;
}
.x-spr2 .x-bj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-spr2 .x-fs {
  position: absolute;
  left: -1rem;
  bottom: -2rem;
  z-index: 2;
  height: 6.28rem;
  width: 6.28rem;
  animation: xz 6s linear infinite;
}
.x-spr2 .x-fs svg {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.x-spr2 .x-fs svg path {
  fill: #345c75;
  stroke: #345c75;
}
.x-spr2 .x-fs svg .cls-2zhsn {
  fill: #3b627a;
}
.x-spr2 .container2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
  z-index: 5;
}
.x-spr2 .container2 .x-le {
  width: 38.57%;
  position: sticky;
  position: -webkit-sticky;
  top: 35vh;
  padding-bottom: 0.9rem;
}
@media (max-width: 767px) {
  .x-spr2 .container2 .x-le {
    position: initial;
    width: 100%;
  }
}
.x-spr2 .container2 .x-le .x-title {
  color: #fff;
  line-height: 1.2;
}
.x-spr2 .container2 .x-le .x-p {
  color: #fff;
  margin-top: 0.3rem;
}
.x-spr2 .container2 .x-ri {
  width: 47.85%;
  padding-right: 0.7rem;
}
@media (max-width: 991px) {
  .x-spr2 .container2 .x-ri {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .x-spr2 .container2 .x-ri {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.x-spr2 .container2 .x-ri ul li {
  background-color: #fff;
  padding: 0.4rem 0 0.6rem 0;
  height: 6rem;
  position: relative;
  margin-bottom: 0.9rem;
}
@media (max-width: 1580px) {
  .x-spr2 .container2 .x-ri ul li {
    height: 7rem;
  }
}
.x-spr2 .container2 .x-ri ul li:hover .x-p {
  opacity: 1;
  overflow-y: auto;
  position: relative;
  z-index: 5;
}
.x-spr2 .container2 .x-ri ul li:hover .x-xi {
  opacity: 0;
}
.x-spr2 .container2 .x-ri ul li:hover .x-xi i {
  transform: scale(1.1);
}
.x-spr2 .container2 .x-ri ul li .x-title2 {
  font-size: 0.34rem;
  line-height: 1.1;
  padding: 0 1.5rem 0 0.6rem;
}
@media (max-width: 991px) {
  .x-spr2 .container2 .x-ri ul li .x-title2 {
    padding: 0 0.4rem 0 0.6rem;
  }
}
.x-spr2 .container2 .x-ri ul li .x-p {
  color: #888888;
  margin: 0.4rem 0.2rem 0 0.6rem;
  line-height: 1.4;
  height: 2.8rem;
  overflow-y: auto;
  opacity: 0;
}
@media (max-width: 991px) {
  .x-spr2 .container2 .x-ri ul li .x-p {
    margin: 0.4rem 0.4rem 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-spr2 .container2 .x-ri ul li .x-p {
    opacity: 1;
    height: 4rem;
  }
}
.x-spr2 .container2 .x-ri ul li .x-xi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.96rem;
  height: 2.96rem;
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .x-spr2 .container2 .x-ri ul li .x-xi {
    display: none;
  }
}
.x-spr2 .container2 .x-ri ul li .x-xi i {
  width: 0.46rem;
  height: 0.46rem;
  background-color: #ff5409;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 70%;
  top: 0.1rem;
  transition: 0.3s ease-in-out;
}
.x-spr2 .container2 .x-ri ul li .x-xi i img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .x-spr2 .container2 .x-ri ul li .x-xi i img {
    width: 16px;
    height: 16px;
  }
}
.x-spr2 .container2 .x-ri ul li .x-xi .x-img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.x-spr2 .container2 .x-ri ul li .x-xi .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-spr2 .container2 .x-ri ul li .x-sp {
  font-size: 1.2rem;
  color: #ff5409;
  line-height: 0.9;
  position: absolute;
  left: 0.6rem;
  bottom: 0.6rem;
}
.x-spr3 {
  background-color: #edf0f4;
  position: relative;
  z-index: 5;
}
.x-spr3 .x-ser-pro2 {
  background-color: #edf0f4;
}
.x-spr3 .x-ser-pro2 .container2 {
  border-top: none;
  padding-top: 2.25rem;
}
@media (max-width: 767px) {
  .x-spr3 .x-ser-pro2 .container2 {
    padding-top: 1.2rem;
  }
}
.x-spr3 .x-ser-pro2 .container2 ul {
  margin: 0 -0.2rem;
}
.x-spr3 .x-ser-pro2 .container2 ul li {
  border-top: none;
  border-bottom: none;
  width: 33.33%;
  padding: 0.5rem 0.2rem 0;
}
@media (max-width: 991px) {
  .x-spr3 .x-ser-pro2 .container2 ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-spr3 .x-ser-pro2 .container2 ul li {
    width: 100%;
  }
}
.x-spr3 .x-ser-pro2 .container2 ul li .x-text {
  background-color: #fff;
  padding: 0.5rem 0.4rem 0.7rem;
}
@media (max-width: 991px) {
  .x-spr3 .x-ser-pro2 .container2 ul li .x-text {
    padding: 0.5rem 0.4rem 0.7rem !important;
  }
}
@media (max-width: 767px) {
  .x-spr3 .x-ser-pro2 .container2 ul li .x-text {
    margin-bottom: 0;
  }
}
.x-spr3 .x-ser-pro2 .container2 ul li .x-text .public-img {
  border-radius: initial;
}
.public_a2 {
  height: 0.6rem;
  border-radius: 0.1rem;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  color: #fff;
}
@media (max-width: 1580px) {
  .public_a2 {
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .public_a2 {
    height: 0.8rem;
  }
}
.public_a2:hover {
  color: #ff5409;
}
.public_a2:hover:before {
  width: 0%;
  right: 0;
  left: auto;
}
.public_a2:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #ff5409;
}
.public_a2 > span {
  padding: 0 0.28rem;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 2px);
  margin-top: 1px;
  border: 1px solid #ff5409;
  border-radius: 0.1rem;
}
.tha {
  padding: 2.12rem 0 3.55rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-top: 1px solid #ccc;
}
@media (max-width: 767px) {
  .tha {
    padding: 2rem 0 2.6rem;
  }
}
.tha .img {
  width: 3.01rem;
  height: 3.01rem;
  margin-bottom: 0.55rem;
}
.tha .img img {
  object-fit: contain;
}
.tha .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.tha .txt h2 {
  font-family: 'Silkab';
  margin-bottom: 0.12rem;
}
.tha .txt > span {
  margin-bottom: 0.46rem;
}
.tha .txt .public_a2 {
  min-width: 1.6rem;
}
.system-tc2 {
  opacity: 0;
  pointer-events: none;
  display: block;
  z-index: -1;
  transition: 0.4s ease-in-out;
}
.system-tc2.on {
  opacity: 1;
  pointer-events: initial;
  z-index: 10000;
}
.system-tc2.on .curtain_box {
  transform: translateX(0);
}
.system-tc2 .curtain_box {
  width: 83%;
  height: 100vh;
  right: 0;
  top: 0;
  left: auto;
  transform: translateX(5%);
  max-width: none;
  max-height: none;
  transition: 0.4s ease-in-out;
}
@media (max-width: 1580px) {
  .system-tc2 .curtain_box {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .system-tc2 .curtain_box {
    width: 100%;
  }
}
.system-tc2 .curtain_box .x-con {
  width: 100%;
  padding: 10px 10px 10px 0.8rem;
  position: relative;
}
@media (max-width: 991px) {
  .system-tc2 .curtain_box .x-con {
    padding: 0.6rem 0.4rem;
  }
}
.system-tc2 .curtain_box .x-con .x-t-img {
  width: 0.48rem;
  height: 0.48rem;
  background-color: #0000000d;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  position: absolute;
  top: 0.6rem;
  z-index: 5;
  border: 1px solid #dedede;
}
@media (max-width: 1580px) {
  .system-tc2 .curtain_box .x-con .x-t-img {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .system-tc2 .curtain_box .x-con .x-t-img {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.system-tc2 .curtain_box .x-con .x-t-img:hover {
  background-color: #ff5409;
  border-color: #ff5409;
}
.system-tc2 .curtain_box .x-con .x-t-img:hover svg path {
  fill: #fff;
}
.system-tc2 .curtain_box .x-con .x-t-img:hover::before,
.system-tc2 .curtain_box .x-con .x-t-img:hover::after {
  background: #fff;
}
.system-tc2 .curtain_box .x-con .x-t-img::before,
.system-tc2 .curtain_box .x-con .x-t-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 20px;
  height: 2px;
  margin: -1px 0 0 -10px;
  background: #ff5409;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .system-tc2 .curtain_box .x-con .x-t-img::before,
  .system-tc2 .curtain_box .x-con .x-t-img::after {
    width: 16px;
    margin: -1px 0 0 -8px;
  }
}
.system-tc2 .curtain_box .x-con .x-t-img::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.system-tc2 .curtain_box .x-con .x-t-img::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.system-tc2 .curtain_box .x-con .x-t-img svg {
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  display: none;
}
@media (max-width: 1580px) {
  .system-tc2 .curtain_box .x-con .x-t-img svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
@media (max-width: 767px) {
  .system-tc2 .curtain_box .x-con .x-t-img svg {
    width: 0.2rem;
    height: 0.2rem;
  }
}
.system-tc2 .curtain_box .x-con .x-t-img svg path {
  fill: #ff5409;
  transition: 0.4s ease-in-out;
}
.system-tc2 .curtain_box .x-con .swiper-container {
  width: 100%;
  height: 100%;
}
.system-tc2 .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.system-tc2 .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-le {
  width: 50%;
  margin-top: 1.4rem;
}
@media (max-width: 1260px) {
  .system-tc2 .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-le {
    width: 47%;
  }
}
@media (max-width: 991px) {
  .system-tc2 .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-le {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .system-tc2 .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-le {
    margin-top: 0.4rem;
  }
}
.system-tc2 .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-le .x-img {
  width: auto;
  height: 0.32rem;
  margin-bottom: 0.2rem;
}
.system-tc2 .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-le .x-img img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.system-tc2 .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-le .details {
  overflow-y: auto;
  max-height: 6.2rem;
  padding-right: 0.3rem;
}
@media (max-width: 1580px) {
  .system-tc2 .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-le .details {
    overflow-y: auto;
    max-height: 7rem;
  }
}
@media (max-width: 991px) {
  .system-tc2 .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-le .details {
    overflow-y: auto;
    max-height: 4rem;
  }
}
@media (max-width: 767px) {
  .system-tc2 .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-le .details p,
  .system-tc2 .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-le .details span,
  .system-tc2 .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-le .details strong {
    text-align: left !important;
  }
}
.system-tc2 .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-le .x-title {
  color: #222;
  line-height: 1.2;
}
.system-tc2 .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-le .x-p {
  color: #222;
  line-height: 1.3;
  margin-top: 0.5rem;
}
.system-tc2 .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-ri {
  width: 47.16%;
  height: 100%;
}
@media (max-width: 1260px) {
  .system-tc2 .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-ri {
    width: 52.16%;
  }
}
@media (max-width: 991px) {
  .system-tc2 .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-ri {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .system-tc2 .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-ri {
    order: -1;
    margin-top: 0.8rem;
  }
}
.system-tc2 .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-ri .x-img {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 20px);
  overflow: hidden;
}
@media (max-width: 991px) {
  .system-tc2 .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-ri .x-img {
    height: 8rem;
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .system-tc2 .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-ri .x-img {
    height: 4rem;
  }
}
.system-tc2 .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .x-ri .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.system-tc2 .curtain_box .x-con .x-but {
  position: absolute;
  bottom: 0.7rem;
  left: 0.8rem;
  display: flex;
  justify-content: flex-start;
  z-index: 10;
}
@media (max-width: 991px) {
  .system-tc2 .curtain_box .x-con .x-but {
    bottom: -0.6rem;
    left: 0.4rem;
  }
}
@media (max-width: 767px) {
  .system-tc2 .curtain_box .x-con .x-but {
    justify-content: center;
    width: 100%;
    left: 0;
  }
}
.system-tc2 .curtain_box .x-con .x-but .x-prev {
  width: 0.48rem;
  height: 0.48rem;
  background-color: #0000000d;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.4s ease-in-out;
  border: 1px solid #dedede;
}
@media (max-width: 1580px) {
  .system-tc2 .curtain_box .x-con .x-but .x-prev {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .system-tc2 .curtain_box .x-con .x-but .x-prev {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.system-tc2 .curtain_box .x-con .x-but .x-prev:hover {
  background-color: #ff5409;
  border-color: #ff5409;
}
.system-tc2 .curtain_box .x-con .x-but .x-prev:hover svg path {
  fill: #fff;
}
.system-tc2 .curtain_box .x-con .x-but .x-prev svg {
  width: 12px;
  height: 12px;
  display: inline-block;
  transform: rotate(224deg);
}
@media (max-width: 1580px) {
  .system-tc2 .curtain_box .x-con .x-but .x-prev svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
@media (max-width: 767px) {
  .system-tc2 .curtain_box .x-con .x-but .x-prev svg {
    width: 0.2rem;
    height: 0.2rem;
  }
}
.system-tc2 .curtain_box .x-con .x-but .x-prev svg path {
  fill: #ff5409;
  transition: 0.4s ease-in-out;
}
.system-tc2 .curtain_box .x-con .x-but .x-prev.swiper-button-disabled {
  cursor: auto;
}
.system-tc2 .curtain_box .x-con .x-but .x-prev.swiper-button-disabled:hover {
  background-color: #0000000d;
}
.system-tc2 .curtain_box .x-con .x-but .x-prev.swiper-button-disabled:hover svg path {
  fill: #ccc;
}
.system-tc2 .curtain_box .x-con .x-but .x-prev.swiper-button-disabled svg path {
  fill: #ccc;
}
.system-tc2 .curtain_box .x-con .x-but .x-next {
  width: 0.48rem;
  height: 0.48rem;
  background-color: #0000000d;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  cursor: pointer;
  margin-left: 0.15rem;
  transition: 0.4s ease-in-out;
  border: 1px solid #dedede;
}
@media (max-width: 1580px) {
  .system-tc2 .curtain_box .x-con .x-but .x-next {
    width: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .system-tc2 .curtain_box .x-con .x-but .x-next {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.system-tc2 .curtain_box .x-con .x-but .x-next:hover {
  background-color: #ff5409;
  border-color: #ff5409;
}
.system-tc2 .curtain_box .x-con .x-but .x-next:hover svg path {
  fill: #fff;
}
.system-tc2 .curtain_box .x-con .x-but .x-next svg {
  width: 12px;
  height: 12px;
  display: inline-block;
  transform: rotate(45deg);
}
@media (max-width: 1580px) {
  .system-tc2 .curtain_box .x-con .x-but .x-next svg {
    width: 0.3rem;
    height: 0.3rem;
  }
}
@media (max-width: 767px) {
  .system-tc2 .curtain_box .x-con .x-but .x-next svg {
    width: 0.2rem;
    height: 0.2rem;
  }
}
.system-tc2 .curtain_box .x-con .x-but .x-next svg path {
  fill: #ff5409;
  transition: 0.4s ease-in-out;
}
.system-tc2 .curtain_box .x-con .x-but .x-next.swiper-button-disabled {
  cursor: auto;
}
.system-tc2 .curtain_box .x-con .x-but .x-next.swiper-button-disabled:hover {
  background-color: #0000000d;
}
.system-tc2 .curtain_box .x-con .x-but .x-next.swiper-button-disabled:hover svg path {
  fill: #ccc;
}
.system-tc2 .curtain_box .x-con .x-but .x-next.swiper-button-disabled svg path {
  fill: #ccc;
}
.x-custo1 {
  padding: 0.5rem 0 2.3rem;
  position: relative;
}
.x-custo1::before {
  content: "";
  width: 100%;
  height: 2.5rem;
  position: absolute;
  left: 0;
  bottom: 1rem;
  background: url(../images/xty.png) no-repeat center;
  background-size: cover;
  pointer-events: none;
  z-index: 2;
}
.x-custo1 .container2 {
  padding: 0 1.2rem;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .x-custo1 .container2 {
    padding: 0;
  }
}
.x-custo1 .container2 .x-title {
  text-align: center;
  color: #222222;
  font-size: 0.46rem;
  line-height: 1.1;
}
.x-custo1 .container2 .x-title span {
  color: #ff5409;
}
.x-custo1 .container2 .x-form {
  perspective: 550px;
}
.x-custo1 .container2 .x-form .x-top {
  padding: 0 0.4rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
@media (max-width: 767px) {
  .x-custo1 .container2 .x-form .x-top {
    padding: 0;
  }
}
.x-custo1 .container2 .x-form .x-top .x-inp {
  background-color: #f8f8f8;
  width: 31.33%;
  margin-right: 3.005%;
  margin-bottom: 0.25rem;
  line-height: 0.6rem;
  height: 0.6rem;
  padding: 0 0.24rem;
  position: relative;
}
@media (max-width: 1580px) {
  .x-custo1 .container2 .x-form .x-top .x-inp {
    line-height: 0.7rem;
    height: 0.7rem;
  }
}
@media (max-width: 767px) {
  .x-custo1 .container2 .x-form .x-top .x-inp {
    width: 100%;
    line-height: 0.8rem;
    height: 0.8rem;
    margin-right: 0;
  }
}
.x-custo1 .container2 .x-form .x-top .x-inp:nth-of-type(3n) {
  margin-right: 0;
}
.x-custo1 .container2 .x-form .x-top .x-inp p {
  color: #999;
  position: absolute;
  left: 0.24rem;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.x-custo1 .container2 .x-form .x-top .x-inp p i {
  color: #ff0000;
  font-style: initial;
}
.x-custo1 .container2 .x-form .x-top .x-inp input {
  width: 100%;
  color: #444;
}
.x-custo1 .container2 .x-form .x-top .x-inp .x-xiala {
  width: 100%;
  height: 100%;
}
.x-custo1 .container2 .x-form .x-top .x-inp .x-xiala .x-sp {
  display: block;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.x-custo1 .container2 .x-form .x-top .x-inp .x-xiala .x-sp p {
  position: initial;
  transform: initial;
  color: #444;
  font-family: 'Medium', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.x-custo1 .container2 .x-form .x-top .x-inp .x-xiala .x-sp p i {
  font-style: initial;
  color: #ff0000;
  display: inline-block;
}
.x-custo1 .container2 .x-form .x-top .x-inp .x-xiala .x-sp p span {
  color: #999;
}
.x-custo1 .container2 .x-form .x-top .x-inp .x-xiala .x-sp .x-im {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.x-custo1 .container2 .x-form .x-top .x-inp .x-xiala .x-sp .x-im svg {
  display: block;
  width: 13px;
  height: 7px;
}
.x-custo1 .container2 .x-form .x-top .x-inp .x-xiala ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 5;
  box-shadow: 0 0 0.1rem rgba(22, 36, 97, 0.1);
  padding: 0.05rem 0;
  display: none;
}
.x-custo1 .container2 .x-form .x-top .x-inp .x-xiala ul li {
  padding: 0.05rem 0.15rem;
  color: #666;
  cursor: pointer;
  transition: 0.4s all;
}
.x-custo1 .container2 .x-form .x-top .x-inp .x-xiala ul li:hover {
  color: #ff5409;
  background-color: #f5f5f5;
}
.x-custo1 .container2 .x-form .x-top .x-inp .x-xiala ul li:hover p {
  color: #ff5409;
}
.x-custo1 .container2 .x-form .x-top .x-inp .x-xiala ul li p {
  position: initial;
  transform: initial;
  line-height: 1.4;
  transition: 0.4s ease-in-out;
  pointer-events: initial;
  color: #666;
}
.x-custo1 .container2 .x-form .x-x-con {
  box-shadow: 3px 12px 46px 0px rgba(0, 0, 0, 0.11);
  transform: translateY(-2rem) rotateX(15deg);
}
.x-custo1 .container2 .x-form .x-x-con .x-zh {
  position: relative;
  margin-top: 0.65rem;
}
.x-custo1 .container2 .x-form .x-x-con .x-zh .public-img::before {
  padding-top: 44.82758621%;
}
@media (max-width: 767px) {
  .x-custo1 .container2 .x-form .x-x-con .x-zh .public-img::before {
    padding-top: 86.827586%;
  }
}
.x-custo1 .container2 .x-form .x-x-con .x-zh .x-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  text-align: center;
  width: 5.7rem;
}
.x-custo1 .container2 .x-form .x-x-con .x-zh .x-text .x-title2 {
  color: #fff;
}
.x-custo1 .container2 .x-form .x-x-con .x-zh .x-text .x-p {
  color: #fff;
  line-height: 1.75;
  margin-top: 0.1rem;
}
.x-custo1 .container2 .x-form .x-x-con .x-xia {
  padding: 0.9rem 0.36rem 0.7rem;
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-in1 span {
  display: block;
  color: #222;
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-in1 input {
  width: 100%;
  color: #444;
  padding-bottom: 0.08rem;
  border-bottom: 1px solid #d2d2d2;
  margin-top: 0.15rem;
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-in1 input::placeholder {
  color: #999;
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le {
  width: 46.08%;
}
@media (max-width: 767px) {
  .x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le {
    width: 100%;
  }
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le .x-box {
  margin-top: 0.35rem;
}
@media (max-width: 767px) {
  .x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le .x-box {
    margin-top: 0.45rem;
  }
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le .x-box span {
  display: block;
  color: #222;
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le .x-box input {
  width: 100%;
  color: #444;
  padding-bottom: 0.08rem;
  border-bottom: 1px solid #d2d2d2;
  margin-top: 0.19rem;
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le .x-box input::placeholder {
  color: #999;
}
@media (max-width: 767px) {
  .x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le .x-box input {
    margin-top: 0.25rem;
  }
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le .x-box2 {
  margin-top: 0.35rem;
}
@media (max-width: 767px) {
  .x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le .x-box2 {
    margin-top: 0.45rem;
  }
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le .x-box2 span {
  display: block;
  color: #222;
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le .x-box2 .x-xiala {
  width: 100%;
  position: relative;
  margin-top: 0.2rem;
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le .x-box2 .x-xiala .x-sp {
  display: block;
  height: 100%;
  position: relative;
  cursor: pointer;
  margin-top: 0.2rem;
  border-bottom: 1px solid #d2d2d2;
  color: #bbbbbb;
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le .x-box2 .x-xiala .x-sp span {
  color: #222;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le .x-box2 .x-xiala .x-sp i {
  display: inline-block;
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le .x-box2 .x-xiala .x-sp i svg {
  display: block;
  width: 13px;
  height: 7px;
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le .x-box2 .x-xiala .x-sp i svg path {
  fill: #7a7a7a;
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le .x-box2 .x-xiala ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #f8f8f8;
  z-index: 5;
  box-shadow: 0 0 0.1rem rgba(22, 36, 97, 0);
  padding: 0.05rem 0;
  border-radius: 0.05rem;
  overflow-y: auto;
  max-height: 3rem;
  display: none;
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le .x-box2 .x-xiala ul li {
  padding: 0.05rem 0.15rem;
  color: #222222;
  cursor: pointer;
  transition: 0.4s all;
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le .x-box2 .x-xiala ul li:hover {
  color: #ff5409;
  background-color: #fff;
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le .x-box3 {
  margin-top: 0.19rem;
}
@media (max-width: 1580px) {
  .x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le .x-box3 {
    margin-top: 0.16rem;
  }
}
@media (max-width: 767px) {
  .x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le .x-box3 {
    margin-top: 0.45rem;
  }
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le .x-box3 span {
  display: block;
  color: #222;
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le .x-box3 textarea {
  width: 100%;
  color: #444;
  padding-bottom: 0.08rem;
  border-bottom: 1px solid #d2d2d2;
  margin-top: 0.05rem;
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le .x-box3 textarea::placeholder {
  color: #999;
}
@media (max-width: 1580px) {
  .x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-le .x-box3 textarea {
    margin-top: 0;
  }
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-ri {
  width: 46.08%;
}
@media (max-width: 767px) {
  .x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-ri {
    width: 100%;
  }
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-ri .x-box {
  margin-top: 0.35rem;
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-ri .x-box span {
  display: block;
  color: #222;
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-ri .x-box input {
  width: 100%;
  color: #444;
  padding-bottom: 0.08rem;
  border-bottom: 1px solid #d2d2d2;
  margin-top: 0.18rem;
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-ri .x-box input::placeholder {
  color: #999;
}
@media (max-width: 767px) {
  .x-custo1 .container2 .x-form .x-x-con .x-xia .x-con .x-ri .x-box input {
    margin-top: 0.25rem;
  }
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-spp {
  color: #bbbbbb;
  width: 100%;
  font-size: 12px;
  margin-top: 0.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .x-custo1 .container2 .x-form .x-x-con .x-xia .x-spp {
    width: 100%;
  }
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-spp a {
  color: #ff5409;
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-bxt {
  text-align: center;
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-public-a {
  min-width: 1.5rem;
  line-height: 0.5rem;
  height: 0.5rem;
  margin-top: 0.3rem;
}
@media (max-width: 1580px) {
  .x-custo1 .container2 .x-form .x-x-con .x-xia .x-public-a {
    line-height: 0.6rem;
    height: 0.6rem;
  }
}
@media (max-width: 767px) {
  .x-custo1 .container2 .x-form .x-x-con .x-xia .x-public-a {
    line-height: 0.8rem;
    height: 0.8rem;
    min-width: 1.8rem;
  }
}
.x-custo1 .container2 .x-form .x-x-con .x-xia .x-public-a span {
  transition: 0.4s ease-in-out;
}
.x-public-wenan {
  margin: 0.25rem 0;
  font-size: 22px;
  color: #888888;
}
@media (max-width: 1580px) {
  .x-public-wenan {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .x-public-wenan {
    font-size: 0.34rem;
  }
}
.x-indu1 .container2 .x-public-wenan {
  margin-top: 0;
}
@media (max-width: 767px) {
  .x-indu1 .container2 .x-public-wenan {
    margin-bottom: 0.6rem;
  }
}
.x-ind-info3 .container2 .x-public-wenan {
  text-align: center;
}
.x-pro1 .container2 .x-public-wenan {
  margin-top: 0;
}
.x-pro2 .container2 .x-public-wenan {
  text-align: center;
  width: 63.14%;
  margin: 0.65rem auto 0.25rem;
}
@media (max-width: 1580px) {
  .x-pro2 .container2 .x-public-wenan {
    width: 70.14%;
  }
}
@media (max-width: 991px) {
  .x-pro2 .container2 .x-public-wenan {
    width: 100%;
  }
}
.x-case1 .container2 .x-public-wenan {
  text-align: center;
}
.x-why1 .container2 .x-public-wenan {
  text-align: center;
}
.x-index4 .x-con .x-public-wenan {
  color: #fff;
  padding-right: 3rem;
  padding-bottom: 0.2rem;
  width: 78%;
  margin-left: auto;
  padding-left: 0.25rem;
  margin-bottom: 0.35rem;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .x-index4 .x-con .x-public-wenan {
    width: 82%;
    font-size: 16px;
  }
}
@media (max-width: 1281px) {
  .x-index4 .x-con .x-public-wenan {
    padding-right: 2rem;
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .x-index4 .x-con .x-public-wenan {
    padding-right: 0.2rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-index4 .x-con .x-public-wenan {
    width: 100%;
    margin-left: initial;
    color: #ccc;
    padding-left: 0;
    font-size: 0.34rem;
  }
}
.x-proxin1 {
  padding-bottom: 1.36rem;
}
@media (max-width: 767px) {
  .x-proxin1 {
    padding-bottom: 0.8rem;
  }
}
.x-proxin1 .container .x-top {
  text-align: center;
  padding: 0 2.5rem;
}
@media (max-width: 767px) {
  .x-proxin1 .container .x-top {
    padding: 0;
  }
}
.x-proxin1 .container .x-top .x-title {
  color: #222222;
}
.x-proxin1 .container .x-top .x-p {
  color: #666666;
  margin-top: 0.16rem;
}
.x-proxin1 .container .x-xia {
  padding: 1rem 0 1.95rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-proxin1 .container .x-xia {
    padding: 1rem 0 0;
  }
}
.x-proxin1 .container .x-xia .x-link {
  position: absolute;
  left: 50%;
  top: 0.6rem;
  transform: translateX(-50%);
  height: 100%;
}
@media (max-width: 767px) {
  .x-proxin1 .container .x-xia .x-link {
    display: none;
  }
}
.x-proxin1 .container .x-xia .x-link .x-i1 {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #ff5f10;
  border-radius: 100%;
  position: absolute;
  z-index: 2;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}
.x-proxin1 .container .x-xia .x-link .x-i1::before {
  content: "";
  width: 0.26rem;
  height: 0.26rem;
  background-color: #ff5f10;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  animation: dll 2s linear infinite;
}
.x-proxin1 .container .x-xia .x-link .x-i1::after {
  content: "";
  width: 0.26rem;
  height: 0.26rem;
  background-color: #ff5f10;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  animation: dll 2s 1s linear infinite;
}
.x-proxin1 .container .x-xia .x-link .x-i2 {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #d6d6d6;
}
.x-proxin1 .container .x-xia .x-link .x-i3 {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 0;
  background-color: #ff5f10;
}
.x-proxin1 .container .x-xia ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 1.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .x-proxin1 .container .x-xia ul li {
    padding-bottom: 0.6rem;
  }
}
.x-proxin1 .container .x-xia ul li:nth-of-type(1)::before {
  display: none;
}
.x-proxin1 .container .x-xia ul li.on::before {
  background-color: #ff5f10;
}
.x-proxin1 .container .x-xia ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #a8a8a8;
  position: absolute;
  left: 50%;
  top: 1rem;
  transform: translateX(-50%);
  border-radius: 100%;
}
@media (max-width: 767px) {
  .x-proxin1 .container .x-xia ul li::before {
    display: none;
  }
}
.x-proxin1 .container .x-xia ul li:last-child {
  margin-bottom: 0;
}
.x-proxin1 .container .x-xia ul li:nth-of-type(2n) .x-text {
  order: -1;
  padding-left: 0.3rem;
}
@media (max-width: 767px) {
  .x-proxin1 .container .x-xia ul li:nth-of-type(2n) .x-text {
    order: 1;
    padding-left: 0;
  }
}
.x-proxin1 .container .x-xia ul li .public-img {
  width: 42.85%;
}
@media (max-width: 767px) {
  .x-proxin1 .container .x-xia ul li .public-img {
    width: 100%;
  }
}
.x-proxin1 .container .x-xia ul li .public-img::before {
  padding-top: 60%;
}
.x-proxin1 .container .x-xia ul li .x-text {
  width: 42.85%;
  margin-top: 0.9rem;
  padding-right: 0.4rem;
}
@media (max-width: 767px) {
  .x-proxin1 .container .x-xia ul li .x-text {
    width: 100%;
    margin-top: 0.3rem;
    padding-right: 0;
  }
}
.x-proxin1 .container .x-xia ul li .x-text .x-title {
  color: #222222;
}
.x-proxin1 .container .x-xia ul li .x-text .x-p {
  color: #666666;
  margin-top: 0.2rem;
}
@keyframes dll {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.x-side {
  position: fixed;
  bottom: 10%;
  right: 2%;
  display: none;
  z-index: 666;
}
@media (max-width: 767px) {
  .x-side {
    display: none !important;
  }
}
.x-side ul li a {
  display: block;
  width: 46px;
  height: 46px;
  background-color: #1a1a1a;
  border-radius: 100%;
}
@media (max-width: 1580px) {
  .x-side ul li a {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 767px) {
  .x-side ul li a {
    width: 0.66rem;
    height: 0.66rem;
  }
}
.x-side ul li a .x-img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-side ul li a .x-img img,
.x-side ul li a .x-img svg {
  width: 12px;
  height: 12px;
}
.x-side ul li a .x-img img path,
.x-side ul li a .x-img svg path {
  fill: #fff;
}
.x-wxj1 .x-ser-pro2 .container2 .x-title {
  margin-bottom: 0.4rem;
  text-align: center;
}
.x-wxj2 .x-ser-pro2 {
  padding-top: 0;
}
.x-xwh1 {
  padding-top: 0.8rem;
}
.x-xss {
  padding: 0 0 1rem;
}
@media (max-width: 767px) {
  .x-wxa1 {
    padding-bottom: 0;
  }
}
