@charset "utf-8";
/*字体*/
/* @font-face {
	font-family: "Fontke";
	src: url("Fontke.woff2") format("woff2"),
		 url("Fontke.woff") format("woff"),
		 url("Fontke.ttf") format("truetype"),
		 url("Fontke.eot") format("embedded-opentype"),
		 url("Fontke.svg") format("svg"),
		 url("Fontke.otf") format("opentype");
} */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  zoom: 1;
}
.clear:after {
  content: '';
  display: block;
  clear: both;
}
.container {
  margin: 0 auto;
  width: 83.33%;
  max-width: 1600px;
}
@media (max-width: 1580px) {
  .container {
    width: 84%;
  }
}
@media (max-width: 1260px) {
  .container {
    width: 90%;
  }
}
.bg-color1 {
  background-color: #fff;
}
.ptb100 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .ptb100 {
    padding-top: 1.2rem;
    padding-bottom: 1.2em;
  }
}
.pt100 {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .pt100 {
    padding-top: 1.2rem;
  }
}
.pb100 {
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .pb100 {
    padding-bottom: 1.2rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
.font24 {
  font-size: 24px;
}
.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 {
    font-size: 18px;
  }
  .font24 {
    font-size: 20px;
  }
  .font30 {
    font-size: 0.32rem;
  }
}
@media (max-width: 767px) {
  .font16 {
    font-size: 0.28rem;
  }
  .font18 {
    font-size: 0.3rem;
  }
  .font20 {
    font-size: 0.34rem;
  }
  .font24 {
    font-size: 0.34rem;
  }
  .font30 {
    font-size: 0.36rem;
  }
}
.public-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.2rem;
  min-width: 1rem;
}
.x-public-a {
  color: #fff;
  padding: 0.18rem 0.42rem;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 100px;
}
.x-public-a:hover svg {
  transform: translateX(0.1rem);
}
.x-public-a svg {
  width: 8px;
  height: 12px;
  margin-left: 0.05rem;
  transition: 0.3s all;
}
.x-public-a svg path {
  fill: #fff;
}
.x-public-title .x-title {
  text-align: center;
  font-size: 0.48rem;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .x-public-title .x-title {
    font-size: 0.54rem;
  }
}
@media (max-width: 767px) {
  .x-public-title .x-title {
    font-size: 0.4rem;
  }
}
.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.5s;
}
#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: #005CE6;
}
#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: #005CE6;
}
#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: #005CE6;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
#c-placeholder {
  height: 0.8rem;
}
@media (max-width: 1580px) {
  #c-placeholder {
    height: 1rem;
  }
}
@media (max-width: 991px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 0.8rem;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1580px) {
  #c-header {
    line-height: 1rem;
  }
}
#c-header.c-head-move {
  top: -0.9rem;
}
@media (max-width: 1580px) {
  #c-header.c-head-move {
    top: -1.1rem;
  }
}
@media (max-width: 991px) {
  #c-header.c-head-move {
    top: -1.3rem;
  }
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header a {
  color: #fff;
  transition: 0.3s;
}
#c-header.c-style2 a {
  color: #333;
}
#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: 767px) {
  #c-header .container {
    height: 1.2rem;
  }
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
/*顶部logo*/
#c-header .x-lo-te {
  display: flex;
  align-items: center;
}
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  height: 0.4rem;
}
@media (max-width: 1580px) {
  #c-header .c-logo .c-img-box img {
    height: 28px;
  }
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 0.5rem;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header .x-text {
  padding-left: 0.2rem;
}
#c-header .x-text p {
  line-height: initial;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  margin-right: 0.55rem;
}
@media (max-width: 1580px) {
  #c-header .c-nav > li {
    margin-right: 0.55rem;
  }
}
@media (max-width: 1260px) {
  #c-header .c-nav > li {
    margin-right: 0.3rem;
  }
}
#c-header .c-nav > li:last-child {
  margin-right: 0;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: capitalize;
  padding-right: 0.15rem;
}
@media (max-width: 1260px) {
  #c-header .c-nav li a {
    font-size: 14px;
  }
}
#c-header .c-nav li a svg {
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 45%;
  transform: rotate(90deg) translateY(-50%);
}
@media (max-width: 1580px) {
  #c-header .c-nav li a svg {
    top: 42%;
  }
}
#c-header .c-nav li a svg path {
  fill: #fff;
}
#c-header .c-nav li:hover > a::before {
  width: 100%;
}
#c-header .c-nav .x-xl {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  display: none;
  z-index: 10;
  border-top: 1px solid #e2e2e2;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
#c-header .c-nav .x-xl ul {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 0.6rem 3.4rem 0.8rem;
}
#c-header .c-nav .x-xl ul li {
  width: 23.75%;
  margin-right: 1.66%;
  padding-right: 0;
}
#c-header .c-nav .x-xl ul li:nth-of-type(4n) {
  margin-right: 0;
}
#c-header .c-nav .x-xl ul li a {
  padding-right: 0;
}
#c-header .c-nav .x-xl ul li a:hover img {
  transform: scale(1.1);
}
#c-header .c-nav .x-xl ul li a .public-img::before {
  padding-top: 70.17%;
}
#c-header .c-nav .x-xl ul li a p {
  line-height: initial;
  margin-top: 0.2rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 0.1rem;
}
#c-header .c-nav .x-xl2 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  display: none;
  z-index: 10;
  border-top: 1px solid #e2e2e2;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
#c-header .c-nav .x-xl2 ul {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 0.6rem 2.05rem 0.7rem;
}
#c-header .c-nav .x-xl2 ul li {
  width: 19%;
  margin-right: 1.25%;
}
#c-header .c-nav .x-xl2 ul li a:hover .public-img img {
  transform: scale(1.1);
}
#c-header .c-nav .x-xl2 ul li a:hover p {
  color: #d51d1d;
}
#c-header .c-nav .x-xl2 ul li:hover a {
  color: #333;
}
#c-header .c-nav .x-xl2 ul li:last-child {
  margin-right: 0;
}
#c-header .c-nav .x-xl2 ul li .x-top-a {
  background-color: #f7f7f7;
  padding-bottom: 0.3rem;
}
#c-header .c-nav .x-xl2 ul li .x-top-a:hover .public-img img {
  transform: scale(1.1);
}
#c-header .c-nav .x-xl2 ul li .x-top-a:hover p {
  color: #d51d1d;
}
#c-header .c-nav .x-xl2 ul li .x-top-a .public-img::before {
  padding-top: 59.64%;
}
#c-header .c-nav .x-xl2 ul li .x-top-a p {
  line-height: initial;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 0.1rem;
  margin-top: 0.1rem;
}
#c-header .c-nav .x-xl2 ul li .x-a {
  margin-top: 0.3rem;
}
#c-header .c-nav .x-xl2 ul li .x-a a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  line-height: initial;
  margin-bottom: 0.2rem;
}
#c-header .c-nav .x-xl2 ul li .x-a a:hover .public-img img {
  transform: scale(1.1);
}
#c-header .c-nav .x-xl2 ul li .x-a a:hover p {
  color: #d51d1d;
}
#c-header .c-nav .x-xl2 ul li .x-a a .public-img {
  width: 28.07%;
}
#c-header .c-nav .x-xl2 ul li .x-a a .public-img::before {
  padding-top: 62.5%;
}
#c-header .c-nav .x-xl2 ul li .x-a a p {
  line-height: initial;
  width: 71.93%;
  text-align: left;
  font-size: 14px;
  margin-left: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#c-header.c-style2 .c-nav li a svg path {
  fill: #999;
}
#c-header.c-style2 .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #d51d1d;
}
#c-header.c-style2 .c-nav li.on > a svg path,
#c-header .c-nav li:hover > a svg path {
  fill: #d51d1d;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.3s;
  text-align: left;
}
@media (max-width: 991px) {
  #c-header .c-nav2 {
    top: 1rem;
  }
}
@media (max-width: 767px) {
  #c-header .c-nav2 {
    top: 1.2rem;
  }
}
#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: 10px;
  height: 10px;
  transform: rotate(90deg);
}
#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 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: #d51d1d;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
@media (max-width: 991px) {
  .c-open #c-header .c-nav2 {
    height: calc(100vh - 1rem);
  }
}
@media (max-width: 767px) {
  .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;
}
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-style2 .c-gn .x-yy .x-en svg path {
  fill: #333;
}
#c-header.c-style2 .c-gn .x-ss .x-en svg path {
  fill: #333;
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  padding-left: 2.9rem;
}
@media (max-width: 1580px) {
  #c-header .c-gn {
    padding-left: 1.85rem;
  }
}
@media (max-width: 1260px) {
  #c-header .c-gn {
    padding-left: 0.85rem;
  }
}
@media (max-width: 991px) {
  #c-header .c-gn {
    display: none;
  }
}
#c-header .c-gn .x-ss .x-en {
  cursor: pointer;
}
#c-header .c-gn .x-ss .x-en svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 1580px) {
  #c-header .c-gn .x-ss .x-en svg {
    width: 16px;
    height: 16px;
  }
}
#c-header .c-gn .x-ss .x-en svg path {
  fill: #fff;
}
.x-foot .x-f-top {
  background-color: #f8f8f8;
}
.x-foot .x-f-top .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.85rem 0 0.3rem 0;
  border-bottom: 1px solid #dddddd;
}
.x-foot .x-f-top .x-top .x-le {
  width: auto;
  height: 0.54rem;
}
.x-foot .x-f-top .x-top .x-le img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.x-foot .x-f-top .x-top .x-ri {
  display: flex;
  align-items: center;
}
.x-foot .x-f-top .x-top .x-ri span {
  color: #3a3a3a;
  display: inline-block;
  margin-right: 0.3rem;
}
.x-foot .x-f-top .x-top .x-ri a {
  display: inline-flex;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 100%;
  background-color: #868686;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-right: 0.2rem;
  position: relative;
  transition: 0.3s all;
}
@media (max-width: 1580px) {
  .x-foot .x-f-top .x-top .x-ri a {
    width: 0.52rem;
    height: 0.52rem;
  }
}
@media (max-width: 767px) {
  .x-foot .x-f-top .x-top .x-ri a {
    width: 0.68rem;
    height: 0.68rem;
  }
}
.x-foot .x-f-top .x-top .x-ri a svg {
  width: 20px;
  height: 22px;
}
@media (max-width: 1580px) {
  .x-foot .x-f-top .x-top .x-ri a svg {
    width: 16px;
    height: 16px;
  }
}
.x-foot .x-f-top .x-top .x-ri a:hover {
  background-color: #d51d1d;
}
.x-foot .x-f-top .x-top .x-ri a:hover .x-img {
  height: 100px;
}
@media (max-width: 767px) {
  .x-foot .x-f-top .x-top .x-ri a:hover .x-img {
    height: 1.6rem;
  }
}
.x-foot .x-f-top .x-top .x-ri a .x-img {
  width: 100px;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 110%;
  transform: translateX(-50%);
  overflow: hidden;
  transition: 0.3s all;
  z-index: 55;
}
@media (max-width: 767px) {
  .x-foot .x-f-top .x-top .x-ri a .x-img {
    width: 1.6rem;
  }
}
.x-foot .x-f-top .x-top .x-ri a .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-foot .x-f-top .x-top .x-ri a:last-child {
  margin-right: 0;
}
.x-foot .x-f-top .x-zhong {
  padding: 0.55rem 0 0.9rem 0;
}
@media (max-width: 767px) {
  .x-foot .x-f-top .x-zhong {
    padding-bottom: 0.4rem;
  }
}
.x-foot .x-f-top .x-zhong ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-foot .x-f-top .x-zhong ul li {
  width: 16.66%;
}
@media (max-width: 767px) {
  .x-foot .x-f-top .x-zhong ul li {
    width: 100%;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0.2rem;
  }
}
.x-foot .x-f-top .x-zhong ul li.on .x-title svg {
  transform: translateY(-50%) rotate(-90deg);
}
.x-foot .x-f-top .x-zhong ul li .x-title {
  margin-bottom: 0.2rem;
  position: relative;
}
.x-foot .x-f-top .x-zhong ul li .x-title a {
  color: #3a3a3a;
}
.x-foot .x-f-top .x-zhong ul li .x-title svg {
  display: none;
}
@media (max-width: 767px) {
  .x-foot .x-f-top .x-zhong ul li .x-title svg {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.3s all;
    width: 10px;
    height: 12px;
  }
}
.x-foot .x-f-top .x-zhong ul li .x-title svg path {
  fill: #3a3a3a;
}
@media (max-width: 767px) {
  .x-foot .x-f-top .x-zhong ul li .x-a {
    display: none;
  }
}
.x-foot .x-f-top .x-zhong ul li .x-a a {
  display: block;
  color: #666666;
  margin-bottom: 0.1rem;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-foot .x-f-top .x-zhong ul li .x-a a {
    margin-bottom: 0.15rem;
  }
  .x-foot .x-f-top .x-zhong ul li .x-a a:last-child {
    margin-bottom: 0.3rem;
  }
}
.x-foot .x-f-top .x-zhong ul li .x-a a:hover {
  color: #d51d1d;
}
.x-foot .x-f-top .x-xia {
  display: flex;
  align-items: center;
  padding-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .x-foot .x-f-top .x-xia {
    display: none;
  }
}
.x-foot .x-f-top .x-xia span {
  font-size: 14px;
  color: #666666;
  flex-shrink: 0;
}
.x-foot .x-f-top .x-xia .x-a a {
  font-size: 14px;
  color: #666666;
  display: inline-block;
  margin-right: 0.3rem;
  transition: 0.3s all;
}
.x-foot .x-f-top .x-xia .x-a a:hover {
  color: #d51d1d;
}
.x-foot .x-f-xia {
  background-color: #393939;
  padding: 0.3rem 0;
}
.x-foot .x-f-xia .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-foot .x-f-xia .container p {
  color: #f8f8f8;
  font-size: 14px;
}
@media (max-width: 767px) {
  .x-foot .x-f-xia .container p {
    font-size: 12px;
  }
}
.x-foot .x-f-xia .container p a {
  color: #f8f8f8;
  display: inline-block;
  margin-left: 0.15rem;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-foot .x-f-xia .container p a {
    display: block;
    margin-left: 0;
    margin: 0.05rem 0;
  }
}
.x-foot .x-f-xia .container p a:hover {
  color: #d51d1d;
}
.x-foot .x-f-xia .container .x-a a {
  font-size: 14px;
  color: #f8f8f8;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-foot .x-f-xia .container .x-a a {
    font-size: 12px;
  }
}
.x-foot .x-f-xia .container .x-a a:hover {
  color: #d51d1d;
}
.x-foot .x-f-xia .container .x-a span {
  font-size: 14px;
  color: #f8f8f8;
  display: inline-block;
  margin: 0 0.25rem 0 0.3rem;
}
.x-foot .x-f-xia .container .x-a span:last-child {
  display: none;
}
.x-ny-banner .x-con {
  position: relative;
}
.x-ny-banner .x-con .x-img {
  width: 100%;
  height: 6.8rem;
}
.x-ny-banner .x-con .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@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 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;
  }
}
.x-ny-banner .x-con .x-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.x-ny-banner .x-con .x-text .x-title {
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
}
.x-ny-banner .x-con .x-text .x-p {
  color: #ffffff;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .x-ny-banner .x-con .x-text .x-p p br {
    display: none;
  }
}
.x-mbx-box {
  padding: 0.4rem 0;
}
.x-mbx-box .container a {
  color: #999999;
}
.x-mbx-box .container a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .x-mbx-box .container a img {
    width: 16px;
    height: 16px;
  }
}
.x-mbx-box .container a:last-child {
  color: #333;
}
.x-mbx-box .container span {
  display: inline-block;
  color: #999999;
  margin: 0 0.15rem;
}
.x-contact1 {
  padding: 0.4rem 0 1.4rem 0;
}
.x-contact1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-contact1 .container .x-left {
  width: 51.25%;
}
@media (max-width: 991px) {
  .x-contact1 .container .x-left {
    width: 100%;
  }
}
.x-contact1 .container .x-left .x-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #040404;
  line-height: 1;
}
.x-contact1 .container .x-left .x-p {
  font-size: 0.36rem;
  color: #040404;
  font-weight: bold;
  margin: 0.3rem 0 0.2rem 0;
}
.x-contact1 .container .x-left .x-sp {
  color: #040404;
}
.x-contact1 .container .x-left .x-sp span {
  display: block;
  line-height: 2;
}
.x-contact1 .container .x-left .x-ri {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}
.x-contact1 .container .x-left .x-ri span {
  color: #3a3a3a;
  display: inline-block;
  margin-right: 0.2rem;
}
.x-contact1 .container .x-left .x-ri a {
  display: inline-flex;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 100%;
  background-color: #868686;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-right: 0.2rem;
  position: relative;
  transition: 0.3s all;
}
@media (max-width: 1580px) {
  .x-contact1 .container .x-left .x-ri a {
    width: 0.52rem;
    height: 0.52rem;
  }
}
@media (max-width: 767px) {
  .x-contact1 .container .x-left .x-ri a {
    width: 0.68rem;
    height: 0.68rem;
  }
}
.x-contact1 .container .x-left .x-ri a svg {
  width: 20px;
  height: 22px;
}
@media (max-width: 1580px) {
  .x-contact1 .container .x-left .x-ri a svg {
    width: 16px;
    height: 16px;
  }
}
.x-contact1 .container .x-left .x-ri a:hover {
  background-color: #d51d1d;
}
.x-contact1 .container .x-left .x-ri a:hover .x-img {
  height: 100px;
}
@media (max-width: 767px) {
  .x-contact1 .container .x-left .x-ri a:hover .x-img {
    height: 1.6rem;
  }
}
.x-contact1 .container .x-left .x-ri a .x-img {
  width: 100px;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 110%;
  transform: translateX(-50%);
  overflow: hidden;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-contact1 .container .x-left .x-ri a .x-img {
    width: 1.6rem;
  }
}
.x-contact1 .container .x-left .x-ri a .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-contact1 .container .x-left .x-ri a:last-child {
  margin-right: 0;
}
.x-contact1 .container .x-right {
  width: 48.75%;
}
@media (max-width: 991px) {
  .x-contact1 .container .x-right {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-contact1 .container .x-right ul li {
  background-color: #f9f9f8;
  margin-bottom: 2px;
  padding: 0.3rem;
}
@media (max-width: 767px) {
  .x-contact1 .container .x-right ul li {
    padding: 0.4rem;
    margin-bottom: 0.2rem;
  }
}
.x-contact1 .container .x-right ul li.on .x-title .x-img {
  background-color: #cb1d36;
}
.x-contact1 .container .x-right ul li.on .x-title .x-img svg {
  transform: rotate(90deg);
}
.x-contact1 .container .x-right ul li .x-title {
  position: relative;
  cursor: pointer;
}
.x-contact1 .container .x-right ul li .x-title p {
  color: #333333;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .x-contact1 .container .x-right ul li .x-title p {
    padding-right: 30px;
  }
}
.x-contact1 .container .x-right ul li .x-title .x-img {
  width: 20px;
  height: 20px;
  background-color: #999999;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-contact1 .container .x-right ul li .x-title .x-img {
    top: 0;
    transform: translateY(0);
  }
}
.x-contact1 .container .x-right ul li .x-title .x-img svg {
  width: 10px;
  height: 10px;
  transition: 0.3s all;
}
.x-contact1 .container .x-right ul li .x-p {
  margin-top: 0.2rem;
  display: none;
}
.x-contact1 .container .x-right ul li .x-p p {
  margin-top: 0.05rem;
}
.x-contact1 .container .x-right ul li .x-p p:first-child {
  margin-top: 0;
}
.x-contact2 {
  background-color: #f6f6f6;
  padding: 1.3rem 0 1.1rem 0;
}
.x-contact2 .container .x-title2 {
  font-size: 0.48rem;
  color: #040404;
  font-weight: bold;
  text-align: center;
}
.x-contact2 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
@media (max-width: 991px) {
  .x-contact2 .container ul {
    justify-content: space-between;
  }
}
.x-contact2 .container ul li {
  width: 32.06%;
  margin-right: 1.91%;
  margin-bottom: 0.3rem;
}
@media (max-width: 991px) {
  .x-contact2 .container ul li {
    width: 48%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .x-contact2 .container ul li {
    width: 100%;
    margin-bottom: 0.4rem;
  }
}
.x-contact2 .container ul li:hover a::before {
  opacity: 1;
}
.x-contact2 .container ul li:nth-of-type(3n) {
  margin-right: 0;
}
.x-contact2 .container ul li a {
  display: block;
  position: relative;
}
.x-contact2 .container ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s all;
  z-index: 2;
}
.x-contact2 .container ul li a .public-img::before {
  padding-top: 62.37%;
}
.x-contact2 .container ul li a .x-text {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 100%;
  text-align: center;
  padding: 0.1rem;
}
.x-contact2 .container ul li a .x-text .x-title {
  color: #fff;
  font-weight: bold;
}
.x-contact2 .container ul li a .x-text .x-p {
  color: #fff;
  display: none;
}
.x-contact2 .container ul li a .x-text .x-p p {
  margin: 0.15rem 0 0.35rem 0;
}
.x-contact2 .container ul li a .x-text .x-p span .x-img {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: 0.3s all;
  margin-left: 0.1rem;
}
.x-contact2 .container ul li a .x-text .x-p span .x-img svg {
  width: 10px;
  height: 10px;
  transition: 0.3s all;
}
.x-contact2 .container ul li a .x-text .x-p span .x-img svg path {
  fill: #cb1d36;
}
.x-contact3 {
  padding: 1.4rem 0;
}
.x-contact3 .container {
  padding: 0.9rem 1.6rem 0.9rem 1.6rem;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1260px) {
  .x-contact3 .container {
    padding: 0.9rem 1rem 1.4rem 1rem;
  }
}
@media (max-width: 767px) {
  .x-contact3 .container {
    padding: 0.5rem 0.2rem 0.2rem;
  }
}
.x-contact3 .container .x-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.x-contact3 .container .x-form {
  margin-top: 0.25rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .x-contact3 .container .x-form {
    margin-top: 0.5rem;
  }
}
.x-contact3 .container .x-form ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 49%;
}
@media (max-width: 991px) {
  .x-contact3 .container .x-form ul {
    width: 100%;
  }
}
.x-contact3 .container .x-form ul.x-ul2 .x-inp3 i {
  top: 0.3rem;
}
@media (max-width: 767px) {
  .x-contact3 .container .x-form ul.x-ul2 .x-inp3 i {
    top: 0.4rem;
  }
}
.x-contact3 .container .x-form ul li {
  position: relative;
  margin-bottom: 0.2rem;
  background-color: #f6f6f6;
  padding: 0.18rem 0.2rem 0.18rem 0.36rem;
}
@media (max-width: 767px) {
  .x-contact3 .container .x-form ul li {
    padding-left: 0.4rem;
  }
}
.x-contact3 .container .x-form ul li:hover::before {
  width: 100%;
}
.x-contact3 .container .x-form ul li.x-inp {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .x-contact3 .container .x-form ul li.x-inp {
    width: 100%;
  }
}
.x-contact3 .container .x-form ul li.x-inp img {
  width: 1.25rem;
  height: 0.5rem;
  object-fit: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.x-contact3 .container .x-form ul li.x-inp2 {
  width: 100%;
}
@media (max-width: 991px) {
  .x-contact3 .container .x-form ul li.x-inp2 {
    width: 100%;
  }
}
.x-contact3 .container .x-form ul li.x-inp3 {
  width: 100%;
  height: 3rem;
}
@media (max-width: 1580px) {
  .x-contact3 .container .x-form ul li.x-inp3 {
    height: 3.4rem;
  }
}
.x-contact3 .container .x-form ul li.x-but {
  width: 50%;
  border-bottom: none;
}
.x-contact3 .container .x-form ul li.x-yzm {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  border-bottom: none;
}
@media (max-width: 767px) {
  .x-contact3 .container .x-form ul li.x-yzm {
    flex-wrap: wrap;
  }
}
.x-contact3 .container .x-form ul li.x-yzm:hover::before {
  display: none;
}
.x-contact3 .container .x-form ul li.x-yzm .x-le {
  width: 100%;
}
@media (max-width: 767px) {
  .x-contact3 .container .x-form ul li.x-yzm .x-le {
    width: 100%;
  }
}
.x-contact3 .container .x-form ul li.x-yzm .x-le input {
  padding-right: 1.5rem;
}
.x-contact3 .container .x-form ul li i {
  font-style: initial;
  color: #cb1d36;
  position: absolute;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.x-contact3 .container .x-form ul li span {
  color: #999999;
  display: inline-block;
  width: 27%;
}
@media (max-width: 1260px) {
  .x-contact3 .container .x-form ul li span {
    width: 31%;
  }
}
@media (max-width: 767px) {
  .x-contact3 .container .x-form ul li span {
    width: 37.5%;
  }
}
.x-contact3 .container .x-form ul li .x-sel {
  width: 25.39%;
  position: relative;
}
@media (max-width: 1260px) {
  .x-contact3 .container .x-form ul li .x-sel {
    width: 26.39%;
  }
}
.x-contact3 .container .x-form ul li .x-sel::before {
  content: "";
  width: 11px;
  height: 8px;
  background: url('../images/x-contact10.png') no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1580px) {
  .x-contact3 .container .x-form ul li .x-sel::before {
    width: 8px;
  }
}
.x-contact3 .container .x-form ul li .x-sel select {
  width: 100%;
}
.x-contact3 .container .x-form ul li input {
  color: #333333;
  width: 100%;
}
.x-contact3 .container .x-form ul li input::placeholder {
  color: #999999;
}
.x-contact3 .container .x-form ul li textarea {
  width: 100%;
  height: 100%;
}
.x-contact3 .container .x-form button {
  background-color: #cb1d36;
  color: #fff;
  padding: 0.2rem 1rem;
  border-radius: 100px;
  margin-left: 0.2rem;
  margin: 0.2rem auto 0 auto;
}
@media (max-width: 767px) {
  .x-contact3 .container .x-form button {
    margin: 0.4rem auto;
  }
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container {
    padding-bottom: 0.6rem;
  }
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide::before {
    display: none;
  }
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-img {
    height: 7.8rem;
  }
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-img img:nth-of-type(1) {
    display: none;
  }
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-img img:nth-of-type(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-img img:nth-of-type(2) {
    display: block;
  }
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-img video {
    height: 7.8rem;
  }
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-text {
    padding: 0.4rem 0;
    top: 56%;
  }
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
  font-size: 0.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}
@media (max-width: 1580px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
    font-size: 0.64rem;
  }
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
    font-size: 0.54rem;
  }
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title span {
  display: block;
  font-size: 0.6rem;
}
@media (max-width: 1580px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title span {
    font-size: 0.64rem;
  }
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title span {
    font-size: 0.54rem;
  }
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-text .x-p {
  color: #fff;
  margin: 0.25rem 0 0.55rem 0;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-text .x-p br {
    display: none;
  }
}
.x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-text .x-a {
  padding: 1px;
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-wrapper .swiper-slide .x-text .x-a .x-public-a {
    background-color: #d51d1d;
    border: 1px solid #d51d1d;
    opacity: 1;
  }
}
.x-index1 .x-con .swiper-container .swiper-pagination {
  left: 50%;
  bottom: 0.9rem;
  width: 83.33%;
  transform: translateX(-50%);
  text-align: left;
  color: #fff;
}
@media (max-width: 1580px) {
  .x-index1 .x-con .swiper-container .swiper-pagination {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-pagination {
    display: block;
    bottom: 0;
    text-align: center;
  }
}
.x-index1 .x-con .swiper-container .swiper-pagination .swiper-pagination-current {
  font-size: 0.4rem;
}
.x-index1 .x-con .swiper-container .swiper-pagination .swiper-pagination-total {
  font-size: 0.2rem;
}
.x-index1 .x-con .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.4;
  transition: 0.3s all;
  width: 10px;
  height: 10px;
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background: #000;
    opacity: 0.2;
  }
}
.x-index1 .x-con .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 30px;
  border-radius: 100px;
  opacity: 1;
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #d51d1d;
  }
}
.x-index1 .x-con .swiper-container .swiper-button-prev1 {
  position: absolute;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
}
@media (max-width: 991px) {
  .x-index1 .x-con .swiper-container .swiper-button-prev1 {
    display: none;
  }
}
.x-index1 .x-con .swiper-container .swiper-button-prev1 svg {
  width: 16px;
  height: 28px;
  transform: rotate(180deg);
}
.x-index1 .x-con .swiper-container .swiper-button-prev1 svg path {
  fill: #fff;
}
.x-index1 .x-con .swiper-container .swiper-button-next1 {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
}
@media (max-width: 991px) {
  .x-index1 .x-con .swiper-container .swiper-button-next1 {
    display: none;
  }
}
.x-index1 .x-con .swiper-container .swiper-button-next1 svg {
  width: 16px;
  height: 28px;
}
.x-index1 .x-con .swiper-container .swiper-button-next1 svg path {
  fill: #fff;
}
.x-index1 .x-con .swiper-container .x-line {
  position: absolute;
  left: 50%;
  bottom: 0.45rem;
  z-index: 10;
  text-align: center;
  padding-bottom: 0.26rem;
}
@media (max-width: 767px) {
  .x-index1 .x-con .swiper-container .x-line {
    display: none;
  }
}
.x-index1 .x-con .swiper-container .x-line img {
  width: 0.18rem;
  height: 0.33rem;
  object-fit: contain;
}
.x-index1 .x-con .swiper-container .x-line .x-img:nth-of-type(2) svg {
  position: absolute;
  left: 50%;
  top: 60%;
  animation: jump2 1.5s linear 0.6s infinite;
}
.x-index1 .x-con .swiper-container .x-line .x-img svg {
  width: 7px;
  height: 12px;
  transform: translateX(-50%) rotate(90deg);
  position: absolute;
  left: 50%;
  top: 80%;
  animation: jump2 1.5s linear 1.5s infinite;
}
@media (max-width: 1580px) {
  .x-index1 .x-con .swiper-container .x-line .x-img svg {
    width: 6px;
    height: 10px;
  }
}
.x-index1 .x-con .swiper-container .x-line .x-img svg path {
  fill: #fff;
}
@keyframes jump2 {
  0% {
    top: 60%;
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.x-index2 {
  padding: 1.3rem 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-index2 {
    padding: 1.2rem 0 0.8rem 0;
  }
}
.x-index2 .container ul {
  display: flex;
  justify-content: space-between;
  margin-top: 0.55rem;
}
@media (max-width: 767px) {
  .x-index2 .container ul {
    flex-wrap: wrap;
    margin-top: 0.4rem;
  }
}
.x-index2 .container ul li {
  width: 28.81%;
  margin-right: 2px;
  position: relative;
  overflow: hidden;
  height: 5.8rem;
  transition: all 0.5s;
}
@media (max-width: 1580px) {
  .x-index2 .container ul li {
    height: 6.8rem;
  }
}
@media (max-width: 767px) {
  .x-index2 .container ul li {
    width: 100% !important;
    height: 6rem;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.x-index2 .container ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  left: 0;
  top: 0;
}
.x-index2 .container ul li:last-child {
  margin-right: 0;
}
.x-index2 .container ul li.on {
  width: 71.875%;
}
.x-index2 .container ul li.on .x-text {
  left: 0.7rem;
}
@media (max-width: 991px) {
  .x-index2 .container ul li.on .x-text {
    width: 5.6rem;
  }
}
@media (max-width: 767px) {
  .x-index2 .container ul li.on .x-text {
    width: 100%;
    left: 0;
    top: 12%;
  }
}
.x-index2 .container ul li.on .x-text .x-p {
  opacity: 1;
  transform: translateY(0);
}
.x-index2 .container ul li.on .x-text .x-public-a {
  background-color: #d51d1d;
  border: 1px solid #d51d1d;
  opacity: 1;
}
@media (max-width: 767px) {
  .x-index2 .container ul li.on .x-text .x-public-a {
    margin-top: 0.3rem;
  }
}
.x-index2 .container ul li .x-img {
  width: 100%;
  height: 100%;
}
.x-index2 .container ul li .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .x-index2 .container ul li .x-img img:nth-of-type(1) {
    display: none;
  }
}
.x-index2 .container ul li .x-img img:nth-of-type(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-index2 .container ul li .x-img img:nth-of-type(2) {
    display: block;
  }
}
.x-index2 .container ul li .x-text {
  position: absolute;
  top: 0.9rem;
  left: 0.5rem;
  z-index: 5;
  width: 5.6rem;
  transition: 0.5s all;
}
@media (max-width: 1580px) {
  .x-index2 .container ul li .x-text {
    width: 7.6rem;
  }
}
@media (max-width: 991px) {
  .x-index2 .container ul li .x-text {
    width: auto;
  }
}
@media (max-width: 767px) {
  .x-index2 .container ul li .x-text {
    width: 100%;
    left: 0;
    top: 12%;
    padding: 0.4rem;
    padding-top: 0;
  }
}
.x-index2 .container ul li .x-text span {
  color: #fff;
}
.x-index2 .container ul li .x-text .x-title {
  font-size: 0.4rem;
  color: #fff;
}
.x-index2 .container ul li .x-text .x-p {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.1rem;
  line-height: 1.6;
  opacity: 0;
  transition: 0.5s all;
  transform: translateY(0.1rem);
}
@media (max-width: 767px) {
  .x-index2 .container ul li .x-text .x-p {
    opacity: 1;
    margin-top: 0.2rem;
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 8em;
  }
}
.x-index2 .container ul li .x-text .x-public-a {
  margin-top: 1.35rem;
  transition: 0.5s all;
}
@media (max-width: 1580px) {
  .x-index2 .container ul li .x-text .x-public-a {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .x-index2 .container ul li .x-text .x-public-a {
    margin-top: 0.3rem;
    background-color: #d51d1d;
    border: 1px solid #d51d1d;
    opacity: 1;
  }
}
.x-index3 .x-con {
  position: relative;
}
@media (max-width: 767px) {
}
.x-index3 .x-con .abtbox2_nav .x-top .x-text.on {
  display: block;
}
.x-index3 .x-con .abtbox2_nav .x-top .x-text.on .x-img img {
  -webkit-animation-name: scale1;
  animation-name: scale1;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.x-index3 .x-con .abtbox2_nav .x-top .x-text.on .x-txt {
  opacity: 1;
}
.x-index3 .x-con .abtbox2_nav .x-top .x-text .x-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-index3 .x-con .abtbox2_nav .x-top .x-text .x-img {
    height: 6rem;
  }
}
.x-index3 .x-con .abtbox2_nav .x-top .x-text .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .x-index3 .x-con .abtbox2_nav .x-top .x-text .x-img img:nth-of-type(1) {
    display: none;
  }
}
.x-index3 .x-con .abtbox2_nav .x-top .x-text .x-img img:nth-of-type(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-index3 .x-con .abtbox2_nav .x-top .x-text .x-img img:nth-of-type(2) {
    display: block;
  }
}
.x-index3 .x-con .abtbox2_nav .x-top .x-text .x-txt {
  position: absolute;
  top: 2rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.x-index3 .x-con .abtbox2_nav .x-top .x-text .x-txt.x-m-txt {
  display: none;
}
@media (max-width: 767px) {
  .x-index3 .x-con .abtbox2_nav .x-top .x-text .x-txt.x-m-txt {
    display: block;
    z-index: 10;
    top: 0;
    background-color: #fff;
    position: initial;
    padding-bottom: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con .abtbox2_nav .x-top .x-text .x-txt {
    padding: 0 0.4rem;
    display: none;
  }
}
.x-index3 .x-con .abtbox2_nav .x-top .x-text .x-txt .x-title {
  font-size: 0.48rem;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .x-index3 .x-con .abtbox2_nav .x-top .x-text .x-txt .x-title {
    font-size: 0.54rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con .abtbox2_nav .x-top .x-text .x-txt .x-title {
    font-size: 0.38rem;
    color: #333;
  }
}
.x-index3 .x-con .abtbox2_nav .x-top .x-text .x-txt .x-p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin: 0.15rem 0 0.55rem 0;
}
@media (max-width: 767px) {
  .x-index3 .x-con .abtbox2_nav .x-top .x-text .x-txt .x-p {
    color: #333;
  }
  .x-index3 .x-con .abtbox2_nav .x-top .x-text .x-txt .x-p p br {
    display: none;
  }
}
.x-index3 .x-con .abtbox2_nav .x-top .x-text .x-txt .x-public-a {
  background-color: #d51d1d;
  border: 1px solid #d51d1d;
}
.x-index3 .x-con .abtbox2_cont {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1.6rem;
}
.x-index3 .x-con .abtbox2_cont.on::after {
  animation: width1 5s linear 1;
}
@media (max-width: 1260px) {
  .x-index3 .x-con .abtbox2_cont.on::after {
    animation: width2 5s linear 1;
  }
}
@media (max-width: 991px) {
  .x-index3 .x-con .abtbox2_cont.on::after {
    animation: width3 5s linear 1;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con .abtbox2_cont.on::after {
    animation: width4 5s linear 1;
  }
}
.x-index3 .x-con .abtbox2_cont::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  font-style: initial;
  width: 0;
  height: 2px;
  position: absolute;
  left: 40.3%;
  top: 0.6rem;
}
@media (max-width: 767px) {
  .x-index3 .x-con .abtbox2_cont::after {
    top: 0.35rem;
  }
}
.x-index3 .x-con .abtbox2_cont::before {
  content: "";
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  font-style: initial;
  width: 3.7rem;
  height: 2px;
  position: absolute;
  left: 40.3%;
  top: 0.6rem;
}
@media (max-width: 1260px) {
  .x-index3 .x-con .abtbox2_cont::before {
    width: 2.7rem;
  }
}
@media (max-width: 991px) {
  .x-index3 .x-con .abtbox2_cont::before {
    width: 1.7rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con .abtbox2_cont::before {
    width: 1.2rem;
    top: 0.35rem;
  }
}
.x-index3 .x-con .abtbox2_cont .swiper-wrapper {
  justify-content: space-between;
}
.x-index3 .x-con .abtbox2_cont .swiper-wrapper .swiper-slide {
  display: flex;
  width: 38.54%;
  text-align: right;
  position: relative;
}
.x-index3 .x-con .abtbox2_cont .swiper-wrapper .swiper-slide:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  font-style: initial;
  width: 3.7rem;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0.6rem;
}
@media (max-width: 1260px) {
  .x-index3 .x-con .abtbox2_cont .swiper-wrapper .swiper-slide:nth-of-type(1)::before {
    width: 2.7rem;
  }
}
@media (max-width: 991px) {
  .x-index3 .x-con .abtbox2_cont .swiper-wrapper .swiper-slide:nth-of-type(1)::before {
    width: 1rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con .abtbox2_cont .swiper-wrapper .swiper-slide:nth-of-type(1)::before {
    top: 0.35rem;
  }
}
.x-index3 .x-con .abtbox2_cont .swiper-wrapper .swiper-slide:nth-of-type(1) span {
  width: 100%;
  text-align: right;
}
.x-index3 .x-con .abtbox2_cont .swiper-wrapper .swiper-slide:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  font-style: initial;
  width: 3.7rem;
  height: 2px;
  position: absolute;
  right: 0;
  top: 0.6rem;
}
@media (max-width: 1260px) {
  .x-index3 .x-con .abtbox2_cont .swiper-wrapper .swiper-slide:nth-of-type(2)::before {
    width: 2.7rem;
  }
}
@media (max-width: 991px) {
  .x-index3 .x-con .abtbox2_cont .swiper-wrapper .swiper-slide:nth-of-type(2)::before {
    width: 1rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con .abtbox2_cont .swiper-wrapper .swiper-slide:nth-of-type(2)::before {
    top: 0.35rem;
  }
}
.x-index3 .x-con .abtbox2_cont .swiper-wrapper .swiper-slide.on span {
  opacity: 1;
}
@media (max-width: 1580px) {
  .x-index3 .x-con .abtbox2_cont .swiper-wrapper .swiper-slide i {
    width: 5.2rem;
  }
}
@media (max-width: 767px) {
  .x-index3 .x-con .abtbox2_cont .swiper-wrapper .swiper-slide i {
    margin-top: 0.3rem;
    width: 1rem;
  }
}
.x-index3 .x-con .abtbox2_cont .swiper-wrapper .swiper-slide span {
  font-size: 1.4rem;
  color: #fff;
  line-height: 0.8;
  opacity: 0.2;
  transition: 0.3s all;
  font-weight: bold;
}
@media (max-width: 767px) {
  .x-index3 .x-con .abtbox2_cont .swiper-wrapper .swiper-slide span {
    font-size: 0.8rem;
  }
}
@keyframes scale1 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@keyframes width1 {
  0% {
    width: 0;
  }
  100% {
    width: 3.7rem;
  }
}
@keyframes width2 {
  0% {
    width: 0;
  }
  100% {
    width: 2.7rem;
  }
}
@keyframes width3 {
  0% {
    width: 0;
  }
  100% {
    width: 1.7rem;
  }
}
@keyframes width4 {
  0% {
    width: 0;
  }
  100% {
    width: 1.2rem;
  }
}
.x-index4 {
  padding: 1.3rem 0;
}
@media (max-width: 767px) {
  .x-index4 {
    padding: 0.8rem 0 1.2rem 0;
  }
}
.x-index4 .x-con {
  margin: 0 0.3rem;
}
.x-index4 .x-con ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.x-index4 .x-con ul li {
  width: 49.19%;
  background-color: #ebebec;
  margin-bottom: 0.3rem;
  padding-top: 0.9rem;
}
@media (max-width: 767px) {
  .x-index4 .x-con ul li {
    width: 100%;
  }
}
.x-index4 .x-con ul li:nth-of-type(n+5) {
  display: none;
}
.x-index4 .x-con ul li:hover a span {
  color: #d51d1d;
}
.x-index4 .x-con ul li:hover a span svg path {
  fill: #d51d1d;
}
.x-index4 .x-con ul li:hover a .public-img img {
  transform: scale(1.05);
}
.x-index4 .x-con ul li a {
  display: block;
  text-align: center;
}
.x-index4 .x-con ul li a .x-title {
  font-size: 0.36rem;
  color: #000000;
}
.x-index4 .x-con ul li a .x-p {
  color: #333333;
  margin: 0.1rem 0 0.3rem 0;
}
.x-index4 .x-con ul li a span {
  color: #000000;
  transition: 0.3s all;
}
.x-index4 .x-con ul li a span svg {
  width: 7px;
  height: 12px;
  margin-left: 0.1rem;
}
.x-index4 .x-con ul li a span svg path {
  fill: #000;
  transition: 0.3s all;
}
.x-index4 .x-con ul li a .public-img::before {
  padding-top: 50.27%;
}
.x-index4 .x-con .x-a {
  text-align: center;
  margin-top: 0.3rem;
}
.x-index4 .x-con .x-a.on .x-public-a span:nth-of-type(1) {
  display: none;
}
.x-index4 .x-con .x-a.on .x-public-a span:nth-of-type(2) {
  display: inline-block;
}
.x-index4 .x-con .x-a.on .x-public-a svg {
  transform: rotate(-90deg);
}
.x-index4 .x-con .x-a .x-public-a {
  background-color: #d51d1d;
  border: 1px solid #d51d1d;
  margin: 0 auto;
}
.x-index4 .x-con .x-a .x-public-a span:nth-of-type(2) {
  display: none;
}
.x-index4 .x-con .x-a .x-public-a svg {
  transform: rotate(90deg);
}
.x-index5 .x-con {
  margin: 0 0.3rem;
}
.x-index5 .x-con ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.55rem;
}
.x-index5 .x-con ul li {
  width: 32.25%;
  margin-right: 1.625%;
  position: relative;
}
@media (max-width: 767px) {
  .x-index5 .x-con ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.x-index5 .x-con ul li:hover a::before {
  opacity: 1;
}
.x-index5 .x-con ul li:hover a .x-text {
  top: 1rem;
}
.x-index5 .x-con ul li:hover a .x-text span {
  opacity: 1;
}
.x-index5 .x-con ul li:nth-of-type(3n) {
  margin-right: 0;
}
.x-index5 .x-con ul li a {
  display: block;
  position: relative;
  z-index: 4;
}
.x-index5 .x-con ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url('../images/x-index14.png') no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s all;
  z-index: 2;
}
@media (max-width: 767px) {
  .x-index5 .x-con ul li a::before {
    opacity: 1;
  }
}
.x-index5 .x-con ul li a .public-img::before {
  padding-top: 111.6%;
}
.x-index5 .x-con ul li a .x-text {
  position: absolute;
  width: 100%;
  top: 0.5rem;
  left: 0;
  z-index: 5;
  text-align: center;
  transition: 0.3s all;
  padding: 0 0.2rem;
}
@media (max-width: 767px) {
  .x-index5 .x-con ul li a .x-text {
    top: 1rem;
  }
}
.x-index5 .x-con ul li a .x-text .x-title {
  color: #fff;
}
.x-index5 .x-con ul li a .x-text .x-p {
  color: #fff;
  margin: 0.1rem 0 0.3rem 0;
}
.x-index5 .x-con ul li a .x-text span {
  color: #fff;
  transition: 0.3s all;
  opacity: 0;
}
@media (max-width: 767px) {
  .x-index5 .x-con ul li a .x-text span {
    opacity: 1;
  }
}
.x-index5 .x-con ul li a .x-text span svg {
  width: 7px;
  height: 12px;
  margin-left: 0.1rem;
}
.x-index5 .x-con ul li a .x-text span svg path {
  fill: #fff;
}
.x-index6 {
  padding-top: 0.3rem;
}
@media (max-width: 767px) {
  .x-index6 {
    padding-top: 1rem;
  }
}
.x-index6 .x-con {
  margin: 0 0.3rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1260px) {
  .x-index6 .x-con {
    padding-bottom: 0.4rem;
  }
}
.x-index6 .x-con .x-left {
  width: 38.7%;
  padding: 1.6rem 0 0 1.3rem;
}
@media (max-width: 1260px) {
  .x-index6 .x-con .x-left {
    padding: 1rem 0 0 1rem;
  }
}
@media (max-width: 991px) {
  .x-index6 .x-con .x-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-index6 .x-con .x-left {
    padding: 0.8rem 0.4rem 0.5rem 0.4rem;
  }
}
.x-index6 .x-con .x-left .x-public-title .x-title {
  text-align: left;
  line-height: 1.2;
}
@media (max-width: 1260px) {
  .x-index6 .x-con .x-left .x-public-title .x-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .x-index6 .x-con .x-left .x-public-title .x-title {
    text-align: center;
  }
}
.x-index6 .x-con .x-left ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-right: 1rem;
  margin-top: 0.7rem;
}
@media (max-width: 767px) {
  .x-index6 .x-con .x-left ul {
    padding-right: 0;
    margin-top: 0.4rem;
  }
}
.x-index6 .x-con .x-left ul li {
  width: 50%;
  margin-bottom: 0.2rem;
}
.x-index6 .x-con .x-left ul li .x-top .x-shuzi {
  font-size: 0.6rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.x-index6 .x-con .x-left ul li .x-top i {
  font-style: initial;
  font-size: 0.6rem;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.x-index6 .x-con .x-left ul li p {
  color: #333;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .x-index6 .x-con .x-left ul li p {
    font-size: 0.24rem;
  }
}
.x-index6 .x-con .x-left .x-a {
  margin-top: 0.45rem;
}
.x-index6 .x-con .x-left .x-a .x-public-a {
  border: 1px solid #333;
  margin-right: 0.3rem;
}
.x-index6 .x-con .x-left .x-a .x-public-a:hover {
  border: 1px solid #d51d1d;
  background-color: #d51d1d;
}
.x-index6 .x-con .x-left .x-a .x-public-a:hover span {
  color: #fff;
}
.x-index6 .x-con .x-left .x-a .x-public-a:hover svg path {
  fill: #fff;
}
.x-index6 .x-con .x-left .x-a .x-public-a span {
  color: #333333;
}
.x-index6 .x-con .x-left .x-a .x-public-a svg path {
  fill: #333333;
}
.x-index6 .x-con .x-right {
  width: 61.3%;
  position: relative;
}
@media (max-width: 991px) {
  .x-index6 .x-con .x-right {
    width: 100%;
  }
}
.x-index6 .x-con .x-right .x-img {
  width: 100%;
}
.x-index6 .x-con .x-right .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index6 .x-con .x-right .x-a1 {
  width: 0;
  height: 0;
  position: absolute;
}
.x-index6 .x-con .x-right .x-a1:hover span {
  color: #d51d1d;
}
.x-index6 .x-con .x-right .x-a1 .x-ab {
  position: absolute;
  left: 50%;
  transition: 0.3s all;
  transform: translateX(-50%);
}
.x-index6 .x-con .x-right .x-a1 .x-ab i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #d51d1d;
  position: relative;
}
@media (max-width: 767px) {
  .x-index6 .x-con .x-right .x-a1 .x-ab i {
    width: 6px;
    height: 6px;
  }
}
.x-index6 .x-con .x-right .x-a1 .x-ab i::before {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #d51d1d;
  border-radius: 100%;
  animation: scalemap 4s linear 0.5s infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(213, 29, 29, 0.8);
}
.x-index6 .x-con .x-right .x-a1 .x-ab i::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #d51d1d;
  border-radius: 100%;
  animation: scalemap 4s linear 2.6s infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(213, 29, 29, 0.8);
}
.x-index6 .x-con .x-right .x-a1 span {
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 30px;
  transition: 0.3s all;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .x-index6 .x-con .x-right .x-a1 span {
    font-size: 0.24rem;
    top: 0.32rem;
  }
}
.x-index6 .x-con .x-right .x-a1.x-aa1 {
  top: 43%;
  left: 63%;
}
.x-index6 .x-con .x-right .x-a1.x-aa1 i::before {
  animation: scalemap2 4s linear 0.5s infinite;
}
.x-index6 .x-con .x-right .x-a1.x-aa1 i::after {
  animation: scalemap2 4s linear 2.6s infinite;
}
.x-index6 .x-con .x-right .x-a1.x-aa1 span {
  color: #d51d1d;
}
.x-index6 .x-con .x-right .x-a1.x-aa2 {
  top: 52%;
  left: 56%;
}
.x-index6 .x-con .x-right .x-a1.x-aa3 {
  top: 52%;
  left: 65.5%;
}
.x-index6 .x-con .x-right .x-a1.x-aa4 {
  top: 63.5%;
  left: 45.5%;
}
.x-index6 .x-con .x-right .x-a1.x-aa4 i::before {
  animation: scalemap2 4s linear 0.5s infinite;
}
.x-index6 .x-con .x-right .x-a1.x-aa4 i::after {
  animation: scalemap2 4s linear 2.6s infinite;
}
.x-index6 .x-con .x-right .x-a1.x-aa4 span {
  color: #d51d1d;
}
.x-index6 .x-con .x-right .x-a1.x-aa5 {
  top: 61.5%;
  left: 69.5%;
}
.x-index6 .x-con .x-right .x-a1.x-aa6 {
  top: 73.5%;
  left: 64.2%;
}
.x-index6 .x-con .x-right .x-a1.x-aa7 {
  top: 80%;
  left: 59.2%;
}
.x-index6 .x-con .x-right .x-a1.x-aa8 {
  top: 78%;
  left: 57.2%;
}
.x-index6 .x-con .x-right .x-a1.x-aa9 {
  top: 77%;
  left: 52.2%;
}
.x-index6 .x-con .x-right .x-a1.x-aa10 {
  top: 35%;
  left: 22.2%;
}
@keyframes scalemap {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
@keyframes scalemap2 {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }
}
.x-index7 {
  padding: 1.4rem 0;
}
.x-index7 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-index7 .container .x-left {
  width: 47.5%;
}
@media (max-width: 991px) {
  .x-index7 .container .x-left {
    width: 100%;
  }
}
.x-index7 .container .x-left .x-public-title .x-title {
  text-align: left;
  line-height: 1;
}
.x-index7 .container .x-left a {
  background-color: #f7f7f7;
  display: block;
  margin-top: 0.4rem;
}
.x-index7 .container .x-left a:hover .public-img img {
  transform: scale(1.1);
}
.x-index7 .container .x-left a .public-img::before {
  padding-top: 47.36%;
}
.x-index7 .container .x-left a .x-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0.3rem 0.3rem 0.4rem;
}
@media (max-width: 1260px) {
  .x-index7 .container .x-left a .x-text {
    flex-wrap: wrap;
  }
}
.x-index7 .container .x-left a .x-text .x-tit {
  width: 70.14%;
}
@media (max-width: 1260px) {
  .x-index7 .container .x-left a .x-text .x-tit {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
.x-index7 .container .x-left a .x-text .x-tit .x-title {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.x-index7 .container .x-left a .x-text .x-tit .x-p {
  color: #333;
  text-align: justify;
  margin: 0.1rem 0 0.3rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
.x-index7 .container .x-left a .x-text .x-tit .x-sp {
  color: #333;
}
.x-index7 .container .x-left a .x-text .x-tit .x-sp span {
  display: inline-block;
  margin-right: 0.1rem;
}
.x-index7 .container .x-left a .x-text .x-public-a {
  background-color: #d51d1d;
  border: 1px solid #d51d1d;
}
.x-index7 .container .x-right {
  width: 47.5%;
}
@media (max-width: 991px) {
  .x-index7 .container .x-right {
    width: 100%;
    margin-top: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-index7 .container .x-right {
    margin-top: 0.8rem;
  }
}
.x-index7 .container .x-right .x-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.x-index7 .container .x-right .x-top .x-public-title .x-title {
  text-align: left;
  line-height: 1;
}
.x-index7 .container .x-right .x-top .x-a a {
  display: inline-block;
  color: #717171;
  transition: 0.3s all;
}
.x-index7 .container .x-right .x-top .x-a a:hover {
  color: #d51d1d;
}
.x-index7 .container .x-right .x-top .x-a a:hover svg path {
  fill: #d51d1d;
}
.x-index7 .container .x-right .x-top .x-a a svg {
  width: 7px;
  height: 12px;
  margin-left: 0.2rem;
}
.x-index7 .container .x-right .x-top .x-a a svg path {
  fill: #717171;
}
.x-index7 .container .x-right .x-xia {
  margin-top: 0.4rem;
}
.x-index7 .container .x-right .x-xia a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}
@media (max-width: 1580px) {
  .x-index7 .container .x-right .x-xia a {
    margin-bottom: 0.74rem;
  }
}
.x-index7 .container .x-right .x-xia a:hover .x-text .x-title {
  color: #d51d1d;
}
.x-index7 .container .x-right .x-xia a:hover .x-text .x-title span {
  background-size: 100% 100%;
}
.x-index7 .container .x-right .x-xia a:hover .public-img img {
  transform: scale(1.1);
}
.x-index7 .container .x-right .x-xia a:last-child {
  margin-bottom: 0;
}
.x-index7 .container .x-right .x-xia a .x-text {
  width: 60.52%;
  border-bottom: 1px solid #e3e3e3;
  margin-top: 0.15rem;
}
@media (max-width: 1260px) {
  .x-index7 .container .x-right .x-xia a .x-text {
    padding-bottom: 0.2rem;
  }
}
@media (max-width: 767px) {
  .x-index7 .container .x-right .x-xia a .x-text {
    width: 100%;
  }
}
.x-index7 .container .x-right .x-xia a .x-text .x-sp {
  color: #666666;
}
.x-index7 .container .x-right .x-xia a .x-text .x-title {
  color: #3a3a3a;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.x-index7 .container .x-right .x-xia a .x-text .x-title span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, #d51d1d 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.5s;
  display: initial;
}
.x-index7 .container .x-right .x-xia a .public-img {
  width: 34.21%;
}
@media (max-width: 767px) {
  .x-index7 .container .x-right .x-xia a .public-img {
    width: 100%;
    order: -1;
  }
}
.x-index7 .container .x-right .x-xia a .public-img::before {
  padding-top: 61.53%;
}
.rtfixed {
  position: fixed;
  z-index: 555;
  top: 50%;
  right: 0.2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
@media (max-width: 767px) {
  .rtfixed {
    top: 88%;
  }
}
.rtfixed .item {
  position: relative;
  width: 0.44rem;
  margin-bottom: 10px;
}
.rtfixed .item:hover .hover1 {
  display: block;
}
@media (max-width: 1580px) {
  .rtfixed .item {
    margin-bottom: 6px;
  }
}
@media (max-width: 1260px) {
  .rtfixed .item {
    width: 36px;
  }
}
@media (max-width: 767px) {
  .rtfixed .item {
    width: 50px;
  }
  .rtfixed .item:first-child {
    display: none;
  }
}
.rtfixed .item:last-child {
  margin-bottom: 0;
}
.rtfixed .item.fz_zi .tit {
  color: #fff;
  background: #d51d1d url(../images/fitxbag1.png) no-repeat center;
  background-size: 120%;
}
.rtfixed .item.fz_zi .tit i img:nth-child(1) {
  display: none;
}
.rtfixed .item.fz_zi .tit i img:nth-child(2) {
  display: block;
}
.rtfixed .item .tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f8f9fa;
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 22px;
  border: solid 2px #ffffff;
  color: #004896;
  font-size: 14px;
  transition: all 0.3s linear;
  line-height: 18px;
  padding: 12px 8px;
}
@media (max-width: 1580px) {
  .rtfixed .item .tit {
    line-height: 14px;
    font-size: 12px;
    padding: 12px 6px;
  }
}
@media (max-width: 767px) {
  .rtfixed .item .tit {
    width: 50px;
    border-radius: 50%;
    height: 50px;
  }
}
.rtfixed .item .tit i {
  display: block;
  height: 18px;
  overflow: hidden;
  margin-bottom: 14px;
}
@media (max-width: 1580px) {
  .rtfixed .item .tit i {
    height: 14px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .rtfixed .item .tit i {
    margin-bottom: 0;
    height: 20px;
  }
}
.rtfixed .item .tit i img,
.rtfixed .item .tit i svg {
  float: left;
  height: 100%;
}
.rtfixed .item .tit i img::nth-child(2),
.rtfixed .item .tit i svg::nth-child(2) {
  display: none;
}
.rtfixed .item .tit i img path,
.rtfixed .item .tit i svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  .rtfixed .item .tit span {
    display: none;
  }
}
.rtfixed .item .hover1 {
  display: none;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 280px;
  padding-right: 0.2rem;
}
.rtfixed .item .hover1 .jut {
  background-color: #fff;
  box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  border: solid 2px #ffffff;
  padding: 0 0.2rem 0.16rem;
}
.rtfixed .item .hover1 .jut .li {
  display: flex;
  align-items: flex-start;
  padding-top: 0.26rem;
  padding-bottom: 0.18rem;
  border-bottom: 1px solid #dddddd;
}
.rtfixed .item .hover1 .jut .li i {
  display: block;
  width: 18px;
  overflow: hidden;
}
@media (max-width: 1580px) {
  .rtfixed .item .hover1 .jut .li i {
    width: 14px;
  }
}
.rtfixed .item .hover1 .jut .li i img,
.rtfixed .item .hover1 .jut .li i svg {
  width: 100%;
  float: left;
}
.rtfixed .item .hover1 .jut .li i img path,
.rtfixed .item .hover1 .jut .li i svg path {
  fill: #d51d1d;
}
.rtfixed .item .hover1 .jut .li .font {
  width: 80%;
  width: calc(100% - 18px);
  padding-left: 0.1rem;
}
@media (max-width: 1580px) {
  .rtfixed .item .hover1 .jut .li .font {
    width: calc(100% - 14px);
  }
}
.rtfixed .item .hover1 .jut .li .font .name {
  font-size: 16px;
  color: #333333;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .rtfixed .item .hover1 .jut .li .font .name {
    font-size: 14px;
  }
}
.rtfixed .item .hover1 .jut .li .font .tel {
  line-height: 0.8;
  font-size: 18px;
  color: #d51d1d;
}
@media (max-width: 1580px) {
  .rtfixed .item .hover1 .jut .li .font .tel {
    font-size: 16px;
  }
}
.rtfixed .item .hover1 .jut .fz_gou {
  align-items: center;
}
.rtfixed .item .hover1 .jut .fz_gou .font {
  display: flex;
  align-items: center;
}
.rtfixed .item .hover1 .jut .fz_gou .font .name {
  margin-bottom: 0;
  margin-right: 10px;
}
.rtfixed .item .hover1 .jut .fz_gou .font .fz_bt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 30px;
  background-color: #d51d1d;
  border-radius: 100px;
  color: #fff;
  transition: all 0.3s linear;
  font-size: 14px;
}
.rtfixed .item .hover1 .jut .fz_gou .font .fz_bt:hover {
  opacity: 0.8;
}
@media (max-width: 1580px) {
  .rtfixed .item .hover1 .jut .fz_gou .font .fz_bt {
    width: 80px;
    height: 26px;
    font-size: 12px;
  }
}
.rtfixed .item .hover1 .jut .but {
  margin-top: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #333333;
}
.rtfixed .item .hover1 .jut .but:hover {
  color: #d51d1d;
}
.rtfixed .item .hover1 .jut .but:hover i {
  transform: translateX(6px);
}
@media (max-width: 1580px) {
  .rtfixed .item .hover1 .jut .but {
    font-size: 12px;
  }
}
.rtfixed .item .hover1 .jut .but i {
  display: block;
  width: 6px;
  overflow: hidden;
  margin-left: 10px;
  transition: all 0.3s linear;
}
.rtfixed .item .hover1 .jut .but i img,
.rtfixed .item .hover1 .jut .but i svg {
  float: left;
  width: 100%;
}
.rtfixed .item .hover1 .jut .but i img path,
.rtfixed .item .hover1 .jut .but i svg path {
  fill: #d51d1d;
}
.rtfixed .top {
  cursor: pointer;
}
.rtfixed .top .tit {
  border-radius: 50%;
  width: 0.44rem;
  height: 0.44rem;
  padding: 0;
}
.rtfixed .top .tit:hover i {
  margin-top: -6px;
}
@media (max-width: 1260px) {
  .rtfixed .top .tit {
    width: 36px;
    height: 36px;
  }
}
@media (max-width: 767px) {
  .rtfixed .top .tit {
    width: 50px;
    height: 50px;
  }
}
.rtfixed .top .tit i {
  height: 12px;
  margin-bottom: 0;
  transition: all 0.3s linear;
  transform: rotate(-90deg);
}
.rtfixed .top .tit i img,
.rtfixed .top .tit i svg {
  height: 100%;
  float: left;
}
.rtfixed .top .tit i img path,
.rtfixed .top .tit i svg path {
  fill: #333;
}
.x-news1 {
  padding: 0.3rem 0 0.4rem 0;
}
.x-news1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.x-news1 .container .x-left {
  width: 67.82%;
}
@media (max-width: 767px) {
  .x-news1 .container .x-left {
    width: 100%;
  }
}
.x-news1 .container .x-left a {
  display: inline-block;
  color: #666666;
  padding: 0.11rem 0.44rem;
  border-radius: 100px;
  margin-right: 0.1rem;
  transition: 0.3s all;
}
.x-news1 .container .x-left a:hover {
  background-color: #d51d1d;
  color: #fff;
}
.x-news1 .container .x-left a.on {
  background-color: #d51d1d;
  color: #fff;
}
.x-news1 .container .x-right {
  width: 32.18%;
}
@media (max-width: 767px) {
  .x-news1 .container .x-right {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.x-news1 .container .x-right .x-form {
  display: flex;
  justify-content: space-between;
  height: 0.64rem;
  background-color: #f9f9f8;
  padding: 0 0.2rem 0 0.3rem;
}
@media (max-width: 767px) {
  .x-news1 .container .x-right .x-form {
    height: 0.8rem;
  }
}
.x-news1 .container .x-right .x-form input {
  color: #333;
  width: 90%;
}
@media (max-width: 1260px) {
  .x-news1 .container .x-right .x-form input {
    width: 84%;
  }
}
.x-news1 .container .x-right .x-form input::placeholder {
  color: #333;
}
.x-news1 .container .x-right .x-form button svg {
  width: 20px;
  height: 20px;
}
.x-news1 .container .x-right .x-form button svg path {
  fill: #cb1d36;
}
.x-news2 {
  padding-bottom: 30px;
}
.x-news2 .container .swiper-container {
  padding-right: 1px;
}
.x-news2 .container .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-news2 .container .swiper-container .swiper-wrapper .swiper-slide:hover .public-img img {
  transform: scale(1.05);
}
.x-news2 .container .swiper-container .swiper-wrapper .swiper-slide:hover .x-right .x-top .x-title {
  color: #d51d1d;
}
.x-news2 .container .swiper-container .swiper-wrapper .swiper-slide .public-img {
  width: 50%;
}
@media (max-width: 991px) {
  .x-news2 .container .swiper-container .swiper-wrapper .swiper-slide .public-img {
    width: 100%;
  }
}
.x-news2 .container .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 57.75%;
}
.x-news2 .container .swiper-container .swiper-wrapper .swiper-slide .x-right {
  width: 50%;
  border: 1px solid #dddddd;
  border-left: none;
  padding: 0.55rem 0.6rem;
}
@media (max-width: 991px) {
  .x-news2 .container .swiper-container .swiper-wrapper .swiper-slide .x-right {
    width: 100%;
    border: 1px solid #dddddd;
  }
}
@media (max-width: 767px) {
  .x-news2 .container .swiper-container .swiper-wrapper .swiper-slide .x-right {
    padding: 0.3rem;
  }
}
.x-news2 .container .swiper-container .swiper-wrapper .swiper-slide .x-right .x-top {
  padding-bottom: 0.64rem;
  border-bottom: 1px solid #ddd;
}
.x-news2 .container .swiper-container .swiper-wrapper .swiper-slide .x-right .x-top .x-title {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.3s all;
}
.x-news2 .container .swiper-container .swiper-wrapper .swiper-slide .x-right .x-top .x-p {
  color: #666666;
  margin: 0.1rem 0 0.6rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
.x-news2 .container .swiper-container .swiper-wrapper .swiper-slide .x-right .x-top .x-public-a {
  background-color: #d51d1d;
  border: 1px solid #d51d1d;
}
.x-news2 .container .swiper-container .swiper-wrapper .swiper-slide .x-right .x-sp {
  color: #999999;
  display: block;
  margin-top: 0.45rem;
}
.x-news2 .container .swiper-container .swiper-pagination {
  text-align: right;
  padding-right: 0.6rem;
}
.x-news2 .container .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #cccccc;
  opacity: 1;
}
.x-news2 .container .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d51d1d;
}
.x-news3 {
  padding-bottom: 1.1rem;
}
@media (max-width: 767px) {
  .x-news3 {
    padding-bottom: 1.2rem;
  }
}
.x-news3 .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.5rem;
}
.x-news3 .container ul li {
  width: 50%;
  border: 1px solid #dddddd;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .x-news3 .container ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-news3 .container ul li {
    margin-bottom: 0.5rem;
  }
}
.x-news3 .container ul li:nth-of-type(2n) {
  border-left: none;
}
@media (max-width: 767px) {
  .x-news3 .container ul li:nth-of-type(2n) {
    border-left: 1px solid #dddddd;
  }
}
.x-news3 .container ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.4rem 0.4rem 0.4rem 0.45rem;
}
@media (max-width: 767px) {
  .x-news3 .container ul li a {
    padding: 0.3rem;
  }
}
.x-news3 .container ul li a:hover .public-img img {
  transform: scale(1.1);
}
.x-news3 .container ul li a:hover .x-text .x-title {
  color: #d51d1d;
}
.x-news3 .container ul li a:hover .x-text .x-title span {
  background-size: 100% 100%;
}
.x-news3 .container ul li a .public-img {
  width: 50.34%;
}
@media (max-width: 767px) {
  .x-news3 .container ul li a .public-img {
    width: 100%;
  }
}
.x-news3 .container ul li a .public-img::before {
  padding-top: 61.66%;
}
.x-news3 .container ul li a .x-text {
  width: 49.66%;
  padding-left: 0.3rem;
}
@media (max-width: 767px) {
  .x-news3 .container ul li a .x-text {
    width: 100%;
    padding: 0.3rem 0 0 0;
  }
}
.x-news3 .container ul li a .x-text .x-title {
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
}
.x-news3 .container ul li a .x-text .x-title span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, #d51d1d 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.5s;
  display: initial;
}
.x-news3 .container ul li a .x-text .x-p {
  color: #999999;
  margin: 0.1rem 0 0.15rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 6em;
}
.x-news3 .container ul li a .x-text .x-sp {
  color: #666666;
}
.x-page1 .container {
  display: flex;
  justify-content: center;
}
.x-page1 .container a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 45px;
  height: 45px;
  border: 1px solid #f1f1f1;
  margin: 0 5px;
  transition: 0.3s all;
  color: #9da0a1;
}
@media (max-width: 767px) {
  .x-page1 .container a {
    display: none;
    width: 0.8rem;
    height: 0.8rem;
  }
}
.x-page1 .container a:hover {
  background-color: #d51d1d;
  color: #fff;
  border: 1px solid #d51d1d;
}
.x-page1 .container a:hover svg path {
  fill: #fff;
}
.x-page1 .container a.on {
  background-color: #d51d1d;
  color: #fff;
  border: 1px solid #d51d1d;
}
.x-page1 .container a.on svg path {
  fill: #fff;
}
.x-page1 .container a svg {
  width: 14px;
  height: 12px;
}
.x-page1 .container a svg path {
  fill: #d51d1d;
}
@media (max-width: 767px) {
  .x-page1 .container a.x-le {
    display: flex;
  }
}
.x-page1 .container a.x-le svg {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .x-page1 .container a.x-ri {
    display: flex;
  }
}
.x-news-info1 {
  padding: 0.2rem 0 1.2rem 0;
}
.x-news-info1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-news-info1 .container .x-left {
  width: 67.5%;
}
@media (max-width: 1260px) {
  .x-news-info1 .container .x-left {
    width: 100%;
  }
}
.x-news-info1 .container .x-left .x-title {
  font-size: 0.48rem;
  font-weight: bold;
}
.x-news-info1 .container .x-left .x-sp {
  margin-top: 0.12rem;
}
.x-news-info1 .container .x-left .x-sp span {
  color: #3a3a3a;
  display: inline-block;
  margin-right: 0.55rem;
}
.x-news-info1 .container .x-left .x-bjq {
  border-top: 1px solid #e2e2e2;
  padding-top: 0.45rem;
  margin-top: 0.2rem;
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-left .x-bjq p {
    font-size: 0.28rem !important;
  }
  .x-news-info1 .container .x-left .x-bjq ul,
  .x-news-info1 .container .x-left .x-bjq ol {
    padding-left: 20px;
  }
  .x-news-info1 .container .x-left .x-bjq ul li,
  .x-news-info1 .container .x-left .x-bjq ol li {
    list-style: auto;
  }
  .x-news-info1 .container .x-left .x-bjq h1,
  .x-news-info1 .container .x-left .x-bjq h2,
  .x-news-info1 .container .x-left .x-bjq h3,
  .x-news-info1 .container .x-left .x-bjq h4,
  .x-news-info1 .container .x-left .x-bjq h5,
  .x-news-info1 .container .x-left .x-bjq h6 {
    font-weight: bold;
  }
}
.x-news-info1 .container .x-left .share {
  padding: 0.75rem 0 0.35rem 0;
  border-bottom: 1px solid #e2e2e2;
}
.x-news-info1 .container .x-left .share.social-share {
  display: flex;
  align-items: center;
}
.x-news-info1 .container .x-left .share.social-share span {
  display: inline-block;
  margin-right: 0.15rem;
}
.x-news-info1 .container .x-left .share.social-share a {
  width: 30px;
  height: 30px;
  background-color: #999999;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.x-news-info1 .container .x-left .share.social-share a::before {
  display: none;
}
.x-news-info1 .container .x-left .share.social-share a:hover {
  background: #cd1e2d;
}
.x-news-info1 .container .x-left .share.social-share a svg {
  width: 18px;
  height: 18px;
}
.x-news-info1 .container .x-left .x-xia {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.3rem;
}
.x-news-info1 .container .x-left .x-xia .x-le {
  width: 80%;
}
@media (max-width: 1260px) {
  .x-news-info1 .container .x-left .x-xia .x-le {
    width: 76%;
  }
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-left .x-xia .x-le {
    width: 100%;
  }
}
.x-news-info1 .container .x-left .x-xia .x-le .x-p {
  display: flex;
}
.x-news-info1 .container .x-left .x-xia .x-le .x-p:first-child {
  margin-bottom: 0.2rem;
}
.x-news-info1 .container .x-left .x-xia .x-le .x-p span {
  color: #666666;
  flex-shrink: 0;
}
.x-news-info1 .container .x-left .x-xia .x-le .x-p a {
  color: #000000;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.3s all;
}
.x-news-info1 .container .x-left .x-xia .x-le .x-p a:hover {
  color: #d51d1d;
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-left .x-xia .x-ri {
    margin-top: 0.2rem;
  }
}
.x-news-info1 .container .x-left .x-xia .x-ri .x-public-a {
  background-color: #d51d1d;
  border: 1px solid #d51d1d;
}
.x-news-info1 .container .x-right {
  width: 25%;
  margin-top: 0.92rem;
}
@media (max-width: 1260px) {
  .x-news-info1 .container .x-right {
    width: 100%;
  }
}
.x-news-info1 .container .x-right .x-p {
  font-weight: bold;
  padding-bottom: 0.1rem;
  border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 767px) {
  .x-news-info1 .container .x-right .x-p {
    font-size: 0.36rem;
  }
}
.x-news-info1 .container .x-right .x-a a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.3rem 0;
  border-bottom: 1px solid #e2e2e2;
}
.x-news-info1 .container .x-right .x-a a:hover .public-img img {
  transform: scale(1.1);
}
.x-news-info1 .container .x-right .x-a a:hover .x-text .x-title {
  color: #d51d1d;
}
.x-news-info1 .container .x-right .x-a a:hover .x-text .x-title span {
  background-size: 100% 100%;
}
.x-news-info1 .container .x-right .x-a a .public-img {
  width: 35%;
}
.x-news-info1 .container .x-right .x-a a .public-img::before {
  padding-top: 62.31%;
}
.x-news-info1 .container .x-right .x-a a .x-text {
  width: 65%;
  padding-left: 0.25rem;
}
.x-news-info1 .container .x-right .x-a a .x-text .x-sp {
  color: #999999;
  font-size: 14px;
}
.x-news-info1 .container .x-right .x-a a .x-text .x-title {
  color: #3a3a3a;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
  transition: 0.3s all;
}
.x-news-info1 .container .x-right .x-a a .x-text .x-title span {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 95%, #d51d1d 0%);
  background-size: 0 100%;
  background-repeat: no-repeat;
  transition: 0.5s;
  display: initial;
}
.x-site-map1 {
  padding: 0.2rem 0 1.4rem 0;
}
.x-site-map1 .container .x-title {
  text-align: center;
  font-weight: bold;
}
.x-site-map1 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0.8rem -1rem -0.9rem;
}
@media (max-width: 1580px) {
  .x-site-map1 .container ul {
    margin: 0.8rem -0.5rem -0.5rem;
  }
}
@media (max-width: 767px) {
  .x-site-map1 .container ul {
    margin: 0.8rem 0 0;
  }
}
.x-site-map1 .container ul li {
  width: 33.33%;
  padding: 0 1rem 0.9rem;
}
@media (max-width: 1580px) {
  .x-site-map1 .container ul li {
    padding: 0 0.5rem 0.5rem;
  }
}
@media (max-width: 1260px) {
  .x-site-map1 .container ul li {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .x-site-map1 .container ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-site-map1 .container ul li {
    padding: 0 0 0.5rem;
  }
}
.x-site-map1 .container ul li .x-title2 {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.15rem;
}
.x-site-map1 .container ul li .x-title2 a {
  color: #333;
  transition: 0.3s all;
}
.x-site-map1 .container ul li .x-title2 a:hover {
  color: #d51d1d;
}
.x-site-map1 .container ul li .x-xia {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-site-map1 .container ul li .x-xia .x-a:nth-of-type(1) {
  padding-right: 1rem;
}
.x-site-map1 .container ul li .x-xia .x-a a {
  color: #666666;
  display: block;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.x-site-map1 .container ul li .x-xia .x-a a:hover {
  color: #d51d1d;
}
.x-site-map1 .container ul li .x-xia .x-a .x-title3 a {
  color: #333;
  margin-top: 0.25rem;
  transition: 0.3s all;
}
.x-site-map1 .container ul li .x-xia .x-a .x-title3 a:hover {
  color: #d51d1d;
}
.x-picture1 {
  padding-bottom: 1.1rem;
}
.x-picture1 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -0.3rem -0.15rem 0.8rem;
}
.x-picture1 .container ul li {
  width: 33.33%;
  padding: 0.3rem 0.15rem 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .x-picture1 .container ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-picture1 .container ul li {
    width: 100%;
    padding-bottom: 0.2rem;
  }
}
.x-picture1 .container ul li .public-img::before {
  padding-top: 54.58%;
}
.x-picture1 .container ul li p {
  background-color: #f8f8f8;
  padding: 0.28rem;
  text-align: center;
}
.x-video-list1 .x-picture1 .container ul li {
  cursor: pointer;
}
.x-video-list1 .x-picture1 .container ul li:hover .public-img img:nth-of-type(1) {
  transform: scale(1.1);
}
.x-video-list1 .x-picture1 .container ul li .public-img img:nth-of-type(2) {
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.x-file1 {
  padding-bottom: 1.1rem;
}
@media (max-width: 767px) {
  .x-file1 .container {
    overflow-x: auto;
  }
}
.x-file1 .container .x-top {
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .x-file1 .container .x-top {
    width: 610px;
  }
}
.x-file1 .container .x-top ul {
  display: flex;
  justify-content: flex-start;
}
.x-file1 .container .x-top ul li {
  width: 12%;
  color: #000;
  padding: 0.18rem 0;
}
@media (max-width: 767px) {
  .x-file1 .container .x-top ul li {
    width: 15%;
  }
}
.x-file1 .container .x-top ul li:nth-of-type(1) {
  width: 43.75%;
}
.x-file1 .container .x-top ul li:nth-of-type(n+2) {
  text-align: center;
}
.x-file1 .container .x-top ul li:last-child {
  width: 8.25%;
}
@media (max-width: 767px) {
  .x-file1 .container .x-top ul li:last-child {
    width: 11.25%;
  }
}
@media (max-width: 767px) {
  .x-file1 .container .x-top ul li:nth-of-type(4) {
    display: none;
  }
}
.x-file1 .container .x-xia {
  background-color: #f8f8f8;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .x-file1 .container .x-xia {
    width: 610px;
  }
}
.x-file1 .container .x-xia ul li {
  padding-bottom: 0.64rem;
}
.x-file1 .container .x-xia ul li a {
  display: flex;
  justify-content: flex-start;
  padding: 0.18rem 0;
  background-color: #fff;
}
.x-file1 .container .x-xia ul li a:hover P:nth-of-type(1) {
  color: #d51d1d;
}
.x-file1 .container .x-xia ul li a:hover P svg path {
  fill: #d51d1d;
}
.x-file1 .container .x-xia ul li a p {
  width: 12%;
  color: #666666;
  background-color: #fff;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-file1 .container .x-xia ul li a p {
    width: 15%;
  }
}
.x-file1 .container .x-xia ul li a p span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.x-file1 .container .x-xia ul li a p:nth-of-type(1) {
  width: 43.75%;
  padding: 0 0.1rem 0 0.45rem;
}
.x-file1 .container .x-xia ul li a p:nth-of-type(n+2) {
  text-align: center;
}
.x-file1 .container .x-xia ul li a p:last-child {
  width: 8.25%;
}
@media (max-width: 767px) {
  .x-file1 .container .x-xia ul li a p:last-child {
    width: 11.25%;
  }
}
@media (max-width: 767px) {
  .x-file1 .container .x-xia ul li a p:nth-of-type(4) {
    display: none;
  }
}
.x-file1 .container .x-xia ul li a p svg {
  width: 30px;
  height: 30px;
}
@media (max-width: 1580px) {
  .x-file1 .container .x-xia ul li a p svg {
    width: 24px;
    height: 24px;
  }
}
.x-file1 .container .x-xia ul li a p svg path {
  fill: #666666;
}
.x-room1 {
  padding: 0.2rem 0 1.8rem 0;
}
@media (max-width: 767px) {
  .x-room1 {
    padding: 0.4rem 0 1.2rem 0;
  }
}
.x-room1 .container .x-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.55rem;
}
.x-room1 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -0.4rem -0.25rem 0;
}
.x-room1 .container ul li {
  width: 50%;
  padding: 0.4rem 0.25rem 0;
}
@media (max-width: 767px) {
  .x-room1 .container ul li {
    width: 100%;
  }
}
.x-room1 .container ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.x-room1 .container ul li a:hover::after {
  opacity: 1;
}
.x-room1 .container ul li a:hover::before {
  opacity: 0;
}
.x-room1 .container ul li a:hover .x-text {
  top: 50%;
  transform: translateY(-50%);
}
.x-room1 .container ul li a:hover .x-text .x-img {
  display: none;
}
.x-room1 .container ul li a:hover .x-text .x-p {
  height: 11.2em;
}
@media (max-width: 1260px) {
  .x-room1 .container ul li a:hover .x-text .x-p {
    height: 8.2em;
  }
}
@media (max-width: 991px) {
  .x-room1 .container ul li a:hover .x-text .x-p {
    height: 8em;
  }
}
@media (max-width: 767px) {
  .x-room1 .container ul li a:hover .x-text .x-p {
    height: 4.8em;
  }
}
.x-room1 .container ul li a:hover .x-text .x-sp {
  bottom: -0.6rem;
}
@media (max-width: 1260px) {
  .x-room1 .container ul li a:hover .x-text .x-sp {
    bottom: -0.4rem;
  }
}
.x-room1 .container ul li a::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(212, 29, 31, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.3s all;
}
.x-room1 .container ul li a::before {
  content: "";
  width: 100%;
  height: 2.21rem;
  background: url('../images/x-room10.png') no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  transition: 0.3s all;
}
.x-room1 .container ul li a .public-img::before {
  padding-top: 61.53%;
}
.x-room1 .container ul li a .x-text {
  position: absolute;
  left: 0;
  top: 72%;
  z-index: 5;
  transition: 0.3s all;
}
@media (max-width: 1260px) {
  .x-room1 .container ul li a .x-text {
    top: 68%;
  }
}
@media (max-width: 991px) {
  .x-room1 .container ul li a .x-text {
    top: 58%;
  }
}
@media (max-width: 767px) {
  .x-room1 .container ul li a .x-text {
    top: 64%;
  }
}
.x-room1 .container ul li a .x-text .x-title2 {
  font-weight: bold;
  text-align: center;
  color: #ffffff;
}
.x-room1 .container ul li a .x-text .x-img {
  width: 40px;
  height: 40px;
  border: 0.02rem solid #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0.1rem auto 0;
}
@media (max-width: 1580px) {
  .x-room1 .container ul li a .x-text .x-img {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .x-room1 .container ul li a .x-text .x-img {
    width: 26px;
    height: 26px;
  }
}
.x-room1 .container ul li a .x-text .x-img svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .x-room1 .container ul li a .x-text .x-img svg {
    width: 12px;
    height: 12px;
  }
}
.x-room1 .container ul li a .x-text .x-img svg path {
  fill: #fff;
}
.x-room1 .container ul li a .x-text .x-p {
  color: #fff;
  height: 0;
  line-height: 1.6;
  margin-top: 0.25rem;
  padding: 0 0.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
@media (max-width: 1260px) {
  .x-room1 .container ul li a .x-text .x-p {
    -webkit-line-clamp: 5;
  }
}
@media (max-width: 991px) {
  .x-room1 .container ul li a .x-text .x-p {
    -webkit-line-clamp: 5;
    padding: 0 0.4rem;
    margin: 0.1rem 0;
  }
}
@media (max-width: 767px) {
  .x-room1 .container ul li a .x-text .x-p {
    -webkit-line-clamp: 3;
  }
}
.x-room1 .container ul li a .x-text .x-sp {
  text-align: center;
  position: absolute;
  bottom: -100%;
  width: 100%;
}
@media (max-width: 991px) {
  .x-room1 .container ul li a .x-text .x-sp {
    display: none;
  }
}
@media (max-width: 767px) {
  .x-room1 .container ul li a .x-text .x-sp {
    display: block;
  }
}
.x-room1 .container ul li a .x-text .x-sp span {
  color: #fff;
  font-weight: bold;
}
.x-room1 .container ul li a .x-text .x-sp .x-img {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-left: 0.1rem;
}
.x-room1 .container ul li a .x-text .x-sp .x-img svg {
  width: 10px;
  height: 10px;
}
.x-room1 .container ul li a .x-text .x-sp .x-img svg path {
  fill: #cb1d36;
}
.x-room-info1 {
  padding: 0.4rem 0 1.4rem 0;
}
.x-room-info1 .container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f8f8f8;
}
.x-room-info1 .container .x-left {
  width: 50%;
}
@media (max-width: 767px) {
  .x-room-info1 .container .x-left {
    width: 100%;
  }
}
.x-room-info1 .container .x-left .public-img::before {
  padding-top: 72.5%;
}
.x-room-info1 .container .x-right {
  width: 50%;
  padding: 0 0.9rem 0 1rem;
}
@media (max-width: 991px) {
  .x-room-info1 .container .x-right {
    padding: 0 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-room-info1 .container .x-right {
    width: 100%;
    padding: 0.4rem;
  }
}
.x-room-info1 .container .x-right .x-title {
  font-weight: bold;
  color: #000;
  margin-bottom: 0.15rem;
}
.x-room-info1 .container .x-right .x-p {
  color: #666666;
  line-height: 1.7;
  overflow-y: auto;
  height: 2.5rem;
  padding-right: 0.1rem;
}
@media (max-width: 1580px) {
  .x-room-info1 .container .x-right .x-p {
    height: 3rem;
  }
}
@media (max-width: 991px) {
  .x-room-info1 .container .x-right .x-p {
    height: 2rem;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .x-room-info1 .container .x-right .x-p {
    height: auto;
  }
}
.x-room-info1 .container .x-right .x-p::-webkit-scrollbar {
  width: 3px;
}
.x-room-info1 .container .x-right .x-p::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-room-info1 .container .x-right .x-p::-webkit-scrollbar-thumb {
  background: #d51d1d;
  border-radius: 25px;
}
.x-room-info1 .container .x-right .x-p::-webkit-scrollbar-corner {
  background: #d51d1d;
}
.x-room-info2 .container .x-title {
  font-size: 0.36rem;
  text-align: center;
  font-weight: bold;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 767px) {
  .x-room-info2 .container .x-title {
    font-size: 0.48rem;
  }
}
.x-room-info2 .container .x-bjq {
  padding: 0.35rem 2rem 1.35rem 2rem;
}
@media (max-width: 1580px) {
  .x-room-info2 .container .x-bjq {
    padding: 0.35rem 1rem 1.35rem 1rem;
  }
}
@media (max-width: 767px) {
  .x-room-info2 .container .x-bjq {
    padding: 0.3rem 0 1.2rem 0;
  }
  .x-room-info2 .container .x-bjq p {
    font-size: 0.28rem !important;
    line-height: 1.6 !important;
  }
}
.x-brand1 {
  padding: 0.3rem 0 1.4rem 0;
}
.x-brand1 .container {
  position: relative;
}
.x-brand1 .container .public-img::before {
  padding-top: 45%;
}
@media (max-width: 767px) {
  .x-brand1 .container .public-img::before {
    padding-top: 70%;
  }
}
.x-brand1 .container .x-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  text-align: center;
  width: 100%;
  padding: 0 0.1rem;
}
.x-brand1 .container .x-text img {
  width: 1.1rem;
  height: 1.1rem;
  object-fit: contain;
}
.x-brand1 .container .x-text .x-title {
  font-weight: bold;
  color: #fff;
  margin-top: 0.25rem;
}
@media (max-width: 767px) {
  .x-brand1 .container .x-text .x-title {
    font-size: 0.38rem;
  }
}
.x-brand2 {
  padding: 1.3rem 0 1.4rem 0;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .x-brand2 {
    padding: 1.2rem 0 0.8rem 0;
  }
}
.x-brand2 .container .x-title {
  text-align: center;
  font-weight: bold;
}
.x-brand2 .container ul {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 0.55rem;
}
@media (max-width: 767px) {
  .x-brand2 .container ul {
    flex-wrap: wrap;
  }
}
.x-brand2 .container ul li {
  width: 50%;
  height: 5.8rem;
  margin-right: 2px;
  transition: 0.5s all;
  position: relative;
}
.x-brand2 .container ul li::before {
  content: "";
  width: 100%;
  height: 3.3rem;
  background: url("../images/x-ser17.png") no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  transition: 0.5s all;
}
@media (max-width: 767px) {
  .x-brand2 .container ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.x-brand2 .container ul li.on {
  width: 8rem;
  flex-shrink: 0;
}
.x-brand2 .container ul li.on::before {
  opacity: 1;
}
@media (max-width: 991px) {
  .x-brand2 .container ul li.on {
    width: 7rem;
  }
}
@media (max-width: 767px) {
  .x-brand2 .container ul li.on {
    width: 100%;
  }
}
.x-brand2 .container ul li.on .x-text .x-p {
  width: 6.6rem;
  margin-top: 0.05rem;
  height: auto;
}
@media (max-width: 767px) {
  .x-brand2 .container ul li.on .x-text .x-p {
    width: auto;
    margin-top: 0.15rem;
  }
}
.x-brand2 .container ul li .x-img {
  width: 100%;
  height: 100%;
}
.x-brand2 .container ul li .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-brand2 .container ul li .x-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0 0.35rem 0.4rem;
  z-index: 4;
}
@media (max-width: 767px) {
  .x-brand2 .container ul li .x-text {
    padding: 0.4rem;
  }
}
.x-brand2 .container ul li .x-text .x-title2 {
  font-weight: bold;
  color: #fff;
}
.x-brand2 .container ul li .x-text .x-p {
  color: #fff;
  width: auto;
  height: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .x-brand2 .container ul li .x-text .x-p {
    margin-top: 0.15rem;
    height: auto;
  }
}
.x-brand3 .x-con {
  position: relative;
}
.x-brand3 .x-con .public-img::before {
  padding-top: 50%;
}
@media (max-width: 767px) {
  .x-brand3 .x-con .public-img::before {
    padding-top: 90%;
  }
}
.x-brand3 .x-con .x-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.x-brand3 .x-con .x-text .x-title {
  color: #fff;
  font-weight: bold;
}
.x-brand3 .x-con .x-text .x-p {
  color: #fff;
  line-height: 1.6;
  margin-top: 0.2rem;
}
@media (max-width: 991px) {
  .x-brand3 .x-con .x-text .x-p p br {
    display: none;
  }
}
.x-case-list1 {
  padding-top: 0.3rem;
}
.x-case-list1 .x-con ul li:nth-of-type(2n) {
  background-color: #f5f5f5;
}
.x-case-list1 .x-con ul li:nth-of-type(n+2) {
  padding-top: 1.3rem;
}
@media (max-width: 767px) {
  .x-case-list1 .x-con ul li:nth-of-type(n+2) {
    padding-top: 1.2rem;
  }
}
.x-case-list1 .x-con ul li .x-top .x-title {
  text-align: center;
  font-weight: bold;
}
.x-case-list1 .x-con ul li .x-top .x-p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-case-list1 .x-con ul li .x-top .x-p p {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  color: #666666;
  display: inline-flex;
  margin-top: 0.1rem;
  line-height: 1;
  align-items: center;
}
.x-case-list1 .x-con ul li .x-top .x-p span {
  display: inline-flex;
  background-color: #d51d1d;
  border-radius: 0.05rem;
  color: #fff;
  padding: 0.04rem 0.14rem;
  margin-right: 0.15rem;
  line-height: 1;
  position: relative;
}
.x-case-list1 .x-con ul li .x-top .x-p span::before {
  content: "";
  border: 7px solid transparent;
  border-left: 7px solid #d51d1d;
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1580px) {
  .x-case-list1 .x-con ul li .x-top .x-p span::before {
    border: 5px solid transparent;
    border-left: 5px solid #d51d1d;
    right: -10px;
  }
}
.x-case-list1 .x-con ul li .x-top .x-p span i {
  font-style: initial;
  position: relative;
  top: -3px;
}
@media (max-width: 767px) {
  .x-case-list1 .x-con ul li .x-top .x-p span i {
    top: -2px;
  }
}
.x-case-list1 .x-con ul li .x-xia {
  margin-top: 0.6rem;
}
.x-case-list1 .x-con ul li .x-xia .str4 {
  height: 4.8rem;
}
.x-case-list1 .x-con ul li .x-xia .str4:nth-of-type(1) {
  margin-bottom: 0.4rem;
}
.x-case-list1 .x-con ul li .x-xia .str4 a {
  display: inline-block;
  position: relative;
  margin-right: 0.4rem;
  height: 100%;
}
.x-case-list1 .x-con ul li .x-xia .str4 a:hover::before {
  opacity: 1;
}
.x-case-list1 .x-con ul li .x-xia .str4 a:hover .x-text {
  opacity: 1;
}
.x-case-list1 .x-con ul li .x-xia .str4 a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(213, 29, 29, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s all;
  z-index: 3;
}
.x-case-list1 .x-con ul li .x-xia .str4 a img {
  width: 7.8rem;
  height: 4.8rem;
  object-fit: cover;
}
.x-case-list1 .x-con ul li .x-xia .str4 a .x-text {
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 0.1rem;
  z-index: 5;
  transition: 0.3s all;
  opacity: 0;
}
.x-case-list1 .x-con ul li .x-xia .str4 a .x-text .x-title2 {
  color: #fff;
}
.x-case-list1 .x-con ul li .x-xia .str4 a .x-text .x-sp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.2rem;
}
.x-case-list1 .x-con ul li .x-xia .str4 a .x-text .x-sp span {
  color: #fff;
  font-weight: bold;
}
.x-case-list1 .x-con ul li .x-xia .str4 a .x-text .x-sp .x-img {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-left: 0.1rem;
}
.x-case-list1 .x-con ul li .x-xia .str4 a .x-text .x-sp .x-img svg {
  width: 10px;
  height: 10px;
}
.x-case-list1 .x-con ul li .x-xia .str4 a .x-text .x-sp .x-img svg path {
  fill: #cb1d36;
}
.x-case-list1 .x-con ul li .x-ck {
  text-align: center;
  padding: 0.55rem 0;
  color: #666666;
}
/*Plugin CSS*/
.str_wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
}
.x-ser1 {
  padding: 0.3rem 0 1.4rem 0;
}
.x-ser1 .container .x-public-title {
  margin-bottom: 0.65rem;
}
.x-ser1 .container .x-public-title .x-p {
  color: #656565;
  text-align: center;
  margin-top: 0.1rem;
}
.x-ser1 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -0.25rem -0.25rem 0;
}
.x-ser1 .container ul li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 25%;
  padding: 0.25rem 0.25rem 0;
  height: 3.6rem;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .x-ser1 .container ul li {
    width: 100%;
  }
}
.x-ser1 .container ul li:hover .x-text .x-img img:nth-of-type(1) {
  opacity: 0;
}
.x-ser1 .container ul li:hover .x-text .x-img img:nth-of-type(2) {
  opacity: 1;
}
.x-ser1 .container ul li:hover .x-text p {
  color: #fff;
}
.x-ser1 .container ul li .x-text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 5;
}
.x-ser1 .container ul li .x-text .x-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.x-ser1 .container ul li .x-text .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all;
}
.x-ser1 .container ul li .x-text .x-img img:nth-of-type(2) {
  opacity: 0;
}
.x-ser1 .container ul li .x-text p {
  font-weight: bold;
  text-align: center;
  padding: 0 0.1rem;
  font-size: 0.36rem;
  color: #000;
  position: relative;
  z-index: 5;
  transition: 0.3s all;
}
.x-ser2 {
  background-color: #fff;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 555;
}
@media (max-width: 767px) {
  .x-ser2 {
    position: initial;
  }
}
.x-ser2 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-ser2 .container ul li {
  width: 25%;
  border: 1px solid #eeeeee;
  border-right: 1px solid transparent;
  text-align: center;
}
.x-ser2 .container ul li:nth-of-type(3n) {
  border-right: 1px solid #eeeeee;
}
.x-ser2 .container ul li.on a {
  color: #fff;
}
.x-ser2 .container ul li.on a::before {
  width: 100%;
  opacity: 1;
}
.x-ser2 .container ul li a {
  color: #666666;
  display: block;
  padding: 0.25rem 0;
  transition: 0.3s all;
  position: relative;
}
.x-ser2 .container ul li a:hover {
  color: #fff;
}
.x-ser2 .container ul li a:hover::before {
  width: 100%;
  opacity: 1;
}
.x-ser2 .container ul li a::before {
  content: "";
  width: 0%;
  height: 100%;
  background-color: #d51d1d;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s all;
  opacity: 0;
  z-index: 1;
}
.x-ser2 .container ul li a span {
  position: relative;
  z-index: 3;
}
.x-ser3 {
  background-color: #f5f5f5;
  padding: 1.6rem 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-ser3 {
    padding: 1.2rem 0;
  }
}
.x-ser3 .container ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
}
.x-ser3 .container ul li:nth-of-type(n+2) {
  margin-top: 0.4rem;
}
.x-ser3 .container ul li:nth-of-type(2n) .public-img {
  order: -1;
}
.x-ser3 .container ul li .x-text {
  width: 50%;
  padding: 0 0.95rem;
}
@media (max-width: 1260px) {
  .x-ser3 .container ul li .x-text {
    padding: 0 0.5rem;
  }
}
@media (max-width: 991px) {
  .x-ser3 .container ul li .x-text {
    width: 100%;
    padding: 0.4rem;
  }
}
.x-ser3 .container ul li .x-text .x-title {
  color: #000;
  font-size: 0.36rem;
  font-weight: bold;
}
.x-ser3 .container ul li .x-text .x-p {
  color: #666666;
  margin-top: 0.2rem;
}
.x-ser3 .container ul li .public-img {
  width: 50%;
}
@media (max-width: 991px) {
  .x-ser3 .container ul li .public-img {
    width: 100%;
    order: -1;
  }
}
.x-ser3 .container ul li .public-img::before {
  padding-top: 72.5%;
}
.x-ser4 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 1.3rem;
}
@media (max-width: 767px) {
  .x-ser4 {
    padding: 1.2rem 0 2rem 0;
    display: none;
  }
}
.x-ser4 .container .x-public-title .x-title {
  color: #fff;
}
.x-ser4 .container .x-public-title .x-p {
  color: #fff;
  text-align: center;
  margin-top: 0.2rem;
}
@media (max-width: 1580px) {
  .x-ser4 .container .x-public-title .x-p p br {
    display: none;
  }
}
.x-ser4 .container .x-xia {
  margin-top: 0.55rem;
  position: relative;
}
.x-ser4 .container .x-xia .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .x-ser4 .container .x-xia .x-img img.x-pc {
    display: none;
  }
}
.x-ser4 .container .x-xia .x-img img.x-m-yd {
  display: none;
}
@media (max-width: 767px) {
  .x-ser4 .container .x-xia .x-img img.x-m-yd {
    display: block;
  }
}
.x-ser4 .container .x-xia .x-a1 {
  width: 0;
  height: 0;
}
.x-ser4 .container .x-xia .x-a1 .x-ab {
  width: 50px;
}
.x-ser4 .container .x-xia .x-a1 .x-ab .x-zb {
  display: flex;
  height: 0.26rem;
}
.x-ser4 .container .x-xia .x-a1 .x-ab .x-zb .x-zb-img {
  margin-right: 0.04rem;
  position: relative;
}
.x-ser4 .container .x-xia .x-a1 .x-ab .x-zb svg {
  width: 0.26rem;
  height: 0.26rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .x-ser4 .container .x-xia .x-a1 .x-ab .x-zb svg {
    width: 0.2rem;
    height: 0.2rem;
  }
}
.x-ser4 .container .x-xia .x-a1 .x-ab .x-zb svg path {
  fill: #d51d1d;
}
.x-ser4 .container .x-xia .x-a1 .x-ab span {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .x-ser4 .container .x-xia .x-a1 .x-ab span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .x-ser4 .container .x-xia .x-a1 .x-ab span {
    font-size: 0.24rem;
    color: #fff;
    position: relative;
    z-index: 10;
  }
}
.x-ser4 .container .x-xia .x-a1.x-aa1 .x-ab .x-zb .x-zb-img::before,
.x-ser4 .container .x-xia .x-a1.x-aa2 .x-ab .x-zb .x-zb-img::before {
  content: "";
  width: 3.6rem;
  height: 3.6rem;
  border: 1px solid #d51d1d;
  border-radius: 100%;
  animation: scalemap 4s linear 0.5s infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(213, 29, 29, 0.8);
}
@media (max-width: 767px) {
  .x-ser4 .container .x-xia .x-a1.x-aa1 .x-ab .x-zb .x-zb-img::before,
  .x-ser4 .container .x-xia .x-a1.x-aa2 .x-ab .x-zb .x-zb-img::before {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.x-ser4 .container .x-xia .x-a1.x-aa1 .x-ab .x-zb .x-zb-img::after,
.x-ser4 .container .x-xia .x-a1.x-aa2 .x-ab .x-zb .x-zb-img::after {
  animation: scalemap2 4s linear 2.6s infinite;
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid #d51d1d;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(213, 29, 29, 0.8);
}
@media (max-width: 767px) {
  .x-ser4 .container .x-xia .x-a1.x-aa1 .x-ab .x-zb .x-zb-img::after,
  .x-ser4 .container .x-xia .x-a1.x-aa2 .x-ab .x-zb .x-zb-img::after {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.x-ser4 .container .x-xia .x-a1.x-aa1 {
  position: absolute;
  top: 25.49%;
  left: 63.5%;
}
@media (max-width: 767px) {
  .x-ser4 .container .x-xia .x-a1.x-aa1 {
    top: 24.49%;
    left: 70.5%;
  }
}
.x-ser4 .container .x-xia .x-a1.x-aa2 {
  position: absolute;
  top: 40%;
  left: 50%;
}
.x-ser4 .container .x-xia .x-a1.x-aa2 .x-ab .x-zb .x-zb-img::before {
  width: 1rem;
  height: 1rem;
}
.x-ser4 .container .x-xia .x-a1.x-aa2 .x-ab .x-zb .x-zb-img::after {
  width: 0.8rem;
  height: 0.8rem;
}
.x-ser4 .container .x-xia .x-a1.x-aa3 {
  position: absolute;
  top: 29%;
  left: 57.5%;
}
@media (max-width: 767px) {
  .x-ser4 .container .x-xia .x-a1.x-aa3 {
    top: 34%;
    left: 64.5%;
  }
}
.x-ser4 .container .x-xia .x-a1.x-aa4 {
  position: absolute;
  top: 31.11%;
  left: 64%;
}
@media (max-width: 767px) {
  .x-ser4 .container .x-xia .x-a1.x-aa4 {
    top: 33.11%;
    left: 77%;
  }
}
.x-ser4 .container .x-xia .x-a1.x-aa5 {
  position: absolute;
  top: 40.9%;
  left: 69.2%;
}
@media (max-width: 767px) {
  .x-ser4 .container .x-xia .x-a1.x-aa5 {
    top: 40.9%;
    left: 86.2%;
  }
}
.x-ser4 .container .x-xia .x-a1.x-aa6 {
  position: absolute;
  top: 43%;
  left: 67.5%;
}
@media (max-width: 767px) {
  .x-ser4 .container .x-xia .x-a1.x-aa6 {
    top: 50.98%;
    left: 84.5%;
  }
}
.x-ser4 .container .x-xia .x-a1.x-aa7 {
  position: absolute;
  top: 47.58%;
  left: 65.5%;
}
@media (max-width: 767px) {
  .x-ser4 .container .x-xia .x-a1.x-aa7 {
    top: 63.58%;
    left: 83.5%;
  }
}
.x-ser4 .container .x-xia .x-a1.x-aa8 {
  position: absolute;
  top: 53.33%;
  left: 55.875%;
}
@media (max-width: 767px) {
  .x-ser4 .container .x-xia .x-a1.x-aa8 {
    top: 70%;
    left: 60.875%;
  }
}
.x-ser4 .container .x-xia .x-a1.x-aa8 .x-ab {
  text-align: center;
}
@media (max-width: 767px) {
  .x-ser4 .container .x-xia .x-a1.x-aa8 .x-ab {
    text-align: left;
  }
}
.x-ser4 .container .x-xia .x-a1.x-aa9 {
  position: absolute;
  top: 55%;
  left: 62%;
}
@media (max-width: 767px) {
  .x-ser4 .container .x-xia .x-a1.x-aa9 {
    top: 79%;
    left: 72%;
  }
}
.x-ser4 .container .x-xia .x-a1.x-aa9 .x-ab span {
  left: -23px;
  position: relative;
  top: -12px;
}
.x-ser4 .container .x-xia .x-a1.x-aa10 {
  position: absolute;
  top: 53%;
  left: 62.31%;
}
@media (max-width: 767px) {
  .x-ser4 .container .x-xia .x-a1.x-aa10 {
    top: 74%;
    left: 73.31%;
  }
}
.x-ser4 .container .x-xia .x-a1.x-aa10 .x-ab span {
  left: 29px;
  position: relative;
  top: -26px;
}
@media (max-width: 1580px) {
  .x-ser4 .container .x-xia .x-a1.x-aa10 .x-ab span {
    left: 18px;
    top: -20px;
  }
}
@media (max-width: 767px) {
  .x-ser4 .container .x-xia .x-a1.x-aa10 .x-ab span {
    left: 0.29rem;
    top: -0.26rem;
  }
}
.x-ser4 .container .x-xia .x-a1.x-aa11 {
  position: absolute;
  top: 23%;
  left: 33.31%;
}
@media (max-width: 767px) {
  .x-ser4 .container .x-xia .x-a1.x-aa11 {
    top: 21%;
    left: 20.31%;
  }
}
.x-ser4 .container .x-xia ul {
  position: absolute;
  right: 0.3rem;
  bottom: 0.75rem;
}
@media (max-width: 767px) {
  .x-ser4 .container .x-xia ul {
    right: 0;
    bottom: -1.8rem;
  }
}
.x-ser4 .container .x-xia ul li {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .x-ser4 .container .x-xia ul li {
    margin-bottom: 0.1rem;
  }
}
.x-ser4 .container .x-xia ul li svg {
  width: 0.3rem;
  height: 0.3rem;
}
.x-ser4 .container .x-xia ul li svg path {
  fill: #d51d1d;
}
.x-ser4 .container .x-xia ul li span {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  margin-left: 0.1rem;
}
.x-ser5 {
  padding: 1.3rem 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-ser5 {
    padding: 1.2rem 0 0.8rem 0;
  }
}
.x-ser5 .container .x-public-title .x-p {
  text-align: center;
  color: #666666;
  margin-top: 0.25rem;
}
@media (max-width: 1580px) {
  .x-ser5 .container .x-public-title .x-p p br {
    display: none;
  }
}
.x-ser5 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.x-ser5 .container ul li {
  width: 25%;
  margin-right: 12.5%;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.6rem 0.1rem 0.45rem 0.1rem;
  position: relative;
}
@media (max-width: 991px) {
  .x-ser5 .container ul li {
    width: 28%;
    margin-right: 8%;
  }
}
@media (max-width: 767px) {
  .x-ser5 .container ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.x-ser5 .container ul li:nth-of-type(3n)::before {
  display: none;
}
.x-ser5 .container ul li::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background: url('../images/x-ser14.svg') no-repeat center;
  background-size: cover;
  position: absolute;
  right: -28%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .x-ser5 .container ul li::before {
    right: -18%;
  }
}
@media (max-width: 767px) {
  .x-ser5 .container ul li::before {
    display: none;
  }
}
.x-ser5 .container ul li:nth-of-type(3n) {
  margin-right: 0;
}
.x-ser5 .container ul li .x-img {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .x-ser5 .container ul li .x-img {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.x-ser5 .container ul li .x-img svg {
  width: 100%;
  height: 100%;
}
.x-ser5 .container ul li .x-title2 {
  font-weight: bold;
  color: #000;
  margin: 0.3rem 0 0.15rem 0;
}
.x-ser5 .container ul li .x-p p {
  color: #666666;
  margin-bottom: 0.1rem;
}
.x-ser55 {
  padding-top: 0;
}
.x-ser6 {
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
}
.x-ser6 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.x-ser6 .container .public-img {
  width: 50%;
}
@media (max-width: 991px) {
  .x-ser6 .container .public-img {
    width: 100%;
  }
}
.x-ser6 .container .public-img::before {
  padding-top: 72.5%;
}
.x-ser6 .container .x-text {
  width: 50%;
  padding-left: 0.9rem;
}
@media (max-width: 991px) {
  .x-ser6 .container .x-text {
    width: 100%;
    padding: 0.4rem;
  }
}
.x-ser6 .container .x-text .x-title {
  font-weight: bold;
  color: #000;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .x-ser6 .container .x-text .x-title {
    font-size: 0.36rem;
  }
}
.x-ser6 .container .x-text .x-p {
  color: #666666;
  margin: 0.3rem 0 0.55rem 0;
}
@media (max-width: 1260px) {
  .x-ser6 .container .x-text .x-p {
    margin-bottom: 0.3rem;
  }
}
.x-ser6 .container .x-text .x-public-a {
  background-color: #d51d1d;
  border: 1px solid #d51d1d;
}
@media (max-width: 991px) {
  .x-ser7 .x-brand2 .container ul li.on {
    width: 6rem;
  }
}
@media (max-width: 767px) {
  .x-ser7 .x-brand2 .container ul li.on {
    width: 100%;
  }
}
.x-ser7 .x-brand2 .container ul li::before {
  opacity: 1;
}
@media (max-width: 991px) {
  .x-ser7 .x-brand2 .container ul li .x-text .x-p {
    width: 5.5rem;
  }
  .x-ser7 .x-brand2 .container ul li .x-text .x-p p br {
    display: none;
  }
}
.x-ser8 {
  background-color: #f5f5f5;
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .x-ser8 {
    padding-bottom: 0.8rem;
  }
}
.x-ser8 .container .x-public-title .x-p {
  text-align: center;
  color: #666666;
  margin-top: 0.25rem;
}
.x-ser8 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.55rem;
}
.x-ser8 .container ul li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48.75%;
  margin-right: 2.5%;
  padding: 1.55rem 1rem 1.3rem 1rem;
  text-align: center;
  position: relative;
}
@media (max-width: 1260px) {
  .x-ser8 .container ul li {
    padding: 1.4rem 0.5rem;
  }
}
@media (max-width: 767px) {
  .x-ser8 .container ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
}
.x-ser8 .container ul li:hover .x-img img:nth-of-type(1) {
  opacity: 0;
}
.x-ser8 .container ul li:hover .x-img img:nth-of-type(2) {
  opacity: 1;
}
.x-ser8 .container ul li:hover .x-text .x-title2 {
  color: #fff;
}
.x-ser8 .container ul li:hover .x-text .x-p {
  color: rgba(255, 255, 255, 0.56);
}
.x-ser8 .container ul li:nth-of-type(2n) {
  margin-right: 0;
}
.x-ser8 .container ul li .x-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.x-ser8 .container ul li .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s all;
}
.x-ser8 .container ul li .x-img img:nth-of-type(2) {
  opacity: 0;
}
.x-ser8 .container ul li .x-text {
  position: relative;
  z-index: 5;
}
.x-ser8 .container ul li .x-text .x-title2 {
  font-weight: bold;
  color: #000;
  margin-bottom: 0.25rem;
  transition: 0.3s all;
}
.x-ser8 .container ul li .x-text .x-p {
  color: #666666;
  transition: 0.3s all;
}
.x-djdw {
  position: relative;
  top: -140px;
  height: 0;
}
.x-sys1 {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 555;
  background-color: #fff;
}
@media (max-width: 767px) {
  .x-sys1 {
    position: initial;
  }
}
.x-sys1 .x-mbx-box {
  padding: 0.28rem 0;
}
.x-sys1 .x-mbx-box .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .x-sys1 .x-mbx-box .container .x-right {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.x-sys1 .x-mbx-box .container .x-right a {
  display: inline-block;
  margin-left: 0.45rem;
  color: #333;
  position: relative;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-sys1 .x-mbx-box .container .x-right a {
    margin-left: 0;
    margin-right: 0.4rem;
  }
}
.x-sys1 .x-mbx-box .container .x-right a.on {
  color: #d51d1d;
}
.x-sys1 .x-mbx-box .container .x-right a.on::before {
  width: 100%;
}
.x-sys1 .x-mbx-box .container .x-right a::before {
  content: "";
  width: 0;
  height: 0.02rem;
  background-color: #d51d1d;
  position: absolute;
  left: 0;
  bottom: -0.28rem;
  transition: 0.3s all;
}
.x-sys2 .x-con {
  width: 100%;
  height: 8.1rem;
  position: relative;
}
@media (max-width: 991px) {
  .x-sys2 .x-con {
    height: 13rem;
  }
}
@media (max-width: 767px) {
  .x-sys2 .x-con {
    height: auto;
  }
}
.x-sys2 .x-con .x-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.x-sys2 .x-con .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .x-sys2 .x-con .x-img img:nth-of-type(1) {
    display: none;
  }
}
.x-sys2 .x-con .x-img img:nth-of-type(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-sys2 .x-con .x-img img:nth-of-type(2) {
    display: block;
  }
}
.x-sys2 .x-con .container {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 3;
}
@media (max-width: 767px) {
  .x-sys2 .x-con .container {
    position: relative;
    left: auto;
    top: auto;
    transform: initial;
    align-items: flex-start;
    padding-bottom: 1rem;
  }
}
.x-sys2 .x-con .container .x-left {
  width: 50%;
  padding-right: 1.6rem;
}
@media (max-width: 991px) {
  .x-sys2 .x-con .container .x-left {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .x-sys2 .x-con .container .x-left {
    margin-top: 0.15rem;
  }
}
.x-sys2 .x-con .container .x-left .x-title {
  font-weight: bold;
}
.x-sys2 .x-con .container .x-left .x-p {
  color: rgba(51, 51, 51, 0.8);
  margin: 0.2rem 0 0.55rem 0;
}
.x-sys2 .x-con .container .x-left a {
  display: inline-block;
  padding: 0.18rem 0.38rem;
  border-radius: 100px;
  background-color: #d51d1d;
  transition: 0.3s all;
}
.x-sys2 .x-con .container .x-left a:hover {
  opacity: 0.8;
}
.x-sys2 .x-con .container .x-left a span {
  color: #fff;
}
.x-sys2 .x-con .container .x-left a svg {
  width: 0.12rem;
  height: 0.14rem;
  margin-right: 0.05rem;
}
@media (max-width: 767px) {
  .x-sys2 .x-con .container .x-left a svg {
    width: 0.18rem;
    height: 0.18rem;
  }
}
.x-sys2 .x-con .container .x-left a svg path {
  fill: #fff;
}
.x-sys2 .x-con .container .x-right {
  width: 50%;
}
@media (max-width: 991px) {
  .x-sys2 .x-con .container .x-right {
    width: 100%;
    order: -1;
  }
}
.x-sys2 .x-con .container .x-right .public-img::before {
  padding-top: 84%;
}
@media (max-width: 991px) {
  .x-sys2 .x-con .container .x-right .public-img::before {
    padding-top: 61%;
  }
}
@media (max-width: 767px) {
  .x-sys2 .x-con .container .x-right .public-img::before {
    padding-top: 84%;
  }
}
.x-sys3 {
  padding: 1.3rem 0 0.9rem 0;
}
@media (max-width: 767px) {
  .x-sys3 {
    padding: 1.2rem 0 0.9rem 0;
  }
}
.x-sys3 .container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.x-sys3 .container ul li {
  width: 48.75%;
  background-color: #f5f5f5;
  margin-bottom: 0.4rem;
}
@media (max-width: 991px) {
  .x-sys3 .container ul li {
    width: 100%;
  }
}
.x-sys3 .container ul li .public-img::before {
  padding-top: 51.28%;
}
.x-sys3 .container ul li .x-text {
  padding: 0.35rem 0.4rem 0.35rem 0.4rem;
}
.x-sys3 .container ul li .x-text .x-title2 {
  margin-bottom: 0.1rem;
}
.x-sys3 .container ul li .x-text .x-p {
  color: #666666;
}
.x-sys3 .container ul li .x-text .x-p p {
  padding-left: 20px;
  position: relative;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .x-sys3 .container ul li .x-text .x-p p {
    padding-left: 0.26rem;
  }
}
.x-sys3 .container ul li .x-text .x-p p::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #cccccc;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.x-sys4 {
  background-color: #f5f5f5;
  padding: 1.3rem 0 0.4rem 0;
}
@media (max-width: 767px) {
  .x-sys4 {
    padding: 1.2rem 0 0.2rem 0;
  }
}
.x-sys4 .container .swiper-container {
  padding-bottom: 100px;
  margin-top: 0.55rem;
}
@media (max-width: 767px) {
  .x-sys4 .container .swiper-container {
    padding-bottom: 1rem;
  }
}
.x-sys4 .container .swiper-container .swiper-wrapper .swiper-slide {
  background-color: #fff;
}
.x-sys4 .container .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  text-align: center;
  padding-top: 0.6rem;
}
.x-sys4 .container .swiper-container .swiper-wrapper .swiper-slide a:hover .x-sp span {
  color: #d51d1d;
}
.x-sys4 .container .swiper-container .swiper-wrapper .swiper-slide a:hover .x-sp svg path {
  fill: #d51d1d;
}
.x-sys4 .container .swiper-container .swiper-wrapper .swiper-slide a:hover .public-img img {
  transform: scale(1.1);
}
.x-sys4 .container .swiper-container .swiper-wrapper .swiper-slide a .x-title2 {
  font-weight: bold;
  color: #000;
  padding: 0 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.x-sys4 .container .swiper-container .swiper-wrapper .swiper-slide a .x-p {
  color: #666666;
  padding: 0 0.1rem;
  margin: 0.05rem 0 0.32rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.x-sys4 .container .swiper-container .swiper-wrapper .swiper-slide a .x-sp span {
  color: #000;
  transition: 0.3s all;
}
.x-sys4 .container .swiper-container .swiper-wrapper .swiper-slide a .x-sp svg {
  width: 8px;
  height: 12px;
  margin-left: 0.05rem;
  transition: 0.3s all;
}
.x-sys4 .container .swiper-container .swiper-wrapper .swiper-slide a .x-sp svg path {
  fill: #000;
}
.x-sys4 .container .swiper-container .swiper-wrapper .swiper-slide a .public-img::before {
  padding-top: 82%;
}
.x-sys4 .container .swiper-container .x-xia {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: 0.4rem;
}
.x-sys4 .container .swiper-container .x-xia .swiper-pagination {
  left: auto;
  top: auto;
  bottom: 0;
  width: 90%;
  height: 2px;
  background: #e2e2e2;
  position: relative;
}
@media (max-width: 1260px) {
  .x-sys4 .container .swiper-container .x-xia .swiper-pagination {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .x-sys4 .container .swiper-container .x-xia .swiper-pagination {
    width: 100%;
  }
}
.x-sys4 .container .swiper-container .x-xia .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #d51d1d;
  height: 2px;
  top: -1px;
}
.x-sys4 .container .swiper-container .x-xia .x-but {
  width: 10%;
  display: flex;
  align-items: center;
  padding-left: 0.2rem;
}
@media (max-width: 1260px) {
  .x-sys4 .container .swiper-container .x-xia .x-but {
    width: 20%;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .x-sys4 .container .swiper-container .x-xia .x-but {
    display: none;
  }
}
.x-sys4 .container .swiper-container .x-xia .x-but .swiper-button-prev1 {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background: #e7e7e8;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-right: 0.2rem;
}
.x-sys4 .container .swiper-container .x-xia .x-but .swiper-button-prev1:hover {
  background-color: #d51d1d;
}
.x-sys4 .container .swiper-container .x-xia .x-but .swiper-button-prev1 svg {
  width: 8px;
  height: 12px;
  transform: rotate(180deg);
}
.x-sys4 .container .swiper-container .x-xia .x-but .swiper-button-prev1 svg path {
  fill: #fff;
}
.x-sys4 .container .swiper-container .x-xia .x-but .swiper-button-next1 {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background: #e7e7e8;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.x-sys4 .container .swiper-container .x-xia .x-but .swiper-button-next1:hover {
  background-color: #d51d1d;
}
.x-sys4 .container .swiper-container .x-xia .x-but .swiper-button-next1 svg {
  width: 8px;
  height: 12px;
}
.x-sys4 .container .swiper-container .x-xia .x-but .swiper-button-next1 svg path {
  fill: #fff;
}
.x-sys5 .x-sys4 {
  background-color: #fff;
}
.x-sys5 .x-sys4 .container .swiper-container .swiper-wrapper .swiper-slide {
  background-color: #f5f5f5;
}
.x-syst1 {
  padding: 1.3rem 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-syst1 {
    padding: 1.2rem 0 1rem 0;
  }
}
.x-syst1 .container ul {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 0.55rem;
}
@media (max-width: 767px) {
  .x-syst1 .container ul {
    flex-wrap: wrap;
  }
}
.x-syst1 .container ul li {
  width: 50%;
  height: 6rem;
  margin-right: 10px;
  transition: 0.5s all;
  position: relative;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .x-syst1 .container ul li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 0.4rem;
    padding: 0.1rem;
    height: auto;
  }
}
.x-syst1 .container ul li.on {
  width: 6.7rem;
  flex-shrink: 0;
}
@media (max-width: 1260px) {
  .x-syst1 .container ul li.on {
    width: 6rem;
  }
}
@media (max-width: 767px) {
  .x-syst1 .container ul li.on {
    width: 100%;
  }
}
.x-syst1 .container ul li.on a .x-text .x-title {
  font-size: 30px;
}
@media (max-width: 1580px) {
  .x-syst1 .container ul li.on a .x-text .x-title {
    font-size: 24px;
  }
}
@media (max-width: 1260px) {
  .x-syst1 .container ul li.on a .x-text .x-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .x-syst1 .container ul li.on a .x-text .x-title {
    font-size: 0.36rem;
  }
}
.x-syst1 .container ul li.on a .x-text .x-sp {
  opacity: 1;
}
.x-syst1 .container ul li a {
  display: block;
  padding-top: 0.55rem;
}
.x-syst1 .container ul li a .x-text {
  text-align: center;
  padding: 0 0.1rem;
}
.x-syst1 .container ul li a .x-text .x-title {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 1.2;
  transition: 0.3s all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.4em;
}
@media (max-width: 1580px) {
  .x-syst1 .container ul li a .x-text .x-title {
    font-size: 20px;
  }
}
@media (max-width: 1260px) {
  .x-syst1 .container ul li a .x-text .x-title {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-syst1 .container ul li a .x-text .x-title {
    font-size: 0.36rem;
  }
}
.x-syst1 .container ul li a .x-text .x-p {
  color: #666666;
  margin: 0.1rem 0 0.3rem 0;
}
.x-syst1 .container ul li a .x-text .x-sp {
  opacity: 0;
  transition: 0.3s all;
}
@media (max-width: 767px) {
  .x-syst1 .container ul li a .x-text .x-sp {
    opacity: 1;
  }
}
.x-syst1 .container ul li a .x-text .x-sp span {
  color: #d51d1d;
  transition: 0.3s all;
}
.x-syst1 .container ul li a .x-text .x-sp svg {
  width: 8px;
  height: 12px;
  margin-left: 0.05rem;
  transition: 0.3s all;
}
.x-syst1 .container ul li a .x-text .x-sp svg path {
  fill: #d51d1d;
}
.x-syst1 .container ul li a .x-img {
  width: 100%;
  height: 3.7rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .x-syst1 .container ul li a .x-img {
    position: initial;
  }
}
.x-syst1 .container ul li a .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-room3 {
  padding: 1.3rem 0 1.4rem 0;
}
@media (max-width: 767px) {
  .x-room3 {
    padding: 1.2rem 0;
  }
}
.x-room3 .x-con .x-top {
  position: relative;
  margin: 0.5rem 0 0.6rem 0;
}
.x-room3 .x-con .x-top::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  position: absolute;
  left: 0;
  top: 0.33rem;
}
.x-room3 .x-con .x-top .swiper-container {
  padding: 0 1.6rem;
}
@media (max-width: 767px) {
  .x-room3 .x-con .x-top .swiper-container {
    padding: 0 0.8rem;
  }
}
.x-room3 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
.x-room3 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-shuzi span {
  background-color: #d51d1d;
}
.x-room3 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active p {
  color: #d51d1d;
}
.x-room3 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide .x-shuzi {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.x-room3 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide .x-shuzi span {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  color: #fff;
  font-size: 0.3rem;
  font-weight: bold;
  background-color: #dddddd;
  transition: 0.3s all;
}
.x-room3 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide p {
  color: #666666;
  text-align: center;
  transition: 0.3s all;
  margin-top: 0.15rem;
}
.x-room3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f5f5f5;
}
.x-room3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .public-img {
  width: 50%;
}
@media (max-width: 991px) {
  .x-room3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .public-img {
    width: 100%;
  }
}
.x-room3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 72.5%;
}
.x-room3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-text {
  width: 50%;
  padding: 0 0.95rem;
}
@media (max-width: 991px) {
  .x-room3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-text {
    width: 100%;
    padding: 0.4rem;
  }
}
.x-room3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
  font-weight: bold;
  color: #000;
}
.x-room3 .x-con .x-xia .swiper-container .swiper-wrapper .swiper-slide .x-text .x-p {
  color: #666666;
  margin-top: 0.3rem;
  line-height: 1.7;
}
.x-room4 .x-syst1 {
  background-color: #f5f5f5;
}
.x-room4 .x-syst1 .container ul li {
  background-color: #fff;
}
.x-room5 .x-case-list1 {
  padding-top: 1.25rem;
}
.x-room5 .x-case-list1 .x-con ul li .x-xia {
  margin-top: 0.5rem;
}
.x-pro-info1 {
  position: relative;
  width: 100%;
  height: 8.9rem;
}
@media (max-width: 991px) {
  .x-pro-info1 {
    height: 13rem;
  }
}
@media (max-width: 767px) {
  .x-pro-info1 {
    height: auto;
  }
}
.x-pro-info1 .x-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.x-pro-info1 .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .x-pro-info1 .x-img img:nth-of-type(1) {
    display: none;
  }
}
.x-pro-info1 .x-img img:nth-of-type(2) {
  display: none;
}
@media (max-width: 767px) {
  .x-pro-info1 .x-img img:nth-of-type(2) {
    display: block;
  }
}
.x-pro-info1 .x-mbx-box {
  position: relative;
  z-index: 3;
  padding: 0.3rem 0;
}
.x-pro-info1 .x-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 0.4rem;
  transform: translateX(-50%);
  z-index: 5;
}
@media (max-width: 1260px) {
  .x-pro-info1 .x-con {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .x-pro-info1 .x-con {
    position: relative;
    transform: initial;
    top: auto;
    left: auto;
  }
}
.x-pro-info1 .x-con .x-left {
  width: 57.5%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .x-pro-info1 .x-con .x-left {
    width: 100%;
  }
}
.x-pro-info1 .x-con .x-left .x-swiper1 {
  width: 10.86%;
  height: 4.6rem;
}
@media (max-width: 767px) {
  .x-pro-info1 .x-con .x-left .x-swiper1 {
    width: 100%;
    height: auto;
  }
}
.x-pro-info1 .x-con .x-left .x-swiper1 .swiper-container {
  height: 100%;
}
.x-pro-info1 .x-con .x-left .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  cursor: pointer;
}
.x-pro-info1 .x-con .x-left .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active::before {
  opacity: 0;
}
.x-pro-info1 .x-con .x-left .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  opacity: 1;
  transition: 0.3s all;
}
.x-pro-info1 .x-con .x-left .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .public-img {
  background-color: #fff;
}
.x-pro-info1 .x-con .x-left .x-swiper1 .swiper-container .swiper-wrapper .swiper-slide .public-img img {
  padding: 0.15rem;
}
.x-pro-info1 .x-con .x-left .x-swiper2 {
  width: 89.14%;
}
@media (max-width: 767px) {
  .x-pro-info1 .x-con .x-left .x-swiper2 {
    width: 100%;
    order: -1;
  }
}
.x-pro-info1 .x-con .x-left .x-swiper2 .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 84.14%;
}
.x-pro-info1 .x-con .x-right {
  width: 42.5%;
}
@media (max-width: 991px) {
  .x-pro-info1 .x-con .x-right {
    width: 100%;
    margin-top: 0.4rem;
    padding-bottom: 1rem;
  }
}
.x-pro-info1 .x-con .x-right .x-title {
  font-weight: bold;
}
@media (max-width: 1260px) {
  .x-pro-info1 .x-con .x-right .x-title {
    font-size: 0.5rem;
  }
}
.x-pro-info1 .x-con .x-right .x-p {
  margin: 0.1rem 0 0.6rem 0;
  color: rgba(51, 51, 51, 0.8);
}
.x-pro-info1 .x-con .x-right .x-public-a {
  background-color: #d51d1d;
}
.x-pro-info2 {
  padding-top: 1.2rem;
}
.x-pro-info2 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.x-pro-info2 .container .x-left {
  width: 68.75%;
}
@media (max-width: 991px) {
  .x-pro-info2 .container .x-left {
    width: 100%;
  }
}
.x-pro-info2 .container .x-left .x-gn1 {
  padding-bottom: 1.3rem;
}
.x-pro-info2 .container .x-left .x-gn1 .x-title {
  font-weight: bold;
  color: #000;
  margin-bottom: 0.15rem;
}
@media (max-width: 767px) {
  .x-pro-info2 .container .x-left .x-gn1 .x-title {
    margin-bottom: 0.3rem;
  }
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-a li {
  padding: 0.25rem 0.9rem 0.25rem 0.3rem;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-a li:nth-of-type(2n-1) {
  background-color: #f5f5f5;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-a li p {
  color: #666666;
  line-height: 1.7;
  position: relative;
  padding-left: 0.2rem;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-a li p::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #cccccc;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0.6em;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-b li {
  display: flex;
  justify-content: flex-start;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-b li:nth-of-type(2) p {
  border-top: none;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-b li:last-child p {
  border-bottom: 1px solid #e2e2e2;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-b li .x-title2 {
  color: #000;
  width: 50%;
  background-color: #f5f5f5;
  text-align: center;
  padding: 0.17rem;
  border: 1px solid #e2e2e2;
  border-bottom: none;
  font-weight: bold;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-b li .x-title2:nth-of-type(2) {
  border-left: none;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-b li p {
  color: #666666;
  width: 50%;
  text-align: center;
  padding: 0.17rem;
  border: 1px solid #e2e2e2;
  border-bottom: none;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-b li p:nth-of-type(2) {
  border-left: none;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-c li {
  display: flex;
  justify-content: space-between;
  padding: 0.17rem;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-c li:nth-of-type(1) {
  background-color: #f5f5f5;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-c li:nth-of-type(n+2) {
  border-bottom: 1px solid #e2e2e2;
  padding: 0;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-c li .x-title2 {
  font-weight: bold;
  width: 10%;
}
@media (max-width: 1260px) {
  .x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-c li .x-title2 {
    width: 12%;
  }
}
@media (max-width: 767px) {
  .x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-c li .x-title2 {
    width: 26%;
  }
  .x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-c li .x-title2:nth-of-type(3) {
    display: none;
  }
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-c li .x-title2:nth-of-type(1) {
  width: 54.54%;
}
@media (max-width: 767px) {
  .x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-c li .x-title2:nth-of-type(1) {
    width: 40%;
  }
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-c li .x-title2:nth-of-type(n+2) {
  text-align: center;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-c li a {
  display: flex;
  justify-content: space-between;
  color: #666666;
  width: 100%;
  padding: 0.17rem;
  transition: 0.3s all;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-c li a:hover {
  color: #d51d1d;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-c li a p {
  width: 10%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1260px) {
  .x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-c li a p {
    width: 12%;
  }
}
@media (max-width: 767px) {
  .x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-c li a p {
    width: 26%;
  }
  .x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-c li a p:nth-of-type(3) {
    display: none;
  }
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-c li a p:nth-of-type(1) {
  width: 54.54%;
}
@media (max-width: 767px) {
  .x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-c li a p:nth-of-type(1) {
    width: 40%;
  }
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-c li a p:nth-of-type(n+2) {
  text-align: center;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-d {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -0.2rem -0.2rem 0;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-d li {
  width: 33.33%;
  padding: 0.2rem 0.2rem 0;
}
@media (max-width: 991px) {
  .x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-d li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-d li {
    width: 100%;
  }
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-d li a {
  display: block;
  text-align: center;
  background-color: #f5f5f5;
  padding: 0.6rem 0.3rem 0.15rem 0.3rem;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-d li a:hover .x-sp span {
  color: #d51d1d;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-d li a:hover .x-sp svg path {
  fill: #d51d1d;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-d li a .x-title2 {
  color: #000;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0.1rem;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-d li a .x-p {
  color: #666666;
  margin: 0.1rem 0 0.2rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
  display: none;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-d li a .x-sp span {
  color: #000;
  transition: 0.3s all;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-d li a .x-sp svg {
  width: 8px;
  height: 12px;
  margin-left: 0.05rem;
  transition: 0.3s all;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-d li a .x-sp svg path {
  fill: #000;
}
.x-pro-info2 .container .x-left .x-gn1 .x-con .x-ul-d li a .public-img::before {
  padding-top: 66.17%;
}
.x-pro-info2 .container .x-right {
  width: 25%;
  margin-top: 0.15rem;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
}
@media (max-width: 991px) {
  .x-pro-info2 .container .x-right {
    width: 100%;
    position: initial;
    padding-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .x-pro-info2 .container .x-right ul {
    display: none;
  }
}
.x-pro-info2 .container .x-right ul li:first-child a {
  border-top: 1px solid #e2e2e2;
}
.x-pro-info2 .container .x-right ul li.on a {
  color: #d51d1d;
  background-color: #f5f5f5;
  border-bottom: 1px solid transparent;
}
.x-pro-info2 .container .x-right ul li.on a::before {
  opacity: 1;
}
.x-pro-info2 .container .x-right ul li a {
  display: block;
  color: #000000;
  border: 1px solid #e2e2e2;
  padding: 0.25rem;
  text-align: center;
  border-top: none;
  position: relative;
}
.x-pro-info2 .container .x-right ul li a::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  background-color: #d51d1d;
  opacity: 0;
  transition: 0.3s all;
}
.x-pro-info2 .container .x-right .x-xia {
  background-color: #f5f5f5;
  margin-top: 0.2rem;
}
.x-pro-info2 .container .x-right .x-xia .public-img::before {
  padding-top: 65%;
}
.x-pro-info2 .container .x-right .x-xia .x-xia-a {
  padding: 0.35rem 0.4rem 0.4rem 0.4rem;
}
.x-pro-info2 .container .x-right .x-xia .x-xia-a .x-text .x-title {
  font-weight: bold;
}
.x-pro-info2 .container .x-right .x-xia .x-xia-a .x-text p {
  margin-top: 0.1rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px dashed #cccccc;
}
.x-pro-info2 .container .x-right .x-xia .x-xia-a .x-text p svg {
  width: 14px;
  height: 18px;
}
.x-pro-info2 .container .x-right .x-xia .x-xia-a .x-text p svg path {
  fill: #d51d1d;
}
.x-pro-info2 .container .x-right .x-xia .x-xia-a .x-text p span {
  font-size: 20px;
  color: #d51d1d;
}
.x-pro-info2 .container .x-right .x-xia .x-xia-a .x-gzwm {
  margin: 0.3rem 0;
}
.x-pro-info2 .container .x-right .x-xia .x-xia-a .x-gzwm .x-sp span {
  color: #666666;
  display: inline-block;
  margin-right: 0.1rem;
}
.x-pro-info2 .container .x-right .x-xia .x-xia-a .x-gzwm .x-sp a {
  display: inline-block;
  margin-right: 0.15rem;
  position: relative;
}
.x-pro-info2 .container .x-right .x-xia .x-xia-a .x-gzwm .x-sp a:hover svg path {
  fill: #d51d1d;
}
.x-pro-info2 .container .x-right .x-xia .x-xia-a .x-gzwm .x-sp a:hover .x-img {
  height: 100px;
}
.x-pro-info2 .container .x-right .x-xia .x-xia-a .x-gzwm .x-sp a svg {
  width: 22px;
  height: 18px;
}
@media (max-width: 767px) {
  .x-pro-info2 .container .x-right .x-xia .x-xia-a .x-gzwm .x-sp a svg {
    width: 18px;
    height: 16px;
  }
}
.x-pro-info2 .container .x-right .x-xia .x-xia-a .x-gzwm .x-sp a svg path {
  fill: #cccccc;
  transition: 0.3s all;
}
.x-pro-info2 .container .x-right .x-xia .x-xia-a .x-gzwm .x-sp a .x-img {
  width: 100px;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 110%;
  transform: translateX(-50%);
  overflow: hidden;
  transition: 0.3s all;
  z-index: 55;
}
.x-pro-info2 .container .x-right .x-xia .x-xia-a .x-gzwm .x-sp a .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-pro-info2 .container .x-right .x-xia .x-xia-a .x-a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d51d1d;
  border-radius: 100px;
  padding: 0.15rem 0;
}
.x-pro-info2 .container .x-right .x-xia .x-xia-a .x-a:hover svg {
  transform: translateX(0.1rem);
}
.x-pro-info2 .container .x-right .x-xia .x-xia-a .x-a span {
  color: #fff;
}
.x-pro-info2 .container .x-right .x-xia .x-xia-a .x-a svg {
  width: 8px;
  height: 12px;
  margin-left: 0.1rem;
  transition: 0.3s all;
}
.x-pro-info2 .container .x-right .x-xia .x-xia-a .x-a svg path {
  fill: #fff;
}
.x-pri1 {
  padding: 0.25rem 0 1.4rem 0;
}
.x-pri1 .container .x-bjq {
  margin-top: 0.75rem;
}
.x-pri1 .container .x-bjq img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.x-pri1 .container .x-bjq ul,
.x-pri1 .container .x-bjq ol {
  padding-left: 20px;
}
.x-pri1 .container .x-bjq ul li,
.x-pri1 .container .x-bjq ol li {
  list-style: auto;
}
.x-pri1 .container .x-bjq h1,
.x-pri1 .container .x-bjq h2,
.x-pri1 .container .x-bjq h3,
.x-pri1 .container .x-bjq h4,
.x-pri1 .container .x-bjq h5,
.x-pri1 .container .x-bjq h6 {
  font-weight: bold;
}
@media (max-width: 767px) {
  .x-pri1 .container .x-bjq h1,
  .x-pri1 .container .x-bjq h2,
  .x-pri1 .container .x-bjq h3,
  .x-pri1 .container .x-bjq h4,
  .x-pri1 .container .x-bjq h5,
  .x-pri1 .container .x-bjq h6 {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .x-pri1 .container .x-bjq p,
  .x-pri1 .container .x-bjq span {
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    width: 100% !important;
  }
}
.x-legal1 {
  padding: 0.25rem 0 1.4rem 0;
}
.x-legal1 .container .x-bjq {
  margin-top: 0.75rem;
}
.x-legal1 .container .x-bjq img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.x-legal1 .container .x-bjq ul,
.x-legal1 .container .x-bjq ol {
  padding-left: 20px;
}
.x-legal1 .container .x-bjq ul li,
.x-legal1 .container .x-bjq ol li {
  list-style: auto;
}
.x-legal1 .container .x-bjq h1,
.x-legal1 .container .x-bjq h2,
.x-legal1 .container .x-bjq h3,
.x-legal1 .container .x-bjq h4,
.x-legal1 .container .x-bjq h5,
.x-legal1 .container .x-bjq h6 {
  font-weight: bold;
}
@media (max-width: 767px) {
  .x-legal1 .container .x-bjq h1,
  .x-legal1 .container .x-bjq h2,
  .x-legal1 .container .x-bjq h3,
  .x-legal1 .container .x-bjq h4,
  .x-legal1 .container .x-bjq h5,
  .x-legal1 .container .x-bjq h6 {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .x-legal1 .container .x-bjq p,
  .x-legal1 .container .x-bjq span {
    font-size: 0.28rem !important;
    line-height: 1.5 !important;
    width: 100% !important;
  }
}
.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;
}
@media (max-width: 767px) {
  .curtain .curtain_box .curtain_title .close_tc {
    width: 38px;
    height: 45px;
  }
}
.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);
}
.curtain2 .curtain_box .x-con {
  width: 10rem;
  padding: 0.55rem 0.6rem 1.2rem 0.6rem;
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .x-con {
    width: 6.5rem;
    padding: 0.2rem 0.2rem 1.2rem 0.2rem;
  }
}
.curtain2 .curtain_box .x-con .x-title {
  font-size: 0.36rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.4rem;
}
.curtain2 .curtain_box .x-con .swiper-container .swiper-wrapper .swiper-slide .public-img::before {
  padding-top: 54.54%;
}
.curtain2 .curtain_box .x-con .swiper-container .swiper-button-prev1 {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-right: 0.2rem;
  position: absolute;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.curtain2 .curtain_box .x-con .swiper-container .swiper-button-prev1:hover {
  background-color: #d51d1d;
}
.curtain2 .curtain_box .x-con .swiper-container .swiper-button-prev1 svg {
  width: 8px;
  height: 12px;
  transform: rotate(180deg);
}
.curtain2 .curtain_box .x-con .swiper-container .swiper-button-prev1 svg path {
  fill: #fff;
}
.curtain2 .curtain_box .x-con .swiper-container .swiper-button-next1 {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.curtain2 .curtain_box .x-con .swiper-container .swiper-button-next1:hover {
  background-color: #d51d1d;
}
.curtain2 .curtain_box .x-con .swiper-container .swiper-button-next1 svg {
  width: 8px;
  height: 12px;
}
.curtain2 .curtain_box .x-con .swiper-container .swiper-button-next1 svg path {
  fill: #fff;
}
.curtain2 .curtain_box .x-con .swiper-pagination {
  font-size: 24px;
  color: #999999;
  bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .x-con .swiper-pagination {
    bottom: 0.2rem;
  }
}
.curtain2 .curtain_box .x-con .swiper-pagination span {
  font-size: 24px;
}
@media (max-width: 1580px) {
  .curtain2 .curtain_box .x-con .swiper-pagination span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .curtain2 .curtain_box .x-con .swiper-pagination span {
    font-size: 0.28rem;
  }
}
.curtain2 .curtain_box .x-con .swiper-pagination span.swiper-pagination-current {
  color: #d51d1d;
}
.curtain3 .curtain_box .x-con {
  padding: 0.55rem 0.4rem 0.6rem 0.4rem;
  width: 10rem;
}
@media (max-width: 767px) {
  .curtain3 .curtain_box .x-con {
    width: 6.8rem;
  }
}
.curtain3 .curtain_box .x-con .x-top {
  text-align: center;
}
.curtain3 .curtain_box .x-con .x-top .x-title {
  font-size: 0.36rem;
  font-weight: bold;
  margin-bottom: 0.05rem;
}
.curtain3 .curtain_box .x-con .x-top .x-p {
  color: #666666;
}
.curtain3 .curtain_box .x-con .x-form {
  margin-top: 0.45rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .curtain3 .curtain_box .x-con .x-form {
    margin-top: 0.5rem;
  }
}
.curtain3 .curtain_box .x-con .x-form ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 49%;
}
@media (max-width: 991px) {
  .curtain3 .curtain_box .x-con .x-form ul {
    width: 100%;
  }
}
.curtain3 .curtain_box .x-con .x-form ul.x-ul2 .x-inp3 i {
  top: 0.3rem;
}
@media (max-width: 767px) {
  .curtain3 .curtain_box .x-con .x-form ul.x-ul2 .x-inp3 i {
    top: 0.4rem;
  }
}
.curtain3 .curtain_box .x-con .x-form ul li {
  position: relative;
  margin-bottom: 0.2rem;
  background-color: #f6f6f6;
  padding: 0.18rem 0.2rem 0.18rem 0.36rem;
}
@media (max-width: 767px) {
  .curtain3 .curtain_box .x-con .x-form ul li {
    padding-left: 0.4rem;
  }
}
.curtain3 .curtain_box .x-con .x-form ul li:hover::before {
  width: 100%;
}
.curtain3 .curtain_box .x-con .x-form ul li.x-inp {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .curtain3 .curtain_box .x-con .x-form ul li.x-inp {
    width: 100%;
  }
}
.curtain3 .curtain_box .x-con .x-form ul li.x-inp img {
  width: 1.25rem;
  height: 0.5rem;
  object-fit: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.curtain3 .curtain_box .x-con .x-form ul li.x-inp2 {
  width: 100%;
}
@media (max-width: 991px) {
  .curtain3 .curtain_box .x-con .x-form ul li.x-inp2 {
    width: 100%;
  }
}
.curtain3 .curtain_box .x-con .x-form ul li.x-inp3 {
  width: 100%;
  height: 3rem;
}
@media (max-width: 1580px) {
  .curtain3 .curtain_box .x-con .x-form ul li.x-inp3 {
    height: 3.4rem;
  }
}
@media (max-width: 767px) {
  .curtain3 .curtain_box .x-con .x-form ul li.x-inp3 {
    height: 1.4rem;
  }
}
.curtain3 .curtain_box .x-con .x-form ul li.x-but {
  width: 50%;
  border-bottom: none;
}
.curtain3 .curtain_box .x-con .x-form ul li.x-yzm {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  border-bottom: none;
}
@media (max-width: 767px) {
  .curtain3 .curtain_box .x-con .x-form ul li.x-yzm {
    flex-wrap: wrap;
  }
}
.curtain3 .curtain_box .x-con .x-form ul li.x-yzm:hover::before {
  display: none;
}
.curtain3 .curtain_box .x-con .x-form ul li.x-yzm .x-le {
  width: 100%;
}
@media (max-width: 767px) {
  .curtain3 .curtain_box .x-con .x-form ul li.x-yzm .x-le {
    width: 100%;
  }
}
.curtain3 .curtain_box .x-con .x-form ul li.x-yzm .x-le input {
  padding-right: 1.5rem;
}
.curtain3 .curtain_box .x-con .x-form ul li i {
  font-style: initial;
  color: #cb1d36;
  position: absolute;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.curtain3 .curtain_box .x-con .x-form ul li span {
  color: #999999;
  display: inline-block;
  width: 27%;
  white-space: nowrap;
  text-align: left;
}
@media (max-width: 1260px) {
  .curtain3 .curtain_box .x-con .x-form ul li span {
    width: 31%;
  }
}
@media (max-width: 767px) {
  .curtain3 .curtain_box .x-con .x-form ul li span {
    width: 37.5%;
  }
}
.curtain3 .curtain_box .x-con .x-form ul li .x-sel {
  width: 25.39%;
  position: relative;
}
@media (max-width: 1260px) {
  .curtain3 .curtain_box .x-con .x-form ul li .x-sel {
    width: 26.39%;
  }
}
.curtain3 .curtain_box .x-con .x-form ul li .x-sel::before {
  content: "";
  width: 11px;
  height: 8px;
  background: url('../images/x-contact10.png') no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1580px) {
  .curtain3 .curtain_box .x-con .x-form ul li .x-sel::before {
    width: 8px;
  }
}
.curtain3 .curtain_box .x-con .x-form ul li .x-sel select {
  width: 100%;
}
.curtain3 .curtain_box .x-con .x-form ul li input {
  color: #333333;
  width: 100%;
}
.curtain3 .curtain_box .x-con .x-form ul li input::placeholder {
  color: #999999;
}
.curtain3 .curtain_box .x-con .x-form ul li textarea {
  width: 100%;
  height: 100%;
}
.curtain3 .curtain_box .x-con .x-form ul li textarea::placeholder {
  color: #999999;
}
.curtain3 .curtain_box .x-con .x-form button {
  background-color: #cb1d36;
  color: #fff;
  padding: 0.2rem 1rem;
  border-radius: 100px;
  margin-left: 0.2rem;
  margin: 0.2rem auto 0 auto;
}
@media (max-width: 767px) {
  .curtain3 .curtain_box .x-con .x-form button {
    margin: 0.4rem auto;
  }
}
.x-search1 {
  padding-bottom: 1.4rem;
}
@media (max-width: 767px) {
  .x-search1 {
    padding-bottom: 1.2rem;
  }
}
.x-search1 .container .x-top {
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .x-search1 .container .x-top {
    margin-bottom: 0.4rem;
  }
}
.x-search1 .container .x-top .x-form {
  display: flex;
  background-color: #f8f8f8;
  width: 8rem;
  height: 0.6rem;
  border-radius: 100px;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.1rem 0 0.3rem;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .x-search1 .container .x-top .x-form {
    height: 0.7rem;
  }
}
@media (max-width: 991px) {
  .x-search1 .container .x-top .x-form {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .x-search1 .container .x-top .x-form {
    width: 100%;
    height: 0.8rem;
  }
}
.x-search1 .container .x-top .x-form .x-left {
  width: 84.21%;
}
@media (max-width: 991px) {
  .x-search1 .container .x-top .x-form .x-left {
    width: 76%;
  }
}
.x-search1 .container .x-top .x-form .x-left svg {
  width: 20px;
  height: 20px;
  margin-right: 0.2rem;
}
@media (max-width: 991px) {
  .x-search1 .container .x-top .x-form .x-left svg {
    width: 16px;
    height: 16px;
  }
}
.x-search1 .container .x-top .x-form .x-left svg path {
  fill: #333;
}
.x-search1 .container .x-top .x-form .x-left input {
  width: 80%;
  color: #333;
}
@media (max-width: 1260px) {
  .x-search1 .container .x-top .x-form .x-left input {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .x-search1 .container .x-top .x-form .x-left input {
    font-size: 0.24rem;
  }
}
.x-search1 .container .x-top .x-form .x-left input::placeholder {
  color: #999999;
}
.x-search1 .container .x-top .x-form button {
  width: 15.79%;
  height: 0.5rem;
  background-color: #d51d1d;
  color: #f8f8f8;
  border-radius: 100px;
}
@media (max-width: 991px) {
  .x-search1 .container .x-top .x-form button {
    width: 24%;
    height: 0.6rem;
  }
}
.x-search1 .container .x-zhong ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 0.2rem;
  border-bottom: 0.02rem solid #e8e8e8;
}
.x-search1 .container .x-zhong ul li {
  margin-right: 0.9rem;
}
@media (max-width: 1260px) {
  .x-search1 .container .x-zhong ul li {
    margin-right: 0.4rem;
  }
}
@media (max-width: 767px) {
  .x-search1 .container .x-zhong ul li {
    font-size: 14px;
  }
}
.x-search1 .container .x-zhong ul li a {
  color: #333;
}
.x-search1 .container .x-zhong ul li.on a {
  color: #d51d1d;
}
.x-search1 .container .x-xia > .x-ul1 > li {
  padding: 0.4rem 0 0.5rem 0;
}
.x-search1 .container .x-xia > .x-ul1 > li > a {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0.2rem;
  width: 50%;
}
@media (max-width: 1260px) {
  .x-search1 .container .x-xia > .x-ul1 > li > a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .x-search1 .container .x-xia > .x-ul1 > li > a {
    margin-bottom: 0.3rem;
  }
}
.x-search1 .container .x-xia > .x-ul1 > li > a:hover .public-img img {
  transform: scale(1.1);
}
.x-search1 .container .x-xia > .x-ul1 > li > a:hover .x-text .x-title {
  color: #d51d1d;
}
.x-search1 .container .x-xia > .x-ul1 > li > a:last-child {
  margin-bottom: 0;
}
.x-search1 .container .x-xia > .x-ul1 > li > a .public-img {
  width: 11.875%;
  border: 1px solid #dddddd;
  border-radius: 0.03rem;
}
@media (max-width: 767px) {
  .x-search1 .container .x-xia > .x-ul1 > li > a .public-img {
    width: 24%;
  }
}
.x-search1 .container .x-xia > .x-ul1 > li > a .public-img::before {
  padding-top: 105%;
}
.x-search1 .container .x-xia > .x-ul1 > li > a .x-text {
  margin-top: 0.05rem;
  width: 88.125%;
  padding-left: 0.2rem;
}
@media (max-width: 767px) {
  .x-search1 .container .x-xia > .x-ul1 > li > a .x-text {
    width: 76%;
  }
}
.x-search1 .container .x-xia > .x-ul1 > li > a .x-text .x-title {
  font-weight: bold;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.3s all;
}
.x-search1 .container .x-xia > .x-ul1 > li > a .x-text .x-p {
  color: #999999;
  line-height: 1.3;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.6em;
}
.x-search1 .container .x-xia > .x-ul1 > li .x-pp {
  color: #d51d1d;
  margin-top: 0.3rem;
}
.x-search1 .container .x-xia > .x-ul1 > li.x-li2 a .public-img {
  width: 21.25%;
  border: none;
  border-radius: 0.05rem;
}
@media (max-width: 767px) {
  .x-search1 .container .x-xia > .x-ul1 > li.x-li2 a .public-img {
    width: 28%;
  }
}
.x-search1 .container .x-xia > .x-ul1 > li.x-li2 a .public-img::before {
  padding-top: 58.82%;
}
.x-search1 .container .x-xia > .x-ul1 > li.x-li2 a .x-text {
  width: 78.75%;
}
@media (max-width: 767px) {
  .x-search1 .container .x-xia > .x-ul1 > li.x-li2 a .x-text {
    width: 72%;
  }
}
.x-search1 .container .x-se {
  margin-top: 0.5rem;
}
.x-search1 .container .x-se .x-news3 {
  padding-bottom: 0.5rem;
}
.x-search1 .container .x-se .x-news3 .container {
  width: 100%;
}
.x-search1 .container .x-se .x-picture1 {
  padding-bottom: 0.5rem;
}
.x-search1 .container .x-se .x-picture1 .container {
  width: 100%;
}
.x-search1 .container .x-se .x-file1 {
  padding-bottom: 0.5rem;
}
.x-search1 .container .x-se .x-file1 .container {
  width: 100%;
}
.x-cp11 {
  padding-bottom: 0.5rem;
}
.x-cp11 .container {
  width: 100%;
}
.x-cp11 .container ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -0.3rem -0.15rem 0.8rem;
  padding-top: 0.3rem;
}
.x-cp11 .container ul li {
  width: 33.33%;
  padding: 0.3rem 0.15rem 0;
  cursor: pointer;
}
@media (max-width: 991px) {
  .x-cp11 .container ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .x-cp11 .container ul li {
    width: 100%;
    padding-bottom: 0.2rem;
  }
}
.x-cp11 .container ul li a {
  display: block;
}
.x-cp11 .container ul li a:hover p {
  color: #d51d1d;
}
.x-cp11 .container ul li .public-img::before {
  padding-top: 73.58%;
}
.x-cp11 .container ul li p {
  background-color: #f8f8f8;
  padding: 0.28rem;
  text-align: center;
  color: #333;
  transition: 0.3s all;
}
