@charset "utf-8";
/*初始化*/
* {
  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);
}
html,
body {
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'PingFang SC', 'Microsoft YaHei', 'Source Han Sans CN', 'Microsoft YaHei UI', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  background: #fff;
}
img {
  border: 0;
  vertical-align: top;
}
li {
  list-style: none;
}
div,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
input,
button {
  border-radius: 0;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
  -webkit-appearance: none;
}
[v-cloak]{
	display: none;
}
.x-container {
  width: 84%;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .x-container {
    width: 94%;
  }
}
@media (max-width: 748px) {
  .x-container {
    width: 100%;
    padding: 0 20px;
  }
}
.x-con1500 {
  width: 78%;
  margin: 0 auto;
}
@media (max-width: 1580px) {
  .x-con1500 {
    width: 84%;
  }
}
@media (max-width: 1460px) {
  .x-con1500 {
    width: 90%;
  }
}
@media (max-width: 1260px) {
  .x-con1500 {
    width: 94%;
  }
}
@media (max-width: 748px) {
  .x-con1500 {
    width: 100%;
    padding: 0 20px;
  }
}
.x-box-a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0.75rem;
  color: #fff;
  padding: 0.18rem 0.36rem;
}
@media (max-width: 1260px) {
  .x-box-a {
    padding: 12px 20px;
  }
}
.x-box-a:hover i {
  right: -15px;
}
.x-box-a2:hover i {
  right: -15px;
}
.x-box-a i {
  display: inline-block;
  width: 6px;
  height: 12px;
  background: url("../images/you.png") no-repeat center;
  background-size: contain;
  position: relative;
  right: -8px;
  transition: 0.4s all;
}
.x-box-a2 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  background: linear-gradient(-45deg, transparent 9px, #333 0) top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: 0.4s all;
}
.x-box-a2:hover {
  background: linear-gradient(-45deg, transparent 9px, #cf111b 0) top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.x-box-a2:hover a {
  background: linear-gradient(-45deg, transparent 8px, #cf111b 0) top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
}
.x-box-a2:hover a i {
  background: url(../images/you.png) no-repeat center;
  background-size: contain;
}
.x-box-a2 a {
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, transparent 8px, #fff 0) top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0.18rem 0.36rem;
  color: #333;
  transition: 0.4s all;
}
@media (max-width: 972px) {
  .x-box-a2 a {
    padding: 12px 20px;
  }
}
.x-box-a2 a i {
  display: inline-block;
  width: 6px;
  height: 12px;
  background: url(../images/you2.png) no-repeat center;
  background-size: contain;
  position: relative;
  right: -8px;
  transition: 0.4s all;
}
.x-title-box .x-text .x-title {
  font-size: 0.48rem;
  color: #333;
  font-weight: bold;
}
@media (max-width: 1260px) {
  .x-title-box .x-text .x-title {
    font-size: 30px;
  }
}
@media (max-width: 748px) {
  .x-title-box .x-text .x-title {
    font-size: 24px;
    margin-top: 5px;
  }
}
.x-title-box .x-text span {
  font-size: 18px;
  color: #999;
}
@media (max-width: 748px) {
  .x-title-box .x-text span {
    font-size: 16px;
  }
}
.x-client-box .x-title {
  font-size: 0.48rem;
  color: #333;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1260px) {
  .x-client-box .x-title {
    font-size: 30px;
  }
}
@media (max-width: 748px) {
  .x-client-box .x-title {
    font-size: 24px;
    margin-top: 5px;
  }
}
.x-client-box span {
  font-size: 16px;
  color: #999;
  text-align: center;
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
}
@media (max-width: 748px) {
  .x-client-box span {
    font-size: 16px;
  }
}
.x-baike1 .x-site {
  margin-top: 0;
}
.x-show-ency .x-site {
  background-color: #fff;
}
@keyframes cd {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  20% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes sw_pa {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.sp {
  animation: cd 1.5s infinite linear;
  animation-delay: 0.5s;
}
#c-home-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 100px;
  text-align: center;
  color: #fff;
  transition: all 0.4s;
}
@media (max-width: 1260px) {
  #c-home-header {
    line-height: 74px;
  }
}
@media (max-width: 972px) {
  #c-home-header {
    line-height: 60px;
  }
}
#c-home-header.c-style2 {
  background-color: #fff;
}
#c-home-header.c-style2 .c-container .c-logo .c-img-box .x-img1 img:nth-of-type(1) {
  display: none;
}
#c-home-header.c-style2 .c-container .c-logo .c-img-box .x-img1 img:nth-of-type(2) {
  display: block;
}
#c-home-header.c-style2 .c-container .c-right-box .c-nav li.on a {
  color: #da251d;
}
#c-home-header.c-style2 .c-container .c-right-box .c-nav li.on a::before {
  opacity: 1;
  bottom: 0;
}
#c-home-header.c-style2 .c-container .c-right-box .c-nav li a {
  color: #333;
}
#c-home-header.c-style2 .c-container .x-pc-right .search img:nth-of-type(1) {
  display: none;
}
#c-home-header.c-style2 .c-container .x-pc-right .search img:nth-of-type(2) {
  display: inline-block;
}
#c-home-header.c-style2 .c-container .x-pc-right .x-langu p {
  color: #333;
}
#c-home-header.c-style2 .c-container .x-pc-right .x-langu p i {
  background: url("../images/xia2.png") no-repeat center;
  background-size: contain;
}
#c-home-header.c-style2 .c-container .x-pc-right .x-swier p {
  color: #333;
}
#c-home-header.c-style2 .c-container .x-pc-right .x-swier .x-daohan i {
  background-color: #333;
}
#c-home-header.c-head-move {
  top: -100px;
}
@media (max-width: 1260px) {
  #c-home-header.c-head-move {
    top: -74px;
  }
}
@media (max-width: 972px) {
  #c-home-header.c-head-move {
    top: -60px;
  }
}
#c-home-header .c-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  padding: 0 0.7rem;
  position: relative;
}
@media (max-width: 1260px) {
  #c-home-header .c-container {
    width: 100%;
  }
}
@media (max-width: 972px) {
  #c-home-header .c-container {
    width: 100%;
    padding: 0 20px;
    align-content: initial;
    height: 60px;
  }
}
@media (max-width: 972px) {
  #c-home-header .c-container .c-logo {
    float: left;
  }
}
#c-home-header .c-container .c-logo .c-img-box .x-img1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
#c-home-header .c-container .c-logo .c-img-box .x-img1 img {
  height: 48px;
  vertical-align: middle;
}
@media (max-width: 1260px) {
  #c-home-header .c-container .c-logo .c-img-box .x-img1 img {
    height: 34px;
  }
}
@media (max-width: 972px) {
  #c-home-header .c-container .c-logo .c-img-box .x-img1 img {
    height: 26px;
  }
}
#c-home-header .c-container .c-logo .c-img-box .x-img1 img:nth-of-type(2) {
  display: none;
}
#c-home-header .c-container .c-right-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 3rem;
}
@media (max-width: 1260px) {
  #c-home-header .c-container .c-right-box {
    margin-left: 1rem;
  }
}
@media (max-width: 972px) {
  #c-home-header .c-container .c-right-box {
    display: none;
  }
}
#c-home-header .c-container .c-right-box .c-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#c-home-header .c-container .c-right-box .c-nav li {
  margin-right: 85px;
}
#c-home-header .c-container .c-right-box .c-nav li:hover a {
  color: #da251d;
}
#c-home-header .c-container .c-right-box .c-nav li:hover a::before {
  opacity: 1;
  bottom: 0;
}
@media (max-width: 1900px) {
  #c-home-header .c-container .c-right-box .c-nav li {
    margin-right: 50px;
  }
}
@media (max-width: 1580px) {
  #c-home-header .c-container .c-right-box .c-nav li {
    margin-right: 35px;
  }
}
@media (max-width: 1400px) {
  #c-home-header .c-container .c-right-box .c-nav li {
    margin-right: 20px;
  }
}
#c-home-header .c-container .c-right-box .c-nav li:last-child {
  margin-right: 0;
}
#c-home-header .c-container .c-right-box .c-nav li a {
  display: block;
  color: #fff;
  font-size: 18px;
  position: relative;
}
@media (max-width: 1450px) {
  #c-home-header .c-container .c-right-box .c-nav li a {
    font-size: 16px;
  }
}
@media (max-width: 1260px) {
  #c-home-header .c-container .c-right-box .c-nav li a {
    font-size: 14px;
  }
}
#c-home-header .c-container .c-right-box .c-nav li a::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 25px;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #da251d;
  opacity: 0;
  transition: 0.4s all;
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1260px) {
  #c-home-header .c-container .c-right-box .c-nav li .x-list-box {
    top: 74px !important;
  }
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap {
  display: flex;
  justify-content: space-between;
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list1 {
  background-color: #f3f3f3;
  width: 39.5%;
  padding: 0.65rem 0.65rem 0.65rem 2.1rem;
}
@media (max-width: 1580px) {
  #c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list1 {
    padding: 0.65rem 0.65rem 0.65rem 1rem;
  }
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list1 .x-item {
  display: none;
  position: relative;
  opacity: 0;
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list1 .x-item:hover figure .x-img1 {
  transform: scale(1.1);
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list1 .x-item.active {
  opacity: 1;
  display: block;
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list1 .x-item:before {
  display: none;
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list1 .x-item figure {
  overflow: hidden;
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list1 .x-item figure .x-img1 {
  width: 100%;
  height: 275px;
  object-fit: cover;
  transition: 0.4s all;
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list1 .x-item .x-img2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 175px;
  height: 70px;
  object-fit: contain;
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list1 .x-item p {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 0.24rem;
  color: #333;
  line-height: initial;
  display: block;
}
@media (max-width: 1580px) {
  #c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list1 .x-item p {
    font-size: 20px;
  }
}
@media (max-width: 1260px) {
  #c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list1 .x-item p {
    font-size: 18px;
  }
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list2 {
  width: 60.5%;
  text-align: left;
  padding: 0.8rem 1.8rem 0.65rem 1.3rem;
}
@media (max-width: 1260px) {
  #c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list2 {
    padding: 0.8rem 1.3rem 0.65rem 1.3rem;
  }
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list2 .x-title {
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list2 .x-boxs-a {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list2 .x-boxs-a .x-item {
  display: block;
  width: 28%;
  line-height: initial;
  font-size: 16px;
  color: #333;
  transition: 0.4s all;
  border-bottom: 1px solid #ccc;
  padding: 0.3rem 0 0.2rem 0.2rem;
  position: relative;
  margin-right: 8%;
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list2 .x-boxs-a .x-item:nth-of-type(3n){
  margin-right: 0;
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list2 .x-boxs-a .x-item.active {
  color: #da251d;
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list2 .x-boxs-a .x-item.active p::before {
  background: url("../images/var2.png") no-repeat center;
  background-size: contain;
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list2 .x-boxs-a .x-item.active i {
  border: 2px solid #da251d;
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list2 .x-boxs-a .x-item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  padding-right: 20px;
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list2 .x-boxs-a .x-item p::before {
  content: "";
  width: 6px;
  height: 12px;
  background: url("../images/var3.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s all;
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list2 .x-boxs-a .x-item i {
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #ddd;
  border-radius: 50%;
  position: relative;
  left: -20px;
  top: 15px;
  transition: 0.4s all;
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list2 .x-boxs-a .x-item:hover {
  color: #da251d;
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list2 .x-boxs-a .x-item:hover p::before {
  background: url("../images/var2.png") no-repeat center;
  background-size: contain;
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list2 .x-boxs-a .x-item:hover i {
  border: 2px solid #da251d;
}
#c-home-header .c-container .c-right-box .c-nav li .x-list-box .x-list-wrap .x-list2 .x-boxs-a .x-item:before {
  display: none;
}
#c-home-header .c-container .x-pc-right {
  display: flex;
}
#c-home-header .c-container .x-pc-right .search {
  margin-right: 0.35rem;
  position: relative;
}
@media (max-width: 972px) {
  #c-home-header .c-container .x-pc-right .search {
    display: none;
  }
}
#c-home-header .c-container .x-pc-right .search img {
  width: 19px;
  height: 19px;
  vertical-align: middle;
}
#c-home-header .c-container .x-pc-right .search img:nth-of-type(2) {
  display: none;
}
#c-home-header .c-container .x-pc-right .search .c-clear {
  display: none;
  position: absolute;
  top: 104px;
  right: 0;
  background: #fff;
  width: 250px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
#c-home-header .c-container .x-pc-right .search .c-clear input {
  float: left;
  padding: 0 15px;
  width: 180px;
  height: 40px;
  font-size: 16px;
  color: #666;
}
#c-home-header .c-container .x-pc-right .search .c-clear button {
  float: right;
  width: 70px;
  height: 40px;
  color: #fff;
  background: #bb1c14;
  position: relative;
}
#c-home-header .c-container .x-pc-right .search .c-clear button i {
  background: url("../images/sousuo1.png") no-repeat;
  width: 15px;
  height: 15px;
  display: block;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
#c-home-header .c-container .x-pc-right .x-langu {
  position: relative;
  cursor: pointer;
}
@media (max-width: 972px) {
  #c-home-header .c-container .x-pc-right .x-langu {
    display: none;
  }
}
#c-home-header .c-container .x-pc-right .x-langu p {
  font-size: 14px;
  color: #fff;
  position: relative;
  width: 116px;
  border: 1px solid #8f8f8f;
  line-height: 34px;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  padding: 0 0.2rem;
}
@media (max-width: 1260px) {
  #c-home-header .c-container .x-pc-right .x-langu p {
    font-size: 14px;
  }
}
@media (max-width: 748px) {
  #c-home-header .c-container .x-pc-right .x-langu p {
    font-size: 16px;
    padding-right: 0;
  }
}
#c-home-header .c-container .x-pc-right .x-langu p i {
  width: 12px;
  height: 7px;
  background: url("../images/xia1.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}
#c-home-header .c-container .x-pc-right .x-langu .list {
  display: none;
  line-height: normal;
  position: absolute;
  top: 100px;
  right: 0;
}
@media (max-width: 1260px) {
  #c-home-header .c-container .x-pc-right .x-langu .list {
    top: 74px;
  }
}
#c-home-header .c-container .x-pc-right .x-langu .list a {
  color: #333;
  width: 116px;
  display: block;
  padding: 5px 0;
  background-color: #fff;
  transition: 0.4s all;
}
#c-home-header .c-container .x-pc-right .x-langu .list a:hover {
  color: #da251d;
}
#c-home-header .c-container .x-pc-right .x-langu .list a:nth-of-type(2) {
  border-top: 1px solid #eee;
}
#c-home-header .c-container .x-pc-right .x-swier {
  display: none;
  align-items: center;
  position: relative;
}
@media (max-width: 972px) {
  #c-home-header .c-container .x-pc-right .x-swier {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 24px;
    height: 20px;
    margin-top: -10px;
    cursor: pointer;
  }
}
#c-home-header .c-container .x-pc-right .x-swier .x-daohan {
  cursor: pointer;
  z-index: 14;
}
#c-home-header .c-container .x-pc-right .x-swier .x-daohan:hover i:nth-of-type(2) {
  width: 24px;
}
#c-home-header .c-container .x-pc-right .x-swier .x-daohan i {
  text-align: left;
  display: block;
  position: relative;
  height: 2px;
  background-color: currentColor;
  margin: 6px 0 6px 0;
  margin-right: auto;
  border-radius: 1.5px;
  -webkit-transition: width 0.2s ease-out, opacity 0.2s ease;
  -moz-transition: width 0.2s ease-out, opacity 0.2s ease;
  transition: width 0.2s ease-out, opacity 0.2s ease;
}
#c-home-header .c-container .x-pc-right .x-swier .x-daohan i:nth-of-type(1),
#c-home-header .c-container .x-pc-right .x-swier .x-daohan i:nth-of-type(3) {
  width: 24px;
  margin-top: 0;
}
#c-home-header .c-container .x-pc-right .x-swier .x-daohan i:nth-of-type(2) {
  width: 24px;
}
#c-home-header .c-container .x-pc-right .x-swier .x-daohan i:nth-of-type(3) {
  margin-bottom: 0;
}
#c-home-header .c-container .c-nav2 {
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 0;
  font-size: 14px;
  line-height: 50px;
  overflow-y: auto;
  background: #fff;
  transition: all 0.5s;
}
#c-home-header .c-container .c-nav2 > li:first-child {
  border-top: 1px solid #f1f1f1;
}
#c-home-header .c-container .c-nav2 > li a {
  display: block;
  margin: 0 20px;
  border-bottom: 1px solid #f1f1f1;
  text-align: left;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
#c-home-header .c-container .c-nav2 > li a:hover {
  color: #d0121c;
}
#c-home-header .c-container .c-nav2 > li a:hover i {
  background: url("../images/xia3.png") no-repeat center;
  background-size: contain;
}
#c-home-header .c-container .c-nav2 > li a i {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: url("../images/xia2.png") no-repeat center;
  background-size: contain;
}
#c-home-header .c-container .c-nav2 > li ul {
  display: none;
}
#c-home-header .c-container .c-nav2 > li ul li a:hover {
  color: #d0121c;
}
#c-home-header .c-container .c-nav2 .c-language {
  float: left;
  position: relative;
  padding: 20px 0 0 20px;
}
#c-home-header .c-container .c-nav2 .c-language a {
  margin: 0;
  display: block;
  padding: 0 5px;
  width: 80px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #f1f1f1;
  position: relative;
}
#c-home-header .c-container .c-nav2 .c-language a:hover {
  color: #d0121c;
}
#c-home-header .c-container .c-nav2 .c-language a:hover i {
  background: url("../images/xia3.png") no-repeat center;
  background-size: contain;
}
#c-home-header .c-container .c-nav2 .c-language a i {
  display: block;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: url("../images/xia2.png") no-repeat center;
  background-size: contain;
}
#c-home-header .c-container .c-nav2 .c-language .c-list {
  display: none;
}
#c-home-header .c-container .c-nav2 .c-language .c-item {
  display: block;
  background: #fff;
  line-height: 40px;
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.05);
}
#c-home-header .c-container .c-nav2 .c-language .c-item a {
  display: block;
  padding: 0 5px;
  margin: 0;
}
#c-home-header .c-container .c-nav2 .c-search-box {
  float: right;
  width: -webkit-calc(-20%);
  width: calc(100% - 120px);
  padding: 20px 20px 0 0;
}
#c-home-header .c-container .c-nav2 .c-search-box form {
  position: relative;
  line-height: 38px;
}
#c-home-header .c-container .c-nav2 .c-search-box form input {
  float: left;
  padding: 0 5px;
  width: -webkit-calc(85%);
  width: calc(100% - 50px);
  height: 38px;
  border: 1px solid #f1f1f1;
  color: #666;
}
#c-home-header .c-container .c-nav2 .c-search-box form button {
  float: right;
  width: 50px;
  height: 38px;
  color: #fff;
  background: #bb1c14;
  position: relative;
}
#c-home-header .c-container .c-nav2 .c-search-box form button i {
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/sousuo1.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
body.c-open #c-home-header.c-style2 .c-nav2 {
  height: calc(100% - 60px);
}
body.c-open {
  overflow: hidden;
}
body.c-open #c-home-header .c-nav2 {
  height: calc(100% - 80px);
}
body.c-open #c-home-header .x-daohan i:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-home-header .x-daohan i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-home-header .x-daohan i:nth-child(3) {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.c-open #c-home-header {
  background: #fff;
}
body.c-open #c-home-header .c-logo .c-img-box .x-img1 img:nth-of-type(1) {
  display: none;
}
body.c-open #c-home-header .c-logo .c-img-box .x-img1 img:nth-of-type(2) {
  display: block;
}
body.c-open #c-home-header .c-container .x-pc-right .x-swier .x-daohan i {
  background-color: #333;
}
.x-banner1 .swiper-container .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  -webkit-transition: all 7s;
  transition: all 7s;
}
.x-banner1 .swiper-container .swiper-wrapper .swiper-slide .x-text {
  position: absolute;
  left: 2.1rem;
  top: 50%;
  transform: translateY(-50%);
}
.x-banner1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
  font-size: 0.72rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 748px) {
  .x-banner1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
    font-size: 24px;
  }
}
.x-banner1 .swiper-container .swiper-wrapper .swiper-slide .x-text .x-box-a {
  color: #fff;
  background: linear-gradient(-45deg, transparent 10px, #cf111b 0);
}
.x-banner1 .swiper-container .swiper-wrapper .swiper-slide .x-video {
  width: 100%;
  height: 100vh;
}
.x-banner1 .swiper-container .swiper-wrapper .swiper-slide .x-video video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.x-banner1 .swiper-container .swiper-pagination {
  bottom: 50px;
}
@media (max-width: 748px) {
  .x-banner1 .swiper-container .swiper-pagination {
    bottom: 30px;
  }
}
.x-banner1 .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 80px;
  height: 3px;
  border-radius: 0;
  background: #b4b4b2;
  transition: 0.5s all;
  margin: 0 10px;
  position: relative;
}
@media (max-width: 1580px) {
  .x-banner1 .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 60px;
  }
}
@media (max-width: 748px) {
  .x-banner1 .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
  }
}
.x-banner1 .swiper-container .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  width: 0;
  height: 3px;
  background-color: #da251d;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s all;
}
.x-banner1 .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
}
.x-banner1 .swiper-container .swiper-pagination .swiper-pagination-bullet-active::before {
  width: 100%;
}
/* 全球布局 */
@-webkit-keyframes yunMove {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes yunMove {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.x-index1 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 972px) {
  .x-index1 {
    padding: 1.5rem 0;
  }
}
@media (max-width: 748px) {
  .x-index1 {
    padding: 2rem 0;
  }
}
.x-index1 .x-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  animation: yunMove 100s infinite linear;
  width: 200%;
  height: 100%;
}
.x-index1 .x-img img {
  float: left;
  width: 50%;
  height: 100%;
}
.x-index1 .x-container ul {
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 0.5rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0.7rem 1.58rem 0.6rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 972px) {
  .x-index1 .x-container ul {
    margin: 0;
  }
}
@media (max-width: 748px) {
  .x-index1 .x-container ul {
    padding: 1.4rem 1.58rem 1.4rem;
  }
}
.x-index1 .x-container ul li {
  width: 33.33%;
  border-right: 1px solid #dfdfdf;
  padding-bottom: 0.38rem;
}
@media (max-width: 748px) {
  .x-index1 .x-container ul li {
    width: 48%;
    border-bottom: 1px solid #dfdfdf;
  }
}
.x-index1 .x-container ul li:hover p {
  color: #df0001;
}
@media (max-width: 748px) {
  .x-index1 .x-container ul li:nth-of-type(2n) {
    border-right: none;
  }
}

.x-index1 .x-container ul li:nth-of-type(2),
.x-index1 .x-container ul li:nth-of-type(5) {
  padding-left: 1.3rem;
}
.x-index1 .x-container ul li:nth-of-type(3),
.x-index1 .x-container ul li:nth-of-type(6) {
  padding-left: 1.8rem;
}
.x-index1 .x-container ul li:nth-of-type(3n) {
  border-right: none;
}
.x-index1 .x-container ul li:nth-of-type(n+4) {
  border-top: 1px solid #dfdfdf;
  padding-bottom: 0;
  padding-top: 0.5rem;
}
@media (max-width: 748px) {
  .x-index1 .x-container ul li:nth-of-type(n+4) {
    border-top: none;
    padding-bottom: 0.38rem;
  }
}
@media (max-width: 748px) {
  .x-index1 .x-container ul li:nth-of-type(3) {
    padding-left: 0;
    padding-top: 0.5rem;
    border-right: 1px solid #dfdfdf;
  }
}
@media (max-width: 748px) {
  .x-index1 .x-container ul li:nth-of-type(4) {
    padding-left: 1.3rem;
  }
}
@media (max-width: 748px) {
  .x-index1 .x-container ul li:nth-of-type(5) {
    padding-left: 0;
  }
}
@media (max-width: 748px) {
  .x-index1 .x-container ul li:nth-of-type(6) {
    padding-left: 1.3rem;
  }
}
.x-index1 .x-container ul li p {
  font-size: 0.54rem;
  color: #333;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  transition: 0.4s all;
}
@media (max-width: 1260px) {
  .x-index1 .x-container ul li p {
    font-size: 30px;
  }
}
@media (max-width: 748px) {
  .x-index1 .x-container ul li p {
    font-size: 22px;
  }
}
.x-index1 .x-container ul li span {
  font-size: 16px;
  color: #333;
}
@media (max-width: 748px) {
  .x-index1 .x-container ul li span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
  }
}
.x-index2 {
  padding: 0.7rem 0 1rem 0;
}
@media (max-width: 748px) {
  .x-index2 {
    padding: 30px 0 60px 0;
  }
}
.x-index2 .x-container {
  padding: 0 0.5rem;
}
@media (max-width: 972px) {
  .x-index2 .x-container {
    padding: 0;
  }
}
@media (max-width: 748px) {
  .x-index2 .x-container {
    padding: 0 20px;
  }
}
.x-index2 .x-container .swiper-container .swiper-wrapper .swiper-slide {
  border: 1px solid #e8e8e8;
}
.x-index2 .x-container .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 1.16rem;
}
@media (max-width: 1260px) {
  .x-index2 .x-container .swiper-container .swiper-wrapper .swiper-slide img {
    height: 1.5rem;
  }
}
@media (max-width: 748px) {
  .x-index2 .x-container .swiper-container .swiper-wrapper .swiper-slide img {
    height: 3.16rem;
    object-fit: cover;
  }
}
.x-index3 {
  padding-bottom: 1.3rem;
}
@media (max-width: 748px) {
  .x-index3 {
    padding-bottom: 30px;
  }
}
.x-index3 .x-con .x-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.x-index3 .x-con .x-title-box.x-container {
  padding: 0 0.5rem;
  position: relative;
}
@media (max-width: 972px) {
  .x-index3 .x-con .x-title-box.x-container {
    padding: 0;
  }
}
@media (max-width: 748px) {
  .x-index3 .x-con .x-title-box.x-container {
    padding: 0 1rem;
  }
}
.x-index3 .x-con .x-title-box .x-text {
  position: relative;
}
.x-index3 .x-con .x-title-box .x-text p {
  color: #df0001;
  position: relative;
  display: inline-block;
  padding-right: 16px;
  font-style: italic;
}
.x-index3 .x-con .x-title-box .x-text p:nth-of-type(2) {
  color: #222;
  margin-left: 2px;
}
.x-index3 .x-con .x-title-box .x-text p i {
  font-style: normal;
  font-size: 18px;
  position: absolute;
  right: -10px;
  color: #df0001;
}
@media (max-width: 748px) {
  .x-index3 .x-con .x-title-box .x-text p i {
    right: -6px;
    top: -8px;
  }
}
.x-index3 .x-con .x-title-box .x-box-a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  background: linear-gradient(-45deg, transparent 9px, #333 0) top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: 0.4s all;
  margin-top: 0;
}
.x-index3 .x-con .x-title-box .x-box-a:hover {
  background: linear-gradient(-45deg, transparent 9px, #cf111b 0) top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.x-index3 .x-con .x-title-box .x-box-a:hover a {
  background: linear-gradient(-45deg, transparent 8px, #cf111b 0) top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
}
.x-index3 .x-con .x-title-box .x-box-a:hover a i {
  background: url(../images/you.png) no-repeat center;
  background-size: contain;
}
.x-index3 .x-con .x-title-box .x-box-a a {
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, transparent 8px, #fff 0) top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0.2rem 0.36rem;
  color: #333;
  transition: 0.4s all;
}
@media (max-width: 1260px) {
  .x-index3 .x-con .x-title-box .x-box-a a {
    padding: 12px 20px;
  }
}
.x-index3 .x-con .x-title-box .x-box-a i {
  background: url(../images/you2.png) no-repeat center;
  background-size: contain;
  transition: 0.4s all;
}
.x-index3 .x-con .x-swiper {
  position: relative;
}
.x-index3 .x-con .x-swiper .swiper-container {
  margin-left: 2.1rem;
  padding: 0.7rem 0 1.05rem 0;
}
@media (max-width: 1260px) {
  .x-index3 .x-con .x-swiper .swiper-container {
    margin-left: 1rem;
  }
}
@media (max-width: 972px) {
  .x-index3 .x-con .x-swiper .swiper-container {
    margin-left: 0.5rem;
  }
}
@media (max-width: 748px) {
  .x-index3 .x-con .x-swiper .swiper-container {
    padding: 30px 0 40px 0;
    margin-left: 1rem;
  }
}
.x-index3 .x-con .x-swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  width: 51% !important;
  box-shadow: 0 0 51px 0 rgba(129, 129, 129, 0.19);
}
@media (max-width: 748px) {
  .x-index3 .x-con .x-swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 80% !important;
  }
}
.x-index3 .x-con .x-swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active::before {
  opacity: 0;
}
.x-index3 .x-con .x-swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-logo {
  opacity: 1;
}
.x-index3 .x-con .x-swiper .swiper-container .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, 0.05);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: 0.4s all;
}
.x-index3 .x-con .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 1.2rem;
  object-fit: contain;
  opacity: 0;
  transition: 0.4s all;
}
@media (max-width: 748px) {
  .x-index3 .x-con .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-logo {
    height: 1.3rem;
  }
}
.x-index3 .x-con .x-swiper .swiper-container .swiper-wrapper .swiper-slide figure {
  width: 100%;
  height: 5rem;
  transition: 0.4s all;
}
@media (max-width: 972px) {
  .x-index3 .x-con .x-swiper .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 6rem;
  }
}
@media (max-width: 748px) {
  .x-index3 .x-con .x-swiper .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 10.5rem;
  }
}
.x-index3 .x-con .x-swiper .swiper-container .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s all;
}
.x-index3 .x-con .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-text {
  position: absolute;
  left: 0.45rem;
  bottom: 0.45rem;
}
.x-index3 .x-con .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
  font-size: 0.4rem;
  color: #d0121c;
}
@media (max-width: 1260px) {
  .x-index3 .x-con .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
    font-size: 24px;
  }
}
@media (max-width: 748px) {
  .x-index3 .x-con .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
    font-size: 22px;
  }
}
.x-index3 .x-con .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title span {
  color: #020202;
}
.x-index3 .x-con .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-text p {
  font-size: 0.24rem;
  color: #010101;
}
@media (max-width: 1260px) {
  .x-index3 .x-con .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-text p {
    font-size: 14px;
  }
}
.x-index3 .x-con .x-swiper .swiper-container .swiper-button-prev1 {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #3f3f3f;
  border-radius: 50%;
  position: absolute;
  left: 45px;
  top: 47%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 1580px) {
  .x-index3 .x-con .x-swiper .swiper-container .swiper-button-prev1 {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 972px) {
  .x-index3 .x-con .x-swiper .swiper-container .swiper-button-prev1 {
    left: 0;
  }
}
@media (max-width: 748px) {
  .x-index3 .x-con .x-swiper .swiper-container .swiper-button-prev1 {
    width: 40px;
    height: 40px;
  }
}
.x-index3 .x-con .x-swiper .swiper-container .swiper-button-prev1:hover {
  background-color: #fff;
  border: none;
}
.x-index3 .x-con .x-swiper .swiper-container .swiper-button-prev1:hover::before {
  background: url(../images/z-jt2.png) no-repeat center;
  background-size: contain;
}
.x-index3 .x-con .x-swiper .swiper-container .swiper-button-prev1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 23px;
  height: 15px;
  background: url(../images/z-jt1.png) no-repeat center;
  background-size: contain;
  transition: 0.4s all;
}
@media (max-width: 748px) {
  .x-index3 .x-con .x-swiper .swiper-container .swiper-button-prev1::before {
    width: 19px;
    height: 12px;
  }
}
.x-index3 .x-con .x-swiper .swiper-container .swiper-button-next1 {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #3f3f3f;
  border-radius: 50%;
  position: absolute;
  right: 1.8rem;
  top: 47%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 972px) {
  .x-index3 .x-con .x-swiper .swiper-container .swiper-button-next1 {
    right: 45px;
  }
}
@media (max-width: 1580px) {
  .x-index3 .x-con .x-swiper .swiper-container .swiper-button-next1 {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 748px) {
  .x-index3 .x-con .x-swiper .swiper-container .swiper-button-next1 {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}
.x-index3 .x-con .x-swiper .swiper-container .swiper-button-next1:hover {
  background-color: #fff;
  border: none;
}
.x-index3 .x-con .x-swiper .swiper-container .swiper-button-next1:hover::before {
  background: url(../images/y-jt2.png) no-repeat center;
  background-size: contain;
}
.x-index3 .x-con .x-swiper .swiper-container .swiper-button-next1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 23px;
  height: 15px;
  background: url(../images/y-jt1.png) no-repeat center;
  background-size: contain;
  transition: 0.4s all;
}
@media (max-width: 748px) {
  .x-index3 .x-con .x-swiper .swiper-container .swiper-button-next1::before {
    width: 19px;
    height: 12px;
  }
}
.x-index3 .x-con .x-line {
  width: 6.3rem;
  height: 2px;
  background-color: #d5d5d5;
  position: absolute;
  right: 2rem;
}
@media (max-width: 748px) {
  .x-index3 .x-con .x-line {
    right: 1rem;
  }
}
.x-index3 .x-con .x-line div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #df0001;
  transition: 0.5s;
}
.x-index3 .x-con .x-line div .sp1:nth-of-type(1) {
  display: block;
  width: 15px;
  height: 15px;
  background-color: #da251d;
  position: absolute;
  right: 0;
  margin-top: -7.5px;
  margin-left: -7.5px;
  border-radius: 50%;
  z-index: 3;
}
.x-index3 .x-con .x-line div .sp:nth-of-type(2) {
  display: block;
  width: 18px;
  height: 18px;
  background-color: #ea8782;
  position: absolute;
  right: -2px;
  top: -2px;
  margin-top: -7.5px;
  margin-left: -7.5px;
  border-radius: 50%;
}
.x-index3 .x-con .x-line div .sp:nth-of-type(3) {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #f6cbc9;
  position: absolute;
  right: -2px;
  top: -2px;
  margin-top: -7.5px;
  margin-left: -7.5px;
  border-radius: 50%;
}
.x-index4 .x-con .x-top {
  padding: 1.2rem 0 0 2.1rem;
  background-color: #f8f8f8;
  position: relative;
}
@media (max-width: 1580px) {
  .x-index4 .x-con .x-top {
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 1260px) {
  .x-index4 .x-con .x-top {
    padding-left: 1rem;
  }
}
@media (max-width: 972px) {
  .x-index4 .x-con .x-top {
    padding-left: 0.5rem;
  }
}
@media (max-width: 748px) {
  .x-index4 .x-con .x-top {
    padding: 30px 1rem;
  }
}
.x-index4 .x-con .x-top .swiper-container.swiper-container-fade .swiper-slide {
  opacity: 0!important;
}
.x-index4 .x-con .x-top .swiper-container.swiper-container-fade .swiper-slide-active {
  opacity: 1!important;
}
.x-index4 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-index4 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left {
  width: 33.3%;
  margin-top: 0.5rem;
}
@media (max-width: 1260px) {
  .x-index4 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left {
    width: 38.3%;
  }
}
@media (max-width: 972px) {
  .x-index4 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left {
    width: 100%;
    padding-right: 0.5rem;
  }
}
.x-index4 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left .x-title-box .x-text .x-title {
  font-style: italic;
  margin: 0.1rem 0 0.3rem 0;
}
@media (max-width: 748px) {
  .x-index4 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left .x-title-box .x-text .x-title {
    margin-top: 5px;
  }
}
.x-index4 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left p {
  font-size: 16px;
  color: #666;
  margin-bottom: 0.55rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 748px) {
  .x-index4 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left p {
    margin: 20px 0 15px 0;
  }
}
.x-index4 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left .x-box-a2 {
  margin-right: 0.3rem;
}
.x-index4 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left .x-box-a2:last-child {
  margin-right: 0;
}
.x-index4 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right {
  width: 58.2%;
}
@media (max-width: 972px) {
  .x-index4 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right {
    width: 100%;
    margin-top: 30px;
  }
}
.x-index4 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right figure {
  width: 100%;
  height: 6.75rem;
}
@media (max-width: 1260px) {
  .x-index4 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right figure {
    height: 7.75rem;
  }
}
@media (max-width: 972px) {
  .x-index4 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right figure {
    height: 8.75rem;
  }
}
@media (max-width: 748px) {
  .x-index4 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right figure {
    height: 10.75rem;
  }
}
.x-index4 .x-con .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index4 .x-con .x-top .swiper-container .x-pagination {
  position: absolute;
  bottom: 1.6rem;
  font-size: 0.3rem;
  color: #d5d5d5;
}
@media (max-width: 972px) {
  .x-index4 .x-con .x-top .swiper-container .x-pagination {
    display: none;
  }
}
.x-index4 .x-con .x-top .swiper-container .x-pagination .swiper-pagination-current {
  font-size: 0.48rem;
  color: #cf111b;
  font-weight: bold;
  margin-right: 5px;
}
.x-index4 .x-con .x-botton {
  padding: 1.4rem 1.6rem 1rem 2.1rem;
  margin: -90px 0 1.1rem 0;
  background-color: #fff;
}
@media (max-width: 1580px) {
  .x-index4 .x-con .x-botton {
    padding-top: 1.8rem;
  }
}
@media (max-width: 972px) {
  .x-index4 .x-con .x-botton {
    margin: 0;
    padding: 0.5rem;
  }
}
@media (max-width: 748px) {
  .x-index4 .x-con .x-botton {
    padding: 25px 1rem 40px 1rem;
  }
}
.x-index4 .x-con .x-botton .swiper-container {
  width: 100%;
}
.x-index4 .x-con .x-botton .swiper-container .swiper-wrapper .swiper-slide {
  width: auto !important;
}
.x-index4 .x-con .x-botton .swiper-container .swiper-wrapper .swiper-slide:last-child p {
  padding-right: 0;
}
.x-index4 .x-con .x-botton .swiper-container .swiper-wrapper .swiper-slide:last-child p::after {
  display: none;
}
.x-index4 .x-con .x-botton .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active p {
  color: #cf111b;
}
.x-index4 .x-con .x-botton .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active p::before {
  border: 2px solid #cf111b;
  background-color: transparent;
  width: 8px;
  height: 8px;
}
.x-index4 .x-con .x-botton .swiper-container .swiper-wrapper .swiper-slide p {
  font-size: 20px;
  color: #999;
  padding-left: 15px;
  position: relative;
  cursor: pointer;
  padding-right: 1.28rem;
}
@media (max-width: 1260px) {
  .x-index4 .x-con .x-botton .swiper-container .swiper-wrapper .swiper-slide p {
    font-size: 18px;
  }
}
.x-index4 .x-con .x-botton .swiper-container .swiper-wrapper .swiper-slide p::before {
  content: "";
  border: 1px solid #999;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.x-index4 .x-con .x-botton .swiper-container .swiper-wrapper .swiper-slide p::after {
  content: "";
  width: 1rem;
  height: 1px;
  background-color: #999;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 748px) {
  .x-index4 .x-con .x-botton .swiper-container .swiper-wrapper .swiper-slide p::after {
    width: 0.5rem;
  }
}
.x-index5 {
  background-repeat: no-repeat;
  background-size: cover;
  height: 10.9rem;
  position: relative;
}
@media (max-width: 1022px) {
  .x-index5 {
    display: none;
  }
}
.x-index5 .svg .svg1 {
  position: absolute;
  left: 0;
  top: 0;
}
.x-index5 .svg .svg1 g {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
}
.x-index5 .svg .svg1 g:nth-of-type(1) image {
  width: 54%;
  height: 73.8%;
  transform: translateX(0);
}
.x-index5 .svg .svg1 g:nth-of-type(2) image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateX(25%);
}
.x-index5 .svg .svg1 g:nth-of-type(3) image {
  width: 76.2%;
  height: 174%;
}
.x-index5 .svg .svg1 g:hover img {
  display: block;
}
.x-index5 .svg .svg1 g .gg {
  position: relative;
  z-index: 2;
}
.x-index5 .x-con {
  position: relative;
  height: 100%;
  z-index: 3;
}
.x-index5 .x-con .x-title-box {
  position: relative;
  z-index: 10;
}
.x-index5 .x-con .x-title-box .x-text .x-title {
  color: #fff;
  text-align: center;
  padding-top: 0.7rem;
}
.x-index5 .x-con ul li {
  width: 5.1rem;
  left: 1.6rem;
  position: absolute;
  z-index: 9;
  padding-left: 0.5rem;
}
.x-index5 .x-con ul li:hover .x-top {
  display: none;
}
.x-index5 .x-con ul li:hover .x-none {
  opacity: 1;
  display: block;
}
.x-index5 .x-con ul li:hover:nth-of-type(3) {
  bottom: 40px;
}
@media (max-width: 1300px) {
  .x-index5 .x-con ul li:hover:nth-of-type(3) {
    bottom: 20px;
  }
}
@media (max-width: 1260px) {
  .x-index5 .x-con ul li:hover:nth-of-type(3) {
    bottom: 16px;
  }
}
.x-index5 .x-con ul li:hover:nth-of-type(3) .x-none .x-box-a2 {
  margin-top: 0.2rem;
}
.x-index5 .x-con ul li .x-none {
  display: none;
  opacity: 0;
  transition: 0.4s all;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  /* overflow: hidden; */
}

@-webkit-keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 10%, 0);
		-ms-transform: translate3d(0, 10%, 0);
		transform: translate3d(0, 10%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
.x-index5 .x-con ul li .x-none .x-title span {
  margin-left: 0.15rem;
}
.x-index5 .x-con ul li:nth-of-type(1) {
  top: 2rem;
  z-index: 9;
}
.x-index5 .x-con ul li:nth-of-type(1) .x-top .x-title {
  position: relative;
}
.x-index5 .x-con ul li:nth-of-type(1) .x-top .x-title .x-ti-i {
  position: absolute;
  left: -37px;
  top: 75%;
}
.x-index5 .x-con ul li:nth-of-type(1) .x-top .x-title .x-ti-i .x-jia {
  position: absolute;
  left: 50%;
  top: -2px;
  transform: translateX(-50%) translateY(-50%);
  z-index: 15;
  font-size: 22px;
  color: #fff;
  font-style: normal;
}
.x-index5 .x-con ul li:nth-of-type(1) .x-top .x-title .x-ti-i span:nth-of-type(1) {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  margin-top: -13px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #da251d;
  z-index: 5;
  border-radius: 50%;
}
.x-index5 .x-con ul li:nth-of-type(1) .x-top .x-title .x-ti-i span:nth-of-type(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #902c28;
  z-index: 4;
  border-radius: 50%;
}
.x-index5 .x-con ul li:nth-of-type(1) .x-top .x-title .x-ti-i span:nth-of-type(3) {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #5c312f;
  z-index: 3;
  border-radius: 50%;
}
.x-index5 .x-con ul li:nth-of-type(1) .x-none .x-title {
  display: flex;
  align-items: flex-end;
}
.x-index5 .x-con ul li:nth-of-type(1) .x-none .x-title span {
  font-size: 0.3rem;
  color: #da251d;
  font-weight: bold;
  position: static;
}
.x-index5 .x-con ul li:nth-of-type(1) .x-none p img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.x-index5 .x-con ul li:nth-of-type(1) .x-none .x-box-a2 {
  margin-top: 0.6rem;
  background: linear-gradient(-45deg, transparent 9px, #fff 0) top right;
}
@media (max-width: 1260px) {
  .x-index5 .x-con ul li:nth-of-type(1) .x-none .x-box-a2 {
    margin-top: 0.1rem;
  }
}
.x-index5 .x-con ul li:nth-of-type(1) .x-none .x-box-a2:hover {
  background: linear-gradient(-45deg, transparent 8px, #cf111b 0) top right;
}
.x-index5 .x-con ul li:nth-of-type(1) .x-none .x-box-a2:hover a {
  background: linear-gradient(-45deg, transparent 8px, #cf111b 0) top right;
}
.x-index5 .x-con ul li:nth-of-type(1) .x-none .x-box-a2 a {
  background: linear-gradient(-45deg, transparent 8px, #040404 0) top right;
  color: #fff;
}
.x-index5 .x-con ul li:nth-of-type(1) .x-none .x-box-a2 a i {
  background: url(../images/you.png) no-repeat center;
  background-size: contain;
}
.x-index5 .x-con ul li:nth-of-type(2) {
  width: 5.1rem;
  bottom: auto;
  right: 2rem;
  top: 2rem;
  left: auto;
  padding-left: 0.65rem;
}
@media (max-width: 1300px) {
  .x-index5 .x-con ul li:nth-of-type(2) {
    right: 1.8rem;
  }
}
.x-index5 .x-con ul li:nth-of-type(2) .x-none .x-title {
  position: relative;
}
.x-index5 .x-con ul li:nth-of-type(2) .x-none .x-title::before {
  /* content: "";
  width: 2.15rem;
  height: 2px;
  background-color: #ededed;
  position: absolute;
  left: -2.77rem;
  top: 75%;
  transform: translateY(-50%);
  z-index: 10; */
}
.x-index5 .x-con ul li:nth-of-type(2) .x-title {
  display: flex;
  align-items: flex-end;
}
.x-index5 .x-con ul li:nth-of-type(2) .x-title img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  margin-right: 15px;
}
.x-index5 .x-con ul li:nth-of-type(2) .x-title span {
  font-size: 0.3rem;
  color: #da251d;
  font-weight: bold;
  position: static;
}
.x-index5 .x-con ul li:nth-of-type(2) p img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.x-index5 .x-con ul li:nth-of-type(2) .x-box-a2 {
  margin-top: 0.6rem;
  background: linear-gradient(-45deg, transparent 9px, #fff 0) top right;
}
.x-index5 .x-con ul li:nth-of-type(2) .x-box-a2:hover {
  background: linear-gradient(-45deg, transparent 8px, #cf111b 0) top right;
}
.x-index5 .x-con ul li:nth-of-type(2) .x-box-a2:hover a {
  background: linear-gradient(-45deg, transparent 8px, #cf111b 0) top right;
}
.x-index5 .x-con ul li:nth-of-type(2) .x-box-a2 a {
  background: linear-gradient(-45deg, transparent 8px, #040404 0) top right;
  color: #fff;
}
.x-index5 .x-con ul li:nth-of-type(2) .x-box-a2 a i {
  background: url(../images/you.png) no-repeat center;
  background-size: contain;
}
.x-index5 .x-con ul li:nth-of-type(3) {
  width: 8rem;
  bottom: 80px;
  top: auto;
}
@media (max-width: 1260px) {
  .x-index5 .x-con ul li:nth-of-type(3) {
    width: 11rem;
    bottom: 50px;
  }
}
.x-index5 .x-con ul li .x-span1 {
  position: absolute;
  font-size: 1.5rem;
  top: 0;
  left: 59px;
  color: rgba(224, 196, 119, 0.06);
  line-height: 0.8;
}
@media (max-width: 1580px) {
  .x-index5 .x-con ul li .x-span1 {
    font-size: 1.1rem;
    top: 0.1rem;
  }
}
@media (max-width: 1260px) {
  .x-index5 .x-con ul li .x-span1 {
    font-size: 1rem;
    top: 0.1rem;
    left: 40px;
  }
}
.x-index5 .x-con ul li .x-title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-top: 0.45rem;
}
.x-index5 .x-con ul li .x-title .x-ti-i {
  position: absolute;
  left: -37px;
  top: 75%;
}
.x-index5 .x-con ul li .x-title .x-ti-i .x-jia {
  position: absolute;
  left: 50%;
  top: -2px;
  transform: translateX(-50%) translateY(-50%);
  z-index: 15;
  font-size: 22px;
  color: #fff;
  font-style: normal;
}
.x-index5 .x-con ul li .x-title .x-ti-i span:nth-of-type(1) {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  margin-top: -13px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #da251d;
  z-index: 5;
  border-radius: 50%;
}
.x-index5 .x-con ul li .x-title .x-ti-i span:nth-of-type(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #902c28;
  z-index: 4;
  border-radius: 50%;
}
.x-index5 .x-con ul li .x-title .x-ti-i span:nth-of-type(3) {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #5c312f;
  z-index: 3;
  border-radius: 50%;
}
.x-index5 .x-con ul li p {
  font-size: 18px;
  color: #fff;
  margin-top: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width: 1800px) {
  .x-index5 .x-con ul li p {
    font-size: 14px;
  }
}
.x-index5 .x-con ul li .x-none .x-title {
  display: flex;
  align-items: flex-end;
}
.x-index5 .x-con ul li .x-none .x-title img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  margin-right: 15px;
}
@media (max-width: 1260px) {
  .x-index5 .x-con ul li .x-none .x-title img {
    height: 30px;
    margin-right: 8px;
  }
}
.x-index5 .x-con ul li .x-none .x-title span {
  font-size: 0.3rem;
  color: #da251d;
  font-weight: bold;
  position: static;
}
@media (max-width: 1260px) {
  .x-index5 .x-con ul li .x-none p {
    -webkit-line-clamp: 2;
  }
}
.x-index5 .x-con ul li .x-none p img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.x-index5 .x-con ul li .x-none .x-box-a2 {
  margin-top: 0.6rem;
  background: linear-gradient(-45deg, transparent 9px, #fff 0) top right;
}
@media (max-width: 1260px) {
  .x-index5 .x-con ul li .x-none .x-box-a2 {
    margin-top: 0.1rem;
  }
}
.x-index5 .x-con ul li .x-none .x-box-a2:hover {
  background: linear-gradient(-45deg, transparent 8px, #cf111b 0) top right;
}
.x-index5 .x-con ul li .x-none .x-box-a2:hover a {
  background: linear-gradient(-45deg, transparent 8px, #cf111b 0) top right;
}
.x-index5 .x-con ul li .x-none .x-box-a2 a {
  background: linear-gradient(-45deg, transparent 8px, #040404 0) top right;
  color: #fff;
}
.x-index5 .x-con ul li .x-none .x-box-a2 a i {
  background: url(../images/you.png) no-repeat center;
  background-size: contain;
}
.x-index5-m {
  display: none;
}
@media (max-width: 1022px) {
  .x-index5-m {
    display: block;
  }
}
.x-index5-m .x-con .x-img {
  position: relative;
}
.x-index5-m .x-con .x-img h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 748px) {
  .x-index5-m .x-con .x-img h3 {
    font-size: 24px;
    top: 1.5rem;
  }
}
.x-index5-m .x-con .x-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-index5-m .x-con ul {
  background-color: #000;
}
.x-index5-m .x-con ul li {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 748px) {
  .x-index5-m .x-con ul li {
    padding: 25px 20px;
  }
}
.x-index5-m .x-con ul li.on .x-top {
  display: none;
}
.x-index5-m .x-con ul li.on .x-botton {
  display: block;
  height: auto;
  opacity: 1;
}
.x-index5-m .x-con ul li .x-top h3 {
  font-size: 24px;
  color: #fff;
}
@media (max-width: 748px) {
  .x-index5-m .x-con ul li .x-top h3 {
    font-size: 22px;
  }
}
.x-index5-m .x-con ul li .x-top h3 span {
  font-size: 30px;
  color: #e0c477;
  display: inline-block;
  margin-right: 8px;
}
@media (max-width: 748px) {
  .x-index5-m .x-con ul li .x-top h3 span {
    font-size: 26px;
  }
}
.x-index5-m .x-con ul li .x-top p {
  color: #fff;
  margin-top: 10px;
}
.x-index5-m .x-con ul li .x-botton {
  display: none;
}
.x-index5-m .x-con ul li .x-botton .x-title {
  color: #fff;
}
@media (max-width: 748px) {
  .x-index5-m .x-con ul li .x-botton .x-title {
    font-size: 22px;
  }
}
.x-index5-m .x-con ul li .x-botton .x-title span {
  color: #da251d;
  display: inline-block;
  margin-left: 10px;
}
.x-index5-m .x-con ul li .x-botton .x-title img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.x-index5-m .x-con ul li .x-botton p {
  color: #fff;
  margin-top: 15px;
}
.x-index5-m .x-con ul li .x-botton p img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.x-index5-m .x-con ul li .x-botton .x-box-a2 {
  margin-top: 20px;
}
.x-index6 {
  padding: 1.3rem 0 1.2rem 0;
}
.x-index6 .x-con {
  padding-left: 1.6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1260px) {
  .x-index6 .x-con {
    padding-left: 1rem;
  }
}
.x-index6 .x-con .x-left {
  width: 43%;
}
@media (max-width: 1260px) {
  .x-index6 .x-con .x-left {
    width: 46%;
  }
}
@media (max-width: 972px) {
  .x-index6 .x-con .x-left {
    width: 100%;
  }
}
.x-index6 .x-con .x-left figure {
  padding: 0 0 0.4rem 0.4rem;
  height: 6.8rem;
  position: relative;
}
@media (max-width: 1260px) {
  .x-index6 .x-con .x-left figure {
    height: 8.8rem;
  }
}
@media (max-width: 972px) {
  .x-index6 .x-con .x-left figure {
    height: 10.8rem;
  }
}
@media (max-width: 748px) {
  .x-index6 .x-con .x-left figure {
    height: 12.4rem;
  }
}
.x-index6 .x-con .x-left figure::before {
  content: "";
  width: 0.4rem;
  height: 2.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #da251d;
}
.x-index6 .x-con .x-left figure::after {
  content: "";
  width: 2.8rem;
  height: 0.4rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #da251d;
}
.x-index6 .x-con .x-left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-index6 .x-con .x-right {
  width: 48%;
  position: relative;
  margin-top: 0.75rem;
  padding-right: 2.2rem;
}
@media (max-width: 972px) {
  .x-index6 .x-con .x-right {
    width: 100%;
    order: -1;
    margin-bottom: 30px;
    padding-right: 1rem;
  }
}
.x-index6 .x-con .x-right .x-title-box {
  position: relative;
  z-index: 5;
}
.x-index6 .x-con .x-right .x-title-box .x-text .x-title {
  margin: 0.15rem 0 0.3rem 0;
  font-style: italic;
}
.x-index6 .x-con .x-right .x-title-box .x-text .x-title span {
  font-size: 0.48rem;
  color: #da251d;
}
@media (max-width: 1260px) {
  .x-index6 .x-con .x-right .x-title-box .x-text .x-title span {
    font-size: 30px;
  }
}
@media (max-width: 748px) {
  .x-index6 .x-con .x-right .x-title-box .x-text .x-title span {
    font-size: 24px;
  }
}
.x-index6 .x-con .x-right .x-text2 {
  position: relative;
  z-index: 5;
  padding-top: 0.3rem;
}
@media (max-width: 748px) {
  .x-index6 .x-con .x-right .x-text2 {
    padding-top: 1rem;
  }
}
.x-index6 .x-con .x-right .x-text2::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #d5d5d5;
  position: absolute;
  top: 0;
  left: 0;
}
.x-index6 .x-con .x-right .x-text2 .x-text-con + .x-text-con {
  margin-top: 0.35rem;
}
@media (max-width: 748px) {
  .x-index6 .x-con .x-right .x-text2 .x-text-con + .x-text-con {
    margin-top: 0.6rem;
  }
}
.x-index6 .x-con .x-right .x-text2 .x-text-con span {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .x-index6 .x-con .x-right .x-text2 .x-text-con span {
    font-size: 18px;
  }
}
.x-index6 .x-con .x-right .x-text2 .x-text-con p {
  font-size: 18px;
  color: #666;
  margin-top: 0.05rem;
}
@media (max-width: 1580px) {
  .x-index6 .x-con .x-right .x-text2 .x-text-con p{
    font-size: 16px;
  }

}
@media (max-width: 748px) {
  .x-index6 .x-con .x-right .x-text2 .x-text-con p {
    font-size: 14px;
    margin-top: 5px;
  }
}
.x-index6 .x-con .x-right .x-box-a2 {
  z-index: 3;
  margin-top: 0.8rem;
}
.x-index6 .x-con .x-right .x-titel3 {
  position: absolute;
  right: 30px;
  bottom: 0;
  z-index: -1;
  font-size: 2.44rem;
  color: rgba(242, 242, 242, 0.3);
}
.x-index8 {
  padding: 1.2rem 0;
  background-color: #f6f6f6;
}
@media (max-width: 748px) {
  .x-index8 {
    padding: 40px 0;
  }
}
.x-index8 .x-container {
  padding: 0 0.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 748px) {
  .x-index8 .x-container {
    padding: 0 20px;
  }
}
.x-index8 .x-container .x-left {
  width: 47.6%;
}
@media (max-width: 972px) {
  .x-index8 .x-container .x-left {
    width: 100%;
  }
}
.x-index8 .x-container .x-left .x-title-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 748px) {
  .x-index8 .x-container .x-left .x-title-box {
    align-items: center;
  }
}
.x-index8 .x-container .x-left .x-title-box .x-text .x-title {
  font-size: 0.4rem;
  font-weight: bold;
}
@media (max-width: 1260px) {
  .x-index8 .x-container .x-left .x-title-box .x-text .x-title {
    font-size: 30px;
  }
}
@media (max-width: 748px) {
  .x-index8 .x-container .x-left .x-title-box .x-text .x-title {
    font-size: 24px;
  }
}
.x-index8 .x-container .x-left .x-title-box .x-text span {
  color: #666;
}
.x-index8 .x-container .x-left .x-title-box img {
  width: 46px;
  height: 48px;
  object-fit: contain;
}
@media (max-width: 1260px) {
  .x-index8 .x-container .x-left .x-title-box img {
    width: 38px;
    height: 38px;
  }
}
.x-index8 .x-container .x-left .x-top {
  margin-top: 0.45rem;
}
.x-index8 .x-container .x-left .x-top a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.x-index8 .x-container .x-left .x-top a:hover figure img {
  transform: scale(1.1);
}
.x-index8 .x-container .x-left .x-top a:hover .x-text .x-title {
  color: #da251d;
}
.x-index8 .x-container .x-left .x-top a:hover .x-text img {
  right: -15px;
}
.x-index8 .x-container .x-left .x-top a figure {
  width: 36%;
  overflow: hidden;
  height: 1.63rem;
}
@media (max-width: 1260px) {
  .x-index8 .x-container .x-left .x-top a figure {
    height: 2rem;
  }
}
@media (max-width: 972px) {
  .x-index8 .x-container .x-left .x-top a figure {
    height: 2.6rem;
  }
}
@media (max-width: 748px) {
  .x-index8 .x-container .x-left .x-top a figure {
    height: 5.8rem;
  }
}
.x-index8 .x-container .x-left .x-top a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
.x-index8 .x-container .x-left .x-top a .x-text {
  width: 57%;
}
.x-index8 .x-container .x-left .x-top a .x-text .x-title {
  font-size: 18px;
  color: #333;
  transition: 0.4s all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 748px) {
  .x-index8 .x-container .x-left .x-top a .x-text .x-title {
    font-size: 16px;
  }
}
.x-index8 .x-container .x-left .x-top a .x-text p {
  font-size: 14px;
  color: #666;
  margin: 0.15rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 972px) {
  .x-index8 .x-container .x-left .x-top a .x-text p {
    margin: 15px 0;
  }
}
@media (max-width: 748px) {
  .x-index8 .x-container .x-left .x-top a .x-text p {
    margin: 10px 0;
  }
}
.x-index8 .x-container .x-left .x-top a .x-text img {
  width: 32px;
  height: 12px;
  object-fit: contain;
  position: relative;
  right: 0;
  transition: 0.4s all;
}
.x-index8 .x-container .x-left ul {
  margin-top: 0.3rem;
}
@media (max-width: 748px) {
  .x-index8 .x-container .x-left ul {
    margin-top: 15px;
  }
}
.x-index8 .x-container .x-left ul li {
  border-bottom: 1px dotted #999;
}
.x-index8 .x-container .x-left ul li:first-child {
  border-top: 1px dotted #999;
}
.x-index8 .x-container .x-left ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.2rem 0;
}
@media (max-width: 1580px) {
  .x-index8 .x-container .x-left ul li a {
    padding: 0.28rem 0;
  }
}
@media (max-width: 748px) {
  .x-index8 .x-container .x-left ul li a {
    padding: 0.6rem 0;
  }
}
.x-index8 .x-container .x-left ul li a:hover span {
  color: #da251d;
}
.x-index8 .x-container .x-left ul li a:hover .x-title {
  color: #da251d;
}
.x-index8 .x-container .x-left ul li a span {
  font-size: 20px;
  color: #666;
  transition: 0.4s all;
}
@media (max-width: 748px) {
  .x-index8 .x-container .x-left ul li a span {
    font-size: 16px;
    display: none;
  }
}
.x-index8 .x-container .x-left ul li a .x-title {
  font-size: 18px;
  color: #333;
  margin-left: 0.7rem;
  transition: 0.4s all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 748px) {
  .x-index8 .x-container .x-left ul li a .x-title {
    font-size: 16px;
    margin-left: 0;
  }
}
.x-index8 .x-container .x-right {
  width: 46%;
}
@media (max-width: 972px) {
  .x-index8 .x-container .x-right {
    width: 100%;
    margin-top: 30px;
  }
}
.x-index8 .x-container .x-right .x-title-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 748px) {
  .x-index8 .x-container .x-right .x-title-box {
    align-items: center;
  }
}
.x-index8 .x-container .x-right .x-title-box .x-text .x-title {
  font-size: 0.4rem;
  font-weight: bold;
}
@media (max-width: 1260px) {
  .x-index8 .x-container .x-right .x-title-box .x-text .x-title {
    font-size: 30px;
  }
}
@media (max-width: 748px) {
  .x-index8 .x-container .x-right .x-title-box .x-text .x-title {
    font-size: 24px;
  }
}
.x-index8 .x-container .x-right .x-title-box .x-text span {
  color: #666;
}
.x-index8 .x-container .x-right .x-title-box img {
  width: 46px;
  height: 48px;
  object-fit: contain;
}
@media (max-width: 1260px) {
  .x-index8 .x-container .x-right .x-title-box img {
    width: 38px;
    height: 38px;
  }
}
.x-index8 .x-container .x-right .x-top {
  margin-top: 0.45rem;
}
.x-index8 .x-container .x-right .x-top .swiper-container .swiper-wrapper .swiper-slide::before {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(218, 37, 29, 0.88);
}
.x-index8 .x-container .x-right .x-top .swiper-container .swiper-wrapper .swiper-slide img {
  height: 2.18rem;
}
@media (max-width: 1580px) {
  .x-index8 .x-container .x-right .x-top .swiper-container .swiper-wrapper .swiper-slide img {
    height: 2.6rem;
  }
}
@media (max-width: 1260px) {
  .x-index8 .x-container .x-right .x-top .swiper-container .swiper-wrapper .swiper-slide img {
    height: 3rem;
  }
}
@media (max-width: 972px) {
  .x-index8 .x-container .x-right .x-top .swiper-container .swiper-wrapper .swiper-slide img {
    height: 3.5rem;
  }
}
@media (max-width: 748px) {
  .x-index8 .x-container .x-right .x-top .swiper-container .swiper-wrapper .swiper-slide img {
    height: 7.5rem;
  }
}
.x-index8 .x-container .x-right .x-top .swiper-container .swiper-wrapper .swiper-slide .x-text {
  position: absolute;
  top: 0.6rem;
  right: 0.45rem;
  width: 2.66rem;
}
@media (max-width: 972px) {
  .x-index8 .x-container .x-right .x-top .swiper-container .swiper-wrapper .swiper-slide .x-text {
    width: 44%;
  }
}
@media (max-width: 748px) {
  .x-index8 .x-container .x-right .x-top .swiper-container .swiper-wrapper .swiper-slide .x-text {
    top: 36px;
  }
}
.x-index8 .x-container .x-right .x-top .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
  font-size: 20px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 748px) {
  .x-index8 .x-container .x-right .x-top .swiper-container .swiper-wrapper .swiper-slide .x-text .x-title {
    font-size: 16px;
  }
}
.x-index8 .x-container .x-right .x-top .swiper-container .swiper-wrapper .swiper-slide .x-text p {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.x-index8 .x-container .x-right .x-top .swiper-container .swiper-pagination {
  left: 56px;
}
.x-index8 .x-container .x-right .x-top .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #fff;
  opacity: 1;
}
.x-index8 .x-container .x-right .x-top .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.x-index8 .x-container .x-right ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.35rem;
}
@media (max-width: 748px) {
  .x-index8 .x-container .x-right ul {
    margin-top: 30px;
  }
}
.x-index8 .x-container .x-right ul li {
  width: 39%;
  position: relative;
}
@media (max-width: 1580px) {
  .x-index8 .x-container .x-right ul li {
    width: 46%;
  }
  .x-index8 .x-container .x-right ul li:nth-of-type(2n) a::before {
    left: 0;
  }
}
@media (max-width: 1580px) and (max-width: 972px) {
  .x-index8 .x-container .x-right ul li:nth-of-type(2n) a::before {
    left: 0;
  }
}
@media (max-width: 748px) {
  .x-index8 .x-container .x-right ul li {
    width: 100%;
  }
  .x-index8 .x-container .x-right ul li:first-child {
    padding-top: 15px;
    border-top: 1px dotted #999;
  }
}
.x-index8 .x-container .x-right ul li::before {
  content: "";
  width: 2px;
  height: 100%;
  background: url("../images/dian.png");
  position: absolute;
  right: -77px;
  top: 0;
}
@media (max-width: 1580px) {
  .x-index8 .x-container .x-right ul li::before {
    right: -24px;
  }
}
@media (max-width: 1580px) and (max-width: 972px) {
  .x-index8 .x-container .x-right ul li::before {
    right: -35px;
  }
}
@media (max-width: 748px) {
  .x-index8 .x-container .x-right ul li::before {
    display: none;
  }
}
.x-index8 .x-container .x-right ul li:nth-of-type(2n)::before {
  display: none;
}
/* .x-index8 .x-container .x-right ul li:nth-of-type(2n) a {
  text-align: right;
} */
@media (max-width: 972px) {
  .x-index8 .x-container .x-right ul li:nth-of-type(2n) a {
    text-align: left;
  }
}
.x-index8 .x-container .x-right ul li:nth-last-of-type(-n+2) a {
  margin-bottom: 0;
}
@media (max-width: 748px) {
  .x-index8 .x-container .x-right ul li:nth-last-of-type(-n+2) a {
    margin-bottom: 15px;
  }
}
.x-index8 .x-container .x-right ul li a {
  display: block;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  position: relative;
  padding-left: 10px;
  margin-bottom: 0.18rem;
  transition: 0.4s all;
}
@media (max-width: 748px) {
  .x-index8 .x-container .x-right ul li a {
    margin-bottom: 15px;
    font-size: 16px;
    border-bottom: 1px dotted #999;
    padding-bottom: 15px;
  }
}
.x-index8 .x-container .x-right ul li a:hover {
  color: #da251d;
}
.x-index8 .x-container .x-right ul li a::before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
@media (max-width: 748px) {
  .x-index8 .x-container .x-right ul li a::before {
    top: 12px;
  }
}
.x-index9 .x-con ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-index9 .x-con ul li {
  width: 33.33%;
}
.x-index9 .x-con ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 0;
}
@media (max-width: 748px) {
  .x-index9 .x-con ul li a {
    padding: 1.2rem 0;
  }
}
.x-index9 .x-con ul li a img {
  object-fit: contain;
  height: 26px;
}
@media (max-width: 1580px) {
  .x-index9 .x-con ul li a img {
    height: 22px;
  }
}
.x-index9 .x-con ul li a p {
  font-size: 0.22rem;
  color: #fff;
  margin-left: 15px;
}
@media (max-width: 1580px) {
  .x-index9 .x-con ul li a p {
    font-size: 18px;
  }
}
@media (max-width: 748px) {
  .x-index9 .x-con ul li a p {
    font-size: 16px;
    margin-left: 8px;
  }
}
.x-index9 .x-con ul li:nth-of-type(1) {
  background-color: #da251d;
}
.x-index9 .x-con ul li:nth-of-type(2) {
  background-color: #db4b3a;
}
.x-index9 .x-con ul li:nth-of-type(3) {
  background-color: #e16253;
}
.x-foot {
  background-color: #1b1a1a;
  padding-top: 0.9rem;
}
@media (max-width: 748px) {
  .x-foot {
    padding-top: 45px;
  }
}
.x-foot .x-container .x-foot-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.38rem;
  border-bottom: 1px solid #3e3d3d;
}
.x-foot .x-container .x-foot-top .x-left {
  display: block;
}
.x-foot .x-container .x-foot-top .x-left img {
  height: 40px;
  object-fit: contain;
}
.x-foot .x-container .x-foot-top .x-right .x-tel {
  display: flex;
  align-items: baseline;
}
@media (max-width: 748px) {
  .x-foot .x-container .x-foot-top .x-right .x-tel {
    margin-top: 15px;
  }
}
.x-foot .x-container .x-foot-top .x-right .x-tel p {
  font-size: 18px;
  color: #fff;
}
.x-foot .x-container .x-foot-top .x-right .x-tel a {
  font-size: 0.3rem;
  color: #fff;
}
@media (max-width: 1580px) {
  .x-foot .x-container .x-foot-top .x-right .x-tel a {
    font-size: 22px;
  }
}
.x-foot .x-container .x-foot-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.6rem 0 1.1rem 0;
}
.x-foot .x-container .x-foot-con .x-left {
  width: 61.8%;
}
@media (max-width: 1260px) {
  .x-foot .x-container .x-foot-con .x-left {
    width: 74.8%;
  }
}
@media (max-width: 972px) {
  .x-foot .x-container .x-foot-con .x-left {
    width: 100%;
  }
}
.x-foot .x-container .x-foot-con .x-left .x-list-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 748px) {
  .x-foot .x-container .x-foot-con .x-left .x-list-box {
    width: 100%;
    display: block;
  }
}
.x-foot .x-container .x-foot-con .x-left .x-list-box > li {
  margin-right: 10%;
}
@media (max-width: 1900px) {
  .x-foot .x-container .x-foot-con .x-left .x-list-box > li {
    margin-right: 10%;
  }
}
@media (max-width: 1580px) {
  .x-foot .x-container .x-foot-con .x-left .x-list-box > li {
    margin-right: 8%;
  }
}
@media (max-width: 748px) {
  .x-foot .x-container .x-foot-con .x-left .x-list-box > li {
    margin-right: 0;
  }
}
.x-foot .x-container .x-foot-con .x-left .x-list-box > li.active .x-title-box .x-title i {
  transform: rotate(180deg);
}
.x-foot .x-container .x-foot-con .x-left .x-list-box > li:last-child {
  margin-right: 0;
}
.x-foot .x-container .x-foot-con .x-left .x-list-box > li:nth-of-type(2) {
  margin-right: 10%;
}
@media (max-width: 748px) {
  .x-foot .x-container .x-foot-con .x-left .x-list-box > li:nth-of-type(2) {
    margin-right: 0;
  }
}
.x-foot .x-container .x-foot-con .x-left .x-list-box > li .x-title-box {
  margin-bottom: 0.25rem;
}
@media (max-width: 748px) {
  .x-foot .x-container .x-foot-con .x-left .x-list-box > li .x-title-box {
    margin-bottom: 0;
  }
}
.x-foot .x-container .x-foot-con .x-left .x-list-box > li .x-title-box .x-title {
  font-size: 18px;
  color: #fff;
  position: relative;
}
@media (max-width: 748px) {
  .x-foot .x-container .x-foot-con .x-left .x-list-box > li .x-title-box .x-title {
    padding: 10px 0;
    border-bottom: 1px solid #666;
    font-size: 16px;
  }
}
.x-foot .x-container .x-foot-con .x-left .x-list-box > li .x-title-box .x-title i {
  display: none;
}
@media (max-width: 748px) {
  .x-foot .x-container .x-foot-con .x-left .x-list-box > li .x-title-box .x-title i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("../images/xia1.png") no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.4s all;
  }
}
@media (max-width: 748px) {
  .x-foot .x-container .x-foot-con .x-left .x-list-box > li .x-list {
    display: none;
    padding: 10px 0;
  }
}
.x-foot .x-container .x-foot-con .x-left .x-list-box > li .x-list li {
  margin-bottom: 15px;
}
@media (max-width: 748px) {
  .x-foot .x-container .x-foot-con .x-left .x-list-box > li .x-list li {
    margin-bottom: 0;
    padding: 5px 0;
  }
}
.x-foot .x-container .x-foot-con .x-left .x-list-box > li .x-list li:last-child {
  margin-bottom: 0;
}
.x-foot .x-container .x-foot-con .x-left .x-list-box > li .x-list li a {
  display: block;
  color: rgba(210, 210, 210, 0.5);
  transition: 0.4s all;
}
.x-foot .x-container .x-foot-con .x-left .x-list-box > li .x-list li a:hover {
  color: #fff;
}
@media (max-width: 972px) {
  .x-foot .x-container .x-foot-con .x-right {
    margin-top: 30px;
  }
}
.x-foot .x-container .x-foot-con .x-right figure {
  text-align: right;
  margin-bottom: 0.35rem;
}
@media (max-width: 972px) {
  .x-foot .x-container .x-foot-con .x-right figure {
    text-align: left;
  }
}
.x-foot .x-container .x-foot-con .x-right figure img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
.x-foot .x-container .x-foot-con .x-right p {
  text-align: right;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0.15rem;
}
@media (max-width: 972px) {
  .x-foot .x-container .x-foot-con .x-right p {
    text-align: left;
  }
}
.x-foot .x-container .x-botton {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.5rem;
}
.x-foot .x-container .x-botton .x-left p {
  color: rgba(153, 153, 153, 0.3);
}
@media (max-width: 748px) {
  .x-foot .x-container .x-botton .x-left p {
    font-size: 14px;
  }
}
.x-foot .x-container .x-botton .x-left p a {
  color: rgba(153, 153, 153, 0.3);
  transition: 0.4s all;
}
@media (max-width: 748px) {
  .x-foot .x-container .x-botton .x-left p a {
    font-size: 14px;
  }
}
.x-foot .x-container .x-botton .x-left p a:hover {
  color: #fff;
}
.x-foot .x-container .x-botton .x-right p {
  color: rgba(153, 153, 153, 0.3);
}
@media (max-width: 748px) {
  .x-foot .x-container .x-botton .x-right p {
    font-size: 14px;
  }
}
.x-foot .x-container .x-botton .x-right p a {
  color: rgba(153, 153, 153, 0.3);
  transition: 0.4s all;
}
@media (max-width: 748px) {
  .x-foot .x-container .x-botton .x-right p a {
    font-size: 14px;
  }
}
.x-foot .x-container .x-botton .x-right p a:hover {
  color: #fff;
}
.x-site {
  margin-top: 100px;
  padding: 30px 0;
  background-color: #f6f6f6;
}
@media (max-width: 1260px) {
  .x-site {
    margin-top: 74px;
  }
}
@media (max-width: 748px) {
  .x-site {
    padding: 20px 0;
    margin-top: 60px;
  }
}
.x-site .x-con1500 .x-link a {
  color: #666;
}
@media (max-width: 748px) {
  .x-site .x-con1500 .x-link a {
    font-size: 14px;
  }
}
.x-site .x-con1500 .x-link a.on {
  color: #333;
}
.x-site .x-con1500 .x-link a img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  vertical-align: middle;
}
.x-contact {
  background-color: #f6f6f6;
  padding: 0.35rem 0 1.1rem 0;
}
@media (max-width: 748px) {
  .x-contact {
    padding: 30px 0 60px 0;
  }
}
.x-contact .x-con1500 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-contact .x-con1500 ul li {
  background-color: #fff;
  width: 32%;
  margin-right: 2%;
}
@media (max-width: 1260px) {
  .x-contact .x-con1500 ul li {
    width: 48%;
    margin-right: 4%;
  }
  .x-contact .x-con1500 ul li:nth-of-type(n+3) {
    margin-top: 4%;
  }
}
@media (max-width: 748px) {
  .x-contact .x-con1500 ul li {
    width: 100%;
    margin-right: 0;
  }
  .x-contact .x-con1500 ul li + li {
    margin-top: 20px !important;
  }
}
.x-contact .x-con1500 ul li:hover figure img {
  transform: scale(1.1);
}
.x-contact .x-con1500 ul li:nth-of-type(3n) {
  margin-right: 0;
}
.x-contact .x-con1500 ul li .x-text::before {
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #fff;
}

@media (max-width: 748px) {
  .x-contact .x-con1500 ul li:nth-of-type(2n) a {
    flex-direction: column;
  }
}
@media (max-width: 1260px) {
  .x-contact .x-con1500 ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
/* .x-contact .x-con1500 ul li:nth-of-type(2n) .x-text::before {
  content: "";
  width: 12px;
  height: 10px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #fff;
  z-index: 2;
} */
@media (max-width: 748px) {
  .x-contact .x-con1500 ul li:nth-of-type(2n) .x-text::before {
    top: -10px;
    bottom: auto;
    border-bottom: 10px solid #fff;
    border-top: none;
  }
}
.x-contact .x-con1500 ul li figure {
  width: 100%;
  height: 3.06rem;
  overflow: hidden;
}
@media (max-width: 972px) {
  .x-contact .x-con1500 ul li figure {
    height: 5rem;
  }
}
@media (max-width: 748px) {
  .x-contact .x-con1500 ul li figure {
    height: 10.5rem;
  }
}
.x-contact .x-con1500 ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
.x-contact .x-con1500 ul li .x-text {
  padding: 0.55rem 0.6rem 0.6rem;
  position: relative;
}
@media (max-width: 748px) {
  .x-contact .x-con1500 ul li .x-text {
    padding: 1rem;
  }
}
.x-contact .x-con1500 ul li .x-text .x-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #222;
}
@media (max-width: 1580px) {
  .x-contact .x-con1500 ul li .x-text .x-title {
    font-size: 24px;
  }
}
@media (max-width: 972px) {
  .x-contact .x-con1500 ul li .x-text .x-title {
    font-size: 22px;
  }
}
.x-contact .x-con1500 ul li .x-text p {
  font-size: 16px;
  color: #777;
  margin: 0.25rem 0 0.6rem 0;
}
.x-contact2 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0.6rem 0;
  display: block;
}
@media (max-width: 1260px) {
  .x-contact2 {
    padding: 0.8rem 0;
  }
}
@media (max-width: 748px) {
  .x-contact2 {
    padding: 1.5rem 0;
  }
}
.x-contact2 .x-con1500 .x-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.x-contact2 .x-con1500 .x-text p {
  font-size: 0.36rem;
  font-weight: bold;
  color: #666;
}
@media (max-width: 1260px) {
  .x-contact2 .x-con1500 .x-text p {
    font-size: 24px;
  }
}
@media (max-width: 748px) {
  .x-contact2 .x-con1500 .x-text p {
    font-size: 20px;
  }
}
.x-contact2 .x-con1500 .x-text p span {
  color: #da251d;
}
.x-contact2 .x-con1500 .x-text .x-span {
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding-bottom: 5px;
  position: relative;
  margin-left: 0.75rem;
}
.x-contact2:hover .x-con1500 .x-text .x-span::before {
  width: 100%;
  opacity: 1;
}
.x-contact2 .x-con1500 .x-text .x-span::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #5e5e5e;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.4s all;
}
@media (max-width: 1260px) {
  .x-contact2 .x-con1500 .x-text .x-span {
    margin-left: 0;
  }
}
@media (max-width: 972px) {
  .x-contact2 .x-con1500 .x-text .x-span {
    margin-top: 15px;
  }
}
@media (max-width: 748px) {
  .x-contact2 .x-con1500 .x-text .x-span {
    margin-top: 10px;
  }
}
.x-contact2 .x-con1500 .x-text .x-span i {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #da251d;
  position: absolute;
  right: -65px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.x-contact2 .x-con1500 .x-text .x-span i::before {
  content: "";
  width: 25px;
  height: 12px;
  background: url("../images/right-jt2.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.x-join1 {
  margin-top: 100px;
  position: relative;
}
@media (max-width: 1260px) {
  .x-join1 {
    margin-top: 74px;
  }
}
@media (max-width: 972px) {
  .x-join1 {
    margin-top: 60px;
  }
}
.x-join1 figure {
  height: 4.86rem;
}
@media (max-width: 1260px) {
  .x-join1 figure {
    height: 5rem;
  }
}
@media (max-width: 972px) {
  .x-join1 figure {
    height: 7rem;
  }
}
@media (max-width: 748px) {
  .x-join1 figure {
    height: 12rem;
  }
}
.x-join1 figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-join1 .x-text {
  padding: 0 0.6rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
}
.x-join1 .x-text p {
  font-size: 0.52rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.4rem;
}
@media (max-width: 1260px) {
  .x-join1 .x-text p {
    font-size: 30px;
  }
}
@media (max-width: 748px) {
  .x-join1 .x-text p {
    font-size: 24px;
  }
}
.x-join1 .x-text span {
  display: block;
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
}
@media (max-width: 1260px) {
  .x-join1 .x-text span {
    font-size: 16px;
  }
}
@media (max-width: 748px) {
  .x-join1 .x-text span {
    font-size: 14px;
  }
}
.x-join2 {
  padding: 1.2rem 0 1rem 0;
}
@media (max-width: 748px) {
  .x-join2 {
    padding: 60px 0;
  }
}
.x-join2 .x-con1500 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 1.57rem;
}
@media (max-width: 1580px) {
  .x-join2 .x-con1500 ul {
    padding: 0 0.5rem;
  }
}
@media (max-width: 1260px) {
  .x-join2 .x-con1500 ul {
    padding: 0;
  }
}
.x-join2 .x-con1500 ul >li {
  width: 42.7%;
  position: relative;
}
@media (max-width: 1580px) {
  .x-join2 .x-con1500 ul >li {
    width: 45.7%;
  }
}
@media (max-width: 748px) {
  .x-join2 .x-con1500 ul >li {
    width: 100%;
  }
  .x-join2 .x-con1500 ul >li:nth-of-type(2) {
    margin-top: 20px;
  }
}
.x-join2 .x-con1500 ul >li:hover .x-red {
  opacity: 1;
  display: block;
}
.x-join2 .x-con1500 ul >li:hover .x-con-li .x-title {
  color: #da251d;
}
.x-join2 .x-con1500 ul >li .x-con-li {
  padding: 0.48rem 0.8rem;
  position: relative;
  background-color: #fff;
  height: 100%;
  transition: 0.4s all;
  top: 0;
  left: 0;
  border: 1px solid #dedede;
}
@media (max-width: 748px) {
  .x-join2 .x-con1500 ul >li .x-con-li {
    padding: 1rem;
  }
}
.x-join2 .x-con1500 ul >li .x-con-li:hover {
  top: -0.2rem;
  left: -0.2rem;
}
.x-join2 .x-con1500 ul >li .x-con-li figure {
  width: 60px;
  height: 60px;
  background-color: #f7f7f7;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}
.x-join2 .x-con1500 ul >li .x-con-li figure img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 748px) {
  .x-join2 .x-con1500 ul >li .x-con-li figure img {
    width: 30px;
    height: 30px;
  }
}
.x-join2 .x-con1500 ul >li .x-con-li .x-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #222;
  text-align: center;
  transition: 0.4s all;
  margin: 0.4rem 0 0.5rem 0;
}
@media (max-width: 1580px) {
  .x-join2 .x-con1500 ul >li .x-con-li .x-title {
    font-size: 24px;
  }
}
@media (max-width: 748px) {
  .x-join2 .x-con1500 ul >li .x-con-li .x-title {
    margin: 0.8rem 0;
  }
}
.x-join2 .x-con1500 ul >li .x-con-li p {
  font-size: 16px;
  color: #777;
  line-height: 26px;
}
@media (max-width: 1260px) {
  .x-join2 .x-con1500 ul >li .x-con-li p {
    font-size: 14px;
    line-height: 22px;
  }
}
.x-join2 .x-con1500 ul >li .x-red {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #da251d;
  z-index: -1;
  opacity: 0;
  transition: 0.4s all;
  display: none;
}
.x-join3 {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 1.05rem;
}
.x-join3 .x-top .x-con1500 .x-text p {
  font-size: 0.48rem;
  font-weight: bold;
  color: #333;
  line-height: 0.6rem;
}
@media (max-width: 1580px) {
  .x-join3 .x-top .x-con1500 .x-text p {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media (max-width: 1260px) {
  .x-join3 .x-top .x-con1500 .x-text p {
    font-size: 24px;
  }
}
.x-join3 .x-top .x-con1500 .x-text p span {
  color: #da251d;
}
.x-join3 .x-top .x-con1500 .x-text{
  position: relative;
}
.x-join3 .x-top .x-con1500 .x-text .x-en {
  color: #999;
  text-transform: uppercase;
}
@media (max-width: 748px) {
  .x-join3 .x-top .x-con1500 .x-text .x-en {
    font-size: 14px;
  }
}
.x-join3 .x-top .x-con1500 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.x-join3 .x-top .x-con1500 ul >li {
  background-color: #fff;
  width: 46%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.45rem 0.3rem 0.45rem 0.7rem;
}
@media (max-width: 972px) {
  .x-join3 .x-top .x-con1500 ul >li {
    display: block;
  }
}
@media (max-width: 748px) {
  .x-join3 .x-top .x-con1500 ul >li {
    width: 100%;
    padding: 1rem;
  }
  .x-join3 .x-top .x-con1500 ul >li + li {
    margin-top: 20px;
  }
}
.x-join3 .x-top .x-con1500 ul >li figure {
  margin-top: 0.78rem;
}
@media (max-width: 1260px) {
  .x-join3 .x-top .x-con1500 ul >li figure {
    margin-top: 0.85rem;
  }
}
@media (max-width: 972px) {
  .x-join3 .x-top .x-con1500 ul >li figure {
    width: 100%;
    margin-top: 0;
  }
}
.x-join3 .x-top .x-con1500 ul >li figure img {
  width: 0.9rem;
  height: 0.8rem;
}
@media (max-width: 1260px) {
  .x-join3 .x-top .x-con1500 ul >li figure img {
    width: 60px;
    height: 50px;
  }
}
.x-join3 .x-top .x-con1500 ul >li .x-right {
  width: 74.5%;
}
@media (max-width: 972px) {
  .x-join3 .x-top .x-con1500 ul >li .x-right {
    width: 100%;
  }
}
.x-join3 .x-top .x-con1500 ul >li .x-right .x-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #222;
  margin-bottom: 0.35rem;
}
@media (max-width: 1580px) {
  .x-join3 .x-top .x-con1500 ul >li .x-right .x-title {
    font-size: 24px;
  }
}
@media (max-width: 972px) {
  .x-join3 .x-top .x-con1500 ul >li .x-right .x-title {
    margin-top: 20px;
  }
}
@media (max-width: 748px) {
  .x-join3 .x-top .x-con1500 ul >li .x-right .x-title {
    margin-bottom: 8px;
  }
}
.x-join3 .x-top .x-con1500 ul >li .x-right p {
  font-size: 16px;
  color: #777;
  line-height: 28px;
}
@media (max-width: 748px) {
  .x-join3 .x-top .x-con1500 ul >li .x-right p {
    font-size: 14px;
    line-height: 22px;
  }
}
.x-join3 .x-bottom {
  padding: 0 2.1rem 0 0.7rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.55rem;
}
@media (max-width: 1260px) {
  .x-join3 .x-bottom {
    padding-right: 0.8rem;
    margin-top: 1rem;
  }
}
.x-join3 .x-bottom figure {
  width: 42%;
  height: 4.42rem;
}
@media (max-width: 972px) {
  .x-join3 .x-bottom figure {
    width: 100%;
    height: 7.42rem;
    margin-top: 30px;
  }
}
@media (max-width: 748px) {
  .x-join3 .x-bottom figure {
    height: 11.42rem;
  }
}
.x-join3 .x-bottom figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-join3 .x-bottom .x-right {
  text-align: right;
}
@media (max-width: 972px) {
  .x-join3 .x-bottom .x-right {
    width: 100%;
    order: -1;
  }
}
.x-join3 .x-bottom .x-right p {
  font-size: 0.3rem;
  color: #333;
  text-align: right;
  margin-bottom: 0.15rem;
}
@media (max-width: 1580px) {
  .x-join3 .x-bottom .x-right p {
    font-size: 24px;
  }
}
@media (max-width: 748px) {
  .x-join3 .x-bottom .x-right p {
    font-size: 17px;
  }
}
.x-join3 .x-bottom .x-right .x-tel {
  padding: 0.2rem 0 0.6rem 0;
  text-align: right;
}
.x-join3 .x-bottom .x-right .x-tel img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  margin: 0.06rem 15px 0 0;
}
@media (max-width: 1580px) {
  .x-join3 .x-bottom .x-right .x-tel img {
    margin-top: 0;
  }
}
@media (max-width: 748px) {
  .x-join3 .x-bottom .x-right .x-tel img {
    width: 30px;
    height: 30px;
    margin: 0.06rem 6px 0 0;
  }
}
.x-join3 .x-bottom .x-right .x-tel span {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
}
@media (max-width: 1580px) {
  .x-join3 .x-bottom .x-right .x-tel span {
    font-size: 24px;
  }
}
@media (max-width: 748px) {
  .x-join3 .x-bottom .x-right .x-tel span {
    font-size: 20px;
  }
}
.x-join3 .x-bottom .x-right .x-box-a2:hover a {
  background: linear-gradient(-45deg, transparent 10px, #cf111b 0) top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.x-join3 .x-bottom .x-right .x-box-a2 a {
  background: linear-gradient(-45deg, transparent 8px, #f0f0f0 0) top right;
  background-repeat: no-repeat;
}
.x-site-con .x-site {
  margin-top: 0;
  background-color: #fff;
}
.x-client1 {
  padding: 0.2rem 0 1.1rem 0;
}
@media (max-width: 748px) {
  .x-client1 {
    padding: 20px 0 60px 0;
  }
}
.x-client1 .x-con1500 .x-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.x-client1 .x-con1500 .x-form .x-input {
  width: 49.7%;
  position: relative;
}
@media (max-width: 748px) {
  .x-client1 .x-con1500 .x-form .x-input {
    width: 100%;
    margin-top: 10px;
  }
}
.x-client1 .x-con1500 .x-form .x-input:nth-of-type(n+3) {
  margin-top: 10px;
}
.x-client1 .x-con1500 .x-form .x-input input {
  width: 100%;
  font-size: 16px;
  color: #999;
  padding: 0.18rem 0.5rem 0.18rem 0.2rem;
  background-color: #f7f7f7;
}
@media (max-width: 1580px) {
  .x-client1 .x-con1500 .x-form .x-input input {
    padding: 15px 40px 15px 20px;
  }
}
@media (max-width: 748px) {
  .x-client1 .x-con1500 .x-form .x-input input {
    font-size: 14px;
  }
}
.x-client1 .x-con1500 .x-form .x-input i {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #da251d;
  font-weight: bold;
  font-style: initial;
}
@media (max-width: 748px) {
  .x-client1 .x-con1500 .x-form .x-input i {
    right: 20px;
  }
}
.x-client1 .x-con1500 .x-form .x-se {
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.x-client1 .x-con1500 .x-form .x-se .select {
  width: 100%;
  font-size: 16px;
  color: #999;
  padding: 0.18rem 0.5rem 0.18rem 0.2rem;
  background-color: #f7f7f7;
  appearance: none;
  height: 0.54rem;
}
@media (max-width: 1580px) {
  .x-client1 .x-con1500 .x-form .x-se .select {
    padding: 15px 40px 15px 20px;
    height: 48px;
  }
}
@media (max-width: 748px) {
  .x-client1 .x-con1500 .x-form .x-se .select {
    font-size: 14px;
  }
}
.x-client1 .x-con1500 .x-form .x-se img {
  width: 14px;
  height: 14px;
  object-fit: contain;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 748px) {
  .x-client1 .x-con1500 .x-form .x-se img {
    right: 20px;
  }
}
.x-client1 .x-con1500 .x-form .textarea {
  margin-top: 10px;
  width: 100%;
  height: 2.16rem;
  padding: 0.2rem;
  background-color: #f7f7f7;
}
@media (max-width: 1260px) {
  .x-client1 .x-con1500 .x-form .textarea {
    height: 3rem;
  }
}
@media (max-width: 748px) {
  .x-client1 .x-con1500 .x-form .textarea {
    height: 8rem;
    padding: 1rem;
    font-size: 14px;
  }
}
.x-client1 .x-con1500 .x-form .but {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 748px) {
  .x-client1 .x-con1500 .x-form .but {
    margin-top: 25px;
  }
}
.x-client1 .x-con1500 .x-form .but button {
  width: 49.7%;
  padding: 0.3rem 0;
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .x-client1 .x-con1500 .x-form .but button {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .x-client1 .x-con1500 .x-form .but button {
    padding: 15px 0;
  }
}
@media (max-width: 748px) {
  .x-client1 .x-con1500 .x-form .but button {
    width: 47.7%;
    font-size: 16px;
  }
}
.x-client1 .x-con1500 .x-form .but button:nth-of-type(1) {
  background-color: #da251d;
}
.x-client1 .x-con1500 .x-form .but button:nth-of-type(2) {
  background-color: #dadde3;
  color: #555;
}
.x-client2 {
  background-color: #f7f7f7;
  padding: 1rem 0 1.6rem 0;
}
@media (max-width: 748px) {
  .x-client2 {
    padding-bottom: 40px;
  }
}
.x-client2 .x-con1500 .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #d5d5d5;
}
.x-client2 .x-con1500 .x-top .x-client-box .x-title {
  text-align: left;
}
.x-client2 .x-con1500 .x-top .x-client-box span {
  text-align: left;
}
.x-client2 .x-con1500 .x-top .x-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 748px) {
  .x-client2 .x-con1500 .x-top .x-right {
    width: 100%;
  }
}
.x-client2 .x-con1500 .x-top .x-right .x-text {
  text-align: right;
}
@media (max-width: 748px) {
  .x-client2 .x-con1500 .x-top .x-right .x-text {
    text-align: left;
    margin-top: 15px;
    width: 100%;
  }
}
.x-client2 .x-con1500 .x-top .x-right .x-text img {
  width: 40px;
  height: 36px;
}
.x-client2 .x-con1500 .x-top .x-right .x-text .x-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin: 0.2rem 0 0.1rem 0;
}
@media (max-width: 748px) {
  .x-client2 .x-con1500 .x-top .x-right .x-text .x-title {
    margin: 10px 0;
  }
}
.x-client2 .x-con1500 .x-top .x-right .x-text p {
  font-size: 16px;
  color: #666;
}
.x-client2 .x-con1500 .x-top .x-right figure {
  margin-left: 30px;
}
@media (max-width: 748px) {
  .x-client2 .x-con1500 .x-top .x-right figure {
    margin-left: 0;
    order: -1;
    margin-top: 20px;
  }
}
.x-client2 .x-con1500 .x-top .x-right figure img {
  width: 118px;
  height: 119px;
}
.x-client2 .x-con1500 .x-zhong {
  padding: 0.75rem 0 0.5rem 0;
}
@media (max-width: 748px) {
  .x-client2 .x-con1500 .x-zhong {
    padding: 30px 0;
  }
}
.x-client2 .x-con1500 .x-zhong ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-client2 .x-con1500 .x-zhong ul li {
  width: 25%;
  text-align: center;
  position: relative;
  padding-right: 1px;
}
@media (max-width: 972px) {
  .x-client2 .x-con1500 .x-zhong ul li {
    width: 50%;
  }
  .x-client2 .x-con1500 .x-zhong ul li:nth-of-type(2n)::before {
    display: none;
  }
  .x-client2 .x-con1500 .x-zhong ul li:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
.x-client2 .x-con1500 .x-zhong ul li:last-child::before {
  display: none;
}
.x-client2 .x-con1500 .x-zhong ul li::before {
  content: "";
  width: 1px;
  height: 76px;
  background-color: #d5d5d5;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.x-client2 .x-con1500 .x-zhong ul li img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
@media (max-width: 748px) {
  .x-client2 .x-con1500 .x-zhong ul li img {
    width: 34px;
    height: 34px;
  }
}
.x-client2 .x-con1500 .x-zhong ul li p {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 0.3rem 0 0.1rem 0;
}
@media (max-width: 748px) {
  .x-client2 .x-con1500 .x-zhong ul li p {
    font-size: 16px;
  }
}
.x-client2 .x-con1500 .x-zhong ul li span {
  font-size: 16px;
  color: #666;
  display: inline-block;
}
@media (max-width: 1260px) {
  .x-client2 .x-con1500 .x-zhong ul li span {
    font-size: 14px;
  }
}
@media (max-width: 748px) {
  .x-client2 .x-con1500 .x-zhong ul li span {
    font-size: 12px;
  }
}
.x-client2 .x-con1500 .x-bottom #map {
  width: 100%;
  height: 6.86rem;
}
@media (max-width: 1260px) {
  .x-client2 .x-con1500 .x-bottom #map {
    height: 7.86rem;
  }
}
@media (max-width: 748px) {
  .x-client2 .x-con1500 .x-bottom #map {
    height: 13.86rem;
  }
}
.x-bus1 {
  padding: 0.1rem 0 0.7rem 0;
}
@media (max-width: 748px) {
  .x-bus1 {
    padding: 20px 0 60px 0;
  }
}
.x-bus1 .x-con1500 .x-bus-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0.6rem 0.5rem 0 0.5rem;
  border: 1px solid #dddddd;
}
@media (max-width: 1580px) {
  .x-bus1 .x-con1500 .x-bus-con {
    margin: 0.6rem 0 0;
  }
}
.x-bus1 .x-con1500 .x-bus-con .x-left {
  width: 50%;
}
@media (max-width: 972px) {
  .x-bus1 .x-con1500 .x-bus-con .x-left {
    width: 100%;
  }
}
.x-bus1 .x-con1500 .x-bus-con .x-left figure {
  width: 100%;
  height: 100%;
}
@media (max-width: 972px) {
  .x-bus1 .x-con1500 .x-bus-con .x-left figure {
    height: 11rem;
  }
}
@media (max-width: 748px) {
  .x-bus1 .x-con1500 .x-bus-con .x-left figure {
    height: 10.5rem;
  }
}
.x-bus1 .x-con1500 .x-bus-con .x-left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-bus1 .x-con1500 .x-bus-con .x-right {
  width: 50%;
}
@media (max-width: 972px) {
  .x-bus1 .x-con1500 .x-bus-con .x-right {
    width: 100%;
  }
}
.x-bus1 .x-con1500 .x-bus-con .x-right ul {
  padding: 0.4rem 0.8rem;
}
@media (max-width: 748px) {
  .x-bus1 .x-con1500 .x-bus-con .x-right ul {
    padding: 1rem;
  }
}
.x-bus1 .x-con1500 .x-bus-con .x-right ul li {
  display: flex;
  align-items: baseline;
  padding-bottom: 0.45rem;
  border-bottom: 2px solid #f5f5f5;
}
@media (max-width: 748px) {
  .x-bus1 .x-con1500 .x-bus-con .x-right ul li {
    padding-bottom: 0.8rem;
  }
}
.x-bus1 .x-con1500 .x-bus-con .x-right ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.x-bus1 .x-con1500 .x-bus-con .x-right ul li + li {
  padding-top: 0.42rem;
}
@media (max-width: 748px) {
  .x-bus1 .x-con1500 .x-bus-con .x-right ul li + li {
    padding-top: 0.8rem;
  }
}
.x-bus1 .x-con1500 .x-bus-con .x-right ul li span {
  font-size: 0.26rem;
  color: #cecece;
  display: inline-block;
  margin-right: 0.2rem;
}
@media (max-width: 1580px) {
  .x-bus1 .x-con1500 .x-bus-con .x-right ul li span {
    font-size: 24px;
  }
}
@media (max-width: 748px) {
  .x-bus1 .x-con1500 .x-bus-con .x-right ul li span {
    font-size: 20px;
    margin-right: 0.4rem;
  }
}
.x-bus1 .x-con1500 .x-bus-con .x-right ul li .x-text .x-title {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .x-bus1 .x-con1500 .x-bus-con .x-right ul li .x-text .x-title {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  .x-bus1 .x-con1500 .x-bus-con .x-right ul li .x-text .x-title {
    font-size: 18px;
    margin-bottom: 0.5rem;
    line-height: 1.4;
  }
}
.x-bus1 .x-con1500 .x-bus-con .x-right ul li .x-text p {
  font-size: 16px;
  color: #666;
}
@media (max-width: 1580px) {
  .x-bus1 .x-con1500 .x-bus-con .x-right ul li .x-text p {
    font-size: 14px;
  }
}
.x-bus2 {
  background-color: #f7f7f7;
  padding: 1.1rem 0 1rem 0;
}
@media (max-width: 748px) {
  .x-bus2 {
    padding: 30px 0 60px 0;
  }
}
.x-bus2 .x-con1500 .x-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-bus2 .x-con1500 .x-form p {
  width: 100%;
  font-size: 18px;
  color: #666;
  font-weight: bold;
  position: relative;
  margin: 0.3rem 0 0.15rem 0;
}
@media (max-width: 748px) {
  .x-bus2 .x-con1500 .x-form p {
    font-size: 16px;
    margin: 10px 0 0;
  }
}
.x-bus2 .x-con1500 .x-form p::before {
  content: "";
  width: 93%;
  height: 2px;
  background-color: #e2e4e8;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1580px) {
  .x-bus2 .x-con1500 .x-form p::before {
    width: 90%;
  }
}
@media (max-width: 972px) {
  .x-bus2 .x-con1500 .x-form p::before {
    width: 85%;
  }
}
@media (max-width: 748px) {
  .x-bus2 .x-con1500 .x-form p::before {
    width: 72%;
  }
}
.x-bus2 .x-con1500 .x-form .x-input {
  width: 49.7%;
  position: relative;
}
@media (max-width: 748px) {
  .x-bus2 .x-con1500 .x-form .x-input {
    width: 100%;
    margin-top: 10px;
  }
}
.x-bus2 .x-con1500 .x-form .x-input:nth-of-type(n+3) {
  margin-top: 10px;
}
.x-bus2 .x-con1500 .x-form .x-input input {
  width: 100%;
  font-size: 16px;
  color: #999;
  padding: 0.18rem 0.5rem 0.18rem 0.2rem;
  background-color: #fff;
}
@media (max-width: 1580px) {
  .x-bus2 .x-con1500 .x-form .x-input input {
    padding: 15px 40px 15px 20px;
  }
}
@media (max-width: 748px) {
  .x-bus2 .x-con1500 .x-form .x-input input {
    font-size: 14px;
  }
}
.x-bus2 .x-con1500 .x-form .x-input i {
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #da251d;
  font-weight: bold;
  font-style: initial;
}
@media (max-width: 748px) {
  .x-bus2 .x-con1500 .x-form .x-input i {
    right: 20px;
  }
}
.x-bus2 .x-con1500 .x-form textarea {
  padding: 0.16rem;
  background-color: #fff;
  width: 100%;
  font-size: 16px;
  height: 1rem;
}
@media (max-width: 1580px) {
  .x-bus2 .x-con1500 .x-form textarea {
    height: 1.5rem;
  }
}
@media (max-width: 1260px) {
  .x-bus2 .x-con1500 .x-form textarea {
    height: 2.5rem;
  }
}
@media (max-width: 972px) {
  .x-bus2 .x-con1500 .x-form textarea {
    height: 5rem;
    padding: 0.8rem;
  }
}
@media (max-width: 748px) {
  .x-bus2 .x-con1500 .x-form textarea {
    margin-top: 10px;
    font-size: 14px;
  }
}
.x-bus2 .x-con1500 .x-form textarea + textarea {
  margin-top: 10px;
}
.x-bus2 .x-con1500 .x-form .x-but {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 748px) {
  .x-bus2 .x-con1500 .x-form .x-but {
    margin-top: 20px;
  }
}
.x-bus2 .x-con1500 .x-form .x-but .x-but-in {
  width: 49.7%;
  padding: 0.3rem 0;
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  background-color: #dadde3;
  position: relative;
}
@media (max-width: 1580px) {
  .x-bus2 .x-con1500 .x-form .x-but .x-but-in {
    font-size: 18px;
  }
}
@media (max-width: 748px) {
  .x-bus2 .x-con1500 .x-form .x-but .x-but-in {
    width: 100%;
    height: 57px;
    padding: 0;
  }
}
.x-bus2 .x-con1500 .x-form .x-but .x-but-in input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}
.x-bus2 .x-con1500 .x-form .x-but .x-but-in .x-p {
  position: absolute;
  left: 3.12rem;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
}
@media (max-width: 972px) {
  .x-bus2 .x-con1500 .x-form .x-but .x-but-in .x-p {
    left: 2.12rem;
  }
}
@media (max-width: 748px) {
  .x-bus2 .x-con1500 .x-form .x-but .x-but-in .x-p {
    font-size: 16px;
    left: 3.12rem;
  }
}
.x-bus2 .x-con1500 .x-form .x-but .x-but-in .x-p span {
  font-size: 16px;
  color: #999;
}
@media (max-width: 1580px) {
  .x-bus2 .x-con1500 .x-form .x-but .x-but-in .x-p span {
    font-size: 14px;
  }
}
@media (max-width: 748px) {
  .x-bus2 .x-con1500 .x-form .x-but .x-but-in .x-p span {
    font-size: 12px;
  }
}
.x-bus2 .x-con1500 .x-form .x-but button {
  width: 49.7%;
  padding: 0.3rem 0;
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  background-color: #da251d;
}
@media (max-width: 1580px) {
  .x-bus2 .x-con1500 .x-form .x-but button {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .x-bus2 .x-con1500 .x-form .x-but button {
    padding: 15px 0;
  }
}
@media (max-width: 748px) {
  .x-bus2 .x-con1500 .x-form .x-but button {
    width: 100%;
    margin-top: 10px;
  }
}
.x-bus3 {
  padding: 1rem 0 1.4rem 0;
}
@media (max-width: 748px) {
  .x-bus3 {
    padding: 30px 0 60px 0;
  }
}
.x-bus3 .x-con1500 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-bus3 .x-con1500 a {
  display: block;
  width: 48.6%;
  position: relative;
}
@media (max-width: 748px) {
  .x-bus3 .x-con1500 a {
    width: 100%;
  }
  .x-bus3 .x-con1500 a + a {
    margin-top: 20px;
  }
}
.x-bus3 .x-con1500 a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(48, 32, 31, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.x-bus3 .x-con1500 a .x-title {
  width: 100%;
  font-size: 0.36rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
}
@media (max-width: 1580px) {
  .x-bus3 .x-con1500 a .x-title {
    font-size: 30px;
  }
}
@media (max-width: 972px) {
  .x-bus3 .x-con1500 a .x-title {
    font-size: 24px;
  }
}
.x-bus3 .x-con1500 a:hover figure img {
  transform: scale(1.1);
}
.x-bus3 .x-con1500 a figure {
  overflow: hidden;
}
.x-bus3 .x-con1500 a figure img {
  width: 100%;
  height: 3.4rem;
  object-fit: cover;
  transition: 0.4s all;
}
@media (max-width: 972px) {
  .x-bus3 .x-con1500 a figure img {
    height: 4.4rem;
  }
}
@media (max-width: 748px) {
  .x-bus3 .x-con1500 a figure img {
    height: 8rem;
  }
}
.x-news1 {
  background-color: #f7f7f7;
  padding-top: 0.6rem;
}
.x-news1 .x-swiper {
  position: relative;
}
.x-news1 .x-swiper .swiper-container {
  z-index: 4;
  padding-bottom: 0.6rem;
  width: 81%;
}
@media (max-width: 1580px) {
  .x-news1 .x-swiper .swiper-container {
    padding-bottom: 1.2rem;
  }
}
@media (max-width: 1260px) {
  .x-news1 .x-swiper .swiper-container {
    width: 94%;
  }
}
@media (max-width: 972px) {
  .x-news1 .x-swiper .swiper-container {
    padding-bottom: 1.9rem;
  }
}
@media (max-width: 748px) {
  .x-news1 .x-swiper .swiper-container {
    padding-bottom: 3.9rem;
    width: 100%;
  }
}
.x-news1 .x-swiper .swiper-container .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-news1 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-left {
  width: 48%;
  padding: 0 0 0.4rem 0.4rem;
  position: relative;
}
@media (max-width: 972px) {
  .x-news1 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-left {
    width: 100%;
  }
}
.x-news1 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-left .x-red {
  width: 2.8rem;
  height: 2.8rem;
  background-color: #da251d;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.x-news1 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-left figure {
  width: 100%;
  height: 5.16rem;
}
@media (max-width: 972px) {
  .x-news1 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-left figure {
    height: 9.6rem;
  }
}
.x-news1 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-left figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-news1 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-right {
  width: 42%;
  margin-top: 0.6rem;
}
@media (max-width: 972px) {
  .x-news1 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-right {
    width: 100%;
  }
}
.x-news1 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-right span {
  font-size: 16px;
  color: #999;
}
.x-news1 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-right .x-title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333;
  margin: 0.1rem 0 0.8rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1580px) {
  .x-news1 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-right .x-title {
    font-size: 30px;
    height: 33px;
  }
}
@media (max-width: 1260px) {
  .x-news1 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-right .x-title {
    font-size: 24px;
    margin-top: 0.4rem;
    height: 26px;
  }
}
.x-news1 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-right p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 748px) {
  .x-news1 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-right p {
    font-size: 14px;
    line-height: 22px;
  }
}
.x-news1 .x-swiper .swiper-container .swiper-wrapper .swiper-slide .x-right .x-box-a2 {
  margin-top: 0.55rem;
}
.x-news1 .x-swiper .x-bj {
  background-color: #fff;
  height: 4.4rem;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 748px) {
  .x-news1 .x-swiper .x-bj {
    height: 10.6rem;
  }
}
.x-news1 .x-swiper .swiper-button-prev1 {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #3f3f3f;
  border-radius: 50%;
  position: absolute;
  left: 0.9rem;
  top: 35.2%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 1580px) {
  .x-news1 .x-swiper .swiper-button-prev1 {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 748px) {
  .x-news1 .x-swiper .swiper-button-prev1 {
    width: 40px;
    height: 40px;
    display: none;
  }
}
.x-news1 .x-swiper .swiper-button-prev1:hover {
  background-color: #da251d;
  border: 1px solid transparent;
}
.x-news1 .x-swiper .swiper-button-prev1:hover::before {
  background: url('../images/z-jt3.png') no-repeat center;
  background-size: contain;
}
.x-news1 .x-swiper .swiper-button-prev1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 23px;
  height: 15px;
  background: url(../images/z-jt1.png) no-repeat center;
  background-size: contain;
  transition: 0.4s all;
}
.x-news1 .x-swiper .swiper-button-next1 {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #3f3f3f;
  border-radius: 50%;
  position: absolute;
  right: 0.9rem;
  top: 35.2%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 1580px) {
  .x-news1 .x-swiper .swiper-button-next1 {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 748px) {
  .x-news1 .x-swiper .swiper-button-next1 {
    width: 40px;
    height: 40px;
    display: none;
  }
}
.x-news1 .x-swiper .swiper-button-next1:hover {
  background-color: #da251d;
  border: 1px solid transparent;
}
.x-news1 .x-swiper .swiper-button-next1:hover::before {
  background: url('../images/y-jt3.png') no-repeat center;
  background-size: contain;
}
.x-news1 .x-swiper .swiper-button-next1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 23px;
  height: 15px;
  background: url(../images/y-jt1.png) no-repeat center;
  background-size: contain;
  transition: 0.4s all;
}
.x-news1 .x-swiper .swiper-pagination {
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%);
}
.x-news1 .x-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 3px;
  background-color: #e0e0e0;
  opacity: 1;
  border-radius: initial;
  margin: 0 10px;
  position: relative;
}
@media (max-width: 748px) {
  .x-news1 .x-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 1.2rem;
    margin: 0 6px;
  }
}
.x-news1 .x-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  -webkit-animation: sw_pa 5s linear;
  animation: sw_pa 5s linear;
  content: "";
  width: 0;
  height: 3px;
  background-color: #da251d;
  position: absolute;
  left: 0;
  top: 0;
}
.x-news2 {
  background-color: #f7f7f7;
  padding: 1rem 0 0.6rem 0;
}
@media (max-width: 748px) {
  .x-news2 {
    padding: 30px 0 40px 0;
  }
}
.x-news2 .x-con1500 .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-news2 .x-con1500 .x-top .x-left a {
  display: inline-block;
  font-size: 18px;
  color: #333;
  border: 1px solid #dddddd;
  background-color: #fff;
  padding: 15px 42px;
  transition: 0.4s all;
  margin-right: 0.4rem;
}
@media (max-width: 1580px) {
  .x-news2 .x-con1500 .x-top .x-left a {
    padding: 12px 38px;
  }
}
@media (max-width: 748px) {
  .x-news2 .x-con1500 .x-top .x-left a {
    margin-right: 1rem;
    padding: 12px 32px;
  }
  .x-news2 .x-con1500 .x-top .x-left{
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 325px) {
  .x-news2 .x-con1500 .x-top .x-left a {
    padding: 12px 26px;
  }
}
.x-news2 .x-con1500 .x-top .x-left a:last-child {
  margin-right: 0;
}
.x-news2 .x-con1500 .x-top .x-left a:hover {
  background-color: #da251d;
  color: #fff;
}
.x-news2 .x-con1500 .x-top .x-left a.on {
  background-color: #da251d;
  color: #fff;
}
@media (max-width: 748px) {
  .x-news2 .x-con1500 .x-top .x-right {
    width: 100%;
    margin-top: 15px;
  }
}
.x-news2 .x-con1500 .x-top .x-right .x-clear {
  height: 59px;
  display: flex;
  align-items: center;
}
@media (max-width: 1580px) {
  .x-news2 .x-con1500 .x-top .x-right .x-clear {
    height: 53px;
  }
}
.x-news2 .x-con1500 .x-top .x-right .x-clear input {
  width: 3.6rem;
  padding: 0 15px 0 20px;
  border: 1px solid #dddddd;
  background-color: #fff;
  color: #999;
  height: 59px;
  display: inline-block;
}
@media (max-width: 1580px) {
  .x-news2 .x-con1500 .x-top .x-right .x-clear input {
    height: 53px;
  }
}
@media (max-width: 972px) {
  .x-news2 .x-con1500 .x-top .x-right .x-clear input {
    width: 5rem;
  }
}
@media (max-width: 748px) {
  .x-news2 .x-con1500 .x-top .x-right .x-clear input {
    width: 70%;
  }
}
.x-news2 .x-con1500 .x-top .x-right .x-clear button {
  width: 1.3rem;
  height: 59px;
  background-color: #da251d;
  position: relative;
  display: inline-block;
}
@media (max-width: 1580px) {
  .x-news2 .x-con1500 .x-top .x-right .x-clear button {
    height: 53px;
  }
}
@media (max-width: 972px) {
  .x-news2 .x-con1500 .x-top .x-right .x-clear button {
    width: 1.8rem;
  }
}
@media (max-width: 748px) {
  .x-news2 .x-con1500 .x-top .x-right .x-clear button {
    width: 30%;
  }
}
.x-news2 .x-con1500 .x-top .x-right .x-clear button i {
  background: url(../images/sousuo1.png) no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.x-news2 .x-con1500 .x-bottom {
  margin-top: 0.6rem;
}
@media (max-width: 748px) {
  .x-news2 .x-con1500 .x-bottom {
    margin-top: 2rem;
  }
}
.x-news2 .x-con1500 .x-bottom ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-news2 .x-con1500 .x-bottom ul li {
  width: 31.6%;
  margin-right: 2.6%;
  background-color: #fff;
}
@media (max-width: 972px) {
  .x-news2 .x-con1500 .x-bottom ul li {
    width: 48%;
    margin-right: 4%;
  }
  .x-news2 .x-con1500 .x-bottom ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 972px) {
  .x-news2 .x-con1500 .x-bottom ul li:nth-of-type(n+3) {
    margin-top: 4%;
  }
}
@media (max-width: 748px) {
  .x-news2 .x-con1500 .x-bottom ul li {
    width: 100%;
    margin-right: 0 !important;
  }
  .x-news2 .x-con1500 .x-bottom ul li + li {
    margin-top: 20px !important;
  }
}
.x-news2 .x-con1500 .x-bottom ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 972px) {
  .x-news2 .x-con1500 .x-bottom ul li:nth-of-type(3n) {
    margin-right: auto;
  }
}
.x-news2 .x-con1500 .x-bottom ul li:nth-of-type(n+4) {
  margin-top: 2.6%;
}
@media (max-width: 972px) {
  .x-news2 .x-con1500 .x-bottom ul li:nth-of-type(n+4) {
    margin-top: 4%;
  }
}
.x-news2 .x-con1500 .x-bottom ul li a {
  display: block;
}
.x-news2 .x-con1500 .x-bottom ul li a:hover figure img {
  transform: scale(1.1);
}
.x-news2 .x-con1500 .x-bottom ul li a:hover .x-text .x-title {
  color: #da251d;
}
.x-news2 .x-con1500 .x-bottom ul li a figure {
  width: 100%;
  height: 3.2rem;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .x-news2 .x-con1500 .x-bottom ul li a figure {
    height: 4rem;
  }
}
@media (max-width: 972px) {
  .x-news2 .x-con1500 .x-bottom ul li a figure {
    height: 5rem;
  }
}
@media (max-width: 748px) {
  .x-news2 .x-con1500 .x-bottom ul li a figure {
    height: 10.2rem;
  }
}
.x-news2 .x-con1500 .x-bottom ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
.x-news2 .x-con1500 .x-bottom ul li a .x-text {
  padding: 0.4rem 0.3rem;
}
@media (max-width: 972px) {
  .x-news2 .x-con1500 .x-bottom ul li a .x-text {
    padding: 0.6rem;
  }
}
@media (max-width: 748px) {
  .x-news2 .x-con1500 .x-bottom ul li a .x-text {
    padding: 1rem;
  }
}
.x-news2 .x-con1500 .x-bottom ul li a .x-text .x-title {
  font-size: 0.24rem;
  color: #333;
  font-weight: bold;
  transition: 0.4s all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1580px) {
  .x-news2 .x-con1500 .x-bottom ul li a .x-text .x-title {
    font-size: 22px;
  }
}
@media (max-width: 748px) {
  .x-news2 .x-con1500 .x-bottom ul li a .x-text .x-title {
    font-size: 18px;
  }
}
.x-news2 .x-con1500 .x-bottom ul li a .x-text p {
  font-size: 16px;
  color: #999;
  margin: 0.15rem 0 0.25rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 748px) {
  .x-news2 .x-con1500 .x-bottom ul li a .x-text p {
    font-size: 14px;
    margin: 0.6rem 0;
  }
}
.x-news2 .x-con1500 .x-bottom ul li a .x-text span {
  display: block;
  font-size: 14px;
  color: #999;
  font-weight: bold;
  padding-top: 0.3rem;
  border-top: 2px solid #fcfcfd;
  position: relative;
}
@media (max-width: 748px) {
  .x-news2 .x-con1500 .x-bottom ul li a .x-text span {
    padding-top: 0.6rem;
  }
}
.x-news2 .x-con1500 .x-bottom ul li a .x-text span i {
  width: 32px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 5px;
  background: url("../images/right-jt3.png") no-repeat center;
  background-size: contain;
}
.x-page {
  padding-bottom: 1.4rem;
  background-color: #f7f7f7;
}
.x-page .x-con1500 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  line-height: 40px;
}
.x-page .x-con1500 a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 16px;
  color: #999;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.x-page .x-con1500 a:hover {
  background-color: #da251d;
  color: #fff;
}
@media (max-width: 748px) {
  .x-page .x-con1500 a {
    display: none;
  }
}
.x-page .x-con1500 a.on {
  background-color: #da251d;
  color: #fff;
}
@media (max-width: 748px) {
  .x-page .x-con1500 a.prev {
    display: block;
  }
}
.x-page .x-con1500 a.prev:hover {
  background-color: #da251d;
}
.x-page .x-con1500 a.prev:hover i {
  background: url("../images/z-jt6.png") no-repeat center;
  background-size: contain;
}
.x-page .x-con1500 a.prev i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  background: url("../images/z-jt5.png") no-repeat center;
  background-size: contain;
  width: 24px;
  height: 16px;
  line-height: 40px;
  transition: 0.4s all;
}
@media (max-width: 748px) {
  .x-page .x-con1500 a.next {
    display: block;
  }
}
.x-page .x-con1500 a.next:hover {
  background-color: #da251d;
}
.x-page .x-con1500 a.next:hover i {
  background: url("../images/y-jt6.png") no-repeat center;
  background-size: contain;
}
.x-page .x-con1500 a.next i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  background: url("../images/y-jt5.png") no-repeat center;
  background-size: contain;
  width: 24px;
  height: 16px;
  line-height: 40px;
  transition: 0.4s all;
}
.x-show-news1 {
  background-color: #f7f7f7;
  padding-top: 0.6rem;
}
.x-show-news1 .x-con1500 .x-news-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.x-show-news1 .x-con1500 .x-news-con .x-left {
  width: 73.3%;
}
@media (max-width: 972px) {
  .x-show-news1 .x-con1500 .x-news-con .x-left {
    width: 100%;
  }
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-left-con {
  background-color: #fff;
  padding: 0.6rem 0.6rem 0 0.6rem;
}
@media (max-width: 748px) {
  .x-show-news1 .x-con1500 .x-news-con .x-left .x-left-con {
    padding: 1rem;
  }
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-left-con .x-title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333;
}
@media (max-width: 1580px) {
  .x-show-news1 .x-con1500 .x-news-con .x-left .x-left-con .x-title {
    font-size: 30px;
  }
}
@media (max-width: 748px) {
  .x-show-news1 .x-con1500 .x-news-con .x-left .x-left-con .x-title {
    font-size: 24px;
  }
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-left-con .x-text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: 0.15rem;
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-left-con .x-text p span {
  font-size: 16px;
  color: #999;
  display: inline-block;
}
@media (max-width: 748px) {
  .x-show-news1 .x-con1500 .x-news-con .x-left .x-left-con .x-text p span {
    font-size: 14px;
  }
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-left-con .x-text p span:first-child {
  margin-right: 0.35rem;
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-left-con .x-text a {
  display: inline-block;
  padding: 4px 20px;
  border: 1px solid #dedede;
  font-size: 14px;
  color: #555;
  transition: 0.4s all;
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-left-con .x-text a:hover {
  color: #fff;
  background-color: #d0121c;
  border: 1px solid #d0121c;
}
@media (max-width: 748px) {
  .x-show-news1 .x-con1500 .x-news-con .x-left .x-left-con .x-text a {
    padding: 1px 14px;
  }
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-left-con .x-news-con1 {
  margin-top: 0.7rem;
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-left-con .x-news-con1 img {
  width: 100%;
  height: auto;
  min-width: 100%;
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-share {
  padding: 0.3rem 0 0.4rem 0;
  margin-top: 0.5rem;
  border-top: 1px solid #ededed;
}
@media (max-width: 748px) {
  .x-show-news1 .x-con1500 .x-news-con .x-left .x-share {
    padding: 1rem 0;
  }
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-share .x-share-p {
  display: flex;
  align-items: center;
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-share .x-share-p p {
  display: inline-block;
  font-size: 16px;
  color: #555;
  margin-right: 10px;
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-share .x-share-p a {
  display: inline-block;
  margin-right: 10px;
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-share .x-share-p a img {
  width: 34px;
  height: 32px;
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-pag {
  padding: 0.65rem 0 1rem 0;
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-pag .x-pag-a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-pag .x-pag-a a {
  display: flex;
  flex-wrap: wrap;
  padding: 0.44rem 0.3rem;
  width: 49.5%;
  background-color: #fff;
  transition: 0.4s all;
}
@media (max-width: 748px) {
  .x-show-news1 .x-con1500 .x-news-con .x-left .x-pag .x-pag-a a {
    width: 100%;
    margin-top: 10px;
    padding: 0.8rem;
  }
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-pag .x-pag-a a:hover {
  background-color: #da251d;
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-pag .x-pag-a a:hover p {
  color: #fff;
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-pag .x-pag-a a:hover span {
  color: #fff;
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-pag .x-pag-a a:hover:nth-of-type(1) i {
  background: url("../images/x-left2.png") no-repeat center;
  background-size: contain;
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-pag .x-pag-a a:hover:nth-of-type(2) i {
  background: url("../images/x-right2.png") no-repeat center;
  background-size: contain;
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-pag .x-pag-a a:nth-of-type(1) span {
  padding-right: 30px;
  border-right: 2px solid #dedede;
  transition: 0.4s all;
}
@media (max-width: 748px) {
  .x-show-news1 .x-con1500 .x-news-con .x-left .x-pag .x-pag-a a:nth-of-type(1) span {
    padding-right: 10px;
  }
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-pag .x-pag-a a:nth-of-type(1) span i {
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 18px;
  background: url("../images/x-left1.png") no-repeat center;
  background-size: contain;
  vertical-align: middle;
  transition: 0.4s all;
}
@media (max-width: 748px) {
  .x-show-news1 .x-con1500 .x-news-con .x-left .x-pag .x-pag-a a:nth-of-type(1) span i {
    height: 14px;
  }
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-pag .x-pag-a a:nth-of-type(2) {
  justify-content: flex-end;
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-pag .x-pag-a a:nth-of-type(2) span {
  padding-left: 30px;
  border-left: 2px solid #dedede;
  transition: 0.4s all;
}
@media (max-width: 748px) {
  .x-show-news1 .x-con1500 .x-news-con .x-left .x-pag .x-pag-a a:nth-of-type(2) span {
    padding-left: 10px;
  }
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-pag .x-pag-a a:nth-of-type(2) span i {
  margin-left: 10px;
  display: inline-block;
  width: 10px;
  height: 18px;
  background: url("../images/x-right1.png") no-repeat center;
  background-size: contain;
  vertical-align: middle;
  transition: 0.4s all;
}
@media (max-width: 748px) {
  .x-show-news1 .x-con1500 .x-news-con .x-left .x-pag .x-pag-a a:nth-of-type(2) span i {
    height: 14px;
  }
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-pag .x-pag-a a:nth-of-type(2) P {
  padding: 0 30px 0 0;
  text-align: right;
  transition: 0.4s all;
}
@media (max-width: 748px) {
  .x-show-news1 .x-con1500 .x-news-con .x-left .x-pag .x-pag-a a:nth-of-type(2) P {
    padding-right: 10px;
  }
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-pag .x-pag-a a span {
  font-size: 16px;
  color: #999;
  transition: 0.4s all;
}
@media (max-width: 748px) {
  .x-show-news1 .x-con1500 .x-news-con .x-left .x-pag .x-pag-a a span {
    font-size: 14px;
  }
}
.x-show-news1 .x-con1500 .x-news-con .x-left .x-pag .x-pag-a a p {
  width: 3.3rem;
  font-size: 16px;
  color: #333;
  padding-left: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: 0.4s all;
}
@media (max-width: 972px) {
  .x-show-news1 .x-con1500 .x-news-con .x-left .x-pag .x-pag-a a p {
    width: 5.3rem;
  }
}
@media (max-width: 748px) {
  .x-show-news1 .x-con1500 .x-news-con .x-left .x-pag .x-pag-a a p {
    width: 68%;
    padding-left: 10px;
    font-size: 14px;
  }
}
.x-show-news1 .x-con1500 .x-news-con .x-right {
  width: 25%;
  background-color: #fff;
  padding: 0.7rem 0.2rem 0.7rem 0.2rem;
}
@media (max-width: 972px) {
  .x-show-news1 .x-con1500 .x-news-con .x-right {
    width: 100%;
  }
}
@media (max-width: 972px) {
  .x-show-news1 .x-con1500 .x-news-con .x-right {
    padding: 1rem;
    margin-bottom: 40px;
  }
}
.x-show-news1 .x-con1500 .x-news-con .x-right .x-title1 {
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.3rem;
}
@media (max-width: 1580px) {
  .x-show-news1 .x-con1500 .x-news-con .x-right .x-title1 {
    font-size: 24px;
  }
}
@media (max-width: 972px) {
  .x-show-news1 .x-con1500 .x-news-con .x-right .x-title1 {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.x-show-news1 .x-con1500 .x-news-con .x-right a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.3rem;
  border-bottom: 1px dashed #e3e3e3;
  margin-bottom: 0.3rem;
}
@media (max-width: 972px) {
  .x-show-news1 .x-con1500 .x-news-con .x-right a {
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.x-show-news1 .x-con1500 .x-news-con .x-right a:hover figure img {
  transform: scale(1.1);
}
.x-show-news1 .x-con1500 .x-news-con .x-right a:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.x-show-news1 .x-con1500 .x-news-con .x-right a figure {
  width: 36%;
  overflow: hidden;
}
.x-show-news1 .x-con1500 .x-news-con .x-right a figure img {
  object-fit: cover;
  width: 100%;
  height: 0.8rem;
  transition: 0.4s all;
}
@media (max-width: 1580px) {
  .x-show-news1 .x-con1500 .x-news-con .x-right a figure img {
    height: 1rem;
  }
}
@media (max-width: 972px) {
  .x-show-news1 .x-con1500 .x-news-con .x-right a figure img {
    height: 3rem;
  }
}
@media (max-width: 748px) {
  .x-show-news1 .x-con1500 .x-news-con .x-right a figure img {
    height: 4rem;
  }
}
.x-show-news1 .x-con1500 .x-news-con .x-right a .x-text {
  width: 64%;
  padding-left: 0.2rem;
}
@media (max-width: 748px) {
  .x-show-news1 .x-con1500 .x-news-con .x-right a .x-text {
    padding-left: 0.8rem;
  }
}
.x-show-news1 .x-con1500 .x-news-con .x-right a .x-text span {
  font-size: 16px;
  color: #999;
}
@media (max-width: 1900px) {
  .x-show-news1 .x-con1500 .x-news-con .x-right a .x-text span {
    font-size: 14px;
  }
}
.x-show-news1 .x-con1500 .x-news-con .x-right a .x-text .x-title {
  font-size: 16px;
  color: #555;
  margin-top: 0.15rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
}
@media (max-width: 1900px) {
  .x-show-news1 .x-con1500 .x-news-con .x-right a .x-text .x-title {
    font-size: 14px;
    line-height: 22px;
    margin-top: 0;
  }
}
.x-post1 {
  background-color: #f7f7f7;
  padding-top: 0.4rem;
}
@media (max-width: 748px) {
  .x-post1 {
    padding-top: 20px;
  }
}
.x-post1 .x-con1500 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 1rem;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 748px) {
  .x-post1 .x-con1500 {
    padding-bottom: 40px;
  }
}
.x-post1 .x-con1500 .x-left {
  width: 64%;
}
@media (max-width: 972px) {
  .x-post1 .x-con1500 .x-left {
    width: 100%;
  }
}
.x-post1 .x-con1500 .x-left .x-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #333;
}
@media (max-width: 1580px) {
  .x-post1 .x-con1500 .x-left .x-title {
    font-size: 30px;
  }
}
@media (max-width: 748px) {
  .x-post1 .x-con1500 .x-left .x-title {
    font-size: 24px;
  }
}
.x-post1 .x-con1500 .x-left span {
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
  display: inline-block;
  margin: 0.1rem 0 0.25rem 0;
}
@media (max-width: 748px) {
  .x-post1 .x-con1500 .x-left span {
    margin-bottom: 0.4rem;
  }
}
.x-post1 .x-con1500 .x-left .x-text p {
  font-size: 16px;
  color: #666;
}
@media (max-width: 748px) {
  .x-post1 .x-con1500 .x-left .x-text p {
    font-size: 14px;
  }
}
.x-post1 .x-con1500 .x-right {
  width: 32%;
}
@media (max-width: 1580px) {
  .x-post1 .x-con1500 .x-right {
    width: 34%;
  }
}
@media (max-width: 972px) {
  .x-post1 .x-con1500 .x-right {
    width: 100%;
    margin-top: 30px;
  }
}
.x-post1 .x-con1500 .x-right figure {
  width: 100%;
  height: 3.5rem;
}
@media (max-width: 1580px) {
  .x-post1 .x-con1500 .x-right figure {
    height: 3.8rem;
  }
}
@media (max-width: 1260px) {
  .x-post1 .x-con1500 .x-right figure {
    height: 4.8rem;
  }
}
@media (max-width: 972px) {
  .x-post1 .x-con1500 .x-right figure {
    height: 10.8rem;
  }
}
.x-post1 .x-con1500 .x-right figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-post2 {
  background-color: #f7f7f7;
  padding: 1rem 0 1.5rem 0;
}
@media (max-width: 748px) {
  .x-post2 {
    padding: 40px 0 60px 0;
  }
}
.x-post2 .x-con1500 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.x-post2 .x-con1500 .x-left {
  width: 64%;
}
@media (max-width: 1580px) {
  .x-post2 .x-con1500 .x-left {
    width: 62%;
  }
}
@media (max-width: 972px) {
  .x-post2 .x-con1500 .x-left {
    width: 100%;
  }
}
.x-post2 .x-con1500 .x-left ul li + li {
  margin-top: 10px;
}
.x-post2 .x-con1500 .x-left ul li.on .x-p {
  color: #fff;
  background-color: #da251d;
}
.x-post2 .x-con1500 .x-left ul li.on .x-p i {
  background: url("../images/jia2.png") no-repeat center;
  background-size: contain;
}
.x-post2 .x-con1500 .x-left ul li .x-p {
  font-size: 0.24rem;
  color: #333;
  background-color: #fff;
  padding: 0.3rem 0.45rem;
  position: relative;
}
@media (max-width: 1580px) {
  .x-post2 .x-con1500 .x-left ul li .x-p {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  .x-post2 .x-con1500 .x-left ul li .x-p {
    padding: 0.6rem 1.4rem 0.6rem 1rem;
    font-size: 18px;
  }
}
.x-post2 .x-con1500 .x-left ul li .x-p i {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url("../images/x-jia.png") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.x-post2 .x-con1500 .x-left ul li .x-text {
  background-color: #fff;
  padding: 0.4rem 0.8rem 0.6rem 0.8rem;
  display: none;
}
@media (max-width: 748px) {
  .x-post2 .x-con1500 .x-left ul li .x-text {
    padding: 1rem;
  }
}
.x-post2 .x-con1500 .x-left ul li .x-text .x-title {
  font-size: 18px;
  color: #2c2f39;
  font-weight: bold;
  line-height: 32px;
}
.x-post2 .x-con1500 .x-left ul li .x-text p {
  line-height: 32px;
}
@media (max-width: 748px) {
  .x-post2 .x-con1500 .x-left ul li .x-text p {
    font-size: 14px;
    line-height: 24px;
  }
}
.x-post2 .x-con1500 .x-right {
  width: 32%;
  padding: 0.3rem 0.3rem 0.8rem 0.3rem;
  background-color: #fff;
}
@media (max-width: 1580px) {
  .x-post2 .x-con1500 .x-right {
    width: 34%;
  }
}
@media (max-width: 972px) {
  .x-post2 .x-con1500 .x-right {
    width: 100%;
    margin-top: 35px;
  }
}
@media (max-width: 748px) {
  .x-post2 .x-con1500 .x-right {
    padding: 1rem 0.8rem 0.8rem 1rem;
  }
}
.x-post2 .x-con1500 .x-right .x-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.3rem;
}
@media (max-width: 1580px) {
  .x-post2 .x-con1500 .x-right .x-title {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  .x-post2 .x-con1500 .x-right .x-title {
    font-size: 18px;
    padding-bottom: 0.6rem;
    margin-bottom: 0.6rem;
  }
}
.x-post2 .x-con1500 .x-right .x-title span {
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
  color: #999;
}
@media (max-width: 1900px) {
  .x-post2 .x-con1500 .x-right .x-title span {
    font-size: 12px;
  }
}
.x-post2 .x-con1500 .x-right .x-form .x-input {
  width: 100%;
  position: relative;
}
.x-post2 .x-con1500 .x-right .x-form .x-input + .x-input {
  margin-top: 10px;
}
.x-post2 .x-con1500 .x-right .x-form .x-input input {
  width: 100%;
  font-size: 16px;
  color: #999;
  border: 1px solid #ddd;
  position: relative;
  padding: 0.18rem 0.5rem 0.18rem 0.2rem;
}
@media (max-width: 1580px) {
  .x-post2 .x-con1500 .x-right .x-form .x-input input {
    padding: 14px 50px 14px 20px;
  }
}
@media (max-width: 748px) {
  .x-post2 .x-con1500 .x-right .x-form .x-input input {
    padding: 12px 50px 12px 20px;
    font-size: 14px;
  }
}
.x-post2 .x-con1500 .x-right .x-form .x-input i {
  display: block;
  font-style: initial;
  font-size: 22px;
  color: #da251d;
  font-weight: bold;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.x-post2 .x-con1500 .x-right .x-form .x-se {
  position: relative;
  margin-top: 10px;
}
.x-post2 .x-con1500 .x-right .x-form .x-se select {
  width: 100%;
  appearance: none;
  font-size: 16px;
  color: #666;
  border: 1px solid #ddd;
  position: relative;
  padding: 0.18rem 0.5rem 0.18rem 0.2rem;
}
@media (max-width: 1580px) {
  .x-post2 .x-con1500 .x-right .x-form .x-se select {
    padding: 14px 50px 14px 20px;
  }
}
@media (max-width: 748px) {
  .x-post2 .x-con1500 .x-right .x-form .x-se select {
    padding: 12px 50px 12px 20px;
    font-size: 14px;
  }
}
.x-post2 .x-con1500 .x-right .x-form .x-se img {
  width: 12px;
  height: 12px;
  object-fit: contain;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.x-post2 .x-con1500 .x-right .x-form .but {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}
.x-post2 .x-con1500 .x-right .x-form .but .x-but-in {
  width: 31%;
  position: relative;
  height: 60px;
}
@media (max-width: 1580px) {
  .x-post2 .x-con1500 .x-right .x-form .but .x-but-in {
    height: 54px;
  }
}
.x-post2 .x-con1500 .x-right .x-form .but .x-but-in input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}
.x-post2 .x-con1500 .x-right .x-form .but .x-but-in .x-p {
  font-size: 18px;
  color: #555;
  font-weight: bold;
  background-color: #dadde3;
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1580px) {
  .x-post2 .x-con1500 .x-right .x-form .but .x-but-in .x-p {
    font-size: 16px;
    line-height: 54px;
  }
}
.x-post2 .x-con1500 .x-right .x-form .but button {
  width: 62%;
  font-size: 18px;
  background-color: #da251d;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .x-post2 .x-con1500 .x-right .x-form .but button {
    font-size: 16px;
  }
}
.x-enc1 {
  background-color: #f7f7f7;
  padding: 0.2rem 0 1.4rem 0;
}
@media (max-width: 748px) {
  .x-enc1 {
    padding: 30px 0 60px 0;
  }
}
.x-enc1 .x-con1500 .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-enc1 .x-con1500 .x-top .x-left {
  width: 48.9%;
  background-color: #fff;
}
@media (max-width: 972px) {
  .x-enc1 .x-con1500 .x-top .x-left {
    width: 100%;
  }
}
.x-enc1 .x-con1500 .x-top .x-left .x-left-con {
  padding: 0.4rem 0.4rem 0 0.4rem;
}
@media (max-width: 972px) {
  .x-enc1 .x-con1500 .x-top .x-left .x-left-con {
    padding-bottom: 1rem;
  }
}
@media (max-width: 748px) {
  .x-enc1 .x-con1500 .x-top .x-left .x-left-con {
    padding: 1rem;
  }
}
.x-enc1 .x-con1500 .x-top .x-left .x-left-con .x-title {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 972px) {
  .x-enc1 .x-con1500 .x-top .x-left .x-left-con .x-title {
    padding-bottom: 0.4rem;
  }
}
.x-enc1 .x-con1500 .x-top .x-left .x-left-con .x-title .x-span {
  font-size: 0.3rem;
  color: #333;
  min-width: 1.25rem;
  margin-left: 0;
}
@media (max-width: 748px) {
  .x-enc1 .x-con1500 .x-top .x-left .x-left-con .x-title .x-span {
    margin-top: 0;
  }
}
@media (max-width: 1580px) {
  .x-enc1 .x-con1500 .x-top .x-left .x-left-con .x-title .x-span {
    font-size: 20px;
  }
}
.x-enc1 .x-con1500 .x-top .x-left .x-left-con .x-title figure {
  position: relative;
  margin-right: 15px;
}
.x-enc1 .x-con1500 .x-top .x-left .x-left-con .x-title figure::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(218, 37, 29, 0.3);
  position: absolute;
  top: 8px;
  right: -3px;
}
.x-enc1 .x-con1500 .x-top .x-left .x-left-con .x-title figure img {
  width: 34px;
  height: 30px;
  object-fit: contain;
}
.x-enc1 .x-con1500 .x-top .x-left .x-left-con .x-title span {
  font-size: 16px;
  color: #999;
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 1580px) {
  .x-enc1 .x-con1500 .x-top .x-left .x-left-con .x-title span {
    font-size: 14px;
  }
}
@media (max-width: 748px) {
  .x-enc1 .x-con1500 .x-top .x-left .x-left-con .x-title span {
    margin-top: 10px;
    margin-left: 0;
  }
}
.x-enc1 .x-con1500 .x-top .x-left .x-left-con .x-text {
  display: flex;
  flex-wrap: wrap;
}
.x-enc1 .x-con1500 .x-top .x-left .x-left-con .x-text a {
  padding: 4px 30px;
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 16px;
  color: #666;
  transition: 0.4s all;
  margin: 20px 20px 0 0;
  background-color: #f5f5f5;
}
@media (max-width: 748px) {
  .x-enc1 .x-con1500 .x-top .x-left .x-left-con .x-text a {
    margin-top: 15px;
  }
}
.x-enc1 .x-con1500 .x-top .x-left .x-left-con .x-text a:hover {
  color: #fff;
  background-color: #da251d;
}
.x-enc1 .x-con1500 .x-top .x-right {
  width: 48.9%;
}
@media (max-width: 972px) {
  .x-enc1 .x-con1500 .x-top .x-right {
    width: 100%;
    margin-top: 20px;
  }
}
.x-enc1 .x-con1500 .x-top .x-right ul li {
  background-color: #fff;
  padding: 0.4rem 0.4rem 1rem 0.4rem;
}
@media (max-width: 748px) {
  .x-enc1 .x-con1500 .x-top .x-right ul li {
    padding: 1rem;
  }
}
.x-enc1 .x-con1500 .x-top .x-right ul li:last-child {
  margin-top: 0.3rem;
}
@media (max-width: 972px) {
  .x-enc1 .x-con1500 .x-top .x-right ul li:last-child {
    margin-top: 20px;
  }
}
.x-enc1 .x-con1500 .x-top .x-right ul li .x-title {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 972px) {
  .x-enc1 .x-con1500 .x-top .x-right ul li .x-title {
    padding-bottom: 0.4rem;
  }
}
.x-enc1 .x-con1500 .x-top .x-right ul li .x-title .x-span {
  font-size: 0.3rem;
  color: #333;
  min-width: 1.25rem;
  margin-left: 0;
}
@media (max-width: 1580px) {
  .x-enc1 .x-con1500 .x-top .x-right ul li .x-title .x-span {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  .x-enc1 .x-con1500 .x-top .x-right ul li .x-title .x-span {
    margin-top: 0;
  }
}
.x-enc1 .x-con1500 .x-top .x-right ul li .x-title figure {
  position: relative;
  margin-right: 15px;
}
.x-enc1 .x-con1500 .x-top .x-right ul li .x-title figure::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(218, 37, 29, 0.3);
  position: absolute;
  top: 8px;
  right: 0;
}
.x-enc1 .x-con1500 .x-top .x-right ul li .x-title figure img {
  width: 34px;
  height: 30px;
  object-fit: contain;
}
.x-enc1 .x-con1500 .x-top .x-right ul li .x-title span {
  font-size: 16px;
  color: #999;
  margin-left: 15px;
}
@media (max-width: 1580px) {
  .x-enc1 .x-con1500 .x-top .x-right ul li .x-title span {
    font-size: 14px;
  }
}
@media (max-width: 748px) {
  .x-enc1 .x-con1500 .x-top .x-right ul li .x-title span {
    margin-top: 10px;
    margin-left: 0;
  }
}
.x-enc1 .x-con1500 .x-top .x-right ul li .x-text {
  display: flex;
  flex-wrap: wrap;
}
.x-enc1 .x-con1500 .x-top .x-right ul li .x-text a {
  padding: 4px 30px;
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 16px;
  color: #666;
  transition: 0.4s all;
  margin: 20px 20px 0 0;
  background-color: #f5f5f5;
}
@media (max-width: 748px) {
  .x-enc1 .x-con1500 .x-top .x-right ul li .x-text a {
    margin-top: 15px;
  }
}
.x-enc1 .x-con1500 .x-top .x-right ul li .x-text a:hover {
  color: #fff;
  background-color: #da251d;
}
.x-enc1 .x-con1500 .x-bottom {
  margin-top: 0.3rem;
}
@media (max-width: 972px) {
  .x-enc1 .x-con1500 .x-bottom {
    margin-top: 20px;
  }
}
.x-enc1 .x-con1500 .x-bottom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-enc1 .x-con1500 .x-bottom ul li {
  background-color: #fff;
  padding: 0.4rem 0.4rem 1rem 0.4rem;
  width: 48.9%;
  margin-bottom: 0.3rem;
}
@media (max-width: 972px) {
  .x-enc1 .x-con1500 .x-bottom ul li {
    width: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 748px) {
  .x-enc1 .x-con1500 .x-bottom ul li {
    padding: 1rem;

  }
}
@media (max-width: 972px) {
  .x-enc1 .x-con1500 .x-bottom ul li + li {
    margin-top: 20px;
  }
}
.x-enc1 .x-con1500 .x-bottom ul li .x-title {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 972px) {
  .x-enc1 .x-con1500 .x-bottom ul li .x-title {
    padding-bottom: 0.4rem;
  }
}
.x-enc1 .x-con1500 .x-bottom ul li .x-title .x-span {
  font-size: 0.3rem;
  color: #333;
  min-width: 1.25rem;
  margin-left: 0;
}
@media (max-width: 1580px) {
  .x-enc1 .x-con1500 .x-bottom ul li .x-title .x-span {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  .x-enc1 .x-con1500 .x-bottom ul li .x-title .x-span {
    margin-top: 0;
  }
}
.x-enc1 .x-con1500 .x-bottom ul li .x-title figure {
  position: relative;
  margin-right: 15px;
}
.x-enc1 .x-con1500 .x-bottom ul li .x-title figure::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(218, 37, 29, 0.3);
  position: absolute;
  top: 8px;
  right: 0;
}
.x-enc1 .x-con1500 .x-bottom ul li .x-title figure img {
  width: 34px;
  height: 30px;
  object-fit: contain;
}
.x-enc1 .x-con1500 .x-bottom ul li .x-title span {
  font-size: 16px;
  color: #999;
  margin-left: 15px;
}
@media (max-width: 1580px) {
  .x-enc1 .x-con1500 .x-bottom ul li .x-title span {
    font-size: 14px;
  }
}
@media (max-width: 748px) {
  .x-enc1 .x-con1500 .x-bottom ul li .x-title span {
    margin-left: 0;
    margin-top: 10px;
  }
}
.x-enc1 .x-con1500 .x-bottom ul li .x-text {
  display: flex;
  flex-wrap: wrap;
}
.x-enc1 .x-con1500 .x-bottom ul li .x-text a {
  padding: 4px 30px;
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 16px;
  color: #666;
  transition: 0.4s all;
  margin: 20px 20px 0 0;
  background-color: #f5f5f5;
}
@media (max-width: 748px) {
  .x-enc1 .x-con1500 .x-bottom ul li .x-text a {
    margin-top: 15px;
  }
}
.x-enc1 .x-con1500 .x-bottom ul li .x-text a:hover {
  color: #fff;
  background-color: #da251d;
}
.x-book1 {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 748px) {
  .x-book1 {
    padding: 0 20px;
  }
}
.x-book1 .x-con1500 {
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
}
@media (max-width: 748px) {
  .x-book1 .x-con1500 {
    padding: 0;
  }
}
.x-book1 .x-con1500 a {
  flex: none;
  display: inline-block;
  width: 33.3%;
  font-size: 16px;
  color: #333;
  position: relative;
  padding: 0.3rem 0;
  text-align: center;
}
@media (max-width: 748px) {
  .x-book1 .x-con1500 a {
    padding: 0.6rem 0;
  }
}
.x-book1 .x-con1500 a.on::before {
  opacity: 1;
  width: 100%;
}
.x-book1 .x-con1500 a:last-child::after {
  display: none;
}
.x-book1 .x-con1500 a:hover::before {
  opacity: 1;
  width: 100%;
}
.x-book1 .x-con1500 a::after {
  content: "";
  width: 1px;
  height: 0.32rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ddd;
}
@media (max-width: 972px) {
  .x-book1 .x-con1500 a::after {
    height: 0.5rem;
  }
}
@media (max-width: 748px) {
  .x-book1 .x-con1500 a::after {
    height: 0.8rem;
  }
}
.x-book1 .x-con1500 a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #da251d;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  transition: 0.4s all;
}
.book-list .x-book2 {
  background-color: #f7f7f7;
}
.book-list .x-book2 .x-gdjj {
  height: 0;
  position: relative;
  top: -120px;
}
.book-list .x-book2:nth-of-type(2n) {
  background-color: #fff;
}
@media (max-width: 748px) {
  .book-list .x-book2 {
    padding-top: 25px;
  }
  .book-list .x-book2:last-child {
    padding-bottom: 20px;
  }
}
.book-list .x-book2 .x-con1500 ul li {
  padding: 1.1rem 0 0.6rem 0;
}
.book-list .x-book2 .x-con1500 ul li .x-title {
  font-size: 0.3rem;
  color: #333;
}
@media (max-width: 1580px) {
  .book-list .x-book2 .x-con1500 ul li .x-title {
    font-size: 24px;
  }
}
.book-list .x-book2 .x-con1500 ul li .x-title span {
  font-size: 16px;
  color: #da251d;
  text-transform: uppercase;
  margin-left: 5px;
}
@media (max-width: 1580px) {
  .book-list .x-book2 .x-con1500 ul li .x-title span {
    font-size: 14px;
  }
}
.book-list .x-book2 .x-con1500 ul li dl {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
.book-list .x-book2 .x-con1500 ul li dl a {
  display: inline-block;
  width: 22%;
  margin-right: 4%;
  padding: 0.3rem 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .book-list .x-book2 .x-con1500 ul li dl a {
    width: 28%;
    margin-right: 8%;
  }
}
@media (max-width: 1260px) and (max-width: 1260px) {
  .book-list .x-book2 .x-con1500 ul li dl a:nth-of-type(3n) {
    margin-right: 0;
  }
  .book-list .x-book2 .x-con1500 ul li dl a:nth-of-type(n+4) {
    margin-top: 0.6rem;
  }
}
@media (max-width: 1260px) and (max-width: 1260px) and (max-width: 748px) {
  .book-list .x-book2 .x-con1500 ul li dl a:nth-of-type(3n) {
    margin-right: 6%;
  }
}
@media (max-width: 748px) {
  .book-list .x-book2 .x-con1500 ul li dl a {
    width: 47%;
    margin-right: 6%;
  }
  .book-list .x-book2 .x-con1500 ul li dl a:nth-of-type(2n) {
    margin-right: 0;
  }
  .book-list .x-book2 .x-con1500 ul li dl a:nth-of-type(n+3) {
    margin-top: 20px !important;
  }
}
.book-list .x-book2 .x-con1500 ul li dl a:hover::before {
  top: 0;
}
.book-list .x-book2 .x-con1500 ul li dl a:hover .x-text {
  top: 1.3rem;
}
@media (max-width: 748px) {
  .book-list .x-book2 .x-con1500 ul li dl a:hover .x-text {
    top: 2.3rem;
  }
}
.book-list .x-book2 .x-con1500 ul li dl a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 100%;
  transition: 0.4s all;
  pointer-events: none;
}
.book-list .x-book2 .x-con1500 ul li dl a:nth-of-type(4n) {
  margin-right: 0;
}
@media (max-width: 1260px) {
  .book-list .x-book2 .x-con1500 ul li dl a:nth-of-type(4n) {
    margin-right: auto;
  }
}
.book-list .x-book2 .x-con1500 ul li dl a:nth-of-type(n+5) {
  margin-top: 0.6rem;
}
.book-list .x-book2 .x-con1500 ul li dl a figure {
  border: 0.07rem solid #a44e4d;
  width: 2.2rem;
  height: 3rem;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .book-list .x-book2 .x-con1500 ul li dl a figure {
    width: 3.2rem;
    height: 4rem;
  }
}
@media (max-width: 972px) {
  .book-list .x-book2 .x-con1500 ul li dl a figure {
    width: 4.2rem;
    height: 5rem;
  }
}
@media (max-width: 748px) {
  .book-list .x-book2 .x-con1500 ul li dl a figure {
    width: 7.8rem;
    height: 10rem;
  }
}
.book-list .x-book2 .x-con1500 ul li dl a figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.book-list .x-book2 .x-con1500 ul li dl a .x-text {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 100%;
  transition: 0.4s all;
  pointer-events: none;
}
.book-list .x-book2 .x-con1500 ul li dl a .x-text span {
  font-size: 16px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 748px) {
  .book-list .x-book2 .x-con1500 ul li dl a .x-text span {
    font-size: 14px;
  }
}
.book-list .x-book2 .x-con1500 ul li dl a .x-text span span {
  margin-top: 0.04rem;
}
.book-list .x-book2 .x-con1500 ul li dl a .x-text .x-img {
  width: 50px;
  height: 50px;
  background-color: #da251d;
  border-radius: 50%;
  margin: 0.3rem auto 0 auto;
  position: relative;
}
@media (max-width: 748px) {
  .book-list .x-book2 .x-con1500 ul li dl a .x-text .x-img {
    width: 40px;
    height: 40px;
  }
}
.book-list .x-book2 .x-con1500 ul li dl a .x-text .x-img img {
  width: 26px;
  height: 12px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.x-show-book1 {
  background-color: #f7f7f7;
  position: relative;
  padding: 0.6rem 0;
}
@media (max-width: 748px) {
  .x-show-book1 {
    padding: 25px 0 30px 0;
  }
}
.x-show-book1 .x-con1500 .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
  padding: 0.3rem 0;
  position: relative;
  overflow: hidden;
}
.x-show-book1 .x-con1500 .swiper-container .swiper-wrapper .swiper-slide a:hover::before {
  top: 0;
}
.x-show-book1 .x-con1500 .swiper-container .swiper-wrapper .swiper-slide a:hover .x-text {
  top: 1.3rem;
}
@media (max-width: 748px) {
  .x-show-book1 .x-con1500 .swiper-container .swiper-wrapper .swiper-slide a:hover .x-text {
    top: 2.3rem;
  }
}
.x-show-book1 .x-con1500 .swiper-container .swiper-wrapper .swiper-slide a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 100%;
  transition: 0.4s all;
}
.x-show-book1 .x-con1500 .swiper-container .swiper-wrapper .swiper-slide a figure {
  border: 0.07rem solid #a44e4d;
  width: 2.2rem;
  height: 3rem;
  margin: 0 auto;
}
@media (max-width: 1260px) {
  .x-show-book1 .x-con1500 .swiper-container .swiper-wrapper .swiper-slide a figure {
    width: 3.2rem;
    height: 4rem;
  }
}
@media (max-width: 972px) {
  .x-show-book1 .x-con1500 .swiper-container .swiper-wrapper .swiper-slide a figure {
    width: 4.2rem;
    height: 5.5rem;
  }
}
@media (max-width: 748px) {
  .x-show-book1 .x-con1500 .swiper-container .swiper-wrapper .swiper-slide a figure {
    width: 7.8rem;
    height: 10rem;
  }
}
.x-show-book1 .x-con1500 .swiper-container .swiper-wrapper .swiper-slide a figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-show-book1 .x-con1500 .swiper-container .swiper-wrapper .swiper-slide a .x-text {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 100%;
  transition: 0.4s all;
}
.x-show-book1 .x-con1500 .swiper-container .swiper-wrapper .swiper-slide a .x-text span {
  font-size: 16px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 748px) {
  .x-show-book1 .x-con1500 .swiper-container .swiper-wrapper .swiper-slide a .x-text span {
    font-size: 14px;
  }
}
.x-show-book1 .x-con1500 .swiper-container .swiper-wrapper .swiper-slide a .x-text span span {
  margin-top: 0.04rem;
}
.x-show-book1 .x-con1500 .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-img {
  width: 50px;
  height: 50px;
  background-color: #da251d;
  border-radius: 50%;
  margin: 0.3rem auto 0 auto;
  position: relative;
}
@media (max-width: 748px) {
  .x-show-book1 .x-con1500 .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-img {
    width: 40px;
    height: 40px;
  }
}
.x-show-book1 .x-con1500 .swiper-container .swiper-wrapper .swiper-slide a .x-text .x-img img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.x-show-book1 .swiper-button-prev1 {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #3f3f3f;
  border-radius: 50%;
  position: absolute;
  left: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 1580px) {
  .x-show-book1 .swiper-button-prev1 {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 748px) {
  .x-show-book1 .swiper-button-prev1 {
    width: 40px;
    height: 40px;
    display: none;
  }
}
.x-show-book1 .swiper-button-prev1:hover {
  background-color: #fff;
  border: 1px solid transparent;
}
.x-show-book1 .swiper-button-prev1:hover::before {
  background: url('../images/z-jt2.png') no-repeat center;
  background-size: contain;
}
.x-show-book1 .swiper-button-prev1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 23px;
  height: 15px;
  background: url(../images/z-jt1.png) no-repeat center;
  background-size: contain;
  transition: 0.4s all;
}
.x-show-book1 .swiper-button-next1 {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #3f3f3f;
  border-radius: 50%;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 1580px) {
  .x-show-book1 .swiper-button-next1 {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 748px) {
  .x-show-book1 .swiper-button-next1 {
    width: 40px;
    height: 40px;
    display: none;
  }
}
.x-show-book1 .swiper-button-next1:hover {
  background-color: #fff;
  border: 1px solid transparent;
}
.x-show-book1 .swiper-button-next1:hover::before {
  background: url('../images/y-jt2.png') no-repeat center;
  background-size: contain;
}
.x-show-book1 .swiper-button-next1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 23px;
  height: 15px;
  background: url(../images/y-jt1.png) no-repeat center;
  background-size: contain;
  transition: 0.4s all;
}
.x-show-book2 {
  background-color: #f7f7f7;
  padding: 0.3rem 0 1.5rem 0;
}
@media (max-width: 748px) {
  .x-show-book2 {
    padding-bottom: 40px;
  }
}
.x-show-book2 .x-con1500 .x-nr-con img {
  width: 100%;
  height: auto;
  min-width: 100%;
}
.x-show-ency2 {
  padding: 0.55rem 0 0 0;
}
@media (max-width: 748px) {
  .x-show-ency2 {
    padding-top: 20px;
  }
}
.x-show-ency2 .x-con1500 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 0.35rem;
}
@media (max-width: 748px) {
  .x-show-ency2 .x-con1500 {
    padding-bottom: 30px;
  }
}
.x-show-ency2 .x-con1500 .x-text {
  width: 20%;
}
@media (max-width: 748px) {
  .x-show-ency2 .x-con1500 .x-text {
    width: 100%;
    margin-bottom: 10px;
  }
}
.x-show-ency2 .x-con1500 .x-text .x-title {
  font-size: 0.48rem;
  color: #333;
}
@media (max-width: 1260px) {
  .x-show-ency2 .x-con1500 .x-text .x-title {
    font-size: 30px;
  }
}
@media (max-width: 748px) {
  .x-show-ency2 .x-con1500 .x-text .x-title {
    font-size: 24px;
    text-align: center;
  }
}
.x-show-ency2 .x-con1500 .x-right {
  width: 76%;
}
@media (max-width: 748px) {
  .x-show-ency2 .x-con1500 .x-right {
    width: 100%;
  }
}
.x-show-ency2 .x-con1500 .x-right p {
  font-size: 16px;
  color: #666;
}
@media (max-width: 748px) {
  .x-show-ency2 .x-con1500 .x-right p {
    font-size: 14px;
  }
}
.x-show-ency3 {
  padding-bottom: 1.7rem;
}
.x-show-ency3 .x-con1500 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-show-ency3 .x-con1500 .x-left {
  width: 20%;
  border-right: 1px solid #d5d5d5;
}
@media (max-width: 748px) {
  .x-show-ency3 .x-con1500 .x-left {
    width: 100%;
    border-right: none;
  }
}
.x-show-ency3 .x-con1500 .x-left .x-list {
  position: sticky;
  top: 100px;
}
.x-show-ency3 .x-con1500 .x-left .x-list .x-list_all a {
  display: block;
  font-size: 18px;
  color: #333;
  padding: 0.35rem 0 0.35rem 0.3rem;
  border-bottom: 1px solid #d5d5d5;
  transition: 0.4s all;
}
@media (max-width: 748px) {
  .x-show-ency3 .x-con1500 .x-left .x-list .x-list_all a {
    padding-left: 0;
    text-align: center;
  }
}
.x-show-ency3 .x-con1500 .x-left .x-list .x-list_all a:hover {
  color: #da241c;
}
.x-show-ency3 .x-con1500 .x-left .x-list .x-list_all a.active {
  color: #da241c;
}
.x-show-ency3 .x-con1500 .x-left .x-list .x-list_all a:last-child {
  border-bottom: none;
}
@media (max-width: 748px) {
  .x-show-ency3 .x-con1500 .x-left .x-list .x-list_all a:last-child {
    border-bottom: 1px solid #d5d5d5;
  }
}
.x-show-ency3 .x-con1500 .x-left .x-list .x-title {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
  padding: 0.4rem 0 0.3rem 0;
  border-bottom: 1px solid #d5d5d5;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .x-show-ency3 .x-con1500 .x-left .x-list .x-title {
    font-size: 24px;
  }
}
@media (max-width: 748px) {
  .x-show-ency3 .x-con1500 .x-left .x-list .x-title {
    display: none;
  }
}
.x-show-ency3 .x-con1500 .x-left .x-list .x-show-a {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 748px) {
  .x-show-ency3 .x-con1500 .x-left .x-list .x-show-a {
    display: none;
  }
}
.x-show-ency3 .x-con1500 .x-left .x-list .x-show-a a {
  display: inline-block;
  font-size: 14px;
  color: #666;
  border: 1px solid #ddd;
  padding: 0.06rem 0.3rem;
  margin-right: 0.3rem;
  margin-top: 10px;
  transition: 0.4s all;
}
.x-show-ency3 .x-con1500 .x-left .x-list .x-show-a a:hover {
  color: #fff;
  background-color: #da251d;
}
.x-show-ency3 .x-con1500 .x-right {
  width: 76%;
}
@media (max-width: 748px) {
  .x-show-ency3 .x-con1500 .x-right {
    width: 100%;
  }
}
.x-show-ency3 .x-con1500 .x-right ul li {
  margin-top: 0.6rem;
  padding-left: 0.62rem;
}
@media (max-width: 748px) {
  .x-show-ency3 .x-con1500 .x-right ul li {
    margin-top: 1.2rem;
    padding-left: 0;
  }
}
.x-show-ency3 .x-con1500 .x-right ul li + li {
  border-top: 1px solid #d5d5d5;
}
.x-show-ency3 .x-con1500 .x-right ul li .x-gdjj {
  height: 0;
  top: -120px;
  position: relative;
}
@media (max-width: 748px) {
  .x-show-ency3 .x-con1500 .x-right ul li .x-gdjj {
    top: -80px;
  }
}
.x-show-ency3 .x-con1500 .x-right ul li .x-title {
  font-size: 0.3rem;
  color: #fff;
  padding: 0.13rem 0.4rem;
  background-color: #da251d;
  margin-top: 0.6rem;
}
@media (max-width: 1580px) {
  .x-show-ency3 .x-con1500 .x-right ul li .x-title {
    font-size: 24px;
  }
}
@media (max-width: 748px) {
  .x-show-ency3 .x-con1500 .x-right ul li .x-title {
    padding: 0.7rem 1rem;
    font-size: 22px;
    margin-top: 1.2rem;
  }
}
.x-show-ency3 .x-con1500 .x-right ul li .x-p {
  padding: 0.4rem 0.4rem 0.55rem 0.4rem;
  background-color: #f7f7f7;
}
@media (max-width: 748px) {
  .x-show-ency3 .x-con1500 .x-right ul li .x-p {
    padding: 0.8rem 1rem;
  }
}
.x-show-ency3 .x-con1500 .x-right ul li figure {
  margin-top: 0.4rem;
  height: 5rem;
}
@media (max-width: 1260px) {
  .x-show-ency3 .x-con1500 .x-right ul li figure {
    height: 7rem;
  }
}
@media (max-width: 748px) {
  .x-show-ency3 .x-con1500 .x-right ul li figure {
    height: 9.5rem;
    margin-top: 1rem;
  }
}
.x-show-ency3 .x-con1500 .x-right ul li figure img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  object-fit: cover;
}
.x-show-por1 {
  background-color: #f7f7f7;
  padding: 0.6rem 0 1rem 0;
}
@media (max-width: 748px) {
  .x-show-por1 {
    padding-bottom: 40px;
  }
}
.x-show-por1 .x-con1500 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.6rem 0.8rem 0.8rem 0.6rem;
  background-color: #fff;
}
@media (max-width: 748px) {
  .x-show-por1 .x-con1500 {
    padding: 1.5rem 1rem;
  }
}
.x-show-por1 .x-con1500 .x-left {
  width: 43.7%;
}
@media (max-width: 972px) {
  .x-show-por1 .x-con1500 .x-left {
    width: 100%;
  }
}
.x-show-por1 .x-con1500 .x-left .swiper1 .swiper-container .swiper-wrapper .swiper-slide figure {
  width: 100%;
  height: 5rem;
  border: 1px solid #ddd;
}
@media (max-width: 972px) {
  .x-show-por1 .x-con1500 .x-left .swiper1 .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 10rem;
  }
}
@media (max-width: 748px) {
  .x-show-por1 .x-con1500 .x-left .swiper1 .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 13rem;
  }
}
.x-show-por1 .x-con1500 .x-left .swiper1 .swiper-container .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-show-por1 .x-con1500 .x-left .swiper2 {
  padding: 0 0.36rem;
  margin-top: 10px;
  position: relative;
}
@media (max-width: 1580px) {
  .x-show-por1 .x-con1500 .x-left .swiper2 {
    padding: 0 0.40rem;
  }
}
@media (max-width: 972px) {
  .x-show-por1 .x-con1500 .x-left .swiper2 {
    padding: 0 0.5rem;
  }
}
@media (max-width: 748px) {
  .x-show-por1 .x-con1500 .x-left .swiper2 {
    padding: 0 1.2rem;
  }
}
@media (max-width: 748px) {
  .x-show-por1 .x-con1500 .x-left .swiper2 .swiper-container {
    margin: 0 5px;
  }
}
.x-show-por1 .x-con1500 .x-left .swiper2 .swiper-container .swiper-wrapper .swiper-slide {
  cursor: pointer;
}
.x-show-por1 .x-con1500 .x-left .swiper2 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active figure {
  border: 2px solid #da251d;
}
@media (max-width: 748px) {
  .x-show-por1 .x-con1500 .x-left .swiper2 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active figure {
    border: 1px solid #da251d;
  }
}
.x-show-por1 .x-con1500 .x-left .swiper2 .swiper-container .swiper-wrapper .swiper-slide figure {
  width: 100%;
  height: 1.2rem;
  border: 1px solid #ddd;
}
@media (max-width: 1580px) {
  .x-show-por1 .x-con1500 .x-left .swiper2 .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 1.5rem;
  }
}
@media (max-width: 972px) {
  .x-show-por1 .x-con1500 .x-left .swiper2 .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 2.5rem;
  }
}
@media (max-width: 748px) {
  .x-show-por1 .x-con1500 .x-left .swiper2 .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 4.5rem;
  }
}
.x-show-por1 .x-con1500 .x-left .swiper2 .swiper-container .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-show-por1 .x-con1500 .x-left .swiper2 .swiper-button-prev1 {
  width: 25px;
  height: 100%;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s all;
}
.x-show-por1 .x-con1500 .x-left .swiper2 .swiper-button-prev1:hover {
  background-color: #da251d;
}
.x-show-por1 .x-con1500 .x-left .swiper2 .swiper-button-prev1:hover::before {
  background: url("../images/z-2.png") no-repeat center;
  background-size: contain;
}
.x-show-por1 .x-con1500 .x-left .swiper2 .swiper-button-prev1::before {
  content: "";
  width: 6px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url("../images/z-1.png") no-repeat center;
  background-size: contain;
  transition: 0.4s all;
}
.x-show-por1 .x-con1500 .x-left .swiper2 .swiper-button-next1 {
  width: 25px;
  height: 100%;
  background-color: #ddd;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s all;
}
.x-show-por1 .x-con1500 .x-left .swiper2 .swiper-button-next1:hover {
  background-color: #da251d;
}
.x-show-por1 .x-con1500 .x-left .swiper2 .swiper-button-next1:hover::before {
  background: url("../images/y-2.png") no-repeat center;
  background-size: contain;
}
.x-show-por1 .x-con1500 .x-left .swiper2 .swiper-button-next1::before {
  content: "";
  width: 6px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background: url("../images/y-1.png") no-repeat center;
  background-size: contain;
  transition: 0.4s all;
}
.x-show-por1 .x-con1500 .x-left .x-bottom {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
.x-show-por1 .x-con1500 .x-left .x-bottom a {
  display: inline-block;
  font-size: 18px;
  color: #333;
  border: 1px solid #ddd;
  padding: 0.15rem 0.1rem;
  margin-right: 0.15rem;
  margin-top: 0.2rem;
  transition: 0.4s all;
}
.x-show-por1 .x-con1500 .x-left .x-bottom a:hover {
  background-color: #da251d;
  color: #fff;
}
.x-show-por1 .x-con1500 .x-left .x-bottom a:hover img:nth-of-type(1) {
  display: none;
}
.x-show-por1 .x-con1500 .x-left .x-bottom a:hover img:nth-of-type(2) {
  display: inline-block;
}
@media (max-width: 1260px) {
  .x-show-por1 .x-con1500 .x-left .x-bottom a {
    font-size: 16px;
    padding: 10px 8px;
    margin-top: 0.5rem;
  }
}
.x-show-por1 .x-con1500 .x-left .x-bottom a:last-child {
  margin-right: 0;
}
.x-show-por1 .x-con1500 .x-left .x-bottom a img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 0.1rem;
}
.x-show-por1 .x-con1500 .x-left .x-bottom a img:nth-of-type(2) {
  display: none;
}
.x-show-por1 .x-con1500 .x-right {
  width: 52.2%;
  margin-top: 0.2rem;
}
@media (max-width: 972px) {
  .x-show-por1 .x-con1500 .x-right {
    width: 100%;
    margin-top: 0.8rem;
  }
}
@media (max-width: 748px) {
  .x-show-por1 .x-con1500 .x-right {
    margin-top: 1.8rem;
  }
}
.x-show-por1 .x-con1500 .x-right .x-ri-top {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-end;
}
.x-show-por1 .x-con1500 .x-right .x-ri-top .x-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #333;
  margin-right: 0.4rem;
}
@media (max-width: 1260px) {
  .x-show-por1 .x-con1500 .x-right .x-ri-top .x-title {
    font-size: 30px;
  }
}
.x-show-por1 .x-con1500 .x-right .x-ri-top .x-img img {
  height: 30px;
  width: 48px;
  object-fit: contain;
}
@media (max-width: 748px) {
  .x-show-por1 .x-con1500 .x-right .x-ri-top .x-img img {
    width: 40px;
  }
}
.x-show-por1 .x-con1500 .x-right .x-xia {
  margin-top: 0.4rem;
}
@media (max-width: 748px) {
  .x-show-por1 .x-con1500 .x-right .x-xia {
    margin-top: 1rem;
  }
}
.x-show-por1 .x-con1500 .x-right .x-xia ul {
  border: 1px solid #ddd;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-show-por1 .x-con1500 .x-right .x-xia ul li {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.x-show-por1 .x-con1500 .x-right .x-xia ul li:nth-of-type(2n) {
  background-color: #f0f0f0;
}
.x-show-por1 .x-con1500 .x-right .x-xia ul li .x-title {
  width: 50%;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding: 0.13rem 0.4rem;
}
@media (max-width: 1580px) {
  .x-show-por1 .x-con1500 .x-right .x-xia ul li .x-title {
    padding: 10px 30px;
  }
}
@media (max-width: 748px) {
  .x-show-por1 .x-con1500 .x-right .x-xia ul li .x-title {
    padding: 10px 15px;
    font-size: 16px;
  }
}
.x-show-por1 .x-con1500 .x-right .x-xia ul li .x-title:first-child {
  border-right: 1px solid #ddd;
}
.x-show-por1 .x-con1500 .x-right .x-xia ul li p {
  width: 50%;
  font-size: 16px;
  color: #333;
  padding: 0.13rem 0.4rem;
}
@media (max-width: 1580px) {
  .x-show-por1 .x-con1500 .x-right .x-xia ul li p {
    padding: 10px 30px;
  }
}
@media (max-width: 748px) {
  .x-show-por1 .x-con1500 .x-right .x-xia ul li p {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.x-show-por1 .x-con1500 .x-right .x-xia ul li p:first-child {
  border-right: 1px solid #ddd;
}
.x-show-por1 .x-con1500 .x-right .x-xia ul li p:nth-of-type(2) {
  color: #666;
}
.x-show-por2 {
  background-color: #f7f7f7;
  padding-bottom: 1.4rem;
}
@media (max-width: 748px) {
  .x-show-por2 {
    padding-bottom: 60px;
  }
}
.x-show-por2 .x-con1500 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.x-show-por2 .x-con1500 .x-left {
  width: 73.6%;
  background-color: #fff;
  padding: 0.6rem 0.85rem 0.85rem 0.6rem;
}
@media (max-width: 972px) {
  .x-show-por2 .x-con1500 .x-left {
    width: 100%;
  }
}
@media (max-width: 748px) {
  .x-show-por2 .x-con1500 .x-left {
    padding: 1rem;
  }
}
.x-show-por2 .x-con1500 .x-left .x-list + .x-list {
  margin-top: 0.3rem;
}
.x-show-por2 .x-con1500 .x-left .x-list .x-title {
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 0.3rem;
  position: relative;
}
@media (max-width: 1580px) {
  .x-show-por2 .x-con1500 .x-left .x-list .x-title {
    font-size: 24px;
  }
}
.x-show-por2 .x-con1500 .x-left .x-list .x-title::before {
  content: "";
  width: 83.5%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1260px) {
  .x-show-por2 .x-con1500 .x-left .x-list .x-title::before {
    width: 80%;
  }
}
@media (max-width: 748px) {
  .x-show-por2 .x-con1500 .x-left .x-list .x-title::before {
    width: 60%;
  }
}
.x-show-por2 .x-con1500 .x-left .x-list .x-nr img {
  width: 100%;
  height: 100%;
  min-width: 100%;
}
.x-show-por2 .x-con1500 .x-right {
  width: 25%;
}
@media (max-width: 972px) {
  .x-show-por2 .x-con1500 .x-right {
    display: none;
  }
}
.x-show-por2 .x-con1500 .x-right .x-top {
  background-color: #fff;
  padding: 0.3rem 0.2rem 0 0.2rem;
}
.x-show-por2 .x-con1500 .x-right .x-top .x-title {
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1580px) {
  .x-show-por2 .x-con1500 .x-right .x-top .x-title {
    font-size: 24px;
  }
}
.x-show-por2 .x-con1500 .x-right .x-top a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.25rem 0;
}
.x-show-por2 .x-con1500 .x-right .x-top a:hover figure img {
  transform: scale(1.1);
}
.x-show-por2 .x-con1500 .x-right .x-top a + a {
  border-top: 1px dotted #ddd;
}
.x-show-por2 .x-con1500 .x-right .x-top a figure {
  width: 32.7%;
  overflow: hidden;
}
.x-show-por2 .x-con1500 .x-right .x-top a figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.4s all;
}
.x-show-por2 .x-con1500 .x-right .x-top a .x-text {
  width: 60.6%;
}
.x-show-por2 .x-con1500 .x-right .x-top a .x-text .x-title2 {
  font-size: 0.34rem;
  color: #da251d;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.x-show-por2 .x-con1500 .x-right .x-top a .x-text .x-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.x-show-por2 .x-con1500 .x-right .x-top a .x-text .x-bottom p {
  font-size: 0.22rem;
  color: #666;
  margin-right: 0.2rem;
  margin-top: 5px;
}
.x-show-por2 .x-con1500 .x-right .x-top a .x-text .x-bottom span {
  font-size: 14px;
  color: #999;
  border: 1px solid #999;
  border-radius: 0.11rem;
  padding: 0 5px;
  margin-left: 0.1rem;
  margin-top: 5px;
}
.x-show-por2 .x-con1500 .x-right .x-xia a {
  display: block;
  margin-top: 0.3rem;
}
.x-show-por2 .x-con1500 .x-right .x-xia a:hover figure img {
  transform: scale(1.1);
}
.x-show-por2 .x-con1500 .x-right .x-xia a figure {
  height: 2.2rem;
  overflow: hidden;
}
.x-show-por2 .x-con1500 .x-right .x-xia a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
.x-por-com {
  margin-top: 100px;
  padding: 1.25rem 0 2.2rem 0;
  background-color: #f7f7f7;
}
@media (max-width: 1260px) {
  .x-por-com {
    margin-top: 74px;
  }
}
@media (max-width: 748px) {
  .x-por-com {
    margin-top: 60px;
  }
}
.x-por-com .x-con1500 {
  display: flex;
  align-items: flex-start;
}
.x-por-com .x-con1500 .x-left {
  width: 27.4%;
}
@media (max-width: 748px) {
  .x-por-com .x-con1500 .x-left {
    display: none;
  }
}
.x-por-com .x-con1500 .x-left .x-box0 .x-title {
  font-size: 48px;
  font-weight: bold;
  color: #333;
  height: 80px;
}
@media (max-width: 1580px) {
  .x-por-com .x-con1500 .x-left .x-box0 .x-title {
    font-size: 40px;
    height: 69px;
  }
}
@media (max-width: 972px) {
  .x-por-com .x-con1500 .x-left .x-box0 .x-title {
    font-size: 30px;
  }
}
.x-por-com .x-con1500 .x-left .x-box2 {
  border-top: 2px solid #ebebeb;
}
.x-por-com .x-con1500 .x-left .x-box2 ul li {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  height: 100px;
  display: flex;
  align-items: center;
}
@media (max-width: 1580px) {
  .x-por-com .x-con1500 .x-left .x-box2 ul li {
    height: 80px;
  }
}
.x-por-com .x-con1500 .x-right {
  width: 71.3%;
}
@media (max-width: 748px) {
  .x-por-com .x-con1500 .x-right {
    width: 100%;
  }
}
.x-por-com .x-con1500 .x-right .x-title3 {
  display: none;
}
@media (max-width: 748px) {
  .x-por-com .x-con1500 .x-right .x-title3 {
    display: block;
    font-size: 24px;
    padding: 20px 0 30px 0;
  }
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box0 {
  padding: 0 15px;
}
@media (max-width: 748px) {
  .x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box0 {
    padding: 0 10px 0 0;
  }
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box0 .x-tbox {
  position: relative;
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box0 .x-tbox .x-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  position: relative;
  /* padding: 30px 25px 30px 20px; */
  height: 80px;
  line-height: 80px;
  padding: 0 25px 0 20px;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box0 .x-tbox .x-title {
    /* padding: 20px 25px 20px 20px; */
    height: 70px;
    line-height: 70px;
  }
}
@media (max-width: 748px) {
  .x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box0 .x-tbox .x-title {
    /* padding: 12px 20px 12px 20px; */
    height: 55px;
    line-height: 55px;
    font-size: 14px;
  }
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box0 .x-tbox .x-title::before {
  content: "";
  width: 13px;
  height: 12px;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/x-1.png") no-repeat center;
  background-size: contain;
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box0 .x-tbox .x-list-wrap {
  display: none;
  max-height: 590px;
  height: 590px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box0 .x-tbox .x-list-wrap::-webkit-scrollbar {
  width: 3px;
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box0 .x-tbox .x-list-wrap::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box0 .x-tbox .x-list-wrap::-webkit-scrollbar-thumb {
  background: #da251d;
  border-radius: 25px;
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box0 .x-tbox .x-list-wrap::-webkit-scrollbar-corner {
  background: #179a16;
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box0 .x-tbox .x-list-wrap .x-list li {
  padding: 25px 20px;
  background-color: #fff;
  transition: 0.4s all;
  cursor: pointer;
}
@media (max-width: 748px) {
  .x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box0 .x-tbox .x-list-wrap .x-list li {
    padding: 15px 20px;
  }
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box0 .x-tbox .x-list-wrap .x-list li:hover {
  background-color: #f7f7f7;
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box0 .x-tbox .x-list-wrap .x-list li p {
  font-size: 16px;
  color: #333;
}
@media (max-width: 748px) {
  .x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box0 .x-tbox .x-list-wrap .x-list li p {
    font-size: 14px;
  }
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box1 {
  padding: 40px 15px 0 15px;
}
@media (max-width: 748px) {
  .x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box1 {
    padding: 20px 10px 0 0;
  }
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box1 .x-cbox {
  text-align: center;
  padding-bottom: 20px;
}
@media (max-width: 748px) {
  .x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box1 .x-cbox {
    padding-bottom: 0;
  }
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box1 .x-cbox figure {
  height: 330px;
  border: 1px solid #ddd;
  padding: 0.2rem;
  background-color: #fff;
}
@media (max-width: 1580px) {
  .x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box1 .x-cbox figure {
    height: 230px;
  }
}
@media (max-width: 1260px) {
  .x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box1 .x-cbox figure {
    height: 330px;
  }
}
@media (max-width: 972px) {
  .x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box1 .x-cbox figure {
    height: 220px;
  }
}
@media (max-width: 748px) {
  .x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box1 .x-cbox figure {
    height: 147px;
  }
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box1 .x-cbox figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box1 .x-cbox .x-box-aa {
  padding: 20px 0 100px 0;
}
@media (max-width: 1580px) {
  .x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box1 .x-cbox .x-box-aa {
    padding: 20px 0 60px 0;
  }
}
@media (max-width: 748px) {
  .x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box1 .x-cbox .x-box-aa {
    padding: 20px 0 30px 0;
  }
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box1 .x-cbox .x-box-aa .x-box-a2:hover {
  background: linear-gradient(-45deg, transparent 9px, #cf111b 0) top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box1 .x-cbox .x-box-aa .x-box-a2:hover a {
  /* background: linear-gradient(-45deg, transparent 8px, #f7f7f7 0) top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #cf111b; */
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box1 .x-cbox .x-box-aa .x-box-a2:hover a i {
  /* background: url(../images/y-3.png) no-repeat center;
  background-size: contain; */
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .c-clear {
  padding: 0 15px;
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .c-clear input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  /* padding: 31.5px 25px 31.5px 20px; */
  height: 80px;
  line-height: 80px;
  padding: 0 25px 0 20px; 
  font-size: 16px;
  color: #333;
}
@media (max-width: 1580px) {
  .x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .c-clear input {
    /* padding: 21.5px 25px 21.5px 20px; */
    height: 70px;
    line-height: 70px;
  }
}
@media (max-width: 748px) {
  .x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .c-clear input {
    /* padding: 11.5px 10px 11.5px 10px; */
    height: 55px;
    line-height: 55px;
    font-size: 14px;
  }
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box2 {
  border-top: 2px solid #ebebeb;
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box2 li {
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  border-top: 1px solid #ebebeb;
}
@media (max-width: 1580px) {
  .x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box2 li {
    height: 80px;
  }
}
@media (max-width: 748px) {
  .x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box2 li {
    height: 90px;
    align-content: center;
    flex-wrap: wrap;
    padding: 10px;
  }
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box2 li:first-child {
  border-top: none;
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box2 li p {
  font-size: 16px;
  color: #333;
  transition: 0.4s all;
  text-align: center;
  width: 100%;
}
@media (max-width: 748px) {
  .x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box2 li p {
    font-size: 14px;
  }
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box2 li p:hover {
  color: #da251d;
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box2 li p:first-child {
  display: none;
}
@media (max-width: 748px) {
  .x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box2 li p:first-child {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }
}
.x-list-por1 {
  background-color: #f7f7f7;
  padding-top: 45px;
  border-top: 1px solid #ebebeb;
}
@media (max-width: 748px) {
  .x-list-por1 {
    padding-top: 35px;
  }
}
.x-list-por1 .x-con1500 .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 0.4rem;
  border-bottom: 2px solid #ebebeb;
}
@media (max-width: 1260px) {
  .x-list-por1 .x-con1500 .x-top {
    padding-bottom: 0.6rem;
  }
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top {
    padding-bottom: 1.5rem;
  }
}
.x-list-por1 .x-con1500 .x-top .x-left {
  width: 20%;
}
@media (max-width: 972px) {
  .x-list-por1 .x-con1500 .x-top .x-left {
    width: 100%;
  }
}
.x-list-por1 .x-con1500 .x-top .x-left .x-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #333;
}
@media (max-width: 1580px) {
  .x-list-por1 .x-con1500 .x-top .x-left .x-title {
    font-size: 30px;
  }
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top .x-left .x-title {
    font-size: 24px;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right {
  width: 76%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media (max-width: 972px) {
  .x-list-por1 .x-con1500 .x-top .x-right {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top .x-right {
    justify-content: flex-start;
    margin-top: 5px;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right a {
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 18px;
  color: #333;
  /* padding: 0.15rem 0.3rem; */
  margin-right: 0.2rem;
  height: 60px;
  line-height: 60px;
  padding: 0 0.3rem;
}
@media (max-width: 1580px) {
  .x-list-por1 .x-con1500 .x-top .x-right a {
    padding: 0 12.5px;
  }
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top .x-right a {
    font-size: 16px;
    margin-top: 0.8rem;
    margin-right: 1rem;
    height: 50px;
    line-height: 50px;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right a img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top .x-right a img {
    width: 14px;
    height: 14px;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 {
    order: -1;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx {
  position: relative;
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx {
    margin-top: 0.8rem;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-input {
  border: 1px solid #ddd;
  background-color: #fff;
  margin-right: 0.2rem;
  position: relative;
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-input {
    margin-right: 1rem;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-input.on::before {
  content: "";
  width: 14px;
  height: 15px;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 15px solid #fff;
  z-index: 2;
}
@media (max-width: 1900px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-input.on::before {
    bottom: -14px;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-input .x-in-p1 {
  font-size: 18px;
  color: #333;
  /* padding: 0.165rem 0.3rem; */
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  padding: 0 0.3rem;
}
@media (max-width: 1580px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-input .x-in-p1 {
    padding: 0 12.5px;
  }
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-input .x-in-p1 {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-input .x-in-p1 img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-input .x-in-p1 img {
    width: 14px;
    height: 14px;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad {
  display: none;
  position: absolute;
  width: 12rem;
  overflow-y: auto;
  left: -4.41rem;
  top: 70px;
  z-index: 6;
  background-color: #fff;
  padding: 0.8rem 0.8rem 0.6rem 0.8rem;
}
@media (max-width: 1580px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad {
    top: 65px;
  }
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad {
    left: 0;
    width: 17rem;
    top: 62px;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio {
  height: 7.5rem;
  overflow-y: auto;
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio {
    height: 12.5rem;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio::-webkit-scrollbar {
  width: 10px;
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio::-webkit-scrollbar {
    width: 6px;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio::-webkit-scrollbar-thumb {
  background: #da251d;
  border-radius: 25px;
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio::-webkit-scrollbar-corner {
  background: #179a16;
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad + .x-por-rad {
    margin-top: 10px;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad:last-child .x-left2 {
  min-height: auto;
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-left2 {
  width: 15.3%;
  min-height: 1.15rem;
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-left2 {
    width: 22.3%;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-left2 .x-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
@media (max-width: 1580px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-left2 .x-title {
    font-size: 16px;
  }
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-left2 .x-title {
    font-size: 14px;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 {
  width: 83%;
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 {
    width: 74%;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li {
  width: 20%;
  padding-right: 20px;
  font-size: 16px;
  color: #666;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li {
    width: 25%;
  }
}
@media (max-width: 1260px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li {
    width: 33.3%;
  }
}
@media (max-width: 972px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li {
    width: 50%;
  }
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li {
    margin-bottom: 0.5rem;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li.layui-input-block {
  margin-left: 0;
  min-height: initial;
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li input {
  margin-right: 10px;
  width: 15px;
  height: 15px;
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li .layui-form-radio {
  margin: 0;
  padding: 0;
  display: flex;
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li .layui-form-radio.ddd i {
  color: #666;
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li .layui-form-radio {
    line-height: 1.2;
    align-items: baseline;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li .layui-form-radio > i:hover,
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li .layui-form-radioed > i {
  color: #da251d;
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li .layui-form-radio * {
  font-size: 16px;
  color: #666;
}
@media (max-width: 1260px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li .layui-form-radio * {
    font-size: 14px;
  }
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li .layui-form-radio * {
    font-size: 12px;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li .layui-form-radio > i {
  font-size: 20px;
  margin-right: 10px;
}
@media (max-width: 1260px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li .layui-form-radio > i {
    font-size: 18px;
  }
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li .layui-form-radio > i {
    font-size: 14px;
    margin-right: 6px;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 button {
  border: 1px solid #ddd;
  background-color: #fff;
  font-size: 18px;
  color: #333;
  padding: 0 0.3rem;
  height: 60px;
  line-height: 60px;
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 button.layui-btn:hover {
  opacity: 1;
}
@media (max-width: 1580px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 button {
    padding: 11.5px 12.5px;
  }
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 button {
    font-size: 16px;
    margin: 0.8rem 1rem 0 0;
    height: 50px;
    line-height: 50px;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 button img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 button img {
    width: 14px;
    height: 14px;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .layui-btn {
  /* height: 60px;
  line-height: 60px; */
  line-height: initial;
  border-radius: initial;
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form2 {
  display: flex;
  margin-left: 0.4rem;
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form2 {
    width: 59%;
    margin-top: 0.8rem;
    margin-left: 0;
  }
}
@media (max-width: 370px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form2 {
    width: 100%;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form2 input {
  font-size: 16px;
  color: #999;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 0 0.3rem;
  height: 60px;
  line-height: 60px;
}
@media (max-width: 1580px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form2 input {
    padding: 0 12.5px;
  }
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form2 input {
    width: 100%;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form2 button {
  width: 1.3rem;
  height: 60px;
  line-height: 60px;
  background-color: #da251d;
  position: relative;
}
@media (max-width: 1900px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form2 button {
    height: 60px;
  }
}
@media (max-width: 1580px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form2 button {
    height: 60px;
  }
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-top .x-right .x-form2 button {
    width: 4.3rem;
    height: 50px;
    line-height: 50px;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form2 button i {
  background: url(../images/sousuo1.png) no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.x-list-por1 .x-con1500 .x-botton {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-list-por1 .x-con1500 .x-botton .x-left {
  width: 20%;
}
@media (max-width: 972px) {
  .x-list-por1 .x-con1500 .x-botton .x-left {
    width: 100%;
  }
}
.x-list-por1 .x-con1500 .x-botton .x-left .x-list li {
  border-bottom: 2px solid #ebebeb;
  border-right: 2px solid #ebebeb;
  padding: 0.3rem;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1580px) {
  .x-list-por1 .x-con1500 .x-botton .x-left .x-list li {
    padding-left: 25px;
  }
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-botton .x-left .x-list li {
    padding: 0.6rem 0.6rem 0.6rem 25px;
  }
}
.x-list-por1 .x-con1500 .x-botton .x-left .x-list li:last-child {
  border-bottom: none;
}
.x-list-por1 .x-con1500 .x-botton .x-left .x-list li.on .x-title3 a {
  color: #da241c;
}
.x-list-por1 .x-con1500 .x-botton .x-left .x-list li.on .x-title3 i {
  transform: rotate(180deg);
  background: url("../images/x-x3.png") no-repeat center;
  background-size: 10px 6px;
}
.x-list-por1 .x-con1500 .x-botton .x-left .x-list li:nth-of-type(2) img {
  width: 16px;
  height: 20px;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.x-list-por1 .x-con1500 .x-botton .x-left .x-list li .x-title3 {
  position: relative;
}
.x-list-por1 .x-con1500 .x-botton .x-left .x-list li .x-title3 a {
  display: inline-block;
  font-size: 18px;
  color: #333;
  margin-right: 32px;
}
@media (max-width: 1580px) {
  .x-list-por1 .x-con1500 .x-botton .x-left .x-list li .x-title3 a {
    font-size: 16px;
  }
}
.x-list-por1 .x-con1500 .x-botton .x-left .x-list li .x-title3 i {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.4s all;
  z-index: 5;
  width: 24px;
  height: 24px;
  background: url("../images/x-x1.png") no-repeat center;
  background-size: 10px 6px;
}
.x-list-por1 .x-con1500 .x-botton .x-left .x-list li dl {
  display: none;
  margin-bottom: 0;
}
.x-list-por1 .x-con1500 .x-botton .x-left .x-list li dl dd:first-child a {
  padding-top: 0.35rem;
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-botton .x-left .x-list li dl dd:first-child a {
    padding-top: 0.8rem;
  }
}
.x-list-por1 .x-con1500 .x-botton .x-left .x-list li dl dd:last-child a {
  padding-bottom: 0.1rem;
}
.x-list-por1 .x-con1500 .x-botton .x-left .x-list li dl dd a {
  display: block;
  font-size: 18px;
  color: #333;
  padding: 0.2rem 0.05rem 0.2rem 0.3rem;
}
@media (max-width: 1580px) {
  .x-list-por1 .x-con1500 .x-botton .x-left .x-list li dl dd a {
    font-size: 16px;
  }
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-botton .x-left .x-list li dl dd a {
    font-size: 14px;
    padding: 0.4rem;
  }
}
.x-list-por1 .x-con1500 .x-botton .x-right {
  width: 76%;
  margin-top: 0.4rem;
}
@media (max-width: 1260px) {
  .x-list-por1 .x-con1500 .x-botton .x-right {
    margin-top: 0.6rem;
  }
}
@media (max-width: 972px) {
  .x-list-por1 .x-con1500 .x-botton .x-right {
    width: 100%;
  }
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-botton .x-right {
    margin-top: 1.5rem;
  }
}
.x-list-por1 .x-con1500 .x-botton .x-right ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-list-por1 .x-con1500 .x-botton .x-right ul li {
  width: 31.5%;
  margin-right: 2.75%;
  background-color: #fff;
}
@media (max-width: 1260px) {
  .x-list-por1 .x-con1500 .x-botton .x-right ul li {
    width: 48%;
    margin-right: 4%;
  }
}
@media (max-width: 1260px) {
  .x-list-por1 .x-con1500 .x-botton .x-right ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 1260px) {
  .x-list-por1 .x-con1500 .x-botton .x-right ul li:nth-of-type(n+3) {
    margin-top: 4%;
  }
}
.x-list-por1 .x-con1500 .x-botton .x-right ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 1260px) {
  .x-list-por1 .x-con1500 .x-botton .x-right ul li:nth-of-type(3n) {
    margin-right: auto;
  }
}
.x-list-por1 .x-con1500 .x-botton .x-right ul li:nth-of-type(n+4) {
  margin-top: 2.75%;
}
@media (max-width: 1260px) {
  .x-list-por1 .x-con1500 .x-botton .x-right ul li:nth-of-type(n+4) {
    margin-top: 4%;
  }
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-botton .x-right ul li {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-botton .x-right ul li + li {
    margin-top: 1rem !important;
  }
}

.x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con >a{
  display: block;
}
.x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con {
  display: block;
}
.x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con:hover figure img {
  transform: scale(1.1);
}
.x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con figure {
  height: 4rem;
  overflow: hidden;
  padding: 0.5rem;
}
@media (max-width: 1260px) {
  .x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con figure {
    height: 6rem;
  }
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con figure {
    height: 17.5rem;
  }
}
.x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
.x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con .x-text {
  padding: 0.3rem 0.4rem;
  border-top: 2px solid #ececec;
}
@media (max-width: 972px) {
  .x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con .x-text {
    padding: 0.8rem;
  }
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con .x-text {
    padding: 1rem;
  }
}
.x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con .x-text .x-to {
  display: flex;
  justify-content: space-between;
}
.x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con .x-text .x-to .x-le .x-title {
  font-size: 0.34rem;
  font-weight: bold;
  color: #da251d;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1580px) {
  .x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con .x-text .x-to .x-le .x-title {
    font-size: 28px;
  }
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con .x-text .x-to .x-le .x-title {
    font-size: 24px;
  }
}
.x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con .x-text .x-to .x-le p {
  font-size: 0.22rem;
  color: #222;
  margin-right: 0.2rem;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1580px) {
  .x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con .x-text .x-to .x-le p {
    font-size: 18px;
  }
}
.x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con .x-text .x-to .x-le span {
  font-size: 14px;
  color: #999;
  border: 1px solid #999;
  border-radius: 25px;
  padding: 1px 8px;
  display: inline-block;
  margin-right: 2px;
  margin-top: 0.1rem;
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con .x-text .x-to .x-le span {
    margin-top: 0.5rem;
  }
}
.x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con .x-text .x-to .x-le span:nth-of-type(n+3) {
  margin-top: 0.1rem;
}
.x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con .x-text .x-to .x-ri {
  margin-top: 5px;
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #da251d;
  position: relative;
}
@media (max-width: 1580px) {
  .x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con .x-text .x-to .x-ri {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
}
.x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con .x-text .x-to .x-ri img {
  width: 40px;
  height: 16px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 1580px) {
  .x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con .x-text .x-to .x-ri img {
    width: 34px;
    height: 8px;
  }
}
.x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con .x-text .x-img img {
  height: 32px;
  margin-right: 15px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.4s all;
}
.x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con .x-text .x-img img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.x-list-por1 .x-con1500 .x-botton .x-right .x-page {
  padding: 0.6rem 0 1.1rem 0;
}
@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-botton .x-right .x-page {
    padding: 2rem 0 1rem 0;
  }
}
.x-about1 {
  padding-top: 0.9rem;
}
@media (max-width: 748px) {
  .x-about1 {
    padding-top: 60px;
  }
}
.x-about1 .x-con1500 .x-about-a {
  padding: 1.35rem 0 2rem 0;
  position: relative;
}
@media (max-width: 748px) {
  .x-about1 .x-con1500 .x-about-a {
    padding: 3.35rem 0 2rem 0;
  }
}
.x-about1 .x-con1500 .x-about-a .x-about-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 748px) {
  .x-about1 .x-con1500 .x-about-a .x-about-img img {
    height: 12rem;
    object-fit: cover;
  }
}
.x-about1 .x-con1500 .x-about-a .x-about-img img:nth-of-type(2) {
  width: 100%;
  height: 8.7rem;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 47%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 972px) {
  .x-about1 .x-con1500 .x-about-a .x-about-img img:nth-of-type(2) {
    height: 9.7rem;
  }
}
@media (max-width: 748px) {
  .x-about1 .x-con1500 .x-about-a .x-about-img img:nth-of-type(2) {
    height: 15.7rem;
    top: 50%;
  }
}
.x-about2 {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.4rem 0 1.3rem 0;
}
@media (max-width: 748px) {
  .x-about2 {
    padding-bottom: 30px;
  }
}
.x-about2 .x-con1500 .x-top-p p {
  font-size: 0.4rem;
  color: #333;
}
@media (max-width: 1580px) {
  .x-about2 .x-con1500 .x-top-p p {
    font-size: 30px;
  }
}
@media (max-width: 748px) {
  .x-about2 .x-con1500 .x-top-p p {
    font-size: 22px;
  }
}
.x-about2 .x-con1500 .x-top-p span {
  color: #da251d;
}
.x-about2 .x-con1500 .x-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 3.15rem;
}
@media (max-width: 748px) {
  .x-about2 .x-con1500 .x-list {
    padding-top: 2rem;
  }
}
.x-about2 .x-con1500 .x-list li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  width: 49%;
}
@media (max-width: 748px) {
  .x-about2 .x-con1500 .x-list li {
    width: 100%;
  }
}
@media (max-width: 748px) {
  .x-about2 .x-con1500 .x-list li + li {
    margin-top: 20px;
  }
}
.x-about2 .x-con1500 .x-list li:nth-of-type(2) .x-left figure img {
  width: 38px;
}
.x-about2 .x-con1500 .x-list li .x-left {
  width: 23.8%;
  padding: 0.8rem 0.55rem;
  border-right: 1px solid #eaeaea;
}
@media (max-width: 748px) {
  .x-about2 .x-con1500 .x-list li .x-left {
    padding: 1.5rem 0;
  }
}
.x-about2 .x-con1500 .x-list li .x-left figure {
  width: 60px;
  height: 60px;
  background-color: #da251d;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 1260px) {
  .x-about2 .x-con1500 .x-list li .x-left figure {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
}
.x-about2 .x-con1500 .x-list li .x-left figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 32px;
  height: 32px;
  object-fit: contain;
}
@media (max-width: 1260px) {
  .x-about2 .x-con1500 .x-list li .x-left figure img {
    width: 26px;
    height: 26px;
  }
}
.x-about2 .x-con1500 .x-list li .x-right {
  width: 76.2%;
  padding: 0 0.25rem;
}
@media (max-width: 748px) {
  .x-about2 .x-con1500 .x-list li .x-right {
    padding: 0 0.8rem;
  }
}
.x-about2 .x-con1500 .x-list li .x-right .x-title {
  font-size: 0.32rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 0.1rem;
}
@media (max-width: 1580px) {
  .x-about2 .x-con1500 .x-list li .x-right .x-title {
    font-size: 0.4rem;
  }

}
@media (max-width: 1260px) {
  .x-about2 .x-con1500 .x-list li .x-right .x-title {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  .x-about2 .x-con1500 .x-list li .x-right .x-title {
    margin-bottom: 0.3rem;
  }
}
.x-about2 .x-con1500 .x-list li .x-right p {
  font-size: 20px;
  color: #666;
}
@media (max-width: 1580px) {
  .x-about2 .x-con1500 .x-list li .x-right p{
    font-size: 16px;
  }
}
@media (max-width: 972px) {
  .x-about2 .x-con1500 .x-list li .x-right p {
    font-size: 14px;
  }
}
.x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 0.3rem;
  margin-top: 1rem;
}
@media (max-width: 972px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li {
    padding-bottom: 0;
  }
}
@media (max-width: 748px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li + li {
    margin-top: 20px;
  }
}
@media (max-width: 748px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li:nth-of-type(2n) {
    margin-top: 20px;
  }
}
.x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li:nth-of-type(2n) .x-logo-bj {
  background-position: 100% 100%;
  background-image: url('../images/about10.png');
}
@media (max-width: 972px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li:nth-of-type(2n) .x-logo-bj {
    bottom: 0;
    top: auto;
  }
}
@media (max-width: 748px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li:nth-of-type(2n) .x-logo-bj {
    height: 100%;
    background: #fff;
  }
}
.x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li:nth-of-type(2n) .x-right {
  order: -1;
}
@media (max-width: 748px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li:nth-of-type(2n) .x-right {
    order: 1;
  }
}
.x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-logo-bj {
  height: 3.65rem;
  background-image: url('../images/about9.png');
  background-color: #fff;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-position: 0 100%;
}
@media (max-width: 1900px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-logo-bj {
    height: 4rem;
  }
}
@media (max-width: 1700px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-logo-bj {
    height: 4.2rem;
}
}
@media (max-width: 1460px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-logo-bj {
    height: 4.5rem;
  }
}
@media (max-width: 1350px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-logo-bj {
    height: 5rem;
  }
}
@media (max-width: 1050px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-logo-bj {
    height: 6rem;
  }
}
@media (max-width: 972px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-logo-bj {
    bottom: auto;
    top: 0;
    height: 7.5rem;
  }
}
@media (max-width: 748px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-logo-bj {
    height: 100%;
    background: #fff;
  }
}
.x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-left {
  width: 48%;
  padding: 1.6rem 1.2rem 0 1rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 1580px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-left {
    padding-top: 1.3rem;
  }
}
@media (max-width: 972px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-left {
    width: 100%;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 748px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-left {
    padding: 1rem;
  }
}
.x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-left .x-title {
  transition: 0.5s all;
  font-size: 0.4rem;
  color: #da251d;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-left .x-title {
    font-size: 30px;
  }
}
@media (max-width: 748px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-left .x-title {
    font-size: 24px;
  }
}
.x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-left .x-title span {
  font-size: 0.3rem;
  color: #333;
  font-weight: bold;
}
@media (max-width: 1580px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-left .x-title span {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-left .x-title span {
    font-size: 16px;
    margin-left: 10px;
  }
}
.x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-left .x-te-p {
  font-size: 18px;
  color: #666;
  margin-top: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  transition: 0.5s all;
  height: 230px;
}
@media (max-width: 1580px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-left .x-te-p {
    font-size: 16px;
  }
}
@media (max-width: 748px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-left .x-te-p{
    font-size: 14px;
    margin-top: 0.4rem;
    display: block;
    height: auto;
  }
}
.x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-right {
  width: 52%;
  position: relative;
}
@media (max-width: 972px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-right {
    width: 100%;
  }
}
@media (max-width: 748px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-right {
    margin-top: 0;
  }
}
.x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-right .swiper-container .swiper-wrapper .swiper-slide figure {
  width: 100%;
  height: 4.1rem;
}
@media (max-width: 1460px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-right .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 4.6rem;
  }
}
@media (max-width: 1260px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-right .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 5rem;
  }
}
@media (max-width: 972px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-right .swiper-container .swiper-wrapper .swiper-slide figure {
    height: 10rem;
  }
}
.x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-right .swiper-container .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-right .swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.3;
}
.x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-right .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #da251d;
  opacity: 1;
}
.x-about4 {
  padding: 1rem 0 1.5rem 0;
}
@media (max-width: 748px) {
  .x-about4 {
    padding: 1.5rem 0 2rem 0;
  }
}
.x-about4 .x-con1500 .x-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.x-about4 .x-con1500 .x-top .x-client-box span {
  text-align: left;
}
.x-about4 .x-con1500 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
@media (max-width: 748px) {
  .x-about4 .x-con1500 ul {
    margin-top: 1rem;
  }
}
.x-about4 .x-con1500 ul li {
  width: 32%;
  margin-right: 2%;
  background-color: #f7f7f7;
}
@media (max-width: 748px) {
  .x-about4 .x-con1500 ul li {
    width: 47%;
    margin-right: 6%;
  }
}
@media (max-width: 748px) {
  .x-about4 .x-con1500 ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 748px) {
  .x-about4 .x-con1500 ul li:nth-of-type(n+3) {
    margin-top: 20px;
  }
}
.x-about4 .x-con1500 ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media (max-width: 748px) {
  .x-about4 .x-con1500 ul li:nth-of-type(3n) {
    margin-right: auto;
  }
}
.x-about4 .x-con1500 ul li a {
  display: block;
  padding: 0.8rem 0.4rem 0.2rem 0.35rem;
  position: relative;
}
@media (max-width: 748px) {
  .x-about4 .x-con1500 ul li a {
    padding: 1rem 0.5rem 1rem 0.5rem;
  }
}
.x-about4 .x-con1500 ul li a:hover::before {
  opacity: 1;
}
.x-about4 .x-con1500 ul li a:hover p {
  color: #fff;
}
.x-about4 .x-con1500 ul li a:hover p::before {
  background: url('../images/right-jt2.png') no-repeat center;
  background-size: contain;
}
.x-about4 .x-con1500 ul li a::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/about14.png") no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: 0.5s all;
  background-size: cover;
}
.x-about4 .x-con1500 ul li a figure {
  text-align: center;
}
.x-about4 .x-con1500 ul li a figure img {
  width: 100%;
  height: 2.8rem;
  object-fit: contain;
}
@media (max-width: 1580px) {
  .x-about4 .x-con1500 ul li a figure img {
    height: 3.2rem;
  }
}
@media (max-width: 748px) {
  .x-about4 .x-con1500 ul li a figure img {
    height: 7.2rem;
  }
}
.x-about4 .x-con1500 ul li a p {
  font-size: 0.22rem;
  color: #666;
  padding-right: 0.3rem;
  position: relative;
  margin-top: 1rem;
  z-index: 3;
}
@media (max-width: 1580px) {
  .x-about4 .x-con1500 ul li a p {
    font-size: 20px;
  }
}
@media (max-width: 1260px) {
  .x-about4 .x-con1500 ul li a p {
    font-size: 18px;
  }
}
@media (max-width: 748px) {
  .x-about4 .x-con1500 ul li a p {
    font-size: 16px;
  }
}
.x-about4 .x-con1500 ul li a p::before {
  content: "";
  width: 28px;
  height: 12px;
  background: url('../images/right-jt3.png') no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 748px) {
  .x-about4 .x-con1500 ul li a p::before {
    width: 18px;
    height: 8px;
  }
}
.about5 {
  background-color: #f7f7f7;
  padding: 1.1rem 0 1.1rem 0;
  position: relative;
}
.about5 .x-con1500 .x-top {
  padding: 0 1rem 0 1.9rem;
  position: relative;
}
@media (max-width: 748px) {
  .about5 .x-con1500 .x-top {
    padding: 0;
  }
}
.about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide {
  width: 11.6rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0.6rem 2.1rem 0.4rem 1.3rem;
}
@media (max-width: 748px) {
  .about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide {
    padding: 20px 0 0 0;
  }
}
.about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-p {
  font-size: 5.14rem;
  font-weight: bold;
  color: #ececec;
  position: absolute;
  top: 0;
  left: 50%;
  line-height: 0.78;
  transform: translateX(-50%);
  z-index: -1;
}
@media (max-width: 748px) {
  .about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-p {
    display: none;
  }
}
.about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left {
  width: 60.3%;
  height: 2.95rem;
  background-color: #fff;
  padding: 0.7rem 0.3rem;
}
@media (max-width: 1580px) {
  .about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left {
    height: 3.2rem;
  }
}
@media (max-width: 1260px) {
  .about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left {
    height: 3.5rem;
  }
}
@media (max-width: 972px) {
  .about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left {
    height: 4.5rem;
  }
}
@media (max-width: 748px) {
  .about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left {
    height: 10.5rem;
    width: 100%;
  }
}
.about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left figure img {
  width: 100%;
  height: 2.94rem;
  object-fit: cover;
}
@media (max-width: 1580px) {
  .about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left figure img {
    height: 3.2rem;
  }
}
@media (max-width: 1260px) {
  .about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left figure img {
    height: 3.5rem;
  }
}
@media (max-width: 972px) {
  .about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left figure img {
    height: 4.5rem;
  }
}
@media (max-width: 748px) {
  .about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left figure img {
    height: 10.5rem;
  }
}
.about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right {
  width: 39.7%;
  background-color: rgba(218, 37, 29, 0.9);
  padding: 0.7rem 0.3rem;
  height: 2.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1580px) {
  .about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right {
    height: 3.2rem;
  }
}
@media (max-width: 1260px) {
  .about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right {
    height: 3.5rem;
  }
}
@media (max-width: 972px) {
  .about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right {
    height: 4.5rem;
  }
}
@media (max-width: 748px) {
  .about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right {
    height: auto;
    width: 100%;
    padding: 1rem;
  }
}
.about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right .x-title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333;
  text-align: left;
  position: relative;
  padding-bottom: 0.05rem;
  margin-bottom: 0.15rem;
}
@media (max-width: 1580px) {
  .about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right .x-title {
    font-size: 30px;
  }
}
@media (max-width: 748px) {
  .about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right .x-title {
    font-size: 24px;
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
  }
}
.about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right .x-title::before {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #da251d;
  position: absolute;
  left: 5px;
  bottom: 0;
}
.about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right p {
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  position: relative;
}
@media (max-width: 748px) {
  .about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right p {
    height: auto;
    line-height: 24px;
  }
}
.about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right p::-webkit-scrollbar {
  width: 3px;
}
.about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right p::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right p::-webkit-scrollbar-thumb {
  background: #da251d;
  border-radius: 25px;
}
.about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right p::-webkit-scrollbar-corner {
  background: #179a16;
}
.about5 .x-con1500 .x-top .swiper-button-prev1 {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #3f3f3f;
  border-radius: 50%;
  position: absolute;
  left: 0.5rem;
  top: 52%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 1580px) {
  .about5 .x-con1500 .x-top .swiper-button-prev1 {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 972px) {
  .about5 .x-con1500 .x-top .swiper-button-prev1 {
    left: 0;
  }
}
@media (max-width: 748px) {
  .about5 .x-con1500 .x-top .swiper-button-prev1 {
    width: 40px;
    height: 40px;
    display: none;
  }
}
.about5 .x-con1500 .x-top .swiper-button-prev1:hover {
  background-color: #fff;
  border: none;
}
.about5 .x-con1500 .x-top .swiper-button-prev1:hover::before {
  background: url(../images/z-jt2.png) no-repeat center;
  background-size: contain;
}
.about5 .x-con1500 .x-top .swiper-button-prev1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 23px;
  height: 15px;
  background: url(../images/z-jt1.png) no-repeat center;
  background-size: contain;
  transition: 0.4s all;
}
@media (max-width: 748px) {
  .about5 .x-con1500 .x-top .swiper-button-prev1::before {
    width: 19px;
    height: 12px;
  }
}
.about5 .x-con1500 .x-top .swiper-button-next1 {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #3f3f3f;
  border-radius: 50%;
  position: absolute;
  right: 0.5rem;
  top: 52%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 972px) {
  .about5 .x-con1500 .x-top .swiper-button-next1 {
    right: 0px;
  }
}
@media (max-width: 1580px) {
  .about5 .x-con1500 .x-top .swiper-button-next1 {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 748px) {
  .about5 .x-con1500 .x-top .swiper-button-next1 {
    width: 40px;
    height: 40px;
    right: 20px;
    display: none;
  }
}
.about5 .x-con1500 .x-top .swiper-button-next1:hover {
  background-color: #fff;
  border: none;
}
.about5 .x-con1500 .x-top .swiper-button-next1:hover::before {
  background: url(../images/y-jt2.png) no-repeat center;
  background-size: contain;
}
.about5 .x-con1500 .x-top .swiper-button-next1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 23px;
  height: 15px;
  background: url(../images/y-jt1.png) no-repeat center;
  background-size: contain;
  transition: 0.4s all;
}
@media (max-width: 748px) {
  .about5 .x-con1500 .x-top .swiper-button-next1::before {
    width: 19px;
    height: 12px;
  }
}
.about5 .x-con1500 .x-bottom .swiper-container {
  width: 100%;
}
.about5 .x-con1500 .x-bottom .swiper-container .swiper-wrapper {
  display: flex;
}
.about5 .x-con1500 .x-bottom .swiper-container .swiper-wrapper .swiper-slide {
  padding-top: 0.35rem;
}
@media (max-width: 972px) {
  .about5 .x-con1500 .x-bottom .swiper-container .swiper-wrapper .swiper-slide {
    padding-top: 0.5rem;
  }
}
@media (max-width: 748px) {
  .about5 .x-con1500 .x-bottom .swiper-container .swiper-wrapper .swiper-slide {
    padding-top: 2.5rem;
  }
}
.about5 .x-con1500 .x-bottom .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active i {
  border: 2px solid red;
  background-color: #ffffff;
}
.about5 .x-con1500 .x-bottom .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active i::before {
  opacity: 1;
}
.about5 .x-con1500 .x-bottom .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active span {
  color: #da251d;
}
.about5 .x-con1500 .x-bottom .swiper-container .swiper-wrapper .swiper-slide i {
  display: block;
  position: absolute;
  left: 50%;
  width: 22px;
  height: 22px;
  background: #fff;
  top: 0.24rem;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 6;
  border: 2px solid #999;
}
@media (max-width: 1260px) {
  .about5 .x-con1500 .x-bottom .swiper-container .swiper-wrapper .swiper-slide i {
    top: 0.2rem;
  }
}
@media (max-width: 972px) {
  .about5 .x-con1500 .x-bottom .swiper-container .swiper-wrapper .swiper-slide i {
    top: 0.26rem;
  }
}
@media (max-width: 748px) {
  .about5 .x-con1500 .x-bottom .swiper-container .swiper-wrapper .swiper-slide i {
    top: 2.1rem;
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 370px) {
  .about5 .x-con1500 .x-bottom .swiper-container .swiper-wrapper .swiper-slide i {
    top: 2rem;
  }
}
.about5 .x-con1500 .x-bottom .swiper-container .swiper-wrapper .swiper-slide i::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #da251d;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
}
.about5 .x-con1500 .x-bottom .swiper-container .swiper-wrapper .swiper-slide span {
  width: 100%;
  height: 80px;
  float: left;
  display: block;
  padding-top: 0.2rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #666;
  cursor: pointer;
  text-align: center;
  position: relative;
  transition: 0.5s all;
}
@media (max-width: 1580px) {
  .about5 .x-con1500 .x-bottom .swiper-container .swiper-wrapper .swiper-slide span {
    font-size: 18px;
  }
}
@media (max-width: 972px) {
  .about5 .x-con1500 .x-bottom .swiper-container .swiper-wrapper .swiper-slide span {
    padding-top: 0.6rem;
  }
}
@media (max-width: 748px) {
  .about5 .x-con1500 .x-bottom .swiper-container .swiper-wrapper .swiper-slide span {
    padding-top: 1rem;
  }
}
.about5 .x-con1500 .x-bottom .swiper-container .swiper-wrapper .swiper-slide span::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #a5a5a5;
  position: absolute;
  top: 0;
  left: 0;
}
.x-fa1 {
  position: relative;
}
.x-fa1 .x-join1 figure {
  height: 7rem;
}
@media (max-width: 972px) {
  .x-fa1 .x-join1 figure {
    height: 9rem;
  }
}
@media (max-width: 748px) {
  .x-fa1 .x-join1 figure {
    height: 20rem;
  }
}
.x-fa1 .x-join1 .x-text {
  top: 34%;
}
@media (max-width: 748px) {
  .x-fa1 .x-join1 .x-text {
    top: 25%;
  }
}
.x-fa1 .x-fa2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.x-fa1 .x-fa2 .x-fa-con {
  width: 87%;
  padding: 0.5rem 0.9rem;
  background: #fff;
  margin: 0 auto;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
@media (max-width: 748px) {
  .x-fa1 .x-fa2 .x-fa-con {
    padding: 1rem 1rem 0 1rem;
  }
}
.x-fa1 .x-fa2 .x-fa-con .x-title {
  font-size: 0.22rem;
  color: #333;
}
@media (max-width: 1580px) {
  .x-fa1 .x-fa2 .x-fa-con .x-title {
    font-size: 20px;
  }
}
@media (max-width: 1460px) {
  .x-fa1 .x-fa2 .x-fa-con .x-title {
    font-size: 18px;
  }
}
.x-fa1 .x-fa2 .x-fa-con ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 972px) {
  .x-fa1 .x-fa2 .x-fa-con ul {
    margin-top: 0.2rem;
  }
}
@media (max-width: 748px) {
  .x-fa1 .x-fa2 .x-fa-con ul {
    margin-top: 0;
    padding: 0.5rem 0 1rem 0;
  }
}
.x-fa1 .x-fa2 .x-fa-con ul li {
  width: 16.6%;
  margin-top: 0.3rem;
}
@media (max-width: 972px) {
  .x-fa1 .x-fa2 .x-fa-con ul li {
    width: 25%;
  }
}
@media (max-width: 748px) {
  .x-fa1 .x-fa2 .x-fa-con ul li {
    width: 50%;
  }
}
.x-fa1 .x-fa2 .x-fa-con ul li p {
  font-size: 0.22rem;
  color: #333;
  position: relative;
}
@media (max-width: 1580px) {
  .x-fa1 .x-fa2 .x-fa-con ul li p {
    font-size: 20px;
  }
}
@media (max-width: 1460px) {
  .x-fa1 .x-fa2 .x-fa-con ul li p {
    font-size: 18px;
  }
}
@media (max-width: 748px) {
  .x-fa1 .x-fa2 .x-fa-con ul li p {
    font-size: 14px;
  }
}
.x-fa1 .x-fa2 .x-fa-con ul li p::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: rgba(218, 37, 29, 0.3);
  border-radius: 50%;
  position: absolute;
  left: 13px;
  bottom: 0;
}
@media (max-width: 1260px) {
  .x-fa1 .x-fa2 .x-fa-con ul li p::before {
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 748px) {
  .x-fa1 .x-fa2 .x-fa-con ul li p::before {
    width: 12px;
    height: 12px;
    left: 11px;
  }
}
.x-fa1 .x-fa2 .x-fa-con ul li p img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  margin-right: 0.1rem;
}
@media (max-width: 1260px) {
  .x-fa1 .x-fa2 .x-fa-con ul li p img {
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 748px) {
  .x-fa1 .x-fa2 .x-fa-con ul li p img {
    margin-right: 0.4rem;
    width: 24px;
    height: 24px;
  }
}
.x-fa3 {
  background-color: #f7f7f7;
  padding-top: 1rem;
}
@media (max-width: 748px) {
  .x-fa3 {
    padding-top: 3rem;
  }
}
.x-fa3 .x-con1500 .x-client-box .x-title p {
  display: inline-block;
  color: #da251d;
}
.x-fa3 .x-con1500 .x-top {
  background-color: #fff;
  padding: 0.5rem 0.6rem 0.6rem 0.6rem;
  margin-top: 0.6rem;
}
@media (max-width: 748px) {
  .x-fa3 .x-con1500 .x-top {
    margin-top: 0.8rem;
    padding: 1rem;
  }
}
.x-fa3 .x-con1500 .x-top .x-list li {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 0.3rem;
  border-bottom: 1px dotted #ddd;
}
@media (max-width: 748px) {
  .x-fa3 .x-con1500 .x-top .x-list li {
    align-items: baseline;
    padding-bottom: 1rem;
  }
}
.x-fa3 .x-con1500 .x-top .x-list li + li {
  padding-top: 0.2rem;
}
.x-fa3 .x-con1500 .x-top .x-list li .x-title {
  font-size: 0.22rem;
  color: #666;
  margin-top: 10px;
  width: 11%;
}
@media (max-width: 1580px) {
  .x-fa3 .x-con1500 .x-top .x-list li .x-title {
    font-size: 20px;
  }
}
@media (max-width: 1460px) {
  .x-fa3 .x-con1500 .x-top .x-list li .x-title {
    font-size: 18px;
  }
}
@media (max-width: 1260px) {
  .x-fa3 .x-con1500 .x-top .x-list li .x-title {
    width: 12%;
  }
}
@media (max-width: 972px) {
  .x-fa3 .x-con1500 .x-top .x-list li .x-title {
    width: 18%;
  }
}
@media (max-width: 748px) {
  .x-fa3 .x-con1500 .x-top .x-list li .x-title {
    width: 100%;
  }
}
.x-fa3 .x-con1500 .x-top .x-list li .x-text {
  width: 89%;
}
@media (max-width: 1260px) {
  .x-fa3 .x-con1500 .x-top .x-list li .x-text {
    width: 88%;
  }
}
@media (max-width: 972px) {
  .x-fa3 .x-con1500 .x-top .x-list li .x-text {
    width: 72%;
  }
}
@media (max-width: 748px) {
  .x-fa3 .x-con1500 .x-top .x-list li .x-text {
    width: 100%;
    margin-top: 5px;
  }
}
.x-fa3 .x-con1500 .x-top .x-list li .x-text span {
  width: 1.4rem;
  display: inline-block;
  font-size: 16px;
  color: #666;
  border: 1px solid #ddd;
  border-radius: 0.2rem;
  padding: 0.07rem 0;
  text-align: center;
  cursor: pointer;
  margin: 10px 5px 0 0;
}
@media (max-width: 1580px) {
  .x-fa3 .x-con1500 .x-top .x-list li .x-text span {
    width: auto;
    padding: 0.07rem 0.3rem;
    border-radius: 0.15rem;
  }
}
@media (max-width: 972px) {
  .x-fa3 .x-con1500 .x-top .x-list li .x-text span {
    padding: 0.2rem 0.5rem;
    font-size: 14px;
  }
}
.x-fa3 .x-con1500 .x-top .x-list li .x-text span.on {
  background-color: #da251d;
  color: #fff;
  border: 1px solid transparent;
}
.x-fa3 .x-con1500 .x-top .x-list li .x-li-div {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.3rem;
}
.x-fa3 .x-con1500 .x-top .x-list li .x-li-div:nth-of-type(2) {
  padding-top: 0.1rem;
}
@media (max-width: 748px) {
  .x-fa3 .x-con1500 .x-top .x-list li .x-li-div:nth-of-type(2) {
    margin-bottom: 1rem;
  }
}
.x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer {
  position: relative;
  display: flex;
  align-items: center;
  width: 1214px;
}
@media (max-width: 1580px) {
  .x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer {
    width: 600px;
  }
}
@media (max-width: 972px) {
  .x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer {
    width: 400px;
  }
}
@media (max-width: 748px) {
  .x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer {
    width: 290px;
  }
}
.x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .x-z-left {
  position: absolute;
  left: 0;
  bottom: -10px;
  font-size: 14px;
}
.x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .x-z-right {
  position: absolute;
  right: 76%;
  bottom: -10px;
  font-size: 14px;
}
@media (max-width: 1580px) {
  .x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .x-z-right {
    right: 51%;
  }
}
@media (max-width: 972px) {
  .x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .x-z-right {
    right: 38%;
  }
}
@media (max-width: 748px) {
  .x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .x-z-right {
    right: 44%;
  }
}
.x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .sliderBar {
  background-color: #ddd;
  height: 2px;
}
.x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .sliderInput {
  border: 2px solid #ddd;
  margin-left: 30px;
  padding: 6px 20px;
}
@media (max-width: 1260px) {
  .x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .sliderInput {
    width: 122px;
  }
}
@media (max-width: 748px) {
  .x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .sliderInput {
    width: 100px;
    padding: 4px 11px;
  }
}
@media (max-width: 370px) {
  .x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .sliderInput {
    width: 80px;
  }
}
.x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .sliderWrap {
  order: -1;
  position: relative;
}
.x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .sliderWrap::before {
  content: "";
  width: 2px;
  height: 4px;
  position: absolute;
  left: 0;
  top: -3px;
  background-color: #ddd;
}
.x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .sliderWrap::after {
  content: "";
  width: 2px;
  height: 4px;
  position: absolute;
  right: 0;
  top: -3px;
  background-color: #ddd;
}
.x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .sliderDot {
  background: #da251d;
  position: absolute;
  top: -5px !important;
  left: 0;
  z-index: 10;
  border-radius: 50%;
  cursor: pointer;
}
.x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .x_zhi {
  position: absolute;
  margin-left: -27px;
  top: 27px !important;
  color: #d0121c;
  background: #fff;
  width: 62px !important;
  text-align: center;
  height: auto !important;
  padding-left: 10px;
}
@media (max-width: 748px) {
  .x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .x_zhi {
    margin-left: -20px;
    top: 24px !important;
  }
}
.x-fa3 .x-con1500 .x-top .x-bottom2 p {
  font-size: 0.22rem;
  color: #666;
  margin: 0.5rem 0 0.25rem 0;
}
@media (max-width: 1580px) {
  .x-fa3 .x-con1500 .x-top .x-bottom2 p {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  .x-fa3 .x-con1500 .x-top .x-bottom2 p {
    margin: 0.8rem 0;
  }
}
.x-fa3 .x-con1500 .x-top .x-bottom2 .x-form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-fa3 .x-con1500 .x-top .x-bottom2 .x-form .x-input {
  width: 32.5%;
}
@media (max-width: 748px) {
  .x-fa3 .x-con1500 .x-top .x-bottom2 .x-form .x-input {
    width: 100%;
  }
}
@media (max-width: 748px) {
  .x-fa3 .x-con1500 .x-top .x-bottom2 .x-form .x-input:nth-of-type(2) {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.x-fa3 .x-con1500 .x-top .x-bottom2 .x-form .x-input input {
  width: 100%;
  color: #999;
  padding: 0.17rem 0.2rem;
  border: 1px solid #ddd;
}
@media (max-width: 1260px) {
  .x-fa3 .x-con1500 .x-top .x-bottom2 .x-form .x-input input {
    padding: 10px 10px;
  }
}
.x-fa3 .x-con1500 .x-top .x-bottom2 .x-form .textarea {
  margin-top: 10px;
  width: 100%;
  height: 2.4rem;
  border: 1px solid #ddd;
  padding: 0.17rem 0.2rem;
}
@media (max-width: 748px) {
  .x-fa3 .x-con1500 .x-top .x-bottom2 .x-form .textarea {
    height: 5rem;
  }
}
.x-fa3 .x-con1500 .x-top .x-bottom2 .x-form button {
  width: 100%;
  font-weight: bold;
  padding: 0.17rem 0.2rem;
  background-color: #da251d;
  color: #fff;
  margin-top: 0.4rem;
  font-size: 16px;
}
@media (max-width: 1260px) {
  .x-fa3 .x-con1500 .x-top .x-bottom2 .x-form button {
    padding: 10px 10px;
  }
}
@media (max-width: 748px) {
  .x-fa3 .x-con1500 .x-top .x-bottom2 .x-form button {
    width: 100%;
    margin-top: 10px;
  }
}
.x-fa3 .x-con1500 .x-top .x-bottom2 .x-form button:nth-of-type(2) {
  color: #666;
  background-color: #e5e7e9;
}
.x-fa4 {
  background-color: #f7f7f7;
  padding-top: 0.7rem;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-position: 108% 120%;
}
@media (max-width: 748px) {
  .x-fa4 {
    background-position: 61% 107%;
    padding-top: 3rem;
  }
}
.x-fa4 .x-con1500 .x-fa-p {
  font-size: 0.3rem;
  color: #666;
}
@media (max-width: 1580px) {
  .x-fa4 .x-con1500 .x-fa-p {
    font-size: 24px;
  }
}
.x-fa4 .x-con1500 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
@media (max-width: 748px) {
  .x-fa4 .x-con1500 ul {
    margin-top: 1.3rem;
  }
}
.x-fa4 .x-con1500 ul li {
  width: 24%;
  margin-right: 1.3%;
  background-color: #fff;
}
@media (max-width: 1260px) {
  .x-fa4 .x-con1500 ul li {
    width: 48%;
    margin-right: 4%;
  }
}
@media (max-width: 1260px) {
  .x-fa4 .x-con1500 ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 1260px) {
  .x-fa4 .x-con1500 ul li:nth-of-type(n+3) {
    margin-top: 4%;
  }
}
.x-fa4 .x-con1500 ul li:nth-of-type(4n) {
  margin-right: 0;
}
@media (max-width: 1260px) {
  .x-fa4 .x-con1500 ul li:nth-of-type(4n) {
    margin-right: auto;
  }
}
.x-fa4 .x-con1500 ul li:nth-of-type(n+5) {
  margin-top: 1.3%;
}
@media (max-width: 1260px) {
  .x-fa4 .x-con1500 ul li:nth-of-type(n+5) {
    margin-top: 4%;
  }
}
@media (max-width: 748px) {
  .x-fa4 .x-con1500 ul li {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 748px) {
  .x-fa4 .x-con1500 ul li + li {
    margin-top: 1rem !important;
  }
}
.x-fa4 .x-con1500 ul li .x-por-con {
  display: block;
}
.x-fa4 .x-con1500 ul li .x-por-con:hover figure img {
  transform: scale(1.1);
}
.x-fa4 .x-con1500 ul li .x-por-con figure {
  height: 4rem;
  overflow: hidden;
  padding: 0.5rem;
}
@media (max-width: 1260px) {
  .x-fa4 .x-con1500 ul li .x-por-con figure {
    height: 7rem;
  }
}
@media (max-width: 748px) {
  .x-fa4 .x-con1500 ul li .x-por-con figure {
    height: 14.5rem;
  }
}
.x-fa4 .x-con1500 ul li .x-por-con figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s all;
}
.x-fa4 .x-con1500 ul li .x-por-con .x-text {
  padding: 0.15rem 0.1rem 0.25rem 0.35rem;
  border-top: 2px solid #ececec;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1260px) {
  .x-fa4 .x-con1500 ul li .x-por-con .x-text {
    padding: 0.5rem;
  }
}
@media (max-width: 972px) {
  .x-fa4 .x-con1500 ul li .x-por-con .x-text {
    padding: 0.8rem;
  }
}
@media (max-width: 748px) {
  .x-fa4 .x-con1500 ul li .x-por-con .x-text {
    padding: 1rem;
  }
}
.x-fa4 .x-con1500 ul li .x-por-con .x-text .x-to {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 748px) {
  .x-fa4 .x-con1500 ul li .x-por-con .x-text .x-to {
    width: 100%;
  }
}
.x-fa4 .x-con1500 ul li .x-por-con .x-text .x-to .x-le {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.x-fa4 .x-con1500 ul li .x-por-con .x-text .x-to .x-le .x-title {
  font-size: 0.22rem;
  font-weight: bold;
  color: #222;
  padding-right: 0.1rem;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1580px) {
  .x-fa4 .x-con1500 ul li .x-por-con .x-text .x-to .x-le .x-title {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  .x-fa4 .x-con1500 ul li .x-por-con .x-text .x-to .x-le .x-title {
    font-size: 18px;
    margin-top: 0.4rem;
    padding-right: 0.6rem;
  }
}
.x-fa4 .x-con1500 ul li .x-por-con .x-text .x-to .x-le p {
  font-size: 0.22rem;
  color: #222;
  margin-right: 0.2rem;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1580px) {
  .x-fa4 .x-con1500 ul li .x-por-con .x-text .x-to .x-le p {
    font-size: 18px;
  }
}
.x-fa4 .x-con1500 ul li .x-por-con .x-text .x-to .x-le span {
  font-size: 14px;
  color: #999;
  border: 1px solid #999;
  border-radius: 25px;
  padding: 1px 8px;
  display: inline-block;
  margin: 0.1rem 0.1rem 0 0;
}
@media (max-width: 748px) {
  .x-fa4 .x-con1500 ul li .x-por-con .x-text .x-to .x-le span {
    margin: 0.3rem 0.5rem 0 0;
  }
}
.x-fa4 .x-con1500 ul li .x-por-con .x-text .x-to .x-le span:nth-of-type(2) {
  margin-right: 0;
}
.x-fa4 .x-con1500 ul li .x-por-con .x-text .x-to .x-le span:nth-of-type(n+3) {
  margin-top: 0.1rem;
}
.x-fa4 .x-con1500 ul li .x-por-con .x-text .x-to .x-le .x-img {
  margin-top: 0.2rem;
}
@media (max-width: 1260px) {
  .x-fa4 .x-con1500 ul li .x-por-con .x-text .x-to .x-le .x-img {
    width: 100%;
  }
}
.x-fa4 .x-con1500 ul li .x-por-con .x-text .x-to .x-le .x-img img {
  height: 27px;
}
.x-fa4 .x-con1500 ul li .x-por-con .x-text .x-ri {
  margin-top: 5px;
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #da251d;
  position: relative;
}
@media (max-width: 1580px) {
  .x-fa4 .x-con1500 ul li .x-por-con .x-text .x-ri {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }
}
.x-fa4 .x-con1500 ul li .x-por-con .x-text .x-ri img {
  width: 40px;
  height: 16px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 1580px) {
  .x-fa4 .x-con1500 ul li .x-por-con .x-text .x-ri img {
    width: 34px;
    height: 8px;
  }
}
.x-fa4 .x-con1500 .x-page {
  padding: 0.6rem 0 1rem 0;
  background-color: initial;
}
.x-fa5 {
  padding-top: 1rem;
}
.x-fa5 .x-client-box .x-title p {
  display: inline-block;
  color: #da251d;
}
.x-fa5 .x-bottom {
  box-shadow: 0 0 30px rgba(187, 160, 159, 0.25);
  margin-top: 0.4rem;
  padding: 0.6rem 0.6rem 0.7rem 0.6rem;
}
@media (max-width: 748px) {
  .x-fa5 .x-bottom {
    padding: 1rem;
  }
}
.x-fa5 .x-bottom .x-fa-p3 {
  font-size: 0.3rem;
  color: #666;
  text-align: center;
}
@media (max-width: 1580px) {
  .x-fa5 .x-bottom .x-fa-p3 {
    font-size: 24px;
  }
}
@media (max-width: 748px) {
  .x-fa5 .x-bottom .x-fa-p3 {
    font-size: 18px;
  }
}
.x-fa5 .x-bottom .x-form {
  margin-top: 0.6rem;
}
@media (max-width: 748px) {
  .x-fa5 .x-bottom .x-form {
    margin-top: 0.2rem;
  }
}
.x-fa5 .x-bottom .x-form .x-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
}
@media (max-width: 748px) {
  .x-fa5 .x-bottom .x-form .x-box {
    margin-bottom: 1rem;
  }
}
.x-fa5 .x-bottom .x-form .x-box .x-but-in {
  position: relative;
  margin-right: 0.2rem;
  transition: 0.4s all;
}
@media (max-width: 748px) {
  .x-fa5 .x-bottom .x-form .x-box .x-but-in {
    margin: 10px 10px 0 0;
  }
}
.x-fa5 .x-bottom .x-form .x-box .x-but-in:hover {
  background-color: #da251d;
}
.x-fa5 .x-bottom .x-form .x-box .x-but-in:hover .x-p {
  color: #fff;
}
.x-fa5 .x-bottom .x-form .x-box .x-but-in:hover .x-p img:nth-of-type(1) {
  display: none;
}
.x-fa5 .x-bottom .x-form .x-box .x-but-in:hover .x-p img:nth-of-type(2) {
  display: inline-block;
}
.x-fa5 .x-bottom .x-form .x-box .x-but-in .hi-file {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}
.x-fa5 .x-bottom .x-form .x-box .x-but-in .x-p {
  display: inline-block;
  font-size: 18px;
  color: #333;
  border: 1px solid #ddd;
  padding: 0.155rem 0.3rem;
  cursor: pointer;
  width: 100%;
}
@media (max-width: 1260px) {
  .x-fa5 .x-bottom .x-form .x-box .x-but-in .x-p {
    padding: 9px 15px;
    font-size: 16px;
  }
}
.x-fa5 .x-bottom .x-form .x-box .x-but-in .x-p img {
  height: 15px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.x-fa5 .x-bottom .x-form .x-box .x-but-in .x-p img:nth-of-type(2) {
  display: none;
  transition: 0.4s all;
}
.x-fa5 .x-bottom .x-form .x-box a {
  display: inline-block;
  font-size: 18px;
  color: #333;
  border: 1px solid #ddd;
  padding: 0.155rem 0.3rem;
}
@media (max-width: 1260px) {
  .x-fa5 .x-bottom .x-form .x-box a {
    padding: 9px 15px;
    font-size: 16px;
  }
}
@media (max-width: 748px) {
  .x-fa5 .x-bottom .x-form .x-box a {
    margin-top: 10px;
  }
}
.x-fa5 .x-bottom .x-form .x-box a:hover {
  background-color: #da251d;
  color: #fff;
}
.x-fa5 .x-bottom .x-form .x-box a:hover img:nth-of-type(1) {
  display: none;
}
.x-fa5 .x-bottom .x-form .x-box a:hover img:nth-of-type(2) {
  display: inline-block;
}
.x-fa5 .x-bottom .x-form .x-box a img {
  height: 15px;
  object-fit: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.x-fa5 .x-bottom .x-form .x-box a img:nth-of-type(2) {
  display: none;
  transition: 0.4s all;
}
.x-fa5 .x-bottom .x-form .x-box2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-fa5 .x-bottom .x-form .x-box2 .x-input {
  width: 49.5%;
  border: 1px solid #ddd;
  display: flex;
  position: relative;
}
@media (max-width: 748px) {
  .x-fa5 .x-bottom .x-form .x-box2 .x-input {
    width: 100%;
  }
}
@media (max-width: 748px) {
  .x-fa5 .x-bottom .x-form .x-box2 .x-input:nth-of-type(2) {
    margin-top: 10px;
  }
}
.x-fa5 .x-bottom .x-form .x-box2 .x-input:nth-of-type(3),
.x-fa5 .x-bottom .x-form .x-box2 .x-input:nth-of-type(4) {
  margin-top: 10px;
}
.x-fa5 .x-bottom .x-form .x-box2 .x-input input {
  width: 100%;
  font-size: 16px;
  color: #999;
  padding: 0.18rem 45px 0.18rem 0.2rem;
}
@media (max-width: 1580px) {
  .x-fa5 .x-bottom .x-form .x-box2 .x-input input {
    padding: 10px 45px 10px 10px;
  }
}
.x-fa5 .x-bottom .x-form .x-box2 .x-input i {
  font-style: initial;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: #e7001b;
  font-weight: bold;
}
@media (max-width: 748px) {
  .x-fa5 .x-bottom .x-form .x-box2 .x-input i {
    font-size: 18px;
  }
}
.x-fa5 .x-bottom .x-form .but {
  width: 49.5%;
  margin-top: 0.4rem;
}
@media (max-width: 748px) {
  .x-fa5 .x-bottom .x-form .but {
    margin-top: 0.8rem;
  }
}
.x-fa5 .x-bottom .x-form .but button {
  width: 100%;
  background-color: #da251d;
  color: #fff;
  padding: 0.18rem 0;
  font-size: 16px;
}
@media (max-width: 1260px) {
  .x-fa5 .x-bottom .x-form .but button {
    padding: 10px 15px;
  }
}
.x-fa6 {
  padding: 0.6rem 0 0 0;
}
@media (max-width: 748px) {
  .x-fa6 {
    padding: 1rem 0 1rem 0;
  }
}
.x-fa6 .x-con1500 .x-title {
  font-size: 0.3rem;
  color: #666;
  position: relative;
}
@media (max-width: 1580px) {
  .x-fa6 .x-con1500 .x-title {
    font-size: 24px;
  }
}
.x-fa6 .x-con1500 .x-title::before {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1260px) {
  .x-fa6 .x-con1500 .x-title::before {
    width: 86%;
  }
}
@media (max-width: 748px) {
  .x-fa6 .x-con1500 .x-title::before {
    width: 65%;
  }
}
.x-fa6 .x-con1500 ul {
  display: flex;
  justify-content: space-between;
  padding: 0;
  overflow-x: auto;
  width: 100%;
}
.x-fa6 .x-con1500 ul li {
  width: auto;
  text-align: center;
  flex: none;
}
.x-fa6 .x-con1500 ul li:nth-of-type(2n) figure {
  width: auto;
  background-color: transparent;
}
.x-fa6 .x-con1500 ul li:nth-of-type(2n) figure img {
  width: auto;
  height: auto;
}
.x-fa6 .x-con1500 ul li figure {
  width: 0.95rem;
  height: 0.95rem;
  background-color: #f7f7f7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 1580px) {
  .x-fa6 .x-con1500 ul li figure{
    width: 1.3rem;
    height: 1.3rem;
  }

}
@media (max-width: 1260px) {
  .x-fa6 .x-con1500 ul li figure {
    width: 1.8rem;
    height: 1.8rem;
  }
}

@media (max-width: 748px) {
  .x-fa6 .x-con1500 ul li figure {
    width: 4.6rem;
    height: 4.6rem;
  }
}
.x-fa6 .x-con1500 ul li figure img {
  width: 0.6rem;
  height: 0.6rem;
}
@media (max-width: 1580px) {
  .x-fa6 .x-con1500 ul li figure img {
    width: 0.8rem;
    height: 0.8rem;
  }
}
@media (max-width: 748px) {
  .x-fa6 .x-con1500 ul li figure img {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.x-fa6 .x-con1500 ul li span {
  display: inline-block;
  font-size: 0.24rem;
  color: #666;
  font-weight: bold;
  margin: 0.1rem 0 0.15rem 0;
}
@media (max-width: 1580px) {
  .x-fa6 .x-con1500 ul li span {
    font-size: 20px;
  }
}
.x-fa6 .x-con1500 ul li p {
  font-size: 16px;
  color: #666;
}
@media (max-width: 748px) {
  .x-fa6 .x-con1500 ul li p {
    font-size: 14px;
  }
}
.x-fa7 {
  padding: 1rem 0 1.4rem 0;
}
@media (max-width: 748px) {
  .x-fa7 {
    padding: 3rem 0 2rem 0;
  }
}
.x-fa7 .x-con1500 .x-title {
  font-size: 0.3rem;
  color: #666;
  position: relative;
}
@media (max-width: 1580px) {
  .x-fa7 .x-con1500 .x-title {
    font-size: 24px;
  }
}
.x-fa7 .x-con1500 .x-title::before {
  content: "";
  width: 90%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1260px) {
  .x-fa7 .x-con1500 .x-title::before {
    width: 86%;
  }
}
@media (max-width: 748px) {
  .x-fa7 .x-con1500 .x-title::before {
    width: 65%;
  }
}
.x-fa7 .x-con1500 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}
@media (max-width: 748px) {
  .x-fa7 .x-con1500 ul {
    margin-top: 1rem;
  }
}
.x-fa7 .x-con1500 ul li {
  width: 24%;
  margin-right: 1.33%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1260px) {
  .x-fa7 .x-con1500 ul li {
    width: 32%;
    margin-right: 2%;
  }
}
@media (max-width: 748px) {
  .x-fa7 .x-con1500 ul li {
    width: 100%;
    margin-right: 0 !important;
  }
}
@media (max-width: 748px) {
  .x-fa7 .x-con1500 ul li + li {
    margin-top: 20px !important;
  }
}
@media (max-width: 1260px) {
  .x-fa7 .x-con1500 ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1260px) {
  .x-fa7 .x-con1500 ul li:nth-of-type(n+4) {
    margin-top: 2%;
  }
}
.x-fa7 .x-con1500 ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(218, 37, 29, 0.8);
  position: absolute;
  left: 0;
  top: 100%;
  transition: 0.4s all;
  opacity: 0;
}
.x-fa7 .x-con1500 ul li:hover::before {
  opacity: 1;
  top: 0;
}
.x-fa7 .x-con1500 ul li:hover .x-img {
  display: none;
}
.x-fa7 .x-con1500 ul li:hover .x-text {
  top: 1rem;
}
@media (max-width: 748px) {
  .x-fa7 .x-con1500 ul li:hover .x-text {
    top: 3rem;
  }
}
.x-fa7 .x-con1500 ul li:hover .x-text .x-title1 {
  padding-bottom: 15px;
}
.x-fa7 .x-con1500 ul li:hover .x-text .x-title1::before {
  opacity: 1;
}
.x-fa7 .x-con1500 ul li:hover .x-text p {
  display: block;
  height: auto;
  opacity: 1;
}
.x-fa7 .x-con1500 ul li:nth-of-type(4n) {
  margin-right: 0;
}
.x-fa7 .x-con1500 ul li figure {
  height: 4.66rem;
}
@media (max-width: 1260px) {
  .x-fa7 .x-con1500 ul li figure {
    height: 7.2rem;
  }
}
@media (max-width: 748px) {
  .x-fa7 .x-con1500 ul li figure {
    height: 18rem;
  }
}
.x-fa7 .x-con1500 ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-fa7 .x-con1500 ul li .x-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.x-fa7 .x-con1500 ul li .x-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x-fa7 .x-con1500 ul li .x-text {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0.7rem;
  transform: translateX(-50%);
  padding: 0 0.2rem;
  transition: 0.4s all;
}
@media (max-width: 748px) {
  .x-fa7 .x-con1500 ul li .x-text {
    padding: 0 1rem;
    bottom: 1.7rem;
  }
}
.x-fa7 .x-con1500 ul li .x-text .x-title1 {
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
  font-weight: bold;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 1580px) {
  .x-fa7 .x-con1500 ul li .x-text .x-title1 {
    font-size: 20px;
  }
}
.x-fa7 .x-con1500 ul li .x-text .x-title1::before {
  content: "";
  width: 28px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.4s all;
}
.x-fa7 .x-con1500 ul li .x-text p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 0.35rem;
  height: 0;
  display: none;
  opacity: 0;
  transition: 0.4s all;
}
@media (max-width: 748px) {
  .x-fa7 .x-con1500 ul li .x-text p {
    margin-top: 1.3rem;
  }
}
.x-tra1 {
  background-color: #fdfdfd;
  padding: 0.2rem 0 0.4rem 0;
}
@media (max-width: 1580px) {
  .x-tra1 {
    padding: 0.5rem 0;
  }
}
@media (max-width: 748px) {
  .x-tra1 {
    padding: 1rem 0;
  }
}
.x-tra1 .x-con1500 .x-con-p {
  padding: 0 2.5rem;
  margin-top: 0.4rem;
}
@media (max-width: 1580px) {
  .x-tra1 .x-con1500 .x-con-p {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1260px) {
  .x-tra1 .x-con1500 .x-con-p {
    padding: 0 1rem;
  }
}
@media (max-width: 748px) {
  .x-tra1 .x-con1500 .x-con-p {
    padding: 0;
    margin-top: 0.5rem;
  }
}
.x-tra1 .x-con1500 .x-con-p .x-p {
  font-size: 0.24rem;
  color: #666;
}
@media (max-width: 1580px) {
  .x-tra1 .x-con1500 .x-con-p .x-p {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .x-tra1 .x-con1500 .x-con-p .x-p {
    font-size: 18px;
  }
}
@media (max-width: 748px) {
  .x-tra1 .x-con1500 .x-con-p .x-p {
    font-size: 16px;
  }
}
.x-tra1 .x-con1500 .x-con-p .x-p span {
  color: #da251d;
}
.x-tra1 .x-con1500 .x-con-p p {
  font-size: 18px;
  color: #666;
  line-height: 34px;
}
@media (max-width: 1580px) {
  .x-tra1 .x-con1500 .x-con-p p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 748px) {
  .x-tra1 .x-con1500 .x-con-p p {
    font-size: 14px;
    line-height: 22px;
  }
}
.x-tra2 {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0.2rem 0 1.45rem 0;
}
@media (max-width: 748px) {
  .x-tra2 {
    padding-bottom: 2rem;
  }
}
.x-tra2 .x-con1500 {
  padding: 0 2.5rem;
}
@media (max-width: 1580px) {
  .x-tra2 .x-con1500 {
    padding: 0 1.5rem;
  }
}
@media (max-width: 1260px) {
  .x-tra2 .x-con1500 {
    padding: 0 1rem;
  }
}
.x-tra2 .x-con1500 .x-title2 {
  font-size: 0.4rem;
  color: #333;
  text-align: center;
}
@media (max-width: 1580px) {
  .x-tra2 .x-con1500 .x-title2 {
    font-size: 30px;
  }
}
@media (max-width: 1260px) {
  .x-tra2 .x-con1500 .x-title2 {
    font-size: 24px;
  }
}
@media (max-width: 748px) {
  .x-tra2 .x-con1500 .x-title2 {
    font-size: 20px;
  }
}
.x-tra2 .x-con1500 .x-list1 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  padding: 0.6rem 0 0.6rem 0;
}
@media (max-width: 748px) {
  .x-tra2 .x-con1500 .x-list1 li {
    padding: 1rem 0;
  }
}
.x-tra2 .x-con1500 .x-list1 li:last-child {
  border-bottom: none;
}
.x-tra2 .x-con1500 .x-list1 li:nth-of-type(2n) .x-text {
  order: -1;
}
@media (max-width: 748px) {
  .x-tra2 .x-con1500 .x-list1 li:nth-of-type(2n) .x-text {
    order: 1;
  }
}
.x-tra2 .x-con1500 .x-list1 li figure {
  width: 37%;
}
@media (max-width: 748px) {
  .x-tra2 .x-con1500 .x-list1 li figure {
    width: 100%;
  }
}
.x-tra2 .x-con1500 .x-list1 li figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 748px) {
  .x-tra2 .x-con1500 .x-list1 li figure img {
    height: 10rem;
  }
}
.x-tra2 .x-con1500 .x-list1 li .x-text {
  width: 57%;
}
@media (max-width: 748px) {
  .x-tra2 .x-con1500 .x-list1 li .x-text {
    width: 100%;
    margin-top: 1rem;
  }
}
.x-tra2 .x-con1500 .x-list1 li .x-text .x-title {
  font-size: 0.3rem;
  color: #333;
  margin-bottom: 0.3rem;
}
@media (max-width: 1580px) {
  .x-tra2 .x-con1500 .x-list1 li .x-text .x-title {
    font-size: 24px;
  }
}
@media (max-width: 1260px) {
  .x-tra2 .x-con1500 .x-list1 li .x-text .x-title {
    font-size: 20px;
  }
}
.x-tra2 .x-con1500 .x-list1 li .x-text p {
  font-size: 18px;
  color: #666;
  line-height: 30px;
}
@media (max-width: 1580px) {
  .x-tra2 .x-con1500 .x-list1 li .x-text p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 748px) {
  .x-tra2 .x-con1500 .x-list1 li .x-text p {
    font-size: 14px;
  }
}
.x-tra2 .x-bottom.x-con1500 {
  padding: 0;
}
@media (max-width: 748px) {
  .x-tra2 .x-bottom.x-con1500 {
    padding: 30px 20px 0 20px;
  }
}
.x-tra2 .x-bottom .x-client-box .x-title p {
  display: inline-block;
  color: #da251d;
}
.x-tra2 .x-bottom ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.55rem;
}
@media (max-width: 748px) {
  .x-tra2 .x-bottom ul {
    margin-top: 1rem;
  }
}
.x-tra2 .x-bottom ul li {
  width: 49%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 1rem 0.6rem 0.5rem 0.6rem;
}
@media (max-width: 972px) {
  .x-tra2 .x-bottom ul li {
    width: 100%;
  }
}
@media (max-width: 748px) {
  .x-tra2 .x-bottom ul li {
    padding: 1rem;
  }
}
@media (max-width: 972px) {
  .x-tra2 .x-bottom ul li + li {
    margin-top: 20px;
  }
}
.x-tra2 .x-bottom ul li figure {
  padding-left: 0.2rem;
}
@media (max-width: 972px) {
  .x-tra2 .x-bottom ul li figure {
    padding-left: 0;
  }
}
@media (max-width: 748px) {
  .x-tra2 .x-bottom ul li figure {
    width: 12%;
  }
}
.x-tra2 .x-bottom ul li figure img {
  width: 100%;
  height: 0.66rem;
  object-fit: contain;
}
@media (max-width: 972px) {
  .x-tra2 .x-bottom ul li figure img {
    height: 1rem;
  }
}
@media (max-width: 748px) {
  .x-tra2 .x-bottom ul li figure img {
    height: 1.5rem;
  }
}
.x-tra2 .x-bottom ul li .x-text {
  width: 75.7%;
}
@media (max-width: 972px) {
  .x-tra2 .x-bottom ul li .x-text {
    width: 87.7%;
  }
}
@media (max-width: 748px) {
  .x-tra2 .x-bottom ul li .x-text {
    width: 83.7%;
  }
}
.x-tra2 .x-bottom ul li .x-text .x-title {
  font-size: 0.3rem;
  color: #222;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.3rem;
}
@media (max-width: 1580px) {
  .x-tra2 .x-bottom ul li .x-text .x-title {
    font-size: 24px;
  }
}
@media (max-width: 1260px) {
  .x-tra2 .x-bottom ul li .x-text .x-title {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  .x-tra2 .x-bottom ul li .x-text .x-title {
    padding-bottom: 0.6rem;
  }
}
.x-tra2 .x-bottom ul li .x-text .x-title::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #ed140a;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 748px) {
  .x-tra2 .x-bottom ul li .x-text .x-title::before {
    width: 26px;
  }
}
.x-tra2 .x-bottom ul li .x-text p {
  font-size: 18px;
  color: #777;
  margin-top: 0.25rem;
}
@media (max-width: 748px) {
  .x-tra2 .x-bottom ul li .x-text p {
    margin-top: 0.6rem;
    font-size: 14px;
  }
}
.x-map1 {
  background-color: #f7f7f7;
  padding: 0.6rem 0 1.7rem 0;
}
@media (max-width: 748px) {
  .x-map1 {
    padding-top: 2rem;
  }
}
.x-map1 .x-con1500 ul {
  background-color: #fff;
  padding: 0.6rem 0.6rem 1.3rem 0.6rem;
}
@media (max-width: 748px) {
  .x-map1 .x-con1500 ul {
    padding: 1rem;
  }
}
.x-map1 .x-con1500 ul li {
  margin-bottom: 0.65rem;
}
.x-map1 .x-con1500 ul li .x-title {
  color: #da251d;
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 748px) {
  .x-map1 .x-con1500 ul li .x-title {
    font-size: 18px;
  }
}
.x-map1 .x-con1500 ul li .x-map-a {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.x-map1 .x-con1500 ul li .x-map-a a {
  font-size: 16px;
  color: #666;
  transition: 0.5s all;
  display: block;
  margin-top: 0.25rem;
  padding-right: 0.55rem;
}
@media (max-width: 748px) {
  .x-map1 .x-con1500 ul li .x-map-a a {
    font-size: 14px;
    padding-right: 1.2rem;
    margin-top: 0.5rem;
  }
}
.x-map1 .x-con1500 ul li .x-map-a a:hover {
  color: #da251d;
}
.x-search {
  background-color: #f7f7f7;
  padding: 0.6rem 0 0.6rem 0;
}
@media (max-width: 748px) {
  .x-search {
    padding: 2rem 0 1rem 0;
  }
}
.x-search .x-con1500 .x-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #333;
}
@media (max-width: 1260px) {
  .x-search .x-con1500 .x-title {
    font-size: 0.58rem;
  }
}
@media (max-width: 748px) {
  .x-search .x-con1500 .x-title {
    font-size: 1.4rem;
  }
}
.x-search .x-con1500 .x-span {
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
  margin-top: 0.1rem;
  display: inline-block;
}
.x-search .x-con1500 .x-search-form {
  margin-top: 0.55rem;
}
.x-search .x-con1500 .x-search-form .x-form {
  display: flex;
  justify-content: flex-start;
}
.x-search .x-con1500 .x-search-form .x-form input {
  background-color: #fff;
  height: 60px;
  width: 6.35rem;
  padding: 0 20px;
  color: #999;
}
@media (max-width: 1260px) {
  .x-search .x-con1500 .x-search-form .x-form input {
    width: 100%;
  }
}
@media (max-width: 972px) {
  .x-search .x-con1500 .x-search-form .x-form input {
    height: 50px;
  }
}
.x-search .x-con1500 .x-search-form .x-form button {
  height: 60px;
  width: 1.1rem;
  position: relative;
  background-color: #fff;
  color: #da251d;
}
@media (max-width: 1260px) {
  .x-search .x-con1500 .x-search-form .x-form button {
    width: 12%;
  }
}
@media (max-width: 972px) {
  .x-search .x-con1500 .x-search-form .x-form button {
    height: 50px;
  }
}
@media (max-width: 748px) {
  .x-search .x-con1500 .x-search-form .x-form button {
    width: 34%;
  }
}
.x-search .x-con1500 .x-search-form .x-form button::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.x-search2 {
  background-color: #f7f7f7;
}
.x-search2 .x-con1500 {
  padding-right: 3.8rem;
}
@media (max-width: 1260px) {
  .x-search2 .x-con1500 {
    padding-right: 0;
  }
}
.x-search2 .x-con1500 ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}
.x-search2 .x-con1500 ul li {
  padding: 0 0.35rem;
}
.x-search2 .x-con1500 ul li a {
  display: inline-block;
  font-size: 16px;
  color: #666;
  position: relative;
  padding-bottom: 0.25rem;
  transition: 0.5s all;
}
@media (max-width: 748px) {
  .x-search2 .x-con1500 ul li a {
    padding: 1rem 0;
  }
}
.x-search2 .x-con1500 ul li a:hover {
  color: #333;
  font-weight: bold;
}
.x-search2 .x-con1500 ul li a:hover::before {
  opacity: 1;
  width: 100%;
}
.x-search2 .x-con1500 ul li a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #e60012;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.5s all;
}
.x-search2 .x-con1500 ul li:first-child {
  padding-left: 0;
}
.x-search2 .x-con1500 ul li.on a {
  color: #333;
  font-weight: bold;
}
.x-search2 .x-con1500 ul li.on a::before {
  opacity: 1;
  width: 100%;
}
.x-results2 {
  background-color: #f5f5f5;
  padding: 0.8rem 0 1.1rem 0;
}
@media (max-width: 748px) {
  .x-results2 {
    padding: 1rem 0 3rem 0;
  }
}
.x-results2 .x-con1500 .x-jieguo {
  padding-right: 3.8rem;
}
@media (max-width: 1260px) {
  .x-results2 .x-con1500 .x-jieguo {
    padding-right: 0;
  }
}
.x-results2 .x-con1500 .x-jieguo .x-list .x-title {
  margin-bottom: 0.4rem;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
@media (max-width: 748px) {
  .x-results2 .x-con1500 .x-jieguo .x-list .x-title {
    margin-bottom: 0.6rem;
  }
}
.x-results2 .x-con1500 .x-jieguo .x-list li .x-zhff {
  position: relative;
  height: 0;
  top: -100px;
}
.x-results2 .x-con1500 .x-jieguo .x-list li:last-child .x-li-p {
  margin-bottom: 0;
}
.x-results2 .x-con1500 .x-jieguo .x-list li.x-faq dl dd .x-right {
  width: 92%;
}
.x-results2 .x-con1500 .x-jieguo .x-list li.x-faq dl dd .x-right .x-p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.x-results2 .x-con1500 .x-jieguo .x-list li dl dd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 1rem 0.3rem 0;
}
@media (max-width: 972px) {
  .x-results2 .x-con1500 .x-jieguo .x-list li dl dd {
    padding-right: 0;
  }
}
@media (max-width: 748px) {
  .x-results2 .x-con1500 .x-jieguo .x-list li dl dd {
    padding-bottom: 1rem;
  }
}
.x-results2 .x-con1500 .x-jieguo .x-list li dl dd:nth-of-type(n+5) {
  display: none;
}
.x-results2 .x-con1500 .x-jieguo .x-list li dl dd:nth-of-type(n+5).on {
  display: flex;
}
.x-results2 .x-con1500 .x-jieguo .x-list li dl dd .x-left {
  width: 17%;
}
@media (max-width: 748px) {
  .x-results2 .x-con1500 .x-jieguo .x-list li dl dd .x-left {
    width: 100%;
  }
}
.x-results2 .x-con1500 .x-jieguo .x-list li dl dd .x-left a {
  display: block;
  overflow: hidden;
}
.x-results2 .x-con1500 .x-jieguo .x-list li dl dd .x-left a:hover img {
  transform: scale(1.1);
}
.x-results2 .x-con1500 .x-jieguo .x-list li dl dd .x-left a img {
  object-fit: cover;
  width: 100%;
  height: 130px;
  transition: 0.5s all;
}
@media (max-width: 1260px) {
  .x-results2 .x-con1500 .x-jieguo .x-list li dl dd .x-left a img {
    height: 100px;
  }
}
@media (max-width: 748px) {
  .x-results2 .x-con1500 .x-jieguo .x-list li dl dd .x-left a img {
    height: 10rem;
  }
}
.x-results2 .x-con1500 .x-jieguo .x-list li dl dd .x-right {
  width: 100%;
}
@media (max-width: 748px) {
  .x-results2 .x-con1500 .x-jieguo .x-list li dl dd .x-right {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.x-results2 .x-con1500 .x-jieguo .x-list li dl dd .x-right .x-title2 {
  font-size: 18px;
  display: inline-block;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.x-results2 .x-con1500 .x-jieguo .x-list li dl dd .x-right .x-title2 span {
  color: #e60012;
  font-weight: bold;
}
.x-results2 .x-con1500 .x-jieguo .x-list li dl dd .x-right .x-p {
  font-size: 14px;
  color: #666;
  display: inline-block;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 748px) {
  .x-results2 .x-con1500 .x-jieguo .x-list li dl dd .x-right .x-p {
    margin-top: 0.3rem;
  }
}
.x-results2 .x-con1500 .x-jieguo .x-list li dl dd .x-right .c-site {
  color: #999;
  margin-top: 0.15rem;
}
@media (max-width: 748px) {
  .x-results2 .x-con1500 .x-jieguo .x-list li dl dd .x-right .c-site {
    margin-top: 0.5rem;
  }
}
.x-results2 .x-con1500 .x-jieguo .x-list li dl dd .x-right .c-site a {
  display: inline-block;
  color: #999;
}
.x-results2 .x-con1500 .x-jieguo .x-list li .x-li-p {
  font-size: 18px;
  color: #da251d;
  margin-bottom: 0.6rem;
  cursor: pointer;
}
.x-results2 .x-con1500 .x-jieguo .x-list li .x-li-p.on span:nth-of-type(1) {
  display: none;
}
.x-results2 .x-con1500 .x-jieguo .x-list li .x-li-p.on span:nth-of-type(2) {
  display: block;
}
.x-results2 .x-con1500 .x-jieguo .x-list li .x-li-p span:nth-of-type(2) {
  display: none;
}
.x-results2 .x-con1500 .x-jieguo .x-list li .x-no {
  font-size: 18px;
  color: #333;
  margin: -0.15rem 0 0.5rem 0;
}
.x-subs {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.x-subs .x-form {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 10rem;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0.2rem;
}
@media (max-width: 1260px) {
  .x-subs .x-form {
    max-width: 12rem;
  }
}
@media (max-width: 748px) {
  .x-subs .x-form {
    width: 90%;
    max-width: 400px;
  }
}
.x-subs .x-form .x-title {
  font-size: 0.34rem;
  font-weight: bold;
  color: #f3f3f3;
  text-align: center;
  background: url("../images/x-sub1.png") no-repeat center;
  padding: 0.4rem 0;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
@media (max-width: 1260px) {
  .x-subs .x-form .x-title {
    font-size: 20px;
  }
}
@media (max-width: 748px) {
  .x-subs .x-form .x-title {
    padding: 1rem 0;
  }
}
.x-subs .x-form .x-title img {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
@media (max-width: 748px) {
  .x-subs .x-form .x-title img {
    right: 10px;
    top: 10px;
  }
}
.x-subs .x-form .x-text {
  padding: 0.6rem 1.7rem;
}
@media (max-width: 748px) {
  .x-subs .x-form .x-text {
    padding: 1rem 1rem 2rem 1rem;
  }
}
.x-subs .x-form .x-text p {
  font-size: 0.24rem;
  color: #666;
}
@media (max-width: 1260px) {
  .x-subs .x-form .x-text p {
    font-size: 18px;
  }
}
@media (max-width: 748px) {
  .x-subs .x-form .x-text p {
    font-size: 16px;
  }
}
.x-subs .x-form .x-text input {
  border: 1px solid #e6e6e6;
  border-radius: 0.1rem;
  padding: 0.2rem;
  width: 100%;
  margin: 0.32rem 0 0.6rem 0;
}
@media (max-width: 748px) {
  .x-subs .x-form .x-text input {
    border-radius: 0.4rem;
    padding: 0.6rem;
    margin: 1rem 0;
  }
}
.x-subs .x-form .x-text button {
  width: 100%;
  padding: 0.26rem 0;
  font-size: 0.24rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #da251d;
}
@media (max-width: 1260px) {
  .x-subs .x-form .x-text button {
    font-size: 18px;
  }
}
@media (max-width: 748px) {
  .x-subs .x-form .x-text button {
    padding: 0.6rem 0;
  }
}

.x-index2 .x-container .swiper-container .swiper-wrapper{
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.x-index3 .x-con .x-title-box .x-text .x-title{
  margin-top: 0.15rem;
}

@media (max-width: 1560px) {
  .x-index8 .x-container .x-right ul li a{
    padding-left: 8px;
  }
}
.bshare-custom .bshare-qqim{
  background: none !important;
}
.bshare-custom .bshare-sinaminiblog{
  background: none !important;
}
.bshare-custom .bshare-weixin{
  background: none !important;
}
.bshare-custom a{
  padding-left: 0 !important;
  height: auto !important;
}
#bsWXBox{
  box-sizing: initial !important;
}
.fixed-btn-wrap{
  position: fixed;
  right: 40px;
  bottom: 150px;
  z-index: 12;
}
.fixed-btn-wrap .go-top-btn-item {
  height: 0;
  width: 40px;
  overflow: hidden;
}
.fixed-btn-wrap .go-top-btn-item.cur {
  height: 40px;
}
.fixed-btn-wrap .go-top-btn-item .btn-icon {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.tran08 {
  transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  -ms-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
}
.x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con .x-text .x-img{
  margin-top: 10px;
}
@media (max-width: 748px) {
  .fixed-btn-wrap{
    right: 35px;
    bottom: 100px;
  }
}
.x-fa4 .x-con1500 ul li .x-por-con .x-text{
  padding: 0.15rem 0.1rem 0 0.35rem;
  border-top: 2px solid #ececec;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.x-fa4 .x-con1500 ul li .x-por-con .x-text .x-to .x-le span {
  font-size: 14px;
  color: #999;
  border: 1px solid #999;
  border-radius: 25px;
  padding: 1px 8px;
  display: inline-block;
  margin: 0.1rem 0.1rem 0 0;
}


.x-fa4 .x-con1500 ul li .x-por-con .x-text .x-to .x-le {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.x-fa4 .x-con1500 ul li .x-por-con .x-text .x-ri img {
  width: 40px;
  height: 16px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.x-fa4 .x-con1500 ul li .x-por-con .x-text .x-to {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.x-fa4 .x-con1500 ul li .x-por-con .x-img{
 display: flex;
 padding: 0.05rem 0.1rem 0.1rem 0.3rem;
}

.x-fa4 .x-con1500 ul li .x-por-con  .x-img img{
  height: 27px;
  margin-right: 15px;
}
@media (max-width: 1260px) {
  .x-fa4 .x-con1500 ul li .x-por-con .x-text{
    padding: 0.15rem 0.3rem 0 0.35rem;
  }
}

@media (max-width: 748px) {
  .x-fa4 .x-con1500 ul li .x-por-con .x-text{
    padding: 1rem 1rem 0 1rem;
  }
  .x-fa4 .x-con1500 ul li .x-por-con .x-img{
    padding: 0 1rem 1rem 1rem;
  }
}

/* 8.10 上 */
@keyframes sw_pa2 {
  0% {
    width: 0;
  }
  100% {
    width: 1rem;
  }
}
.x-index4 .x-con .x-botton .swiper-container .swiper-wrapper .swiper-slide-active p i{
  -webkit-animation: sw_pa2 5s linear;
  animation: sw_pa2 5s linear;
  animation-direction:reverse;
  width: 0;
  height: 2px;
  background-color: #cf111b;
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%) translateX(0);
}
.x-index4 .x-con .x-botton .swiper-container .swiper-wrapper .swiper-slide:last-child p i{
  display: none;
}
.x-index4 .x-con .x-botton .swiper-container .swiper-wrapper .swiper-slide p span::before {
  content: "";
  border: 1px solid #999;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.x-index4 .x-con .x-botton .swiper-container .swiper-wrapper .swiper-slide p span::after {
  content: "";
  width: 1rem;
  height: 1px;
  background-color: #999;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
}
.x-index4 .x-con .x-botton .swiper-container .swiper-wrapper .swiper-slide p::after{
  display: none;
}
.x-index4 .x-con .x-botton .swiper-container .swiper-wrapper .swiper-slide p{
  padding-right: 0;
}
.x-index4 .x-con .x-botton .swiper-container .swiper-wrapper .swiper-slide{
  display: flex;
  align-items: center;
}
.x-index4 .x-con .x-botton .swiper-container .swiper-wrapper .swiper-slide span{
    position: relative;
    display: inline-block;
    width: 1rem;
    background-color: #e1e1e1;
    height: 1.5px;
    margin: 0 10px;
}
.x-index4 .x-con .x-botton .swiper-container .swiper-wrapper .swiper-slide:last-child span{
  display: none;
}
.x-index4 .x-con .x-botton .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active span i{
  -webkit-animation: sw_pa2 5.6s linear;
  animation: sw_pa2 5.6s linear;
  display: inline-block;
  width: 0;
  height: 1.5px;
  background-color: #cf111b;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.x-index3{
  padding-top: 1rem;
}
@media (max-width: 748px) {
  .x-index3{
    padding-top: 3rem;
  }
}

.x-about4 .x-con1500 ul li a::before{
  display: none;
}
.x-about4 .x-con1500 ul li a:hover p{
  color: #666;
  font-weight: bold;
}
.x-about4 .x-con1500 ul li a:hover p::before{
  background: url(../images/right-jt3.png) no-repeat center;
    background-size: contain;
}
.x-about4 .x-con1500 ul li a:hover figure img{
  transform: scale(1.1);
}
.x-about4 .x-con1500 ul li a figure{
  overflow: hidden;
}
.x-about4 .x-con1500 ul li a figure img{
  transition: 0.5s all;
}

.x-show-por2 .x-con1500 .x-left .x-list + .x-list .x-nr td, th{
  border: 1px solid #000;
}
.x-show-por1 .x-con1500 .x-right .x-ri-top .x-img a{
  display: inline-block;
}
.x-show-por1 .x-con1500 .x-right .x-ri-top .x-img img {
  height: 36px;
  width: 54px;
}
@media (max-width: 748px) {
  .x-show-por1 .x-con1500 .x-right .x-ri-top .x-img img{
    height: 30px;
    width: 40px;
  }
}
.x-por-com .x-con1500 .x-left .x-box1{
  height: 480px;
}
@media (max-width: 1560px) {
  .x-por-com .x-con1500 .x-left .x-box1{
    height: 390px;
  }
}
@media (max-width: 1260px) {
  .x-por-com .x-con1500 .x-left .x-box1{
    height: 460px;
  }
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box1{
  height: 480px;
}
@media (max-width: 1560px) {
  .x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box1{
    height: 390px;
  }
}
@media (max-width: 1260px) {
  .x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box1{
    height: 460px;
  }
}
@media (max-width: 748px) {
  .x-por-com .x-con1500 .x-left .x-box1{
    height: 250px;
  }
  .x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box1{
    height: 250px;
  }
}
.x-por-com .x-con1500 .x-right .swiper-container .swiper-wrapper .swiper-slide .x-box0 .x-tbox .x-title .x-inp{
  width: 100%;
  height: 100%;
}

.x-banner1 .swiper-container .swiper-button-prev1{
  width: 0.6rem;
    height: 0.6rem;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.x-banner1 .swiper-container .swiper-button-prev1::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 23px;
    height: 15px;
    background: url(../images/z-jt3.png) no-repeat center;
    background-size: contain;
    transition: 0.4s all;
}
.x-banner1 .swiper-container .swiper-button-next1{
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.x-banner1 .swiper-container .swiper-button-next1::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 23px;
  height: 15px;
  background: url(../images/y-jt3.png) no-repeat center;
  background-size: contain;
  transition: 0.4s all;
}
@media (max-width: 1580px) {
  .x-banner1 .swiper-container .swiper-button-prev1{
    width: 45px;
    height: 45px;
  }
  .x-banner1 .swiper-container .swiper-button-next1{
    width: 45px;
    height: 45px;
  }
}

@media (max-width: 748px) {
  .x-banner1 .swiper-container .swiper-button-prev1{
    display: none;
  }
  .x-banner1 .swiper-container .swiper-button-next1{
    display: none;
  }
}

.x-fa5 .x-bottom .x-form .x-box2 .x-but2{
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.x-fa5 .x-bottom .x-form .x-box2 .x-but2 .x-but-in{
    width: 49.5%;
    position: relative;
    margin-top: 0.4rem;
}
.x-fa5 .x-bottom .x-form .x-box2 .x-but2 .x-but-in .hi-file{
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  border: 0;
  cursor: pointer;
}
.x-fa5 .x-bottom .x-form .x-box2 .x-but2 .x-but-in .x-p{
  display: inline-block;
  font-size: 16px;
  color: #333;
  padding: 0.18rem 0;
  cursor: pointer;
  width: 100%;
  background: #e5e7e9;
  text-align: center;
}
.x-fa5 .x-bottom .x-fa-a2{
  display: inline-block;
  font-size: 18px;
  color: #999;
  position: relative;
  margin-top: 18px;
}
.x-fa5 .x-bottom .x-fa-a2::before{
  content: "";
  width: 70px;
  height: 1px;
  background-color: #999;
  position: absolute;
  right: 0;
  bottom: 0;
}
.x-fa5 .x-bottom .x-fa-a2 img{
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-right: 10px;
}
@media (max-width: 1260px) {
  .x-fa5 .x-bottom .x-form .x-box2 .x-but2 .x-but-in .x-p{
    padding: 10px 15px;
  }
}
@media (max-width: 748px) {
  .x-fa5 .x-bottom .x-form .x-box2 .x-but2 .x-but-in{
    width: 100%;
    margin-top: 10px
  }
  .x-fa5 .x-bottom .x-form .but{
    width: 100%;
    margin-top: 10px
  }
  .x-fa5{
    padding-top: 3rem;
  }
  .x-fa5 .x-bottom{
    padding-bottom: 3rem;
  }
  .x-fa5 .x-bottom .x-fa-a2{
    font-size: 16px;
  }
}
.x-contact .x-con1500 ul li a:hover .x-box-a2 {
  background: linear-gradient(-45deg, transparent 9px, #cf111b 0) top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.x-contact .x-con1500 ul li a:hover .x-box-a2 span {
  background: linear-gradient(-45deg, transparent 8px, #cf111b 0) top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
}
.x-contact .x-con1500 ul li a:hover .x-box-a2 span i {
  background: url(../images/you.png) no-repeat center;
  background-size: contain;
}
.x-contact .x-con1500 ul li .x-box-a2 span i {
  display: inline-block;
  width: 6px;
  height: 12px;
  background: url(../images/you2.png) no-repeat center;
  background-size: contain;
  position: relative;
  right: -8px;
  transition: 0.4s all;
}
.x-contact .x-con1500 ul li a .x-box-a2 span {
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, transparent 8px, #fff 0) top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 0.18rem 0.36rem;
  color: #333;
  transition: 0.4s all;
}
@media (max-width: 972px) {
  .x-contact .x-con1500 ul li a .x-box-a2 span{
    padding: 12px 20px;
  }
}

.x-join3 .x-bottom .x-right .x-box-a2 {
  background: linear-gradient(-45deg, transparent 9px, #cf111b 0) top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.x-join3 .x-bottom .x-right .x-box-a2 a{
  background: linear-gradient(-45deg, transparent 10px, #cf111b 0) top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
}

.x-join3 .x-bottom .x-right .x-box-a2 a i {
  background: url(../images/you.png) no-repeat center;
  background-size: contain;
}
.x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li:hover .x-left .x-title{
  opacity: 0;
}
.x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li:hover .x-left p,.x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li:hover .x-left p span{
  font-size: 22px !important;
}
.x-fa3 .x-con1500 .x-top .x-list li{
  position: relative;
}
.x-fa3 .x-con1500 .x-top .x-list li .x-span{
  display: none;
  position: absolute;
  right: 0;
  cursor: pointer;
}
.x-fa3 .x-con1500 .x-top .x-list li .x-span span{
  color: #999;
  font-size: 16px;
}
.x-fa3 .x-con1500 .x-top .x-list li .x-span span img{
  width: 20px;
  height: 16px;
  vertical-align: middle;
  margin-right: 10px;
}
.x-fa3 .x-con1500 .x-top .x-list li:nth-of-type(1) .x-text{
  padding-right: 0;
}
@media (max-width: 972px) {
  .x-fa3 .x-con1500 .x-top .x-list li:nth-of-type(1) .x-text{
    padding-right: 0;
  }
}
@media (max-width: 748px) {
  .x-fa3 .x-con1500 .x-top .x-list li .x-span{
    top: 8px;
  }
  .x-fa3 .x-con1500 .x-top .x-list li .x-span span{
    font-size: 14px;
  }
  .x-fa3 .x-con1500 .x-top .x-list li .x-span span img {
    width: 16px;
    height: 12px;
  }
}
.about5 .x-con1500{
  position: relative;
}
.about5 .x-ab-img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about5 .x-ab-img figure{
  width: 100%;
  height: 100%;
  position: relative;
  display: none;
}
.about5 .x-ab-img figure.on{
  display: block;
}
.about5 .x-ab-img figure::before{
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  top: 0;
}
.about5 .x-ab-img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right p::before{
  content: "";
  width: 25px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left .x-left-p{
  height: 1.59rem;
  overflow-y: auto;
}

.about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left .x-left-p::-webkit-scrollbar {
  width: 3px;
}
.about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left .x-left-p::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 2px;
}
.about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left .x-left-p::-webkit-scrollbar-thumb {
  background: #da251d;
  border-radius: 25px;
}
.about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left .x-left-p::-webkit-scrollbar-corner {
  background: #179a16;
}
.about5 .x-con1500 .x-bottom .swiper-container .swiper-wrapper .swiper-slide .x-ii::after{
    content: "";
    position: absolute;
    top: 0;
    left: 53.5%;
    width: 0;
    height: 2px;
    background: rgba(205, 24, 28, 1);
    top: 0.35rem;
    z-index: 5;
}
.about5 .x-con1500 .x-bottom .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .x-ii::after{
  width: 92%;
  -webkit-transition: all 4.5s ease 0s;
  -moz-transition: all 4.5s ease 0s;
  transition: all 4.5s ease 0s;
}
.about5 .x-con1500 .x-bottom .swiper-container .swiper-wrapper .swiper-slide:last-child.swiper-slide-thumb-active .x-ii::after{
  width: 50%;
}

@media (max-width: 1260px) {
  .about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left .x-left-p{
    height: 2rem;
  }
}
@media (max-width: 972px) {
  .about5 .x-con1500 .x-bottom .swiper-container .swiper-wrapper .swiper-slide .x-ii::after{
    top: 0.5rem;
  }
  .about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left .x-left-p{
    height: 3rem;
  }
  .about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right p{
    font-size: 1.3rem;
  }
}
@media (max-width: 748px) {
  .about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left{
    padding: 1rem;
  }
  .about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left .x-left-p {
    height: 8.5rem;
}
.about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right{
  padding: 1.2rem 0;
}
.about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right p{
  line-height: initial;
  font-size: 46px;
}
.about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-right p::before{
  bottom: 0;
}
.about5 .x-con1500 .x-bottom .swiper-container .swiper-wrapper .swiper-slide .x-ii::after{
  top: 2.5rem;
}
}
.x-about1 .x-con1500 .x-about-a .x-about-img{
  position: relative;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 845px;
  height: 845px;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-con-text{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@keyframes cd6 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  20% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.sp6 {
  animation: cd6 1.5s infinite linear;
  animation-delay: 0.5s;
  /* animation:cd6 1.5s;
	animation-iteration-count:1;
	animation-fill-mode:forwards; */
}
@keyframes cd7 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  20% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(2.9);
    opacity: 0;
  }
}

.sp7 {
  animation: cd7 1.5s infinite linear;
  animation-delay: 0.5s;
}
@keyframes cd8 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  20% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(4.2);
    opacity: 0;
  }
}

.sp8 {
  animation: cd8 1.5s infinite linear;
  animation-delay: 0.5s;
 
}
@keyframes cd9 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  20% {
    transform: scale(1.1);
    opacity: 0.8;
  }
  100% {
    transform: scale(5.57);
    opacity: 0;
  }
}
@media (max-width: 1260px) {
  @keyframes cd9 {
    100% {
      transform: scale(3.57);
      opacity: 0;
    }
  }
}
.sp9 {
  animation: cd9 1.5s infinite linear;
  animation-delay: 0.5s;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-con-text figure{
  width: 148px;
  height: 148px;
  position: relative;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-con-text figure img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-con-text figure i{
  display: block;
  width: 148px;
  height: 148px;
  background-color: #ea8782;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2{
  position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a1{
  top: 7%;
  left: 21%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a2{
  top: 3%;
  left: 72%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a3{
  top: 66%;
  left: 97%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a4{
  top: 92%;
  left: 73%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a5{
  left: 7%;
  top: 80%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a6{
  left: 57%;
  top: 10.5%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a7{
  left: 80%;
  top: 25%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a8{
  left: 34.5%;
  top: 83%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a9{
  left: 14.5%;
  top: 63.5%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a10{
  left: 2.5%;
  top: 32.5%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a11{
  left: 26.5%;
  top: 17.5%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a12{
  left: 39.5%;
  top: 24%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a13{
  left: 75.5%;
  top: 43.5%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a14{
  left: 65.5%;
  top: 68.5%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a15{
  left: 31.5%;
  top: 66%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a16{
  left: 49.5%;
  top: 32.5%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a17{
  left: 45.5%;
  top: 63%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a18{
  left: 34.5%;
  top: 49.5%;
}
@media (max-width: 1260px) {
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a1{
    top: 17%;
    left: 34%;
  }
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a2{
    top: 19%;
    left: 69%;
  }
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a3{
    top: 71%;
    left: 76%;
  }
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a4{
    top: 73%;
    left: 59%;
  }
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a5{
    left: 29%;
    top: 76%;
  }
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a6{
    left: 70%;
    top: 31%;
  }
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a7{
    left: 76%;
    top: 25%;
  }
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a8{
    left: 40.5%;
    top: 82%;
  }
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a9{
    left: 18.5%;
    top: 63.5%;
  }
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a10{
    left: 23%;
    top: 51.5%;
  }
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a11{
    left: 32.5%;
    top: 41.5%;
  }
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a12{
    left: 35.5%;
    top: 26%;
  }
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a13{
    left: 67%;
    top: 43.5%;
  }
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a14{
    left: 66%;
    top: 56.5%;
  }
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a15{
    left: 31.5%;
    top: 68.5%;
  }
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a16{
    left: 49.5%;
    top: 29.5%;
  }
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a17{
    left: 49.5%;
    top: 59%;
  }
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a18{
    left: 39%;
    top: 49.5%;
  }
}
@media (max-width: 972px) {
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a1 {
    top: 16%;
    left: 34%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a2 {
  top: 18%;
  left: 71%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a12 {
  left: 32.5%;
  top: 26%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a7 {
  left: 80%;
  top: 25%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a6 {
  left: 74%;
  top: 31%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a13 {
  left: 70%;
  top: 43.5%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a11 {
  left: 30%;
  top: 41.5%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a10 {
  left: 19%;
  top: 51.5%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a9 {
  left: 12.5%;
  top: 63.5%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a18 {
  left: 37%;
  top: 49.5%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a14 {
  left: 69%;
  top: 56.5%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a3 {
  top: 71%;
  left: 81%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a4 {
  top: 73.5%;
  left: 59%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a5 {
  left: 25%;
  top: 76%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a15 {
  left: 29.5%;
  top: 68.5%;
}
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 a{
  position: absolute;
  width: auto;
  color: #333;
  text-align: center;
  display: block;
  z-index: 10;
  font-size: 22px;
  transition: 0.5s all;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 a:hover{
  color: #da251d;
  font-weight: bold;
}
@media (max-width: 1260px) {
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 a{
    font-size: 16px;
  }
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 a i{
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    left: 50%;
    border-radius: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 a i::before{
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.4);
  left: 50%;
  border-radius: 50%;
  bottom: -15px;
  transform: translateX(-50%)translateY(-50%);
}
@media (max-width: 1850px) {
  .x-about1 .x-con1500 .x-about-a{
    padding: 2.8rem 0;
  }
}

@media (max-width: 972px) {
  .x-about1 .x-con1500 .x-about-a{
    padding: 4.6rem 0;
  }
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text{
    width: 100%;
  }
}
@media (max-width: 748px) {
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-con-text figure{
    width: 120px;
    height: 120px;
  }
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-con-text figure i{
    width: 120px;
    height: 120px;
  }
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-con-text figure .x-ab-text3,.x-ab-text4{
    display: none !important;
  }
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a8,.x-a8,.x-a9,.x-a10,.x-a11,.x-a12,.x-a13,.x-a14,.x-a15,.x-a16,.x-a17,.x-a18{
    display: none !important;
  }
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a1 {
    top: 35%;
    left: 22%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a2 {
  top: 35%;
  left: 78%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a3 {
  top: 65%;
  left: 51%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a4 {
  top: 58%;
  left: 71%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a5 {
  left: 30%;
  top: 59%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a6 {
  left: 70%;
  top: 45%;
}
.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 .x-a7 {
  left: 17.5%;
  top: 49%;
}
}
.x-index3 .x-con .x-swiper .swiper-container .swiper-wrapper .swiper-slide{
  transition: 0.5s all;
}
@keyframes mymove
{
	0% {left:0;}
	100% {left: calc(100% - 3rem);}
}
/* .x-index3 .x-con .x-swiper .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .x-logo{
  animation:mymove 5s forwards;
} */
.x-tj-ups{
  display: none;
  z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
.x-tj-ups .x-tj-con{
  position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 628px;
    background: #fff;
    width: 100%;
}
.x-tj-ups .x-tj-con .x-main1{
  padding: 60px 0;
}
.x-tj-ups .x-tj-con .x-main1 .x-img1{
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.x-tj-ups .x-tj-con .x-main1 .x-p{
  font-size: 20px;
    color: #333;
    text-align: center;
}
.x-tj-ups .x-tj-con .x-main1 .x-p img{
  width: 26px;
  height: 26px;
  vertical-align: middle;
}
.x-tj-ups .x-tj-con .x-main1 .x-p span{
  color: #da251d;
}
.x-tj-ups .x-tj-con .x-main1 a{
   font-size: 14px;
    color: #999;
    text-align: center;
    display: block;
    margin-top: 10px;
    transition: 0.5s all;
}
.x-tj-ups .x-tj-con .x-main1 a:hover{
  color: #da251d;
}

@media (max-width: 748px) {
  .x-tj-ups .x-tj-con .x-main1 .x-p{
    font-size: 16px;
    padding: 5px 20px 0 20px;
  }
  .x-tj-ups .x-tj-con .x-main1 .x-img1{
    right: 14px;
    top: 14px;
  }
  .x-tj-ups .x-tj-con .x-main1 {
    padding: 30px 0;
}
.x-tj-ups .x-tj-con{
  width: 90%;
}
.x-show-por2 .x-con1500 .x-left .x-list .x-title{
  margin: 1rem 0;
}
.x-show-por1 .x-con1500 .x-left .x-bottom a{
  margin-right: 0.5rem;
}
}

.x-show-por2 .x-con1500 .x-left .x-list .x-nr{
  overflow-x: auto;
}

.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-con-text figure{
  width: 880px;
  height: 880px;
}

.x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 a p{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  bottom: 10px;
}
@media (max-width: 1260px) {
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-con-text figure{
    width: 615px;
    height: 615px;
  }
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-text2 a p{
    bottom: 2px;
  }
}
@media (max-width: 748px) {
  .x-about1 .x-con1500 .x-about-a .x-about-img .x-text .x-con-text figure{
    width: 300px;
    height: 300px;
  }
}

.x-index4 .x-con .x-top .swiper-container .swiper-button-prev1 {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 42%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.x-index4 .x-con .x-top .swiper-container .swiper-button-prev1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 23px;
  height: 15px;
  background: url(../images/z-jt3.png) no-repeat center;
  background-size: contain;
  transition: 0.4s all;
}
.x-index4 .x-con .x-top .swiper-container .swiper-button-prev1:hover {
  background-color: #fff;
  border: none;
}
.x-index4 .x-con .x-top .swiper-container .swiper-button-prev1:hover::before {
  background: url(../images/z-jt2.png) no-repeat center;
  background-size: contain;
}

@media (max-width: 1580px) {
  .x-index4 .x-con .x-top .swiper-container .swiper-button-prev1 {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 972px) {
  .x-index4 .x-con .x-top .swiper-container .swiper-button-prev1 {
    left: 0;
    top: 69%;
  }
}
@media (max-width: 748px) {
  .x-index4 .x-con .x-top .swiper-container .swiper-button-prev1 {
    width: 40px;
    height: 40px;
    display: none;
  }
}


.x-index4 .x-con .x-top .swiper-container .swiper-button-next1 {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.x-index4 .x-con .x-top .swiper-container .swiper-button-next1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 23px;
  height: 15px;
  background: url(../images/y-jt3.png) no-repeat center;
  background-size: contain;
  transition: 0.4s all;
}
.x-index4 .x-con .x-top .swiper-container .swiper-button-next1:hover {
  background-color: #fff;
  border: none;
}
.x-index4 .x-con .x-top .swiper-container .swiper-button-next1:hover::before {
  background: url(../images/y-jt2.png) no-repeat center;
  background-size: contain;
}

@media (max-width: 1580px) {
  .x-index4 .x-con .x-top .swiper-container .swiper-button-next1 {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 972px) {
  .x-index4 .x-con .x-top .swiper-container .swiper-button-next1 {
    right: 0;
    top: 69%;
  }
}
@media (max-width: 748px) {
  .x-index4 .x-con .x-top .swiper-container .swiper-button-next1 {
    width: 40px;
    height: 40px;
    display: none;
  }
  .x-join3 .x-top .x-con1500 .x-text{
    padding-bottom: 60px;
  }
  .x-join3 .x-top .x-con1500 .x-text .x-box-a2{
    bottom: 0;
  }
}

.x-join3 .x-top .x-con1500 .x-text .x-box-a2{
    position: absolute;
    right: 0;
    bottom: 0.3rem;
}



.x-fa3 .x-con1500 .x-top .x-list li .x-title{
    width: 100%;
    text-align: center;
}
.x-fa3 .x-con1500 .x-top .x-list li .x-text{
    width: 100%;
    text-align: center;
    margin-top: 0.6rem;
    position: relative;
}
.x-fa3 .x-con1500 .x-top .x-list li{
    border-bottom: none;
}
.x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer{
    justify-content: center;
    width: auto;
}

.x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .x_zhi{
    position: absolute;
    margin-left: -27px;
    top: 27px !important;
    color: #d0121c;
    background: #fff;
    width: 62px !important;
    text-align: center;
    height: auto !important;
    padding-left: 10px;
}

.x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .sliderWrap .sliderBar{
    background-color: #ddd;
}
.x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .sliderInput{
    width: 300px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 10px;
}
.x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .x-text-p p{
    font-size: 0.22rem;
    display: inline-block;
    color: #999;
    margin-bottom: 40px;
}
.x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .sliderDot{
    top: -10px !important;
}

.x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .x-text-p{
    position: relative;
}
.x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .x-z-right{
    right: 0;
}

.x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .x-z-left{
    bottom: -55px;
    font-size: 20px;
}
.x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .x-z-right{
    bottom: -55px;
    font-size: 20px;
}
.x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .x_zhi{
    top: 100px !important;
    z-index: 5;
    font-size: 20px;
    width: 78px !important;
    padding-left: 0;
}
.x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .sliderWrap::before{
    height: 30px;
    top: -29px;
}
.x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .sliderWrap::after{
    height: 30px;
    top: -29px;
}

.x-fa3 .x-con1500 .x-top .x-line{
    margin: 0 auto;
    width: 1000px;
    height: 30px;
    padding: 2px;
    background-color: #e6e6e6;
    border-radius: 30px;
    margin-bottom: 0.5rem;
}
.x-fa3 .x-con1500 .x-top .x-line .x-li-num{
    height: 26px;
    background-color: #da251d;
    border-radius: 30px;
    width: 0;
	transition: 0.5s all;
}

.x-fa3 .x-con1500 .x-top .x-img2 img{
    width: 30px;
    height: 30px;
    object-fit: contain;
    cursor: pointer;
}
.x-fa3 .x-con1500 .x-top .x-img2{
    position: absolute;
    left: 0.6rem;
    top: 0.5rem;
}
.x-fa3 .x-con1500 .x-top{
    position: relative;
}

@media (max-width: 1580px){
    .x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .x-text-p p{
        font-size: 20px;
    }
}
@media (max-width: 1460px){
    .x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .x-text-p p{
        font-size: 18px;
    }
}
@media (max-width: 1260px){
    .x-fa3 .x-con1500 .x-top .x-line{
        width: 80%;
    }
    .x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .sliderDot {
        top: -9px !important;
    }
    .x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .sliderInput {
        width: 200px;
    }
    .x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .x_zhi{
        font-size: 16px;
        top: 94px !important;
    }
    .x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .x-z-left{
        font-size: 16px;
        bottom: -47px;
    }
    .x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .x-z-right{
        font-size: 16px;
        bottom: -47px;
    }
    .x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .sliderInput{
        margin-left: 5px;
    }
    .x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .sliderWrap::before {
        height: 18px;
        top: -18px;
    }
    .x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .sliderWrap::after {
        height: 18px;
        top: -18px;
    }
}
@media (max-width: 972px){
    .x-fa3 .x-con1500 .x-top .x-list li .x-li-div{
        margin-bottom: 1.3rem;
    }
}
@media (max-width: 748px){
    .x-fa3 .x-con1500 .x-top .x-img2{
        top: 1rem;
    }
    .x-fa3 .x-con1500 .x-top .x-line{
        height: 24px;
    }
    .x-fa3 .x-con1500 .x-top .x-line .x-li-num{
        height: 20px;
    }
    .x-fa3 .x-con1500 .x-top .x-img2 img {
        width: 24px;
        height: 24px;
    }
    .x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .sliderInput{
        margin-bottom: 45px;
        width: 100px;
    }
    .x-fa3 .x-con1500 .x-top .x-list li .x-li-div {
        margin-bottom: 2.5rem;
    }
    .x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .mycontainer .x_zhi{
        top: 109px !important;
    }
    .x-fa3 .x-con1500 .x-top .x-list li .x-li-div .x-text .x-text-p{
        margin-top: 10px;
    }
}


.x-fa7 .x-con1500 ul{
  flex-wrap: initial;
  overflow: hidden;
}
.x-fa7 .x-con1500 ul li{
  transition: 0.8s all;
  margin-right: 20px;
}
.x-fa7 .x-con1500 ul li.on{
  width: 8.14rem !important;
  flex-shrink: 0;
}
.x-fa7 .x-con1500 ul li .x-text{
  padding: 0;
}
.x-fa7 .x-con1500 ul li::before{
  display: none;
}
.x-fa7 .x-con1500 ul li:hover .x-text{
  top: initial;
  bottom: 40px;
  padding: 0 0.6rem;
}
.x-fa7 .x-con1500 ul li:hover .x-text p{
  text-align: left;
}
.x-fa7 .x-con1500 ul li.on .x-text{
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s all;
  top: initial;
  bottom: 40px;
  padding: 0 0.6rem;
}
.x-fa7 .x-con1500 ul li.on .x-text .x-title1{
  text-align: left;
}
.x-fa7 .x-con1500 ul li.on .x-text p{
  display: block;
  opacity: 1;
  text-align: left;
  height: auto;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.x-fa7 .x-con1500 ul li:hover .x-img{
  display: block;
}
.x-fa7 .x-con1500 ul li .x-text .x-title1::before{
  display: none;
}

.x-fa7 .x-con1500 ul li:hover .x-text .x-title1{
  padding-bottom: 0;
}

@media (max-width: 1260px){
  .x-fa7 .x-con1500 ul li:nth-of-type(3n) {
    margin-right: 20px;
}
.x-fa7 .x-con1500 ul li:nth-of-type(n+4) {
  margin-top: 0;
}
}
@media (max-width: 748px){
  .x-fa7 .x-con1500 ul li{
    width: 100% !important;
  }
  .x-fa7 .x-con1500 ul li.on{
    width: 100% !important;
  }
  .x-fa7 .x-con1500 ul{
    flex-wrap: wrap;
  }
}


.x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-right .swiper-container .swiper-button-prev1 {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
}
.x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-right .swiper-container .swiper-button-prev1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 23px;
  height: 15px;
  background: url(../images/x-x-a1.png) no-repeat center;
  background-size: contain;
  transition: 0.4s all;
}
.x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-right .swiper-container .swiper-button-prev1:hover {
  background-color: #da251d;
  border: none;
}
.x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-right .swiper-container .swiper-button-prev1:hover::before {
  background: url(../images/z-jt3.png) no-repeat center;
  background-size: contain;
}

@media (max-width: 1580px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-right .swiper-container .swiper-button-prev1 {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 972px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-right .swiper-container .swiper-button-prev1 {
    left: 0;
  }
}
@media (max-width: 748px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-right .swiper-container .swiper-button-prev1 {
    width: 40px;
    height: 40px;
    display: none;
  }
}

.x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-right .swiper-container .swiper-button-next1 {
  width: 0.6rem;
  height: 0.6rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
}
.x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-right .swiper-container .swiper-button-next1::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 23px;
  height: 15px;
  background: url(../images/x-x-a2.png) no-repeat center;
  background-size: contain;
  transition: 0.4s all;
}
.x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-right .swiper-container .swiper-button-next1:hover {
  background-color: #da251d;
  border: none;
}
.x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-right .swiper-container .swiper-button-next1:hover::before {
  background: url(../images/y-jt3.png) no-repeat center;
  background-size: contain;
}

@media (max-width: 1580px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-right .swiper-container .swiper-button-next1 {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 972px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-right .swiper-container .swiper-button-next1 {
    right: 0;
  }
}
@media (max-width: 748px) {
  .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-right .swiper-container .swiper-button-next1 {
    width: 40px;
    height: 40px;
    display: none;
  }
}
.x-list-por1 .x-con1500 .x-top .x-right a{
  transition: 0.5s all;
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-input .x-in-p1{
  transition: 0.5s all;
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .layui-btn{
  transition: 0.5s all;
}

.x-list-por1 .x-con1500 .x-top .x-right a img:nth-of-type(2){
  display: none;
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-input .x-in-p1 img:nth-of-type(2){
  display: none;
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 button img:nth-of-type(2){
  display: none;
}

.x-list-por1 .x-con1500 .x-top .x-right a:hover img:nth-of-type(1){
  display: none;
}
.x-list-por1 .x-con1500 .x-top .x-right a:hover{
  background-color: #da251d;
  color: #fff;
}
.x-list-por1 .x-con1500 .x-top .x-right a:hover img:nth-of-type(2){
  display: inline-block;
}

.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-input .x-in-p1:hover img:nth-of-type(1){
  display: none;
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-input .x-in-p1:hover img:nth-of-type(2){
  display: inline-block;
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-input .x-in-p1:hover{
  background-color: #da251d;
  color: #fff;
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .layui-btn:hover img:nth-of-type(1){
  display: none;
}

.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .layui-btn:hover img:nth-of-type(2){
  display: inline-block;
}

.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .layui-btn:hover{
  background-color: #da251d;
  color: #fff;
}

.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-input.on .x-in-p1{
  background-color: #da251d;
  color: #fff;
}
.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-input.on .x-in-p1 img:nth-of-type(1){
  display: none;
}

.x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-input.on .x-in-p1 img:nth-of-type(2){
  display: inline-block;
}


.x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con .x-text .x-to .x-le{
  width: 100%;
}

.x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con .x-text .x-to .x-le .x-le-img{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con .x-text .x-to .x-le .x-d-img{
    min-width: 45px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #da251d;
    position: relative;
}
.x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con .x-text .x-to .x-le .x-d-img img{
  width: 26px;
  height: 16px;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 748px) {
  .x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con .x-text .x-to .x-le .x-d-img{
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
  .x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con .x-text .x-to .x-le .x-d-img img{
    width: 20px;
    height: 16px;
  }
}

        /* 图片弹窗 */
        
        #hi-img-pop {
          display: none;
          position: fixed;
          top: 0;
          left: 0;
          z-index: 1000;
          width: 100%;
          height: 100%;
          background: rgba(0, 0, 0, 0.5);
          text-align: center;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
      }
      
      #hi-img-pop * {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
      }
      
      #hi-img-pop .hi-close {
          position: fixed;
          top: 86%;
          left: 50%;
          margin-left: -25px;
          width: 50px;
          height: 50px;
          color: #fff;
          background: #fff;
          border-radius: 50%;
          transition: .5s;
          cursor: pointer;
      }
      
      #hi-img-pop .hi-close:after,
      #hi-img-pop .hi-close:before {
          content: "";
          position: absolute;
          bottom: 24px;
          left: 10px;
          width: 30px;
          height: 2px;
          background: #333;
          transition: .5s;
      }
      
      #hi-img-pop .hi-close:hover {
          background: #019dee;
      }
      
      #hi-img-pop .hi-close:hover:after,
      #hi-img-pop .hi-close:hover:before {
          background: #fff;
      }
      
      #hi-img-pop .hi-close:after {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
      }
      
      #hi-img-pop .hi-close:before {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
      }
      
      #hi-img-pop img {
          position: fixed;
          left: 50%;
          top: 50%;
          max-width: 90%;
          max-height: 70%;
          -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
      }
      .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-left .x-te-p{
        transition: 0.5s all;
      }
      .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li:hover .x-left .x-te-p{
        transform: scale(1.25);
      }
      .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-left .x-te-p{
        font-size: 18px !important;
      }
      .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li:hover .x-left p, .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li:hover .x-left p span{
        font-size: 18px !important;
      }
      .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-left p, .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-left p span{
        font-size: 18px !important;
      }

      @media (max-width: 991px) {
        .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li:hover .x-left .x-te-p{
          transform: scale(1);
        }
        .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-left .x-te-p{
          font-size: 16px !important;
        }
        .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li:hover .x-left p, .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li:hover .x-left p span{
          font-size: 16px !important;
        }
        .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-left p, .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-left p span{
          font-size: 16px !important;
        }
      }

      .x-about2 .x-con1500 .x-about3 .x-ab .x-list2 li .x-left .x-te-p{
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        transition: 0.5s all;
        height: 219px;
      }
	  
	  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-left2 .x-title a{
		  border:none;
		      padding: 0;
    height: auto;
    line-height: initial;
	  }
	  .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-left2 .x-title a:hover{
		  background:none;
		  color: #333333;
	  }

    .x-banner1 .swiper-container .swiper-wrapper .swiper-slide figure .x-img{
      display: none;
    }

    .about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left .x-left-p p{
      font-size: 20px;
    }
    @media (max-width: 767px) {
      .x-banner1 .swiper-container .swiper-wrapper .swiper-slide figure img{
        display: none;
      }
      .x-banner1 .swiper-container .swiper-wrapper .swiper-slide figure .x-img{
        display: block;
      }
      
    .about5 .x-con1500 .x-top .swiper-container .swiper-wrapper .swiper-slide .x-left .x-left-p p{
      font-size: 14px;
    }
    .x-list-por1 .x-con1500 .x-botton .x-right ul li .x-por-con figure img{
      object-fit: contain;
    }
    }
    .x-show-ency3 .x-con1500 .x-right ul li .x-p{
      overflow-x: auto;
    }
    .x-show-ency3 .x-con1500 .x-right ul li .x-p tr,td{
      border: 1px solid #000;
    }   


    .x-join2 .x-con1500 ul >li .x-con-li ol li{
      list-style: revert;
    }
    .x-join2 .x-con1500 ul >li .x-con-li ul >li{
      list-style: revert;
    }

    .x-join3 .x-top .x-con1500 ul >li ol li{
      list-style: revert;
    }
    .x-join3 .x-top .x-con1500 ul >li ul li{
      list-style: revert;
    }
    .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li.layui-input-block .x-inp{
      display: flex;
    }

    .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li.layui-input-block .x-inp span{
      width: 16px;
      height: 16px;
      border: 1px solid #666;
      border-radius: 50%;
      margin-right: 5px;
      margin-top: 2px;
    }


    .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li .x-inp2{
      display: flex;
      cursor: pointer;
      position: relative;
    }

    .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li .x-inp2 input{
      border: 1px solid #666;
      border-radius: 50%;
      margin-right: 5px;
      /* -webkit-appearance: revert; */
      width: 16px;
      height: 16px;
      margin-top: 2px;
    }

    .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li .x-inp2 input{
      opacity: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      cursor: pointer;
    }

    .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li .x-inp2 .x-inp-a i{
      width: 16px;
      height: 16px;
      border: 1px solid #666;
      border-radius: 50%;
      margin-right: 8px;
      margin-top: 2px;
      display: inline-block;
      position: relative;
      transition: 0.5s all;
    }
    .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li .x-inp2 .x-inp-a i::before{
      content: "";
      width: 6px;
      height: 6px;
      background-color: #da251d;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
      opacity: 0;
      transition: 0.5s all;
      border-radius: 50%;
    }
    .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li .x-inp2.on .x-inp-a i::before{
      opacity: 1;
    }
    .x-list-por1 .x-con1500 .x-top .x-right .x-form1 .x-sx .x-rad .x-radio .x-por-rad .x-right2 ul li .x-inp2.on .x-inp-a i{
      border: 1px solid #da251d;
    }